/* CSS Document */
body{background: #fafafa;}
.header{border-bottom-color: #e8e8e8;}
.set{margin-top: 0.24rem;background: #fff;}
.set li{border-bottom: 0.01rem solid #e6e6e6;height: 1.09rem;display: flex;display: -webkit-flex;align-items: center;font-size: 0.32rem;color: #333;padding: 0 0.65rem 0 0.24rem;background: url(../../../images/rightico.png) no-repeat 96.5% center;background-size: 0.15rem auto;}
.set li.zhang{background: none;}
.set li:last-child{border: none;}
.set li span.info{color: #999;flex: 1;-webkit-flex: 1;text-align: right;}
.exit,.submit{display: block;width: 83%;margin: 1.32rem auto 0;background: #0fb966;font-size: 0.32rem;color: #fff;border-radius: 0.1rem;border: none;height: 0.98rem;}
.submit{margin-top: 0.82rem;}
.setinput{font-size: 0.32rem;color: #333;padding: 0 0.4rem;height: 1.12rem;display: flex;display: -webkit-flex;align-items: center;border-bottom: 0.01rem solid #e6e6e6;}
.setinput:last-child{border: none;}
.setinput input{flex: 1;-webkit-flex: 1;text-align: right;border: none;font-size: 0.32rem;color: #333;background-color: #ffffff;}
.shouji{padding: 0.5rem 0 0;text-align: center;font-size: 0.28rem;color: #999;line-height: 0.48rem;}
.shouji img{display: block;margin: 0 auto 0.15rem;width: 1.23rem;height: 1.23rem;background: #d5f1e3;border-radius: 50%;}
.hqyzm{display: block;height: 0.58rem;line-height: 0.58rem;border: 0.01rem solid #0fb966;font-size: 0.26rem;color: #0fb966;border-radius: 0.1rem;padding: 0 0.15rem;margin-left: 0.35rem;}
/*弹窗*/
.popup{background: #fff;position: fixed;left: 13%;right: 13%;border-radius: 0.1rem;top: 50%;transform: translateY(-50%);z-index: 15;text-align: center;overflow: hidden;}
.popup p{padding: 0.6rem 0.3rem;font-size: 0.34rem;color: #333;font-weight: bold;}
.btn{border-top: 0.01rem solid #ccc;display: flex;display: -webkit-flex;}
.btn a{display: block;box-sizing: border-box;width: 50%;font-size: 0.34rem;color: #2f89ee;font-weight: bold;padding: 0.25rem 0;}
.btn a.cancel{border-right: 0.01rem solid #ccc;}

 .back {
     display: block;
     width: 1.2rem;
     height: 1.2rem;
     background-image: url(/template/mobile/default/ico/backico.png);
     background-position: center;
     background-size: cover;
     position: absolute;
     left: 0;
     top: 50%;
     transform: translateY(-50%);
 }