/* ============================================
   现代化登录页面样式 - 简洁通用设计
   ============================================ */

/* 基础重置 */
.none { display: none; }
a.godl { text-decoration: underline; }
.font12 { font-size: 12px !important; }

/* 主容器 */
.inner {
    width: 100% !important;
    min-height: 100vh !important;
    background: #f5f7fa !important;
    padding: 60px 20px !important;
    box-sizing: border-box !important;
}

/* 主体内容 - 只针对登录页面 */
.inner .body.log-container,
.inner .body:has(.log),
.inner .body .log {
    max-width: 800px !important;
    width: 100% !important;
    margin: 0 auto !important;
    /*display: flex !important;*/
    /*justify-content: center !important;*/
}

/* 注册页面时，body 不受宽度限制 */
.body:has(.registerpart),
.body .registerpart {
    max-width: none !important;
    /*width: 100% !important;*/
    display: block !important;
}

/* 登录卡片 - 只针对登录页面 */
.inner .body .log {
    /* width: 100% !important; */
    background: #ffffff !important;
    border-radius: 16px !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08) !important;
    padding: 50px 40px !important;
    box-sizing: border-box !important;
    position: relative !important;
    overflow: hidden !important;
    width: 800px;
    margin: auto;
}

.inner .body .log::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 4px !important;
    background: linear-gradient(90deg, #667eea 0%, #764ba2 100%) !important;
}

/* 登录标题 */
.inner .body .log .login-header {
    text-align: center !important;
    margin-bottom: 35px !important;
}

.inner .body .log .login-header h2 {
    font-size: 28px !important;
    font-weight: 700 !important;
    color: #1a202c !important;
    margin: 0 !important;
    font-family: "Microsoft YaHei", sans-serif !important;
}

/* 表单容器 - 只针对登录页面 */
.inner .body .log .formlogin {
    margin: 0 !important;
    width: 100% !important;
    border: none !important;
}

.inner .body .log .form-group {
    margin-bottom: 24px !important;
    display: flex !important;
    flex-direction: column !important;
}

.inner .body .log .form-label {
    display: block !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #2d3748 !important;
    margin-bottom: 10px !important;
    letter-spacing: 0.3px !important;
}

/* 输入框 - 只针对登录页面 */
.inner .body .log .input {
    width: 100% !important;
    box-sizing: border-box !important;
    border: 2px solid #e2e8f0 !important;
    background: #ffffff !important;
    padding: 14px 16px !important;
    border-radius: 10px !important;
    font-size: 15px !important;
    transition: all 0.3s ease !important;
    outline: none !important;
    color: #1a202c !important;
    font-family: "Microsoft YaHei", sans-serif !important;
}

.inner .body .log .input:hover {
    border-color: #cbd5e0 !important;
}

.inner .body .log .input:focus {
    border-color: #667eea !important;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1) !important;
}

.inner .body .log .input::placeholder {
    color: #a0aec0 !important;
}

.inner .body .log .input-large {
    width: 100% !important;
}

.inner .body .log .input-small {
    width: 200px !important;
}

/* 验证码区域 - 只针对登录页面 */
.inner .body .log .captcha-wrapper {
    display: flex !important;
    gap: 12px !important;
    align-items: flex-start !important;
}

.inner .body .log .authcode {
    border: 2px solid #e2e8f0 !important;
    border-radius: 10px !important;
    cursor: pointer !important;
    height: 50px !important;
    transition: all 0.3s ease !important;
    padding: 2px !important;
    background: #ffffff !important;
}

.inner .body .log .authcode:hover {
    border-color: #667eea !important;
    transform: scale(1.02) !important;
}

/* 复选框 - 只针对登录页面 */
.inner .body .log .checkbox-group {
    margin-bottom: 20px !important;
}

.inner .body .log .checkbox-group label {
    display: flex !important;
    align-items: center !important;
    cursor: pointer !important;
    color: #4a5568 !important;
    font-size: 14px !important;
    user-select: none !important;
}

.inner .body .log .checkbox {
    width: 18px !important;
    height: 18px !important;
    margin-right: 10px !important;
    cursor: pointer !important;
    accent-color: #667eea !important;
    border-radius: 4px !important;
}

/* 登录按钮 - 只针对登录页面 */
.inner .body .log .typebtn {
    width: 100% !important;
    height: 50px !important;
    border-radius: 10px !important;
    border: none !important;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    font-family: "Microsoft YaHei", sans-serif !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 14px rgba(102, 126, 234, 0.3) !important;
    letter-spacing: 0.5px !important;
}

.inner .body .log .typebtn:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4) !important;
}

.inner .body .log .typebtn:active {
    transform: translateY(0) !important;
}

