/* Write your styles */
html,body {
	position:relative;
    height:100%;
	width:100%;
	
}
select{
    /* 解决select下拉箭头在ios上不兼容的问题 */
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url('../images/mall_list_jt1.png') no-repeat scroll right center transparent;
    border: 1px solid #749ccb;
    background-size: .15rem;
    }
* {
	padding:0;
	margin:0;
}
li {
	list-style:none;
}
body {
	background: #f4f4f4;
	font-family:Helvetica Neue,Helvetica,Arial,sans-serif; 
	  font-size: .22rem ; /* =14px */ /* !important*/
	  color: #544e4c;
	  /* overflow: hidden; */
	  max-width: 640px;margin:0 auto;
}
*+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: 100%;
}
@media screen and (min-width: 320px) {html{font-size:50px;}}
@media screen and (min-width: 360px) {html{font-size:56.25px;}}
@media screen and (min-width: 375px) {html{font-size:58.59375px;}}
@media screen and (min-width: 400px) {html{font-size:62.5px;}}
@media screen and (min-width: 414px) {html{font-size:64.6875px;}}
@media screen and (min-width: 440px) {html{font-size:68.75px;}}
@media screen and (min-width: 480px) {html{font-size:75px;}}
@media screen and (min-width: 520px) {html{font-size:81.25px;}}
@media screen and (min-width: 560px) {html{font-size:87.5px;}}
@media screen and (min-width: 600px) {html{font-size:93.75px;}}
@media screen and (min-width: 640px) {html{font-size:100px;}}
@media screen and (min-width: 680px) {html{font-size:100px;}}
@media screen and (min-width: 720px) {html{font-size:100px;}}
@media screen and (min-width: 760px) {html{font-size:100px;}}
@media screen and (min-width: 800px) {html{font-size:100px;}}
@media screen and (min-width: 960px) {html{font-size:100px;}}
#waik{
	float: left;
	width: 100%;
}
 
#top {
	position:fixed;
	top:0;
	left: 0;
	z-index: 999;
	width:100%; 
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .6) , rgba(0, 0, 0, .4), rgba(0, 0, 0, .0)); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, .6) , rgba(0, 0, 0, .4), rgba(0, 0, 0, .0)); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, .6) , rgba(0, 0, 0, .4), rgba(0, 0, 0, .0)); /* Firefox 3.6 - 15 */
	background: linear-gradient(to bottom, rgba(0, 0, 0, .6) , rgba(0, 0, 0, .4), rgba(0, 0, 0, .0)); /* 标准的语法（必须放在最后） */
	box-shadow: 0 0px 3px #dadada; 
}
#top .addr {
	height:36px;
	margin:0 auto;
	display:block;
}
#top .search {
	position:absolute;
	top:0;
	right:0;
	height:36px;
	display:block;
}
#nav {
	border-bottom:1px solid rgba(230,230,230,.3);
}
#nav .swiper-slide span {
	margin: 0 5px;
    text-align: center;
    display: block;
    line-height: .55rem;
    font-size: .22rem;
    color: #fff;
}
#nav .bar {
	width:50px;
	height:2px;
	position:absolute;
	bottom:0px;
}
#nav .bar .color {
	width:36px;
	margin:0 auto;
	height:3px;
	background:#fff;
}
.banner_shouy img {
	width:100%;
	display:block;
}
.banner_shouy .swiper-pagination {
	left:auto;
	right:42%;
	bottom:1px;
	width:auto;
	padding:2px 7px;
	border-radius:10px;
	color:#fff;
	/* background:rgba(0,0,0,.3); */
	font-size: .2rem;
}

.banner_shouy .swiper-pagination  .swiper-pagination-bullet{
	background: #fff;
	opacity: .5;
}
.banner_shouy .swiper-pagination  .swiper-pagination-bullet-active {
    opacity: 1;
    background: #ff4e00;
}
#page {
	margin-bottom: 50px;
    height: 100%;
	margin-top: 1.16rem;
	/* z-index: 999; */
}
#page .slidepage {
	height:100%;
}
.scroll {
	height:100%;
}
.slidescroll {
	height:auto;
}
#footer {
	position:fixed;
	bottom:0;
	z-index:1;
}


/* 选择城市 */
/* 备份 */

.clear{
    clear: both;
} 
.schbox{
	overflow: hidden;
	padding: 0.1rem;
	line-height: 0.3rem;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: #ffffff;
}
.schbox span{
	float: left;
    font-size: 0.26rem;
    color: #333333;
    width: 1.2rem;
    text-align: right;
    margin-right: 0.05rem;
    line-height: 0.5rem;
}
.schbox input{
	float: left;
    width: calc(100% - 1.5rem);
    border: 1px solid #cccccc;
    line-height: 0.5rem;
    text-indent: 0.1rem;
    font-size: 0.26rem;
    color: #333333;
}
.touchcity{
	display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background: #ffffff;
    height: 100%;
    overflow: auto;
    z-index: 99999;
}
.citybox{
	padding-top: 0.6rem;
}
.cityindex{
	background: #BEBEBE;
    line-height: .8rem;
    font-size: 0.26rem;
    color: #ffffff;
    font-weight: normal;
    text-indent: 0.3rem;
    margin: 0 0 0 0;
}
.cityper{
	font-size: 0.26rem;
    color: #333333;
    line-height: 0.6rem;
    margin: 0 0.25rem;
    text-indent: 0.1rem;
}
.cityper+.cityper{
	border-top: 1px solid #dadada;
}
.indexBar{
	position: fixed;
	right: 0;
	top: 0.8rem;
	bottom: 0;
	width: 0.25rem;
}
.indexBar.active a{
	background: rgba(0,0,0,0.3);
	color: #ffffff;
}
.indexBar a{
	display: flex;
	font-size: 0.24rem;
	color: #666666;
	height: 4.4%;
	justify-content:center;
	align-items: center;
}
.indexBar a:hover{border: 1px solid #DBDBDB;cursor: pointer}
.indexBar a:first-child{
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
}
.indexBar a:last-child{
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}
.locate{
	position: fixed;
	left: 50%;
	top: 50%;
	width: 0.4rem;
	height: 0.4rem;
	background: rgba(0,0,0,0.3);
	font-size: 0.26rem;
	color: #FFFFFF;
	border-radius: 50%;
	z-index: 99;
	text-align: center;
	line-height: 0.4rem;
    display: none; 
}
#citypick{
       /* margin: 0.3rem; */
    /* border: 1px solid #DBDBDB; */
    padding: .07rem .25rem 0 .1rem;
    color: #fff;
    background: no-repeat center right url(../images/jiant.png);
	background-size: 25%;
	/* max-width: .8rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap; */
}

/*  */


.sos_t{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: .12rem .08rem;
}

.sos_t .xiaox{
	width: .5rem;
    height: .5rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, .4);
    position: relative;
    margin-right: .22rem;
}



.sos_t .xiaox i{
    padding: .01rem .03rem;
    display: inline-block;
    border-radius: .2rem;
    background: #ff2e26; 
    line-height: .2rem;
    font-style: normal;
    top: 0rem;
    right: .08rem;
    position: absolute;
	font-size: .2rem;
	width: 4px;
	height: 4px;
}
.sos_t .xiaox img{
	width: 80%;
    display: block;
    margin: .06rem auto;
}

.sos_t .xiaox_tx{
	margin-left: .22rem; margin-right: .0rem;
	overflow: hidden;
}
.sos_t .xiaox_tx img{
	width: .5rem;
	height: .5rem;
	margin: auto;
}
.sos_t  .so_input input{
    font-size: .22rem;
    width: 4.2rem;
    min-width: 100%;
    border: none;
    line-height: .30rem;
    background: #fff url(../images/sous.png)no-repeat center left .1rem;
    background-size: 10%;
    padding-left: .6rem;


}
.sos_t  .so_input p{
	margin: 0rem;
}

/* 快捷导航 */
.nav_iconbox{ 
	overflow: hidden;
    background-color: #fff;
	padding: .18rem 0 .15rem;
    /* margin-bottom: 6px; */
}
.nav_iconbox ul li{ width: 25%; float: left; text-align: center; margin-bottom: .12rem; position: relative; }
.nav_iconbox ul li a img{ display: block; margin:0 auto; 
	width:.8rem; height:.8rem;
}
.nav_iconbox ul li>div{
	position: absolute;
	top: -.06rem;
	border-radius: .12rem; 
	background: -webkit-linear-gradient(#ff5e26, #ff4026); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(#ff5e26, #ff4026); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(#ff5e26, #ff4026); /* Firefox 3.6 - 15 */
  background: linear-gradient(#ff5e26, #ff4026); /* 标准的语法 */
	color: #fff;
	padding:3px;
	font-size: .2rem;
	line-height: .21rem;
	border-bottom-left-radius: 0px;
	right:.1rem;
	-moz-transform-origin:left bottom; 
	-webkit-transform-origin:left bottom; 
	-o-transform-origin:left bottom; 
	animation: changebox 1s infinite linear;
} 
.nav_iconbox ul li>div:hover{
			animation-play-state: running;
		}

.nav_iconbox ul li a span {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	color: #544e4c;
	line-height: 180%;
	font-size: .22rem;
}
.nav_iconbox .swiper-pagination-bullets {
    bottom: 3px;
}
.nav_iconbox .icon01 span.swiper-pagination-bullet-active {
    background-color: #ff4e00;
}
.nav_iconbox .icon01 span {
    width: 8px;
    height: 2px;
    border-radius: 0;
    margin: 0 2px;
    background-color: #f3f3f3;
    opacity: 1;
}
/*  */
/*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: #ff4e00; 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-top:.5%; 
	display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex; /* Safari */ 
    display: -moz-flex;
    display: flex;
    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:#ff4e00;
}

.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;
}


/* <!-- 公告开始 -->*/
.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:2.5% 2%;}
.news_sj_dxs_box .scrollnews span{float: left; width: 20%; margin-top:0; }
.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;
}
 

/* 头条广告 */

