@charset "UTF-8";
/* CSS Document */
/* index.html 首页 */
header{
    width: 100%;
    height: .5rem;
}
header .logo img{
    display: block;
    float: left;
    width: .42rem;
    margin: .04rem .08rem 0 0;
}
header .logo{
    line-height: .5rem;
    font-size: .19rem;
    color: #000000;
    font-weight: bold;
}
.my_ts a{
    display: block;
    font-size: .13rem;
    color: #000000;
    margin-top: .15rem;
}
.my_ts img{
    width: .14rem;
    transform: translateY(-.01rem);
    margin-right: .05rem;
}
.banner{
    border-radius: .05rem;
    overflow: hidden;
    margin-top: .08rem;
}
.banner .swiper-pagination-bullet{
    background: #FFFFFF;
}
.zhanghao{
    margin-top: .16rem;
}
.zhanghao .tit h3{
    display: block;
    float: left;
    line-height: 1;
    font-size: .33rem;
    color: #000000;
    font-weight: normal;
    letter-spacing: -2px;
}
.zhanghao .tit h3 i{
    display: inline-block;
    width: .16rem;
    height: .16rem;
    border: 1px solid #000000;
    border-radius: .08rem;
    text-align: center;
    line-height: .15rem;
    font-size: .12rem;
    letter-spacing: 0;
    margin-left: .03rem;
}
.zhanghao .tit a{
    display: block;
    float: right;
    background: linear-gradient(#535353,#000000);
    height: .26rem;
    line-height: .26rem;
    border-radius: .13rem;
    text-align: center;
    color: #FFFFFF;
    font-size: .13rem;
    padding: 0 .07rem;
    margin-top: .03rem;
}
.zhanghao .tit a img{
    width: .11rem;
    margin-right: .04rem;
}
.zhanghao ul{
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: .08rem;
}
.zhanghao ul li{
    width: 50%;
    font-size: .13rem;
    line-height: .26rem;
    color: #000000;
}

.gonggao{
	width:100%;
	padding:0 .08rem 0 .5rem;
	position:relative;
    height: .45rem;
    background: linear-gradient(#535353,#000000);
    border-radius: .05rem;
}
.gonggao:before{
	content:"";
	display:block;
	position:absolute;
	width:1px;
	height:.15rem;
	background:#FFFFFF;
	left:.4rem;
	top:50%;
	transform:translate(0,-50%);
}
.gonggao_1{
	position:absolute;
	width:.25rem;
	left:.07rem;
	top:50%;
	transform:translate(0,-50%);
}
.scroll-box{
	height:.45rem;
	overflow:hidden;
}
.scroll-box li a{
	display:block;
	font-size:.13rem;
	line-height:.45rem;
	color:#FFFFFF;
	width:100%;
    background-image: url("../img/004.png");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: .05rem .08rem;
    padding-right: .12rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.scroll-box li a span{
    display: inline-block;
    font-size: .11rem;
    color: #e0c79a;
    background: #000000;
    border: 1px solid #e0c79a;
    border-radius: 3px;
    line-height: .15rem;
    padding: 0 3px;
    margin-right: .04rem;
}
.ind_nav ul{
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: .08rem;
}
.ind_nav ul li{
    width: 47.8%;
    margin-top: .14rem;
}
.ind_nav ul li a{
    display: block;
    position: relative;
}
.ind_nav ul li a h3{
    color: #FFFFFF;
    position: absolute;
    font-weight: normal;
    font-size: .17rem;
    left: .12rem;
    top:50%;
    transform:translate(0,-50%);
}
.ind_nav ul li a i{
    display: block;
    position: absolute;
    width: .23rem;
    right: .16rem;
    top:50%;
    transform:translate(0,-50%);
}
.fot_bg{
    width: 100%;
    height: .6rem;
    margin-top: .25rem;
}
.footer{
    position: fixed;
    width: 100%;
    max-width: 768px;
    bottom: 0;
    height: .6rem;
    background: linear-gradient(#ffd91f,#ed810a);
    z-index: 9999;
}
.footer li{
    float: left;
    width: 25%;
    text-align: center;
}
.footer li a{
    display: block;
    width: 100%;
    height: .6rem;
    padding-top: .11rem;
}
.footer li .img{
    width: .2rem;
    height: .2rem;
    position: relative;
    margin: 0 auto;
}
.footer li .img1{
    position: absolute;
    width: .2rem;
    height: .2rem;
    top: 0;
    left: 0;
}
.footer li .img2{
    position: absolute;
    width: .2rem;
    height: .2rem;
    top: 0;
    left: 0;
    display: none;
}
.footer li p{
    font-size: .11rem;
    color: #916124;
    margin-top: .04rem;
}
.footer li.on .img1{
    display: none;
}
.footer li.on .img2{
    display: block;
}
.footer li.on p{
    color: #000000;
}

/* login.html 登录 */
.login{
    position: fixed;
    top:50%;
    left:50%;
    width:89%;
    transform:translate(-50%,-50%);
    z-index: 9;
    max-width: 668px;
}
.login_logo_1{
    width: .7rem;
    margin: 0 auto;
}
.login_logo_2{
    width: 2.24rem;
    margin: 0 auto;
    margin-top: .25rem;
}
.login_c form{
    display: block;
    width: 100%;
    margin-top: .45rem;
}
.login_c form >input{
    display: block;
    width: 100%;
    border: none;
    height: .46rem;
    border-radius: .23rem;
    background-color: rgba(241,244,249,.8);
    background-repeat: no-repeat;
    background-size: .17rem;
    background-position: .19rem center;
    padding: 0 .1rem 0 .44rem;
    font-size: .15rem;
    margin-top: .12rem;
    outline: none;
    border: 1px solid #FFFFFF;
}
.login_c form input.name{
    background-image: url("../img/014.png");
}
.login_c form input.password{
    background-image: url("../img/015.png");
}
.login_c form button{
    display: block;
    width: 100%;
    height: .42rem;
    background: linear-gradient(#535353,#010101);
    border-radius: .21rem;
    margin-top: .26rem;
    color: #FFFFFF;
    font-size: .18rem;
    outline: none;
    border: none;
}
.login_c form> a{
    display: block;
    width: 100%;
    height: .42rem;
    border: .01rem solid #c9a11d;
    border-radius: .21rem;
    text-align: center;
    line-height: .4rem;
    margin-top: .12rem;
    background: rgba(255,255,255,.25);
    font-size: .18rem;
    color: #af8d20;
}

/* notice.html 公告列表 */
.notice_top{
    padding: .15rem 0;
    position: relative;
}
.notice_top h3{
    text-align: center;
    font-size: .18rem;
    color: #333333;
    line-height: .22rem;
}
.notice_top a{
    display: block;
    position: absolute;
    left: 0;
    width: .1rem;
    height: .17rem;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
.notice_list li{
    width: 100%;
    margin-top: .2rem;
    border: 1px solid #FFFFFF;
    border-radius: .08rem;
    background: rgba(251,241,218,.35);
    padding: .1rem .15rem;
}
.notice_list li h3{
    font-size: .16rem;
    color: #333333;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.notice_list li p{
    font-size: .13rem;
    line-height: .22rem;
    color: #000000;
    margin-top: .07rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
}
.notice_list li .time{
    float: left;
    font-size: .11rem;
    color: #b48613;
    background: url("../img/019.png") left center no-repeat;
    background-size: .09rem;
    padding-left: .12rem;
    line-height: .23rem;
    margin-top: .11rem;
}
.notice_list li a{
    display: block;
    float: right;
    margin-top: .11rem;
    height: .23rem;
    text-align: center;
    line-height: .23rem;
    color: #FFFFFF;
    font-size: .12rem;
    width: .86rem;
    border-radius: .12rem;
    background: linear-gradient(#535353,#010101);
}

.notice_det{
    margin-top: .2rem;
}
.notice_det h2{
    text-align: center;
    line-height: 1;
    font-size: .17rem;
    color: #333333;
}
.notice_det .time{
    text-align: center;
    margin-top: .08rem;
    font-size: .11rem;
    color: #b48613;
}
.notice_det .time img{
    width: .09rem;
    transform: translateY(-.015rem);
    margin-right: .05rem;
}
.notice_det .con{
    font-size: .14rem;
    line-height: .25rem;
    color: #000000;
    margin-top: .14rem;
    border-bottom: 1px solid #000000;
    padding-bottom: .3rem;
}
.det_page{
    margin-top: .15rem;
}
.det_page a{
    display: block;
    font-size: .13rem;
    line-height: .26rem;
    color: #916124;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* register.html 为他人注册 */
.register form{
    display: block;
    width: 100%;
}
.register .form{
    display: block;
    width: 100%;
}
.register form .items{
    position: relative;
    width: 100%;
    margin-top: .1rem;
}
.register .form .items{
    position: relative;
    width: 100%;
    margin-top: .1rem;
}
.yzm_img{
    position: absolute;
    width: .73rem;
    height: .34rem;
    border-radius: .17rem;
    background: #fbd9f2;
    top: 0;
    bottom: 0;
    right: .05rem;
    margin: auto 0;
    overflow: hidden;
}
.yzm_img img{
    display: block;
    position: absolute;
    /* width: auto; */
    height: auto;
    max-width: 100%;
    /* max-height: 100%; */
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.register form input{
    display: block;
    width: 100%;
    height: .46rem;
    border-radius: .23rem;
    background-color: rgba(241,244,249,.8);
    background-repeat: no-repeat;
    background-size: auto .17rem;
    background-position: .15rem center;
    padding: 0 .1rem 0 .43rem;
    font-size: .15rem;
    outline: none;
    border: 1px solid #FFFFFF;
}
.register .form input{
    display: block;
    width: 100%;
    height: .46rem;
    border-radius: .23rem;
    background-color: rgba(241,244,249,.8);
    background-repeat: no-repeat;
    background-size: auto .17rem;
    background-position: .15rem center;
    padding: 0 .1rem 0 .43rem;
    font-size: .15rem;
    outline: none;
    border: 1px solid #FFFFFF;
}
.register form input.sjh{
    background-image: url("../img/021.png");
}
.register form input.yzm{
    background-image: url("../img/022.png");
}
.register form input.mima{
    background-image: url("../img/023.png");
}
.register form input.mz{
    background-image: url("../img/024.png");
}
.register .form input.mz{
    background-image: url("../img/024.png");
}
.register form input.wxh{
    background-image: url("../img/025.png");
}
.register form input.zfb{
    background-image: url("../img/026.png");
}
.register button{
    display: block;
    width: 100%;
    height: .42rem;
    background: linear-gradient(#535353,#010101);
    border-radius: .21rem;
    margin-top: .25rem;
    color: #FFFFFF;
    font-size: .18rem;
    outline: none;
    border: none;
}
.note{
    position: fixed;
    z-index: 99999;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3);
    top: 0;
    left: 0;
}
.note_c{
    width: 84%;
    max-width: 630px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: .48rem;
    border-radius: .1rem;
    background: #fbf1da;
    margin: auto;
}
.note_c p{
    display: block;
    line-height: .48rem;
    font-size: .14rem;
    color: #e87e00;
}
.note_c p img{
    display: block;
    float: left;
    width: .12rem;
    margin: .185rem .1rem 0 .13rem;
}
.note_c i{
    display: block;
    position: absolute;
    width: .11rem;
    height: .11rem;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: .15rem;
    cursor: pointer;
}
.note_c i img{
    display: block;
    width: 100%;
    height: 100%;
}
.register .reg_bg{
    display: none;
}
.register .reg_bg.on{
    display: block;
}
.wrong .note_c{
    background: #ffe3e3;
}
.wrong .note_c p{
    color: #ff6d6d;
}
.success{
    position: fixed;
    z-index: 99999;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3);
    top: 0;
    left: 0;
    display: none;
}
.success_c{
    width: 70%;
    max-width: 526px;
    position: absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    border-radius: .1rem;
    background: linear-gradient(#dffdef,#ffffff);
    margin: auto;
    text-align: center;
    padding-bottom: .24rem;
}
.success_c img{
    display: block;
    width: .54rem;
    margin: 0 auto;
    margin-top: -.27rem;
}
.success_c h3{
    font-size: .17rem;
    color: #000000;
    margin-top: .2rem;
}
.success_c a{
    display: block;
    margin: 0 auto;
    color: #FFFFFF;
    background: linear-gradient(#535353,#010101);
    width: .9rem;
    height: .28rem;
    border-radius: .14rem;
    line-height: .28rem;
    font-size: .12rem;
    margin-top: .2rem;
}

/* tuandui.html 商友圈 */
.shang_top{
    background: linear-gradient(#535353,#000000);
    border-radius: .1rem;
    margin-top: .1rem;
    padding: .12rem .15rem;
}
.shang_top_1 h3 img{
    display: block;
    width: .45rem;
    height: .45rem;
    border-radius: 50%;
    margin-right: .05rem;
    float: left;
}
.shang_top_1 h3{
    font-weight: normal;
    color: #FFFFFF;
    font-size: .15rem;
    line-height: .45rem;
}
.shang_top_1 span{
    display: block;
    float: right;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    font-size: .13rem;
    line-height: .22rem;
    border-radius: .12rem;
    padding: 0 .06rem;
    background: rgba(255,255,255,.2);
    margin-top: .1rem;
}
.shang_top ul{
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: .07rem;
}
.shang_top ul li{
    color: #FFFFFF;
    font-size: .13rem;
    line-height: .22rem;
}
.zx_c .items{display:none;list-style: none;}
.zx_c .items.thisclass{display:list-item;}
.shang_list{
    margin-top: .2rem;
}
.shang_list .zx_t{
    width: 100%;
    position: relative;
}
.shang_list .zx_t li{
    display: inline-block;
    font-size: .17rem;
    color: #936124;
    margin-right: .3rem;
    line-height: 1;
    transition:all .3s;
}
.shang_list .zx_t li:after{
    content: "";
    display: block;
    width: 0;
    height: .02rem;
    background: #000000;
    border-radius: .01rem;
    margin-top: .06rem;
    transition:all .3s;
}
.shang_list .zx_t li.active{
    color: #000000;
}
.shang_list .zx_t li.active:after{
    width: 100%;
}
.syq_search .btn{
    cursor: pointer;
    width: .3rem;
    position: absolute;
    right: 0;
    top: -.05rem;
}
.syq_search_c{
    position: absolute;
    width: calc(100% - .15rem);
    height: .46rem;
    border-radius: .23rem;
    background: #f1f4f9;
    left: 0;
    top: -.15rem;
    display: none;
}
.syq_search_c input{
    display: block;
    width: 100%;
    border: none;
    outline: none;
    height: .46rem;
    border-radius: .23rem;
    background: url("../img/035.png") .16rem center no-repeat;
    font-size: .15rem;
    background-size: .18rem;
    padding-left: .45rem;
}
.syq_search_c i{
    display: block;
    position: absolute;
    cursor: pointer;
    width: .3rem;
    right: -.15rem;
    top: .1rem;
}
.shang_list .zx_c li{
    border-radius: .1rem;
    margin-top: .15rem;
    background: linear-gradient(#ffffff,#dadada);
    border: 1px solid #b48613;
    padding: .13rem .12rem;
}
.shang_list .zx_c li .img{
    width: .45rem;
    height: .45rem;
    border-radius: 50%;
    overflow: hidden;
}
.shang_list .zx_c li .img img{
    display: block;
    width: .45rem;
    height: .45rem;
    object-fit: fill;
}
.shang_list .zx_c li .txt1{
    margin-left: .06rem;
    margin-top: .04rem;
}
.shang_list .zx_c li h3{
    font-weight: normal;
    font-size: .15rem;
    line-height: 1;
    color: #000000;
}
.shang_list .zx_c li .time{
    background: url("../img/034.png") left center no-repeat;
    background-size: .09rem;
    font-size: .11rem;
    color: #b48613;
    padding-left: .14rem;
    margin-top: .04rem;
}
.shang_list .zx_c li .txt2{
    text-align: right;
}
.shang_list .zx_c li span{
    display: inline-block;
    color: #b48613;
    border: 1px solid #b48613;
    font-size: .12rem;
    line-height: .18rem;
    border-radius: .1rem;
    padding: 0 .05rem;
    background: #FFFFFF;
}
.shang_list .zx_c li p{
    font-size: .12rem;
    color: #000000;
    margin-top: .03rem;
}
.end_line{
    text-align: center;
    font-size: .13rem;
    color: #b38611;
    margin-top: .12rem;
}

/* tuiguang.html 我的推荐码 */
.tuiguang{
    position: fixed;
    width: 90%;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
}
.tuiguang .tit{
    width: 2.34rem;
    margin: 0 auto;
}
.tuiguang .txt1{
    width: 2.08rem;
    height: .38rem;
    border: .02rem solid #fbde29;
    border-radius: .19rem;
    margin: 0 auto;
    margin-top: .08rem;
    background: #FFFFFF;
    box-shadow:0 0 10px rgba(249, 138, 31, .25);
    padding-top: .05rem;
}
.tuiguang .txt1 span{
    display: block;
    height: .24rem;
    background: #fbde29;
    width: 1.75rem;
    margin: 0 auto;
    text-align: center;
    line-height: .24rem;
    font-size: .16rem;
    color: #000000;
}
.tuiguang .ewm_img{
    margin: 0 auto;
    width: 1.06rem;
    margin-top: .25rem;
}
.tuiguang .fuzhi_con{
    width: 100%;
    height: .46rem;
    border-radius: .23rem;
    background: rgba(255,255,255,.9);
    margin-top: .25rem;
    display: flex;
    align-content: space-between;
    
}
.tuiguang .fuzhi_con a{
    /* display: block; */
    /* float: right; */
    color: #FFFFFF;
    background: linear-gradient(#535353,#010101);
    width: 1.58rem;
    height: .32rem;
    border-radius: .18rem;
    text-align: center;
    line-height: .32rem;
    font-size: .14rem;
    margin: .07rem .05rem 0 0;
}
.tuiguang .fuzhi_con span{
    /* display: block; */
    /* float: left; */
    line-height: .46rem;
    font-size: .14rem;
    color: #777777;
    padding-left: .08rem;
    overflow: hidden;
}

/* zonghepingfen.html 综合商誉评分 */
.pingfen{
    margin-top: .1rem;
}
.pingfen .top ul{
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.pingfen .top ul li .tit{
    overflow: hidden;
}
.pingfen .top ul li .tit img{
    display: block;
    width: .36rem;
    height: .39rem;
    float: left;
    position: relative;
}
.pingfen .top ul li .tit span{
    display: block;
    float: left;
    width: .45rem;
    height: .21rem;
    line-height: .21rem;
    border-radius: 5px;
    text-align: center;
    font-size: .13rem;
    margin: .09rem 0 0 -.04rem;
    padding-left: .04rem;
}
.pingfen .top ul li.hao .tit span{
    background: #fdeab5;
    color: #fca430;
}
.pingfen .top ul li.zhong .tit span{
    background: #f8dac1;
    color: #ca7425;
}
.pingfen .top ul li.cha .tit span{
    background: #e2e7ed;
    color: #99b1c5;
}
.pingfen .top ul li p{
    text-align: center;
    font-size: .13rem;
    color: #000000;
    margin-top: .05rem;
}
.pingfen .top ul li p b{
    font-size: .17rem;
}
.pingfen .top .txt{
    text-align: center;
    width: 100%;
    height: .33rem;
    line-height: .33rem;
    background: url("../img/043.png") center no-repeat;
    background-size: auto 100%;
    font-size: .13rem;
    color: #000000;
    margin-top: .2rem;
}
.pingfen .top .txt b{
    font-size: .17rem;
}
.pingfen_c h3{
    font-size: .17rem;
    color: #000000;
    margin-top: .25rem;
    line-height: 1;
}
.pingfen_c h3 img{
    width: .17rem;
    display: block;
    float: left;
    margin-right: .05rem;
}
.pingfen_c ul{
    margin-top: .1rem;
}
.pingfen_c li{
    position: relative;
    font-size: .13rem;
    color: #000000;
    line-height: .32rem;
    padding-left: .25rem;
}
.pingfen_c li i{
    display: block;
    position: absolute;
    width: .2rem;
    height: .2rem;
    border: 1px solid #000000;
    border-radius: .1rem;
    background: rgba(255,255,255,.5);
    text-align: center;
    line-height: .19rem;
    font-size: .11rem;
    color: #000000;
    left: 0;
    top: .06rem;
}

/* shensuliebiao.html 投诉列表 */
.tousu_list{
    margin-top: .1rem;
}
.tousu_list li{
    margin-top: .1rem;
    border-radius: .1rem;
    background: linear-gradient(#ffffff,#dadada);
    padding: .13rem .15rem;
    border: 1px solid #b58614;
}
.tousu_list li .tit .img{
    float: left;
    width: .35rem;
    height: .35rem;
    border-radius: 50%;
    overflow: hidden;
}
.tousu_list li .tit .img img{
    display: block;
    width: .35rem;
    height: .35rem;
    object-fit: fill;
}
.tousu_list li .tit h3{
    line-height: .35rem;
    font-size: .15rem;
    color: #000000;
    margin-left: .05rem;
    float: left;
}
.tousu_list li .tit .time{
    float: right;
    background: url("../img/019.png") left center no-repeat;
    background-size: .09rem;
    font-size: .11rem;
    color: #b48613;
    line-height: .35rem;
    padding-left: .12rem;
}
.tousu_list li .txt{
    font-size: .13rem;
    line-height: .22rem;
    margin-top: .08rem;
    color: #000000;
}
.huifu{
    width: 100%;
    border-radius: .1rem;
    padding: .06rem .1rem;
    border: 1px solid #b58614;
    background: #fbd72b;
    margin-top: .08rem;
}
.huifu .img{
    float: left;
    width: .35rem;
    height: .35rem;
    border-radius: 50%;
    overflow: hidden;
}
.huifu .img img{
    display: block;
    width: .35rem;
    height: .35rem;
    object-fit: fill;
}
.huifu_rt{
    float: left;
    width: calc(100% - .75rem);
    margin-left: .08rem;
    margin-top: .03rem;
}
.huifu_rt h3{
    font-size: .13rem;
    color: #000000;
    line-height: 1;
}
.huifu_rt p{
    font-size: .11rem;
    color: #777777;
    margin-top: .03rem;
}
.huifu a{
    display: block;
    float: right;
    width: .16rem;
    margin-top: .09rem;
}
.tousu_list li .btn{
    overflow: hidden;
    margin-top: .12rem;
}
.tousu_list li .btn a{
    display: block;
    width: 47.6%;
    text-align: center;
    height: .28rem;
    border-radius: .14rem;
    font-size: .12rem;
}
.tousu_list li .btn a.btn_che{
    color: #FFFFFF;
    line-height: .28rem;
    background: linear-gradient(#535353,#010101);
    float: left;
}
.tousu_list li .btn a.btn_det{
    color: #000000;
    border: .01rem solid #000000;
    line-height: .26rem;
    background: linear-gradient(#fde22c,#f8b629);
    float: right;
}
.chexiao{
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0,0,0,.3);
    top: 0;
    left: 0;
    display: none;
}
.chexiao_c{
    width: 70%;
    max-width: 526px;
    position: absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    border-radius: .1rem;
    background: linear-gradient(#fcead4,#ffffff);
    text-align: center;
    padding-bottom: .24rem;
}
.chexiao_c img{
    display: block;
    width: .54rem;
    margin: 0 auto;
    margin-top: -.27rem;
}
.chexiao_c h3{
    font-size: .17rem;
    color: #000000;
    margin-top: .2rem;
}
.chexiao_c .btn{
    text-align: center;
    margin-top: .21rem;
}
.chexiao_c .btn a{
    display: inline-block;
    width: .85rem;
    text-align: center;
    height: .28rem;
    border-radius: .14rem;
    font-size: .12rem;
    margin: 0 .04rem;
}
.chexiao_c .btn a.btn_no{
    border: .01rem solid #000000;
    color: #000000;
    line-height: .26rem;
}
.chexiao_c .btn a.btn_yes{
    line-height: .28rem;
    color: #FFFFFF;
    background: linear-gradient(#535353,#010101);
}
.chexiao_suss{
    display: none;
}
.chexiao_suss .note_c{
    background: #d2f7e5;
}
.chexiao_suss .note_c p{
    color: #00ae23;
}
.wushuju{
    position: fixed;
    top:50%;
    left:50%;
    width:100%;
    transform:translate(-50%,-50%);
    display: none;
}
.wushuju .img{
    width: 2.4rem;
    margin: 0 auto;
}
.wushuju h3{
    font-weight: normal;
    color: #000000;
    font-size: .17rem;
    margin-top: .2rem;
    text-align: center;
}
.wushuju a{
    display: block;
    width: 89%;
    margin: 0 auto;
    height: .42rem;
    line-height: .42rem;
    border-radius: .21rem;
    text-align: center;
    color: #FFFFFF;
    font-size: .18rem;
    margin-top: .45rem;
    background: linear-gradient(#535353,#010101);
}

/* shensu.html 我要投诉 */
.tousu_txt{
    margin-top: .1rem;
    font-size: .13rem;
    line-height: .21rem;
    color:#FFFFFF;
    padding: .12rem .15rem;
    background: linear-gradient(#535353,#010101);
    border-radius: .1rem;
}
.tousu_con h3{
    font-size: .17rem;
    color: #000000;
    line-height: 1;
    margin-top: .19rem;
}
.tousu_con h3 img{
    display: block;
    float: left;
    width: .16rem;
    margin-right: .08rem;
}
.tousu_con .txt textarea{
    width: 100%;
    border-radius: .1rem;
    margin-top: .1rem;
    background: rgba(255,255,255,.8);
    padding: .12rem .15rem;
    height: 1.9rem;
    border: none;
    outline: none;
    font-size: .13rem;
}
.up_file{
    width: 100%;
    background: rgba(255,255,255,.8);
    border-radius: .1rem;
    margin-top: .1rem;
    padding: .12rem .15rem;
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.up_file .fileBox{
    width: 31%;
}
.hide{
    display: none !important;
}
.up_file .inputBox{
    width: 100%;
    height: .7rem;
    position: relative;
    cursor: pointer;
    border-radius: .05rem;
}
.up_file .fileInput{
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    position: relative;
    z-index: 999;
}
.up_file .add{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: .7rem;
    border: 1px dashed #000000;
    border-radius: .05rem;
    background: rgba(0,0,0,.1);
    line-height: .69rem;
    text-align: center;
    font-size: .25rem;
    color: #000000;
}
.up_file .close{
    width: .12rem;
    height: .12rem;
    position: absolute;
    right: 10px;
    top: 10px;
    background: url('../img/028.png');
    background-size: 100% 100%;
    z-index: 9;
}
.up_file img{
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: .05rem;
    position: absolute;
    object-fit: fill;
}
.tousu_con .submit input{
    display: block;
    width: 100%;
    margin-top: .21rem;
    border: none;
    outline: none;
    color: #FFFFFF;
    height: .42rem;
    border-radius: .21rem;
    font-size: .18rem;
    background: linear-gradient(#535353,#010101);
}
.neirong{
    display: none;
}
.jietu{
    display: none;
}

/* shensuchenggong.html 申诉成功 */
.xitong{
    position: fixed;
    top:50%;
    left:50%;
    width: 90%;
    max-width: 670px;
    transform:translate(-50%,-50%);
}
.xitong .img{
    width: 2.4rem;
    margin: 0 auto;
}
.xitong h3{
    font-weight: normal;
    color: #000000;
    font-size: .17rem;
    margin-top: .2rem;
    text-align: center;
}
.xitong .btn{
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: .45rem;
}
.xitong .btn a{
    display: block;
    width: 48%;
    height: .42rem;
    border-radius: .21rem;
    text-align: center;
    font-size: .18rem;
}
.xitong .btn a.back{
    background: linear-gradient(#535353,#010101);
    color: #FFFFFF;
    line-height: .42rem;
}
.xitong .btn a.back_home{
    color: #000000;
    border: .01rem solid #000000;
    line-height: .4rem;
    background: linear-gradient(#fde22c,#f8b629);
}

/* shensu_det.html 投诉详情 */
.tousu_det{
    margin-top: .1rem;
}
.tousu_det h2{
    font-size: .17rem;
    color: #000000;
    line-height: 1;
}
.tousu_det h2 img{
    display: block;
    float: left;
    width: .16rem;
    margin-right: .08rem;
}
.tousu_det .huifu{
    border-color: #FFFFFF;
    background: rgba(255,255,255,.6);
    margin-top: .1rem;
    margin-bottom: .2rem;
}
.tousu_det ul{
    margin-top: .1rem;
}
.tousu_det ul li{
    font-size: .13rem;
    color: #000000;
    line-height: .25rem;
}
.tousu_det ul li p{
    float: left;
    display: block;
    width: .7rem;
    text-wrap: nowrap;
}
.tousu_det ul li .txt{
    width: calc(100% - .7rem);
    float: right;
}
.tousu_det ul li .img{
    width: calc(100% - .7rem);
    float: right;
    border-radius: .05rem;
    overflow: hidden;
    margin-top: .05rem;
}

/* shenhe.html 审核晋升记录 */
.sh_search{
    margin-top: .1rem;
    position: relative;
    height: .46rem;
    border: 1px solid #FFFFFF;
    border-radius: .23rem;
    background: rgba(241,244,249,.8);
    overflow: hidden;
}
.sh_search button{
    display: block;
    position: absolute;
    color: #FFFFFF;
    border: none;
    width: .75rem;
    height: .35rem;
    border-radius: 18rem;
    background: linear-gradient(#535353,#010101);
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: .05rem;
    font-size: .15rem;
}
.sh_search input{
    display: block;
    width: 100%;
    background: url("../img/035.png") .15rem center no-repeat;
    background-size: .18rem;
    font-size: .15rem;
    border: none;
    outline: none;
    height: 100%;
    padding: 0 .9rem 0 .45rem;
}
.shenhe_list{
    margin-top: .15rem;
}
.shenhe_list .zx_t{
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.shenhe_list .zx_t li{
    font-size: .17rem;
    color: #936124;
    line-height: 1;
    transition:all .3s;
}
.shenhe_list .zx_t li:after{
    content: "";
    display: block;
    width: 0;
    height: .02rem;
    background: #000000;
    border-radius: .01rem;
    margin-top: .06rem;
    transition:all .3s;
}
.shenhe_list .zx_t li.active{
    color: #000000;
}
.shenhe_list .zx_t li.active:after{
    width: 100%;
}
.shenhe_list .zx_c li{
    width: 100%;
    background: linear-gradient(#ffffff,#dadada);
    border: 1px solid #b58614;
    border-radius: .05rem;
    margin-top: .14rem;
    padding: .15rem;
}
.shenhe_list .zx_c li .img{
    width: .35rem;
    height: .35rem;
    border-radius: 50%;
    overflow: hidden;
}
.shenhe_list .zx_c li .img img{
    display: block;
    width: .35rem;
    height: .35rem;
    object-fit: fill;
}
.shenhe_list .zx_c li .txt{
    color: #000000;
    margin: .04rem 0 0 .04rem;
}
.shenhe_list .zx_c li .txt h3{
    font-size: .13rem;
    line-height: 1;
}
.shenhe_list .zx_c li .txt p{
    font-size: .11rem;
    line-height: 1;
    margin-top: .04rem;
}
.shenhe_list .zx_c li .inner span{
    display: block;
    float: left;
    font-size: .12rem;
    color: #b48613;
    border: 1px solid #b48613;
    line-height: .18rem;
    background: #FFFFFF;
    border-radius: .1rem;
    padding: 0 .05rem;
    margin-left: .03rem;
    margin-top: .03rem;
}
.shenhe_list .zx_c li .time{
    font-size: .11rem;
    color: #b48613;
    background: url("../img/019.png") left center no-repeat;
    background-size: .09rem;
    padding-left: .12rem;
    margin-top: .08rem;
}
.shenhe_list .zx_c li dl{
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: .06rem;
}
.shenhe_list .zx_c li dd{
    margin: 0;
    width: 50%;
    font-size: .13rem;
    line-height: .24rem;
    color: #000000;
}
.shenhe_list .zx_c li .btn{
    margin-top: .1rem;
}
.shenhe_list .zx_c li .btn button{
    display: block;
    float: right;
    width: 31%;
    margin-right: 3.5%;
    height: .28rem;
    border-radius: .14rem;
    font-size: .12rem;
    padding: 0;
}
.shenhe_list .zx_c li .btn button.btn_tg{
    color: #000000;
    border: .01rem solid #000000;
    background: #FFFFFF;
}
.shenhe_list .zx_c li .btn button.btn_sb{
    color: #FFFFFF;
    border: none;
    background: linear-gradient(#535353,#010101);
}
.shenhe_list .zx_c li .btn button.btn_det{
    margin-right: 0;
    border: none;
}
.shenhe_list .zx_c li .btn .btn_det a{
    display: block;
    border-radius: .14rem;
    font-size: .12rem;
    text-align: center;
    color: #000000;
    border: .01rem solid #000000;
    line-height: .26rem;
    background: linear-gradient(#fde22c,#f8b629);
}
.remark_bg{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3);
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
}
.remark_alert{
    position: absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width: 70%;
    max-width: 526px;
    background: linear-gradient(#ffface,#FFFFFF);
    border: .01rem solid #FFFFFF;
    border-radius: .1rem;
    padding: 0 .15rem .2rem;
}
.remark_bg .img{
    display: block;
    margin: 0 auto;
    width: .54rem;
    margin-top: -.27rem;
}
.remark_bg h3{
    text-align: center;
    font-size: .15rem;
    color: #000000;
    margin-top: .06rem;
}
.remark_alert textarea{
    display: block;
    width: 100%;
    border-radius: .1rem;
    margin-top: .08rem;
    background: #FFFFFF;
    border: 1px solid #dddddd;
    font-size: .13rem;
    padding: .12rem .15rem;
    outline: none;
    height: 1.15rem;
}
.remark_bg button{
    display: block;
    margin: 0 auto;
    width: .9rem;
    height: .28rem;
    border: none;
    outline: none;
    color: #FFFFFF;
    background: linear-gradient(#535353,#010101);
    font-size: .12rem;
    margin-top: .12rem;
    border-radius: .14rem;
}
.sj_none{
    margin-top: .45rem;
}
.sj_none .img{
    width: 48%;
    margin: 0 auto;
}
.sj_none h3{
    font-weight: normal;
    color: #000000;
    font-size: .17rem;
    margin-top: .2rem;
    text-align: center;
}
.sj_none a{
    display: block;
    width: 70%;
    margin: 0 auto;
    height: .42rem;
    line-height: .42rem;
    border-radius: .21rem;
    text-align: center;
    color: #FFFFFF;
    font-size: .18rem;
    margin-top: .45rem;
    background: linear-gradient(#535353,#010101);
}

/* shenheinfo.html 审核晋升详情 */
.shenheinfo_top{
    position: relative;
    margin-top: .1rem;
}
.shenheinfo_top h3{
    color: #FFFFFF;
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: .3rem;
    line-height: 1;
    top: .35rem;
}
.shenheinfo_top .dengji{
    position: absolute;
    background: rgba(254,229,232,.85);
    right: 0;
    bottom: .06rem;
    line-height: .24rem;
    color: #000000;
    font-size: .13rem;
    border-top-left-radius: .12rem;
    border-bottom-left-radius: .12rem;
    padding: 0 .08rem;
}
.shenheinfo_con h3{
    font-size: .17rem;
    color: #000000;
    line-height: 1;
    margin-top: .16rem;
}
.shenheinfo_con h3 img{
    display: block;
    float: left;
    width: .16rem;
    margin-right: .08rem;
}
.shenheinfo_con .txt1,.shenheinfo_con .txt2{
    margin-top: .05rem;
    font-size: .12rem;
    line-height: .25rem;
    color: #000000;
}
.shenheinfo_con .txt1 li{
    float: left;
    width: 50%;
}

/* my_up_level.html 晋升记录 */
.pingjia_alert{
    position: absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width: 70%;
    max-width: 526px;
    background: linear-gradient(#ffface,#FFFFFF);
    border: .01rem solid #FFFFFF;
    border-radius: .1rem;
    padding: 0 .28rem .2rem;
}
.pingjia .demo--label{
	display:block;
    position: relative;
    width: 100%;
    margin-top: .08rem;
}
.pingjia img{
    display: block;
    width: .74rem;
}
.demo--radio {
	display:none
}
.demo--radioInput {
    position: absolute;
    width: .15rem;
    height: .15rem;
    background: url("../img/061.png");
    background-size: 100% 100%;
	display:block;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
.demo--radio:checked + .demo--radioInput:after {
    content: "";
    display: block;
	position: absolute;
    width: .15rem;
    height: .15rem;
    background: url("../img/062.png");
    background-size: 100% 100%;
	display:block;
    right: 0;
    top: 0;
}
.shenhe_list .zx_c li .btn .btn_ts a{
    display: block;
    border-radius: .14rem;
    font-size: .12rem;
    text-align: center;
    line-height: .26rem;
    color: #FFFFFF;
    border: none;
    background: linear-gradient(#535353,#010101);
}
.shenhe_list .zx_c li .btn .btn_ts{
    border: none;
}

/* chuangguan.html 商友信息 */
.wufa .btn a.back{
    width: 100%;
}
.queren .btn a.back{
    width: 100%;
}
.queren .btn{
    margin-top: .9rem;
}

/* up_level.html 申请晋升 */
.jinsheng_top{
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: .1rem;
}
.upgrade_star_o{
    width: 32%;
    height: .9rem;
    border-radius: .05rem;
    padding: .14rem .1rem 0;
    text-align: center;
}
.upgrade_star_o h3 span{
    font-weight: normal;
    display: none;
    font-size: .12rem;
    width: .17rem;
    height: .17rem;
    border-radius: 50%;
    line-height: .16rem;
    display: inline-block;
    vertical-align: middle;
}
.upgrade_star_o h3 b{
    display: inline-block;
    font-size: .33rem;
    line-height: 1;vertical-align: middle;
    font-weight: normal;
    margin: 0 .04rem;
}
.upgrade_star_o p{
    text-align: center;
    font-size: .14rem;
    line-height: 1;
    margin-top: .06rem;
    padding-top: .1rem;
}
.upgrade_star_l{
    background: linear-gradient(#ffcd3e,#f99321);
}
.upgrade_star_l h3 span{
    color: #000000;
    border: 1px solid #000000;
}
.upgrade_star_l h3 b{
    color: #000000;
}
.upgrade_star_l p{
    color: #000000;
    border-top: 1px solid rgba(0,0,0,.4);
}
.upgrade_star_r{
    background: linear-gradient(#535353,#000000);
}
.upgrade_star_r h3 span{
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
}
.upgrade_star_r h3 b{
    color: #FFFFFF;
}
.upgrade_star_r p{
    color: #FFFFFF;
    border-top: 1px solid rgba(255,255,255,.4);
}
.jinsheng_top .img{
    width: 30%;
    margin-top: .3rem;
}
.upgrade_box{
    margin-top: .17rem;
}
.upgrade_box p{
    color: #000000;
    font-size: .13rem;
}
.upgrade_box .plan{
    position: relative;
    width: 100%;
    height: .08rem;
    border-radius: .04rem;
    background: linear-gradient(to right, #ffba10, #fdf498);
    box-shadow:0 0 10px rgba(233, 123, 50, .5);
    margin-top: .38rem;
}
.upgrade_box .plan .txt{
    display: block;
    position: absolute;
    color: #000000;
    font-size: .17rem;
    line-height: 1;
    left: 0;
    top: -.23rem;
}
.upgrade_box .plan .bg00{
    display: block;
    height: .08rem;
    border-radius: .04rem;
    background: #000000;
}
.upgrade_num{
    width: 100%;
    margin-top: .07rem;
    color: #000000;
    font-size: .17rem;
    line-height: 1;
}
.upgrade_btn1{
    margin-top: .26rem;
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 .05rem;
}
.upgrade_btn1 a{
    display: block;
    width: 48%;
    height: .42rem;
    border-radius: .21rem;
    text-align: center;
    font-size: .18rem;
}
.upgrade_btn1 a.cg{
    color: #FFFFFF;
    line-height: .42rem;
    background: linear-gradient(#535353,#010101);
}
.upgrade_btn1 a.jl{
    color: #000000;
    border: .01rem solid #000000;
    line-height: .4rem;
    background: linear-gradient(#fde22c,#f8b629);
}
.upgrade_btn2{
    margin-top: .3rem;
    padding: 0 .05rem;
}
.upgrade_btn2 a{
    display: block;
    margin-top: .13rem;
    width: 100%;
    text-align: center;
    height: .42rem;
    border-radius: .21rem;
    font-size: .18rem;
    line-height: .4rem;
}
.upgrade_btn2 a.shz{
    border: .01rem solid #b48613;
    color: #b48613;
    background: rgba(255,255,255,.3);
}
.upgrade_btn2 a.jl{
    color: #000000;
    border: .01rem solid #000000;
    background: linear-gradient(#fde22c,#f8b629);
}

/* my_setting.html 设置 */
.settings .items{
    margin-top: .12rem;
    width: 100%;
    border-radius: .1rem;
    border: 1px solid #FFFFFF;
    background: rgba(251,241,218,.8);
    padding: 0 .15rem;
}
.settings .items li{
    border-bottom: 1px solid rgba(0,0,0,.15);
}
.settings .items li:nth-last-child(1){
    border-bottom: none;
}
.settings .items li a{
    display: block;
    width: 100%;
    height: .55rem;
}
.settings .items li a p{
    display: block;
    float: left;
    line-height: .55rem;
    font-size: .15rem;
    color: #777777;
}
.settings .items li a p img{
    display: block;
    float: left;
    width: .19rem;
    margin: .19rem .06rem 0 0;
}
.settings .items li a .icon-qianjin{
    display: block;
    float: right;
    width: .43rem;
    height: .43rem;
    border-radius: 50%;
    overflow: hidden;
    margin-top: .06rem;
}
.settings .items li a input{
    display: block;
    float: right;
    height: .55rem;
    border: none;
    outline: none;
    text-align: right;
    font-size: .15rem;
    color: #000000;
    background: none;
}
.settings .items li a span{
    display: block;
    float: right;
    line-height: .55rem;
    color: #000000;
    font-size: .15rem;
}
.settings .items li .icon{
    display: block;
    float: right;
    width: .07rem;
    height: .13rem;
    background: url("../img/067.png");
    background-size: 100% 100%;
    margin: .21rem 0 0 .05rem;
}
.settings_btn{
    margin-top: .26rem;
    padding: 0 .05rem;
}
.settings_btn button{
    display: block;
    width: 100%;
    height: .42rem;
    border-radius: .21rem;
    border: none;
    outline: none;
    font-size: .18rem;
    margin-top: .15rem;
}
.settings_btn button.xiu{
    color: #FFFFFF;
    background: linear-gradient(#535353,#010101);
}
.settings_btn button.tui{
    border: .01rem solid #b48613;
    color: #b48613;
    background: rgba(255,255,255,.3);
}

/* 修改设置 */
/* touxiang.html */
.dangqian{
    width: .8rem;
    height: .8rem;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    margin-top: .15rem;
}
.touxiang h3{
    font-size: .17rem;
    color: #000000;
    line-height: 1;
    margin-top: .19rem;
}
.touxiang h3 img{
    display: block;
    float: left;
    width: .16rem;
    margin-right: .08rem;
}
.touxiang .up_file{
    background: none;
    display: block;
}
.touxiang .up_file .fileBox{
    margin: 0 auto;
}
.touxiang .btn{
    padding: 0 .05rem;
    margin-top: .45rem;
}
.touxiang .btn button{
    display: block;
    width: 100%;
    height: .42rem;
    border-radius: .21rem;
    border: none;
    outline: none;
    font-size: .18rem;
    color: #FFFFFF;
    background: linear-gradient(#535353,#010101);
}
.success_c .sc_qr{
    display: block;
    margin: 0 auto;
    color: #FFFFFF;
    background: linear-gradient(#535353,#010101);
    width: .9rem;
    height: .28rem;
    border-radius: .14rem;
    border: none;
    outline: none;
    font-size: .12rem;
    margin-top: .2rem;
}

/* shimingrenzheng.html */
.register .form input.sfz{
    background-image: url("../img/079.png");
}
.shenfenzheng h3{
    font-size: .17rem;
    color: #000000;
    line-height: 1;
    margin-top: .2rem;
}
.shenfenzheng h3 img{
    display: block;
    float: left;
    width: .18rem;
    margin-right: .08rem;
}
.shenfenzheng .up_file{
    background: none;
    display: block;
    padding: 0;
}
.shenfenzheng .up_file .fileBox{
    width: 100%;
    margin-top: .1rem;
}
.shenfenzheng .up_file .inputBox{
    height: 1.5rem;
}
.shenfenzheng .up_file .add{
    height: 1.5rem;
    line-height: 1.49rem;
    font-size: .5rem;
}
.shenfenzheng .sc_btn{
    display: block;
    width: 100%;
    height: .42rem;
    border-radius: .21rem;
    border: none;
    outline: none;
    font-size: .18rem;
    color: #FFFFFF;
    background: linear-gradient(#535353,#010101);
    margin-top: .25rem;
}

.dq_backup{
    text-align: center;
    color: #000000;
    font-size: .14rem;
}
.success_c p{
    font-size: .13rem;
    color: #000000;
    margin-top: .05rem;
}
.zhu{
    text-align: center;
    font-size: .13rem;
    color: #b38611;
    margin-top: .05rem;
}

/* address.html 地址 */
.address li{
    width: 100%;
    margin-top: .15rem;
}
.address li .txt a{
    color: #000000;
    font-size: .14rem;
}
.address li .btn{
    margin-top: .1rem;
}
.address li .btn .demo--label{
    display: block;
    position: relative;
    font-size: .14rem;
    color: #000000;
    line-height: .28rem;
    float: left;
    padding-left: .2rem;
}
.address li .btn .demo--radioInput{
    left: 0;
    right: auto;
}
.address li .btn_rt{
    float: right;
}
.address li .btn_rt a{
    display: block;
    float: left;
    height: .28rem;
    line-height: .28rem;
    color: #FFFFFF;
    width: .9rem;
    text-align: center;
    font-size: .12rem;
    border-radius: .14rem;
    background: linear-gradient(#535353,#010101);
}
.address li .btn_rt button{
    display: block;
    float: left;
    height: .28rem;
    width: .9rem;
    color: #000000;
    font-size: .12rem;
    border: .01rem solid #000000;
    background: linear-gradient(#fde22c,#f8b629);
    border-radius: .14rem;
    margin-left: .05rem;
}
.add_adds_btn a{
    display: block;
    color: #FFFFFF;
    width: 100%;
    height: .42rem;
    border-radius: .21rem;
    background: linear-gradient(#535353,#010101);
    text-align: center;
    line-height: .42rem;
    font-size: .18rem;
    margin-top: .8rem;
}
.register form input.diqu{
    background-image: url("../img/082.png");
}
.register form input.dizhi{
    background-image: url("../img/083.png");
}
















