.editPassword {
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
.team-logo-default {
    height: 70px;
    margin-right: 5px;
    font-size: 14px;
    color: #333;
    margin-left: 80px;
    margin-top: 70px;
}
.main_cont {
    margin: 0 auto;
    width: 500px;
    box-sizing: border-box;
}
.operation_box {
    width: 100%;
    border-radius: 5px;
    background-color: #fff;
    margin-top: 66px;
    box-sizing: border-box;
    position: relative;
    padding: 20px 40px;
    box-shadow: 0 0 20px rgb(0 0 0 / 8%), inset 0 0 3px #fff;

}
.tel_box {
    margin-top: 40px;
    width: 100%;
    text-align: center;
    font-size: 14px;
    margin-bottom: 15px;
    color: #333;
}
.title_box {
    width: 100%;
    text-align: center;
}
.title_icon {
    width: 40px;
    height: 40px;
    vertical-align: bottom;
}
.tel_tip {
    margin-bottom: 6px;
    font-size: 17px;
    color: rgba(0, 0, 0, 0.647);
    line-height: 22px;
}
.title_text {
    font-weight: 700;
    font-size: 30px;
    color: #FFA430;
    margin-left: 6px;
}
.switch_container {
    margin-bottom: 25px;
}
.switch_item {
    float: left;
    color: #999;
    cursor: pointer;
    line-height: 28px;
    padding-bottom: 14px;
    font-size: 14px;
}
.switch_item:last-child {
    margin-left: 25px;
}
.active {
    /* color: #000000a5 !important; */
    color: #333 !important;
    font-size: 18px !important;
}
.go_back_btn {
    font-size: 17px;
    color: #999;
    cursor: pointer;
}
.btn_box {
    margin-top: 20px;
}
.verificationCode {
    width: 60% !important;
    margin-bottom: 20px;
}
.verification_code_box {
    position: relative;
    overflow: visible;
}
.get_verification_code_btn {
    position: absolute;
    top: 0px;
    right: 0px;
    min-width: 135px;
    height: 44px !important;
    line-height: 44px !important;
}
.pass_tip {
    font-size: 17px;
    color: rgba(0, 0, 0, 0.647);
    margin-top: 6px;
}
.go_back_box {
    display: inline-block;
    margin-bottom: 20px;
}
.icon-fanhui {
    font-size: 20px; 
    color: #999; 
    margin-right: 5px;
    cursor: pointer;
}
.layui-btn-primary:hover {
    border-color: #FFA430;
}
.operation_btn {
    background-color: #FFA430 !important;
    border-color: #FFA430 !important;
    border-radius: 4px !important;
}
.editPassword .form-control{
    padding: 10px 15px;
    height: 44px;
    font-size: 16px;
}