.guang_tout{
	background: #fff;
	padding:2% 3%;
}
.guang_tout dl{
	border-radius: 5px;
	box-shadow: 0 2px 4px #544e4c36;
	padding: 2%;
}
.guang_tout dl a{
	display: flex;
}

.guang_tout dl dt{
	width: 30%;
	/* height: 1.5rem; */
}
.guang_tout dl dt img{
	width: 100%;
	min-height: 100%;
}
.guang_tout dl dd{
	width: 70%;
}

.guang_tout dl dd p{
	padding-left: 3%;
	color: #544e4c;
	font-size: .28rem;
	overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.guang_tout dl dd span{
	padding-left: 3%;
    color: #544e4c;
    /* font-size: .28rem; */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    background: url(../images/back_jt3.png) no-repeat center right;
    background-size: .14rem;
	padding-right: .2rem;
}

/* 首页两个列表样式 */

/* 1 */

.shouy_list_bt{
	background:#fff;
	padding: 2%;

}

.shouy_list_bt a{
	color:#828282;
	line-height: .26rem;
}
.shouy_list_bt>div{
	display: flex;
	justify-content:space-between;
	border-bottom: solid 1px #c2c2c2;
	padding: 2% 0;
}
.shouy_list_bt .pj{
	border-left: solid 1px #ff4e00;
	line-height: .26rem;
	height: .26rem;
	font-size: .26rem;
	padding-left: 1%;
	padding-right: 10%;
}
.shouy_list_bt ul{
	/* overflow: hidden; */
}
.shouy_list_bt ul li{
	float: left;
	margin: 0 .12rem;
	
}
.shouy_list_bt ul li.no a{
	color: #ff4e00;
	border-bottom: #ff4e00 solid 1px;
	font-size:.26rem;
	padding-bottom: .1rem;
}

.peij_list{
	background: #fff;
	margin-bottom: 2%;
}

.peij_list ul{
	overflow: hidden;
	padding: 2%;
}
.peij_list ul li{
	float: left;
	width: 48.5%;
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 3%;
    box-shadow: 0 1px 3px #544e4c26;

}

.peij_list ul li dt{
	overflow: hidden;
	height:2rem;
}
.peij_list ul li dt img{
	width: 100%;
}

.peij_list ul li:nth-child(2n){
	float: right; 
}

.peij_list ul li dl dd,.peij_list ul li dl p{
	padding: 0 2%;
	color: #544e4c;
	overflow: hidden;
	text-overflow: ellipsis;
	height: .26rem;
	line-height: .26rem;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;  
}
.peij_list ul li dl p{
	color: #ff4e00;
	margin:2px 0 5px 0;
}


/* 2 */

.shouy_list2{
	background: #fff;
	padding: 2%;
}

.shouy_list2 li{
	border-bottom: solid 1px #ececec;
	padding: 2% 0;
	margin-bottom:2%;

}
.shouy_list2 li dl{
	overflow: hidden;
}
.shouy_list2 li dt{
	width: 30%;
	border-radius: 5px;
	overflow: hidden;
	height: 1.2rem;
	display: flex;
	align-items:center;
	float: left;
	margin-right: 2%;
}
.shouy_list2 li a{
	color:#544e4c;
}
.shouy_list2 li dt img{
	width: 100%;
}

.shouy_list2 li dd h2{
	font-size: .28rem;
	overflow: hidden;
	text-overflow: ellipsis; 
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;  
}
.shouy_list2 li dd{
	margin-top: .1em;

}
.shouy_list2 li dd span{
	color: #828282;
}
.shouy_list2 li dd i{
	font-style: normal;
	color: #ff4e00;
}

/* 子页开始========================================= */
 
.zi_top .sos_t .so_input input{
	border: solid 1px #e3e3e3;
}

.zi_top .sos_t .xiaox_tx{
	border: solid 1px #e3e3e3;

}
.zi_top .sos_t .kanc_xiaox{ 
	margin-right: .1rem;
	width:auto;
	min-width:.6rem;
	line-height: .5rem;
}

.zi_top .sos_t .kanc_xiaox a{
	color: #544e4c; 
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap; 
	max-width: .8rem;
	display: block;
}


/*  */
.letter{
	width:auto;
	position:fixed;
	top: 10%;
	right:5px;
	text-align:center;
	z-index: 999999;
}

.letter ul{
	list-style-type:none;
	
}

.letter ul li a{
	text-decoration:none;
	color:#544e4c;
	font-size: .24rem; 
}

.daoh_top{
	overflow: hidden;
	padding:.2rem;
	background: #fff;
}
.daoh_top li{
	float: left;
	text-align: center;
	margin:0 .2rem;
	position: relative;
}
.daoh_top li a{
	color: #544e4c;
	font-size: .28rem;
}
.daoh_top li.no a{
	color: #ff4e00;
	font-weight: 600;

}
.scrollspy-nav a.am-active {
    color: #ff4e00;
    font-weight: bold;
  }
.daoh_top li.no i{
	width: .4rem;
	height: 2px;
	display: block;
	background: #ff4e00;
	position: absolute;
	left:0px;
	right: 0px;
	margin: 0 auto;
	bottom: -3px	;
}

.remeng_We{
	background: #fff;
	overflow: hidden;
	padding:.1rem .2rem;
}
.remeng_We ul,.remeng_We ol{
	display: block;
	overflow: hidden;
}
.remeng_We li{
	float: left;
	margin: 4px; 
}
.remeng_We li a{
	border-radius:5px;
	color: #544e4c;
	background: #f9f9f8;
	display: block;
	padding: .08rem .18rem;
	
}

.remeng_We ol>div{
	display: none;
}

.tuijianc{
	background: #fff;
}

.swiper_container_rem{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
  }
 

.swiper_container_rem li{
	width: 30%;
	text-align: center;
	margin-bottom: 10px;
}
.swiper_container_rem li img{
	width: 100%;
}

.one_ceng{
	background: #fff;
	margin-top: 2%; 
	padding:2%;
}
.one_ceng .bt{
	font-size: .3rem;
	font-weight: bold;
}

.one_ceng  ul{
	padding: 2% 0;
}
.one_ceng  ul li {
	border-bottom: solid #f5f5f5 1px;
}
.one_ceng  ul li a{
	display: flex;
	justify-content : flex-start;
	align-items : center;
	color: #544e4c; 
	padding:3% 0;
}

.one_ceng  ul li img{
	width: 10%;
	margin-right: 2%;
}




/* 看车列表 */

body .sos_t .w20{
	width: 20%;
}
body .sos_t .w20:last-child{
	text-align: right;
}

body .sos_t .w20 #citypick{
	padding-top: 0px;
}

.sos_t .so_input .center_2{
	font-weight: normal;
	font-size: .26rem;
	padding: .05rem;
}


.mall_list_top{
	
}
.mall_list_top ul{
	border-top: solid 1px #efefef;
	padding: 2%;
	overflow: hidden;
	position: relative;
	display: flex;
    justify-content: space-between;
}
.mall_list_top ul li{
	float: left; 
	/* width: 23%;   */
	text-align: center;
	position: relative;
}
.mall_list_top ul li:last-child{
	width: 8%;
}
.mall_list_top ul li:last-child img{
	width: .22rem;
	position: relative;
	top: 0px;
	line-height: 0px;
	font-size: 0px;
}
.mall_list_top ul li p{
	position: relative;
	padding-right: .24rem;
	display: inline-block;
}
.mall_list_top ul li i{
	-webkit-transition: -webkit-transform .1s ease-in 0s; 
	-moz-transition: -moz-transform .1s ease-in 0s; 
	background: url(../images/mall_list_jt.png) no-repeat center;
	background-size: .15rem;
	display: block;
	width: .2rem;
	height: .2rem;
	position: absolute;
	top:.06rem;
	right: 0px;
}

.mall_list_top ul li i.no{
	-webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.mall_list_top ul li .jiage{
	position: fixed;
    top: 13%;
    left: 0px;
    background: #fff;
	width: 100%;
	 padding: 5% 0 0 0;
	text-align: left;
	display: none;
}
.mall_list_top ul li .jiage a{
	color: #fff;
    background: #bbbbbb;
    border-radius: 4px;
    padding: 1% 2.5%;
    display: inline-block;
    /* float: left; */
    line-height: .24rem;
    margin-bottom: .2rem;
    margin-right: .2rem;
}

.mall_list_top ul li .jiage a.xuanz{
	background: #ffdfd1;
	color: #ff4e00;
}
.mall_list_top ul li .jiage button{
	width:60%;
	margin: 10% auto 0 auto;
	border: none;
	border-radius: 5px;
	display: block;
	background: #ff4e00;
	padding: 2% 0;
	color: #fff;
}
.mall_list_top ul li .jiage .no{ 
	background: rgba(0, 0, 0, .4);
    position: fixed;
    width: 100%;
    height: 100%;
}
.mall_list_top ul li .jiage .top{ 
padding:2% 2% .5rem 2%;
} 

.mall_list_top ul li .jiage .top>div.paix{
	text-align: center;
	line-height: .5rem;
}
.mall_list_top ul li .jiage .top>div.paix.this{
	color: #ff4e00;
	font-weight: bold;
}
.mall_list_k{

}

.mall_list_k li dt{
	height: 1.4rem;
}
.mall_list_k li dd h2 {
    font-size: .24rem;  
    -webkit-line-clamp: 2; 
	font-weight:normal;
	line-height: .28rem;
}

.mall_list_k li dd p{
	color: #828282;
	line-height: .4rem;
}

.shouy_list2 li dd i{ 
	font-weight: bold;
	font-size: .28rem;


}
.mall_list_k li dd span{
	background: #ffdfd1;
	color: #ff4e00;
	line-height: .35rem;
	padding:0 .1rem;
	display: inline-block;
	border-radius: 4px;
	margin-right: 5px;
	
}

#xuanc{
	display: none; 
	position: absolute;
	top: 0%;
	left: 0;
	/* width: 100%;
	height: 100%;
	overflow: auto; */
	background: #f3f3f3;
	width: 100%;
	z-index: 999999;
	webkit-transition: all 0.8s ease-in-out 0s;
    -o-transition: all 0.8s ease-in-out 0s;
    transition: all 0.8s ease-in-out 0s;
} 
#xuanc .auto_button{
	color: #fff;
	font-size:.28rem; 
	position: fixed;
	top: 0;
	left: 0%;
	background: rgba(0, 0, 0, .5);
	width: 100%;
	padding: 2%; 
}

