body {
	background-color: #F4F4F4;
	font-family: 'SourceHanSansCN-Regular';
	font-weight: 'Regular';
}

@font-face{ 
　　font-family:'SourceHanSansCN-Regular'; 
　　src:url('../fonts/SourceHanSansCN-Regular.ttf');
}
ol, ul {
    list-style: none;
}
.container-fluid {
	padding: 0;
	margin: 0;
}
.container{
	width: 1200px;
	max-width: none !important;
}
.flex-wrap{
	display: flex;
	align-items: center;
}
.flex-col{
	display: flex;
	flex-direction: column;
}
.navbar-collapse {
	padding-right: unset !important;
	padding-left: unset !important;
}

.navbar-nav::before {
	content: unset !important;
}

.navbar-nav {
	float: unset !important;
	justify-content: space-between;
	display: flex;
	flex-direction: row;
}

@media screen and (max-width:1200px) {
	.container-fluid{
		width:1200px;
	}
}

.header {
	height: 42px;
	line-height: 42px;
	font-size: 1rem;
	background-color: #E3E4E5;
	width: 100%;
	overflow: hidden;
}

.header span{
	font-size:15px;
	font-family: 'Source Han Sans CN-Regular';
}
.header_left span {
	color: #707070;	
}

.header_left img{
	width: 26px;
	height:26px;
}
.header_right {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
}
.header_right a{
	text-decoration: none;
	color: #666666;
}
.header_right span{
	padding-left: 10px;
}
.header_right .eline{
	width: 1px;
	height:12px;
}
.header_right .down{
	width: 15px;
	height:15px;
}
.header_right .mfont{
	color: #666666;
}
.header_right .regfont a{
	color: #E1251B;
}

.header_middle{
	width: 100%;
	height: 170px;
	background-color: #FFFFFF;
	position:relative;
	border-bottom: 2px solid #f42409;
}
.header_middle .middle_box{
	display: flex;
}
.header_middle .middle_box .logo_title{
	margin-top: 35px;
	margin-left: 20px;
}
.header_middle .middle_box .logo_title span{	
	font-size: 43px;
	color: #E02B1F;
}
.header_middle .cart{
	width: 165px;
	height: 46px;
	border: 1px solid #ccc;
	text-align: center;
	line-height: 46px;	
	margin-left: 24px;
	position: relative;
}
.header_middle .cart a{
	text-decoration: none;
}
.header_middle .cart .cart_img{
	margin-left: 15px;
	width:25px;
	height:25px;
	margin-right: 28px;
}
.header_middle .cart .cartnum{
	position: absolute;
	width: 23px;
	height: 17px;
	background-color: #E1251B;
	border-radius: 20px;
	line-height: 17px;
	left: 34px;
	top: 7px;
	color: #FFFFFF;
}
.header_middle .logo_box_right .search_item{
	margin-top: 29px;
	margin-left: 122px;
	position: relative;
}
.mobilebox{
	cursor: pointer;
}
.mobile_static{
	width: 200px;
	background: #fff;
	position: absolute;
	right: 15px;
	border: 1px solid #E3E4E5;
	z-index: 9999;
	top: -1px;
}
.mas{
	border-bottom: 1px solid #E3E4E5;
}
.mobile_img{
	width: 100px;
	height: 100px;
	padding: 10px;
}
.mobile_img img{
	width: 100%;
}
.header_middle .logo_box_right .search_keys{
	margin-left: 122px;
	display:flex;
	height: 29px;
}
.camera_img{
	width: 25px;
	height: 25px;
	position: absolute;
	right: 0;
	margin-right: 94px;
}
.search_keys span{
	color:#999999;
	padding-top: 9px;
	cursor: pointer;
}
.search_keys .active{
	margin-left: 15px;
}
.header_middle .logo_box_right .search_box{
	width:500px;
	height:46px;
	text-indent: 25px;
	border: 1px solid #E1251B;
}
.header_middle .logo_box_right input{
	border-radius: 0;
	outline: 0.1px solid #E1251B;
}

.sear_btn{
	width:75px;
	height:48px;
	background-color: #E1251B;
}
.sear_btn .search_img{
	margin-top: 10px;
	margin-left: 23px;
}