/* 主题色按钮 */
.blue .typebtn { background: linear-gradient(135deg, #4299e1 0%, #3182ce 100%) !important; }
.green .typebtn { background: linear-gradient(135deg, #48bb78 0%, #38a169 100%) !important; }
.orange .typebtn { background: linear-gradient(135deg, #ed8936 0%, #dd6b20 100%) !important; }
.red .typebtn { background: linear-gradient(135deg, #f56565 0%, #e53e3e 100%) !important; }

/* 链接区域 - 只针对登录页面 */
.inner .body .log .forreg {
    margin-top: 24px !important;
    padding-top: 20px !important;
    border-top: 1px solid #e2e8f0 !important;
    display: flex !important;
    justify-content: space-between !important;
}

.inner .body .log .forreg a {
    font-size: 14px !important;
    color: #667eea !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    font-weight: 500 !important;
    padding: 6px 12px !important;
    border-radius: 6px !important;
}

.inner .body .log .forreg a:hover {
    color: #764ba2 !important;
    background: rgba(102, 126, 234, 0.08) !important;
}

/* 第三方登录 - 只针对登录页面 */
.inner .body .log .qqlogin {
    margin-top: 30px !important;
    padding-top: 30px !important;
    border-top: 1px solid #e2e8f0 !important;
    text-align: center !important;
}

.inner .body .log .qqlogin-title {
    color: #a0aec0 !important;
    font-size: 13px !important;
    margin-bottom: 20px !important;
}

.inner .body .log .qqlogin-buttons {
    display: flex !important;
    justify-content: center !important;
    gap: 15px !important;
    flex-wrap: wrap !important;
}

.inner .body .log .qqlogin img {
    border-radius: 8px !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08) !important;
}

.inner .body .log .qqlogin img:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12) !important;
}

/* 响应式 - 只针对登录页面 */
@media (max-width: 768px) {
    .inner { padding: 40px 15px !important; }
    .inner .body .log { padding: 40px 30px !important; }
    .inner .body .log .login-header h2 { font-size: 24px !important; }
    .inner .body .log .captcha-wrapper { flex-direction: column !important; }
    .inner .body .log .input-small { width: 100% !important; }
}

/* 保留原有样式（兼容其他页面） */
.partinput { margin-top: 20px; }
.pw_check { width: 150px; background: url(../images/login/pw_check.gif) no-repeat; height: 22px; font-size: 12px; }
.pw_check span { width: 49px; height: 14px; line-height: 16px; margin-bottom: 6px; text-align: center; display: block; float: left; }
#pw_check_1 { background-position: 0 bottom; }
#pw_check_2 { background-position: -150px bottom; }
#pw_check_3 { background-position: -300px bottom; }
#pw_check_4 { background-position: -450px bottom; }
#pw_check_5 { background-position: -600px bottom; }

/* ============================================
   注册页面样式 - 不影响登录页面
   ============================================ */

/* 注册页面容器 */
.inner .body .registerpart {
    /* width: 100% !important; */
    max-width: 1600px !important;
    height: auto !important;
    margin: 0 auto !important;
    text-align: center !important;
    padding: 40px 20px !important;
    box-sizing: border-box !important;
    overflow: visible !important;
    min-width: 0 !important;
    width: 800px;
    margin: auto;
}

.form-section {
    margin-bottom: 40px !important;
}

.form-section:last-child {
    margin-bottom: 0 !important;
}

.section-title {
    font-size: 22px !important;
    font-weight: 600 !important;
    color: #2d3748 !important;
    margin-bottom: 30px !important;
    padding-bottom: 15px !important;
    border-bottom: 2px solid #e2e8f0 !important;
    position: relative !important;
}

.section-title::before {
    content: '' !important;
    position: absolute !important;
    left: 0 !important;
    bottom: -2px !important;
    width: 80px !important;
    height: 3px !important;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    border-radius: 2px !important;
}

.form-container {
    display: grid !important;
    grid-template-columns: repeat(1, 1fr) !important;
    gap: 24px 40px !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    min-width: 0 !important;
}

/* 注册页面的 form-group 样式 - 不影响登录页面 */
.regdetail .form-group,
.registerpart .form-group {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start !important;
    gap: 20px !important;
    min-width: 0 !important;
    width: 100% !important;
}

.form-group.full-width {
    grid-column: 1 / -1 !important;
    width: 100% !important;
    min-width: 0 !important;
}

/* 注册页面的 form-label 样式 - 不影响登录页面 */
.regdetail .form-label,
.registerpart .form-label {
    font-size: 15px !important;
    font-weight: 500 !important;
    color: #4a5568 !important;
    display: flex !important;
    align-items: center !important;
    gap: 4px !important;
    min-width: 120px !important;
    flex-shrink: 0 !important;
    white-space: nowrap !important;
    padding-top: 12px !important;
}

.form-label .required {
    color: #e53e3e !important;
    font-weight: 600 !important;
}

/* 注册页面输入框样式 - 确保不影响验证功能，也不影响登录页面 */
.regdetail .form-group .input,
.registerpart .form-group .input {
    flex: 1 !important;
    padding: 14px 18px !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 8px !important;
    font-size: 15px !important;
    color: #2d3748 !important;
    background: #ffffff !important;
    transition: all 0.3s ease !important;
    box-sizing: border-box !important;
    min-width: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: relative !important;
    z-index: 1 !important;
}

/* 注册页面的输入框样式 - 不影响登录页面 */
.regdetail .form-group .input:focus,
.registerpart .form-group .input:focus {
    outline: none !important;
    border-color: #667eea !important;
    box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.12) !important;
}

.regdetail .form-group .input.input-large,
.registerpart .form-group .input.input-large {
    width: 100% !important;
}

.regdetail .form-group .input.input-small,
.registerpart .form-group .input.input-small {
    min-width: 200px !important;
    flex: 0 0 auto !important;
}

/* 密码强度指示器 */
.pw-check-wrapper {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    flex: 1 !important;
    min-width: 0 !important;
}

.pw-check-wrapper .pw_check {
    flex: 1 !important;
    min-width: 0 !important;
}

/* 注册页面的验证码区域 - 不影响登录页面 */
.regdetail .captcha-wrapper,
.registerpart .captcha-wrapper {
    display: flex !important;
    align-items: center !important;
    gap: 16px !important;
    flex: 1 !important;
    min-width: 0 !important;
    width: 100% !important;
}

.regdetail .captcha-wrapper .input,
.registerpart .captcha-wrapper .input {
    flex: 1 !important;
    min-width: 0 !important;
    max-width: none !important;
    width: auto !important;
}

.regdetail .captcha-wrapper .authcode,
.registerpart .captcha-wrapper .authcode {
    border: 1px solid #e2e8f0 !important;
    border-radius: 8px !important;
    cursor: pointer !important;
    height: 46px !important;
    padding: 4px !important;
    background: #f7fafc !important;
    transition: all 0.3s ease !important;
    flex-shrink: 0 !important;
    max-width: 120px !important;
}

.regdetail .captcha-wrapper .authcode:hover,
.registerpart .captcha-wrapper .authcode:hover {
    border-color: #667eea !important;
    box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.12) !important;
    transform: scale(1.02) !important;
}

/* 短信验证码区域 */
.sms-wrapper {
    display: flex !important;
    align-items: center !important;
    gap: 16px !important;
    flex: 1 !important;
    min-width: 0 !important;
    width: 100% !important;
    flex-wrap: wrap !important;
}

.sms-wrapper .input {
    flex: 1 !important;
    min-width: 200px !important;
    max-width: none !important;
    width: auto !important;
}

.sms-btn {
    padding: 0 24px !important;
    border: 1px solid #667eea !important;
    border-radius: 8px !important;
    background: #667eea !important;
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    white-space: nowrap !important;
    flex-shrink: 0 !important;
}

.sms-btn:hover {
    background: #5568d3 !important;
    border-color: #5568d3 !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3) !important;
}

.sms-btn:active {
    transform: translateY(0) !important;
}

.sms-btn:disabled {
    background: #cbd5e0 !important;
    border-color: #cbd5e0 !important;
    color: #a0aec0 !important;
    cursor: not-allowed !important;
}

/* 注册页面的选择框区域 - 不影响登录页面 */
.regdetail .select-wrapper,
.registerpart .select-wrapper {
    display: flex !important;
    align-items: center !important;
    gap: 16px !important;
    flex: 1 !important;
    flex-wrap: wrap !important;
    position: relative !important;
    z-index: 1 !important;
}

.regdetail .select-wrapper select,
.registerpart .select-wrapper select,
.regdetail .catid select,
.registerpart .catid select,
.regdetail .form-group select,
.registerpart .form-group select {
    padding: 14px 18px !important;
    padding-right: 40px !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 8px !important;
    font-size: 15px !important;
    color: #2d3748 !important;
    background: #ffffff !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%234a5568' d='M6 9L1 4h10z'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 14px center !important;
    background-size: 12px !important;
    transition: all 0.3s ease !important;
    flex: 1 !important;
    min-width: 200px !important;
    cursor: pointer !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    position: relative !important;
    z-index: 10 !important;
    overflow: visible !important;
}

/* 注册页面的选择框样式 - 不影响登录页面 */
.regdetail .select-wrapper select:focus,
.registerpart .select-wrapper select:focus,
.regdetail .catid select:focus,
.registerpart .catid select:focus,
.regdetail .form-group select:focus,
.registerpart .form-group select:focus {
    outline: none !important;
    border-color: #667eea !important;
    box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.12) !important;
    z-index: 100 !important;
}

.regdetail .select-wrapper select option,
.registerpart .select-wrapper select option,
.regdetail .catid select option,
.registerpart .catid select option,
.regdetail .form-group select option,
.registerpart .form-group select option {
    padding: 10px 14px !important;
    background: #ffffff !important;
    color: #2d3748 !important;
    cursor: pointer !important;
}

.regdetail .select-wrapper select option:hover,
.registerpart .select-wrapper select option:hover,
.regdetail .catid select option:hover,
.registerpart .catid select option:hover,
.regdetail .form-group select option:hover,
.registerpart .form-group select option:hover {
    background: #f7fafc !important;
}

/* 确保子级select也能正常显示 - 只影响注册页面 */
.regdetail .select-wrapper select.sub-area,
.registerpart .select-wrapper select.sub-area,
.regdetail .catid select.sub-area,
.registerpart .catid select.sub-area {
    display: inline-block !important;
    margin-left: 10px !important;
}

.regdetail .select-wrapper select.sub-area.active,
.registerpart .select-wrapper select.sub-area.active,
.regdetail .catid select.sub-area.active,
.registerpart .catid select.sub-area.active {
    display: inline-block !important;
}

/* 注册步骤指示器 */
.register-steps {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin-bottom: 50px !important;
    gap: 20px !important;
    flex-wrap: wrap !important;
}

.step-item {
    display: flex !important;
    align-items: center !important;
    position: relative !important;
}

.step-number {
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    background: #e2e8f0 !important;
    color: #a0aec0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
}

.step-item.active .step-number {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    color: #ffffff !important;
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3) !important;
}

.step-content {
    margin-left: 12px !important;
}

.step-title {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #2d3748 !important;
    margin-bottom: 4px !important;
}

.step-item.active .step-title {
    color: #667eea !important;
}

.step-connector {
    width: 60px !important;
    height: 2px !important;
    background: #e2e8f0 !important;
    margin: 0 10px !important;
}

.step-item.active ~ .step-item .step-connector {
    background: #e2e8f0 !important;
}

/* 注册类型选择卡片 */
.register-cards {
    display: flex !important;
    justify-content: center !important;
    gap: 30px !important;
    margin-bottom: 50px !important;
    flex-wrap: wrap !important;
}

.register-card {
    width: 300px !important;
    padding: 40px 30px !important;
    background: #ffffff !important;
    border: 2px solid #e2e8f0 !important;
    border-radius: 16px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    text-align: center !important;
    position: relative !important;
    overflow: hidden !important;
}

.register-card:hover {
    border-color: #667eea !important;
    box-shadow: 0 8px 24px rgba(102, 126, 234, 0.15) !important;
    transform: translateY(-4px) !important;
}

.register-card.active {
    border-color: #667eea !important;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.05) 0%, rgba(118, 75, 162, 0.05) 100%) !important;
    box-shadow: 0 8px 24px rgba(102, 126, 234, 0.2) !important;
}

.card-icon {
    width: 80px !important;
    height: 80px !important;
    margin: 0 auto 20px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    border-radius: 16px !important;
    transition: all 0.3s ease !important;
}

.register-card:hover .card-icon {
    transform: scale(1.1) !important;
}

.card-content h3 {
    font-size: 20px !important;
    font-weight: 600 !important;
    color: #2d3748 !important;
    margin-bottom: 12px !important;
}

.card-content p {
    font-size: 14px !important;
    color: #718096 !important;
    line-height: 1.6 !important;
    margin-bottom: 20px !important;
}

.card-arrow {
    position: absolute !important;
    bottom: 20px !important;
    right: 20px !important;
    width: 32px !important;
    height: 32px !important;
    background: #667eea !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #ffffff !important;
    font-size: 18px !important;
    transition: all 0.3s ease !important;
}

.register-card:hover .card-arrow {
    transform: translate(4px, -4px) !important;
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4) !important;
}

