/* Write your styles */
html,body {
	position:relative;
    /* height:100%; */
	width:100%;
	font-size: 12px ;
}

* {
	padding:0;
	margin:0;
}
input{
	-webkit-appearance: none;
}
input[disabled]{background: none;opacity:1}
a{
	text-decoration:none;
	color: #544e4c;

}
li {
	list-style:none;
}
body {
	background: #f6f6f6;
	font-family:Helvetica Neue,Helvetica,Arial,sans-serif; 
	  font-size: 12px ; /* =14px */ /* !important*/
	  color: #544e4c;
}
*+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 .zjeges_diz{
    background: url(../images/dinw.png) no-repeat center right;
    background-size: .2rem;
    padding-right: .28rem;
	margin-right: .1rem; 
	white-space: nowrap;
}
.indix_top .sos_t{
	max-width:90%;
}
.indix_top input {
	width: -webkit-fill-available;
    padding-left: .5rem;
    height: .5rem;
    border-radius: .25rem;
    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; line-height:180%; color: #666; width: 82%;border: none; vertical-align: middle; background-color: #fff; margin-left: 2%}
.search_top div button{ display: inline-block; vertical-align: middle; background-color: #fff; width: 14%;border: none;}
.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; }
.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: 100;
	box-shadow: 0px 0px 3px #d2d2d2;}
.foot_menu ul { background-color: #fff; padding:.05rem 0;
	display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex; /* Safari */ 
    display: -moz-flex;
	display: flex;
	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;
}
.foot_menu ul li{ text-align: center; width: 25%;}
.foot_menu ul li i{display: block;  }
.foot_menu ul li img{ display: block; margin:0 auto; width: .45rem;height: .45rem; }
.foot_menu ul li a{ color: #544e4c; font-size: .24rem;display: inline-block; font-size: .2rem;} 
.foot_menu ul li.no a{
	color:#ee568e;
}

.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;
}

.daoh{ overflow:hidden; padding:0 1%; background:#fff;margin: .12rem;border-radius:8px;}
.daoh ul li{width:19%; margin:5% 3% 1% 3%; float:left; text-align:center;}
.daoh ul li img{max-width:100%;}
.daoh ul li p{ line-height:40px;}

/* 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:1.4rem;
}
.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: 8px;
	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:15%; 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:12px;
	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;margin: .12rem; border-radius:8px;background: #fff;overflow: hidden;
	/* border-radius: 5px; */
	
}

.pzsj .bt{
	/* border-bottom:solid 1px #d6d6d6; */
	line-height: .6rem;
	margin-bottom: .1rem;
}
.pzsj .bt p{
	display: inline-block;
	padding-left: .2rem;
	font-size: .3rem;
	position: relative;
}
/* .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;
	-webkit-box-sizing: border-box; box-sizing: border-box;
	width: 100%; font-size:12px;
	height: .75rem;
	line-height: .37rem;
}
.pzsj .swiper_container_pinz .swiper-slide img{
	width: 100%; border-radius:6px;
}


.dfe_zzrep{
	text-align: center; padding:6%; margin:0 1%; background:#fff1f1; border-radius:6px;
}

.dfe_zzrep p{
	padding: .1rem 0;
}
.dfe_zzrep .qian{
color: #ff2e26;
	margin-top: .1rem;
}

.dfe_zzrep .qian span{
	background: #ff2e26;
	color: #fff;
	padding:0 .1rem;
	border-radius: 3px;
	display: inline-block;
}

.guanggaot{
	margin: .2rem;
}
.guanggaot img{border-radius: 8px;
	width: 100%;
}

/* 列表 */


/* 标题 */
.biaoti_Sy {
    text-align: center;
    margin-top:.1rem;
    margin-bottom: .2rem;
}
.biaoti_Sy h2 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
	font-size:.3rem;
	font-weight: 400;
	color: #ff2e26;
}
.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;
}
/* 标题结束 */
.pind{ background:url(../images/tgbj1.png) no-repeat; background-size:100%; font-size:12px; height: 40px; padding: 5px 5px 0 10px; margin: 3px 0 0; color:#fff;line-height: 17px;   background-size: 100% 100%;}
.pind .pind01{ font-size:10px;}
.pind .pind01 strong{ color:#ff0; font-weight:300; font-size:10px;}
.pind .pind02 strong{ color:#ff0; font-weight:300;}


.wrapper03 {position:relative;height:.8rem;width: 100%;overflow: hidden;margin:0 auto; background:#f54141;}
.wrapper03 .scroller {position:absolute}
.wrapper03 .scroller li {height:.8rem;color:#fff;float: left;line-height:.8rem;font-size: .4rem;text-align: center}
.wrapper03 .scroller li a{color:#fff;display:block;margin:0 .1rem;padding:0 .1rem; font-size:12px;}
.wrapper03 .scroller li.cur a{color:#fff;background:url(../images/bbjj.jpg) no-repeat bottom;}


/* 首页商品列表 */

.list_shouye{margin: .16rem;
    border-radius:8px;
}
.list_shouye li{
	border-radius:8px;
	overflow: hidden;
	background: #fff;
	padding: .2rem;
	height:120px;
	position: relative;
	margin-bottom: .2rem;
	border-bottom: solid #f5f5f5 1px;

}
.list_shouye li h3{
	width:120px;
	height:120px;
	position: absolute;
	left: .2rem; top: .2rem;
	height:auto;
	float: left;

}
.list_shouye li h3 a{     float: left;
	overflow: hidden;}
.list_shouye li h3 img{
	border-radius:4px;
	width:120px;
	height:120px;
    object-fit: cover;
}
.list_shouye li dl{
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	width: 100%;
	height:120px;
	padding-left: 130px;
	float:left}
.list_shouye li dl dt{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 34px;
	line-height: 17px;
}
.list_shouye li dl dd{
	height:30px;
	color: #ff2e26; margin-bottom:6px; margin-top: 5px;
	position: relative;
}
.list_shouye li dl dd span{ background:#f00; padding:0 2%;
	color: #fff;
}
.list_shouye li dl b{ font-weight:300; color:#f00; padding:5px 0; height:20px; display:block;}
.list_shouye li dl b span{ text-decoration:line-through; color:#FFF;}
.list_shouye li dl dd .touxs
{
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin:auto 0;width: 75px;
}
.list_shouye li dl dd .touxs span{
	display: block;
	width: 35px;
	text-align: center;
	height: 25px;
	line-height: 25px;
	border:solid 1px #fff;
	position: absolute;
	border-radius:5px;
	overflow: hidden;
	left:35px;
	top: 0;
	bottom: 0;
	margin:auto 0;

}
.list_shouye li dl dd .touxs a{
	display: block;
	width: 25px;
	height: 25px;
	border:solid 1px #fff;
	position: absolute;
	border-radius:50%;
	overflow: hidden;
	left: 0;
	top: 0;
	bottom: 0;
	margin:auto 0;
}
.list_shouye li dl dd .touxs a:nth-child(2){
	left: 15px;
    z-index: 1;
}
.list_shouye li dl dd .touxs a img{
	width: 100%;
}

.div_jiaz{
	padding: .2rem;
	text-align: center;
	margin-bottom: .2rem;
}
.div_jiaz img{
	width: .5rem;
}


/* 首页结束   子页开始 */ 

.tt_t{width:100%; overflow:hidden;}
.tt_t img{width:100%;}
.pintt{ overflow:hidden; padding-bottom:.1rem;}
.list_nyye{
	padding: .2rem;
}
.list_nyye li{
	overflow: hidden; padding:.2rem;
	margin-bottom: .2rem; background:#fff;-moz-border-radius:10px; -webkit-border-radius:10px;border-radius:10px;

}
.list_nyye li h3{
	width:29%;
	height:auto;
	float: left;
	margin-right:.2rem;

}
.list_nyye li h3 img{
	width: 100%;
    object-fit: cover;
}
.list_nyye li dl{ float:right;width:66%;}
.list_nyye li dl dt{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2; font-weight:bold;
	-webkit-box-orient: vertical; line-height:.3rem; font-size:12px;
}
.list_nyye li dl dd{
	color: #ff2e26; margin-bottom:6%;
	position: relative;
}
.list_nyye li dl dd span{padding:2% 2%; float:right;color: #333;}
.pinjd{ background:#ff9ca2;-moz-border-radius:8px; -webkit-border-radius: 8px;border-radius:8px; height:.1rem; margin:1% 0;}
.pinjd p{width:30%; height:.1rem; background:#f00; display:block; content:"";-moz-border-radius:8px; -webkit-border-radius: 8px;border-radius:8px;}
.list_nyye li dl b{ font-weight:300; color:#f00; padding:1% 0; display:block; overflow:hidden; font-size:12px;}
.list_nyye li dl b span{ text-decoration:line-through; color:#999; font-size:.18rem;}
.list_nyye li dl dd .touxs{width:60%; float:left; padding-left:.14rem;}
.list_nyye li dl dd .touxs a{
	display: block;
	width: .4rem; float:left; border:1px solid #d8d8d8; margin-left:-.14rem;
	height: .4rem;
	border:solid 1px #fff;
	border-radius:50%;
	overflow: hidden;
}
.list_nyye li dl dd .touxs a:last-child{
	left: .35rem;
    z-index: 1;
}
.list_nyye li dl dd .touxs a img{
	width: 100%;
}

.div_jiaz1{
	padding: .2rem;
	text-align: center;
}
.div_jiaz1 img{
	width: .5rem;
}
.pinddd{ background:#ffeeee; font-size:12px;  overflow:hidden; height:.6rem; overflow:hidden; border-radius:8px;}
.pindnr{width:50%; float:left; padding:.05rem .2rem;}
.pindnr .pind01{ font-size:10px; line-height: .25rem;}
.pindnr .pind01 strong{ color:#f00; font-weight:300; font-size:10px;}
.pindnr .pind02{line-height: .25rem; padding-top: .05rem;}
.pindnr .pind02 strong{ color:#f00; font-weight:300;}
.pind03{width:40%; float:right; background:#F00; border-radius:8px; text-align:center;  color:#fff; font-weight:bold; height:.6rem; line-height:.6rem; font-size:.28rem;}



/* 子页头部 */
.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: #ff443f;
}

.ziye_toub .left {
    width: .75rem;
    height: .75rem;
    position: absolute;
    top: 0px;
    left: 0px;
    background: url(../images/back_jt.png) no-repeat center;
    background-size: .2rem;
}
.ziye_toub p {
	font-size: .28rem;
	color: #fff;
}

/* 新闻 */

.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: #f6f6f6;
}

.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;
}


/* 发布 */

.swiper_fabu{
	position: relative;
	width: 100%;
	overflow: hidden;
	padding-top: 1rem;
}
.swiper_fabu .neiron{
	padding: 2%;
	width: 96%;
	overflow: hidden;
}
.swiper_fabu .neiron li{
	border-bottom: solid 1px #f1f1f1;
	padding: .2rem 0;
	overflow: hidden;
}
.swiper_fabu .neiron li p{
	width: 25%;
	float: left;
	text-align: left;
}
.swiper_fabu .neiron li .right{
float: right;
    width: 75%;
    position: relative;
    text-align: left;

}
.swiper_fabu .neiron li .right input{
	width: 90%;
	border: none;
	color: #333;
	font-size: .24rem;
}
.swiper_fabu .neiron li .right textarea{
	width: 96%;
	min-height: 1rem;
	border-radius: 3px;
	border:solid 1px #f1f1f1;
	padding: 1%;
	font-size: .24rem;
}
.swiper_fabu .swiper-pagination{
	top: .25rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: auto;
    width: 60%;
    display: flex;
    border: solid 1px #ff2e26;
    border-radius: 4px;
	overflow: hidden;
	padding-bottom: 0;
}
.swiper_fabu .swiper-pagination span{
	width: 50%;
    height: .5rem;
	line-height: .5rem;
	border-radius: initial;
	margin:0!important;  
	background: #fff;
    opacity: 1;
}
.swiper_fabu .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
	background:#ff2e26;
	color: #fff;
}
.swiper_fabu .neiron li .shangctup{
	overflow: hidden;
	float: left;
	padding: .2rem 0;
}
.swiper_fabu .neiron li .shangctup>div{ 
	float: left;
	border: solid 1px #F6F6F9;
	width: 1rem;
	margin: 0 5px 5px 0;
}
.swiper_fabu .neiron li .shangctup>div img{
	width: 100%;
    max-height: 1rem;
    max-width: 1rem;
    /* padding-right: 5px; */
    float: left;
    object-fit: cover; 
}
.swiper_fabu .neiron .kuang{
	display: flex;
    align-items: center;
	justify-content: center;
	padding-bottom: .2rem;
}
.swiper_fabu .neiron .xuanz{
	-webkit-appearance: radio;
}
.swiper_fabu .neiron .quandk{
	padding: .2rem 0;
}

.swiper_fabu .neiron .quandk button{
	border-radius: 5px;
	background: #ff2e26;    font-size: .24rem;
	width: 100%;
	height: .65rem;
	border:none;
	color: #fff;
}


.swiper_fabu .neiron li .right.jiant_you::after{
    content: "";
    background: url(../images/gengd_img.png) no-repeat center;
    display: block;
    background-size: .12rem;
    width: .12rem;
    height: .3rem;
    top: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    margin: auto 0;
}
.swiper_fabu .neiron li .right.yuan_you::after{
	content: "元";
    display: block; 
    width: 0.28rem;
    height: .3rem;
    top: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    margin: auto 0;
}
.swiper_fabu .neiron li .right.yuan_you_ren::after{
	content: "人";
    display: block; 
    width: 0.28rem;
    height: .3rem;
    top: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    margin: auto 0;
}
.swiper_fabu .neiron li .right.mingm_you::after{
	content: "㎡";
    display: block; 
    width: 0.28rem;
    height: .3rem;
    top: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    margin: auto 0;
}


/* 弹出 */


.xuanzhy{
	position: relative;

}
.xuanzhy>div{
	background:rgba(0, 0, 0, .5);
	width: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100%;
	display: none;
	z-index:99;
}

.xuanzhy ul{
	width: 70%;
	background: #fff;
	position: fixed;
	right: 0px;
	top: 0px;
	height: 100%;
	padding: 15% 5% 5% 5%;
	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;
	right: -80%;
	z-index: 100;
}
.xuanzhy ul li{
	padding: .1rem 0;
}

.class_xiaox{
	background: #fff;
	border-top-left-radius: .2rem;
	border-top-right-radius: .2rem;
}
.class_xiaox .zuix_xiaox{
	line-height: .5rem;
	padding: .2rem; 
	padding-left: .6rem;
	background: url(../images/news.png) no-repeat center left .2rem;
	background-size: .3rem;
	color: #999;
}

.xiaoxi_neir_k{
position: relative;
}
.xiaoxi_neir_k .img_t{
	width: .8rem;
	height: .8rem;
	border-radius: .15rem;
	overflow: hidden;
	float: left;
	margin-right:.2rem;
	position: relative;
}

.xiaoxi_neir_k .img_t img{
	width: 100%;
	max-width:.8rem;
	max-height:.8rem;
	object-fit: cover;

}

.xiaoxi_neir_k .text_you dt{
	font-size:.28rem;
	font-weight: 400;
	padding: .03rem 0;
}
.xiaoxi_neir_k .text_you dt span{
	font-size:.24rem; 
	color: #999;
	float: right;
}
.xiaoxi_neir_k .text_you dd{
	color: #999;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;

}
.xiaoxi_neir_k .tishi{
	display: block;
	position: absolute;
	text-align: center;
	width: .3rem;
	height: .3rem;
	line-height: .28rem;
	background: #ff2e26;
	color: #fff;
	top: -.1rem;
	left: .6rem;
	z-index: 99;
	font-style: normal;
	border-radius: 100%;
	border: solid 1px #fff;
	/* padding:.1rem; */
}

.mui-btn-danger, .mui-btn-negative, .mui-btn-red {
    color: #fff;
    border: 1px solid #ff2e26;
    background-color: #ff2e26;
}
 

.xinxi_list li{
	width:100%; overflow:hidden;
	margin:0 auto .1rem auto;
	background: #fff;
	padding: .2rem;
	border-radius:.1rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.xinxi_list li .biaot_sd{
	color:#363636;
	padding-bottom: .2rem;
	font-size: .28rem;
}
.xinxi_list li .biaot_sd span{
	font-size: .24rem;
	float:right;
	color: #999;
}
.xinxi_list li dl{
	width:100%;
	overflow: hidden;
}
.xinxi_list li dl dt{ font-weight:bold; line-height:30px; background:url(../images/xijt.png) no-repeat left 9px; text-indent:10px;
    overflow: hidden;
}

.xinxi_list li .xinxi_imng{
	width:30%; float:left;
	object-fit: cover;
}
.xinxi_list li .xinxi_imng img{max-width:100%;}
.xinxi_list li dl dd{ color:#666;
	text-overflow: ellipsis;
	display: -webkit-box;
	padding-bottom: .1rem;
}
.xinxi_list li dl b{ font-weight:400; color:#999;}
/* 个人中心 */
.meimozi {
	/* background: -webkit-linear-gradient(left, #ff6d26 , #ff2e26);
	background: -o-linear-gradient(right, #ff6d26 , #ff2e26);
	background: -moz-linear-gradient(right, #ff6d26 , #ff2e26);
	background: linear-gradient(to right,#ff6d26 , #ff2e26); */
	background-color: red; /* 浏览器不支持的时候显示 */
	background-image: linear-gradient(-45deg, #ff2e26, #ff6d26); 
    overflow: hidden;
    /* margin-bottom: .24rem; */
}

.meimozi .toubuqq {
	padding: .2rem;
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    position: relative; 
    border-radius: .2rem;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; 
}
.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: normal;
	padding-bottom: .1rem;
	color: #fff;
}

.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: #fff;
}


.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;
}


.dp_spxx {
	text-align: center;
	margin-bottom: .2rem;
}

.dp_spxx ul {
    display: flex;
    justify-content: space-around;
    padding: .2rem 0;
}
.dp_spxx ul h1 {
    font-size: .4rem;
    color: #fff;
}

.dp_spxx ul p {
	color: #fff;
	opacity: .8;
}

.dp_spxx ul i {
    width: 1px;
    height: .6rem;
	background: #eee;
	opacity: .2;
}

.xiao_xindm{
	background:#fff;
	width:94%;
	margin: 0 auto;
	border-top-right-radius: .1rem;
	border-top-left-radius: .1rem;
	padding: .1rem 0;
}

.xiao_xindm p{
	line-height: .8rem;
	padding: 0 .2rem;
	position: relative;
	font-size: .28rem;
	color: #444;
}
.xiao_xindm p span{
	color: #ff2e26;
}
.xiao_xindm p button{
	border-radius: 1rem;
	background: #ff2e26;
	color: #fff;
	border:none;
	position: absolute;
	top: 0;
	right: .2rem;
	display: block;
	bottom: 0;
	margin: auto 0;
	line-height: .3rem;
	height: .5rem;

}

.bottom_neir_k{
	background: #fff;
	-webkit-box-shadow: 0 0 .2rem rgba(255, 46, 38, .2); 
	-moz-box-shadow: 0 0 .2rem rgba(255, 46, 38, .2);
	box-shadow: 0 0 .2rem rgba(255, 46, 38, .2);
	padding:.2rem 0;
}


.my_fuwu_no {
    margin: 0 auto; 
    overflow: hidden; 
	margin-bottom: .24rem;
	padding: 0 .2rem; 
}

.my_fuwu_no h3,.fenh_ziyek h3{
    line-height: .5rem;
    padding: .04rem .1rem;
    border-bottom: solid 1px #f6f6f6;
    font-style: normal;
    margin: .1rem;
    display: flex;
	align-items: center;
	position: relative;
	font-size: .26rem;
	margin-bottom: .1rem;
}
.my_fuwu_no h3::before,.fenh_ziyek h3::before{
	content: "";
    width: 2px;
    height: .24rem;
    display: inline-block;
    margin-right: 3px;
    background: #ff2e26;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto 0;
}
.my_fuwu_no ul{
	overflow: hidden;
	padding: .1rem 0;
}
.my_fuwu_no ul li {
	width: 25%;
	float: left;
	text-align: center;
	margin-bottom: .2rem;
}

.my_fuwu_no ul img {
    width: .8rem;
}

.list_index_my h3 {
    font-weight: unset;
    align-items: center;
    display: flex;
    position: relative;
}

.list_index_my .right {
    align-items: center;
    display: flex;
}
.list_index_my .right img{
    width: .13rem;
    height: .26rem;
    margin-left: 8px;
}

.list_index_my  a {
	text-align: right;
    color: #828282;
    line-height: .35rem;
    display: flex;
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 100%;
}
 
.list_index_my {
    padding:.2rem;
    background: #fff;
}

.list_index_my  h3 img.xiaot {
    width: .33rem;
    height: .33rem;
	margin-right: .08rem;
    margin-left: 8px;
	
}
 


.list_index_shez {
    margin-top: .2rem;
}
.list_index_shez .my_dind {
	margin-bottom: 1px;
	
}

.my_dind {
    padding: 2%;
    background: #fff;
}
.list_index_shez .my_dind .bt {
    border-bottom: none;
    position: relative;
}

.my_dind .bt {
    border-bottom: solid 1px #e8e8e8;
    display: flex;
    justify-content: space-between;
}
.list_index_shez .my_dind .bt a {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
 
.list_index_shez .my_dind .bt h3 {
    font-weight: unset;
    align-items: center;
    display: flex;
    position: relative;
}
 
.list_index_shez .my_dind .bt a .right {
    align-items: center;
    display: flex;
}

.my_dind .bt a img {
    width: .13rem;
    /* height: .26rem; */
    margin-left: 8px;
}

.my_dind .bt a span {
    margin-top: .051rem;
}

.xingqb {
    background: #fff;
    border: none;
    -webkit-appearance: none;
    text-align: right;
}
.my_dind .bt h3 {
    font-size: .26rem;
    display: inline-block;
    line-height: .5rem;
}

.anquantc {
    background: #fff;
    text-align: center;
    margin: 20px 0;
    line-height: .7rem;
}

.anquantc a {
	color: #7c7979;
	display: block;
}

.clas_beij{
	padding: .2rem;
	background: #fff;
}

.clas_beij input{
	width:96%;
	line-height: .6rem;
	border:solid 1px #bfbfbf;
	border-radius: 5px;
	padding:0 2%;
}

.clasni_text{
	color: #444;
	padding:0 .2rem;
}

.zhuyi_text{
	padding:0 .2rem;
	color: #999; 
	margin-bottom: .2rem;
}

.baoc_shez{
	margin:0 2%;
	width: 96%;
	border:none; 
	color: #fff;
	height: .65rem;
	line-height: .65rem;
	border-radius: 1rem;
	background-color: red;
    background-image: linear-gradient(-45deg, #ff2e26, #ff6d26);
}
.clas_beij input{
	font-size: .24rem;
}
 
.clas_beij input:focus{
	outline: medium;
}

.clas_beij_sdf input{
	margin-bottom: .2rem;
}

.clas_beij_sdf input:last-child{
	margin-bottom: 0; 
}

.color_se{
	padding: .2rem;
	border-radius: .1rem;
}

.color_se a{
	font-size: 0;
}
.color_se a img{
	border-radius:4px;
}

.color_se img{
	width: 100%;
}



.huan_yous{
padding:5% 2%;
}
.huan_yous h2{
	text-align: center; 
	padding:.3rem 0;
	padding-top:.1rem;
	font-size:.3rem;
	font-weight: 400;
}
.huan_yous p{
	text-align: justify;
	text-indent: 2em;
	line-height: .4rem;
}

.huan_yous img{
	width: 100%;
	padding: .2rem 0;
}

.yve_money {
    background: #f1f1f1;
    padding: .8rem .2rem .5rem .2rem;
    color: #ff2e26;
}

.yve_money h2 {
    font-size: .6rem;
    font-weight: 500;
}

.color_df{
	padding: .4rem .2rem;
}

.color_df button{
	background: #ff2e26;
	border:none;
	border-radius: 4px;
	color: #fff;
	width: 100%;
	padding: .18rem 0;
}

.fenh_ziyek{
	padding: .1rem;
}
.fenh_ziyek ul {
	padding: .1rem;
}
.fenh_ziyek ul li{
	border-bottom:dashed 1px rgb(190, 190, 190);
	padding:.1rem 0;
	margin-bottom: .1rem;
}

.fenh_ziyek ul li dl dd{
	color: #999;
}

.fenh_ziyek ul li dl dd span{
	float:right;
}
.fenh_ziyek ul li dl dd span i{
	color:#ff2e26;
	font-style: normal;
}



/* 订单详情 */

.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%;
}



/*个人中心 订单详情 */
.dizhi_sdf{
    padding: .2rem;
    background:#fff url(../images/weiz.png) no-repeat center left .22rem;
    background-size: .4rem;
	padding-left: .8rem;
	position: relative;
}

.dizhi_sdf::after{
	content: "";
    background: url(../images/right_jt.png) no-repeat center;
    background-size: .1rem;
    width: .1rem;
    height: .2rem;
    position: absolute;
    top: 0;
	right: .2rem;
    bottom: 0;
    margin: auto 0;
}
.dizhi_sdf h2{
	padding-top: .05rem;
}


.clas_Sg ul li{
	border-bottom:none;
	margin-bottom: 0; 
    padding-bottom: 0;
}

.dsf_sdf{
	padding:.1rem .2rem;
	background: #fff;
}
.dsf_sdf p{
	line-height: .6rem;
	text-align: right;
	border-bottom: solid 1px #f1f1f1;
}
.dsf_sdf p span{
	color: #ff2e26;
}

.dsf_sdf a{
	color: #666;
	text-align: center;
	display: block;
	padding:.2rem 0 .15rem 0;
}

.pinrens_Sd{
	padding:.2rem ;
	overflow: hidden;
	position: relative;
	background: #fff;
}
.pinrens_Sd p{
	float: left; 
	color: #666;
}
 

.pinrens_Sd .touxs {
    position: absolute;
    right: .3rem;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: .9rem;
}


.pinrens_Sd .touxs a {
    display: block;
    width: .4rem;
    height: .4rem;
    border: solid 1px #fff;
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.pinrens_Sd .touxs a:last-child {
    left: .35rem;
    z-index: 1;
}
.pinrens_Sd .touxs a img {
    width: 100%;
}

.pinrens_Sd::after {
    content: "";
    background: url(../images/right_jt.png) no-repeat center;
    background-size: .1rem;
    width: .1rem;
    height: .2rem;
    position: absolute;
    top: 0;
    right: .2rem;
    bottom: 0;
    margin: auto 0;
}

.text_dindanxx{
	padding: .2rem;
	background: #fff;
}
.text_dindanxx p{
	line-height: .45rem;
}
.lar_ruh{
	position: fixed;
	width: 100%;
	bottom: 0;
	left: 0;
	height: .65rem;
	text-align: center;
	background: #ff2e26;
	line-height: .65rem;
}

.lar_ruh a{
	display: block;
	color: #fff; 
}

.my_pin_list{
	padding:.2rem;
}

.my_pin_list li{
	padding-bottom: .2rem;
    border-bottom: solid 1px #f1f1f1;
	overflow: hidden;
	margin-bottom: .2rem;
	
}

.my_pin_list li img{
	float: left;
	width: .8rem;
	margin-right: .2rem;
	border-radius: .1rem;
	border:solid 1px #f1f1f1;
}
.my_pin_list li p{
	color: #544e4c;
	padding-top: .05rem;
}
.my_pin_list li p.color{
	color: #999; 
}
.my_pin_list li p.color span{
	float: right;
	color: #999;
} 
.my_pin_list li p.color span i{
	float: right;
	color: #ff2e26;
	font-style: normal;
}

/* 东风恶 */
.biaot_mc {
    padding: .2rem;
    background: #f6f6f6;
}
.swiper_fabu_sdfeg .neiron li {
    border-bottom: solid 1px #f1f1f1;
    padding: .2rem 0;
    overflow: hidden;
}
.swiper_fabu_sdfeg .neiron {
    padding: 2%;
    /* width: 96%; */
    overflow: hidden;
}
.swiper_fabu_sdfeg .neiron li p {
    width: 25%;
    float: left;
    text-align: left;
}
.swiper_fabu_sdfeg .neiron li .right {
    float: right;
    width: 75%;
}
.swiper_fabu_sdfeg .neiron li .right input {
    width: 100%;
    border: none;
    color: #333;
	font-size: .24rem;
	line-height: initial; 
	height: initial;
	margin-bottom: initial;
	padding: initial;
}
.annius_S {
    text-align: center;
    padding: 2%;
}
.annius_S p {
    font-size: .28rem;
    padding-bottom: .2rem;
}
.annius_S button {
    background: #ff2e26;
    color: #fff;
    border: none;
    border-radius: 6px;
    width: 100%;
    padding: .2rem 0;
}
.shangc_sfz ul li{
	overflow: hidden;
	display: flex;
	padding: 2%;
	justify-content : space-between;
}

.shangc_sfz ul li .anniu{
	width: 48%;
    border: dashed 2px #eee;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
	
}
.shangc_sfz ul li .anniu input{
	display: none;
}
.shangc_sfz ul li .anniu>div{
	width:80%;
	background: #0e90d2;
	border-radius: 5px;
	padding: .15rem 0;
	color: #fff;
}

.shangc_sfz ul li img{
	width: 48%;
	border:solid 1px #eee;
	object-fit: cover;
	max-height: 1.8rem;
}
.shangc_sfz_qy ul li img{
	width: 48%;
	border:solid 1px #eee;
	object-fit: cover;
	max-height:3.5rem;
}
.swiper_rz {
    padding-top: 0rem;
}


/* 反馈 */

.fank_index {
    position: relative;
}

.fank_index .beij {
    overflow: hidden;
    /* margin-top: .7rem; */
}
.fank_index .beij img {
    width: 100%;
}
.fank_index .text {
    padding: .3rem;
    border-radius: .1rem;
    position: relative;
    top: -.1rem;
    width: 100%;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    background: #fff;
}
.fank_index .text textarea {
    width: 100%;
    padding: 2%;
    min-height: 2rem;
    border-radius: 5px;
    border-color: #d7d7d7;
    color: #828282;
}
.fank_index .text span {
    font-size: 12px;
    color: #ccc;
    position: absolute;
    right: 4%;
    bottom: 0px;
}
.help_section {
    background: #fff;
    /* margin-bottom: 10px; */
    padding: 15px 10px;
    overflow: hidden;
}

.help_section_title {
    padding: 10px 0;
    font-size: 14px;
    color: #333;
    font-weight: 400;
}

.help_section_images_added {
    float: left;
    margin-right: 6px;
    width: 48px;
    height: 48px;
    border-radius: 1px;
	position: relative;
	overflow: hidden;
}
.help_section_images_img {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-right: 5px;
}

.help_section_images_add {
    display: inline-block;
    width: 48px;
    height: 48px;
    border: 1px solid #999;
    border-radius: 1px;
    position: relative;
}

.help_section_images_add:after, .help_section_images_add:before {
    content: "\20";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    background: #666;
}

.ci_input {
    position: absolute;
    left: 0;
    top: 0;
    width: 48px;
    height: 48px;
    opacity: 0;
    z-index: 1;
}
 
.help_section_title {
    padding: 10px 0;
    font-size: 14px;
    color: #333;
    font-weight: 400;
}

.help_section_input {
    position: relative;
	padding: 10px 0;
	padding-top: 20px;
}

.help_section_input:before {
    content: "";
    position: absolute;
    z-index: 1;
    pointer-events: none;
    background-color: #e5e5e5;
    height: 1px;
    left: 0;
    right: 0;
    top: 0;
}
.help_section_images_add:after {
    width: 1px;
    height: 24px;
    margin: -12px 0 0;
}

.help_section_images_add:before {
    width: 24px;
    height: 1px;
    margin: 0 0 0 -12px;
}

.shouh_dange_beijin {
    background: #ff2e26;
    border-radius: 0.05rem;
    margin: 0.2rem .2rem;
    padding: 0.1rem;
    text-align: center;
}
.shouh_dange_beijin a {
    line-height: .5rem;
    color: #fff;
	font-size: .26rem;
	display: block;
}

.ziye_toub .zhanghu_Xq {
    /* width: .75rem; */
    height: .75rem;
    position: absolute;
    top: 0rem;
    right: .2rem;
    background-size: .2rem;
}

.zhangd_mx {
    padding: .4rem 0 .4rem 0;
}

.zhangd_mx li {
    border-bottom: #eaeaea 1px solid;
    background: #fff;
    padding: 2% 3%;
}

.zhangd_mx li p {
    overflow: hidden;
}
.zhangd_mx li p span {
    float: right;
    color: #a5a5a5;
}

.class_colorga .img_t{ 
    border-radius: 2px;

}

/* 登录 */

/* 动画 */
.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: #ff5851;
	background-image: linear-gradient( #ff2e26 20%,#ff7470 80%);
}

.sign_in_k svg{
	position: absolute;
    bottom: -1px;
}
.sign_in_k .logo{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 1.5rem;
	height: 1.5rem;
	z-index: 99999;
}
.sign_in_k .logo img{
	width: 100%;
}

#tupian_Sc{
	display: none;
}
.left_sign{ 
	width: .75rem;
	height: .75rem;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(../images/tuih.png) no-repeat center;
	background-size: .2rem;
}

.You_dengl{
	width: 80%;
	margin: .3rem auto;
	padding-top:.3rem;
}

.You_dengl .color_button{
	border-bottom: solid 1px #e1e1e1;
}
.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; 
}

.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: #fff; 
	border:#ff2e26 1px solid;
	color: #ff2e26;
}
.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%; 
}

.zhuc_cdsg{
	border:solid 1px #e1dddd;
	margin:5%;
	border-radius: 5px; 
}
.zhuc_cdsg ul{

}
.zhuc_cdsg ul li{
	display: flex;
	align-items : center; 
	padding:.05rem .25rem;
	border-bottom: solid 1px #efeded;
}
.zhuc_cdsg ul li:last-child{
	border-bottom:none; 
}
.zhuc_cdsg ul li input.nomen{
	border: none;
	margin-bottom: 0;
}
.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{
	padding: .3rem 5%;
	padding-bottom:.1rem;

}

.queren_df button{
	background: #ff2e26;
    border-radius: .02rem;
    border: none;
    color: #fff;
    width: 100%;
    /* padding: .1rem; */
	height: .7rem;
	border-radius:.05rem;
}

.queren_df .kuang .xuanz {
    -webkit-appearance: radio;
}

.queren_df .kuang {
	display: flex;
	justify-content : flex-start;
	align-items : center; 
	padding: .2rem 0;
    padding-bottom: .2rem;
}

.queren_df .kuang .text{
	color: #ff2e26;
}

/* color拼门面 */

.list_sous{
	background: #fff; 
	padding: .2rem;
}

.list_sous .sousk{
	border-radius: .08rem;
	background: #f5f5f5;
	height: .6rem;
	display: flex;
	justify-content : center;
	align-items : center;
	
}
.list_sous .sousk img{
	width: .31rem;
	margin-right: .1rem;
} 
.list_sous .sousk span{
	line-height: .6rem;
	color: #aaa;
}

.Paixv_list{
	background: #fff;
	border-bottom: solid 1px #f1f1f1;
	padding: .1rem 0 .18rem 0;
}
.Paixv_list ul{
	overflow: hidden;
	display: flex;
	justify-content : space-around;
	padding: 0 .2rem;
}
.Paixv_list ul li{
	float: left;
	padding: 0 .26rem;
	background: url(../images/color_img.png) no-repeat right;
	background-size: .15rem; 
}

.ZhuMian{
	background: #fff;
	padding: .2rem;
}

.ZhuMian ul{
 overflow: hidden;
}

.ZhuMian ul li{
	border-bottom: solid 1px #f3f3f3;
	padding: .2rem 0;
	/* margin-bottom: .1rem; */
	position: relative;
}

.ZhuMian ul li .img_ser{
	float: left;
    width: 31%;
    margin-right: 2%;
    height: 1.4rem;
    overflow: hidden;
    border-radius: 2px;
}

.ZhuMian ul li .img_ser img{
	width: 100%;
	min-height: 100%;
	object-fit: cover;
}
.ZhuMian ul li dt{ 
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: 500;
	font-size: .28rem;
}

.ZhuMian ul li dd, .ZhuMian ul li p{ 
	color: #aeaeae;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: .24rem;
	width: 50%;
}

.ZhuMian ul li h2{
	font-size: .3rem;
	color: #ff2e26;
	padding-top:2px;
	width: 80%;
	
}
.ZhuMian ul li h2 i,.ZhuMian ul li h2 span{
	font-size: .24rem;
	font-weight: normal;
	font-style: normal; 
}
.ZhuMian ul li h2 span{ 
	color: #aeaeae;
}
.ZhuMian ul li dl{
	height: 1.4rem;
}

.ZhuMian ul li .dianh_Ds{ 
	width:.8rem;
	height: .8rem; 
	position: absolute;
	top: .8rem;
	right:0;
	z-index: 99;
}
.ZhuMian ul li .dianh_Ds img{
	width: 100%;
}

.banner_shouy.list_xq .swiper-pagination span{
	border: none;
}
.banner_shouy.list_xq .swiper-pagination{
	color: #fff;
}

.list_xianq{
	padding:.2rem;
}
.list_xianq .bt h2{
	font-size: .28rem;
	padding-bottom: .1rem;
	font-weight: 600;
}
.list_xianq .bt p{
	font-size: .3rem;
	color: #ff2e26;
}
.list_xianq .bt p span{
	font-size: .24rem;
	color: #999;
	float:right;
}  
.list_xianq .bt{
	padding-bottom: .2rem;
	border-bottom: solid 1px #d4d4d4;
}

.nimen_sd_dd{
	padding:.2rem 0;
	overflow: hidden;
}
.nimen_sd_dd p{
	padding: .1rem 5%;
	width: 40%;
	float: left;
}
.nimen_sd_dd p span:first-child{
	color: #999;
	padding-right: .2rem;
}
.biaot_ser{
	padding:.2rem;
}
.biaot_ser .biaot{
	padding: .2rem 0;
	padding-top: 0;
}
.biaot_ser .text{
	text-indent: 2em;
	text-align: justify;
	line-height: .45rem;
}
.biaot_ser .meimozi{
	background: #fff;
}

.biaot_ser .toubuqq .mingz h2{
	color: #555;
}

.biaot_ser .toubuqq .mingz span{
	background: #e8f9e6;
	color: #65b780;
	border-radius:3px;
}
.biaot_ser .toubuqq .mingz span{
	background:#e8f9e6 url(../images/renz_img.png) no-repeat center left .1rem;
	padding-left: .5rem;
	background-size: .28rem;
}

.button_text{
	background: #f8f8f8;
	padding: .2rem;
	border-radius: 4px;
	position: relative;
}

.button_text::after{
    content: "";
    width: 0;
    height: 0;
    border: .2rem solid;
    position: absolute;
    top: -.35rem;
    left: .6rem;
    border-color: transparent transparent #f8f8f8;
}
.button_text h3{
	color: #666;
	padding-bottom: .1rem;
}

.button_text p{
	color: #aaa;
	text-align: justify;
}

.rib_daoh{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	background: #ff2e26;
}
.rib_daoh a{
	color: #fff;
	line-height: .68rem;
	display: block;
}

.list_dier_k{
	background: #f1f1f1;
	padding: .2rem 0;
}
.list_dier_k ul{
	overflow: hidden;
}

.list_dier_k li{
	width:49%;
	overflow: hidden;
	float: left;
	background: #fff;
	padding-bottom:.2rem ; 
	margin-bottom: 2.2%;
} 
.list_dier_k li:nth-child(2n){
	float: right;
}

.list_dier_k li .img{
	width: 100%;
    height: 3rem;
    overflow: hidden;
}

.list_dier_k li .img img{
	width: 100%; 
	object-fit: cover; 
	min-width: 100%;
	line-height: 100%;
} 
.list_dier_k li dl dd .touxs {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: .9rem;
}
.list_dier_k li dl dd .touxs a {
    display: block;
    width: .4rem;
    height: .4rem;
    border: solid 1px #fff;
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.list_dier_k li dl dd .touxs a img {
    width: 100%;
}
.list_dier_k li dl dd {
    margin-top: .1rem;
    color: #ff2e26;
	position: relative; 
	display: flex;
} 
.list_dier_k li dl dd span {
	color: #d2d2d2;
    width: 1rem;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
	text-overflow: ellipsis;
	padding-left: 4px;
}
.list_dier_k li dl dd .touxs a:last-child {
    left: .35rem;
	z-index: 1;
	
}
.list_dier_k li dl dt{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-bottom: .05rem;
} 
 
.list_dier_k li dl{
	padding:.1rem;
}


.qian_seger{
}

.qian_seger .qian{ background:#F00; line-height:50px; padding:0 5%;
	position: relative; color:#fff;
}
.qian_seger .qian i{
	font-style: normal;
	color: #ffe7e6;
}
.qian_seger .qian span{
	color: #fff; 
	font-size:.5rem;
	padding: 0 .1rem 0 0;
}
.qian_seger .qian b{ text-decoration:line-through;
	font-weight: normal;
	padding-left: .1rem;
}
.qian_seger .qian a{ font-weight:bold;
	color: #ff2e26;
	background: #feebe7;
	display:inline-block;
	padding: .05rem .2rem;
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto 0;
}

.qian_seger h2{
	padding: .2rem .2rem; line-height:20px;
}
.qian_seger h2 b{ background:#f00; padding:0 2%; color:#fff; margin-right:2%;}
.qian_seger .dizhi{
	padding-left: .25rem;
	background: url(../images/diz_S.png) no-repeat center left;
	background-size: .18rem;
	color: #999;
	margin-bottom: .1rem;
}

.qian_seger .fenhon{ 
	padding: .15rem .2rem;
	color: #666;
	border-radius:4px;
	background: #ffe5e4 url(../images/hb.png) no-repeat center left .2rem;
	background-size:.4rem;
	padding-left: .7rem;
	position: relative;
}
.qian_seger .fenhon b{ color:#f00;}
/*.qian_seger .fenhon::after{*/
    /*content: "";*/
    /*background: url(../images/jiant.png) no-repeat center right;*/
    /*background-size: .11rem;*/
    /*width: .11rem;*/
    /*height: .3rem;*/
    /*top: 0;*/
    /*bottom: 0;*/
    /*right: .2rem;*/
    /*display: block;*/
    /*position: absolute;*/
    /*margin: auto 0;*/
/*}*/

.color_yipin{
}

.color_yipin .bt{
	border-bottom:solid 1px #f2f2f2;
	padding:.2rem .15rem .2rem .2rem; line-height:30px;
}
.color_yipin .bt a{
	float:right;
	color: #999;
}

.color_yipin ul{
	overflow: hidden;
	margin:.2rem;
	overflow: hidden;
}
.color_yipin ul li{
	overflow: hidden;
	padding:0 0 .1rem 0;
	border-bottom: solid 1px #f2f2f2;
	
}
.color_yipin ul li .left{
	float: left;
	width:60%;
	display: flex; 
	align-items : center;
	padding: .1rem 0;
	height: .65rem;
}

.color_yipin ul li .left h2{
	border-radius:50%; border:1px solid #d8d8d8;
	overflow: hidden;
	margin:0 -.2rem 0 0;
	width: .5rem;
}
.color_yipin ul li .left h2 img{
	width: 100%;
	float:left;
}

.color_yipin ul li .right{
	text-align: right; line-height:50px;
} 
.color_yipin ul li .right strong{ color:#f00;}
.color_yipin ul li .right p{
	color: #999;
}

.color_yipin ul li .right h3{
	color: #ff2e26;
}

.color_yipin ul li .left span{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 2rem;
	font-weight: 500;
}

.color_yipin .nimen_sd_dd{
	margin:.2rem;
	background: #f6f6f6;
	border-radius: 4px;
}

.dianpu_list_img{
	padding: .2rem;	
}

.dianpu_list_img p{
	text-align: justify;
	line-height: .45rem;
	
}
.dianpu_list_img img{
	width: 100%;
	padding:.2rem 0;
}

.hezuo_Shangjia{
	margin:.2rem;
	background: #f6f6f6;
	border-radius: 4px;
	padding: .2rem;
	overflow: hidden;
}

.hezuo_Shangjia a{
	float: left;
	padding: .1rem .12rem;
}

.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;
	z-index:11;
} 
.list_dier_xq_dib ul{
	overflow: hidden; 
	padding: 2px 0;
	width:40%;
	display: flex;
	justify-content : space-around;
}

.list_dier_xq_dib ul li{
	float: left;
	text-align: center;
	padding:.05rem .2rem;
}
.list_dier_xq_dib ul li img{
	width: .42rem;
}
.list_dier_xq_dib ul li p{ 
	color: #4b4b4b;
	line-height: .25rem;
}

.list_dier_xq_dib>div{
	background: #ff2e27;
	color: #fff;
	width: 60%;
}
.list_dier_xq_dib>div>div{
	float: left;
	width: 100%;
	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;
	
}

.list_dier_xq_dib>div>div.PinmianZ{
	display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.Nni_biank{
	padding:.2rem;
}

.Yiyuan_Zhuf{
	background: #fff;
	border-radius: 4px;
	text-align: center;
	padding: .2rem 0;
	color: #999;
}
.Yiyuan_Zhuf span{
	color: #ff2e26;
}
.Nni_biank ul{
	overflow: hidden;
}
.Nni_biank ul li{
	width: 48%;
	float: left;
	background: #fff;
	padding-bottom: .1rem;
	overflow: hidden;
	border-radius:3px;
	margin-bottom:4%;
}
.Nni_biank ul li h1{
	widows: 100%;
	height:2rem;
	overflow: hidden;
	padding-bottom: .05rem;
}
.Nni_biank ul li h1 img{
	width: 100%;
	object-fit: cover;
	max-height: 100%;
}
.Nni_biank ul li:nth-child(2n){
	float: right;
}
.Nni_biank ul li p,.Nni_biank ul li .jingd,.Nni_biank ul li span{
	margin: 0 .1rem;
}

.Nni_biank ul li p{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.Nni_biank ul li span{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.Nni_biank ul li span{
	color: #aaa;
}

.Nni_biank ul li .jingd{
	position: relative;
	height:3px;
	padding: .12rem 0;
}
.Nni_biank ul li .jingd i{
	width:100%;
	height:3px;
	border-radius: 2px;
	background:#e5e5e5;
	display: block;
	position: absolute;
}
.Nni_biank ul li .jingd i:last-child{
	background:#ff2e26;
	width: 50%;
}

.shang_tou{
	position: relative;
	height: 4rem;
}

.shang_tou img{
	width:100%;
	object-fit: cover;
}

.center_w{
	position: absolute;
	width:100%;
	height: 2rem;
	bottom: 0;
	left: 0;
}
 
.center_w ul{
	padding:0 .2rem;
}

.center_w ul li{
	margin-bottom: .2rem;
}
.center_w ul li p{
	display: inline-block;
	padding: 2px;
	padding-right: .2rem;
	border-radius:1rem;
	background: rgba(0, 0, 0, .4); 
	line-height: .55rem;
	color: #fff;
}
.center_w ul li img{
	width: .55rem;
    height: .55rem;
    overflow: hidden;
    border-radius: 50%;
    float: left;
    margin-right: .2rem;
}
 
.nimen_er_text{
	padding: .2rem;
}

.div_snimen{ 
	padding: .2rem;
}
 
.div_snimen .jingd {
    position: relative;
    height: 3px;
    padding: .12rem 0;
}
.div_snimen .jingd i{
	width: 100%;
    height: 3px;
    border-radius: 2px;
    background: #e5e5e5;
    display: block;
    position: absolute;
}

.div_snimen .jingd i:last-child {
    background: #ff2e26;
    width: 50%;
}

.div_snimen .nmen_sde{
	display: flex;
	justify-content : space-between;
}

.div_snimen .nmen_sde p{
	color: #ff2e26;
}
.div_snimen .nmen_sde span{
	color: #999;
}

.color_de{
	padding: .2rem;
	overflow: hidden;
}
.color_de .bt{
display: flex;
}
.color_de .bt img{
	width:.45rem;
	height:.45rem;
	margin-right:.1rem;
}

.color_de .bt p{
	line-height:.45rem;
	font-size: .28rem;
	font-weight: 500;
}

.color_de  .text_ds{
	padding:.2rem 0;
	line-height: .45rem;
}
.color_de  .text_ds p{
	text-align:justify;
}

.color_de .text_ds img{
	width: 100%;
	padding:.1rem 0;
}
.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;
}

.quedin_diz{
	width: 94%;
	margin:5% 3%; 
	background: #ff2e26;
	color: #fff;
	border:none;
	line-height: .5rem;
}

.dili_guanli ul li span b{
	border: 1px #a5a5a5 solid;
	border-radius:2px;
	padding: .05rem;
	font-weight: normal;
}

.biaoti_goum{ 
	padding: .2rem;
	background: #fff;
	margin-bottom: 1px;
}

.list_shouye .jiayi_dfe{
	float: right;
	color: #999;
}

.qian_duos{
	text-align: center;
	padding: .8rem 0;
	border-bottom: solid 1px #eee;
}

.qian_duos h2{
	font-size: .4rem;
	color: #ff2e26;
	margin-bottom: .26rem;
}
.qian_duos span{
	padding: .12rem .2rem;
	border:solid 1px #bbb;
	border-radius: 100px;
	color: #999;
}

.zhif_fangs{
		padding: .2rem 0;
}
.zhif_fangs li{
	padding: .2rem;
	border-bottom: solid 1px #eee;  
	line-height: .55rem;
	overflow: hidden;
	position: relative;
}
.zhif_fangs li img{
	width: .55rem;
	height: .55rem;
	float: left;
	margin-right: .2rem; 
}
.zhif_fangs li span{

}
.zhif_fangs li i{
	width: .3rem;
	height: .3rem;
	display: block;
	background: url(../images/xuanz1.png) no-repeat center;
	background-size: 100%;
	position: absolute;
	top: 0;
	right: .2rem;
	bottom: 0;
	margin: auto;
}

.zhif_fangs li.no i{
	background: url(../images/xuanz.png) no-repeat center;
	background-size: 100%;
}

/* 登录
 */

 .logo_we{
	 padding:.4rem;
 }

 .logo_we .logo{ 
	width: 2rem;
	display: block;
	margin: .5rem auto;
	margin-top: .2rem;

}

.logo_we input{
	border-radius: .2rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.logo_we .wanji{
	text-align: right;
	display:block; 
	margin-bottom: .4rem;
}
.logo_we input.anniu_w{
	width: 70%;
	background: #ff2e26;
	color: #fff;
	border: none;
	line-height: .5rem;

}
.post111{text-align:center; float:right;width:30%; line-height:.3rem; font-size:14px; padding-top:2%;}
.post111 a{ color:#666;}
.post111 a b{ color:#f00;}
.yyzh{ text-align:center; line-height:40px;}
.yyzh a{ color:#f00; font-weight:bold;}
.ditu_zc{
	position: fixed;
	bottom: 0;
	text-align: center;
	width: 100%;
	padding: .1rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.ditu_zc a{
	color: #049eee;
}

.logo_we .wanji_zc{
	text-align: left;
	margin-bottom: .1rem;

}

/*  */
/* 个人中心 */

.my_kuang{
	position: relative;
}

.my_kuang .bj_img{
	position: relative;
}

.my_kuang .bj_img img.beij_s{
	width:100% ;
}
.my_kuang .bj_img  .toux{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	text-align: center;
}
.my_kuang .bj_img  .toux .touxk{
	overflow: hidden;
	border-radius: 50%;
	width: 1rem;
	height: 1rem;
    margin: .15rem auto;
	border:solid 3px #ffb3b1;
	background: #fff;
}
.my_kuang .bj_img .toux img{
 width: 1rem;
 min-height: 1rem;
 object-fit: cover;

}
.my_kuang .bj_img .toux h2{
	color: #fff;
	font-size:.3rem;
}
.my_kuang .shez_tuk{
	position: absolute;
	top: .2rem;
	right: .2rem;
	width: .5rem;
	height: .5rem;
}
.my_kuang .shez_tuk img{
	width: 100%;
}
.my_kuang .div_bx_k{
	position: relative;
}
.my_kuang .div_bx_k .neir_Ef{
	top: -.5rem;
	position: absolute;
	width: 90%;
	left: 0;
	right: 0;
	margin:0 auto;
}
.my_tik_list{
	background: #FFFFFF;
	border-radius: .3rem;
	box-shadow: 0 0 5px rgba(0,0,0,.1);
	margin-bottom: .2rem;
}
.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: .1rem .2rem;
    border-bottom: solid 1px #f6f6f6;
    font-style: normal;
    /* margin: .1rem; */
    /* display: flex;
    align-items: center; */
    position: relative;
    font-size: .26rem;
    margin-bottom: .1rem;
}

.fenh_ziyek ul {
    overflow: hidden;
    padding: .1rem 0;
}
.fenh_ziyek ul li {
    width: 25%;
    float: left;
    text-align: center;
	margin-bottom: .2rem;
	
}
.fenh_ziyek ul img {
    width:.65rem;
}
.fenh_ziyek ul li p{
	font-size: .22rem; 
}
.my_tik_list.yuanj_sd{
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
}
.my_tik_list.yuanj_sd_top{
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}

.fenh_ziyek h3 a{
    color: #999;
    float: right;
    display: block;
    font-size: .24rem;
    font-weight: normal;
}

 

.my_dind {
    padding: 2%;
    margin-bottom: 1px;
    background: #fff;
} 

.my_dind .bt { 
display: flex;
justify-content: space-between; 
position: relative;
}

.my_dind .bt a {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
 
.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;
}


.tabs {overflow: hidden;}
.tabs .tabs-title { overflow:hidden;width:94%; margin:0 auto 5% auto;}
.tabs .tabs-title .tabs-list{background-repeat: repeat-x;width:94%;float: left; font-size:16px;	line-height:40px;}
.tabs .tabs-title .tabs-list .tabs-option {float: left;width:50%; text-align:center;line-height: 40px;cursor:pointer;}
.tabs .tabs-title .tabs-list .selected{ font-size:16px; font-weight:bold; color:#f00; border-bottom:2px solid #f00;}
.tabs .tabs-box {width:94%; margin:0 3%;}
.tabs .tabs-box img{width:100%; padding:2% 0;}
.tabs .tabs-box .tabs-content { line-height:30px;}



.fenx{
	position: relative;
}

.fenx .bj_img{
	position: relative;
}

.fenx .bj_img img.beij_s{
	width:100% ;
}
.fenx .bj_img  .toux{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	text-align: center;
}
.fenx .bj_img  .toux .touxk{
	overflow: hidden;
	border-radius: 50%;
	width: 1rem;
	height: 1rem;
	margin: .15rem auto;
	border:solid 3px #ffb3b1;
	background: #fff;
}
.fenx .bj_img .toux img{
	width: 1rem;
	min-height: 1rem;
	object-fit: cover;

}
.fenx .bj_img .toux h2{
	color: #fff;
	font-size:.3rem;
}
.fenx .shez_tuk{
	position: absolute;
	top: .5rem;
	right: .2rem;
	width:1rem;
	height: .5rem;
}
.fenx .shez_tuk a{ color:#fff;}
.fenx .yqm{
	position: absolute; background:#f5ead4; line-height:.8rem; margin-bottom:.05rem;
	bottom: 0;width:90%; margin-left:5%;border-top-left-radius:1em;border-top-right-radius:1em;
}
.fenx .yqm .yqm_lt{ float:left; padding-left:4%;}
.fenx .yqm .yqm_rt{ float:right; padding-right:4%;}
.fenx .yqm .yqm_rt a{width:2rem; height:.6rem; line-height:.6rem; text-align:center; margin:.1rem 0; background:#e20000; display:block;-moz-border-radius:20px; -webkit-border-radius:20px;border-radius:20px; font-weight:bold; color:#fff; font-size:16px;}

.tdsy{width:94%; margin:3%;}
.tdsy_t{ font-size:.3rem; font-weight:bold; line-height:1rem;}
.tdsy_nr{ border:1px solid #e9e9e7; padding:3%; overflow:hidden;}
.tdsy_nr01{ overflow:hidden; line-height:.6rem; margin-bottom:.4rem; font-size:.3rem;}
.tdsy_nr01 a{background-image: linear-gradient(to right, #ff1c4a , #fe400e); color:#fff; display:block; float:right;width:2rem; line-height:.6rem; text-align:center; height:.6rem;-moz-border-radius:20px; -webkit-border-radius:20px;border-radius:20px; font-weight:bold;}
.tdsy_nr02{ background:#f3f3f3; line-height:.8rem; padding:0 5%; color:#666;}
.tdsy_nr02 a{ color:#666; display:block; float:right;line-height:.8rem; font-weight:bold; color:#666;}
.tdsy_nr02 img{width:.4rem; height:.4rem; float:left; margin:4% 2% 0 0;}
.tdsy_e{ overflow:hidden; margin:2% 0;width:100%;}
.tdsy_e ul li{width:48.4%; margin-right:2%; margin-top:2%; border:1px solid #e9e9e7; text-align:center; line-height:.6rem; padding:5% 0; float:left;}
.tdsy_e ul li:last-child{ margin-right:0;}
.tdsy_e ul li b{ font-size:.5rem; color:#f00; font-weight:300;}
.hhr{width:94%; margin:2% 3%;}
.hhr img{width:100%; border-radius:8px;}

.xc_t{width:100%; overflow:hidden;}
.xc_t img{width:100%;}
.xc_nr{width:94%; margin:5% 3%; background:rgba(130,10,10,.8); height:auto;-moz-border-radius:8px; -webkit-border-radius:8px;border-radius:8px; padding:2% 0;}
.xc_nrt{ overflow:hidden; color:#fff;width:94%; padding:3%;}
.toux_nr{ float:left; margin-left:1%; padding-top:2%; font-size:.3rem;}
.toux_nr span{ font-size:.24rem; line-height:.6rem; color:#fef2de;}
.xc_nrt .toux_t {width: 1.1rem;height: 1.1rem;border-radius: 10%; float:left;overflow: hidden;margin-right: .2rem;	border: 2px solid #fff;background: #fff;}
.xc_nrt .toux_t img{	width: 100%;max-height:  1.1rem;	max-width:  1.1rem;	object-fit: cover;}
.xc_nre{width:94%; margin:0 3%; height:2.6rem; background:#fdf9f0;-moz-border-radius:8px; -webkit-border-radius:8px;border-radius:8px;}
.xc_nre_lt{width:2rem; float:left; margin:0.3rem 0 0.3rem  0.3rem;  -webkit-box-sizing: border-box;	box-sizing: border-box;}
.xc_nre_lt img{width:2rem; height:2rem; }
.xc_nre_rt{ padding-top:.8rem; font-size:.26rem;width:50%; float:right;}
.xc_nre_rt p{ color:#f00; font-weight:bold; line-height:.6rem;}
.xc_jt{width: 0;height: 0; margin-left:10%;	border-width:10px;	border-style: solid;	border-color: transparent #fdf9f0 transparent transparent;transform: rotate(90deg); /*顺时针旋转90°*/}

.logindl{ background:#f00100; padding:.5rem 10%;}
.logindl img{width:100%; margin:0 auto;}
.logindlld img{width:100%;}

.topding{ height:auto;width:96%; background:#da0100; padding:3% 2%; overflow:hidden;}
.search{ height:auto;width:78%; background:#da0100; padding:0 5%; overflow:hidden;}
.sinput{float:left; width:80%;background:#fff; border-radius:20px; height:.6rem; border:none; color:#9c9c9c; padding-left:12px;font-family:"微软雅黑"; font-size:10px; outline:none;} 
.sbtn{float:right; width:15%; cursor:pointer; line-height:.6rem;  display:inline-block;  border:0; background:none; color:#fff;} 
.iconlogo{display: flex; float:left;width:12%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;}
.iconlogo .logo-icon{width: 36px;
    height: 36px;
    border-radius: 100%;}	
