@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)}._selfCheckboxPc_1udsr_5{display:flex;align-items:baseline;cursor:pointer}._selfCheckboxPc_1udsr_5._disabled_1udsr_10{opacity:.7;cursor:not-allowed}._selfCheckboxPc_1udsr_5 ._checkboxInput_1udsr_14{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}._selfCheckboxPc_1udsr_5 ._checkboxInput_1udsr_14:hover{border-color:#1677ff}._selfCheckboxPc_1udsr_5 ._checkboxInput_1udsr_14: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:""}._selfCheckboxPc_1udsr_5 ._checkboxInput_1udsr_14:checked{border-color:#1677ff;background-color:#1677ff}._selfCheckboxPc_1udsr_5 ._checkboxInput_1udsr_14:checked:hover{border-color:transparent;background-color:#4096ff}._selfCheckboxPc_1udsr_5 ._checkboxInput_1udsr_14:checked:after{opacity:1}._selfCheckboxPc_1udsr_5 ._checkboxInput_1udsr_14:focus-visible{outline:3px solid #91caff;outline-offset:1px;transition:outline-offset 0s,outline 0s}._selfCheckboxMobile_1abvl_5{display:flex;align-items:baseline;cursor:pointer}._selfCheckboxMobile_1abvl_5._disabled_1abvl_10{opacity:.7;cursor:not-allowed}._selfCheckboxMobile_1abvl_5 ._checkboxInput_1abvl_14{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}._selfCheckboxMobile_1abvl_5 ._checkboxInput_1abvl_14:hover{border-color:#1677ff}._selfCheckboxMobile_1abvl_5 ._checkboxInput_1abvl_14: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:""}._selfCheckboxMobile_1abvl_5 ._checkboxInput_1abvl_14:checked{border-color:#1677ff;background-color:#1677ff}._selfCheckboxMobile_1abvl_5 ._checkboxInput_1abvl_14:checked:hover{border-color:transparent;background-color:#4096ff}._selfCheckboxMobile_1abvl_5 ._checkboxInput_1abvl_14:checked:after{opacity:1}._selfCheckboxMobile_1abvl_5 ._checkboxInput_1abvl_14:focus-visible{outline:.8vw solid #91caff;outline-offset:1px;transition:outline-offset 0s,outline 0s}._selfButtonPc_1c76u_5{display:flex;overflow:hidden;box-sizing:border-box;border:none;border-radius:6px;height:48px;font-size:18px;font-weight:700;white-space:nowrap;text-overflow:ellipsis;box-shadow:none!important;cursor:pointer;flex-direction:row;gap:10px;align-items:center;justify-content:center}._selfButtonPc_1c76u_5._maxWidth_1c76u_23{width:100%}@keyframes _spin_1c76u_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._selfButtonMobile_27ybr_5{display:flex;overflow:hidden;box-sizing:border-box;border:none;border-radius:1.6vw;height:12.8vw;font-size:4.8vw;font-weight:700;white-space:nowrap;text-overflow:ellipsis;box-shadow:none!important;cursor:pointer;align-items:center;justify-content:center}._selfButtonMobile_27ybr_5._maxWidth_27ybr_21{width:100%}@keyframes _spin_27ybr_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._bindModal_1hczq_5 .ant-modal-content{padding:50px 36px 36px}._bindModal_1hczq_5 .ant-input-lg{padding:10px 11px;font-size:16px}._bindModal_1hczq_5 .ant-input-affix-wrapper-lg{box-sizing:border-box;padding:5px 11px;height:46px}._bindModal_1hczq_5 .ant-input-affix-wrapper-lg .ant-input-lg{padding:0!important;height:auto;font-size:16px!important}._bindModal_1hczq_5 .ant-checkbox-inner{border-radius:50%}._bindModal_1hczq_5 .ant-checkbox-wrapper .ant-checkbox{margin-bottom:auto}._bindModal_1hczq_5 ._getCodeButton_1hczq_28{display:flex;border-radius:6px;width:110px;height:34px;font-size:14px;font-weight:700;color:#fff;background:var(--adm-color-primary);cursor:pointer;align-items:center;justify-content:center}._bindModal_1hczq_5 ._getCodeButton_1hczq_28._disabled_1hczq_41{color:#00000040;background:#0000000a;cursor:not-allowed;pointer-events:none}._bindModal_1hczq_5 ._checkList_1hczq_47{display:flex;flex-direction:column;row-gap:8px;padding-bottom:16px}._bindModal_1hczq_5 ._waitCodeButton_1hczq_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_1hczq_5 ._modalContent_1hczq_65 ._modalHeader_1hczq_65{display:flex;justify-content:center;padding-bottom:16px}._bindModal_1hczq_5 ._modalContent_1hczq_65 ._modalHeader_1hczq_65>img{width:202px;height:44px}._bindModal_1hczq_5 ._modalContent_1hczq_65 ._modalTitle_1hczq_74{padding-bottom:20px;font-size:18px;font-weight:700;text-align:center;color:#3d3d3d}._agreeModal_1js23_5 ._modalContent_1js23_5{padding:16px 12px}._agreeModal_1js23_5 ._modalContent_1js23_5 ._modalHeader_1js23_8{margin-bottom:18px;font-size:18px;font-weight:700}._agreeModal_1js23_5 ._modalContent_1js23_5 ._modalText_1js23_13{margin-bottom:18px;font-size:14px;line-height:18px;color:#3d3d3d}._agreeModal_1js23_5 ._modalContent_1js23_5 ._modalText_1js23_13 a:nth-of-type(1){margin-right:8px}._agreeModal_1js23_5 ._modalBtns_1js23_22{display:flex;padding:0 12px;justify-content:space-between;gap:15px}._agreeModal_1js23_5 ._modalBtns_1js23_22 button{border-radius:4px;height:43px;font-size:18px;font-weight:700;cursor:pointer;flex:1}._agreeModal_1js23_5 ._modalBtns_1js23_22 button:nth-of-type(1){color:#c8c8c8;background-color:#f8f8f8}._agreeModalMobile_16m40_5{width:89.066667vw!important}._agreeModalMobile_16m40_5 .ant-modal-content{padding:5.333333vw 4.266667vw 3.2vw}._agreeModalMobile_16m40_5 ._modalContent_16m40_11 ._modalHeader_16m40_11{margin-bottom:4.266667vw;font-size:4.8vw;font-weight:700;text-align:center}._agreeModalMobile_16m40_5 ._modalContent_16m40_11 ._modalText_16m40_17{margin-bottom:4.8vw;font-size:3.733333vw;line-height:4.8vw;color:#6e6e6e}._agreeModalMobile_16m40_5 ._modalContent_16m40_11 ._modalText_16m40_17 a:nth-of-type(1){margin-right:2.133333vw}._agreeModalMobile_16m40_5 ._modalBtns_16m40_26{display:flex;justify-content:space-between;gap:4vw}._agreeModalMobile_16m40_5 ._modalBtns_16m40_26 button{border-radius:1.066667vw;height:11.466667vw;font-size:4.8vw;font-weight:700;cursor:pointer;flex:1}._agreeModalMobile_16m40_5 ._modalBtns_16m40_26 button:nth-of-type(1){color:#aaa;background-color:#f1f1f1}._bindModalMobile_1y2g6_5{width:89.066667vw!important}._bindModalMobile_1y2g6_5 .ant-modal-content{padding:16.533333vw 6.4vw 8vw}._bindModalMobile_1y2g6_5 .ant-form-item{margin-bottom:3.2vw}._bindModalMobile_1y2g6_5 .ant-input-lg{box-sizing:border-box;padding:2.666667vw 2.933333vw;height:12.266667vw;font-size:4.266667vw}._bindModalMobile_1y2g6_5 .ant-input-affix-wrapper-lg{box-sizing:border-box;padding:1.333333vw 2.933333vw;height:12.266667vw}._bindModalMobile_1y2g6_5 .ant-input-affix-wrapper-lg .ant-input-lg{padding:0!important;height:auto;font-size:4.266667vw!important}._bindModalMobile_1y2g6_5 .ant-checkbox-inner{border-radius:50%}._bindModalMobile_1y2g6_5 .ant-checkbox-wrapper .ant-checkbox{margin-bottom:auto}._bindModalMobile_1y2g6_5 .ant-form-item-explain-error{font-size:3.2vw}._bindModalMobile_1y2g6_5 ._getCodeButton_1y2g6_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_1y2g6_5 ._getCodeButton_1y2g6_39._disabled_1y2g6_50{color:#00000040;cursor:not-allowed;pointer-events:none}._bindModalMobile_1y2g6_5 ._waitCodeButton_1y2g6_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_1y2g6_5 ._checkList_1y2g6_65{display:flex;flex-direction:column;row-gap:2.133333vw;padding-bottom:4.266667vw;font-size:3.2vw}._bindModalMobile_1y2g6_5 ._modalContent_1y2g6_72 ._modalHeader_1y2g6_72{display:flex;justify-content:center;padding-bottom:4.266667vw}._bindModalMobile_1y2g6_5 ._modalContent_1y2g6_72 ._modalHeader_1y2g6_72>img{width:53.866667vw;height:11.733333vw}._bindModalMobile_1y2g6_5 ._modalContent_1y2g6_72 ._modalTitle_1y2g6_81{padding-bottom:5.333333vw;font-size:4.8vw;font-weight:700;text-align:center;color:#3d3d3d}._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}._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}._bindPhoneMobile_whvy9_5{padding:16vw 6.933333vw 8.533333vw}._bindPhoneMobile_whvy9_5 ._main_whvy9_8 ._mainWrap_whvy9_8{display:flex;flex-direction:column;align-items:center}._bindPhoneMobile_whvy9_5 ._main_whvy9_8 ._mainWrap_whvy9_8 ._stepsCustom_whvy9_13{padding-bottom:10.666667vw;width:100%}._bindPhoneMobile_whvy9_5 ._main_whvy9_8 ._mainWrap_whvy9_8 ._stepsCustom_whvy9_13 .ant-steps-item-content{margin-top:-13.333333vw}._bindPhoneMobile_whvy9_5 ._main_whvy9_8 ._mainWrap_whvy9_8 ._stepsCustom_whvy9_13 .ant-steps-item-tail:after{width:calc(100% - 3.2vw);margin-inline-start:1.6vw}._bindPhoneMobile_whvy9_5 ._main_whvy9_8 ._mainWrap_whvy9_8 ._stepsCustom_whvy9_13 .ant-steps-item-wait .ant-steps-item-icon{width:2.666667vw;height:2.666667vw}._bindPhoneMobile_whvy9_5 ._main_whvy9_8 ._mainWrap_whvy9_8 ._stepsCustom_whvy9_13 .ant-steps-item-wait .ant-steps-item-icon .ant-steps-icon-dot{background-color:#f1f1f1}._bindPhoneMobile_whvy9_5 ._main_whvy9_8 ._mainWrap_whvy9_8 ._stepsCustom_whvy9_13 .ant-steps-item-finish .ant-steps-item-icon{width:2.666667vw;height:2.666667vw}._bindPhoneMobile_whvy9_5 ._main_whvy9_8 ._mainWrap_whvy9_8 ._stepsCustom_whvy9_13 .ant-steps-item-finish .ant-steps-item-icon .ant-steps-icon-dot{background-color:#2ac48c}._bindPhoneMobile_whvy9_5 ._main_whvy9_8 ._mainWrap_whvy9_8 ._stepsCustom_whvy9_13 .ant-steps-item-finish .ant-steps-item-tail:after{background-color:#2ac48c}._bindPhoneMobile_whvy9_5 ._main_whvy9_8 ._mainWrap_whvy9_8 ._stepsCustom_whvy9_13 .ant-steps-item-active .ant-steps-item-icon{width:2.666667vw;height:2.666667vw}._bindPhoneMobile_whvy9_5 ._main_whvy9_8 ._mainWrap_whvy9_8 ._stepsCustom_whvy9_13 .ant-steps-item-active .ant-steps-item-icon .ant-steps-icon-dot{background-color:#2ac48c}._bindPhoneMobile_whvy9_5 ._main_whvy9_8 ._mainWrap_whvy9_8 ._stepsCustom_whvy9_13 .ant-steps-item-process .ant-steps-item-icon{top:-1.6vw;width:5.333333vw;height:5.333333vw}._bindPhoneMobile_whvy9_5 ._main_whvy9_8 ._mainWrap_whvy9_8 ._stepsCustom_whvy9_13 .ant-steps-item-process .ant-steps-item-icon .ant-steps-icon-dot{background-color:#2ac48c}._bindPhoneMobile_whvy9_5 ._main_whvy9_8 ._mainWrap_whvy9_8 ._inputWrapper_whvy9_56{box-sizing:border-box;width:86.933333vw}._bindPhoneMobile_whvy9_5 ._main_whvy9_8 ._mainWrap_whvy9_8 ._inputWrapper_whvy9_56 .ant-input-lg{box-sizing:border-box;padding:2.666667vw 2.933333vw;height:12.266667vw;font-size:4.266667vw}._bindPhoneMobile_whvy9_5 ._main_whvy9_8 ._mainWrap_whvy9_8 ._inputWrapper_whvy9_56 .ant-input-affix-wrapper-lg{box-sizing:border-box;padding:1.333333vw 2.933333vw;height:12.266667vw}._bindPhoneMobile_whvy9_5 ._main_whvy9_8 ._mainWrap_whvy9_8 ._inputWrapper_whvy9_56 .ant-input-affix-wrapper-lg .ant-input-lg{padding:0!important;height:auto;font-size:4.266667vw!important}._bindPhoneMobile_whvy9_5 ._main_whvy9_8 ._mainWrap_whvy9_8 ._inputWrapper_whvy9_56 ._getCodeButton_whvy9_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}._bindPhoneMobile_whvy9_5 ._main_whvy9_8 ._mainWrap_whvy9_8 ._inputWrapper_whvy9_56 ._getCodeButton_whvy9_76._disabled_whvy9_87{color:#00000040;cursor:not-allowed;pointer-events:none}._bindPhoneMobile_whvy9_5 ._main_whvy9_8 ._mainWrap_whvy9_8 ._inputWrapper_whvy9_56 ._waitCodeButton_whvy9_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}._bindPhoneMobile_whvy9_5 ._main_whvy9_8 ._mainWrap_whvy9_8 ._modifyBtn_whvy9_102{box-sizing:border-box;width:86.933333vw}._bindPhoneMobile_whvy9_5 ._main_whvy9_8 ._modifySuccess_whvy9_106{display:flex;flex-direction:column;align-items:center;row-gap:8vw}._bindPhoneMobile_whvy9_5 ._main_whvy9_8 ._modifySuccess_whvy9_106 ._successImg_whvy9_112{width:71.466667vw;height:53.333333vw}._bindPhoneMobile_whvy9_5 ._main_whvy9_8 ._modifySuccess_whvy9_106 ._successTitle_whvy9_116{font-size:4.266667vw;font-weight:700;color:#6e6e6e}._bindPhoneMobile_whvy9_5 ._kindTips_whvy9_121{padding-top:17.066667vw;font-size:3.2vw;line-height:5.333333vw;color:#6e6e6e}._bindPhoneMobile_whvy9_5 ._kindTips_whvy9_121 ._tipsTitle_whvy9_127{font-weight:700}._bindPhonePc_1wydr_5 ._main_1wydr_5{display:flex;padding-top:68px;justify-content:center}._bindPhonePc_1wydr_5 ._main_1wydr_5 ._mainWrap_1wydr_10{display:flex;flex-direction:column;align-items:center}._bindPhonePc_1wydr_5 ._main_1wydr_5 ._mainWrap_1wydr_10 ._stepsCustom_1wydr_15{padding-bottom:40px;width:416px}._bindPhonePc_1wydr_5 ._main_1wydr_5 ._mainWrap_1wydr_10 ._stepsCustom_1wydr_15 .ant-steps-item-content{margin-top:-50px}._bindPhonePc_1wydr_5 ._main_1wydr_5 ._mainWrap_1wydr_10 ._stepsCustom_1wydr_15 .ant-steps-item-tail:after{width:calc(100% - 12px);margin-inline-start:6px}._bindPhonePc_1wydr_5 ._main_1wydr_5 ._mainWrap_1wydr_10 ._stepsCustom_1wydr_15 .ant-steps-item-wait .ant-steps-item-icon{width:10px;height:10px}._bindPhonePc_1wydr_5 ._main_1wydr_5 ._mainWrap_1wydr_10 ._stepsCustom_1wydr_15 .ant-steps-item-wait .ant-steps-item-icon .ant-steps-icon-dot{background-color:#f1f1f1}._bindPhonePc_1wydr_5 ._main_1wydr_5 ._mainWrap_1wydr_10 ._stepsCustom_1wydr_15 .ant-steps-item-finish .ant-steps-item-icon{width:10px;height:10px}._bindPhonePc_1wydr_5 ._main_1wydr_5 ._mainWrap_1wydr_10 ._stepsCustom_1wydr_15 .ant-steps-item-finish .ant-steps-item-icon .ant-steps-icon-dot{background-color:#2ac48c}._bindPhonePc_1wydr_5 ._main_1wydr_5 ._mainWrap_1wydr_10 ._stepsCustom_1wydr_15 .ant-steps-item-finish .ant-steps-item-tail:after{background-color:#2ac48c}._bindPhonePc_1wydr_5 ._main_1wydr_5 ._mainWrap_1wydr_10 ._stepsCustom_1wydr_15 .ant-steps-item-active .ant-steps-item-icon{width:10px;height:10px}._bindPhonePc_1wydr_5 ._main_1wydr_5 ._mainWrap_1wydr_10 ._stepsCustom_1wydr_15 .ant-steps-item-active .ant-steps-item-icon .ant-steps-icon-dot{background-color:#2ac48c}._bindPhonePc_1wydr_5 ._main_1wydr_5 ._mainWrap_1wydr_10 ._stepsCustom_1wydr_15 .ant-steps-item-process .ant-steps-item-icon{top:-6px;width:20px;height:20px}._bindPhonePc_1wydr_5 ._main_1wydr_5 ._mainWrap_1wydr_10 ._stepsCustom_1wydr_15 .ant-steps-item-process .ant-steps-item-icon .ant-steps-icon-dot{background-color:#2ac48c}._bindPhonePc_1wydr_5 ._main_1wydr_5 ._mainWrap_1wydr_10 ._inputWrapper_1wydr_58{box-sizing:border-box;width:326px}._bindPhonePc_1wydr_5 ._main_1wydr_5 ._mainWrap_1wydr_10 ._inputWrapper_1wydr_58 .ant-input-lg{padding:10px 11px;font-size:16px}._bindPhonePc_1wydr_5 ._main_1wydr_5 ._mainWrap_1wydr_10 ._inputWrapper_1wydr_58 .ant-checkbox-inner{border-radius:50%}._bindPhonePc_1wydr_5 ._main_1wydr_5 ._mainWrap_1wydr_10 ._inputWrapper_1wydr_58 .ant-checkbox-wrapper .ant-checkbox{margin-bottom:auto}._bindPhonePc_1wydr_5 ._main_1wydr_5 ._mainWrap_1wydr_10 ._inputWrapper_1wydr_58 .ant-input-affix-wrapper-lg{box-sizing:border-box;padding:5px 11px;height:46px}._bindPhonePc_1wydr_5 ._main_1wydr_5 ._mainWrap_1wydr_10 ._inputWrapper_1wydr_58 .ant-input-affix-wrapper-lg .ant-input-lg{padding:0!important;height:auto;font-size:16px!important}._bindPhonePc_1wydr_5 ._main_1wydr_5 ._mainWrap_1wydr_10 ._inputWrapper_1wydr_58 ._getCodeButton_1wydr_82{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}._bindPhonePc_1wydr_5 ._main_1wydr_5 ._mainWrap_1wydr_10 ._inputWrapper_1wydr_58 ._getCodeButton_1wydr_82._disabled_1wydr_95{color:#00000040;background:#0000000a;cursor:not-allowed;pointer-events:none}._bindPhonePc_1wydr_5 ._main_1wydr_5 ._mainWrap_1wydr_10 ._modifyBtn_1wydr_101{box-sizing:border-box;width:326px}._bindPhonePc_1wydr_5 ._main_1wydr_5 ._modifySuccess_1wydr_105{width:268px;height:200px}._bindPhonePc_1wydr_5 ._kindTips_1wydr_109{padding-top:64px;font-size:12px;line-height:20px;color:#bebebe}._bindPhonePc_1wydr_5 ._kindTips_1wydr_109 ._tipsTitle_1wydr_115{font-weight:700}._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}._changePhonePc_asl1z_5 ._main_asl1z_5{display:flex;padding-top:68px;justify-content:center}._changePhonePc_asl1z_5 ._main_asl1z_5 ._mainWrap_asl1z_10{display:flex;flex-direction:column;align-items:center}._changePhonePc_asl1z_5 ._main_asl1z_5 ._mainWrap_asl1z_10 ._stepsCustom_asl1z_15{padding-bottom:40px;width:416px}._changePhonePc_asl1z_5 ._main_asl1z_5 ._mainWrap_asl1z_10 ._stepsCustom_asl1z_15 .ant-steps-item-content{margin-top:-50px}._changePhonePc_asl1z_5 ._main_asl1z_5 ._mainWrap_asl1z_10 ._stepsCustom_asl1z_15 .ant-steps-item-tail:after{width:calc(100% - 12px);margin-inline-start:6px}._changePhonePc_asl1z_5 ._main_asl1z_5 ._mainWrap_asl1z_10 ._stepsCustom_asl1z_15 .ant-steps-item-wait .ant-steps-item-icon{width:10px;height:10px}._changePhonePc_asl1z_5 ._main_asl1z_5 ._mainWrap_asl1z_10 ._stepsCustom_asl1z_15 .ant-steps-item-wait .ant-steps-item-icon .ant-steps-icon-dot{background-color:#f1f1f1}._changePhonePc_asl1z_5 ._main_asl1z_5 ._mainWrap_asl1z_10 ._stepsCustom_asl1z_15 .ant-steps-item-finish .ant-steps-item-icon{width:10px;height:10px}._changePhonePc_asl1z_5 ._main_asl1z_5 ._mainWrap_asl1z_10 ._stepsCustom_asl1z_15 .ant-steps-item-finish .ant-steps-item-icon .ant-steps-icon-dot{background-color:#2ac48c}._changePhonePc_asl1z_5 ._main_asl1z_5 ._mainWrap_asl1z_10 ._stepsCustom_asl1z_15 .ant-steps-item-finish .ant-steps-item-tail:after{background-color:#2ac48c}._changePhonePc_asl1z_5 ._main_asl1z_5 ._mainWrap_asl1z_10 ._stepsCustom_asl1z_15 .ant-steps-item-active .ant-steps-item-icon{width:10px;height:10px}._changePhonePc_asl1z_5 ._main_asl1z_5 ._mainWrap_asl1z_10 ._stepsCustom_asl1z_15 .ant-steps-item-active .ant-steps-item-icon .ant-steps-icon-dot{background-color:#2ac48c}._changePhonePc_asl1z_5 ._main_asl1z_5 ._mainWrap_asl1z_10 ._stepsCustom_asl1z_15 .ant-steps-item-process .ant-steps-item-icon{top:-6px;width:20px;height:20px}._changePhonePc_asl1z_5 ._main_asl1z_5 ._mainWrap_asl1z_10 ._stepsCustom_asl1z_15 .ant-steps-item-process .ant-steps-item-icon .ant-steps-icon-dot{background-color:#2ac48c}._changePhonePc_asl1z_5 ._main_asl1z_5 ._mainWrap_asl1z_10 ._inputWrapper_asl1z_58{box-sizing:border-box;width:326px}._changePhonePc_asl1z_5 ._main_asl1z_5 ._mainWrap_asl1z_10 ._inputWrapper_asl1z_58 .ant-input-lg{padding:10px 11px;font-size:16px}._changePhonePc_asl1z_5 ._main_asl1z_5 ._mainWrap_asl1z_10 ._inputWrapper_asl1z_58 .ant-checkbox-inner{border-radius:50%}._changePhonePc_asl1z_5 ._main_asl1z_5 ._mainWrap_asl1z_10 ._inputWrapper_asl1z_58 .ant-checkbox-wrapper .ant-checkbox{margin-bottom:auto}._changePhonePc_asl1z_5 ._main_asl1z_5 ._mainWrap_asl1z_10 ._inputWrapper_asl1z_58 .ant-input-affix-wrapper-lg{box-sizing:border-box;padding:5px 11px;height:46px}._changePhonePc_asl1z_5 ._main_asl1z_5 ._mainWrap_asl1z_10 ._inputWrapper_asl1z_58 .ant-input-affix-wrapper-lg .ant-input-lg{padding:0!important;height:auto;font-size:16px!important}._changePhonePc_asl1z_5 ._main_asl1z_5 ._mainWrap_asl1z_10 ._inputWrapper_asl1z_58 ._getCodeButton_asl1z_82{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}._changePhonePc_asl1z_5 ._main_asl1z_5 ._mainWrap_asl1z_10 ._inputWrapper_asl1z_58 ._getCodeButton_asl1z_82._disabled_asl1z_95{color:#00000040;background:#0000000a;cursor:not-allowed;pointer-events:none}._changePhonePc_asl1z_5 ._main_asl1z_5 ._mainWrap_asl1z_10 ._modifyBtn_asl1z_101{box-sizing:border-box;width:326px}._changePhonePc_asl1z_5 ._main_asl1z_5 ._modifySuccess_asl1z_105{width:268px;height:200px}._changePhonePc_asl1z_5 ._kindTips_asl1z_109{padding-top:64px;font-size:12px;line-height:20px;color:#bebebe}._changePhonePc_asl1z_5 ._kindTips_asl1z_109 ._tipsTitle_asl1z_115{font-weight:700}._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}._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}._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}._accountInfo_zrk13_5{display:flex;flex-direction:column;gap:40px}._accountInfo_zrk13_5 ._infoDetails_zrk13_10{display:flex;padding-top:68px;flex-direction:column;row-gap:12px}._accountInfo_zrk13_5 ._infoDetails_zrk13_10 ._infoItem_zrk13_16{display:flex;font-size:16px;line-height:18px;color:#3d3d3d;align-items:center}._accountInfo_zrk13_5 ._infoDetails_zrk13_10 ._infoItem_zrk13_16 ._value_zrk13_23{margin-left:6px}._accountInfo_zrk13_5 ._infoDetails_zrk13_10 ._infoItem_zrk13_16 ._normal_zrk13_26{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_zrk13_5 ._infoDetails_zrk13_10 ._infoItem_zrk13_16 ._delete_zrk13_39{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_zrk13_5 ._authSection_zrk13_52 ._title_zrk13_52{padding-bottom:20px;font-size:18px;font-weight:700;line-height:18px;color:#3d3d3d}._accountInfo_zrk13_5 ._authSection_zrk13_52 ._authList_zrk13_59{display:flex;-moz-column-gap:24px;column-gap:24px}._accountInfo_zrk13_5 ._authSection_zrk13_52 ._authList_zrk13_59 ._authItem_zrk13_63{display:flex;position:relative;box-sizing:border-box;border-radius:6px;padding:24px;width:320px;height:90px;background-color:#f9fafb;align-items:center}._accountInfo_zrk13_5 ._authSection_zrk13_52 ._authList_zrk13_59 ._authItem_zrk13_63: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_zrk13_5 ._authSection_zrk13_52 ._authList_zrk13_59 ._authItem_zrk13_63: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_zrk13_5 ._authSection_zrk13_52 ._authList_zrk13_59 ._authItem_zrk13_63._modify_zrk13_97:before{border-color:#2ac48c transparent transparent}._accountInfo_zrk13_5 ._authSection_zrk13_52 ._authList_zrk13_59 ._authItem_zrk13_63._modify_zrk13_97:after{content:"已认证"}._accountInfo_zrk13_5 ._authSection_zrk13_52 ._authList_zrk13_59 ._authItem_zrk13_63 ._realNameImg_zrk13_103{width:48px;height:42px}._accountInfo_zrk13_5 ._authSection_zrk13_52 ._authList_zrk13_59 ._authItem_zrk13_63 ._phoneAuthImg_zrk13_107{width:47px;height:47px}._accountInfo_zrk13_5 ._authSection_zrk13_52 ._authList_zrk13_59 ._authItem_zrk13_63 ._authInfo_zrk13_111{display:flex;padding-left:12px;height:42px;color:#2e2e2e;flex-direction:column}._accountInfo_zrk13_5 ._authSection_zrk13_52 ._authList_zrk13_59 ._authItem_zrk13_63 ._authInfo_zrk13_111 ._authLabel_zrk13_118{margin-bottom:auto;font-size:14px;font-weight:700;line-height:18px}._accountInfo_zrk13_5 ._authSection_zrk13_52 ._authList_zrk13_59 ._authItem_zrk13_63 ._authInfo_zrk13_111 ._authText_zrk13_124{font-size:12px;line-height:18px}._accountInfo_zrk13_5 ._authSection_zrk13_52 ._authList_zrk13_59 ._authItem_zrk13_63 ._authButton_zrk13_128{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_zrk13_5 ._authSection_zrk13_52 ._authList_zrk13_59 ._authItem_zrk13_63 ._authButton_zrk13_128._modify_zrk13_97{background-color:#2ac48c}._verificationMobile_fvu36_5{padding:8.533333vw 6.4vw}._verificationMobile_fvu36_5 ._main_fvu36_8{display:flex;width:100%;flex-direction:column;align-items:center}._verificationMobile_fvu36_5 ._main_fvu36_8 ._inputWrapper_fvu36_14{box-sizing:border-box;width:100%}._verificationMobile_fvu36_5 ._main_fvu36_8 ._inputWrapper_fvu36_14 .ant-input-lg{padding:2.666667vw 2.933333vw;font-size:4.266667vw}._verificationMobile_fvu36_5 ._main_fvu36_8 ._inputWrapper_fvu36_14 .ant-input-affix-wrapper-lg{box-sizing:border-box;padding:1.333333vw 2.933333vw;height:12.266667vw}._verificationMobile_fvu36_5 ._main_fvu36_8 ._inputWrapper_fvu36_14 .ant-input-affix-wrapper-lg .ant-input-lg{padding:0!important;height:auto;font-size:4.266667vw!important}._verificationMobile_fvu36_5 ._main_fvu36_8 ._successBtn_fvu36_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_fvu36_5 ._main_fvu36_8 ._processingBtn_fvu36_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_fvu36_5 ._main_fvu36_8 ._errorMessageBtn_fvu36_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_fvu36_5 ._main_fvu36_8 ._footer_fvu36_68{width:100%}._verificationMobile_fvu36_5 ._main_fvu36_8 ._footer_fvu36_68 ._moreError_fvu36_71{padding-top:3.2vw;font-size:3.2vw;text-align:center;color:#c8c8c8}._verification_8ua0x_5{display:flex;padding-top:68px;flex-direction:column;align-items:center}._verification_8ua0x_5 ._inputWrapper_8ua0x_11{box-sizing:border-box;width:326px}._verification_8ua0x_5 ._inputWrapper_8ua0x_11 .ant-input-lg{padding:10px 11px;font-size:16px}._verification_8ua0x_5 ._successBtn_8ua0x_19{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_8ua0x_5 ._processingBtn_8ua0x_31{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_8ua0x_5 ._errorMessageBtn_8ua0x_43{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_8ua0x_5 ._footer_8ua0x_55{width:326px}._verification_8ua0x_5 ._footer_8ua0x_55 ._moreError_8ua0x_58{padding-top:12px;font-size:12px;text-align:center;color:#c8c8c8}._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}._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}._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.8.309/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}._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}._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.8.309/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}._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}._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}._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}._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}._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.8.309/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}._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.8.309/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}._gamesMobile_xgfva_5{box-sizing:border-box;padding:2.666667vw;flex:1}._gamesMobile_xgfva_5 ._banner_xgfva_10{overflow:hidden;border-radius:3.2vw;width:94.666667vw;height:37.333333vw;box-shadow:0 2.666667vw 6.4vw #2a20521f}._gamesMobile_xgfva_5 ._banner_xgfva_10 img{width:100%;height:100%}._gamesMobile_xgfva_5 ._games_xgfva_5{display:flex;margin-top:2.666667vw;padding-bottom:61.333333vw;width:100%;flex-direction:column;gap:2.666667vw}._gamesMobile_xgfva_5 ._games_xgfva_5 ._card_xgfva_29{display:flex;box-sizing:border-box;border:1px solid rgba(84,67,166,.09);border-radius:2.133333vw;padding:0 4.8vw 0 3.2vw;width:100%;height:21.333333vw;background-color:#fff;-moz-column-gap:3.733333vw;column-gap:3.733333vw;justify-content:space-between;align-items:center}._gamesMobile_xgfva_5 ._games_xgfva_5 ._card_xgfva_29 ._left_xgfva_42{flex-shrink:0;width:13.866667vw;height:13.866667vw}._gamesMobile_xgfva_5 ._games_xgfva_5 ._card_xgfva_29 ._left_xgfva_42 img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}._gamesMobile_xgfva_5 ._games_xgfva_5 ._card_xgfva_29 ._middle_xgfva_52{overflow:hidden;font-size:4.266667vw;font-weight:700;line-height:100%;white-space:nowrap;text-overflow:ellipsis;flex:1}._gamesMobile_xgfva_5 ._games_xgfva_5 ._card_xgfva_29 ._right_xgfva_61{width:21.333333vw;height:9.6vw;font-size:4.266667vw;line-height:9.6vw}._ellipsisText_8h4ni_5{display:inline-block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;cursor:pointer}._GamesPc_1fyfv_5{padding:20px 0;min-width:1200px;flex:1;background-color:#f2f2f2}._GamesPc_1fyfv_5 ._main_1fyfv_11{display:flex;position:relative;margin:0 auto;max-width:1200px;flex-direction:column;gap:24px}._GamesPc_1fyfv_5 ._main_1fyfv_11 ._banner_1fyfv_19{overflow:hidden;border-radius:10px;width:100%;height:268px;background-color:#251b5b}._GamesPc_1fyfv_5 ._main_1fyfv_11 ._banner_1fyfv_19 img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}._GamesPc_1fyfv_5 ._main_1fyfv_11 ._qrCode_1fyfv_31{position:absolute;top:200px;right:-150px}._GamesPc_1fyfv_5 ._main_1fyfv_11 ._gameList_1fyfv_36{display:grid;padding:40px 0;flex-shrink:0;grid-template-columns:repeat(3,1fr);gap:64px 20px;flex-wrap:wrap;justify-content:space-between}._GamesPc_1fyfv_5 ._main_1fyfv_11 ._gameList_1fyfv_36 ._gameItem_1fyfv_45{display:flex;position:relative;border-radius:8px;padding:108px 24px 30px;background-color:#fff;flex-direction:column;justify-content:center;align-items:center;row-gap:20px;box-shadow:0 16px 40px #2a20521a}._GamesPc_1fyfv_5 ._main_1fyfv_11 ._gameList_1fyfv_36 ._gameItem_1fyfv_45:hover{border-color:#6654ce38;box-shadow:0 22px 48px #2a205229;transform:translateY(-4px)}._GamesPc_1fyfv_5 ._main_1fyfv_11 ._gameList_1fyfv_36 ._gameItem_1fyfv_45 ._logo_1fyfv_62{display:flex;position:absolute;top:-40px;left:50%;margin-left:-64px;border-radius:20px;width:128px;height:128px;background-color:#fff;align-items:center;justify-content:center}._GamesPc_1fyfv_5 ._main_1fyfv_11 ._gameList_1fyfv_36 ._gameItem_1fyfv_45 ._logo_1fyfv_62 img{border-radius:14px;width:128px;height:128px}._GamesPc_1fyfv_5 ._main_1fyfv_11 ._gameList_1fyfv_36 ._gameItem_1fyfv_45 ._name_1fyfv_80{display:flex;overflow:hidden;box-sizing:border-box;width:100%;align-items:center;flex-direction:column;gap:4px}._GamesPc_1fyfv_5 ._main_1fyfv_11 ._gameList_1fyfv_36 ._gameItem_1fyfv_45 ._name_1fyfv_80 ._gameName_1fyfv_89{max-width:100%;font-size:20px;font-weight:700;color:#000}._GamesPc_1fyfv_5 ._main_1fyfv_11 ._gameList_1fyfv_36 ._gameItem_1fyfv_45 ._name_1fyfv_80 ._en_1fyfv_95{font-size:14px;color:#aaa}._GamesPc_1fyfv_5 ._main_1fyfv_11 ._gameList_1fyfv_36 ._gameItem_1fyfv_45 ._button_1fyfv_99{width:200px;height:46px;font-size:18px}@media (max-width: 1500px){._GamesPc_1fyfv_5 ._main_1fyfv_11 ._qrCode_1fyfv_31{display:none}}._qrCode_yo0ic_5{display:flex;overflow:hidden;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}._qrCode_yo0ic_5 ._codeTips_yo0ic_18{display:flex;border-bottom-right-radius:8px;border-bottom-left-radius:8px;width:100%;height:24px;font-size:12px;color:#fff;background-color:var(--adm-color-primary);justify-content:center;align-items:center}._loginModal_1c8m0_5 .ant-modal-content{padding:50px 36px 36px}._loginModal_1c8m0_5 .ant-input-lg{padding:10px 11px;font-size:16px}._loginModal_1c8m0_5 .ant-input-affix-wrapper-lg{box-sizing:border-box;padding:5px 11px;height:46px}._loginModal_1c8m0_5 .ant-input-affix-wrapper-lg .ant-input-lg{padding:0!important;height:auto;font-size:16px!important}._loginModal_1c8m0_5 .ant-checkbox-inner{border-radius:50%}._loginModal_1c8m0_5 .ant-checkbox-wrapper .ant-checkbox{margin-bottom:auto}._loginModal_1c8m0_5 ._getCodeButton_1c8m0_28{width:110px;height:34px;font-size:14px;font-weight:700}._loginModal_1c8m0_5 ._checkList_1c8m0_34{display:flex;flex-direction:column;row-gap:8px;padding-bottom:16px}._loginModal_1c8m0_5 ._otherLoginMethods_1c8m0_40{display:flex;margin-top:20px;flex-direction:column;gap:8px}._loginModal_1c8m0_5 ._otherLoginMethods_1c8m0_40 ._dividerLine_1c8m0_46{height:1px;background:#f0f0f0}._loginModal_1c8m0_5 ._otherLoginMethods_1c8m0_40 ._wechatBtn_1c8m0_50{display:flex;font-size:14px;font-weight:400;color:#666;background-color:transparent!important;transition:background-color .2s;gap:8px}._loginModal_1c8m0_5 ._otherLoginMethods_1c8m0_40 ._wechatBtn_1c8m0_50:hover{background:#f8f8f8!important}._loginModal_1c8m0_5 ._waitCodeButton_1c8m0_62{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_1c8m0_5 ._modalContent_1c8m0_74 ._modalHeader_1c8m0_74{display:flex;justify-content:center;padding-bottom:16px}._loginModal_1c8m0_5 ._modalContent_1c8m0_74 ._modalHeader_1c8m0_74>img{width:202px;height:44px}._loginModal_1c8m0_5 ._modalContent_1c8m0_74 ._modalBtn_1c8m0_83{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_1c8m0_5 ._modalContent_1c8m0_74 ._modalBtn_1c8m0_83._disabled_1c8m0_96{color:#c8c8c8;background-color:#f8f8f8;cursor:not-allowed;pointer-events:none}._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}._loginModalMobile_d338m_5{width:89.066667vw!important}._loginModalMobile_d338m_5 .ant-modal-content{padding:16.533333vw 6.4vw 8vw}._loginModalMobile_d338m_5 .ant-form-item{margin-bottom:3.2vw}._loginModalMobile_d338m_5 .ant-input-lg{box-sizing:border-box;padding:2.666667vw 2.933333vw;height:12.266667vw;font-size:4.266667vw}._loginModalMobile_d338m_5 .ant-input-affix-wrapper-lg{box-sizing:border-box;padding:1.333333vw 2.933333vw;height:12.266667vw}._loginModalMobile_d338m_5 .ant-input-affix-wrapper-lg .ant-input-lg{padding:0!important;height:auto;font-size:4.266667vw!important}._loginModalMobile_d338m_5 .ant-checkbox-inner{border-radius:50%}._loginModalMobile_d338m_5 .ant-checkbox-wrapper .ant-checkbox{margin-bottom:auto}._loginModalMobile_d338m_5 .ant-form-item-explain-error{font-size:3.2vw}._loginModalMobile_d338m_5 ._getCodeButton_d338m_39{width:30.133333vw;height:80%;font-size:4.266667vw}._loginModalMobile_d338m_5 ._waitCodeButton_d338m_44{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_d338m_5 ._checkList_d338m_54{display:flex;flex-direction:column;row-gap:2.133333vw;padding-bottom:4.266667vw;font-size:3.2vw}._loginModalMobile_d338m_5 ._otherLoginMethods_d338m_61{margin-top:4.266667vw}._loginModalMobile_d338m_5 ._otherLoginMethods_d338m_61 ._dividerLine_d338m_64{height:1px;background:#f0f0f0}._loginModalMobile_d338m_5 ._otherLoginMethods_d338m_61 ._wechatLoginBtn_d338m_68{display:flex;margin-top:3.2vw;border:none!important;border-radius:1.6vw;padding:2.133333vw 0;font-size:3.466667vw;color:#666;background-color:transparent!important;box-shadow:none!important;transition:background-color .2s;cursor:pointer;align-items:center;justify-content:center;gap:1.6vw}._loginModalMobile_d338m_5 ._modalContent_d338m_84 ._modalHeader_d338m_84{display:flex;justify-content:center;padding-bottom:4.266667vw}._loginModalMobile_d338m_5 ._modalContent_d338m_84 ._modalHeader_d338m_84>img{width:53.866667vw;height:11.733333vw}._loginModalMobile_d338m_5 ._modalContent_d338m_84 ._modalBtn_d338m_93{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_d338m_5 ._modalContent_d338m_84 ._modalBtn_d338m_93._disabled_d338m_108{color:#c8c8c8;background-color:#f8f8f8;cursor:not-allowed;pointer-events:none}._certificationModalPc_1kkzu_5 ._contentWrapper_1kkzu_5{box-sizing:border-box;padding:12px;width:100%}._certificationModalPc_1kkzu_5 ._contentWrapper_1kkzu_5 ._title_1kkzu_10{width:100%;font-size:18px;text-align:center;color:#000}._certificationModalPc_1kkzu_5 ._contentWrapper_1kkzu_5 .ant-input-lg{padding:10px 11px;font-size:16px}._certificationModalMobile_1ujs4_5 ._contentWrapper_1ujs4_5{box-sizing:border-box;padding:3.2vw;width:100%}._certificationModalMobile_1ujs4_5 ._contentWrapper_1ujs4_5 ._title_1ujs4_10{width:100%;font-size:4.8vw;text-align:center;color:#000}._certificationModalMobile_1ujs4_5 ._contentWrapper_1ujs4_5 .ant-input-lg{padding:2.666667vw 2.933333vw;font-size:4.266667vw}._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}._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}._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}._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}._payment_1xz9c_5{display:flex;flex-direction:column;gap:3.2vw;padding:7.466667vw 5.333333vw 8vw;width:100%}._payment_1xz9c_5 ._title_1xz9c_12{width:100%;font-size:4.8vw;font-weight:400;text-align:center;color:#000}._payment_1xz9c_5 ._price_1xz9c_19{width:100%;font-size:6.4vw;font-weight:700;line-height:100%;text-align:center;color:#ef323d}._payment_1xz9c_5 ._common_1xz9c_27{border-radius:2.133333vw;background-color:#fff}._payment_1xz9c_5 ._roleInfo_1xz9c_31{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_1xz9c_5 ._roleInfo_1xz9c_31 ._roleLabel_1xz9c_40{color:#6e6e6e}._payment_1xz9c_5 ._roleInfo_1xz9c_31 ._roleValue_1xz9c_43{color:#3d3d3d}._payment_1xz9c_5 ._payMethod_1xz9c_46{width:100%}._payment_1xz9c_5 ._payMethod_1xz9c_46 ._modeItem_1xz9c_48{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_1xz9c_5 ._payMethod_1xz9c_46 ._modeItem_1xz9c_48:last-of-type{border-bottom:none}._payment_1xz9c_5 ._payMethod_1xz9c_46 ._modeItem_1xz9c_48 ._modeWrapper_1xz9c_63{display:flex;align-items:center;gap:4.533333vw}._payment_1xz9c_5 ._payMethod_1xz9c_46 ._modeItem_1xz9c_48 img{width:6.666667vw;height:6.666667vw}._payment_1xz9c_5 ._payMethod_1xz9c_46 ._modeItem_1xz9c_48 ._radio_1xz9c_72{display:flex;border:.533333vw solid #e5e5e5;border-radius:50%;width:6.133333vw;height:6.133333vw;justify-content:center;align-items:center}._payment_1xz9c_5 ._payMethod_1xz9c_46 ._modeItem_1xz9c_48 ._radio_1xz9c_72 ._circle_1xz9c_81{border-radius:50%;width:3.466667vw;height:3.466667vw;background-color:#3d3d3d;opacity:1}._payment_1xz9c_5 ._payMethod_1xz9c_46 ._modeItem_1xz9c_48:nth-child(2){border-bottom:none}._alipayGuide_ck38s_5{display:flex;flex-direction:column;align-items:center;padding:2.133333vw 1.066667vw 1.066667vw}._alipayGuide_ck38s_5 ._alipayGuideTitle_ck38s_11{font-size:4.8vw;font-weight:700;line-height:100%;color:#3d3d3d}._alipayGuide_ck38s_5 ._alipayGuideSteps_ck38s_17{margin:5.333333vw 0 6.4vw;width:100%}._alipayGuide_ck38s_5 ._alipayGuideSteps_ck38s_17 p{margin:0 0 2.133333vw;font-size:3.733333vw;line-height:150%;color:#6e6e6e}._alipayGuide_ck38s_5 ._alipayGuideBtn_ck38s_27{width:100%}._productNumberPc_1xv7c_5{display:flex;margin:16px auto 0;border:1px solid #e6e3ee;border-radius:12px;padding:12px 14px;width:406px;background:#fafaff;align-items:center;justify-content:space-between}._productNumberPc_1xv7c_5 ._left_1xv7c_16{display:flex;min-width:0;text-align:left;flex-direction:column;gap:4px}._productNumberPc_1xv7c_5 ._left_1xv7c_16 span{font-size:12px;color:#9893a3}._productNumberPc_1xv7c_5 ._left_1xv7c_16 strong{overflow:hidden;max-width:190px;font-size:14px;font-weight:600;white-space:nowrap;text-overflow:ellipsis;color:#9893a3}._productNumberPc_1xv7c_5 ._right_1xv7c_36{display:flex;align-items:center;gap:10px}._productNumberPc_1xv7c_5 ._right_1xv7c_36 ._quantity_1xv7c_41 .ant-input-number-input{padding:4px 0!important;width:30px;min-width:20px;text-align:center}._productNumberPc_1xv7c_5 ._right_1xv7c_36 ._quantity_1xv7c_41 .ant-input-number-group-addon{padding:0!important;font-size:20px}._productNumberPc_1xv7c_5 ._right_1xv7c_36 ._quantity_1xv7c_41 .ant-input-number-handler-wrap{display:none!important;opacity:0}._productNumberPc_1xv7c_5 ._right_1xv7c_36 ._quantity_1xv7c_41 ._disabledBtn_1xv7c_55{opacity:.3;cursor:no-drop;pointer-events:none}._productNumberMobile_12500_5{display:flex;margin-top:3.2vw;box-sizing:border-box;border-radius:2.133333vw;padding:3.733333vw;width:100%;height:24.533333vw;background-color:#fff;justify-content:space-between;align-items:center}._productNumberMobile_12500_5 ._left_12500_17{display:flex;justify-content:space-between;align-items:center;height:17.066667vw}._productNumberMobile_12500_5 ._left_12500_17 ._logo_12500_23{display:flex;justify-content:center;align-items:center;width:17.066667vw;height:17.066667vw}._productNumberMobile_12500_5 ._left_12500_17 ._logo_12500_23 img{width:11.733333vw;height:14.4vw;-o-object-fit:contain;object-fit:contain}._productNumberMobile_12500_5 ._left_12500_17 ._name_12500_35{font-size:4.266667vw;color:#3d3d3d}._productNumberMobile_12500_5 ._right_12500_39{display:flex;justify-content:end;align-items:center;width:25.333333vw;height:8.533333vw}._productNumberMobile_12500_5 ._right_12500_39 ._quantity_12500_46 .ant-input-number-input{padding:1.066667vw 0!important;width:8vw;min-width:5.333333vw;text-align:center}._productNumberMobile_12500_5 ._right_12500_39 ._quantity_12500_46 .ant-input-number-group-addon{padding:0!important;font-size:5.333333vw}._productNumberMobile_12500_5 ._right_12500_39 ._quantity_12500_46 .ant-input-number-handler-wrap{display:none!important;opacity:0}._productNumberMobile_12500_5 ._right_12500_39 ._quantity_12500_46 ._disabledBtn_12500_60{opacity:.3;cursor:no-drop;pointer-events:none}._productMobile_1yane_5{display:flex;box-sizing:border-box;padding:5.333333vw;background-color:#f6f7fb;flex:1;flex-direction:column;gap:6.4vw}._productMobile_1yane_5 ._banner_1yane_14{box-sizing:border-box;border:1px solid #dedede;border-radius:2.133333vw;padding:4vw;height:20.8vw;background-color:#fff}._productMobile_1yane_5 ._banner_1yane_14 ._contentWrapper_1yane_22{display:flex;align-items:center;width:100%;height:100%}._productMobile_1yane_5 ._banner_1yane_14 ._contentWrapper_1yane_22 ._logo_1yane_28{border-radius:2.133333vw;width:13.333333vw;height:100%;flex-shrink:0;-o-object-fit:contain;object-fit:contain}._productMobile_1yane_5 ._banner_1yane_14 ._contentWrapper_1yane_22 ._info_1yane_35{display:flex;margin-left:3.2vw;height:10.666667vw;flex:1;flex-direction:column;justify-content:center;row-gap:1.066667vw}._productMobile_1yane_5 ._banner_1yane_14 ._contentWrapper_1yane_22 ._info_1yane_35 ._name_1yane_44{width:100%;font-size:4.266667vw;line-height:100%}._productMobile_1yane_5 ._banner_1yane_14 ._contentWrapper_1yane_22 ._info_1yane_35 ._roleBlock_1yane_49{font-size:3.733333vw;color:#6e6e6e}._productMobile_1yane_5 ._banner_1yane_14 ._contentWrapper_1yane_22 ._switch_1yane_53{display:flex;margin-left:3.2vw;width:10.133333vw;height:9.333333vw;justify-content:center;align-items:center}._productMobile_1yane_5 ._banner_1yane_14 ._contentWrapper_1yane_22 ._switch_1yane_53 ._switchLogo_1yane_61{width:5.333333vw;height:4.8vw}._productMobile_1yane_5 ._appProduct_1yane_65{display:flex;flex-direction:column;gap:3.2vw 0}._productMobile_1yane_5 ._appProduct_1yane_65 ._productList_1yane_70{display:grid;grid-template-columns:1fr 1fr;gap:3.2vw}._paySuccessPc_1wzn8_5 ._header_1wzn8_5{display:flex;width:100%;justify-content:center;align-items:center;gap:9px}._paySuccessPc_1wzn8_5 ._header_1wzn8_5 ._title_1wzn8_12{font-size:18px;font-weight:700;line-height:100%;color:#3d3d3d}._paySuccessPc_1wzn8_5 ._header_1wzn8_5 ._successLogo_1wzn8_18{width:24px;height:24px}._paySuccessPc_1wzn8_5 ._tips_1wzn8_22{margin:12px 0 24px;font-size:14px;line-height:100%;color:#6e6e6e}._paySuccessMobile_rdy4q_5 ._successWrapper_rdy4q_5{padding-top:4.533333vw;text-align:center}._paySuccessMobile_rdy4q_5 ._successWrapper_rdy4q_5 ._header_rdy4q_9{display:flex;width:100%;justify-content:center;align-items:center;gap:2.666667vw}._paySuccessMobile_rdy4q_5 ._successWrapper_rdy4q_5 ._header_rdy4q_9 ._title_rdy4q_16{font-size:4.8vw;font-weight:700;line-height:100%;color:#3d3d3d}._paySuccessMobile_rdy4q_5 ._successWrapper_rdy4q_5 ._header_rdy4q_9 ._successLogo_rdy4q_22{width:6.4vw;height:6.4vw}._paySuccessMobile_rdy4q_5 ._successWrapper_rdy4q_5 ._tips_rdy4q_26{margin:3.2vw 0 6.4vw;font-size:3.733333vw;line-height:100%;color:#6e6e6e}._explainPc_1mwbd_5{display:flex;margin-left:14px;width:100%;flex-direction:column}._explainPc_1mwbd_5 ._header_1mwbd_11{display:flex;flex-direction:row;align-items:center;justify-content:space-between}._explainPc_1mwbd_5 ._header_1mwbd_11 ._title_1mwbd_17{font-size:14px;color:#000}._explainPc_1mwbd_5 ._header_1mwbd_11 ._button_1mwbd_21{display:inline-flex;border:0;border-radius:8px;padding:7px 10px;width:auto!important;height:auto!important;font-size:13px;line-height:18px;color:var(--adm-color-primary);background:#f1effb;cursor:pointer;align-items:center}._explainPc_1mwbd_5 ._header_1mwbd_11 ._button_1mwbd_21:after{margin-left:10px;border-right:1.5px solid currentcolor;border-bottom:1.5px solid currentcolor;width:6px;height:6px;transition:transform .2s ease;transform:translateY(-2px) rotate(45deg);content:" "}._explainPc_1mwbd_5 ._header_1mwbd_11 ._button_1mwbd_21._expend_1mwbd_45:after{transform:translateY(2px) rotate(225deg)}._explainPc_1mwbd_5 ._main_1mwbd_48{display:flex;margin-top:8px;flex-direction:column}._explainPc_1mwbd_5 ._main_1mwbd_48 span{font-size:12px;line-height:18px;color:#6e6e6e}._explainMobile_1ko69_5{margin-top:6.4vw;width:87.2vw;height:53.333333vw}._explainMobile_1ko69_5 ._header_1ko69_10 ._title_1ko69_10{font-size:3.733333vw}._explainMobile_1ko69_5 ._main_1ko69_13{display:flex;margin-top:1.066667vw;font-size:3.2vw;font-weight:400;line-height:5.333333vw;color:#6e6e6e;flex-direction:column}._explainMobile_1ko69_5 ._footer_1ko69_22{margin-top:1.066667vw;border:0;padding:0;font-size:3.2vw;color:var(--adm-color-primary);background:transparent}._productReadyPc_g0zeu_5._accessGate_g0zeu_5{display:grid!important;margin:0;box-sizing:border-box;border:1px solid rgba(82,66,160,.08);border-radius:20px;padding:52px 72px;max-width:1200px;min-height:300px;text-align:left;color:#272337;background:radial-gradient(circle at 12% 22%,rgba(255,122,91,.08),transparent 28%),linear-gradient(135deg,#fff,#fafaff);box-shadow:0 16px 40px #31256012;grid-template-columns:minmax(0,1fr) 1px minmax(0,1.45fr);align-items:center;gap:64px}._productReadyPc_g0zeu_5._accessGate_g0zeu_5 ._accessGame_g0zeu_23{display:flex;min-width:0;align-items:center;gap:20px}._productReadyPc_g0zeu_5._accessGate_g0zeu_5 ._accessGame_g0zeu_23 ._accessLogo_g0zeu_29{border:1px solid rgba(74,56,155,.08);border-radius:18px;padding:8px;width:88px;height:88px;background:#fff;box-shadow:0 12px 28px #36286c1a;-o-object-fit:contain;object-fit:contain}._productReadyPc_g0zeu_5._accessGate_g0zeu_5 ._accessGame_g0zeu_23 h1{overflow:hidden;margin:8px 0 0;max-width:360px;font-size:24px;line-height:34px;white-space:nowrap;text-overflow:ellipsis}._productReadyPc_g0zeu_5._accessGate_g0zeu_5 ._accessEyebrow_g0zeu_48,._productReadyPc_g0zeu_5._accessGate_g0zeu_5 ._accessStep_g0zeu_49{display:block;font-size:13px;font-weight:600;letter-spacing:.08em;color:#9893a3}._productReadyPc_g0zeu_5._accessGate_g0zeu_5 ._accessDivider_g0zeu_56{width:1px;height:142px;background:linear-gradient(180deg,transparent 0%,#ded9ef 20%,#ded9ef 80%,transparent 100%)}._productReadyPc_g0zeu_5._accessGate_g0zeu_5 ._accessAction_g0zeu_61{display:flex;align-items:flex-start;flex-direction:column;gap:8px}._productReadyPc_g0zeu_5._accessGate_g0zeu_5 ._accessAction_g0zeu_61 h2{margin:0;font-size:24px;line-height:34px}._productReadyPc_g0zeu_5._accessGate_g0zeu_5 ._accessAction_g0zeu_61 p{margin:0;font-size:15px;line-height:24px;color:#706b7d}._productReadyPc_g0zeu_5._accessGate_g0zeu_5 ._accessAction_g0zeu_61 ._button_g0zeu_78{width:196px;height:46px}._productReadyMobile_1fsht_5 ._accessGate_1fsht_5{display:flex;margin:0 auto;box-sizing:border-box;border:1px solid #e6e3ee;border-radius:2.133333vw;padding:9.066667vw 6.4vw;width:100%;min-height:88vw;text-align:center;color:#272337;background:#fff;flex-direction:column;align-items:center;justify-content:center}._productReadyMobile_1fsht_5 ._accessGate_1fsht_5 ._accessLogo_1fsht_21{border-radius:2.133333vw;width:16vw;height:16vw;-o-object-fit:contain;object-fit:contain}._productReadyMobile_1fsht_5 ._accessGate_1fsht_5 h1{overflow:hidden;margin:3.2vw 0 0;max-width:100%;font-size:4.533333vw;line-height:6.4vw;white-space:nowrap;text-overflow:ellipsis}._productReadyMobile_1fsht_5 ._accessGate_1fsht_5 h2{margin:6.933333vw 0 0;font-size:5.333333vw;line-height:7.466667vw}._productReadyMobile_1fsht_5 ._accessGate_1fsht_5 p{margin:2.133333vw 0 0;font-size:3.733333vw;line-height:5.866667vw;color:#706b7d}._productReadyMobile_1fsht_5 ._accessGate_1fsht_5 ._button_1fsht_47{margin-top:5.333333vw;height:11.2vw;font-size:3.733333vw;font-weight:700}._productListPc_16ezi_5{display:flex;flex-direction:column;gap:28px}._productListPc_16ezi_5 ._header_16ezi_10{display:flex;flex-direction:row;justify-content:space-between;gap:10px}._productListPc_16ezi_5 ._header_16ezi_10 ._title_16ezi_16{font-size:20px;font-weight:700;line-height:28px;color:#272337}._productListPc_16ezi_5 ._header_16ezi_10 ._desc_16ezi_22{font-size:14px;color:#9893a3}._productListPc_16ezi_5 ._main_16ezi_26{display:flex;flex-flow:row wrap;align-items:stretch;justify-content:flex-start;gap:16px}._productListPc_16ezi_5 ._main_16ezi_26 ._empty_16ezi_33{display:flex;width:100%;font-size:20px;flex-direction:column;align-items:center;justify-content:center}._productListPc_16ezi_5 ._main_16ezi_26 ._empty_16ezi_33 .ant-empty-image{width:150px;height:150px}._productPc_1ygho_5{display:inline-flex;overflow:hidden;border:1px solid #d7d2e3;border-radius:12px;padding-top:20px;width:272px;cursor:pointer;flex-direction:column}._productPc_1ygho_5:hover{border-color:#c9c3ec;box-shadow:0 8px 20px #0097c61f}._productPc_1ygho_5 ._top_1ygho_19{display:flex;justify-content:center;align-items:center;width:100%;height:150px}._productPc_1ygho_5 ._top_1ygho_19 img{overflow:hidden;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}._productPc_1ygho_5 ._bottom_1ygho_32{display:flex;flex-direction:column;row-gap:6px;overflow:hidden;padding:20px;justify-content:center;align-items:center;flex:1}._productPc_1ygho_5 ._bottom_1ygho_32 ._name_1ygho_42{margin-bottom:6px;max-width:100%;min-height:28px;font-size:20px;font-weight:500;line-height:28px;text-align:center;white-space:nowrap}._productPc_1ygho_5 ._bottom_1ygho_32 ._price_1ygho_52{font-size:20px;font-weight:700}._productMobile_1rfgb_5{display:inline-flex;overflow:hidden;border:1px solid #d7d2e3;border-radius:3.2vw;padding-top:4.266667vw;cursor:pointer;flex-direction:column}._productMobile_1rfgb_5:hover{border-color:#c9c3ec;box-shadow:0 2.133333vw 5.333333vw #0097c61f}._productMobile_1rfgb_5 ._top_1rfgb_18{display:flex;justify-content:center;align-items:center;width:100%;height:24.533333vw}._productMobile_1rfgb_5 ._top_1rfgb_18 img{overflow:hidden;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}._productMobile_1rfgb_5 ._bottom_1rfgb_31{display:flex;overflow:hidden;padding:4.266667vw 3.2vw;width:100%;flex-direction:column;align-items:stretch;gap:5.333333vw}._productMobile_1rfgb_5 ._bottom_1rfgb_31 ._name_1rfgb_40{overflow:hidden;font-size:4.266667vw;font-weight:700;text-align:center;white-space:nowrap;text-overflow:ellipsis;color:#272337}._productMobile_1rfgb_5 ._bottom_1rfgb_31 ._price_1rfgb_49{height:8.533333vw;font-size:4.266667vw;font-weight:700}._productListMobile_ry4sv_5{display:flex;border:1px solid #dedede;border-radius:2.133333vw;padding:4vw;background-color:#fff;flex-flow:row wrap;align-items:stretch;justify-content:flex-start;gap:3.2vw}._productListMobile_ry4sv_5._empty_ry4sv_16{display:flex!important;padding:2.666667vw;width:100%;align-items:center;justify-content:center}._productListMobile_ry4sv_5._empty_ry4sv_16 ._emptyBox_ry4sv_23{font-size:3.2vw}._productListMobile_ry4sv_5._empty_ry4sv_16 ._emptyBox_ry4sv_23 .ant-empty-image{width:40vw;height:40vw}._productPc_pjdwm_5{padding:20px 0;background-color:#f2f2f2;flex:1}._productPc_pjdwm_5 ._main_pjdwm_10{display:flex;margin:0 auto;max-width:1200px;flex-direction:column;gap:24px}._productPc_pjdwm_5 ._main_pjdwm_10 ._banner_pjdwm_17{overflow:hidden;border-radius:10px;width:100%;height:268px}._productPc_pjdwm_5 ._main_pjdwm_10 ._banner_pjdwm_17 img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}._productPc_pjdwm_5 ._main_pjdwm_10 ._appMain_pjdwm_28{display:flex;flex-direction:column;gap:16px;width:100%}._productPc_pjdwm_5 ._main_pjdwm_10 ._appMain_pjdwm_28 ._header_pjdwm_34{display:flex;box-sizing:border-box;border-radius:8px;padding-left:16px;height:100px;background-color:#fff;align-items:center;gap:16px}._productPc_pjdwm_5 ._main_pjdwm_10 ._appMain_pjdwm_28 ._header_pjdwm_34 ._logo_pjdwm_44{display:flex;border-radius:6px;width:68px;height:68px;background-color:#fafafa;align-items:center;justify-content:center}._productPc_pjdwm_5 ._main_pjdwm_10 ._appMain_pjdwm_28 ._header_pjdwm_34 ._logo_pjdwm_44 img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}._productPc_pjdwm_5 ._main_pjdwm_10 ._appMain_pjdwm_28 ._header_pjdwm_34 ._gameInfo_pjdwm_58{display:flex;flex-direction:column;justify-content:space-between}._productPc_pjdwm_5 ._main_pjdwm_10 ._appMain_pjdwm_28 ._header_pjdwm_34 ._gameInfo_pjdwm_58 ._name_pjdwm_63{font-size:18px;font-weight:700;line-height:100%}._productPc_pjdwm_5 ._main_pjdwm_10 ._appMain_pjdwm_28 ._header_pjdwm_34 ._gameInfo_pjdwm_58 ._roleContext_pjdwm_68{display:flex;margin-top:10px;border:0;padding:0;font-size:13px;color:#706b7d;background:transparent;cursor:pointer;align-items:center;gap:8px}._productPc_pjdwm_5 ._main_pjdwm_10 ._appMain_pjdwm_28 ._header_pjdwm_34 ._gameInfo_pjdwm_58 ._roleContext_pjdwm_68 strong{overflow:hidden;max-width:420px;font-weight:600;white-space:nowrap;text-overflow:ellipsis;color:#272337}._productPc_pjdwm_5 ._main_pjdwm_10 ._appMain_pjdwm_28 ._header_pjdwm_34 ._gameInfo_pjdwm_58 ._roleContext_pjdwm_68 ._roleAction_pjdwm_88{color:var(--adm-color-primary)}._productPc_pjdwm_5 ._main_pjdwm_10 ._appMain_pjdwm_28 ._appProduct_pjdwm_91{display:flex;border-radius:20px;padding:32px;width:100%;background-color:#fff;flex-direction:column;gap:28px}._productPc_pjdwm_5 ._main_pjdwm_10 ._appMain_pjdwm_28 ._appProduct_pjdwm_91 ._explain_pjdwm_100{border-top:1px solid #e6e3ee;padding-top:18px}._payWrapper_iyqok_5{box-sizing:border-box;padding:12px;width:100%;text-align:center}._payWrapper_iyqok_5 ._title_iyqok_11{width:100%;font-size:18px;line-height:100%;color:#000}._payWrapper_iyqok_5 ._price_iyqok_17{margin-top:2px;font-size:28px;font-weight:700;color:#ef323d}._payWrapper_iyqok_5 ._qrWrapper_iyqok_23{display:flex;margin-top:25px;width:100%;justify-content:center}._payWrapper_iyqok_5 ._qrWrapper_iyqok_23 ._qrLoading_iyqok_29,._payWrapper_iyqok_5 ._qrWrapper_iyqok_23 ._qrRetry_iyqok_30{display:flex;box-sizing:border-box;border:1px solid #e6e3ee;border-radius:8px;width:160px;height:160px;font-size:14px;color:#9893a3;background:#fafaff;justify-content:center;align-items:center}._payWrapper_iyqok_5 ._qrWrapper_iyqok_23 ._qrRetry_iyqok_30{color:var(--adm-color-primary);cursor:pointer;flex-direction:column;gap:12px}._payWrapper_iyqok_5 ._qrWrapper_iyqok_23 ._qrRetry_iyqok_30 img{width:40px;height:40px}._payWrapper_iyqok_5 ._qrWrapper_iyqok_23 ._qrRetry_iyqok_30:hover{border-color:#c9c3ec;background:#fafaff}._payWrapper_iyqok_5 ._qrWrapper_iyqok_23 ._qrRetry_iyqok_30:focus-visible{outline:3px solid #8f84d5;outline-offset:3px}._payWrapper_iyqok_5 ._qrWrapper_iyqok_23 ._qrCode_iyqok_61{display:flex;position:relative;border:1px solid #bebebe;border-radius:8px;width:160px;height:160px;justify-content:center;align-items:center}._payWrapper_iyqok_5 ._qrWrapper_iyqok_23 ._qrCode_iyqok_61 ._alipayFrame_iyqok_72{margin-top:10px;border:none;width:124px;height:124px}._payWrapper_iyqok_5 ._qrWrapper_iyqok_23 ._qrCode_iyqok_61 ._overlay_iyqok_78{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_iyqok_5 ._qrWrapper_iyqok_23 ._qrCode_iyqok_61 ._overlay_iyqok_78 img{width:46px;height:46px}._payWrapper_iyqok_5 ._qrWrapper_iyqok_23 ._qrCode_iyqok_61 ._overlay_iyqok_78 div{box-sizing:border-box;padding:0 24px;width:100%;white-space:wrap}._payMethods_4z5ro_5{display:flex;margin:18px auto 0;justify-content:center;gap:16px}._payMethods_4z5ro_5 button{display:flex;box-sizing:border-box;border:1px solid #d7d2e3;border-radius:8px;width:188px;height:46px;font-size:16px;color:#272337;background:#fff;cursor:pointer;align-items:center;justify-content:center;gap:10px}._payMethods_4z5ro_5 button:disabled{opacity:.65;cursor:wait}._payMethods_4z5ro_5 button img{width:24px;height:24px}._payMethods_4z5ro_5 ._active_4z5ro_34{border-color:var(--adm-color-primary);box-shadow:0 0 0 1px #00bdf41f}._accountLayoutMobile_1n1yq_5{display:flex;padding-top:17.066667vw;flex-direction:column}._accountLayoutMobile_1n1yq_5._layout_max_column_1n1yq_10{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}._userPopoverPc_pl2uo_5{box-sizing:border-box;min-width:180px}._userPopoverPc_pl2uo_5 ._userInfo_pl2uo_9{display:flex;border-bottom:1px solid #f2f2f2;padding:25px 20px;align-items:center;-moz-column-gap:12px;column-gap:12px}._userPopoverPc_pl2uo_5 ._userInfo_pl2uo_9 ._logoAvatar_pl2uo_16{width:36px;height:36px}._userPopoverPc_pl2uo_5 ._userInfo_pl2uo_9 ._userDetails_pl2uo_20{color:#3d3d3d}._userPopoverPc_pl2uo_5 ._userInfo_pl2uo_9 ._userDetails_pl2uo_20 ._userPhone_pl2uo_23{font-size:16px;line-height:22px}._userPopoverPc_pl2uo_5 ._accountBtnWrap_pl2uo_27{border-bottom:1px solid #f2f2f2;padding:6px 5px;font-weight:700}._userPopoverPc_pl2uo_5 ._accountBtnWrap_pl2uo_27:last-of-type{border-bottom:none}._userPopoverPc_pl2uo_5 ._accountBtnWrap_pl2uo_27 ._accountBtn_pl2uo_27{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}._userPopoverPc_pl2uo_5 ._accountBtnWrap_pl2uo_27 ._accountBtn_pl2uo_27:hover{color:#fff;background-color:#3d3d3d}._userPopoverPc_pl2uo_5 ._logout_pl2uo_53{padding:20px 5px;font-size:14px;font-weight:700;text-align:center;color:#3d3d3d;cursor:pointer}._userPopoverMobile_1imvy_5{box-sizing:border-box}._userPopoverMobile_1imvy_5 ._userInfo_1imvy_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}._userPopoverMobile_1imvy_5 ._userInfo_1imvy_8 ._logoAvatar_1imvy_15{width:9.6vw;height:9.6vw}._userPopoverMobile_1imvy_5 ._userInfo_1imvy_8 ._userDetails_1imvy_19{color:#3d3d3d}._userPopoverMobile_1imvy_5 ._userInfo_1imvy_8 ._userDetails_1imvy_19 ._userPhone_1imvy_22{font-size:4.266667vw;line-height:5.866667vw}._userPopoverMobile_1imvy_5 ._userInfo_1imvy_8 ._userDetails_1imvy_19 ._userId_1imvy_26{font-size:3.2vw;line-height:4.266667vw;color:#bebebe}._userPopoverMobile_1imvy_5 ._accountBtnWrap_1imvy_31{border-bottom:1px solid #f2f2f2;padding:1.6vw 1.333333vw;font-weight:700}._userPopoverMobile_1imvy_5 ._accountBtnWrap_1imvy_31:last-of-type{border-bottom:none}._userPopoverMobile_1imvy_5 ._accountBtnWrap_1imvy_31 ._accountBtn_1imvy_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}._userPopoverMobile_1imvy_5 ._logout_1imvy_53{padding:5.333333vw 1.333333vw;font-size:3.733333vw;font-weight:700;text-align:center;color:#3d3d3d;cursor:pointer}._pcHeader_1y65g_5{position:fixed;top:0;right:0;left:0;z-index:999;border-bottom:4px solid #f3f3f3;padding:0 100px;height:84px;background-color:#fff}._pcHeader_1y65g_5 ._main_1y65g_16{display:flex;position:relative;height:100%;flex-direction:row;align-items:stretch}._pcHeader_1y65g_5 ._main_1y65g_16 ._logo_1y65g_23{display:inline-flex;align-items:center;margin-top:-9px}._pcHeader_1y65g_5 ._main_1y65g_16 ._logo_1y65g_23 img{display:inline-block;width:112px;height:39px;cursor:pointer}._pcHeader_1y65g_5 ._main_1y65g_16 ._divider_1y65g_34{margin:0 12px;width:2px;height:23px;background:linear-gradient(180deg,#ff785a,#ffb248);opacity:.78}._pcHeader_1y65g_5 ._main_1y65g_16 ._title_1y65g_41{width:112px;font-size:20px;font-weight:700;color:#000}._pcHeader_1y65g_5 ._main_1y65g_16 ._content_1y65g_47{flex:1;display:flex;align-items:center}._pcHeader_1y65g_5 ._main_1y65g_16 ._content_1y65g_47 ._menuMain_1y65g_52{flex:1;display:flex;flex-direction:row;align-items:center}._pcHeader_1y65g_5 ._main_1y65g_16 ._content_1y65g_47 ._menuMain_1y65g_52 ._menuList_1y65g_58{display:flex;align-items:center;gap:64px;height:100%}._pcHeader_1y65g_5 ._main_1y65g_16 ._content_1y65g_47 ._menuMain_1y65g_52 ._menuList_1y65g_58 ._menuItem_1y65g_64{display:flex;position:relative;height:100%;font-size:16px;word-break:keep-all;color:#000;cursor:pointer;align-items:center}._pcHeader_1y65g_5 ._main_1y65g_16 ._content_1y65g_47 ._menuMain_1y65g_52 ._menuList_1y65g_58 ._menuItem_1y65g_64:after{position:absolute;left:0;width:100%;height:3px;background-color:#fff;transition:background-color .3s;content:""}._pcHeader_1y65g_5 ._main_1y65g_16 ._content_1y65g_47 ._menuMain_1y65g_52 ._split_1y65g_83{margin-left:40px;border-left:2px solid #e0e0e0;padding-left:40px;height:14px}._pcHeader_1y65g_5 ._main_1y65g_16 ._content_1y65g_47:not(._left_1y65g_89) ._menuMain_1y65g_52{justify-content:flex-end;height:100%}._pcHeader_1y65g_5 ._main_1y65g_16 ._content_1y65g_47:not(._left_1y65g_89) ._menuMain_1y65g_52 ._menuList_1y65g_58{gap:64px;font-weight:700}._pcHeader_1y65g_5 ._main_1y65g_16 ._content_1y65g_47:not(._left_1y65g_89) ._menuMain_1y65g_52 ._menuList_1y65g_58 ._menuItem_1y65g_64:after{top:0}._pcHeader_1y65g_5 ._main_1y65g_16 ._content_1y65g_47:not(._left_1y65g_89) ._menuMain_1y65g_52 ._menuList_1y65g_58 ._menuItem_1y65g_64._active_1y65g_100{color:#cc2424}._pcHeader_1y65g_5 ._main_1y65g_16 ._content_1y65g_47:not(._left_1y65g_89) ._menuMain_1y65g_52 ._menuList_1y65g_58 ._menuItem_1y65g_64._active_1y65g_100:after{background-color:#cc2424}._pcHeader_1y65g_5 ._main_1y65g_16 ._content_1y65g_47._left_1y65g_89{margin-left:31px}._pcHeader_1y65g_5 ._main_1y65g_16 ._content_1y65g_47._left_1y65g_89 ._menuMain_1y65g_52{justify-content:flex-start}._pcHeader_1y65g_5 ._main_1y65g_16 ._content_1y65g_47._left_1y65g_89 ._menuMain_1y65g_52 ._menuList_1y65g_58{gap:40px}._pcHeader_1y65g_5 ._main_1y65g_16 ._content_1y65g_47._left_1y65g_89 ._menuMain_1y65g_52 ._menuList_1y65g_58 ._menuItem_1y65g_64{height:32px}._pcHeader_1y65g_5 ._main_1y65g_16 ._content_1y65g_47._left_1y65g_89 ._menuMain_1y65g_52 ._menuList_1y65g_58 ._menuItem_1y65g_64._active_1y65g_100{color:var(--adm-color-primary)}._pcHeader_1y65g_5 ._main_1y65g_16 ._content_1y65g_47._left_1y65g_89 ._menuMain_1y65g_52 ._menuList_1y65g_58 ._menuItem_1y65g_64._active_1y65g_100:after{background:linear-gradient(90deg,#ff785a,#ffb13c);box-shadow:0 2px 8px #ff774b38}._pcHeader_1y65g_5 ._main_1y65g_16 ._content_1y65g_47._left_1y65g_89 ._menuMain_1y65g_52 ._menuList_1y65g_58 ._menuItem_1y65g_64:after{bottom:0}._pcHeader_1y65g_5 ._main_1y65g_16 ._content_1y65g_47 ._rechargeBtn_1y65g_128{display:flex;border-radius:8px;width:96px;height:40px;font-size:16px;font-weight:700;color:#fff;background-color:var(--adm-color-primary);cursor:pointer;align-items:center;justify-content:center}._pcHeader_1y65g_5 ._main_1y65g_16 ._content_1y65g_47 .ant-popover-inner{padding:0}._pcHeader_1y65g_5 ._main_1y65g_16 ._content_1y65g_47 ._userAvatar_1y65g_144{margin-left:46px;width:40px;height:40px}._pcHeader_1y65g_5 ._main_1y65g_16 ._content_1y65g_47 ._loginBtn_1y65g_149{display:flex;margin-left:18px;border-radius:8px;width:96px;height:40px;font-size:16px;font-weight:700;color:#fff;background-color:var(--adm-color-primary);cursor:pointer;align-items:center;justify-content:center}@media (max-width: 1000px){._pcHeader_1y65g_5{padding:0 50px}}@media (max-width: 900px){._pcHeader_1y65g_5{padding:0 30px}}@media (max-width: 800px){._pcHeader_1y65g_5{padding:0 10px}}._mobileHeader_rigje_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}._mobileHeader_rigje_5 ._logo_rigje_19>img{width:27.466667vw;height:9.6vw}._mobileHeader_rigje_5 ._nav_rigje_23{margin-left:auto}._mobileHeader_rigje_5 ._nav_rigje_23>img{width:6.933333vw;height:5.066667vw}._mobileHeader_rigje_5 ._nav_rigje_23 ._closeIcon_rigje_30{position:relative;width:4.8vw;height:4.8vw}._mobileHeader_rigje_5 ._nav_rigje_23 ._closeIcon_rigje_30 ._line_rigje_35{position:absolute;width:100%;height:.533333vw;background-color:#c7c7c7;transition:all .3s ease}._mobileHeader_rigje_5 ._nav_rigje_23 ._closeIcon_rigje_30 ._line_rigje_35:first-child{top:50%;transform:translateY(-50%) rotate(45deg)}._mobileHeader_rigje_5 ._nav_rigje_23 ._closeIcon_rigje_30 ._line_rigje_35:last-child{top:50%;transform:translateY(-50%) rotate(-45deg)}._mobileHeader_rigje_5 ._main_rigje_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}._mobileHeader_rigje_5 ._main_rigje_50 ._mainWrap_rigje_62{visibility:hidden}._mobileHeader_rigje_5 ._main_rigje_50 ._mainWrap_rigje_62 ._menuList_rigje_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}._mobileHeader_rigje_5 ._main_rigje_50 ._mainWrap_rigje_62 ._menuList_rigje_65 ._menuItem_rigje_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}._mobileHeader_rigje_5 ._main_rigje_50 ._mainWrap_rigje_62 ._userCard_rigje_86{display:flex;padding:9.066667vw 9.066667vw 0;flex-direction:column;row-gap:3.2vw}._mobileHeader_rigje_5 ._main_rigje_50 ._mainWrap_rigje_62 ._userCard_rigje_86 ._userGreeting_rigje_92{font-size:4.8vw;line-height:5.866667vw;color:#3d3d3d}._mobileHeader_rigje_5 ._main_rigje_50 ._mainWrap_rigje_62 ._userCard_rigje_86 ._userInfo_rigje_97{display:flex;align-items:center;-moz-column-gap:2.133333vw;column-gap:2.133333vw}._mobileHeader_rigje_5 ._main_rigje_50 ._mainWrap_rigje_62 ._userCard_rigje_86 ._userInfo_rigje_97 ._userAvatar_rigje_102{width:12.8vw;height:12.8vw}._mobileHeader_rigje_5 ._main_rigje_50 ._mainWrap_rigje_62 ._userCard_rigje_86 ._userInfo_rigje_97 ._userDetails_rigje_106{color:#3d3d3d}._mobileHeader_rigje_5 ._main_rigje_50 ._mainWrap_rigje_62 ._userCard_rigje_86 ._userInfo_rigje_97 ._userDetails_rigje_106 ._userPhone_rigje_109{font-size:4.8vw;font-weight:700;line-height:6.4vw}._mobileHeader_rigje_5 ._main_rigje_50 ._mainWrap_rigje_62 ._btnList_rigje_114{display:flex;flex-direction:column;align-items:center;row-gap:2.133333vw;padding:9.066667vw 9.066667vw 0}._mobileHeader_rigje_5 ._main_rigje_50 ._mainWrap_rigje_62 ._btnList_rigje_114 ._rechargeBtn_rigje_121,._mobileHeader_rigje_5 ._main_rigje_50 ._mainWrap_rigje_62 ._btnList_rigje_114 ._loginBtn_rigje_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}._mobileHeader_rigje_5 ._main_rigje_50 ._mainWrap_rigje_62 ._logoutBtnWrap_rigje_133{display:flex;justify-content:center;padding-top:6.4vw;padding-bottom:9.066667vw}._mobileHeader_rigje_5 ._main_rigje_50 ._mainWrap_rigje_62 ._logoutBtnWrap_rigje_133 ._logoutBtn_rigje_133{font-size:4.266667vw;text-decoration:underline;color:#3d3d3d;cursor:pointer}._mobileHeader_rigje_5 ._main_rigje_50._active_rigje_145{overflow-y:auto;border-top:1px solid #efefef;height:calc(100dvh - 17.066667vw);opacity:1}._mobileHeader_rigje_5 ._main_rigje_50._active_rigje_145 ._mainWrap_rigje_62{visibility:visible}._pcFooter_z9trn_5{box-sizing:border-box;padding:30px 0;min-width:1200px;font-size:12px;color:#fff;background-color:#000}._pcFooter_z9trn_5 ._companyContact_z9trn_13{display:flex;margin:0 auto;width:1200px;height:68px;color:#5a5a5a;justify-content:space-between}._pcFooter_z9trn_5 ._companyContact_z9trn_13 ._email_z9trn_21{display:flex;border-bottom:1px solid #5a5a5a;padding-bottom:20px;width:600px;-moz-column-gap:140px;column-gap:140px}._pcFooter_z9trn_5 ._companyContact_z9trn_13 ._email_z9trn_21 ._business_z9trn_28,._pcFooter_z9trn_5 ._companyContact_z9trn_13 ._email_z9trn_21 ._recruitment_z9trn_29{display:flex;flex-direction:column;row-gap:8px}._pcFooter_z9trn_5 ._companyContact_z9trn_13 ._email_z9trn_21 ._business_z9trn_28>label,._pcFooter_z9trn_5 ._companyContact_z9trn_13 ._email_z9trn_21 ._recruitment_z9trn_29>label{font-size:12px}._pcFooter_z9trn_5 ._companyContact_z9trn_13 ._email_z9trn_21 ._business_z9trn_28>a,._pcFooter_z9trn_5 ._companyContact_z9trn_13 ._email_z9trn_21 ._recruitment_z9trn_29>a{font-size:14px;color:#fff}._pcFooter_z9trn_5 ._companyContact_z9trn_13 ._more_z9trn_43{font-size:10px;text-align:right}._pcFooter_z9trn_5 ._companyContact_z9trn_13 ._more_z9trn_43 ._moreWrap_z9trn_47{display:flex;justify-content:flex-end;gap:12px;margin-top:9px}._pcFooter_z9trn_5 ._companyContact_z9trn_13 ._more_z9trn_43 ._moreWrap_z9trn_47 img{display:block;width:43px;height:43px}._pcFooter_z9trn_5 ._companyContact_z9trn_13 ._more_z9trn_43 ._moreWrap_z9trn_47 img._briefing_z9trn_58{width:120px}._pcFooter_z9trn_5 ._companyInfo_z9trn_61{display:flex;margin:0 auto;padding-top:32px;width:1200px;place-content:end space-between}._pcFooter_z9trn_5 ._companyInfo_z9trn_61 ._companyName_z9trn_68{font-size:12px;color:#fff;background-color:#000}._pcFooter_z9trn_5 ._companyInfo_z9trn_61 ._companyName_z9trn_68 div:nth-child(1){font-size:18px;font-weight:700;line-height:26px}._pcFooter_z9trn_5 ._companyInfo_z9trn_61 ._companyName_z9trn_68 div:nth-child(2){font-size:10px;line-height:14px}._pcFooter_z9trn_5 ._companyInfo_z9trn_61 ._companyAddress_z9trn_82{font-size:12px;text-align:right;color:#5a5a5a}._pcFooter_z9trn_5 ._companyInfo_z9trn_61 ._companyAddress_z9trn_82 ._gameAdvice_z9trn_87{display:flex;width:100%;font-size:12px;line-height:18px;justify-content:flex-end}._pcFooter_z9trn_5 ._companyInfo_z9trn_61 ._companyAddress_z9trn_82 ._permission_z9trn_94{display:flex;height:18px;flex-wrap:wrap;align-items:center}._pcFooter_z9trn_5 ._companyInfo_z9trn_61 ._companyAddress_z9trn_82 ._permission_z9trn_94 a{display:flex;text-wrap:nowrap;color:#5a5a5a;align-items:center;flex-wrap:nowrap}._pcFooter_z9trn_5 ._companyInfo_z9trn_61 ._companyAddress_z9trn_82 ._permission_z9trn_94 ._split_z9trn_107{margin-left:8px;border-left:1px solid #5a5a5a;padding-left:8px}._pcFooter_z9trn_5 ._companyInfo_z9trn_61 ._companyAddress_z9trn_82 ._permission_z9trn_94 img{margin-right:4px;width:13px;height:13px}._pcFooter_z9trn_5 ._companyInfo_z9trn_61 ._companyAddress_z9trn_82 ._address_z9trn_117{display:flex;height:18px;flex-wrap:wrap;align-items:center}._pcFooter_z9trn_5 ._companyInfo_z9trn_61 ._companyAddress_z9trn_82 ._address_z9trn_117 img{margin:0 4px;width:8px;height:12px}._mobileFooterMobile_eqnhy_5{padding:8vw 5.333333vw;font-size:3.2vw;color:#fff;background-color:#000}._mobileFooterMobile_eqnhy_5 ._companyContact_eqnhy_11{color:#5a5a5a}._mobileFooterMobile_eqnhy_5 ._companyContact_eqnhy_11 ._email_eqnhy_14{display:flex;-moz-column-gap:16vw;column-gap:16vw;border-bottom:1px solid #5a5a5a;padding-bottom:5.333333vw}._mobileFooterMobile_eqnhy_5 ._companyContact_eqnhy_11 ._email_eqnhy_14 ._business_eqnhy_20,._mobileFooterMobile_eqnhy_5 ._companyContact_eqnhy_11 ._email_eqnhy_14 ._recruitment_eqnhy_21{display:flex;flex-direction:column;row-gap:2.133333vw}._mobileFooterMobile_eqnhy_5 ._companyContact_eqnhy_11 ._email_eqnhy_14 ._business_eqnhy_20>label,._mobileFooterMobile_eqnhy_5 ._companyContact_eqnhy_11 ._email_eqnhy_14 ._recruitment_eqnhy_21>label{font-size:3.2vw}._mobileFooterMobile_eqnhy_5 ._companyContact_eqnhy_11 ._email_eqnhy_14 ._business_eqnhy_20>a,._mobileFooterMobile_eqnhy_5 ._companyContact_eqnhy_11 ._email_eqnhy_14 ._recruitment_eqnhy_21>a{font-size:3.733333vw;color:#fff}._mobileFooterMobile_eqnhy_5 ._companyContact_eqnhy_11 ._more_eqnhy_35{border-bottom:1px solid #5a5a5a;padding:8.533333vw 0 10.666667vw;font-size:2.666667vw}._mobileFooterMobile_eqnhy_5 ._companyContact_eqnhy_11 ._more_eqnhy_35 ._moreWrap_eqnhy_40{display:flex;gap:3.2vw;margin-top:2.666667vw}._mobileFooterMobile_eqnhy_5 ._companyContact_eqnhy_11 ._more_eqnhy_35 ._moreWrap_eqnhy_40 img{display:block;width:11.466667vw;height:11.466667vw}._mobileFooterMobile_eqnhy_5 ._companyContact_eqnhy_11 ._more_eqnhy_35 ._moreWrap_eqnhy_40 img._briefing_eqnhy_50{width:32vw}._mobileFooterMobile_eqnhy_5 ._companyInfo_eqnhy_53{padding-top:8.533333vw}._mobileFooterMobile_eqnhy_5 ._companyInfo_eqnhy_53 ._companyName_eqnhy_56{font-size:3.2vw;color:#fff;background-color:#000}._mobileFooterMobile_eqnhy_5 ._companyInfo_eqnhy_53 ._companyName_eqnhy_56 div:nth-child(1){font-size:4.8vw;font-weight:700;line-height:6.933333vw;text-align:center}._mobileFooterMobile_eqnhy_5 ._companyInfo_eqnhy_53 ._companyName_eqnhy_56 div:nth-child(2){font-size:2.666667vw;line-height:3.733333vw;text-align:center}._mobileFooterMobile_eqnhy_5 ._companyInfo_eqnhy_53 ._companyAddress_eqnhy_72{padding-top:8.533333vw;font-size:3.2vw;color:#5a5a5a}._mobileFooterMobile_eqnhy_5 ._companyInfo_eqnhy_53 ._companyAddress_eqnhy_72 ._gameAdvice_eqnhy_77{width:100%;font-size:3.2vw;line-height:4.8vw}._mobileFooterMobile_eqnhy_5 ._companyInfo_eqnhy_53 ._companyAddress_eqnhy_72 ._permission_eqnhy_82{display:flex;padding-top:5.333333vw;flex-wrap:wrap;row-gap:1.6vw}._mobileFooterMobile_eqnhy_5 ._companyInfo_eqnhy_53 ._companyAddress_eqnhy_72 ._permission_eqnhy_82 a{display:flex;text-wrap:nowrap;color:#5a5a5a;align-items:center;flex-wrap:nowrap}._mobileFooterMobile_eqnhy_5 ._companyInfo_eqnhy_53 ._companyAddress_eqnhy_72 ._permission_eqnhy_82 ._split_eqnhy_95{margin-left:2.133333vw;border-left:1px solid #5a5a5a;padding-left:2.133333vw}._mobileFooterMobile_eqnhy_5 ._companyInfo_eqnhy_53 ._companyAddress_eqnhy_72 ._permission_eqnhy_82 img{margin-right:1.066667vw;width:3.466667vw;height:3.466667vw}._mobileFooterMobile_eqnhy_5 ._companyInfo_eqnhy_53 ._companyAddress_eqnhy_72 ._address_eqnhy_105{display:flex;padding-top:5.333333vw;justify-content:center;flex-wrap:wrap;row-gap:1.6vw}._mobileFooterMobile_eqnhy_5 ._companyInfo_eqnhy_53 ._companyAddress_eqnhy_72 ._address_eqnhy_105 img{margin:0 1.066667vw;width:2.133333vw;height:3.2vw}._accountLayoutPc_1svkn_5{padding-top:84px}._accountLayoutPc_1svkn_5._layout_max_column_1svkn_8{display:flex;width:100%;height:100%;flex-direction:column}._accountLayoutPc_1svkn_5 ._session_1svkn_14{min-width:1200px;flex:1;background-color:#f2f2f2}._accountLayoutPc_1svkn_5 ._session_1svkn_14 ._banner_1svkn_19>img{width:100%;height:268px;-o-object-fit:cover;object-fit:cover}._accountLayoutPc_1svkn_5 ._session_1svkn_14 ._main_1svkn_24{display:flex;margin-top:-44px;width:100%;justify-content:center;-moz-column-gap:10px;column-gap:10px}._accountLayoutPc_1svkn_5 ._session_1svkn_14 ._main_1svkn_24 ._content_1svkn_31{border-radius:8px;width:890px;height:700px;background-color:#fff}._accountLayoutPc_1svkn_5 ._session_1svkn_14 ._main_1svkn_24 ._content_1svkn_31._hasHeader_1svkn_37{display:flex;flex-direction:column;padding:32px 40px}._accountLayoutPc_1svkn_5 ._session_1svkn_14 ._main_1svkn_24 ._content_1svkn_31._hasHeader_1svkn_37 ._header_1svkn_42{font-size:24px;font-weight:700;color:#000}._accountLayoutPc_1svkn_5 ._session_1svkn_14 ._main_1svkn_24 ._content_1svkn_31._hasHeader_1svkn_37 ._header_1svkn_42 ._title_1svkn_47{display:inline-block;border-bottom:3px solid #000;padding:4px 0;min-width:100px;text-align:center}._accountLayoutPc_1svkn_5 ._session_1svkn_14 ._main_1svkn_24 ._content_1svkn_31._hasHeader_1svkn_37 ._area_1svkn_54{flex:1}._leftMenu_rsotp_5{box-sizing:border-box;border-radius:8px;padding:4px 14px 14px;width:200px;height:700px;background-color:#fff}._leftMenu_rsotp_5 ._menuItem_rsotp_13{border-bottom:1px solid #d5d6dd;padding:10px 0}._leftMenu_rsotp_5 ._menuItem_rsotp_13 ._menuItemWrap_rsotp_17{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}._leftMenu_rsotp_5 ._menuItem_rsotp_13 ._menuItemWrap_rsotp_17._active_rsotp_27{background-color:#2e2e2e}._leftMenu_rsotp_5 ._menuItem_rsotp_13 ._menuItemWrap_rsotp_17._active_rsotp_27 ._itemTitle_rsotp_30{color:#fff}._leftMenu_rsotp_5 ._menuItem_rsotp_13 ._menuItemWrap_rsotp_17 ._itemImg_rsotp_33{width:24px;height:24px}._leftMenu_rsotp_5 ._menuItem_rsotp_13 ._menuItemWrap_rsotp_17 ._itemTitle_rsotp_30{font-size:16px;color:#3d3e42}._portalLayoutMobile_48iqp_5{padding-top:17.066667vw}._portalLayoutMobile_48iqp_5._layout_max_column_48iqp_8{display:flex;width:100%;height:100%;flex-direction:column}._portalLayoutPc_q53k4_5{padding-top:84px}._portalLayoutPc_q53k4_5._layout_max_column_q53k4_8{display:flex;width:100%;height:100%;flex-direction:column}._rechargeLayoutMobile_1gdmp_5{padding-top:17.066667vw;background:radial-gradient(circle at 12% 5%,rgba(255,128,103,.1),transparent 22%),linear-gradient(180deg,#f1effb,#f6f7fb 42%,#f6f7fb);flex:1}._rechargeLayoutMobile_1gdmp_5._layout_max_column_1gdmp_10{display:flex;width:100%;height:100%;flex-direction:column}._navBar_12ucf_5{display:flex;position:fixed;top:0;right:0;left:0;z-index:999;box-sizing:border-box;padding:0 5.333333vw;height:17.066667vw;background-color:#fff;justify-content:space-between;align-items:center}._navBar_12ucf_5 ._left_12ucf_19{display:flex;align-items:center;gap:3.466667vw}._navBar_12ucf_5 ._left_12ucf_19 ._logo_12ucf_24>img{width:9.6vw;height:9.6vw}._navBar_12ucf_5 ._left_12ucf_19 ._title_12ucf_28{font-size:4.266667vw;font-weight:700;color:#000}._navBar_12ucf_5 ._right_12ucf_33{display:flex;border-radius:50%;width:10.666667vw;height:10.666667vw;background-color:#f8f8f8;justify-content:center;align-items:center}._navBar_12ucf_5 ._right_12ucf_33 ._img_12ucf_42{width:10.133333vw;height:10.133333vw}._rechargeLayoutPc_1uyxo_5{display:flex;box-sizing:border-box;padding-top:84px;height:100%;flex-direction:column;background-color:radial-gradient(circle at 12% 12%,rgba(255,128,103,.09),transparent 24%),linear-gradient(180deg,#f1effb 0,#f6f7fb 300px,#f6f7fb 100%)}._rechargeLayoutPc_1uyxo_5 ._rechargeHeader_1uyxo_13{padding:0!important}._rechargeLayoutPc_1uyxo_5 ._rechargeHeader_1uyxo_13 ._headerMain_1uyxo_16{margin:auto;align-items:center!important;width:1200px}._error_iwxma_5{flex:1;min-height:80vw}.ant-input-outlined:focus-within{box-shadow:none!important}: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.8.309/assets/Kelson-Sans-Regular-DId1Deok.otf) format("opentype"),url(/v26.8.309/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}html img,body img,#root img{font-size:1.333333vw!important}#root{overflow:auto}@media (max-width: 768px){html,body,#root{height:100dvh}}img{vertical-align:top;transition:opacity .3s ease}img[src=""],img:not([src]){opacity:0}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}
