/* ===== 商家入驻 - 浅色清新主题 ===== */
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: "Microsoft YaHei", "PingFang SC", "Helvetica Neue", Arial, sans-serif; color: #1E293B; background: #F1F5F9; line-height: 1.6; font-size: 14px; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
img { max-width: 100%; display: block; }
input, select, textarea, button { font-family: inherit; font-size: 14px; }
.w1190, .w1200 { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.flex-between { display: flex; justify-content: space-between; align-items: center; }
.g-header { background: #FFFFFF; border-bottom: 1px solid #E2E8F0; }
.topArea { max-width: 1200px; margin: 0 auto; padding: 12px 20px; display: flex; justify-content: flex-end; }
.back-index { color: #64748B; font-size: 13px; transition: color .2s; }
.back-index:hover { color: #4F6EF7; }
.s-cloud-top { background: #FFFFFF; border-bottom: 1px solid #E2E8F0; box-shadow: 0 1px 3px rgba(0,0,0,0.04); position: sticky; top: 0; z-index: 100; }
.s-cloud-top .w1190 { display: flex; justify-content: space-between; align-items: center; height: 64px; }
.logo-text { font-size: 22px; font-weight: 700; color: #4F6EF7; letter-spacing: 1px; display: flex; align-items: baseline; gap: 8px; }
.logo-text span { font-size: 12px; color: #94A3B8; font-weight: 400; letter-spacing: 2px; }
.s-cloud-top ul { display: flex; gap: 8px; }
.s-cloud-top li a { padding: 8px 20px; border-radius: 6px; color: #475569; font-size: 15px; transition: all .2s; }
.s-cloud-top li a:hover { background: #EEF2FF; color: #4F6EF7; }
.s-cloud-top li.on a { background: #4F6EF7; color: #FFFFFF; font-weight: 500; }
.header { background: #FFFFFF; border-bottom: 1px solid #E2E8F0; padding: 0 20px; }
.header .w1200 { display: flex; align-items: center; justify-content: space-between; height: 64px; }
.header-logo a { font-size: 20px; font-weight: 700; color: #4F6EF7; }
.settled-header-right ul { display: flex; gap: 4px; }
.settled-nav li a { padding: 8px 18px; border-radius: 6px; color: #475569; font-size: 14px; display: block; transition: all .2s; }
.settled-nav li a:hover { background: #EEF2FF; color: #4F6EF7; }
.settled-nav li.curr a { background: #4F6EF7; color: #FFF; font-weight: 500; }
.banner { background: linear-gradient(135deg, #4F6EF7 0%, #818CF8 50%, #A78BFA 100%); padding: 80px 0 100px; color: #FFF; position: relative; overflow: hidden; }
.banner::before { content: ''; position: absolute; top: -60px; right: -60px; width: 300px; height: 300px; background: rgba(255,255,255,0.06); border-radius: 50%; }
.banner::after { content: ''; position: absolute; bottom: -80px; left: -40px; width: 250px; height: 250px; background: rgba(255,255,255,0.04); border-radius: 50%; }
.banner-content { position: relative; z-index: 1; text-align: center; }
.banner h1 { font-size: 42px; font-weight: 700; margin-bottom: 16px; letter-spacing: 2px; }
.banner h2 { font-size: 18px; font-weight: 400; opacity: 0.9; margin-bottom: 40px; letter-spacing: 4px; }
.banner-btns { display: flex; gap: 16px; justify-content: center; }
.banner-btn { padding: 14px 40px; border-radius: 8px; font-size: 16px; font-weight: 500; background: #FFFFFF; color: #4F6EF7; transition: all .25s; cursor: pointer; border: none; }
.banner-btn:hover { transform: translateY(-2px); box-shadow: 0 8px 25px rgba(79,110,247,0.3); }
.banner-btn.outline { background: transparent; border: 2px solid rgba(255,255,255,0.6); color: #FFF; }
.banner-btn.outline:hover { border-color: #FFF; background: rgba(255,255,255,0.1); }
.banner-enter { margin-top: -50px; position: relative; z-index: 2; padding-bottom: 60px; }
.banner-box { display: flex; gap: 24px; }
.banner-enter-left { background: #FFFFFF; border-radius: 12px; padding: 32px; box-shadow: 0 4px 20px rgba(0,0,0,0.06); flex-shrink: 0; width: 280px; }
.banner-enter-left-title { font-size: 20px; font-weight: 600; color: #1E293B; margin-bottom: 20px; padding-bottom: 16px; border-bottom: 2px solid #EEF2FF; }
.banner-enter-left li { padding: 10px 0; color: #64748B; font-size: 14px; position: relative; padding-left: 20px; }
.banner-enter-left li::before { content: '?'; position: absolute; left: 0; top: 10px; color: #4F6EF7; font-weight: 700; font-size: 13px; }
.banner-enter-left > a { display: inline-block; margin-top: 20px; color: #4F6EF7; font-weight: 500; font-size: 15px; transition: all .2s; }
.banner-enter-left > a:hover { color: #3B5BDB; }
.banner-enter-single { background: #FFFFFF; border-radius: 12px; padding: 130px 28px; box-shadow: 0 4px 20px rgba(0,0,0,0.06); flex: 1; text-align: center; transition: all .3s; }
.banner-enter-single:hover { transform: translateY(-4px); box-shadow: 0 8px 30px rgba(79,110,247,0.12); }
.banner-enter-single .icon { font-size: 48px; display: block; margin-bottom: 16px; }
.con-floor-btn { display: inline-block; padding: 10px 32px; background: #4F6EF7; color: #FFF; border-radius: 6px; font-size: 15px; font-weight: 500; transition: all .2s; margin-bottom: 10px; }
.con-floor-btn:hover { background: #3B5BDB; }
.banner-enter-single p { color: #94A3B8; font-size: 13px; }
.container { background: #F1F5F9; }
.settled-container { padding: 60px 0; }
.sett-title { text-align: center; margin-bottom: 48px; }
.zw-tit h3 { font-size: 28px; font-weight: 700; color: #1E293B; margin-bottom: 8px; }
.zw-tit .line { display: block; width: 48px; height: 3px; background: #4F6EF7; border-radius: 2px; margin: 12px auto 0; }
.yw-tit { display: block; font-size: 12px; color: #94A3B8; letter-spacing: 3px; margin-top: 8px; }
.sett-warp { display: flex; align-items: flex-start; justify-content: center; gap: 12px; flex-wrap: wrap; }
.sett-warp .item { background: #FFFFFF; border-radius: 12px; padding: 32px 28px; text-align: center; width: 220px; box-shadow: 0 2px 12px rgba(0,0,0,0.04); transition: all .3s; }
.sett-warp .item:hover { transform: translateY(-3px); box-shadow: 0 6px 24px rgba(79,110,247,0.1); }
.sett-warp .item-i { width: 48px; height: 48px; border-radius: 50%; background: linear-gradient(135deg, #4F6EF7, #818CF8); color: #FFF; font-size: 20px; font-weight: 700; display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; }
.sett-warp .tit { font-size: 16px; font-weight: 600; color: #1E293B; margin-bottom: 12px; }
.sett-warp .item span { display: block; color: #64748B; font-size: 13px; line-height: 1.8; }
.sett-warp .item-jt { font-size: 24px; color: #CBD5E1; margin-top: 60px; font-style: normal; }
.footer { background: #1E293B; color: #94A3B8; padding: 28px 0; }
.copyright_info { text-align: center; font-size: 13px; line-height: 2; }
.settled-article-warp { background: #FFFFFF; border-radius: 12px; box-shadow: 0 2px 12px rgba(0,0,0,0.04); overflow: hidden; }
.step-nav { display: flex; justify-content: space-between; align-items: center; padding: 20px 32px; border-bottom: 1px solid #E2E8F0; background: #F8FAFC; }
.step-nav .title h3 { font-size: 20px; font-weight: 600; color: #1E293B; }
.imrz { display: inline-block; padding: 10px 28px; background: #4F6EF7; color: #FFF; border-radius: 6px; font-size: 14px; font-weight: 500; transition: all .2s; }
.imrz:hover { background: #3B5BDB; }
.sett-a-item { padding: 32px; }
.sett-step { display: flex; align-items: center; justify-content: center; gap: 8px; margin-bottom: 40px; flex-wrap: wrap; }
.sett-step .item { display: flex; align-items: center; gap: 10px; background: #F8FAFC; padding: 14px 24px; border-radius: 8px; }
.sett-step .item-i { width: 32px; height: 32px; border-radius: 50%; background: #4F6EF7; color: #FFF; display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 600; flex-shrink: 0; }
.sett-step .item span { font-size: 14px; color: #475569; font-weight: 500; }
.sett-step .item-jt { color: #CBD5E1; font-size: 18px; font-style: normal; }
.temp { margin-bottom: 28px; }
.temp .mt { padding-bottom: 12px; border-bottom: 2px solid #EEF2FF; margin-bottom: 16px; }
.temp .mt h3 { font-size: 18px; font-weight: 600; color: #1E293B; }
.guige dl { padding: 0; }
.guige dt { font-size: 16px; font-weight: 600; color: #4F6EF7; margin: 20px 0 10px; padding-left: 12px; border-left: 3px solid #4F6EF7; }
.guige dd { padding: 6px 0 6px 16px; color: #475569; line-height: 1.8; font-size: 14px; }
.protocol-content .item { margin-bottom: 28px; }
.protocol-content h2 { font-size: 17px; font-weight: 600; color: #4F6EF7; margin-bottom: 12px; padding-left: 12px; border-left: 3px solid #4F6EF7; }
.protocol-content .cont { color: #475569; line-height: 2; font-size: 14px; margin-bottom: 8px; }
.s-section-help .item { display: flex; gap: 20px; padding: 24px 0; border-bottom: 1px solid #F1F5F9; }
.s-section-help .item:last-child { border-bottom: none; }
.s-section-help .number { width: 40px; height: 40px; border-radius: 10px; background: #EEF2FF; color: #4F6EF7; font-size: 16px; font-weight: 700; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.s-section-help .tit { font-size: 15px; font-weight: 600; color: #1E293B; margin-bottom: 8px; }
.s-section-help .desc { color: #64748B; font-size: 14px; line-height: 1.8; }
.panel-heading { padding: 0 20px; }
.progress { display: flex; justify-content: center; gap: 0; padding: 20px 0; }
.progress-wrap { display: flex; align-items: center; }
.progress-item { display: flex; flex-direction: column; align-items: center; gap: 8px; }
.progress-item .number { width: 36px; height: 36px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 600; }
.progress-item .progress-desc { font-size: 13px; white-space: nowrap; }
.progress-item.passed .number { background: #4F6EF7; color: #FFF; }
.progress-item.passed .progress-desc { color: #4F6EF7; font-weight: 500; }
.progress-item.ongoing .number { background: #FFF; border: 2px solid #4F6EF7; color: #4F6EF7; }
.progress-item.ongoing .progress-desc { color: #4F6EF7; font-weight: 600; }
.progress-item.tobe .number { background: #F1F5F9; color: #94A3B8; }
.progress-item.tobe .progress-desc { color: #94A3B8; }
.progress-wrap:not(:last-child)::after { content: ''; display: block; width: 80px; height: 2px; background: #E2E8F0; margin: 0 8px; margin-bottom: 24px; }
.header-line { height: 2px; background: linear-gradient(90deg, #4F6EF7, #818CF8, #A78BFA); }
.store-joinin-apply { max-width: 900px; margin: 40px auto; padding: 0 20px; }
.apply-agreement { background: #FFF; border-radius: 12px; box-shadow: 0 2px 12px rgba(0,0,0,0.04); padding: 36px; }
.apply-agreement h3 { font-size: 20px; font-weight: 600; color: #1E293B; margin-bottom: 20px; padding-bottom: 16px; border-bottom: 2px solid #EEF2FF; }
.apply-agreement-content { max-height: 360px; overflow-y: auto; padding: 20px; background: #F8FAFC; border-radius: 8px; margin-bottom: 24px; }
.apply-agreement-content p { color: #475569; line-height: 2; font-size: 14px; margin-bottom: 12px; }
.apple-agreement { display: flex; align-items: center; gap: 8px; margin-bottom: 24px; }
.apple-agreement input[type="checkbox"] { width: 18px; height: 18px; accent-color: #4F6EF7; }
.apple-agreement label { font-size: 14px; color: #475569; cursor: pointer; }
.btn { padding: 12px 48px; background: #4F6EF7; color: #FFF; border: none; border-radius: 8px; font-size: 15px; font-weight: 500; cursor: pointer; transition: all .2s; }
.btn:hover { background: #3B5BDB; }
.btn-default { background: #F1F5F9; color: #475569; }
.btn-default:hover { background: #E2E8F0; }
.bottom { display: flex; gap: 16px; justify-content: center; padding-top: 20px; }
.all { width: 100%; border-collapse: collapse; margin-bottom: 24px; background: #FFF; }
.all thead th { background: #F8FAFC; padding: 14px 16px; font-size: 15px; font-weight: 600; color: #1E293B; text-align: left; border-bottom: 2px solid #EEF2FF; }
.all tbody th { padding: 12px 16px; font-weight: 500; color: #475569; text-align: right; white-space: nowrap; width: 160px; vertical-align: top; line-height: 2.2; }
.all tbody td { padding: 12px 16px; color: #475569; }
.all tbody th i { color: #EF4444; font-style: normal; margin-right: 4px; }
.all em { font-style: normal; color: #94A3B8; font-size: 12px; margin-left: 8px; }
input[type="text"], input[type="email"], select { padding: 10px 14px; border: 1px solid #E2E8F0; border-radius: 6px; font-size: 14px; color: #1E293B; transition: border-color .2s, box-shadow .2s; outline: none; background: #FFF; }
input[type="text"]:focus, input[type="email"]:focus, select:focus { border-color: #4F6EF7; box-shadow: 0 0 0 3px rgba(79,110,247,0.1); }
.w200 { width: 240px; }
.w400 { width: 400px; }
.address-select { display: flex; gap: 10px; }
.address-select select { min-width: 140px; }
.radio-group { display: flex; gap: 24px; padding: 8px 0; }
.radio-group label { display: flex; align-items: center; gap: 8px; cursor: pointer; font-size: 15px; color: #475569; }
.radio-group input[type="radio"] { width: 18px; height: 18px; accent-color: #4F6EF7; }
.note { background: #FFF7ED; border: 1px solid #FED7AA; border-radius: 8px; padding: 12px 16px; margin-bottom: 20px; color: #9A3412; font-size: 13px; }
.note i { display: inline-block; width: 20px; height: 20px; line-height: 20px; text-align: center; background: #F97316; color: #FFF; border-radius: 50%; font-size: 12px; font-weight: 700; margin-right: 8px; font-style: normal; }
.file-upload-wrap { display: flex; gap: 20px; flex-wrap: wrap; }
.file-upload-item { text-align: center; }
.file-upload-label { display: inline-block; padding: 8px 20px; background: #EEF2FF; color: #4F6EF7; border-radius: 6px; font-size: 13px; font-weight: 500; cursor: pointer; transition: all .2s; margin-bottom: 10px; }
.file-upload-label:hover { background: #DBEAFE; }
.file-upload-item input[type="file"] { display: none; }
.file-upload-preview { width: 180px; height: 130px; border: 2px dashed #E2E8F0; border-radius: 8px; display: flex; flex-direction: column; align-items: center; justify-content: center; overflow: hidden; background: #F8FAFC; }
.file-upload-preview img { max-width: 160px; max-height: 110px; object-fit: contain; }
.file-upload-preview .block { font-size: 12px; color: #94A3B8; margin-top: 4px; }
.block { display: block; font-size: 12px; color: #94A3B8; margin-top: 4px; }
.apply-company-info { display: none; }
.apply-company-info:first-of-type { display: block; }
.site-footer { background: #1E293B; color: #94A3B8; padding: 28px 0; margin-top: 40px; }
.footer-info { max-width: 1200px; margin: 0 auto; padding: 0 20px; text-align: center; }
.info-text p { font-size: 13px; line-height: 2; }
