/* Write your styles */
/* Write your styles */
html,body {
	position:relative;
    /* height:100%; */
	width:100%;
	font-size: .24rem ; 
}

* {
	padding:0;
	margin:0;
}
input{
	-webkit-appearance: none;
}
input[disabled]{background: none;opacity:1} 
a{
	text-decoration:none;
	color: #544e4c;

}
i,em{
	font-style: normal;
}
li {
	list-style:none;
}
body {
	background: #221f1d;
	font-family:Helvetica Neue,Helvetica,Arial,sans-serif; 
	  font-size: .24rem ; /* =14px */ /* !important*/
	  color: #221f1d;
	}
*+address, *+blockquote, *+dl, *+fieldset, *+figure, *+hr, *+ol, *+p, *+pre, *+ul {
    margin-top: 0rem  ;
}
address, blockquote, dl, fieldset, figure, hr, ol, p, pre, ul {
    margin: 0 0 0rem 0  ;
}
ol, ul {
    padding-left: 0em;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 0rem 0;
	font-weight: 600; 
	font-size: .24rem ; /* =14px */ /* !important*/
}
input,button,option,select{
	font-size: .24rem;
}

select:focus{
	outline: medium;
}

@media screen and (min-width: 320px) {html{font-size:50px !important;}}
@media screen and (min-width: 360px) {html{font-size:56.25px !important;}}
@media screen and (min-width: 375px) {html{font-size:58.59375px !important;}}
@media screen and (min-width: 400px) {html{font-size:62.5px !important;}}
@media screen and (min-width: 414px) {html{font-size:64.6875px !important;}}
@media screen and (min-width: 440px) {html{font-size:68.75px !important;}}
@media screen and (min-width: 480px) {html{font-size:75px !important;}}
@media screen and (min-width: 520px) {html{font-size:81.25px !important;}}
@media screen and (min-width: 560px) {html{font-size:87.5px !important;}}
@media screen and (min-width: 600px) {html{font-size:93.75px !important;}}
@media screen and (min-width: 640px) {html{font-size:100px !important;}}
@media screen and (min-width: 680px) {html{font-size:100px !important;}}
@media screen and (min-width: 720px) {html{font-size:100px !important;}}
@media screen and (min-width: 760px) {html{font-size:100px !important;}}
@media screen and (min-width: 800px) {html{font-size:100px !important;}}
@media screen and (min-width: 960px) {html{font-size:100px !important;}}

#waik{
	float: left;
	width: 100%;
}
  
 .rem2{
	height: .2rem;
	background: #f6f6f6;
 }
 .rem1{
	height: .1rem;
	background: #f6f6f6;

 }
/*  */


/* 头部 */
.indix_top{
	height: .75rem;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: #fff;
    width: 96%;
    padding: 0 2%;
    justify-content: space-between;
    justify-content: flex-start;
    align-items: center;
} 
.indix_top .sos_t{
	max-width:90%;
}
.indix_top input {
	width: -webkit-fill-available;
    padding-left: .5rem;
    height: .5rem;
    border-radius: 1rem;
    border: solid 1px #bfbfbf;
    background: url(../images/icon.png) no-repeat center left 3px;
    background-size: .38rem;
    font-size: .24rem;
	line-height: .5rem;
}

