.header{
    width: 100%;
    height: auto;
}
.nav-top{
    width: 100%;
    height: 34px;
    background-color: #F5F5F5;
    border-bottom:1px solid #e6e6e6;
}
.top-wrap{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    align-items: center;
    height: 34px;
    position: relative;
}
.curposition{
    cursor: pointer;
    margin-left: 50px;
    position: relative;
}
.curposition::before{
    position: absolute;
    content: "";
    top: 0;
    left: -20px;
    width: 20px;
    height: 20px;
    background: url("../img/position.png") no-repeat center;
    background-size: 100% 100%;
}
.nav-list ul{
    width: 375px;
    display: flex;
    justify-content: space-between;
}
.fixcon{
	width:100%;
	height:220px;
}
.scrolling{
  position: fixed;
  top: 0;
  left: 0;
  background-color:#ffffff;
  box-shadow: 0 0 30px rgba(0,0,0,0.15);
  border-bottom: none;
  z-index: 99;
}
.banquet-top{
    width: 1200px;
    height: 117px;
    margin: 0 auto;
    display:flex;
    align-items: center;
     justify-content: space-between;
}
.main{
	width:950px;
	height:117px;
	position:relative;
}
.main-top{
	width:100%;
	height:100px;
	display:flex;
	align-items: center;
}
.banquet-top .logo{
    width: 130px;
    height: 43px;
}
.curcity{
    width: 80px;
    height: 36px;
    border:1px solid #e6e6e6;
    color:red; 
    line-height:36px;
    font-size:14px;
    margin-left:20px;
    position: relative;
}
.curcity span{
	margin-left:28px;
}
.curcity span::before{
    position: absolute;
    content: "";
    top: 10px;
    left: 10px;
    width: 16px;
    height: 16px;
    background: url("../img/position.png") no-repeat center;
    background-size: 100% 100%;
}
.opt-box{
    width: 610px;
    display: flex;
    justify-content: space-between;
    margin-left:108px;
}
.search-box{
    width: 450px;
    height: 36px;
    display: flex;
}
.search-inp{
    width: 368px;
    height: 34px;
    border: 1px solid #00C65D;
    padding: 0 10px;
    outline: none;
}
.search-btn{
    width: 80px;
    height: 36px;
    background-color: #00C65D;
    color: #ffffff;
    font-size: 16px;
    line-height: 36px;
    text-align: center;
    display: block;
    cursor:pointer;
}
.cart-btn{
    width: 126px;
    height: 36px;
    line-height: 36px;
    background-color: #E6E6E6;
    text-align: center;
    font-size: 14px;
    color:#201D1D;
    display:block;
}
.hotsearch{
    position: absolute;
    right: 350px;
    bottom: 20px;
    width: 257px;
    height: 25px;
}
.hotsearch ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #999999;
}
.list{
    width: 1200px;
    margin:0 auto;
    height:60px;
    display: flex;
    align-items: center;
}
.backbtn{
    background-color: #201D1D;
    color: #ffffff;
    height: 40px;
    width: 130px;
    line-height: 40px;
    text-align: center;
    font-size: 13px;
}
.kind-items ul{
  display: flex;
  flex-wrap:wrap;
  height: 60px;
  align-items: center;
  width: 100%;
}
.kind-items ul li{
    cursor: pointer;
    width:120px;
    height:30px;
    line-height:30px; 
    font-size:14px;   
}
.code-box{
	width:102px;
	height:102px;
}
.code-box img{
	width:100%;
}
.curchoose{
    color: #00C65D;
}

.con-tit{
    text-align: center;
    font-size: 20px;
    margin-top: 80px;
    width:1200px;
    margin: 40px auto 0;
    border-bottom:1px dashed #666666;
}
.con-tit h3{
	color:#201d1d;
	font-size:24px;
	line-height:30px;
	text-align:center;
}
.con-tit p{
	color:#666;
	font-size:14px;
	line-height:20px;
	padding-bottom:10px;
}
.con-tit span{
    color: #999999;
    font-weight: 400;
    font-size: 16px;
}
.product-content{
    margin: 20px auto;
    width: 1200px;
    display: flex;
    flex-wrap: wrap;
}
.product-item{
    border: 1px solid #E6E6E6;
    width: 220px;
    height: 356px;
    font-size: 12px;
    margin:0 8px 20px;
    cursor: pointer;
    color: #666;
    position:relative;
}
.product-item:hover{
    border: 1px solid #F42431;
}
.goods-name{
    padding-left: 15px;
    margin:8px 0;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.spec{
    padding-left: 15px;
}
.goods-img{
    width: 220px;
    height: 220px;
}
.price{
    color: #F32433;
    font-size: 18px;
    padding-left: 15px;
    font-weight: bold;
    line-height:30px;
    margin-top:8px;
}
.unit{
    font-size: 12px;
}
.special-box{
    width: 100%;
    background-color: #F7F7F7;
    height: 192px;
}
.special-items{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    font-size: 12px;
    padding: 40px 0;
    align-items: center;
}
.special-items h3{
   font-size: 20px;
   line-height: 40px;
}
.specila-item{
    width: 204px;
}
.middle-line{
    width: 2px;
    height: 48px;
    background-color: #535353;
}

/* 鍒嗛〉鏍峰紡 */
#pagination{
    text-align: center;
    margin-bottom: 40px;
}
.whj_jqueryPaginationCss-1 .whj_border{
    border: 1px solid #e6e6e6;
    color: #535353;
}
.whj_jqueryPaginationCss-1 .whj_color{
    color: #535353;
}
.whj_jqueryPaginationCss-1 .whj_checked{
    background-color: #EB3238;
    color: #ffffff;
}




.addcart{
    width: 190px;
    height: 30px;
    line-height: 30px;
    display: block;
    text-align: center;
    background-color: #EB3238;
    color: #ffffff;
    font-size:12px;
    margin: 8px auto;
}

/*姝ヨ繘鍣ㄦ牱寮�*/
.nums-inp{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 98px;
    height: 28px;
    border: 1px solid;
    position:absolute;
    bottom:45px;
    right:15px;
}
.decrease{
    text-align: center;
    display: block;
    width: 28px;
    cursor: pointer;
    border-right: 1px solid;
}
.add{
    text-align: center;
    display: block;
    width: 28px;
    cursor: pointer;
    border-left: 1px solid;
}
.cartnums{
   width: 40px;
   height: 28px;
   border: none;
   text-align: center;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    appearance: none; 
    margin: 0; 
}
