@charset "utf-8";

/* CSS Document */


/*主题*/

.login-form {
    background: #fff;
    width: 100%;
}

/*form {
    max-width: 320px;
    margin: 20px auto;
}*/

.user-name, .user-pass, .user-email, .user-phone, .verification {
    position: relative;
    height: 42px;
    margin-bottom: 5px;
}

/*form label {
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    text-align: center;
    top: 1px;
    left: 1px
}*/

/*form input {
    font-size: 14px;
    line-height: 18px;
    height: 42px;
    padding: 11px 8px 11px 50px;
    width: 100%;
    border: 1px solid #fff;
}*/

/*input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}*/

.am-cf {
    width: 100%;
    max-width: 320px;
    margin: 0px auto;
}

.am-cf input {
    width: 100%;
    font-size: 14px;
}

.am-zc {
    width: 100%;
    text-align: center;
}

.am-zc a {
    color: #0a628f;
    display: block;
}

.login-links {
    max-width: 320px;
    margin: 20px auto;
    font-size: 14px;
}


/*注册*/

.verification {
    position: relative;
}

input#code {
    width: 80%;
}

#dyMobileButton {
    margin-left: 10px;
    border: 1px solid #DDD;
    padding: 0px;
    width: 15%;
    height: 40px;
    background: #F4F4F4 none repeat scroll 0% 0%;
    margin-top: 0px;
    text-align: center;
    line-height: 40px;
    color: #333;
    text-decoration: none;
    position: absolute;
    right: 0px;
    bottom: 0px;
}


/*修改的样式*/

#doc-my-tabs li.am-active a, #doc-my-tabs li a {
    background: #f8f8f8;
}

.am-tabs-bd {
    border: none;
}

.am-nav-tabs.am-nav-justify li {
    padding: 5px;
}

.am-nav-tabs>li>a, .am-nav-tabs.am-nav-justify>li>a, .am-nav-tabs.am-nav-justify>.am-active>a, .am-nav-tabs>li.am-active>a, .am-nav-tabs>li.am-active>a:focus, .am-nav-tabs>li.am-active>a:hover {
    border: none;
    color: #000;
    font-weight: 600;
}

.am-nav-tabs.am-nav-justify > .am-active> a, .am-nav-tabs.am-nav-justify>.am-active>a:focus, .am-nav-tabs.am-nav-justify>.am-active>a:hover, .am-nav-tabs>li.am-active>a, .am-nav-tabs>li.am-active>a:focus, .am-nav-tabs>li.am-active>a:hover {
    margin-right: 0px;
    border-bottom: 1px solid #0e90d2;
    border-radius: 0px;
}
.login-banner {
        width: 100%;
        min-height: 470px;
        background: #3f98f6;
        margin-top: 90px;
        background-image: url(../img/login-bg.jpg);
        background-repeat: no-repeat;
    }
    .login-main {
        max-width: 1000px;
        min-height: 470px;
        margin: 0px auto;
        position: relative;
        padding: 2rem 0;
    }
    .login-box {
        width: 100%;
        max-width: 360px;
        height: 320px;
        position: absolute;
        margin-top: 20px;
        margin-left: 0px;
        background: #f8f8f8;
        right: 2%;
        padding: 10px 20px;
    }
    .login-box2 {
        height: 430px;
    }
    .login-boxtitle {
        max-width: 1000px;
        margin: 0px auto;
        height: 60px;
    }
    .login-boxtitle img {
        height: 60px;
    }
@media only screen and (max-width:1240px) {
    
    .login-box {
        width: 100%;
        max-width: 360px;
        height: 320px;
        position: absolute;
        margin-top: 20px;
        margin-left: 0px;
        background: #f8f8f8;
        right: 2%;
        padding: 10px 20px;
    }
    .login-box2 {
        height: 430px;
    }
    .login-boxtitle {
        max-width: 1000px;
        margin: 0px auto;
        height: 60px;
    }
    .login-boxtitle img {
        height: 60px;
    }
    
    
}