#xuanc .auto_button img{
	width: .4rem;
}

 .mall_list_top .dongx span{
	padding:1% 2%;
	display: inline-block;
	 color: #ff4e00;
	 border-radius: 100px;
	 background: #ffdfd1;
	 line-height: .24rem;
	 margin: 2%;
 }
 .mall_list_top .dongx span i{
	 font-style: normal;
	 margin-left: 10px;
 }

 /* 看车详情 */
 .mall_list_xq_top{
	 padding: 2%;
	 position: fixed;
	 top: 0px;
	 left: 0px;
     z-index: 100;
     width: 100%;
     background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .6) , rgba(0, 0, 0, .4), rgba(0, 0, 0, .0));
     background: -o-linear-gradient(bottom, rgba(0, 0, 0, .6) , rgba(0, 0, 0, .4), rgba(0, 0, 0, .0));
     background: -moz-linear-gradient(bottom, rgba(0, 0, 0, .6) , rgba(0, 0, 0, .4), rgba(0, 0, 0, .0));
     background: linear-gradient(to bottom, rgba(0, 0, 0, .6) , rgba(0, 0, 0, .4), rgba(0, 0, 0, .0));
 }
 .mall_list_xq_top img{
	width: .5rem;
	height: .5rem;
 }

 .top_title{
	padding: 2%;
    background: #fff; 
 }
 .top_title .money{
	 position: relative;
	 border-bottom: solid 1px #f3f3f3;
 }

 .top_title .money h3{
	/* position: relative; */
	color: #ff4e00;
	font-size: .32rem;
}
.top_title .money h3 span{
	font-size: .24rem;

}

.top_title .money p{
	color: #BEBEBE;
}
.top_title .money button{
	background: #ff4e00;
	border-radius: 5px;
	border: none;padding:.1rem 5%;
	color: #fff;
	position: absolute;
	top:.1rem;
	right: 0px;
}

.top_title .common {
    margin-top: .12rem;
	padding: .1rem;
	padding-bottom: 0;
}

.top_title .youhuiq .text {
    overflow: hidden;
    font-size: .26rem;
}

.top_title .youhuiq .text h2 {
    color: #a5a5a5;
    font-weight: inherit;
    float: left;
    margin-right: .2rem;
}
.top_title .youhuiq .text .tb {
    float: left;
}

.top_title .tis_fuwu ul {
    overflow: hidden;
    background: #fff;
    padding: .1rem;
    padding-top: 0;
}


.top_title .tis_fuwu li {
    float: left;
    padding-left: .3rem;
    margin-right: .1rem;
    background: url(../images/dag_yh.png) no-repeat center left;
    background-size: .26rem;
}
.top_title h2{
	font-size: .26rem;
}
.top_title  .common_no{
    margin-top: 0;
    padding-top: 0;
}

.vehicle_xinx{
	margin-top: 2%;
	background: #fff;
	padding: 3% 2%;
}
.vehicle_xinx ul{
	overflow: hidden;
}
.vehicle_xinx ul li{
	float: left;
	width: 50%;
	margin-bottom: 5px;
}
.vehicle_xinx ul li span{
	color: #828282;
	margin-right: .13rem;
}
.vehicle_xinx h2{
	font-size: .26rem;
	font-weight: normal;
	margin-bottom: .1rem;
}