/* 协议区域 */
.agreement-group {
    display: flex !important;
    align-items: flex-start !important;
    gap: 12px !important;
    margin-bottom: 30px !important;
    padding: 20px !important;
    background: #f7fafc !important;
    border-radius: 8px !important;
}

.agreement-label {
    display: flex !important;
    align-items: flex-start !important;
    cursor: pointer !important;
    font-size: 14px !important;
    color: #4a5568 !important;
    line-height: 1.6 !important;
    flex: 1 !important;
}

.agreement-radio {
    width: 18px !important;
    height: 18px !important;
    margin-right: 10px !important;
    margin-top: 2px !important;
    cursor: pointer !important;
    accent-color: #667eea !important;
    flex-shrink: 0 !important;
}

.agreement-label a {
    color: #667eea !important;
    text-decoration: underline !important;
}

.agreement-label a:hover {
    color: #764ba2 !important;
}

/* 提交按钮组 */
.submit-group {
    display: flex !important;
    justify-content: center !important;
    gap: 20px !important;
    margin-top: 40px !important;
    padding-top: 30px !important;
    border-top: 1px solid #e2e8f0 !important;
}

.submit-group .typebtn {
    min-width: 200px !important;
    height: 50px !important;
    border-radius: 10px !important;
    border: none !important;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    font-family: "Microsoft YaHei", sans-serif !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 14px rgba(102, 126, 234, 0.3) !important;
    letter-spacing: 0.5px !important;
}