.position {
    margin: 0px auto;
    padding: 10px 0px;
    text-align: left;
}

.position a{
	color: #666666;
	text-decoration: none;
}


.header_middle .nav_box{
	display: flex;
	justify-content: flex-start;
	width: 100%;
	margin-top: 35px;
	margin-left: 24px;
}
.header_middle .nav_box span{
	color:#333333;
	font-size: 17px;
	margin-right: 25px;
	padding: 4px 16px;
}
.header_middle .nav_box .active{
	background: #E1251B;
	color: #FFFFFF;
	padding: 4px 16px;
}
.header_middle .nav_box span:hover{
	background: #E1251B;
	color: #FFFFFF;
	padding: 4px 16px;
}

.header_middle .nav_box a{
	text-decoration: none;
}

.middle_index{
	margin-top: 15px;
	padding-left: 0;
	padding-right: 0;
}
.middle_index .navlist{	
	height: 478px;
	background-color: #FFFFFF;
	padding-left: 0;
	padding-right: 0;
}
.middle_index .banner{	
	height: 478px;
	position:relative;
	padding-right: 30px;
	padding-left: 0;
	margin-left: 15px;
}
.swiper-button-prev:after{
    content: none !important;
	position: absolute;
	left: 0;
	top: 190px;
	z-index: 99;
	width: 31px;
	height:44px;
}
.banner .swiper-button-prev{
	left:0;
}
.banner .swiper-button-prev img{
	width: 100%;
}
.banner .swiper-button-next{
	right:0;
}
.swiper-button-next:after {
   content: none !important;
	position: absolute;
	right: 0;
	top: 190px;
	z-index: 99;
	width: 31px;
	height:44px;
}
.banner .swiper-button-next img{
	width: 100%;
}
.middle_index .banner_recomm{	
	height: 478px;
	padding-left: 0;
	padding-right: 0;
	margin-left: 10px;
}
.middle_index .hot_recomm{
	height: 478px;
	background-color: #FFFFFF;
	margin-left: 15px;
	
}
.banner_recomm .recom_item{
	margin-left: 6px;
	width: 188px;
	height: 188px;
}
.banner_recomm .recom_item:nth-child(2){
	padding-top: 15px;
	padding-bottom: 15px;
}
.banner_recomm img{
	width: 100%;
}
.swiper-slide img{
	width:100%;
}
.navlist ul{
	margin-top: 5px;
	margin-left: -26px;
}
.navlist ul li{
	list-style-type: none;
	padding: 3.5px;
}
.navlist ul li a{
	color:#333333;
	font-size: 11px;
	text-decoration: none;
}
.navlist ul li a:hover{
	color:#E02B1F;
}
.hot_recomm .avatar_box{
	width: 33px;
	height:33px;
	margin-top: 9px;
}
.hot_recomm .avatar_box img{
	width: 100%;
	border-radius: 30px;
}
.hot_recomm .title{
	color: #666666;
	font-size: 9px;
	margin-top: 14px;
	margin-left: 9px;
}
.hot_recomm .login{
	color: #666666;
	font-size: 9px;
	margin-top: 6px;
	margin-left: 9px;
}
.hot_recomm .login .tologin{
	border-right: 1px solid #666666;
	padding-right: 6px;
	margin-right: 6px;
}
.hot_recomm .newfl{
	background-color: #E1251B;
	border-radius: 11px;
	text-align: center;
	color: #fff;
	font-size: 9px;
	padding: 4px 10px;
	margin-top: 8px;
}
.hot_recomm .fl{
	justify-content: space-evenly;
}
.hot_recomm .fl2{
	background-color: #363634;
	color:#E5D790;
}

.hot_recomm .bottom_line{
	border-top: 1px solid #707070;
	width: 80%;
	margin: 0 auto;
	margin-top: 10px;
}


.hot_recomm .kuaibao .kb_box{
	width:100%;
	justify-content: space-between;
	margin-top: 11px;
}
.hot_recomm .kuaibao .etitle{
	color: #333333;
	font-size: 11px;
	font-weight: bold;
}
.hot_recomm .kuaibao .more a{
	color: #999999;
	font-size: 9px;
	text-decoration: none;
}
.kuaibao .kblist ul{
	margin-left: -38px;
	margin-top: 12px;
}
.kuaibao .kblist ul li{
	list-style-type: none;
}
.kuaibao .kblist ul li .labeler{
	background: #FDEEED;
	color: #E1251B;
	font-size: 9px;
	padding: 1px 3px;
}
.kuaibao .kblist span a{
	color:#666666;
	font-size: 9px;
}
.kuaibao .kblist ul li a{
	text-decoration: none;
}