.vehicle_xinx_1 ul li{
	float: none;
	width: auto;
}
.vehicle_xinx_1 .chak{
	text-align: center;
}
.vehicle_xinx_1 .chak i{
	background:url(../images/mall_list_jt1.png) no-repeat center center;
	background-size:.2rem;
	width: .2rem;
	height: .15rem;
	display: inline-block; 
	margin-left: 3px; 
	webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.vehicle_xinx_1 .chak i.no{
	-webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.vehicle_xinx_1 .img{
	padding: 2%;
}

.vehicle_xinx_1 .img img{
	width: 100%;
	margin-bottom: 2%;
}

.vehicle_xinx .ditu{
	padding: 2% 0;
}

.vehicle_xinx .ditu img{
	width: 100%;
}


.mall_list_xq_footer{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	background: #fff;
	padding: 2%;

}

.mall_list_xq_footer a:last-child{
	display: inline-block;
	background: #00a0e9;
	color: #fff;
}

.mall_list_xq_footer a:last-child{
	display: inline-block;
	background: #ff4e00;
}

.mall_list_xq_footer a{
	border-radius: 100px;
	padding:2% 8%;
	margin: 0 1%;
}

/* 登陆 */
.zy_login_box_sign .login_box form div input {
    width: 80%;
    font-size: .24rem;
    color: #666;
    line-height: 120%;
    border: none;
    -webkit-appearance: none;
    outline: none;
    vertical-align: middle;
}
.zy_login_box_sign .login_box form div label {
    border-bottom: #dadada solid 1px;
    display: block;
    padding: 2% 0;
	font-weight: normal;
	position: relative;
}

.zy_login_box_sign .login_box form div a {
    display: inline-block;
    vertical-align: middle;
    width: .34rem;
    height: .34rem;
    margin: 0 .14rem 0 .12rem;
}

.zy_login_box_sign .login_box form div a img {
    width: 100%;
    height: 100%;
    display: block;
}
.zy_login_btn {
    width: 99%;
    background: -webkit-linear-gradient(left, #ff5e26 , #ff4026);
    background: -o-linear-gradient(right, #ff5e26, #ff4026);
    background: -moz-linear-gradient(right, #ff5e26, #ff4026);
    background: linear-gradient(to right, #ff5e26 , #ff4026);
    color: #fff;
    border-radius: 2rem;
    line-height: 120%;
    font-size: .24rem;
    padding: 3.4% 0;
    border: none;
}
.zy_login_btn:last-child{
	margin-top: .2rem;
	background: #dedede;
	color: #544e4c;
}
.zy_login_box_sign .login_box form {
    width: 90%;
    margin: 0 auto;
}

.zy_login_box_sign .zhuce_con {
    margin-top: 8%;
}

.zy_login_box_sign {
    height: 100%;
    background-color: #fff;
    padding: .8rem 0;
}

.zy_login_box_sign .login_box form div {
    margin-bottom: 8%;
}

.zy_login_box_sign .zhuce_con form div.yzm span {
    width: 35%;
    background-color: #fff;
    color: #b9b9b9;
    border-radius: .1rem;
    text-align: center;
    font-size: .24rem;
    line-height: 120%;
    padding: 2% 0;
    position: absolute;
    right: 0;
	bottom: 3px;

}

.zy_login_box_sign .zhuce_con form div.yzm {
    overflow: visible;
    position: relative;
}

.zy_login_box_sign .yanz a {
    color: #afafaf;
    font-size: .26rem;
}

.zy_login_box_sign .yanz {
    padding: .4rem;
    padding-bottom: 0;
    padding-top: .2rem;
    display: flex;
    justify-content: space-between;
}

.sos_t_zy .fanh_yems img {
    width: .4rem;
}

.fanh_shang img {
    width: 40%;
    display: block;
    margin-left: .3rem;
}

.sos_t_zy .text {
    color: #544e4c;
    font-size: .28rem;
    line-height: .5rem;
}

.qieh_dlfs{
	padding: 9% 0 3% 0;
	text-align: center;
}

.qieh_dlfs a {
	font-size: .28rem;
    line-height: .28rem;
    color: #b0b0b0;
    position: relative;
    display: inline-block;
    padding: 0 4%;
}
.qieh_dlfs a:last-child{
	border-left: solid 1px #b0b0b0;
	color: #b0b0b0;
}

.qieh_dlfs a.no { 
	color: #544e4c;
}
.qieh_dlfs a i{
	display: inline-block;
    background: #ff4e00;
    margin: 0 auto;
    height: 2px;
    width: 30%;
    position: absolute;
    bottom: -10px;
    left: 38%;

}

.sos_t_zy .right {
    width: 20%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}


.sos_t_zy .fanh_yems {
    padding: .08rem 0 0 0;
    width: 20%;
}
 

.zy_login_box_sign .no_ms {
	width: 30%;
    display: inline-block;
    /* float: right; */
    position: absolute;
    right: .15rem;
}

.zy_login_box_sign .login_box form div .no_ms a.shouji {
    background: #f3f3f3;
    border-radius: .3px;
    font-size: .26rem;
    width: 100%;
    padding-bottom: .1rem;
    text-align: center;
    height: .44rem;
}

.zy_login_btn a{
	color: #544e4c;
}



/* 平台简报 */

.report_banner {
    padding-top: .7rem;
}

.report_banner img {
    width: 100%;
}

.neir_lise {
    background: #fff;
    padding: 3%;
}

.neir_lise li {
    border-bottom: solid 1px #F6F6F9;
    overflow: hidden;
    padding: .12rem 0;
}

.neir_lise li .left {
    width: 65%;
    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;
}
.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(../i/Eye.svg)no-repeat center left;
    background-size: .24rem;
    padding-left: .28rem;
}


.neir_lise li .right {
    width: 30%;
    max-height: 1.75rem;
    float: right;
    overflow: hidden;
    border-radius: .1rem;
}
.neir_lise li .right img {
    width: 100%;
}

.report_xq_k {
    padding: .8rem 2%;
    background: #fff;
}

.report_xq_k>h1 {
    font-size: .28rem;
}

.report_xq_k .text {
    text-align: justify;
    line-height: .5rem;
}

.report_xq_k .text img {
    text-align: center;
    max-width: 100%;
}

.report_xq_k .report_toux {
    padding: .1rem 0;
}

.report_xq_k .report_toux span {
    font-size: .2rem;
    color: #828282;
}

.live_tv {
    background: #fff;
}
.live_tv li {
    border-bottom: solid 1px #eaeaea;
}
.live_tv li a {
    color: #544e4c;
}

.live_tv li dl dd.tz {
    line-height: .86rem;
}

.live_tv li dl dd {
    display: inline-block;
    width: .88rem;
    height: .88rem;
    background: #ff5e26;
    border-radius: 50%;
    text-align: center;
    overflow: hidden;
    font-weight: normal;
}
.live_tv li dl dd.tz img {
    width: .3rem;
}
.live_tv li dl dt {
    display: inline-block;
    width: 60%;
    margin-left: .2rem;
    margin-top: .2em;
    font-weight: normal;
    align-items: center;
}

.live_tv li dl dt h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.live_tv li dl dt span {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #999;
}
.live_tv li dl p {
    text-align: right;
    width: 25%;
    line-height: .5rem;
    font-size: .2rem;
    color: #999;
}

.live_tv li dl {
    overflow: hidden;
    padding: 2%;
    display: flex;
    justify-content: space-between;
}

.live_tv li dl dd img {
    width: 100%;
}




/* 个人中心 */


.my_k{
	padding: 2%;
}


.my_k .my_top{
	padding: 2%;
	margin-top:.6rem;
	background: #fff;
	border-radius: 8px;
	position: relative;
}

.my_k .my_top .bt{
	display: inline-block;
	padding:2%;
	padding-top: 5%;
}

.my_k .my_top .bt img{
	border-radius: 50%;
    width: 20%;
    float: left;
    margin-right: 4%;
}
.my_k .my_top .bt h2{
	font-size: .3rem;
	margin-top: .15rem;
	color: #544e4c;
}
.my_k .my_top .bt span{
	color: #828282;

}

.my_k .my_top ul{
	padding: 5%;
	display: flex;
	justify-content : space-between;
	text-align: center;
}

.my_k .my_top ul a{
	color: #544e4c;
}
.my_k .my_top ul h3{
	font-size: .3rem;
	font-family: "黑体";
}

.my_k .my_top .shez{
	position: absolute;
	right:3%;
	top: .2rem;
}

.my_k .my_top .shez img{
	width: .45rem;
	
}

.my_k .my_center{
	margin-top: 4%;
	padding: 4%; 
	background: #fff;
	border-radius: 8px; 
}
.my_k .my_center .bt{
	border-bottom: solid 1px #f3f3f3; 
	padding: 2% 0;
	padding-bottom: 4%;
}
.my_k .my_center .bt a{
	    /* margin-top: 2%; */
    /* margin: 2%; */
    font-size: .28rem;
    line-height: .28rem;
    padding-left: 2%;
    color: #544e4c;
    border-left: solid 1px #ff4e00;
    position: relative;
    display: block;
}

.my_k .my_center ul{
	overflow: hidden;
	padding: 3% 0;
}

.my_k .my_center ul li{
	float: left;
	width: 25%;
	text-align: center;
	margin-bottom: 2%;
}
.my_k .my_center ul li img{
	width: .8rem;
}


.my_k .my_center ul li p{
	color: #544e4c;
}

.my_k  .my_center_dand .bt{
	padding: 0;
	border-bottom: 0px; 
}

.my_k  .my_center_dand .bt i{
	background: url(../images/back_jt3.png) no-repeat;
	background-size: .15rem;
	width: .15rem;
	height: .35rem;
	display: block;
	position: absolute;
	right: 0;
	top: .02rem;
}

/* 个人中心设置 */

.list_index_my {
    margin-top: .2rem;
}
.list_index_my .my_dind {
    margin-bottom: 1px;
}

.my_dind {
    padding: 2%;
    background: #fff;
}
.list_index_my .my_dind .bt {
    border-bottom: none;
    position: relative;
}

.my_dind .bt {
    border-bottom: solid 1px #e8e8e8;
    display: flex;
    justify-content: space-between;
}

.list_index_my .my_dind .bt a {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.my_dind .bt a {
    text-align: right;
    color: #828282;
    line-height: .35rem;
    display: flex;
    align-items: center;
}
.list_index_my .my_dind .bt h3 {
    font-weight: unset;
    align-items: center;
    display: flex;
    position: relative;
}

.my_dind .bt h3 {
    font-size: .26rem;
    display: inline-block;
    line-height: .5rem;
}
.list_index_my .my_dind .bt a .right {
    align-items: center;
    display: flex;
}
.my_dind .bt a span {
    margin-top: .051rem;
}
.my_dind .bt a img {
	width: .1rem;
    height: .2rem;
    margin-left: 8px;
}

.anquantc {
    background: #ff4e00;
    text-align: center;
    margin: 20px 10%;
	line-height: .7rem;
	border-radius: 100px;
}
.anquantc a{
	color: #fff;
}

.my_dind .bt a span.toux img {
    width: .5rem;
    height: .5rem;
    border-radius: 50%;
    overflow: hidden;
}

.sos_t_zy .right .zd{
	line-height: .5rem;
	text-align: center;width: 100%;
}
.sos_t_zy .right .zd a{
	color:#544e4c;
}

.xiugai_nic{
	padding: 3%;
}

.xiugai_nic input{
	width: 100%;
	padding: 2%;
}
.xiugai_nic p{
	color: #828282;
	text-align: justify;
	padding: 2% 0;
}

.zy_login_box_sign_sz {
	background: inherit;
}

.zy_login_box_sign_sz .login_box form div input{
	background: none;
}

.vip_user_addr ul li:first-child {
    border-top: 0;
}

.vip_user_addr ul li {
    padding: 0% 2%;
    border-top: #f3f3f3 solid 1px;
}

.vip_user_addr ul li a {
    color: #666;
    display: block;
    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-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}
.vip_user_addr ul li div {
    width: 85%;
    padding: 3% 0;
    border-right: #f3f3f3 solid 1px;
}
.vip_user_addr ul li div h2 {
    font-size: .28rem;
    line-height: 140%;
    margin-bottom: 3%;
}
.vip_user_addr ul li span {
    font-weight: normal;
    color: #7c7c7c;
}
.vip_user_addr ul li div p {
    font-size: .22rem;
    line-height: 130%;
}
.vip_user_addr .default i {
    display: inline-block;
    float: left;
    color: #fff;
    line-height: .24rem;
    background: #ff5851;
    font-size: .2rem;
    margin: 0 .06rem;
    padding: .02rem;
    font-style: normal;
    border-radius: 2px;
}
.vip_user_addr ul li em {
    width: .84rem;
    height: .64rem;
    text-align: center;
    font-style: normal;
    display: flex;
    align-items: center;
    justify-content: center;
}
.vip_user_addr ul {
    background-color: #fff;
}
.anquantc a{
	display: block;
}
.vip_user_addr_new .box .txt h2 input {
    width: 100%;
    padding: 0 1%;
    border: #ddd solid 1px;
    font-size: .26rem;
    line-height: 240%;
    -webkit-appearance: none;
    border-radius: .08rem;
    color: #666;
}
.vip_user_addr_new .box form>div.txt {
    margin: 0 0 4%;
    padding: 5% 4%;
    background: url(../images/line_botm.jpg) no-repeat center bottom #fff;
    background-size: 100% 3px;
}

.vip_user_addr_new .box .txt h2 {
    margin: 2% 0;
}
.pick-area .pick-show {
    position: relative;
    padding: 0 1% !important;
}
.pick-show i {
    margin: 0 1%;
}
.pick-area em.pick-arrow {
    position: absolute;
    top: 50%;
    margin-top: -.05rem;
    right: 0;
    display: block;
    border: .1rem solid #999;
    border-left: .1rem solid transparent;
    border-right: .1rem solid transparent;
    border-bottom: .1rem solid transparent;
}
.pick-area {
    margin-bottom: 2%;
}
.pick-area {
    border: #ddd solid 1px;
    border-radius: .1rem;
    width: 100% !important;
    line-height: 240%;
    font-size: .26rem;
    color: #666;
    position: relative;
}

.vip_user_addr_new .dizhi_foot {
    padding: 2%;
    background-color: #ff4e00;
    width:100%;
    position: fixed;
    bottom: 0;
    left: 0;
	z-index: 999;
	display: flex;
	flex-wrap: nowrap;
	-webkit-align-items: center;
    align-items: center;
}

.vip_user_addr_new .dizhi_foot>a {
    background: url(../images/web/icon_xdel.png) no-repeat center left;
    background-size: .24rem;
    padding-left: .3rem;
    font-size: .24rem;
    color: #fff;
    line-height: 150%;
    padding-top: .01rem;
}

.vip_user_addr_new .dizhi_foot h2 span {
    color: #fff;
    border-radius: .08rem;
    font-size: .24rem;
    border: #fff solid 1px;
    line-height: 270%;
    padding: 0 5%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 1%;
}

.vip_user_addr_new .dizhi_foot h2 input {
    color: #fff;
    border-radius: .08rem;
    font-size: .24rem;
    border: #fff solid 1px;
    line-height: 270%;
    padding: 0 5%;
    display: inline-block;
    vertical-align: middle;
    background-color: #ff4e00;
}
.vip_user_addr_new .dizhi_foot h2 {
    width: 80%;
    text-align: right;
}

 
.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;
}
.help_section_images_img {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-right: 5px;
}

.ci_input {
    position: absolute;
    left: 0;
    top: 0;
    width: 48px;
    height: 48px;
    opacity: 0;
    z-index: 1;
}

.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;
}
.help_section_images_add:before {
    width: 24px;
    height: 1px;
    margin: 0 0 0 -12px;
}

.help_section_images_add:after {
    width: 1px;
    height: 24px;
    margin: -12px 0 0;
}

.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_input input, .help_section_textarea textarea {
    border: none;
    background: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
}
.help_section_input input {
    font-size: .2rem;
    width: 100%;
    line-height: .5rem;
}
.help_section_input {
    position: relative;
    padding: 10px 0;
}

/* 订单详情 */

.zy_module_content {
    padding-top: .7rem;
} 
.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;
}
.vip_user_order ul li {
    background-color: #fff;
    margin: 0 2%;
	margin-bottom: 6px;
	border-bottom: #f3f3f3 solid 1px;
}
.vip_order_goods h2 {
    font-size: .26rem;
    color: #544e4c;
    
    line-height: 280%;
    font-weight: normal;
}
.vip_order_goods h2 a {
    color: #544e4c;
    display: block;
}
.vip_order_goods h2 img {
    width: .4rem;
    height: .4rem;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 4px;
    border: solid 1px #eaeaea;
}

.vip_order_goods h3 {
    overflow: hidden;
    /* border-bottom: #eaeaea dotted 1px; */
    padding: 2% 0;
    font-weight: normal;
}
.vip_order_goods h3 a {
    float: left;
    overflow: hidden;
    width: 74%;
}
.vip_order_goods h3 a i {
    float: left;
    width: 1.2rem;
    height: 1.2rem;
}
.vip_order_goods h3 a i img {
    display: block;
    width: 100%;
    height: 100%;
}
.vip_order_goods h3 a dl {
	float: left;
    margin-left: 2.5%;
    width: 71%;
    height: 1.2rem;
    position: relative;
}
.vip_order_goods h3 a dt {
    font-size: .24rem;
    color: #666;
    line-height: .36rem;
    height: .72rem;
    overflow: hidden;
}
.vip_order_goods h3 a dd {
    position: absolute;
    bottom: .1rem;
    font-size: .22rem;
    color: #999;
}
.vip_order_goods h3 a dd em {
    font-style: normal;
    margin-right: .5em;
}

.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;
}
 
.vip_user_order ul li .order_btn {
    text-align: right;
    font-size: .24rem;
    padding: 2% 0;
}
.vip_user_order ul li .order_btn a {
    background-color: #4aa3e6;
    color: #fff;
}

.vip_user_order ul li .order_btn span, .vip_user_order ul li .order_btn a {
    display: inline-block;
    background-color: #fff;
    color: #544e4c	;
    width: 1.2rem;
    text-align: center;
    line-height: 220%;
	border-radius: 100px;
	border: #d8d8d8 1px solid;
	
}

.vip_order_goods h3 p {
    float: right;
    text-align: right;
}
.vip_order_goods h3 p span {
    color: #544e4c;
	font-size: .24rem;
	
    display: block;
    line-height: 160%;
    margin-bottom: 5%;
}
.vip_order_goods h3 p em {
    color: #666;
    font-size: .2rem;
    font-style: normal;
}

.vip_user_order ul li .order_btn a { 
	color: #ff4e00;
	border: #ff4e00 1px solid;
}

.my_list_feny{
	text-align: center;
padding: 2%;
}
.my_list_feny a{
	padding: 1.5% 5%;
	background: #a5a5a5;
	color: #fff;
	display: inline-block;
	border-radius:8px;

}

.my_list_feny a:last-child{ 
	background: #ff4e00; 
}
.my_list_feny span{
	margin: 0 2%;
}

.lianx_wom_xq{
	text-align: center;
	background: #fff;
	margin-bottom: 2%;
}


.lianx_wom_xq a{
	display: block;
	padding-bottom:3%;
	color: #a5a5a5;
}

.vip_order_goods_xq h3 a dl{
	width: 77%;
}

.vip_order_goods_xq h3 a{
	width: 100%;
	
}

.xiangq_xiaox{
	padding:3%;
	background: #fff;
	margin-bottom: 2%;

}

.xiangq_xiaox li span{
	color: #828282;
}

.xiangq_xiaox li{
	padding: 1% 0;
}
.xiangq_xiaox li.no{
	border-bottom: solid 1px #f3f3f3;
	padding-bottom: 2%;
	margin-bottom: 2%;
	
} 

.xq_money {
    padding: 2%;
   	padding-bottom: 8%;
    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;
}

.dizhi_foot_my_dd_lest_Xq{
	position: fixed;
	bottom: 0px;
	left: 0;
	width: 100%;
	display: flex;
	align-items : flex-start;
	justify-content : space-between;
	padding: 3%;
	background: #fff;
	box-shadow: #bbbbbb 0 0 5px;

}
.dizhi_foot_my_dd_lest_Xq>a{
	color: #828282;
	padding: 1.8% 0%;
}
.dizhi_foot_my_dd_lest_Xq>div{
	width: 70%;
	text-align: right;
	

}
.dizhi_foot_my_dd_lest_Xq>div a{
	border: #d3d3d3 solid 1px;
	border-radius: 40px;
	color: #828282;
	padding: 1.8% 10%;
	display:inline-block;
	margin-left: 3%;
}

.list_kuang {
    background: #fff;
}
.list_kuang ul {
    padding: .2rem;
}
.list_kuang li {
    border-bottom: solid 1px #ececec;
    padding: .25rem 0;
}
.delete_my li .am-checkbox-inline {
    display: none;
}

.list_kuang li .img img {
    width: 100%;
}
.list_kuang li .img {
    width: 25%;
    display: inline-block;
    border-radius: 5px;
    overflow: hidden;
    margin-right: 3%;
}
.list_kuang li a {
    color: #544e4c;
    display: flex;
}
.list_kuang li .right span {
    display: block;
    color: #a5a5a5;
    line-height: .4rem;
}
.delete_my li .right>b {
    background: none;
    color: #ff9a6d;
    padding: 3px 0px;
    border-radius: 3px;
    margin: .1rem .1rem 0 0;
    font-weight: normal;
}

.delete_footer {
    position: fixed;
    left: 0;
    bottom: 0px;
    background: #fff;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    display: none;
}

.delete_footer p.no {
    display: inline-block;
    background: #c2c2c2;
    /* padding: .1rem .5rem; */
    color: #fff;
}

.delete_footer p {
    display: inline-block;
    background: #ff4e00;
    padding: .1rem .8rem;
    color: #fff;
    line-height: .5rem;
}

.delete_my .delete li .am-checkbox-inline {
    display: block;
}

.so_input_list{
	width: 82%;
    margin-right: 3%;
}
 

.sos_t .so_input.so_input_list input{
	width: 100%; 
	padding-left: .2rem;
	background: #fff url(../images/sous.png)no-repeat center right .1rem;
	background-size: .35rem;
}
.mall_list_top_jy_list ul li:last-child{
    width: auto;
}
.mall_list_top_jy_list a{
    color: #544e4c;
}

.jy_list_k{
    padding: 3% 0px;
    background: #fff;

}

.jy_list_k li{
    border-bottom: 1px solid #f3f3f3;
    position: relative;
    padding: .2rem .2rem;
}
.jy_list_k li a{
    color: #544e4c;
}
.jy_list_k li dd{
    font-size: .26rem;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;

}
.jy_list_k li dd i{
    font-style: normal;border-radius: 4px;
    border:solid 1px #ff9566;
    color: #ff9566;
    padding: 0 1%;
    font-size: .24rem;
    margin-right: 2px;
}

.jy_list_k li dt{
    color: #ff4e00;
    margin-top:3px;
}

.jy_list_k li dt p{
    font-size:.24rem;
}
.jy_list_k li .right{
    position: absolute;
    bottom: 15%;
    right:2%;
    text-align: right;
}

.jy_list_k li .right i{
    font-style: normal;border-radius: 4px;
    border:solid 1px #ff9566;
    color: #ff9566;
    padding: 0 1%;
    font-size: .24rem;
    margin-right: 2px;
}

.jy_list_k li .right p{
    color: #828282;
}
.jiuyuan_xq_one{
    background: #fff;
    padding: 2%;
    position: relative;
}

.jiuyuan_xq_one h1{
    line-height: .6rem;
}
.jiuyuan_xq_one .biaoq {
    padding-bottom:2%;
}
.jiuyuan_xq_one .biaoq i{
    font-style: normal;
    border-radius: 4px;
    border:solid 1px #ff9566;
    color: #ff9566;
    padding: 0 1%;
    font-size: .24rem;
    margin-right: 2px;
}

.jiuyuan_xq_one .qian h2{
    color: #ff4e00;
}

.jiuyuan_xq_one .qian h2 span{
    color: #828282;
    font-weight: normal;
    margin-left: 5px;
}

.jiuyuan_xq_one .shouc{
    position: absolute;
    bottom: 10%;
    right: 2%;
    display: flex;
}

.jiuyuan_xq_one .shouc a{
    color: #ff4e00;
    margin-left: 16px;
}
.jiuyuan_xq_one .shouc a img{
    width: .45rem;
}
/* .jiuyuan_xq_one .shouc a:last-child img{
    width: .42rem;
} */

.jiuyuan_xq_bt{
    padding: 3% 2%;
    padding-bottom:1.5%;
}
  
.vehicle_xinx_xq ul li:last-child{
    width: 100%;;
}

.danweimingc{
    padding: 2%;
    margin: 1px 0;
    background: #fff;
}

.danweimingc .top
{
    border-bottom: solid 1px #f3f3f3;
}
.danweimingc .top a{
    color: #544e4c;
    display: block;
    background: url(../images/back_jt3.png) no-repeat center right;
    background-size: .2rem;
}

.danweimingc .top h2{
    line-height: .48rem;
}
.danweimingc .top i{
    font-style: normal;
    border-radius: 4px;
    border:solid 1px #7cdc73;
    color: #7cdc73;
    padding: 0 1%;
    font-size: .2rem;
    margin-right: 2px;
    margin-left: 5px;
    
}
.danweimingc .top span{
    margin-bottom: .1rem;
    display: block;
    color: #828282;
}

.danweimingc .bottom{
    padding-top: 2%;
}
.danweimingc .bottom>a{
    color: #828282;
    text-align: left;
    width: 15%;
    display: inline-block;
    border-right:solid 1px #f4f4f4;
}

.danweimingc .bottom>a img{
    width: .45rem;
    display: block;  
}
.danweimingc .bottom .dh{
    display: inline-block;
    margin-left: 7%;
}
.danweimingc .bottom .dh p{
    color: #828282;

}
.danweimingc .bottom .dh a{
    color: #ff4e00; 
}

.vehicle_xinx_1 .ts{
    color: #828282;
    line-height: .35rem;
    text-align: justify;
}

.vehicle_xinx_margin{
    margin-top: 1px;
}

.kanlyk{
    padding: 4%;
    text-align: center;
}
.kanlyk p{
    display: flex; 
    align-items: center;
    justify-content: center;

    
}
.kanlyk p:before {
    content: "";
    width: .5rem;
    height: 1px; 
    background: #544e4c;
    display: inline-block;
    margin: 0 2%;
}
.kanlyk p::after {
    content: "";
    width: .5rem;
    height: 1px; 
    background: #544e4c;
    display: inline-block;
    margin: 0 2%;

}


.jiuyuan_xq_footer:last
{ 
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        text-align: center;
        background: #fff; 
}

.jiuyuan_xq_footer a{
    display: block;
    padding: 2%;
    color: #fff;
    background: #ff4e00;
}



/* 保险服务开始了 */

.baoxian_k{
    padding: 25% 8%;
text-align: center;

}

.baoxian_k a{
    display: block;
    border-radius: 1rem;
    background: #ff4e00;
    color: #fff;
    padding: 3% 0;
    margin-bottom: 6%;
}

.baoxian_k a:last-child{ 
    background: #00a0e9;
    
}
body.color{
    background: #fff;
}

.sos_t_zy .right>div.baoxian{
    float: right;
}

.sos_t_zy .right.baoxian{ 
    flex-direction:row;
    justify-content : flex-end;
}

.sos_t_zy .right.baoxian a{
    color: #544e4c;
}

.baoxian_gm_k{
    margin: 5%;
    padding-top: 10%;

}

.baoxian_gm_k li{
    background: #fff;
    border-radius: 8px;
    padding: 3%;
    margin-bottom: 3%;

}
.baoxian_gm_k li .top{
    padding-bottom: 2%;
    overflow: hidden;
}
.baoxian_gm_k li .top img{
    
    width: 40%;
}

.baoxian_gm_k li .top p{
    float: right;
    background: url(../images/dw_bx.png) no-repeat top left;
    background-size: .2rem;
    padding-left: .26rem; 
    color: #c4c4c4;

}

.baoxian_gm_k li .text{
    color: #828282;
    display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
text-align: justify;
}

.baoxian_gm_k li .bottom{
    padding: 2% 0;
    text-align: right;
}

.baoxian_gm_k li .bottom a{
    background: #ffd3bf;
    color: #ff4e00;
    display: inline-block;
    padding: 0.5% 3%;
    border-radius: 3px;
}
.baoxian_gm_k li .bottom a:nth-child(2){
    background: #ff4e00;
    color: #fff;
}

.baoxian_gm_k li .bottom a:last-child{
    background: #24c516;
    color: #fff;
}

/*  */
.layui_table {
    border: 0px;
    background: #fff;
    border-top: .1rem solid #f3f3f3;
   width: 100%;
}

.layui_table tr td{
    width: 33%;
    border-width: 1px;
    border-style: solid;
    border-color: #e6e6e6;
    padding: 2%;
}

.layui_table_footer{
    bottom: 0px;position: fixed;
    background: #FFFFFF;
    box-shadow: 0 0px 3px #dadada;
    width: 100%;
    padding: 1% 0;

}   

.layui_table_footer .layui_table{
    width: 100%;
    border:none;
    text-align: left;
}

.layui_table_top input{
    width: 20%;
    border: none;
    color:#ff4e00;
}

.layui_table_footer .layui_table  tr td{
    width: 33%;
    border-width: 1px;
    border-style: solid;
    border-color: #fff;
}

.layui_table_top td.biaot{
    position: relative;
    text-align: center;
}
.layui_table_top td.biaot i{
    font-style: normal;
    position: absolute;
    top: 2%;
    right: 4%
}

.banxian_bg_center .color{
    color: #ff4e00;
}

.banxian_bg_center .color1{
    color: #828282;
}

.banxian_bg_center  .color3 select{
    width: 100%; 
    padding: 0px;
    border: none;
}

.banxian_bg_center  .color3 p{
    color: #ff4e00;

}

.layui_table_footer .color{
    color: #ff4e00;

}


.baoxian_lip_k{
    padding: 20% 2%;
}

.baoxian_lip_k li{
   float: left;
   width: 48%;
   margin-bottom: 4%;
   border-radius: 10px;
   overflow: hidden;
   position: relative;
}
.baoxian_lip_k li dl{
    position: absolute;
    top: 20%;
    width: 100%;
}


.baoxian_lip_k li:nth-child(2){
    float: right;  
}
.baoxian_lip_k li:last-child{
    width: 100%;
}

.baoxian_lip_k li a{
    color: #fff;
}
.baoxian_lip_k li a>img{
    width: 100%;
}

.baoxian_lip_k li dl{
    position: absolute;
    top: 20%;
    width: 100%;
    text-align: center;
}

.baoxian_lip_k li dl dt{
    line-height: .28rem;
   font-size: .28rem;

}
.baoxian_lip_k li dl i{
    display: inline-block;
    height: 1px;
    width: 20px;
    background: #fff;
}

.nav {
    background: #eee;
    border-bottom: 1px solid #E3E3E3;
    color: #aaa;
    font-size: 14px;
    height: 44px;
    line-height: 44px;
    text-indent: 5px;
}

.nav .nav_a {
    height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nav a {
    color: #808080;
    padding: 5px 5px 3px 5px;
}

.nav_a .nav_nourl {
    color: #a6a6a6;
}

.category_dl {
    border-bottom: 1px solid #E7E5E2;
    background: #fff;

}
.b_ico_box {
    height: 60px;
    width: 55px;
    position: absolute;
    left: 0px;
}
.second_ico {
    background-position: -13px -25px;
}

.back_ico {
    display: inline-block;
    line-height: 50px;
    width: 27px;
    height: 27px;
    background: url(../images/fab_list_xtb.png) no-repeat center;
    background-size: 30px; 
    margin: 12px 0 0 15px;
}

.back_ico1{
    background: url(../images/fabu_qit.png) no-repeat center;
    background-size: 28px; 
}

.category {
    width: auto;
    height: 60px;
    margin-left: 55px;
    margin-right: 30px;
    overflow: hidden;
}
.title_category {
    font-size: 14px;
    /* height: 17px; */
    display: inline-block;
    overflow: hidden;
    color: #000000;
    padding-top: 11px;
}

.detail_category {
    font-size: 11px;
    /* height: 15px; */
    width: 100%;
    display: inline-block;
    color: #a6a6a6;
    position: relative;
    top: -3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.a_ico_box {
    height: 60px;
    width: 30px;
    position: absolute;
    right: 0px;
}

.back_ico_after {
    display: inline-block;
    line-height: 50px;
    width: 17px;
    height: 15px;
    background: url(../images/back_jt3.png) no-repeat center; 
    margin: 21px 12px 0 0;
    background-size:12px;
}

/* 发布详情 */
.paytoptips {
    width: 100%;
    background-color: #eee;
    color: #ff4e00;
    padding: 2%;
    position: relative;
    text-align: justify;
    
}

.paytoptips .payhorns { 
    border-radius: 50%;
    height: 8px;
    width:8px;
    position: absolute;
    top: 32%;
    background: #ff4e00;
}

.paytoptips .paytips {
    margin: 0 0;
    margin-left: 11px;
    font-size: 12px;
    color: #ff4e00; 
}

.warning {
    position: relative;
    height: 39px;
    padding-left: 33px;
    color: #999;
    line-height: 39px;
    border-bottom: 1px solid #ebebeb;
    font-size: 12px;
}
.warning .img {
    display: inline-block;
    position: absolute;
    top: 12px;
    left: 15px;
    background: url(../images/gantanhao.png) no-repeat;
    background-size: 14px;
    width: 20px;
    height: 14px;
}

.warning .color {
    color: #ff4e00;
}
.fab_xq_list>ul{
background: #fff;
border-top: .1rem #f3f3f3 solid;
}
.fab_xq_list>ul li{
    border-bottom: 1px solid #f3f3f3; 
}
._item {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #ebebeb;
    background: #fff;
    z-index: 90;
}
.title1 {
    margin-left: 15px;
    height: 31px;
    line-height: 31px;
    color: #000;
    font-size: 16px;
}
.info-tip {
    font-size: 12px;
    color: #ff4e00;
    margin: 0 15px;
}
.upload_box {
    height: 75px;
    line-height: 75px;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden; 
}

.upload_list {
    height: 60px;
    width: 100%;
    line-height: 100%;
    margin-top: 7px;
    overflow: hidden;
}

.upload_action {
    position: relative;
    float: left;
    height: 100%;
    margin-left: 15px;
    border: 0;
    width: 60px;
}
.upload_img {
    height: 100%;
    width: 100%;
    display: inline-block;
    background: url(../images/fabu_xq.png) no-repeat;
    background-size: 60px;
    /* background-position: -10px -260px; */
}

.fileImage {
    opacity: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border: 0;
}

.upload_item {
    height: 100%;
    width: 60px;
    margin-left: 8px;
    border: 0;
    float: left;
    position: relative;
}
.upload_delete {
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/fabu_xq1.png) no-repeat;
    background-size: 20px; 
}

.upload_image {
    width: 100%;
    height: 100%;
}

.fab_xq_list>ul>li .color_che{
    background: #f3f3f3;
    overflow: hidden;
    padding: 2%;
    display: none;

}

.fab_xq_list>ul>li .color_che p{
    float: left;
    width: 50%;
    overflow: hidden;
    border-bottom: solid 1px #e4e4e4;
    line-height: .4rem;
    margin-bottom: 2%;
    padding: 2% 0;
}
.fab_xq_list>ul>li .color_che p i{
    width: 1rem; 
    height:  .4rem;
    display: inline-block; 
    background: #000000;
    float: left;
    margin-right:2%;
}

.fab_xq_list>ul>li .color_che p:nth-child(2) i{
    background: #fff;

}
.fab_xq_list>ul>li .color_che p:nth-child(3) i{
    background: #E6E6E6;

}
.fab_xq_list>ul>li .color_che p:nth-child(4) i{
    background: red;

}
.fab_xq_list>ul>li .color_che p:nth-child(5) i{
    background: #3399FF

}
.fab_xq_list>ul>li .color_che p:nth-child(6) i{
    background: #FF6600;

}
.fab_xq_list>ul>li .color_che p:nth-child(7) i{
    background: #fff;

}
 .am-datepicker tr.am-datepicker-header{
    font-size: .25rem;
}
 

.am-datepicker td{
    font-size: .25rem;
}

.list_index_my .my_dind .bt a .right input.shangp{
    width: 100%;
    border: none;
    text-align: right;
} 

.list_index_my .my_dind .bt .gl{
    border:none;
    width: 50%;
    float:right;
}


.list_index_my .my_dind .bt .gl1{
    border:none;
    width: 80%;
    float:right;
}

.post {
    background: #f7f7f6;
    border-radius: 5px;
    line-height: 80px;
    text-align: center;
    font-size: 16px;
    height: 80px;
    padding: 0 15px;
}

.btn_post {
    color: #fff;
    width: 100%;
    height: 44px;
    line-height: 44px;
    background: #ff5b1b;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    vertical-align: middle;
}

.peijian_list{
    padding: 2% 0;
    border-top: solid .1rem #f3f3f3;

}

.youhuiq {
    
    background: #fff;
    margin-top: .12rem;
    padding: .1rem;
} 
.youhuiq .text {
    overflow: hidden;
    font-size: .26rem;
}

.youhuiq .text h2 {
    color: #a5a5a5;
    font-weight: inherit;
    float: left;
    margin-right: .2rem;
}

.youhuiq .text .tb {
    float: left;
}
.youhuiq .jiant {
    padding-right: .3rem;
    background: url(../images/back_jt3.png) no-repeat top .05rem right;
    background-size: .15rem;
    margin-right: 2px;
    font-size: .26rem;
    color: #a5a5a5;
    line-height: .4rem;
}

.top_title .money { 
    padding-bottom: .12rem;
}
.youhuiq_list>div{
    display: flex;
    justify-content: space-between;
    border-top: solid 1px #f3f3f3;
    padding: 2% 0
}

.youhuiq_list>div:first-child{ 
    border-top: none; 
}

.goods_shux_box {
    position: relative;
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
}
.goods_shux_box .black_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.6);
}

.goods_shux_box .shux {
    background-color: #fff;
    position: absolute;
    bottom: -9rem;
    z-index: 5;
    width: 100%;
    max-height: 80%;
    min-height: 80%; 
    border-top-right-radius:  10px;
    border-top-left-radius:  10px;

}

.goods_shux_box .shux .goods_pic {
    border-bottom: #ddd solid 1px;
    padding:4% 2%;
    position: relative;
}

.goods_shux_box .shux .goods_pic em {
    float: right;
    margin: .2rem .2rem 0 0;
    position: absolute;
    top: 0px;
    right: 0px;
}

.goods_shux_box .shux .goods_pic em img {
    width: .2rem;
    height: .2rem;
    display: block;
}

.goods_shux_list{
    padding: 2%;
}

.goods_shux_list li{
    display: inline-block;
    background: #f3f3f3;
    padding: 2% 3%;
    border-radius: 5px;
    margin:0 1% 2% 0;
}
.goods_shux_list li.no{
    background: #ff4e00;

}
.goods_shux_list li.no a{
    color: #fff;

}
.goods_shux_list li a{
    display: block;
    color: #544e4c;
}

.youhuiq_img .text h2 {
    width: 20%;
}

.youhuiq_img .text .tb a {
    color: #544e4c;
}

.youhuiq_img .text .tb .bq p {
    display: inline-block;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: .26rem;
    font-size: .2rem;
    color: #a5a5a5;
}

.list_xq_mall {
    background: #fff;
    position: relative;
    text-align: center;
}

.list_xq_mall ul {
    overflow: hidden;
    margin: auto;
    display: inline-block;
}

.list_xq_mall ul li {
    float: left;
    border-radius: .5rem;
    border: solid 1px #a5a5a5;
    margin: .3rem .4rem;
    overflow: hidden;
}

.list_xq_mall ul li a {
    display: inline-block;
    background: url(../images/liaxi_1.png) no-repeat center left;
    background-size: .33rem;
    display: inline-block;
    padding-left: .36rem;
    color: #544e4c;
    font-size: .26rem;
    margin: .15rem .4rem;
}



.list_xq_mall ul li:last-child a{ 
    background: url(../images/duanp_1.png) no-repeat center left;
    background-size: .33rem;
  
}

.youhuiq_img .text .tb {
    width: 70%;
}


#team .bt {
    padding: .12rem 0 .15rem 0;
    border-bottom: solid 1px #c3c3c3;
    display: flex;
    justify-content: space-between;
}
#team .bt h1 {
    font-size: .26rem;
    line-height: .26rem;
    padding-left: .1rem;
    border-left: solid 2px #ff2e26;
    height: .26rem;
    margin-top: .1rem;
}

