﻿/* 与头部 .top 内 Logo 左缘对齐：左侧栏 width:20%，图 margin-left:8% → 约 0.2×0.08 = 1.6%（相对 1200 主栏） */
.reg-page-wrap {
    width: 1200px;
    max-width: 100%;
    margin: 20px auto;
    box-sizing: border-box;
    padding: 24px 24px 32px 1.6%;
    background: #fff;
}

.reg-page-title {
    margin: 0 0 12px;
    font-size: 22px;
    font-weight: 600;
    color: #1a1a1a;
}

.reg-page-lead {
    margin: 0 0 20px;
    color: #666;
    font-size: 14px;
    line-height: 1.5;
}

.reg-member-form {
    max-width: 720px;
}

.reg-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 20px;
}

@media (max-width: 700px) {
    .reg-form-grid {
        grid-template-columns: 1fr;
    }
}

.reg-span-2 {
    grid-column: 1 / -1;
}

.reg-member-form select.login-input {
    height: 44px;
    cursor: pointer;
}

.reg-field-hint {
    margin: -8px 0 16px;
    font-size: 12px;
    color: #888;
}

.reg-member-form .reg-submit-btn {
    margin-top: 8px;
    padding: 12px 28px;
    cursor: pointer;
    border: none;
    border-radius: 8px;
    background: #0c9dcc;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    transition: background .15s ease, box-shadow .15s ease;
}

.reg-member-form .reg-submit-btn:hover {
    background: #0a8bb8;
    box-shadow: 0 2px 8px rgba(12, 157, 204, 0.35);
}

.reg-member-form .reg-back-home {
    margin-left: 16px;
    font-size: 14px;
    color: #0c9dcc;
    text-decoration: none;
}

.reg-member-form .reg-back-home:hover {
    text-decoration: underline;
}

.reg_div{
    width:1200px; margin:0 auto;background:#fff;
    height:500px;
}
.reg_title{
    font-size:20px; text-align:center; width:100%; height:50px; line-height:50px;
}
.context, .div_ul {
    width: 1100px;
    font-size: 14px;
    z-index: 0;
}

.weimob-list {
    box-shadow: #e5e5ee 0px 0px 15px;
    width: 600px;
    margin: 0 auto;
}

.weimob-list-item-bg {
    text-align: center;
    font-size: 20px;
    font-family: 微软雅黑;
    color: #808080;
    padding: 30px 1px 10px 1px;
}

    .weimob-list-item-bg span {
        display: block;
        position: relative;
        border: 1px solid #e8e8e8;
        margin: 10px auto;
        height: 1;
    }

        .weimob-list-item-bg span p {
            display: block;
            position: absolute;
            left: 165px;
            top: -28px;
            padding: 10px;
            background-color: #fff;
            font-size: 16px;
        }

.context p, .context div {
    line-height: 30px;
}

.div_1 {
    margin-top: 10px;
}

    .div_1 input {
        border: 1px solid #ebebeb;
        height: 38px;
        width: 60%;
        font-size: 14px;
        padding-left: 10px;
    }

.button_class {
    width: 50%;
    height: 38px;
    margin: 0 auto;
    background: #8F0306;
    color: #fff;
    padding-left: 10px;
    margin-top: 25px;
    text-align: center;
    font-size: 18px;
    padding-top: 8px;
    clear: both;
    border-radius:20px;

}
select {
    width: 62%;
    border: 1px solid #ebebeb;
    height: 38px;
    font-size: 14px;
    padding-left: 10px;
    color: #666;
}
input[type=checkbox]{
    width: 20px;
    height: 20px;
    border: 1px solid #ebebeb;
    margin-top:5px;
}