.kuaibao .kblist ul li a:hover{
	color:#E02B1F;
}

.miaosha{
	margin-top: 10px;
	background-color: #FFFFFF;
	padding-left: 0;
	padding-right: 0;
}
.miaosha .ms_box{
	padding-left: 0;
	padding-right: 0;
}
.miaosha .ms_box img{
	width: 100%;
	position: relative;
}
.miaosha .ms_box .ms_title{
	position: absolute;
	top: 30px;
	left: 26%;
	font-size: 24px;
	color: #FFFFFF;
}

.miaosha .ms_box .ms_time_desc{
	position: absolute;
	top: 170px;
	left: 23%;
	font-size: 16px;
	color: #FFFFFF;
	font-family: 'DIN-Bold';
	font-weight: bold;
}
.miaosha .ms_box .ms_time_desc span{
	font-size: 11px;
}
.miaosha .ms_box .ms_time{
	position: absolute;
	top: 200px;
	left: 22%;
}
.miaosha .ms_box .ms_time .timer{
	width: 30px;
	height: 30px;
	background-color: #2F3430;
	color: #FFFFFF;
	font-size: 18px;
	text-align: center;
	line-height: 30px;
}
.miaosha .ms_box .per{
	font-size:18px;
	color: #FFFFFF;
	font-family: 'DIN-Bold';
	font-weight: bold;
	padding: 0 4px;
}
.miaosha .msgoods{
	padding-left: 0;
	padding-right: 0;
}

.miaosha .msgoods .goods_item,.miaosha .brandms .goods_item{
	width:129px;
}
.miaosha .msgoods .goods_item img,.miaosha .brandms .goods_item img{
	width: 116px;
	height: 116px;
}
.miaosha .msgoods .goods_item .gtitle{
	color: #333333;
	font-size:9px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 129px;
	text-align: center;
}
.miaosha .msgoods .goods_item .gprice{
	color: #E52B20;
	font-size:10px;
	text-align: center;
	padding-top: 9px;
}
.miaosha .msgoods .goods_box{
	width: 100%;
	justify-content: space-evenly;
}

.swiper_ms {	
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;	
}

.blrightimg{
	background: #ccc;
	border-top-left-radius: 22px;
	border-bottom-left-radius: 22px;
}
.blleftimg{
	background: #ccc;
	border-top-right-radius: 22px;
	border-bottom-right-radius: 22px;
}

.swiper-button-prev{
    left: 0px !important;
}
.swiper-button-next{
    right: 0px !important;
}

.miaosha .brandms{
	padding-left: 0;
	padding-right: 0;
	display: flex;
	justify-content: center;
	text-align: center;
}

.brandms .plms{
	width: 66px;
	border: 1px solid #E52B20;
	background-color: #FFFFFF;
	color: #E1251B;
	font-size: 10px;
	border-radius: 30px;
	margin-left: 28px;
	margin-top: 6px;
}
.brandms .brand_title{
	color: #666666;
	padding-bottom: 6px;
}
.brandms .brand_desc{
	color: #333333;
	font-size:13px;
	font-weight: bold;
}