#team .bt span {
    color: #ff2e26;
}

.evaluate {
    padding-bottom: .2rem;
}

.evaluate li {
    border-bottom: solid 1px #e7e7e7;
    padding: .1rem 0;
}

.gouwur {
    overflow: hidden;
}

.gouwur .tx {
    width: .65rem;
    height: .65rem;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    float: left;
}

.gouwur .tx img {
    width: 100%;
}

.gouwur h1 {
    float: left;
    line-height: .65rem;
    font-size: .28rem;
    margin-left: .1rem;
}

.gouwur .xx {
    float: right;
    width: 20%;
    padding: .15rem 0;
}

.gouwur .xx img {
    width: 100%;
}

.evaluate p {
    padding: .2rem 0;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: justify;
}

.evaluate .img {
    padding: .1rem 0;
}

.evaluate .img span {
    display: inline-block;
    width: 80px;
    height: 60px;
    margin-right: 5px;
    margin-bottom: 5px;
    border-radius: 2px;
    overflow: hidden;
    text-align: center;
    background: #f3f3f3;
    vertical-align: middle;
}

.evaluate .img span img {
    width: auto;
    display: inline-block;
    height: auto;
    min-width: 80px;
    max-height:60px;
}

.evaluate h3 {
    color: #999;
    font-size: .2rem;
    font-weight: inherit;
}

