/*----------------共用初始化----------------*/
*{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;}
html{font-size:62.5%; background-color:#333; height:100%; }
body{font-family:font-family:"PingFang SC","Hiragino Sans GB","Microsoft YaHei","WenQuanYi Micro Hei","Helvetica Neue",Arial,sans-serif;  background-color:#fff; max-width:760px; min-height:100%; margin:0 auto;}
a{text-decoration:none;-webkit-tap-highlight-color:transparent;}
a,input{outline:none;}
input,button{-webkit-appearance: none; /*去掉苹果的默认UI来渲染按钮*/}
ul{list-style:none;}
img{max-width:100%; border:0;-webkit-transform: scale(1) rotate(0) translate3d(0,0,0);transform: scale(1) rotate(0) translate3d(0,0,0);}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix{zoom:1;}
.clear{clear:both;}
.table{width:100%;border-collapse:collapse;}
.t-c{text-align:center;}
.t-l{text-align:left;}
.t-r{text-align:right;}
.block{display:block;}
.hide{display:none;}
.o-h{overflow:hidden;}
.f-l{float:left;}
.f-r{float:right;}
.pos-rel{position:relative;}
.bg-line{background-image: -webkit-linear-gradient( #ddd, #ddd);background-image: -moz-linear-gradient( #ddd , #ddd );background-image: -ms-linear-gradient( #ddd , #ddd );background-image: -o-linear-gradient( #ddd , #ddd );background-image: linear-gradient( #ddd , #ddd);background-size:1px 14px;background-repeat:no-repeat;background-position:right center;}
.t-o-1{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
.t-o-2{display: -webkit-box;text-overflow: ellipsis;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.fenge1{height:1em; background-color:#f6f6f6;}
.mt1{margin-top:1em;}
.mb1{margin-bottom:1em;}
.pt50{padding-top:50px;}
.scroll-wrapper {   -webkit-overflow-scrolling: touch; overflow-y: scroll;} 
input[type="search"]::-webkit-search-cancel-button{
    display: none;
}
/*----------------头部----------------*/
.header-box{
	position:fixed;
	width:100%;
	height:50px;
	max-width:760px;
	z-index:999;
	background-color:#df3031;
	padding:10px;
	display:table;
	top:0;
}
.header-box img{
	max-height:30px;
	vertical-align:middle;
}
.header-logo{
	display:table-cell;
	width: 38%;
	vertical-align:middle;
}
.header-nav{
	display:table-cell;
	width:8.5%;
	vertical-align:middle;
	text-align:center;
	cursor:pointer;
}
.header-search{
	display:table-cell;
	vertical-align:middle;
	padding:0 0.8em 0 1em;
	text-align:center;
}
.header-search input{
	width:100%;
	border:none;
	height:30px;
	line-height:30px;
	border-radius:15px;
	font-size:1.4em;
	background-color:#fff;
	padding:0 10px;
	outline:none;
	opacity:1;
}
.header-search .btn-search{
	width:100%;
	height:30px;
	line-height:30px;
	border-radius:15px;
	font-size:1.4em;
	background-color:#fff;
	padding:0 10px;
	text-align:left;
	color:#999;
}

/*-------------搜索-------------*/
.searchPanel,.search-detail{
	width:100%;
	height:100%;
	background-color:#fff;
	margin:0 auto; 
	max-width:760px; 
	position:fixed; 
	top:0; 
	z-index:1000; 
	display:none;
}
.search-area{
	height:50px;
	background-color:#444;
	padding:10px 20px 10px 45px;
	position:relative;
}
.search-close{
	position:absolute;
	width:32px;
	height:32px;
	background:translate;
	top:9px;
	left:5px;
}
.search-box{
	height:30px;
	background-color:#fff;
	border-radius:15px;
	position:relative;
	overflow:hidden;
}
.selectBox{
	position:absolute;
	width:60px;
	height:30px;
	left:10px;
	overflow:hidden;
}
.selectBox .icon-down{
	height:30px;
	background:#fff url(../images/up_down.png) 34px 3px no-repeat;
	background-size:24px 48px;
	font-size: 1.6em;
    line-height: 30px;
}
.selectBox .select{
	position:absolute;
	border:0;
	outline:none;
	top:0;
	left:0;
	width:100%;
	height:28px;
	font-size:1.6em;
	z-index:2;
	background:transparent;
	-webkit-appearance: none; 
}
.search-text{
	margin:0 50px 0 70px ;
	height:30px;
	line-height:30px;
	border:none;
	outline:none;
	font-size:1.6em;
}
.icon-search{
	width:24px;
	height:24px;
	position:absolute;
	top:3px;
	right:15px;
}

.search-detail .detail-header{
	display:flex;
	align-items:center;
    padding:5px;
	margin:5px;
}
.detail-header .search-form{
	flex-grow: 1;
	height: 3.2rem;
	border-radius: 1.2rem;
	background-color: #f5f5f5;
	color: #999;
	position: relative;
	border: 1px #f0f0f0 solid;
	padding-right:42px;
	overflow:hidden;
}
.search-form .input-text{
	width:100%;
	height:100%;
	border:none;
	padding:0 1rem;
	font-size: 1.6rem;
	background-color: #f5f5f5!important;
}
.search-form .input-submit{
	width: 32px;
	height: 100%;
	position: absolute;
	top:0;
	right: 10px;
	background:url(../images/search_red.png) no-repeat center;
	background-size:18px 18px;
	border:none;
	cursor:pointer;
}
.detail-header .cancel{	
	width: 3.6rem;
	height: 100%;
	font-size: 16px;
	/*display:flex;
	align-items:center;
	justify-content:center;
	flex-shrink: 0;*/
	margin:0 0 0 1rem;
    color: #000;
    cursor: pointer;
}

.search-detail .search-type{
	width:100%;
	height:45px;
	display:flex;
	background-color:#fff;
}
.search-type .type-item{
	flex-grow:1;
	height:46px;
	line-height:46px;
	font-size:16px;
	text-align:center;
	border-bottom:2px #f0f0f0 solid;
}
.search-type .type-item span{
	height: 100%;
    box-sizing: border-box;
    display: inline-block;
    line-height: 2.6667;
    position: relative;
    max-width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.search-type .type-item.active span{
    color: #ef1f1f!important;
	border-bottom: 2px solid #333;
    border-bottom-color: #ef1f1f!important;
}

.search-detail .search-history-hot{
	width:100%;
	height:100%;
	max-width:760px;
	background-color:#fff;
	border-top:1px #f0f0f0 solid;
}
.search-history-hot .search-history{
	padding: 1.2rem 1.2rem 1rem;
}
.search-history .tit{
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #333;
}
.search-history .tit .clear{
	display: flex;
	align-items: flex-end;
	line-height: 1;
}
.search-history .tit .clear img{
	width: 1.2rem;
	height: 1.2rem;
	margin-right: 0.4rem;
}
.search-history .history-list{
	display: flex;
	flex-wrap: wrap;
	margin-top: 1rem;
}
.search-history .history-list li{
	margin:0 1.2rem 1rem 0;
	font-size: 1.3rem;
	background-color: #f3f3f3;
	padding: 3px 0.8rem;
	border-radius: 3px;
}
.search-history .history-list li a{
	color:#666;
}

.search-history-hot .hot-search{
	padding: 1.2rem 0;
}
.hot-search .tit{
	color: #333;
	padding:0 1.5rem;
}
.hot-search-list{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 0 0.5rem 1.5rem 1.5rem;
}
.hot-search-list .flex-item{
	width:25%;
	height: 3rem;
	margin-top: 1.2rem;
	padding-right: 1rem;
	overflow: hidden;
}
.hot-search-list .flex-item .link{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-size: 1.2rem;
	border-radius: 4px;
	text-align: center;
	color: #666;
	background-color: #f3f3f3;
	margin-bottom: 1.5rem;
	position: relative;
	padding: 0 0.4rem;
}
.hot-search-list .flex-item .link.hot{
	background-color: #ffe9d8;
	color: #ff4e02;
}
.hot-search-list .flex-item .link img{
	width:1.5rem;
	height: 2rem;
	position:absolute;
	top: -0.9rem;
	right: -0.4rem; 
}


.fast-search .tip{
	text-align:center;
	color:#333;
	font-size:1.4em;
	margin:1.5em auto 1em;
}
.fast-search ul{
	margin-left:1em;
}
.fast-search li{
	width:25%;
	float:left;
	height:30px;
	line-height:30px;
	padding-right:1em;
	margin-bottom:1em;
	text-align:center;
}
.fast-search li a{
	display:block;
	color:#333;
	border:1px #dedede solid;
	font-size:1.2em;
	border-radius:15px;
	background-color:#fff;
}
.fast-search .hot a{
	border-color:#ff8400;
	background-color:#ff8400;
	color:#fff;
}
.search-btn{
	height:40px;
	line-height:40px;
	font-size:1.6em;
	background:#ff8400;
	color:#fff;
	text-align:center;
	margin:1em;
	border-radius:5px;
}

.adFlex{
    display: flex;
    align-items: center;
}
.adFlex .link{
    display: block;
    width: 50%;
}
.adFlex .link:nth-child(odd){
    padding-right:5px;
}
.adFlex .link:nth-child(even){
    padding-left:5px;
}


/*-------------网站导航-------------*/
.navPanel{
	width:100%;
	height:100%;
	background-color:#fff;
	margin:0 auto; 
	max-width:760px; 
	position:fixed; 
	top:0; 
	z-index:1000; 
	display:none;
}
.navPanel .channel{
	margin:1.5em;
}
.navPanel .channel li{
	width:33.333333%;
	float:left;
	margin-bottom:1em;
	position:relative;
}
.navPanel .channel li .fire{
	position:absolute;
	padding:0 2px;
	background-color:#ff4e00;
	color:#fff;
	font-size:1.2em;
	line-height:1.3;
	top:-5px;
	right:0;
	border-radius:3px;
	transform: scale(0.9);
}
.navPanel .channel li a{
	display:block;
	height:40px;
	line-height:38px;
	width:90%;
	margin:0 auto;
	border:1px #dedede solid;
	text-align:center;
	color:#333;
	font-size:1.4em;
	background-color:#fff;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
	border-radius:3px;
}
.navPanel .channel li a:hover{
	border-color:#ff8400;
	color:#ff8400;
}
.navPanel .channel li.hot a{
	border-color:#ff8400;
}
.navClose{
	width:48px;
	padding:1em 0 0;
	margin:0 auto;
}

/*-------------弹幕-------------*/
.danmu-box{
	width:100%;
	max-width:760px;
	position: fixed;
    top: 140px;
    left: 50%;
	transform:translateX(-50%);
	z-index:999;
}
.danmu{
    width: 230px;
    height: 26px;
    padding: 0 5px 0 10px;
    font-size: 12px;
    color: #fff;
    border-radius:0 5px 5px 0;
    background: rgba(0,0,0,.6);
	position:absolute;
	top:0;
	left:0px;
}
.danmu .link{
    display: flex;
    height: 26px;
    justify-content: space-between;
    align-items: center;
	color:#fff;
}
.danmu .link .info1{
    flex-shrink: 0;
    padding-right: 5px;
}
.danmu .link .info2{
    flex-grow: 1;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
}
.danmu .icon{
    width: 18px;
    height: 18px;
}

/*-------------留言-------------*/
#liuyan{
	margin:1em 0;
}
#liuyan .ly-tit{
	height:2em;
	line-height:2;
	font-size:2em;
	background-color:#f6f6f6;
	color:#df3031;
	text-align:center;
	/*margin-bottom:1em;*/
}
#liuyan .ly-tit-b{
    background-color:#f6f6f6;
	color:#ef6464;
	font-size:1em;
	text-align:center;
	padding:1em;
}
#liuyan .formly{
	margin:0 1em;
}
#liuyan .input-tit{
	font-size:1.6em;
	color:#666;
	display:block;
	vertical-align:middle;
	margin-top:1em;
}
#liuyan .input-tit .red{
	color:#df3031;
	margin-right:4px;
	vertical-align:middle;
}
#liuyan .input-tit .zlbm{
	color:#df3031;
	font-size:12px;
}
#liuyan .input{
	font-size:1.6em;
	width:100%;
	padding:0 10px;
	height:36px;
	line-height:36px; 
	vertical-align:middle;
	border:none;
	border-bottom:1px #dedede solid;
	margin-bottom:1em;
}
#liuyan .input::-webkit-input-placeholder { /* WebKit browsers */ 
	color: #ccc; 
} 
#liuyan .input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ 
	color: #ccc; 
} 
#liuyan .input::-moz-placeholder { /* Mozilla Firefox 19+ */ 
	color: #ccc; 
} 
#liuyan .input:-ms-input-placeholder { /* Internet Explorer 10+ */ 
	color: #ccc; 
}
#liuyan .secret-tit{
	height:2em;
	line-height:2;
	background-color:#f8f8f8;
	color:#ef6464;
	font-size:12px;
	padding:0;
	margin: -0.5em 2em 0.5em;
}
#liuyan .notice{
	font-size:14px;
	color:#666;
	text-align:center;
	display:flex;
	align-items:center;
	justify-content:center;
}
#liuyan .notice:before,#liuyan .notice:after{
	content:"";
	display:block;
	width:40px;
	height:1px;
	background-color:#dedede;
}
#liuyan .notice:before{
	margin-right:10px;
}
#liuyan .notice:after{
	margin-left:10px;
}
.identity{
	border-bottom:1px #dedede solid;
	margin-bottom:1.5em;
}
.identity dt{
	font-size:1.6em;
	color:#666;
	display:block;
	vertical-align:middle;
	margin-top:1em;
}
.identity .red{
	color:#df3031;
	margin-right:4px;
	vertical-align:middle;
}
.identity  dd{
	font-size:1.6em;
	display:inline-block;
	padding:15px 20px 10px 10px;
	vertical-align:middle;
	height:41px;
	line-height:16px;
}
#liuyan p{
	font-size:1.5em;
	height:2em;
	line-height:2;
	vertical-align:middle;
	padding-left:10px;
}
#liuyan p a{
	color:#2d64b3;
}
#liuyan .checkBox, .identity .checkBox{
	display:inline-block;
	width:16px;
	height:16px;
	vertical-align:middle;
	position:relative;
	margin-right:5px;
}
.identity .checkBox{
	 top:-1px;
}
#liuyan .checkBox .icon, .identity .checkBox .icon{
	position:absolute;
	display:block;
	width:16px;
	height:16px;
	background:url(../images/check.png);
	background-size:37px 16px;
	z-index:1;
}
#liuyan .identity .checkBox .icon{
	background-image:url(../images/check2.png);
}
#liuyan .checkBox input, .identity .checkBox inpt{
	width:16px;
	height:16px;
	opacity:0;
}
#liuyan .checkBox .icon.checked, .identity .checkBox .icon.checked{
	background-position:-21px 0;
}
input.default-checkbox{
	-webkit-appearance: checkbox;
	vertical-align:middle;
	margin-right:5px;
}
input.default-radio{
	-webkit-appearance: radio; 
	vertical-align:middle;
	margin-right:5px;
}
#liuyan input[type=button]{
	display:block;
	width:50%;
	margin:1em auto;
	font-size:2em;
	height:2em;
	line-height:2;
	text-align:center;
	background-color:#e44;
	color:#fff;
	letter-spacing:3px;
	border:none;
}