/*移动设备，小屏幕样式*/
@media only screen and (max-width:1024px) {
    .login-box {
        width: 100%;
        max-width: 360px;
        height: 320px;
        position: absolute;
        margin-top: 20px;
        margin-left: 0px;
        background: #f8f8f8;
        right: 2%;
        padding: 10px 20px;
    }
    .login-box2 {
        height: 430px;
    }
    .login-boxtitle {
        max-width: 1000px;
        margin: 0px auto;
        height: 60px;
    }
    .login-boxtitle img {
        height: 60px;
    }
    .login-banner {
        width: 100%;
        min-height: 470px;
        background: #10a0ea;
        margin-top: 90px;
        background-image: url(../img/login-bg.jpg);
        background-repeat: no-repeat;
    }
    .login-main {
        max-width: 1000px;
        min-height: 470px;
        margin: 0px auto;
        position: relative;
        padding: 2rem 0;
    }
    /*背景*/
    .login-banner-bg {
        display: block;
        float: left;
    }
    .am-btn-primary {
        width: 100%;
    }
    /*修改的样式*/
    #doc-my-tabs li.am-active a, #doc-my-tabs li a {
        background: #f8f8f8;
    }
    .am-nav-tabs>li>a, .am-nav-tabs.am-nav-justify>li>a, .am-nav-tabs.am-nav-justify>.am-active>a, .am-nav-tabs>li.am-active>a, .am-nav-tabs>li.am-active>a:focus, .am-nav-tabs>li.am-active>a:hover {
        border: none;
    }
    /*小屏幕登录框居中对齐*/
    .login-container {
        margin: 0 auto;
        padding: 0;
    }
}
/*移动设备，小屏幕样式*/
@media only screen and (max-width:640px) {
    form, .am-cf, .partner {
        max-width: 640px;
        margin: 20px auto;
    }
    .footer-bd {
        display: block;
    }
    .partner h3 {
        text-align: left;
    }
    .am-btn-group i {
        display: inline-block;
        border-radius: 0px;
        border: 0px;
        background-color: transparent;
    }
    .am-btn-group span {
        display: inline-block;
    }
    .am-cf input {
        width: 100%;
        font-size: 16px;
    }
    .login-box {
        width: 100%;
        max-width: 360px;
        height: 320px;
        position: absolute;
        margin-top: 20px;
        margin-left: 0px;
        background: #f8f8f8;
        right: 2%;
        padding: 10px 20px;
    }
    .login-box2 {
        height: 430px;
    }
    .login-boxtitle {
        max-width: 1000px;
        margin: 0px auto;
        height: 60px;
    }
    .login-boxtitle img {
        height: 60px;
    }
    .login-banner {
        width: 100%;
        min-height: 470px;
        background: #10a0ea;
        margin-top: 90px;
        background-size: 100% 100%;
    }
    .login-container {
        padding: 0;
        margin: 0 auto;
    }

    
}