#team {
    margin: .2rem 0;
    padding: 0 .12rem;
    background: #fff;
}

.chak_quanb{
    text-align: center;
    padding-bottom: 5%;
}


.chak_quanb button{
    background: none;
    border: solid 1px #f3f3f3;
    padding: 2% 10%;
    border-radius: 100px;
}

.zy_goods_foot {
    text-align: center; 
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    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;
    background-color: #fafafa;
}

.zy_goods_foot p {
    font-size: .28rem;
    color: #fff;
    background-color: #ffa57e;
    line-height: 100%;
    width: 70%;
}


.zy_goods_foot p:last-child {
    background: #ff4e00;
    color: #fff;
}

.zy_goods_foot p a {
    color: #fff;
    padding: .32rem 0;
    display: block;
}

.zy_goods_foot>a {
    padding-top: .15rem;
    width: 15%;
    display: block;
}

.zy_goods_foot i {
    display: block;
}

.zy_goods_foot i img {
    display: block;
    width: .4rem;
    height: .4rem;
    margin: 0 auto;
}

.zy_goods_foot>a>span {
    display: block;
    font-size: .20rem;
    color: #999;
    line-height: .36rem;
}



.sos_t_zy_noSos .right .dh .no
{
	background: #fff; 
    color: #ff2e26;
}