.sales{
	margin-top: 16px;
	padding-left: 0;
	padding-right: 0;
}
.sales .sales_tj{
	margin-right: 11px;
	background: #FFFFFF;
}
.sales .sales_sg{
	background: #FFFFFF;
}
.sales .sales_tj .gj_top{
	color:#333333;
	font-size:20px;
	font-weight: bold;
	padding-top: 14px;
	padding-left: 14px;
}
.sales .sales_tj .gj_top img{
	width: 19px;
	height: 19px;
	margin-left: 3px;
}
.sales .sales_tj .goods_item{
	background: #F8F8F9;
	margin-top: 14px;
	width: 178px;
	margin-bottom: 10px;
	position: relative;
}
.goods_item .tag{
	position: absolute;
	top: 0;
	left:0;
	width: 70px;
	height:19px;
	line-height: 19px;
	background: linear-gradient(to bottom right, #F6B73D , #F7A400);
	font-size: 10px;
	color: #FFFFFF;
	padding-left: 5px;
}
.goods_item a {
	text-decoration: none;
}
.sales .sales_tj .goods_item .img_box{
	width: 120px;
	height: 120px;
	margin-top: 30px;
	margin-left: 26px;
}
.sales .sales_tj .goods_item .img_box img{
	width:100%;
}
.sales .sales_tj .goods_item .brand_title{
	color: #333333;
	font-size:11px;
	padding-top: 14px;
	text-align: center;
}
.sales .sales_tj .goods_item .price{
	text-align: center;
	font-size: 10px;
	color: #E52B20;
	font-weight: bold;
	padding-top: 4px;
}
.sales .sales_tj .goods_item .price span{
	font-size: 20px;
}
.sales .sales_tj .goods_item .salenum{
	color: #999999;
	font-size:10px;
	padding-top: 8px;
	text-align: center;
	margin-bottom: 16px;
}
.sales .sales_tj .goods_item .salenum span{
	color: #E52B20;
}
.sales .sales_tj .tjcate{
	justify-content: flex-end;
	margin-top: -11px;
}
.sales .sales_tj .tjcate span{
	color: #999999;
	font-size: 12px;
	margin-left: 19px;
	cursor: pointer;
}
.sales .sales_tj .tjcate .active{
	color: #E1251B;
	border-bottom: 2px solid #e1251B;
}
.tj_goods .tjgoods_box{
	width: 145px;
	padding-top: 15px;
	padding-left: 15px;
}
.tj_goods .tjgoods_box img{
	width: 100%;
}
.tj_goods .tj_goods_item{
	width: 50%;
	margin-top: 20px;
	display: flex;
	
}
.tj_goods .tgoods_item{
	font-size: 9px;
	padding-left: 6px;
	padding-top: 15px;
	height: 100px;
}
.tj_goods .tgoods_item .tg_title{
	font-size:9px;
	color:#333333;
}
.tj_goods .tgoods_item .tg_price{
	color:#E52B20;
	font-size:9px;
	font-family: 'DIN-Bold';
	font-weight: bold;
	padding-top: 3px;
}
.tj_goods .tgoods_item .tg_price span{
	font-size:16px;
}
.tj_goods .tgoods_item .tg_num{
	font-size:9px;
	color: #999999;
	padding-top: 10px;
}
.tj_goods .tgoods_item .tg_num span{
	color:#E52B20;
}
.sales .sales_sg .sj_top{
	color:#333333;
	font-size:20px;
	font-weight: bold;
	padding-top: 14px;
	padding-left: 20px;
}
.sales .sales_sg .sj_top img{
	width: 19px;
	height: 19px;
	margin-left: 3px;
}
.sales .sales_sg .sg_brand{
	width: 254px;
	height: 254px;
	background-color: #F8F8F9;
	margin-top: 14px;
	margin-bottom: 10px;
	margin-left: 15px;
}
.sg_brand .logo_1{
	width: 41px;
	height: 29px;
	padding-top: 11px;
	margin-left: 100px;
}
.sg_brand .logo_1 img{
	width:100%
}
.sg_brand .logo_title{
	text-align: center;
	font-size: 13px;
	color: #333333;
	font-weight: bold;
	margin-top: 18px;
	font-family: 'Source Han Sans CN-Bold';
}
.sg_brand .logo_desc{
	text-align: center;
	font-size: 13px;
	color: #333333;
	margin-top: 6px;
}
.sg_brand .brandimg{
	width: 140px;
	margin-top: 13px;
	margin-left: 54px;
}
.sg_brand .brandimg img{
	width: 100%;
}

.sales_sg .sgb-box{
	width: 250px;
	margin-left: 30px;
}
.sales_sg .sgb-box img{
	width:100%
}

.findniceGoods{
	padding-left: 0;
	padding-right: 0;
	margin-top: 15px;
	background-color: #FFFFFF;
}
.findniceGoods .leftgoods{
	padding-left: 0;
	padding-right: 0;
}
.findniceGoods .leftgoods .lgdesc{
	position: absolute;
	top: 70px;
	left: 70px;
	color: #FFFFFF;
	font-size: 11px;
}
.findniceGoods .leftgoods .bj{
	position: relative;
	width: 100%;
}

.findniceGoods .leftgoods .specimg{
	position: absolute;
	top: 23px;
	left: 20%;
	width: 120px;
}
.findniceGoods .rightgoods{
	display: flex;
	justify-content: space-between;
}
.rightgoods .hw_item a{
	text-decoration: none;
}
.rightgoods .hw_item .gimg{
	width: 150px;
	height: 150px;
	padding-top: 20px;
}
.rightgoods .hw_item .gimg img{
	width: 100%;
}
.rightgoods .hw_item .title{
	margin-top: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 150px;
	text-align: center;
}

.swiper_hw,.swiper_new {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.activity{
	padding-left: 0;
	padding-right: 0;
	margin-top: 15px;
	display: flex;
}
.activity .newbox{
	background-color: #FFFFFF;
	width: 24.5%;
	padding-left: 0;
	padding-right:0;
	margin-right: 15px;
}
.activity .tit_item{
	color: #333333;
	font-size: 20px;
	font-weight: bold;
	padding-top: 14px;
	padding-left: 14px;
}
.activity .tit_item img{
	width: 19px;
	height: 19px;
	margin-left: 3px;
}
.newbox .sfgoods{
	width: 100%;
	align-items: center;
} 
.newbox .sfgoods .sfgimg{
	width: 121px;
	height: 121px;
	padding: 14px 0;
}
.newbox .sfgoods .sfgimg img{
	width: 100%;
}
.newbox .sfgoods .title{
	margin-top: 20px;
	color: #E1251B;
	font-size: 13px;
	width: 170px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.newbox .sfgoods .desc{
	font-size: 9px;
	padding: 9px 0;
	color: #999999;
}
.newbox .sfgoods .price{
	color: #E52B20;
	font-size: 10px;
	padding-bottom: 18px;
}

.newbox .sfgoods .price span{
	font-size: 13px;
	font-weight: bold;
}
.activity .xunbaobox{
	background-color: #FFFFFF;
	width: 24.5%;
	padding-left: 0;
	padding-right:0;
	margin-right: 15px;
}
.activity .shopbox{
	background-color: #FFFFFF;
	width: 24.5%;
	padding-left: 0;
	padding-right:0;
	margin-right: 15px;
}
.activity .couponbox{
	background-color: #FFFFFF;
	width: 24.5%;
	padding-left: 0;
	padding-right:0;
}
.xunbaobox .tags{
	padding-top: 9px;
}
.xunbaobox .tags span{
	background: #F2F2F2;
	font-size: 9px;
	padding: 3px 6px;
	border-radius: 12px;
	color: #999999;
	margin-left: 6px;
}
.xunbaobox .active{
	background-color: #E1251B;
	color: #FFFFFF;
}

.shopbox .gitem{
	width: 92%;
	margin: 0 auto;
	height: 118px;
	justify-content: space-around;
	background: #F6F5F0;
	margin-top: 13px;
	margin-bottom: 10px;
}
.shopbox .gitem:first-child{
	margin-bottom: 0px;
}
.shopbox .gitem .shopimg{
	width: 105px;
}
.shopbox .gitem .shopimg img{
	width: 100%;
}
.shopbox .gitem .shop_item .ptitle{
	color: #666666;
	font-size: 13px;
}
.shopbox .gitem .shop_item .tag{
	color: #596FAB;
	font-size: 13px;
	border:1px solid #596FAB;
	width: 60px;
	margin-top: 6px;
	text-align: center;
}
.shopbox .gitem .shop_item .shownum{
	margin-top: 19px;
	color: #999999;
	font-size: 9px;
}


.couponbox .couponlist{
	background: url(../img/coupon_bj.png) no-repeat;
	width: 280px;
	height: 258px;
	background-size: cover;
	margin-top: 10px;
}
.couponbox .cpitem{
	width: 100%;
	justify-content: space-around;
	margin-top: 8px;
}
.couponbox .couponlist .cpitem .price{
	color:#E52B20;
	font-size: 10px;	
}
.couponbox .couponlist .cpitem .price span{
	font-size: 16px;	
	font-weight: bold;
}
.couponbox .couponlist .cpitem .desc{
	color: #999999;
	font-size: 9px;
	padding-top: 3px;
}
.couponbox .couponlist .cpitem .desc01{
	color: #666666;
	font-size: 11px;
	padding-top: 6px;
}
.couponbox .couponlist .cpmore{
	width: 20px;
	display: flex;
	align-items: center;
	color: #666666;
	font-size: 11px;
}
.couponbox .couponlist .cpmore span{
	word-wrap: break-word;
	width:10px;	
	padding-top: 6px;
}
.couponbox .couponlist .cpmore img{
	width: 100%;
	padding-left: 3px;
}

.xunbaobox .sb_gitem{
	margin-top: 2px;
}
.xunbaobox .sb_gitem .gts{
	padding-left: 5px;
}
.xunbaobox .sb_gitem:nth-child(3){
	margin-bottom: 5px;
}
.xunbaobox .sb_gitem .imgbox{
}
.xunbaobox .sb_gitem .imgbox img{
	width: 70px;
	height: 70px;
}
.xunbaobox .sb_gitem .title{
	color: #999999;
	font-size: 10px;
	padding-top: 6px;
	height: 35px;
}
.xunbaobox .sb_gitem .price{
	color:#E52B20;
	font-size: 10px;
	padding-top: 20px;
}
.xunbaobox .sb_gitem .price span{
	font-size: 16px;
	font-weight: bold;
}

.channel{
	margin-top: 15px;
	padding-left: 0;
	padding-right: 0;
}
.channel .center_title{		
	width: 289px;
	height: 48px;
	text-align: center;
	position: relative;
	margin-left: 500px;
}
.channel .center_title img{
	width: 100%;
}
.channel .center_title span{
	position: absolute;
	width: 120px;
	top: 5px;
	left: 30%;
	font-size: 24px;
	color: #333333;
	font-weight: bold;
}

.channel .channel_box{
	margin-top: 20px;
}
.channel .channel_box .map{
	background-color: #E6CFC7;
	height: 335px;
}
.channel .channel_box .map .title{
	color: #A8705C;
	font-size: 20px;
	font-weight: bold;
	padding-top: 28px;
	text-align: center;
}
.channel .channel_box .map .desc{
	color: #666666;
	font-size: 14px;
	text-align: center;
	padding-top: 13px;
}
.channel .channel_box .market{
	background-color: #EDCFDB;
	height: 335px;
}
.channel .channel_box .market .title{
	color: #CD89A3;
	font-size: 20px;
	font-weight: bold;
	padding-top: 28px;
	text-align: center;
}
.channel .channel_box .market .desc{
	color: #666666;
	font-size: 14px;
	text-align: center;
	padding-top: 13px;
}
.channel .channel_box .map,.channel .channel_box .market{
	padding-left: 0;
	padding-right: 0;
	margin-right: 9px;
}
.channel .channel_box .map img,.channel .channel_box .market img{
	width: 200px;
	height:200px;
	margin-left: 40px;
	margin-top: 10px;
	
}
.channel .magital{
	padding-left: 0;
	padding-right: 0;
}
.channel .magital .mag_item{
	background-color: #FFFFFF;
}
.channel .magital .mag_item .mg{
	margin-top: 8px;
	width: 100%;
	justify-content: space-around;
	padding: 16px 0;
}
.mag_item .title{
	color: #333333;
	font-size: 15px;
	font-weight: bold;
	padding-top: 16px;
	padding-left: 16px;
}
.mag_item .title span{
	font-size: 10px;
	color: #999999;
	padding-left: 6px;
}
.mag_item .mggimg{
	width: 85px;
	height: 85px;
}
.mag_item .mggimg img{
	width: 100%;
}

.channel .ps{
	margin-right: 9px;
}
.channel .ps:last-child{
	margin-right: 0px;
}
.channel .recommend{
	background-color: #FFFFFF;
	margin-top: 22px;
	height: 65px;
	justify-content: space-around;
}
.channel .recommend .selcat{
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	
}
.channel .recommend .tagbox{
	width: 80px;
	text-align: center;
	justify-content: center;
	align-items: center;
	height: 65px;
}
.channel .recommend .active{
	background-color: #E1251B;
	color: #ffffff;
	width: 63px;
	height: 21px;
	line-height: 21px;
	border-radius: 20px;
	text-align: center;
}
.channel .recommend .activer{
	color: #E1251B;
}
.channel .recommend span{
	color: #999999;
	font-size: 11px;
	padding-top: 3px;
}
.recommendlist{
	margin-top: 9px;
	padding-left: 0;
	padding-right: 0;
	flex-wrap: wrap;
}
.recommendlist .gooditem{
	padding-left: 0;
	padding-right: 0;
	background-color: #FFFFFF;
	align-items: center;
	margin-bottom: 9px;
	width: 19.5%;
	margin-right: 5.8px;
	height: 214px;
}

.recommendlist .gooditem .pic{
	width: 150px;
	height:150px;
	padding: 20px;
}
.recommendlist .gooditem .pic img{
	width: 100%;
}
.recommendlist .gooditem .desc{
	color: #666666;
	font-size: 10px;
	padding: 0 11px;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	max-height: 34px;
}
.recommendlist .gooditem .price{
	color: #E52B20;
	font-size: 10px;
	width:100%;
	justify-content: center;
	font-weight: bold;
	padding: 13px 14px;
}
.recommendlist .gooditem .pricefont{
	font-size: 16px;
}

.footer{
	padding-left: 0;
	padding-right: 0;
}
.footer .footerpt{
	justify-content: space-between;
	padding: 30px 0;
	border-bottom: 1px solid #999999;
	margin-bottom: 22px;
}
.footer .footer_kh{
	display: flex;
	align-items: center;
}
.footer .footer_kh span{
	font-size: 22px;
	color: #333333;
	font-weight: bold;
}
.footer .footer_kh img{
	width:50px;
	height: 50px;
}
.footer .footer_help{
	width: 100%;
	justify-content: space-around;
}
.footer .footer_help .item{
	height: 120px;
}
.footer .footer_help .item .title_item a{
	color: #333333;
	font-size: 14px;
	font-family: 'Source Han Sans CN-Bold';
	font-weight: bold;
	text-decoration: none;
}
.footer .footer_help .item .desc_item a{
	font-size: 11px;
	color: #999999;
	font-family: 'Source Han Sans CN-Regular';
	text-decoration: none;
}
.footer .footer_help .item .desc_item a:hover{
	color:#E52B20;
}



.goodslist .article_box{
	padding: 10px 5px;
}
.goodslist #pdfContainer{
	overflow: hidden;
	color: #000;
}
.goodslist .contxt {
    padding: 10px 60px;
    margin: 20px 0;
    overflow: hidden;
    color: #000;
}
.goodslist .contxt .help-tit1 {
    width: 100%;
    font-size: 20px;
    font-family: "microsoft yahei";
    border-bottom: 1px dashed #eaeaea;
    padding-top: 0;
    padding-bottom: 50px;
}
.help-tit1 {
    width: 100%;
    height: 25px;
    font-size: 20px;
    font-family: "microsoft yahei";
    border-bottom: 1px dashed #eaeaea;
    margin-bottom: 20px;
}
.flk06, a.flk06:link, a.flk06:visited, .flk06 a:link, .flk06 a:visited {
    color: #7dd589;
}
.colbj{
	background-color: #fff;
}
.notice-filter-noresult {
	padding: 40px 0 230px;
	width: 100%;
}
.notice-filter-noresult .nf-n-wrap {
	width: 420px;
	margin: 0 auto;
}
.notice-filter-noresult .nf-icon {
	float: left;
	display: block;
	width: 32px;
	height: 32px;
	background: url(//misc.360buyimg.com/product/search/1.0.8/css/i/search.notice.png) no-repeat 0 2px;
}
.notice-filter-noresult .nf-content {
	margin-left: 42px;
}
.notice-filter-noresult .nf-content .result {
	display: block;
	line-height: 32px;
	font-size: 14px;
	font-weight: 700;
	color: #F60;
	margin-bottom: 5px;
}
.notice-filter-noresult .nf-content .result em {
	color: #333;
}
.notice-filter-noresult .nf-content p {
	line-height: 20px;
}
em, i, u {
	font-style: normal;
}