.submit-group .typebtn:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4) !important;
}

.submit-group .typebtn:active {
    transform: translateY(0) !important;
}

.go_reg {
    display: inline-block !important;
    padding: 14px 28px !important;
    border: 2px solid #e2e8f0 !important;
    border-radius: 10px !important;
    background: #ffffff !important;
    color: #4a5568 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
}

.go_reg:hover {
    border-color: #667eea !important;
    color: #667eea !important;
    background: rgba(102, 126, 234, 0.05) !important;
}

.qfont {
    font-size: 14px !important;
    color: #718096 !important;
}

.step-link {
    color: #667eea !important;
    text-decoration: none !important;
    font-weight: 500 !important;
}

.step-link:hover {
    color: #764ba2 !important;
    text-decoration: underline !important;
}


/*移*/
/* 引入Font Awesome图标库 */
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css');

/* 基础样式 */
.none{display:none}
a.godl{text-decoration:none;color:#12438f;font-weight:500;transition:color 0.3s ease}
a.godl:hover{color:#0d4299;text-decoration:underline}
.font12{font-size:12px!important}

/* 注册链接区域 */
.forreg{margin-top:15px;text-align:center}
.forreg a{font-size:16px!important;color:#12438f!important;text-decoration:none;font-weight:500;transition:all 0.3s ease}
.forreg a:hover{color:#12438f!important;text-decoration:underline}

/* 页面整体布局 */
/*body{background:url("../images/loginbag.gif") no-repeat;background-size:100% 100%;}*/

.inner{width:100%;margin:0 auto;text-align:center;background:transparent;border:none;display:flex;flex-direction:column;justify-content:center;align-items:center;overflow:hidden;border-top:1px #ddd solid}

/* 头部样式 */
.mheader{width:100%;padding:20px 0;}
.mhead{width:100%;max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center}
.mhead .logo{float:left;text-align:left}
.mhead .tit{font-size:16px;color:#000;width:auto;margin-top:0;float:right;text-align:right;overflow:visible}
.mhead .tit span a{font-weight:600;color:#12438f;text-decoration:none}

/* 导航样式 */
.navigation a{float:left;text-align:center;margin-left:10px;background:rgba(15,82,187,0.1);width:102px;height:52px;overflow:hidden;display:block;line-height:51px;color:#12438f;border-radius:8px;transition:all 0.3s ease;text-decoration:none}
.navigation a:hover{background:rgba(15,82,187,0.2);transform:translateY(-2px)}
.navigation a.current{background:linear-gradient(135deg,#12438f 0%,#12438f 100%);color:white;font-weight:700;box-shadow:0 4px 15px rgba(15,82,187,0.3)}.partinput{margin-top:20px}.pw_check{width:150px;background:url(../images/login/pw_check.gif) no-repeat;height:22px;font-size:12px}.pw_check span{width:49px;height:14px;line-height:16px;margin-bottom:6px;text-align:center;display:block;float:left}#pw_check_1{background-position:0 bottom}#pw_check_2{background-position:-150px bottom}#pw_check_3{background-position:-300px bottom}span.no,span.yes{background-image:url(../images/yesno.gif);background-repeat:no-repeat;height:29px;line-height:29px;margin-top:5px;margin-left:5px;float:left;font-size:12px}span.yes{background-position:0 -29px;display:block;width:80px}span.no{background-position:0 0;color:#000;display:block;padding-left:40px;width:247px}#reg_box{width:630px;float:left;text-align:left;margin:10px 0 15px 10px;height:auto;overflow:auto;text-align:left}.regtab{text-align:left;width:590px}.regtab .tdright{height:30px}.regtab .tdr{height:40px}.tdright{text-align:right;vertical-align:top;line-height:25px;height:40px;line-height:40px!important}.tdr{text-align:right;width:160px;vertical-align:top;line-height:35px}.error_tip{line-height:20px;height:20px;background:url(../images/n.gif) 8px 6px no-repeat;padding:5px 0 5px 30px;float:left}.acc_tip{height:20px;background:url(../images/y.gif) 8px 6px no-repeat;padding:5px 0 5px 30px;float:left}.regtab .gray{line-height:18px;float:left;clear:both}
input.go_reg{border:none;height:50px;background:linear-gradient(135deg, #12438f 0%, #12438f 100%);;cursor:pointer;color:#fff;font-weight:700;border-radius:12px;float:left;}
.forminfo{margin-top:10px;margin-bottom:10px;margin-left:10px}.formlogin{margin:30px 
auto}
.forminfo td,.formlogin td{font-size:15px;padding:10px 0;clear:both;color:#333}
.formlogin font{margin-right:5px}
.forminfo .text,.forminfo .txt,.formlogin .text,.formlogin .txt{display:block;float:left}
.mheader{width:100%;text-align:center;padding:10px 0 20px 0}
.mhead{width:900px;margin-left:auto;margin-right:auto;height:auto;overflow:hidden;margin-top:10px;text-align:left}
.mhead .logo{float:left;text-align:left}.mhead .tit{width:425px;margin-top:25px;font-size:14px;float:right;text-align:right;overflow:hidden}
.mhead .tit span{font-size:15px}
.mhead .tit span a{ font-weight:bold; color:#12438f;}
.navigation a{float:left;text-align:left;margin-left:10px;background:url(../images/login/bg.gif) no-repeat;width:102px;height:52px;overflow:hidden;display:block;text-align:center;line-height:51px;color:#000}.navigation a.current{text-decoration:none;background:url(../images/login/currentbg.gif) no-repeat!important;font-weight:700}/* 主体内容区域 */
.body{width:100%;max-width:800px;margin:15px auto;padding:40px 20px;animation:fadeInUp 0.6s ease-out;backdrop-filter:blur(15px);}

/* 登录表单容器 */
.body .log{background:transparent;border:none;padding:20px 0;border:2px solid #ddd;border-radius:12px;}
.body .log .formlogin{width:60%;margin:0 auto;}
.body .log .formlogin td{font-size:15px;color:#333;clear:both;padding:12px 0}
.body .log .formlogin .tdright{color:#555;text-align:left;font-weight:500}
.body .log .qqlogin{border-top:1px solid #e1e8ed;padding-top:20px;margin-top:20px;text-align:center;color:#666}a.registerbutton{background:url(../images/login/register_submit.gif) 0 0 no-repeat;width:163px;height:44px;line-height:44px;display:block;text-align:center;color:#0192CD;font-size:18px;font-family:"microsoft yahei"}a.registerbutton:hover{background:url(../images/login/register_submit.gif) 0 -44px no-repeat;text-decoration:none}.body .log .formlogin .loginsubmit:hover{background:url(../images/login/login.gif) 0 -44px no-repeat}.body .log .formlogin td{clear:both;height:44px}.body .log .formlogin .tdright{color:#000;text-align:right;padding-right:20px}.body .log .qqlogin{border-top:1px #d4d4d4 solid;color:#000}.body .reg{width:530px;height:350px;float:left;overflow:hidden}.body .reg .cont{margin-left:50px;line-height:30px}.body .reg .cont .register_submit{margin-top:15px;margin-bottom:15px}.body .reg .font{color:#000;font-size:18px;margin-top:90px}/* 注册页面样式 */
.body .registerpart{width:100%;max-width:800px;margin:0 auto;}

/* 步骤指示器 */
.body .registerpart .step1,.body .registerpart .step2,.body .registerpart .step3{display:flex;justify-content:center;margin:30px 0;background:none;height:auto}
.body .registerpart .step1 span,.body .registerpart .step2 span,.body .registerpart .step3 span{flex:1;max-width:200px;padding:15px 20px;margin:0 5px;background:#f8f9fa;color:#666;border-radius:10px;font-size:14px;font-weight:500;transition:all 0.3s ease;width:auto;height:auto;line-height:normal;text-align:center;display:block;float:none}
.body .registerpart .step1 span.cur,.body .registerpart .step2 span.cur,.body .registerpart .step3 span.cur{background:linear-gradient(135deg,#12438f 0%,#12438f 100%);color:white;font-weight:700}

/* 选择器样式 */
.body .registerpart .selecter{width:100%;max-width:350px;margin:20px auto;padding:30px;border:2px solid #e1e8ed;border-radius:16px;background:#fff;transition:all 0.3s ease;cursor:pointer;text-decoration:none;display:block;color:inherit;height:auto;float:none}
.body .registerpart .selecter:hover{border-color:#12438f;transform:translateY(-4px);text-decoration:none;color:inherit}
.body .registerpart .selecter:hover .ico span{transform:scale(1.1);}
.body .registerpart .selecter .ico{width:100%;text-align:center;margin-bottom:20px;float:none;display:block}
.body .registerpart .selecter .ico span{width:60px;height:60px;display:inline-block;border-radius:50%;background:linear-gradient(135deg,#12438f 0%,#12438f 100%);margin:0 auto;line-height:60px;color:white;font-size:24px;position:relative;transition:all 0.3s ease}
.body .registerpart .selecter .ico span.ico1{background:linear-gradient(135deg,#12438f 0%,#12438f 100%)}
.body .registerpart .selecter .ico span.ico1::before{content:"\f1ad";font-family:'Font Awesome 6 Free';font-weight:900;font-size:24px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:white}
.body .registerpart .selecter .ico span.ico2{background:linear-gradient(135deg,#12438f 0%,#12438f 100%)}
.body .registerpart .selecter .ico span.ico2::before{content:"\f007";font-family:'Font Awesome 6 Free';font-weight:900;font-size:24px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:white}
.body .registerpart .selecter .des{float:none;display:block}
.body .registerpart .selecter .des .tit{font-size:18px;font-weight:600;color:#333;text-align:center;margin:0;float:none}
.body .registerpart .selecter .des .tit a{font-weight:600;text-decoration:none;color:#333}
.body .registerpart .regdetail .partname{color:#000;border-bottom:1px #d4d4d4 solid;height:35px;line-height:35px}
.body .registerpart .regdetail .partname .li1{font-size:17px;font-weight:700;float:left;margin-right:20px}
.body .registerpart .regdetail .partname .li1 .current{border-bottom:2px #12438f solid;display:block;}
.body .registerpart .regdetail .partname .li2{float:right;font-size:12px}
.xiyi{width:440px;border:2px solid #e1e8ed;background:#fafafa;padding:10px;margin:0 auto;border-radius:12px;}
#xieyi{width:440px;height:100px;overflow:hidden;overflow-y:scroll;font-size:13px;border:none;text-align:left;line-height:20px;color:#666}
#xieyi p{text-indent:2em}
#xieyi p strong{line-height:22px}/* 底部样式 */
.footer{padding:20px;margin-top:auto;font-size:16px;color:#333;width:100%;margin-left:auto;margin-right:auto}
.footer a{color:#333}
/* 响应式设计 */
@media (max-width: 768px) {
    .body{max-width:90%;padding:30px 20px;margin:20px auto}
    .registerpart{max-width:90%;padding:30px 20px}
    .step1 span,.step2 span,.step3 span{font-size:12px;padding:12px 15px}
    .selecter{max-width:100%;margin:15px 0}
    .formlogin td{padding:10px 0}
    .input{padding:12px 16px;font-size:16px}
    .typebtn{padding:14px;font-size:16px}
}

@media (max-width: 480px) {
    .body{border-radius:15px;box-shadow:0 10px 30px rgba(15,82,187,0.1)}
    .registerpart{border-radius:15px;padding:25px 15px}
    .input-small{width:100%;margin-bottom:15px}
    .authcode{margin-top:10px}
}

/* 动画效果 */
@keyframes fadeInUp {
    from{opacity:0;transform:translateY(30px)}
    to{opacity:1;transform:translateY(0)}
}

/* 清除浮动 */
.clear,.clearfix{clear:both}
.clearfix::after{content:"";display:table;clear:both}/* 输入框样式 */
.input{padding:15px 20px;border:2px solid #e1e8ed;border-radius:12px;font-size:16px;background:#fff;transition:all 0.3s ease;box-sizing:border-box;font-family:inherit;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;vertical-align:middle;margin-right:3px;float: left;}
.input:focus{outline:none;border-color:#12438f;box-shadow:0 0 0 3px rgba(15,82,187,0.1);transform:translateY(-1px)}
.input::placeholder{color:#999;font-size:15px}

/* 输入框尺寸 */
.input-big{height:28px;padding:0 10px;line-height:28px}
.input-50,.input-smallest{width:50px}
.input-60{width:400px}
.input-600,.input-largest{width:600px}
.input-90,.input-smaller{width:90px}
.input-110,.input-small{width:60%;display:inline-block;margin-right:5px;float: left;}
.input-150,.input-6,.input-medium{width:150px}
.input-230,.input-large{width:370px;}
.input-400,.input-60,.input-larger{width:400px}

/* 验证码样式 */
.authcode{border-radius:8px;border:2px solid #e1e8ed;transition:all 0.3s ease;cursor:pointer;float:left}
.authcode:hover{border-color:#12438f;transform:translateY(-1px)}/* 复选框和按钮样式 */
.checkbox{margin-right:8px;transform:scale(1.2)}
label{font-size:14px;color:#333;cursor:pointer;user-select:none}

/* 提交按钮 */
.typebtn{width:100%;padding:16px;background:linear-gradient(135deg,#12438f 0%,#12438f 100%);color:white;border:none;border-radius:12px;font-size:18px;font-weight:600;cursor:pointer;transition:all 0.3s ease;font-family:inherit;text-align:center;line-height:normal}
.typebtn:hover{background:linear-gradient(135deg,#0d4299 0%,#1c5fb5 100%);transform:translateY(-2px);}
.typebtn:active{transform:translateY(0);box-shadow:0 6px 20px rgba(15,82,187,0.3)}

/* 颜色主题 */
.blue .typebtn{background:linear-gradient(135deg,#12438f 0%,#12438f 100%)}
.green .typebtn{background:linear-gradient(135deg,#42b712 0%,#5bc91e 100%)}
.orange .typebtn{background: linear-gradient(135deg, #12438f 0%, #12438f 100%);}
.red .typebtn{background:linear-gradient(135deg,#C40000 0%,#e60000 100%)}#mr{height:200px;padding-top:25px;text-align:center}#mr .h{height:75px;line-height:75px;text-align:center;margin:30px 0;font-size:24px}#mr h1{background:url(../images/post/info_icons.png) no-repeat 90px 12px;color:#4EBB24;font-family:"microsoft yahei";font-size:34px}#mr h2{background:url(../images/post/info_icons.png) no-repeat 90px -120px;color:red;font-family:"microsoft yahei";font-size:34px}#mr h3{background:url(../images/post/info_icons.png) no-repeat 90px -55px;color:red;font-family:"microsoft yahei";font-size:34px}#mr p{height:35px;line-height:35px;color:#666;margin:0 auto}#infobox{text-align:center}#infobox ul{text-align:left;margin-left:auto;margin-right:auto}#infobox .title{padding:7px 15px;height:30px;font-size:10pt;margin:1px;background:#e0f0f9;border-bottom:1px solid #a6cbe7}.findpwdpart{text-align:center}.findpwdpart .stepp{margin:20px auto 140px auto;width:746px;text-align:left}.findpwdpart .steppp{text-align:left;width:516px;margin-left:auto;margin-right:auto}.findpwdpart .stepp div{margin-bottom:20px}.findpwdpart .stepp h1{font-size:24px;font-family:microsoft yahei;color:green;background:url(../images/right.gif) 0 0 no-repeat;text-indent:50px;line-height:35px;margin-top:80px;margin-bottom:10px;margin-left:65px}.findpwdpart .stepp h2{font-size:18px;font-family:microsoft yahei;color:#C40000;background:url(../images/err.gif) 0 0 no-repeat;text-indent:75px;line-height:48px;margin-top:80px;margin-bottom:10px;margin-left:155px}.findpwdpart .stepp .detail{font-size:14px;line-height:30px;margin-left:65px}.findpwdpart .stepp div{font-size:14px}.findpwdpart .stepp span.cl{float:left;display:block;width:100px;line-height:30px}.findpwdpart .stepp span.cr{float:left;display:block;width:620px}.findpwdpart .stepp .font{font-size:14px;font-weight:700;line-height:30px}.findpwdpart span.no,.findpwdpart span.yes{background-image:url(../images/yesno.gif);background-repeat:no-repeat;height:29px;width:287px;line-height:29px;margin-top:2px;margin-left:5px;float:left}.findpwdpart .step1 span,.findpwdpart .step2 span,.findpwdpart .step3 span{width:228px;height:30px;font-size:14px;line-height:30px;text-align:center;display:block;float:left;color:#000}.findpwdpart .step1 span.cur,.findpwdpart .step2 span.cur,.findpwdpart .step3 span.cur{font-weight:700;color:#12438f}.findpwdpart .step1,.findpwdpart .step2,.findpwdpart .step3{margin-bottom:20px;margin-top:10px}.findpwdpart .step1{height:30px;padding-left:100px}.findpwdpart .step2{height:30px;margin-left:80px}.findpwdpart .step3{height:30px;padding-left:100px}.findpwdpart .step2 span a:hover{text-decoration:none}.findpwdpart .typeinput{border:1px #D9D9D9 solid;width:330px;height:22px;line-height:22px;background:url(../images/mail.gif) 10px 10px no-repeat;padding:6px 10px 6px 40px;float:left}.findpwdpart .typeinput2{border:1px #D9D9D9 solid;width:330px;height:22px;line-height:22px;background:url(../images/mobile.gif) 5px 4px no-repeat;padding:6px 10px 6px 40px;float:left}.findpwdpart .typeinputimg{border:1px #D9D9D9 solid;width:150px;height:22px;line-height:22px;padding:6px 10px 4px 10px;float:left}.findpwdpart .typebtn{width:110px;height:50px;color:#fff;font-family:microsoft yahei;font-size:18px;text-align:center;border:none;cursor:pointer;}.findpwdpart .authcode{border:1px #ddd solid;cursor:pointer;float:left}.checkboxinner{display:block;width:270px;float:left;margin-bottom:10px}.checkboxinner label{font-size:12px;display:block;cursor:pointer;float:left;margin-top:10px;width:90px}.disable{float:left;border:1px #d6d6d6 solid;border-radius:2px;padding:0 10px;height:36px;line-height:36px;text-align:center;color:#585858;margin-left:10px;font-size:12px;cursor:pointer;background-color:#EEE}.disabled{float:left;border:2px #e1e8ed solid;border-radius:12px;height:55px;line-height:55px;text-align:center;color:#585858;font-size:15px;cursor:pointer;background-color:#F7F7F7}.disabled:hover{background-color:#EEE}