/*店铺首页*/
.zy_mall_shop{
	padding-top: .7rem;
}
.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;
} 

.zy_supplier_box{padding-bottom:0;}
.zy_supplier_box .name_bg{position: relative;}
.zy_supplier_box .name_bg h2{ background-color: #000; }
.zy_supplier_box .name_bg h2 img{ width: 100%; opacity: .6;}

.zy_supplier_box .name_bg>div{position: relative;position: absolute; width: 100%; bottom: 6%;}
.zy_supplier_box .name_bg>div h3{position: absolute; bottom: 0; left: 2%;}
.zy_supplier_box .name_bg>div span{position: absolute; right: 2%; bottom: 0;}
.zy_supplier_box .name_bg>div h3{overflow: hidden; width: 74%;}
.zy_supplier_box .name_bg>div h3 i{float: left; width: 26%;}
.zy_supplier_box .name_bg>div h3 i img{width: 100%; display: block;}
.zy_supplier_box .name_bg>div h3 dl{float: left; margin-left: 4%;}
.zy_supplier_box .name_bg>div h3 dl dt{    color: #fff;
    font-size: .28rem;
    line-height: 300%;
    white-space: nowrap;
	overflow: hidden;
}
.zy_supplier_box .name_bg>div h3 dl dd{ background-color: #fff; color: #7c7c7c; display: inline-block; font-size: .20rem; 
	border-radius: 100px; padding:0 3%; position: absolute; top:.6rem; line-height: .36rem;
	
}

.zy_supplier_box .name_bg>div h3 dl dd i{
	display: inline-block;
	width: .3rem;
	height: .25rem;
	background: url(../images/zuans.png) no-repeat;
	background-size: 100%;
	margin:0 .04rem;
	float: none; 
	position: relative;
	top: .06rem;
}
.zy_supplier_box .name_bg>div span{ background-color: #fff; border-radius: 100px; color: #ff2e26; font-size: .20rem; 
	padding: 0 2%; line-height: .36rem;
}
.zy_supplier_box .name_bg>div span i{display: inline-block; vertical-align: middle; width: .22rem; margin-right: .05rem;}
.zy_supplier_box .name_bg>div span i img{display: block; width: 100%;}

.zy_supplier_box .txt{ background-color: #fff;text-align: center;}
.zy_supplier_box .txt a{ background-color: #f1f1f1; color: #ff2e26; width: 28%; font-size:.22rem; 
	display: block;height:.68rem;line-height: 100%; padding: .02rem 0;
} 
.zy_supplier_box .txt a em{display: block; font-size: .26rem; font-style: normal; font-weight: bold; line-height: .36rem; margin: .03rem 0 .02rem;}
.zy_supplier_box .txt a:first-child{ background-color: #ff2e26; color: #fff; }
.zy_supplier_box .txt a:first-child em img{    display: block;
    width: .4rem;
    height: .3rem;
    margin: 0 auto;
	margin-bottom: .06rem;}
.zy_banner_dianp .zy_sp .swiper-pagination-bullet-active{ background-color: #ff2e26; }
	
.zy_supplier_box .txt span{ width: 25%; font-size: .22rem; color: #666; display: block; }
.zy_supplier_box .txt span em{ font-style: normal; color: #e00400;}
.xiadan_href{
	margin: .2rem 2%;
    background: #ff2e26;
    text-align: center;
    border-radius: 5px;
    padding-top: .1rem;
}
.xiadan_href a
{
color: #fff;
}
.xiadan_href p{
	font-size: .3rem;
    line-height: .35rem;
}
.xiadan_href span{
	opacity: .5;
	font-size: .2rem;
}
.jiazzhong_mall{
	padding: .1rem 0;
}
/*底部导航*/
.zy_supplier_menu ul{padding:0;}
.zy_supplier_menu ul li{ width: 33.333%; padding: 2% 0 0 0; }
.zy_supplier_menu ul li i{ margin-bottom: 3%;  }
.zy_supplier_menu ul li span{ line-height: 180%; }
.zy_supplier_menu  ul li img{
	display: block;
    margin: 0 auto;
    width: .4rem;
    height: .38rem;
}
.zy_supplier_menu ul li.no a{
	color: #ff2e26;
}
.mall_shop_xq_list {
	margin: .2rem 0;
}
.mall_shop_xq_list li{
	background: #fff;
	margin-bottom: 1px;	
	overflow: hidden;
	padding: .2rem;
}

.mall_shop_xq_list li p{
	width:25%;
	display: inline-block;
	float: left;
}

.mall_shop_xq_list li span{
	float: left;
	width: 68%;
	text-align: justify;
}
.mall_shop_xq_list li h3{
	padding-top: .6rem;
	font-weight: inherit;
	text-align: justify;
}

.mall_shop_xq_class li i{
	background: url(../images/back_jt3.png) no-repeat;
	background-size: 100%;
	width: .15rem;
	height: .3rem;
	display: inline-block;
	float: right;
}
.mall_shop_xq_class li a{
	color: #544e4c;
	display: block;
    overflow: hidden;
}

.swiper-container img {
    width: 100%;
}




.xundij_tk{
    padding: 3%;
}

.xundij_tk li{
    overflow: hidden;
    padding: 4% 0px;
    border-bottom: solid 1px #f3f3f3;
}

.xundij_tk li>p{
    width:25%;
    float: left;
}
.xundij_tk li input{
    width:70%;
    border: none;
}

.xundij_tk li i{
    width: 5%;
    background: url(../images/back_jt3.png) no-repeat center right;
    background-size: .1rem;
    float: right;
    height: .3rem;
}

.xundij_tk li #citypick{
    width: 70%;
    float: left;
}

.xundij_tk button{
    margin-top: 40px;
    width: 100%;
    border:none;
    border-radius: 5px;
    line-height: .8rem;
    background: #ff4e00;
    color: #fff;
}

.mall_list_xq_footer a {
    display: inline-block;
    background: #00a0e9;
    color: #fff;
}

.xundij_tk>h2{
    font-weight: normal;
    line-height: .5rem;
}

.xundij_tk p img{
    width: 100%;
}

.xundij_tk  .che{
    width: 70%;
    float: left;
}

.jiuyuan_xq_footer{
    text-align: center;
}

/* 头部左右滑动 */
.zyhd {
    height: .6rem;
    overflow: hidden;
    padding-top:.04rem;
    border-top: solid 1px #f3f3f3;
}
.zyhd ul {
    width: 100%;
    white-space: nowrap;
    overflow: auto;
    margin: 0 auto;
height: 120%;

}
.zyhd ul li{ 
    width: auto;
    display: inline-block;
    margin: 0 0.3rem;
    
 
}
.zyhd ul li a{
    color: #544e4c;
    font-size: 0.24rem;
}
  
.zyhd ul li.no a {
    font-weight:600;
}
.zyhd ul li.no a i{
    display: block;
    width: 50%;
    height: 2px;
    border-radius:1rem;
    background: #ff4e00;
    margin: 0 auto;
}


.qiczhul_k .sx{
    background: #fff;
    border-top: solid .1rem #f3f3f3;
    padding:2% 1%;
}

.qiczhul_k .sx select{
    border: none;
    padding:0 4%;
    margin-right: 2%;
    border-left: solid 1px #ddd;
}

.qiczhul_k .sx select:first-child{
    border-left: solid 0px #ddd; 
}

.qiczhul_k ul.zuc_list{
    padding: 2%;
    background: #fff;
}

.qiczhul_k ul.zuc_list li{
    overflow: hidden;
    padding: 3% 0;
    border-bottom: solid 1px #f3f3f3;
    
}

.qiczhul_k ul.zuc_list li>h2{
    float: left;
    width: 25%;
    border-radius: 4px;
    border:solid 1px #f3f3f3;
    margin-right:2.5%;
}

.qiczhul_k ul.zuc_list li>h2 img{
    width: 100%;
}
.qiczhul_k ul.zuc_list li .text{
    float: left;
    width: 50%;
    margin-right:2.5%; 
}

.qiczhul_k ul.zuc_list li .text p{
    color: #828282;
}
.qiczhul_k ul.zuc_list li .text span{
    border-radius:5px;
    display: inline-block;
    background: #ff4e003d;
    color: #ff4e00;
    padding: 0 2%;
}
.qiczhul_k ul.zuc_list li .right{
    width: 20%; 
    float: right;
    text-align: right;
    color: #828282;
}
.qiczhul_k ul.zuc_list li .right b{ 
    color: #ff4e00;
    font-size: .28rem;
    padding: 0 2%;
}

.xundij_tk_a li i{
    width: 35%;
    text-align: right; 
    font-style: normal;
}

.xundij_tk_a li i span{  
    margin-right: .2rem;
}

.xundij_tk_a li i span b{
    color: #ff4e00;

}



/* 0705 */




.shangjiaruz{
	padding: 1rem 2% 2% 2%;
	background: #fff;
}

.shangjiaruz .am-form-field{
	font-size: .22rem;
	padding: .8em .2rem;
	border-radius: 5px;

}

.shangjiaruz p{
	margin-bottom: 2%;
	overflow: hidden;
}

.shangjiaruz .no{
	width: 50%;
	float: left;
}
.shangjiaruz .button_yanz{
	width: 48%;
	float: right;
	padding: .65em 0;
	border-radius: 5px;
	background: #e0e0e0;
	text-align: center;

}

.shangjiaruz .am-btn{
	font-size: .24rem;
	padding:.2rem 0;
	margin-top: .3rem;
}

.shangjiaruz .am-btn-primary{
	font-size: .24rem;
	background-color: #ff2e26;
	border-color: #ff2e26;
	border-radius: 5px;
	
} 
.my_yve_footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: .2rem 0;
}

.my_yve_footer em {
    color: #1e83d3;
    font-style: normal;
}
.my_yve_footer a {
    padding: .1rem .3rem;
    color: #544e4c;
}



/* 入驻 */
.shangj_ruz2{
	padding: .4rem .2rem;
}
.shangj_ruz2>ul{
	border-radius: 8px;
	background: #fff;
	padding: .2rem .1rem;
	margin-bottom: .2rem;
}
.shangj_ruz2>ul>li{
	padding:.14rem .1rem;
	font-size: .26rem;
	line-height:150%;
}
.shangj_ruz2>ul>li span{
	width:22%;
	display: inline-block;
}

.shangj_ruz2>ul>li input{
	border: none;
	font-size: .26rem;
	width: 70%;
	outline: none;
}

.zy_apply_gsxxrz .xxrz_con form >div h3 .area select{ border: #ddd solid 1px; font-size: .24rem; line-height: 220%; padding:0 1%;
	background: url(../images/xsj_down_1.png) no-repeat center right .1rem #fafafa; background-size: .14rem; padding-right: 5%; color: #666;
}

#city_2{
	display: inline-block;
}
.shangj_ruz2>div{
	border-radius: 8px;
	background: #fff;
	padding: .2rem .1rem;
	margin-bottom: .2rem;

	
}

.shangj_ruz2>div p{
	border-bottom: solid 1px #BEBEBE; 
	padding: .1rem 0;
	font-size:.26rem;
}
.shangj_ruz2>div .logo>div{
	text-align: center;
	padding:.6rem .2rem;
}
.shangj_ruz2>div .logo>div h4{
	font-size: .3rem;
	font-weight: normal;
	color: #a5a5a5;
}
.shangj_ruz2>div .logo>div img{
	width:2rem;
}


.shangj_ruz2>div .logo>input{
	display: none;
}

.shangj_ruz2>div .shengfz>div{
	display: inline-block;
	padding-bottom: .1rem;
}

.shangj_ruz2>div .shengfz h3{
	color:#929292;
	font-weight: normal;
} 

.xieYi{
	padding: .2rem;
}
.xieYi>div{
	padding-left: .4rem;
	background: url(../images/gougou1.png) no-repeat center left;
	background-size: .32rem;
}

.xieYi>div.no{
	background: url(../images/gougou.png) no-repeat center left;
	background-size: .32rem;
}
.zhuzanniu{
padding: .2rem;
}
.zhuzanniu .am-btn-primary {
    font-size: .24rem;
    background-color: #ff2e26;
    border-color: #ff2e26;
	border-radius:3px;
	padding: .1rem;
	line-height: .45rem;
	
}

.xuanzhy{
	position: relative;
}
.xuanzhy>div{
	background:rgba(0, 0, 0, .5);
	width: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100%;
	display: none;
}

.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: -70%;
}
.xuanzhy ul li{
	padding: .1rem 0;
}



/*  */

