@charset "UTF-8";.adm-popup{--z-index: var(--adm-popup-z-index, 1000);position:fixed;z-index:var(--z-index)}.adm-popup-body{position:fixed;background-color:var(--adm-color-background);z-index:calc(var(--z-index) + 10)}.adm-popup-body .adm-popup-close-icon{position:absolute;z-index:100}.adm-popup-body-position-bottom{width:100%;bottom:0;left:0}.adm-popup-body-position-bottom .adm-popup-close-icon{right:2.133333vw;top:2.133333vw}.adm-popup-body-position-top{width:100%;top:0;left:0}.adm-popup-body-position-top .adm-popup-close-icon{right:2.133333vw;bottom:2.133333vw}.adm-popup-body-position-left{height:100%;top:0;left:0}.adm-popup-body-position-left .adm-popup-close-icon{right:2.133333vw;top:2.133333vw}.adm-popup-body-position-right{height:100%;top:0;right:0}.adm-popup-body-position-right .adm-popup-close-icon{left:2.133333vw;top:2.133333vw}.adm-popup-close-icon{cursor:pointer;padding:1.066667vw;font-size:4.8vw;line-height:1;color:var(--adm-color-weak)}.adm-mask{--z-index: var(--adm-mask-z-index, 1000);position:fixed;top:0;left:0;z-index:var(--z-index);display:block;width:100%;height:100%}.adm-mask-aria-button{position:absolute;top:0;left:0;z-index:0;width:100%;height:100%;pointer-events:none}.adm-mask-content{z-index:1}.adm-button{--color: var(--adm-color-text-light-solid);--text-color: var(--adm-button-text-color, var(--adm-color-text));--background-color: var(--adm-button-background-color, var(--adm-color-background));--border-radius: var(--adm-button-border-radius, 1.066667vw);--border-width: var(--adm-button-border-width, 1px);--border-style: var(--adm-button-border-style, solid);--border-color: var(--adm-button-border-color, var(--adm-color-border));color:var(--text-color);background-color:var(--background-color);position:relative;display:inline-block;box-sizing:border-box;height:auto;padding:1.866667vw 3.2vw;margin:0;font-size:var(--adm-font-size-9);line-height:1.4;text-align:center;border:var(--border-width) var(--border-style) var(--border-color);border-radius:var(--border-radius);cursor:pointer;transition:opacity ease .15s;-webkit-user-select:none;-moz-user-select:none;user-select:none}.adm-button:focus{outline:none}.adm-button:before{position:absolute;top:0;left:0;transform:translate(calc(var(--border-width) * -1),calc(var(--border-width) * -1));width:100%;height:100%;background-color:var(--adm-color-text-dark-solid);border:var(--border-width) var(--border-style) var(--adm-color-text-dark-solid);border-radius:var(--border-radius);opacity:0;content:" ";box-sizing:content-box}.adm-button:active:before{opacity:.08}.adm-button-default.adm-button-fill-outline{--background-color: transparent;--border-color: var(--adm-color-text)}.adm-button-default.adm-button-fill-none{--background-color: transparent;--border-width: 0px}.adm-button:not(.adm-button-default){--text-color: var(--adm-color-text-light-solid);--background-color: var(--color);--border-color: var(--color)}.adm-button:not(.adm-button-default).adm-button-fill-outline{--text-color: var(--color);--background-color: transparent}.adm-button:not(.adm-button-default).adm-button-fill-none{--text-color: var(--color);--background-color: transparent;--border-width: 0px}.adm-button-primary{--color: var(--adm-color-primary)}.adm-button-success{--color: var(--adm-color-success)}.adm-button-danger{--color: var(--adm-color-danger)}.adm-button-warning{--color: var(--adm-color-warning)}.adm-button-block{display:block;width:100%}.adm-button-disabled{cursor:not-allowed;opacity:.4}.adm-button-disabled:active:before{display:none}.adm-button.adm-button-mini{padding-top:.8vw;padding-bottom:.8vw;font-size:var(--adm-font-size-main)}.adm-button.adm-button-mini.adm-button-shape-rounded{padding-left:2.4vw;padding-right:2.4vw}.adm-button.adm-button-small{padding-top:.8vw;padding-bottom:.8vw;font-size:var(--adm-font-size-7)}.adm-button.adm-button-large{padding-top:2.933333vw;padding-bottom:2.933333vw;font-size:var(--adm-font-size-10)}.adm-button.adm-button-shape-rounded{--border-radius: 266.666667vw}.adm-button.adm-button-shape-rectangular{--border-radius: 0}.adm-button-loading{vertical-align:bottom}.adm-button-loading-wrapper{display:flex;height:1.4em;align-items:center;justify-content:center}.adm-button-loading-wrapper>.adm-loading{opacity:.6}.adm-dot-loading{display:inline-block}.adm-page-indicator{display:flex;width:auto;--dot-color: var(--adm-color-light);--active-dot-color: var(--adm-color-primary);--dot-size: .8vw;--active-dot-size: 3.466667vw;--dot-border-radius: 1px;--active-dot-border-radius: var(--dot-border-radius);--dot-spacing: .8vw}.adm-page-indicator-dot{display:block;width:var(--dot-size);height:var(--dot-size);border-radius:var(--dot-border-radius);background:var(--dot-color)}.adm-page-indicator-dot:last-child{margin-right:0}.adm-page-indicator-dot-active{border-radius:var(--active-dot-border-radius);background:var(--active-dot-color)}.adm-page-indicator-color-white{--dot-color: rgba(255, 255, 255, .5);--active-dot-color: var(--adm-color-text-light-solid)}.adm-page-indicator-horizontal{flex-direction:row}.adm-page-indicator-horizontal .adm-page-indicator-dot{margin-right:var(--dot-spacing)}.adm-page-indicator-horizontal .adm-page-indicator-dot-active{width:var(--active-dot-size)}.adm-page-indicator-vertical{flex-direction:column}.adm-page-indicator-vertical .adm-page-indicator-dot{margin-bottom:var(--dot-spacing)}.adm-page-indicator-vertical .adm-page-indicator-dot-active{height:var(--active-dot-size)}.adm-swiper{--height: auto;--width: 100%;--border-radius: 0;--track-padding: 0;--slide-size: 100%;--track-offset: 0%;display:block;width:var(--width);height:var(--height);position:relative;border-radius:var(--border-radius);z-index:0;overflow:hidden}.adm-swiper-track{width:100%;height:100%;white-space:nowrap;padding:var(--track-padding)}.adm-swiper-track-allow-touch-move{cursor:grab}.adm-swiper-track-inner{width:100%;height:100%;overflow:visible;position:relative;display:flex;flex-wrap:nowrap}.adm-swiper-slide,.adm-swiper-slide-placeholder{width:100%;height:100%;display:block;position:relative;white-space:unset;flex:none}.adm-swiper-item{display:block;width:100%;height:100%;white-space:normal}.adm-swiper-horizontal .adm-swiper-track-allow-touch-move{touch-action:pan-y}.adm-swiper-horizontal .adm-swiper-indicator{position:absolute;bottom:1.6vw;left:50%;transform:translate(-50%)}.adm-swiper-horizontal .adm-swiper-track{transform:translate(var(--track-offset))}.adm-swiper-horizontal .adm-swiper-track-inner{flex-direction:row;width:var(--slide-size)}.adm-swiper-vertical .adm-swiper-track-allow-touch-move{touch-action:pan-x}.adm-swiper-vertical .adm-swiper-indicator{position:absolute;right:1.6vw;top:50%;transform:translateY(-50%)}.adm-swiper-vertical .adm-swiper-track{transform:translateY(var(--track-offset))}.adm-swiper-vertical .adm-swiper-track-inner{flex-direction:column;height:var(--slide-size)}._checkboxLabelPc_1d9ry_5{display:flex;align-items:baseline;cursor:pointer}._checkboxLabelPc_1d9ry_5 ._checkboxInput_1d9ry_10{display:flex;margin-right:8px;box-sizing:border-box;border:1px solid #d9d9d9;border-radius:50%;width:16px;height:16px;background-color:#fff;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;flex-shrink:0;justify-content:center;align-items:center}._checkboxLabelPc_1d9ry_5 ._checkboxInput_1d9ry_10:hover{border-color:#1677ff}._checkboxLabelPc_1d9ry_5 ._checkboxInput_1d9ry_10:after{box-sizing:border-box;border:solid #fff;border-width:0 2px 2px 0;width:5.4px;height:9px;opacity:0;transition:all .2s cubic-bezier(.12,.4,.29,1.46) .1s;transform:rotate(45deg);content:""}._checkboxLabelPc_1d9ry_5 ._checkboxInput_1d9ry_10:checked{border-color:#1677ff;background-color:#1677ff}._checkboxLabelPc_1d9ry_5 ._checkboxInput_1d9ry_10:checked:hover{border-color:transparent;background-color:#4096ff}._checkboxLabelPc_1d9ry_5 ._checkboxInput_1d9ry_10:checked:after{opacity:1}._checkboxLabelPc_1d9ry_5 ._checkboxInput_1d9ry_10:focus-visible{outline:3px solid #91caff;outline-offset:1px;transition:outline-offset 0s,outline 0s}._buttonPc_xyzvw_5{display:flex;box-sizing:border-box;border:none;border-radius:6px;width:100%;height:48px;font-size:18px;font-weight:700;color:#fff;background-color:#3d3d3d;cursor:pointer;align-items:center;justify-content:center}._buttonPc_xyzvw_5:disabled{color:#c8c8c8;background-color:#f1f1f1;cursor:not-allowed;pointer-events:none}._buttonPc_xyzvw_5._loading_xyzvw_26{color:#fff;background-color:#3d3d3d;cursor:not-allowed;pointer-events:none}._buttonPc_xyzvw_5 ._loaderWrapper_xyzvw_32{display:flex;align-items:center;-moz-column-gap:8px;column-gap:8px}._buttonPc_xyzvw_5 ._loaderWrapper_xyzvw_32 ._loader_xyzvw_32{border:2px solid transparent;border-top:2px solid #fff;border-radius:50%;width:16px;height:16px;animation:_spin_xyzvw_1 1s linear infinite}@keyframes _spin_xyzvw_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._loginModal_1fjfl_5 .ant-modal-content{padding:50px 36px 36px}._loginModal_1fjfl_5 .ant-input-lg{padding:10px 11px;font-size:16px}._loginModal_1fjfl_5 .ant-input-affix-wrapper-lg{box-sizing:border-box;padding:5px 11px;height:46px}._loginModal_1fjfl_5 .ant-input-affix-wrapper-lg .ant-input-lg{padding:0!important;height:auto;font-size:16px!important}._loginModal_1fjfl_5 .ant-checkbox-inner{border-radius:50%}._loginModal_1fjfl_5 .ant-checkbox-wrapper .ant-checkbox{margin-bottom:auto}._loginModal_1fjfl_5 ._getCodeButton_1fjfl_28{display:flex;border-radius:6px;width:110px;height:34px;font-size:14px;font-weight:700;color:#fff;background:#3d3d3d;cursor:pointer;align-items:center;justify-content:center}._loginModal_1fjfl_5 ._getCodeButton_1fjfl_28._disabled_1fjfl_41{color:#00000040;background:#0000000a;cursor:not-allowed;pointer-events:none}._loginModal_1fjfl_5 ._checkList_1fjfl_47{display:flex;flex-direction:column;row-gap:8px;padding-bottom:16px}._loginModal_1fjfl_5 ._otherLoginMethods_1fjfl_53{margin-top:20px}._loginModal_1fjfl_5 ._otherLoginMethods_1fjfl_53 ._dividerLine_1fjfl_56{height:1px;background:#f0f0f0}._loginModal_1fjfl_5 ._otherLoginMethods_1fjfl_53 ._wechatLoginBtn_1fjfl_60{display:flex;margin-top:16px;border-radius:6px;padding:10px 0;font-size:14px;color:#666;transition:background-color .2s;cursor:pointer;align-items:center;justify-content:center;gap:8px}._loginModal_1fjfl_5 ._otherLoginMethods_1fjfl_53 ._wechatLoginBtn_1fjfl_60:hover{background:#f8f8f8}._loginModal_1fjfl_5 ._waitCodeButton_1fjfl_76{display:flex;border-radius:6px;width:110px;height:34px;font-size:14px;font-weight:700;color:#c8c8c8;background:#f8f8f8;align-items:center;justify-content:center}._loginModal_1fjfl_5 ._modalContent_1fjfl_88 ._modalHeader_1fjfl_88{display:flex;justify-content:center;padding-bottom:16px}._loginModal_1fjfl_5 ._modalContent_1fjfl_88 ._modalHeader_1fjfl_88>img{width:202px;height:44px}._loginModal_1fjfl_5 ._modalContent_1fjfl_88 ._modalBtn_1fjfl_97{display:flex;border-radius:6px;width:100%;height:48px;font-size:18px;font-weight:700;color:#fff;background-color:#3d3d3d;cursor:pointer;align-items:center;justify-content:center}._loginModal_1fjfl_5 ._modalContent_1fjfl_88 ._modalBtn_1fjfl_97._disabled_1fjfl_41{color:#c8c8c8;background-color:#f8f8f8;cursor:not-allowed;pointer-events:none}._agreeModal_1fjfl_117 ._modalContent_1fjfl_88{padding:16px 12px}._agreeModal_1fjfl_117 ._modalContent_1fjfl_88 ._modalHeader_1fjfl_88{margin-bottom:18px;font-size:18px;font-weight:700}._agreeModal_1fjfl_117 ._modalContent_1fjfl_88 ._modalText_1fjfl_125{margin-bottom:18px;font-size:14px;line-height:18px;color:#3d3d3d}._agreeModal_1fjfl_117 ._modalContent_1fjfl_88 ._modalText_1fjfl_125 a:nth-of-type(1){margin-right:8px}._agreeModal_1fjfl_117 ._modalContent_1fjfl_88 ._modalBtns_1fjfl_134{display:flex;justify-content:space-between}._agreeModal_1fjfl_117 ._modalContent_1fjfl_88 ._modalBtns_1fjfl_134 button{margin-right:12px;box-sizing:border-box;border:none;border-radius:4px;height:43px;font-size:18px;font-weight:700;cursor:pointer;flex:1}._agreeModal_1fjfl_117 ._modalContent_1fjfl_88 ._modalBtns_1fjfl_134 button:nth-of-type(1){color:#c8c8c8;background-color:#f8f8f8}._agreeModal_1fjfl_117 ._modalContent_1fjfl_88 ._modalBtns_1fjfl_134 button:nth-of-type(2){color:#fff;background-color:#323232}._qrModal_18x2r_5 .ant-modal-content{padding:40px 24px 32px}._qrModal_18x2r_5 ._modalContent_18x2r_8{display:flex;flex-direction:column;align-items:center}._qrModal_18x2r_5 ._modalContent_18x2r_8 ._modalHeader_18x2r_13{display:flex;justify-content:center;padding-bottom:16px}._qrModal_18x2r_5 ._modalContent_18x2r_8 ._modalHeader_18x2r_13>img{width:202px;height:44px}._qrModal_18x2r_5 ._modalContent_18x2r_8 ._title_18x2r_22{margin-bottom:20px;font-size:20px;font-weight:700;color:#3d3d3d}._qrModal_18x2r_5 ._modalContent_18x2r_8 ._qrWrap_18x2r_28{display:flex;position:relative;width:100%;min-height:300px;flex-direction:column;align-items:center;justify-content:center}._qrModal_18x2r_5 ._modalContent_18x2r_8 ._qrWrap_18x2r_28 ._tip_18x2r_37{position:absolute;top:50%;left:50%;font-size:14px;color:#999;transform:translate(-50%,-50%)}._qrModal_18x2r_5 ._modalContent_18x2r_8 ._qrWrap_18x2r_28 ._errorTip_18x2r_45{position:absolute;top:50%;left:50%;font-size:14px;text-align:center;color:#ff4d4f;transform:translate(-50%,-50%)}._qrModal_18x2r_5 ._modalContent_18x2r_8 ._qrWrap_18x2r_28 ._qrContainer_18x2r_54{display:flex;justify-content:center;width:100%}._qrModal_18x2r_5 ._modalContent_18x2r_8 ._qrWrap_18x2r_28 ._qrContainer_18x2r_54 iframe{border:none}._userContentWrapMobile_1q5un_5{box-sizing:border-box}._userContentWrapMobile_1q5un_5 ._userInfo_1q5un_8{display:flex;border-bottom:1px solid #f2f2f2;padding:25px 20px;align-items:center;-moz-column-gap:12px;column-gap:12px}._userContentWrapMobile_1q5un_5 ._userInfo_1q5un_8 ._logoAvatar_1q5un_15{width:36px;height:36px}._userContentWrapMobile_1q5un_5 ._userInfo_1q5un_8 ._userDetails_1q5un_19{color:#3d3d3d}._userContentWrapMobile_1q5un_5 ._userInfo_1q5un_8 ._userDetails_1q5un_19 ._userPhone_1q5un_22{font-size:16px;line-height:22px}._userContentWrapMobile_1q5un_5 ._accountBtnWrap_1q5un_26{border-bottom:1px solid #f2f2f2;padding:6px 5px;font-weight:700}._userContentWrapMobile_1q5un_5 ._accountBtnWrap_1q5un_26:last-of-type{border-bottom:none}._userContentWrapMobile_1q5un_5 ._accountBtnWrap_1q5un_26 ._accountBtn_1q5un_26{display:flex;box-sizing:border-box;border:none;border-radius:6px;width:100%;height:48px;font-size:14px;font-weight:700;color:#3d3d3d;cursor:pointer;align-items:center;justify-content:center}._userContentWrapMobile_1q5un_5 ._accountBtnWrap_1q5un_26 ._accountBtn_1q5un_26:hover{color:#fff;background-color:#3d3d3d}._userContentWrapMobile_1q5un_5 ._logout_1q5un_52{padding:20px 5px;font-size:14px;font-weight:700;text-align:center;color:#3d3d3d;cursor:pointer}._portalHeader_18my3_5{display:flex;position:fixed;top:0;right:0;left:0;z-index:999;box-sizing:border-box;border-bottom:4px solid #f3f3f3;padding:0 100px;height:84px;background-color:#fff}._portalHeader_18my3_5 ._logo_18my3_18 img{margin-top:20px;width:112px;height:39px;cursor:pointer}._portalHeader_18my3_5 ._nav_18my3_24{display:flex;align-items:center;margin-left:auto}._portalHeader_18my3_5 ._nav_18my3_24 ._menuList_18my3_29{display:flex;align-items:center;gap:64px;height:100%}._portalHeader_18my3_5 ._nav_18my3_24 ._menuList_18my3_29 ._menuItem_18my3_35{display:flex;position:relative;height:100%;font-size:16px;font-weight:700;word-break:keep-all;color:#000;cursor:pointer;align-items:center}._portalHeader_18my3_5 ._nav_18my3_24 ._menuList_18my3_29 ._menuItem_18my3_35:after{position:absolute;top:0;left:0;width:100%;height:3px;background-color:#fff;transition:background-color .3s;content:""}._portalHeader_18my3_5 ._nav_18my3_24 ._menuList_18my3_29 ._menuItem_18my3_35._active_18my3_56{color:#cc2424}._portalHeader_18my3_5 ._nav_18my3_24 ._menuList_18my3_29 ._menuItem_18my3_35._active_18my3_56:after{background-color:#cc2424}._portalHeader_18my3_5 ._nav_18my3_24 ._split_18my3_62{margin-left:40px;border-left:2px solid #e0e0e0;padding-left:40px;height:14px}._portalHeader_18my3_5 ._nav_18my3_24 ._rechargeBtn_18my3_68{display:flex;border-radius:8px;width:96px;height:40px;font-size:16px;font-weight:700;color:#fff;background-color:#f0323c;cursor:pointer;align-items:center;justify-content:center}._portalHeader_18my3_5 ._nav_18my3_24 .ant-popover-inner{padding:0}._portalHeader_18my3_5 ._nav_18my3_24 ._userAvatar_18my3_84{margin-left:46px;width:40px;height:40px}._portalHeader_18my3_5 ._nav_18my3_24 ._loginBtn_18my3_89{display:flex;margin-left:18px;border-radius:8px;width:96px;height:40px;font-size:16px;font-weight:700;color:#fff;background-color:#3d3d3d;cursor:pointer;align-items:center;justify-content:center}@media (max-width: 1000px){._portalHeader_18my3_5{padding:0 50px}}@media (max-width: 900px){._portalHeader_18my3_5{padding:0 30px}}@media (max-width: 800px){._portalHeader_18my3_5{padding:0 10px}}._portalFooter_1tebl_5{box-sizing:border-box;padding:30px 0;min-width:1200px;font-size:12px;color:#fff;background-color:#000}._portalFooter_1tebl_5 ._companyContact_1tebl_13{display:flex;margin:0 auto;width:1200px;height:68px;color:#5a5a5a;justify-content:space-between}._portalFooter_1tebl_5 ._companyContact_1tebl_13 ._email_1tebl_21{display:flex;border-bottom:1px solid #5a5a5a;padding-bottom:20px;width:600px;-moz-column-gap:140px;column-gap:140px}._portalFooter_1tebl_5 ._companyContact_1tebl_13 ._email_1tebl_21 ._business_1tebl_28,._portalFooter_1tebl_5 ._companyContact_1tebl_13 ._email_1tebl_21 ._recruitment_1tebl_29{display:flex;flex-direction:column;row-gap:8px}._portalFooter_1tebl_5 ._companyContact_1tebl_13 ._email_1tebl_21 ._business_1tebl_28>label,._portalFooter_1tebl_5 ._companyContact_1tebl_13 ._email_1tebl_21 ._recruitment_1tebl_29>label{font-size:12px}._portalFooter_1tebl_5 ._companyContact_1tebl_13 ._email_1tebl_21 ._business_1tebl_28>a,._portalFooter_1tebl_5 ._companyContact_1tebl_13 ._email_1tebl_21 ._recruitment_1tebl_29>a{font-size:14px;color:#fff}._portalFooter_1tebl_5 ._companyContact_1tebl_13 ._more_1tebl_43{font-size:10px;text-align:right}._portalFooter_1tebl_5 ._companyContact_1tebl_13 ._more_1tebl_43 ._moreWrap_1tebl_47{display:flex;justify-content:flex-end;gap:12px;margin-top:9px}._portalFooter_1tebl_5 ._companyContact_1tebl_13 ._more_1tebl_43 ._moreWrap_1tebl_47 img{display:block;width:43px;height:43px}._portalFooter_1tebl_5 ._companyContact_1tebl_13 ._more_1tebl_43 ._moreWrap_1tebl_47 img._briefing_1tebl_58{width:120px}._portalFooter_1tebl_5 ._companyInfo_1tebl_61{display:flex;margin:0 auto;padding-top:32px;width:1200px;place-content:end space-between}._portalFooter_1tebl_5 ._companyInfo_1tebl_61 ._companyName_1tebl_68{font-size:12px;color:#fff;background-color:#000}._portalFooter_1tebl_5 ._companyInfo_1tebl_61 ._companyName_1tebl_68 div:nth-child(1){font-size:18px;font-weight:700;line-height:26px}._portalFooter_1tebl_5 ._companyInfo_1tebl_61 ._companyName_1tebl_68 div:nth-child(2){font-size:10px;line-height:14px}._portalFooter_1tebl_5 ._companyInfo_1tebl_61 ._companyAddress_1tebl_82{font-size:12px;text-align:right;color:#5a5a5a}._portalFooter_1tebl_5 ._companyInfo_1tebl_61 ._companyAddress_1tebl_82 ._gameAdvice_1tebl_87{display:flex;width:100%;font-size:12px;line-height:18px;justify-content:flex-end}._portalFooter_1tebl_5 ._companyInfo_1tebl_61 ._companyAddress_1tebl_82 ._permission_1tebl_94{display:flex;height:18px;flex-wrap:wrap;align-items:center}._portalFooter_1tebl_5 ._companyInfo_1tebl_61 ._companyAddress_1tebl_82 ._permission_1tebl_94 a{display:flex;text-wrap:nowrap;color:#5a5a5a;align-items:center;flex-wrap:nowrap}._portalFooter_1tebl_5 ._companyInfo_1tebl_61 ._companyAddress_1tebl_82 ._permission_1tebl_94 ._split_1tebl_107{margin-left:8px;border-left:1px solid #5a5a5a;padding-left:8px}._portalFooter_1tebl_5 ._companyInfo_1tebl_61 ._companyAddress_1tebl_82 ._permission_1tebl_94 img{margin-right:4px;width:13px;height:13px}._portalFooter_1tebl_5 ._companyInfo_1tebl_61 ._companyAddress_1tebl_82 ._address_1tebl_117{display:flex;height:18px;flex-wrap:wrap;align-items:center}._portalFooter_1tebl_5 ._companyInfo_1tebl_61 ._companyAddress_1tebl_82 ._address_1tebl_117 img{margin:0 4px;width:8px;height:12px}._portalLayoutPc_q53k4_5{padding-top:84px}._portalLayoutPc_q53k4_5._layout_max_column_q53k4_8{display:flex;width:100%;height:100%;flex-direction:column}._portalLayoutMobile_48iqp_5{padding-top:17.066667vw}._portalLayoutMobile_48iqp_5._layout_max_column_48iqp_8{display:flex;width:100%;height:100%;flex-direction:column}._checkboxLabelMobile_1g035_5{display:flex;align-items:baseline;cursor:pointer}._checkboxLabelMobile_1g035_5 ._checkboxInput_1g035_10{display:flex;margin-right:2.133333vw;box-sizing:border-box;border:1px solid #d9d9d9;border-radius:50%;width:4.266667vw;height:4.266667vw;background-color:#fff;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;flex-shrink:0;justify-content:center;align-items:center}._checkboxLabelMobile_1g035_5 ._checkboxInput_1g035_10:hover{border-color:#1677ff}._checkboxLabelMobile_1g035_5 ._checkboxInput_1g035_10:after{box-sizing:border-box;border:solid #fff;border-width:0 .533333vw .533333vw 0;width:1.44vw;height:2.4vw;opacity:0;transition:all .2s cubic-bezier(.12,.4,.29,1.46) .1s;transform:rotate(45deg);content:""}._checkboxLabelMobile_1g035_5 ._checkboxInput_1g035_10:checked{border-color:#1677ff;background-color:#1677ff}._checkboxLabelMobile_1g035_5 ._checkboxInput_1g035_10:checked:hover{border-color:transparent;background-color:#4096ff}._checkboxLabelMobile_1g035_5 ._checkboxInput_1g035_10:checked:after{opacity:1}._checkboxLabelMobile_1g035_5 ._checkboxInput_1g035_10:focus-visible{outline:.8vw solid #91caff;outline-offset:1px;transition:outline-offset 0s,outline 0s}._buttonMobile_1jswu_5{display:flex;box-sizing:border-box;border:none;border-radius:1.6vw;width:100%;height:12.8vw;font-size:4.8vw;font-weight:700;color:#fff;background-color:#3d3d3d;cursor:pointer;align-items:center;justify-content:center}._buttonMobile_1jswu_5:disabled{color:#aaa;background-color:#f1f1f1;cursor:not-allowed;pointer-events:none}._buttonMobile_1jswu_5._loading_1jswu_26{color:#fff;background-color:#3d3d3d;cursor:not-allowed;pointer-events:none}._buttonMobile_1jswu_5 ._loaderWrapper_1jswu_32{display:flex;align-items:center;-moz-column-gap:2.133333vw;column-gap:2.133333vw}._buttonMobile_1jswu_5 ._loaderWrapper_1jswu_32 ._loader_1jswu_32{border:.533333vw solid transparent;border-top:.533333vw solid #fff;border-radius:50%;width:4.266667vw;height:4.266667vw;animation:_spin_1jswu_1 1s linear infinite}@keyframes _spin_1jswu_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._loginModalMobile_1a3v2_5{width:89.066667vw!important}._loginModalMobile_1a3v2_5 .ant-modal-content{padding:16.533333vw 6.4vw 8vw}._loginModalMobile_1a3v2_5 .ant-form-item{margin-bottom:3.2vw}._loginModalMobile_1a3v2_5 .ant-input-lg{box-sizing:border-box;padding:2.666667vw 2.933333vw;height:12.266667vw;font-size:4.266667vw}._loginModalMobile_1a3v2_5 .ant-input-affix-wrapper-lg{box-sizing:border-box;padding:1.333333vw 2.933333vw;height:12.266667vw}._loginModalMobile_1a3v2_5 .ant-input-affix-wrapper-lg .ant-input-lg{padding:0!important;height:auto;font-size:4.266667vw!important}._loginModalMobile_1a3v2_5 .ant-checkbox-inner{border-radius:50%}._loginModalMobile_1a3v2_5 .ant-checkbox-wrapper .ant-checkbox{margin-bottom:auto}._loginModalMobile_1a3v2_5 .ant-form-item-explain-error{font-size:3.2vw}._loginModalMobile_1a3v2_5 ._getCodeButton_1a3v2_39{display:flex;border-left:1px solid #bebebe;width:30.133333vw;height:4.266667vw;font-size:4.266667vw;color:#888;cursor:pointer;align-items:center;justify-content:center}._loginModalMobile_1a3v2_5 ._getCodeButton_1a3v2_39._disabled_1a3v2_50{color:#00000040;cursor:not-allowed;pointer-events:none}._loginModalMobile_1a3v2_5 ._waitCodeButton_1a3v2_55{display:flex;border-left:1px solid #bebebe;width:30.133333vw;height:4.266667vw;font-size:4.266667vw;color:#ddd;align-items:center;justify-content:center}._loginModalMobile_1a3v2_5 ._checkList_1a3v2_65{display:flex;flex-direction:column;row-gap:2.133333vw;padding-bottom:4.266667vw;font-size:3.2vw}._loginModalMobile_1a3v2_5 ._otherLoginMethods_1a3v2_72{margin-top:4.266667vw}._loginModalMobile_1a3v2_5 ._otherLoginMethods_1a3v2_72 ._dividerLine_1a3v2_75{height:1px;background:#f0f0f0}._loginModalMobile_1a3v2_5 ._otherLoginMethods_1a3v2_72 ._wechatLoginBtn_1a3v2_79{display:flex;margin-top:3.2vw;border-radius:1.6vw;padding:2.133333vw 0;font-size:3.466667vw;color:#666;transition:background-color .2s;cursor:pointer;align-items:center;justify-content:center;gap:1.6vw}._loginModalMobile_1a3v2_5 ._otherLoginMethods_1a3v2_72 ._wechatLoginBtn_1a3v2_79:active{background:#f0f0f0}._loginModalMobile_1a3v2_5 ._modalContent_1a3v2_95 ._modalHeader_1a3v2_95{display:flex;justify-content:center;padding-bottom:4.266667vw}._loginModalMobile_1a3v2_5 ._modalContent_1a3v2_95 ._modalHeader_1a3v2_95>img{width:53.866667vw;height:11.733333vw}._loginModalMobile_1a3v2_5 ._modalContent_1a3v2_95 ._modalBtn_1a3v2_104{display:flex;box-sizing:border-box;border:none;border-radius:1.6vw;width:100%;height:12.8vw;font-size:4.8vw;font-weight:700;color:#fff;background-color:#3d3d3d;cursor:pointer;align-items:center;justify-content:center}._loginModalMobile_1a3v2_5 ._modalContent_1a3v2_95 ._modalBtn_1a3v2_104._disabled_1a3v2_50{color:#c8c8c8;background-color:#f8f8f8;cursor:not-allowed;pointer-events:none}._agreeModalMobile_1a3v2_126{width:89.066667vw!important}._agreeModalMobile_1a3v2_126 .ant-modal-content{padding:5.333333vw 4.266667vw 3.2vw}._agreeModalMobile_1a3v2_126 ._modalContent_1a3v2_95 ._modalHeader_1a3v2_95{margin-bottom:4.266667vw;font-size:4.8vw;font-weight:700;text-align:center}._agreeModalMobile_1a3v2_126 ._modalContent_1a3v2_95 ._modalText_1a3v2_138{margin-bottom:4.8vw;font-size:3.733333vw;line-height:4.8vw;color:#6e6e6e}._agreeModalMobile_1a3v2_126 ._modalContent_1a3v2_95 ._modalText_1a3v2_138 a:nth-of-type(1){margin-right:2.133333vw}._agreeModalMobile_1a3v2_126 ._modalContent_1a3v2_95 ._modalBtns_1a3v2_147{display:flex;justify-content:space-between}._agreeModalMobile_1a3v2_126 ._modalContent_1a3v2_95 ._modalBtns_1a3v2_147 button{margin-right:3.2vw;box-sizing:border-box;border:none;border-radius:1.066667vw;height:11.466667vw;font-size:4.8vw;font-weight:700;cursor:pointer;flex:1}._agreeModalMobile_1a3v2_126 ._modalContent_1a3v2_95 ._modalBtns_1a3v2_147 button:nth-of-type(1){color:#aaa;background-color:#f1f1f1}._agreeModalMobile_1a3v2_126 ._modalContent_1a3v2_95 ._modalBtns_1a3v2_147 button:nth-of-type(2){color:#fff;background-color:#3d3d3d}._navBar_npxqy_5{display:flex;position:fixed;top:0;right:0;left:0;z-index:999;box-sizing:border-box;border-bottom:1.066667vw solid #e8e8e9;padding:0 5.333333vw;height:17.066667vw;background-color:#fff;align-items:center}._navBar_npxqy_5 ._logo_npxqy_19>img{width:27.466667vw;height:9.6vw}._navBar_npxqy_5 ._nav_npxqy_5{margin-left:auto}._navBar_npxqy_5 ._nav_npxqy_5>img{width:6.933333vw;height:5.066667vw}._navBar_npxqy_5 ._nav_npxqy_5 ._closeIcon_npxqy_30{position:relative;width:4.8vw;height:4.8vw}._navBar_npxqy_5 ._nav_npxqy_5 ._closeIcon_npxqy_30 ._line_npxqy_35{position:absolute;width:100%;height:.533333vw;background-color:#c7c7c7;transition:all .3s ease}._navBar_npxqy_5 ._nav_npxqy_5 ._closeIcon_npxqy_30 ._line_npxqy_35:first-child{top:50%;transform:translateY(-50%) rotate(45deg)}._navBar_npxqy_5 ._nav_npxqy_5 ._closeIcon_npxqy_30 ._line_npxqy_35:last-child{top:50%;transform:translateY(-50%) rotate(-45deg)}._navBar_npxqy_5 ._main_npxqy_50{position:fixed;top:17.066667vw;right:0;left:0;z-index:999;height:0;background-color:#ebebeb;transition-timing-function:cubic-bezier(.39,.575,.565,1);transition-duration:.3s;transition-property:opacity,height}._navBar_npxqy_5 ._main_npxqy_50 ._mainWrap_npxqy_62{visibility:hidden}._navBar_npxqy_5 ._main_npxqy_50 ._mainWrap_npxqy_62 ._menuList_npxqy_65{display:flex;border-bottom-right-radius:3.733333vw;border-bottom-left-radius:3.733333vw;background-color:#fff;flex-direction:column;align-items:center;justify-content:center}._navBar_npxqy_5 ._main_npxqy_50 ._mainWrap_npxqy_62 ._menuList_npxqy_65 ._menuItem_npxqy_74{display:flex;box-sizing:border-box;border-bottom:.533333vw solid #f2f2f2;width:100%;height:17.6vw;font-size:4.8vw;font-weight:700;color:#000;align-items:center;justify-content:center}._navBar_npxqy_5 ._main_npxqy_50 ._mainWrap_npxqy_62 ._userCard_npxqy_86{display:flex;padding:9.066667vw 9.066667vw 0;flex-direction:column;row-gap:3.2vw}._navBar_npxqy_5 ._main_npxqy_50 ._mainWrap_npxqy_62 ._userCard_npxqy_86 ._userGreeting_npxqy_92{font-size:4.8vw;line-height:5.866667vw;color:#3d3d3d}._navBar_npxqy_5 ._main_npxqy_50 ._mainWrap_npxqy_62 ._userCard_npxqy_86 ._userInfo_npxqy_97{display:flex;align-items:center;-moz-column-gap:2.133333vw;column-gap:2.133333vw}._navBar_npxqy_5 ._main_npxqy_50 ._mainWrap_npxqy_62 ._userCard_npxqy_86 ._userInfo_npxqy_97 ._userAvatar_npxqy_102{width:12.8vw;height:12.8vw}._navBar_npxqy_5 ._main_npxqy_50 ._mainWrap_npxqy_62 ._userCard_npxqy_86 ._userInfo_npxqy_97 ._userDetails_npxqy_106{color:#3d3d3d}._navBar_npxqy_5 ._main_npxqy_50 ._mainWrap_npxqy_62 ._userCard_npxqy_86 ._userInfo_npxqy_97 ._userDetails_npxqy_106 ._userPhone_npxqy_109{font-size:4.8vw;font-weight:700;line-height:6.4vw}._navBar_npxqy_5 ._main_npxqy_50 ._mainWrap_npxqy_62 ._btnList_npxqy_114{display:flex;flex-direction:column;align-items:center;row-gap:2.133333vw;padding:9.066667vw 9.066667vw 0}._navBar_npxqy_5 ._main_npxqy_50 ._mainWrap_npxqy_62 ._btnList_npxqy_114 ._rechargeBtn_npxqy_121,._navBar_npxqy_5 ._main_npxqy_50 ._mainWrap_npxqy_62 ._btnList_npxqy_114 ._loginBtn_npxqy_122{display:flex;border-radius:2.133333vw;width:80vw;height:13.333333vw;font-size:4.8vw;color:#fff;background-color:#3d3d3d;align-items:center;justify-content:center}._navBar_npxqy_5 ._main_npxqy_50 ._mainWrap_npxqy_62 ._logoutBtnWrap_npxqy_133{display:flex;justify-content:center;padding-top:6.4vw;padding-bottom:9.066667vw}._navBar_npxqy_5 ._main_npxqy_50 ._mainWrap_npxqy_62 ._logoutBtnWrap_npxqy_133 ._logoutBtn_npxqy_133{font-size:4.266667vw;text-decoration:underline;color:#3d3d3d;cursor:pointer}._navBar_npxqy_5 ._main_npxqy_50._active_npxqy_145{overflow-y:auto;border-top:1px solid #efefef;height:calc(100dvh - 17.066667vw);opacity:1}._navBar_npxqy_5 ._main_npxqy_50._active_npxqy_145 ._mainWrap_npxqy_62{visibility:visible}._portalFooterMobile_1rnz0_5{padding:8vw 5.333333vw;font-size:3.2vw;color:#fff;background-color:#000}._portalFooterMobile_1rnz0_5 ._companyContact_1rnz0_11{color:#5a5a5a}._portalFooterMobile_1rnz0_5 ._companyContact_1rnz0_11 ._email_1rnz0_14{display:flex;-moz-column-gap:16vw;column-gap:16vw;border-bottom:1px solid #5a5a5a;padding-bottom:5.333333vw}._portalFooterMobile_1rnz0_5 ._companyContact_1rnz0_11 ._email_1rnz0_14 ._business_1rnz0_20,._portalFooterMobile_1rnz0_5 ._companyContact_1rnz0_11 ._email_1rnz0_14 ._recruitment_1rnz0_21{display:flex;flex-direction:column;row-gap:2.133333vw}._portalFooterMobile_1rnz0_5 ._companyContact_1rnz0_11 ._email_1rnz0_14 ._business_1rnz0_20>label,._portalFooterMobile_1rnz0_5 ._companyContact_1rnz0_11 ._email_1rnz0_14 ._recruitment_1rnz0_21>label{font-size:3.2vw}._portalFooterMobile_1rnz0_5 ._companyContact_1rnz0_11 ._email_1rnz0_14 ._business_1rnz0_20>a,._portalFooterMobile_1rnz0_5 ._companyContact_1rnz0_11 ._email_1rnz0_14 ._recruitment_1rnz0_21>a{font-size:3.733333vw;color:#fff}._portalFooterMobile_1rnz0_5 ._companyContact_1rnz0_11 ._more_1rnz0_35{border-bottom:1px solid #5a5a5a;padding:8.533333vw 0 10.666667vw;font-size:2.666667vw}._portalFooterMobile_1rnz0_5 ._companyContact_1rnz0_11 ._more_1rnz0_35 ._moreWrap_1rnz0_40{display:flex;gap:3.2vw;margin-top:2.666667vw}._portalFooterMobile_1rnz0_5 ._companyContact_1rnz0_11 ._more_1rnz0_35 ._moreWrap_1rnz0_40 img{display:block;width:11.466667vw;height:11.466667vw}._portalFooterMobile_1rnz0_5 ._companyContact_1rnz0_11 ._more_1rnz0_35 ._moreWrap_1rnz0_40 img._briefing_1rnz0_50{width:32vw}._portalFooterMobile_1rnz0_5 ._companyInfo_1rnz0_53{padding-top:8.533333vw}._portalFooterMobile_1rnz0_5 ._companyInfo_1rnz0_53 ._companyName_1rnz0_56{font-size:3.2vw;color:#fff;background-color:#000}._portalFooterMobile_1rnz0_5 ._companyInfo_1rnz0_53 ._companyName_1rnz0_56 div:nth-child(1){font-size:4.8vw;font-weight:700;line-height:6.933333vw;text-align:center}._portalFooterMobile_1rnz0_5 ._companyInfo_1rnz0_53 ._companyName_1rnz0_56 div:nth-child(2){font-size:2.666667vw;line-height:3.733333vw;text-align:center}._portalFooterMobile_1rnz0_5 ._companyInfo_1rnz0_53 ._companyAddress_1rnz0_72{padding-top:8.533333vw;font-size:3.2vw;color:#5a5a5a}._portalFooterMobile_1rnz0_5 ._companyInfo_1rnz0_53 ._companyAddress_1rnz0_72 ._gameAdvice_1rnz0_77{width:100%;font-size:3.2vw;line-height:4.8vw}._portalFooterMobile_1rnz0_5 ._companyInfo_1rnz0_53 ._companyAddress_1rnz0_72 ._permission_1rnz0_82{display:flex;padding-top:5.333333vw;flex-wrap:wrap;row-gap:1.6vw}._portalFooterMobile_1rnz0_5 ._companyInfo_1rnz0_53 ._companyAddress_1rnz0_72 ._permission_1rnz0_82 a{display:flex;text-wrap:nowrap;color:#5a5a5a;align-items:center;flex-wrap:nowrap}._portalFooterMobile_1rnz0_5 ._companyInfo_1rnz0_53 ._companyAddress_1rnz0_72 ._permission_1rnz0_82 ._split_1rnz0_95{margin-left:2.133333vw;border-left:1px solid #5a5a5a;padding-left:2.133333vw}._portalFooterMobile_1rnz0_5 ._companyInfo_1rnz0_53 ._companyAddress_1rnz0_72 ._permission_1rnz0_82 img{margin-right:1.066667vw;width:3.466667vw;height:3.466667vw}._portalFooterMobile_1rnz0_5 ._companyInfo_1rnz0_53 ._companyAddress_1rnz0_72 ._address_1rnz0_105{display:flex;padding-top:5.333333vw;justify-content:center;flex-wrap:wrap;row-gap:1.6vw}._portalFooterMobile_1rnz0_5 ._companyInfo_1rnz0_53 ._companyAddress_1rnz0_72 ._address_1rnz0_105 img{margin:0 1.066667vw;width:2.133333vw;height:3.2vw}._cardBlock_1i5cc_5{display:flex;flex-direction:column;width:100%}._cardBlock_1i5cc_5 ._header_1i5cc_10{display:flex;flex-direction:column;gap:10px;position:relative;z-index:10}._cardBlock_1i5cc_5 ._header_1i5cc_10 ._title_1i5cc_17{font-size:36px;font-weight:700;color:#212121;order:2}._cardBlock_1i5cc_5 ._header_1i5cc_10 ._subtitle_1i5cc_23{font-family:Kelson Sans;font-size:16px;font-weight:400;vertical-align:sub;color:#2121214d}._gameCard_cp5bl_5{box-sizing:border-box;border-radius:14px;padding:12px;width:calc(33% - 10.6666666667px);background-color:#fff}._gameCard_cp5bl_5 ._gameLogo_cp5bl_12 img{display:block;border-radius:8px;width:100%;height:auto;cursor:pointer}._gameCard_cp5bl_5 ._gameInfo_cp5bl_19{display:flex;justify-content:space-between;padding-top:18px}._gameCard_cp5bl_5 ._gameInfo_cp5bl_19 ._infoLeft_cp5bl_24{display:flex;gap:10px}._gameCard_cp5bl_5 ._gameInfo_cp5bl_19 ._infoLeft_cp5bl_24 ._gameIcon_cp5bl_28{border-radius:8px;width:45px;height:45px}._gameCard_cp5bl_5 ._gameInfo_cp5bl_19 ._infoLeft_cp5bl_24 ._gameName_cp5bl_33{display:flex;flex-direction:column;row-gap:6px;font-weight:700}._gameCard_cp5bl_5 ._gameInfo_cp5bl_19 ._infoLeft_cp5bl_24 ._gameName_cp5bl_33>h2{font-size:22px;line-height:30px}._gameCard_cp5bl_5 ._gameInfo_cp5bl_19 ._infoLeft_cp5bl_24 ._gameName_cp5bl_33>div{font-size:12px;color:#919191}._gameCard_cp5bl_5 ._gameInfo_cp5bl_19 ._infoRight_cp5bl_47{display:flex;gap:4px}._gameCard_cp5bl_5 ._gameInfo_cp5bl_19 ._infoRight_cp5bl_47 a{width:32px;height:32px}._gameCard_cp5bl_5 ._gameInfo_cp5bl_19 ._infoRight_cp5bl_47 a img{width:100%;height:100%}._gameCard_cp5bl_5 ._gameInfo_cp5bl_19 ._infoRight_cp5bl_47 ._playBtn_cp5bl_59,._gameCard_cp5bl_5 ._gameInfo_cp5bl_19 ._infoRight_cp5bl_47 ._downLoadBtn_cp5bl_60{margin-left:8px;box-sizing:border-box;border-radius:10px;width:80px;height:32px;font-size:14px;font-weight:700;line-height:32px;text-align:center;color:#161616;background-color:#fedd92}._gameCard_cp5bl_5 ._gameDesc_cp5bl_73{padding-top:16px;font-size:12px;line-height:20px;color:#919191}._gameCarousel_1lwp3_5{display:flex;margin:auto;height:560px;background-color:#fff;flex-direction:row}._gameCarousel_1lwp3_5 .slick-list,._gameCarousel_1lwp3_5 .slick-track,._gameCarousel_1lwp3_5 .slick-slide,._gameCarousel_1lwp3_5 .slick-slide>div{height:100%}._gameCarousel_1lwp3_5 .slick-dots{bottom:35px!important;padding-left:50px;inset-inline-end:initial!important}._gameCarousel_1lwp3_5 .slick-dots li,._gameCarousel_1lwp3_5 .slick-dots li button,._gameCarousel_1lwp3_5 .slick-dots li:after{border-radius:15px;width:61px!important;height:10px!important}._gameCarousel_1lwp3_5 .slick-dots li button{border:2px solid #e6e6e6;opacity:1!important}._gameCarousel_1lwp3_5 .slick-dots li:after{background-color:#bebebe}._gameCarousel_1lwp3_5 ._item_1lwp3_37{height:100%}._gameCarousel_1lwp3_5 ._item_1lwp3_37 ._itemMain_1lwp3_40{display:flex;width:100%;height:100%;flex-direction:row;align-items:stretch}._gameCarousel_1lwp3_5 ._item_1lwp3_37 ._itemMain_1lwp3_40 ._info_1lwp3_47{display:flex;position:relative;z-index:1;padding-top:86px;padding-left:50px;width:500px;flex-direction:column}._gameCarousel_1lwp3_5 ._item_1lwp3_37 ._itemMain_1lwp3_40 ._info_1lwp3_47 ._header_1lwp3_56 ._title_1lwp3_56{font-size:64px;font-weight:700;line-height:90px}._gameCarousel_1lwp3_5 ._item_1lwp3_37 ._itemMain_1lwp3_40 ._info_1lwp3_47 ._header_1lwp3_56 ._subtitle_1lwp3_61{font-family:Kelson Sans;font-size:28px;line-height:30px;color:#cc2424}._gameCarousel_1lwp3_5 ._item_1lwp3_37 ._itemMain_1lwp3_40 ._info_1lwp3_47 ._content_1lwp3_67 ._desc_1lwp3_67{font-size:14px;font-weight:700;line-height:40px;color:#707070}._gameCarousel_1lwp3_5 ._item_1lwp3_37 ._itemMain_1lwp3_40 ._info_1lwp3_47 ._content_1lwp3_67 ._tags_1lwp3_73{display:flex;flex-wrap:wrap;gap:6px}._gameCarousel_1lwp3_5 ._item_1lwp3_37 ._itemMain_1lwp3_40 ._info_1lwp3_47 ._content_1lwp3_67 ._tags_1lwp3_73 ._tagItem_1lwp3_78{border:1px solid #ececec;border-radius:8px;padding:0 10px;height:26px;font-size:14px;line-height:26px;text-align:center;text-wrap:nowrap;word-break:keep-all;color:#707070;background-color:#ececec}._gameCarousel_1lwp3_5 ._item_1lwp3_37 ._itemMain_1lwp3_40 ._info_1lwp3_47 ._download_1lwp3_91{display:flex;-moz-column-gap:6px;column-gap:6px;margin-top:70px}._gameCarousel_1lwp3_5 ._item_1lwp3_37 ._itemMain_1lwp3_40 ._info_1lwp3_47 ._download_1lwp3_91 img{width:150px;height:55px}._gameCarousel_1lwp3_5 ._item_1lwp3_37 ._itemMain_1lwp3_40 ._image_1lwp3_100{flex:1}._gameCarousel_1lwp3_5 ._item_1lwp3_37 ._itemMain_1lwp3_40 ._image_1lwp3_100 img{width:100%;height:100%}._index_1b42j_5 ._gameCarousel_1b42j_5{margin:0 auto;min-width:1200px;max-width:1500px}._index_1b42j_5 ._gameContent_1b42j_10{padding:40px 0 74px;min-width:1200px;background-color:#f9f9f9}._index_1b42j_5 ._gameContent_1b42j_10 ._gameWrap_1b42j_15{margin:0 auto;width:1200px}._index_1b42j_5 ._gameContent_1b42j_10 ._gameWrap_1b42j_15 ._gameList_1b42j_19{display:flex;gap:12px 16px;flex-wrap:wrap;padding-top:18px}._indexMobile_1e1dw_5 ._gameCarousel_1e1dw_5{padding:8vw 0}._indexMobile_1e1dw_5 ._gameContent_1e1dw_8{padding:8vw 5.333333vw;background-color:#f9f9f9}._indexMobile_1e1dw_5 ._gameContent_1e1dw_8 ._gameWrap_1e1dw_12 ._gameList_1e1dw_12{display:flex;flex-direction:column;row-gap:3.2vw;padding-top:4.8vw}._indexMobile_1e1dw_5 ._gameContent_1e1dw_8 ._gameWrap_1e1dw_12 ._gameList_1e1dw_12 ._gameItem_1e1dw_18{box-sizing:border-box;border-radius:3.733333vw;padding:3.2vw;width:100%;background-color:#fff}._indexMobile_1e1dw_5 ._gameContent_1e1dw_8 ._gameWrap_1e1dw_12 ._gameList_1e1dw_12 ._gameItem_1e1dw_18 ._gameLogo_1e1dw_25 img{display:block;border-radius:2.133333vw;width:100%;height:auto;cursor:pointer}._indexMobile_1e1dw_5 ._gameContent_1e1dw_8 ._gameWrap_1e1dw_12 ._gameList_1e1dw_12 ._gameItem_1e1dw_18 ._gameInfo_1e1dw_32{display:flex;justify-content:space-between;padding-top:4.8vw}._indexMobile_1e1dw_5 ._gameContent_1e1dw_8 ._gameWrap_1e1dw_12 ._gameList_1e1dw_12 ._gameItem_1e1dw_18 ._gameInfo_1e1dw_32 ._infoLeft_1e1dw_37{display:flex;gap:2.666667vw}._indexMobile_1e1dw_5 ._gameContent_1e1dw_8 ._gameWrap_1e1dw_12 ._gameList_1e1dw_12 ._gameItem_1e1dw_18 ._gameInfo_1e1dw_32 ._infoLeft_1e1dw_37 ._gameIcon_1e1dw_41{border-radius:2.133333vw;width:12vw;height:12vw}._indexMobile_1e1dw_5 ._gameContent_1e1dw_8 ._gameWrap_1e1dw_12 ._gameList_1e1dw_12 ._gameItem_1e1dw_18 ._gameInfo_1e1dw_32 ._infoLeft_1e1dw_37 ._gameName_1e1dw_46{display:flex;flex-direction:column;justify-content:space-between;font-weight:700}._indexMobile_1e1dw_5 ._gameContent_1e1dw_8 ._gameWrap_1e1dw_12 ._gameList_1e1dw_12 ._gameItem_1e1dw_18 ._gameInfo_1e1dw_32 ._infoLeft_1e1dw_37 ._gameName_1e1dw_46>h2{font-size:5.866667vw;line-height:8vw}._indexMobile_1e1dw_5 ._gameContent_1e1dw_8 ._gameWrap_1e1dw_12 ._gameList_1e1dw_12 ._gameItem_1e1dw_18 ._gameInfo_1e1dw_32 ._infoLeft_1e1dw_37 ._gameName_1e1dw_46>div{font-size:3.2vw;color:#919191}._indexMobile_1e1dw_5 ._gameContent_1e1dw_8 ._gameWrap_1e1dw_12 ._gameList_1e1dw_12 ._gameItem_1e1dw_18 ._gameInfo_1e1dw_32 ._infoRight_1e1dw_60{display:flex;gap:1.066667vw}._indexMobile_1e1dw_5 ._gameContent_1e1dw_8 ._gameWrap_1e1dw_12 ._gameList_1e1dw_12 ._gameItem_1e1dw_18 ._gameInfo_1e1dw_32 ._infoRight_1e1dw_60 img{width:8.533333vw;height:8.533333vw}._indexMobile_1e1dw_5 ._gameContent_1e1dw_8 ._gameWrap_1e1dw_12 ._gameList_1e1dw_12 ._gameItem_1e1dw_18 ._gameDesc_1e1dw_68{padding-top:4.266667vw;font-size:3.2vw;line-height:5.333333vw;color:#919191}._gameCarouselMobile_cjidw_5{display:flex;flex-direction:column;gap:5.333333vw;background-color:#fff}._gameCarouselMobile_cjidw_5 .slick-list,._gameCarouselMobile_cjidw_5 .slick-track,._gameCarouselMobile_cjidw_5 .slick-slide,._gameCarouselMobile_cjidw_5 .slick-slide>div{height:100%}._gameCarouselMobile_cjidw_5 .slick-dots{display:flex;right:0;bottom:7.466667vw!important;left:0;flex-direction:row;align-items:center;justify-content:center}._gameCarouselMobile_cjidw_5 .slick-dots li,._gameCarouselMobile_cjidw_5 .slick-dots li button,._gameCarouselMobile_cjidw_5 .slick-dots li:after{border-radius:4vw;width:16.266667vw!important;height:2.666667vw!important}._gameCarouselMobile_cjidw_5 .slick-dots li button{border:.533333vw solid #e6e6e6;opacity:1!important}._gameCarouselMobile_cjidw_5 .slick-dots li:after{background-color:#bebebe}._gameCarouselMobile_cjidw_5 ._item_cjidw_40{padding:0 5.333333vw 7.466667vw}._gameCarouselMobile_cjidw_5 ._item_cjidw_40 ._info_cjidw_43{display:flex;flex-direction:column;gap:4.266667vw}._gameCarouselMobile_cjidw_5 ._item_cjidw_40 ._info_cjidw_43 ._header_cjidw_48 ._title_cjidw_48{font-size:8.533333vw;font-weight:700;line-height:10.666667vw}._gameCarouselMobile_cjidw_5 ._item_cjidw_40 ._info_cjidw_43 ._header_cjidw_48 ._subtitle_cjidw_53{font-family:Kelson Sans;font-size:4.266667vw;font-weight:700;color:#cc2424}._gameCarouselMobile_cjidw_5 ._item_cjidw_40 ._info_cjidw_43 ._content_cjidw_59 ._desc_cjidw_59{font-size:3.733333vw;font-weight:700;line-height:7.466667vw;color:#707070}._gameCarouselMobile_cjidw_5 ._item_cjidw_40 ._info_cjidw_43 ._content_cjidw_59 ._tags_cjidw_65{display:flex;flex-wrap:wrap;gap:1.6vw}._gameCarouselMobile_cjidw_5 ._item_cjidw_40 ._info_cjidw_43 ._content_cjidw_59 ._tags_cjidw_65 ._tagItem_cjidw_70{border:1px solid #ececec;border-radius:2.133333vw;padding:1.066667vw 3.2vw;padding:0 1.6vw;height:4.533333vw;font-size:2.4vw;line-height:4.533333vw;text-align:center;text-wrap:nowrap;word-break:keep-all;color:#707070;background-color:#ececec}._gameCarouselMobile_cjidw_5 ._item_cjidw_40 ._download_cjidw_84{display:flex;flex-direction:row;align-items:center;justify-content:center;-moz-column-gap:1.6vw;column-gap:1.6vw;margin-top:4vw}._gameCarouselMobile_cjidw_5 ._item_cjidw_40 ._download_cjidw_84 img{width:40vw;height:14.666667vw}._gameCarouselMobile_cjidw_5 ._item_cjidw_40 ._banner_cjidw_96{flex:1;overflow:hidden;margin-top:16vw}._gameCarouselMobile_cjidw_5 ._item_cjidw_40 ._banner_cjidw_96 img{width:100%;height:100%;vertical-align:top;-o-object-fit:contain;object-fit:contain}._gameCard_v02bi_5{box-sizing:border-box;border-radius:3.733333vw;padding:3.2vw;width:100%;background-color:#fff}._gameCard_v02bi_5 ._gameLogo_v02bi_12 img{display:block;border-radius:2.133333vw;width:100%;height:auto;cursor:pointer}._gameCard_v02bi_5 ._gameInfo_v02bi_19{display:flex;flex-direction:row;justify-content:space-between;padding:4.8vw 1.866667vw 0;gap:0 2.666667vw}._gameCard_v02bi_5 ._gameInfo_v02bi_19 ._infoLeft_v02bi_26{display:flex;gap:2.666667vw}._gameCard_v02bi_5 ._gameInfo_v02bi_19 ._infoLeft_v02bi_26 ._gameIcon_v02bi_30{border-radius:2.133333vw;width:12vw;height:12vw}._gameCard_v02bi_5 ._gameInfo_v02bi_19 ._infoLeft_v02bi_26 ._gameName_v02bi_35{display:flex;flex-direction:column;justify-content:space-between}._gameCard_v02bi_5 ._gameInfo_v02bi_19 ._infoLeft_v02bi_26 ._gameName_v02bi_35>h2{font-size:4.8vw;font-weight:700;line-height:8vw}._gameCard_v02bi_5 ._gameInfo_v02bi_19 ._infoLeft_v02bi_26 ._gameName_v02bi_35>div{font-size:3.2vw;color:#919191}._gameCard_v02bi_5 ._gameInfo_v02bi_19 ._infoRight_v02bi_49{display:flex;gap:1.066667vw}._gameCard_v02bi_5 ._gameInfo_v02bi_19 ._infoRight_v02bi_49 img{width:8.533333vw;height:8.533333vw}._gameCard_v02bi_5 ._gameInfo_v02bi_19 ._infoRight_v02bi_49 ._playBtn_v02bi_57,._gameCard_v02bi_5 ._gameInfo_v02bi_19 ._infoRight_v02bi_49 ._downLoadBtn_v02bi_58{margin-left:2.133333vw;box-sizing:border-box;border-radius:2.666667vw;width:21.333333vw;height:8.533333vw;font-size:3.733333vw;font-weight:700;line-height:8.533333vw;text-align:center;color:#161616;background-color:#fedd92}._gameCard_v02bi_5 ._gameDesc_v02bi_71{padding-top:4.266667vw;font-size:3.2vw;line-height:5.333333vw;color:#919191}._cardBlockMobile_1jr2q_5{display:flex;flex-direction:column;width:100%}._cardBlockMobile_1jr2q_5 ._header_1jr2q_10{display:flex;flex-direction:column;position:relative;z-index:10}._cardBlockMobile_1jr2q_5 ._header_1jr2q_10 ._title_1jr2q_16{font-size:5.333333vw;font-weight:700;line-height:7.466667vw;color:#212121;order:2}._cardBlockMobile_1jr2q_5 ._header_1jr2q_10 ._subtitle_1jr2q_23{font-family:Kelson Sans;font-size:2.133333vw;font-weight:400;line-height:2.666667vw;vertical-align:sub;color:#2121214d}._milestones_1nk0l_5 ._content_1nk0l_5{display:flex;overflow:hidden;position:relative;margin-top:-65px;height:475px;flex-direction:column}._milestones_1nk0l_5 ._content_1nk0l_5 ._carousel_1nk0l_13 ._nodeCarousel_1nk0l_13{position:relative;height:361px;text-align:center}._milestones_1nk0l_5 ._content_1nk0l_5 ._carousel_1nk0l_13 ._nodeCarousel_1nk0l_13 ._nodeInfo_1nk0l_18{display:flex;position:absolute;left:50%;margin-left:-166px;width:332px;height:361px;transition:all .3s ease-in-out;flex-direction:column;gap:15px}._milestones_1nk0l_5 ._content_1nk0l_5 ._carousel_1nk0l_13 ._nodeCarousel_1nk0l_13 ._nodeInfo_1nk0l_18 ._img_1nk0l_29{display:flex;height:332px;background:url("data:image/svg+xml,%3csvg%20width='364'%20height='234'%20viewBox='0%200%20364%20234'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M182.866%20232.5C182.481%20233.167%20181.519%20233.167%20181.134%20232.5L174.206%20220.5C173.821%20219.833%20174.302%20219%20175.072%20219L188.928%20219C189.698%20219%20190.179%20219.833%20189.794%20220.5L182.866%20232.5Z'%20fill='%23D9D9D9'/%3e%3crect%20x='1'%20y='1'%20width='362'%20height='220'%20rx='13'%20fill='white'%20stroke='%23D9D9D9'%20stroke-width='2'/%3e%3c/svg%3e") no-repeat center bottom/100%;justify-content:center}._milestones_1nk0l_5 ._content_1nk0l_5 ._carousel_1nk0l_13 ._nodeCarousel_1nk0l_13 ._nodeInfo_1nk0l_18 ._img_1nk0l_29 img{width:314px;height:302px}._milestones_1nk0l_5 ._content_1nk0l_5 ._carousel_1nk0l_13 ._nodeCarousel_1nk0l_13 ._nodeInfo_1nk0l_18 span{font-size:18px;text-align:center;color:#474747}._milestones_1nk0l_5 ._content_1nk0l_5 ._timeline_1nk0l_44{display:flex;overflow:hidden;position:absolute;bottom:0;width:100%;height:71px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMoAAAATCAYAAADRVJJPAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAOQSURBVHgB7ZtpThtBEIVrLCEQmwYhViExR+AI8Q2SE0BOEDgBcII4NzAniHICcoPkBh6JRQiEHLF7kSf12t1Wu5nNeLz8qE9q9Yxbmq4f73VX9YwpiqIDbrWoGGrcAhKECQINRsVpus7t82gfLAhjBtrTGiyCP5Fe+D1nkgp333Bdr9fp7u6uL4jV1VXVwP39vWqGUqmkxlZWVsxPJ57nnZIgjAnW7zF3J7h+eHig29tb6nQ6vXFoc21tTV3n0O8P6mr4H268mMkOucOEfqvVoouLC2q3273xxcVF2tzcVA9+enpSwdjjtpmYKrcjM5kgjALWrM/dd24HuI8zwfb2Ns3PzyvjQLMwkmFmZoa2trZobm4Ot9DqKWu2Ys/hJUwccHfOLUh68M7OjuqTzATnYpwJuZV54pAEoWBcrV5fX9PLy0tvfHZ2VpkkSasLCwvKJDATpWjVSwkALoWr9nHvuhQTb2xsKJcCpGlI1+xxYyYdwFcO4DcJQkGwRj9x95MSsh+kUchuYAKYByayUzEs5laqdcbtMCn78Sg7mBPqpmL09vamJktKtWAUmMkEgwCRpmGH0UjdIhQC6xK1tEqPUALc3Nz06W59fZ2Wl5fVvVtvu4s8dcuDStp8mUbRQe1R17kBnIugXl9fe+O+76vAQJyznbqlwkEdkSB8AJ3pYOFGLR2b6ZhMBsbBmJ3pwBwwiZXpfGE9/s2aN5dRdIABdQsmdfQbl2rt7u4qNyPAq6urPjPZJw7MLw5OjpCFgWEdYsGO1aBdb0CDWLAbjUZv3F7QGZijnPegqUSDgZ1F7RqPj499A9jmdEFEzWazL0D8vrS0ZG5D0quBIHwAZCMhLqApozmAhRnaA/jdSvkVz8/PSrsaX7dc5E29AtInC1mplXt+jYCxFeqjt5DkBEwYEluPqJsvLy/7inTUxaY+SUvNaAA95inmg7SgXJOgfjGISYRRMaxZrPcmIeXQpZcRTK+IzzJJ3EseMYkwSgZZxHPoM7WoT3uPsqeD8OM+BxCTCNPAMGYB1s6Dor6cZJZSwuT7ZJnEPqPOmlxMIowTra0ytxCag/bsAt/Wp/OaQgFt669OUNifJ33QG/etF0xSdScxiEmEaWTYncUx0QHr9sweLzmT4W1nNc/D4EQxiTAt5NlZzEFT3M7i6L2qv0R+DwaiYqhF8uctYUJExf636th9+HFUDLVITCJMmGgEZvkPEonlAd6vj6UAAAAASUVORK5CYII=),linear-gradient(to bottom,#c5c5c5 1px,transparent 1px);background-repeat:no-repeat,no-repeat;background-position:center;background-position:left 50% bottom 28px,left 0 bottom 37.5px;background-size:auto auto,100% 1px;transition:all .3s ease-in-out;flex-direction:row;align-items:center}._milestones_1nk0l_5 ._content_1nk0l_5 ._timeline_1nk0l_44 ._arrow_1nk0l_60{display:inline-block;z-index:2;width:30px;height:54px;font-family:Kelson Sans;font-size:40px;background-color:#fff;cursor:pointer}._milestones_1nk0l_5 ._content_1nk0l_5 ._timeline_1nk0l_44 ._arrow_1nk0l_60._prev_1nk0l_70:before,._milestones_1nk0l_5 ._content_1nk0l_5 ._timeline_1nk0l_44 ._arrow_1nk0l_60._next_1nk0l_70:before{display:block;width:100%;height:100%;content:" "}._milestones_1nk0l_5 ._content_1nk0l_5 ._timeline_1nk0l_44 ._arrow_1nk0l_60._prev_1nk0l_70:before{background-image:url("data:image/svg+xml,%3csvg%20width='30'%20height='54'%20viewBox='0%200%2030%2054'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='0.5'%20y='0.5'%20width='29'%20height='53'%20rx='1.5'%20fill='white'%20stroke='%231F1F1F'/%3e%3cpath%20d='M18%2018L12%2027L18%2036'%20stroke='%231F1F1F'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")}._milestones_1nk0l_5 ._content_1nk0l_5 ._timeline_1nk0l_44 ._arrow_1nk0l_60._next_1nk0l_70:before{background-image:url("data:image/svg+xml,%3csvg%20width='30'%20height='54'%20viewBox='0%200%2030%2054'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='0.5'%20y='0.5'%20width='29'%20height='53'%20rx='1.5'%20fill='white'%20stroke='%231F1F1F'/%3e%3cpath%20d='M18%2018L12%2027L18%2036'%20stroke='%231F1F1F'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");transform:rotate(180deg)}._milestones_1nk0l_5 ._content_1nk0l_5 ._timeline_1nk0l_44 ._arrow_1nk0l_60._disabled_1nk0l_83{cursor:no-drop;-webkit-user-select:none;-moz-user-select:none;user-select:none}._milestones_1nk0l_5 ._content_1nk0l_5 ._timeline_1nk0l_44 ._arrow_1nk0l_60._disabled_1nk0l_83:before{opacity:.2}._milestones_1nk0l_5 ._content_1nk0l_5 ._timeline_1nk0l_44 ._info_1nk0l_90{display:flex;overflow:hidden;padding-right:188px;padding-left:376px;transition:all .3s ease-in-out;flex:1;flex-direction:row;align-items:center}._milestones_1nk0l_5 ._content_1nk0l_5 ._timeline_1nk0l_44 ._info_1nk0l_90 ._node_1nk0l_13{display:flex;width:188px;min-width:188px;justify-content:center;align-items:end}._milestones_1nk0l_5 ._content_1nk0l_5 ._timeline_1nk0l_44 ._info_1nk0l_90 ._node_1nk0l_13._more_1nk0l_107{height:100%;min-height:62px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFQAAABKCAYAAAAlt3MqAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAfpSURBVHgB7Z1bchM5FIblEO43U0BxKahyeOCVYQWT7IBZwcAKZgkUK5hiBQwrGHYwYQXDvPJAnOJaXM0994y+nv5dsizbao86DrH+KsXtbknd+nV0ztFRW2mYitje3m7Zjxs2XbNp3qZmmfYCOja1y/TQpgeNRqNdpYJGbEZL5E378av5j8RpwiOb7lpi/4jJPJJQS+S8/bhnU8tMN9o23RlF7MygC5bIpk2/28O/TCYTtGy6BydwMyhTUEJLPfmnTT+ZjBDaNi2E9GsfoSWZWSpHo20CpPYQWory3yaTGQsMFqR2dMLXobdNJrMKUIm33RNdCS3donsmYxwgpYscuIQumSyd46JtCZ3jYJY/pXS2TAV8+/bNfP361Xz58sWsr6+bvYBDhw6ZAwcOmNOnT5v9+/dXKdqCQ3zUQkLtFwxRlIu0tbVl3r17Zz58+GD2MprNpjlz5oyZmZmJLbJoCV1olG7SUkwJyHz69KlZXV0104CDBw+ay5cvVyF1jpw3YnMjmdNCJqCtb9++rVLkBoT+HJMTPbnXh3kInU6nsBeRuAahrZicSOe0AuMbifloQtfW1sy0Ak8mEk0IjQoOr6ysmGlFBbewGW2+MuKQCU2MTGhiZEITIxOaGLMmIU6cOFEk8OLFi2Kq6uPixYvFVO7Tp09FCpUnMLG5uVm4asxUNjY2evJdunQpeH/y+fkJeDAnH4ZXr1713WNcJCUUIo4cOVIcnzx5sm9mBVnHjh0rjr9//95zjQgPya0LMijz/PnzHuda9wiB+t14A503LH9qJCXUxdGjR/sIFZk+aLDIpMznz58LIpAsSL1w4YJ58uRJn8T7kqX8Z8+eNc+ePevJS1lGTQippBPURigkQYpIQOIGEQr5gBnJmzdvuuch5cqVK0U9RH58qWaO7ZLx/v37QqWEYpmokApz8rFRi1ESiadOneqeO3z4cPEZahRkAZ8w6tEMrWLAd2KoRUI/fvxY6FD0n4IqBGwBpA3SaUhRFTC81XlIMUNd9/Cxb9++rsF0wagIGc9xUQuhPCCSyBBHMhmWND71cgnDO3TvUAwTws+fP993PqSb/w9q06EYFwh19SZuUoXo90igDiCDzqJevmN4QkaGfKGoUUoyQW2EMux4WIY+QxnJpEGhYScwLKtA5MnlYoFtEEE8A15B3ah1poSUIjkYlJBeEyRRs7P9/StjNEySuA8dxr1cQzgJ1EqoO8RYShiVDzIkwTIyInRYPFYrsaoj1DE7hVrvzGyFYSn9NggQihHD+mM4fOMBWaOcb/Sz1tNx8P3hzfmrV68Gy2KYUjn3tQdHIMufs4cA8Qxdd2hzjKMfu54lEpFy+b07Ddblt2MyPn782OwUNMx30xspg6Tbx+SUzRD8yK/25HhoYmRCEyMTmhjJCUV5475gaV1FPjc31+N0Y3jwMxVpEnCdKBeaUVGHprLM4+WnaqakpOktdVPG9Uv1XHUFnZMZJR5U/qMbeefhcXu0rCELzrHm+jj9ihQJrj+qGABlOUdZd5rqz46IdnEd0pWPchCr+3M/6hkWeB4HyQhlaklA+Ny5c92QGMRyTgFk12HHmcbHJKyHUy9fkwbTOdShZQyOkTbIJy/nyQMhcsipTxMDIOll+YQ8klp1qrzFXRsccV0dpIJGQBIPDhEQjuRAMoQo+kOKiUAhpZAFGeTnHtQp0o8fP96jPjjPdfLh5Gt6C+lEp9yySO6uXKSDLDWAJP0GIBBSmBbSEIYjjVME39dpbuiPOjSxcKXSha8y6ExUAZ3Avf1Oc9UEM6yY2VwMkhGKdDAMeTCklcR3GkJYDXLJgzRAKNelz1ALNHCQpIbeS/Wj+/6QV2dyH3/BDvBs5IfMqisFw5CMUEiCTKRK8U+ANL18+bLHyhMo4bxrybnGOXe5GCmn0agKX9f5sVPKq4NkkBSUoR7fa1BQGp2PUazwyuJQJJ96aplDwQmI4DtDm0b5K5UukGSXqJAlV310Gvll8OhI5ZfEqRNkzekcEcc5COVZUkpocj80JA1ABsAn09WzvCmiN0pIbsgP4iBFqgVAoHTv0tKSef36dTf/8vJyl1D9/AcC6QyGuQLe7nEKJCeU3hYhNECBYiSMBkKG/4aIrDME8V3J1anoQQiHGIXp8B+5H50lyy/4KoLnoazIS7m25SJprTRUBgbStMzLd6QNqZGxApDGeRFEY93AMARRXutG1Cc/FCL5yQsSKq9Bln6Qb0kH4GUw2UBF1PGLluQ6VMsRGl6SDOkuSJV00EDyUAZLrvf45chzTRIl70FGC0OHjyvXS76lFgcBdfr6kbdLqJs8vPKTGrsywLwbERtgztGmxMiEJkYmNDEgtBOTcZJr3ZOGH7Mdgk40oURzphUVCG1D6MOYnJriTSPcicgILEPoo5ic+HuTfm9oEnCDLhFYhNAHsbnpqQri/8ODtlaQTvBAW2Sw8dV8TIlp2SJD0+cKc/5HjUbjukz3fRNJqIIdrAVBLNPFvfJLZf2wAnsxxqroXf7kbYbSoLvNkCvPt0zGuLijgy6h5c5Yd01GVfRs1hraTBADlbe5jEPbpusDNxMsL/xSZswYjrbxdmYEfT5BuR/mgsmkDoO2uWz7F4JOVpnxusk6NQQ4WRi0e3jMptY3Td5XFLRtuqVtLQeh6rbrv5npM1iLNt1Ptu26D+cfA7DFW6tMe+kfA5AWbfrHjPGPAf4FF8qTWc0ibhoAAAAASUVORK5CYII=) no-repeat center center}._milestones_1nk0l_5 ._content_1nk0l_5 ._timeline_1nk0l_44 ._info_1nk0l_90 ._node_1nk0l_13 ._label_1nk0l_112{padding:8px;background-color:#fff}._milestones_1nk0l_5 ._content_1nk0l_5 ._timeline_1nk0l_44 ._info_1nk0l_90 ._node_1nk0l_13 ._img_1nk0l_29{border:2px solid #fff;border-radius:14px;padding:2px;height:auto;background-color:#fff;cursor:pointer}._milestones_1nk0l_5 ._content_1nk0l_5 ._timeline_1nk0l_44 ._info_1nk0l_90 ._node_1nk0l_13._active_1nk0l_124 ._img_1nk0l_29{border-color:#cc2424!important}._milestones_1nk0l_5 ._content_1nk0l_5 ._timeline_1nk0l_44:before,._milestones_1nk0l_5 ._content_1nk0l_5 ._timeline_1nk0l_44:after{position:absolute;bottom:0;width:20px;height:74px;content:" "}._milestones_1nk0l_5 ._content_1nk0l_5 ._timeline_1nk0l_44:before{left:30px;background-image:linear-gradient(to right,#fff 0,#fff calc(100% - 80px),#0000)}._milestones_1nk0l_5 ._content_1nk0l_5 ._timeline_1nk0l_44:after{right:30px;background-image:linear-gradient(to left,#fff 0,#fff calc(100% - 80px),#0000)}._honor_72y38_5{display:flex;flex-direction:column;gap:30px}._honor_72y38_5 ._main_72y38_10{display:flex;flex-direction:row;overflow:hidden;gap:66px;height:648px;align-items:stretch}._honor_72y38_5 ._main_72y38_10 ._anchor_72y38_18{height:648px}._honor_72y38_5 ._main_72y38_10 ._anchor_72y38_18 .ant-anchor{height:100%}._honor_72y38_5 ._main_72y38_10 ._anchor_72y38_18 .ant-anchor:before{inset-inline-start:initial;inset-inline-end:0;right:0;border-color:#e7e7e7}._honor_72y38_5 ._main_72y38_10 ._anchor_72y38_18 .ant-anchor .ant-anchor-ink.ant-anchor-ink-visible{display:flex;right:5px;background-color:transparent!important;inset-inline-start:initial;inset-inline-end:5px;align-items:center;justify-content:center}._honor_72y38_5 ._main_72y38_10 ._anchor_72y38_18 .ant-anchor .ant-anchor-ink.ant-anchor-ink-visible:before{display:block;overflow:hidden;border-top:5px solid transparent;border-right:5px solid #cc2424;border-bottom:5px solid transparent;width:10px;height:5px;content:" "}._honor_72y38_5 ._main_72y38_10 ._anchor_72y38_18 .ant-anchor .ant-anchor-link{padding:0;width:113px;height:54px;line-height:54px;text-align:center}._honor_72y38_5 ._main_72y38_10 ._anchor_72y38_18 .ant-anchor .ant-anchor-link a{font-family:Kelson Sans;font-size:26px;color:#d9d9d9}._honor_72y38_5 ._main_72y38_10 ._anchor_72y38_18 .ant-anchor .ant-anchor-link-active{border:none!important}._honor_72y38_5 ._main_72y38_10 ._anchor_72y38_18 .ant-anchor .ant-anchor-link-active a{font-size:38px;font-weight:700;color:#cc2424}._honor_72y38_5 ._main_72y38_10 ._anchorMain_72y38_69{display:flex;overflow:auto;padding-bottom:564px;flex:1;flex-direction:column}._honor_72y38_5 ._main_72y38_10 ._anchorMain_72y38_69 ._item_72y38_76{display:flex;flex-direction:column}._honor_72y38_5 ._main_72y38_10 ._anchorMain_72y38_69 ._item_72y38_76 ._subItem_72y38_80{display:flex;border-bottom:1px dashed #e7e7e7;padding:12px 0 8px;width:100%;flex-direction:row;gap:54px}._honor_72y38_5 ._main_72y38_10 ._anchorMain_72y38_69 ._item_72y38_76 ._subItem_72y38_80 ._label_72y38_88{padding-top:2px;width:66px;font-family:Kelson Sans;font-size:19px;font-weight:500}._honor_72y38_5 ._main_72y38_10 ._anchorMain_72y38_69 ._item_72y38_76 ._subItem_72y38_80 ._desc_72y38_95{margin-top:5px;font-size:14px;color:#474747}._profile_101n8_5{display:flex;flex-direction:column;gap:60px}._profile_101n8_5 ._content_101n8_10{display:flex;flex-direction:row;gap:54px}._profile_101n8_5 ._content_101n8_10 ._logo_101n8_15 img{width:100%;height:auto}._profile_101n8_5 ._content_101n8_10 ._info_101n8_19{display:flex;flex-direction:column;gap:20px}._profile_101n8_5 ._content_101n8_10 ._info_101n8_19 ._aboutUsHeader_101n8_24{display:block;font-weight:700}._profile_101n8_5 ._content_101n8_10 ._info_101n8_19 ._aboutUsHeader_101n8_24>span{display:block;font-weight:700}._profile_101n8_5 ._content_101n8_10 ._info_101n8_19 ._aboutUsHeader_101n8_24>span:first-child{padding-left:8px;font-family:Kelson Sans;font-size:43px;color:#7c7c7c05}._profile_101n8_5 ._content_101n8_10 ._info_101n8_19 ._aboutUsHeader_101n8_24>span:not(._profile_101n8_5 ._content_101n8_10 ._info_101n8_19 ._aboutUsHeader_101n8_24>span:first-child){margin-top:-40px;font-size:30px;color:#212121}._profile_101n8_5 ._content_101n8_10 ._info_101n8_19 ._ul_101n8_43{display:flex;width:531px;font-size:14px;line-height:20px;color:#1f1f1f;flex-direction:column;gap:25px}._profile_101n8_5 ._content_101n8_10 ._info_101n8_19 ._stats_101n8_52{display:flex;gap:83px}._profile_101n8_5 ._content_101n8_10 ._info_101n8_19 ._stats_101n8_52 ._statsItem_101n8_56{display:flex;flex-direction:column;align-items:center;gap:5px}._profile_101n8_5 ._content_101n8_10 ._info_101n8_19 ._stats_101n8_52 ._statsItem_101n8_56>span:first-child{font-family:Kelson Sans;font-size:40px;color:#cc2424}._profile_101n8_5 ._content_101n8_10 ._info_101n8_19 ._stats_101n8_52 ._statsItem_101n8_56>span:not(._profile_101n8_5 ._content_101n8_10 ._info_101n8_19 ._stats_101n8_52 ._statsItem_101n8_56>span:first-child){font-size:14px;color:#403f3f}._profile_101n8_5 ._mission_101n8_71{display:grid;margin-top:50px;border:2px solid #ececec;border-radius:12px;padding:0 28px;font-size:20px;font-weight:700;grid-template:"mission mission-content" "value value-content";grid-template-columns:229px 1fr}._profile_101n8_5 ._mission_101n8_71>div{padding:18px 14px 16px}._profile_101n8_5 ._mission_101n8_71>div:nth-child(1),._profile_101n8_5 ._mission_101n8_71>div:nth-child(2){border-bottom:1px solid #e0e0e0}._profile_101n8_5 ._mission_101n8_71>div:nth-child(odd){color:#cc2424}._profile_101n8_5 ._mission_101n8_71>div._valueContent_101n8_91{display:flex;gap:67px}._profile_101n8_5 ._mission_101n8_71>div._valueContent_101n8_91 dl{margin:0;padding:0;flex:1}._profile_101n8_5 ._mission_101n8_71>div._valueContent_101n8_91 dl dt{font-size:17px;line-height:24px}._profile_101n8_5 ._mission_101n8_71>div._valueContent_101n8_91 dl dd{margin:0;padding:0;font-size:12px;font-weight:400;line-height:17px;color:#656565}._aboutUs_j0uyl_5 ._banner_j0uyl_5{width:100%;height:300px;color:#fff;background:url(/v26.7.404/assets/banner-B0d15N_p.png) no-repeat center center/cover}._aboutUs_j0uyl_5 ._banner_j0uyl_5 *{display:none}._aboutUs_j0uyl_5 ._content_j0uyl_14{display:flex;margin:0 auto 45px;padding:76px 0 0;width:1000px;flex-direction:column;align-items:center;justify-content:center;gap:60px}._mobileHonor_1ky6b_5{display:flex;flex-direction:column;gap:4vw}._mobileHonor_1ky6b_5 ._main_1ky6b_10{display:flex;overflow:auto;border:1px solid #ececec;border-radius:3.2vw;padding:5.333333vw;height:160vw;flex-direction:column;gap:5.333333vw}._mobileHonor_1ky6b_5 ._main_1ky6b_10 ._item_1ky6b_20{display:flex;flex-direction:column}._mobileHonor_1ky6b_5 ._main_1ky6b_10 ._item_1ky6b_20 ._header_1ky6b_24{font-family:Kelson Sans;font-size:5.066667vw;color:#cc2424}._mobileHonor_1ky6b_5 ._main_1ky6b_10 ._item_1ky6b_20 ._subItem_1ky6b_29{display:flex;border-bottom:1px dashed #e7e7e7;padding:3.2vw 0 2.133333vw;width:100%;line-height:3.733333vw;flex-direction:column}._mobileHonor_1ky6b_5 ._main_1ky6b_10 ._item_1ky6b_20 ._subItem_1ky6b_29 ._label_1ky6b_37{padding-top:0;font-family:Kelson Sans;font-size:3.2vw;font-weight:500}._mobileHonor_1ky6b_5 ._main_1ky6b_10 ._item_1ky6b_20 ._subItem_1ky6b_29 ._desc_1ky6b_43{margin-top:0;font-size:2.666667vw;color:#474747}._mobileMilestones_k2f1t_5{overflow:hidden}._mobileMilestones_k2f1t_5 ._swiper_k2f1t_8{position:relative}._mobileMilestones_k2f1t_5 ._swiper_k2f1t_8 ._nodeSwiper_k2f1t_11{display:flex;text-align:center;flex-direction:column;align-items:center}._mobileMilestones_k2f1t_5 ._swiper_k2f1t_8 ._nodeSwiper_k2f1t_11 ._nodeInfo_k2f1t_17{display:flex;flex-direction:column;gap:4vw;transition:all .3s ease-in-out}._mobileMilestones_k2f1t_5 ._swiper_k2f1t_8 ._nodeSwiper_k2f1t_11 ._nodeInfo_k2f1t_17 ._img_k2f1t_23{display:flex;margin:auto;width:68vw;height:65.333333vw;background:url("data:image/svg+xml,%3csvg%20width='364'%20height='234'%20viewBox='0%200%20364%20234'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M182.866%20232.5C182.481%20233.167%20181.519%20233.167%20181.134%20232.5L174.206%20220.5C173.821%20219.833%20174.302%20219%20175.072%20219L188.928%20219C189.698%20219%20190.179%20219.833%20189.794%20220.5L182.866%20232.5Z'%20fill='%23D9D9D9'/%3e%3crect%20x='1'%20y='1'%20width='362'%20height='220'%20rx='13'%20fill='white'%20stroke='%23D9D9D9'%20stroke-width='2'/%3e%3c/svg%3e") no-repeat center bottom/100%;justify-content:center}._mobileMilestones_k2f1t_5 ._swiper_k2f1t_8 ._nodeSwiper_k2f1t_11 ._nodeInfo_k2f1t_17 ._img_k2f1t_23 img{width:calc(100% - 5.333333vw);height:calc(100% - 5.333333vw)}._mobileMilestones_k2f1t_5 ._swiper_k2f1t_8 ._nodeSwiper_k2f1t_11 ._nodeInfo_k2f1t_17 span{font-size:4.266667vw;text-align:center;color:#474747}._mobileMilestones_k2f1t_5 ._swiper_k2f1t_8 ._arrow_k2f1t_40{display:inline-block;position:absolute;z-index:2;width:8vw;height:14.4vw;font-family:Kelson Sans;font-size:10.666667vw;cursor:pointer}._mobileMilestones_k2f1t_5 ._swiper_k2f1t_8 ._arrow_k2f1t_40._prev_k2f1t_50:before,._mobileMilestones_k2f1t_5 ._swiper_k2f1t_8 ._arrow_k2f1t_40._next_k2f1t_50:before{display:block;width:100%;height:100%;content:" "}._mobileMilestones_k2f1t_5 ._swiper_k2f1t_8 ._arrow_k2f1t_40._prev_k2f1t_50{top:50%;left:0;margin-top:-7.2vw}._mobileMilestones_k2f1t_5 ._swiper_k2f1t_8 ._arrow_k2f1t_40._prev_k2f1t_50:before{background-image:url("data:image/svg+xml,%3csvg%20width='30'%20height='54'%20viewBox='0%200%2030%2054'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='0.5'%20y='0.5'%20width='29'%20height='53'%20rx='1.5'%20fill='white'%20stroke='%231F1F1F'/%3e%3cpath%20d='M18%2018L12%2027L18%2036'%20stroke='%231F1F1F'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:center}._mobileMilestones_k2f1t_5 ._swiper_k2f1t_8 ._arrow_k2f1t_40._next_k2f1t_50{top:50%;right:0;margin-top:-7.2vw}._mobileMilestones_k2f1t_5 ._swiper_k2f1t_8 ._arrow_k2f1t_40._next_k2f1t_50:before{background-image:url("data:image/svg+xml,%3csvg%20width='30'%20height='54'%20viewBox='0%200%2030%2054'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='0.5'%20y='0.5'%20width='29'%20height='53'%20rx='1.5'%20fill='white'%20stroke='%231F1F1F'/%3e%3cpath%20d='M18%2018L12%2027L18%2036'%20stroke='%231F1F1F'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:center;transform:rotate(180deg)}._mobileMilestones_k2f1t_5 ._swiper_k2f1t_8 ._arrow_k2f1t_40._disabled_k2f1t_77{cursor:no-drop;-webkit-user-select:none;-moz-user-select:none;user-select:none}._mobileMilestones_k2f1t_5 ._swiper_k2f1t_8 ._arrow_k2f1t_40._disabled_k2f1t_77:before{opacity:.2}._mobileMilestones_k2f1t_5 ._timeline_k2f1t_84{display:flex;overflow:hidden;height:18.933333vw;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMoAAAATCAYAAADRVJJPAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAOQSURBVHgB7ZtpThtBEIVrLCEQmwYhViExR+AI8Q2SE0BOEDgBcII4NzAniHICcoPkBh6JRQiEHLF7kSf12t1Wu5nNeLz8qE9q9Yxbmq4f73VX9YwpiqIDbrWoGGrcAhKECQINRsVpus7t82gfLAhjBtrTGiyCP5Fe+D1nkgp333Bdr9fp7u6uL4jV1VXVwP39vWqGUqmkxlZWVsxPJ57nnZIgjAnW7zF3J7h+eHig29tb6nQ6vXFoc21tTV3n0O8P6mr4H268mMkOucOEfqvVoouLC2q3273xxcVF2tzcVA9+enpSwdjjtpmYKrcjM5kgjALWrM/dd24HuI8zwfb2Ns3PzyvjQLMwkmFmZoa2trZobm4Ot9DqKWu2Ys/hJUwccHfOLUh68M7OjuqTzATnYpwJuZV54pAEoWBcrV5fX9PLy0tvfHZ2VpkkSasLCwvKJDATpWjVSwkALoWr9nHvuhQTb2xsKJcCpGlI1+xxYyYdwFcO4DcJQkGwRj9x95MSsh+kUchuYAKYByayUzEs5laqdcbtMCn78Sg7mBPqpmL09vamJktKtWAUmMkEgwCRpmGH0UjdIhQC6xK1tEqPUALc3Nz06W59fZ2Wl5fVvVtvu4s8dcuDStp8mUbRQe1R17kBnIugXl9fe+O+76vAQJyznbqlwkEdkSB8AJ3pYOFGLR2b6ZhMBsbBmJ3pwBwwiZXpfGE9/s2aN5dRdIABdQsmdfQbl2rt7u4qNyPAq6urPjPZJw7MLw5OjpCFgWEdYsGO1aBdb0CDWLAbjUZv3F7QGZijnPegqUSDgZ1F7RqPj499A9jmdEFEzWazL0D8vrS0ZG5D0quBIHwAZCMhLqApozmAhRnaA/jdSvkVz8/PSrsaX7dc5E29AtInC1mplXt+jYCxFeqjt5DkBEwYEluPqJsvLy/7inTUxaY+SUvNaAA95inmg7SgXJOgfjGISYRRMaxZrPcmIeXQpZcRTK+IzzJJ3EseMYkwSgZZxHPoM7WoT3uPsqeD8OM+BxCTCNPAMGYB1s6Dor6cZJZSwuT7ZJnEPqPOmlxMIowTra0ytxCag/bsAt/Wp/OaQgFt669OUNifJ33QG/etF0xSdScxiEmEaWTYncUx0QHr9sweLzmT4W1nNc/D4EQxiTAt5NlZzEFT3M7i6L2qv0R+DwaiYqhF8uctYUJExf636th9+HFUDLVITCJMmGgEZvkPEonlAd6vj6UAAAAASUVORK5CYII=),linear-gradient(to bottom,#c5c5c5 1px,transparent 1px);background-repeat:no-repeat,no-repeat;background-position:center;background-position:left 50% bottom 50%,left 0 bottom 50%;background-size:auto auto,100% 1px;transition:all .3s ease-in-out;flex-direction:row;align-items:center;justify-content:space-between}._mobileMilestones_k2f1t_5 ._timeline_k2f1t_84 ._dotted_k2f1t_98{width:5.333333vw;background-color:#fff}._mobileMilestones_k2f1t_5 ._timeline_k2f1t_84 ._timelineMain_k2f1t_102{display:flex;width:calc(100% - 10.666667vw);height:100%;flex:1;flex-direction:row}._mobileMilestones_k2f1t_5 ._timeline_k2f1t_84 ._timelineMain_k2f1t_102 ._node_k2f1t_11{display:flex;position:relative;z-index:111;min-width:100%;align-items:center;justify-content:center}._mobileMilestones_k2f1t_5 ._timeline_k2f1t_84 ._timelineMain_k2f1t_102 ._node_k2f1t_11 ._img_k2f1t_23{border:.533333vw solid #fff;border-radius:3.733333vw;padding:.533333vw;height:auto;background-color:#fff;cursor:pointer}._mobileMilestones_k2f1t_5 ._timeline_k2f1t_84 ._timelineMain_k2f1t_102 ._node_k2f1t_11._active_k2f1t_125 ._img_k2f1t_23{border-color:#cc2424!important}._mobileMilestones_k2f1t_5 ._timeline_k2f1t_84 ._timelineMain_k2f1t_102 ._node_k2f1t_11 ._label_k2f1t_128{z-index:2;font-family:Kelson Sans;font-size:10.666667vw;background-color:#fff}._mobileMilestones_k2f1t_5 ._timeline_k2f1t_84 ._timelineMain_k2f1t_102 ._node_k2f1t_11 img{border-color:#fff}._mobileProfile_167su_5{display:flex;flex-direction:column;gap:4vw;width:100%}._mobileProfile_167su_5 ._content_167su_11{display:flex;flex-direction:column;gap:14.4vw;align-items:center;justify-content:center}._mobileProfile_167su_5 ._content_167su_11 ._logo_167su_18{text-align:center}._mobileProfile_167su_5 ._content_167su_11 ._logo_167su_18 img{width:70%;height:auto}._mobileProfile_167su_5 ._content_167su_11 ._info_167su_25{display:flex;width:100%;flex-direction:column;gap:4vw}._mobileProfile_167su_5 ._content_167su_11 ._info_167su_25 ._aboutUsHeader_167su_31{display:block;font-weight:700}._mobileProfile_167su_5 ._content_167su_11 ._info_167su_25 ._aboutUsHeader_167su_31>span{display:block;font-weight:700}._mobileProfile_167su_5 ._content_167su_11 ._info_167su_25 ._aboutUsHeader_167su_31>span:first-child{padding-left:.8vw;font-family:Kelson Sans;font-size:5.6vw;color:#7c7c7c05}._mobileProfile_167su_5 ._content_167su_11 ._info_167su_25 ._aboutUsHeader_167su_31>span:not(._mobileProfile_167su_5 ._content_167su_11 ._info_167su_25 ._aboutUsHeader_167su_31>span:first-child){margin-top:-5.333333vw;font-size:4vw;color:#212121}._mobileProfile_167su_5 ._content_167su_11 ._info_167su_25 ._ul_167su_50{display:flex;font-size:2.666667vw;line-height:4vw;color:#1f1f1f;flex-direction:column;gap:4vw}._mobileProfile_167su_5 ._content_167su_11 ._info_167su_25 ._stats_167su_58{display:flex;justify-content:center}._mobileProfile_167su_5 ._content_167su_11 ._info_167su_25 ._stats_167su_58 ._statsItem_167su_62{display:flex;flex-direction:column;align-items:center;gap:1.333333vw;width:33%;text-align:center}._mobileProfile_167su_5 ._content_167su_11 ._info_167su_25 ._stats_167su_58 ._statsItem_167su_62>span:first-child{font-family:Kelson Sans;font-size:6.666667vw;color:#cc2424}._mobileProfile_167su_5 ._content_167su_11 ._info_167su_25 ._stats_167su_58 ._statsItem_167su_62>span:not(._mobileProfile_167su_5 ._content_167su_11 ._info_167su_25 ._stats_167su_58 ._statsItem_167su_62>span:first-child){font-size:3.2vw;color:#403f3f}._mobileProfile_167su_5 ._mission_167su_79{display:grid;margin-top:8vw;border:.533333vw solid #ececec;border-radius:3.2vw;padding:0;font-size:3.733333vw;font-weight:700;grid-template:"mission" "mission-content" "value" "value-content"}._mobileProfile_167su_5 ._mission_167su_79>div{margin:0 3.733333vw;padding-top:4.8vw;font-size:3.2vw}._mobileProfile_167su_5 ._mission_167su_79>div:nth-child(2){border-bottom:1px solid #e0e0e0;padding:.8vw 0 3.733333vw}._mobileProfile_167su_5 ._mission_167su_79>div:nth-child(odd){color:#cc2424}._mobileProfile_167su_5 ._mission_167su_79>div._valueContent_167su_101{display:flex;flex-direction:column;gap:4.8vw;padding:4vw 0 5.333333vw}._mobileProfile_167su_5 ._mission_167su_79>div._valueContent_167su_101 dl{margin:0;padding:0;flex:1}._mobileProfile_167su_5 ._mission_167su_79>div._valueContent_167su_101 dl dt{font-size:2.933333vw;line-height:4vw}._mobileProfile_167su_5 ._mission_167su_79>div._valueContent_167su_101 dl dd{margin:0;padding:0;font-size:2.666667vw;font-weight:400;line-height:4vw;color:#656565}._aboutUsH5_ucoxo_5 ._banner_ucoxo_5{width:100%;height:32vw;color:#fff;background:url(/v26.7.404/assets/banner-B0d15N_p.png) no-repeat center center/cover}._aboutUsH5_ucoxo_5 ._banner_ucoxo_5 *{display:none}._aboutUsH5_ucoxo_5 ._content_ucoxo_14{display:flex;margin:0 auto 12vw;padding:8.533333vw 0 8vw;width:calc(100vw - 13.333333vw);flex-direction:column;gap:8vw;align-items:center;justify-content:center}._join_1ni9o_5{padding:50px 0 112px;background-color:#f9f9f9;flex:1}._join_1ni9o_5 ._card_1ni9o_10{margin:auto;width:1000px;min-height:439px}._join_1ni9o_5 ._card_1ni9o_10 ._main_1ni9o_15{display:flex;margin-top:30px;height:347px;background:url(/v26.7.404/assets/back-CXfFLFW2.png) no-repeat top left/contain;flex-direction:column;align-items:end;justify-content:end;gap:16px}._join_1ni9o_5 ._card_1ni9o_10 ._main_1ni9o_15 ._node_1ni9o_25{width:333px;height:132px}._joinMobile_dtbha_5{padding:13.333333vw 0;background-color:#f9f9f9;flex:1}._joinMobile_dtbha_5 ._card_dtbha_10{margin:auto;width:calc(100vw - 13.333333vw)}._joinMobile_dtbha_5 ._card_dtbha_10 ._main_dtbha_14{display:flex;margin-top:8vw;padding-top:65%;height:auto;background:url(/v26.7.404/assets/back-CXfFLFW2.png) no-repeat top left/contain;align-items:center;flex-direction:column;gap:4.266667vw}._joinMobile_dtbha_5 ._card_dtbha_10 ._main_dtbha_14 ._node_dtbha_24{width:100%;height:auto}._contact_j33es_5{padding:50px 0 112px;background-color:#fafafb;flex:1}._contact_j33es_5 ._card_j33es_10{margin:auto;width:1000px;min-height:439px;gap:30px}._contact_j33es_5 ._card_j33es_10 ._main_j33es_16{display:flex;flex-direction:row;gap:60px}._contact_j33es_5 ._card_j33es_10 ._main_j33es_16 ._address_j33es_21{width:471px}._contact_j33es_5 ._card_j33es_10 ._main_j33es_16 ._address_j33es_21 img{width:100%;height:auto}._contact_j33es_5 ._card_j33es_10 ._main_j33es_16 ._info_j33es_28{display:flex;flex-direction:column}._contact_j33es_5 ._card_j33es_10 ._main_j33es_16 ._info_j33es_28 ._ul_j33es_32{display:grid;border-bottom:1px solid #e7e7e7;padding-bottom:40px;font-size:12px;color:#000c;color:#5d5d5d;gap:12px 30px;grid-template-columns:auto 1fr}._contact_j33es_5 ._card_j33es_10 ._main_j33es_16 ._info_j33es_28 ._links_j33es_42{margin-top:40px;font-size:12px}._contact_j33es_5 ._card_j33es_10 ._main_j33es_16 ._info_j33es_28 ._links_j33es_42 ._header_j33es_46{font-size:12px;color:#5d5d5d}._contact_j33es_5 ._card_j33es_10 ._main_j33es_16 ._info_j33es_28 ._links_j33es_42 ._linkList_j33es_50{display:flex;margin-top:20px;gap:10px}._contact_j33es_5 ._card_j33es_10 ._main_j33es_16 ._info_j33es_28 ._links_j33es_42 ._linkList_j33es_50 img{width:70px;height:70px;cursor:pointer}._contactMobile_lgom7_5{padding:13.333333vw 0 29.866667vw;background-color:#fafafb;flex:1}._contactMobile_lgom7_5 ._card_lgom7_10{margin:auto;width:calc(100vw - 13.333333vw);min-height:117.066667vw;gap:8vw}._contactMobile_lgom7_5 ._card_lgom7_10 ._main_lgom7_16{display:flex;flex-direction:column;gap:12.8vw}._contactMobile_lgom7_5 ._card_lgom7_10 ._main_lgom7_16 ._address_lgom7_21{width:100%}._contactMobile_lgom7_5 ._card_lgom7_10 ._main_lgom7_16 ._address_lgom7_21 img{width:100%;height:auto}._contactMobile_lgom7_5 ._card_lgom7_10 ._main_lgom7_16 ._info_lgom7_28{display:flex;flex-direction:column}._contactMobile_lgom7_5 ._card_lgom7_10 ._main_lgom7_16 ._info_lgom7_28 ._ul_lgom7_32{display:grid;border-bottom:1px solid #e7e7e7;padding-bottom:10.666667vw;font-size:3.2vw;color:#000c;color:#5d5d5d;gap:3.2vw 8vw;grid-template-columns:auto 1fr}._contactMobile_lgom7_5 ._card_lgom7_10 ._main_lgom7_16 ._info_lgom7_28 ._links_lgom7_42{margin-top:10.666667vw;font-size:3.2vw}._contactMobile_lgom7_5 ._card_lgom7_10 ._main_lgom7_16 ._info_lgom7_28 ._links_lgom7_42 ._header_lgom7_46{font-size:3.2vw;color:#5d5d5d}._contactMobile_lgom7_5 ._card_lgom7_10 ._main_lgom7_16 ._info_lgom7_28 ._links_lgom7_42 ._linkList_lgom7_50{display:flex;margin-top:5.333333vw;flex-flow:row wrap;gap:2.666667vw}._contactMobile_lgom7_5 ._card_lgom7_10 ._main_lgom7_16 ._info_lgom7_28 ._links_lgom7_42 ._linkList_lgom7_50 img{width:18.666667vw;height:18.666667vw;cursor:pointer}._bindModal_rndr6_5 .ant-modal-content{padding:50px 36px 36px}._bindModal_rndr6_5 .ant-input-lg{padding:10px 11px;font-size:16px}._bindModal_rndr6_5 .ant-input-affix-wrapper-lg{box-sizing:border-box;padding:5px 11px;height:46px}._bindModal_rndr6_5 .ant-input-affix-wrapper-lg .ant-input-lg{padding:0!important;height:auto;font-size:16px!important}._bindModal_rndr6_5 .ant-checkbox-inner{border-radius:50%}._bindModal_rndr6_5 .ant-checkbox-wrapper .ant-checkbox{margin-bottom:auto}._bindModal_rndr6_5 ._getCodeButton_rndr6_28{display:flex;border-radius:6px;width:110px;height:34px;font-size:14px;font-weight:700;color:#fff;background:#3d3d3d;cursor:pointer;align-items:center;justify-content:center}._bindModal_rndr6_5 ._getCodeButton_rndr6_28._disabled_rndr6_41{color:#00000040;background:#0000000a;cursor:not-allowed;pointer-events:none}._bindModal_rndr6_5 ._checkList_rndr6_47{display:flex;flex-direction:column;row-gap:8px;padding-bottom:16px}._bindModal_rndr6_5 ._waitCodeButton_rndr6_53{display:flex;border-radius:6px;width:110px;height:34px;font-size:14px;font-weight:700;color:#c8c8c8;background:#f8f8f8;align-items:center;justify-content:center}._bindModal_rndr6_5 ._modalContent_rndr6_65 ._modalHeader_rndr6_65{display:flex;justify-content:center;padding-bottom:16px}._bindModal_rndr6_5 ._modalContent_rndr6_65 ._modalHeader_rndr6_65>img{width:202px;height:44px}._bindModal_rndr6_5 ._modalContent_rndr6_65 ._modalTitle_rndr6_74{padding-bottom:20px;font-size:18px;font-weight:700;text-align:center;color:#3d3d3d}._agreeModal_rndr6_82 ._modalContent_rndr6_65{padding:16px 12px}._agreeModal_rndr6_82 ._modalContent_rndr6_65 ._modalHeader_rndr6_65{margin-bottom:18px;font-size:18px;font-weight:700}._agreeModal_rndr6_82 ._modalContent_rndr6_65 ._modalText_rndr6_90{margin-bottom:18px;font-size:14px;line-height:18px;color:#3d3d3d}._agreeModal_rndr6_82 ._modalContent_rndr6_65 ._modalText_rndr6_90 a:nth-of-type(1){margin-right:8px}._agreeModal_rndr6_82 ._modalContent_rndr6_65 ._modalBtns_rndr6_99{display:flex;justify-content:space-between}._agreeModal_rndr6_82 ._modalContent_rndr6_65 ._modalBtns_rndr6_99 button{margin-right:12px;box-sizing:border-box;border:none;border-radius:4px;height:43px;font-size:18px;font-weight:700;cursor:pointer;flex:1}._agreeModal_rndr6_82 ._modalContent_rndr6_65 ._modalBtns_rndr6_99 button:nth-of-type(1){color:#c8c8c8;background-color:#f8f8f8}._agreeModal_rndr6_82 ._modalContent_rndr6_65 ._modalBtns_rndr6_99 button:nth-of-type(2){color:#fff;background-color:#323232}._bindModalMobile_1x4gf_5{width:89.066667vw!important}._bindModalMobile_1x4gf_5 .ant-modal-content{padding:16.533333vw 6.4vw 8vw}._bindModalMobile_1x4gf_5 .ant-form-item{margin-bottom:3.2vw}._bindModalMobile_1x4gf_5 .ant-input-lg{box-sizing:border-box;padding:2.666667vw 2.933333vw;height:12.266667vw;font-size:4.266667vw}._bindModalMobile_1x4gf_5 .ant-input-affix-wrapper-lg{box-sizing:border-box;padding:1.333333vw 2.933333vw;height:12.266667vw}._bindModalMobile_1x4gf_5 .ant-input-affix-wrapper-lg .ant-input-lg{padding:0!important;height:auto;font-size:4.266667vw!important}._bindModalMobile_1x4gf_5 .ant-checkbox-inner{border-radius:50%}._bindModalMobile_1x4gf_5 .ant-checkbox-wrapper .ant-checkbox{margin-bottom:auto}._bindModalMobile_1x4gf_5 .ant-form-item-explain-error{font-size:3.2vw}._bindModalMobile_1x4gf_5 ._getCodeButton_1x4gf_39{display:flex;border-left:1px solid #bebebe;width:30.133333vw;height:4.266667vw;font-size:4.266667vw;color:#888;cursor:pointer;align-items:center;justify-content:center}._bindModalMobile_1x4gf_5 ._getCodeButton_1x4gf_39._disabled_1x4gf_50{color:#00000040;cursor:not-allowed;pointer-events:none}._bindModalMobile_1x4gf_5 ._waitCodeButton_1x4gf_55{display:flex;border-left:1px solid #bebebe;width:30.133333vw;height:4.266667vw;font-size:4.266667vw;color:#ddd;align-items:center;justify-content:center}._bindModalMobile_1x4gf_5 ._checkList_1x4gf_65{display:flex;flex-direction:column;row-gap:2.133333vw;padding-bottom:4.266667vw;font-size:3.2vw}._bindModalMobile_1x4gf_5 ._modalContent_1x4gf_72 ._modalHeader_1x4gf_72{display:flex;justify-content:center;padding-bottom:4.266667vw}._bindModalMobile_1x4gf_5 ._modalContent_1x4gf_72 ._modalHeader_1x4gf_72>img{width:53.866667vw;height:11.733333vw}._bindModalMobile_1x4gf_5 ._modalContent_1x4gf_72 ._modalTitle_1x4gf_81{padding-bottom:5.333333vw;font-size:4.8vw;font-weight:700;text-align:center;color:#3d3d3d}._agreeModalMobile_1x4gf_89{width:89.066667vw!important}._agreeModalMobile_1x4gf_89 .ant-modal-content{padding:5.333333vw 4.266667vw 3.2vw}._agreeModalMobile_1x4gf_89 ._modalContent_1x4gf_72 ._modalHeader_1x4gf_72{margin-bottom:4.266667vw;font-size:4.8vw;font-weight:700;text-align:center}._agreeModalMobile_1x4gf_89 ._modalContent_1x4gf_72 ._modalText_1x4gf_101{margin-bottom:4.8vw;font-size:3.733333vw;line-height:4.8vw;color:#6e6e6e}._agreeModalMobile_1x4gf_89 ._modalContent_1x4gf_72 ._modalText_1x4gf_101 a:nth-of-type(1){margin-right:2.133333vw}._agreeModalMobile_1x4gf_89 ._modalContent_1x4gf_72 ._modalBtns_1x4gf_110{display:flex;justify-content:space-between}._agreeModalMobile_1x4gf_89 ._modalContent_1x4gf_72 ._modalBtns_1x4gf_110 button{margin-right:3.2vw;box-sizing:border-box;border:none;border-radius:1.066667vw;height:11.466667vw;font-size:4.8vw;font-weight:700;cursor:pointer;flex:1}._agreeModalMobile_1x4gf_89 ._modalContent_1x4gf_72 ._modalBtns_1x4gf_110 button:nth-of-type(1){color:#aaa;background-color:#f1f1f1}._agreeModalMobile_1x4gf_89 ._modalContent_1x4gf_72 ._modalBtns_1x4gf_110 button:nth-of-type(2){color:#fff;background-color:#3d3d3d}._accountLayoutMobile_wkl13_5{padding-top:17.066667vw}._accountLayoutMobile_wkl13_5._layout_max_column_wkl13_8{display:flex;width:100%;height:100%;flex-direction:column}._navBar_1bsej_5{display:flex;position:fixed;top:0;right:0;left:0;z-index:999;box-sizing:border-box;border-bottom:1.066667vw solid #e8e8e9;padding:0 5.333333vw;height:17.066667vw;background-color:#fff;justify-content:space-between;align-items:center}._navBar_1bsej_5 ._logo_1bsej_20>img{width:27.466667vw;height:9.6vw}._navBar_1bsej_5 ._nav_1bsej_5>img{width:6.933333vw;height:5.066667vw}._navBar_1bsej_5 ._nav_1bsej_5 ._closeIcon_1bsej_28{position:relative;width:4.8vw;height:4.8vw}._navBar_1bsej_5 ._nav_1bsej_5 ._closeIcon_1bsej_28 ._line_1bsej_33{position:absolute;width:100%;height:.533333vw;background-color:#c7c7c7;transition:all .3s ease}._navBar_1bsej_5 ._nav_1bsej_5 ._closeIcon_1bsej_28 ._line_1bsej_33:first-child{top:50%;transform:translateY(-50%) rotate(45deg)}._navBar_1bsej_5 ._nav_1bsej_5 ._closeIcon_1bsej_28 ._line_1bsej_33:last-child{top:50%;transform:translateY(-50%) rotate(-45deg)}._navBar_1bsej_5 ._popup_1bsej_48{position:fixed;top:17.066667vw;right:-100%;z-index:1000;width:56vw;height:calc(100dvh - 17.066667vw);background-color:#f2f2f3;transition:right .3s ease-in-out}._navBar_1bsej_5 ._popup_1bsej_48._open_1bsej_58{right:0}._navBar_1bsej_5 ._popup_1bsej_48 ._popupContent_1bsej_61{overflow:auto;position:relative;box-sizing:border-box;height:100%}._navBar_1bsej_5 ._popup_1bsej_48 ._popupContent_1bsej_61 ._menuItem_1bsej_67{display:flex;box-sizing:border-box;border-top:1px solid rgba(0,0,0,.1);width:100%;height:19.2vw;color:#333;transition:background-color .3s;cursor:pointer;align-items:center;justify-content:center}._navBar_1bsej_5 ._popup_1bsej_48 ._popupContent_1bsej_61 ._menuItem_1bsej_67:last-of-type{border-bottom:1px solid rgba(0,0,0,.1)}._navBar_1bsej_5 ._popup_1bsej_48 ._popupContent_1bsej_61 ._menuItem_1bsej_67 ._itemTitle_1bsej_82{padding:1.066667vw 0;font-size:4.533333vw}._navBar_1bsej_5 ._popup_1bsej_48 ._popupContent_1bsej_61 ._menuItem_1bsej_67._active_1bsej_86 ._itemTitle_1bsej_82{border-bottom:.8vw solid #cc2424;color:#cc2424}._accountPc_khlfn_5{min-width:1200px;flex:1;background-color:#f2f2f2}._accountPc_khlfn_5 ._banner_khlfn_10>img{width:100%;height:268px;-o-object-fit:cover;object-fit:cover}._accountPc_khlfn_5 ._main_khlfn_15{display:flex;margin-top:-44px;width:100%;justify-content:center;-moz-column-gap:10px;column-gap:10px}._accountPc_khlfn_5 ._main_khlfn_15 ._leftMenu_khlfn_22{box-sizing:border-box;border-radius:8px;padding:4px 14px 14px;width:200px;height:700px;background-color:#fff}._accountPc_khlfn_5 ._main_khlfn_15 ._leftMenu_khlfn_22 ._menuItem_khlfn_30{border-bottom:1px solid #d5d6dd;padding:10px 0}._accountPc_khlfn_5 ._main_khlfn_15 ._leftMenu_khlfn_22 ._menuItem_khlfn_30 ._menuItemWrap_khlfn_34{display:flex;box-sizing:border-box;border-radius:8px;height:58px;cursor:pointer;justify-content:center;align-items:center;-moz-column-gap:10px;column-gap:10px}._accountPc_khlfn_5 ._main_khlfn_15 ._leftMenu_khlfn_22 ._menuItem_khlfn_30 ._menuItemWrap_khlfn_34._active_khlfn_44{background-color:#2e2e2e}._accountPc_khlfn_5 ._main_khlfn_15 ._leftMenu_khlfn_22 ._menuItem_khlfn_30 ._menuItemWrap_khlfn_34._active_khlfn_44 ._itemTitle_khlfn_47{color:#fff}._accountPc_khlfn_5 ._main_khlfn_15 ._leftMenu_khlfn_22 ._menuItem_khlfn_30 ._menuItemWrap_khlfn_34 ._itemImg_khlfn_50{width:24px;height:24px}._accountPc_khlfn_5 ._main_khlfn_15 ._leftMenu_khlfn_22 ._menuItem_khlfn_30 ._menuItemWrap_khlfn_34 ._itemTitle_khlfn_47{font-size:16px;color:#3d3e42}._accountPc_khlfn_5 ._main_khlfn_15 ._content_khlfn_58{border-radius:8px;width:890px;height:700px;background-color:#fff}._accountMobile_13j2y_5{flex:1;background-color:#f9fafb}._accountInfo_2dqt1_5{padding:32px 40px}._accountInfo_2dqt1_5 ._infoSection_2dqt1_8{display:flex;padding-bottom:40px;flex-direction:column}._accountInfo_2dqt1_5 ._infoSection_2dqt1_8 ._title_2dqt1_13{border-bottom:3px solid #000;padding:4px 0;width:100px;font-size:24px;font-weight:700;text-align:center;color:#000}._accountInfo_2dqt1_5 ._infoSection_2dqt1_8 ._infoDetails_2dqt1_22{display:flex;padding-top:68px;flex-direction:column;row-gap:12px}._accountInfo_2dqt1_5 ._infoSection_2dqt1_8 ._infoDetails_2dqt1_22 ._infoItem_2dqt1_28{display:flex;font-size:16px;line-height:18px;color:#3d3d3d;align-items:center}._accountInfo_2dqt1_5 ._infoSection_2dqt1_8 ._infoDetails_2dqt1_22 ._infoItem_2dqt1_28 ._value_2dqt1_35{margin-left:6px}._accountInfo_2dqt1_5 ._infoSection_2dqt1_8 ._infoDetails_2dqt1_22 ._infoItem_2dqt1_28 ._normal_2dqt1_38{display:flex;margin-left:16px;box-sizing:border-box;border-radius:6px;width:60px;height:30px;font-size:14px;color:#fff;background-color:#2ac48c;align-items:center;justify-content:center}._accountInfo_2dqt1_5 ._infoSection_2dqt1_8 ._infoDetails_2dqt1_22 ._infoItem_2dqt1_28 ._delete_2dqt1_51{display:flex;margin-left:16px;box-sizing:border-box;border-radius:6px;width:60px;height:30px;font-size:14px;color:#fff;background-color:#ef323d;align-items:center;justify-content:center}._accountInfo_2dqt1_5 ._authSection_2dqt1_64 ._title_2dqt1_13{padding-bottom:20px;font-size:18px;font-weight:700;line-height:18px;color:#3d3d3d}._accountInfo_2dqt1_5 ._authSection_2dqt1_64 ._authList_2dqt1_71{display:flex;-moz-column-gap:24px;column-gap:24px}._accountInfo_2dqt1_5 ._authSection_2dqt1_64 ._authList_2dqt1_71 ._authItem_2dqt1_75{display:flex;position:relative;box-sizing:border-box;border-radius:6px;padding:24px;width:320px;height:90px;background-color:#f9fafb;align-items:center}._accountInfo_2dqt1_5 ._authSection_2dqt1_64 ._authList_2dqt1_71 ._authItem_2dqt1_75:before{position:absolute;top:0;right:0;border-width:50px 0 0 50px;border-style:solid;border-color:#aaa transparent transparent;border-radius:6px;width:0;height:0;content:""}._accountInfo_2dqt1_5 ._authSection_2dqt1_64 ._authList_2dqt1_71 ._authItem_2dqt1_75:after{position:absolute;top:12px;right:0;z-index:2;font-size:12px;font-weight:700;color:#fff;transform:rotate(45deg) scale(.83);content:"未认证"}._accountInfo_2dqt1_5 ._authSection_2dqt1_64 ._authList_2dqt1_71 ._authItem_2dqt1_75._modify_2dqt1_109:before{border-color:#2ac48c transparent transparent}._accountInfo_2dqt1_5 ._authSection_2dqt1_64 ._authList_2dqt1_71 ._authItem_2dqt1_75._modify_2dqt1_109:after{content:"已认证"}._accountInfo_2dqt1_5 ._authSection_2dqt1_64 ._authList_2dqt1_71 ._authItem_2dqt1_75 ._realNameImg_2dqt1_115{width:48px;height:42px}._accountInfo_2dqt1_5 ._authSection_2dqt1_64 ._authList_2dqt1_71 ._authItem_2dqt1_75 ._phoneAuthImg_2dqt1_119{width:47px;height:47px}._accountInfo_2dqt1_5 ._authSection_2dqt1_64 ._authList_2dqt1_71 ._authItem_2dqt1_75 ._authInfo_2dqt1_123{display:flex;padding-left:12px;height:42px;color:#2e2e2e;flex-direction:column}._accountInfo_2dqt1_5 ._authSection_2dqt1_64 ._authList_2dqt1_71 ._authItem_2dqt1_75 ._authInfo_2dqt1_123 ._authLabel_2dqt1_130{margin-bottom:auto;font-size:14px;font-weight:700;line-height:18px}._accountInfo_2dqt1_5 ._authSection_2dqt1_64 ._authList_2dqt1_71 ._authItem_2dqt1_75 ._authInfo_2dqt1_123 ._authText_2dqt1_136{font-size:12px;line-height:18px}._accountInfo_2dqt1_5 ._authSection_2dqt1_64 ._authList_2dqt1_71 ._authItem_2dqt1_75 ._authButton_2dqt1_140{display:flex;margin-left:42px;border-radius:20px;width:78px;height:34px;font-size:14px;font-weight:700;line-height:18px;color:#fff;background-color:#aaa;cursor:pointer;justify-content:center;align-items:center}._accountInfo_2dqt1_5 ._authSection_2dqt1_64 ._authList_2dqt1_71 ._authItem_2dqt1_75 ._authButton_2dqt1_140._modify_2dqt1_109{background-color:#2ac48c}._accountInfoMobile_1s0or_5{display:flex;flex-direction:column;align-items:center;row-gap:5.866667vw;padding:8.533333vw 6.4vw}._accountInfoMobile_1s0or_5 ._infoSection_1s0or_12{box-sizing:border-box;border-radius:2.133333vw;padding:0 5.333333vw;width:100%;height:30.666667vw;background-color:#fff}._accountInfoMobile_1s0or_5 ._infoSection_1s0or_12 ._infoDetails_1s0or_20 ._infoItem_1s0or_20{display:flex;border-bottom:1px solid rgba(0,0,0,.1);padding:4.8vw 0;align-items:center}._accountInfoMobile_1s0or_5 ._infoSection_1s0or_12 ._infoDetails_1s0or_20 ._infoItem_1s0or_20:last-of-type{border-bottom:none}._accountInfoMobile_1s0or_5 ._infoSection_1s0or_12 ._infoDetails_1s0or_20 ._infoItem_1s0or_20 ._label_1s0or_29{font-size:3.733333vw;color:#bebebe}._accountInfoMobile_1s0or_5 ._infoSection_1s0or_12 ._infoDetails_1s0or_20 ._infoItem_1s0or_20 ._value_1s0or_33{font-size:4.266667vw;color:#3d3d3d}._accountInfoMobile_1s0or_5 ._infoSection_1s0or_12 ._infoDetails_1s0or_20 ._infoItem_1s0or_20 ._normal_1s0or_37{display:flex;border-radius:1.6vw;width:12vw;height:6.666667vw;font-size:3.733333vw;font-weight:700;color:#fff;background-color:#2ac48c;align-items:center;justify-content:center}._accountInfoMobile_1s0or_5 ._infoSection_1s0or_12 ._infoDetails_1s0or_20 ._infoItem_1s0or_20 ._delete_1s0or_49{display:flex;border-radius:1.6vw;width:16.266667vw;height:6.666667vw;font-size:3.733333vw;font-weight:700;color:#fff;background-color:#ef323d;align-items:center;justify-content:center}._accountInfoMobile_1s0or_5 ._authSection_1s0or_61{width:100%}._accountInfoMobile_1s0or_5 ._authSection_1s0or_61 ._title_1s0or_64{padding-bottom:4.8vw;font-size:4.8vw;font-weight:700;line-height:4.8vw;color:#3d3d3d}._accountInfoMobile_1s0or_5 ._authSection_1s0or_61 ._authList_1s0or_71{display:flex;flex-direction:column;row-gap:3.2vw}._accountInfoMobile_1s0or_5 ._authSection_1s0or_61 ._authList_1s0or_71 ._authItem_1s0or_76{display:flex;position:relative;box-sizing:border-box;border-radius:1.6vw;padding:6.4vw;width:100%;height:21.866667vw;background-color:#fff;align-items:center}._accountInfoMobile_1s0or_5 ._authSection_1s0or_61 ._authList_1s0or_71 ._authItem_1s0or_76:before{position:absolute;top:0;right:0;border-width:13.333333vw 0 0 13.333333vw;border-style:solid;border-color:#aaa transparent transparent;border-radius:1.6vw;width:0;height:0;content:""}._accountInfoMobile_1s0or_5 ._authSection_1s0or_61 ._authList_1s0or_71 ._authItem_1s0or_76:after{position:absolute;top:3.2vw;right:0;z-index:2;font-size:3.2vw;font-weight:700;color:#fff;transform:rotate(45deg) scale(.83);content:"未认证"}._accountInfoMobile_1s0or_5 ._authSection_1s0or_61 ._authList_1s0or_71 ._authItem_1s0or_76._modify_1s0or_110:before{border-color:#2ac48c transparent transparent}._accountInfoMobile_1s0or_5 ._authSection_1s0or_61 ._authList_1s0or_71 ._authItem_1s0or_76._modify_1s0or_110:after{content:"已认证"}._accountInfoMobile_1s0or_5 ._authSection_1s0or_61 ._authList_1s0or_71 ._authItem_1s0or_76 ._realNameImg_1s0or_116{width:11.733333vw;height:10.133333vw}._accountInfoMobile_1s0or_5 ._authSection_1s0or_61 ._authList_1s0or_71 ._authItem_1s0or_76 ._phoneAuthImg_1s0or_120{width:12.533333vw;height:12.533333vw}._accountInfoMobile_1s0or_5 ._authSection_1s0or_61 ._authList_1s0or_71 ._authItem_1s0or_76 ._authInfo_1s0or_124{display:flex;padding-left:3.2vw;width:26.666667vw;height:10.133333vw;color:#2e2e2e;flex-direction:column}._accountInfoMobile_1s0or_5 ._authSection_1s0or_61 ._authList_1s0or_71 ._authItem_1s0or_76 ._authInfo_1s0or_124 ._authLabel_1s0or_132{font-size:3.733333vw;font-weight:700;line-height:4.8vw}._accountInfoMobile_1s0or_5 ._authSection_1s0or_61 ._authList_1s0or_71 ._authItem_1s0or_76 ._authInfo_1s0or_124 ._authText_1s0or_137{font-size:3.2vw;line-height:4.8vw}._accountInfoMobile_1s0or_5 ._authSection_1s0or_61 ._authList_1s0or_71 ._authItem_1s0or_76 ._authButton_1s0or_141{display:flex;margin-left:7.466667vw;border-radius:5.333333vw;width:20.8vw;height:9.066667vw;font-size:3.733333vw;font-weight:700;line-height:4.8vw;color:#fff;background-color:#aaa;cursor:pointer;justify-content:center;align-items:center}._accountInfoMobile_1s0or_5 ._authSection_1s0or_61 ._authList_1s0or_71 ._authItem_1s0or_76 ._authButton_1s0or_141._modify_1s0or_110{background-color:#2ac48c}._steps_tbxof_5{display:flex;align-items:center;justify-content:space-between;width:100%}._steps_tbxof_5 ._stepItem_tbxof_11{display:flex;position:relative;width:80px;height:46px;text-align:center;flex-direction:column;align-items:center}._steps_tbxof_5 ._stepItem_tbxof_11 ._stepDot_tbxof_20{display:flex;position:relative;border-radius:50%;width:10px;height:10px;background-color:#ddd;transition:background-color .3s,border-color .3s;align-items:center;justify-content:center}._steps_tbxof_5 ._stepItem_tbxof_11 ._stepDot_tbxof_20._completed_tbxof_31{color:#fff;background-color:#2ac48c}._steps_tbxof_5 ._stepItem_tbxof_11 ._stepDot_tbxof_20 ._checkmark_tbxof_35{font-size:16px}._steps_tbxof_5 ._stepItem_tbxof_11 ._stepTitle_tbxof_38{padding-bottom:14px;font-size:14px;font-weight:700;white-space:nowrap;color:#bebebe}._steps_tbxof_5 ._stepItem_tbxof_11 ._stepTitle_tbxof_38._completed_tbxof_31{color:#2ac48c}._steps_tbxof_5 ._stepItem_tbxof_11 ._stepLine_tbxof_48{position:absolute;top:4px;left:50%;height:2px;background-color:#ddd;transform:translate(6px)}._steps_tbxof_5 ._stepItem_tbxof_11 ._stepLine_tbxof_48._completed_tbxof_31{background-color:#2ac48c}._steps_tbxof_5 ._stepItem_tbxof_11._lastCompleted_tbxof_59 ._stepTitle_tbxof_38{padding-bottom:10px}._steps_tbxof_5 ._stepItem_tbxof_11._lastCompleted_tbxof_59 ._stepDot_tbxof_20{width:20px;height:20px}._changePhone_1l97t_5{padding:32px 40px}._changePhone_1l97t_5 ._title_1l97t_8{border-bottom:3px solid #000;padding:4px 0;width:100px;font-size:24px;font-weight:700;text-align:center;color:#000}._changePhone_1l97t_5 ._main_1l97t_17{display:flex;padding-top:68px;justify-content:center}._changePhone_1l97t_5 ._main_1l97t_17 ._mainWrap_1l97t_22{display:flex;flex-direction:column;align-items:center}._changePhone_1l97t_5 ._main_1l97t_17 ._mainWrap_1l97t_22 ._stepsCustom_1l97t_27{padding-bottom:40px;width:416px}._changePhone_1l97t_5 ._main_1l97t_17 ._mainWrap_1l97t_22 ._stepsCustom_1l97t_27 .ant-steps-item-content{margin-top:-50px}._changePhone_1l97t_5 ._main_1l97t_17 ._mainWrap_1l97t_22 ._stepsCustom_1l97t_27 .ant-steps-item-tail:after{width:calc(100% - 12px);margin-inline-start:6px}._changePhone_1l97t_5 ._main_1l97t_17 ._mainWrap_1l97t_22 ._stepsCustom_1l97t_27 .ant-steps-item-wait .ant-steps-item-icon{width:10px;height:10px}._changePhone_1l97t_5 ._main_1l97t_17 ._mainWrap_1l97t_22 ._stepsCustom_1l97t_27 .ant-steps-item-wait .ant-steps-item-icon .ant-steps-icon-dot{background-color:#f1f1f1}._changePhone_1l97t_5 ._main_1l97t_17 ._mainWrap_1l97t_22 ._stepsCustom_1l97t_27 .ant-steps-item-finish .ant-steps-item-icon{width:10px;height:10px}._changePhone_1l97t_5 ._main_1l97t_17 ._mainWrap_1l97t_22 ._stepsCustom_1l97t_27 .ant-steps-item-finish .ant-steps-item-icon .ant-steps-icon-dot{background-color:#2ac48c}._changePhone_1l97t_5 ._main_1l97t_17 ._mainWrap_1l97t_22 ._stepsCustom_1l97t_27 .ant-steps-item-finish .ant-steps-item-tail:after{background-color:#2ac48c}._changePhone_1l97t_5 ._main_1l97t_17 ._mainWrap_1l97t_22 ._stepsCustom_1l97t_27 .ant-steps-item-active .ant-steps-item-icon{width:10px;height:10px}._changePhone_1l97t_5 ._main_1l97t_17 ._mainWrap_1l97t_22 ._stepsCustom_1l97t_27 .ant-steps-item-active .ant-steps-item-icon .ant-steps-icon-dot{background-color:#2ac48c}._changePhone_1l97t_5 ._main_1l97t_17 ._mainWrap_1l97t_22 ._stepsCustom_1l97t_27 .ant-steps-item-process .ant-steps-item-icon{top:-6px;width:20px;height:20px}._changePhone_1l97t_5 ._main_1l97t_17 ._mainWrap_1l97t_22 ._stepsCustom_1l97t_27 .ant-steps-item-process .ant-steps-item-icon .ant-steps-icon-dot{background-color:#2ac48c}._changePhone_1l97t_5 ._main_1l97t_17 ._mainWrap_1l97t_22 ._inputWrapper_1l97t_70{box-sizing:border-box;width:326px}._changePhone_1l97t_5 ._main_1l97t_17 ._mainWrap_1l97t_22 ._inputWrapper_1l97t_70 .ant-input-lg{padding:10px 11px;font-size:16px}._changePhone_1l97t_5 ._main_1l97t_17 ._mainWrap_1l97t_22 ._inputWrapper_1l97t_70 .ant-checkbox-inner{border-radius:50%}._changePhone_1l97t_5 ._main_1l97t_17 ._mainWrap_1l97t_22 ._inputWrapper_1l97t_70 .ant-checkbox-wrapper .ant-checkbox{margin-bottom:auto}._changePhone_1l97t_5 ._main_1l97t_17 ._mainWrap_1l97t_22 ._inputWrapper_1l97t_70 .ant-input-affix-wrapper-lg{box-sizing:border-box;padding:5px 11px;height:46px}._changePhone_1l97t_5 ._main_1l97t_17 ._mainWrap_1l97t_22 ._inputWrapper_1l97t_70 .ant-input-affix-wrapper-lg .ant-input-lg{padding:0!important;height:auto;font-size:16px!important}._changePhone_1l97t_5 ._main_1l97t_17 ._mainWrap_1l97t_22 ._inputWrapper_1l97t_70 ._getCodeButton_1l97t_94{display:flex;border-radius:6px;width:110px;height:34px;font-size:14px;font-weight:700;color:#fff;background:#3d3d3d;cursor:pointer;align-items:center;justify-content:center}._changePhone_1l97t_5 ._main_1l97t_17 ._mainWrap_1l97t_22 ._inputWrapper_1l97t_70 ._getCodeButton_1l97t_94._disabled_1l97t_107{color:#00000040;background:#0000000a;cursor:not-allowed;pointer-events:none}._changePhone_1l97t_5 ._main_1l97t_17 ._mainWrap_1l97t_22 ._modifyBtn_1l97t_113{box-sizing:border-box;width:326px}._changePhone_1l97t_5 ._main_1l97t_17 ._modifySuccess_1l97t_117{width:268px;height:200px}._changePhone_1l97t_5 ._kindTips_1l97t_121{padding-top:64px;font-size:12px;line-height:20px;color:#bebebe}._changePhone_1l97t_5 ._kindTips_1l97t_121 ._tipsTitle_1l97t_127{font-weight:700}._stepsMobile_ktqaz_5{display:flex;align-items:center;justify-content:space-between;width:100%}._stepItem_ktqaz_12{display:flex;position:relative;width:21.333333vw;height:12.266667vw;text-align:center;flex-direction:column;align-items:center}._stepItem_ktqaz_12 ._stepDot_ktqaz_21{display:flex;position:relative;border-radius:50%;width:2.666667vw;height:2.666667vw;background-color:#ddd;transition:background-color .3s,border-color .3s;align-items:center;justify-content:center}._stepItem_ktqaz_12 ._stepDot_ktqaz_21._completed_ktqaz_32{color:#fff;background-color:#2ac48c}._stepItem_ktqaz_12 ._stepDot_ktqaz_21 ._checkmark_ktqaz_36{font-size:4.266667vw}._stepItem_ktqaz_12 ._stepTitle_ktqaz_39{padding-bottom:3.733333vw;font-size:3.733333vw;font-weight:700;white-space:nowrap;color:#bebebe}._stepItem_ktqaz_12 ._stepTitle_ktqaz_39._completed_ktqaz_32{color:#2ac48c}._stepItem_ktqaz_12 ._stepLine_ktqaz_49{position:absolute;top:1.066667vw;left:50%;height:.533333vw;background-color:#ddd;transform:translate(1.6vw)}._stepItem_ktqaz_12 ._stepLine_ktqaz_49._completed_ktqaz_32{background-color:#2ac48c}._stepItem_ktqaz_12._lastCompleted_ktqaz_60 ._stepTitle_ktqaz_39{padding-bottom:2.666667vw}._stepItem_ktqaz_12._lastCompleted_ktqaz_60 ._stepDot_ktqaz_21{width:5.333333vw;height:5.333333vw}._changePhoneMobile_m97si_5{padding:16vw 6.933333vw 8.533333vw}._changePhoneMobile_m97si_5 ._main_m97si_8 ._mainWrap_m97si_8{display:flex;flex-direction:column;align-items:center}._changePhoneMobile_m97si_5 ._main_m97si_8 ._mainWrap_m97si_8 ._stepsCustom_m97si_13{padding-bottom:10.666667vw;width:100%}._changePhoneMobile_m97si_5 ._main_m97si_8 ._mainWrap_m97si_8 ._stepsCustom_m97si_13 .ant-steps-item-content{margin-top:-13.333333vw}._changePhoneMobile_m97si_5 ._main_m97si_8 ._mainWrap_m97si_8 ._stepsCustom_m97si_13 .ant-steps-item-tail:after{width:calc(100% - 3.2vw);margin-inline-start:1.6vw}._changePhoneMobile_m97si_5 ._main_m97si_8 ._mainWrap_m97si_8 ._stepsCustom_m97si_13 .ant-steps-item-wait .ant-steps-item-icon{width:2.666667vw;height:2.666667vw}._changePhoneMobile_m97si_5 ._main_m97si_8 ._mainWrap_m97si_8 ._stepsCustom_m97si_13 .ant-steps-item-wait .ant-steps-item-icon .ant-steps-icon-dot{background-color:#f1f1f1}._changePhoneMobile_m97si_5 ._main_m97si_8 ._mainWrap_m97si_8 ._stepsCustom_m97si_13 .ant-steps-item-finish .ant-steps-item-icon{width:2.666667vw;height:2.666667vw}._changePhoneMobile_m97si_5 ._main_m97si_8 ._mainWrap_m97si_8 ._stepsCustom_m97si_13 .ant-steps-item-finish .ant-steps-item-icon .ant-steps-icon-dot{background-color:#2ac48c}._changePhoneMobile_m97si_5 ._main_m97si_8 ._mainWrap_m97si_8 ._stepsCustom_m97si_13 .ant-steps-item-finish .ant-steps-item-tail:after{background-color:#2ac48c}._changePhoneMobile_m97si_5 ._main_m97si_8 ._mainWrap_m97si_8 ._stepsCustom_m97si_13 .ant-steps-item-active .ant-steps-item-icon{width:2.666667vw;height:2.666667vw}._changePhoneMobile_m97si_5 ._main_m97si_8 ._mainWrap_m97si_8 ._stepsCustom_m97si_13 .ant-steps-item-active .ant-steps-item-icon .ant-steps-icon-dot{background-color:#2ac48c}._changePhoneMobile_m97si_5 ._main_m97si_8 ._mainWrap_m97si_8 ._stepsCustom_m97si_13 .ant-steps-item-process .ant-steps-item-icon{top:-1.6vw;width:5.333333vw;height:5.333333vw}._changePhoneMobile_m97si_5 ._main_m97si_8 ._mainWrap_m97si_8 ._stepsCustom_m97si_13 .ant-steps-item-process .ant-steps-item-icon .ant-steps-icon-dot{background-color:#2ac48c}._changePhoneMobile_m97si_5 ._main_m97si_8 ._mainWrap_m97si_8 ._inputWrapper_m97si_56{box-sizing:border-box;width:86.933333vw}._changePhoneMobile_m97si_5 ._main_m97si_8 ._mainWrap_m97si_8 ._inputWrapper_m97si_56 .ant-input-lg{box-sizing:border-box;padding:2.666667vw 2.933333vw;height:12.266667vw;font-size:4.266667vw}._changePhoneMobile_m97si_5 ._main_m97si_8 ._mainWrap_m97si_8 ._inputWrapper_m97si_56 .ant-input-affix-wrapper-lg{box-sizing:border-box;padding:1.333333vw 2.933333vw;height:12.266667vw}._changePhoneMobile_m97si_5 ._main_m97si_8 ._mainWrap_m97si_8 ._inputWrapper_m97si_56 .ant-input-affix-wrapper-lg .ant-input-lg{padding:0!important;height:auto;font-size:4.266667vw!important}._changePhoneMobile_m97si_5 ._main_m97si_8 ._mainWrap_m97si_8 ._inputWrapper_m97si_56 ._getCodeButton_m97si_76{display:flex;border-left:1px solid #bebebe;width:30.133333vw;height:4.266667vw;font-size:4.266667vw;color:#888;cursor:pointer;align-items:center;justify-content:center}._changePhoneMobile_m97si_5 ._main_m97si_8 ._mainWrap_m97si_8 ._inputWrapper_m97si_56 ._getCodeButton_m97si_76._disabled_m97si_87{color:#00000040;cursor:not-allowed;pointer-events:none}._changePhoneMobile_m97si_5 ._main_m97si_8 ._mainWrap_m97si_8 ._inputWrapper_m97si_56 ._waitCodeButton_m97si_92{display:flex;border-left:1px solid #bebebe;width:30.133333vw;height:4.266667vw;font-size:4.266667vw;color:#ddd;align-items:center;justify-content:center}._changePhoneMobile_m97si_5 ._main_m97si_8 ._mainWrap_m97si_8 ._modifyBtn_m97si_102{box-sizing:border-box;width:86.933333vw}._changePhoneMobile_m97si_5 ._main_m97si_8 ._modifySuccess_m97si_106{display:flex;flex-direction:column;align-items:center;row-gap:8vw}._changePhoneMobile_m97si_5 ._main_m97si_8 ._modifySuccess_m97si_106 ._successImg_m97si_112{width:71.466667vw;height:53.333333vw}._changePhoneMobile_m97si_5 ._main_m97si_8 ._modifySuccess_m97si_106 ._successTitle_m97si_116{font-size:4.266667vw;font-weight:700;color:#6e6e6e}._changePhoneMobile_m97si_5 ._kindTips_m97si_121{padding-top:17.066667vw;font-size:3.2vw;line-height:5.333333vw;color:#6e6e6e}._changePhoneMobile_m97si_5 ._kindTips_m97si_121 ._tipsTitle_m97si_127{font-weight:700}._verification_1xqav_5{padding:32px 40px}._verification_1xqav_5 ._title_1xqav_8{border-bottom:3px solid #000;padding:4px 0;width:100px;font-size:24px;font-weight:700;text-align:center;color:#000}._verification_1xqav_5 ._main_1xqav_17{display:flex;padding-top:68px;flex-direction:column;align-items:center}._verification_1xqav_5 ._main_1xqav_17 ._inputWrapper_1xqav_23{box-sizing:border-box;width:326px}._verification_1xqav_5 ._main_1xqav_17 ._inputWrapper_1xqav_23 .ant-input-lg{padding:10px 11px;font-size:16px}._verification_1xqav_5 ._main_1xqav_17 ._successBtn_1xqav_31{display:flex;box-sizing:border-box;border-radius:6px;padding:0 12px;height:30px;font-size:14px;color:#fff;background-color:#2ac48c;align-items:center;justify-content:center}._verification_1xqav_5 ._main_1xqav_17 ._processingBtn_1xqav_43{display:flex;box-sizing:border-box;border-radius:6px;padding:0 12px;height:30px;font-size:14px;color:#fff;background-color:#2f86f6;align-items:center;justify-content:center}._verification_1xqav_5 ._main_1xqav_17 ._errorMessageBtn_1xqav_55{display:flex;box-sizing:border-box;border-radius:6px;padding:0 12px;height:30px;font-size:14px;color:#fff;background-color:#ef323d;align-items:center;justify-content:center}._verification_1xqav_5 ._main_1xqav_17 ._footer_1xqav_67{width:326px}._verification_1xqav_5 ._main_1xqav_17 ._footer_1xqav_67 ._modifyBtn_1xqav_70{box-sizing:border-box}._verification_1xqav_5 ._main_1xqav_17 ._footer_1xqav_67 ._moreError_1xqav_73{padding-top:12px;font-size:12px;text-align:center;color:#c8c8c8}._verificationMobile_p743g_5{padding:8.533333vw 6.4vw}._verificationMobile_p743g_5 ._main_p743g_8{display:flex;width:100%;flex-direction:column;align-items:center}._verificationMobile_p743g_5 ._main_p743g_8 ._inputWrapper_p743g_14{box-sizing:border-box;width:100%}._verificationMobile_p743g_5 ._main_p743g_8 ._inputWrapper_p743g_14 .ant-input-lg{padding:2.666667vw 2.933333vw;font-size:4.266667vw}._verificationMobile_p743g_5 ._main_p743g_8 ._inputWrapper_p743g_14 .ant-input-affix-wrapper-lg{box-sizing:border-box;padding:1.333333vw 2.933333vw;height:12.266667vw}._verificationMobile_p743g_5 ._main_p743g_8 ._inputWrapper_p743g_14 .ant-input-affix-wrapper-lg .ant-input-lg{padding:0!important;height:auto;font-size:4.266667vw!important}._verificationMobile_p743g_5 ._main_p743g_8 ._successBtn_p743g_32{display:flex;box-sizing:border-box;border-radius:1.6vw;padding:0 3.2vw;height:8vw;font-size:3.733333vw;color:#fff;background-color:#2ac48c;align-items:center;justify-content:center}._verificationMobile_p743g_5 ._main_p743g_8 ._processingBtn_p743g_44{display:flex;box-sizing:border-box;border-radius:1.6vw;padding:0 3.2vw;height:8vw;font-size:3.733333vw;color:#fff;background-color:#2f86f6;align-items:center;justify-content:center}._verificationMobile_p743g_5 ._main_p743g_8 ._errorMessageBtn_p743g_56{display:flex;box-sizing:border-box;border-radius:1.6vw;padding:0 3.2vw;height:8vw;font-size:3.733333vw;color:#fff;background-color:#ef323d;align-items:center;justify-content:center}._verificationMobile_p743g_5 ._main_p743g_8 ._footer_p743g_68{width:100%}._verificationMobile_p743g_5 ._main_p743g_8 ._footer_p743g_68 ._modifyBtn_p743g_71{box-sizing:border-box}._verificationMobile_p743g_5 ._main_p743g_8 ._footer_p743g_68 ._moreError_p743g_74{padding-top:3.2vw;font-size:3.2vw;text-align:center;color:#c8c8c8}._deletion_1hrct_5{padding:32px 40px}._deletion_1hrct_5 ._header_1hrct_8{display:flex;justify-content:space-between}._deletion_1hrct_5 ._header_1hrct_8 ._title_1hrct_12{border-bottom:3px solid #000;padding:4px 0;font-size:24px;font-weight:700;text-align:center;color:#000}._deletion_1hrct_5 ._header_1hrct_8 ._goBack_1hrct_20{display:flex;width:28px;height:28px;align-items:center;justify-content:center}._deletion_1hrct_5 ._header_1hrct_8 ._goBack_1hrct_20>img{width:22px;height:22px;cursor:pointer}._deletion_1hrct_5 ._main_1hrct_32{display:flex;flex-direction:column;align-items:center}._deletion_1hrct_5 ._main_1hrct_32 ._accountType_1hrct_37{display:flex;padding-top:68px;flex-direction:column;row-gap:20px}._deletion_1hrct_5 ._main_1hrct_32 ._accountType_1hrct_37 ._typeItem_1hrct_43{display:flex;box-sizing:border-box;border:2px solid #eee;border-radius:8px;width:444px;height:120px;cursor:pointer}._deletion_1hrct_5 ._main_1hrct_32 ._accountType_1hrct_37 ._typeItem_1hrct_43 ._typeItemLeft_1hrct_52{box-sizing:border-box;padding:28px 32px 28px 28px;width:396px}._deletion_1hrct_5 ._main_1hrct_32 ._accountType_1hrct_37 ._typeItem_1hrct_43 ._typeItemLeft_1hrct_52 ._itemTitle_1hrct_57{margin-bottom:12px;font-size:16px;font-weight:700;color:#3d3d3d}._deletion_1hrct_5 ._main_1hrct_32 ._accountType_1hrct_37 ._typeItem_1hrct_43 ._typeItemLeft_1hrct_52 ._itemDesc_1hrct_63{font-size:14px;line-height:18px;color:#6e6e6e}._deletion_1hrct_5 ._main_1hrct_32 ._accountType_1hrct_37 ._typeItem_1hrct_43 ._typeItemRight_1hrct_68{display:flex;border-left:2px solid #eee;width:46px;align-items:center;justify-content:center}._deletion_1hrct_5 ._main_1hrct_32 ._accountType_1hrct_37 ._typeItem_1hrct_43:hover{border:2px solid #3d3d3d}._deletion_1hrct_5 ._main_1hrct_32 ._accountType_1hrct_37 ._typeItem_1hrct_43:hover ._typeItemRight_1hrct_68{border-left:2px solid #3d3d3d;background-color:#3d3d3d}._deletion_1hrct_5 ._main_1hrct_32 ._deletionType_1hrct_82{display:flex;padding-top:68px;flex-direction:column;row-gap:20px}._deletion_1hrct_5 ._main_1hrct_32 ._deletionType_1hrct_82 ._deletionTypeItem_1hrct_88{display:flex;box-sizing:border-box;border:2px solid #eee;border-radius:8px;padding:28px;width:444px;height:120px;cursor:pointer;flex-direction:column}._deletion_1hrct_5 ._main_1hrct_32 ._deletionType_1hrct_82 ._deletionTypeItem_1hrct_88 ._itemTitle_1hrct_57{margin-bottom:12px;font-size:16px;font-weight:700;color:#3d3d3d}._deletion_1hrct_5 ._main_1hrct_32 ._deletionType_1hrct_82 ._deletionTypeItem_1hrct_88 ._itemDesc_1hrct_63{font-size:14px;line-height:18px;color:#6e6e6e}._deletion_1hrct_5 ._main_1hrct_32 ._deletionType_1hrct_82 ._deletionTypeItem_1hrct_88:hover{border:2px solid #3d3d3d}._deletion_1hrct_5 ._main_1hrct_32 ._notice_1hrct_113{padding-top:68px;width:628px}._deletion_1hrct_5 ._main_1hrct_32 ._notice_1hrct_113 ._noticeTitle_1hrct_117{padding-bottom:22px;font-size:16px;font-weight:700}._deletion_1hrct_5 ._main_1hrct_32 ._notice_1hrct_113 ._noticeContent_1hrct_122{padding-bottom:80px;font-size:16px;font-weight:400;line-height:24px}._deletion_1hrct_5 ._main_1hrct_32 ._notice_1hrct_113 ._noticeFooter_1hrct_128{margin:0 auto;width:278px}._deletion_1hrct_5 ._main_1hrct_32 ._notice_1hrct_113 ._noticeFooter_1hrct_128 ._checkboxWrap_1hrct_132{display:flex;padding-bottom:18px}._deletion_1hrct_5 ._main_1hrct_32 ._notice_1hrct_113 ._noticeFooter_1hrct_128 ._checkboxWrap_1hrct_132 ._checkboxContent_1hrct_136{font-size:14px}._deletion_1hrct_5 ._main_1hrct_32 ._notice_1hrct_113 ._noticeFooter_1hrct_128 ._applyButton_1hrct_139{display:flex;justify-content:center}._deletion_1hrct_5 ._main_1hrct_32 ._notice_1hrct_113 ._noticeFooter_1hrct_128 ._applyButton_1hrct_139 ._buttonWrap_1hrct_143{width:100%}._deletion_1hrct_5 ._main_1hrct_32 ._cancelApply_1hrct_146{padding-top:68px;width:376px}._deletion_1hrct_5 ._main_1hrct_32 ._cancelApply_1hrct_146 ._cancelContent_1hrct_150{font-size:16px;line-height:24px;text-align:center;color:#3d3d3d}._deletion_1hrct_5 ._main_1hrct_32 ._cancelApply_1hrct_146 ._cancelContent_1hrct_150 ._countdown_1hrct_156{padding:28px 0 108px}._deletion_1hrct_5 ._main_1hrct_32 ._cancelApply_1hrct_146 ._cancelContent_1hrct_150 ._countdown_1hrct_156 ._time_1hrct_159{font-weight:700;color:#ef323d}._deletion_1hrct_5 ._main_1hrct_32 ._cancelApply_1hrct_146 ._cancelApplyFooter_1hrct_163{margin:0 auto;width:376px}._deletion_1hrct_5 ._main_1hrct_32 ._cancelApply_1hrct_146 ._cancelApplyFooter_1hrct_163 ._checkboxWrap_1hrct_132{display:flex;padding-bottom:18px}._deletion_1hrct_5 ._main_1hrct_32 ._cancelApply_1hrct_146 ._cancelApplyFooter_1hrct_163 ._checkboxWrap_1hrct_132 ._checkboxContent_1hrct_136{font-size:14px}._deletion_1hrct_5 ._main_1hrct_32 ._cancelApply_1hrct_146 ._cancelApplyFooter_1hrct_163 ._applyButton_1hrct_139{display:flex;justify-content:center}._deletion_1hrct_5 ._main_1hrct_32 ._cancelApply_1hrct_146 ._cancelApplyFooter_1hrct_163 ._applyButton_1hrct_139 ._buttonWrap_1hrct_143{width:100%}._deletion_1hrct_5 ._main_1hrct_32 ._cancelSuccess_1hrct_181{display:flex;padding-top:68px;flex-direction:column;align-items:center;justify-content:center}._deletion_1hrct_5 ._main_1hrct_32 ._cancelSuccess_1hrct_181 ._successImg_1hrct_188{width:268px;height:199px}._deletion_1hrct_5 ._main_1hrct_32 ._cancelSuccess_1hrct_181 ._successText_1hrct_192{padding-top:24px;font-size:16px;font-weight:700;line-height:22px;color:#3d3d3d}._deletion_1hrct_5 ._main_1hrct_32 ._fillIn_1hrct_199{padding-top:42px;width:326px}._deletion_1hrct_5 ._main_1hrct_32 ._fillIn_1hrct_199 .ant-modal-content{padding:50px 36px 36px}._deletion_1hrct_5 ._main_1hrct_32 ._fillIn_1hrct_199 .ant-input-lg{padding:10px 11px;font-size:16px}._deletion_1hrct_5 ._main_1hrct_32 ._fillIn_1hrct_199 .ant-checkbox-inner{border-radius:50%}._deletion_1hrct_5 ._main_1hrct_32 ._fillIn_1hrct_199 .ant-checkbox-wrapper .ant-checkbox{margin-bottom:auto}._deletion_1hrct_5 ._main_1hrct_32 ._fillIn_1hrct_199 .ant-input-affix-wrapper-lg{box-sizing:border-box;padding:5px 11px;height:46px}._deletion_1hrct_5 ._main_1hrct_32 ._fillIn_1hrct_199 .ant-input-affix-wrapper-lg .ant-input-lg{padding:0!important;height:auto;font-size:16px!important}._deletion_1hrct_5 ._main_1hrct_32 ._fillIn_1hrct_199 .ant-select-single.ant-select-lg{height:46px}._deletion_1hrct_5 ._main_1hrct_32 ._fillIn_1hrct_199 ._getCodeButton_1hrct_229{display:flex;border-radius:6px;width:110px;height:34px;font-size:14px;font-weight:700;color:#fff;background:#3d3d3d;cursor:pointer;align-items:center;justify-content:center}._deletion_1hrct_5 ._main_1hrct_32 ._fillIn_1hrct_199 ._getCodeButton_1hrct_229._disabled_1hrct_242{color:#00000040;background:#0000000a;cursor:not-allowed;pointer-events:none}._deletion_1hrct_5 ._main_1hrct_32 ._fillIn_1hrct_199 ._waitCodeButton_1hrct_248{display:flex;border-radius:6px;width:110px;height:34px;font-size:14px;font-weight:700;color:#c8c8c8;background:#f8f8f8;align-items:center;justify-content:center}._deletion_1hrct_5 ._main_1hrct_32 ._fillIn_1hrct_199 ._checkboxContent_1hrct_136{padding-bottom:12px;font-size:12px}._deletion_1hrct_5 ._main_1hrct_32 ._confirmDelete_1hrct_264{box-sizing:border-box;padding-top:68px;width:552px}._deletion_1hrct_5 ._main_1hrct_32 ._confirmDelete_1hrct_264 ._content_1hrct_269{display:flex;flex-direction:column;align-items:center;justify-content:center}._deletion_1hrct_5 ._main_1hrct_32 ._confirmDelete_1hrct_264 ._content_1hrct_269 ._infoText_1hrct_275 ._tableContainer_1hrct_275{overflow-y:auto;margin-bottom:28px;border:1px solid #f1f1f1;border-radius:6px;width:100%;max-height:220px;font-size:14px}._deletion_1hrct_5 ._main_1hrct_32 ._confirmDelete_1hrct_264 ._content_1hrct_269 ._infoText_1hrct_275 ._tableContainer_1hrct_275 ._tableRow_1hrct_284{display:flex;padding:12px 16px}._deletion_1hrct_5 ._main_1hrct_32 ._confirmDelete_1hrct_264 ._content_1hrct_269 ._infoText_1hrct_275 ._tableContainer_1hrct_275 ._tableRow_1hrct_284:first-of-type{position:sticky;top:0;z-index:1;background-color:#f1f1f1}._deletion_1hrct_5 ._main_1hrct_32 ._confirmDelete_1hrct_264 ._content_1hrct_269 ._infoText_1hrct_275 ._tableContainer_1hrct_275 ._tableRow_1hrct_284 ._tableCell_1hrct_294{flex:1;text-align:center}._deletion_1hrct_5 ._main_1hrct_32 ._confirmDelete_1hrct_264 ._content_1hrct_269 ._infoText_1hrct_275 ._infoTitle_1hrct_298{padding-bottom:32px;font-size:14px;font-weight:700}._deletion_1hrct_5 ._main_1hrct_32 ._confirmDelete_1hrct_264 ._content_1hrct_269 ._infoText_1hrct_275 ._infoDetails_1hrct_303{padding-bottom:32px;font-size:14px;line-height:20px}._deletion_1hrct_5 ._main_1hrct_32 ._confirmDelete_1hrct_264 ._content_1hrct_269 ._infoText_1hrct_275 ._infoContinue_1hrct_308{font-size:14px;line-height:20px}._deletion_1hrct_5 ._main_1hrct_32 ._confirmDelete_1hrct_264 ._content_1hrct_269 ._inputInfo_1hrct_312{padding-bottom:44px;width:552px}._deletion_1hrct_5 ._main_1hrct_32 ._confirmDelete_1hrct_264 ._content_1hrct_269 ._inputInfo_1hrct_312 .ant-input-lg{padding:10px 11px;font-size:16px}._deletion_1hrct_5 ._main_1hrct_32 ._confirmDelete_1hrct_264 ._content_1hrct_269 ._submitButton_1hrct_320{width:326px}._deletion_1hrct_5 ._main_1hrct_32 ._deletionSuccess_1hrct_323{display:flex;padding-top:68px;flex-direction:column;align-items:center;justify-content:center}._deletion_1hrct_5 ._main_1hrct_32 ._deletionSuccess_1hrct_323 ._successImg_1hrct_188{width:268px;height:199px}._deletion_1hrct_5 ._main_1hrct_32 ._deletionSuccess_1hrct_323 ._successText_1hrct_192{padding-top:24px;padding-bottom:4px;font-size:14px;line-height:18px;color:#3d3d3d}._deletion_1hrct_5 ._main_1hrct_32 ._deletionSuccess_1hrct_323 ._successTime_1hrct_341{padding-bottom:28px;font-size:20px;font-weight:700;line-height:24px;color:#ef323d}._deletion_1hrct_5 ._main_1hrct_32 ._deletionSuccess_1hrct_323 ._cancelBtn_1hrct_348{width:336px}._deletionMobile_fz38e_5{padding:6.4vw}._deletionMobile_fz38e_5 ._header_fz38e_8{display:flex;border-bottom:1px solid #e6e6e6;padding-bottom:5.866667vw;justify-content:space-between}._deletionMobile_fz38e_5 ._header_fz38e_8 ._title_fz38e_14{display:flex;height:7.466667vw;font-size:4.8vw;font-weight:700;color:#3d3d3d;align-items:center}._deletionMobile_fz38e_5 ._header_fz38e_8 ._goBack_fz38e_22{display:flex;width:7.466667vw;height:7.466667vw;align-items:center;justify-content:center}._deletionMobile_fz38e_5 ._header_fz38e_8 ._goBack_fz38e_22>img{width:5.866667vw;height:5.866667vw;cursor:pointer}._deletionMobile_fz38e_5 ._main_fz38e_34{display:flex;flex-direction:column;align-items:center}._deletionMobile_fz38e_5 ._main_fz38e_34 ._accountType_fz38e_39{display:flex;padding-top:8.533333vw;width:100%;flex-direction:column;row-gap:5.333333vw}._deletionMobile_fz38e_5 ._main_fz38e_34 ._accountType_fz38e_39 ._typeItem_fz38e_46{display:flex;box-sizing:border-box;border-radius:2.133333vw;height:35.2vw;cursor:pointer}._deletionMobile_fz38e_5 ._main_fz38e_34 ._accountType_fz38e_39 ._typeItem_fz38e_46 ._typeItemLeft_fz38e_53{box-sizing:border-box;border:1px solid #3d3d3d;border-radius:2.133333vw 0 0 2.133333vw;padding:6.4vw;flex:1}._deletionMobile_fz38e_5 ._main_fz38e_34 ._accountType_fz38e_39 ._typeItem_fz38e_46 ._typeItemLeft_fz38e_53 ._itemTitle_fz38e_60{margin-bottom:2.133333vw;font-size:4.266667vw;font-weight:700;color:#3d3d3d}._deletionMobile_fz38e_5 ._main_fz38e_34 ._accountType_fz38e_39 ._typeItem_fz38e_46 ._typeItemLeft_fz38e_53 ._itemDesc_fz38e_66{font-size:3.733333vw;line-height:4.8vw;color:#6e6e6e}._deletionMobile_fz38e_5 ._main_fz38e_34 ._accountType_fz38e_39 ._typeItem_fz38e_46 ._typeItemRight_fz38e_71{display:flex;border-left:1px solid #3d3d3d;border-radius:0 2.133333vw 2.133333vw 0;width:12.266667vw;background-color:#3d3d3d;align-items:center;justify-content:center}._deletionMobile_fz38e_5 ._main_fz38e_34 ._deletionType_fz38e_80{display:flex;padding-top:8.533333vw;width:100%;flex-direction:column;row-gap:5.333333vw}._deletionMobile_fz38e_5 ._main_fz38e_34 ._deletionType_fz38e_80 ._deletionTypeItem_fz38e_87{display:flex;box-sizing:border-box;border:1px solid #3d3d3d;border-radius:2.133333vw;height:35.2vw;cursor:pointer}._deletionMobile_fz38e_5 ._main_fz38e_34 ._deletionType_fz38e_80 ._deletionTypeItem_fz38e_87 ._typeItemLeft_fz38e_53{flex:1;box-sizing:border-box;padding:6.4vw}._deletionMobile_fz38e_5 ._main_fz38e_34 ._deletionType_fz38e_80 ._deletionTypeItem_fz38e_87 ._typeItemLeft_fz38e_53 ._itemTitle_fz38e_60{margin-bottom:2.133333vw;font-size:4.266667vw;font-weight:700;color:#3d3d3d}._deletionMobile_fz38e_5 ._main_fz38e_34 ._deletionType_fz38e_80 ._deletionTypeItem_fz38e_87 ._typeItemLeft_fz38e_53 ._itemDesc_fz38e_66{font-size:3.733333vw;line-height:4.8vw;color:#6e6e6e}._deletionMobile_fz38e_5 ._main_fz38e_34 ._deletionType_fz38e_80 ._deletionTypeItem_fz38e_87 ._typeItemRight_fz38e_71{display:flex;width:12.266667vw;align-items:center;justify-content:center}._deletionMobile_fz38e_5 ._main_fz38e_34 ._notice_fz38e_117{padding:10.666667vw 4.266667vw 0;width:100%}._deletionMobile_fz38e_5 ._main_fz38e_34 ._notice_fz38e_117 ._noticeTitle_fz38e_121{padding-bottom:5.866667vw;font-size:3.733333vw;font-weight:700}._deletionMobile_fz38e_5 ._main_fz38e_34 ._notice_fz38e_117 ._noticeContent_fz38e_126{display:flex;padding-bottom:21.333333vw;font-size:3.733333vw;font-weight:400;line-height:4.8vw;color:#3d3d3d;flex-direction:column;row-gap:5.333333vw}._deletionMobile_fz38e_5 ._main_fz38e_34 ._notice_fz38e_117 ._checkboxWrap_fz38e_136{display:flex;padding-bottom:4.8vw}._deletionMobile_fz38e_5 ._main_fz38e_34 ._notice_fz38e_117 ._checkboxWrap_fz38e_136 ._checkboxContent_fz38e_140{font-size:3.733333vw}._deletionMobile_fz38e_5 ._main_fz38e_34 ._notice_fz38e_117 ._applyButton_fz38e_143 ._buttonWrap_fz38e_143{width:100%}._deletionMobile_fz38e_5 ._main_fz38e_34 ._cancelApply_fz38e_146{box-sizing:border-box;padding-top:10.666667vw;width:100%;color:#3d3d3d}._deletionMobile_fz38e_5 ._main_fz38e_34 ._cancelApply_fz38e_146 ._cancelContent_fz38e_152{font-size:3.733333vw;line-height:6.4vw}._deletionMobile_fz38e_5 ._main_fz38e_34 ._cancelApply_fz38e_146 ._cancelContent_fz38e_152 ._countdown_fz38e_156{padding:7.466667vw 0 58.666667vw}._deletionMobile_fz38e_5 ._main_fz38e_34 ._cancelApply_fz38e_146 ._cancelContent_fz38e_152 ._countdown_fz38e_156 ._time_fz38e_159{font-weight:700;color:#ef323d}._deletionMobile_fz38e_5 ._main_fz38e_34 ._cancelApply_fz38e_146 ._checkboxWrap_fz38e_136{display:flex;justify-content:center;padding-bottom:4.8vw}._deletionMobile_fz38e_5 ._main_fz38e_34 ._cancelApply_fz38e_146 ._checkboxWrap_fz38e_136 ._checkboxContent_fz38e_140{font-size:3.733333vw}._deletionMobile_fz38e_5 ._main_fz38e_34 ._cancelApply_fz38e_146 ._applyButton_fz38e_143 ._buttonWrap_fz38e_143{width:100%}._deletionMobile_fz38e_5 ._main_fz38e_34 ._cancelSuccess_fz38e_174{display:flex;box-sizing:border-box;padding-top:18.133333vw;width:100%;flex-direction:column;align-items:center;justify-content:center}._deletionMobile_fz38e_5 ._main_fz38e_34 ._cancelSuccess_fz38e_174 ._successImg_fz38e_183{width:71.466667vw;height:53.066667vw}._deletionMobile_fz38e_5 ._main_fz38e_34 ._cancelSuccess_fz38e_174 ._successText_fz38e_187{padding-top:6.4vw;font-size:4.266667vw;font-weight:700;line-height:5.866667vw;color:#3d3d3d}._deletionMobile_fz38e_5 ._main_fz38e_34 ._fillIn_fz38e_194{box-sizing:border-box;padding-top:11.2vw;width:100%}._deletionMobile_fz38e_5 ._main_fz38e_34 ._fillIn_fz38e_194 .ant-modal-content{padding:13.333333vw 9.6vw 9.6vw}._deletionMobile_fz38e_5 ._main_fz38e_34 ._fillIn_fz38e_194 .ant-input-lg{padding:2.666667vw 2.933333vw;font-size:4.266667vw}._deletionMobile_fz38e_5 ._main_fz38e_34 ._fillIn_fz38e_194 .ant-checkbox-inner{border-radius:50%}._deletionMobile_fz38e_5 ._main_fz38e_34 ._fillIn_fz38e_194 .ant-checkbox-wrapper .ant-checkbox{margin-bottom:auto}._deletionMobile_fz38e_5 ._main_fz38e_34 ._fillIn_fz38e_194 .ant-input-affix-wrapper-lg{box-sizing:border-box;padding:1.333333vw 2.933333vw;height:12.266667vw}._deletionMobile_fz38e_5 ._main_fz38e_34 ._fillIn_fz38e_194 .ant-input-affix-wrapper-lg .ant-input-lg{padding:0!important;height:auto;font-size:4.266667vw!important}._deletionMobile_fz38e_5 ._main_fz38e_34 ._fillIn_fz38e_194 .ant-select-single.ant-select-lg{height:12.266667vw}._deletionMobile_fz38e_5 ._main_fz38e_34 ._fillIn_fz38e_194 ._getCodeButton_fz38e_225{display:flex;border-left:1px solid #bebebe;width:30.133333vw;height:4.266667vw;font-size:4.266667vw;color:#888;cursor:pointer;align-items:center;justify-content:center}._deletionMobile_fz38e_5 ._main_fz38e_34 ._fillIn_fz38e_194 ._getCodeButton_fz38e_225._disabled_fz38e_236{color:#00000040;cursor:not-allowed;pointer-events:none}._deletionMobile_fz38e_5 ._main_fz38e_34 ._fillIn_fz38e_194 ._waitCodeButton_fz38e_241{display:flex;border-left:1px solid #bebebe;width:30.133333vw;height:4.266667vw;font-size:4.266667vw;color:#ddd;align-items:center;justify-content:center}._deletionMobile_fz38e_5 ._main_fz38e_34 ._fillIn_fz38e_194 ._inputWrapper_fz38e_251{padding-bottom:6.4vw}._deletionMobile_fz38e_5 ._main_fz38e_34 ._fillIn_fz38e_194 ._checkboxContent_fz38e_140{padding-bottom:3.2vw;font-size:3.2vw}._deletionMobile_fz38e_5 ._main_fz38e_34 ._confirmDelete_fz38e_258{box-sizing:border-box;padding-top:10.666667vw;width:100%;color:#3d3d3d}._deletionMobile_fz38e_5 ._main_fz38e_34 ._confirmDelete_fz38e_258 ._content_fz38e_264{display:flex;flex-direction:column;align-items:center;justify-content:center}._deletionMobile_fz38e_5 ._main_fz38e_34 ._confirmDelete_fz38e_258 ._content_fz38e_264 ._infoText_fz38e_270 ._tableContainer_fz38e_270{overflow-y:auto;margin-bottom:7.466667vw;border:1px solid #f1f1f1;border-radius:1.6vw;width:100%;max-height:58.666667vw;font-size:3.733333vw}._deletionMobile_fz38e_5 ._main_fz38e_34 ._confirmDelete_fz38e_258 ._content_fz38e_264 ._infoText_fz38e_270 ._tableContainer_fz38e_270 ._tableRow_fz38e_279{display:flex;padding:3.2vw 4.266667vw}._deletionMobile_fz38e_5 ._main_fz38e_34 ._confirmDelete_fz38e_258 ._content_fz38e_264 ._infoText_fz38e_270 ._tableContainer_fz38e_270 ._tableRow_fz38e_279:first-of-type{position:sticky;top:0;z-index:1;background-color:#f1f1f1}._deletionMobile_fz38e_5 ._main_fz38e_34 ._confirmDelete_fz38e_258 ._content_fz38e_264 ._infoText_fz38e_270 ._tableContainer_fz38e_270 ._tableRow_fz38e_279 ._tableCell_fz38e_289{flex:1;text-align:center}._deletionMobile_fz38e_5 ._main_fz38e_34 ._confirmDelete_fz38e_258 ._content_fz38e_264 ._infoText_fz38e_270 ._infoTitle_fz38e_293{padding-bottom:5.866667vw;font-size:3.733333vw;font-weight:700}._deletionMobile_fz38e_5 ._main_fz38e_34 ._confirmDelete_fz38e_258 ._content_fz38e_264 ._infoText_fz38e_270 ._infoDetails_fz38e_298{padding-bottom:5.866667vw;font-size:3.733333vw;line-height:5.333333vw}._deletionMobile_fz38e_5 ._main_fz38e_34 ._confirmDelete_fz38e_258 ._content_fz38e_264 ._infoText_fz38e_270 ._infoContinue_fz38e_303{font-size:3.733333vw;line-height:5.333333vw}._deletionMobile_fz38e_5 ._main_fz38e_34 ._confirmDelete_fz38e_258 ._content_fz38e_264 ._inputInfo_fz38e_307{padding:6.4vw 0;width:100%}._deletionMobile_fz38e_5 ._main_fz38e_34 ._confirmDelete_fz38e_258 ._content_fz38e_264 ._inputInfo_fz38e_307 .ant-input-lg{padding:2.666667vw 2.933333vw;font-size:3.733333vw}._deletionMobile_fz38e_5 ._main_fz38e_34 ._confirmDelete_fz38e_258 ._content_fz38e_264 ._submitButton_fz38e_315{width:86.933333vw}._deletionMobile_fz38e_5 ._main_fz38e_34 ._deletionSuccess_fz38e_318{display:flex;padding-top:18.133333vw;width:100%;flex-direction:column;align-items:center;justify-content:center}._deletionMobile_fz38e_5 ._main_fz38e_34 ._deletionSuccess_fz38e_318 ._successImg_fz38e_183{width:71.466667vw;height:53.066667vw}._deletionMobile_fz38e_5 ._main_fz38e_34 ._deletionSuccess_fz38e_318 ._successText_fz38e_187{box-sizing:border-box;padding-top:6.4vw;padding-bottom:2.133333vw;width:56vw;font-size:3.733333vw;line-height:5.333333vw;text-align:center;color:#3d3d3d}._deletionMobile_fz38e_5 ._main_fz38e_34 ._deletionSuccess_fz38e_318 ._successTime_fz38e_340{padding-bottom:21.333333vw;font-size:4.8vw;font-weight:700;color:#ef323d}._deletionMobile_fz38e_5 ._main_fz38e_34 ._deletionSuccess_fz38e_318 ._cancelBtn_fz38e_346{width:89.6vw}._rechargeLayoutMobile_1afi1_5{padding-top:17.066667vw}._rechargeLayoutMobile_1afi1_5._layout_max_column_1afi1_8{display:flex;width:100%;height:100%;flex-direction:column}._navBar_j9hcp_5{display:flex;position:fixed;top:0;right:0;left:0;z-index:999;box-sizing:border-box;border-bottom:1.066667vw solid #e8e8e9;padding:0 5.333333vw;height:17.066667vw;background-color:#fff;justify-content:space-between;align-items:center}._navBar_j9hcp_5 ._left_j9hcp_20{display:flex;align-items:center;gap:3.466667vw}._navBar_j9hcp_5 ._left_j9hcp_20 ._logo_j9hcp_25>img{width:9.6vw;height:9.6vw}._navBar_j9hcp_5 ._left_j9hcp_20 ._title_j9hcp_29{font-size:4.266667vw;font-weight:700;color:#000}._navBar_j9hcp_5 ._right_j9hcp_34{display:flex;border-radius:50%;width:10.666667vw;height:10.666667vw;background-color:#f8f8f8;justify-content:center;align-items:center}._navBar_j9hcp_5 ._right_j9hcp_34 ._img_j9hcp_43{width:10.133333vw;height:10.133333vw}._userContentWrap_dj4xp_5{box-sizing:border-box}._userContentWrap_dj4xp_5 ._userInfo_dj4xp_8{display:flex;border-bottom:1px solid #f2f2f2;padding:6.666667vw 5.333333vw;align-items:center;-moz-column-gap:3.2vw;column-gap:3.2vw}._userContentWrap_dj4xp_5 ._userInfo_dj4xp_8 ._logoAvatar_dj4xp_15{width:9.6vw;height:9.6vw}._userContentWrap_dj4xp_5 ._userInfo_dj4xp_8 ._userDetails_dj4xp_19{color:#3d3d3d}._userContentWrap_dj4xp_5 ._userInfo_dj4xp_8 ._userDetails_dj4xp_19 ._userPhone_dj4xp_22{font-size:4.266667vw;line-height:5.866667vw}._userContentWrap_dj4xp_5 ._userInfo_dj4xp_8 ._userDetails_dj4xp_19 ._userId_dj4xp_26{font-size:3.2vw;line-height:4.266667vw;color:#bebebe}._userContentWrap_dj4xp_5 ._accountBtnWrap_dj4xp_31{border-bottom:1px solid #f2f2f2;padding:1.6vw 1.333333vw;font-weight:700}._userContentWrap_dj4xp_5 ._accountBtnWrap_dj4xp_31:last-of-type{border-bottom:none}._userContentWrap_dj4xp_5 ._accountBtnWrap_dj4xp_31 ._accountBtn_dj4xp_31{display:flex;box-sizing:border-box;border:none;border-radius:1.6vw;width:100%;height:12.8vw;font-size:3.733333vw;font-weight:700;color:#3d3d3d;cursor:pointer;align-items:center;justify-content:center}._userContentWrap_dj4xp_5 ._logout_dj4xp_53{padding:5.333333vw 1.333333vw;font-size:3.733333vw;font-weight:700;text-align:center;color:#3d3d3d;cursor:pointer}._rechargeHeader_l4wgi_5{display:flex;position:fixed;top:0;right:0;left:0;z-index:999;box-sizing:border-box;border-bottom:4px solid #f3f3f3;padding:0 100px;height:84px;background-color:#fff;justify-content:space-between}._rechargeHeader_l4wgi_5 ._left_l4wgi_19{display:flex}._rechargeHeader_l4wgi_5 ._left_l4wgi_19 ._logo_l4wgi_22 img{margin-top:20px;width:112px;height:39px;cursor:pointer}._rechargeHeader_l4wgi_5 ._left_l4wgi_19 ._divider_l4wgi_28{margin:32px 12px 0;width:2px;height:23px;background-color:#bebebe}._rechargeHeader_l4wgi_5 ._left_l4wgi_19 ._title_l4wgi_34{margin-top:33px;width:112px;font-size:20px;font-weight:700;color:#000}._rechargeHeader_l4wgi_5 ._left_l4wgi_19 ._navList_l4wgi_41{display:flex;margin:34px 0 0 31px;gap:40px}._rechargeHeader_l4wgi_5 ._left_l4wgi_19 ._navList_l4wgi_41 ._nav_l4wgi_41{display:flex;height:28px;font-size:16px;white-space:nowrap;cursor:pointer;justify-content:center}._rechargeHeader_l4wgi_5 ._left_l4wgi_19 ._navList_l4wgi_41 ._nav_l4wgi_41 div{color:#000;cursor:pointer}._rechargeHeader_l4wgi_5 ._right_l4wgi_58{display:flex;margin-top:22px;min-width:180px;height:40px;justify-content:end}._rechargeHeader_l4wgi_5 ._right_l4wgi_58 ._login_l4wgi_65{display:flex;border-radius:50%;width:40px;height:40px;background-color:#f8f8f8;opacity:1;cursor:pointer;justify-content:center;align-items:center}._rechargeHeader_l4wgi_5 ._right_l4wgi_58 ._login_l4wgi_65 img{width:24px;height:25px}._rechargeHeader_l4wgi_5 ._right_l4wgi_58 ._loginBtn_l4wgi_80{display:flex;margin-left:18px;border-radius:8px;width:96px;height:40px;font-size:16px;font-weight:700;color:#fff;background-color:#3d3d3d;cursor:pointer;align-items:center;justify-content:center}@media (max-width: 1000px){._rechargeHeader_l4wgi_5{padding:0 50px}}@media (max-width: 900px){._rechargeHeader_l4wgi_5{padding:0 30px}}@media (max-width: 800px){._rechargeHeader_l4wgi_5{padding:0 10px}}._rechargeLayoutPc_s2z6s_5{display:flex;box-sizing:border-box;padding-top:84px;height:100%;flex-direction:column}._ellipsisText_8h4ni_5{display:inline-block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;cursor:pointer}._GamesPc_zkp7j_5{min-width:1200px;flex:1;background-color:#f2f2f2}._GamesPc_zkp7j_5 ._main_zkp7j_10 ._banner_zkp7j_10{width:100%;height:268px}._GamesPc_zkp7j_5 ._main_zkp7j_10 ._banner_zkp7j_10 img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}._GamesPc_zkp7j_5 ._main_zkp7j_10 ._content_zkp7j_19{position:relative;margin:0 auto;padding-bottom:60px;width:1206px}._GamesPc_zkp7j_5 ._main_zkp7j_10 ._content_zkp7j_19 ._gameList_zkp7j_25{flex-shrink:0;display:flex;gap:52px 28px;flex-wrap:wrap;margin-top:-28px}._GamesPc_zkp7j_5 ._main_zkp7j_10 ._content_zkp7j_19 ._gameList_zkp7j_25 ._card_zkp7j_32{display:flex;position:relative;border-radius:8px;padding:20px 24px 30px;width:360px;background-color:#fff;flex-direction:column;justify-content:center;align-items:center;row-gap:20px}._GamesPc_zkp7j_5 ._main_zkp7j_10 ._content_zkp7j_19 ._gameList_zkp7j_25 ._card_zkp7j_32 ._info_zkp7j_44{display:flex;align-items:center;width:312px;height:60px}._GamesPc_zkp7j_5 ._main_zkp7j_10 ._content_zkp7j_19 ._gameList_zkp7j_25 ._card_zkp7j_32 ._info_zkp7j_44 ._logo_zkp7j_50{display:flex;position:absolute;top:-40px;left:28px;border-radius:20px;width:128px;height:128px;background-color:#fff;align-items:center;justify-content:center}._GamesPc_zkp7j_5 ._main_zkp7j_10 ._content_zkp7j_19 ._gameList_zkp7j_25 ._card_zkp7j_32 ._info_zkp7j_44 ._logo_zkp7j_50 img{border-radius:14px;width:100px;height:100px}._GamesPc_zkp7j_5 ._main_zkp7j_10 ._content_zkp7j_19 ._gameList_zkp7j_25 ._card_zkp7j_32 ._info_zkp7j_44 ._detail_zkp7j_67{display:flex;margin-left:146px;box-sizing:border-box;width:166px;flex-direction:column;gap:4px}._GamesPc_zkp7j_5 ._main_zkp7j_10 ._content_zkp7j_19 ._gameList_zkp7j_25 ._card_zkp7j_32 ._info_zkp7j_44 ._detail_zkp7j_67 ._name_zkp7j_75{font-size:20px;font-weight:700;color:#000}._GamesPc_zkp7j_5 ._main_zkp7j_10 ._content_zkp7j_19 ._gameList_zkp7j_25 ._card_zkp7j_32 ._info_zkp7j_44 ._detail_zkp7j_67 ._en_zkp7j_80{font-size:14px;color:#aaa}._GamesPc_zkp7j_5 ._main_zkp7j_10 ._content_zkp7j_19 ._gameList_zkp7j_25 ._card_zkp7j_32 ._button_zkp7j_84{display:flex;border-radius:6px;width:100%;height:48px;font-size:16px;color:#fff;background-color:#3d3d3d;cursor:pointer;justify-content:center;align-items:center;gap:24px}._GamesPc_zkp7j_5 ._main_zkp7j_10 ._content_zkp7j_19 ._gameList_zkp7j_25 ._card_zkp7j_32 ._button_zkp7j_84 img{width:12px;height:12px}._GamesPc_zkp7j_5 ._main_zkp7j_10 ._content_zkp7j_19 ._qrCode_zkp7j_101{display:flex;overflow:hidden;position:absolute;top:0;right:-28px;box-sizing:border-box;border-radius:8px;padding-top:12px;width:100px;height:126px;background-color:#fff;flex-direction:column;justify-content:space-between;align-items:center}._GamesPc_zkp7j_5 ._main_zkp7j_10 ._content_zkp7j_19 ._qrCode_zkp7j_101 ._codeTips_zkp7j_117{display:flex;border-bottom-right-radius:8px;border-bottom-left-radius:8px;width:100%;height:24px;font-size:12px;color:#fff;background-color:#3d3d3d;justify-content:center;align-items:center}@media (max-width: 1300px){._GamesPc_zkp7j_5 ._main_zkp7j_10 ._content_zkp7j_19{width:828px}}._gamesMobile_d91qe_5{box-sizing:border-box;padding:2.666667vw;background-color:#f9fafb;flex:1}._gamesMobile_d91qe_5 ._banner_d91qe_11{width:94.666667vw;height:37.333333vw}._gamesMobile_d91qe_5 ._banner_d91qe_11 img{width:100%;height:100%}._gamesMobile_d91qe_5 ._games_d91qe_5{display:flex;margin-top:2.666667vw;padding-bottom:61.333333vw;width:100%;flex-direction:column;gap:2.666667vw}._gamesMobile_d91qe_5 ._games_d91qe_5 ._card_d91qe_27{display:flex;box-sizing:border-box;border-radius:2.133333vw;padding:0 4.8vw 0 3.2vw;width:100%;height:21.333333vw;background-color:#fff;-moz-column-gap:4.266667vw;column-gap:4.266667vw;justify-content:space-between;align-items:center}._gamesMobile_d91qe_5 ._games_d91qe_5 ._card_d91qe_27 ._left_d91qe_39{flex-shrink:0;width:13.866667vw;height:13.866667vw}._gamesMobile_d91qe_5 ._games_d91qe_5 ._card_d91qe_27 ._left_d91qe_39 img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}._gamesMobile_d91qe_5 ._games_d91qe_5 ._card_d91qe_27 ._middle_d91qe_49{overflow:hidden;font-size:4.266667vw;font-weight:700;line-height:100%;white-space:nowrap;text-overflow:ellipsis;flex:1}._gamesMobile_d91qe_5 ._games_d91qe_5 ._card_d91qe_27 ._right_d91qe_58{border-radius:1.6vw;width:21.333333vw;height:9.6vw;font-size:4.266667vw;font-weight:700;line-height:9.6vw;text-align:center;color:#fff;background-color:#3d3d3d;flex-shrink:0}._contentWrapper_uisss_5{box-sizing:border-box;padding:3.2vw;width:100%}._contentWrapper_uisss_5 ._title_uisss_10{width:100%;font-size:4.8vw;text-align:center;color:#000}._contentWrapper_uisss_5 .ant-input-lg{padding:2.666667vw 2.933333vw;font-size:4.266667vw}._roleSelectWrapper_y90qe_5{box-sizing:border-box;padding:3.2vw}._roleSelectWrapper_y90qe_5 ._title_y90qe_9{padding-bottom:4.8vw;font-size:4.8vw;font-weight:700;text-align:center;color:#000}._roleFillModalMobile_zucu1_5{box-sizing:border-box;width:100%}._roleFillModalMobile_zucu1_5 ._fillTitle_zucu1_9{width:100%;font-size:4.8vw;font-weight:700;text-align:center;color:#000}._roleFillModalMobile_zucu1_5 ._searchForm_zucu1_16{margin-top:4.8vw}._roleFillModalMobile_zucu1_5 ._detailWrapper_zucu1_19{width:100%;text-align:center}._roleFillModalMobile_zucu1_5 ._detailWrapper_zucu1_19 ._roleName_zucu1_23{margin-top:4.266667vw;font-size:4.8vw;color:#3d3d3d}._roleFillModalMobile_zucu1_5 ._detailWrapper_zucu1_19 ._roleId_zucu1_28{margin-bottom:4.266667vw;font-size:4.8vw;color:#3d3d3d}._roleFillModalMobile_zucu1_5 ._detailWrapper_zucu1_19 ._reWrite_zucu1_33{margin-top:4.266667vw;font-size:3.733333vw;text-decoration:underline;color:#6e6e6e;cursor:pointer}._roleFillModalMobile_zucu1_5 .ant-input-lg{box-sizing:border-box;padding:2.666667vw 2.933333vw;height:12.266667vw;font-size:4.266667vw}._roleFillModalMobile_zucu1_5 .ant-modal-content .ant-modal-close-x{font-size:4.266667vw!important;line-height:8.533333vw!important}._healthWrapper_1rhmj_5{box-sizing:border-box;width:100%}._healthWrapper_1rhmj_5 ._title_1rhmj_9{width:100%;font-size:4.8vw;font-weight:700;text-align:center;color:#000}._healthWrapper_1rhmj_5 ._tips_1rhmj_16{margin:4.266667vw 0}._healthWrapper_1rhmj_5 ._rules_1rhmj_19{margin-bottom:4.266667vw}._payment_hzp9w_5{display:flex;flex-direction:column;gap:3.2vw;padding:7.466667vw 5.333333vw 8vw;width:100%}._payment_hzp9w_5 ._title_hzp9w_12{width:100%;font-size:4.8vw;font-weight:400;text-align:center;color:#000}._payment_hzp9w_5 ._price_hzp9w_19{width:100%;font-size:6.4vw;font-weight:700;line-height:100%;text-align:center;color:#ef323d}._payment_hzp9w_5 ._common_hzp9w_27{border-radius:2.133333vw;background-color:#fff}._payment_hzp9w_5 ._product_hzp9w_31{display:flex;margin-top:3.2vw;box-sizing:border-box;padding:3.733333vw;width:100%;height:24.533333vw;justify-content:space-between;align-items:center}._payment_hzp9w_5 ._product_hzp9w_31 ._left_hzp9w_41{display:flex;justify-content:space-between;align-items:center;height:17.066667vw}._payment_hzp9w_5 ._product_hzp9w_31 ._left_hzp9w_41 ._logo_hzp9w_47{display:flex;justify-content:center;align-items:center;width:17.066667vw;height:17.066667vw}._payment_hzp9w_5 ._product_hzp9w_31 ._left_hzp9w_41 ._logo_hzp9w_47 img{width:11.733333vw;height:14.4vw;-o-object-fit:contain;object-fit:contain}._payment_hzp9w_5 ._product_hzp9w_31 ._left_hzp9w_41 ._name_hzp9w_59{font-size:4.266667vw;color:#3d3d3d}._payment_hzp9w_5 ._product_hzp9w_31 ._right_hzp9w_63{display:flex;justify-content:space-between;align-items:center;width:25.333333vw;height:8.533333vw}._payment_hzp9w_5 ._product_hzp9w_31 ._right_hzp9w_63 ._quantity_hzp9w_70 .ant-input-number-input{padding:1.066667vw 0!important;width:8vw;min-width:5.333333vw;text-align:center}._payment_hzp9w_5 ._product_hzp9w_31 ._right_hzp9w_63 ._quantity_hzp9w_70 .ant-input-number-group-addon{padding:0!important;font-size:5.333333vw}._payment_hzp9w_5 ._product_hzp9w_31 ._right_hzp9w_63 ._quantity_hzp9w_70 .ant-input-number-handler-wrap{display:none!important;opacity:0}._payment_hzp9w_5 ._product_hzp9w_31 ._right_hzp9w_63 ._quantity_hzp9w_70 ._disabledBtn_hzp9w_84{opacity:.3;cursor:no-drop;pointer-events:none}._payment_hzp9w_5 ._roleInfo_hzp9w_89{display:flex;box-sizing:border-box;padding:0 3.733333vw 0 6.4vw;width:100%;height:12.266667vw;justify-content:space-between;align-items:center}._payment_hzp9w_5 ._roleInfo_hzp9w_89 ._roleLabel_hzp9w_98{color:#6e6e6e}._payment_hzp9w_5 ._roleInfo_hzp9w_89 ._roleValue_hzp9w_101{color:#3d3d3d}._payment_hzp9w_5 ._payMethod_hzp9w_104{width:100%}._payment_hzp9w_5 ._payMethod_hzp9w_104 ._modeItem_hzp9w_106{display:flex;box-sizing:border-box;border-bottom:1px solid #f1f1f1;padding:0 5.333333vw 0 6.133333vw;width:100%;height:12.8vw;align-items:center;justify-content:space-between}._payment_hzp9w_5 ._payMethod_hzp9w_104 ._modeItem_hzp9w_106:last-of-type{border-bottom:none}._payment_hzp9w_5 ._payMethod_hzp9w_104 ._modeItem_hzp9w_106 ._modeWrapper_hzp9w_121{display:flex;align-items:center;gap:4.533333vw}._payment_hzp9w_5 ._payMethod_hzp9w_104 ._modeItem_hzp9w_106 img{width:6.666667vw;height:6.666667vw}._payment_hzp9w_5 ._payMethod_hzp9w_104 ._modeItem_hzp9w_106 ._radio_hzp9w_130{display:flex;border:.533333vw solid #e5e5e5;border-radius:50%;width:6.133333vw;height:6.133333vw;justify-content:center;align-items:center}._payment_hzp9w_5 ._payMethod_hzp9w_104 ._modeItem_hzp9w_106 ._radio_hzp9w_130 ._circle_hzp9w_139{border-radius:50%;width:3.466667vw;height:3.466667vw;background-color:#3d3d3d;opacity:1}._payment_hzp9w_5 ._payMethod_hzp9w_104 ._modeItem_hzp9w_106:nth-child(2){border-bottom:none}._successWrapper_hzp9w_150{padding-top:4.533333vw;text-align:center}._successWrapper_hzp9w_150 ._header_hzp9w_154{display:flex;width:100%;justify-content:center;align-items:center;gap:2.666667vw}._successWrapper_hzp9w_150 ._header_hzp9w_154 ._title_hzp9w_12{font-size:4.8vw;font-weight:700;line-height:100%;color:#3d3d3d}._successWrapper_hzp9w_150 ._header_hzp9w_154 ._successLogo_hzp9w_167{width:6.4vw;height:6.4vw}._successWrapper_hzp9w_150 ._tips_hzp9w_171{margin:3.2vw 0 6.4vw;font-size:3.733333vw;line-height:100%;color:#6e6e6e}._productMobile_12t8u_5{box-sizing:border-box;padding:5.333333vw;background-color:#f9fafb;flex:1}._productMobile_12t8u_5 ._banner_12t8u_11{box-sizing:border-box;border:1px solid #dedede;border-radius:2.133333vw;padding:4vw;height:20.8vw;background-color:#fff}._productMobile_12t8u_5 ._banner_12t8u_11 ._contentWrapper_12t8u_19{display:flex;align-items:center;width:100%;height:100%}._productMobile_12t8u_5 ._banner_12t8u_11 ._contentWrapper_12t8u_19 ._logo_12t8u_25{border-radius:2.133333vw;width:13.333333vw;height:100%;flex-shrink:0;-o-object-fit:contain;object-fit:contain}._productMobile_12t8u_5 ._banner_12t8u_11 ._contentWrapper_12t8u_19 ._info_12t8u_32{display:flex;margin-left:3.2vw;height:10.666667vw;flex:1;flex-direction:column;justify-content:center;row-gap:1.066667vw}._productMobile_12t8u_5 ._banner_12t8u_11 ._contentWrapper_12t8u_19 ._info_12t8u_32 ._name_12t8u_41{width:100%;font-size:4.266667vw;line-height:100%}._productMobile_12t8u_5 ._banner_12t8u_11 ._contentWrapper_12t8u_19 ._info_12t8u_32 ._roleBlock_12t8u_46{font-size:3.733333vw;color:#6e6e6e}._productMobile_12t8u_5 ._banner_12t8u_11 ._contentWrapper_12t8u_19 ._switch_12t8u_50{display:flex;margin-left:3.2vw;width:10.133333vw;height:9.333333vw;justify-content:center;align-items:center}._productMobile_12t8u_5 ._banner_12t8u_11 ._contentWrapper_12t8u_19 ._switch_12t8u_50 ._switchLogo_12t8u_58{width:5.333333vw;height:4.8vw}._productMobile_12t8u_5 ._productWrapper_12t8u_62{display:flex;margin-top:3.733333vw;box-sizing:border-box;width:100%;flex-wrap:wrap;justify-content:space-between;gap:3.2vw 0}._productMobile_12t8u_5 ._productWrapper_12t8u_62 ._card_12t8u_71{overflow:hidden;border:1px solid #dedede;border-radius:2.133333vw;width:42.666667vw}._productMobile_12t8u_5 ._productWrapper_12t8u_62 ._card_12t8u_71 ._top_12t8u_77{display:flex;width:100%;height:31.466667vw;background-color:#fff;justify-content:center;align-items:center}._productMobile_12t8u_5 ._productWrapper_12t8u_62 ._card_12t8u_71 ._top_12t8u_77 ._topLogo_12t8u_85{border-radius:3.2vw;width:19.733333vw;height:22.4vw;-o-object-fit:contain;object-fit:contain}._productMobile_12t8u_5 ._productWrapper_12t8u_62 ._card_12t8u_71 ._bottom_12t8u_91{display:flex;box-sizing:border-box;border-top:1px solid #dedede;padding:4.266667vw 3.2vw;width:100%;background-color:#f9fafb;justify-content:space-between;-moz-column-gap:1.6vw;column-gap:1.6vw}._productMobile_12t8u_5 ._productWrapper_12t8u_62 ._card_12t8u_71 ._bottom_12t8u_91 ._left_12t8u_101{display:flex;width:26.666667vw;flex:1;flex-direction:column;row-gap:1.066667vw}._productMobile_12t8u_5 ._productWrapper_12t8u_62 ._card_12t8u_71 ._bottom_12t8u_91 ._left_12t8u_101 ._productName_12t8u_108{overflow:hidden;font-size:3.733333vw;font-weight:700;white-space:nowrap;text-overflow:ellipsis;color:#3d3d3d}._productMobile_12t8u_5 ._productWrapper_12t8u_62 ._card_12t8u_71 ._bottom_12t8u_91 ._left_12t8u_101 ._productSet_12t8u_116{display:flex;-moz-column-gap:3.2vw;column-gap:3.2vw}._productMobile_12t8u_5 ._productWrapper_12t8u_62 ._card_12t8u_71 ._bottom_12t8u_91 ._left_12t8u_101 ._productSet_12t8u_116 ._price_12t8u_120{display:flex;font-size:4.266667vw;font-weight:700;white-space:pre-wrap;word-break:break-all;color:#ef323d;flex:1;align-items:center}._productMobile_12t8u_5 ._productWrapper_12t8u_62 ._card_12t8u_71 ._bottom_12t8u_91 ._left_12t8u_101 ._productSet_12t8u_116 ._right_12t8u_130{display:flex;border-radius:50%;width:8vw;height:8vw;background-color:#2ac48c;flex-shrink:0;justify-content:center;align-items:center}._productMobile_12t8u_5 ._explain_12t8u_140{margin-top:6.4vw;width:87.2vw;height:53.333333vw}._productMobile_12t8u_5 ._explain_12t8u_140 ._explainTitle_12t8u_145{font-size:3.733333vw}._productMobile_12t8u_5 ._explain_12t8u_140 ._explainContent_12t8u_148{display:flex;margin-top:1.066667vw;font-size:3.2vw;font-weight:400;line-height:5.333333vw;color:#6e6e6e;flex-direction:column}._successWrapper_12t8u_159{padding-top:4.533333vw;text-align:center}._successWrapper_12t8u_159 ._header_12t8u_163{display:flex;width:100%;justify-content:center;align-items:center;gap:2.666667vw}._successWrapper_12t8u_159 ._header_12t8u_163 ._title_12t8u_170{font-size:4.8vw;font-weight:700;line-height:100%;color:#3d3d3d}._successWrapper_12t8u_159 ._header_12t8u_163 ._successLogo_12t8u_176{width:6.4vw;height:6.4vw}._successWrapper_12t8u_159 ._tips_12t8u_180{margin:3.2vw 0 6.4vw;font-size:3.733333vw;line-height:100%;color:#6e6e6e}._contentWrapper_uisss_5{box-sizing:border-box;padding:12px;width:100%}._contentWrapper_uisss_5 ._title_uisss_10{width:100%;font-size:18px;text-align:center;color:#000}._contentWrapper_uisss_5 .ant-input-lg{padding:10px 11px;font-size:16px}._roleSelectWrapper_bwgkh_5{box-sizing:border-box;padding:12px;width:100%}._roleSelectWrapper_bwgkh_5 ._title_bwgkh_10{width:100%;font-size:18px;font-weight:700;text-align:center;color:#000}._roleFillWrapper_wuj23_5{box-sizing:border-box;padding:12px;width:100%}._roleFillWrapper_wuj23_5 ._fillTitle_wuj23_10{width:100%;font-size:18px;font-weight:700;text-align:center;color:#000}._roleFillWrapper_wuj23_5 ._searchForm_wuj23_17{margin-top:18px}._detailWrapper_wuj23_21{width:100%;text-align:center}._detailWrapper_wuj23_21 ._roleName_wuj23_25{margin-top:16px;font-size:18px;color:#3d3d3d}._detailWrapper_wuj23_21 ._roleId_wuj23_30{margin-bottom:16px;font-size:18px;color:#3d3d3d}._detailWrapper_wuj23_21 ._reWrite_wuj23_35{margin-top:16px;font-size:14px;text-decoration:underline;color:#6e6e6e;cursor:pointer}._productPc_uqbkr_5{min-width:1200px;flex:1;background-color:#f2f2f2}._productPc_uqbkr_5 ._main_uqbkr_10 ._banner_uqbkr_10{width:100%;height:268px}._productPc_uqbkr_5 ._main_uqbkr_10 ._banner_uqbkr_10 img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}._productPc_uqbkr_5 ._main_uqbkr_10 ._quantity_uqbkr_19 .ant-input-number-input{padding:4px 0!important;width:30px;min-width:20px;text-align:center}._productPc_uqbkr_5 ._main_uqbkr_10 ._quantity_uqbkr_19 .ant-input-number-group-addon{padding:0!important;font-size:20px}._productPc_uqbkr_5 ._main_uqbkr_10 ._quantity_uqbkr_19 .ant-input-number-handler-wrap{display:none!important;opacity:0}._productPc_uqbkr_5 ._main_uqbkr_10 ._quantity_uqbkr_19 ._disabledBtn_uqbkr_33{opacity:.3;cursor:no-drop;pointer-events:none}._productPc_uqbkr_5 ._main_uqbkr_10 ._content_uqbkr_38{display:flex;margin-top:-165px;width:100%;justify-content:center}._productPc_uqbkr_5 ._main_uqbkr_10 ._content_uqbkr_38 ._productContainer_uqbkr_44{display:flex;flex-direction:column;gap:16px}._productPc_uqbkr_5 ._main_uqbkr_10 ._content_uqbkr_38 ._productContainer_uqbkr_44 ._header_uqbkr_49{display:flex;box-sizing:border-box;border-radius:8px;padding-left:16px;width:804px;height:100px;background-color:#fff;align-items:center;gap:16px}._productPc_uqbkr_5 ._main_uqbkr_10 ._content_uqbkr_38 ._productContainer_uqbkr_44 ._header_uqbkr_49 ._logo_uqbkr_60{border-radius:6px;width:68px;height:68px}._productPc_uqbkr_5 ._main_uqbkr_10 ._content_uqbkr_38 ._productContainer_uqbkr_44 ._header_uqbkr_49 ._logo_uqbkr_60 img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}._productPc_uqbkr_5 ._main_uqbkr_10 ._content_uqbkr_38 ._productContainer_uqbkr_44 ._header_uqbkr_49 ._gameInfo_uqbkr_70{display:flex;flex-direction:column;justify-content:space-between}._productPc_uqbkr_5 ._main_uqbkr_10 ._content_uqbkr_38 ._productContainer_uqbkr_44 ._header_uqbkr_49 ._gameInfo_uqbkr_70 ._name_uqbkr_75{font-size:18px;font-weight:700;line-height:100%}._productPc_uqbkr_5 ._main_uqbkr_10 ._content_uqbkr_38 ._productContainer_uqbkr_44 ._recharge_uqbkr_80{display:flex;gap:21px;width:100%}._productPc_uqbkr_5 ._main_uqbkr_10 ._content_uqbkr_38 ._productContainer_uqbkr_44 ._recharge_uqbkr_80 ._productPanel_uqbkr_85{display:flex;box-sizing:border-box;border-radius:8px;padding:24px;width:804px;background-color:#fff;flex-direction:column;gap:28px}._productPc_uqbkr_5 ._main_uqbkr_10 ._content_uqbkr_38 ._productContainer_uqbkr_44 ._recharge_uqbkr_80 ._productPanel_uqbkr_85 ._list_uqbkr_95{display:flex;flex-wrap:wrap;gap:12px;width:804px}._productPc_uqbkr_5 ._main_uqbkr_10 ._content_uqbkr_38 ._productContainer_uqbkr_44 ._recharge_uqbkr_80 ._productPanel_uqbkr_85 ._list_uqbkr_95 ._card_uqbkr_101{display:flex;overflow:hidden;border:1px solid #dedede;border-radius:8px;width:178px;height:222px;cursor:pointer;flex-direction:column}._productPc_uqbkr_5 ._main_uqbkr_10 ._content_uqbkr_38 ._productContainer_uqbkr_44 ._recharge_uqbkr_80 ._productPanel_uqbkr_85 ._list_uqbkr_95 ._card_uqbkr_101 ._top_uqbkr_111{display:flex;justify-content:center;align-items:center;width:100%;height:142px}._productPc_uqbkr_5 ._main_uqbkr_10 ._content_uqbkr_38 ._productContainer_uqbkr_44 ._recharge_uqbkr_80 ._productPanel_uqbkr_85 ._list_uqbkr_95 ._card_uqbkr_101 ._top_uqbkr_111 ._productImg_uqbkr_118{overflow:hidden;width:92px;height:92px}._productPc_uqbkr_5 ._main_uqbkr_10 ._content_uqbkr_38 ._productContainer_uqbkr_44 ._recharge_uqbkr_80 ._productPanel_uqbkr_85 ._list_uqbkr_95 ._card_uqbkr_101 ._top_uqbkr_111 ._productImg_uqbkr_118 img{width:100%;height:100%}._productPc_uqbkr_5 ._main_uqbkr_10 ._content_uqbkr_38 ._productContainer_uqbkr_44 ._recharge_uqbkr_80 ._productPanel_uqbkr_85 ._list_uqbkr_95 ._card_uqbkr_101 ._bottom_uqbkr_127{display:flex;overflow:hidden;border-top:1px solid #dadada;background-color:#f9fafb;justify-content:center;align-items:center;flex:1}._productPc_uqbkr_5 ._main_uqbkr_10 ._content_uqbkr_38 ._productContainer_uqbkr_44 ._recharge_uqbkr_80 ._productPanel_uqbkr_85 ._list_uqbkr_95 ._card_uqbkr_101 ._bottom_uqbkr_127 ._productInfo_uqbkr_136{display:flex;flex-direction:column;justify-content:center;align-items:center;row-gap:6px;height:50px}._productPc_uqbkr_5 ._main_uqbkr_10 ._content_uqbkr_38 ._productContainer_uqbkr_44 ._recharge_uqbkr_80 ._productPanel_uqbkr_85 ._list_uqbkr_95 ._card_uqbkr_101 ._bottom_uqbkr_127 ._productInfo_uqbkr_136 ._productName_uqbkr_144{max-width:150px;font-size:16px;font-weight:700;color:#3d3d3d}._productPc_uqbkr_5 ._main_uqbkr_10 ._content_uqbkr_38 ._productContainer_uqbkr_44 ._recharge_uqbkr_80 ._productPanel_uqbkr_85 ._list_uqbkr_95 ._card_uqbkr_101 ._bottom_uqbkr_127 ._productInfo_uqbkr_136 ._price_uqbkr_150{font-size:20px;font-weight:700;color:#ef323d}._productPc_uqbkr_5 ._main_uqbkr_10 ._content_uqbkr_38 ._productContainer_uqbkr_44 ._recharge_uqbkr_80 ._productPanel_uqbkr_85 ._list_uqbkr_95 ._card_uqbkr_101 ._bottom_uqbkr_127 ._productInfo_uqbkr_136 ._fontActive_uqbkr_155{color:#fff}._productPc_uqbkr_5 ._main_uqbkr_10 ._content_uqbkr_38 ._productContainer_uqbkr_44 ._recharge_uqbkr_80 ._productPanel_uqbkr_85 ._list_uqbkr_95 ._card_uqbkr_101 ._bottomActive_uqbkr_158{border-top-color:#2ac48c;background-color:#2ac48c}._productPc_uqbkr_5 ._main_uqbkr_10 ._content_uqbkr_38 ._productContainer_uqbkr_44 ._recharge_uqbkr_80 ._productPanel_uqbkr_85 ._explainWrapper_uqbkr_162{display:flex;flex-direction:column;margin-left:14px;width:719px;height:134px}._productPc_uqbkr_5 ._main_uqbkr_10 ._content_uqbkr_38 ._productContainer_uqbkr_44 ._recharge_uqbkr_80 ._productPanel_uqbkr_85 ._explainWrapper_uqbkr_162 ._explain_uqbkr_162{font-size:14px;color:#000}._productPc_uqbkr_5 ._main_uqbkr_10 ._content_uqbkr_38 ._productContainer_uqbkr_44 ._recharge_uqbkr_80 ._productPanel_uqbkr_85 ._explainWrapper_uqbkr_162 ._detail_uqbkr_173{display:flex;margin-top:8px;flex-direction:column}._productPc_uqbkr_5 ._main_uqbkr_10 ._content_uqbkr_38 ._productContainer_uqbkr_44 ._recharge_uqbkr_80 ._productPanel_uqbkr_85 ._explainWrapper_uqbkr_162 ._detail_uqbkr_173 span{font-size:12px;line-height:18px;color:#6e6e6e}._productPc_uqbkr_5 ._main_uqbkr_10 ._content_uqbkr_38 ._productContainer_uqbkr_44 ._recharge_uqbkr_80 ._payInfo_uqbkr_183{box-sizing:border-box;border-radius:8px;padding:22px 20px 24px 24px;width:320px;height:375px;background-color:#fff}._productPc_uqbkr_5 ._main_uqbkr_10 ._content_uqbkr_38 ._productContainer_uqbkr_44 ._recharge_uqbkr_80 ._payInfo_uqbkr_183 ._infoWrapper_uqbkr_191 ._infoPanel_uqbkr_191{border-bottom:1px solid #efefef;width:100%;height:90px}._productPc_uqbkr_5 ._main_uqbkr_10 ._content_uqbkr_38 ._productContainer_uqbkr_44 ._recharge_uqbkr_80 ._payInfo_uqbkr_183 ._infoWrapper_uqbkr_191 ._infoPanel_uqbkr_191 ._detail_uqbkr_173{height:73px}._productPc_uqbkr_5 ._main_uqbkr_10 ._content_uqbkr_38 ._productContainer_uqbkr_44 ._recharge_uqbkr_80 ._payInfo_uqbkr_183 ._infoWrapper_uqbkr_191 ._infoPanel_uqbkr_191 ._detail_uqbkr_173 ._rechargeRole_uqbkr_199{font-size:14px;font-weight:700;color:#3d3d3d}._productPc_uqbkr_5 ._main_uqbkr_10 ._content_uqbkr_38 ._productContainer_uqbkr_44 ._recharge_uqbkr_80 ._payInfo_uqbkr_183 ._infoWrapper_uqbkr_191 ._infoPanel_uqbkr_191 ._detail_uqbkr_173 ._role_uqbkr_204{display:flex;padding-top:16px;font-size:14px;color:#6e6e6e;cursor:pointer;flex-direction:column;gap:2px}._productPc_uqbkr_5 ._main_uqbkr_10 ._content_uqbkr_38 ._productContainer_uqbkr_44 ._recharge_uqbkr_80 ._payInfo_uqbkr_183 ._infoWrapper_uqbkr_191 ._infoPanel_uqbkr_191 ._detail_uqbkr_173 ._role_uqbkr_204 span{line-height:18px}._productPc_uqbkr_5 ._main_uqbkr_10 ._content_uqbkr_38 ._productContainer_uqbkr_44 ._recharge_uqbkr_80 ._payInfo_uqbkr_183 ._infoWrapper_uqbkr_191 ._infoPanel_uqbkr_191 ._detail_uqbkr_173 ._role_uqbkr_204 ._user_uqbkr_216{display:flex;align-items:center;gap:10px}._productPc_uqbkr_5 ._main_uqbkr_10 ._content_uqbkr_38 ._productContainer_uqbkr_44 ._recharge_uqbkr_80 ._payInfo_uqbkr_183 ._infoWrapper_uqbkr_191 ._infoPanel_uqbkr_191 ._detail_uqbkr_173 ._role_uqbkr_204 ._user_uqbkr_216 img{width:14px;height:14px;cursor:pointer}._productPc_uqbkr_5 ._main_uqbkr_10 ._content_uqbkr_38 ._productContainer_uqbkr_44 ._recharge_uqbkr_80 ._payInfo_uqbkr_183 ._infoWrapper_uqbkr_191 ._selectedPanel_uqbkr_226{box-sizing:border-box;border-bottom:1px solid #efefef;padding:11px 0 20px;height:101px}._productPc_uqbkr_5 ._main_uqbkr_10 ._content_uqbkr_38 ._productContainer_uqbkr_44 ._recharge_uqbkr_80 ._payInfo_uqbkr_183 ._infoWrapper_uqbkr_191 ._selectedPanel_uqbkr_226 ._product_uqbkr_5{width:100%;height:78px}._productPc_uqbkr_5 ._main_uqbkr_10 ._content_uqbkr_38 ._productContainer_uqbkr_44 ._recharge_uqbkr_80 ._payInfo_uqbkr_183 ._infoWrapper_uqbkr_191 ._selectedPanel_uqbkr_226 ._product_uqbkr_5 ._selectedGoods_uqbkr_236{font-size:14px;font-weight:700;color:#3d3d3d}._productPc_uqbkr_5 ._main_uqbkr_10 ._content_uqbkr_38 ._productContainer_uqbkr_44 ._recharge_uqbkr_80 ._payInfo_uqbkr_183 ._infoWrapper_uqbkr_191 ._selectedPanel_uqbkr_226 ._product_uqbkr_5 ._productDetail_uqbkr_241{display:flex;justify-content:space-between;align-items:center;margin-top:15px;width:100%;height:48px}._productPc_uqbkr_5 ._main_uqbkr_10 ._content_uqbkr_38 ._productContainer_uqbkr_44 ._recharge_uqbkr_80 ._payInfo_uqbkr_183 ._infoWrapper_uqbkr_191 ._selectedPanel_uqbkr_226 ._product_uqbkr_5 ._productDetail_uqbkr_241 ._productInfoWrapper_uqbkr_249{display:flex;flex-direction:row;align-items:center;-moz-column-gap:12px;column-gap:12px;height:100%}._productPc_uqbkr_5 ._main_uqbkr_10 ._content_uqbkr_38 ._productContainer_uqbkr_44 ._recharge_uqbkr_80 ._payInfo_uqbkr_183 ._infoWrapper_uqbkr_191 ._selectedPanel_uqbkr_226 ._product_uqbkr_5 ._productDetail_uqbkr_241 ._productInfoWrapper_uqbkr_249 ._productLogo_uqbkr_256{flex-shrink:0;width:48px;height:48px}._productPc_uqbkr_5 ._main_uqbkr_10 ._content_uqbkr_38 ._productContainer_uqbkr_44 ._recharge_uqbkr_80 ._payInfo_uqbkr_183 ._infoWrapper_uqbkr_191 ._selectedPanel_uqbkr_226 ._product_uqbkr_5 ._productDetail_uqbkr_241 ._productInfoWrapper_uqbkr_249 ._productLogo_uqbkr_256 img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}._productPc_uqbkr_5 ._main_uqbkr_10 ._content_uqbkr_38 ._productContainer_uqbkr_44 ._recharge_uqbkr_80 ._payInfo_uqbkr_183 ._infoWrapper_uqbkr_191 ._selectedPanel_uqbkr_226 ._product_uqbkr_5 ._productDetail_uqbkr_241 ._productInfoWrapper_uqbkr_249 ._priceWrapper_uqbkr_266{display:flex;width:100px;font-size:14px;flex-direction:column;row-gap:4px}._productPc_uqbkr_5 ._main_uqbkr_10 ._content_uqbkr_38 ._productContainer_uqbkr_44 ._recharge_uqbkr_80 ._payInfo_uqbkr_183 ._infoWrapper_uqbkr_191 ._selectedPanel_uqbkr_226 ._product_uqbkr_5 ._productDetail_uqbkr_241 ._productInfoWrapper_uqbkr_249 ._priceWrapper_uqbkr_266 ._productName_uqbkr_144{width:100%;font-size:14px;line-height:18px;color:#6e6e6e}._productPc_uqbkr_5 ._main_uqbkr_10 ._content_uqbkr_38 ._productContainer_uqbkr_44 ._recharge_uqbkr_80 ._payInfo_uqbkr_183 ._infoWrapper_uqbkr_191 ._selectedPanel_uqbkr_226 ._product_uqbkr_5 ._productDetail_uqbkr_241 ._productInfoWrapper_uqbkr_249 ._priceWrapper_uqbkr_266 ._productPrice_uqbkr_279{margin-left:4px;width:100%;color:#ef323d}._productPc_uqbkr_5 ._main_uqbkr_10 ._content_uqbkr_38 ._productContainer_uqbkr_44 ._recharge_uqbkr_80 ._payInfo_uqbkr_183 ._infoWrapper_uqbkr_191 ._selectedPanel_uqbkr_226 ._product_uqbkr_5 ._productDetail_uqbkr_241 ._numberWrapper_uqbkr_284{display:flex;margin-left:12px;width:68px;height:21px;justify-content:space-between;align-items:center}._productPc_uqbkr_5 ._main_uqbkr_10 ._content_uqbkr_38 ._productContainer_uqbkr_44 ._recharge_uqbkr_80 ._payInfo_uqbkr_183 ._infoWrapper_uqbkr_191 ._selectedPanel_uqbkr_226 ._product_uqbkr_5 ._productDetail_uqbkr_241 ._numberWrapper_uqbkr_284 ._common_uqbkr_292{display:flex;justify-content:center;align-items:center;border-radius:50%;font-size:12px;cursor:pointer}._productPc_uqbkr_5 ._main_uqbkr_10 ._content_uqbkr_38 ._productContainer_uqbkr_44 ._recharge_uqbkr_80 ._payInfo_uqbkr_183 ._infoWrapper_uqbkr_191 ._selectedPanel_uqbkr_226 ._product_uqbkr_5 ._productDetail_uqbkr_241 ._numberWrapper_uqbkr_284 ._subBtn_uqbkr_300{border:1px solid gray;width:20px;height:20px;color:gray}._productPc_uqbkr_5 ._main_uqbkr_10 ._content_uqbkr_38 ._productContainer_uqbkr_44 ._recharge_uqbkr_80 ._payInfo_uqbkr_183 ._infoWrapper_uqbkr_191 ._selectedPanel_uqbkr_226 ._product_uqbkr_5 ._productDetail_uqbkr_241 ._numberWrapper_uqbkr_284 ._quantity_uqbkr_19{font-size:14px;font-weight:400}._productPc_uqbkr_5 ._main_uqbkr_10 ._content_uqbkr_38 ._productContainer_uqbkr_44 ._recharge_uqbkr_80 ._payInfo_uqbkr_183 ._infoWrapper_uqbkr_191 ._selectedPanel_uqbkr_226 ._product_uqbkr_5 ._productDetail_uqbkr_241 ._numberWrapper_uqbkr_284 ._addBtn_uqbkr_310{width:21px;height:21px;color:#3d3d3d;background-color:#e5e5e5}._productPc_uqbkr_5 ._main_uqbkr_10 ._content_uqbkr_38 ._productContainer_uqbkr_44 ._recharge_uqbkr_80 ._payInfo_uqbkr_183 ._infoWrapper_uqbkr_191 ._paymentPanel_uqbkr_316{box-sizing:border-box;border-bottom:1px solid #efefef;padding-top:19px;width:100%;height:85px}._productPc_uqbkr_5 ._main_uqbkr_10 ._content_uqbkr_38 ._productContainer_uqbkr_44 ._recharge_uqbkr_80 ._payInfo_uqbkr_183 ._infoWrapper_uqbkr_191 ._paymentPanel_uqbkr_316 ._paymentWrapper_uqbkr_323{display:flex;width:100%;height:48px;font-size:14px;font-weight:700;color:#3d3d3d;align-items:center;justify-content:space-between;-moz-column-gap:64px;column-gap:64px}._productPc_uqbkr_5 ._main_uqbkr_10 ._content_uqbkr_38 ._productContainer_uqbkr_44 ._recharge_uqbkr_80 ._payInfo_uqbkr_183 ._infoWrapper_uqbkr_191 ._paymentPanel_uqbkr_316 ._paymentWrapper_uqbkr_323 ._payment_uqbkr_316{display:flex;padding:2px;height:48px;justify-content:space-between;gap:12px}._productPc_uqbkr_5 ._main_uqbkr_10 ._content_uqbkr_38 ._productContainer_uqbkr_44 ._recharge_uqbkr_80 ._payInfo_uqbkr_183 ._infoWrapper_uqbkr_191 ._paymentPanel_uqbkr_316 ._paymentWrapper_uqbkr_323 ._payment_uqbkr_316 ._paymentLogo_uqbkr_341{display:flex;box-sizing:border-box;border-radius:6px;width:46px;height:46px;cursor:pointer;justify-content:center;align-items:center}._productPc_uqbkr_5 ._main_uqbkr_10 ._content_uqbkr_38 ._productContainer_uqbkr_44 ._recharge_uqbkr_80 ._payInfo_uqbkr_183 ._infoWrapper_uqbkr_191 ._paymentPanel_uqbkr_316 ._paymentWrapper_uqbkr_323 ._payment_uqbkr_316 ._paymentLogo_uqbkr_341 img{width:32px;height:32px}._productPc_uqbkr_5 ._main_uqbkr_10 ._content_uqbkr_38 ._productContainer_uqbkr_44 ._recharge_uqbkr_80 ._payInfo_uqbkr_183 ._infoWrapper_uqbkr_191 ._paymentPanel_uqbkr_316 ._paymentWrapper_uqbkr_323 ._payActive_uqbkr_355{border:2px solid #409fff}._productPc_uqbkr_5 ._main_uqbkr_10 ._content_uqbkr_38 ._productContainer_uqbkr_44 ._recharge_uqbkr_80 ._payInfo_uqbkr_183 ._infoWrapper_uqbkr_191 ._totalPanel_uqbkr_358{box-sizing:border-box;padding-top:15px;width:100%;height:55px}._productPc_uqbkr_5 ._main_uqbkr_10 ._content_uqbkr_38 ._productContainer_uqbkr_44 ._recharge_uqbkr_80 ._payInfo_uqbkr_183 ._infoWrapper_uqbkr_191 ._totalPanel_uqbkr_358 ._totalWrapper_uqbkr_364{display:flex;justify-content:space-between;align-items:center;width:100%;height:40px}._productPc_uqbkr_5 ._main_uqbkr_10 ._content_uqbkr_38 ._productContainer_uqbkr_44 ._recharge_uqbkr_80 ._payInfo_uqbkr_183 ._infoWrapper_uqbkr_191 ._totalPanel_uqbkr_358 ._totalWrapper_uqbkr_364 ._money_uqbkr_371{display:flex;width:150px;font-size:14px;align-items:center}._productPc_uqbkr_5 ._main_uqbkr_10 ._content_uqbkr_38 ._productContainer_uqbkr_44 ._recharge_uqbkr_80 ._payInfo_uqbkr_183 ._infoWrapper_uqbkr_191 ._totalPanel_uqbkr_358 ._totalWrapper_uqbkr_364 ._money_uqbkr_371 ._label_uqbkr_377{flex-shrink:0}._productPc_uqbkr_5 ._main_uqbkr_10 ._content_uqbkr_38 ._productContainer_uqbkr_44 ._recharge_uqbkr_80 ._payInfo_uqbkr_183 ._infoWrapper_uqbkr_191 ._totalPanel_uqbkr_358 ._totalWrapper_uqbkr_364 ._money_uqbkr_371 ._value_uqbkr_380{flex:1;font-size:20px;font-weight:700;color:#ef323d}._productPc_uqbkr_5 ._main_uqbkr_10 ._content_uqbkr_38 ._productContainer_uqbkr_44 ._recharge_uqbkr_80 ._payInfo_uqbkr_183 ._infoWrapper_uqbkr_191 ._totalPanel_uqbkr_358 ._totalWrapper_uqbkr_364 ._payBtn_uqbkr_386{border-radius:6px;width:100px;height:40px;font-size:16px;line-height:40px;text-align:center;color:#fff;background-color:#3d3d3d;cursor:pointer}._payWrapper_12vcj_5{box-sizing:border-box;padding:12px;width:100%;text-align:center}._payWrapper_12vcj_5 ._title_12vcj_11{width:100%;font-size:18px;line-height:100%;color:#000}._payWrapper_12vcj_5 ._price_12vcj_17{margin-top:2px;font-size:28px;font-weight:700;color:#ef323d}._payWrapper_12vcj_5 ._product_12vcj_23{font-size:14px;color:#3d3d3d}._payWrapper_12vcj_5 ._qrWrapper_12vcj_27{display:flex;margin-top:25px;width:100%;justify-content:center}._payWrapper_12vcj_5 ._qrWrapper_12vcj_27 ._qrCode_12vcj_33{display:flex;position:relative;border:1px solid #bebebe;border-radius:8px;width:160px;height:160px;justify-content:center;align-items:center}._payWrapper_12vcj_5 ._qrWrapper_12vcj_27 ._qrCode_12vcj_33 ._alipayFrame_12vcj_44{border:none;width:124px;height:124px}._payWrapper_12vcj_5 ._qrWrapper_12vcj_27 ._qrCode_12vcj_33 ._overlay_12vcj_49{display:flex;position:absolute;top:0;left:0;border-radius:8px;width:100%;height:100%;font-size:14px;color:#3d3d3d;background:#ffffffe6;cursor:pointer;flex-direction:column;justify-content:center;align-items:center;gap:15px}._payWrapper_12vcj_5 ._qrWrapper_12vcj_27 ._qrCode_12vcj_33 ._overlay_12vcj_49 img{width:46px;height:46px}._payWrapper_12vcj_5 ._qrWrapper_12vcj_27 ._qrCode_12vcj_33 ._overlay_12vcj_49 div{box-sizing:border-box;padding:0 24px;width:100%;white-space:wrap}._successWrapper_12vcj_77{display:flex;gap:9px}._successWrapper_12vcj_77>span{font-size:18px;font-weight:700;color:#3d3d3d}._successTips_12vcj_87{display:flex;justify-content:space-between;margin-top:21px;font-size:14px;color:#6e6e6e}._successTips_12vcj_87 ._closeBtn_12vcj_94{width:90px;height:38px;font-size:16px}:root{--adm-radius-s: 1.066667vw;--adm-radius-m: 2.133333vw;--adm-radius-l: 3.2vw;--adm-font-size-1: 2.4vw;--adm-font-size-2: 2.666667vw;--adm-font-size-3: 2.933333vw;--adm-font-size-4: 3.2vw;--adm-font-size-5: 3.466667vw;--adm-font-size-6: 3.733333vw;--adm-font-size-7: 4vw;--adm-font-size-8: 4.266667vw;--adm-font-size-9: 4.533333vw;--adm-font-size-10: 4.8vw;--adm-color-primary: #1677ff;--adm-color-success: #00b578;--adm-color-warning: #ff8f1f;--adm-color-danger: #ff3141;--adm-color-yellow: #ff9f18;--adm-color-orange: #ff6430;--adm-color-wathet: #e7f1ff;--adm-color-text: #333333;--adm-color-text-secondary: #666666;--adm-color-weak: #999999;--adm-color-light: #cccccc;--adm-color-border: #eeeeee;--adm-color-background: #ffffff;--adm-color-highlight: var(--adm-color-danger);--adm-color-white: #ffffff;--adm-color-box: #f5f5f5;--adm-color-text-light-solid: var(--adm-color-white);--adm-color-text-dark-solid: #000000;--adm-color-fill-content: var(--adm-color-box);--adm-font-size-main: var(--adm-font-size-5);--adm-font-family: -apple-system, blinkmacsystemfont, "Helvetica Neue", helvetica, segoe ui, arial, roboto, "PingFang SC", "miui", "Hiragino Sans GB", "Microsoft Yahei", sans-serif;--adm-border-color: var(--adm-color-border)}html[data-prefers-color-scheme=dark]{--adm-color-primary: #3086ff;--adm-color-success: #34b368;--adm-color-warning: #ffa930;--adm-color-danger: #ff4a58;--adm-color-yellow: #ffa930;--adm-color-orange: #e65a2b;--adm-color-wathet: #0d2543;--adm-color-text: #e6e6e6;--adm-color-text-secondary: #b3b3b3;--adm-color-weak: #808080;--adm-color-light: #4d4d4d;--adm-color-border: #2b2b2b;--adm-color-box: #0a0a0a;--adm-color-background: #1a1a1a;--adm-color-background-body: var(--adm-color-background);--adm-border-color: var(--adm-color-border)}:root{-webkit-tap-highlight-color:rgba(0,0,0,0)}html{background-color:var(--adm-color-background-body)}body{color:var(--adm-color-text);font-size:var(--adm-font-size-main);font-family:var(--adm-font-family)}a,button{cursor:pointer}a{color:var(--adm-color-primary);transition:opacity ease-in-out .2s}a:active{opacity:.8}.adm-plain-anchor{color:unset;transition:none}.adm-plain-anchor:active{opacity:unset}body.adm-overflow-hidden{overflow:hidden!important}div.adm-px-tester{--size: 1;height:calc(var(--size) / 2 * .533333vw);width:0;position:fixed;left:-100vw;top:-100vh;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-.533333vw}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}@font-face{font-family:Kelson Sans;src:url(/v26.7.404/assets/Kelson-Sans-Regular-DId1Deok.otf) format("opentype"),url(/v26.7.404/assets/Kelson-Sans-Bold-SEPnnRPI.otf) format("opentype");font-weight:400;font-style:normal}html,body,#root{margin:0;box-sizing:border-box;width:100%;height:100%;font-size:3.733333vw;line-height:1}html a,body a,#root a{text-decoration:none}html *,html *:before,html *:after,body *,body *:before,body *:after,#root *,#root *:before,#root *:after{box-sizing:border-box}#root{overflow:auto}@media (max-width: 768px){html,body,#root{height:100dvh}}img{vertical-align:top}h1,h2,h3,h4,h5,h6,p,ul,li,ol{margin:0;padding:0}ul,li,ol{list-style:none;margin:0;padding:0}button{border:none;outline:none}@media (min-width: 768px){::-webkit-scrollbar{width:8px;height:8px;background-color:#fff}::-webkit-scrollbar-track{border-radius:8px;background-color:#fff}::-webkit-scrollbar-thumb{border-radius:8px;background-color:#ddd}::-webkit-scrollbar-thumb:hover{background:#969696}}cap-widget{--cap-widget-width: 100%}.captcha .credits{display:none!important}