/*----------------加盟三步走 / 客服----------------*/
.jmsb{
	padding:1.5em 1em;
}
.jmsb .tit{
	font-size:2.5em;
	letter-spacing:2px;
	color:#df3035;
	text-align:center;
	font-weight:bold;
}
.sanbu{
	margin-top:0.5em;
	padding-bottom:0.8em;
	display:flex;
	flex-wrap:nowrap;
	border-bottom:1px #ff6600 solid;
}
.sanbu .buzhou{
	flex-basis:auto;
	display:flex;
	text-align:center;
	align-items:center;
}
.sanbu .buzhou img{
	display:block;
	margin:0 auto;
	width:36px;
	margin-right:5px;
}
.sanbu .buzhou p{
	font-size:1.2em;
	color:#ff6600;
	line-height:1.5;
	color:#666;
}
.sanbu .buzhou p .icon{
	display:inline-block;
	width:1.5em;
	height:1.5em;
	border-radius:50%;
	text-align:center;
	color:#fff;
	text-align:center;
	background-color:#ff6600;
	margin-right:3px;
}
.sanbu .jiantou{
	flex-grow:1;
	background:url(../images/jmsb_jt.png) no-repeat center;
	background-size:2em 2em;
}

.kefu{
	padding:0 1em 1em;
}
.kefu .tit{
	font-size:1.8em;
	letter-spacing:2px;
	color:#666;
	text-align:center;
	font-weight:bold;
}
.kf-list{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:space-between;
}
.kf-list li{
	width:48%;
}
.kf-list li a{
	padding:0.25em 0;
	font-size:1.4em;
	background-color:#f6f6f6;
	border:1px #dedede solid;
	border-radius:10px;
	text-align:center;
	display:flex;
	justify-content:center;
	align-items:center;
	color:#333;
	margin-top:1em;
}
.kf-list li img{
	height:1.8em;
	margin-left:1.2em;
}

