/* pages/member/phone.wxss */
#container{
    background: white !important;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
}
/* 安全认证 */
.safe-verify{
    width: 100%;
    display: block;
    background-color: transparent;
}
.safe-verify view{
    display: block;
    background-color: transparent;
}
.safe-verify .title{
    padding-left: 28px;
    font-size: 20px;
    color: #565656;
    margin-top: 25px;
}
.safe-verify .tips{
    padding-left: 28px;
    font-size: 14px;
    color: #666666;
    margin-top: 15px;
}
.safe-verify .verify-div{
    padding-left: 28px;
    font-size: 0;
    margin-top: 10px;
}
.safe-verify .verify-div input{
    background-color: white;
    height: 35px;
    line-height: 35px;
    border: 1px solid #f3f3f3;
    border-radius: 5px;
    padding: 0 15px;
    width: calc(100% - 161px);
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    outline: 0;
}
.placeholder-class{
    font-size: 13px;
}
.verifyClass-enable{
    width: 100px;
    display: inline-block;
    vertical-align: middle;
    height: 35px;
    line-height: 35px;
    color: white;
    margin: 0 10px;
    background-color: #1E9FFF;
    border-radius: 8px;
    text-align: center;
    font-size: 14px;
}
.verifyClass-unenable{
    width: 100px;
    display: inline-block;
    vertical-align: middle;
    height: 35px;
    line-height: 35px;
    color: white;
    margin: 0 10px;
    background-color: #B1B1B1;
    border-radius: 8px;
    text-align: center;
    font-size: 14px;
}
.safe-verify .btn-safe{
    width: 85%;
    color: white;
    background-color: #1E9FFF;
    height: 35px;
    font-size: 14px;
    line-height: 35px;
    margin: 25px auto;
    display: block;
    text-align: center;
    border-radius: 8px;
}
/* 绑定/改绑 */
.body{
    width: 100%;
    display: block;
    background-color: transparent;
}
.body view{
    display: block;
    background-color: transparent;
}
.body .tips{
    padding-left: 28px;
    font-size: 14px;
    margin-top: 15px;
    color: #565656;
}
.body .verify-div{
    padding-left: 28px;
    font-size: 0;
    margin-top: 10px;
}
.body .phone-div{
    padding-left: 28px;
    margin-top: 10px;
}
.body .phone-div input{
    background-color: white;
    height: 35px;
    line-height: 35px;
    display: block;
    border: 1px solid #f3f3f3;
    border-radius: 5px;
    padding: 0 15px;
    width: 85%;
    font-size: 14px;
    outline: 0;
}
.body .verify-div input{
    background-color: white;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    border: 1px solid #f3f3f3;
    border-radius: 5px;
    padding: 0 15px;
    width: calc(100% - 161px);
    display: inline-block;
    vertical-align: middle;
}
.body .btn-submit{
    width: 85%;
    color: white;
    background-color: #1E9FFF;
    height: 35px;
    font-size:14px;
    line-height: 35px;
    margin: 25px auto 0;
    display: block;
    text-align: center;
    border-radius: 8px;
}
/* 底部帮助 */
.footer-help{
    width: 100%;
    display: none;
    background-color: transparent;
    position: fixed;
    text-align: center;
    bottom: 0;
    font-size: 14px;
    color: #666666;
    text-decoration: underline;
    padding-bottom: 8px;
}