@charset "utf-8";/*!
by Sean Lu 20260330
!!!请勿直接在c.css中修改内容
!!!请勿直接在c.css中修改内容
!!!请勿直接在c.css中修改内容
*/:root{--color-main:#ff6600;--color-white:#fff;--color-txt:#253554;--color-bg:#f5f5f5;--color-bg0:#212121;--color-0:#000;--color-3:#333;--color-6:#666;--color-9:#999;--color-border:#dedede;--fsize-base:14px;--fsize-large:calc(var(--fsize-base) * 1.25);--fsize-txt:calc(var(--fsize-base) * 1.14);--fsize-small:calc(var(--fsize-base) * .85);--fsize-h1:calc(var(--fsize-base) * 2.6);--fsize-h2:calc(var(--fsize-base) * 2.15);--fsize-h3:calc(var(--fsize-base) * 1.7);--gap-base:16px;--gap-mini:calc(var(--gap-base) * .25);--gap-small:calc(var(--gap-base) * .5);--gap-large:calc(var(--gap-base) * 1.5);--gap-h1:calc(var(--gap-base) * 5);--gap-h2:calc(var(--gap-base) * 4);--gap-h3:calc(var(--gap-base) * 3)}@media (max-width: 1440px){:root{--fsize-base:12px;--gap-base:12px}}@media (max-width: 800px){:root{--fsize-base:12px;--gap-base:6px}}.trans{transition:all .3s}.helpcenter{display:flex}@media (max-width: 800px){.helpcenter{flex-direction:column}}.helpcenter .hc_side{width:260px;margin-right:80px;flex-shrink:0}@media (max-width: 800px){.helpcenter .hc_side{width:100%;margin-right:0;order:2;margin-bottom:6vw}}.helpcenter .hc_side .hc_seabox{height:40px;border:1px solid rgba(255,255,255,0.15);border-radius:20px;box-sizing:border-box;display:flex;background:rgba(247,248,248,0.03);transition:border-color .3s ease,background .3s ease}.helpcenter .hc_side .hc_seabox:hover{border-color:rgba(255,255,255,0.3);background:rgba(247,248,248,0.06)}.helpcenter .hc_side .hc_seabox:focus-within{border-color:var(--color-main);background:rgba(247,248,248,0.08)}.helpcenter .hc_side .hc_seabox .key{flex:1;width:100%;border:0;line-height:38px;padding:0 20px;box-sizing:border-box;background:transparent;font-size:var(--fsize-base);color:var(--color-white)}.helpcenter .hc_side .hc_seabox .key::placeholder{color:rgba(255,255,255,0.4)}.helpcenter .hc_side .hc_seabox .btn{width:38px;height:38px;background:url(../img/seaicon.svg) no-repeat center;border:0;text-indent:-9999px;cursor:pointer;filter:invert(1);opacity:.6;transition:opacity .3s}.helpcenter .hc_side .hc_seabox .btn:hover{opacity:1}.helpcenter .hc_side .hclist{margin-top:24px;background:rgba(247,248,248,0.03);border:1px solid rgba(255,255,255,0.08);border-radius:24px;overflow:hidden;box-shadow:0 0 0 2px inset rgba(255, 255, 255, calc(10 / 100))}.helpcenter .hc_side .hclist .hc_hd{display:flex;align-items:center;justify-content:space-between;height:54px;padding:0 var(--gap-large);border-bottom:1px solid rgba(255,255,255,0.08);font-size:var(--fsize-txt);font-weight:600;color:var(--color-white)}.helpcenter .hc_side .hclist .hc_bd .hc_it a{display:flex;align-items:center;justify-content:space-between;height:54px;padding:0 var(--gap-large);border-bottom:1px solid rgba(255,255,255,0.06);font-size:var(--fsize-base);text-decoration:none;color:rgba(255,255,255,0.85);transition:all .3s cubic-bezier(.445, .05, .55, .95)}.helpcenter .hc_side .hclist .hc_bd .hc_it a:after{content:"";width:16px;height:16px;background:url(../img/dimg/arrowicon.svg) no-repeat center;filter:invert(1);opacity:.4;transition:opacity .3s}.helpcenter .hc_side .hclist .hc_bd .hc_it a:hover{color:var(--color-white);background:rgba(255,255,255,0.06)}.helpcenter .hc_side .hclist .hc_bd .hc_it a:hover:after{opacity:.8}.helpcenter .hc_side .hclist .hc_bd .hc_it:last-child a{border-bottom:none}.helpcenter .hc_main{flex:1;padding-bottom:30px;max-width:1260px;margin:0 auto;color:var(--color-white)}.helpcenter .hc_main .hcm_hd{font-size:calc(var(--fsize-h1) * 1.2);font-weight:normal;letter-spacing:-0.12rem;font-family:HelveticaNTLight;color:var(--color-white);margin-bottom:var(--gap-h3);position:relative;padding-bottom:var(--gap-large);border-bottom:1px solid rgba(255,255,255,0.08)}.helpcenter .hc_main .hcm_hd::after{content:"";position:absolute;bottom:-1px;left:0;width:80px;height:2px;background:linear-gradient(90deg, var(--color-main), rgba(255,102,0,0.3));border-radius:2px}.helpcenter .hc_main .hcm_list .hcm_ul{display:flex;flex-direction:column;padding-bottom:var(--gap-h3);border-bottom:1px solid rgba(255,255,255,0.08)}.helpcenter .hc_main .hcm_list .hcm_ul .hcm_li{margin-bottom:var(--gap-base)}.helpcenter .hc_main .hcm_list .hcm_ul .hcm_li a{position:relative;font-size:var(--fsize-txt);line-height:1.6;padding:var(--gap-small) var(--gap-large);color:rgba(255,255,255,0.85);text-decoration:none;transition:all .3s cubic-bezier(.16, 1, .3, 1);display:flex;align-items:center;border-radius:10px;background:transparent}.helpcenter .hc_main .hcm_list .hcm_ul .hcm_li a::before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:6px;height:6px;background:rgba(255,255,255,0.3);border-radius:50%;transition:all .3s ease}.helpcenter .hc_main .hcm_list .hcm_ul .hcm_li a:hover{color:var(--color-white);background:rgba(255,255,255,0.04);transform:translateX(4px)}.helpcenter .hc_main .hcm_list .hcm_ul .hcm_li a:hover::before{background:var(--color-main);box-shadow:0 0 8px rgba(255,102,0,0.5)}.helpcenter .hc_main .hcm_cont{font-size:var(--fsize-txt);line-height:1.6;color:rgba(255,255,255,0.85);padding:0 0 var(--gap-h3);border-bottom:1px solid rgba(255,255,255,0.08)}.helpcenter .hc_main .hcm_cont img{display:block;max-width:100%}.helpcenter .hc_main .hcm_cont img.spimg{border-radius:var(--gap-base);overflow:hidden;border:1px solid rgba(255,255,255,0.1);box-shadow:0 0 20px rgba(0,0,0,0.3);transition:transform .5s ease,box-shadow .5s ease}.helpcenter .hc_main .hcm_cont img.spimg:hover{transform:scale(1.01);box-shadow:0 8px 40px rgba(0,0,0,0.4)}.helpcenter .hc_main .hcm_cont p{margin-bottom:var(--gap-large);line-height:1.8;color:rgba(255,255,255,0.8)}.helpcenter .hc_main .hcm_cont h3{font-weight:700;margin:var(--gap-h3) 0 var(--gap-large);color:var(--color-white);font-size:var(--fsize-h3);position:relative;padding-left:var(--gap-large)}.helpcenter .hc_main .hcm_cont h3::before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:4px;height:60%;background:linear-gradient(180deg, var(--color-main), rgba(255,102,0,0.3));border-radius:2px}.helpcenter .hc_main .hc_contact{text-align:center;padding:var(--gap-h3) 0 0 65px}@media (max-width: 800px){.helpcenter .hc_main .hc_contact{padding:6vw 0}}.helpcenter .hc_main .hc_contact p{font-size:var(--fsize-txt);font-weight:500;color:rgba(255,255,255,0.85);margin-bottom:var(--gap-large)}.helpcenter .hc_main .hc_contact .hc_btn{display:inline-flex;align-items:center;justify-content:center;margin:0 auto;text-decoration:none;padding:var(--gap-base) var(--gap-h1);border-radius:10px;font-size:var(--fsize-large);font-weight:600;transition:all .3s cubic-bezier(.16, 1, .3, 1);border:1px solid rgba(255,255,255,0.15);background:linear-gradient(0deg, rgba(247,248,248,0.03), rgba(247,248,248,0.03)),linear-gradient(180deg, rgba(247,248,248,0.05), rgba(247,248,248,0.03));color:var(--color-white);cursor:pointer;position:relative;overflow:hidden}.helpcenter .hc_main .hc_contact .hc_btn::before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);transition:left .5s ease}.helpcenter .hc_main .hc_contact .hc_btn:hover{background:var(--color-main);border-color:var(--color-main);box-shadow:0 8px 30px rgba(255,102,0,0.4);transform:translateY(-2px)}.helpcenter .hc_main .hc_contact .hc_btn:hover::before{left:100%}.helpcenter .hc_main .hc_contact .hc_btn:active{transform:translateY(0) scale(.98)}.newpagex{background-color:transparent;min-height:50vh;box-sizing:border-box;padding:calc(var(--gap-h1) * 2) 0;color:var(--color-white);border:1px solid rgba(255,255,255,0.08)}.newpagex .hd{text-align:center}.newpagex .hd .nam{font-weight:bold;font-size:var(--fsize-h2);color:var(--color-white)}@media (max-width: 800px){.newpagex .hd .nam{font-size:var(--fsize-h3)}}.newpagex .hd .txt{font-weight:bold;font-size:var(--fsize-large);color:rgba(255,255,255,0.85);margin-top:var(--gap-base)}.newpagex .bd{margin-top:var(--gap-h1)}.newpagex .bd .list{display:flex;justify-content:center}.newpagex .bd .list .item{margin:0 var(--gap-h3)}.newpagex .bd .list .item .num{display:flex;justify-content:center}.newpagex .bd .list .item .num span{width:60px;height:60px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:rgba(247,248,248,0.06);font-size:var(--fsize-h1);font-weight:bold;color:var(--color-white);box-shadow:0 0 0 2px inset rgba(255, 255, 255, calc(10 / 100)),0 8px 30px rgba(0,0,0,0.2)}.newpagex .bd .list .item .inf{margin-top:var(--gap-large);text-align:center;color:var(--color-white)}.newpagex .bd .list .item .inf .nam{font-weight:bold;font-size:var(--fsize-large)}.newpagex .bd .list .item .inf .txt{font-size:var(--fsize-txt);line-height:1.6;margin-top:var(--gap-small);color:rgba(255,255,255,0.85)}.newpagex .bd .btn{display:flex;justify-content:center;margin-top:var(--gap-h3)}.newpagex .bd .btn .ba{width:20vw;height:46px;background:rgba(255,255,255,0.12);font-size:var(--fsize-txt);color:var(--color-white);font-weight:bold;border-radius:6px;display:flex;align-items:center;justify-content:center;text-decoration:none;border:1px solid rgba(255,255,255,0.25);transition:all .3s ease}@media (max-width: 800px){.newpagex .bd .btn .ba{width:60vw}}.newpagex .bd .btn .ba:hover{background:var(--color-main);border-color:var(--color-main);box-shadow:0 8px 30px rgba(255,102,0,0.4)}/*# sourceMappingURL=./apage.css.map */