/*search_bomb_box搜索弹框*/
.search_bomb_box{
	background-color: #fff; height: 100%; 
	display: none;
	max-width: 640px;
	width: 100%;
	margin: 0 auto; 
}
.search_top{ background-color: #f5f5f5; border-bottom: #ddd solid 1px; padding:2% 1%; }
.search_top a{display: inline-block;  vertical-align: middle; width: 8%;}
.search_top a img{ width: 38%; display: block; margin:0 auto; }
.search_top div{border:#dddddd solid 1px; border-radius: 100px; display: inline-block; vertical-align: middle; 
	width: 83%; padding:1%; overflow: hidden; background-color: #fff;
}
.search_top div select{ color: #10805a; font-size: .24rem; vertical-align: middle; margin-left: 2%; 
	background:url(../images/xsj_down.png) right center no-repeat #fff;
	background-size: 20%; margin-right: 2%; width: 14%; line-height: 120%;
}
.search_top div input{
    font-size: .26rem; 
    color: #666;
    width: 82%;
    border: none;
    vertical-align: middle;
    background-color: #fff;
    margin-left: 2%;
    padding: 0;
    margin-bottom: 0;
    line-height: .55rem;
    height: .55rem;
	}
.search_top div button{
    display: inline-block;
    vertical-align: middle;
    background-color: #fff;
    width: 14%;
    border: none;
    padding: 0;
	}
.search_top div button img{ display: block; width: 46%; margin:0 auto; }

.search_txt{ padding:0 2%; }
.search_txt h2{ font-size: .28rem; color: #ff2e26; margin:5% 1% 1%; }
.search_txt ul{ overflow: hidden; padding: .2rem 0;}
.search_txt ul li{ float: left;  background-color: #f5f5f5; border:#ddd solid 1px; padding:0 2%; margin: 3% 1% 0 1%;}
.search_txt ul li a{display: block; color: #666; font-size: .24rem; line-height: 200%;}

/*底部导航菜单*/
.foot_menu{
	position: fixed; 
	bottom: 0; left: 0; width: 100%; 
	 z-index: 9999;
	 background: black;
}
.foot_menu::after{
	content: "";
	width: 100%;
	height: 1px;
	background: rgba(255, 255, 255, .08);
	display: block;
	position: absolute;
	top: 0;
	left: 0;

}
.foot_menu ul {  
	 padding-top:.5%; 
	display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex; /* Safari */ 
    display: -moz-flex;
	display: flex;
	height: .75rem;
	font-family: "微软雅黑";
    flex-wrap: nowrap;
	-moz-justify-content: space-around;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	-webkit-box-align: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
z-index: 999; 
background: linear-gradient(top, rgba(0,0,0,.0), rgba(0, 0, 0, .88));
background: -ms-linear-gradient(top, rgba(0,0,0,.0), rgba(0, 0, 0, .88));
background: -webkit-linear-gradient(top, rgba(0,0,0,.0), rgba(0, 0, 0, .88));
background: -moz-linear-gradient(top, rgba(0,0,0,.0), rgba(0, 0, 0, .88));
 
}
.foot_menu ul li{ text-align: center; width: 25%;
    height: 100%;
    line-height: .75rem;
}
.foot_menu ul li i{
	display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: .65rem;
    height: .65rem;
    margin: auto;
 }
.foot_menu ul li img{ 
	
	display: block; margin:0 auto; 
    width: .65rem;
    height: .65rem;

}
.foot_menu ul li a{display: block; 
	height: 100%; position: relative; 
	color: rgba(255, 255, 255, .5); font-size: .28rem;
} 
.foot_menu ul li.no a{
	
	color:#fff;
}
.foot_menu ul li.no a::after{
	content: "";
	width: .28rem;
	height: 2px;
	display: block;
/*	background:#fff000 ;*/
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.foot_menu ul li.jiad{ 
	position: relative; 
	background: #fff;
}

.foot_menu ul li.jiad img{
    width: .65rem;
    height:.65rem;
} 
.foot_menu .bei{
	border-radius: 50%; 
	width: 1.1rem;
	height: 1.1rem;
	z-index: -998 !important;
	background: #fff;
	position: absolute;
	top: -.2rem;
	box-shadow: 0px 0px 3px #d2d2d2;
	left:0; right:0; top:0; bottom:0; 
	margin:auto;
}

 

/* banner */
.swiper-slide {
	text-align: center;
	font-size:.24rem;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.banner_shouy img{
	width: 100%;
}

.banner_shouy .swiper-pagination span{
	width: 8px;
    height: 8px;
    overflow: hidden;
    border: solid 1px #ff2e26;
    background: none;
}
.banner_shouy .swiper-pagination-bullet{opacity: .5;}

.banner_shouy .swiper-pagination span.swiper-pagination-bullet-active{
	background: #ff2e26;
	opacity: 1;
}

/* 首页-快捷导航 */

.kuaijdh_container{
	margin: 0 .1rem;
    padding: .1rem 0;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    background: #fff;
}
.kuaijdh_container img{
	width: .75rem;
}
.kuaijdh_container p{
	color: #544e4c;
	font-size: .2rem;
}
.kuaijdh_container a{
    width: 85%;
    height: 1.4rem;
    /* margin: 10px 0; */
    display: block;
    /* box-shadow: 0 0 10px #c3c3c3; */
    border-radius: 5px;
	
}

.kuaijdh_container .swiper-pagination{
	width: 10%;
	top: initial;
	left: 0;
	right: 0;
	bottom:8px;
	margin: 0 auto;
	border-radius: 20px;
	overflow: auto;
	background: #ededed;
}

.kuaijdh_container .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
	background: #ff2e26;
	border-radius: 20px;
}

/* <!-- 商城公告和商家入驻口 -->*/
.news_sj_dxs_box{
	background: #FFFFFF;
	margin: .12rem;
	border-radius: 5px;
	height: .7rem;
	/* padding: .1rem; */
	overflow: hidden;
}
.news_sj_dxs_box .scrollnews{overflow: hidden; padding: .18rem .12rem;}
.news_sj_dxs_box .scrollnews span{float: left; width: 20%; margin-top: .08rem; }
.news_sj_dxs_box .scrollnews span img{ width: 100%; display: block; }
.news_sj_dxs_box .scrollnews ul{float: left; width: 65%;height: .4rem; overflow: hidden; }
.news_sj_dxs_box .scrollnews ul li{line-height: .4rem;}
.news_sj_dxs_box .scrollnews ul li a{display: block; color: #666; font-size: 0.22rem;
	white-space: nowrap; overflow: hidden;text-overflow: ellipsis;
}
.news_sj_dxs_box .scrollnews ul li i{
	display: inline-block;
	float: left;
	color: #fff;
	line-height: .24rem;
	background: #ff5851;
	font-size: .2rem;
	margin: .06rem;
	padding:.02rem;
	font-style: normal;
	border-radius: 2px;
}
.news_sj_dxs_box .scrollnews .gengd{
	width:13%;
	display: block;
	float: right;
	text-align: center;
	padding-left:1%;
	height: .24rem;
	line-height: .24rem;
	color:  #7c7979; 
	margin: .06rem 0;
	border-left:solid 1px #7c7979;
}



/*热卖专区 */

.pzsj{
/* margin: 2%; */ 
    /* padding: 2% 0; */
    background: #fff;
	overflow: hidden;
	padding-bottom:.1rem;
    /* border-radius: 5px; */
} 

.pzsj .bt{
    border-bottom: solid 1px #f8f8f8;
    line-height: .6rem;
    margin-bottom: .1rem;
    padding: .09rem 0;
}
.pzsj .bt p{
	display: inline-block;
	padding-left: .2rem;
	font-size: .28rem;
	position: relative;
	font-weight: 400;
}
/* .pzsj .bt p::after{
	content: "";
	width: 2px;
	height: .24rem;
	background: #ff2e26;
	display: block;
	position: absolute;
} */
.pzsj .bt p span{
	color: #bfbfbf;      font-size: .24rem;  margin-left: .2rem;position: relative;
}
.pzsj .bt p span::after{
	content: "";
    width: 1px;
    height: 0.3rem;
    background: #7c7979;
    display: block;
    position: absolute;
    top: 0.015rem;
    left: -.02rem;
}
.pzsj .bt p i{
	padding: 0 .13rem;
    border-radius: 4px;
    height: .35rem;
    line-height: .35rem;
    margin: 0 .2rem;
    font-size: .2rem;
    display: inline-block;
    background: #ff2e26;
    color: #fff;
    font-style: normal;
    position: relative;
}
.pzsj .bt p i::after{
	content: "";
	width: 4px;
	height: 4px;
	background: #fff;
	display: block;
	position: absolute;
	top: 45%;
	left: -2px;
	border-radius: 50%; 
} 
.pzsj .bt p i::before{
	content: "";
	width: 4px;
	height: 4px;
	background: #fff;
	display: block;
	position: absolute;
	top: 45%;
	right: -2px;
	border-radius: 50%; 
} 
.pzsj .bt .a{
    text-align: right;
    display: inline-block;
    margin-right: .2rem;
    float: right;
}
.pzsj .bt a{
	color:#a5a5a5;
	
}
.pzsj .swiper_container_pinz{
	width: 96%; 
	margin:2%;
	height: 100%;
	overflow: hidden;
	float: left;
} 

.pzsj .swiper_container_pinz .swiper-slide{
	width: 26%;
	text-align: center;
	
}
.pzsj .swiper_container_pinz .swiper-slide a{
	display: block;
	/* border-radius: 5px; */
	overflow: hidden;
}
.pzsj .swiper_container_pinz .swiper-slide p{
	overflow:hidden;
    text-overflow:ellipsis;
	white-space:nowrap; 
}
.pzsj .swiper_container_pinz .swiper-slide img{
	width: 100%;
}


/* 第二 */ 


.dfe_zzrep{
	text-align: center;
}

.dfe_zzrep p{
	padding: .1rem 0;
}
.dfe_zzrep .qian{
color: #ff2e26;
}

.dfe_zzrep .qian span{
	background: #ff2e26;
	color: #fff;
	padding:0 .1rem;
	border-radius: 3px;
	display: inline-block;
}

 
.guanggaot img{
	width: 100%;
}

/* 列表 */


/* 标题 */
.biaoti_Sy {
    text-align: center;
    margin-top:.1rem;
    margin-bottom: .1rem;
}
.biaoti_Sy h2 {
	position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .28rem;
    font-weight: 400;
    color: #ff2e26;
    border-bottom: solid 1px #f6f6f6;
    padding: .1rem 0;
    padding-bottom: .2rem;
}
.biaoti_Sy h2::before {
    content: "";
    width: .25rem;
    height:.15rem;
    display: block;
    background: url(../images/ligeee.png) no-repeat;
	/* background-position: 0 -1px; */
	background-size: .25rem;
    margin-right: 20px;
}
.biaoti_Sy h2::after {
    content: "";
    width: .25rem;
    height:.15rem;
    display: block;
    background: url(../images/ligeee.png) no-repeat;
	/* background-position: 0 -22px; */
	background-size: .25rem; 
    margin-left: 20px;
}
/* 标题结束 */

/* 首页商品列表 */
.list_shouye{
	padding: .2rem;
	background: #fff;
}
.list_shouye li{
	overflow: hidden;
	padding-bottom: .2rem;
	margin-bottom: .2rem;
	border-bottom: solid #f5f5f5 1px;

}
.list_shouye li h3{
	width: 1.5rem;
	height: 1.5rem;
	float: left;
	margin-right:.2rem;

}
.list_shouye li h3 img{
	width: 100%;
    object-fit: cover;
}
.list_shouye li dl dt{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: .65rem;
	text-align: justify;
}
.list_shouye li dl dd{
	margin-top: .35rem;
	color: #ff2e26;
	position: relative;
}
.list_shouye li dl dd span{
	color: #d2d2d2;
}


.div_jiaz{
	padding: .2rem;
	text-align: center;
}
.div_jiaz img{
	width: .5rem;
}


/* 首页结束   子页开始 */ 

/* 子页头部 */
.ziye_toub {
    position: fixed;
    top: 0px;
    left: 0px;
    height: .75rem;
    width: 100%;
    line-height: .75rem;
    text-align: center;
    /* box-shadow: 0 0 3px #ababab; */
    z-index: 999;
    background: #221f1d;
}

.ziye_toub .left {
    width: .75rem;
    height: .75rem;
    position: absolute;
    top: 0px;
    left: 0px;
    background: url(../images/tuih.png) no-repeat center;
    background-size: .2rem;
}
.ziye_toub p {
	font-size: .28rem;
    color: #ffffff;
}

/* 新闻 */

.xinwen_erj_dh {
	padding: 0 .2rem;
    padding-bottom: .0rem;
    background: #fff;
    height: .65rem;
} 
.xinwen_erj_dh ul{
	overflow: hidden;
}
.xinwen_erj_dh ul li { 
	float: left;
	margin: 0 10px;
	line-height: .65rem; 
}
.xinwen_erj_dh ul li.no {
    border-bottom: #ff2e26 solid 1px;
} 
.xinwen_erj_dh ul li a {
    /* padding-bottom: .2rem; */
    display: inline-block;
}
.xinwen_erj_dh ul li.no a {
    color: #ff2e26;
}

.rem1 {
    height: .1rem;
    background: #f6f6f6;
}
.rem2 {
	height: .2rem;
    background: #171515;
}

.neir_lise {
    background: #fff;
    padding: 3%;
}

.neir_lise li {
    border-bottom: solid 1px #F6F6F9;
    overflow: hidden;
    padding: .12rem 0;
}
.neir_lise li .left {
    width: 68%;
    display: inline-block;
} 
.neir_lise li h1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: .2rem;
    font-weight: normal;
}
.neir_lise li h1 a {
    color: #544e4c;
}
.neir_lise li p {
    color: #828282;
}
.neir_lise li p span {
    padding-right: .2rem;
    /* display: inline-block; */
    position: relative;
}
.neir_lise li p span.yanj {
    background: url(../images/Eye.svg)no-repeat center left;
    background-size: .24rem;
    padding-left: .28rem;
}
.neir_lise li p i {
    background: url(../images/cc.png)no-repeat center left;
    background-size: .2rem;
    display: inline-block;
    width: .24rem;
    height: .28rem;
    float: right;
    font-size: .22rem;
    position: relative;
    font-style: normal;
    text-align: center;
}

.neir_lise li .right {
    width: 26%;
    max-height: 1.75rem;
    float: right;
    overflow: hidden;
    border-radius: .1rem;
	display: flex; 
	justify-content : flex-end;
	text-align: right; 
}
.neir_lise li .right a{
	display: block; 
	border-radius: .1rem;
    width: 1.5rem;
	height: 1rem;
	float:right;
	overflow: hidden;
}
.neir_lise li .right a img{
	min-width: 1.5rem;
    max-height: 1rem;
    object-fit: cover;
}

.xw_nr_text {
    padding: 2%;
	overflow: hidden;
	background: #fff;
}
  
.xw_nr_text .biaot{
	border-bottom: solid 1px #f1f1f1;
	padding: .2rem 0;
	margin-bottom: .3rem;
	line-height: .35rem;
}
.xw_nr_text .biaot span{
	color: #999;
}
.xw_nr_text .biaot h2{
	font-size: .32rem;
	padding-bottom: .1rem;
}

.xw_nr_text .nimen p {
    line-height: .4rem;
    text-indent: 2em;
    text-align: justify;
    padding: .1rem 0;
}
.xw_nr_text .nimen img{
	width: 100%;
}


.colo_fanye{
	padding: 2%;
	overflow: hidden;
	background: #fff;
}
.colo_fanye a{
	display: block;
	float: left;
	width: 50%;
	position: relative;

}

.biaot_gy_er {
    text-align: center;
    padding: .2rem;
    position: relative;
}
.biaot_gy_er p {
    display: inline-block;
    position: relative;
}
.biaot_gy_er p::before {
    content: "";
    width: .4rem;
    height: 1px;
    background: #666;
    display: block;
    position: absolute;
    top: 50%;
    left: -.6rem;
}
.biaot_gy_er p::after {
    content: "";
    width: .4rem;
    height: 1px;
    background: #666;
    display: block;
    position: absolute;
    top: 50%;
    right: -.6rem;
}



/* 品牌 */
.pinpai_k{
	padding:.2rem;
}

.pinpai_k ul li{
	height: 1.3rem;
	text-align: center;
	border-radius:8px;
	background: #fff;
	line-height: 1.3rem;
	box-shadow: 0 0 8px #ececec; 
	margin-bottom: .2rem;
	position: relative;
}
.pinpai_k ul li::after{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: .2rem;
	margin:auto 0;
	background: url(../images/right_jt.png) no-repeat center;
	background-size:.2rem;
	
}
.pinpai_k ul li a{
	display: flex;
	align-items : center;
}
.pinpai_k ul li p{
	font-size: .26rem;
	color: #666; 
	font-weight: 400;
	float: left;
}
.pinpai_k ul li img{
	width:.6rem;
	float: left;
	padding: 0 .5rem;
}


/* 个人中心 */

.my_kuang{
	position: relative;
}

.my_kuang .bj_img{
	position: relative;
    height: 2rem;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.my_kuang .bj_img img.beij_s{
    width: 100%;
    font-size: 0;
    min-height: 2rem;
    object-fit: cover;
}
.my_kuang  .toux{ 
	padding:0 .2rem;
	height: 1.2rem;
    position: relative;
}
.my_kuang  .toux .touxk{
	overflow: hidden;
	border-radius: 50%;
	width: 1.3rem;
	height: 1.3rem;  
    border: solid .08rem #221f1d;
	background: #fff;
	position: absolute;
    top: -.35rem;
    float: left;
}
.my_kuang .toux img{
 width: 1.3rem;
 min-height: 1.3rem;
 object-fit: cover;

}
.my_kuang .bj_img .toux h2{
	color: #fff;
	font-size:.3rem;
}
 
.div_Color_text{
	text-align: left;
	padding: .1rem .3rem;
}
.div_Color_text h2{
	font-size: .35rem;
	font-weight: 500;
}
.bianji_my a.gouwuc img{
	width: .45rem;
    height: .45rem;
    min-height: .45rem;
    line-height: .45rem;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.ping_eg a.no_tc{
    border-top: solid 1px rgba(255, 240, 0, .2);
    border-bottom: solid 1px rgba(255, 240, 0, .2);
    color: #fff000;
    padding: .2rem 0 .2rem .42rem;
    display: block;
	font-size: .32rem;
	position: relative;
	background: url(../images/chuc.png) no-repeat center left;
	background-size:.35rem;

}

.ping_eg a.no_tc::after{
	content: "";
    background: url(../images/right_jt.png) no-repeat;
    background-size: .14rem;
    width: .2rem;
    height: .3rem;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
	
}
.div_Color_text .ping_S{
	color: #fff;
	opacity:.4;
	margin-bottom: .2rem;
}

.div_Color_text .ping_eg .text p{
	text-align: justify;
	opacity: .8;
}
.div_Color_text .ping_eg .text{
padding: .2rem 0;
}
.div_Color_text .ping_eg .text span{
	opacity: .4;
    padding: .1rem 0;
    display: block;
}
.shouc_Dsfg a b{
	color: #fff;
	font-size: .3rem;
	padding-right: .1rem;
	font-weight:500;
}
.shouc_Dsfg a{
	padding-right: .2rem;

}

.shouc_Dsfg a i{ 
	color: #fff; 
	padding-right: .1rem;
	opacity: .4;
}
/*  */
.my_list{
width: 100%;
overflow: hidden;
}
.my_list .swiper-wrapper{
	/* display: block; */
}
.my_list .swiper-pagination{
	position: relative;
	height:.65rem;
	display: flex;
	justify-content : center;
	bottom: 0;
	background: #332f2c;
	border-bottom: solid #fff000 1px;
}
.my_list .swiper-pagination .swiper-pagination-bullet{
	height: initial;
    line-height: .65rem;
    border-radius: initial;
    width: 50%;
	min-height: .65rem;
	background: #332f2c; 
	opacity: 1;
	margin: 0;
	outline:none;
}

.my_list .swiper-pagination .swiper-pagination-bullet-active {
	background:#fff000 ; 
}
.nili_yang{
	overflow: hidden;
	width: 100%;
	padding: 2% 0 2% 1%;
}
.nili_yang li{
	width: 32%;
    float: left;
	height: 2.5rem;
	margin: 0 1.5% 1.5% 0;
	position: relative;
	overflow: hidden;
}
.nili_yang li:nth-child(3n){
	margin:0;
}
.nili_yang li img{
	width: 100%;
	min-height:2.5rem;
	object-fit: cover;
}
.my_list .swiper-wrapper .swiper-slide{
	background: none;
}
.nili_yang li p{
	height: .55rem;
	position: absolute;
	bottom: 0;
    background: rgba(0, 0, 0, .6);
	color: #fff;
	width: 100%;
	line-height:.55rem;
	overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.nili_yang li p.dianb{
	background: rgba(0, 0, 0, .6) url(../images/5wd-04.png) no-repeat center left .1rem;
	padding-left: .4rem;
	background-size: .18rem;
	text-align: left;

}
/* / */
.my_kuang .shez_tuk{
	position: absolute;
    top: .2rem;
    right: .2rem;
    width: .65rem;
    height: .65rem;
    background: rgba(0,0,0,.3);
    border-radius: 50%;
}
.my_kuang .shez_tuk img{
	width: .45rem;
    height: .45rem;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    display: block;
}

.bianji_my{
	float:right;
	margin-top: .2rem;
}
.bianji_my a{
	width: 3rem;
	height: .75rem;
	text-align: center;
	background: #332f2c;
	display: block;
	float: left;
	margin-left: .22rem;
	border-radius: 4px;line-height: .75rem;
	color: #fff000;
	position: relative;
	font-size: .26rem;
}
.bianji_my a.gouwuc{
	width: 1rem; 
}
.my_dind {
    padding: .18rem;
    margin-bottom: 1px;
    background: #221f1d;
    border-bottom: solid 1px #423b37;
} 
.my_kuang .fanhui_W{
    position: absolute;
    top: .2rem;
    left: .2rem;
    width: .65rem;
    height: .65rem;
    background: rgba(0,0,0,.3);
    border-radius: 50%;
}
.my_kuang .fanhui_W img{ 
	width: .2rem;
    height: .4rem;
    position: absolute;
    top: 0;
	left: -.05rem;
    bottom: 0;
    right: 0;
    margin: auto;
    display: block;
}
.my_dind .bt { 
display: flex;
justify-content: space-between; 
position: relative;
}

.my_dind .bt a {
    display: flex;
    justify-content: space-between;
	width: 100%;
	color: #fff;
}
 
.my_dind .bt h3 {
    font-size: .26rem;
    display: inline-block;
	line-height: .5rem;
	font-weight: unset;
    align-items: center;
    display: flex;
    position: relative;
}

.my_dind .bt a .right {
    align-items: center;
    display: flex;
}

.my_dind .bt a span {
    margin-top: .051rem;
}

.my_dind .bt a img {
    width: .13rem;
    /* height: .26rem; */
    margin-left: 8px;
}


.anquantc {
    background: #fff;
    text-align: center;
    margin: 20px 0;
    line-height: .7rem;
}

.anquantc a {
    color: #7c7979;
    display: block;
}


/* 购物车 */
.xiaoxi_neir_k {
    position: relative;
}

.xiaoxi_neir_k .img_t {
    width: 1.2rem;
  	height: 1.2rem;
    border-radius: .15rem;
    overflow: hidden;
    float: left;
    margin-right: .2rem;
    position: relative;
}
.xiaoxi_neir_k .img_t img {
    width: 100%;
    width: 1.2rem;
    min-height:1.2rem;
    object-fit: cover;
}
.class_colorga .img_t {
    border-radius: 2px;
}


.xiaoxi_neir_k .text_you{
    float: right;
    overflow: hidden;
    width: 75%;
}

.nimen_text{
	float: left;
	overflow: hidden;
	width:70%
}

.houm_wez{
	float: right;
	width:30%;
	overflow: hidden;
	text-align:right;
}
.houm_wez i{
	font-style: normal;
	min-height: .75rem;
	display: block;
	color: #999;
}

.nimen_text p{
	font-size: .24rem;
	min-height: .75rem;
	color: #544e4c;
}
.nimen_text h3{

	font-size: .26rem;
}

.houm_wez .mui-numbox{
	height: .45rem;
    padding: 0 .4rem;
	line-height: .4rem;
	width:75px;
}

.houm_wez .mui-numbox [class*=btn-numbox], .houm_wez .mui-numbox [class*=numbox-btn] {
 
    width:.4rem;
	height: .4rem;
	line-height: .3rem; 
}

#OA_task_1>li{
	padding: .2rem;
}

.dibu_gouwc{
	width: 100%;
	background: #ff2e26;
	height: .75rem; 
	text-align: center;
	position: fixed;
	bottom:0;
	width: 100%;
	left: 0;
}
.dibu_gouwc a{
	display: block;
	line-height:.75rem;
	color: #fff;
}

.mui-btn-danger, .mui-btn-negative, .mui-btn-red{
	background-color: #ff2e26;
}


/* 个人中心

￥%……&*&（&（……
*/

.minpian_k{
	width: 92%;
	padding: 0 3%;
	margin:.2rem auto;
	border-radius: .2rem;
	box-shadow: 0 0 4px rgba(0,0,0,.1);
	background: linear-gradient(70deg, #ff6326, #ff2e26);
	height: 1.8rem;
	color: #fff;
	display: flex;
	justify-content : space-between;
}
.minpian_k .left a{
	   padding: 0 0rem 0 .4rem;
    display: block;
    line-height: .8rem;
   	margin-bottom: .4rem; 
   	background-color: #ff2e26;
    background: url(../images/grzx_.png) no-repeat center left;
    background-size: .3rem; 
    font-size: .26rem;
	line-height: .8rem;
	color: #fff 
}
.minpian_k .left p{
	color: #fff;
}

.minpian_k .right{
	text-align: right;
	

}

.minpian_k .right p{
	line-height: .8rem;
	color: #fff;    margin-bottom:.15rem;
}

.minpian_k .right span{
	font-size: .22rem;
}
.minpian_k .right .tgm {
	display: flex;
	align-items : center;
	justify-content : flex-end;
}
.minpian_k .right .tgm {
	font-size: .26rem;
	font-weight: 500;
}
.minpian_k .right .tgm img{
	width: .25rem;
	margin-left: .1rem;
} 

.qian_k{
	width: 92%;
	padding: 0 3%;
	margin:.2rem auto;
	border-radius: .2rem;
	box-shadow: 0 0 4px rgba(0,0,0,.05); 
	background-color: #fff;
	height: 1.2rem;
	
}	


.qian_k ul{
	display: flex;
	align-items : center;
	justify-content : space-around;
	height: 100%;
	text-align: center;
} 
.qian_k ul li{
	position: relative;
	width: 50%;
}
.qian_k ul li a{
	width: 100%;
	display: block;

}
.qian_k ul li a h3{
	color: #ff2e26;
	font-size: .28rem;
}
.qian_k ul li:last-child::after{ 
	content: "";
	width: 1px;
	height: 0.6rem;
	background: #d2d2d2;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto 0;
}

.my_tglxr{
	width: 92%; 
	margin:.2rem auto; 
}

.my_tglxr .biaot{
	line-height:.55rem;

}
.my_tglxr  li{
	display:flex ;
	display: flex;
	align-items : center;
	justify-content : space-around;
	text-align: center;
	height: 1.4rem;
	background: #fff;
	margin-bottom: .2rem;
	border-radius: 2px;
	box-shadow: 0 0 4px rgba(0,0,0,.05);
}

.my_tglxr  li a,
.my_tglxr  li .text{
width: 50%;
display: block;
}
.my_tglxr  li a b{
    width: .66rem;
    height: .66rem;
    border-radius: 50%; 
    overflow: hidden;
    border: solid 2px #d2d2d2;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.my_tglxr  li a b img{
	width: 100%;
    object-fit: cover;
    min-height: 100%;
}


.ckanlan{
	width: 92%;
	padding: 0 3%;
	margin:.2rem auto;
	background: #ff2e26;
	line-height: .75rem;
	height: .75rem;
	text-align: center;
	border-radius: 2px;

}
.ckanlan a{
	color: #fff;
	display: block;
	line-height: .75rem;
	
}
.vip_xiaj_list_k li{
	/* text-align: left; */
	height: .85rem;
}
.vip_xiaj_list_k li a{ 
	overflow: hidden;
	width: 90%;
	margin: 0 auto;
}

.vip_xiaj_list_k li a b{
	float: left;
	line-height: .66rem;
	margin-right: .2rem; 
}
.vip_xiaj_list_k li a span{
	/* float: left; */
	margin-right: .2rem; 
	line-height: .66rem;
}

.zy_fanye {
    text-align: center;
    margin-top: 4%;
    padding-bottom: 4%;
}

.zy_fanye a {
    display: inline-block;
    vertical-align: middle;
    color: #666;
    font-size: .24rem;
    border: #ddd solid 1px;
    border-radius: .08rem;
    padding:1.5%  3%;
    background-color: #fff;
}

.zy_fanye span {
    display: inline-block;
    vertical-align: middle;
    color: #666;
    font-size: .24rem;
    border: #ddd solid 1px;
    border-radius: .08rem;
    padding:1.5% 0;
    width: 24%;
    margin: 0 1%;
    background-color: #fff;
    position: relative;
}

.zy_fanye span select {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
}

.my_yonj_k{
	width: 92%;
	margin: .2rem auto;

}

.my_yonj_k .my_yon_qian_k{
	box-shadow: 0 0 4px rgba(0,0,0,.05);
	display: flex; align-items : center;
	position: relative;
	padding: 0 .2rem;
	background: #fff;
	border-radius: .2rem;
}

.my_yonj_k .my_yon_qian_k p{
	line-height:.88rem;
}

.my_yonj_k .my_yon_qian_k button{
	top: 0;
	bottom: 0;
	right: .2rem;
	margin: auto;
	position: absolute; 
	height:.55rem;
	background: #ff2e26;
	color: #fff;
	border: none;
}
.my_yonj_k p.bt{
	padding: .2rem;
}
.my_yonj_k ul li{
	background: #fff;
	box-shadow: 0 0 4px rgba(0,0,0,.05);
	padding: .1rem .2rem;
	border-radius: 2px;
	margin-bottom: .2rem;
}
.my_yonj_k ul li p{
	color: #333333;
}
.my_yonj_k ul li p i{
	float: right;
	margin-right: .2rem;
}
.my_yonj_k ul li a{
	display: block;
}
.my_yonj_k ul li span{
	color: #999;
}

.minxi_yj{
	margin: .2rem 0;
	background: #fff;
	padding: .2rem;

}

.minxi_yj .top{
	text-align: center;
	padding: .5rem 0;
	border-bottom: solid 1px #ddd;
}
.minxi_yj .top h2{
	font-size: .3rem;
	line-height: .5rem;
}

.minxi_yj ul{
	padding: .5rem;
	line-height: .45rem;
}

.minxi_yj ul i{
	min-width:1rem;
	color: #999;
	display: inline-block;
}

.yinghk_j{ 
	margin: .2rem 0;
	background: #fff;
}
.yinghk_j .ka{
	padding:.15rem .2rem;
	border-bottom: solid 1px #d2d2d2;
	
}
.yinghk_j .ka a{
	overflow: hidden;
	line-height: .55rem;
	display: block;
	position: relative;
}
.yinghk_j .ka a::after{
	content: "";
	background: url(../images/gengd_img.png) no-repeat center;
	background-size:.15rem;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0rem;
	margin: auto;
	width: .2rem;
	height: .4rem;

}
.yinghk_j .ka img{
	width: .55rem;
	height: .55rem;
	overflow: hidden;
	border-radius: 50%;
	float: left;
	line-height: .55rem;
	margin-right: .3rem;
}

.yinghk_j .biaod{
	padding:.1rem .2rem;
	position: relative;

}
.yinghk_j .biaod input{
	display: block;
	margin: 0;
	padding-left: .5rem;
	border: none;

}
.yinghk_j .biaod::after{
	content: "￥";
	display: block;
	width: .4rem;
	height: .5rem;
	position: absolute;
	font-size: .3rem;
	top: 0;
	line-height: .5rem;
	bottom: 0;
	left: .2rem;
	margin: auto; 
	/* background: #ff2e26;  */
	text-align: center	;
}
.yinghk_j .biaod .tx{
	position: absolute; 
	font-size: .3rem;
	top: 0; 
	bottom: 0;
	right: .2rem;
	margin: auto; 
	height: .5rem;
	line-height: .5rem;
	padding: 0 .2rem;
	border:0;
	color: #049eee;
	background: none;
	font-size: .26rem;
} 


.tiaolk_tx{
	padding: 0 0 0 .5rem;
	background:url(../images/yiw.png) no-repeat center left .2rem; 
	width: .25rem;
	height: .25rem;
	background-size: .25rem;
}

.text_tixian_tk{
	padding: .2rem;
}
.text_tixian_tk h2{
	text-align: center;
	padding: .2rem 0;
}
.text_tixian_tk p{
	text-align: justify;
	text-indent: 2em;
}
.text_tixian_tk img{
	width:100%;
}

.yinghangk_hao{
	margin: .2rem;
	background: #fff;
	border-radius: .2rem;
}

.yinghangk_hao p{
	padding:.2rem ;
	border-bottom: solid 1px #f6f6f6;
}
.yinghangk_hao .text_tx{
	padding: .2rem;
	display: flex;
	align-items : center; 
}
.yinghangk_hao .text_tx span{
	display: block;
	width: 1rem;
	line-height: .65rem;
}

.yinghangk_hao .text_tx input{
	height: .5rem;
	padding:0;
	border: none;
	margin:0; 
}	

#tijiao_kah{ 
	display: block;
	width: 92%;
	margin: 0 auto;
	padding:0;
	height: .65rem;
	background: #ff2e26;
	color: #fff;
	border: none;
}

.wanc_tij{
	padding:.5rem .2rem;
	text-align: center;
}
.wanc_tij img{
	width:2rem;
}

.wanc_tij span{
	display: block;
}



/* 登录
 */

 .logo_we{
	 padding:.4rem;
 }

 .logo_we .logo{ 
	width: 2rem;
	display: block;
	margin: .5rem auto;
	margin-top: .2rem;

}

.logo_we input{
	border-radius: 1rem;
}
.logo_we .wanji{
	text-align: right;
	display:block; 
	margin-bottom: .4rem;
}
.logo_we input.anniu_w{
	width: 100%;
	background: #ff2e26;
	color: #fff;
	border: none;
	line-height: .5rem;

}

.ditu_zc{
	position: fixed;
	bottom: 0;
	text-align: center;
	width: 100%;
	padding: .1rem;
}

.ditu_zc a{
	color: #049eee;
}

.logo_we .wanji_zc{
	text-align: left;
	margin-bottom: .1rem;

}

/*  */


.zy_module_content {
    padding-top:0rem;
} 
.vip_user_order .order_nav {
    background-color: #fff;
    margin-bottom: 6px;
    padding-top: 1%;
}

.vip_user_order .order_nav a {
    opacity: 1;
    width: auto;
    height: auto;
    background: none;
    font-size: .24rem;
    color: #666;
    line-height: 150%;
    padding: 2% 0;
    border-radius: 0;
    border-bottom: rgba(0,0,0,.0) solid 2px;
    display: block;
}
.vip_user_order .order_nav .swiper-pagination-bullet-active {
    border-bottom: #ff2e26 solid 2px;
	color: #ff2e26;
	
}
.vip_user_order ul{
	padding: 2% 0;
	background-color: #fff;
	text-align: left;
}
.vip_user_order ul li {
    background-color: #fff;
    /* margin: 0 2%; */
	margin-bottom: 6px;
	border-bottom: #f3f3f3 solid 1px;
	padding-bottom: .1rem;

}
 
.div3 input{
	text-align: center;
}

.dis_flex {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -moz-justify-content: space-around;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}
  
.my_list_feny{
	text-align: center;
padding: 2%;
}
.my_list_feny a{
	padding: 1.5% 5%;
    background:#bbb;
    color: #fff;
    display: inline-block;
    border-radius: 8px;
    /* width: 20%; */

}

.my_list_feny a:last-child{ 
	background: #ff2e26; 
}
.my_list_feny span{
	margin: 0 2%;
}


.gerzx_shangj{
	padding-bottom:.1rem;
	/* border-bottom: solid #f1f1f1 1px; */
	margin-bottom: .1rem;
	display: flex;
	align-items : center; 
	font-size: .3rem;
	font-weight: 400;
	position: relative;
}
.gerzx_shangj::after{
	content: "";
	background: url(../images/right_jt.png) no-repeat center;
	background-size: .1rem;
	width: .1rem;
	height: .2rem;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin:auto 0;
}
.gerzx_shangj img{
	width:.55rem;
	height:.55rem;
	border-radius:1rem;
	overflow: hidden;
	object-fit: cover;
	margin-right: .1rem;
	/* border: solid #cecece 1px;  */
	display: block;
}


.order_btn {
    text-align: right;
    font-size: .24rem;
	padding: 2% 0;
	position: relative;
	
}

.order_btn a,.order_btn a.hui{
    display: inline-block;
    background-color: #fff;
    color: #544e4c;
    /* width: 1.2rem; */
    text-align: center;
    line-height: .5rem;
    border-radius: 100px;
    border: #d8d8d8 1px solid;
    padding: 0 .3rem;
    display: inline-block;
}

.order_btn a {
    color: #ff2e26;
    border: #ff2e26 1px solid;
}
.order_btn .yiwanc{
    color: #ddd;
    width: .68rem;
    height: .68rem;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1.8rem;
    margin: auto 0;

}
.order_btn .yiwanc img{
	width: 100%;
}

.vip_user_order .swiper-slide{
	min-height: 100%;
}
.lianx_xianq{
	text-align: center;
}
.lianx_xianq a {
	line-height: .65rem;
	display: block;
	color: #049eee;
}

.my_dd_qit_xq { 
    padding: 2% 0;
    margin-bottom: 2%;
}
.my_dd_qit_xq>div {
    padding: .1rem 2%;
    border-bottom: #efefef solid 1px;
}

.my_dd_qit_xq>div span {
    color: #828282;
}
.xq_money {
    padding: 2%;
    background: #fff;
}
.xq_money p {
    border-bottom: solid 1px #efefef;
    line-height: .6rem;
    overflow: hidden;
}

.xq_money p .color {
    color: #ff2e26;
}

.xq_money p span {
    text-align: right;
    float: right;
}

.dibu_gouwc_vipxq{
	background: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,.1);
	
}
.dibu_gouwc_vipxq p,
.dibu_gouwc_vipxq a{
	width: 50%;
	float: left;
	line-height: .75rem;
	height: 100%;
}

.dibu_gouwc_vipxq a{
	background: #ff2e26;
	
}

.yhk_k{
	margin: .2rem;
}

.yhk_k ul li{
	position: relative;
	height: 1.2rem;
	background: #fff;
	overflow: hidden;
	box-shadow: 0 0 5px rgba(0,0,0,.1);
	border-radius: .2rem;
	margin-bottom: .3rem;

}

.yhk_k ul li img{
	width: 1.2rem;
	opacity: .1; 
	position: absolute;
	bottom: -.1rem;
	right: -.1rem;
	display: block;
}

.yhk_k ul li dl{
	padding:.2rem;
}

.yhk_k ul li dl dt{
	font-size: .28rem;
	color: #ff2e26;
}
.yhk_k ul li dl dd{
	color: #999;
}

.sos_list{
	padding: .2rem;
	text-align: center;
	background: #fff;
}
.sos_list>div{
	border-radius:3px;
	background: #f5f5f5;
	padding: .1rem;
	color: #aaaaaa;
	display: flex;
	justify-content : center;
	align-items : center; 
}
.sos_list>div img{
	width: .38rem;
}


.zhonghe_Sd{
	padding: .2rem;
	background: #fff;
	border-top: solid #f5f5f5 1px;
}
.zhonghe_Sd ul {
	display: flex;
	justify-content : space-between;
	align-items : center; 
}
.zhonghe_Sd ul li{
	background: url(../images/xia_jt.png) no-repeat center right;
	background-size: .24rem;
	padding-right: .3rem;
}
.ni_list_l{
	margin: .2rem;
}
.ni_list_l ul{
	overflow: hidden;
}
.ni_list_l ul li{
	float: left;
	margin-bottom: .2rem;
	width:2.88rem;
	background: #fff;
}
.ni_list_l ul li:nth-child(2n){
	float: right;

}

.ni_list_l ul li img{
	width:2.88rem;
	min-height:2.88rem;
	overflow: hidden;
	display: block;
	object-fit: cover;
}

.ni_list_l ul li p{
	font-size: .26rem;
	line-height: .55rem;
	padding:0 .1rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ni_list_l ul li span{
	color: #ff2e26;
	padding:0 .1rem;
	font-size: .32rem;
}


.banner_shouy .swiper-pagination.list_xq_bannr{
	background: rgba(0,0,0,.3);
	border-radius:1rem;
	color: #fff;
	padding: 0 .2rem;
	right: .2rem;
	width: initial;
	left: initial;
}

.banner_shouy .swiper-pagination.list_xq_bannr span{
	border: none;
}


.lest_xq_cs{
	padding: .2rem 0;
	background: #fff;
}

.lest_xq_cs .bt{
	padding: 0 .2rem;
} 

.lest_xq_cs .bt span{
	color: #ff2e26;
	font-size: .32rem;
	padding: .2rem 0;
	display: block;
}

/*  */
.text_seq{
	padding: .2rem;
}
.text_seq img{
	width: 100%;
}
.lest_xq_cs ul{
	padding: .1rem .2rem;
}
.lest_xq_cs ul li{
	line-height: .5rem;
}
.lest_xq_cs ul li i{
	display: block;
	float: right;
}


/*  */


.list_dier_xq_dib{
	background: #fff;
	box-shadow:0 0 4px rgba(0, 0, 0, .2);
	width: 100%;
	height: .88rem;
	display: flex;
	justify-content : space-between;
	overflow: hidden;
	position: fixed;
    bottom: 0;
} 
.list_dier_xq_dib ul{
	overflow: hidden; 
	padding: 2px 0;
	width:30%;
	display: flex;
	justify-content : space-around;
}

.list_dier_xq_dib ul li{
	float: left;
	text-align: center;
	padding:0 .2rem;
}
.list_dier_xq_dib ul li img{
	width: .5rem;
}
.list_dier_xq_dib ul li p{ 
	color: #989898;
	line-height: .25rem;
}

.list_dier_xq_dib>div{
	background: #ff2e27;
	color: #fff;
	width: 70%;
}
.list_dier_xq_dib>div>div{
	float: left;
	width: 50%;
	text-align: center;
}
.list_dier_xq_dib>div>div.Nmen_er{
	line-height: .88rem;
    padding-bottom: 4px;
    background: #ffb0ac;
}

.list_dier_xq_dib>div a{ 
	color: #fff!important;
	font-weight: normal;
	
}
.list_dier_xq_dib>div a p{ 
	color: #fff!important;
	
}
.list_dier_xq_dib>div>div.PinmianZ{
	display: flex;
    align-items: center;
    justify-content: center;
	height: 100%;
	color: #fff; 
}


.tanc_dfk{
	width: 100%;
	height: 100%;
	position: fixed;
	bottom: 0;
	right: 0;
	z-index:999;
	display:none;
	
}
.tanc_dfk .hei_e{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .5);
	
}

.tanc_dfk .neirong{
	position: absolute;
	background: #fff;
	left: 0;
	bottom:0;
	width: 100%;
	height: 60%;
	padding: 2%;
	/* overflow:auto; */
	-webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.tanc_dfk .neirong .tup{
	position: relative;
	width:1.5rem;
	height:1.5rem;
	top:-.53rem;
	border-radius: 2px;
	overflow: hidden;
	background: #fff;
	float: left; 
	border:solid 2px #fff;
	margin-right: .3rem;
}
.tanc_dfk .neirong .tup img{
	width:1.5rem;
	min-height:1.5rem;
	object-fit: cover;
}

.tanc_dfk .neirong .biaot_text{
	height:1.5rem;
	line-height: .4rem;
}
.tanc_dfk .neirong .biaot_text dd{
	color: #ff2e26; 
}
.tanc_dfk .neirong .biaot_text dt{ 
	white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

.tanc_dfk .neirong .div_cs
{
	max-height: 4.2rem;
	/* background: #ff2e26; */
	overflow: auto;
} 

.tanc_dfk .neirong .div_cs .biaot_sdol .bt{
	border-bottom: solid 1px #f6f6f6;
	padding: .1rem 0;
}

.tanc_dfk .neirong .div_cs .biaot_sdol ul{
	overflow: hidden;
	margin: .2rem 0;
}

.tanc_dfk .neirong .div_cs .biaot_sdol ul li{
	float: left;
	padding: .1rem .2rem;
	margin:0 .2rem .1rem 0;
	background: rgb(216, 216, 216);
	border-radius: 5px;
}
.tanc_dfk .neirong .div_cs .biaot_sdol ul li.no{
	background: #ff2e26;
	color: #fff;
}

.dibu_goum{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	line-height: .65rem;
	background: #ff2e26;
	color: #fff;
	display: block;
}


/*  */
.my_dind .bt h3 .nimen_We{
	width: .3rem;
	margin-left: 0;
	margin-right: .1rem;
}

.color_wfe input{
	width: 100%;
	border-radius: 2px; 
	border:none;
	line-height: .65rem; 
	background: none;
	outline: none;
	color: #949494;
}
.color_wfe textarea {
    width: 100%;
    background: none;
    border: none;
    outline: none;
	color: #949494;
	font-size: .24rem;
}
.zhelishi_ship {
	overflow: hidden;
}
.zhelishi_ship .left{
	float: left;
	width: 62%;

}
.zhelishi_ship .right{
	width: 30%;
    float: right;
    margin-right: .2rem;
	margin-top: .5rem;
	text-align: center;
}

.zhelishi_ship .right .fbspcom-2{
	width: 100%;
	height:3rem;
	/* background: #fffddd; */
	overflow: hidden;
	
}

.zhelishi_ship .right .fbspcom-2 .img{ 
	width: 100%;
    height: 2.5rem;
	object-fit: cover;
	border-radius: 5px;
	
}

.dibu_dibu{
    padding: 0 2%;
    position: fixed;
    bottom: 1%;
    left: 0;
    width: 96%;
    height: .75rem;
    display: flex;
    text-align: center;
	justify-content: space-between;
	
}

.dibu_dibu a{
    float: left;
    width: 49%;
    line-height: .75rem;
    color: #fff;
	background: #ff7800;
	border-radius:2px;
}
.dibu_dibu a:first-child{
	background: #d2cfc3;
	
}

.neirong_We{
	position: fixed;
	background: #221f1d;
	top: 0;
	left: 100%;
	z-index:999;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.neirogn_lief{
	height: 100%;
	background: #fff;
	padding: .2rem;
}
.neirogn_lief ul li{
	color:#221f1d;
	overflow: hidden;
	border-bottom: solid 1px #e9e9e9;
	position: relative;
}
.neirogn_lief ul li p{
	float: left;
	line-height: .85rem;
}
.neirogn_lief ul li span{
	float: right; 
	padding:0 .2rem;
	height: .5rem;
	line-height:.5rem;
	background: #FFC107;
	color: #fff;
	border-radius: 3px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}




.You_dengl{
	width: 80%;
	margin: .3rem auto;
	padding-top:.3rem;
}

.You_dengl .color_button{
	border-bottom: solid 1px #555;
}
.You_dengl .color_button{
	display: flex;
	margin-bottom: .2rem;
	margin-top: .2rem;

}
.You_dengl .color_button img{
	width: .54rem;
	height: .54rem;
}
.You_dengl .color_button  input{
	border:none;
	margin-bottom:0; 
	background: none;
}

.You_dengl .color_button  input::-webkit-input-placeholder { 
	  color: #989898; 
}

.You_dengl .text_df{
	text-align: right;
}
.You_dengl .text_df a{
	color: #989898; 

}


.You_dengl .denglu_fe{
	padding-top:.2rem;
}

.You_dengl .denglu_fe button{
	width: 100%;
	padding: .15rem 0;
	border-radius:1rem;
	margin-bottom:.2rem;
	border:#ff2e26 1px solid;
	background: #ff2e26;
	color: #fff;
}

.You_dengl .denglu_fe button:last-child{
    background: none;
    border: #555 1px solid;
    color: #555;
}
.You_dengl .text{
	margin-top:.3rem;
}
.You_dengl .text .bt{
	text-align: center;
	position: relative;
}
.You_dengl .text .bt span{
	background: #fff;
	padding: 0 .2rem;
	position: relative;
	z-index: 99;
	color: #999;
}

.You_dengl .text .bt::after{
	content:"";
	width: 100%;
	height: 1px;
	background: #f1f1f1;
	display: block;
	top: 0;
	bottom:0;
	position: absolute;
	margin: auto 0;	
}
 

.You_dengl .text ul{
	overflow: hidden;
	padding:.2rem 0;
	display: flex; 
	justify-content: center;

}
.You_dengl .text ul li{
	width: .55rem;
	height: .55rem;
	float: left;
	margin:0 .3rem;
}
.You_dengl .text ul li img{
	width: 100%; 
}

/* 动画 */
.parallax > use {
	animation: move-forever 12s linear infinite;
	transform-origin: 50% 50%;
  }
  .parallax > use:nth-child(1) {
	animation-delay: -2s;
  }
  .parallax > use:nth-child(2) {
	animation-delay: -2s;
	animation-duration: 5s;
  }
  .parallax > use:nth-child(3) {
	animation-delay: -4s;
	animation-duration: 3s;
  }
  
  @keyframes move-forever {
	0% {
	  transform: translate(-90px, 0%);
	}
	100% {
	  transform: translate(85px, 0%);
	}
  }
  .editorial {
	display: block;
	width: 100%;
	height: 10em;
	margin: 0;
  }
  
  .content {
	font-family: 'Lato',sans-serif;
	text-align: center;
	background-color: #2d55aa;
	text-align: center;
	min-height: 75vh;
	margin: 0;
	padding: 1em;
	color: #eee;
	font-size: 2em;
	font-weight: 300;
  }
  
  .content {
	font-size: 1em;
  }
  
  .content h1 {
	margin-top: -1.3em;
	font-weight: 100;
	font-size: 5em;
	user-select: none;
	cursor: default;
  }
  
  @media (max-width: 50em) {
	.content h1 {
	  font-size: 12vmax;
	}
  
	.editorial {
	  height: 15vw;
	}
  }
  /*  动画结束 */
  .sign_in_k {
    height: 4rem;
    position: relative;
    background: #fff;
	background-image: linear-gradient( #ff2e26 20%,#fff 80%);
	
}
.sign_in_k svg {
    position: absolute;
    bottom: -1px;
}

.sign_in_k .logo {
    position: absolute;
    top: -.20rem;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 1.5rem;
    height: 1.5rem;
    z-index: 99999;
}

.sign_in_k .logo img {
    width: 100%;
}


/* 注册 */

.zhuc_cdsg{
	border:solid 1px #555;
	margin:5%;
	border-radius: 5px; 
}
.zhuc_cdsg ul{

}
.zhuc_cdsg ul li{
	display: flex;
	align-items : center; 
	padding:.05rem .25rem;
	border-bottom: solid 1px #555;
}
.zhuc_cdsg ul li:last-child{
	border-bottom:none; 
}
.zhuc_cdsg ul li input.nomen{
	border: none;
	margin-bottom: 0;
	color: #999;
	background: none;
}
.zhuc_cdsg ul li img{
	width: .75rem; 
}

.zhuc_cdsg ul li .btn {
	width:100px;
	line-height:.3rem;
	border:1px solid #ff2e26;
	text-align:center;
	background: #ff2e26;
	color: #fff;
}

.queren_df button {
    background: #ff2e26;
    border-radius: .02rem;
    border: none;
    color: #fff;
    width: 90%;
    /* padding: .1rem; */
    height: .7rem;
	border-radius: .05rem;
	margin: 5%;
}

/* 2019-12-5 */
.ziye_toub .text_toub{
	position: absolute;
	top: 0;
	right: .2rem;
	bottom: 0;
	margin: auto;
	color: #666;
}
.erc_shangj{
	overflow: hidden;
	margin-bottom: .2rem; 
}
.erc_shangj .dianp{
	display: flex;
	align-items : center; 
	position: relative;
	padding:.2rem .1rem;
	
    background: #fff;
}
.erc_shangj .dianp::after {
	content: "";
	background: url(../images/gengd_img.png) no-repeat center;
	background-size:.15rem;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0; 
    right: .2rem;
	margin: auto;
	width: .2rem;
	height: .4rem;
}

.gouwuc_waik .input_kuang_gwc{
	width: 10%;
	float: left;
	height: .28rem;
	/* text-align: center; */
}
.gouwuc_waik .right{
	line-height: .55rem;
	display: flex;
	align-items : center; 
 
} 
.gouwuc_waik .right img{
width: .55rem;
height: .55rem;
border-radius: 50%; 
margin-right: .2rem;
object-fit: cover;
}
.gouwuc_waik .right p{
	color: #332f2c;
	font-size: .28rem;
}
.gouwuc_waik .right p{
	margin: 0;  
    font-weight: 600;
	padding: 0;
}
.gouwuc_waik .input_kuang_gwc input[type='checkbox']{
    width: .28rem;
    height: .28rem;
    background-color: #fff;
    -webkit-appearance:none;
    border: 1px solid #c9c9c9;
    border-radius: 2px;
	outline: none;
	margin-left: .1rem;
}
 
.gouwuc_waik .input_kuang_gwc input[type=checkbox]:checked{ 
	background:  url("../images/goux.png")no-repeat center;
	background-size: .28rem;
 }

 
 .gouwuc_waik  .mui-content>.mui-table-view:first-child{
	 margin-top: 0;
 }

 .gouwuc_waik #OA_task_1>li{
	padding: .2rem .1rem;
 }
 .gouwuc_waik .xiaoxi_neir_k .text_you { 
    width: 66%;
}

.gouwuc_waik .houm_wez .mui-numbox { 
    width: 1.2rem;
}

.checkBox_gouwc{
	width: 20%; 
    float: left;
    line-height: .75rem;
    display: flex;
    align-items: center;
}

.checkBox_gouwc input[type='checkbox']{
    width: .28rem;
    height: .28rem;
    background-color: #fff;
    -webkit-appearance:none;
    border: 1px solid #c9c9c9;
    border-radius: 2px;
	outline: none;
	margin:0 .1rem;
}
 
.checkBox_gouwc input[type=checkbox]:checked{ 
	background:  url("../images/goux.png")no-repeat center;
	background-size: .28rem; 

 }
.gouwuc_waik{
	margin-top: .2rem;
}


.chaogaoq_x .nimen_text{
	width: 100%; 
	min-height: .75rem;
}
.chaogaoq_x .nimen_text p{
	min-height: .3rem;
	overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.chaogaoq_x .nimen_text h3{
	font-weight: normal;
	color: #999;
	display: -webkit-box;
   text-overflow: ellipsis;
   overflow : hidden;
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;
}
.ziye_toub_hei p { 
    color: #221f1d;
}

.ziye_toub_hei{
	background: #fff;
}

.ziye_toub_hei .left { 
    background: url(../images/tuih_hei.png) no-repeat center;
    background-size: .2rem;
}


/* 商品橱窗 */

.toubuqq {
	padding: .2rem;
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    position: relative;  
	background: #fff;
	margin-top: .2rem;
	/* margin-bottom: 1px; */
}
.toubuqq::after{
	content: "";
    background: url(../images/gengd_img.png) no-repeat;
    background-size: .14rem;
    width: .2rem;
    height: .3rem;
    display: block;
    position: absolute;
    top: 0;
    bottom:0;
    right:.2rem;
	margin: auto; 
	
}
.toubuqq .toux {
    width: 1.1rem;
    height: 1.1rem;
    border-radius: 50%;
    overflow: hidden;
	margin-right: .2rem; 
	border: 2px solid #fff;
	background: #fff;

}
.toubuqq .toux img{
	width: 100%;
    max-height:  1.1rem;
	max-width:  1.1rem;
	object-fit: cover;
}
.toubuqq .mingz h2 {
    font-size: .35rem;
	font-weight: 500;
	padding-bottom: .1rem;
	color: #221f1d;
}

.toubuqq .mingz h2 i {
    font-style: normal;
    font-size: .22rem;
    display: inline-block;
    background: #0e90d2;
    color: #fff;
    border-radius: 3px;
    width: .35rem;
    height: .35rem;
    line-height: .35rem;
    text-align: center;
    margin: 0 .05rem;
}

.toubuqq .mingz span {
	/* background: rgba(0, 0, 0, .13); */
	padding: .05rem .1rem;
	border-radius: .3rem;
	/* line-height: .35rem; */
	color: #999;
}


.toubuqq .guanz {
    background: #e9e4db;
    padding: .05rem .1rem;
    border-radius: .3rem;
    /* line-height: .35rem; */
    color: #a18e67;
    position: absolute;
    top: .35rem;
    right: .25rem;
}
.toubuqq .my_guanz {
    background: none;
    top: .25rem;
}

.toubuqq .my_guanz img {
    width: .45rem;
}


.my_tik_list{
	background: #FFFFFF;
	/* border-radius: .3rem; */
	/* box-shadow: 0 0 5px rgba(0,0,0,.1); */
	margin-bottom: 1px;
}
.my_tik_list.huiyuan{
	height:.8rem;
}
.my_tik_list.huiyuan a{
	padding: 0 .2rem 0 .4rem;
	display: block;
	line-height: .8rem;
	margin: 0 .2rem;
	background: url(../images/grzx.png) no-repeat center left;
	background-size: .3rem;
	color: #ff2e26; 
    font-size: .26rem;
	line-height: .8rem;
}

.fenh_ziyek h3 {
line-height: .5rem;
    padding: .16rem 0;
    border-bottom: solid 1px #f6f6f6;
    font-style: normal;
    margin: 0 .2rem;
    position: relative;
    font-size: .26rem;
    color: #221f1d;
	font-weight: 400;
	padding-left: .12rem;
}
.fenh_ziyek h3::after{
	content: "";
	width: 2px;
	height: .24rem;
	bottom: 0;left: 0;
	top: 0;
	margin: auto;
	display: block;
	position: absolute;
	background: #ff2e26;
}
.fenh_ziyek ul {
    overflow: hidden;
    padding: .1rem 0;
}
.fenh_ziyek ul li {
    width:33%;
    float: left;
    text-align: center;
	margin-bottom: .2rem;
	
}
.fenh_ziyek ul img {
    width:.75rem;
}
.fenh_ziyek ul li p{
	font-size: .22rem; 
	margin-bottom: 0;
} 

.fenh_ziyek h3 a{
    color: #999;
    float: right;
    display: block;
    font-size: .24rem;
    font-weight: normal;
}

.yuanj_sd ul li{
	width:25%
}
.fenh_ziyek ul li img{
	display: block;
	margin: auto;
}
.fenh_ziyek ul .you_xin{
	position: relative;
}
.fenh_ziyek ul .you_xin::after{
	content: "";
	width: .1rem;
	height: .1rem;
	border-radius: 50%;
	position: absolute;
	top: .1rem;
	right: .09rem;
	background: #ff2e26;
	border: solid 2px #fff;
	display: block;
}


.fenh_ziyek ul li h4{
	width: .75rem;
	margin: auto;
}

.list_shouye_wangid .gerzx_shangj{
	color: #221f1d;
	font-size: .24rem;
}
.list_shouye_wangid .gerzx_shangj::after{
	content: none;
}

.list_shouye_wangid li dl dt{
	color: #221f1d;

}

.list_shouye_wangid li dl dd {
	margin-top: .1rem; 
	overflow: hidden;
	display: block;
}

.my_list_feny{
	color: #221f1d;
}

.ziye_toub .text_toub { 
    font-size: .26rem;
}
.yve_money { 
	background: linear-gradient(145deg, #e0620d, #ff2e26);
background: -ms-linear-gradient(145deg, #e0620d, #ff2e26);
background: -webkit-linear-gradient(145deg, #e0620d, #ff2e26);
background: -moz-linear-gradient(145deg, #e0620d, #ff2e26);
 
    padding: .8rem .2rem .5rem .2rem;
    color: #fff;
}
.yve_money p{
    color: #fff;
	opacity: .5;
}

.lailu_qian{
	background: #fff;
	margin: .2rem 0;
}
.lailu_qian ul li{
	padding:.2rem;
	border-bottom: solid 1px #f6f6f6;
	padding-left: .1rem;
}
.lailu_qian ul li dl{
	line-height: .55rem;
	overflow: hidden;
}
.lailu_qian ul li dl dt{
	float: left;
	overflow: hidden;
	font-size: .24rem;
}
.lailu_qian ul li dl dt img{
	width: .55rem;
	float: left;
	margin-right: .1rem;
}

.lailu_qian ul li dl dd{

	text-align: right;
}

.lailu_qian ul li:first-child dl dd{
	color: #ff2e26;
}

.wenxin_ts{
	background: #fff;
	padding: .2rem;

}

.wenxin_ts h2{
	margin-bottom: .2rem;
	font-size: .3rem;
}
.wenxin_ts span{
	color: #ff2e26;
	display: block;
}


.shangp_qian_xiangq{
	padding: .1rem;
	background: #fff;
	margin:.2rem 0;
}
.shangp_qian_xiangq ul {
	padding: .1rem;
}
.shangp_qian_xiangq ul li{
	border-bottom:dashed 1px rgb(190, 190, 190);
	padding:.1rem 0;
	margin-bottom: .1rem;
}
.shangp_qian_xiangq ul li dl dt{
	color: #544e4c;
}
.shangp_qian_xiangq ul li dl dd{
	color: #999;
}

.shangp_qian_xiangq ul li dl dd span{
	float:right;
}
.shangp_qian_xiangq ul li dl dd span i{
	color:#ff2e26;
	font-style: normal;
}
.chuc_top_waik{
	padding: .2rem;
	position: relative;
	margin: .2rem 0 1px 0;
	background: #Fff;
}
 
.chuc_top_waik button{
	position: absolute;
	top: 0;
	right: .2rem;
	bottom: 0;
	margin:auto;
	height: .55rem;
	background: #ff2e26;
	color: #fff;
	border: none;

}


.chuc_guanli .list_shouye{
	padding: .2rem 0;
}

.chuc_guanli .list_shouye li{
	padding: .2rem;
}

.chuc_guanli .list_shouye li h3 { 
    margin: 0;
    margin-right: .2rem;
}

.chuc_guanli .list_shouye li h3 img{
	min-height: 1.5rem;
}

.chuc_guanli .order_btn a{
	border-radius: 4px;
}

.chuc_guanli .list_shouye li dl dd{
	font-size: .32rem;    margin-top: .2rem;
}

.input_chuc_gwc {
    width: 10%;
    float: left;
    height: .28rem;
    /* text-align: center; */
}
.input_chuc_gwc input[type='checkbox'] {
    width: .28rem;
    height: .28rem;
    background-color: #fff;
    -webkit-appearance: none;
    border: 1px solid #c9c9c9;
    border-radius: 2px;
    outline: none;
    margin-left: .1rem;
}

.input_chuc_gwc input[type=checkbox]:checked {
    background: url(../images/goux.png)no-repeat center;
    background-size: .28rem;
}
.chuc_df_bottom{
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	height: .75rem;
	line-height: .75rem;
	text-align: center;
	background: #fff;
	border-top: #e9e9e9 solid 1px;
}

.chuc_df_bottom::after{
	content: "";
	position: absolute;
	width: 1px;
	height: .35rem;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background: #e9e9e9;
}
.chuc_df_bottom a{
	display: block;
	width: 50%;
	float: left;
	color: #828282;
}


.chuc_guanli .list_shouye li dl dt { 
	height: .7rem;
}

.text_seq_wangid{
	padding: .2rem 0;
}

.banner_shouy_wangid img{
	width: 100%;
	min-height: 5.5rem;
	object-fit: cover;
}	

.lest_xq_cs_wangid .bt span{
	padding: 0 0 .2rem 0;
	font-size: .38rem;
}
.lest_xq_cs_wangid .bt span i{
	color: #999;
	font-size:.24rem;
	float: right;
}

.text_seq_wangid h2{
	padding: .2rem;
	background: #fff;
}

.lest_xq_cs_wangid .bt h2{
	font-size: .36rem;
	margin-bottom: .2rem;
}

.lest_xq_cs_wangid .canshu{
	display: flex;
	justify-content : space-between;
	padding: .2rem;
	border-bottom:solid 1px #eee;
}

.lest_xq_cs_wangid .canshu span{
	color: #999;
	display:block; 
	width: 33%;
	text-align: center;
}

.lest_xq_cs_wangid .canshu span:last-child{
	padding-right: .3rem;
	background: url(../images/seller_address.png) no-repeat center right -8px;
	background-size: .5rem; 
    text-align: right;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;

}

.lest_xq_cs_wangid .canshu span:first-child{
	text-align: left;
	
}
.lest_xq_cs_wangid .xia_leix span{
	width: 100%;
}
.lest_xq_cs_wangid .xia_leix span:last-child{
	background: none;

}
.lest_xq_cs_wangid .xia_leix span i{
	color: #555;
}

.list_dier_xq_dib_wangid>div{
	width: 55%;
}
.list_dier_xq_dib_wangid ul{
	width: 43%;
	padding: 0 1%;
}
.list_dier_xq_dib_wangid ul li{
	width: 33%;
	padding: 0;
}

.list_dier_xq_dib ul li img {
    width: .4rem;
    margin-top: 2px;
}
.ni_list_l_wangid {
	text-align: left;
	width: 100%;
	overflow: hidden;
	background: #fff;
	 
} 

.ni_list_l_wangid img {
	width: 100%;
    min-height: 2.88rem;
    overflow: hidden;
    display: block;
    object-fit: cover;
}

.ni_list_l_wangid a{
	display: block;
	width: 100%;
	text-align: left;
}
.ni_list_l_wangid p{
    font-size: .26rem;
    line-height: .55rem;
    padding: 0 .1rem;
    white-space: nowrap;
    overflow: hidden;
	text-overflow: ellipsis;
	color: #332f2c;
}
.ni_list_l_wangid i.guige{
	padding:0rem .1rem .1rem .1rem;
	display: block;
	color: #999;
	white-space: nowrap;
    overflow: hidden;
	text-overflow: ellipsis;
}
.ni_list_l_wangid span{
    color: #ff2e26;
    padding: 0 .1rem;
	font-size: .32rem;
	display: block;
	position: relative;
	margin-bottom: .1rem;
}
.ni_list_l_wangid span i.yigou{
	position: absolute;
	top: 0;
	bottom: 0;
	right:.1rem;
	margin: auto;
	color: #999;
	font-size: .24rem;

}

.ni_list_l_wangid .swiper-slide{
	overflow: hidden;
}

.ni_list_l_wangid .shangj_tuij{
	padding: .2rem;
	padding-top: 0;
} 
.list_dier_xq_dib_wangid{
	z-index: 9999;
}

.div_Color_text .ping_eg .text p { 
    color: #fff;
}

.my_list .swiper-pagination .swiper-pagination-bullet{
    color: #fff;
}

.shangp_list_top{
	position: relative;
	height: 4rem;
}

.shangp_list_top img.img_b{
	width: 100%;
	min-height: 4rem;
}

.shangp_list_top .toubuqq{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: -1.5rem;
	margin: auto;
	background: linear-gradient(top, rgba(0,0,0,.0), rgba(0, 0, 0, .88));
background: -ms-linear-gradient(top, rgba(0,0,0,.0), rgba(0, 0, 0, .88));
background: -webkit-linear-gradient(top, rgba(0,0,0,.0), rgba(0, 0, 0, .88));
background: -moz-linear-gradient(top, rgba(0,0,0,.0), rgba(0, 0, 0, .88));
 
}

.shangp_list_top .toubuqq .mingz h2{
	color: #fff;
}

.shangp_list_top .toubuqq .mingz span{
	color: #fff;
}

.shangp_list_top .kuangk{
	position: absolute;
	width: 100%;
	height: 100%; 
	top: 0;
	left: 0;
    background: rgba(0,0,0,.1);
}

.shangp_list_top{
	overflow: hidden;
	height: 3.5rem;

}
.shangp_list_top img.img_b{
	min-height: 3.5rem;
}
.shangp_list_top .fanhui_W {
    position: absolute;
    top: .2rem;
    left: .2rem;
    width: .65rem;
    height: .65rem;
    background: rgba(0,0,0,.-0);
    border-radius: 50%;
}
.shangp_list_top .fanhui_W img {
    width: .2rem;
    height: .4rem;
    position: absolute;
    top: 0;
    left: -.05rem;
    bottom: 0;
    right: 0;
    margin: auto;
	display: block;
	z-index: 999;
}

.shangp_list_top .toubuqq::after{
	content: none;
}

.dao_gsp{
	position: relative;
	height: .75rem; 
	line-height: .75rem; 
	background: #fff;
	border-bottom: solid 1px #dddddd;
	top: 0px;
    left: 0;
	width: 100%;
	z-index: 999;
}
.dao_gsp .left{
	width: 80%; 
	float: left; 
	/* overflow: hidden; */
	overflow: auto;
	margin: 0 auto; 
	white-space: nowrap;
	position: relative;
}
.dao_gsp .left::-webkit-scrollbar {display:none}
.dao_gsp p{
	margin: 0;
}
.dao_gsp .left p{
	/* float: left; */
	padding:0 .3rem;
	width: auto;
	display: inline-block;
} 
.dao_gsp .left div.img{
	height:.75rem;
	width: .75rem;
	margin:0 .2rem;
	background: url(../images/sous.png) no-repeat center;
	background-size: .34rem;
	float: left;
	margin-left: .3rem;
	display: inline-block;

}

.dao_gsp .left p.no{
	color: #221f1d;
}

.dao_gsp .fenlei_right{
	float: right;
	width: 20%;
	display: flex;
	justify-content : center;
	align-items : center; 
	height: 100%;
	position: relative;
}
.dao_gsp .fenlei_right span{
	font-size: .25rem;
	padding: 0 .1rem;
}

.dao_gsp .fenlei_right img{
	width: .3rem;

}

.dao_gsp .fenlei_right::after{
	content: "";
	position: absolute;
	width: 1px;
	height: .3rem;
	background: #aaaaaa;
	left: 0px; 
}
.dao_gsp .fenlei_right::before{
	content: "";
	position: absolute;
	width: .6rem;
	height: .74rem;
	  left: -.6rem;
	  background: linear-gradient(left, rgba(255,255,255,.0), rgba(255, 255, 255, 1));
	  background: -ms-linear-gradient(left, rgba(255,255,255,.0), rgba(255, 255, 255, 1));
	  background: -webkit-linear-gradient(left, rgba(255,255,255,.0), rgba(255, 255, 255, 1));
	  background: -moz-linear-gradient(left, rgba(255,255,255,.0), rgba(255, 255, 255, 1));
	   
}

.dao_gsp .tancju_list{
	position: relative; 
	z-index: 9999;
}
.dao_gsp .tancju_list>div{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background:rgba(0, 0, 0, .4);
	display: none;
	-webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	/* opacity: 0; */
}

.dao_gsp .tancju_list>ul{
	position: fixed;
	width: 60%;
	top: 0;
	right:-60%;
	height: 100%;
	background: #fff;
	overflow: auto;
	-webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.dao_gsp .tancju_list>ul h2{
	text-align: center;
	font-size: .28rem;
	padding:.2rem;
}
.dao_gsp .tancju_list>ul h3{
	font-size: .28rem;
	padding: 0 .2rem;


}
.dao_gsp .tancju_list>ul li{
	padding: 0 .2rem;
}

.mu_juds{
	width: 98%;
	margin: 1%;
	background: none;
}
.mu_juds ul li{
	width: 49%;

} 

.mu_juds ul li img{
	width: 100%;
}

.mu_juds ul li p{
	margin-bottom: 0;
}
.mu_juds i.guige{
	font-size: .24rem;
}
.color_sousuo_k{
	padding: .2rem;
	margin: .1rem 0;
}
.mui-content.color_sousuo_k{
	background: #fff;
}

.shuliang_dfe .mui-numbox{

}
.shuliang_dfe .bt {
    border-bottom: solid 1px #f6f6f6;
	padding: .1rem 0;
	margin-bottom: .2rem;
}

.div_Color_text h2 { 
    color: #fff;
}

.color_sousuo_k{ 
    padding-bottom: 0;
    margin-bottom: 1px;
}
 
.class_shangp_lm li dl dd{
    margin-top: .2rem;
}
.list_shouye li dl span{
    /* padding-top: .12rem; */
    display: block;
    font-size: .24rem;
    color: #999;
}
.list_shouye li dl{
	position: relative;
}
.list_shouye li dl .nimen_d{
	position: absolute;
	right: 0;
	bottom: 0;
	background: #ff2e26;
	border: none;
	color: #FFF;
}
.nimen_px_cs{
	margin-top: 1px;
} 
.nimen_px_cs ul li{
	background: #fff;
	margin-bottom: 1px;
	padding:.2rem;
	overflow: hidden;
	position: relative;
}
.nimen_px_cs ul li img{
	width:1rem;
	min-height: 1rem;
	border-radius:1rem;
	display: block;
	float: left;
	margin-right: .2rem;
}

.nimen_px_cs ul li .text{
	width: 78%;
}
.nimen_px_cs ul li .text p{
	display: -webkit-box;
   text-overflow: ellipsis;
   overflow : hidden;
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;
   line-height: .3rem;
}
.nimen_px_cs ul li .text h4{
	font-size: .26rem;
	color: #221f1d;
} 
.nimen_px_cs ul li .anniu_yitongg{
	width: 1.2rem;
    height: .55rem;
    background: #ff2e26;
    border-radius: 4px;
    display: block;
    float: right;
    text-align: center;
    line-height: .55rem;
    color: #fff;
    position: absolute;
    bottom: .38rem;
    right: .2rem;
}

.color_hr{
	padding-bottom:.2rem;
	overflow: hidden;
	border-bottom: solid 1px #ddd;
} 


.nimen_px_cs ul li .color_hr img{

}
.nimen_px_cs.chile_lest_k ul li .text{
	width: 100%;
	/* padding-bottom: .1rem; */
	border-bottom: solid 1px #e8e8e8;
	margin-bottom: .2rem;
}

.nimen_px_cs.chile_lest_k ul li .jieshou_anniu{
	float: right; 
	background: #ff2e26;
	border: none;
	color: #fff;
}
.nimen_px_cs.chile_lest_k ul li{
	margin-bottom: .1rem;
}

.tianjia_yuangong_button{
	position: fixed;
	bottom: 0;
	height: .75rem;
	line-height: .75rem;
	text-align: center;
	width: 100%;
	background: #fff;
	box-shadow: 0 0 3px rgba(0, 0, 0, .1);
}

.tianjia_yuangong_button a{
	display: block;
	width: 100%;
	color: #221f1d;
}
.nimen_px_cs.chile_lest_k ul li .chengjiao_sge{
	font-size:.24rem;
	color: #544e4c;
	text-align:right;

}
.nimen_px_cs.chile_lest_k ul li .chengjiao_sge i{
	margin-left: .35rem;
}


.foot_menu ul li a { 
    color: rgba(255, 255, 255, .8); 
}
.inpitt_tc { 
	background: #221f1d; 
	display: block;
	padding: .1rem 2%; 
	height: 1.3rem;
}
.inpitt_tc input{
	outline: none;
    border-radius: 6px;
	background-color: #5d5d5d;
	height: .55rem;
	border: solid 1px #5d5d5d;
	color: #Fff;
}

 .tongc_fenl{
	 height: .75rem; 
	 line-height: .75rem;
	 color: #fff;
	 display: flex;
	 font-size: .26rem;
 }

.tongc_fenl .dizhi{ 
	float: left;
	width: 18%;
	padding-right: 2%;
	position: relative;
}
.tongc_fenl .dizhi::after{
	content: "";
	width: 1px;
	height: .23rem;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 0;
	background: #544e4c;
}

.tongc_fenl .right{ 
    float: left;
    width: 80%;

}
.tongc_fenl .right ul{
	overflow: auto;
    margin: 0 auto;
    white-space: nowrap;
    position: relative;
	width: 90%;
	margin: 0 5%;
}

.tongc_fenl .right ul::-webkit-scrollbar {display:none}
.dao_gsp p{
	margin: 0;
}
.tongc_fenl .right ul li{
display: inline-block;
padding: 0 .25rem;

}
.tongc_fenl .right ul li a{
	color: #999;
}

.tongc_fenl .right ul li.no a{ 
	color: #fff000;
}


.ship_lieb{
	color: #FFC107;
}

.ship_lieb{
	overflow: hidden;
}

.ship_lieb li{
	float: left;
	width: 50%;
	height: 4rem;
	position: relative;
}
.ship_lieb li .beij{
	width: 100%;	
	min-height: 4rem;
	object-fit: cover;
}

.ship_lieb li .text{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 90%;
	padding: 5%;
	background: linear-gradient(top, rgba(0,0,0,.0), rgba(0, 0, 0, .88));
	background: -ms-linear-gradient(top, rgba(0,0,0,.0), rgba(0, 0, 0, .88));
	background: -webkit-linear-gradient(top, rgba(0,0,0,.0), rgba(0, 0, 0, .88));
	background: -moz-linear-gradient(top, rgba(0,0,0,.0), rgba(0, 0, 0, .88));
	 
}
.ship_lieb li a{
	color: #fff;
}
.ship_lieb li .text .ffer{ 
	display: flex;
	position: relative;
	align-items : center;
}
.ship_lieb li .text .ffer img{
	width: .5rem;
	height: .5rem;
	border-radius: 50%;
	object-fit: cover; 
	overflow: hidden;
	margin-right: .1rem;
}
.ship_lieb li .text .ffer i{ 
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	line-height: .5rem;
	background: url(../images/5wd-04.png) no-repeat center left;
	background-size: .15rem;
	padding-left:.2rem;
	opacity: .8;
	
} 
.ship_lieb li .text  p{
	margin-bottom:.1rem;
	display: -webkit-box;
	text-overflow: ellipsis;
	overflow : hidden;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	font-size: .2rem;
	
}

.shangc_toub{
	background: #221f1d; 
}

.shangc_toub input{
	outline: none;
    border-radius: 6px;
    background-color: #5d5d5d;
    height: .55rem;
    border: solid 1px #5d5d5d;
    color: #Fff;
}

.kuanjiedaph_sc{
	padding: .2rem;
}

.kuanjiedaph_sc ul{
	overflow: hidden;
}
.kuanjiedaph_sc ul li{
	float: left;
	width: 25%;
	text-align: center;
	padding-bottom: .2rem;
}

.kuanjiedaph_sc ul li img{
	width:.55rem;
}
.kuanjiedaph_sc ul li p{
	color: #bbb;
}

.fenleixuanz_k{
	padding:.2rem;
	overflow: hidden;
}

.fenleixuanz_k a{
	display: block;
	background: #ddd;
	text-align: center;
	padding: .1rem .2rem;
	float: left;
	border-radius: 3px;
	margin: 0 10px 10px 0;
}

.fenleixuanz_k a.no{
	background:#ff2e26;
	color: #fff;

}

.huodong_h{
	padding: .2rem;
	background: #fff;margin: .2rem 0;
}

.huodong_h h2{
	color: #999;
	font-size: .24rem;
	font-size: .28rem;
	font-weight: 500;
}

.huodong_h .bt_nei input{
	border: none;
	border-bottom: solid 1px #ececec;
	border-radius:0;
	font-size: .28rem;
	font-size: .28rem;
	padding: 0;
}
.huodong_h .riqi{
overflow: hidden;
padding-top: .2rem;
}
.huodong_h .riqi input{
	border: solid 1px #ececec;
	font-size: .28rem;
	float: left;
	width: 45%; 
}
.huodong_h .riqi i{
	float: left;
    display: block;
    line-height: .55rem;
    padding: 0 .2rem;
}

.huodong_h .bt_nei textarea{
	border: solid 1px #ececec;
	font-size: .28rem;

}

.huodong_h .img_sdf{
	padding: .2rem 0;

}

.huodong_h .img_sdf img{
	width: 1rem;
    height: 1rem;
    min-height: 1rem;
    object-fit: cover;
    border: solid 1px #f3f3f3;
    margin: 0 .2rem .2rem 0;

}
