
input[type="text"]:focus {
    outline: none;
}



input{
    border: 0;

}
.list-box{
    width: 485px;
    margin: 0 auto;
    background: #fff;
    padding:10px ;
    margin-bottom: 10px;
    border-radius: 5px;
    height: 35px;
    overflow: hidden;
}
.list-box .item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #000;
    line-height:40px;
}
.list-box .item span{
    width: 50px;
    display: block;
}
.info-user-name{
    display: flex;
}
.flex{
    display: flex;
}
.item-list{
    width: 500px;
    margin: 0 auto;
}
.item-box{
    margin-bottom: 10px;
    background: #fff;
    padding: 10px;
}
.item-box .type{
    font-size: 16px;
}
.item-box  .item {
    margin-left: 10px;
    font-size: 14px;
}
.md{
    display: flex;
    align-items: center;
}
.md:nth-child(1){
    margin-right: 10px;
}
.item-box input{
    margin-left: 10px;
    width: 100%;
    font-size:15px;
    line-height: 40px;
}
.img-box{
    text-align: center;
    border: 1px dashed #f0f0f0;
    margin: .2rem 0;
    padding: .2rem;
    border-radius: .1rem;
    color: #949494;
    position: relative;
}
.img-box .iconfont{
   color: #d2d2d2;
    margin-bottom: 10px;
    font-size: 25px;
}
.md{

}
.md .iconfont{
    font-size:20px;
    margin-right: 10px;
}
.md .icon-31xuanzhong{
    color: #2e7cf9;
}
.img-box img{
    width: 100%;
}
#zz-upload,#mt-upload{
    position: absolute;
    z-index: 1;
    height:220px;
    left: 0px;
    top: 0;
    margin: 0;
    opacity: 0;
}

#rx-upload,#gh-upload{
    position: absolute;
    z-index: 1;
    height:170px;
    left: 0;
    top: 0;
    margin: 0;
    opacity: 0;
}


.w48{
    width: 48%;
}
.p1{
    padding: 50px 0;
}
.p2{
    padding: 40px 0 ;
}
.getsms{
    position: absolute;
    top:9px;
    right: 0;
    color: #358aff;
}


.bnt{
    background: #358aff;
    color: #fff;
    border-radius: 10px;
    text-align: center;
    line-height: 50px;
    margin: 20px auto;
    font-size:20px ;
}
.picker .picker-panel .wheel-wrapper .wheel{
    font-size: .28rem!important;
}
.picker .picker-panel .wheel-wrapper .wheel .wheel-scroll{

}
.picker{
    z-index: 99999999!important;
}
.pay-item{
    background: #fff;
    margin: .2rem;
    padding: .2rem;
    border-radius: .2rem;
}
.pay-item .title{
    text-align: center;
    font-size: .32rem;
    font-weight: 600;
    line-height: .9rem;
}
.pay-item  .item{
    border-bottom: 1px dashed #f0f0f0;
    padding: .25rem 0;
    color: #666;
    font-size: .29rem;
}
.pay-item  .item .type{
    color: #000;
    float:left;
}
.pay-item  .pay-list{
    display: flex;
    justify-content: space-between;
}
.pay-item  .pay-list div{
    text-align: center;
    width: 48%;
    border: 1px solid #ccc;
    border-radius: .1rem;
    padding: .2rem 0;
}

.lsmd{
    display: none;
}
.xy div{
    font-size:20px;
}
.xy .icon-31xuanzhong{
    color: #358aff;
}
.protocol_bg{
    position: fixed;
    z-index: 99999;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.7;
    display: none;
}
.protocol{
    background: #fff;
    margin: 0 .4rem;
    position: fixed;
    top: 2rem;
    left: 0;
    right: 0;
    height: 8rem;
    overflow: auto;
    border-radius: .2rem;
    z-index: 999999;
    padding: .2rem;
    display: none;
}
.close{

    position: fixed;
    z-index: 999999;
    top: 10.5rem;
    left: 0;
    right: 0;
    color: #fff;
    font-size: .5rem!important;
    text-align: center;
    display: none;

}