@charset "UTF-8";
*{-webkit-tap-highlight-color:transparent;-webkit-touch-callout: none;}
a img,body,button,dd,div,dl,dt,form,h1,h2,h3,h4,h5,h6,html,img,input,li,menu,ol,p,textarea,ul{padding:0;margin:0;border:0}
li,ol,ul{list-style:none}
b,em,h1,h2,h3,h4,h5,h6,i{font-size:1em;font-weight:400;font-style:normal}
body,button,input,select,textarea{font:400 28px/1.667;color:#333;-webkit-text-size-adjust:none}
button,input,select,textarea{line-height:1.2;outline:0}
button,input[type=button],input[type=password],input[type=submit],input[type=text],textarea{-webkit-appearance:none}
body,html{-webkit-user-select:none;user-select:none;background: #f5f5f5;font-family: Helvetica;}
a,img{-webkit-touch-callout:none;}
a{text-decoration:none;color:#333}
img,video{vertical-align:middle}
textarea::-webkit-input-placeholder{word-break:break-all;word-wrap:break-word;box-shadow:none;outline:0;border:none}
.noDis{display:none!important}
.clearfix{*zoom:1}
.clearfix:after,.clearfix:before{display:table;content:"";line-height:0}
.clearfix:after{clear:both}
.elli{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}

.c{margin: 0 auto;}

/* Position */
.f_l{float:left;display:inline}
.f_r{float:right;display:inline}
.f_n{float:none !important;}

.t_c{text-align:center}
.t_l{text-align:left}
.t_r{text-align:right}

.m0{margin-top: 0 !important;}
.mt15{margin-top: 30px !important;}
.mt20{margin-top: 40px !important;}
.mb20{margin-bottom: 40px !important;}

img{ max-width: 100%;}
html,body{ max-width: 1280px; min-width: 640px;}

header{ width: 100%; text-align: center;}
header p{ height: 60px;line-height: 60px; text-align: center;}
section{ margin: 0 auto;}
section.hot{background: #fff;}

/* 二级类目 */
.nav{/* padding: 20px 0; */-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;background: #fff;}

.nav .swiper-container{padding:20px 0;}
.nav .paging{padding:20px 0 30px 0;}

.special_area{padding: 20px 15px 0 15px;background: #f5f5f5;}
.special_area a{ width: 50%; padding-bottom: 10px; float: left; }
.special_area a:nth-child(odd) { margin-left: -5px; }
.special_area a:nth-child(even) { float: right; margin-right: -5px; }

.hot dl dt{
	margin-bottom: 10px;
	height: 60px;
	line-height: 60px;
	-webkit-background-size: 28px 32px;
	background-size: 28px 32px;
	font-weight: bold;
	font-size: 36px;
}

.hot dd {padding: 10px 20px 10px 0px;overflow: hidden;position: relative;line-height: 1;}
.hot dd:after{content:'';height: 1px;width:100%;position: absolute;left: 230px;bottom:0;display: inline-block;background: #eee;}
.hot dd img{float: left;margin-right: 14px;width: 230px;/* height: 120px; */}
.hot dd h2{padding-top: 18px;padding-bottom: 14px;line-height: 1;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;font-size: 30px;color: #333;}
/*.hot dd .intro{ padding-top: 4px; height: 60px; line-height: 30px; text-overflow:ellipsis; overflow:hidden; color:#8d8d8d;}*/
.hot dd .intro{
	/* padding-bottom: 12px; */
	/* min-height: 56px; */
	/* max-height: 56px; */
	overflow: hidden;
	color: #999;
	line-height: 1.4;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-size: 26px;
	}
.hot dd p{color:#aaa;font-size: 24px;position: relative;}
.hot dd .strong{color:#d7010d;font-size: 40px;padding-right: 12px;}
.hot dd .strong em{font-size: 24px; font-weight: bold;}
.hot dd del{font-size: 24px;color:#ccc;}
.hot dd .counts{position: absolute;right: 0;bottom:4px;color: #999;}
.hot dd .detal{height: 230px;margin-left: 240px;position: relative;}
.hot dd .level{/* margin-top: 20px; */}
.hot dd .level span.lv {height: 22px;line-height: 22px;margin: 10px 10px 0 0;padding: 0 5px;/* font-size:20px; */display: inline-block;background: #fffafb;border-radius: 4px;font-size: 20px;}

.hot dd .level span.grade {color: #fff;background: #99cc33; border: 1px solid #99cc33;}
.hot dd .level span.foodie { color: #fff; background: #ff9900; border: 1px solid #ff9900; }
.hot dd .level span.discount { color: #d7010d; background: #fff; border: 1px solid #d7010d; }

.hot dd .price {width: 100%;position: absolute;right: 0;bottom: 14px;}

.hot dd.sellout{}
.hot dd.sellout:before{content:''; display: block; width: 180px;height: 180px;background:url(../images/emptygoodsmask@3x.png); position: absolute; left: 25px; top: 35px; }

/* 横幅广告位 --- 2016/4/18 x*/
.hor_ad{ background: #f5f5f5;}
.hor_ad a{ display: inline-block; }
.hor_ad a:not(:last-child){ padding: 0 0 10px 0;}
.hor_ad a:first-child{ padding: 20px 0 10px 0; }

/* header 轮播图  --- 2017/5/26 */
header .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	left:inherit;
	text-align: right;
	right:20px;
}

header .swiper-pagination-bullet,.nav .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	opacity: 1;
	background: #efefed;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
header .swiper-pagination-bullet-active,.nav .swiper-pagination-bullet-active {
	width:24px;
	/* height: 10px; */
	opacity: 1;
	background: #e52f17;
	border-radius: 6px;
}

header .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom:20px;
}
.nav .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom: 11px;
}
.nav a{ width: 25%; display: inline-block; float: left; }

.fix {width: 100%;height: 136px;line-height: 40px;background: rgba(50, 50, 50, .9);position: fixed;bottom: 0;color: #fff;font-weight: bold;font-size: 30px;}
.fix img { width: 100px; height: 100px; padding: 20px 20px 20px 30px; float: left; }
.fix p { padding-top: 30px; }
.fix .btn { height: 60px; line-height: 60px; padding: 0 30px; background: #d60312; color: #fff; border-radius: 8px; position: absolute; right: 30px; top: 40px; }
