.cr-hero{position:relative;padding:4rem 0;background:linear-gradient(135deg,#0A1628 0%,#0F2847 25%,#163A6A 50%,#0D2240 75%,#081428 100%);overflow:hidden}
@media(min-width:768px){.cr-hero{padding:5rem 0}}
.cr-hero::before{content:'';position:absolute;inset:0;opacity:.12;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1400 500' preserveAspectRatio='none'%3E%3Cline x1='0' y1='120' x2='350' y2='120' stroke='%2360A5FA' stroke-width='1.5'/%3E%3Cline x1='420' y1='120' x2='780' y2='120' stroke='%2360A5FA' stroke-width='1.5'/%3E%3Cline x1='850' y1='120' x2='1200' y2='120' stroke='%2360A5FA' stroke-width='1.5'/%3E%3Cline x1='0' y1='250' x2='280' y2='250' stroke='%233B82F6' stroke-width='2'/%3E%3Cline x1='350' y1='250' x2='650' y2='250' stroke='%233B82F6' stroke-width='2'/%3E%3Cline x1='720' y1='250' x2='1050' y2='250' stroke='%233B82F6' stroke-width='2'/%3E%3Cline x1='1120' y1='250' x2='1400' y2='250' stroke='%233B82F6' stroke-width='2'/%3E%3Cline x1='0' y1='380' x2='450' y2='380' stroke='%2360A5FA' stroke-width='1.5'/%3E%3Cline x1='520' y1='380' x2='900' y2='380' stroke='%2360A5FA' stroke-width='1.5'/%3E%3Cline x1='970' y1='380' x2='1400' y2='380' stroke='%2360A5FA' stroke-width='1.5'/%3E%3Ccircle cx='200' cy='120' r='3.5' fill='%2360A5FA'/%3E%3Ccircle cx='500' cy='250' r='4' fill='%233B82F6'/%3E%3Ccircle cx='800' cy='250' r='4' fill='%233B82F6'/%3E%3Crect x='460' y='210' width='80' height='80' rx='4' stroke='%2393C5FD' stroke-width='1.5' fill='none'/%3E%3Crect x='760' y='200' width='80' height='60' rx='4' stroke='%2393C5FD' stroke-width='1.5' fill='none'/%3E%3Crect x='1060' y='300' width='80' height='80' rx='4' stroke='%2393C5FD' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");background-size:cover}
.cr-hero-inner{position:relative;z-index:2}
.cr-hero h1{font-size:2rem;font-weight:700;color:#fff;margin-bottom:.5rem}
@media(min-width:768px){.cr-hero h1{font-size:2.5rem}}
.cr-hero p{color:rgba(255,255,255,.8);max-width:40rem}
.cr-bc{display:flex;align-items:center;gap:.35rem;font-size:.85rem;color:rgba(255,255,255,.55);margin-bottom:.75rem}
.cr-bc a{color:rgba(255,255,255,.65);text-decoration:none}
.cr-bc a:hover{color:#fff}
.cr-bc-current{color:#fff}

.ct-wrap{max-width:1280px;margin:0 auto;padding:2rem 1rem 3rem}
.ct-info{background:#F8FAFC;border:1px solid #E5E7EB;border-radius:.75rem;padding:1.5rem;margin-bottom:2rem;display:grid;grid-template-columns:1fr;gap:1.5rem}
@media(min-width:768px){.ct-info{grid-template-columns:repeat(3,1fr)}}
.ct-info-col{display:flex;align-items:flex-start;gap:.75rem}
.ct-ic{width:2.5rem;height:2.5rem;border-radius:.5rem;background:rgba(37,99,235,.1);color:#2563EB;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.ct-info-label{font-size:.875rem;font-weight:600;color:#1F2937;margin-bottom:.25rem}
.ct-info-val{font-size:.75rem;color:#6B7280}
.ct-tabs{display:flex;gap:.25rem;margin-bottom:1.5rem;border-bottom:1px solid #E5E7EB}
.ct-tab{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-size:.875rem;font-weight:500;border:none;border-bottom:2px solid transparent;background:none;color:#6B7280;cursor:pointer;transition:color .15s}
.ct-tab:hover{color:#1F2937}
.ct-tab.active{border-bottom-color:#2563EB;color:#2563EB}
.ct-tab-ic{width:1rem;height:1rem}
.ct-panel-title{font-size:1.125rem;font-weight:700;color:#1F2937;margin-bottom:1rem}
.ct-plat-grid{display:grid;grid-template-columns:1fr;gap:1rem}
@media(min-width:576px){.ct-plat-grid{grid-template-columns:1fr 1fr}}
@media(min-width:1024px){.ct-plat-grid{grid-template-columns:repeat(4,1fr)}}
.ct-plat{display:flex;align-items:center;gap:.5rem;background:#F8FAFC;border:1px solid #E5E7EB;border-radius:.5rem;padding:1rem;transition:all .15s;text-decoration:none}
.ct-plat:hover{border-color:#93C5FD;box-shadow:0 1px 3px rgba(59,130,246,.12)}
.ct-plat-ic{color:#2563EB;flex-shrink:0}
.ct-plat h3{font-size:.875rem;font-weight:600;color:#1F2937;margin:0;transition:color .15s}
.ct-plat:hover h3{color:#2563EB}
.ct-plat p{font-size:.75rem;color:#6B7280;margin:.25rem 0 0}
.ct-support-grid{display:grid;grid-template-columns:1fr;gap:2rem}
@media(min-width:1024px){.ct-support-grid{grid-template-columns:1fr 1fr}}
.ct-support-grid h2{font-size:1.125rem;font-weight:700;color:#1F2937;margin-bottom:1rem}
.ct-svc{background:#F8FAFC;border:1px solid #E5E7EB;border-radius:.5rem;padding:1rem;margin-bottom:.75rem}
.ct-svc h3{font-size:.875rem;font-weight:600;color:#1F2937;margin:0 0 .25rem}
.ct-svc p{font-size:.75rem;color:#6B7280;margin:0}
.ct-form{background:#F8FAFC;border:1px solid #E5E7EB;border-radius:.75rem;padding:1.5rem}
.ct-form h3{font-size:1rem;font-weight:700;color:#1F2937;margin-bottom:1rem}
.ct-field{margin-bottom:1rem}
.ct-field label{display:block;font-size:.875rem;font-weight:500;color:#1F2937;margin-bottom:.25rem}
.ct-req{color:#EF4444}
.ct-input{width:100%;padding:.5rem .75rem;border:1px solid #E5E7EB;border-radius:.375rem;font-size:.875rem;background:#fff}
.ct-input:focus{outline:none;border-color:#2563EB;box-shadow:0 0 0 2px rgba(37,99,235,.15)}
textarea.ct-input{resize:none}
.ct-form-grid{display:grid;grid-template-columns:1fr;gap:1rem}
@media(min-width:576px){.ct-form-grid{grid-template-columns:1fr 1fr}}
.ct-agree{display:flex;align-items:flex-start;gap:.5rem;font-size:.75rem;color:#6B7280;margin-bottom:1rem}
.ct-submit{width:100%;padding:.625rem;background:#1E40AF;color:#fff;font-size:.875rem;font-weight:500;border:none;border-radius:.375rem;cursor:pointer;transition:background .15s}
.ct-submit:hover{background:#2563EB}
.ct-result{margin-top:.75rem}
.ct-success{display:flex;align-items:center;gap:.5rem;color:#00A651;font-size:.875rem;background:rgba(0,166,81,.08);border:1px solid rgba(0,166,81,.2);border-radius:.5rem;padding:.625rem .75rem}
.ct-error{color:#EF4444;font-size:.75rem;background:rgba(239,68,68,.08);border:1px solid rgba(239,68,68,.2);border-radius:.5rem;padding:.625rem .75rem}
.ct-faq{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #E5E7EB}
.ct-faq-title{font-size:1rem;font-weight:700;color:#1F2937;margin-bottom:1rem}
.ct-faq-grid{display:grid;grid-template-columns:1fr;gap:.75rem}
@media(min-width:576px){.ct-faq-grid{grid-template-columns:1fr 1fr}}
.ct-faq-item{background:#F8FAFC;border:1px solid #F1F5F9;border-radius:.5rem;overflow:hidden;transition:border-color .15s}
.ct-faq-item:hover{border-color:#93C5FD}
.ct-faq-item.open{border-color:#93C5FD;box-shadow:0 1px 3px rgba(59,130,246,.08)}
.ct-faq-q{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;width:100%;border:none;background:none;color:#1F2937;font-size:.875rem;font-weight:500;text-align:left;cursor:pointer;transition:color .15s}
.ct-faq-q:hover{color:#2563EB}
.ct-faq-chevron{color:#2563EB;flex-shrink:0;display:flex;align-items:center}
.ct-faq-a{max-height:0;overflow:hidden;padding:0 1rem;transition:max-height .3s ease,padding .25s ease,color .15s}
.ct-faq-a p{margin:0;font-size:.8125rem;line-height:1.7;color:#4B5563}

/*线上购买*/
.pg-hero{position:relative;min-height:180px;overflow:hidden;display:flex;align-items:center;background:linear-gradient(to right,#F8FAFC,#EFF6FF)}
@media(min-width:768px){.pg-hero{min-height:240px}}
.pg-hero-inner{position:relative;z-index:2;max-width:1280px;margin:0 auto;padding:0 1rem;width:100%}
.pg-hero h1{font-size:1.5rem;font-weight:700;color:#1F2937}
@media(min-width:768px){.pg-hero h1{font-size:1.875rem}}
.pg-hero p{margin-top:.5rem;color:#6B7280;font-size:.875rem}
@media(min-width:768px){.pg-hero p{font-size:1rem}}
.pg-bc{max-width:1280px;margin:0 auto;padding:1rem 1rem .25rem;display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#6B7280;border-bottom:1px solid #F1F5F9}
.pg-bc a{color:#6B7280;text-decoration:none}
.pg-bc a:hover{color:#2563EB}
.pg-bc-current{color:#1E40AF;font-weight:500}
.pg-wrap{max-width:1280px;margin:0 auto;padding:2.5rem 1rem 3rem}
.pg-intro{text-align:center;margin-bottom:2.5rem}
.pg-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:rgba(0,166,81,.1);color:#00A651;border-radius:9999px;font-size:.875rem;font-weight:500;margin-bottom:1rem}
.pg-intro h2{font-size:1.25rem;font-weight:700;color:#1A1A2E;margin-bottom:.75rem}
@media(min-width:768px){.pg-intro h2{font-size:1.5rem}}
.pg-intro p{color:#6B7280;max-width:42rem;margin:0 auto;line-height:1.7}
.pg-plats{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-bottom:3rem}
@media(min-width:768px){.pg-plats{grid-template-columns:repeat(3,1fr)}}
.pg-plat{display:block;background:#fff;border:1px solid #E5E7EB;border-radius:.75rem;overflow:hidden;transition:all .3s;text-decoration:none}
.pg-plat:hover{border-color:rgba(37,99,235,.4);box-shadow:0 10px 25px rgba(0,0,0,.08)}
.pg-plat-inner{padding:1.5rem}
.pg-plat-head{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}
.pg-plat-ic{width:3rem;height:3rem;border-radius:.5rem;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.125rem;font-weight:700;flex-shrink:0}
.pg-plat h3{font-size:1.125rem;font-weight:700;color:#1A1A2E;margin:0;transition:color .3s}
.pg-plat:hover h3{color:#2563EB}
.pg-plat-domain{font-size:.75rem;color:#9CA3AF}
.pg-plat p{font-size:.875rem;color:#6B7280;line-height:1.6;margin-bottom:1rem}
.pg-plat-go{display:inline-flex;align-items:center;gap:.375rem;font-size:.875rem;font-weight:600;color:#2563EB;transition:color .3s}
.pg-plat:hover .pg-plat-go{color:#00A651}
.pg-steps{background:#F5F7FA;border-radius:.75rem;padding:2rem;margin-bottom:3rem}
.pg-steps h3{font-size:1.125rem;font-weight:700;color:#1A1A2E;margin-bottom:1.5rem;text-align:center}
.pg-steps-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}
@media(min-width:768px){.pg-steps-grid{grid-template-columns:repeat(4,1fr)}}
.pg-step{text-align:center}
.pg-step-num{width:2.5rem;height:2.5rem;background:#1E40AF;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;font-size:.875rem;font-weight:700}
.pg-step h4{font-size:.875rem;font-weight:600;color:#1A1A2E;margin:0 0 .25rem}
.pg-step p{font-size:.75rem;color:#6B7280;line-height:1.6;margin:0}
.pg-bulk{border:1px solid #E5E7EB;border-radius:.75rem;padding:2rem;text-align:center}
.pg-bulk-ic{width:2.5rem;height:2.5rem;color:#1E40AF;margin:0 auto 1rem}
.pg-bulk h3{font-size:1.125rem;font-weight:700;color:#1A1A2E;margin-bottom:.5rem}
.pg-bulk p{font-size:.875rem;color:#6B7280;max-width:36rem;margin:0 auto 1.5rem;line-height:1.7}
.pg-bulk-btns{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}
.pg-btn-green{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1.5rem;background:#00A651;color:#fff;border-radius:.375rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:background .2s}
.pg-btn-green:hover{background:#008F45}
.pg-btn-blue{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1.5rem;border:1px solid #2563EB;color:#2563EB;border-radius:.375rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:background .2s}
.pg-btn-blue:hover{background:rgba(37,99,235,.05)}

/*经销商合作*/
.cr-hero{position:relative;padding:4rem 0;background:linear-gradient(135deg,#0A1628 0%,#0F2847 25%,#163A6A 50%,#0D2240 75%,#081428 100%);overflow:hidden}
@media(min-width:768px){.cr-hero{padding:5rem 0}}
.cr-hero::before{content:'';position:absolute;inset:0;opacity:.12;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1400 500' preserveAspectRatio='none'%3E%3Cline x1='0' y1='120' x2='350' y2='120' stroke='%2360A5FA' stroke-width='1.5'/%3E%3Cline x1='420' y1='120' x2='780' y2='120' stroke='%2360A5FA' stroke-width='1.5'/%3E%3Cline x1='850' y1='120' x2='1200' y2='120' stroke='%2360A5FA' stroke-width='1.5'/%3E%3Cline x1='0' y1='250' x2='280' y2='250' stroke='%233B82F6' stroke-width='2'/%3E%3Cline x1='350' y1='250' x2='650' y2='250' stroke='%233B82F6' stroke-width='2'/%3E%3Cline x1='720' y1='250' x2='1050' y2='250' stroke='%233B82F6' stroke-width='2'/%3E%3Cline x1='1120' y1='250' x2='1400' y2='250' stroke='%233B82F6' stroke-width='2'/%3E%3Cline x1='0' y1='380' x2='450' y2='380' stroke='%2360A5FA' stroke-width='1.5'/%3E%3Cline x1='520' y1='380' x2='900' y2='380' stroke='%2360A5FA' stroke-width='1.5'/%3E%3Cline x1='970' y1='380' x2='1400' y2='380' stroke='%2360A5FA' stroke-width='1.5'/%3E%3Ccircle cx='200' cy='120' r='3.5' fill='%2360A5FA'/%3E%3Ccircle cx='500' cy='250' r='4' fill='%233B82F6'/%3E%3Ccircle cx='800' cy='250' r='4' fill='%233B82F6'/%3E%3Crect x='460' y='210' width='80' height='80' rx='4' stroke='%2393C5FD' stroke-width='1.5' fill='none'/%3E%3Crect x='760' y='200' width='80' height='60' rx='4' stroke='%2393C5FD' stroke-width='1.5' fill='none'/%3E%3Crect x='1060' y='300' width='80' height='80' rx='4' stroke='%2393C5FD' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");background-size:cover}
.cr-hero-inner{position:relative;z-index:2}
.cr-hero h1{font-size:2rem;font-weight:700;color:#fff;margin-bottom:.5rem}
@media(min-width:768px){.cr-hero h1{font-size:2.5rem}}
.cr-hero p{color:rgba(255,255,255,.8);max-width:40rem}
.cr-bc{display:flex;align-items:center;gap:.35rem;font-size:.85rem;color:rgba(255,255,255,.55);margin-bottom:.75rem}
.cr-bc a{color:rgba(255,255,255,.65);text-decoration:none}
.cr-bc a:hover{color:#fff}
.cr-bc-current{color:#fff}

.ds-wrap{max-width:1280px;margin:0 auto;padding:2rem 1rem 3rem}
.ds-top{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-bottom:2.5rem}
@media(min-width:768px){.ds-top{grid-template-columns:1fr 1fr}}
.ds-card{background:#F8FAFC;border:1px solid #E5E7EB;border-radius:.75rem;padding:1.5rem;transition:border-color .15s}
.ds-card:hover{border-color:#93C5FD}
.ds-card-head{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}
.ds-ic{width:2.5rem;height:2.5rem;border-radius:.5rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.ds-ic-blue{background:rgba(37,99,235,.1);color:#2563EB}
.ds-ic-dark{background:rgba(30,64,175,.1);color:#1E40AF}
.ds-card h2{font-size:1.125rem;font-weight:700;color:#1F2937;margin:0}
.ds-dark-title{color:#1E40AF!important}
.ds-muted{font-size:.875rem;color:#6B7280;margin-bottom:1rem}
.ds-benefits{display:flex;flex-direction:column;gap:.625rem}
.ds-benefit{display:flex;align-items:flex-start;gap:.625rem;font-size:.875rem;color:#374151}
.ds-dot{width:.375rem;height:.375rem;border-radius:50%;background:#00A651;margin-top:.45rem;flex-shrink:0}
.ds-contact-rows{display:flex;flex-direction:column;gap:.75rem;font-size:.875rem}
.ds-row{display:flex;align-items:flex-start;gap:.625rem;color:#374151}
.ds-ic-sm{color:#2563EB;flex-shrink:0;margin-top:.1rem}
.ds-link{color:#2563EB;text-decoration:none}
.ds-link:hover{text-decoration:underline}
.ds-process{margin-top:1rem;padding:.75rem;background:#fff;border:1px solid #F1F5F9;border-radius:.5rem;font-size:.75rem;color:#6B7280}
.ds-filter{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;margin-bottom:1.5rem}
.ds-filter-ic{color:#6B7280;flex-shrink:0}
.ds-chip{padding:.5rem 1rem;border-radius:.5rem;font-size:.875rem;font-weight:500;background:#F8FAFC;border:1px solid #E5E7EB;color:#6B7280;cursor:pointer;transition:all .15s}
.ds-chip:hover{border-color:#2563EB;color:#2563EB}
.ds-chip.active{background:#2563EB;border-color:#2563EB;color:#fff;box-shadow:0 1px 2px rgba(37,99,235,.25)}
.ds-list{display:grid;grid-template-columns:1fr;gap:1rem}
@media(min-width:768px){.ds-list{grid-template-columns:1fr 1fr}}
@media(min-width:1024px){.ds-list{grid-template-columns:repeat(3,1fr)}}
.ds-item{background:#fff;border:1px solid #E5E7EB;border-radius:.75rem;padding:1.25rem;transition:all .15s}
.ds-item:hover{border-color:#93C5FD;box-shadow:0 1px 3px rgba(59,130,246,.12)}
.ds-item-head{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem;margin-bottom:.75rem}
.ds-item-head h3{font-size:.875rem;font-weight:700;color:#1E40AF;margin:0;transition:color .15s}
.ds-item:hover .ds-item-head h3{color:#2563EB}
.ds-item-en{font-size:.75rem;color:#9CA3AF;margin-top:.125rem}
.ds-tag{padding:.125rem .5rem;border-radius:.25rem;font-size:.625rem;font-weight:500;flex-shrink:0;margin-left:.5rem;white-space:nowrap}
.ds-tag-online{background:rgba(0,166,81,.1);color:#00A651}
.ds-tag-global{background:rgba(37,99,235,.1);color:#2563EB}
.ds-tag-default{background:rgba(30,64,175,.1);color:#1E40AF}
.ds-item-rows{display:flex;flex-direction:column;gap:.5rem;font-size:.75rem;color:#6B7280}
.ds-clamp{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.ds-empty{text-align:center;padding:3rem 0;color:#9CA3AF}
.ds-empty-ic{width:2.5rem;height:2.5rem;margin:0 auto .75rem;color:#D1D5DB}