
.login-top img{
    width: 100%;
}

.form-con{
    margin: 0px 22px;
}
.form-con .form-line{
    width: 100%;
    display: flex;
    padding-bottom: 15px;
    border-bottom: 1px solid #F2F2F2; 
    padding-top: 23px;
}
.form-con .form-line:first-child{
    padding-top: 12px;
}

.form-con .form-line input{
    flex: 1;
    border: none;
    font-size: 16px;
}
.form-con .form-line img{
    width: 21px;
    height: 21px;
    margin-right: 10px;
}
.bank-info{
    background-color: white;
    height: 70px;
    line-height: 70px;
    display: flex;
    width: 100%;
    border-radius: 10px;
}
.bank-info img{
    width: 46px;
    height: 46px;
    margin: 12px;
    margin-left: 16px;
}
.bank-btn button{
    background: #FE1C1C;
    font-weight: bold;
    font-size: 15px;
    color: #FFFFFF;
}

.msg-item{
    width: 100%;
    background-color: white;
    border-radius: 15px;
    margin-bottom: 10px;
    display: flex;
    height: 83px;
}
.msg-item .mi-l{
    flex: 1;
    margin-left: 18px;
}
.msg-item .mi-l .title{
    font-size: 16px;
    color: #333333;
    margin-top: 18px;
    height: 22px;
    overflow: hidden;
}
.msg-item .mi-l .type{
    font-size: 12px;
color: #646870;
margin-top: 8px;
}
.msg-item .mi-r{
    text-align: right;
    line-height: 83px;
    font-weight: bold;
    font-size: 14px;
    margin-right: 20px;
}
.cert-form{
    background-color: white;
    padding: 0px 19px 25px;
    border-radius: 15px;
}
.cert-form img{
    width: 100%;
}

.cert-form .cf-line{
    display: flex;
    padding-top: 21px;
    padding-bottom: 21px;
    border-bottom: 1px solid #F4F4F4;
}
.cert-form .cf-line label{
    font-weight: bold;
    font-size: 15px;
    color: #333333;
    display: inline-block;
    width: 68px;
}
.cert-form .cf-line input{
    border: none;
    font-size: 15px;
    flex: 1;
    position: relative;
    top: 2px;
}
.e-pwd .cf-line label{
    width: 84px;
}
.setting .cf-line{
    display: block;
}
.setting .cf-line:last-child{
    border-bottom: none;
    padding-bottom: 0px;
}
.setting .cf-line label{
    width: auto;
}
.setting .cf-line span{
    font-size: 15px;
color: #C4C4C4;
float: right;
}
.setting .cf-line img{
    width: 15px;
    float: right;
}
.mains .ca-img{
    text-align: center;
    margin-top: 115px;
}
.mains .ca-img img{
    width: 51px;
}
.mains .tip{
    font-weight: bold;
    font-size: 18px;
    color: #333333;
}
.recharge-item{
    background: #FFFFFF;
    border-radius: 15px;
    margin-bottom: 10px;
    padding: 20px 0px 18px;
}
.recharge-item .ri-info{
    margin-bottom: 10px;
}
.recharge-item .ri-info:last-child{
    margin-bottom: 0px;
}
.recharge-item .ri-info label{
    margin-left: 18px;
    color: #999999;
    font-size: 14px;
}
.recharge-item .ri-info span{
    font-weight: bold;
    font-size: 14px;
    color: #333333;
    margin-left: 18px;
}
.inq-con{
    background: #FFFFFF;
    border-radius: 15px;
    padding: 22px 15px 0px 15px;
}
.inq-con .header ul li{
    width: 24%;
    font-weight: 500;
    font-size: 13px;
    color: #9D9EA2; 
}
.inq-con .bodys {
    padding-top: 18px;
    padding-bottom: 15px;
    border-bottom: 1px solid #F4F4F4;
}
.inq-con .bodys:last-child{
    border-bottom: none;
}
.inq-con .bodys span{
    width: 24%;
    display: inline-block;
    font-size: 12px;
    color: #333333;
    line-height: 17px;
    height: 17px;
    text-align: center;
    overflow: hidden;
        text-overflow: ellipsis;
    white-space: nowrap;
}

.reg-form {
    padding: 0px 18px 25px;
}
.reg-form .cf-line{
    padding-bottom: 15px;
}
.reg-form .cf-line span{
    display: inline-block;
    width: 84px;
    height: 20px;
    border-radius: 15px;
    border: 1px solid #00C0F7;
    font-size: 13px;
    color: #00C0F7;
    text-align: center;
    line-height: 20px;
}