/*-------------底部导航-------------*/
footer{
	font-size:1.2em;
	padding-bottom:4.5em;
}
.footer-box{
	position:fixed;
	height:4.5em;
	bottom:0;
	width:100%;
	max-width:760px;
	margin:0 auto;
	background-color:#fff;
	border-top:1px #cdcdcd solid;
	z-index:999;
	display:flex;
}
footer .f-i{
	flex-grow:1;
	text-align:center;
}
footer .f-i a{
	color:#333;
	outline:none;
}
footer .f-i.active a{
	color:#df3031;
}
footer .f-i span{
	display:block;
	width:30px;
	height:30px;
	margin:3px auto 2px;
	background-image:url(../images/bottom_n_m.png);
	background-size:150px 30px;
	background-repeat:no-repeat;
}
footer .f-i.active span{
	background-image:url(../images/bottom_active_n_m.png);
}
.f-index{
	background-position:0 0;
}
.f-goods{
	background-position:-30px 0;
}
.f-brands{
	background-position:-60px 0;
}
.f-companys{
	background-position:-90px 0;
}
.f-user{
	background-position:-120px 0;
}

.copyright{
	padding:1em 0;
	text-align:center;
	line-height:1.5;
}
.copyright .text1 a{
	font-size:1.4em;
	color:#333;
	margin:0 5px;
	vertical-align:middle;
}
.copyright .text2{
	font-size:1.2em;
	color:#999;
}

.to-top{text-align:left;}
#to-top,#to-liuyan{height: 40px;width: 40px;position: fixed;right:10px;z-index: 999;}
#to-liuyan{bottom: 130px;}
#to-top{bottom:85px;}
#to-liuyan i.icon,#to-top i.icon{display: inline-block;width: 20px;height: 20px;background-repeat: no-repeat;}
.hb1288_icon_up2top_80_80{background-size: 40px;background-image: url("/assets/images/yyt_icon_up2top_80_80_2.png");}
.hb1288_icon_liuyan_80_80{background-size: 40px;background-image: url("/assets/images/yyt_icon_liuyan_80_80_2.png");}

.page-load-status{display:none;padding-top:20px;border-top:1px solid #DDD;color:#777;text-align:center;}
.loading{margin:30px auto;color:#666;text-align:center;font-size:14px;}
.loading img{margin-right:5px;}