.ovf_hiden {
    overflow: hidden;
    padding-right: 8.5px;
    box-sizing: border-box;
}

#login_container {
    display: none;
    position: relative;
}

@-webkit-keyframes flash {
    from, 50%, to {
        opacity: 1;
    }
    25%, 75% {
        opacity: 0;
    }
}

@keyframes flash {
    from, 50%, to {
        opacity: 1;
    }
    25%, 75% {
        opacity: 0;
    }
}

@keyframes load_animate {
    from {
        transform: rotateZ(0deg);
    }
    to {
        transform: rotateZ(360deg);
    }
}

.animate__flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}

:root {
    --animate-duration: 1s;
    --animate-delay: 1s;
    --animate-repeat: 1;
}

.animate__animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: var(--animate-duration);
    animation-duration: var(--animate-duration);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

/* 修改按钮默认样式和hover效果 */

.log-container button {
    margin: 0;
    padding: 0;
    border: none;
    cursor: pointer;
    transition: all .3s;
    box-sizing: border-box;
    border-radius: 2px;
}

.log-container button:hover {
    opacity: .8;
}

.log-container button:active {
    opacity: 1;
}

/* 修改输入框提示文字颜色 */

.log-container input::placeholder {
    color: #ccc;
}

/* 修改输入框数字类型下加减按钮--谷歌 */

.log-container input::-webkit-outer-spin-button, .log-container input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}

/* 修改输入框数字类型下加减按钮--火狐  修改input框默认样式 */

.log-container input {
    -moz-appearance: textfield;
    box-sizing: border-box;
    border-radius: 2px;
    padding: 0 16px;
}

.log-container {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
}

/*
 * * * * * * * * * * * * * * * * * *
 * * * * * * 手机快捷登录 * * * * * * *
 * * * * * * * * * * * * * * * * * *
*/

.log-container .verification {
    padding: 42px 40px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    position: relative;
}

.verification .icon-cha {
    position: absolute;
    top: 36px;
    right: 40px;
    font-size: 20px;
    color: #333;
    cursor: pointer;
}

.verification .l_info_1 {
    font-size: 24px;
    color: #333;
}

.verification .l_info_2 {
    font-size: 0;
    margin: 10px 0 24px;
}

.verification .l_info_2 span {
    font-size: 16px;
    color: #ccc;
}

.verification .l_info_2 span:last-child {
    color: #FF6903;
    cursor: pointer;
}

.verification .l_info_3 {
    width: 420px;
    height: 48px;
    border: 1px solid #CCCCCC;
    font-size: 16px;
    color: #333;
}

.verification .tips_1, .verification .tips_2 {
    max-width: 420px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    color: #f71b1b;
    margin-top: 4px;
    display: none;
}

.verification .l_info_4 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0 0;
}

.verification .l_info_4 input {
    flex: 1;
    height: 48px;
    border: 1px solid #CCCCCC;
    font-size: 16px;
    color: #333;
}

.verification .l_info_4 button {
    width: 110px;
    height: 48px;
    line-height: 48px;
    border: 1px solid #FF6903;
    background-color: #fff;
    margin: 0 0 0 10px;
    font-size: 16px;
    color: #FF6903;
}

