.main-container {
    width: 1200px;
    display: flex;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin: 220px auto 0;
}

/* 左侧背景图片区域 */
.left-section {
    flex: 1;
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('/images/sp_kc8.png') no-repeat center center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    padding: 40px;
}

.left-content {
    text-align: center;
}

    .left-content h1 {
        font-size: 36px;
        margin-bottom: 20px;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    }

    .left-content p {
        font-size: 18px;
        line-height: 1.6;
        text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    }

/* 右侧表单区域 */
.right-section {
    width: 500px;
    padding: 60px 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-container {
    width: 100%;
}

.tab-container {
    display: flex;
    margin-bottom: 30px;
}

.tab {
    flex: 1;
    text-align: center;
    padding: 12px;
    cursor: pointer;
    font-size: 18px;
    color: #999;
    border-bottom: 2px solid transparent;
    transition: all 0.3s;
}

    .tab.active {
        color: #1890ff;
        border-bottom: 2px solid #1890ff;
        font-weight: bold;
    }

.form-content {
    display: none;
}

    .form-content.active {
        display: block;
    }

.form-group {
    margin-bottom: 20px;
}

    .form-group label {
        display: block;
        margin-bottom: 8px;
        font-size: 14px;
        color: #666;
    }

.input-group {
    position: relative;
    display: flex;
    align-items: center;
}

    .input-group input {
        flex: 1;
        height: 48px;
        padding: 0 15px;
        border: 1px solid #ddd;
        border-radius: 6px;
        font-size: 14px;
        outline: none;
        transition: all 0.3s;
    }

        .input-group input:focus {
            border-color: #1890ff;
            box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
        }

.get-code-btn {
    position: absolute;
    right: 5px;
    height: 40px;
    padding: 0 12px;
    background-color: #1890ff;
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s;
}

    .get-code-btn:hover {
        background-color: #40a9ff;
    }

    .get-code-btn.disabled {
        background-color: #ccc;
        cursor: not-allowed;
    }

.get-code-grap {
    cursor: pointer;
    position: absolute;
    right: 0px;
    height: 48px;
    border-radius: 6px;
}

.submit-btn {
    width: 100%;
    height: 48px;
    background-color: #1890ff;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s;
    margin-top: 10px;
}

    .submit-btn:hover {
        background-color: #40a9ff;
    }

.form-footer {
    margin-top: 20px;
    text-align: center;
    font-size: 14px;
    color: #999;
}

    .form-footer a {
        color: #1890ff;
        text-decoration: none;
        transition: color 0.3s;
    }

        .form-footer a:hover {
            color: #40a9ff;
        }

.error-message {
    color: #f5222d;
    font-size: 12px;
    margin-top: 5px;
    display: none;
}

/* 响应式设计 */
@media (max-width: 1240px) {
    .main-container {
        width: 95%;
        max-width: 1200px;
    }
}

@media (max-width: 768px) {
    .main-container {
        flex-direction: column;
        width: 100%;
        max-width: 500px;
    }

    .left-section {
        height: 200px;
        padding: 20px;
    }

    .right-section {
        width: 100%;
        padding: 30px;
    }

    .left-content h1 {
        font-size: 28px;
    }

    .left-content p {
        font-size: 16px;
    }
}


/*网站底部 */
.loginbottom {
    background-color: #ffffff;
    background-color: #474747;
    color: #474747;
    color: #ffffff;
    padding: 20px 0px;
    margin-top: 300px;
}


    .loginbottom a {
        color: #333333;
        color: #ffffff
    }

    .loginbottom .footnav a:hover,
    .loginbottom .footnav a:hover span {
        color: #0b84cf !important;
        color: #ffffff !important
    }

    .loginbottom .footnav {
        margin-bottom: 10px
    }

        .loginbottom .footnav a {
            padding: 0 25px;
            height: 17px;
            line-height: 17px;
            white-space: nowrap
        }

            .loginbottom .footnav a + a {
                border-left: 1px solid;
                border-color: #e4eaec
            }


.loginbottom_info {
    line-height: 30px;
}

.loginbottom-center {
    text-align: center !important
}
