.IModal.ant-modal>.ant-modal-content{color:var(--text-2);border-radius:8px;padding:0;overflow:hidden}.IModal.ant-modal>.ant-modal-content .ant-modal-header{padding:12px 16px;color:var(--text-1);font-weight:500;font-size:16px;border-bottom:1px solid var(--line-1);margin-bottom:0}.IModal.ant-modal>.ant-modal-content>.ant-modal-close{width:32px;height:32px;top:7px;right:7px}.IModal.ant-modal>.ant-modal-content>.ant-modal-body{padding:0}.IModal.ant-modal.modal-transparent>.ant-modal-content{text-align:center;background:transparent;box-shadow:none}.IModal.ant-modal.ant-modal-confirm>.ant-modal-content{border-radius:8px}.IModal.ant-modal.ant-modal-confirm>.ant-modal-content .ant-modal-confirm-content{color:var(--i-color-text,rgba(34,47,64,.6))}.IModal.ant-modal.ant-modal-confirm>.ant-modal-content .ant-modal-confirm-btns>.ant-btn{width:90px;height:34px;color:var(--i-color-title,#2f2f2f);font-weight:600;border-radius:4px;background:var(--i-color-bg,#fff);border-color:var(--i-color-border,rgba(34,47,64,.12))}.IModal.ant-modal.ant-modal-confirm>.ant-modal-content .ant-modal-confirm-btns>.ant-btn:hover{border-color:var(--i-color-border,rgba(34,47,64,.12))}.IModal.ant-modal.ant-modal-confirm>.ant-modal-content .ant-modal-confirm-btns>.ant-btn.ant-btn-primary{color:#fff;background:linear-gradient(55.38deg,#f84d4d 18.48%,#ff6b42 80.18%)}.IConfirm{width:440px;max-width:100%;padding:24px}.IConfirm .IConfirm-title{margin-bottom:8px;color:var(--text-1);font-weight:600;font-size:16px}.IConfirm .IConfirm-body{margin-top:8px;color:var(--text-2)}.IConfirm .IConfirm-action{margin-top:48px;text-align:right}.AIConfirm{width:480px;max-width:100%;padding:24px}.AIConfirm .AIConfirm-title{margin-bottom:8px;color:var(--text-1);font-weight:600;font-size:16px}.AIConfirm .AIConfirm-body{margin-top:8px;color:var(--text-2)}.AIConfirm .AIConfirm-action{margin-top:32px;text-align:right}.AIMessage{position:fixed;z-index:10000}@media screen and (max-width:768px){.modalConfirm .ant-modal-wrap{text-align:center}.modalConfirm .ant-modal-wrap:before{display:inline-block;width:0;height:100%;vertical-align:middle;content:""}.modalConfirm .IModal.ant-modal{max-width:272px;top:0;display:inline-block;padding-bottom:0;text-align:left;vertical-align:middle}.modalConfirm .IModal.ant-modal .ant-modal-content{border-radius:16px}.modalConfirm .IModal.ant-modal .ant-modal-content .IConfirm{border-radius:16px;padding:0;text-align:center}.modalConfirm .IModal.ant-modal .ant-modal-content .IConfirm .IConfirm-title{font-size:15px;margin-bottom:10px;padding:20px 24px 0}.modalConfirm .IModal.ant-modal .ant-modal-content .IConfirm .IConfirm-body{padding:0 24px 20px}.modalConfirm .IModal.ant-modal .ant-modal-content .IConfirm .IConfirm-action{margin:0;border-top:1px solid var(--line-1);display:flex}.modalConfirm .IModal.ant-modal .ant-modal-content .IConfirm .IConfirm-action>button{flex:1 1;margin:0;border-radius:0;background:unset;min-height:48px;color:var(--text-1);border:0}.modalConfirm .IModal.ant-modal .ant-modal-content .IConfirm .IConfirm-action>button:nth-child(2){border-left:1px solid var(--line-1)}.modalConfirm .IModal.ant-modal .ant-modal-content .IConfirm .IConfirm-action>button.IButton-red{color:var(--red);font-weight:500}}.IButton{position:relative;padding:4px 16px;height:44px;font-weight:500;line-height:1.5;border:none;border-radius:8px;outline:none;cursor:pointer;transition:all .1s}.IButton:disabled{opacity:.4;cursor:not-allowed}.IButton+.IButton{margin-left:8px}.IButton>svg{vertical-align:-5px}.IButton.IButton-size-small{font-size:13px;padding:3px 15px;height:36px}.IButton.IButton-size-large{font-size:18px;padding:5px 24px;border-radius:10px;height:50px}.IButton.IButton-shape-round{border-radius:100px}.IButton.IButton-red{color:var(--text-5);background:var(--color-brand1)}.IButton.IButton-red:hover{background:linear-gradient(55.38deg,rgba(0,0,0,.04) 18.48%,rgba(0,0,0,.04) 80.18%),var(--color-brand1)}.IButton.IButton-red:active{background:linear-gradient(55.38deg,rgba(0,0,0,.08) 18.48%,rgba(0,0,0,.08) 80.18%),var(--color-brand1)}.IButton.IButton-red:disabled{background:linear-gradient(55.38deg,hsla(0,0%,100%,.5) 18.48%,hsla(0,0%,100%,.5) 80.18%),var(--color-brand1);cursor:not-allowed}.IButton.IButton-yellow{color:#463f31;background:#ffe8b7}.IButton.IButton-yellow:hover{background:rgba(255,232,183,.933)}.IButton.IButton-white{color:var(--text-1);background:var(--bg-1);border:1px solid var(--line-2)}.IButton.IButton-white:hover{background:var(--bg-2)}.IButton.IButton-white-text{color:var(--text-5);background:transparent;border:1px solid var(--text-5)}.IButton.IButton-white-text:hover{background:var(--color-bg5)}.IButton.IButton-ghost{color:var(--text-5);background:transparent;border:1px solid var(--text-5)}.IButton.IButton-ghost:hover{background:var(--color-bg5)}.IButton.IButton-link{height:auto;font-weight:400;background:transparent}.IButton.IButton-white-red{color:var(--red);background:var(--text-5)}.IButton.IButton-white-red:hover{background:var(--red-bg)}.IButton.IButton-shape-circle{padding:6px;border-radius:100px;width:40px;height:40px}.IButton.IButton-shape-circle.IButton-size-small{width:32px;height:32px}.IButton.IButton-shape-circle.IButton-size-large{width:56px;height:56px}.IButton.IButton-ai{color:var(--text-5);background:var(--ai-gradient)}.IButton.IButton-ai:hover{background:var(--ai-gradient-hover)}.IButton.IButton-ai:disabled{background:var(--ai-gradient-disable);cursor:not-allowed}.IButton.IButton-ai:after{position:absolute;content:"";top:0;left:0;width:100%;height:100%;border:1px solid var(--line-4);border-radius:inherit}.IButton.IButton-blue{color:var(--text-5);background:var(--blue)}.IButton.IButton-blue:hover{background:var(--blue-hover)}.IButton.IButton-grey{color:var(--text-1);background:var(--bg-2)}.IButton.IButton-dropdown{padding-right:38px}.IButton.IButton-dropdown>.IButton-dropdown-btn{position:absolute;top:0;right:0;width:32px;height:100%;padding:4px;background-color:rgba(0,0,0,.1);border-radius:0 6px 6px 0;cursor:pointer}.IButton.IButton-dropdown>.IButton-dropdown-btn:after{display:block;width:100%;height:100%;background:url(/_next/static/media/ic_arrow_down_12.1f1c1280.svg) no-repeat 50%;transition:all .2s;content:"";filter:invert(1)}.IButton.IButton-dropdown>.IButton-dropdown-btn:hover:after{transform:rotate(-180deg)}.StopButton{border:1px solid var(--line-2);background:var(--bg-1);box-shadow:0 4px 20px 0 rgba(37,37,109,.06);border-radius:32px;color:var(--text-2);padding:6px 12px;cursor:pointer;transition:all .15s;display:flex;align-items:center}.StopButton:hover{background:var(--bg-2)}@media screen and (max-width:500px){.IButton.IButton-size-small{font-size:12px;padding:2px 8px}}div.IDropdown.ant-dropdown{min-width:100px}div.IDropdown.ant-dropdown>.ant-dropdown-menu{min-width:100px;padding:4px;border-radius:6px;box-shadow:0 8px 20px 0 rgba(6,8,40,.06)}div.IDropdown.ant-dropdown>.ant-dropdown-menu>.ant-dropdown-menu-item{padding:7px 16px;color:#484848}div.IDropdown.ant-dropdown>.ant-dropdown-menu>.ant-dropdown-menu-item+li{margin-top:2px}div.IDropdown.ant-dropdown>.ant-dropdown-menu>.ant-dropdown-menu-item:hover{background:#f5f6f9;border-radius:3px}div.IDropdown.ant-dropdown>.ant-dropdown-menu>.ant-dropdown-menu-item.ant-dropdown-menu-item-selected{color:var(--i-color-title,#2f2f2f);font-weight:600;background-color:transparent}.MemberModalPC{min-height:568px;background:linear-gradient(180deg,#fff 9.68%,#f5f6f9 21.13%,#f5f6f9);color:var(--text-2);font-size:12px}.MemberTab{display:flex;align-items:flex-end;font-weight:600;font-size:16px;color:var(--text-5);height:56px;background:var(--vip-2);background-repeat:no-repeat;background-size:100% 100%;position:relative}.MemberTab>div{width:268px;padding:8px 12px;cursor:pointer;border-radius:5px 5px 0 0;margin-right:8px;position:relative;background:rgba(0,0,0,.08);text-align:center}.MemberTab>div.select{color:var(--text-1);background:var(--bg-1)}.MemberTab>div>span{position:relative}.MemberTab>div>span .tab-badge{position:absolute;width:40px;top:0;right:0;transform:translate(100%,-100%);z-index:1}.MemberTab.MemberTab-enterprise{background:var(--blue)}.MemberTab.MemberTab-team{background:var(--purple)}.MemberVIP{display:flex;height:512px}.MemberVIP .member-products{min-width:0;flex:auto;padding:16px}.MemberVIP .member-products .products-box{scrollbar-width:none;flex-shrink:0}.MemberVIP .member-products .products-box>.ant-carousel{color:inherit;font-size:inherit;width:calc(100% + 32px);margin-left:-16px}.MemberVIP .member-products .products-box>.ant-carousel .slick-arrow.slick-disabled{display:none!important}.MemberVIP .member-products .products-box>.ant-carousel .slick-arrow.slick-prev{left:4px}.MemberVIP .member-products .products-box>.ant-carousel .slick-arrow.slick-next{right:4px}.MemberVIP .member-products .products-box>.ant-carousel .slick-arrow .CCarousel-arrow{border:1px solid var(--line-2)}.MemberVIP .member-products .products-box>.ant-carousel .slick-list{padding-top:12px}.MemberVIP .member-products .products-box>.ant-carousel .slick-list .slick-slide{padding-left:16px}.MemberVIP .member-products .products-box::-webkit-scrollbar{display:none}.MemberPrivileges{flex-shrink:0;width:192px;padding:24px 16px;height:100%;position:relative;background:#fff;color:var(--text-2);border-right:1px solid var(--line-2)}.MemberPrivileges .MemberPrivileges-title{color:var(--vip-2);margin-bottom:24px}.MemberPrivileges .privileges-items{height:calc(100% - 170px);width:calc(100% + 32px);margin-left:-16px;padding:5px 16px 0;overflow-y:auto;overflow-x:hidden;list-style:none}.MemberPrivileges .privileges-items>div{position:relative}.MemberPrivileges .privileges-items>div+div{margin-top:16px}.MemberPrivileges .privileges-items>div>img{margin-top:-4px}.MemberPrivileges .privileges-items .badge-icon-box{position:relative}.MemberPrivileges .privileges-items .badge-icon-box>img{position:absolute;left:0;top:0;transform:translateY(-5px);max-width:unset}.MemberPrivileges .compar-privileges.IButton{position:absolute;bottom:24px;left:16px;right:16px;margin:auto;height:40px;font-size:13px;border-radius:6px;color:inherit}.MemberPrivileges.MemberPrivileges-enterprise .MemberPrivileges-title{color:var(--blue)}.MemberPrivileges.MemberPrivileges-team .MemberPrivileges-title{color:var(--purple)}.ProductItem{border-radius:8px;width:224px;position:relative;background:#fff}.ProductItem:before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;border-radius:inherit;pointer-events:none;border:1px solid var(--line-2)}.ProductItem .item-top{padding:16px 16px 10px}.ProductItem .item-top .item-name{font-size:16px;color:var(--vip-2);font-weight:600}.ProductItem .item-top .item-discount{flex-shrink:0;border-radius:3px;padding:1px 5px;color:#fff;background:#edb769}.ProductItem .item-top .item-price{color:var(--text-2);line-height:1;padding:4px 0;margin-top:10px}.ProductItem .item-top .item-price .money-currency{font-size:16px}.ProductItem .item-top .item-price .money-integer{font-size:36px}.ProductItem .item-bottom{padding:7px 16px;background:var(--yellow-bg);border-radius:0 0 6px 6px;color:var(--vip-2)}.ProductItem .item-bottom .item-unit{margin-right:1em}.ProductItem .item-badge{border-radius:0 6px 0 6px;padding:0 11px;position:absolute;top:-12px;right:0;background:var(--red);line-height:24px;color:var(--text-5);font-weight:600}.ProductItem.select:before{border:2px solid var(--vip-2)}.ProductItem.select .item-bottom{color:var(--text-5);background:var(--vip-2)}.ProductItem.ProductItem-enterprise .item-top .item-name{color:var(--blue)}.ProductItem.ProductItem-enterprise .item-bottom{color:var(--blue);background:var(--blue-bg)}.ProductItem.ProductItem-enterprise.select:before{border-color:var(--blue)}.ProductItem.ProductItem-enterprise.select .item-bottom{color:var(--text-5);background:var(--blue)}.ProductItem.ProductItem-team .item-top .item-name{color:var(--purple)}.ProductItem.ProductItem-team .item-bottom{color:var(--text-5);background:var(--purple)}.ProductItem.ProductItem-team.select:before{border-color:var(--purple)}.ProductItem.ProductItem-team.select .item-bottom{color:var(--text-5);background:var(--purple)}.PromoCode{padding:6px 16px;border-radius:8px;color:var(--text-1);border:1px solid var(--line-2)}.PromoCode,.SubscribeQuantity{flex:1 1;background:var(--bg-1);height:100%;display:flex;align-items:center}.SubscribeQuantity{padding:6px 12px;border-radius:6px;margin-left:16px;color:var(--text-2);border:1px solid var(--line-2)}.SubscribeQuantity .INumberInput.quantity-input{height:32px;width:100px;margin:0 8px;flex-shrink:0}.PayBox{margin-top:16px;padding:16px;background:var(--bg-1);border-radius:8px;display:flex;align-items:flex-start;height:160px}.PayBox,.PayBox .pay-code{border:1px solid var(--line-2)}.PayBox .pay-code{width:128px;height:128px;position:relative;border-radius:6px;margin-right:16px}.PayBox .pay-code .PayBox-code-border{position:absolute;left:-2px;top:-2px;width:calc(100% + 4px);height:calc(100% + 4px);fill:var(--vip-2)}.PayBox .pay-code .pay-code-expire{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.7);color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;border-radius:6px}.PayBox .pay-code .pay-code-expire .pay-code-flash-tip{cursor:pointer;margin-top:4px;text-decoration:underline}.PayBox .pay-price{flex:1 1;align-self:flex-end;display:flex;flex-direction:column;align-items:flex-start;height:100%;justify-content:flex-end}.PayBox .pay-price>div{max-width:90%}.PayBox .pay-price>div>.text-title{color:var(--text-1)}.PayBox .pay-price>div .IMoney{color:var(--red);font-weight:600}.PayBox .pay-price>div .IMoney .money-currency{font-size:16px}.PayBox .pay-price>div .IMoney .money-integer{font-size:32px}.PayBox .pay-right-card,.PayBox .pay-term-validity{border-radius:4px;background:var(--bg-4);padding:3px 8px}.PayBox .pay-right-card>.time,.PayBox .pay-term-validity>.time{color:var(--red)}.PayBox .pay-enterprise-tip{flex:1 1;align-items:flex-start;justify-content:space-between}.PayBox .pay-enterprise-tip .IButton{color:var(--blue);background:var(--blue-bg)}.PayBox .pay-enterprise-not-manager{margin-top:auto;color:var(--red-text);background:var(--red-bg);border-radius:4px;padding:10px 12px;font-weight:500}.PayBox .PayBox-right{display:flex;flex-direction:column;justify-content:space-between;height:100%}.PayBox.PayBox-enterprise .pay-code{border-color:var(--blue-bg)}.PayBox.PayBox-enterprise .pay-code .PayBox-code-border{fill:var(--blue)}.PayBox.PayBox-team .pay-code{border-color:var(--purple-bg)}.PayBox.PayBox-team .pay-code .PayBox-code-border{fill:var(--purple)}.ConfirmLeaveEnterprise{text-align:center;width:368px}.ConfirmLeaveEnterprise .head-tail-line{font-size:13px;color:#6797c8;font-weight:500;position:relative;margin-top:20px}.ConfirmLeaveEnterprise .head-tail-line>span{max-width:210px;display:inline-block}.ConfirmLeaveEnterprise .head-tail-line:before{position:absolute;content:"";display:inline-block;width:75px;height:1px;background:linear-gradient(270deg,#6797c8,rgba(103,151,200,0) 84.42%);top:50%;transform:translateX(-83px)}.ConfirmLeaveEnterprise .head-tail-line:after{position:absolute;content:"";display:inline-block;width:75px;height:1px;top:50%;transform:translateX(8px);background:linear-gradient(90deg,#6797c8,rgba(103,151,200,0) 84.42%)}.ConfirmLeaveEnterprise .ConfirmLeaveEnterprise-rights{display:flex;align-items:flex-start;justify-content:center;flex-wrap:wrap;text-align:left;margin-top:10px;margin-bottom:20px}.ConfirmLeaveEnterprise .ConfirmLeaveEnterprise-rights>div{color:var(--text-1);font-weight:500;width:145px;margin:6px;display:flex;align-items:flex-start}.ConfirmLeaveEnterprise .ConfirmLeaveEnterprise-rights>div>img{width:32px;min-width:32px;margin-right:8px}.ConfirmLeaveEnterprise .ConfirmLeaveEnterprise-rights>div>span{padding-top:5px;word-break:break-word}.CorporateTransfer{width:368px;padding:20px}.CorporateTransfer>div{padding:14px 0;color:var(--text-1);border-bottom:1px solid var(--line-1);display:flex;align-items:center;justify-content:space-between}.CorporateTransfer>div>span:first-child{color:var(--text-2)}.CorporateTransfer .pay-transfer-services{background:linear-gradient(180deg,#5b7fff,#8ba5ff);border-radius:6px;padding:12px;color:#fff;font-size:14px}.CorporateTransfer .pay-transfer-services img{margin-right:20px}.CorporateTransfer .pay-transfer-services div{font-size:16px;font-weight:500;margin-top:8px}.VipTag{display:inline-flex;width:146px;height:32px;border-radius:4px;font-weight:500;background:var(--bg-5);color:var(--text-2);align-items:center;justify-content:center}.IPrivilegeCompare{height:568px;display:flex;flex-direction:column}.IPrivilegeCompare .compare-title{font-size:16px;font-weight:600;color:var(--text-1);text-align:center;border-bottom:1px solid var(--line-1);height:56px;line-height:56px;position:relative}.IPrivilegeCompare .compare-title .IPrivilegeCompare-back{position:absolute;width:24px;height:24px;left:24px;top:50%;transform:translateY(-50%) rotate(180deg);fill:var(--text-2);cursor:pointer}.IPrivilegeCompare .compare-table{margin:-1px 24px 24px;scrollbar-width:none}.IPrivilegeCompare .compare-table::-webkit-scrollbar{display:none}.IPrivilegeCompare .compare-table .ant-table{color:var(--text-2)}.IPrivilegeCompare .compare-table .ant-table .ant-table-thead>tr>th{height:48px;background-color:var(--bg-2)}.IPrivilegeCompare .compare-table .ant-table .ant-table-tbody>tr>td:first-child{color:var(--text-1)}.AI-title-overlay .ant-tooltip-inner{min-height:unset;line-height:28px;padding:0 8px}.IMoney{font-size:14px;display:inline-block;font-weight:500;color:var(--text-1)}.IMoney>.money-integer{font-size:28px}.IInput{background:var(--bg-1);border-radius:8px;font-size:14px;color:var(--text-2);transition:all .1s;border:1px solid var(--line-2);overflow:hidden;position:relative;display:flex;align-items:center;padding:0 11px}.IInput>svg{color:var(--text-3);flex-shrink:0}.IInput:focus-within{border-color:var(--line-3)}.IInput.IInput-disabled{background:var(--bg-5);cursor:not-allowed;color:var(--text-3)}.IInput>.IInput-input{outline:none;border:none;background:transparent;flex:1 1;min-width:0;padding:11px 0;color:inherit}.IInput>.IInput-input::placeholder{color:var(--text-3)}.IInput>.IInput-input:disabled{cursor:not-allowed}.IInput.IInput-size-small{font-size:12px;padding:0 11px}.IInput.IInput-size-small>.IInput-input{padding:6px 0}.IInput.IInput-size-large{font-size:14px;padding:0 12px}.IInput.IInput-size-large>.IInput-input{padding:14px 0}.IInput.IInput-prefix>.IInput-input{padding-left:8px;padding-right:8px}.ant-form-item-has-error .IInput:not(.IInput-disabled){border:1px solid var(--red);background:transparent}.INumberInput.IInput{padding:4px;border:1px solid var(--i-color-border,rgba(34,47,64,.12));border-radius:6px;box-shadow:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.INumberInput.IInput:focus{border-color:var(--i-color-border2,#bfc3ca)}.INumberInput.IInput:hover{border-color:var(--i-color-border1,#c3c5c8)}.INumberInput.IInput .anticon{padding:6px;color:var(--i-color-text,rgba(34,47,64,.6));cursor:pointer}.INumberInput.IInput .IInput-input{text-align:center}.TCaptchaInput>.IButton{margin-left:16px;color:var(--red);padding:4px 5px}.ITextArea>.IInput{display:block}.ITextArea>.IInput .ITextArea-textarea{width:100%;height:83px;resize:none}.ITextArea>.ITextArea-count{color:var(--color-text3)}.PhoneInput{position:relative}.PhoneInput>.ISelect.ISelect-code{position:absolute;top:0;left:0;z-index:1;width:85px}.PhoneInput>.ISelect.ISelect-code .ant-select-selector{border:none}.PhoneInput>.IInput-phone{padding-left:90px}.PaySuccess{width:360px;text-align:center;padding:24px}.PaySuccess .buy-item{padding:14px 0;border-bottom:1px solid var(--line-1);display:flex;align-items:center;justify-content:space-between}.PaySuccess .buy-item>span:first-child{color:var(--text-2)}.PaySuccess .contact-customer{background:linear-gradient(180deg,#1b71dc,#68aaf8);border-radius:6px;padding:4px;margin:16px 0;color:#fff;font-size:13px;word-break:break-all;text-align:left}.PaySuccess .contact-customer.personal-contact-customer{background:linear-gradient(55.38deg,#f84d4d 18.48%,#ff6b42 80.18%)}.PaySuccess .contact-customer img{margin-right:10px;border-radius:6px}.PaySuccess .contact-customer strong{font-size:19px;font-weight:500;margin-top:8px}.PaySuccess .blind-wrapper .pay-success-enterprise{background:linear-gradient(180deg,#1b71dc,#68aaf8)}.PaySuccess .blind-wrapper .pay-success-personal{background:linear-gradient(55.38deg,#f84d4d 18.48%,#ff6b42 80.18%)}.PaySuccess .blind-wrapper .pay-success-th5-personal{padding:10px 8px 10px 12px;color:#fff;line-height:24px;border-radius:6px;margin:19px 0 12px;font-weight:500;cursor:pointer}.PaySuccess .blind-wrapper .download-islide{-webkit-text-decoration-line:underline;text-decoration-line:underline;color:var(--text-2);cursor:pointer;text-align:center;margin:19px 0 41px}@media screen and (max-width:768px){.PaySuccess{width:100%}}.ISelect.ant-select{--i-select-height:44px}.ISelect.ant-select:hover>.ant-select-selector{border-color:rgba(34,47,64,.12)}.ISelect.ant-select.ant-select-focused:not(.ant-select-disabled)>.ant-select-selector{border-color:rgba(34,47,64,.12);box-shadow:none}.ISelect.ant-select>div.ant-select-selector{height:var(--i-select-height);border-radius:6px}.ISelect.ant-select>div.ant-select-selector>.ant-select-selection-item{line-height:var(--i-select-height)}.ISelect.ant-select>.ant-select-arrow{top:48%;width:16px;height:16px;transition:all .3s}.ISelect.ant-select.ant-select-open>.ant-select-arrow{transform:rotate(-180deg)}.ISelect.ant-select .ant-select-selection-placeholder{line-height:42px}div.ISelect-dropdown{padding:4px;color:#969ba0;border:1px solid rgba(34,47,64,.06);border-radius:4px;box-shadow:0 4px 8px rgba(0,0,0,.07)}div.ISelect-dropdown .rc-virtual-list-holder{overflow:overlay;scrollbar-width:thin}div.ISelect-dropdown .rc-virtual-list-holder::-webkit-scrollbar{width:3px}div.ISelect-dropdown .rc-virtual-list-holder::-webkit-scrollbar-thumb{border-radius:10px;background-color:rgba(85,85,85,.2)}div.ISelect-dropdown .ant-select-item{color:#969ba0}div.ISelect-dropdown .ant-select-item.ant-select-item-group{color:#969ba0;font-weight:500}div.ISelect-dropdown .ant-select-item.ant-select-item-option-grouped{padding-left:12px}div.ISelect-dropdown .ant-select-item:hover{color:#2f2f2f;background:rgba(0,0,0,.04);border-radius:3px}div.ISelect-dropdown .ant-select-item.ant-select-item-option-selected{color:#2f2f2f;font-weight:600;background:#f5f6f9}div.ISelect-dropdown .ant-select-item.ISelect-divider{position:relative;margin-bottom:8px}div.ISelect-dropdown .ant-select-item.ISelect-divider:after{position:absolute;bottom:-4px;left:0;width:100%;height:1px;background:rgba(34,47,64,.06);content:""}.AdImg{height:200px}.AdImg>img{height:100%;width:100%;object-fit:cover;border-radius:8px}.AdPromo{text-align:center}.AdPromo .AdPromo-box{position:relative;background:url(/_next/static/media/coupon_limited.7d6227af.png) no-repeat;background-size:cover;width:400px;height:400px;padding:24px 64px 0;text-align:center;font-size:13px}.AdPromo .AdPromo-box>.top{height:22px;font-size:15px;font-weight:600;color:#cc812e}.AdPromo .AdPromo-box>.AdPromo-title{height:28px;font-size:20px;font-weight:600;color:#634015;margin:20px 0 4px}.AdPromo .AdPromo-box>.AdPromo-text{height:36px;color:#88571a}.AdPromo .AdPromo-box>.AdPromo-badge{position:absolute;right:92px;top:137px;padding:0 8px;background:#ff8845;border-radius:0 8px 0 8px;line-height:24px;color:#fffedd;font-size:15px;font-weight:500}.AdPromo .AdPromo-box>.AdPromo-badge.AdPromo-badge-time{background:#ff5b45}.AdPromo .AdPromo-box>.price-wrap{height:44px;font-size:20px;font-weight:600;justify-content:center;align-items:flex-end;padding-left:40px;margin:26px 0 78px;color:#94612a}.AdPromo .AdPromo-box>.price-wrap .num{font-size:44px;line-height:44px;background:linear-gradient(102.19deg,#ff4143 25.27%,#ff9473 50.07%,#ff4143 77.26%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent;margin-right:9px}.AdPromo .AdPromo-box .AdPromo-btn{width:260px;height:65px;margin:auto;font-size:22px;font-weight:500;color:#8d1b1b;padding:0}.AdPromo .AdPromo-box>.AdPromo-count{height:40px;color:hsla(0,0%,100%,.7);margin-bottom:20px}@media screen and (max-width:768px){.AdPromo{position:fixed;left:50%;top:50%;transform:translate(-50%,-50%)}}.advertisement-modal{width:361px}.advertisement-modal .ant-modal-content{width:361px;background:transparent;box-shadow:none}.advertisement-modal .ant-modal-content .ant-modal-body{width:361px;padding:0}.advertisement-modal .advertisement-modal-content{border-radius:16px;position:relative}.advertisement-modal .advertisement-modal-content .advertisement-modal-content-img{width:361px}.advertisement-modal .advertisement-modal-content .advertisement-modal-content-code-title{position:absolute;top:167px;left:102px;font-size:14px;line-height:24px;color:#bb8d5a}.advertisement-modal .advertisement-modal-content .advertisement-modal-content-code{position:absolute;top:192px;left:102px;font-weight:600;font-size:14px;line-height:24px;color:#94612a}.advertisement-modal .advertisement-modal-content .advertisement-modal-content-title{width:100%;position:absolute;top:78px;text-align:center;font-weight:600;font-size:18px;line-height:25px;color:#634015;padding:0 60px}.advertisement-modal .advertisement-modal-content .advertisement-modal-content-text{width:100%;position:absolute;top:109px;text-align:center;font-size:12px;font-weight:500;color:#88571a;line-height:17px;padding:0 60px}.advertisement-modal .advertisement-modal-content .advertisement-modal-content-count{width:100%;text-align:center;position:absolute;bottom:62px;font-size:12px;font-weight:500;color:hsla(0,0%,100%,.7);line-height:17px;padding:0 60px}.advertisement-modal .advertisement-modal-content .advertisement-modal-content-code-button{width:230px;height:48px;position:absolute;bottom:95px;left:66px;border-radius:30px;font-size:16px;font-weight:600;color:#8d1b1b;letter-spacing:1px;line-height:48px;text-align:center;cursor:pointer}.advertisement-modal .advertisement-modal-close-box{text-align:center;position:absolute;width:100%;bottom:-18px}.advertisement-modal .advertisement-modal-close-box .advertisement-modal-close{width:28px;height:28px;border-radius:50%;cursor:pointer}.CCarousel.CCarousel-horizontal>.slick-slider,.CCarousel.CCarousel-horizontal>.slick-slider>.slick-list{height:100%}.CCarousel.CCarousel-horizontal>.slick-slider>.slick-list>.slick-track{width:unset!important;height:100%;display:flex}.CCarousel.CCarousel-horizontal>.slick-slider>.slick-list>.slick-track>.slick-slide{height:100%;flex-shrink:0}.CCarousel.CCarousel-horizontal>.slick-slider>.slick-list>.slick-track>.slick-slide>div{height:100%;display:flex}.CCarousel>.slick-slider>.slick-arrow{margin-top:0;transform:translateY(-50%);color:var(--text-1);z-index:1;width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content}.CCarousel>.slick-slider>.slick-arrow.slick-disabled{cursor:not-allowed;color:var(--text-4)}.CCarousel>.slick-slider>.slick-arrow.slick-prev{left:12px}.CCarousel>.slick-slider>.slick-arrow.slick-next{right:12px}.CCarousel>.slick-slider>.slick-arrow>.CCarousel-arrow{width:40px;height:40px;background-color:#fff;border:1px solid var(--line-2);box-shadow:0 2px 12px rgba(0,0,0,.1);border-radius:50%}.CCarousel>.slick-slider>.slick-arrow>.CCarousel-arrow>svg{width:20px;height:20px;fill:currentColor}.CCarousel>.slick-slider>.slick-dots{transform:translateY(30px)}.CCarousel>.slick-slider>.slick-dots>li{width:8px}.CCarousel>.slick-slider>.slick-dots>li>button{height:8px;border-radius:50%;background-color:rgba(34,47,64,.65)}.CCarousel>.slick-slider>.slick-dots .slick-active{width:8px}.CCarousel>.slick-slider>.slick-dots .slick-active>button{width:8px;height:8px;border-radius:50%;background-color:var(--text-2)}.PromoCodeSelect{padding:32px 20px;max-height:600px;overflow-y:auto}.PromoCodeSelect .promo-wrap .input-wrap{flex:1 1;margin-right:12px;height:40px;border-radius:6px}.PromoCodeSelect .promo-wrap .input-wrap.promo-info{color:var(--red)}.PromoCodeSelect .promo-wrap>.IButton{height:40px;padding:0 33px;border-radius:6px}.PromoCodeSelect .promo-list-title{font-weight:600;color:var(--text-1);margin:24px 0 12px}.PromoCodeItem{cursor:pointer;font-size:12px}.PromoCodeItem+.PromoCodeItem{margin-top:16px}.PromoCodeItem.PromoCodeItem-disable{cursor:default;opacity:.6}.PromoCodeItem.PromoCodeItem-disable>.PromoCodeItem-desc{cursor:pointer}.PromoCodeItem .PromoCodeItem-main{border:1px solid var(--line-2);border-radius:6px;padding:14px 12px}.PromoCodeItem .PromoCodeItem-main>.red-packet{flex-shrink:0;width:38px;margin-right:8px}.PromoCodeItem .PromoCodeItem-main>.PromoCodeItem-price{flex-shrink:0}.PromoCodeItem .PromoCodeItem-main>.PromoCodeItem-price .value-wrap{color:var(--red);font-weight:600;align-items:baseline}.PromoCodeItem .PromoCodeItem-main>.PromoCodeItem-price .value-wrap>p{font-size:14px}.PromoCodeItem .PromoCodeItem-main>.PromoCodeItem-info{flex:1 1;padding-left:12px;margin-left:12px;border-left:1px dashed var(--line-2)}.PromoCodeItem .PromoCodeItem-main>.PromoCodeItem-info>div{font-size:14px;text-align:justify}.PromoCodeItem .PromoCodeItem-main>.check-img{flex-shrink:0;width:20px;margin-left:5px}.PromoCodeItem .PromoCodeItem-desc{padding:9px 0;align-items:flex-start}.PromoCodeItem .PromoCodeItem-desc p{word-break:break-word;margin-right:auto}.PromoCodeItem .PromoCodeItem-desc svg{flex-shrink:0;width:20px;height:20px;margin-left:6px;fill:rgba(34,47,64,.6);transform:rotate(90deg);transition:transform .3s ease-out}.PromoCodeItem .PromoCodeItem-desc.open svg{transform:rotate(-90deg)}.MemberModalMB .ant-drawer-content{border-radius:12px 12px 0 0}.MemberModalMB .ant-drawer-content .ant-drawer-body{padding:0}.MemberModalMB .MemberMB{position:relative;background:var(--bg-2);width:100%;height:100%;padding-bottom:60px;overflow-y:auto}.MemberModalMB .MemberMB.visitor{padding-bottom:0}.MemberModalMB .MemberMB>.header{height:74px;margin-bottom:-44px}.MemberModalMB .MemberMB>.header>.title{font-size:17px;font-weight:500;text-align:center;line-height:56px;color:var(--text-1)}.MemberModalMB .MemberMB>.content{padding:0 16px}.MemberModalMB .MemberMB>.content>.UserInfo{padding:12px 14px;background:#fff;border-radius:6px;margin-bottom:12px}.MemberModalMB .MemberMB>.content>.UserInfo>.IAvatar{width:64px;height:64px;margin-right:12px;flex-shrink:0}.MemberModalMB .MemberMB>.content>.UserInfo>.info{font-size:12px;color:rgba(34,47,64,.6)}.MemberModalMB .MemberMB>.content>.UserInfo>.info>.text1-16{margin-bottom:4px}.MemberModalMB .MemberMB>.content .tip{background:#edb769;border-radius:6px;line-height:48px;color:#fff;font-weight:500;padding:0 5px;text-align:center}.MemberModalMB .MemberMB>.content>.ant-tabs{margin-top:8px;color:rgba(34,47,64,.6)}.MemberModalMB .MemberMB>.content>.ant-tabs .ant-tabs-nav{margin-bottom:0}.MemberModalMB .MemberMB>.content>.ant-tabs .ant-tabs-nav:before{display:none}.MemberModalMB .MemberMB>.content>.ant-tabs .ant-tabs-nav .ant-tabs-tab{padding:10px 0;color:inherit}.MemberModalMB .MemberMB>.content>.ant-tabs .ant-tabs-nav .ant-tabs-tab .ant-tabs-tab-btn{color:inherit}.MemberModalMB .MemberMB>.content>.ant-tabs .ant-tabs-nav .ant-tabs-tab-active .ant-tabs-tab-btn{color:var(--text-1);font-weight:600}.MemberModalMB .MemberMB>.content>.ant-tabs .ant-tabs-nav .ant-tabs-ink-bar{transform:scaleX(.58);background:#edb769}.MemberModalMB .MemberMB>.content>.products-wrap{width:calc(100% + 16px);overflow-x:auto;padding:22px 0 10px;align-items:stretch}.MemberModalMB .MemberMB>.content>.products-wrap>.ProductItemMB:last-child{margin-right:16px}.MemberModalMB .MemberMB>.content>.sub-title{font-weight:600;margin:12px 0}.MemberModalMB .MemberMB>.content>.product-rights{width:calc(100% + 16px);overflow-x:auto;align-items:stretch}.MemberModalMB .MemberMB>.content>.product-rights>.item{flex-shrink:0;width:152px;background:#fff;border-radius:6px;padding:12px;margin-right:10px;font-size:12px}.MemberModalMB .MemberMB>.content>.product-rights>.item:last-child{margin-right:16px}.MemberModalMB .MemberMB>.content>.product-rights>.item>img{width:48px;margin-right:8px}.MemberModalMB .MemberMB>.content>.product-rights>.item>div{min-width:0}.MemberModalMB .MemberMB>.content>.text-hint{font-size:15px;line-height:48px;padding:0 36px 0 12px;background:#fff;border-radius:6px;background-image:url(/_next/static/media/arrow_right.f97ed79e.svg);background-repeat:no-repeat;background-position:calc(100% - 12px);color:var(--text-2);margin-top:16px}.MemberModalMB .MemberMB>.content>.text-hint.no-arr{padding-right:12px;background-image:unset}.MemberModalMB .MemberMB>.content>.text-hint .text{flex:1 1}.MemberModalMB .MemberMB>.content>.text-hint .hint{flex-shrink:0}.MemberModalMB .MemberMB>.content>.agreement{font-size:12px;padding:24px 0}.MemberModalMB .MemberMB>.content>.agreement .invoice{flex-shrink:0;margin-left:20px}.MemberModalMB .MemberMB>.bottom{position:fixed;bottom:0;left:0;width:100%;background:#fff;padding:8px 16px}.MemberModalMB .MemberMB>.bottom .money-integer{font-size:24px}.MemberModalMB .MemberMB>.bottom>.IButton{width:164px;height:44px;background:#edb769;border-radius:6px;font-size:15px;padding:0}.MemberModalMB .MemberMB.vip-enterprise>.content>.ant-tabs .ant-tabs-ink-bar,.MemberModalMB .MemberMB.vip-enterprise>.content>.tip{background:var(--blue)}.MemberModalMB .MemberMB.vip-enterprise>.content .ProductItemMB.select{border-color:var(--blue);background:rgba(91,163,235,.1)}.MemberModalMB .MemberMB.vip-enterprise>.content .ProductItemMB .badge{background:var(--blue)}.MemberModalMB .MemberMB.vip-enterprise>.content .ProductItemMB .single-price{color:var(--blue)}.MemberModalMB .MemberMB.vip-enterprise>.bottom>.IButton{background:var(--blue)}.MemberModalMB .MemberMB.vip-team>.content>.ant-tabs .ant-tabs-ink-bar,.MemberModalMB .MemberMB.vip-team>.content>.tip{background:var(--purple)}.MemberModalMB .MemberMB.vip-team>.content .ProductItemMB.select{border-color:var(--purple);background:rgba(142,126,240,.1)}.MemberModalMB .MemberMB.vip-team>.content .ProductItemMB .badge{background:var(--purple)}.MemberModalMB .MemberMB.vip-team>.content .ProductItemMB .single-price{color:var(--purple)}.MemberModalMB .MemberMB.vip-team>.bottom>.IButton{background:var(--purple)}.ProductItemMB{display:inline-block;padding:11px 12px;border:1.5px solid transparent;width:140px;background:#fff;border-radius:6px;position:relative;font-size:12px;flex-shrink:0}.ProductItemMB+.ProductItemMB{margin-left:10px}.ProductItemMB>.badge{position:absolute;left:6px;top:0;background:linear-gradient(55.38deg,#f84d4d 18.48%,#ff6b42 80.18%);border-radius:2px;transform:scale(.91) translateY(-50%);padding:0 4px;line-height:18px;color:#fff;max-width:calc(100% - 10px)}.ProductItemMB .title{font-weight:600;color:var(--text-1);font-size:14px}.ProductItemMB .price{padding:11px 0;border-bottom:1px solid rgba(34,47,64,.08)}.ProductItemMB .price .money-integer{font-size:14px}.ProductItemMB .single-price{color:#edb769;font-weight:500;margin-top:8px}.ProductItemMB.select{border-color:#edb769;background:rgba(255,202,93,.1)}.ProductItemMB.select .ptice{border-color:#edb769}.memberDrawerMB{background:var(--bg-2);height:100%;border-radius:12px 12px 0 0;padding:16px}.PromoCodeMB{padding:0;overflow-y:auto}.PromoCodeMB>.header{background:#fff;padding:24px;border-radius:16px}.PromoCodeMB>.header>p{margin:12px 0 24px}.PromoCodeMB>.header>.IInput{height:44px;margin-bottom:24px}.PromoCodeMB>.header>.IButton{width:100%;height:44px}.PromoCodeMB>.list{padding:0 24px 32px}.PromoCodeMB>.list>.text1-16{margin-top:32px}.PromoItemMB{display:flex;align-items:stretch;min-height:94px;border-radius:6px;border:1px solid var(--line-1);overflow:hidden;margin-top:12px}.PromoItemMB>.linear-code{background:linear-gradient(55.38deg,#f84d4d 18.48%,#ff6b42 80.18%);width:120px;color:#fff;font-size:12px;flex-direction:column;line-height:1;text-align:center}.PromoItemMB>.linear-code .value-wrap{font-weight:600;margin-bottom:2px}.PromoItemMB>.linear-code .value-wrap span{font-size:24px}.PromoItemMB>.content{flex-direction:column;align-items:stretch;justify-content:center;color:var(--text-2);flex:1 1;padding:12px 12px 3px;min-width:0}.PromoItemMB>.content .title-bar{align-items:flex-start}.PromoItemMB>.content .title-bar .title{margin-bottom:4px}.PromoItemMB>.content .title-bar>img{width:20px;height:20px;margin-left:6px}.PromoItemMB>.content .desc{padding:9px 0;align-items:flex-start}.PromoItemMB>.content .desc p{word-break:break-word;margin-right:auto}.PromoItemMB>.content .desc svg{flex-shrink:0;width:20px;height:20px;margin-left:6px;fill:rgba(34,47,64,.6);transform:rotate(90deg);transition:transform .3s ease-out}.PromoItemMB>.content .desc.open svg{transform:rotate(-90deg)}.PromoItemMB.disable{cursor:default}.PromoItemMB.disable .title-bar .title,.PromoItemMB.disable>.linear-code{opacity:.6}.PromoItemMB.disable .desc{cursor:pointer}.SubscribeQuantityMB{line-height:100%;width:120px}div.IDrawer .ant-drawer-content-wrapper{max-width:100%;overflow:hidden;box-shadow:none}div.IDrawer .ant-drawer-content-wrapper .ant-drawer-content{background:transparent}div.IDrawer .ant-drawer-body{padding:0;scrollbar-width:thin}div.IDrawer .ant-drawer-body::-webkit-scrollbar{width:5px}div.IDrawer .ant-drawer-body::-webkit-scrollbar-thumb{background-color:rgba(85,85,85,.2);border-radius:10px}div.IDrawer .IDrawer-close{position:absolute;top:10px;right:9px;padding:2px;fill:var(--text-1)}.IAvatar{width:34px;height:34px;padding:1px;position:relative}.IAvatar>img.avatar-user{display:block;border-radius:50px;width:100%;height:100%;object-fit:cover;overflow:hidden}.IAvatar>img.avatar-icon{position:absolute;width:100%;height:100%;top:0;left:0}.MemberRightsMB{background:#000;height:100%;border-radius:12px 12px 0 0}.MemberRightsMB>.ant-tabs{color:hsla(0,0%,100%,.4);margin-bottom:24px}.MemberRightsMB>.ant-tabs .ant-tabs-nav:before{display:none}.MemberRightsMB>.ant-tabs .ant-tabs-nav .ant-tabs-tab{padding:12px 10px;margin:0;justify-content:center;font-size:15px;font-weight:500}.MemberRightsMB>.ant-tabs .ant-tabs-nav .ant-tabs-tab:active,.MemberRightsMB>.ant-tabs .ant-tabs-nav .ant-tabs-tab:active .ant-tabs-tab-btn,.MemberRightsMB>.ant-tabs .ant-tabs-nav .ant-tabs-tab:hover,.MemberRightsMB>.ant-tabs .ant-tabs-nav .ant-tabs-tab:hover .ant-tabs-tab-btn{color:inherit}.MemberRightsMB>.ant-tabs .ant-tabs-nav .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn{color:#fcddad}.MemberRightsMB>.ant-tabs .ant-tabs-nav .ant-tabs-ink-bar{background:#fcddad;transform:scaleX(.3)}.MemberRightsMB>.CCarousel{height:calc(100% - 150px)}.MemberRightsMB>.CCarousel .slick-track{padding-top:24px}.MemberRightsMB>.CCarousel .slick-track .slick-slide{width:calc(100vw - 64px);padding:0 8px}.MemberRightsMB>.CCarousel .slick-track .slick-slide>div{background:#fff;border-radius:8px}.MemberRightsMB>.CCarousel .slick-track .slick-slide .header{height:72px;background-image:url(/_next/static/media/member_rights_header.23388f8e.svg);background-repeat:no-repeat;background-position:top;background-size:contain;border-radius:inherit;text-align:center}.MemberRightsMB>.CCarousel .slick-track .slick-slide .header>img{width:48px;height:48px;margin-bottom:8px;margin-top:-24px;display:inline-block}.MemberRightsMB>.CCarousel .slick-track .slick-slide .content{padding:30px 24px;color:var(--text-2);height:calc(100% - 72px);overflow-y:auto}.MemberRightsMB>.CCarousel .slick-track .slick-slide .content .sub-title{color:#edb769;font-weight:500}.MemberRightsMB>.CCarousel .slick-track .slick-slide .content .desc{margin:8px 0 24px}.MemberRightsMB>.CCarousel .slick-track .slick-slide .content>img{width:100%}.MemberRightsMB>.page-fraction{text-align:center;color:#6c6c6c;line-height:50px}.MemberRightsMB.rights-enterprise>.ant-tabs .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn{color:var(--blue)}.MemberRightsMB.rights-enterprise>.ant-tabs .ant-tabs-ink-bar{background:var(--blue)}.MemberRightsMB.rights-enterprise .swiper .swiper-slide .content .sub-title{color:var(--blue)}.MemberRightsMB.rights-team>.ant-tabs .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn{color:var(--purple)}.MemberRightsMB.rights-team>.ant-tabs .ant-tabs-ink-bar{background:var(--purple)}.MemberRightsMB.rights-team .swiper .swiper-slide .header{background-image:url(/_next/static/media/member_rights_header_team.0411f818.svg)}.MemberRightsMB.rights-team .swiper .swiper-slide .content .sub-title{color:var(--purple)}.InvoiceNotes>div{padding:16px;line-height:28px;white-space:pre-line}.InvoiceNotes>div,.PrivilegeTime .PrivilegeTime-box{background:#fff;border-radius:6px;color:rgba(34,47,64,.6)}.PrivilegeTime .PrivilegeTime-box{padding:0 12px}.PrivilegeTime .PrivilegeTime-box>.item{height:48px}.PrivilegeTime .PrivilegeTime-box>.item+.item{border-top:1px solid rgba(34,47,64,.078)}.PrivilegeTime .PrivilegeTime-box>.item>img{width:16px;height:16px;margin-right:8px}.PrivilegeTime .PrivilegeTime-box>.item>span{margin-left:auto}.IEmpty{margin:0 auto;padding:60px 0}.IEmpty .ant-empty-image{height:174px}.IEmpty .ant-empty-description{font-size:14px;color:var(--text-2)}.PaymentsMB{width:100%;background:#fff;padding:22px 16px 50px;border-radius:16px 16px 0 0}.PaymentsMB>.title{font-size:16px;font-weight:500;text-align:center;margin-bottom:23px;color:var(--text-1)}.PaymentsMB .payments-item{padding:12px;border:1px solid rgba(34,47,64,.15);border-radius:6px;font-size:14px;color:rgba(34,47,64,.6)}.PaymentsMB .payments-item>img{margin-right:8px;max-width:100px;max-height:35px}.PaymentsMB .payments-item>svg{opacity:.5;margin-left:auto}.PaymentsMB .payments-item+.payments-item{margin-top:16px}.RetentionPromo-modal .ant-modal-content{background:transparent;box-shadow:unset;overflow:unset}.RetentionPromo{position:relative;background:url(/_next/static/media/coupon_limited.7d6227af.png) no-repeat;background-size:cover;width:400px;height:400px;padding:24px 64px 0;text-align:center;font-size:13px}.RetentionPromo>.top{height:22px;font-size:15px;font-weight:600;color:#cc812e}.RetentionPromo>.title{height:28px;font-size:20px;font-weight:600;color:#634015;margin:20px 0 4px}.RetentionPromo>.desc{height:36px;color:#88571a}.RetentionPromo>.badge{position:absolute;right:92px;top:137px;padding:0 8px;background:#ff8845;border-radius:0 8px 0 8px;line-height:24px;color:#fffedd;font-size:15px;font-weight:500}.RetentionPromo>.price-wrap{height:44px;font-size:20px;font-weight:600;justify-content:center;align-items:flex-end;padding-left:40px;margin:26px 0 78px;color:#94612a}.RetentionPromo>.price-wrap .num{font-size:44px;line-height:44px;background:linear-gradient(102.19deg,#ff4143 25.27%,#ff9473 50.07%,#ff4143 77.26%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent;margin-right:9px}.RetentionPromo .ad-confirm{width:260px;height:65px;margin:auto;font-size:22px;font-weight:500;color:#8d1b1b;padding:0}.RetentionPromo>.tip{height:40px;color:hsla(0,0%,100%,.7);margin-bottom:20px}.RetentionPromo>.refuse{font-size:16px}.RetentionPromo>.refuse .IButton{color:hsla(0,0%,100%,.5)}@media screen and (max-width:768px){.RetentionPromo{position:fixed;left:50%;top:50%;transform:translate(-50%,-50%)}}.IIcon{cursor:pointer;color:var(--text-3);display:inline-flex;align-items:center}.IIcon>img{vertical-align:center}.IIcon:hover{background:var(--color-bg5)}.IIcon.selected{color:var(--text-1)}.CIcon{position:relative;display:flex;align-items:center;justify-content:center;border-radius:4px;padding:4px}.CIcon.CIcon-width>svg{width:100%;height:100%}.CIcon.CIcon-dot:after{position:absolute;content:"";width:4px;height:4px;border-radius:4px;background:var(--red);top:4px;right:4px}.CIcon:hover{background:var(--bg-5)}.CIcon:active{background:var(--bg-6)}.CIcon:disabled{opacity:.4;cursor:not-allowed}.CIcon.CIcon-selected{background:var(--bg-6)}.IconText{display:inline-flex;align-items:center;line-height:100%}.ImgAd-modal.IModal .ant-modal-content{background:transparent;box-shadow:unset}.ImgAd>.ImgAd-img{object-fit:contain;max-width:600px;max-height:600px;display:block}@media screen and (max-width:768px){.ImgAd .ImgAd-img{max-width:100%}}