/*侧边栏表单固定*/#form-sticky-wrapper{position:relative}#form-sticky-wrapper.is-fixed #block-140{position:fixed;top:120px;width:320px;z-index:20;background:#ffffff;padding:12px;border-radius:12px}#form-sticky-wrapper.is-stop #block-140{position:absolute;bottom:0}#form-sticky-wrapper.is-hide{display:none}/*首页的welcome块儿的样式*/.home-company-p p{margin:0 0 10px !important}.home-company-p H2{margin:0 0 10px !important}.awac-wrapper .widget h3{background-color:#ff6900;color:#ffffff;text-align:center;padding-top:5px;padding-bottom:5px}.sidr-class-mobile-language-switcher{margin-bottom:10px;padding:12px 20px}.transposh_flags{font-size:22px}.tr_active{font-size:44px;float:left}/*首页的轮播图样式*/.news-card{display:flex;flex-direction:column;background:#fff;border-radius:12px;box-shadow:0 4px 15px rgba(0,0,0,0.08);overflow:hidden;height:100%}.news-img{width:100%;/* 占满容器宽度 */height:250px;/* 固定高度 250px */overflow:hidden;/* 超出隐藏 */position:relative}.news-img img{width:100%;height:100%;object-fit:cover;/* 保持比例，裁切多余 */object-position:center;/* 居中裁切 */display:block}.news-content{flex:1;display:flex;flex-direction:column;padding:16px}.news-title{font-size:1.5rem;font-weight:700;margin:0 0 8px}.news-excerpt{flex:1;font-size:1.2rem;color:#555;margin-bottom:12px}.news-meta{display:flex;justify-content:space-between;align-items:center}.news-date{font-size:0.9rem;color:#888}.news-btn{background:#ffa500;color:#fff;font-size:1.2rem;padding:6px 12px;border-radius:6px;text-decoration:none}/* Swiper导航按钮 */.swiper-button-next,.swiper-button-prev{background:#fff;border-radius:50%;width:30px !important;height:30px !important;box-shadow:0 2px 8px rgba(0,0,0,0.15)}.swiper-button-next::after,.swiper-button-prev::after{font-size:20px !important;color:#ffa500;/* 橙色箭头 */}/*固定导航*/#site-header{position:fixed;top:0;left:0;width:100%;z-index:9999;/* 保证覆盖内容 */}body{padding-top:74px;/* 这里100px替换为你的header高度，避免内容被遮挡 */}/*news页列表样式新增*//* 卡片整体 */.coblocks-row-82115915227 .rt-grid-item{background:#fff;/* 白色背景 */overflow:hidden;/* 裁剪溢出的内容 */box-shadow:0 2px 6px rgba(0,0,0,0.1);/* 初始轻微阴影 */transition:transform 0.3s ease,box-shadow 0.3s ease;padding:10px}/* hover 悬浮效果 */.coblocks-row-82115915227 .rt-grid-item:hover{/* transform:translateY(-6px);上浮 */box-shadow:0 8px 20px rgba(0,0,0,0.15)}/* 图片容器，裁剪 */.coblocks-row-82115915227 .rt-img-holder{width:100%;height:220px;/* 固定高度，避免变形 */overflow:hidden;/* 超出部分裁剪 */border-radius:6px;margin-bottom:10px}/* 图片自适应填充 */.coblocks-row-82115915227 .rt-img-holder img{width:100%;height:100%;object-fit:cover;/* 保持比例，填满裁剪 */transition:transform 0.4s ease}/* 图片 hover 缩放 */.coblocks-row-82115915227 .rt-grid-item:hover .rt-img-holder img{transform:scale(1.05)}/* 文字部分 */.coblocks-row-82115915227 .rt-detail{padding:0 5px;/* 内边距微调 */}.coblocks-row-82115915227 .rt-detail h3{font-size:18px;margin:0 0 8px;line-height:1.3}.coblocks-row-82115915227 .rt-detail .tpg-excerpt{font-size:15px;margin-bottom:10px}.coblocks-row-82115915227 .read-more a{text-decoration:none;transition:color 0.3s}/*侧边栏列表的底部间隔*//* 卡片整体 */#right-sidebar-inner .tpg-shortcode-main-wrapper .even-grid-item{margin-bottom:15px !important;/* 每行之间的间距 */}/* 图片自适应填充 */#right-sidebar-inner .tpg-shortcode-main-wrapper .even-grid-item .rt-img-holder img{width:100%;height:100%;object-fit:cover;/* 保持比例，填满裁剪 */}/*首页banner样式 最新  PC端和桌面端分开*//* Banner 容器 */.swbanner{position:relative;display:flex;align-items:center;justify-content:center;min-height:650px;/* PC端高度 */overflow:hidden;text-align:center;/* 多行文字居中 */}/* 图片铺满容器 */.swbanner picture,.swbanner img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:0;/* 图片在最底层 */}/* 黑色半透明遮罩 */.swbanner::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.4);/* background:linear-gradient(90deg,rgba(0,0,0,0.2) 5%,rgba(0,0,0,0.5) 50%,rgba(0,0,0,0.8) 100%);*/pointer-events:none;z-index:1;/* 遮罩在图片上方 */}/* 文字容器 */.swbanner .dslogan{/*position:relative;*/color:#fff;width:100%;max-width:70%;/* PC端最大宽度 */padding:0 20px;box-sizing:border-box;z-index:2}/* 标题和段落 */.swbanner .dslogan h1{font-size:42px;margin-bottom:1rem;color:#fff;opacity:0.99}.swbanner .dslogan p{margin-bottom:1.5rem;color:#fff;font-size:22px;line-height:1.4}/* 按钮样式 */.swbanner .dslogan a{font-size:16px;display:inline-block;padding:12px 25px;background-color:#ffa500;color:#fff;text-decoration:none;border-radius:8px;font-weight:600;transition:background 0.3s ease}.swbanner .dslogan a:hover{background-color:#0fa8ce}/* 移动端优化 */@media screen and (max-width:768px){.swbanner{min-height:300px}.swbanner .dslogan{max-width:85%;/* 限制文字宽度 */padding:0 10px}.swbanner .dslogan h1{font-size:1.5rem}.swbanner .dslogan p{font-size:1rem}.swbanner .dslogan a{padding:10px 20px;font-size:0.9rem}}/* 强制长单词换行 */.swbanner .dslogan h1,.swbanner .dslogan p{word-wrap:break-word;overflow-wrap:break-word;hyphens:auto}/*详情页下面固定模块儿why choose的样式*//* ===== DESU Product Trust Block – Enhanced ===== */.desu-product-trust{margin-top:50px;padding:60px 24px 100px;background:linear-gradient(180deg,#f8fafc 0,#ffffff 100%);border-top:1px solid #e5e7eb}/* ---------- Titles ---------- */.desu-product-trust h2{font-size:34px;font-weight:700;margin-bottom:48px;text-align:center}.desu-product-trust h3{font-size:26px;font-weight:600;text-align:center}/* ---------- Why Choose Cards ---------- */.desu-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px;max-width:1200px;margin:0 auto}.desu-card{background:#ffffff;padding:28px;border-radius:14px;border:1px solid #eef2f7;box-shadow:0 10px 30px rgba(0,0,0,0.04);transition:transform .25s ease,box-shadow .25s ease}.desu-card:hover{transform:translateY(-6px);box-shadow:0 18px 40px rgba(0,0,0,0.08)}.desu-card h4{font-size:17px;margin-bottom:12px;font-weight:600}.desu-card p{font-size:14px;line-height:1.6;color:#555}/* ---------- Scale & Compliance ---------- */.desu-scale{max-width:1100px;margin:80px auto 60px;text-align:center}.desu-stats{display:flex;justify-content:center;gap:60px;list-style:none;padding:0;margin-bottom:36px}.desu-stats li strong{display:block;font-size:30px;font-weight:700;color:#0fa8ce}.desu-stats li span{font-size:14px;color:#555}.desu-certs{display:flex;justify-content:center;align-items:center;gap:24px;flex-wrap:wrap}.desu-certs img{height:38px;opacity:0.85;filter:grayscale(100%);transition:opacity .2s ease,filter .2s ease}.desu-certs img:hover{opacity:1;filter:none}/* ---------- CTA / Form Container ---------- */.desu-cta{background:linear-gradient(180deg,#ffffff 0,#f5fbff 100%);padding:56px 32px;border-radius:18px;max-width:920px;margin:0 auto;box-shadow:0 25px 60px rgba(30,170,255,0.12)}.desu-cta h6{font-size:15px;margin-top:12px;color:#888;text-align:center}.desu-cta p{color:#555}/* ---------- Responsive ---------- */@media (max-width:992px){.desu-grid{grid-template-columns:1fr 1fr}}@media (max-width:768px){.desu-stats{flex-direction:column;gap:24px}.desu-product-trust h2{font-size:26px}.desu-sustainable-inner{flex-direction:column}.desu-sustainable-text{padding:30px 24px;text-align:center}.desu-sustainable-text h3{font-size:22px}}/* ===== DESU Banner Image Style ===== */.desu-banner-wrap{padding:0 0 60px;text-align:center}.desu-banner-img{max-width:100%;width:55%;height:auto;border-radius:10px;transition:transform 0.35s ease,box-shadow 0.35s ease;box-shadow:0 0 10px 5px rgba(0,0,0,0.05)}/* Mobile optimization */@media (max-width:768px){.desu-banner-wrap{display:none}}/*FAQ SASWP的样式调整*/.saswp-faq-block-section ol{list-style:none !important;padding:0;margin:0}/* FAQ 容器 - 只做基础分隔 */.saswp-faq-block-section ol li{margin-bottom:10px;padding:0;border-bottom:1px solid #eee}/* 问题 */.saswp-faq-block-section h5.saswp-faq-question-title{margin:0;padding:14px 0;font-size:17px;font-weight:600;color:#222;cursor:pointer}/* 答案 */.saswp-faq-block-section p.saswp-faq-answer-text{margin:0;padding:0 0 12px 0;font-size:15px;line-height:1.6;color:#555}/* ========================================================== DESU APPLICATION HUB V1 Banner / Hero Scope:.desu-apphub-v1 Prefix:.dah- ========================================================== */.desu-apphub-v1{--dah-primary:#0fa8ce;--dah-primary-dark:#0789ad;--dah-navy:#082c5c;--dah-text:#18314d;--dah-muted:#5c6f82;--dah-border:#dce8ee;--dah-soft:#f4fbfd;width:100%;box-sizing:border-box}.desu-apphub-v1 *,.desu-apphub-v1 *::before,.desu-apphub-v1 *::after{box-sizing:border-box}/* ---------- HERO ---------- */.desu-apphub-v1 .dah-hero{display:grid;grid-template-columns:minmax(0,45%) minmax(0,55%);position:relative;overflow:hidden;width:100%;margin:0 auto;background:linear-gradient( 105deg,#ffffff 0,#ffffff 40%,#f4fbfd 72%,#eaf7fb 100% );border:1px solid var(--dah-border);border-radius:10px}/* ---------- LEFT CONTENT ---------- */.desu-apphub-v1 .dah-hero-content{position:relative;z-index:2;padding:clamp(42px,4vw,78px) clamp(30px,4vw,70px) 145px clamp(80px,10vw,150px)}.desu-apphub-v1 .dah-hero-eyebrow{display:inline-block;margin:0 0 22px;padding-bottom:9px;color:var(--dah-primary);font-size:14px;font-weight:700;line-height:1.2;letter-spacing:.04em;text-transform:uppercase;border-bottom:3px solid var(--dah-primary)}.desu-apphub-v1 .dah-hero-title{margin:0 0 22px;padding:0;color:var(--dah-navy);font-size:clamp(38px,3vw,60px);font-weight:700;line-height:1.08;letter-spacing:-0.025em}.desu-apphub-v1 .dah-hero-intro{max-width:620px;margin:0;padding:0;color:var(--dah-text);font-size:clamp(16px,1.25vw,19px);font-weight:400;line-height:1.65}/* ---------- THREE FEATURE LINKS ---------- */.desu-apphub-v1 .dah-hero-features{display:grid;grid-template-columns:repeat(3,1fr);max-width:650px;margin-top:42px}.desu-apphub-v1 .dah-hero-feature{display:flex;flex-direction:column;align-items:center;min-width:0;padding:0 20px;color:var(--dah-navy);text-align:center;text-decoration:none;border-right:1px solid var(--dah-border);transition:color 0.2s ease,transform 0.2s ease}.desu-apphub-v1 .dah-hero-feature:first-child{padding-left:0}.desu-apphub-v1 .dah-hero-feature:last-child{padding-right:0;border-right:0}.desu-apphub-v1 .dah-hero-feature:hover{color:var(--dah-primary-dark);transform:translateY(-2px)}.desu-apphub-v1 .dah-hero-feature-icon{display:block;width:42px;height:42px;margin-bottom:12px;color:var(--dah-primary)}.desu-apphub-v1 .dah-hero-feature-icon svg{display:block;width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.desu-apphub-v1 .dah-hero-feature-text{font-size:14px;font-weight:600;line-height:1.45}/* ---------- RIGHT IMAGE ---------- */.desu-apphub-v1 .dah-hero-visual{position:relative;z-index:1;display:flex;align-items:flex-end;justify-content:flex-end;min-width:0;min-height:560px}.desu-apphub-v1 .dah-hero-image{display:block;width:100%;height:100%;object-fit:cover;object-position:center bottom}/* Soft blend between text and image */.desu-apphub-v1 .dah-hero-visual::before{content:"";position:absolute;z-index:2;top:0;bottom:0;left:0;width:18%;pointer-events:none;background:linear-gradient( 90deg,rgba(255,255,255,0.96) 0,rgba(255,255,255,0) 100% )}/* ---------- BOTTOM TRUST BAR ---------- */.desu-apphub-v1 .dah-hero-trust{position:absolute;z-index:5;right:30px;bottom:25px;left:30px;display:grid;grid-template-columns:repeat(4,1fr);padding:18px 22px;background:rgba(255,255,255,0.94);border:1px solid rgba(15,168,206,0.18);border-radius:10px;box-shadow:0 8px 28px rgba(8,44,92,0.07);backdrop-filter:blur(5px)}.desu-apphub-v1 .dah-hero-trust-item{display:flex;align-items:center;justify-content:center;gap:13px;min-width:0;padding:0 20px;color:var(--dah-navy);border-right:1px solid var(--dah-border)}.desu-apphub-v1 .dah-hero-trust-item:last-child{border-right:0}.desu-apphub-v1 .dah-hero-trust-item strong,.desu-apphub-v1 .dah-hero-trust-item small{display:block}.desu-apphub-v1 .dah-hero-trust-item strong{margin-bottom:3px;font-size:14px;font-weight:700;line-height:1.25}.desu-apphub-v1 .dah-hero-trust-item small{color:var(--dah-muted);font-size:12px;font-weight:400;line-height:1.35}.desu-apphub-v1 .dah-trust-icon{flex:0 0 37px;width:37px;height:37px;color:var(--dah-primary)}.desu-apphub-v1 .dah-trust-icon svg{display:block;width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}/* ========================================================== TABLET ========================================================== */@media (max-width:1024px){.desu-apphub-v1 .dah-hero{grid-template-columns:48% 52%}.desu-apphub-v1 .dah-hero-content{padding:45px 32px 180px}.desu-apphub-v1 .dah-hero-title{font-size:clamp(36px,5vw,50px)}.desu-apphub-v1 .dah-hero-features{gap:0;margin-top:32px}.desu-apphub-v1 .dah-hero-feature{padding:0 10px}.desu-apphub-v1 .dah-hero-feature-text{font-size:12px}.desu-apphub-v1 .dah-hero-trust{grid-template-columns:repeat(2,1fr);gap:18px 0}.desu-apphub-v1 .dah-hero-trust-item:nth-child(2){border-right:0}}/* ========================================================== MOBILE ========================================================== */@media (max-width:767px){.desu-apphub-v1 .dah-hero{display:block;border-radius:6px}.desu-apphub-v1 .dah-hero-content{padding:34px 22px 28px}.desu-apphub-v1 .dah-hero-eyebrow{margin-bottom:16px;font-size:12px}.desu-apphub-v1 .dah-hero-title{margin-bottom:18px;font-size:clamp(34px,10vw,46px);line-height:1.08}.desu-apphub-v1 .dah-hero-intro{font-size:15px;line-height:1.6}.desu-apphub-v1 .dah-hero-features{grid-template-columns:1fr;gap:0;margin-top:28px}.desu-apphub-v1 .dah-hero-feature{flex-direction:row;padding:13px 0;text-align:left;border-right:0;border-bottom:1px solid var(--dah-border)}.desu-apphub-v1 .dah-hero-feature:last-child{border-bottom:0}.desu-apphub-v1 .dah-hero-feature-icon{flex:0 0 34px;width:34px;height:34px;margin:0 14px 0 0}.desu-apphub-v1 .dah-hero-feature-text{font-size:14px}.desu-apphub-v1 .dah-hero-visual{min-height:0;height:auto}.desu-apphub-v1 .dah-hero-image{width:100%;height:auto;object-fit:contain}.desu-apphub-v1 .dah-hero-visual::before{top:0;right:0;bottom:auto;left:0;width:100%;height:35px;background:linear-gradient( 180deg,#ffffff 0,rgba(255,255,255,0) 100% )}.desu-apphub-v1 .dah-hero-trust{position:relative;right:auto;bottom:auto;left:auto;grid-template-columns:1fr 1fr;margin:0;padding:20px 14px;border-right:0;border-bottom:0;border-left:0;border-radius:0;box-shadow:none;backdrop-filter:none}.desu-apphub-v1 .dah-hero-trust-item{justify-content:flex-start;padding:12px 8px;border-right:0}.desu-apphub-v1 .dah-trust-icon{flex-basis:30px;width:30px;height:30px}.desu-apphub-v1 .dah-hero-trust-item strong{font-size:12px}.desu-apphub-v1 .dah-hero-trust-item small{font-size:10px}}/* Very small phones */@media (max-width:480px){.desu-apphub-v1 .dah-hero-trust{grid-template-columns:1fr}.desu-apphub-v1 .dah-hero-trust-item{border-bottom:1px solid var(--dah-border)}.desu-apphub-v1 .dah-hero-trust-item:last-child{border-bottom:0}}/* ========================================================== END DESU APPLICATION HUB V1 — HERO ========================================================== */