body{
    background: #fff;
}
.contain .logo{
    margin-top:53px;
}
.contain .box{
    width: 100%;
    margin: 45px 0 0 0;
    position: relative;
    border-bottom: 10px solid #f6f6f6;
    border-radius: 10px 10px 0 0;
    text-align: center;
    padding: 40px 0;
}
.contain .avater{ 
    width: 60px;
    height: 60px;
    position: absolute;
    top:-30px;
    left:calc(50% - 30px);
    border-radius: 50%;
}
.contain .title{  
    font-size: 1.6rem; 
    /*font-family: '思源黑体-heavy'; */
}
.contain .btn{  
    background:#ececec;
    color:#656a6c;
    /*padding:2px 20px; */
    /*font-family: '思源黑体-heavy'; */
}
.contain .desc{  
    padding: 20px;
    line-height: 30px;
}
.contain .list{   
    background: #fff;
    text-align: center;
} 
.contain .list .item{   
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #f6f6f6;
    /*height: 50px;*/
    align-items: center;
    padding:15px;
    color:#111;
} 
.contain .list .item .left{   
    display: flex;
    justify-content: center; 
    align-items: center; 
    /*font-weight: bold;*/
    /*color: #222;*/ 
    /*width: 80px;*/
}  
.contain .list .item .left img{    
    width: 26px;
    height: 28px;
    margin-right: 6px;
}
.contain .table .item{    
    padding: 0 15px;
} 
.table  .select2{   
    width: calc(100% - 120px);
    border:0; 
    height: 30px;
    line-height: 30px;
    padding: 10px;
    margin:0;   
    position: relative;  
    text-align: right;
}
.table .select2 .right{   
    position: absolute;
    right: -5px;
    top: 19.5px;
    height: 12px;
}
.contain-info{
    margin-top:60px;
}   
.contain-info .table input{
    width: calc(100% - 80px);
    border:0; 
    height: 30px;
    line-height: 30px;
    padding: 10px;
    margin:0;   
    text-align: right;
    outline:none;
}  
.contain-info .table input[type="radio"]{
    width: unset;
    position: absolute;
    left: -10px;
    top: 8px; 
    outline:none;
}   
.contain-info .table .radio-list{  
    display: flex;
    /*width: calc(100% - 120px);*/
    justify-content: flex-start;
    text-align: left;
}  
.contain-info .table .radio{ 
    line-height: 50px;
    /*width: 60px;*/
    padding-left: 10px;
    position: relative; 
    margin: 0 10px;
}  
.contain-info .table input:disabled{
    background: #fff;
    outline:none;
}  
.contain .btn2{   
    background: #fff;
    text-align: center; 
} 
.contain .btn-red{    
    background: #fff;
    text-align: center;
    line-height: 30px;
    margin-top: 30px; 
    padding: 5px 20px;
    border-radius: 20px;
    border: 0;
    background: #f4f4f4;
    width: calc(75% + 40px);  
    color:#fff; 
    font-weight: bold;
    /*font-family: '思源黑体-Medium';  */
    background: #de1d12; 
}
.contain-pwd {      
    margin-top: 60px !important; 
}  
.contain-pwd .item{      
    padding: 0 !important; 
} 
.contain-pwd input{     
    border:0;
    width: calc(100% - 40px);
    height: 30px;
    line-height: 30px;
    padding: 10px 20px;
    margin:0;
    outline:none;
} 