.verification .l_info_7 {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.verification .l_info_7 .icon-weigouxuanv2 {
    font-size: 16px;
    color: #666;
    cursor: pointer;
}

.verification .l_info_7 .icon-xuanzhong {
    font-size: 16px;
    color: #FF6903;
    cursor: pointer;
}

.verification .l_info_7 span {
    font-size: 14px;
    color: #666;
    margin-left: 6px;
}

.verification .l_info_8 {
    font-size: 18px;
    color: #fff;
    width: 420px;
    height: 48px;
    line-height: 48px;
    background: #FF6903;
    margin: 20px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.verification .l_info_8 .icon-jiazai1 {
    font-size: 22px;
    color: #FFF;
    margin: -2px 6px 0 0;
    opacity: 0.75;
    animation: load_animate 1s steps(12) infinite;
}

.verification .l_info_9 {
    font-size: 14px;
    color: #FF6903;
    cursor: pointer;
    margin-top: 16px;
}

.verification .l_info_10 {
    color: #999;
    margin-top: 4px;
}

.verification .l_info_10 span:first-child {
    font-size: 14px;
}

.verification .l_info_10 span:last-child {
    font-size: 14px;
    color: #FF6903;
    cursor: pointer;
}

/*
 * * * * * * * * * * * * * * * * * *
 * * * * * * 账号密码登录 * * * * * * *
 * * * * * * * * * * * * * * * * * *
*/

.log-container .pw_log {
    padding: 42px 40px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    position: relative;
}

.pw_log .icon-cha {
    position: absolute;
    top: 36px;
    right: 40px;
    font-size: 20px;
    color: #333;
    cursor: pointer;
}

.pw_log .l_info_1 {
    font-size: 24px;
    color: #333;
}

.pw_log .l_info_2 {
    font-size: 0;
    margin: 10px 0 24px;
}

.pw_log .l_info_2 span {
    font-size: 16px;
    color: #333;
}

.pw_log .l_info_2 span:last-child {
    color: #FF6903;
    cursor: pointer;
}

.pw_log .l_info_3 {
    width: 420px;
    height: 48px;
    border: 1px solid #CCCCCC;
    border-radius: 2px;
    font-size: 16px;
    color: #333;
}

.pw_log .tips_1 {
    font-size: 12px;
    color: red;
    margin-top: 4px;
    display: none;
}

.pw_log .tips_2 {
    font-size: 12px;
    color: red;
    margin-top: 4px;
    display: none;
}

.pw_log .l_info_4 {
    width: 100%;
    height: 48px;
    border: 1px solid #CCCCCC;
    border-radius: 2px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0 0;
    padding: 0 10px 0 0;
}

.pw_log .l_info_4 input {
    flex: 1;
    border: none;
    border-radius: 2px;
    font-size: 16px;
    color: #333;
    box-sizing: border-box;
}

.pw_log .l_info_4 i {
    font-size: 16px;
    color: #999;
    cursor: pointer;
}

.pw_log .l_info_7 {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.pw_log .l_info_7 .icon-weigouxuanv2 {
    font-size: 16px;
    color: #666;
    cursor: pointer;
}

.pw_log .l_info_7 .icon-xuanzhong {
    font-size: 16px;
    color: #FF6903;
    cursor: pointer;
}

.pw_log .l_info_7 span:nth-of-type(1) {
    font-size: 14px;
    color: #666;
    flex: 1;
    margin-left: 6px;
}

.pw_log .l_info_7 span:nth-of-type(2) {
    font-size: 14px;
    color: #FF6903;
    cursor: pointer;
}

.pw_log .l_info_8 {
    font-size: 18px;
    color: #fff;
    width: 420px;
    height: 48px;
    line-height: 48px;
    background: #FF6903;
    margin: 20px 0 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pw_log .l_info_8 .icon-jiazai1 {
    font-size: 22px;
    color: #FFF;
    margin: -2px 6px 0 0;
    opacity: 0.75;
    animation: load_animate 1s steps(12) infinite;
}

.pw_log .l_info_9 {
    font-size: 14px;
    color: #FF6903;
    cursor: pointer;
}

.pw_log .l_info_10 {
    color: #999;
    margin-top: 4px;
}

.pw_log .l_info_10 span:first-child {
    font-size: 14px;
}

.pw_log .l_info_10 span:last-child {
    font-size: 14px;
    color: #FF6903;
    cursor: pointer;
}

/*
 * * * * * * * * * * * * * * * * * *
 * * * * * * 注册 * * * * * * * * *
 * * * * * * * * * * * * * * * * * *
*/

.log-container .reg_container {
    padding: 50px 40px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    position: relative;
}

.reg_container .icon-cha {
    position: absolute;
    top: 36px;
    right: 40px;
    font-size: 20px;
    color: #333;
    cursor: pointer;
}

.reg_container .r_info_1 {
    font-size: 24px;
    color: #333;
}

.reg_container .r_info_2 {
    font-size: 0px;
    color: #666;
    margin: 10px 0 20px;
}

.reg_container .r_info_2 span {
    font-size: 16px;
}

.reg_container .r_info_2 span:last-child {
    color: #FF6903;
    cursor: pointer;
}

.reg_container .r_info_3 {
    width: 420px;
    height: 48px;
    font-size: 16px;
    color: #333;
    border: 1px solid #CCCCCC;
}

.reg_container .tips_1, .reg_container .tips_2, .reg_container .tips_3, .reg_container .tips_4 {
    max-width: 420px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    color: red;
    margin-top: 4px;
    display: none;
}

.reg_container .r_info_4 {
    width: 100%;
    display: flex;
    align-items: center;
    margin: 23px 0 0;
}

.reg_container .r_info_4 input {
    flex: 1;
    height: 48px;
    font-size: 16px;
    color: #333;
    border: 1px solid #ccc;
}

.reg_container .r_info_4 button {
    width: 110px;
    height: 48px;
    font-size: 16px;
    color: #FF6903;
    border: 1px solid #FF6903;
    margin: 0 0 0 10px;
    background-color: #fff;
}

.reg_container .r_info_7 {
    width: 420px;
    height: 48px;
    border: 1px solid #CCCCCC;
    border-radius: 2px;
    padding: 0 10px 0 0;
    margin: 23px 0 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.reg_container .r_info_7 input {
    flex: 1;
    border: none;
    font-size: 16px;
    color: #333;
}

.reg_container .r_info_7 i {
    font-size: 16px;
    color: #999;
    cursor: pointer;
}

.reg_container .r_info_8 {
    font-size: 0;
    display: flex;
    align-items: center;
    margin: 15px 0 25px;
}

.reg_container .r_info_8 i {
    font-size: 16px;
    cursor: pointer;
    margin: 0 4px -1px 0;
}

.reg_container .r_info_8 .icon-weigouxuanv2 {
    color: #666;
}

.reg_container .r_info_8 .icon-xuanzhong {
    color: #FF6903;
}

.reg_container .r_info_8 span {
    font-size: 14px;
    color: #666;
}

.reg_container .r_info_8 .agreement_text {
    color: #FF6903;
    cursor: pointer;
}

.reg_container .r_info_9 {
    width: 100%;
    height: 48px;
    line-height: 48px;
    background: #FF6903;
    font-size: 18px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.reg_container .r_info_9 .icon-jiazai1 {
    font-size: 22px;
    color: #FFF;
    margin: -2px 6px 0 0;
    opacity: 0.75;
    animation: load_animate 1s steps(12) infinite;
}

.reg_container .r_info_9:hover {
    opacity: .8;
}

.reg_container .r_info_9:active {
    opacity: 1;
}

/*
 * * * * * * * * * * * * * * * * * *
 * * * * * * 找回密码 * * * * * * *
 * * * * * * * * * * * * * * * * * *
*/

.log-container .reset_pw {
    padding: 53px 40px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    position: relative;
}

.reset_pw .icon-cha {
    position: absolute;
    top: 36px;
    right: 40px;
    font-size: 20px;
    color: #333;
    cursor: pointer;
}

.reset_pw .s_info_1 {
    font-size: 24px;
    color: #333;
}

.reset_pw .s_info_2 {
    font-size: 16px;
    color: #333;
    width: 420px;
    height: 48px;
    border: 1px solid #CCCCCC;
    margin: 20px 0 0;
}

.reset_pw .tips_1, .reset_pw .tips_2, .reset_pw .tips_3 {
    font-size: 12px;
    color: red;
    margin-top: 4px;
    display: none;
}

.reset_pw .s_info_3 {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.reset_pw .s_info_3 input {
    flex: 1;
    height: 48px;
    border: 1px solid #CCCCCC;
    font-size: 16px;
    color: #333;
}

.reset_pw .s_info_3 button {
    width: 110px;
    height: 48px;
    line-height: 48px;
    border: 1px solid #FF6903;
    font-size: 16px;
    color: #FF6903;
    margin-left: 10px;
    background-color: #fff;
}

.reset_pw .s_info_6 {
    width: 420px;
    height: 48px;
    border: 1px solid #CCCCCC;
    border-radius: 2px;
    padding: 0 10px 0 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    margin: 20px 0 0;
}

.reset_pw .s_info_6 input {
    flex: 1;
    border: none;
    font-size: 16px;
    color: #333;
}

.reset_pw .s_info_6 i {
    font-size: 16px;
    color: #999;
    cursor: pointer;
}

.reset_pw .s_info_7 {
    width: 420px;
    height: 48px;
    line-height: 48px;
    background: #FF6903;
    font-size: 18px;
    color: #fff;
    margin: 20px 0 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.reset_pw .s_info_7 .icon-jiazai1 {
    font-size: 22px;
    color: #FFF;
    margin: -2px 6px 0 0;
    opacity: 0.75;
    animation: load_animate 1s steps(12) infinite;
}

.reset_pw .s_info_8 {
    font-size: 14px;
    color: #FF6903;
    cursor: pointer;
}

/*
 * * * * * * * * * * * * * * * * * *
 * * * * * * 修改密码成功 * * * * * * 
 * * * * * * * * * * * * * * * * * *
*/

.log-container .reset_tips {
    width: 400px;
    padding: 40px 30px;
    background-color: #fff;
    border-radius: 4px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.reset_tips .icon-cha {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 26px;
    color: #333;
    cursor: pointer;
}

.reset_tips .tips_title {
    font-size: 26px;
    color: #333;
    font-weight: bold;
    margin-bottom: 20px;
}

.reset_tips .tips_content span {
    font-size: 18px;
    color: #333;
}

.reset_tips .tips_content span:last-child {
    color: #FF6903;
    cursor: pointer;
}

/* 
/*
 * * * * * * * * * * * * * * * * * *
 * * * * * * 滑块验证 * * * * * * 
 * * * * * * * * * * * * * * * * * *
*/

.slider_verify_container {
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider_verify {
    padding: 40px 10px 30px;
    background-color: #fff;
    border-radius: 2px;
    border: 1px solid #ccc;
    position: relative;
}

.slider_verify .icon-cha {
    font-size: 20px;
    color: #999;
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
}

.slider-btn {
    position: absolute;
    width: 44px;
    height: 44px;
    left: 0;
    top: -7px;
    z-index: 12;
    cursor: pointer;
    background-image: url("../image/sprite.3.2.0.png");
    background-position: 0 -84px;
    transition: inherit;
}

.ver-tips {
    position: absolute;
    left: 0;
    bottom: -22px;
    background: rgba(255, 255, 255, 0.9);
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    width: 100%;
    margin: 0;
    text-align: left;
    padding: 0 8px;
    transition: all 0.4s;
}

.slider-tips {
    bottom: 0;
}

.ver-tips i {
    display: inline-block;
    width: 22px;
    height: 22px;
    vertical-align: top;
    background-image: url('../image/sprite.3.2.0.png');
    background-position: -4px -1229px;
}

.ver-tips span {
    display: inline-block;
    vertical-align: top;
    line-height: 22px;
    color: #455;
}

.active-tips {
    display: block;
}

.hidden {
    display: none;
}

.re-btn {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 28px;
    padding: 0 16px;
    line-height: 28px;
}

.re-btn .icon-shuaxin {
    font-size: 18px;
    font-weight: bold;
    color: #999;
    cursor: pointer;
}

.re-btn a:hover {
    background-position: 0 -1193px;
}