/*新版登录样式*/

    .login-container {
        width: 100%;
        max-width: 450px;
        margin: 0 60%;
        background: white;
        border-radius: 20px;
        box-shadow: 0 15px 35px rgba(0, 105, 204, 0.1);
        overflow: hidden;
    }
    .login-header {
            padding: 35px 30px 20px;
            text-align: center;
            background: linear-gradient(135deg, #0069d9 0%, #0056b3 100%);
            color: white;
        }
        
        .login-header h3 {
            font-size: 28px;
            font-weight: 600;
            margin-bottom: 10px;
            letter-spacing: 1px;
        }
        
        .login-header p {
            font-size: 15px;
            opacity: 0.9;
        }
        
        .login-tabs {
            display: flex;
            background-color: #f8fafc;
            border-bottom: 1px solid #e3f2fd;
        }
        
        .login-tab {
            flex: 1;
            padding: 18px;
            text-align: center;
            font-size: 15px;
            font-weight: 500;
            color: #5a7a9c;
            cursor: pointer;
            transition: all 0.3s ease;
            border-bottom: 3px solid transparent;
            position: relative;
        }
        
        .login-tab.active {
            color: #0069d9;
            background-color: white;
            border-bottom: 3px solid #0069d9;
        }
        
        .login-tab:hover:not(.active) {
            color: #0069d9;
            background-color: #f0f8ff;
        }
        
        .login-tab i {
            margin-right: 8px;
            font-size: 16px;
        }
        
        .login-content {
            padding: 35px;
        }
        
        .login-form {
            display: none;
            animation: fadeIn 0.5s ease;
        }
        
        .login-form.active {
            display: block;
        }
        
        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(10px); }
            to { opacity: 1; transform: translateY(0); }
        }
        
        .form-group {
            margin-bottom: 22px;
            position: relative;
        }
        
        .form-label {
            display: flex;
            align-items: center;
            margin-bottom: 10px;
            color: #2c3e50;
            font-size: 14px;
            font-weight: 500;
        }
        
        .form-label i {
            margin-right: 10px;
            color: #0069d9;
            width: 20px;
            text-align: center;
        }
        
        .form-input {
            width: 100%;
            padding: 16px 18px;
            border: 2px solid #e1ecf7;
            border-radius: 10px;
            font-size: 15px;
            transition: all 0.3s;
            color: #2c3e50;
            background-color: #fafcff;
        }
        
        .form-input:focus {
            border-color: #0069d9;
            outline: none;
            box-shadow: 0 0 0 4px rgba(0, 105, 217, 0.1);
            background-color: white;
        }
        
        .input-with-icon {
            position: relative;
        }
        
        .input-with-icon i {
            position: absolute;
            left: 18px;
            top: 50%;
            transform: translateY(-50%);
            color: #7b9bc2;
            font-size: 17px;
        }
        
        .input-with-icon input {
            padding-left: 50px;
        }
        
        .captcha-container {
            display: flex;
            gap: 12px;
        }
        
        .captcha-container .form-input {
            flex: 1;
        }
        
        .send-captcha-btn {
            padding: 0 22px;
            background: linear-gradient(135deg, #0069d9 0%, #0056b3 100%);
            border: none;
            border-radius: 10px;
            color: white;
            font-weight: 500;
            cursor: pointer;
            transition: all 0.3s;
            white-space: nowrap;
            font-size: 14px;
            box-shadow: 0 4px 12px rgba(0, 105, 217, 0.2);
        }
        
        .send-captcha-btn:hover:not(:disabled) {
            background: linear-gradient(135deg, #0056b3 0%, #004a9c 100%);
            transform: translateY(-2px);
            box-shadow: 0 6px 15px rgba(0, 105, 217, 0.25);
        }
        
        .send-captcha-btn:active:not(:disabled) {
            transform: translateY(0);
        }
        
        .send-captcha-btn:disabled {
            background: #c5d9f0;
            color: #8fa8ca;
            cursor: not-allowed;
            box-shadow: none;
        }
        
        .remember-forgot {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 30px;
        }
        
        .remember-me {
            display: flex;
            align-items: center;
            color: #4a6583;
            font-size: 14px;
            cursor: pointer;
        }
        
        .remember-me input {
            margin-right: 10px;
            width: 18px;
            height: 18px;
            accent-color: #0069d9;
            cursor: pointer;
        }
        
        .forgot-password {
            color: #0069d9;
            text-decoration: none;
            font-size: 14px;
            transition: all 0.3s;
            font-weight: 500;
        }
        
        .forgot-password:hover {
            color: #0056b3;
            text-decoration: underline;
        }
        
        .submit-btn {
            width: 100%;
            padding: 18px;
            background: linear-gradient(135deg, #0069d9 0%, #0056b3 100%) !important;
            color: white;
            border: none;
            border-radius: 10px;
            font-size: 16px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s;
            margin-bottom: 25px;
            letter-spacing: 1px;
            box-shadow: 0 6px 20px rgba(0, 105, 217, 0.25) !important;
        }
        
        .submit-btn:hover {
            background: linear-gradient(135deg, #0056b3 0%, #004a9c 100%) !important;
            transform: translateY(-3px);
            box-shadow: 0 10px 25px rgba(0, 105, 217, 0.3) !important;
        }
        
        .submit-btn:active {
            transform: translateY(0);
        }
        
        .qrcode-container {
            text-align: center;
            padding: 20px 0;
        }
        
        .qrcode-placeholder {
            width: 170px;
            height: 170px;
            margin: 0 auto 25px;
            background: linear-gradient(135deg, #f8fbff 0%, #eaf3ff 100%);
            border-radius: 12px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            color: #5a7a9c;
            border: 2px solid #e1ecf7;
            box-shadow: 0 5px 15px rgba(0, 105, 217, 0.08);
        }
        
        .qrcode-placeholder i {
            font-size: 56px;
            margin-bottom: 18px;
            color: #7b9bc2;
        }
        
        .qrcode-status {
            color: #4a6583;
            font-size: 15px;
            margin-top: 15px;
            font-weight: 500;
        }
        
        .qrcode-status.scanning {
            color: #0069d9;
        }
        
        .qrcode-status.success {
            color: #28a745;
        }

        .qrcode-status.warning {
            color: red;
        }
        
        .login-footer {
            text-align: center;
            padding-top: 25px;
            border-top: 1px solid #eaf3ff;
        }
        
        .register-link {
            color: #0069d9;
            text-decoration: none;
            font-weight: 600;
            transition: all 0.3s;
            padding: 8px 16px;
            border-radius: 8px;
            display: inline-block;
        }
        
        .register-link:hover {
            color: #0056b3;
            background-color: #f0f8ff;
            text-decoration: none;
        }
        
        .other-login-options {
            margin-top: 30px;
            text-align: center;
        }
        
        .other-login-title {
            color: #7b9bc2;
            font-size: 14px;
            margin-bottom: 18px;
            position: relative;
        }
        
        .other-login-title::before, .other-login-title::after {
            content: '';
            position: absolute;
            top: 50%;
            width: 30%;
            height: 1px;
            background: linear-gradient(to right, transparent, #d1e3ff, transparent);
        }
        
        .other-login-title::before {
            left: 0;
        }
        
        .other-login-title::after {
            right: 0;
        }
        
        .other-login-buttons {
            display: flex;
            justify-content: center;
            gap: 18px;
        }
        
        .social-login-btn {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 20px;
            cursor: pointer;
            transition: all 0.3s;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
        }
        
        .social-login-btn:hover {
            transform: translateY(-5px) scale(1.05);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
        }
        
        .social-login-btn.wechat {
            background: linear-gradient(135deg, #09bb07 0%, #08a506 100%);
        }
        
        .social-login-btn.alipay {
            background: linear-gradient(135deg, #1296db 0%, #0d7cb5 100%);
        }
        
        .social-login-btn.qq {
            background: linear-gradient(135deg, #12b7f5 0%, #0a9bd4 100%);
        }
        
        .countdown {
            color: white;
            font-weight: 600;
        }
        
        .form-footer {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-top: 25px;
            font-size: 14px;
            color: #5a7a9c;
        }
        
        .secure-login {
            display: flex;
            align-items: center;
        }
        
        .secure-login i {
            color: #28a745;
            margin-right: 6px;
        }
        
        .login-tip {
            text-align: center;
            font-size: 13px;
            color: #7b9bc2;
            margin-top: 15px;
        }
        
        .login-tip a {
            color: #0069d9;
            text-decoration: none;
        }
        
        .login-tip a:hover {
            text-decoration: underline;
        }
        
        .blue-accent {
            color: #0069d9;
        }
        
        @media (max-width: 480px) {
            .login-container {
                padding: 0;
                margin: 0 auto;
            }
            
            .login-content {
                padding: 25px 20px;
            }
            
            .captcha-container {
                flex-direction: column;
            }
            
            .send-captcha-btn {
                height: 52px;
                width: 100%;
            }
            
            .login-header {
                padding: 25px 20px 15px;
            }
            
            .login-header h3 {
                font-size: 24px;
            }
            
            .login-tab {
                padding: 15px 12px;
                font-size: 14px;
            }
            
            .login-tab i {
                display: block;
                margin: 0 0 5px 0;
                font-size: 18px;
            }
            
            .qrcode-placeholder {
                width: 180px;
                height: 180px;
            }
        }
        
        /* 蓝色主题装饰元素 */
        .blue-decor {
            position: absolute;
            width: 100px;
            height: 100px;
            background: radial-gradient(circle, rgba(0, 105, 217, 0.1) 0%, rgba(0, 105, 217, 0) 70%);
            border-radius: 50%;
        }
        
        

        /* 绑定手机号弹窗样式 */
        .bind-overlay {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(0, 0, 0, 0.5);
            display: none;
            justify-content: center;
            align-items: center;
            z-index: 1000;
        }
        
        .bind-overlay.active {
            display: flex;
        }
        
        .bind-modal {
            background: white;
            border-radius: 20px;
            width: 90%;
            max-width: 500px;
            box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
            overflow: hidden;
            animation: modalSlideIn 0.3s ease;
        }
        
        @keyframes modalSlideIn {
            from {
                opacity: 0;
                transform: translateY(-30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        
        .bind-header {
            padding: 25px 30px 15px;
            text-align: center;
            background: linear-gradient(135deg, #0069d9 0%, #0056b3 100%);
            color: white;
        }
        
        .bind-header h4 {
            font-size: 22px;
            font-weight: 600;
            margin-bottom: 5px;
        }
        
        .bind-header p {
            font-size: 14px;
            opacity: 0.9;
        }
        
        .bind-content {
            padding: 30px;
        }
        
        .bind-options {
            margin-bottom: 30px;
        }
        
        .bind-option {
            background: #f8fafc;
            border-radius: 12px;
            padding: 25px;
            margin-bottom: 20px;
            border: 2px solid #e1ecf7;
            transition: all 0.3s;
            cursor: pointer;
        }
        
        .bind-option:hover {
            border-color: #0069d9;
            transform: translateY(-3px);
            box-shadow: 0 10px 25px rgba(0, 105, 217, 0.1);
        }
        
        .bind-option.active {
            border-color: #0069d9;
            background: linear-gradient(135deg, #f0f8ff 0%, #e6f2ff 100%);
        }
        
        .bind-option-header {
            display: flex;
            align-items: center;
            margin-bottom: 15px;
        }
        
        .bind-option-icon {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            background: linear-gradient(135deg, #0069d9 0%, #0056b3 100%);
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 22px;
            margin-right: 15px;
        }
        
        .bind-option-title {
            font-size: 18px;
            font-weight: 600;
            color: #2c3e50;
        }
        
        .bind-option-desc {
            font-size: 14px;
            color: #5a7a9c;
            line-height: 1.5;
        }
        
        .bind-form {
            display: none;
        }
        
        .bind-form.active {
            display: block;
            animation: fadeIn 0.5s ease;
        }
        
        .bind-form-header {
            display: flex;
            align-items: center;
            margin-bottom: 25px;
            padding-bottom: 15px;
            border-bottom: 1px solid #e1ecf7;
        }
        
        .bind-form-header i {
            font-size: 24px;
            color: #0069d9;
            margin-right: 12px;
        }
        
        .bind-form-header h5 {
            font-size: 18px;
            color: #2c3e50;
            font-weight: 600;
        }
        
        .bind-actions {
            display: flex;
            justify-content: space-between;
            margin-top: 30px;
            gap: 15px;
        }
        
        .bind-btn {
            flex: 1;
            padding: 16px;
            border-radius: 10px;
            font-size: 15px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s;
            border: none;
        }
        
        .bind-btn.secondary {
            background: #f0f8ff;
            color: #0069d9;
            border: 2px solid #e1ecf7;
        }
        
        .bind-btn.secondary:hover {
            background: #e6f2ff;
            border-color: #0069d9;
        }
        
        .bind-btn.primary {
            background: linear-gradient(135deg, #0069d9 0%, #0056b3 100%);
            color: white;
            box-shadow: 0 6px 20px rgba(0, 105, 217, 0.25);
        }
        
        .bind-btn.primary:hover {
            background: linear-gradient(135deg, #0056b3 0%, #004a9c 100%);
            transform: translateY(-2px);
            box-shadow: 0 10px 25px rgba(0, 105, 217, 0.3);
        }
        
        .bind-success {
            text-align: center;
            padding: 40px 20px;
            display: none;
        }
        
        .bind-success.active {
            display: block;
            animation: fadeIn 0.5s ease;
        }
        
        .bind-success-icon {
            width: 80px;
            height: 80px;
            background: linear-gradient(135deg, #28a745 0%, #1e7e34 100%);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 36px;
            margin: 0 auto 25px;
        }
        
        .bind-success h5 {
            font-size: 22px;
            color: #2c3e50;
            margin-bottom: 15px;
        }
        
        .bind-success p {
            color: #5a7a9c;
            margin-bottom: 30px;
            line-height: 1.6;
        }
        
        .user-avatar {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            background: linear-gradient(135deg, #0069d9 0%, #0056b3 100%);
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 24px;
            margin: 0 auto 20px;
            font-weight: 600;
        }
        
        @media (max-width: 480px) {
            .login-container {
                padding: 0;
            }
            
            .login-content {
                padding: 25px 20px;
            }
            
            .captcha-container {
                flex-direction: column;
            }
            
            .send-captcha-btn {
                height: 52px;
                width: 100%;
            }
            
            .login-header {
                padding: 25px 20px 15px;
            }
            
            .login-header h3 {
                font-size: 24px;
            }
            
            .login-tab {
                padding: 15px 12px;
                font-size: 14px;
            }
            
            .login-tab i {
                display: block;
                margin: 0 0 5px 0;
                font-size: 18px;
            }
            
            .qrcode-placeholder {
                width: 180px;
                height: 180px;
            }
            
            .bind-modal {
                width: 95%;
            }
            
            .bind-content {
                padding: 20px;
            }
            
            .bind-option {
                padding: 20px;
            }
            
            .bind-actions {
                flex-direction: column;
            }
        }
        
        

        /* 绑定弹窗底部信息样式 */
        .bind-footer {
            margin-top: 30px;
            padding-top: 25px;
            border-top: 1px solid #e1ecf7;
            text-align: center;
            font-size: 12px;
            color: #7b9bc2;
            line-height: 1.6;
        }
        
        .bind-customer-service {
            margin-bottom: 8px;
            font-size: 13px;
        }
        
        .bind-customer-service strong {
            color: #0069d9;
            font-weight: 600;
        }
        
        .bind-privacy-notice {
            font-size: 12px;
            color: #7b9bc2;
            font-style: italic;
        }
        
        /* 绑定成功时隐藏客服信息 */
        .bind-success.active + .bind-footer {
            display: none;
        }
        
        /* 响应式调整 */
        @media (max-width: 480px) {
            .bind-footer {
                margin-top: 20px;
                padding-top: 15px;
            }
            
            .bind-customer-service {
                font-size: 12px;
            }
            
            .bind-privacy-notice {
                font-size: 11px;
            }
        }
    

/*新版样式结束*/

