@font-face {
  font-family: "D-DIN-Bold";
  src: url(https://statics.123pan.com/assets/font/D-DIN-Bold.7bb4b1a4.otf);
}
:root {
  --mfy-font-family: -apple-system, 'PingFang SC', 'PingFang TC', 'PingFang HK', 'Microsoft Yahei', system-ui, 'Segoe UI', roboto, ubuntu, cantarell, 'Noto Sans', sans-serif, blinkmacsystemfont, 'Helvetica Neue', arial, 'Microsoft JhengHei';
  --mfy-radius-s: 4px;
  --mfy-radius-m: 8px;
  --mfy-radius-l: 12px;
  --mfy-font-size-12: 12px; /** 基础字体 */
  --mfy-font-size-14: 14px;
  --mfy-font-size-16: 16px;
  --mfy-font-size-18: 18px;
  --mfy-font-weight-400: 400;
  --mfy-color-primary: #3C80FF;
  --mfy-color-primary-hover: #325CF0;
  --mfy-color-success: #00b578;
  --mfy-color-warning: #ff8f1f;
  --mfy-color-danger: #ff3141;
  --mfy-color-text: #1B1F35;
  --mfy-color-text-secondary: #7B808F;
  --mfy-color-text-tertiary: #9BA0AD;
  --mfy-color-text-quaternary: #B8BBC4;
  --mfy-color-weak: #999999;
  --mfy-color-light: #cccccc;
  --mfy-color-border: #D9D9D9;
  --mfy-color-background: #ffffff;
  --mfy-color-white: #ffffff;
  --mfy-color-box: #f5f5f5;
  --mfy-placeholder-color: #B8BBC4;
  --mfy-label-color: #7B808F;
  --mfy-tabs-color: #9BA0AD;
  --mfy-tabs-split-color: #DCDFE7;
  --mfy-color-text-light-solid: var(--mfy-color-white);
  --mfy-color-text-dark-solid: #7B808F;
  --mfy-color-text-dark-bold: #3A4056;
  --mfy-color-fill-content: var(--mfy-color-box);
  --mfy-border-color: var(--mfy-color-border);
  --mfy-title-line-height: 19px;
  --mfy-text-line-height: 16px;

  /** 页面颜色全局定义根据场景使用 */
  --mfy-color-dominant-click: #2961D9;
  --mfy-color-dominant-default: #3C80FF;
  --mfy-color-dominant-hover: #66A1FF;
  --mfy-color-dominant-disabled: #C5E1FF;
  --mfy-color-dominant-background: #F0F8FF;
  --mfy-color-success-click: #08B82C;
  --mfy-color-success-default: #16CC3A;
  --mfy-color-success-hover: #67DE7F;
  --mfy-color-success-disabled: #C5E1FF;
  --mfy-color-success-background: #F0F8FF;
  --mfy-color-warning-click: #DB7500;
  --mfy-color-warning-default: #FFA800;
  --mfy-color-warning-hover: #FFBF29;
  --mfy-color-warning-disabled: #FAE9A3;
  --mfy-color-warning-background: #FFF7E8;
  --mfy-color-error-click: #CF384C;
  --mfy-color-error-default: #F64E60;
  --mfy-color-error-hover: #FF7A83;
  --mfy-color-error-disabled: #FEE6E8;
  --mfy-color-error-background: #FFF6F7;
  --mfy-color-text-click: #1B1F35;
  --mfy-color-text-default: #3C3F52;
  --mfy-color-text-hover: #5E6278;
  --mfy-color-text-disabled: #BBBDC9;
  --mfy-color-text-background: #D1D3E0;
  --mfy-color-text-fff: #FFFFFF;
  --mfy-color-fill-click: #E3E4E5;
  --mfy-color-fill-default: #F5F6F7;
  --mfy-color-fill-hover: #EDEEF0;
  --mfy-color-fill-disabled: #FAFAFA;
  --mfy-color-fill-background: #FFFFFF;
  --button-font-size: --mfy-font-size-6;
  --mfy-border-radius-4: 4px; /** 圆角  */
  --mfy-border-radius-6: 6px;
  --mfy-border-radius-8: 8px;
  --mfy-border-radius-12: 12px;
  --mfy-border-radius-16: 16px;
  --mfy-border-radius-20: 20px;
  --mfy-border-radius-24: 24px;
  --mfy-border-radius-100: 100px;
  --mfy-box-height-16: 16px; /** 控件高度  */
  --mfy-box-height-24: 24px;
  --mfy-box-height-28: 28px;
  --mfy-box-height-32: 32px;
  --mfy-box-height-36: 36px;
  --mfy-box-height-40: 40px;
  --mfy-box-height-42: 42px;
  --mfy-box-height-52: 52px;
  --mfy-box-width-24: 24px; /** 控件宽度  */
  --mfy-box-width-28: 28px; /** 控件宽度  */
  --mfy-box-width-32: 32px;
  --mfy-box-width-36: 36px;
  --mfy-box-width-40: 40px;
  --mfy-box-width-42: 42px;
  --mfy-box-width-400: 400px;
  --mfy-box-width-280: 280px;
  --mfy-box-padding-8: 8px; /** 控件内边距  */
  --mfy-box-padding-12: 12px;
  --mfy-box-padding-13: 13px;
  --mfy-box-padding-16: 16px;
  --mfy-box-padding-20: 20px;
  --mfy-box-padding-24: 24px;
  --mfy-box-margin-20: 20px;
  --mfy-box-margin-24: 24px;
  --myf-line-height-14: 14px; /** 行高 */
  --mfy-box-top-2: 2px; /** 控件上边距 */
  --mfy-box-top-4: 4px;
  --mfy-color-border-click: #87888C;
  --mfy-color-border-hover: #ABACB2;
  --mfy-color-border-default: #E5E6EB;
  --mfy-color-border-disabled: #F4F5FA;
  --mfy-color-border-background: #FFFFFF;
  --mfy-color-scroll-bar: #EDEEF0;
  --mfy-color-tag-default: #878999;
  --mfy-color-tag-default-bg: #FAFAFA;
  --mfy-color-state-click: rgba(182, 186, 195, 0.3);
  --mfy-color-state-hover: rgba(182, 186, 195, 0.2);
  --mfy-color-state--white-click: rgba(182, 186, 195, 0.15);
  --mfy-color-state--white-hover: rgba(182, 186, 195, 0.1);
  --mfy-color-bg-mask: rgba(0, 0, 0, 0.5);
  --mfy-box-shadow-06: 0 5px 30px 0 rgba(0, 0, 0, 0.06);
  --mfy-box-shadow-08: 0 5px 30px 0 rgba(0, 0, 0, 0.08);
  --mfy-box-shadow-10: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
  --mfy-table-hover-bg-color: rgba(182,186,195,0.10);
  --mfy-table-select-bg-color: rgba(182,186,195,0.15);
  --mfy-table-head-color: #7E8299;
  --mfy-z-index-popup-base: 9999990;
  --mfy-color-transparent: transparent;
}
a {
  cursor: pointer
}

* {
  box-sizing: border-box;
}

html,body{width:100%;height:100%;margin:0;font-family:system-ui,-apple-system,"Microsoft YaHei",Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,BlinkMacSystemFont,Helvetica Neue,Arial,PingFang SC,PingFang TC,PingFang HK,Microsoft Yahei,Microsoft JhengHei !important;overflow:hidden}body::-webkit-scrollbar{width:0}html,body,div{scrollbar-color:#edeef0 rgba(0,0,0,0) !important;scrollbar-width:thin !important}.qrcode_card .ant-popover-inner{border-radius:12px !important;padding:16px 16px 12px 16px !important}.qrcode_card .qrcode{text-align:center;font-size:12px;line-height:20px;color:#5e6278}.brHalf{border-radius:100%}.svg-wrap{height:auto}.table-list-file-name{font-weight:400;font-size:14px;color:#1b1f35;line-height:16px;height:56px;display:flex;align-items:center;cursor:pointer;flex-direction:row}.table-list-file-name .htooltip-trigger{width:calc(100% - 20px)}.table-list-file-name .file-icon-wrapper{width:32px;height:100%;display:flex;flex-direction:row;align-items:center}.table-list-file-name .file-name-wrapper{flex:1;min-width:0;height:100%;display:flex;flex-direction:row;align-items:center}.table-file-name{font-weight:400;font-size:14px;color:#1b1f35;line-height:20px;margin-left:12px}.table-list-file-time{font-weight:400;font-size:14px;color:#bbbdc9;line-height:16px}.table-list-file-size{font-weight:400;font-size:14px;color:#bbbdc9;line-height:16px}.table-list-file-status{font-weight:400;font-size:14px;color:#bbbdc9;line-height:16px}.table-list-file-status.error{color:#f64e60}.paid-interception-content__left-content .paid-interception-content__left-content-list{height:401px;overflow-y:auto}.paid-interception-content__left-content .table-file-name{margin-left:0;padding-left:12px}.paid-interception-content__payment-file .paid-tooltip{width:auto}.paid-tooltip .htooltip-content-wrap{max-width:274px !important;min-width:274px !important}.paid-tooltip .paid-tooltip-title{padding:6px 8px}.paid-tooltip .paid-tooltip-title .tooltip-title-text{font-weight:700;font-size:14px;line-height:22px;letter-spacing:0;color:#1b1f35}.paid-tooltip .paid-tooltip-title .details-info{margin-top:12px;margin-bottom:10px}.paid-tooltip .paid-tooltip-title .details-info .details-info-item{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.paid-tooltip .paid-tooltip-title .details-info .details-info-item:first-child{margin-bottom:4px}.paid-tooltip .paid-tooltip-title .details-info .details-info-item .item-label{font-weight:400;font-size:12px;line-height:20px;letter-spacing:0;color:#1b1f35}.paid-tooltip .paid-tooltip-title .details-info .details-info-item .item-label-icon{font-size:16px;margin-left:6px;color:#bbbdc9;cursor:pointer;position:relative;top:3px}.paid-tooltip .paid-tooltip-title .details-info .details-info-item .item-value{font-weight:400;font-size:12px;line-height:20px;letter-spacing:0;color:#1b1f35;display:flex;flex-direction:row;align-items:center}.paid-tooltip .paid-tooltip-title .details-info .details-info-item .item-value-loading{font-weight:400;font-size:12px;line-height:20px;letter-spacing:0;color:#1b1f35}.paid-tooltip .paid-tooltip-title .details-info .details-info-item .item-value .old-price{font-weight:400;font-size:12px;line-height:20px;letter-spacing:0;color:#a7a9b8;margin-right:10px;text-decoration:line-through}.paid-tooltip .paid-tooltip-title .details-explanation{font-weight:400;font-size:12px;line-height:20px;letter-spacing:0;color:#bbbdc9}.pay-details-modal-web .hmodal-header .hmodal-title{margin:0;color:#1b1f35;font-weight:600;font-size:18px;line-height:1.5;word-wrap:break-word}.pay-details-modal-web .pay-details-tips{font-weight:400;font-size:14px;line-height:24px;letter-spacing:0;color:#3c3f52}.transfer-success-modal{position:relative}.transfer-success-modal-content{text-align:center;padding:40px 0 20px 0}.transfer-success-modal-content-icon{font-size:44px;color:#16cc3a !important}.transfer-success-modal-content-text{font-weight:bold;margin-top:8px;font-size:16px;line-height:24px}.transfer-success-modal-content-path{margin-top:8px;color:#3c80ff;display:flex;flex-direction:row;align-items:center;justify-content:center;overflow:hidden}.transfer-success-modal-content-path-text{width:76px;color:#1b1f35;font-size:14px}.transfer-success-modal-content-path-name{cursor:pointer;max-width:216px}.transfer-success-modal-content-button{margin-top:15px}.ant-modal-root .transfer-success-modal .ant-modal-content{border-radius:20px;padding:24px}.paid-desc-modal-h5 .mfy-modal .paid-modal-footer .ant-btn{margin-inline-start:0 !important}.app-wrap{height:100%}.content-placeholder{flex:1;min-height:0;display:flex;flex-direction:column}.web-body{display:flex;flex-direction:column}.web-body .custom-table-thead th{padding:0 8px 0 24px !important;height:32px !important;border-radius:8px !important;border:none !important}.web-body .custom-table-thead th:first-child{padding-right:8px !important;padding-left:8px !important}.web-body .custom-table-thead th:nth-child(2){padding-left:1px !important}.web-body.svip-body .share-header{background:#fff}.web-body.svip-body .mfy-tips-wrap{background:#fef4e1}.web-body.svip-body .paid-interception{background:#fff}.web-body.svip-body .retrieve-content{background:#fff}.web-body .content-center-body{display:flex;justify-content:center;gap:16px}.web-body .content-center-body.content-single-file{display:unset;position:relative}.web-body .content-center-body .content{width:960px;margin-top:16px;height:calc(100dvh - 163px);border-radius:16px;border:1px solid #f4f5fa;padding:31px;background:#fff;display:flex;flex-direction:column;min-height:0}.web-body .content-center-body .content.single{width:340px;height:auto;border:none;background:rgba(0,0,0,0);align-items:center;padding:0;margin-top:16px;position:absolute;left:50%;transform:translateX(-50%)}.web-body .content-center-body .content.single-special{width:390px;height:auto}.web-body .content-center-body .web-code-card-adv{width:180px;height:300px;border-radius:16px;overflow:hidden;margin-top:16px}.web-body .content-center-body .web-code-card-adv.web-code-card-adv-single-file{position:absolute;left:50%;transform:translateX(calc(-50% + 270px + 8px))}.web-body .content-center-body .web-code-card-adv.web-code-card-adv-single-special{transform:translateX(calc(-50% + 295px + 8px))}.main .code{background:#fff}.App{height:100%;width:100%}.App .app-render-fallback{width:100%;height:100%;display:flex;flex-direction:row;align-items:center;justify-content:center;padding-top:45%}.app-body{display:flex;flex-direction:column}.app-body.svip-body{height:100vh;height:calc(var(--1dvh, 1vh)*100);height:100dvh}.app-body.svip-body .tiled-list-file-content-info{background:rgba(0,0,0,0) !important}.app-body.svip-body .appVis2Plh{background:rgba(0,0,0,0)}.app-body.svip-body.isRetrieveContent{background:#fff !important}.app-body.svip-body.isPaidInterception{background:#f4f6fb !important}.app-body.svip-body .app-header{box-shadow:none !important;background:#f4f6fb !important}.app-body.svip-body .app-header.isRetrieveContent{background:#fff}.app-body.svip-body .appBottomBtn{background:#fff}.app-body.svip-body .ant-radio-inner{background:rgba(0,0,0,0)}.app-body.svip-body .ant-checkbox-checked .ant-checkbox-inner{background:#1890ff !important;border-color:#1890ff !important}.app-body.svip-body .custom-checkbox .custom-checkbox-inner{background-color:rgba(0,0,0,0);border-color:#d9d9d9}.app-body.svip-body .custom-checkbox-checked .custom-checkbox-inner{background:#1890ff !important;border-color:#1890ff !important}.app-body.svip-body .ant-checkbox .ant-checkbox-inner{background-color:rgba(0,0,0,0);border-color:#d9d9d9}.app-body.svip-body .ant-checkbox-indeterminate .ant-checkbox-inner{background-color:rgba(0,0,0,0) !important;border-color:#d9d9d9}.app-body.svip-body .after-sale-application-mobile-container{background:#fff}.app-body .content-center-body{display:contents}.app-body .content-center-body .content{display:flex;flex-direction:column;flex:1 1;min-height:0}.appVis2Plh{height:32px}.share-header{width:100%;height:64px;min-height:64px;max-height:64px;display:flex;flex-direction:row;align-items:center;justify-content:space-between;box-shadow:0 4px 24px 0 rgba(184,189,209,.25)}.share-header_left{display:flex;flex-direction:row;align-items:center;margin-left:24px}.share-header_left img{cursor:pointer}.share-header_center{font-size:14px;color:#7b808f;font-weight:400;line-height:64px;margin-right:24px}.share-header_center-not-login{display:flex;flex-direction:row;align-items:center}.share-header_center-not-login .loginRight{width:80px;height:32px !important}.share-header_Drop{display:flex;align-items:center}.share-header_Drop .h-dropdown-menu{min-width:134px}.share-header_Drop .h-dropdown-menu-item{font-size:13px;font-weight:400;color:#1b1f35;padding:7px 11px !important;border-radius:4px;text-align:left}.share-header_Drop .h-dropdown-overlay{border:0;box-shadow:none;padding:4px 8px}.share-header_Drop-name{font-weight:400;font-size:14px;line-height:22px;letter-spacing:0;color:#1b1f35;margin-right:8px;margin-left:8px}.share-header_Drop-icon{font-size:16px !important;color:#bbbdc9 !important}.shareWeb404{width:100%;height:100%;display:flex;flex-direction:row;align-items:center;justify-content:center}.shareWeb404-content{display:flex;flex-direction:column;align-items:center;border-radius:12px;padding:8px;backdrop-filter:blur(16px);background:hsla(0,0%,100%,.6)}.shareWeb404 .shareWeb404Img{width:148px;height:148px;display:block}.shareWeb404 .shareWeb404Text{font-weight:400;font-size:14px;line-height:22px;text-align:center;color:#878999}.shareApp404{flex:1;min-height:0}.shareApp404 .shareApp404Img{width:120px;height:auto;display:block;margin:214px auto 0 auto}.shareApp404 .shareApp404Img.empty-mobile{margin-top:60px}.shareApp404 .shareApp404Text{color:#a9a9a9;text-align:center;font-size:14px;line-height:2}.pointer{cursor:pointer;line-height:14px;display:flex;text-align:right;font-size:12px}.icon-list-wrap{display:none;color:#1b1f35;font-size:16px;align-items:center;justify-content:center}.custom-table-row:hover .icon-list-wrap{display:flex}.overlayName{min-height:50px;max-height:200px;overflow-y:auto}.content-wrapper-root{position:relative;background:#fff;height:100vh;height:calc(var(--1dvh, 1vh)*100);height:100dvh}.content-wrapper-root .backgroundImage{background-size:cover;background-repeat:no-repeat;background-position:center;overflow:auto;height:100%}@media screen and (min-width: 900px){.transfer-save-modal-content-name{max-width:380px}}@media screen and (max-width: 900px){html,body{height:100vh;height:calc(var(--1dvh, 1vh)*100);height:100dvh;overflow:hidden}.mobile-wrap{height:100vh;height:calc(var(--1dvh, 1vh)*100);height:100dvh}.app-body{height:100vh;height:calc(var(--1dvh, 1vh)*100);height:100dvh}}.header-waning-tips-mobile .mfy-tips-text__wrap{max-width:calc(100vw - 40px);overflow:hidden;white-space:nowrap;display:flex;align-items:center}.header-waning-tips-mobile .mfy-tips-message{white-space:nowrap;color:#3a4056;font-size:12px}.function-modal.hmodal-info .hmodal-header{margin-bottom:10px;border-bottom:0}.function-modal.hmodal-info .hmodal-body{display:inline-block;color:#3a4056;font-size:14px;font-weight:400}.function-modal.hmodal-info .hmodal-title{color:#3c3f52;font-weight:600;font-size:18px;line-height:1.5}.function-modal.hmodal-info .hmodal-footer{margin-top:0}.function-modal .hmodal-content{border-radius:8px}.function-modal .function-modal-close{width:24px;height:24px}.function-modal .hmodal-header{border-radius:8px 8px 0 0;border-bottom:1px solid #f4f4f4}.function-modal svg{margin:0 4px 3px 0}.function-modal .hmodal-confirm-title{display:inline-block;color:#3a4056;font-size:14px;font-weight:400}.after-sale-modal.hmodal{border-radius:10px}.after-sale-modal.hmodal .hmodal-title{font-weight:normal}.after-sale-modal__body{display:flex;flex-direction:column;align-items:center}.after-sale-modal__body--title{color:#3a4056;font-size:16px;margin:16px 0}.after-sale-modal__body--content{color:#7b808f;font-size:14px;line-height:24px}.after-sale-modal__body--link{color:#597dfc;font-size:14px;cursor:pointer}.after-sale-modal .ant-btn{border-radius:6px !important}.after-sale-modal-web .hmodal-content .hmodal-title{color:#3a4056;font-size:14px;font-weight:400;display:inline-block}.after-sale-modal-web .hmodal-footer .hbutton-middle:not(.hbutton-text):not(.hbutton-link){height:40px;padding:10px 18px !important}.after-sale-modal-web .hmodal-footer .hbutton{color:#fff;background:#1677ff}.afterSaleApplication-modal-web{border-radius:8px !important}.afterSaleApplication-modal-web .hmodal-content .hmodal-title{color:#3a4056;font-size:14px;font-weight:400;display:inline-block}.afterSaleApplication-modal-web .hmodal-footer .hbutton-middle:not(.hbutton-text):not(.hbutton-link){height:40px;padding:10px 18px !important}.afterSaleApplication-modal-web .hmodal-footer .hbutton{color:#fff;background:#1677ff}.web-gift-modal .hmodal{padding:0}.web-gift-modal .hmodal-body{overflow:hidden}.web-gift-modal .hmodal-header{background-color:rgba(0,0,0,0) !important;margin-bottom:22px}.web-gift-modal .hmodal-title{color:#1b1f35;font-weight:600;font-size:18px;line-height:1.5}.web-gift-modal .hmodal-content{padding:24px;border-radius:20px;background:linear-gradient(171.33deg, #EEF9FF 4.94%, #FFFFFF 29.18%)}.web-gift-modal .web-gift-modal-gold__wrap{display:flex;flex-direction:row;flex-wrap:wrap}.web-gift-modal .web-gift-modal-gold__wrap--item{width:89px;height:60px;margin:0 12px 12px 0;border-radius:12px;font-weight:700;font-size:16px;letter-spacing:0;text-align:center;line-height:60px;color:#1b1f35;cursor:pointer;border:1px solid #e5e6eb}.web-gift-modal .web-gift-modal-gold__wrap--item.special{width:190px;margin-right:0;display:flex;flex-direction:row;align-items:center;padding-left:16px}.web-gift-modal .web-gift-modal-gold__wrap--item:hover{border-color:#3c80ff}.web-gift-modal .web-gift-modal-gold__wrap--item:active{border-color:#3c80ff}.web-gift-modal .web-gift-modal-gold__wrap--item:focus-within{border-color:#3c80ff}.web-gift-modal .web-gift-modal-gold__wrap--item:focus-within .prefix-price{color:#1b1f35}.web-gift-modal .web-gift-modal-gold__wrap--item.active{background-color:#f0f8ff;border-color:#3c80ff;color:#3c80ff}.web-gift-modal .web-gift-modal-gold__wrap--item.active .web-gift-modal-gold__wrap--input{color:#3c80ff}.web-gift-modal .web-gift-modal-gold__wrap--item:nth-child(4){margin-right:0}.web-gift-modal .web-gift-modal-gold__wrap--item:nth-child(n){margin-top:0}.web-gift-modal .web-gift-modal-gold__wrap--input{border:0;height:58px;border:none !important;font-size:16px;font-weight:700;color:#3a4056;text-align:left;border-radius:12px !important;padding:8px 16px 8px 0 !important;position:relative;line-height:58px}.web-gift-modal .web-gift-modal-gold__wrap--input::placeholder{font-size:14px;font-weight:400;line-height:22px;letter-spacing:0;color:#bbbdc9}.web-gift-modal .web-gift-modal-gold__wrap--input:focus{border:none !important;box-shadow:none !important;color:#3a4056 !important}.web-gift-modal .web-gift-modal-code{display:flex;flex-direction:row;align-items:center}.web-gift-modal .web-gift-modal-code__wrap{margin-right:16px;position:relative;width:120px;height:120px;padding:8px;border-radius:6px;border:1px solid #e5e6eb}.web-gift-modal .web-gift-modal-code__wrap .hqrcode-container{border:0;width:100% !important;height:100% !important;padding:0 !important;border-radius:0 !important}.web-gift-modal .web-gift-modal-code__wrap canvas{width:100% !important;height:100% !important}.web-gift-modal .web-gift-modal-code__invalid{width:120px;height:120px;padding:8px;border-radius:8px;border:1px solid #f4f4f4;position:absolute;left:0;top:0;background:#fff;display:flex;flex-direction:row;align-items:center;justify-content:center;cursor:pointer}.web-gift-modal .web-gift-modal-code__invalid img{width:100%;height:100%}.web-gift-modal .web-gift-modal-code__invalid span{position:absolute;left:50%;top:50%;margin-top:-7px;margin-left:-7px}.web-gift-modal .web-gift-modal-code__text-price{font-weight:400;font-size:14px;line-height:22px;letter-spacing:0;color:#5e6278;margin-bottom:8px}.web-gift-modal .web-gift-modal-code__text-price-prefix{font-weight:400;font-size:12px;line-height:20px;letter-spacing:0;color:#f64e60}.web-gift-modal .web-gift-modal-code__text-price-value{font-weight:700;font-size:24px;line-height:32px;letter-spacing:0;color:#f64e60}.web-gift-modal .web-gift-modal-code__text-tips{font-weight:400;font-size:12px;line-height:20px;letter-spacing:0;color:#878999}.no-login-download-result-modal .hmodal{top:200px}.no-login-download-result-modal .hmodal-content{background:linear-gradient(180deg, #E2E8F5 0%, #FFFFFF 100%);width:339px;border-radius:16px !important;padding:0 !important}.no-login-download-result-modal .hmodal-header{background:rgba(0,0,0,0) !important;border:none}.no-login-download-result-modal .hmodal-header .hmodal-title{padding-left:24px}.no-login-download-result-modal .hmodal-body{padding:0}.no-login-download-result-modal .web-gift-modal-close{width:24px;height:24px}.no-login-download-result-modal .ant-btn-primary[disabled]{background:#597dfc;color:#fff !important;opacity:.5}.no-login-download-result-modal .download-msgInfo-phone{width:100%;padding-top:26px;position:relative;background:linear-gradient(180deg, #E2E8F5 -34.11%, #FFF 59.69%);border-radius:16px}.no-login-download-result-modal .download-msgInfo-phone__pay{margin-top:4px;display:flex;flex-direction:column;align-items:center;width:100%;margin-bottom:24px;padding:0 24px}.no-login-download-result-modal .download-msgInfo-phone__pay--btn{width:291px;border-radius:6px;height:40px;text-align:center;background:#597dfc;line-height:40px;font-weight:400;font-size:14px;color:#fff;margin-bottom:16px;cursor:pointer}.no-login-download-result-modal .download-msgInfo-phone__pay--customer{display:flex;flex-direction:row;align-items:center;font-weight:400;font-size:14px;color:#7b808f;line-height:16px}.no-login-download-result-modal .download-msgInfo-phone__pay--customer__link{font-weight:400;font-size:14px;color:#597dfc;line-height:16px;margin-left:8px;cursor:pointer}.no-login-download-result-modal .download-msgInfo-phone__pay--customer__icon{width:16px;height:16px;cursor:pointer}.no-login-download-result-modal .download-msgInfo-phone__footer{display:flex;flex-direction:row;align-items:center;justify-content:center;height:56px;background:linear-gradient(100deg, #E1EAFF -3.69%, rgba(225, 234, 255, 0.18) 101.18%);border-bottom-left-radius:16px;border-bottom-right-radius:16px}.no-login-download-result-modal .download-msgInfo-phone__footer--left{display:flex;flex-direction:row;align-items:center;margin-right:14px}.no-login-download-result-modal .download-msgInfo-phone__footer--price{display:flex;flex-direction:row;align-items:center}.no-login-download-result-modal .download-msgInfo-phone__footer--title{color:#597dfc;font-size:14px;margin-right:4px}.no-login-download-result-modal .download-msgInfo-phone__footer--byte{color:#597dfc;font-size:20px;font-weight:bold;font-family:var(--mfy-font-family-din),"Microsoft YaHei",system-ui,-apple-system,sans-serif;line-height:23px}.no-login-download-result-modal .download-msgInfo-phone__footer--button{width:123px;padding-left:20px;padding-right:20px;height:40px;font-size:14px;display:flex;flex-direction:row;align-items:center;line-height:24px;justify-content:center}.no-login-download-result-modal .download-msgInfo-phone__footer--prefix{font-size:17px;font-family:var(--mfy-font-family-din),"Microsoft YaHei",system-ui,-apple-system,sans-serif;font-weight:bold;line-height:22px}.no-login-download-result-modal .download-msgInfo-phone__footer--mount{font-size:20px;font-family:var(--mfy-font-family-din),"Microsoft YaHei",system-ui,-apple-system,sans-serif;font-weight:bold;line-height:24px}.no-login-download-result-modal .download-pay-content{display:flex;flex-direction:row;align-items:center;position:relative;padding:16px 14px 16px 16px}.no-login-download-result-modal .download-pay-content__pay{display:flex;flex-direction:column;align-items:center;margin-top:8px;width:100%}.no-login-download-result-modal .download-pay-content__pay--btn{width:298px;border-radius:6px;background:#597dfc;height:40px;font-weight:400;font-size:14px;color:#fff;line-height:40px;margin-bottom:16px;cursor:pointer;text-align:center}.no-login-download-result-modal .download-pay-content__pay--customer{display:flex;flex-direction:row;align-items:center;font-weight:400;font-size:14px;color:#7b808f;line-height:16px}.no-login-download-result-modal .download-pay-content__pay--customer__link{font-weight:400;font-size:14px;color:#597dfc;line-height:16px;margin-left:8px;cursor:pointer}.no-login-download-result-modal .download-pay-content__pay--customer__icon{width:16px;height:16px;cursor:pointer}.no-login-download-result-modal .download-pay-content__qrcode{width:138px;height:138px;padding:12px;background:#fff;border-radius:8px;position:relative}.no-login-download-result-modal .download-pay-content__qrcode canvas{width:100% !important;height:100% !important}.no-login-download-result-modal .download-pay-content__desc{flex:1;display:flex;flex-direction:column;justify-content:center;height:100%;padding-left:12px}.no-login-download-result-modal .download-pay-content__desc.phone-desc{padding-left:0}.no-login-download-result-modal .download-pay-content__desc.phone-desc .download-pay-content__desc--desc{font-size:23px}.no-login-download-result-modal .download-pay-content__desc--title{color:#597dfc;font-size:18px;font-weight:bold}.no-login-download-result-modal .download-pay-content__desc--desc{color:#597dfc;font-size:26px;font-weight:bold}.no-login-download-result-modal .download-pay-content__invalid{width:138px;height:139px;padding:12px;border-radius:8px;border:1px solid #f4f4f4;position:absolute;left:0;top:0;background:#fff;display:flex;flex-direction:row;align-items:center;justify-content:center;cursor:pointer}.no-login-download-result-modal .download-pay-content__invalid img{width:100%;height:100%}.no-login-download-result-modal .download-pay-content__invalid span{position:absolute;left:50%;top:50%;margin-top:-7px;margin-left:-7px}.no-login-download-result-modal .download-pay-content__btn{font-size:22px;font-weight:bold}.no-login-download-result-modal .download-pay-content__btn .ant-btn{font-size:18px;font-weight:bold;line-height:22px}.no-login-download-result-modal .download-pay-footer{display:flex;flex-direction:row;align-items:center;justify-content:space-between;background:url(https://statics.123pan.com/img/base_price.png) no-repeat center;background-size:cover;height:46px;border-bottom-left-radius:16px;border-bottom-right-radius:16px;margin-top:24px}.no-login-download-result-modal .download-pay-footer__left{display:flex;flex-direction:row;align-items:center;justify-content:center;width:60%}.no-login-download-result-modal .download-pay-footer__left--title{color:#fff;font-size:14px;margin-right:6px}.no-login-download-result-modal .download-pay-footer__left--byte{font-size:20px;color:#fff;font-weight:bold;font-family:var(--mfy-font-family-din),"Microsoft YaHei",system-ui,-apple-system,sans-serif}.no-login-download-result-modal .download-pay-footer__right{display:flex;flex-direction:row;justify-content:center;width:40%;align-items:center}.no-login-download-result-modal .download-pay-footer__right--price{font-size:14px;color:#9ba0ad;line-height:24px;display:flex;flex-direction:row;justify-content:center}.no-login-download-result-modal .download-pay-footer__right--price .icon{margin-top:3px}.no-login-download-result-modal .download-pay-footer__right--prefix{color:#ff4040;font-size:18px;font-weight:bold}.no-login-download-result-modal .download-pay-footer__right--mount{color:#ff4040;font-size:20px;font-family:var(--mfy-font-family-din),"Microsoft YaHei",system-ui,-apple-system,sans-serif}.boot-browser-download{position:fixed;inset:0;z-index:99999;background:rgba(0,0,0,.6)}.boot-browser-download-img{width:228px;height:118px;position:absolute;right:10px;top:0}.boot-browser-download-close{width:28px;height:28px;position:absolute;right:150px;top:134px}.gift-success-modal .hmodal-content{border-radius:14px !important;width:280px;height:320px;position:relative !important;background:linear-gradient(171.33deg, #EEF9FF 4.94%, #FFFFFF 29.18%);box-shadow:0 4px 60px 0 rgba(0,0,0,.1019607843);padding:16px !important;box-sizing:border-box}.gift-success-modal .hmodal{width:280px !important;padding:0}.gift-success-modal .hmodal .hmodal-close{right:16px !important;top:16px !important}.gift-success-modal .hmodal{display:flex;flex-direction:column;align-items:center}.gift-success-modal .hmodal-body{height:320px;padding:0}.gift-success-modal .web-gift-modal-close{width:32px;height:32px}.gift-success-modal__content{display:flex;flex-direction:column;align-items:center;padding-top:22px}.gift-success-modal__content .gift-success-modal__button{width:130px !important;height:40px !important;border-radius:8px !important}.gift-success-modal .web-gift-modal-app-close{position:absolute;width:40px;height:40px;left:50%;margin-left:-20px;bottom:-64px}.gift-success-modal__text{font-weight:700;font-size:18px;line-height:26px;letter-spacing:0;margin-top:38px;color:#1b1f35;margin-bottom:24px}.gift-success-modal__text span{font-weight:700;font-size:18px;line-height:26px;letter-spacing:0;color:#f9a400;padding:0 4px}.web-gift-app-modal .hmodal{width:303px !important;padding:0;top:105px;border-radius:9px}.web-gift-app-modal .hmodal-header{display:block;height:32px;margin-bottom:20px !important}.web-gift-app-modal .hmodal-body{padding:24px !important}.web-gift-app-modal .mfy-modal .hmodal-content{border-radius:8px;width:303px !important;position:relative;padding:0 !important}.web-gift-app-modal .mfy-modal .hmodal-body{padding:24px !important}.web-gift-app-modal .web-gift-modal-app-gold{position:absolute;width:76px;height:66px;top:-16px;right:0;z-index:9999}.web-gift-app-modal .web-gift-modal-app-gold__wrap{display:grid;grid-template-columns:repeat(3, 1fr);grid-template-rows:90px 90px 50px;grid-gap:10px}.web-gift-app-modal .web-gift-modal-app-gold__wrap--item{border-radius:8px;text-align:center;line-height:90px;font-size:22px;color:#3a4056;background:#f6f8ff;font-weight:bold}.web-gift-app-modal .web-gift-modal-app-gold__wrap--item.active{box-shadow:4px 4px 24px 0 rgba(89,125,252,.12);border:1px solid #597dfc;color:#597dfc;border-radius:8px}.web-gift-app-modal .web-gift-modal-app-gold__wrap--item:nth-child(7){grid-column-start:1;grid-column-end:4;display:flex;flex-direction:row;align-items:center}.web-gift-app-modal .web-gift-modal-app-gold__wrap--input{background:#f6f8ff !important;border:0;height:50px;border:none !important;font-size:22px;color:#3a4056;text-align:center}.web-gift-app-modal .web-gift-modal-app-gold__wrap--input::placeholder{font-size:12px}.web-gift-app-modal .web-gift-modal-app-gold__wrap--input:focus{border:none !important;box-shadow:none !important}.web-gift-app-modal .hmodal-header{border-radius:8px 8px 0 0 !important;background-image:linear-gradient(180deg, rgba(89, 125, 252, 0.46) 4%, rgba(105, 224, 250, 0) 100%) !important;padding:14px 20px 26px 18px !important}.web-gift-app-modal .hmodal-header .hmodal-title{color:#597dfc !important;font-weight:bold !important;font-size:14px !important}.web-gift-app-modal .web-gift-modal-app-operate{display:flex;flex-direction:row;align-items:center;justify-content:center;margin-top:52px}.web-gift-app-modal .web-gift-modal-app-operate__button{background-image:linear-gradient(132deg, #597DFC 51%, #8AF8FF 100%) !important;box-shadow:3px 3px 17px 0 rgba(89,125,252,.12) !important;border:0 !important;border-radius:8px !important;height:50px !important}.web-gift-app-modal .web-gift-modal-app-close{position:absolute;width:40px;height:40px;left:50%;margin-left:-20px;bottom:-64px}.btn_reward{will-change:transform;width:116px;height:62px;z-index:98;background:url(https://statics.123pan.com/img/H5_btn_reward.png) center no-repeat;background-size:cover;transition:all .5s ease-in-out;right:-62px}.btn_reward.allShow{right:0}.btn_reward.hide{right:-116px}.banner-container-pc{width:100%;display:flex;justify-content:center;align-items:center}.banner-container-pc .banner_all_wrap{position:relative;display:flex;align-items:center;justify-content:space-between}.banner-container-pc .banner_all_wrap .web-banner{height:90px}.banner-container-pc .banner_all_wrap .banner_guide{position:absolute;left:50%;top:-30px;margin-left:-113px;display:flex;flex-direction:row}.banner-container-pc .banner_all_wrap .banner_guide-img{width:226px;height:30px;cursor:pointer}.banner-container-pc .banner_all_wrap .banner_guide-close{position:absolute;right:-4px;width:20px;height:20px;cursor:pointer}.mfy-ant-notification{width:232px;margin-left:-116px !important}.mfy-ant-notification .mfy-ant-notification-notice{padding:0 16px;height:38px;line-height:38px}.download-over-count-modal .hmodal-body{padding:0 !important}.download-over-count-modal .hmodal-confirm-content{font-weight:400 !important;font-size:14px !important;color:#3a4056 !important;line-height:24px !important;padding:24px 24px 0 24px !important;margin:0 !important}.download-over-count-modal .hmodal-confirm-title{font-weight:400 !important;font-size:14px !important;color:#3a4056 !important;line-height:16px !important;padding:17px 24px 17px 24px !important;border-bottom:1px solid #f4f4f4 !important}.download-over-count-modal .anticon-info-circle{display:none !important}.download-over-count-modal .hmodal-confirm-btns{padding:0 24px 24px 24px !important}.advBox .modal-window{width:318px !important;background:linear-gradient(180deg, #E4EAFF 0%, #FFFFFF 19%) !important}.advBox .modal-window .modal-body{margin-top:6px !important}.advBox .modal-window .modal-body .adv-imgRow{display:flex;flex-direction:row;width:200px;margin:18px auto 0;justify-content:space-between}.advBox .modal-window .modal-body .adv-imgRow .adv-rowBox{display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:12px;font-weight:400;color:#3a4056;gap:4px;line-height:14px}.advBox .modal-window .modal-body .adv-pic{width:278px;height:110px;border-radius:12px;margin-top:16px}.advBox .modal-window .modal-body .adv-topTitle{width:228px;height:16px;font-family:Microsoft YaHei,Microsoft YaHei,serif;font-weight:400;font-size:12px;color:#3a4056;line-height:14px;text-align:center;font-style:normal;text-transform:none;margin:0 auto}.advBox .modal-window .modal-body .adv-toLink{width:278px;height:44px;background:#597dfc;box-shadow:3px 3px 17px 0 rgba(89,125,252,.12);border-radius:8px 8px 8px 8px;color:#fff;font-size:14px;display:flex;margin-top:16px;align-items:center;justify-content:center}.banner-container-h5{width:100%}.banner-container-h5 .bottom_banner_guide{height:32px;width:100%}.banner-container-h5 .shield-close{position:absolute;right:0;top:0;width:20px;height:20px}.banner-container-h5 .banner-img-h5{width:100%;height:106px;background-size:cover;position:relative}.banner-container-h5 .banner-img-h5-close{position:absolute;font-size:28px;right:8px;top:8px}.banner-container-h5 .banner_wrap{position:relative;display:flex;flex-direction:row;align-items:center;justify-content:center;background-image:url(https://statics.123pan.com/img/bg_h5_banner_vip.png)}.banner-container-h5 .banner_wrap.promotion-bg{background-image:url(https://statics.123pan.com/img/bg_h5_banner_promotion.png)}.banner-container-h5 .banner_wrap.tuia-bg{background-image:unset}.banner-container-h5 .banner_wrap .banner_wrap_label{position:absolute;width:70.5px;height:16px;right:0;bottom:0}.web-reward-btn{padding:0 15px !important;margin-left:16px}.web-reward-btn.single-reward{margin:0;padding:0 11px !important;height:32px !important}.reportTitle{text-align:left;font-weight:700;font-size:18px;line-height:26px;letter-spacing:0;color:#1b1f35;display:flex;flex-direction:row;align-items:center}.reportTitle .icon{color:#f9a400;font-size:20px;margin-right:8px}.report-content-choose{font-weight:400;font-size:14px;line-height:22px;letter-spacing:0;color:#878999;margin-bottom:16px}.report-content-desc{font-weight:400;font-size:12px;line-height:20px;letter-spacing:0;color:#f9a400;margin-bottom:12px}.report-content-options{display:flex;flex-direction:row;align-items:center;row-gap:10px;column-gap:28px;flex-wrap:wrap}.report-content-options-item{cursor:pointer;display:flex;flex-direction:row;align-items:center;gap:8px;min-width:80px}.report-content-options-item:hover .report-content-options-item-radio{border-color:#abacb2}.report-content-options-item:hover .report-content-options-item-radio .icon{color:#66a1ff}.report-content-options-item:active .report-content-options-item-radio{border-color:#87888c}.report-content-options-item:active .report-content-options-item-radio .icon{color:#2961d9}.report-content-options-item-radio{width:14px;height:14px;border-radius:100%;border:1px solid #d1d3e0;position:relative}.report-content-options-item-radio .icon{visibility:hidden;color:#3c80ff;font-size:14px;position:absolute;left:-1px;top:-1px}.report-content-options-item-radio.active .icon{visibility:visible}.report-content-options-item-title{color:#3c3f52;font-weight:400;font-size:14px;line-height:22px;letter-spacing:0}.vip-video-single{position:relative;height:100% !important}.vip-video-single .video-header{display:flex;align-items:center;justify-content:space-between;position:absolute;top:10px;z-index:7;color:#fff;width:100%;height:40px;padding:0 24px;transition:top .1s ease}.vip-video-single .video-header .video-title{width:681px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;line-height:35px;font-size:14px;color:#fff !important}.vip-video-single .video-header .video-icon-box{display:flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:2px;margin-left:16px;cursor:pointer;box-sizing:content-box}.vip-video-single .video-header .video-icon-box .icon{font-size:20px;cursor:pointer}.vip-video-single .video-header .video-icon-box{-webkit-app-region:no-drag}.vip-video-single .video-header .video-icon-box:hover .icon{color:#597dfc !important}.vip-video-single .video-header .video-vip-btn{position:relative;padding:0 8px;margin-right:2px;height:24px;line-height:24px;background:#597dfc;border-radius:6px 6px 6px 6px;font-size:12px;color:#fff;cursor:pointer;-webkit-app-region:no-drag}.vip-video-single .video-header .video-vip-btn::after{content:attr(data-text);position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);cursor:inherit}.vip-video-single .video-header .video-close{display:flex;align-items:center;justify-content:center;height:50px;border-radius:50px;cursor:pointer;z-index:3;-webkit-app-region:drag}.vip-video-single .video-header .video-close .icon{font-size:24px;color:#fff !important}.vip-video-single .video-header .icon{color:#fff}p{margin:0}.web-right-bottom-banner{position:fixed;right:0;bottom:0;display:flex;align-items:center;justify-content:center;z-index:999}.h5-share-get-banner{width:100%;height:100%}.web-share-save-suc-banner{position:absolute;bottom:-184px;left:0;display:flex;flex-direction:row;justify-content:center}.save-bottom-banner{position:absolute;width:100%;bottom:0;left:0}.tuia-modal-wrap .mfy-modal .hmodal-content{padding-top:0 !important}.tuia-modal-wrap .hmodal-content{padding:0 !important;padding-top:0 !important}.tuia-modal-wrap .mfy-modal .hmodal-close{position:fixed;top:10% !important;right:5% !important}body{color:var(--adm-color-text);font-size:13px}.globalLargeFileDownloadTip-modal .hmodal-title{margin:0;color:#1b1f35;font-weight:600;font-size:18px;line-height:1.5;word-wrap:break-word}
@supports(scrollbar-width: auto){.ant-table .ant-table-body{scrollbar-color:#edeef0 rgba(0,0,0,0) !important;scrollbar-width:thin !important;overflow-y:auto !important}}@supports selector(::-webkit-scrollbar){.ant-table .ant-table-body::-webkit-scrollbar,.ant-table .ant-table-body-inner::-webkit-scrollbar,.custom-table-body-container::-webkit-scrollbar{width:4px !important;cursor:pointer;height:4px}.ant-table .ant-table-body::-webkit-scrollbar-thumb,.ant-table .ant-table-body-inner::-webkit-scrollbar-thumb,.custom-table-body-container::-webkit-scrollbar-thumb{background:#909090}.ant-table .ant-table-body::-webkit-scrollbar-track,.ant-table .ant-table-body-inner::-webkit-scrollbar-track,.custom-table-body-container::-webkit-scrollbar-track{background:rgba(0,0,0,0)}}.ant-table-thead>tr>th{border-bottom:1px solid #f4f4f4 !important}.ant-table-wrapper{height:100%}.ant-table-wrapper .ant-spin-nested-loading{height:100%}.ant-table-wrapper .ant-spin-nested-loading .ant-spin-container{height:100%}.ant-table-wrapper .ant-spin-nested-loading .ant-spin-container .ant-table{height:100%}.ant-table-wrapper .ant-spin-nested-loading .ant-spin-container .ant-table .ant-table-container{height:100%}.ant-dropdown-menu-title-content{text-align:center}.mfy-ant-notification{width:232px;margin-left:-116px !important}.mfy-ant-notification .mfy-ant-notification-notice{padding:0 16px;height:38px;line-height:38px}.mfy-button{box-shadow:none !important;gap:4px !important}.mfy-button:active::before{display:none !important}.mfy-button::before,.mfy-button::after{box-sizing:content-box}.mfy-button>.icon{font-size:16px !important}.mfy-button .ant-btn-icon{width:16px !important;height:16px !important;line-height:16px !important}.mfy-button .ant-btn-icon>svg{font-size:16px !important;vertical-align:baseline !important}.mfy-button.ant-btn-color-default:active{color:var(--mfy-color-text-click) !important;border-color:var(--mfy-color-border-default) !important;background:rgba(182,186,195,.15) !important}.mfy-button.ant-btn-color-default:disabled{color:#d1d3e0 !important;border-color:#f4f5fa !important;background:#fff !important}.mfy-button.ant-btn-color-default:disabled svg{color:#d1d3e0 !important}.mfy-button.ant-btn-color-primary:disabled:not(.ant-btn-link){cursor:not-allowed;border-color:var(--mfy-color-dominant-disabled) !important;background:var(--mfy-color-dominant-disabled) !important;color:var(--mfy-color-text-fff) !important;box-shadow:none}.mfy-button.ant-btn-color-dangerous:disabled{background:var(--mfy-color-error-disabled) !important;border-color:var(--mfy-color-error-disabled) !important;color:var(--mfy-color-text-fff) !important;box-shadow:none}.mfy-button .ant-btn-variant-outlined:not(:disabled):not(.ant-btn-disabled):active,.mfy-button .ant-btn-variant-dashed:not(:disabled):not(.ant-btn-disabled):active{background:rgba(182,186,195,.15) !important;border-radius:6px !important;border:1px solid #e5e6eb !important;color:#1b1f35 !important}.ant-btn-primary,.ant-btn-default{height:40px;padding:10px 16px !important;border-radius:6px !important}.mfy-breadcrumb a{font-weight:400 !important;font-size:14px !important}.mfy-breadcrumb a:hover{background:#fff !important}.mfy-breadcrumb a:active{background:#fff !important;color:var(--mfy-color-text-default) !important}.mfy-breadcrumb li:last-child a{color:var(--mfy-color-text-click) !important}.mfy-input-roundness{border-radius:var(--mfy-border-radius-100)}.ant-input-affix-wrapper{padding-left:16px;padding-right:16px}.ant-input-affix-wrapper .ant-input-prefix{margin-right:8px}.mfy-input-background{height:var(--mfy-box-height-36);background:var(--mfy-color-fill-default);border-color:rgba(0,0,0,0)}.mfy-input-background:hover{background:var(--mfy-color-fill-hover);border-color:rgba(0,0,0,0)}.mfy-input-background:focus-within{background:var(--mfy-color-border-background);border-color:var(--mfy-color-dominant-default)}.mfy-input-disabled-background{background:var(--mfy-color-fill-disabled);color:var(--mfy-color-text-background);cursor:not-allowed;border:1px solid var(--mfy-color-border-default)}.mfy-input-disabled-background:hover{background:var(--mfy-color-fill-disabled);color:var(--mfy-color-text-background);border:1px solid var(--mfy-color-border-default)}.mfy-input-rectFill{border-radius:var(--mfy-border-radius-6)}.mfy-input-rectLine{border:1px solid #e5e6eb;background:#fff;border-radius:var(--mfy-border-radius-6)}.mfy-input-rectLine.ant-input-outlined.ant-input-status-error:not(.ant-input-disabled){border-color:#f64e60;background:#fff}.mfy-input-rectLine:hover{border:1px solid #abacb2;background:#fff}.mfy-input-rectLine:focus-within{border-color:#3c80ff}.ant-switch .ant-switch-handle{top:var(--mfy-box-top-4)}.ant-switch-small .ant-switch-handle{top:var(--mfy-box-top-2)}.ant-switch.ant-switch-checked.ant-switch-disabled{background-color:var(--mfy-color-dominant-disabled)}.ant-switch.ant-switch-disabled{background-color:var(--mfy-color-fill-default)}.ant-image-preview-mask{height:100% !important;background-color:rgba(0,0,0,.5) !important;z-index:999 !important}.ant-image-preview-wrap{z-index:999 !important}.ant-image-preview-operations-wrapper{z-index:1000 !important}.mfy-table .ant-pagination-options .ant-select-selector{cursor:pointer !important}.mfy-table .ant-pagination{width:max-content !important}.mfy-table .ant-table-cell-row-hover:first-child{border-top-left-radius:8px;border-bottom-left-radius:8px}.mfy-table .ant-table-cell-row-hover:last-child{border-top-right-radius:8px;border-bottom-right-radius:8px}.mfy-modal .ant-btn:last-child{margin-inline-start:12px !important}.mfy-modal .hmodal-confirm-paragraph{max-width:unset !important}.mfy-modal .hmodal-content{padding-top:var(--mfy-box-padding-20) !important;border-radius:20px !important}.mfy-modal .hmodal-header{height:var(--mfy-box-height-32) !important;margin-bottom:20px !important}.mfy-modal .hmodal-close{top:18px !important;right:24px !important}.mfy-modal .hmodal-footer .ant-btn,.mfy-modal .hmodal-confirm-btns .ant-btn{height:36px !important;border-radius:6px !important}.mfy-modal .hmodal-footer .ant-btn:last-child,.mfy-modal .hmodal-confirm-btns .ant-btn:last-child{margin-inline-start:12px !important}.mfy-modal .hmodal-close{width:32px !important;height:32px !important;border-radius:8px !important}.mfy-modal .hmodal-close-x .anticon{color:#1b1f35}.mfy-modal .hmodal-footer{margin-top:24px !important}.mfy-tooltip-popup .ant-tooltip-inner{background:#fff !important;box-shadow:0 4px 20px 0 rgba(0,0,0,.1019607843) !important;border-radius:6px !important}.mfy-tooltip-popup .ant-tooltip-content{background:#fff !important;border-radius:6px !important;border:none !important}.ant-tooltip-placement-top>.ant-tooltip-arrow{transform:translateX(-50%) translateY(100%) rotate(180deg) scale(1.2) !important}.ant-tooltip-placement-topLeft>.ant-tooltip-arrow{transform:translateY(100%) rotate(180deg) scale(1.2) !important}.ant-tooltip-placement-topRight>.ant-tooltip-arrow{transform:translateX(50%) translateY(100%) rotate(180deg) scale(1.2) !important}.ant-tooltip-placement-bottom>.ant-tooltip-arrow{transform:translateX(-50%) translateY(-100%) scale(1.2) !important}.ant-tooltip-placement-bottomLeft>.ant-tooltip-arrow{transform:translateY(-100%) scale(1.2) !important}.ant-tooltip-placement-bottomRight>.ant-tooltip-arrow{transform:translateY(-100%) scale(1.2) !important}.ant-tooltip-placement-left>.ant-tooltip-arrow{transform:translateY(-50%) translateX(100%) rotate(90deg) scale(1.2) !important}.ant-tooltip-placement-right>.ant-tooltip-arrow{transform:translateY(-50%) translateX(-100%) rotate(-90deg) scale(1.2) !important}.mfy-date-picker .ant-picker-month-panel{width:var(--mfy-box-width-280) !important}.mfy-date-picker .ant-picker-date-panel{width:var(--mfy-box-width-280) !important}.mfy-date-picker .ant-picker-date-panel .ant-picker-header{border-color:var(--mfy-color-border-default)}.mfy-date-picker .ant-picker-date-panel .ant-picker-cell-inner{width:var(--mfy-box-width-24) !important;min-width:var(--mfy-box-width-24) !important;height:var(--mfy-box-height-24) !important;line-height:var(--mfy-box-height-24) !important;border-radius:var(--mfy-border-radius-100) !important}.mfy-date-picker .ant-picker-date-panel .ant-picker-content>thead>tr>th{font-size:var(--mfy-font-size-12);color:var(--mfy-color-text-disabled)}.mfy-date-picker .ant-picker-footer{border-color:var(--mfy-color-border-default) !important}.mfy-date-picker .ant-picker-header{height:var(--mfy-box-height-40) !important;padding:0 var(--mfy-box-padding-16) !important}.mfy-date-picker .ant-picker-body{padding:var(--mfy-box-padding-16) var(--mfy-box-padding-8) !important}.mfy-date-picker .ant-picker-header-view{line-height:var(--mfy-box-height-40) !important}.mfy-range-picker{border:1px solid #e5e6eb !important;border-radius:8px !important;height:32px !important;padding:8px 12px !important}.mfy-range-picker .ant-picker-prefix{margin-right:8px !important}.mfy-range-picker .ant-picker-prefix>.icon{font-size:16px !important;color:#d1d3e0 !important}.mfy-range-picker .ant-picker-range-separator{width:32px !important;display:flex !important;align-items:center !important;justify-content:center !important}.mfy-range-picker .ant-picker-range-separator>.icon{font-size:8px !important;color:#bbbdc9 !important}.mfy-range-picker .ant-picker-input{width:fit-content !important}.mfy-range-picker .ant-picker-input input{font-weight:400 !important;font-size:12px !important;color:#3c3f52 !important;width:68px !important}.mfy-dropdown .ant-dropdown-menu-title-content{font-weight:400 !important;font-size:13px !important;color:#1b1f35 !important;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mfy-dropdown .ant-dropdown-menu{background:#fff !important;box-shadow:0 4px 50px 0 rgba(0,0,0,.07) !important;border-radius:12px !important;padding:8px !important}.mfy-dropdown .ant-dropdown-menu-item{box-sizing:border-box !important;padding:8px 12px !important}.mfy-dropdown .ant-dropdown-menu-item:hover{background:rgba(182,186,195,.1) !important;border-radius:6px 6px 6px 6px !important}.mfy-dropdown .ant-dropdown-menu-item:not(:last-child){margin-bottom:2px !important}.mfy-dropdown .ant-dropdown-menu-title-content{text-align:left}.ant-message{z-index:999999999 !important}.ant-message-notice-content{box-shadow:0 5px 30px 0 rgba(0,0,0,.06) !important;border-radius:100px 100px 100px 100px !important;padding:12px 16px !important;border:1px solid #e5e6eb !important}.ant-message-notice-content .anticon-loading svg{display:none !important}.ant-message-notice-content .anticon-loading::before{content:"";display:inline-block;width:16px;height:16px;background-image:url(https://statics.123pan.com/img/message/loading.png);background-size:100% 100%;background-repeat:no-repeat;animation:mfy-spin 5s linear infinite}.ant-message-notice-content .anticon-check-circle svg{display:none !important}.ant-message-notice-content .anticon-check-circle::before{content:"";display:inline-block;width:16px;height:16px;background-image:url(https://statics.123pan.com/img/message/success.png);background-size:100% 100%;background-repeat:no-repeat}.ant-message-notice-content .anticon-exclamation-circle svg{display:none !important}.ant-message-notice-content .anticon-exclamation-circle::before{content:"";display:inline-block;width:16px;height:16px;background-image:url(https://statics.123pan.com/img/message/warning.png);background-size:100% 100%;background-repeat:no-repeat}.ant-message-notice-content .anticon-close-circle svg{display:none !important}.ant-message-notice-content .anticon-close-circle::before{content:"";display:inline-block;width:16px;height:16px;background-image:url(https://statics.123pan.com/img/message/error.png);background-size:100% 100%;background-repeat:no-repeat}.ant-message-notice-content{border:1px solid var(--mfy-color-border-default);padding:9px 16px !important;color:#1b1f35}.mfy-tag{padding:6px 10px !important;border-radius:6px !important;border:none !important}.ant-image-preview-root .image-wrap{width:80%;height:80%;display:flex;flex-direction:row;align-items:center;justify-content:center}.ant-image-preview-root .image-wrap .image-title{position:absolute;top:56px;font-weight:bold;font-size:18px;color:#fff;left:50%;transform:translateX(-50%);z-index:1}.ant-image-preview-root .image-wrap .ant-spin-nested-loading{width:100%;height:100%}.ant-image-preview-root .image-wrap .ant-spin-container{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.ant-image-preview-root .image-wrap .image-stage{position:relative;width:90%;height:90%;display:flex;align-items:center;justify-content:center}.ant-image-preview-root .image-wrap .image-stage .image-spin-wrapper{color:#1677ff;z-index:1}.ant-image-preview-root .image-wrap .image-thumb,.ant-image-preview-root .image-wrap .image-stage-content{width:100%;height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.ant-image-preview-root .image-wrap .image-thumb{width:150px !important;height:150px !important;object-fit:contain}.ant-image-preview-root .image-wrap .ant-spin{position:absolute;z-index:1}.ant-image-preview-root .image-wrap img{object-fit:contain;width:100% !important;height:100% !important;max-height:100% !important}.ant-image-preview-operations-wrapper .ant-image-preview-footer .ant-image-preview-progress{display:none !important}.ant-image-preview-operations-wrapper .ant-image-preview-close{background-color:rgba(0,0,0,0) !important}.ant-image-preview-operations-wrapper .ant-image-preview-close{top:35px;right:60px}.ant-image-preview-operations-wrapper .ant-image-preview-switch-left{left:60px;cursor:initial !important}.ant-image-preview-operations-wrapper .ant-image-preview-switch-right{right:60px;cursor:initial !important}.ant-image-preview-operations-wrapper .image-close-btn{position:absolute;top:0;right:0;z-index:1000;cursor:pointer;background:rgba(20,20,20,.8);border-radius:50%;width:60px;height:60px;display:flex;align-items:center;justify-content:center}.ant-image-preview-operations-wrapper .image-close-btn svg{font-size:20px;color:#fff}.ant-image-preview-operations-wrapper .image-close-btn:hover{background:#4a4a4a}.ant-image-preview-operations-wrapper .image-nav-arrow{position:absolute;top:50%;transform:translateY(-50%);width:60px;height:60px;background:rgba(20,20,20,.8);border-radius:50%;display:flex;align-items:center;cursor:pointer;transition:all .3s ease;z-index:1000}.ant-image-preview-operations-wrapper .image-nav-arrow:hover{background:#4a4a4a}.ant-image-preview-operations-wrapper .image-nav-arrow-left{left:0;justify-content:start}.ant-image-preview-operations-wrapper .image-nav-arrow-left svg{font-size:32px;color:#fff;margin-left:13px}.ant-image-preview-operations-wrapper .image-nav-arrow-right{right:0;justify-content:end}.ant-image-preview-operations-wrapper .image-nav-arrow-right svg{font-size:32px;color:#fff;margin-right:13px}.ant-image-preview-operations-wrapper .image-nav-arrow.disabled{display:none}.ant-image-preview-operations-wrapper .toolbar-wrapper{padding:6px 40px;background:#141414;border-radius:100px}.ant-image-preview-operations-wrapper .toolbar-wrapper .toolbar-wrapper-icon{width:48px;height:48px;display:flex;flex-direction:row;align-items:center;justify-content:center;cursor:pointer;border-radius:100%}.ant-image-preview-operations-wrapper .toolbar-wrapper .toolbar-wrapper-icon:hover{background:rgba(182,186,195,.1)}.ant-image-preview-operations-wrapper .toolbar-wrapper .toolbar-wrapper-icon.disabled{pointer-events:none}.ant-image-preview-operations-wrapper .toolbar-wrapper .toolbar-wrapper-icon.disabled svg{color:hsla(0,0%,100%,.3)}.ant-image-preview-operations-wrapper .toolbar-wrapper svg{font-size:24px;color:#fff}.download-list .ant-popover-inner{border-radius:8px !important;padding:8px !important}.download-list-wrap-browser{border-radius:6px;height:32px;line-height:32px;font-weight:400;font-size:13px;letter-spacing:0;color:#1b1f35;text-align:center;padding:0 12px;cursor:pointer}.download-list-wrap-browser:hover{background-color:rgba(182,186,195,.1019607843)}
.hmessage-container{position:fixed;top:24px;left:50%;transform:translateX(-50%);z-index:6010;display:flex;flex-direction:column;align-items:flex-start;gap:8px;pointer-events:none;width:auto;max-width:calc(100vw - 20px)}.hmessage-item{display:flex;align-items:center;padding:12px 16px;border-radius:36px;box-shadow:0 2px 8px rgba(0,0,0,.15);background-color:#fff;animation:hmessage-fade-in .3s ease-out;pointer-events:auto;transition:all .3s ease-out;width:fit-content;max-width:calc(100vw - 20px);word-wrap:break-word;white-space:normal}.hmessage-item:hover{box-shadow:0 4px 12px rgba(0,0,0,.15)}.hmessage-item.hmessage-fading{opacity:0;transform:translateY(-10px)}.hmessage-item.hmessage-success .hmessage-icon{color:#52c41a}.hmessage-item.hmessage-error .hmessage-icon{color:#f5222d}.hmessage-item.hmessage-info .hmessage-icon{color:#1890ff}.hmessage-item.hmessage-warning .hmessage-icon{color:#faad14}.hmessage-item.hmessage-loading .hmessage-icon{color:#1890ff;animation:hmessage-spin 1s linear infinite}.hmessage-icon{font-size:16px;margin-right:8px;line-height:1;font-weight:bold}.hmessage-content{flex:1;font-size:14px;line-height:1.5;color:rgba(0,0,0,.85);word-wrap:break-word;white-space:normal;overflow-wrap:break-word;width:max-content;text-align:center}@keyframes hmessage-spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}.hmessage-close{background:none;border:none;font-size:16px;line-height:1;color:#999;cursor:pointer;padding:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center;border-radius:2px;transition:all .3s;opacity:0;visibility:hidden}.hmessage-item:hover .hmessage-close{opacity:1;visibility:visible}.hmessage-close:hover{background-color:rgba(0,0,0,.05);color:#666}@keyframes hmessage-fade-in{from{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes hmessage-fade-out{from{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-10px)}}
.hbutton-primary,.hbutton-default{border-radius:6px !important;padding:10px 16px !important}.hbutton{display:inline-flex;align-items:center;justify-content:center;font-size:14px;font-weight:400;height:36px;padding:10px 16px;border:1px solid rgba(0,0,0,0);border-radius:6px;cursor:pointer;transition:all .3s cubic-bezier(0.645, 0.045, 0.355, 1);position:relative;white-space:nowrap;user-select:none;box-sizing:border-box;box-shadow:none;gap:4px;font-family:-apple-system,"PingFang SC","PingFang TC","PingFang HK","Microsoft Yahei",system-ui,"Segoe UI",Roboto,Ubuntu,Cantarell,"Noto Sans",sans-serif,BlinkMacSystemFont,"Helvetica Neue",Arial,"Microsoft JhengHei"}.hbutton::before{display:none !important}.hbutton .icon{font-size:16px !important}.hbutton-primary{background-color:var(--mfy-color-dominant, #3c80ff);color:#fff;border-color:var(--mfy-color-dominant, #3c80ff)}.hbutton-primary:hover:not(:disabled):not(.hbutton-loading){background-color:var(--mfy-color-dominant-hover, #4096ff);border-color:var(--mfy-color-dominant-hover, #4096ff)}.hbutton-primary:active:not(:disabled):not(.hbutton-loading){background-color:var(--mfy-color-dominant-click, #0958d9);border-color:var(--mfy-color-dominant-click, #0958d9)}.hbutton-primary:disabled{cursor:not-allowed;border-color:var(--mfy-color-dominant-disabled, #91caff) !important;background:var(--mfy-color-dominant-disabled, #91caff) !important;color:var(--mfy-color-text-fff, #fff) !important;box-shadow:none}.hbutton-default{background-color:#fff;color:var(--mfy-color-text-default, rgba(0, 0, 0, 0.88));border-color:#e5e6eb}.hbutton-default:hover:not(:disabled):not(.hbutton-loading){border-color:#e5e6eb;background:rgba(182,186,195,.1)}.hbutton-default:active:not(:disabled):not(.hbutton-loading){color:var(--mfy-color-text-click, rgba(0, 0, 0, 0.88));border-color:var(--mfy-color-border-default, #e5e6eb);background:rgba(182,186,195,.15)}.hbutton-default:disabled{color:#d1d3e0 !important;border-color:#f4f5fa !important;background:#fff !important;cursor:not-allowed}.hbutton-cancel{background-color:#fff;color:var(--mfy-color-text-default, rgba(0, 0, 0, 0.88));border-color:#e5e6eb}.hbutton-cancel:hover:not(:disabled):not(.hbutton-loading){border-color:var(--mfy-color-dominant, #3c80ff);color:var(--mfy-color-dominant, #3c80ff)}.hbutton-cancel:active:not(:disabled):not(.hbutton-loading){color:var(--mfy-color-text-click, rgba(0, 0, 0, 0.88));border-color:var(--mfy-color-border-default, #e5e6eb);background:rgba(182,186,195,.15)}.hbutton-cancel:disabled{color:#d1d3e0 !important;border-color:#f4f5fa !important;background:#fff !important;cursor:not-allowed}.hbutton-dashed{background-color:#fff;color:var(--mfy-color-text-default, rgba(0, 0, 0, 0.88));border-color:#d9d9d9;border-style:dashed}.hbutton-dashed:hover:not(:disabled):not(.hbutton-loading){border-color:var(--mfy-color-dominant, #3c80ff);color:var(--mfy-color-dominant, #3c80ff)}.hbutton-dashed:active:not(:disabled):not(.hbutton-loading){background:rgba(182,186,195,.15);border-color:#e5e6eb;color:#1b1f35}.hbutton-dashed:disabled{color:#d1d3e0 !important;border-color:#f4f5fa !important;background:#fff !important;cursor:not-allowed}.hbutton-text{background-color:rgba(0,0,0,0);color:var(--mfy-color-dominant, #3c80ff);border-color:rgba(0,0,0,0);height:auto;padding:4px 8px}.hbutton-text:hover:not(:disabled):not(.hbutton-loading){color:var(--mfy-color-dominant-hover, #4096ff)}.hbutton-text:active:not(:disabled):not(.hbutton-loading){color:var(--mfy-color-dominant-click, #0958d9)}.hbutton-text:disabled{color:rgba(0,0,0,.25);cursor:not-allowed}.hbutton-link{background-color:rgba(0,0,0,0);color:var(--mfy-color-dominant, #3c80ff);border-color:rgba(0,0,0,0);height:auto;padding:4px 4px;text-decoration:none}.hbutton-link:hover:not(:disabled):not(.hbutton-loading){color:var(--mfy-color-dominant-hover, #4096ff)}.hbutton-link:active:not(:disabled):not(.hbutton-loading){color:var(--mfy-color-dominant-click, #0958d9)}.hbutton-link:disabled{color:rgba(0,0,0,.25);cursor:not-allowed}.hbutton-small:not(.hbutton-text):not(.hbutton-link){font-size:12px;height:28px;padding:4px 12px;border-radius:4px}.hbutton-middle:not(.hbutton-text):not(.hbutton-link){height:36px;padding:10px 16px}.hbutton-large:not(.hbutton-text):not(.hbutton-link){font-size:16px;height:48px;padding:14px 20px;border-radius:8px}.hbutton-block{display:flex;width:100%;justify-content:center}.hbutton-danger.hbutton-primary{background-color:var(--mfy-color-error, #ff4d4f);border-color:var(--mfy-color-error, #ff4d4f);color:#fff}.hbutton-danger.hbutton-primary:hover:not(:disabled){background-color:#ff7875;border-color:#ff7875}.hbutton-danger.hbutton-primary:active:not(:disabled){background-color:#d9363e;border-color:#d9363e}.hbutton-danger.hbutton-primary:disabled{background:var(--mfy-color-error-disabled, #ffa39e) !important;border-color:var(--mfy-color-error-disabled, #ffa39e) !important;color:#fff !important}.hbutton-danger.hbutton-default,.hbutton-danger.hbutton-cancel{color:var(--mfy-color-error, #ff4d4f);border-color:var(--mfy-color-error, #ff4d4f)}.hbutton-danger.hbutton-default:hover:not(:disabled),.hbutton-danger.hbutton-cancel:hover:not(:disabled){color:#ff7875;border-color:#ff7875}.hbutton-danger.hbutton-text,.hbutton-danger.hbutton-link{color:var(--mfy-color-error, #ff4d4f)}.hbutton-danger.hbutton-text:hover:not(:disabled),.hbutton-danger.hbutton-link:hover:not(:disabled){color:#ff7875}.hbutton-ghost{background-color:rgba(0,0,0,0) !important}.hbutton-ghost.hbutton-primary{color:var(--mfy-color-dominant, #3c80ff);border-color:var(--mfy-color-dominant, #3c80ff)}.hbutton-ghost.hbutton-default{color:hsla(0,0%,100%,.85);border-color:hsla(0,0%,100%,.35)}.hbutton-shape-circle{border-radius:50%;padding:0}.hbutton-shape-circle.hbutton-small{width:28px;height:28px}.hbutton-shape-circle.hbutton-middle{width:36px;height:36px}.hbutton-shape-circle.hbutton-large{width:48px;height:48px}.hbutton-shape-round{border-radius:100px}.hbutton-icon-only{padding:0}.hbutton-icon-only.hbutton-small{width:28px}.hbutton-icon-only.hbutton-middle{width:36px}.hbutton-icon-only.hbutton-large{width:48px}.hbutton .hbutton-icon,.hbutton .hbutton-loading-icon{display:inline-flex;align-items:center;vertical-align:middle}.hbutton .hbutton-icon svg,.hbutton .hbutton-loading-icon svg{font-size:16px;vertical-align:baseline}.hbutton:focus{outline:none;box-shadow:0 0 0 2px rgba(5,145,255,.1)}.hbutton:disabled{pointer-events:none}
.hmodal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:flex-start;justify-content:center;z-index:1000;overflow:auto}.hmodal-overlay.hmodal-centered{align-items:center}.hmodal-overlay.hmodal-centered .hmodal-overlay-container{align-items:center;min-height:100%}.hmodal-overlay.hmodal-centered .hmodal{top:0}.hmodal-mask{position:absolute;top:0;right:0;bottom:0;left:0;animation:hmodal-fade-in .3s}.hmodal-overlay-container{overflow:auto;flex-direction:column;align-items:center;justify-content:center;outline:0;-webkit-overflow-scrolling:touch;position:fixed;top:0;right:0;bottom:0;left:0;animation:hmodal-fade-in .3s;background-color:rgba(0,0,0,.45)}.hmodal{position:relative;top:-50px;width:520px;margin:0 auto;padding:24px;background-color:#fff;border-radius:20px;box-shadow:0 10px 30px rgba(0,0,0,.15);animation:hmodal-slide-up .3s cubic-bezier(0.16, 1, 0.3, 1);transition:all .3s ease;font-size:14px;line-height:1.5;font-family:-apple-system,"PingFang SC","PingFang TC","PingFang HK","Microsoft Yahei",system-ui,"Segoe UI",Roboto,Ubuntu,Cantarell,"Noto Sans",sans-serif,BlinkMacSystemFont,"Helvetica Neue",Arial,"Microsoft JhengHei"}.hmodal-header{margin-bottom:20px;display:flex;align-items:center;justify-content:space-between}.hmodal-title{width:100%;margin:0;font-size:16px;font-weight:500;color:rgba(0,0,0,.85)}.hmodal-close{position:absolute;top:16px;right:24px;background:rgba(0,0,0,0);border:none;font-size:16px;cursor:pointer;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .3s}.hmodal-close:hover{background-color:rgba(0,0,0,.05)}.hmodal-body{flex:1;overflow:auto;font-size:14px;line-height:1.5}.hmodal-footer{margin-top:24px;display:flex;align-items:center;justify-content:flex-end;gap:12px}.hmodal-btn{padding:8px 20px;font-size:14px;border-radius:8px;border:1px solid #d9d9d9;cursor:pointer;transition:all .3s ease;font-weight:500}.hmodal-btn-cancel{background-color:#fff;color:rgba(0,0,0,.65)}.hmodal-btn-cancel:hover{border-color:#40a9ff;color:#40a9ff;box-shadow:0 2px 8px rgba(64,169,255,.15)}.hmodal-btn-primary{background-color:#1890ff;color:#fff;border-color:#1890ff}.hmodal-btn-primary:hover{background-color:#40a9ff;border-color:#40a9ff;box-shadow:0 4px 12px rgba(64,169,255,.3)}@keyframes hmodal-fade-in{from{opacity:0}to{opacity:1}}@keyframes hmodal-slide-up{from{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@media(max-width: 768px){.hmodal{width:90vw !important;margin:0 10px;padding:20px;top:-50px !important}.hmodal-info{top:-50px !important;padding:24px}.hmodal-header{margin-bottom:16px}.hmodal-title{font-size:16px}.hmodal-footer{margin-top:20px;gap:12px}.hmodal-footer button{width:100%}}
.toast-wrapper{position:fixed;left:0;top:0;height:100vh;width:100vw;z-index:999999999;display:flex;justify-content:center}.toast-wrapper .toast{padding:12px;font-weight:400;font-size:15px;line-height:21px;border:1px solid hsla(0,0%,100%,.12);border-radius:8px;color:#fff;background:rgba(0,0,0,.75);text-align:center;animation-name:_scale_in;animation-duration:.3s;animation-timing-function:ease;animation-fill-mode:forwards;max-width:90vw;max-height:90vh;overflow-y:auto}@keyframes _scale_in{0%{transform:scale(0)}100%{transform:scale(1)}}@keyframes _scale_out{0%{transform:scale(1)}100%{transform:scale(0)}}
.htooltip-trigger{display:inline-block}.htooltip.htooltip-root{position:absolute;z-index:10060;max-width:250px;pointer-events:none;opacity:0;transform:scale(0.8);transition:opacity .15s cubic-bezier(0.215, 0.61, 0.355, 1),transform .15s cubic-bezier(0.215, 0.61, 0.355, 1)}.htooltip.htooltip-root.htooltip-visible{opacity:1;transform:scale(1);pointer-events:auto}.htooltip.htooltip-root.htooltip-closing{opacity:0;transform:scale(0.8);pointer-events:none}.htooltip-content-wrap{position:relative}.htooltip-arrow{position:absolute;z-index:-1;display:block;border:none;background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.4)}.htooltip-inner{min-width:28px;min-height:32px;padding:8px 11px;color:#fff;text-align:left;text-decoration:none;word-wrap:break-word;background-color:hsla(0,0%,100%,.15);border-radius:6px;box-shadow:0 6px 16px 0 rgba(0,0,0,.08),0 3px 6px -4px rgba(0,0,0,.12),0 9px 28px 8px rgba(0,0,0,.05);font-size:12px;line-height:1.5;font-family:-apple-system,"PingFang SC","PingFang TC","PingFang HK","Microsoft Yahei",system-ui,"Segoe UI",Roboto,Ubuntu,Cantarell,"Noto Sans",sans-serif,BlinkMacSystemFont,"Helvetica Neue",Arial,"Microsoft JhengHei"}.mfy-tooltip-popup .htooltip-inner,.mfy-tooltip-popup.htooltip .htooltip-inner{background:#fff !important;color:#000 !important;box-shadow:0 4px 20px 0 rgba(0,0,0,.1) !important;border-radius:6px !important}.mfy-tooltip-popup .htooltip-arrow,.mfy-tooltip-popup.htooltip .htooltip-arrow{background:#fff !important}.app-header-right-tool .htooltip-arrow{display:none}.app-header-right-tool .htooltip-inner{display:flex;align-items:center;justify-content:center;width:110px;height:42px;background:#fff;box-shadow:0 4px 20px 0 rgba(0,0,0,.06);border-radius:8px;font-weight:400;font-size:14px;color:#1b1f35}
.hqrcode-container{position:relative;display:inline-block;width:100%;height:100%}.hqrcode-bordered{border:1px solid #f0f0f0;border-radius:2px;padding:8px}.hqrcode-canvas,.hqrcode-svg{display:block;width:100%;height:100%;object-fit:contain}.hqrcode-loading{position:absolute;top:0;left:0;right:0;bottom:0;background-color:hsla(0,0%,100%,.8);display:flex;align-items:center;justify-content:center;z-index:1}.hqrcode-loading-spinner{width:20px;height:20px;border:2px solid #f3f3f3;border-top:2px solid #1890ff;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.hqrcode-expired,.hqrcode-scanned{position:relative}.hqrcode-expired::after,.hqrcode-scanned::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-color:hsla(0,0%,100%,.8);display:flex;align-items:center;justify-content:center;font-size:14px;color:#999}.hqrcode-expired::after{content:"二维码已过期"}.hqrcode-scanned::after{content:"已扫描"}
.icon{width:1em;height:1em;fill:currentcolor;overflow:hidden;font-size:18px;color:#090d19}
.login-modal{z-index:5000;position:relative;overflow:visible !important}.login-modal.login-modal-phone{width:362px !important;padding:0}.login-modal.login-modal-phone.screen-sm .download-msgInfo-phone__footer--title{font-size:12px !important}.login-modal.login-modal-phone.screen-sm .download-msgInfo-phone__footer--byte{font-size:14px !important}.login-modal.login-modal-phone.screen-sm .download-msgInfo-phone__footer--button{margin-left:2px !important;font-size:12px}.login-modal{width:390px !important}.login-modal .login-footer-240828{display:flex;justify-content:space-between;font-weight:400;font-size:14px;color:var(--mfy-color-primary);line-height:16px;margin-top:20px}.login-modal .login-footer-240828 .pointer-text{cursor:pointer}.login-modal .hmodal-close{right:10px}.login-modal .hmodal-header{padding:16px 32px 0 32px;border-radius:16px !important;border-bottom:0}.login-modal.login-modal-phone{width:348px !important}.login-modal.login-modal-phone .hmodal-header{padding:16px 24px 0 24px;border-radius:16px !important}.login-modal.login-modal-phone .hmodal-close{top:18px !important;right:24px !important}.login-modal.login-modal-web{top:-100px;padding:0}.login-modal .hmodal-content{border-radius:16px !important;padding:0 !important}.login-modal .hmodal-content .hmodal-body{padding:0}.login-modal .hmodal-content .hmodal-body .ant-col-16{max-width:100%}.login-modal .hmodal-content .hmodal-body .ant-col-offset-8{margin-left:0}.login-modal .ant-tabs-ink-bar-animated{width:0 !important}.login-modal .ant-tabs-tab-btn{font-size:14px;font-weight:normal;color:#3a4056}.login-modal .ant-tabs-tab-btn:hover{font-size:14px;font-weight:normal;color:var(--mfy-color-primary)}.login-modal .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn{font-size:14px;font-weight:normal;color:var(--mfy-color-primary)}.login-modal .ant-form-item-control-input-content>.ant-input{height:40px;background:#fff;border-radius:6px 6px 6px 6px;opacity:1;border:1px solid #d9d9d9}.login-modal .ant-form-item-control-input-content>.ant-input:focus,.login-modal .ant-input-focused,.login-modal .ant-input:hover{border:1px solid var(--mfy-color-primary)}.login-modal .ant-input-affix-wrapper{height:40px;background:#fff;border-radius:6px 6px 6px 6px;opacity:1;border:1px solid #d9d9d9}.login-modal .ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover{border:1px solid var(--mfy-color-primary)}.login-modal .ant-input-affix-wrapper:focus,.login-modal .ant-input-affix-wrapper-focused{border:1px solid var(--mfy-color-primary)}.login-modal .ant-checkbox-checked .ant-checkbox-inner{background-color:var(--mfy-color-primary)}.login-modal .ant-form-item-has-error :not(.ant-input-disabled).ant-input,.login-modal .ant-form-item-has-error :not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper,.login-modal .ant-form-item-has-error :not(.ant-input-disabled).ant-input:hover,.login-modal .ant-form-item-has-error :not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper:hover{border-color:#ff4d4f}.login-modal .ant-input-affix-wrapper>.ant-input:hover{border:none !important;box-shadow:none !important}.login-modal .ant-input-affix-wrapper>.ant-input{border:none !important;box-shadow:none !important}.login-modal .ant-input-affix-wrapper>.ant-input:focus{border:none !important;box-shadow:none !important}.login-modal .ant-input-affix-wrapper>.ant-input-focused{border:none !important;box-shadow:none !important}.login-modal .ant-form-item-explain.ant-form-item-explain-error{margin-left:16px}.login-modal .ant-tabs>.ant-tabs-nav .ant-tabs-nav-list,.login-modal .ant-tabs>div>.ant-tabs-nav .ant-tabs-nav-list{cursor:default}.login-modal .ant-tabs-large>.ant-tabs-nav .ant-tabs-tab{cursor:pointer}.login-modal .ant-card-hoverable:hover{border-color:unset;box-shadow:none}.login-modal .ant-card-bordered{border:none}.login-modal .ant-card .ant-tabs-tab{width:33.333%;text-align:center;display:block;margin-left:0;border-bottom:0;height:100%;line-height:14px}.login-modal .ant-card .ant-card-head{position:relative;padding:0;border-bottom:0}.login-modal .ant-card .ant-tabs-nav{margin-bottom:0}.login-modal .ant-card .ant-tabs-nav::before{content:none}.login-modal .ant-card .ant-tabs-nav-list{height:47px;align-items:center}.login-modal .ant-checkbox+span{padding-right:0;font-size:13px}.login-modal .hmodal-title{font-size:14px;color:#3a4056}.login-modal .login-modal-loginBtn{height:40px;background:var(--mfy-color-primary);border-radius:6px 6px 6px 6px;font-size:14px;font-family:Microsoft YaHei-Regular,Microsoft YaHei,sans-serif;font-weight:400;color:#fff;text-align:center;width:100%}.login-modal .loginModal-typeBtn{display:flex;justify-content:space-between;font-size:14px;font-family:Microsoft YaHei-Regular,Microsoft YaHei,sans-serif;font-weight:400;color:var(--mfy-color-primary);line-height:16px;height:16px}.login-modal .loginModal-typeBtn.single-btn{justify-content:center}.login-modal .loginModal-typeBtn .loginModal-typeBtn-btn{cursor:pointer}.login-modal .download-msg-info{color:#3a4056;font-size:14px}.login-modal .download-msg-info span{display:flex;align-items:center}.login-modal .download-msg-info{display:flex;justify-content:center;flex-direction:column;align-items:center}.login-modal .download-msg-info.download-msg-info-phone{font-size:12px;color:#3a4056}.login-modal .download-msgInfo{display:flex;flex-direction:column;width:100%;border-radius:16px;position:relative}.login-modal .download-msgInfo__afterSale{height:18px;line-height:16px;border-radius:27px 0 0 27px;display:flex;flex-direction:row;align-items:center;top:64px;font-size:14px;color:var(--mfy-color-primary);cursor:pointer;margin-top:6px}.login-modal .download-msgInfo__afterSale--icon{width:16px;height:16px}.login-modal .download-msgInfo .download-pay-title{color:#3a4056;font-size:14px;line-height:24px;margin-bottom:12px}.login-modal .download-msgInfo .download-pay-content{display:flex;flex-direction:row;align-items:center;position:relative;padding:16px 12px 16px 12px;border-radius:12px;background:linear-gradient(280deg, #FFF -2.48%, #EBF1FF 99.13%);box-shadow:4px 4px 12px 0 rgba(216,218,238,.49)}.login-modal .download-msgInfo .download-pay-content__pay{display:flex;flex-direction:column;align-items:center;margin-top:8px;width:100%}.login-modal .download-msgInfo .download-pay-content__pay--btn{width:298px;border-radius:6px;background:var(--mfy-color-primary);height:40px;font-weight:400;font-size:14px;color:#fff;line-height:40px;margin-bottom:16px;cursor:pointer;text-align:center}.login-modal .download-msgInfo .download-pay-content__pay--customer{display:flex;flex-direction:row;align-items:center;font-weight:400;font-size:14px;color:#7b808f;line-height:16px}.login-modal .download-msgInfo .download-pay-content__pay--customer__link{font-weight:400;font-size:14px;color:var(--mfy-color-primary);line-height:16px;margin-left:8px;cursor:pointer}.login-modal .download-msgInfo .download-pay-content__pay--customer__icon{width:16px;height:16px;cursor:pointer}.login-modal .download-msgInfo .download-pay-content__qrcode{width:124px;height:124px;background:#fff;border-radius:8px;position:relative}.login-modal .download-msgInfo .download-pay-content__qrcode .hqrcode-container{width:100% !important;height:100% !important;padding:7px;border-radius:8px;border:1px solid rgba(0,3,22,.33)}.login-modal .download-msgInfo .download-pay-content__qrcode canvas{width:100% !important;height:100% !important}.login-modal .download-msgInfo .download-pay-content__desc{flex:1;display:flex;flex-direction:column;justify-content:center;height:100%;padding-left:10px}.login-modal .download-msgInfo .download-pay-content__desc.phone-desc{padding-left:0}.login-modal .download-msgInfo .download-pay-content__desc.phone-desc .download-pay-content__desc--desc{font-size:23px}.login-modal .download-msgInfo .download-pay-content__desc--title{color:var(--mfy-color-primary);font-size:18px;font-weight:bold}.login-modal .download-msgInfo .download-pay-content__desc--desc{color:var(--mfy-color-primary);font-size:26px;font-weight:bold}.login-modal .download-msgInfo .download-pay-content__invalid{width:124px;height:124px;padding:7px;border-radius:8px;border:1px solid #f4f4f4;position:absolute;left:0;top:0;background:#fff;display:flex;flex-direction:row;align-items:center;justify-content:center;cursor:pointer}.login-modal .download-msgInfo .download-pay-content__invalid img{width:100%;height:100%}.login-modal .download-msgInfo .download-pay-content__invalid span{position:absolute;left:50%;top:50%;margin-top:-7px;margin-left:-7px}.login-modal .download-msgInfo .download-pay-content__btn{font-size:22px;font-weight:bold}.login-modal .download-msgInfo .download-pay-content__btn .ant-btn{font-size:18px;font-weight:bold;line-height:22px}.login-modal .download-msgInfo .download-pay-content__success{font-weight:400;font-size:12px;color:#ff6c6c;line-height:14px;margin-top:11px}.login-modal .download-msgInfo .download-pay-footer{display:flex;flex-direction:row;align-items:center;justify-content:space-between;background:url(https://statics.123pan.com/img/base_price.png) no-repeat center;background-size:cover;height:46px;border-top-left-radius:16px;border-top-right-radius:16px}.login-modal .download-msgInfo .download-pay-footer__left{display:flex;flex-direction:row;align-items:center;justify-content:center;width:60%}.login-modal .download-msgInfo .download-pay-footer__left--title{color:#fff;font-size:14px;margin-right:6px}.login-modal .download-msgInfo .download-pay-footer__left--byte{font-size:20px;color:#fff;font-weight:bold;font-family:var(--mfy-font-family-din),"Microsoft YaHei",system-ui,-apple-system,sans-serif}.login-modal .download-msgInfo .download-pay-footer__right{display:flex;flex-direction:row;justify-content:center;width:40%;align-items:center}.login-modal .download-msgInfo .download-pay-footer__right--price{font-size:14px;color:#9ba0ad;line-height:24px;display:flex;flex-direction:row;justify-content:center}.login-modal .download-msgInfo .download-pay-footer__right--price .icon{margin-top:3px}.login-modal .download-msgInfo .download-pay-footer__right--prefix{color:#ff4040;font-size:18px;font-weight:bold}.login-modal .download-msgInfo .download-pay-footer__right--mount{color:#ff4040;font-size:20px;font-family:var(--mfy-font-family-din),"Microsoft YaHei",system-ui,-apple-system,sans-serif}.login-modal .download-pay-content-bg-wrap{margin:0 20px;background:#fff}.login-modal .download-msgInfo-phone{width:100%;padding-top:16px;position:relative;background:linear-gradient(312deg, #FFFFFF 0%, #EBF1FF 100%);border-radius:12px;box-shadow:4px 4px 12px 0 rgba(216,218,238,.49);overflow:hidden}.login-modal .download-msgInfo-phone .ant-btn-primary[disabled]{background:var(--mfy-color-primary);color:#fff;opacity:.5}.login-modal .download-msgInfo-phone__afterSale{height:25px;line-height:25px;display:flex;flex-direction:row;align-items:center;font-size:12px;color:var(--mfy-color-primary);cursor:pointer;position:absolute;border-radius:0 16px 0 20px;background-color:#fff;padding-left:12px;right:0;top:0}.login-modal .download-msgInfo-phone__afterSale--icon{width:16px;height:16px}.login-modal .download-msgInfo-phone__content{display:flex;flex-direction:row;align-items:center;justify-content:center;font-size:20px;color:var(--mfy-color-primary);line-height:36px;font-weight:bold;padding-bottom:6px}.login-modal .download-msgInfo-phone__success{display:flex;flex-direction:row;align-items:center;justify-content:center;font-weight:400;font-size:12px;color:#ff6c6c;line-height:16px;margin-bottom:14px}.login-modal .download-msgInfo-phone__pay{margin-top:-2px;display:flex;flex-direction:column;align-items:center;width:100%;margin-bottom:24px}.login-modal .download-msgInfo-phone__pay--btn{width:291px;border-radius:6px;height:40px;text-align:center;background:var(--mfy-color-primary);line-height:40px;font-weight:400;font-size:14px;color:#fff;margin-bottom:16px;cursor:pointer}.login-modal .download-msgInfo-phone__pay--customer{display:flex;flex-direction:row;align-items:center;font-weight:400;font-size:14px;color:#7b808f;line-height:16px}.login-modal .download-msgInfo-phone__pay--customer__link{font-weight:400;font-size:14px;color:var(--mfy-color-primary);line-height:16px;margin-left:8px;cursor:pointer}.login-modal .download-msgInfo-phone__pay--customer__icon{width:16px;height:16px;cursor:pointer}.login-modal .download-msgInfo-phone__footer{display:flex;flex-direction:row;align-items:center;justify-content:space-between;height:56px;background:linear-gradient(100deg, #E1EAFF -3.69%, rgba(225, 234, 255, 0.18) 101.18%);padding:0 10px}.login-modal .download-msgInfo-phone__footer--left{display:flex;flex-direction:row;align-items:center}.login-modal .download-msgInfo-phone__footer--price{display:flex;flex-direction:row;align-items:center}.login-modal .download-msgInfo-phone__footer--title{color:var(--mfy-color-primary);font-size:14px;margin-right:4px;white-space:nowrap}.login-modal .download-msgInfo-phone__footer--byte{color:var(--mfy-color-primary);font-size:16px;font-weight:bold;font-family:var(--mfy-font-family-din),"Microsoft YaHei",system-ui,-apple-system,sans-serif;line-height:23px;white-space:nowrap}.login-modal .download-msgInfo-phone__footer--button{padding-left:12px !important;padding-right:12px !important;height:38px;font-size:14px;display:flex;flex-direction:row;align-items:center;gap:0;line-height:24px;background:var(--mfy-color-primary) !important}.login-modal .download-msgInfo-phone__footer--prefix{font-size:17px;font-family:var(--mfy-font-family-din),"Microsoft YaHei",system-ui,-apple-system,sans-serif;font-weight:bold;line-height:22px}.login-modal .download-msgInfo-phone__footer--mount{font-size:20px;font-family:var(--mfy-font-family-din),"Microsoft YaHei",system-ui,-apple-system,sans-serif;font-weight:bold;line-height:24px}.login-modal .loginModal-content{padding:16px 24px 16px 24px}.login-modal .loginModal-content.downloadLogin-content{padding:32px 24px 24px}.login-modal .loginModal-content .download-msg-info{margin-bottom:25px;margin-top:15px}.login-modal .loginModal-content .download-msg-info-phone{margin-bottom:20px}.login-modal .loginModal-content.phone{padding:40px 14px 24px}.login-modal .loginModal-content.phone .need-login-title{font-size:18px}.login-modal .loginModal-content .need-login-title{font-size:20px;color:#3c80ff;line-height:23px;font-weight:bold}.login-modal .loginModal-footer{display:flex;width:100%;align-items:center}.login-modal .loginModal-footer.payment-footer{left:0;top:100%;border-radius:16px}.login-modal .loginModal-footer .loginModal-footer-typeBtn{display:flex;line-height:26px;font-size:14px;font-family:Microsoft YaHei-Regular,Microsoft YaHei,sans-serif;font-weight:400;color:var(--mfy-color-primary);cursor:pointer;z-index:10}.login-modal .loginModal-footer .loginModal-footer-typeBtn .loginModal-footer-iconX{width:26px;height:26px;background:#fff;border-radius:13px;margin-right:6px;text-align:center;line-height:26px}.login-modal .loginModal-takeCode{color:var(--mfy-color-primary);position:absolute;right:0;top:5px}.login-modal .loginModal-takeCode1{color:#b8bbc4}.login-modal .loginModal-check .ant-form-item-control-input{min-height:16px}@media screen and (max-width: 900px){.login-modal .loginModal-check{font-size:12px}.login-modal .loginModal-check .ant-checkbox-wrapper{font-size:12px}.login-modal .loginModal-weChart-typeBtn{display:none !important}}.login-modal .loginModal-footer-toLoginBtn{margin:0 auto;text-align:center;font-size:14px;line-height:16px;padding-bottom:24px;cursor:pointer;color:var(--mfy-color-primary);width:130px}.login-modal .pr{position:relative}.login-modal .theme-Color{color:var(--mfy-color-primary);cursor:pointer}.traffic-closed-modal-tooltip.ant-tooltip-placement-topLeft .ant-tooltip-arrow{left:10px}.limit-video-modal .hmodal-content{border-radius:16px !important;overflow:hidden;padding:20px 24px 24px 24px !important}.limit-video-modal .hmodal-body{display:flex;align-items:center;flex-direction:column;justify-content:center}.limit-video-modal .hmodal-body .txt{font-weight:400;font-size:14px;color:#3a4056;line-height:24px}.limit-video-modal .hmodal-body .btn{width:180px;height:36px;background:#597dfc;border-radius:6px 6px 6px 6px;cursor:pointer;display:flex;justify-content:center;align-items:center;color:#fff}.limit-video-modal{padding:0}
.modal-mask-h5{position:fixed;width:100%;height:100%;top:0;bottom:0;left:0;right:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background:rgba(0,0,0,.6);z-index:9999999999}.modal-mask-h5 .modal-window{width:80%;background:linear-gradient(180deg, #E9EEFF 0%, #FFFFFF 100%);border-radius:8px;position:relative}.modal-mask-h5 .modal-window.web-modal-window{width:500px}.modal-mask-h5 .modal-window .modal-content{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:25px 20px}.modal-mask-h5 .modal-window .modal-content .modal-header-h5 .modal-title{color:#3a4056;font-size:16px;font-weight:600}.modal-mask-h5 .modal-window .modal-content .modal-header-h5 .modal-closeIcon{position:absolute;top:15px;right:15px;color:#7b808f}.modal-mask-h5 .modal-window .modal-content .modal-body{margin-top:20px}.modal-mask-h5 .modal-window .modal-footer{background:#f0f3fa;display:flex;justify-content:space-around;align-items:center;height:50px;border-radius:0 0 8px 8px}.modal-mask-h5 .modal-window .modal-footer .modal-cancel{color:#7b808f;width:49%;text-align:center}.modal-mask-h5 .modal-window .modal-footer .modal-cancel.cancel-active{color:#3c80ff !important}.modal-mask-h5 .modal-window .modal-footer .modal-footer-split{width:1px;height:18px;background:#d9d9d9}.modal-mask-h5 .modal-window .modal-footer .modal-ok{color:#3c80ff;width:49%;text-align:center}.modal-mask-h5 .closeTimer{width:126px;height:44px;background:rgba(0,0,0,.75);border-radius:26px 26px 26px 26px;border:1px solid hsla(0,0%,100%,.12);color:#fff;margin-top:24px;font-size:12px;font-weight:400;line-height:40px;text-align:center}
.appBottomBtn{width:100%;display:flex;flex-direction:row;justify-content:space-between;box-shadow:0 -4px 10px 0 rgba(89,125,252,.1);height:60px;background:#fff;padding:12px 32px}.appBottomBtn .appBottomBtnNew{display:flex;align-items:center;justify-content:center;font-weight:400;font-size:14px;color:#fff;line-height:22px;height:36px;background:#3c80ff;text-align:center;border-radius:10px;flex:1;min-width:0}.appBottomBtn .appBottomBtnNew:last-child{margin-left:32px}.appBottomBtn .appBottomBtnNew .icon{margin-right:4px;font-size:22px;color:#fff}.appBottomBtn .appBottomBtnNew:last-child{margin-right:0}
.textWrapper{display:flex;justify-content:center;align-items:center;color:#999}.prefix{background:#999;width:15px;height:1px;margin-right:5px}.suffix{background:#999;width:15px;height:1px;margin-left:5px}.system-directory{padding:2px 6px;border-radius:4px;background:#f4f4f4;font-size:12px;color:#7b808f;line-height:14px;margin-left:10px}.move-file-modal .hmodal{margin:0 auto !important;padding-bottom:0 !important}
.FileList-CleanNet-cleanNet{width:100%}.FileList-CleanNet-cleanNet.web{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:12px;height:100%}.FileList-CleanNet-cleanNet.web .FileList-CleanNet-cleanNet-container{backdrop-filter:blur(16px);display:flex;flex-direction:row;align-items:center;background:hsla(0,0%,100%,.8);border-radius:6px;padding:4px 12px}.FileList-CleanNet-cleanNet.web span{font-weight:400;font-size:12px;line-height:20px;letter-spacing:0;color:#878999}.FileList-CleanNet-cleanNet.web .FileList-CleanNet-link{cursor:pointer;height:20px;display:flex;flex-direction:row;align-items:center;margin-left:12px}.FileList-CleanNet-cleanNet.web .FileList-CleanNet-link:hover .FileList-CleanNet-text{color:#3c80ff}.FileList-CleanNet-cleanNet.web .FileList-CleanNet-link:hover .FileList-CleanNet-icon{color:#3c80ff}.FileList-CleanNet-cleanNet.web .FileList-CleanNet-link:active .FileList-CleanNet-text{color:#2961d9}.FileList-CleanNet-cleanNet.web .FileList-CleanNet-link:active .FileList-CleanNet-icon{color:#2961d9}.FileList-CleanNet-cleanNet.web .FileList-CleanNet-text{display:inline-block;font-weight:400;font-size:12px;letter-spacing:0;color:#5e6278;height:20px;line-height:18px}.FileList-CleanNet-cleanNet.web .FileList-CleanNet-icon{font-size:16px;color:#5e6278;position:relative;top:-1px}.FileList-CleanNet-cleanNet.mobile{text-align:center;height:32px}.FileList-CleanNet-cleanNet.mobile span{font-weight:400;font-size:14px;color:#f64e60;cursor:pointer}.FileList-CleanNet-cleanNet.mobile span:hover{color:#ff7a83}.FileList-CleanNet-cleanNet.mobile span:active{color:#cf384c}
.footer-area{min-height:72px;width:100%}.footer-area.mobile{min-height:60px}
.h-dropdown{position:relative;display:inline-block}.h-dropdown-trigger{cursor:pointer;user-select:none}.h-dropdown-overlay{position:absolute;z-index:1050;background:#fff;border:1px solid #e8e8e8;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.15);min-width:120px;max-width:300px;overflow:hidden}.h-dropdown-menu{padding:4px 0;min-width:160px;max-width:200px}.h-dropdown-menu-group{margin:0;padding:0}.h-dropdown-menu-group-title{padding:4px 16px;color:#999;font-size:12px;font-weight:400}.h-dropdown-menu-group-items{padding:0}.h-dropdown-menu-item{padding:8px 16px;margin:0;color:rgba(0,0,0,.65);font-size:14px;line-height:22px;cursor:pointer;transition:all .3s;white-space:nowrap}.h-dropdown-menu-item:hover{background-color:#f5f5f5}.h-dropdown-menu-item-selected{background-color:#e6f7ff;color:#1890ff}.h-dropdown-menu-item-selected:hover{background-color:#bae7ff}.h-dropdown-menu-item a{color:inherit;text-decoration:none;display:block;width:100%;height:100%}.h-dropdown-menu-item a:hover{color:inherit}.file-selector-sort-selector-overlay>.h-dropdown-menu{width:160px;height:294px;border-radius:12px;gap:2px;padding:8px;overflow:hidden;box-shadow:0 4px 50px 0 #000}.file-selector-sort-selector-overlay>.h-dropdown-menu>.h-dropdown-menu-group{width:120px;padding:8px 12px;display:flex;flex-direction:column;gap:8px;box-sizing:content-box}.file-selector-sort-selector-overlay>.h-dropdown-menu>.h-dropdown-menu-group>.h-dropdown-menu-group-title{font-weight:400;font-size:12px;color:#878999;height:16px;padding:0 !important;width:100%}.file-selector-sort-selector-overlay>.h-dropdown-menu>.h-dropdown-menu-group>.h-dropdown-menu-group-items{display:flex;background:#f5f6f7;border-radius:6px;height:28px;margin:0 !important;gap:2px;justify-content:center;align-items:center}.file-selector-sort-selector-overlay>.h-dropdown-menu>.h-dropdown-menu-group>.h-dropdown-menu-group-items>.h-dropdown-menu-item{width:57px;font-weight:400;font-size:12px;padding:2px !important;color:#3c3f52;height:24px;box-sizing:border-box;text-align:center;margin-bottom:0 !important}.file-selector-sort-selector-overlay>.h-dropdown-menu>.h-dropdown-menu-group>.h-dropdown-menu-group-items>.h-dropdown-menu-item .sort-menu-item{text-align:center}.file-selector-sort-selector-overlay>.h-dropdown-menu>.h-dropdown-menu-group>.h-dropdown-menu-group-items>.h-dropdown-menu-item:hover{background:rgba(182,186,195,.2) !important;box-shadow:0 1px 10px 0 rgba(0,0,0,.05) !important;border-radius:4px !important}.file-selector-sort-selector-overlay>.h-dropdown-menu>.h-dropdown-menu-group>.h-dropdown-menu-group-items>.h-dropdown-menu-item.h-dropdown-menu-item-selected{color:#3c80ff;background:#fff !important;box-shadow:0 1px 10px 0 rgba(0,0,0,.05);border-radius:4px}.file-selector-sort-selector-overlay>.h-dropdown-menu>.h-dropdown-menu-group>.h-dropdown-menu-group-items>.h-dropdown-menu-item.h-dropdown-menu-item-selected .active{color:#3c80ff}
.app-header{width:100%;overflow:hidden;padding:5px 16px;height:56px;display:flex;justify-content:space-between;align-items:center;background:linear-gradient(180deg, rgba(255, 255, 255, 0.88) 0%, #fff 50%),linear-gradient(90deg, #3c80ff 50%, #3dd3ff 100%);background-blend-mode:normal}.app-header .headerRight .btn{display:flex;align-items:center;justify-content:center;padding:0 16px;height:33px;background:#3c80ff;border-radius:8px;font-weight:500;font-size:12px;color:#fff;line-height:18px}.app-header .headerRight .userInfo{display:flex;align-items:center;justify-content:space-between;width:115px;height:20px}.app-header .headerRight .userInfo .title{width:96px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:500;font-size:14px;color:#1b1f35;text-align:right}.app-header .headerRight .userInfo .icon{font-size:14px;color:#5e6278}.app-header .app-header-right-tool .ant-tooltip-arrow{display:none}.app-header .app-header-right-tool .ant-tooltip-inner{display:flex;align-items:center;justify-content:center;width:110px;height:42px;background:#fff;box-shadow:0 4px 20px 0 rgba(0,0,0,.06);border-radius:8px 8px 8px 8px;font-weight:400;font-size:14px;color:#1b1f35}@media(max-width: 768px){.exit-modal-h5mobile .hmodal{padding:0}}.exit-modal-h5mobile .hmodal{padding:0}.exit-modal-h5 .hmodal-content{border-radius:16px !important}.exit-modal-h5 .hmodal-header{padding:0;border-top-left-radius:16px !important;border-top-right-radius:16px !important;border-bottom:none}.exit-modal-h5 .hmodal-body{padding:0}.exit-modal-h5 .hmodal-footer{padding:0;border:none}.exit-modal-h5 .hmodal-content{width:100%;padding:24px}.exit-modal-h5 .hmodal-title{height:26px;font-weight:bold;font-size:18px;color:#1b1f35;line-height:26px;text-align:center}.exit-modal-h5 .exit-modal-tips{margin-top:8px;font-size:14px;color:#5e6278;text-align:center}.exit-modal-h5 .save-modal-footer{display:flex;align-items:center;justify-content:space-between;margin-top:32px;height:40px}.exit-modal-h5 .hbutton{display:flex;align-items:center;justify-content:center;width:110px;height:40px;border-radius:8px 8px 8px 8px;border:none}.exit-modal-h5 .hbutton:hover,.exit-modal-h5 .hbutton:focus{background:#f64e60;color:#fff}.exit-modal-h5 .cancel{background:#f4f6fb;color:#5e6278;word-spacing:-0.2em}.exit-modal-h5 .save{background:#f64e60;color:#fff;word-spacing:-0.2em}
.web-gift-modal-gold__wrap .special:hover{border:1px solid #abacb2 !important}.web-gift-modal-gold__wrap .web-gift-modal-gold__wrap--input{background-color:unset !important}.web-gift-modal-gold__wrap .special.price-on-blur{background-color:#f0f8ff !important}.web-gift-modal-gold__wrap .special:not(.price-on-blur){background-color:#fff !important}
.mfy-tips-wrap{background:rgba(251,190,68,.16);height:40px;display:flex;flex-direction:row;align-items:center;justify-content:center;overflow:hidden}.mfy-tips-text__wrap{margin-left:9px}.mfy-tips-message{display:inline-block;font-size:12px;color:#3a4056;line-height:14px}
.bg_svip_block_ads{position:fixed;top:84px;right:32px;z-index:1}@media screen and (max-width: 1439px){.bg_svip_block_ads{position:fixed;top:calc(100vh - 60px);right:32px;z-index:1}}
.h-popover{position:relative;display:inline-block}.h-popover-trigger{cursor:pointer;user-select:none}.h-popover-overlay{position:absolute;z-index:1050;background:#fff;border-radius:8px;box-shadow:0 6px 16px 0 rgba(0,0,0,.08),0 3px 6px -4px rgba(0,0,0,.12),0 9px 28px 8px rgba(0,0,0,.05);min-width:120px;max-width:300px;overflow:hidden}.h-popover-overlay-top{bottom:100%;left:50%;transform:translateX(-50%);margin-bottom:8px}.h-popover-overlay-bottom{top:100%;left:50%;transform:translateX(-50%);margin-top:8px}.h-popover-overlay-left{right:100%;top:50%;transform:translateY(-50%);margin-right:8px}.h-popover-overlay-right{left:100%;top:50%;transform:translateY(-50%);margin-left:8px}.h-popover-overlay-topLeft{bottom:100%;left:0;margin-bottom:8px}.h-popover-overlay-topRight{bottom:100%;right:0;margin-bottom:8px}.h-popover-overlay-bottomLeft{top:100%;left:0;margin-top:8px}.h-popover-overlay-bottomRight{top:100%;right:0;margin-top:8px}.h-popover-overlay-leftTop{right:100%;top:0;margin-right:8px}.h-popover-overlay-leftBottom{right:100%;bottom:0;margin-right:8px}.h-popover-overlay-rightTop{left:100%;top:0;margin-left:8px}.h-popover-overlay-rightBottom{left:100%;bottom:0;margin-left:8px}.h-popover-arrow{position:absolute;width:0;height:0;border-style:solid;background:rgba(0,0,0,0)}.h-popover-arrow-top{bottom:-6px;left:50%;transform:translateX(-50%);border-width:6px 6px 0 6px;border-color:#fff rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0)}.h-popover-arrow-bottom{top:-6px;left:50%;transform:translateX(-50%);border-width:0 6px 6px 6px;border-color:rgba(0,0,0,0) rgba(0,0,0,0) #fff rgba(0,0,0,0)}.h-popover-arrow-left{right:-6px;top:50%;transform:translateY(-50%);border-width:6px 0 6px 6px;border-color:rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #fff}.h-popover-arrow-right{left:-6px;top:50%;transform:translateY(-50%);border-width:6px 6px 6px 0;border-color:rgba(0,0,0,0) #fff rgba(0,0,0,0) rgba(0,0,0,0)}.h-popover-arrow-topLeft{bottom:-6px;left:12px;border-width:6px 6px 0 6px;border-color:#fff rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0)}.h-popover-arrow-topRight{bottom:-6px;right:12px;border-width:6px 6px 0 6px;border-color:#fff rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0)}.h-popover-arrow-bottomLeft{top:-6px;left:12px;border-width:0 6px 6px 6px;border-color:rgba(0,0,0,0) rgba(0,0,0,0) #fff rgba(0,0,0,0)}.h-popover-arrow-bottomRight{top:-6px;right:12px;border-width:0 6px 6px 6px;border-color:rgba(0,0,0,0) rgba(0,0,0,0) #fff rgba(0,0,0,0)}.h-popover-arrow-leftTop{right:-6px;top:12px;border-width:6px 0 6px 6px;border-color:rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #fff}.h-popover-arrow-leftBottom{right:-6px;bottom:12px;border-width:6px 0 6px 6px;border-color:rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #fff}.h-popover-arrow-rightTop{left:-6px;top:12px;border-width:6px 6px 6px 0;border-color:rgba(0,0,0,0) #fff rgba(0,0,0,0) rgba(0,0,0,0)}.h-popover-arrow-rightBottom{left:-6px;bottom:12px;border-width:6px 6px 6px 0;border-color:rgba(0,0,0,0) #fff rgba(0,0,0,0) rgba(0,0,0,0)}.h-popover-content{padding:0;border-radius:8px}
.content-header-container{height:80px;padding-bottom:16px;border-bottom:1px solid rgba(182,186,195,.3019607843);margin-bottom:12px}.content-header-container-wrap{display:flex;justify-content:space-between;height:64px;padding:10px 8px}.content-header-container-wrap .leftInfo{display:flex;flex-direction:row;align-items:center}.content-header-container-wrap .leftInfo .headImg{display:flex;align-items:center;gap:8px}.content-header-container-wrap .leftInfo .flex-line .isVip{display:flex;flex-direction:column}.content-header-container-wrap .leftInfo .flex-line .isVip .user-info-wrap{display:flex;flex-direction:row;align-items:center}.content-header-container-wrap .leftInfo .flex-line .isVip .user-info-wrap span{font-weight:700;font-size:14px;line-height:22px;letter-spacing:0;color:#1b1f35;margin-right:6px}.content-header-container-wrap .leftInfo .flex-line .con-text{margin-top:2px;position:relative}.content-header-container-wrap .leftInfo .flex-line .con-text .share-time-wrap{display:flex;flex-direction:row;align-items:center}.content-header-container-wrap .leftInfo .flex-line .con-text .share-time-wrap__text{color:#7b808f;font-size:12px}.content-header-container-wrap .leftInfo .flex-line .con-text .share-time-wrap__text:first-child{margin-right:1px}.content-header-container-wrap .leftInfo .flex-line .con-text .share-time-wrap__operate{display:flex;flex-direction:row;align-items:center}.content-header-container-wrap .leftInfo .flex-line .con-text .share-time-wrap__operate .after-sale-btn{color:#3c80ff;font-size:12px;cursor:pointer;padding:0 5px}.content-header-container-wrap .leftInfo .flex-line .con-text .share-time-wrap__operate .after-sale-btn:hover{color:#66a1ff}.content-header-container-wrap .leftInfo .flex-line .con-text .share-time-wrap__operate .after-sale-btn:active{color:#2961d9}.content-header-container-wrap .leftInfo .flex-line .con-text .share-time-wrap__operate .after-sale-btn:nth-child(2){position:relative}.content-header-container-wrap .leftInfo .flex-line .con-text .share-time-wrap__operate .after-sale-btn:nth-child(2)::before{content:"";width:1px;height:12px;background:#3c80ff;position:absolute;left:0;top:50%;margin-top:-6px}.content-header-container-wrap .rightInfo{display:flex;align-items:center;gap:16px}.content-header-container-wrap .rightInfo .hbutton{height:36px}.content-header-container-wrap .rightInfo .qrcode_btn{width:36px;height:36px;padding:0 !important;display:flex;flex-direction:row;align-items:center;justify-content:center}.single-file{border-bottom:none}.ant-breadcrumb-link{line-height:22px}.content-layout-page{display:flex;height:100%;flex-direction:column;min-height:0}.content-operate-container{display:flex;flex-direction:row;align-items:center;height:44px;justify-content:space-between;padding:0 10px;margin-bottom:8px}.content-operate-container--total{font-weight:400;font-size:14px;line-height:22px;letter-spacing:0;color:#1b1f35}.content-operate-container-left{display:flex;flex-direction:row;align-items:center}.content-operate-container-right{display:flex;flex-direction:row;align-items:center}.content-operate-container-right .layout-operate-icon{width:24px;height:24px;background:#fff;border-radius:4px;display:flex;flex-direction:row;align-items:center;justify-content:center;cursor:pointer}.content-operate-container-right .layout-operate-icon:last-child{margin-left:4px}.content-operate-container-right .layout-operate-icon:hover{background:rgba(182,186,195,.1019607843)}.content-operate-container-right .layout-operate-icon:active{background:rgba(182,186,195,.1490196078)}.content-operate-container-right .layout-operate-icon .icon{font-size:16px;color:#3c3f52}.content-operate-container .home-breadcrumb{margin-left:16px !important}.content-operate-container .home-breadcrumb .bread-arrow-icon{font-size:16px;margin-right:0 !important;color:#d1d3e0;position:relative;top:3px}.content-operate-container .home-breadcrumb .ant-breadcrumb-separator{margin-left:4px !important;margin-right:4px !important}.content-operate-container .home-breadcrumb .ant-space-gap-col-small{gap:4px !important}
.h5-custom-header{width:100%;height:56px;padding:16px 0 !important;box-sizing:border-box}.h5-custom-header .h5-custom-header-back{cursor:pointer;width:24px;height:24px;display:flex;align-items:center;justify-content:flex-start;padding-top:2px}.h5-custom-header .h5-custom-header-back svg{width:6px;height:12px}.h5-custom-header .h5-custom-header-text{color:#1b1f35;font-size:16px !important;font-weight:600;flex:1;display:flex;height:24px;line-height:24px}.h5-custom-header .h5-custom-header-close{width:24px;height:24px;display:flex;align-items:center;justify-content:center}
.h5-sort-popup-content{display:flex;flex-direction:column}.h5-sort-popup-body{display:flex;flex-direction:column;gap:4px}.h5-sort-popup-body .h5-sort-popup-group{display:flex;height:40px;padding:0 12px;justify-content:space-between;align-items:center;align-self:stretch}.h5-sort-popup-body .h5-sort-popup-group-title{color:#5e6278;font-size:14px}.h5-sort-popup-body .h5-sort-popup-group-options{display:flex;gap:8px}.h5-sort-popup-body .h5-sort-popup-group-options .h5-sort-popup-option{display:flex;width:70px;padding:7px 8px;justify-content:center;align-items:center;gap:2px;border-radius:8px;background:#f4f6fb;color:#3c3f52;font-size:12px}.h5-sort-popup-body .h5-sort-popup-group-options .h5-sort-popup-option:hover{border-color:#3c80ff;color:#3c80ff}.h5-sort-popup-body .h5-sort-popup-group-options .h5-sort-popup-option.h5-sort-popup-option-active{background:#f4f6fb;border-color:#f4f6fb;color:#3c80ff}
.h5-sort-popup-content{display:flex;flex-direction:column;height:100%}.h5-sort-popup-body{flex:1;overflow-y:auto}.h5-sort-popup-body .h5-sort-popup-group{display:flex;height:40px;padding:0 12px;justify-content:space-between;align-items:center;align-self:stretch}.h5-sort-popup-body .h5-sort-popup-group-title{color:#5e6278;font-size:14px}.h5-sort-popup-body .h5-sort-popup-group-options{display:flex;gap:8px}.h5-sort-popup-body .h5-sort-popup-group-options .h5-sort-popup-option{display:flex;width:70px;padding:7px 8px;justify-content:center;align-items:center;gap:2px;border-radius:8px;background:#f4f6fb;color:#3c3f52;font-size:12px}.h5-sort-popup-body .h5-sort-popup-group-options .h5-sort-popup-option:hover{border-color:#3c80ff;color:#3c80ff}.h5-sort-popup-body .h5-sort-popup-group-options .h5-sort-popup-option.h5-sort-popup-option-active{background:#f4f6fb;border-color:#f4f6fb;color:#3c80ff}
.h5-move-folder-item{display:flex;height:56px;gap:16px;align-items:center}.h5-move-folder-item.choose{background-color:#f0f0f0}.h5-move-folder-item .h5-move-folder-item-content{display:flex;flex:1;flex-direction:column;justify-content:flex-start;height:40px;overflow:hidden}.h5-move-folder-item .h5-move-folder-item-content.search strong{color:#3c80ff}.h5-move-folder-item .h5-move-folder-item-content.search .h5-move-folder-item-size{display:flex;align-items:center;overflow:hidden}.h5-move-folder-item .h5-move-folder-item-content.search .h5-move-folder-item-size-text{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.h5-move-folder-item .h5-move-folder-item-content .h5-move-folder-item-name{color:#1b1f35;font-size:14px;height:22px;overflow-x:auto;overflow-y:hidden;white-space:nowrap;min-width:0;flex-shrink:0}.h5-move-folder-item .h5-move-folder-item-content .h5-move-folder-item-size{color:#7e8299;font-size:10px;height:18px}.h5-move-folder-item .h5-move-folder-item-content .h5-move-folder-item-position{color:#3c80ff;font-size:12px;height:20px;line-height:20px}.h5-move-folder-item .h5-move-folder-item-content.position-content .ant-breadcrumb{color:#5e6278;height:20px}.h5-move-folder-item .h5-move-folder-item-content.position-content .ant-breadcrumb li{height:20px}.h5-move-folder-item .h5-move-folder-item-content.position-content .ant-breadcrumb .ant-breadcrumb-separator{margin:0}.h5-move-folder-item .h5-move-folder-item-content.position-content .ant-breadcrumb .ant-breadcrumb-separator img{vertical-align:bottom}.h5-move-folder-item .h5-move-folder-item-content.last-operate-title{justify-content:center}.h5-move-folder-item .h5-move-folder-item-content.last-operate-title .ant-breadcrumb ol{flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden}.h5-move-folder-item .h5-move-folder-item-content.last-operate-title .ant-breadcrumb ol li{width:max-content}.h5-move-folder-item .h5-move-folder-item-content.last-operate-title .ant-breadcrumb-link{display:inline-block;width:max-content}.h5-move-folder-item .h5-move-folder-item-content.last-operate-position .ant-breadcrumb ol{flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden}.h5-move-folder-item .h5-move-folder-item-content.last-operate-position .ant-breadcrumb ol li{width:max-content}.h5-move-folder-item .h5-move-folder-item-content.last-operate-position .ant-breadcrumb-link{display:inline-block;width:max-content}
.h5-custom-search{display:flex;align-items:center;height:46px}.h5-custom-search .h5-custom-search-input{flex:1;display:flex;align-items:center;border-radius:8px}.h5-custom-search .h5-custom-search-sort{cursor:pointer;background:url(https://statics.123pan.com/img/movesort.svg) no-repeat center center;background-size:contain;width:24px;height:24px;display:inline-block;vertical-align:middle}.h5-custom-search .h5-custom-search-sort.up{background:url(https://statics.123pan.com/img/movesort1.svg) no-repeat center center}
.h5-search-tab{display:flex;justify-content:center;gap:10px;width:100%;height:32px;border-radius:8px;background:#f0f8ff;margin:10px 0 !important}.h5-search-tab .h5-search-tab-item{cursor:pointer;flex:1;display:flex;justify-content:center;align-items:center;height:24px;margin:0 4px}.h5-search-tab .h5-search-tab-item .h5-search-tab-item-text{color:#5e6278;text-align:center;font-size:12px}.h5-search-tab .h5-search-tab-item.h5-search-tab-item-text-active{border-radius:8px;background:#fff;color:#1b1f35}.h5-search-tab-count{color:#7e8299;font-size:12px;line-height:20px}
.table-sort-selector{display:flex;flex-direction:column;align-items:center;gap:2px;border-radius:1px;cursor:pointer}.table-sort-selector span{width:0;height:0;border-left:5px solid rgba(0,0,0,0);border-right:5px solid rgba(0,0,0,0);border-bottom:5px solid #d1d3e0}.table-sort-selector span.active{border-bottom:5px solid #1b1f35}.table-sort-selector span:last-child{transform:rotate(180deg)}.sort-selector-trigger{display:flex;align-items:center;gap:4px;padding:4px 8px;border-radius:4px;cursor:pointer;background:#fff;font-size:14px;color:#5e6278;transition:all .2s;height:22px;gap:4px}.sort-selector-trigger.active{border-radius:6px;background:rgba(182,186,195,.1)}.file-selector-sort-selector-overlay>ul{width:160px;height:294px;border-radius:12px;gap:2px;padding:8px;overflow:hidden;box-shadow:0 4px 50px 0 #000}.file-selector-sort-selector-overlay>ul>li{width:120px;padding:8px 12px;display:flex;flex-direction:column;gap:8px;box-sizing:content-box}.file-selector-sort-selector-overlay>ul>li>div{font-weight:400;font-size:12px;color:#878999;height:16px;padding:0 !important;width:100%}.file-selector-sort-selector-overlay>ul>li>ul.ant-dropdown-menu-item-group-list{display:flex;background:#f5f6f7;border-radius:6px;height:28px;margin:0 !important;gap:2px;justify-content:center;align-items:center}.file-selector-sort-selector-overlay>ul>li>ul.ant-dropdown-menu-item-group-list li{width:57px;font-weight:400;font-size:12px;padding:2px !important;color:#3c3f52;height:24px;box-sizing:border-box;text-align:center}.file-selector-sort-selector-overlay>ul>li>ul.ant-dropdown-menu-item-group-list li.ant-dropdown-menu-item{margin-bottom:0 !important}.file-selector-sort-selector-overlay>ul>li>ul.ant-dropdown-menu-item-group-list li .sort-menu-item{text-align:center}.file-selector-sort-selector-overlay>ul>li>ul.ant-dropdown-menu-item-group-list li:hover{background:rgba(182,186,195,.2) !important;box-shadow:0 1px 10px 0 rgba(0,0,0,.05) !important;border-radius:4px !important}.file-selector-sort-selector-overlay>ul>li>ul.ant-dropdown-menu-item-group-list li.ant-dropdown-menu-item-selected{color:#3c80ff;background:#fff !important;box-shadow:0 1px 10px 0 rgba(0,0,0,.05);border-radius:4px}.file-selector-sort-selector-overlay>ul>li>ul.ant-dropdown-menu-item-group-list li.ant-dropdown-menu-item-selected .active{color:#3c80ff}
.custom-modal-title{display:flex;align-items:center;justify-content:space-between;height:100%;padding:0 8px}.custom-modal-title .custom-modal-title-text{font-size:18px;font-weight:700;color:#1b1f35;flex:1;height:32px;display:flex;align-items:center}.custom-modal-title .custom-modal-title-search{flex-shrink:0;width:180px;height:32px;padding-right:48px;box-sizing:content-box}.custom-modal-title .custom-modal-title-search .ant-input-affix-wrapper{height:100%;border-radius:100px;padding:0 !important;align-items:center}.custom-modal-title .custom-modal-title-search .ant-input-affix-wrapper .ant-input{font-size:14px}.custom-modal-title .custom-modal-title-search .ant-input-affix-wrapper .ant-input-suffix{padding-right:12px}.custom-modal-title .custom-modal-title-search .ant-input-affix-wrapper .ant-input-prefix{padding-left:12px;font-size:16px}
.transfer-save-modal .bread-arrow-icon{font-size:16px;margin-right:0 !important;color:#d1d3e0;position:relative;top:3px}.transfer-save-modal .create-folder-item-icon{display:flex;flex-direction:row;align-items:center;gap:10px;margin-left:10px}.transfer-save-modal .create-folder-item-icon__confirm{font-size:16px;color:#3c80ff;cursor:pointer}.transfer-save-modal .create-folder-item-icon__confirm:hover{color:#66a1ff}.transfer-save-modal .create-folder-item-icon__confirm:active{color:#2961d9}.transfer-save-modal .create-folder-item-icon__cancel{font-size:16px;color:#d1d3e0;cursor:pointer}.transfer-save-modal .create-folder-item-icon__cancel:hover{color:#bbbdc9}.transfer-save-modal .create-folder-item-icon__cancel:active{color:#878999}.transfer-save-modal .move-folder-item{border-radius:8px;display:flex;flex-direction:row;align-items:center;height:48px;line-height:32px;font-size:14px;padding:10px 16px;padding-left:8px;margin-bottom:4px;cursor:pointer}.transfer-save-modal .move-folder-item.not-allowed{opacity:.5;cursor:not-allowed}.transfer-save-modal .move-folder-item.not-allowed:hover{background:rgba(0,0,0,0) !important}.transfer-save-modal .move-folder-item-name{width:stretch;flex:1;min-width:0;display:inline-block;margin-left:12px;color:#1b1f35;vertical-align:middle;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.transfer-save-modal .move-folder-item-name strong{color:#3c80ff}.transfer-save-modal .move-folder-item.choose{background:rgba(182,186,195,.1);border-radius:8px}.transfer-save-modal .move-folder-item.create-folder-item:hover{background:#fff}.transfer-save-modal .htooltip-trigger{width:calc(100% - 20px)}.transfer-save-modal .hmodal-footer{display:flex;flex-direction:row;justify-content:space-between;margin-top:0 !important;padding:0 8px !important}.transfer-save-modal .hmodal-header{margin-bottom:16px !important}.transfer-save-modal .hmodal-close{top:18px;right:16px !important}.transfer-save-modal .mfy-modal .hmodal-footer{margin-top:0 !important}.transfer-save-modal .transfer-save-modal-table-header{color:#3b3e55}.transfer-save-modal-nav{display:flex;align-items:center;height:38px;padding:8px}.transfer-save-modal-nav .transfer-save-modal-return-button{flex:1;justify-content:flex-start}.transfer-save-modal-nav .transfer-save-modal-return-button .icon{padding-top:1px}.transfer-save-modal-nav nav{flex:1}.transfer-save-modal-last-operate{margin-bottom:18px}.transfer-save-modal-last-operate-title{line-height:18px;color:#3a4056;font-size:14px;font-weight:700}.transfer-save-modal-container{position:relative}.transfer-save-modal-container.mobile{width:359px}.transfer-save-modal-container-content{position:relative}.transfer-save-modal-content{width:512px;height:318px;margin-left:8px;overflow-y:auto;margin-top:8px;box-sizing:border-box;position:relative}.transfer-save-modal-content-create{display:flex;flex-direction:row;align-items:center;width:100%;height:44px;line-height:44px;font-size:14px}.transfer-save-modal-content-create.not-allowed{opacity:.5;cursor:not-allowed}.transfer-save-modal-content-create:hover{border-radius:10px;background:#f7f6f6;cursor:pointer}.transfer-save-modal-content-create--inp{width:180px !important;margin-left:14px !important}.transfer-save-modal-content-create--check{font-size:20px;margin-right:10px;margin-left:20px}.transfer-save-modal-content-create--check svg{fill:var(--mfy-color-primary)}.transfer-save-modal-content-create--close{font-size:20px}.transfer-save-modal-content-create--close svg{fill:#bfbfbf}.transfer-save-modal-content-name{display:inline-block;margin-left:14px;color:var(--mfy-color-text);vertical-align:middle;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.transfer-save-modal-content-empty{position:relative;display:flex;flex-direction:column;align-items:center;height:100%;width:100%;justify-content:center}.transfer-save-modal-content-empty--text{text-align:center;color:#878999;font-size:14px}.transfer-save-modal-footer-left{display:inline-flex;float:left}.transfer-save-modal-footer-right{text-align:right}.transfer-save-modal-footer-right .hbutton:last-child{margin-inline-start:12px !important}.transfer-save-modal-table-header{display:flex;align-items:center;margin:0 8px;height:44px;border-radius:8px;background-color:#fafafa}.transfer-save-modal-table-header>div{display:flex;align-items:center;gap:5px;height:100%;cursor:pointer}.transfer-save-modal-table-header>div div{justify-content:center}.transfer-save-modal-table-header>div:hover{background:rgba(182,186,195,.1);border-radius:8px}.transfer-save-modal-table-header-name{width:286px;padding-left:8px}.transfer-save-modal-table-header-update-time{width:138px}.transfer-save-modal-table-header-size{width:80px}.transfer-save-modal-search-scope-container{height:40px;margin-bottom:8px !important;margin-top:8px !important}.transfer-save-modal-search-scope-container .search-scope-wrapper{display:flex;align-items:center;justify-content:center;height:40px;padding:0 8px;background:#f5f6f7;border-radius:8px;gap:2px;text-align:center;flex:1;overflow:hidden}.transfer-save-modal-search-scope-container .search-scope-wrapper .Modals-MoveModal-search-scope-text{display:flex;align-items:center;justify-content:center;overflow:hidden}.transfer-save-modal-search-scope-container .search-scope-wrapper .Modals-MoveModal-search-scope-text>span:first-child{flex:1;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.transfer-save-modal-search-scope-container .search-scope-wrapper .Modals-MoveModal-search-scope-text>span:last-child{flex:0}.transfer-save-modal-search-scope-container .search-scope-wrapper span{flex:1;font-weight:400;font-size:14px;color:#3c3f52;height:32px;line-height:32px;cursor:pointer}.transfer-save-modal-search-scope-container .search-scope-wrapper span.active{color:#3c80ff;font-weight:700;background:#fff;border-radius:6px}.transfer-save-modal-search-scope-container .search-scope-wrapper span.active span{color:#3c80ff;font-weight:700}.transfer-save-modal-last-operate-wrapper{display:flex;align-items:center;height:52px;padding:10px 8px}.transfer-save-modal-last-operate-dropdown{width:528px;left:0 !important;border-radius:12px;gap:2px;padding-left:8px !important;padding-right:8px !important;background-color:#fff;box-shadow:0 4px 50px 0 rgba(0,0,0,.012)}.transfer-save-modal-last-operate-dropdown .h-dropdown-menu{min-width:100%}.transfer-save-modal-last-operate-dropdown.h-dropdown-overlay{min-width:100%;max-width:100%;border:0}.transfer-save-modal-last-operate-title-popup{display:flex;flex-direction:column;align-items:center;border-radius:12px;background:#fff;padding:8px;height:388px;box-shadow:0 0 10px rgba(0,0,0,.07);box-sizing:unset;overflow-y:auto}.transfer-save-modal-last-operate-title-popup .htooltip-trigger{width:auto}.transfer-save-modal-last-operate-title-popup>div{width:100%}.transfer-save-modal-last-operate-title-popup>div>div{height:32px;display:flex;align-items:center;padding:8px 12px;height:32px;border-radius:6px;box-sizing:border-box;gap:8px}.transfer-save-modal-last-operate-title-popup>div>div:hover{background:rgba(182,186,195,.1019607843);border-radius:6px;cursor:pointer}.transfer-save-modal-last-operate-title-popup>div>div .icon-check .icon{color:#3c80ff;font-size:16px;vertical-align:middle}.transfer-save-modal-last-operate-title-popup>div>div .content{flex:1;padding-right:11px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.transfer-save-modal-last-operate-title-popup>div>div .content .ant-breadcrumb-separator{margin:0}.transfer-save-modal-last-operate-title-popup>div>div .content .ant-breadcrumb-separator>span{margin:0}.transfer-save-modal-last-operate-title-popup>div>div img{height:16px !important;width:16px !important}.transfer-save-modal-last-operate-title-popup>div>div span{color:#1b1f35;font-size:13px;font-weight:400;line-height:22px}.transfer-save-modal-last-operate-title{color:#1b1f35;font-size:14px;font-weight:700;margin-left:12px}.transfer-save-modal-last-operate-title .title-space{display:flex;padding:2px 6px;justify-content:center;align-items:center;gap:2px;padding:2px 6px;border-radius:4px;background:var(--Brand-05-, #f0f8ff);cursor:pointer}.transfer-save-modal-last-operate-title .title-space .icon{color:#3c80ff;vertical-align:middle}.transfer-save-modal-last-operate-title .title-space span{color:#3c80ff;font-size:12px;font-weight:400;line-height:20px}.transfer-save-modal-last-operate-outline{height:48px}.transfer-save-modal-last-operate-container{height:100%;display:flex;align-items:center;box-sizing:border-box;cursor:pointer}.transfer-save-modal-last-operate-container .ant-breadcrumb-separator{margin:0 !important;display:flex;align-items:center;justify-content:center}.transfer-save-modal-last-operate-content{display:flex;align-items:center;height:100%;gap:12px}.transfer-save-modal-last-operate-content-name{color:#1b1f35;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.transfer-save-modal-file-body-wrapper{display:flex;align-items:center}.transfer-save-modal-file-body-wrapper:hover{background:rgba(182,186,195,.1);border-radius:8px}.transfer-save-modal-file-body-wrapper-name{width:291px;overflow:hidden}.transfer-save-modal-file-body-wrapper-name .move-file-item{padding:8px;opacity:1;cursor:pointer}.transfer-save-modal-file-body-wrapper-update-time{width:144px;color:#bbbdc9}.transfer-save-modal-file-body-wrapper-size{width:78px;color:#bbbdc9}.transfer-save-modal-return-button{flex:1;overflow:hidden;justify-content:flex-start !important}.transfer-save-modal-return-button .search-modal-title-text{gap:12px;display:flex;align-items:center;overflow:hidden;flex:1}.transfer-save-modal-return-button .search-modal-title-text>span{color:#3c3f52;font-weight:400;font-size:14px}.transfer-save-modal-return-button .search-modal-title-text>span:first-child{cursor:pointer}.transfer-save-modal-return-button .search-modal-title-text>span:last-child{color:#5e6278;display:flex;overflow:hidden;flex:1}.transfer-save-modal-return-button .search-modal-title-text>span:last-child>span:first-child{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.transfer-save-modal-return-button .search-modal-title-text>span:last-child>span:last-child{min-width:72px}.transfer-save-modal-h5-modal .ant-drawer-content-wrapper{height:95vh !important;height:calc(var(--1dvh, 1vh)*95) !important;height:95dvh !important}.transfer-save-modal-h5-modal .h5-move-modal-spin-wrapper{height:100%}.transfer-save-modal-h5-modal .h5-move-modal-spin-wrapper .ant-spin-container{height:100%}.transfer-save-modal-h5-modal .h5-move-modal-spin-wrapper .ant-spin .icon-loading,.transfer-save-modal-h5-modal .h5-move-modal-spin-wrapper .ant-spin-dot .icon-loading,.transfer-save-modal-h5-modal .h5-move-modal-spin-wrapper .icon-loading{animation:transfer-save-loading-spin 1s linear infinite}.transfer-save-modal-h5-modal .choose-auth-dir-modal-footer{display:flex;gap:12px}.transfer-save-modal-h5-modal .choose-auth-dir-modal-footer .choose-auth-dir-modal-footer-new{display:flex;padding:6px 16px;justify-content:center;align-items:center;gap:4px;flex:1 0 0;align-self:stretch;border-radius:8px;background:#f0f8ff;color:#3c80ff;font-size:14px}.transfer-save-modal-h5-modal .choose-auth-dir-modal-footer .choose-auth-dir-modal-footer-ok{display:flex;padding:11px 12px;justify-content:center;align-items:center;gap:4px;flex:1 0 0;border-radius:8px;background:#3c80ff;color:#fff;font-size:14px}.transfer-save-modal-h5-container{height:100%}.transfer-save-modal-h5-container .create-folder-item-icon{display:flex;flex-direction:row;align-items:center;gap:10px;margin-left:10px}.transfer-save-modal-h5-container .create-folder-item-icon__confirm{font-size:16px;color:#3c80ff;cursor:pointer}.transfer-save-modal-h5-container .create-folder-item-icon__confirm:hover{color:#66a1ff}.transfer-save-modal-h5-container .create-folder-item-icon__confirm:active{color:#2961d9}.transfer-save-modal-h5-container .create-folder-item-icon__cancel{font-size:16px;color:#d1d3e0;cursor:pointer}.transfer-save-modal-h5-container .create-folder-item-icon__cancel:hover{color:#bbbdc9}.transfer-save-modal-h5-container .create-folder-item-icon__cancel:active{color:#878999}.transfer-save-modal-h5-box{height:100%;border-radius:16px 16px 0 0;display:flex;flex-direction:column}.transfer-save-modal-h5-breadcrumb-wrapper{display:inline-block;margin-bottom:10px}.transfer-save-modal-h5-breadcrumb-wrapper .ant-breadcrumb-separator{margin:0 !important}.transfer-save-modal-h5-breadcrumb-wrapper .ant-breadcrumb-separator img{vertical-align:middle}.transfer-save-modal-h5-breadcrumb-wrapper li{height:22px}.transfer-save-modal-h5-breadcrumb-wrapper .ant-breadcrumb-link{display:inline-block;height:22px}.transfer-save-modal-h5-breadcrumb-wrapper .scroll-breadcrumb-wrapper{display:flex;align-items:center;flex:1;overflow-x:auto;overflow-y:hidden}.transfer-save-modal-h5-breadcrumb-wrapper .scroll-breadcrumb-wrapper img{vertical-align:middle}@keyframes transfer-save-loading-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}
.adm-popup{position:fixed;inset:0;display:flex;align-items:stretch;justify-content:center}.adm-popup-hidden{pointer-events:none}.adm-popup-hidden .adm-popup-mask{opacity:0}.adm-popup-hidden .adm-popup-body-position-bottom{transform:translateY(100%)}.adm-popup-hidden .adm-popup-body-position-top{transform:translateY(-100%)}.adm-popup-hidden .adm-popup-body-position-left{transform:translateX(-100%)}.adm-popup-hidden .adm-popup-body-position-right{transform:translateX(100%)}.adm-popup-mask{position:absolute;inset:0;background:rgba(0,0,0,.55);opacity:1;transition:opacity .22s ease}.adm-popup-wrap{position:relative;z-index:1;display:flex;width:100%;height:100%;pointer-events:none}.adm-popup-body{position:relative;pointer-events:auto;background:#fff;transition:transform .22s ease}.adm-popup-body-position-bottom{width:100%;margin-top:auto}.adm-popup-body-position-top{width:100%;margin-bottom:auto}.adm-popup-body-position-left{height:100%;margin-right:auto}.adm-popup-body-position-right{height:100%;margin-left:auto}.adm-popup-close-button{position:absolute;top:8px;right:8px;z-index:2;display:inline-flex;align-items:center;justify-content:center;padding:0;border:none;background:rgba(0,0,0,0);cursor:pointer;line-height:1}.adm-popup-default-close{font-size:16px;color:#999}
.h5-user-purchase-vip .info-icon{display:flex;flex-direction:row;align-items:center}.h5-user-purchase-vip-modal{padding:0}.h5-user-purchase-vip-modal .adm-popup-body-position-bottom{border-radius:16px 16px 0 0;background:linear-gradient(147deg, #D5E5FF 0%, #F3F7FF 66%);padding:40px 0 0 0}.h5-user-purchase-vip-tips{display:flex;justify-content:center;align-items:center;flex-direction:column}.h5-user-purchase-vip-tips_top{display:flex;justify-content:center;align-items:center;gap:6px;width:79%;text-align:center}.h5-user-purchase-vip-tips_top span{display:inline-block;font-weight:700;font-size:16px;color:#3c80ff;line-height:150%}.h5-user-purchase-vip-tips_bottom{display:flex;justify-content:center;margin-top:4px;height:21px;font-weight:400;font-size:14px;color:#3c80ff;line-height:21px}.h5-user-purchase-vip-wrapper{padding:0 16px;margin-bottom:12px}.h5-user-purchase-vip-price{display:flex;flex-direction:column;align-items:center;background:#fff;box-shadow:0 -6px 24px 0 rgba(201,222,255,.55);border-radius:16px;border:1px solid #f0f3fa;margin-top:24px}.h5-user-purchase-vip-price_top{margin-top:24px;width:100%;display:flex;justify-content:center;gap:5%}.h5-user-purchase-vip-price_top-item{position:relative;width:40%;border-radius:12px;cursor:pointer;border:1px solid rgba(0,0,0,0)}.h5-user-purchase-vip-price_top-item.active{box-sizing:border-box;border:1px solid #ff9636}.h5-user-purchase-vip-price_top-item.active .h5-user-purchase-vip-price_top-item-content{background:linear-gradient(175deg, #FFF4E1 5%, #FFDCC8 72%)}.h5-user-purchase-vip-price_top-item.active .h5-user-purchase-vip-price_top-item-content .price{color:#ff4040}.h5-user-purchase-vip-price_top-item.active .h5-user-purchase-vip-price_top-item-content .price span{color:#ff4040}.h5-user-purchase-vip-price_top-item.active .h5-user-purchase-vip-price_top-item-text{background:linear-gradient(90deg, #F72828 0%, #FF9636 100%)}.h5-user-purchase-vip-price_top-item-content{display:flex;flex-direction:column;align-items:center;justify-content:center;height:136px;background:#f8f9fc;border-radius:12px 12px 0 0}.h5-user-purchase-vip-price_top-item-content .title{font-weight:normal;font-size:14px;color:#3a4056}.h5-user-purchase-vip-price_top-item-content .price{margin-top:6px;height:40px;line-height:40px;font-family:var(--mfy-font-family-din),"Microsoft YaHei",serif;font-weight:bold;font-size:42px;color:#3a4056}.h5-user-purchase-vip-price_top-item-content .price span{margin-right:4px;height:24px;font-family:"Microsoft YaHei",serif;font-weight:bold;font-size:20px;color:#3a4056;line-height:24px}.h5-user-purchase-vip-price_top-item-content>span{height:20px;font-weight:normal;font-size:12px;color:#9ba0ad;line-height:20px;text-align:center;text-decoration-line:line-through}.h5-user-purchase-vip-price_top-item-text{height:26px;line-height:26px;text-align:center;font-weight:normal;font-size:12px;color:#fff;background:linear-gradient(139deg, #FFB0B8 0%, #FFD3AA 100%);box-shadow:inset 0 0 2px 0 hsla(0,0%,100%,.64);border-radius:0 0 12px 12px}.h5-user-purchase-vip-price_top-item-tag{position:absolute;left:20px;top:-11px;padding-right:15px;height:20px;font-weight:normal;font-size:12px;color:#fff;line-height:16px}.h5-user-purchase-vip-price_top-item-tag div{position:relative;height:20px;line-height:20px;margin-left:-10px;z-index:1}.h5-user-purchase-vip-price_top-item-tag::before{position:absolute;top:0;width:100%;left:-7px;content:"";height:20px;background:linear-gradient(91deg, #f72828 28.82%, #ff9636 103.07%);border-radius:0 10px 10px 0}.h5-user-purchase-vip-price_top-item-tag::after{position:absolute;top:0;left:-21px;content:"";width:26px;height:32px;background-image:url(https://statics.123pan.com/img/member_buy_product_tag.svg);background-size:100% 100%;background-position:center center;background-repeat:no-repeat}.h5-user-purchase-vip-price_middle{width:calc(100% - 36px);height:auto;margin:16px 18px 15px 18px}.h5-user-purchase-vip-price_bottom{display:flex;justify-content:space-between;align-items:center;width:100%;height:30px;margin-top:24px;padding:0 12px;font-weight:400;font-size:12px;color:#7b808f;background:#f4f4f4;border-radius:8px 8px 8px 8px}.h5-user-purchase-vip-price_bottom-more{display:flex;align-items:center;cursor:pointer}.h5-user-purchase-vip-pay{display:flex;gap:12px;flex-direction:column;align-items:center;padding:16px;background:#fff}.h5-user-purchase-vip-pay-button{width:100%;height:44px !important;font-size:16px !important;display:flex;flex-direction:row;align-items:center;justify-content:center}.h5-user-purchase-vip-pay-button--price{font-size:24px;line-height:24px}.h5-user-purchase-vip-pay .agreement{display:flex;flex-direction:row;align-items:center;color:#7b808f;font-size:12px}.h5-user-purchase-vip-pay .agreement span{color:#3a4056}.user-purchase-vip-modal .hmodal-content{border-radius:16px !important;background:linear-gradient(147deg, #D5E5FF 0%, #F3F7FF 66%);overflow:hidden;padding:0 !important}.user-purchase-vip-modal .hmodal-content .hmodal-body{padding:32px 0 0 0 !important}.user-purchase-vip-tips{display:flex;justify-content:center;align-items:center;flex-direction:column}.user-purchase-vip-tips_top{display:flex;justify-content:center;align-items:center;width:52%;text-align:center;gap:6px}.user-purchase-vip-tips_top div{white-space:nowrap}.user-purchase-vip-tips_top img{width:18px;height:18px}.user-purchase-vip-tips_top span{display:inline-block;font-weight:700;font-size:16px;color:#3c80ff;line-height:150%}.user-purchase-vip-tips_bottom{display:flex;justify-content:center;margin-top:4px;height:21px;font-weight:400;font-size:14px;color:#3c80ff;line-height:21px}.user-purchase-vip_price_box{display:flex;margin:24px 36px 0 36px;box-shadow:0 -6px 24px 0 rgba(201,222,255,.55)}.user-purchase-vip-price{display:flex;flex-direction:column;align-items:center;padding:0 40px 24px 40px;background:#fff;border-radius:12px 12px 0 0;border:1px solid #f0f3fa}.user-purchase-vip-price_title{display:none;font-weight:800;font-size:16px;color:#3a4056;line-height:24px}.user-purchase-vip-price_top{margin-top:36px;width:100%;display:flex;justify-content:center;gap:32px}.user-purchase-vip-price_top-item{position:relative;width:137px;border-radius:12px;cursor:pointer;border:1px solid rgba(0,0,0,0)}.user-purchase-vip-price_top-item.active{box-sizing:border-box;border:1px solid #ff9636}.user-purchase-vip-price_top-item.active .user-purchase-vip-price_top-item-content{background:linear-gradient(175deg, #FFF4E1 5%, #FFDCC8 72%)}.user-purchase-vip-price_top-item.active .user-purchase-vip-price_top-item-content .price{color:#ff4040}.user-purchase-vip-price_top-item.active .user-purchase-vip-price_top-item-content .price span{color:#ff4040}.user-purchase-vip-price_top-item.active .user-purchase-vip-price_top-item-content span{color:#3a4056}.user-purchase-vip-price_top-item.active .user-purchase-vip-price_top-item-content .old-price{color:#3a4056}.user-purchase-vip-price_top-item.active .user-purchase-vip-price_top-item-text{background:linear-gradient(90deg, #F72828 0%, #FF9636 100%)}.user-purchase-vip-price_top-item-content{display:flex;flex-direction:column;align-items:center;height:136px;padding-top:32px;background:#f8f9fc;border-radius:12px 12px 0 0}.user-purchase-vip-price_top-item-content .title{font-weight:normal;font-size:14px;color:#3a4056}.user-purchase-vip-price_top-item-content .title>span{margin-right:2px}.user-purchase-vip-price_top-item-content .info-icon{display:flex;flex-direction:row;align-items:center}.user-purchase-vip-price_top-item-content .info-icon-svg{top:3px;position:relative}.user-purchase-vip-price_top-item-content .price{margin-top:6px;height:40px;line-height:40px;font-family:var(--mfy-font-family-din),"Microsoft YaHei",serif;font-weight:bold;font-size:42px;color:#3a4056}.user-purchase-vip-price_top-item-content .price span{margin-right:4px;height:24px;font-weight:bold;font-size:20px;color:#3a4056;line-height:24px}.user-purchase-vip-price_top-item-content>span{height:20px;font-weight:normal;font-size:12px;color:#9ba0ad;line-height:20px;text-align:center;text-decoration-line:line-through}.user-purchase-vip-price_top-item-text{height:26px;line-height:26px;text-align:center;font-weight:normal;font-size:12px;color:#fff;background:linear-gradient(139deg, #FFB0B8 0%, #FFD3AA 100%);box-shadow:inset 0 0 2px 0 hsla(0,0%,100%,.64);border-radius:0 0 10px 10px}.user-purchase-vip-price_top-item-tag{position:absolute;left:20px;top:-11px;padding-right:15px;height:20px;font-weight:normal;font-size:12px;color:#fff;line-height:16px}.user-purchase-vip-price_top-item-tag div{position:relative;height:20px;line-height:20px;margin-left:-10px;z-index:1}.user-purchase-vip-price_top-item-tag::before{position:absolute;top:0;width:100%;left:-7px;content:"";height:20px;background:linear-gradient(91deg, #f72828 28.82%, #ff9636 103.07%);border-radius:0 10px 10px 0}.user-purchase-vip-price_top-item-tag::after{position:absolute;top:0;left:-21px;content:"";width:26px;height:32px;background-image:url(https://statics.123pan.com/img/member_buy_product_tag.svg);background-size:100% 100%;background-position:center center;background-repeat:no-repeat}.user-purchase-vip-price_middle{margin-top:16px;width:100%;height:50px;background:url(https://statics.123pan.com/img/coupon-small.png);background-size:cover;filter:drop-shadow(0 4px 12.8px rgba(255, 241, 205, 0.8))}.user-purchase-vip-price_bottom{display:flex;justify-content:space-between;align-items:center;width:100%;height:30px;margin-top:16px;padding:0 12px;font-weight:400;font-size:12px;color:#7b808f;background:#f4f4f4;border-radius:8px 8px 8px 8px}.user-purchase-vip-price_bottom-more{display:flex;align-items:center;cursor:pointer}.user-purchase-vip-price_bottom-more img{width:14px;height:14px}.user-purchase-vip-price_bottom_vip_text{display:none;margin-top:12px;font-weight:400;font-size:10px;color:#7b808f;line-height:15px}.user-purchase-vip-pay{display:flex;align-items:flex-start;gap:8px;padding:16px 24px;background:#dae8ff}.user-purchase-vip-pay_code{position:relative;padding:9px;width:130px;height:130px;background:#fff;border-radius:12px 12px 12px 12px;border:1px solid #f4f4f4}.user-purchase-vip-pay_code .hqrcode-container{padding:0;border-radius:0}.user-purchase-vip-pay_text{display:flex;flex-direction:column;justify-content:center;height:130px}.user-purchase-vip-pay_text .real-price{font-weight:400;font-size:14px;color:#3a4056;line-height:38px}.user-purchase-vip-pay_text .real-price span{font-family:var(--mfy-font-family-din),"Microsoft YaHei",sans-serif;font-weight:bold;font-size:30px;color:#ff4040;line-height:28px}.user-purchase-vip-pay_text .real-price .symbol{font-size:16px}.user-purchase-vip-pay_text .pay-way-text{font-weight:400;font-size:14px;color:#3a4056;display:flex;flex-direction:row;align-items:center}.user-purchase-vip-pay_text .pay-way-text img{margin:0 2px}.user-purchase-vip-pay_text .agreement{margin-top:10px;font-weight:400;font-size:12px;color:#7b808f;line-height:18px;text-align:left;font-style:normal;text-transform:none}.user-purchase-vip-pay_text .agreement span{cursor:pointer}.user-purchase-vip_session_download_box{display:none}.user-purchase-vip_session_download{position:relative;display:flex;align-items:center;flex-direction:column;justify-content:flex-start;padding:24px 32px;background:#fff;border-radius:0 12px 0 0}.user-purchase-vip_session_download_title{font-weight:800;font-size:16px;color:#3a4056;line-height:24px}.user-purchase-vip_session_download_customer{display:flex;align-items:center;justify-content:center;width:86px;height:30px;margin-top:75px;background:#f4f4f4;border-radius:8px;font-weight:400;font-size:12px;color:#7b808f;cursor:pointer}.user-purchase-vip_session_download .user-purchase-vip_session_download_card{margin-top:25px;width:137px}.user-purchase-vip_session_download .user-purchase-vip-price_top-item{height:162px;background:#f8f9fc;border-radius:16px}.user-purchase-vip_session_download .user-purchase-vip-price_top-item_active{box-sizing:border-box;border:1px solid #ff9636;border-radius:16px;background:linear-gradient(175deg, #FFF4E1 5%, #FFDCC8 72%)}.user-purchase-vip_session_download .user-purchase-vip-price_top-item_active .user-purchase-vip-price_top-item-content{background:rgba(0,0,0,0)}.user-purchase-vip_session_download .user-purchase-vip-price_top-item_active .user-purchase-vip-price_top-item-content .price{color:#ff4040}.user-purchase-vip_session_download .user-purchase-vip-price_top-item_active .user-purchase-vip-price_top-item-content .file-size{color:#7b808f}.user-purchase-vip_session_download .user-purchase-vip-price_top-item_active .user-purchase-vip-price_top-item-content .file-size .htooltip-trigger{width:auto}.user-purchase-vip_session_download .user-purchase-vip-price_top-item_active .user-purchase-vip-price_top-item-content span{color:#ff4040}.user-purchase-vip_session_download .user-purchase-vip-price_top-item-content{border-radius:16px 16px 0 0;height:auto}.user-purchase-vip_session_download .user-purchase-vip-price_top-item-content>span{text-decoration-line:unset}.user-purchase-vip_session_download .user-purchase-vip-price_top-item-file-number{font-family:var(--mfy-font-family-din),"Microsoft YaHei",sans-serif;font-weight:bold;font-size:20px;color:#3a4056;text-align:center}.user-purchase-vip_session_download::after{position:absolute;top:73px;left:0;content:"";width:1px;height:265px;background:#eaeaea}.user-purchase-vip-other-modal{border-radius:16px !important;background:linear-gradient(147deg, #D5E5FF 0%, #F3F7FF 66%);padding:0 !important}.user-purchase-vip-other-modal.hmodal{height:627px}.user-purchase-vip-other-modal .hmodal-body{padding:32px 0 0 0 !important}.user-purchase-vip-other-modal .user-purchase-vip_session_download_box{display:block}.user-purchase-vip-other-modal .user-purchase-vip-price{height:auto;padding:24px 32px;border-top-right-radius:0;margin-right:0 !important;border:unset}.user-purchase-vip-other-modal .user-purchase-vip-price .user-purchase-vip-price_title{display:block}.user-purchase-vip-other-modal .user-purchase-vip-price .user-purchase-vip-price_top{margin-top:25px;gap:16px}.user-purchase-vip-other-modal .user-purchase-vip-price .user-purchase-vip-price_top-item{width:137px}.user-purchase-vip-other-modal .user-purchase-vip-price .user-purchase-vip-price_middle{background-size:100% 100%;margin-top:12px}.user-purchase-vip-other-modal .user-purchase-vip-price .user-purchase-vip-price_bottom{margin-top:12px}.user-purchase-vip-other-modal .user-purchase-vip-price .user-purchase-vip-price_bottom_vip_text{display:block}.h5-either-vip-and-peruse .info-icon{display:flex;flex-direction:row;align-items:center}.h5-either-vip-and-peruse-modal .adm-popup-body-position-bottom{border-radius:16px 16px 0 0;background:linear-gradient(147deg, #D5E5FF 0%, #F3F7FF 66%);padding:40px 0 0 0}.h5-either-vip-and-peruse-tips{display:flex;justify-content:center;align-items:center;flex-direction:column}.h5-either-vip-and-peruse-tips_top{display:flex;justify-content:center;align-items:center;gap:6px;width:79%;text-align:center}.h5-either-vip-and-peruse-tips_top img{width:20px;height:20px}.h5-either-vip-and-peruse-tips_top span{display:inline-block;font-weight:700;font-size:16px;color:#3c80ff;line-height:150%}.h5-either-vip-and-peruse-tips_bottom{display:flex;justify-content:center;margin-top:4px;height:21px;font-weight:400;font-size:14px;color:#3c80ff;line-height:21px}.h5-either-vip-and-peruse-wrapper{padding:0 16px;margin-bottom:12px}.h5-either-vip-and-peruse-price{display:flex;flex-direction:row;align-items:center;background:#fff;box-shadow:0 -6px 24px 0 rgba(201,222,255,.55);border-radius:16px;border:1px solid #f0f3fa;margin-top:24px;justify-content:space-around;padding:0 18px}.h5-either-vip-and-peruse-price_content{margin-top:24px;width:58%}.h5-either-vip-and-peruse-price_title{text-align:center;font-weight:bold;font-size:14px;color:#3a4056;line-height:16px}.h5-either-vip-and-peruse-price_top{margin-top:24px;display:flex;justify-content:center;gap:7px}.h5-either-vip-and-peruse-price_top-item{width:48%;position:relative;border-radius:12px;cursor:pointer;border:1px solid rgba(0,0,0,0)}.h5-either-vip-and-peruse-price_top-item.active{box-sizing:border-box;border:1px solid #ff9636}.h5-either-vip-and-peruse-price_top-item.active .h5-either-vip-and-peruse-price_top-item-content{background:linear-gradient(175deg, #FFF4E1 5%, #FFDCC8 72%)}.h5-either-vip-and-peruse-price_top-item.active .h5-either-vip-and-peruse-price_top-item-content .price{color:#ff4040}.h5-either-vip-and-peruse-price_top-item.active .h5-either-vip-and-peruse-price_top-item-content .price span{color:#ff4040}.h5-either-vip-and-peruse-price_top-item.active .h5-either-vip-and-peruse-price_top-item-text{background:linear-gradient(90deg, #F72828 0%, #FF9636 100%)}.h5-either-vip-and-peruse-price_top-item-content{display:flex;flex-direction:column;align-items:center;justify-content:center;height:136px;background:#f8f9fc;border-radius:12px 12px 0 0}.h5-either-vip-and-peruse-price_top-item-content .info-icon svg{position:relative;top:3px}.h5-either-vip-and-peruse-price_top-item-content .title{font-weight:normal;font-size:14px;color:#3a4056}.h5-either-vip-and-peruse-price_top-item-content .price{margin-top:6px;height:40px;line-height:40px;font-family:var(--mfy-font-family-din),"Microsoft YaHei",serif;font-weight:bold;font-size:32px;color:#3a4056}.h5-either-vip-and-peruse-price_top-item-content .price span{margin-right:4px;height:24px;font-family:var(--mfy-font-family-din),"Microsoft YaHei",serif;font-weight:bold;font-size:20px;color:#3a4056;line-height:24px}.h5-either-vip-and-peruse-price_top-item-content>span{height:20px;font-weight:normal;font-size:12px;color:#9ba0ad;line-height:20px;text-align:center;text-decoration-line:line-through}.h5-either-vip-and-peruse-price_top-item-text{height:26px;line-height:26px;text-align:center;font-weight:normal;font-size:12px;color:#fff;background:linear-gradient(139deg, #FFB0B8 0%, #FFD3AA 100%);box-shadow:inset 0 0 2px 0 hsla(0,0%,100%,.64);border-radius:0 0 12px 12px}.h5-either-vip-and-peruse-price_top-item-tag{position:absolute;left:20px;top:-11px;padding-right:15px;height:20px;font-weight:normal;font-size:12px;color:#fff;line-height:16px}.h5-either-vip-and-peruse-price_top-item-tag div{position:relative;height:20px;line-height:20px;margin-left:-10px;z-index:1}.h5-either-vip-and-peruse-price_top-item-tag::before{position:absolute;top:0;width:100%;left:-7px;content:"";height:20px;background:linear-gradient(91deg, #f72828 28.82%, #ff9636 103.07%);border-radius:0 10px 10px 0}.h5-either-vip-and-peruse-price_top-item-tag::after{position:absolute;top:0;left:-21px;content:"";width:26px;height:32px;background-image:url(https://statics.123pan.com/img/member_buy_product_tag.svg);background-size:100% 100%;background-position:center center;background-repeat:no-repeat}.h5-either-vip-and-peruse-price_middle{width:100%;height:50px;margin:16px 0 15px 0}.h5-either-vip-and-peruse-price_bottom{display:flex;justify-content:space-between;align-items:center;width:100%;height:30px;margin-top:24px;padding:0 12px;font-weight:400;font-size:12px;color:#7b808f;background:#f4f4f4;border-radius:8px 8px 8px 8px}.h5-either-vip-and-peruse-price_bottom-more{display:flex;align-items:center;cursor:pointer}.h5-either-vip-and-peruse-price_bottom-more img{width:14px;height:14px}.h5-either-vip-and-peruse-peruse{display:flex;flex-direction:column;margin-top:9px;width:30%}.h5-either-vip-and-peruse-peruse .text{display:flex;flex-direction:column;align-items:center;justify-content:center;background:#f8f9fc;border-radius:12px;border:1px solid #f8f9fc;height:164px;margin-top:24px}.h5-either-vip-and-peruse-peruse .text.active{box-sizing:border-box;border:1px solid #ff9636;background:linear-gradient(175deg, #FFF4E1 5%, #FFDCC8 72%)}.h5-either-vip-and-peruse-peruse .text.active .file-size .value{color:#ff4040}.h5-either-vip-and-peruse-peruse .text .file-size{display:flex;flex-direction:column}.h5-either-vip-and-peruse-peruse .text .file-size .label{font-weight:400;font-size:14px;color:#3a4056;line-height:22px;text-align:center}.h5-either-vip-and-peruse-peruse .text .file-size .value{font-weight:bold;font-size:32px;color:#3a4056;line-height:40px;text-align:center;font-family:var(--mfy-font-family-din),"Microsoft YaHei","Helvetica Neue",Helvetica,Arial,sans-serif}.h5-either-vip-and-peruse-peruse .text .money{display:flex;flex-direction:column}.h5-either-vip-and-peruse-peruse .text .money .info-icon{display:flex;flex-direction:row;justify-content:center;align-items:center}.h5-either-vip-and-peruse-peruse .text .money .info-icon .label{font-weight:400;font-size:12px;color:#9ba0ad;line-height:20px}.h5-either-vip-and-peruse-peruse .text .money .value{font-weight:bold;font-size:14px;color:#3a4056;line-height:20px;text-align:center;font-family:var(--mfy-font-family-din),"Microsoft YaHei",serif}.h5-either-vip-and-peruse-peruse .service{font-weight:400;font-size:12px;color:#7b808f;line-height:18px;width:100%;height:50px;display:flex;flex-direction:row;align-items:center;justify-content:center;background:#f8f9fc;border-radius:12px;margin-top:16px}.h5-either-vip-and-peruse-pay{display:flex;gap:12px;flex-direction:column;align-items:center;padding:16px;background:#fff}.h5-either-vip-and-peruse-pay-button{width:100%;height:44px !important;font-size:16px !important;display:flex;flex-direction:row;align-items:center;justify-content:center}.h5-either-vip-and-peruse-pay-button--price{font-size:24px;line-height:24px}.h5-either-vip-and-peruse-pay .agreement{display:flex;flex-direction:row;align-items:center;color:#7b808f;font-size:12px}.h5-either-vip-and-peruse-pay .agreement span{color:#3a4056}.screen-sm .adm-popup-body{max-height:90vh;max-height:calc(var(--1dvh, 1vh)*90);max-height:90dvh;overflow-y:auto}.screen-sm .h5-either-vip-and-peruse-price_top-item-content .price{font-size:20px !important}.screen-sm .h5-either-vip-and-peruse-price_top-item-content .price span{font-size:16px !important}.screen-sm .h5-either-vip-and-peruse-price_title{font-size:12px !important}.screen-sm .h5-either-vip-and-peruse-peruse .file-size .value{font-size:22px !important}.screen-sm .h5-either-vip-and-peruse-pay{padding:16px 0 16px 0 !important}.screen-sm .h5-either-vip-and-peruse-pay .button-wrap{padding:0 16px;width:100%}.screen-sm .h5-either-vip-and-peruse-pay .agreement{display:inline-block !important}
.qrcode-box{position:relative;width:100%;height:100%}.qrcode-box .code-mask{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background:hsla(0,0%,100%,.9);z-index:99}.qrcode-box .code-mask .mask-tips{width:100%;font-size:14px;color:#3a4056;text-align:center}.qrcode-box .code-mask .mask-btn{display:flex;align-items:center;justify-content:center;width:74px;height:24px;line-height:24px;margin-top:8px;background:#3c80ff;border-radius:6px;font-size:12px;color:#fff;cursor:pointer}.qrcode-box .code-mask .anticon-spin{font-size:30px;color:#3c80ff}
.radio{font-weight:400;font-size:14px;line-height:22px;color:#3c3f52;cursor:pointer;display:flex;align-items:center;position:relative}.radio input[type=radio]{display:none}.radio .widget{position:absolute;border-radius:50%;border:1px solid #d9d9d9;height:16px;width:16px;flex-shrink:0}.radio .widget::after{content:"";position:absolute;top:2px;left:2px;height:10px;width:10px;background-color:rgba(0,0,0,0);border-radius:50%}.radio input[type=radio]:checked+.widget{border-color:#3c80ff}.radio input[type=radio]:checked+.widget::after{background-color:#3c80ff}.radio-group{display:flex;align-items:center;flex-wrap:wrap;row-gap:12px;column-gap:24px}
.input-wrapper{position:relative}.input-wrapper .input{display:block;width:100%;box-sizing:border-box;line-height:22px;font-weight:400;font-size:14px;color:#3c3f52;padding:0;border-width:0;outline:none;resize:none}.input-wrapper .input::-moz-focus-inner{border:0}.input-wrapper .input::placeholder{line-height:22px;font-weight:400;font-size:14px;color:#9ba0ad}.input-wrapper .input:disabled{cursor:not-allowed;color:#9ba0ad}.input-wrapper .input-large::placeholder{line-height:38px}.input-wrapper .input-medium::placeholder{line-height:30px}.input-wrapper .clear{position:absolute;top:0;bottom:0;right:0;cursor:pointer;display:flex;align-items:flex-start;justify-content:center}.input-wrapper .clear .delete{width:20px}.input-wrapper .clear .delete img{width:100%}.input-wrapper .clear .delete .icon-delete{display:block}.input-wrapper .clear .delete .icon-delete-active{display:none}.input-wrapper .clear .delete:hover .icon-delete{display:none}.input-wrapper .clear .delete:hover .icon-delete-active{display:block}.input-wrapper .error-tip{position:absolute;top:50%;transform:translateY(-50%);left:100%;width:80%;padding-left:12px;color:#f64e60;font-size:14px;line-height:24px}.input-wrapper .bottom-error-tip{top:calc(100% + 12px);left:0;color:#ff6c6c}.input-wrapper .options{position:absolute;top:calc(100% + 12px);left:0;right:0;z-index:9999;color:#3c3f52;background-color:#fff;box-shadow:0 4px 12px 0 rgba(212,212,212,.5);border-radius:6px;transition:all .3s;transition-delay:.3s;overflow:hidden;max-height:0}.input-wrapper .options:first-child{border-top-left-radius:6px;border-top-right-radius:6px}.input-wrapper .options:last-child{border-bottom-left-radius:6px;border-bottom-right-radius:6px}.input-wrapper .options .option{padding:8px 16px;cursor:pointer}.input-wrapper .options .option:hover{background-color:#f4f6fb;color:#3c80ff}.input-wrapper input:focus~.options,.input-wrapper textarea:focus~.options{max-height:240px;overflow:auto}
.checked{font-weight:400;font-size:14px;line-height:18px;color:#3c3f52;cursor:pointer;display:flex;align-items:center}.checked input[type=checkbox]{display:none}.checked .widget{position:relative;border-radius:50%;border:1px solid #d9d9d9;height:16px;width:16px}.checked .widget::after{content:"";position:absolute;top:2px;left:2px;height:10px;width:10px;background-color:rgba(0,0,0,0);border-radius:50%}.checked input[type=checkbox]:checked+.widget{border-color:#3c80ff}.checked input[type=checkbox]:checked+.widget::after{background-color:#3c80ff}
.collapse-h5 .collapse-header-h5{cursor:pointer;font-weight:400;font-size:14px;line-height:24px;color:#a7a9b8;transition:all .3s;position:relative}.collapse-h5 .collapse-header-h5 .trigger{position:relative;z-index:99}.collapse-h5 .collapse-header-h5 .arrow{display:inline-block;width:14px;transition:all .3s}.collapse-h5 .collapse-header-h5 .arrow-active{display:none;width:14px;transition:all .3s}.collapse-h5 .collapse-body-h5{transition:all .3s;overflow:hidden;height:0}.collapse .collapse-header{cursor:pointer;font-weight:400;font-size:14px;line-height:40px;color:#7e8299;transition:all .3s;position:relative}.collapse .collapse-header .trigger{position:relative;z-index:99;display:flex;flex-direction:row;align-items:center}.collapse .collapse-header .arrow{display:inline-block;width:14px;transition:all .3s}.collapse .collapse-header .arrow-active{display:none;width:14px;transition:all .3s}.collapse .collapse-header:hover{color:#3c3f52}.collapse .collapse-header:hover .arrow{display:none}.collapse .collapse-header:hover .arrow-active{display:inline-block}.collapse .collapse-header:hover::after{content:"";position:absolute;top:0;left:-9px;right:-9px;bottom:0;background-color:#f4f6fb;border-radius:8px;z-index:98}.collapse .collapse-body{transition:all .3s;overflow:hidden;height:0}
.button{border:1px solid rgba(0,0,0,0);color:#3c80ff;background-color:#f0f8ff;outline:none;height:44px;line-height:44px;font-size:14px;font-weight:500;padding:0 20px;display:flex;align-items:center;justify-content:center;text-align:center;border-radius:8px}.button:disabled{cursor:not-allowed}.button .icon-loading{margin-right:4px}.button-primary{color:#fff;background-color:#3c80ff}.button-primary:hover{background-color:#2961d9}.button-primary:disabled{background-color:#b8d8ff}.button-primary:disabled:hover{background-color:#b8d8ff}.ghost{color:#3c3f52;background-color:rgba(0,0,0,0);border:1px solid #e4e6ef}.ghost:hover{background-color:rgba(0,0,0,0)}.ghost:disabled{background-color:rgba(0,0,0,0)}.ghost:disabled:hover{background-color:rgba(0,0,0,0)}.button-primary.ghost{color:#3c80ff;border-color:#3c80ff}.button-primary.ghost:hover{color:#2961d9;border-color:#2961d9}
.invoice-info-h5{box-sizing:border-box;height:40px;width:100%;line-height:40px;padding:0 16px;border-radius:8px;display:flex;align-items:center;background-color:#f4f6fb;cursor:pointer}.invoice-info-h5 .label{font-weight:400;color:#3a4056}.invoice-info-h5 .type{margin-left:auto;font-weight:400;font-size:12px;color:#7b808f}.invoice-info-h5 img{display:block;width:14px;position:relative;top:1px}.invoice-info-h5-modal{z-index:9999999 !important}.invoice-info-h5-modal .adm-popup-body-position-bottom{border-radius:16px 16px 0 0;padding:8px 8px 16px}.invoice-info-h5-modal .h5-title{padding:8px;font-weight:500;font-size:16px;color:#1b1f35;line-height:24px;display:flex;align-items:center;justify-content:space-between}.invoice-info-h5-modal .h5-title .pop-close{width:24px}.invoice-info-h5-modal .h5-form{height:460px;overflow-y:auto;overflow-x:hidden;padding:8px 8px 24px}.invoice-info-h5-modal .h5-form .h5-subtitle{font-weight:500;font-size:14px;color:#1b1f35;line-height:24px;margin-bottom:12px}.invoice-info-h5-modal .h5-form .h5-form-item{display:flex;align-items:baseline;margin-bottom:20px}.invoice-info-h5-modal .h5-form .h5-label{width:96px;font-weight:400;font-size:14px;color:#a7a9b8;line-height:22px}.invoice-info-h5-modal .h5-form .h5-value{flex:1}.invoice-info-h5-modal .h5-form .fee{font-weight:400;font-size:14px;color:#3c3f52;line-height:22px}
.invoice-info{padding:0 12px;border-radius:8px;display:flex;align-items:center;background-color:#fff;cursor:pointer}.invoice-info .label{font-size:12px;color:#3a4056;line-height:14px}.invoice-info .type{margin-left:auto;font-size:12px;color:#7b808f;line-height:14px}.invoice-info img{width:14px}.invoice-info-modal{padding:0;padding-bottom:0}.invoice-info-modal .hmodal-content{border-radius:16px !important;padding:0 !important}.invoice-info-modal .hmodal-content .hmodal-close{top:10px !important;right:14px !important;display:flex;flex-direction:row;justify-content:center;align-items:center}.invoice-info-modal .hmodal-content .hmodal-close-x{width:24px !important;height:24px !important;line-height:24px !important;align-items:center}.invoice-info-modal .hmodal-content .hmodal-header{border-top-left-radius:16px !important;border-top-right-radius:16px !important;border-width:0;padding:16px 24px 0 16px !important}.invoice-info-modal .hmodal-content .hmodal-header .invoice-info-title{height:20px;font-size:14px;color:#3a4056;line-height:20px;font-weight:normal}.invoice-info-modal .hmodal-content .hmodal-body{height:506px;overflow-y:auto;overflow-x:hidden;padding:0 12px 12px !important;margin:0 12px 12px}.invoice-info-modal .hmodal-content .hmodal-footer{display:flex;align-items:center;justify-content:center;padding:0 24px 24px 24px !important}.invoice-info-modal-web .invoice-info-title{padding-left:7px}.invoice-info-form .form-title{font-weight:normal;font-size:14px;color:#3a4056;line-height:20px;position:relative;padding-left:11px;margin-bottom:24px}.invoice-info-form .form-title::before{content:"";position:absolute;top:2px;left:0;width:3px;height:16px;background-color:#3c80ff;border-radius:6px}.invoice-info-form .form-item{display:flex;align-items:center;margin-bottom:24px}.invoice-info-form .form-item:last-child{margin-bottom:0}.invoice-info-form .form-item .label{width:105px;margin-right:24px;font-weight:normal;font-size:14px;line-height:20px;color:#9ba0ad;position:relative}.invoice-info-form .form-item .required::before{content:"*";color:#f64e60}.invoice-info-form .form-item .value{flex:1}
.h5-pay-ok-modal.hmodal{top:300px !important}.h5-pay-ok-modal .hmodal-content{background:linear-gradient(147deg, #D5E5FF 0%, #F3F7FF 66%);border-radius:16px !important;padding-bottom:24px}.h5-pay-ok-modal .hmodal-content .hmodal-body{padding:0}.h5-pay-ok-modal.is-member-pay .hmodal-body{padding:0 0 24px 0}.h5-pay-ok-success{display:flex;flex-direction:column;justify-content:center;align-items:center;height:113px}.h5-pay-ok-success>span{margin-top:6px;font-size:16px;color:#3a4056}.h5-pay-ok-download-btn{display:flex;justify-content:center}.h5-pay-ok-download-btn button{width:292px}.h5-pay-ok-customer{display:flex;justify-content:center;align-items:center;margin-top:16px}.h5-pay-ok-customer .content{display:flex;justify-content:space-between;align-items:center;width:292px}.h5-pay-ok-customer .content .left{font-size:14px;color:#7b808f}.h5-pay-ok-customer .content .right{display:flex;align-items:center;cursor:pointer}.h5-pay-ok-customer .content .right span{font-size:14px;color:#3c80ff}.h5-pay-ok-footer{display:flex}.h5-pay-ok-footer .size{width:50%}.h5-pay-ok-footer .cost{width:50%}.download-pay-footer{display:flex;flex-direction:row;align-items:center;justify-content:space-between;background:url(https://statics.123pan.com/img/base_price.png) no-repeat center;background-size:cover;height:46px;border-bottom-left-radius:16px;border-bottom-right-radius:16px;margin-top:24px}.download-pay-footer__left{display:flex;flex-direction:row;align-items:center;justify-content:center;width:60%;height:100%}.download-pay-footer__left--title{color:#fff;font-size:14px;margin-right:6px}.download-pay-footer__left--byte{font-size:20px;color:#fff;font-weight:bold;font-family:var(--mfy-font-family-din),"Microsoft YaHei",system-ui,-apple-system,sans-serif}.download-pay-footer__right{display:flex;flex-direction:row;align-items:center;justify-content:center;width:40%;height:100%}.download-pay-footer__right--price{font-size:14px;color:#9ba0ad;line-height:24px;display:flex;flex-direction:row;justify-content:center}.download-pay-footer__right--price .icon{margin-top:3px}.download-pay-footer__right--prefix{color:#ff4040;font-size:18px;font-weight:bold}.download-pay-footer__right--mount{color:#ff4040;font-size:20px;font-family:var(--mfy-font-family-din),"Microsoft YaHei",system-ui,-apple-system,sans-serif}
.h5-pay-per-use-modal .hmodal-content{background:linear-gradient(147deg, #D5E5FF 0%, #F3F7FF 66%);border-radius:16px !important;overflow:hidden;padding:0 !important}.h5-pay-per-use-modal .hmodal-content .hmodal-body{padding:0}.h5-pay-per-use-title{display:flex;justify-content:center;padding-top:32px}.h5-pay-per-use-title span{font-weight:400;font-size:14px;color:#7b808f}.h5-pay-per-use-content{display:flex;align-items:center;flex-direction:column;gap:6px;margin-top:16px;padding:0 16px 24px 16px}.h5-pay-per-use-content .img{width:130px;height:130px;padding:8px;background:#fff;border-radius:12px;border:1px solid #f4f4f4}.h5-pay-per-use-content .text{width:100%;height:88px;border-radius:8px;background:#fff;display:flex;flex-direction:column;justify-content:center;padding-left:90px}.h5-pay-per-use-content .text .file-size{display:flex;align-items:center;gap:8px}.h5-pay-per-use-content .text .file-size span.label{color:#3a4056;font-size:14px;line-height:23px}.h5-pay-per-use-content .text .file-size span.value{font-weight:bold;font-size:20px;color:#3a4056;line-height:23px;font-family:var(--mfy-font-family-din),"Microsoft YaHei","Helvetica Neue",Helvetica,Arial,sans-serif}.h5-pay-per-use-content .text .money{display:flex;align-items:center;gap:8px;margin-left:-4px}.h5-pay-per-use-content .text .money .info-icon{display:flex;align-items:center;cursor:pointer}.h5-pay-per-use-content .text .money .label{font-size:14px;color:#3a4056}.h5-pay-per-use-content .text .money .value{font-size:20px;color:#ff4040;background:#fff;font-weight:bold}.h5-pay-per-use-content-button{width:100%;height:44px;font-size:16px;display:flex;flex-direction:row;align-items:center;justify-content:center;margin-top:16px}.h5-pay-per-use-content-button--price{font-size:24px;line-height:24px}.h5-pay-per-use-footer{display:flex;align-items:center;justify-content:space-between;padding:0 16px;height:32px;background-color:#fff}.h5-pay-per-use-footer .common{display:flex;align-items:center;font-weight:400;font-size:12px;cursor:pointer}.h5-pay-per-use-footer .left{color:#7b808f}.h5-pay-per-use-footer .left svg{color:#7b808f}.h5-pay-per-use-footer .right{color:#3c80ff}.h5-pay-per-use-footer .right svg{color:#3c80ff}.h5-pay-per-use-tooltip-text{padding:8px;font-weight:400;font-size:12px;color:#7b808f;line-height:18px}.pay-per-use-modal .hmodal-content{background:linear-gradient(147deg, #D5E5FF 0%, #F3F7FF 66%);border-radius:16px !important;overflow:hidden;padding:0 !important}.pay-per-use-modal .hmodal-content .hmodal-body{padding:0}.pay-per-use-title{display:flex;justify-content:center;padding-top:32px}.pay-per-use-title span{font-weight:400;font-size:14px;color:#7b808f}.pay-per-use-content{display:flex;align-items:center;gap:10px;margin-top:16px;padding:0 16px 24px 16px}.pay-per-use-content .img{width:130px;height:130px;background:#fff;border-radius:12px;border:1px solid #f4f4f4}.pay-per-use-content .img .hqrcode-container{width:100% !important;height:100% !important;padding:8px !important}.pay-per-use-content .text{flex:1}.pay-per-use-content .text>div .label{font-weight:400;font-size:14px;color:#3a4056}.pay-per-use-content .text>div .value{width:103px;height:34px;line-height:34px;text-align:center;font-family:var(--mfy-font-family-din),"Microsoft YaHei",serif;font-weight:bold;border-radius:8px}.pay-per-use-content .text .file-size{display:flex;align-items:center;justify-content:space-between}.pay-per-use-content .text .file-size .value{font-size:20px;color:#fff;background:#3c80ff}.pay-per-use-content .text .money{display:flex;align-items:center;margin-top:10px;margin-bottom:10px}.pay-per-use-content .text .money .info-icon{display:flex;align-items:center;cursor:pointer}.pay-per-use-content .text .money .info-icon svg{width:18px;height:18px}.pay-per-use-content .text .money .label{margin-left:2px}.pay-per-use-content .text .money .value{margin-left:2px;font-size:20px;color:#ff4040;background:#fff}.pay-per-use-footer{display:flex;align-items:center;justify-content:space-between;padding:0 16px;height:32px;background-color:#fff}.pay-per-use-footer .common{display:flex;align-items:center;font-weight:400;font-size:12px;cursor:pointer}.pay-per-use-footer .left{color:#7b808f}.pay-per-use-footer .left svg{color:#7b808f}.pay-per-use-footer .right{color:#3c80ff}.pay-per-use-footer .right svg{color:#3c80ff}.pay-per-use-tooltip-text{padding:8px;font-weight:400;font-size:12px;color:#7b808f;line-height:18px}
.h5-double-confirmation-modal .hmodal-content{background:linear-gradient(147deg, #D5E5FF 0%, #F3F7FF 66%);border-radius:16px !important;overflow:hidden;padding:0 !important}.h5-double-confirmation-modal .hmodal-content .hmodal-body{display:flex;flex-direction:column;align-items:center;padding:32px 24px 24px 24px !important}.h5-double-confirmation-title{font-weight:400;font-size:14px;color:#3a4056}.h5-double-confirmation-card{position:relative;display:flex;flex-direction:column;align-items:center;margin-top:16px;width:257px;height:125px;border:solid 1px rgba(0,0,0,0);border-radius:16px;background-image:linear-gradient(138deg, #FFFCEC 0%, #FBD688 0%, #FAF4D0 55%, #FBD688 100%),linear-gradient(to right, #F6BE64 0%, #FEFCF5 70%, #F4BA5E);background-origin:border-box;background-clip:content-box,border-box}.h5-double-confirmation-card::after{content:"";position:absolute;top:54px;left:179px;width:104px;height:98px;background-image:url(https://statics.123pan.com/img/share_coupon.png);background-repeat:no-repeat}.h5-double-confirmation-card .tips{margin-top:12px;padding:0 12px;width:225px;height:30px;line-height:30px;text-align:center;color:#713a03;font-size:12px;background:#fef9e3;box-shadow:0 8px 6px 0 rgba(250,226,166,.6);border-radius:43px}.h5-double-confirmation-card .tips span{font-weight:bold}.h5-double-confirmation-card .price{height:39px}.h5-double-confirmation-card .price span{font-weight:400;font-size:12px;color:#713a03;text-align:center}.h5-double-confirmation-card .price .value{font-family:var(--mfy-font-family-din);font-weight:bold;font-size:36px}.h5-double-confirmation-card .delete-price{margin-top:6px;line-height:20px;font-weight:normal;font-size:12px;color:#c67e2b;text-decoration-line:line-through}.h5-double-confirmation-button{position:relative;margin-top:35px;width:292px;height:40px}.h5-double-confirmation-button img{margin-right:4px}.h5-double-confirmation-button .ant-btn{width:100%;height:100%}.h5-double-confirmation-button .tag{position:absolute;top:-11px;right:0;display:flex;justify-content:center;align-items:center;width:56px;height:21px;background:linear-gradient(90deg, #F72828 0%, #FF9636 100%);border-radius:8px 8px 0 8px;border:0 solid;border-image:linear-gradient(223deg, rgb(255, 255, 255), rgba(255, 255, 255, 0)) 0 0}.h5-double-confirmation-button .tag img{margin:-2px 2px 0 0}.h5-double-confirmation-button .tag span{font-weight:normal;font-size:12px;color:#fff}.h5-double-confirmation-footer{display:flex;justify-content:space-between;align-items:center;margin-top:12px;width:292px;height:18px;font-weight:400;font-size:12px;color:#7b808f}.h5-double-confirmation-footer>div{cursor:pointer}.h5-double-confirmation-footer>div>span{margin-left:2px}.h5-double-confirmation-footer .left{display:flex;flex-direction:row;align-items:center}.h5-double-confirmation-footer .right{display:flex;flex-direction:row;align-items:center}
.custom-checkbox{display:inline-flex;align-items:center;cursor:pointer;user-select:none;position:relative;padding:0}.custom-checkbox input{position:absolute;width:100%;height:100%;opacity:0;cursor:pointer;z-index:1;margin:0}.custom-checkbox .custom-checkbox-inner{width:18px;height:18px;border:1px solid #d9d9d9;border-radius:4px;background-color:#fff;position:relative;transition:all .3s}.custom-checkbox .custom-checkbox-inner::after{box-sizing:border-box;position:absolute;top:50%;left:25%;display:table;width:6.428px;height:10.285px;border:2px solid #fff;border-top:0;border-left:0;transform:rotate(45deg) scale(0) translate(-50%, -50%);opacity:0;content:"";transition:all .1s cubic-bezier(0.71, -0.46, 0.88, 0.6),opacity .1s}.custom-checkbox .custom-checkbox-label{margin-left:8px;font-size:14px;color:#333}.custom-checkbox.custom-checkbox-checked .custom-checkbox-inner{background-color:#3c80ff;border-color:#3c80ff}.custom-checkbox.custom-checkbox-checked .custom-checkbox-inner::after{opacity:1;opacity:1;transform:rotate(45deg) scale(1) translate(-50%, -50%);transition:all .2s cubic-bezier(0.12, 0.4, 0.29, 1.46) .1s}.custom-checkbox.custom-checkbox-indeterminate .custom-checkbox-inner{background-color:#fff;border-color:#d9d9d9}.custom-checkbox.custom-checkbox-indeterminate .custom-checkbox-inner::after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:8px;height:8px;background-color:#3c80ff;border:none;opacity:1}.custom-checkbox.custom-checkbox-disabled .custom-checkbox-inner{border-color:#d9d9d9;background-color:#f5f5f5}.custom-checkbox.custom-checkbox-disabled .custom-checkbox-label{color:#bfbfbf}.custom-checkbox.custom-checkbox-disabled.custom-checkbox-checked .custom-checkbox-inner{background-color:#bfbfbf;border-color:#bfbfbf}.custom-checkbox.custom-checkbox-disabled.custom-checkbox-indeterminate .custom-checkbox-inner{background-color:#bfbfbf;border-color:#bfbfbf}.custom-checkbox:hover:not(.custom-checkbox-disabled) .custom-checkbox-inner{border-color:#3c80ff}.custom-table-selection-column .custom-checkbox{display:flex;align-items:center;justify-content:center;width:100%;padding:0}
.custom-table-wrapper{display:flex;flex-direction:column;width:100%}.custom-table-body-container{flex:1;position:relative;overflow:auto}.custom-table-header-container{padding-bottom:3px;border-bottom:1px solid var(--mfy-color-fill-default)}.custom-table{width:100%;border-collapse:collapse;text-align:left}.custom-table-thead>tr>th{border-bottom:1px solid #f0f0f0;padding:0 16px;height:32px;box-sizing:border-box;font-weight:400;color:#7e8299;transition:background .3s ease;position:sticky;top:0;z-index:10;word-break:break-all}.custom-table-thead>tr>th.custom-table-cell-sortable{cursor:pointer;user-select:none}.custom-table-thead>tr>th.custom-table-cell-sortable:hover{background:rgba(182,186,195,.1)}.custom-table-header-column-inner{display:flex;align-items:center}.custom-table-sort-icon{margin-left:8px;display:inline-flex;flex-direction:column;align-items:center;justify-content:center}.custom-table-tbody>tr>td{padding:12px 8px;height:32px;transition:background .3s ease;word-break:break-all}.custom-table-tbody>tr:hover>td{background:rgba(182,186,195,.15)}.custom-table-tbody>tr:hover>.custom-table-cell-empty{background:#fff}.custom-table-row-selected>td{background:rgba(182,186,195,.15)}.custom-table-row-selected>td:first-child{border-top-left-radius:8px;border-bottom-left-radius:8px}.custom-table-row-selected>td:last-child{border-top-right-radius:8px;border-bottom-right-radius:8px}.custom-table-align-left{text-align:left !important}.custom-table-align-center{text-align:center !important}.custom-table-align-right{text-align:right !important}.custom-table-selection-column{width:32px;text-align:center;padding:0 !important}.custom-table-placeholder{text-align:center;color:#7b808f;padding:32px 0}.custom-table-placeholder td{padding:32px 0}
.overflow-detector-container{position:relative;display:flex;align-items:center}.overflow-detector-container .htooltip-trigger{width:100%}.overflow-detector-container span{width:100%}.overflow-detector-container .overflow-detector-container-text{display:inline-block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:all .2s;width:calc(100% - 20px)}.verifyBox .overflow-detector-container .mfy-tooltip-popup{height:30px}
.web-file-list-container{height:100%}.web-file-list-container .ant-table-body{position:relative;max-height:calc(100% - 25px) !important}.web-file-list-container .ant-table-body::-webkit-scrollbar{position:relative;right:-30px}.web-file-list-container .ant-table-body{padding-right:30px;margin-right:-30px}
.mobile-file-list-container{height:100%}.mobile-file-list-container .appTable{width:100%;height:56px;padding:0 16px;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.mobile-file-list-container .appTable .appTableRowLeft{width:92%;margin-top:8px;display:inline-block}.mobile-file-list-container .appTable .appTableRowLeftContent{width:100%;font-size:14px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;display:flex;flex-direction:row;align-items:center}.mobile-file-list-container .appTable .appTableRowLeftImg{margin-right:16px}.mobile-file-list-container .appTable .appTableRowLeftTextWrap{width:85%}.mobile-file-list-container .appTable .appTableRowLeftText{font-weight:400;font-size:14px;color:#1b1f35;line-height:16px;width:100%;margin-bottom:2px}.mobile-file-list-container .appTable .appTableRowLeftDesc{font-weight:400;font-size:11px;color:#7e8299;line-height:16px}
.grid-file-contanier-dropdown{min-width:66px}.grid-file-contanier-dropdown .h-dropdown-menu{min-width:66px}.tiled-list-container{height:100%}.tiled-list-container-nav{height:32px;padding:0 8px;display:flex;flex-direction:row;align-items:center;margin-bottom:3px}.tiled-list-container-nav .ant-checkbox-label{font-weight:400;font-size:14px;line-height:100%;letter-spacing:0;color:#7e8299}.tiled-list-container-nav .custom-checkbox-label{font-weight:400;font-size:14px;line-height:100%;letter-spacing:0;color:#7e8299;padding-right:8px}.tiled-list-container.mobile{padding:0 16px}.tiled-list-content{position:relative;width:calc(100% + 60px);user-select:none;user-select:none;user-select:none;user-select:none;overflow:hidden;border-top:1px solid #f5f6f7;margin-left:-30px;margin-right:-30px}.tiled-list-content .h-dropdown-menu,.tiled-list-content .h-dropdown-overlay{min-width:66px}.tiled-list-content.mobile{padding:0;width:100%;margin-left:0;margin-right:0}.tiled-list-content-scroll{overflow-x:hidden !important;overflow-y:auto !important;position:relative;width:100%;height:100%}.tiled-list-content-scroll::-webkit-scrollbar{width:8px;background:rgba(0,0,0,0)}.tiled-list-content-scroll::-webkit-scrollbar-track{background:rgba(0,0,0,.1);border-radius:4px}.tiled-list-content-scroll::-webkit-scrollbar-thumb{background:rgba(0,0,0,.3);border-radius:4px}.tiled-list-content-scroll::-webkit-scrollbar-thumb:hover{background:rgba(0,0,0,.5)}.tiled-list-file-wrap{display:flex;justify-content:center;align-items:center}.tiled-list-file-content{position:relative}.tiled-list-file-content .tiled-list-file-content-info--check .custom-checkbox-inner{width:14px;height:14px;border-radius:4px}.tiled-list-file-content .tiled-list-file-content-info--check{top:12px}.tiled-list-file-content:hover .tiled-list-file-content-info--check{opacity:1 !important}.tiled-list-file-content:hover .tiled-list-file-content-info{background-color:rgba(182,186,195,.1)}.tiled-list-file-content:hover .tiled-list-file-content-info--operate{visibility:visible}.tiled-list-file-content-info{width:142px;height:162px;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#fff;overflow:hidden;text-align:center;white-space:nowrap;cursor:pointer}.tiled-list-file-content-info.web{padding:20px;border-radius:8px}.tiled-list-file-content-info.mobile{width:104px;height:134px}.tiled-list-file-content-info.selected{background-color:rgba(182,186,195,.15);color:#fff}.tiled-list-file-content-info--box{display:flex;flex-direction:column;height:100%;width:100%}.tiled-list-file-content-info--box-image{position:relative;top:3px;width:72px;height:72px;margin:0 auto}.tiled-list-file-content-info--box-image.mobile{width:48px;height:48px}.tiled-list-file-content-info--box-name{margin-top:15px}.tiled-list-file-content-info--box-name.mobile{margin-top:8px}.tiled-list-file-content-info--box-time{font-size:12px;color:#7e8299;margin-top:2px}.tiled-list-file-content-info--check{opacity:0;position:absolute;top:9px;left:9px;bottom:unset;z-index:9999}.tiled-list-file-content-info--check .custom-checkbox-inner{width:14px !important;height:14px !important}.tiled-list-file-content-info--check .custom-checkbox-inner::after{transform:rotate(45deg) scale(0.7) translate(-80%, -60%) !important}.tiled-list-file-content-info--check.mobile{top:unset;width:100%;display:flex;flex-direction:row;justify-content:center;left:0;bottom:5px}.tiled-list-file-content-info--check.show{opacity:1}.tiled-list-file-content-info--check.hidden{opacity:0}.tiled-list-file-content-info--operate{display:flex;flex-direction:row;align-items:center;gap:4px;width:52px;height:24px;position:absolute;top:4px;right:4px;visibility:hidden}.tiled-list-file-content-info--operate-item{width:24px;height:24px;display:flex;flex-direction:row;align-items:center;justify-content:center;border-radius:4px;background-color:#fff;cursor:pointer}.tiled-list-file-content-info--operate-item:hover{background-color:rgba(182,186,195,.2)}.tiled-list-file-content-info--operate-item .icon{font-size:16px;color:#1b1f35}.tiled-list-clean-net{margin-top:23px}
.mask-all{width:100%;height:100%;position:fixed;overflow:hidden;top:0;bottom:0;left:0;right:0;z-index:2000}.mask-all .contentBox{width:226px;height:38px;background:#fff;border-radius:2px;box-shadow:0 2px 8px 0 rgba(0,0,0,.15);line-height:38px;padding:0 16px;color:var(--mfy-color-primary);margin:200px auto 0 auto}
.download-selection-tips-modal-content{margin:0 auto}.download-selection-tips-modal-content-title{font-weight:400;font-size:14px;line-height:22px;letter-spacing:0;color:var(--mfy-color-text)}.download-selection-tips-modal-content-desc{font-weight:400;font-size:12px;line-height:20px;letter-spacing:0;margin-top:8px;color:#bbbdc9;margin-bottom:24px}
.video-look{position:fixed;top:50%;left:50%;margin-top:-380px;margin-left:-600px;z-index:3000;width:1200px;height:760px}.video-look.mobile .ant-image-preview-wrap{position:fixed !important;left:0;top:0;z-index:99}.video-look.mobile .ant-image-preview-mask{position:fixed !important;z-index:99}.video-look .ant-image-preview-mask{background-color:#000 !important;position:absolute !important;top:0;right:0;bottom:0;left:0;height:100%;z-index:1}.video-look .ant-image-preview-wrap{position:absolute !important;overflow:hidden;width:100%;height:100%;z-index:1}.video-look .video-header-box{display:flex;align-items:center;justify-content:space-between;position:absolute;width:100%;height:88px;top:-88px;background:linear-gradient(180deg, rgba(2, 2, 2, 0.8) 0%, rgba(2, 2, 2, 0) 100%);transition:all .6s ease}.video-look .video-header{display:flex;align-items:center;justify-content:space-between;position:absolute;top:10px;z-index:7;color:#fff;width:100%;height:40px;padding:0 24px;transition:top .1s ease}.video-look .video-header .video-title{width:681px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;line-height:35px;font-size:14px;color:#fff !important}.video-look .video-header .video-icon-box{display:flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:2px;margin-left:16px;cursor:pointer;box-sizing:content-box}.video-look .video-header .video-icon-box .icon{font-size:20px;cursor:pointer}.video-look .video-header .video-icon-box{-webkit-app-region:no-drag}.video-look .video-header .video-icon-box:hover .icon{color:#3c80ff !important}.video-look .video-header .video-vip-btn{position:relative;padding:0 8px;margin-right:2px;height:24px;line-height:24px;background:#3c80ff;border-radius:6px 6px 6px 6px;font-size:12px;color:#fff;cursor:pointer;-webkit-app-region:no-drag}.video-look .video-header .video-vip-btn::after{content:attr(data-text);position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);cursor:inherit}.video-look .video-header .video-close{display:flex;align-items:center;justify-content:center;height:50px;border-radius:50px;cursor:pointer;z-index:3;-webkit-app-region:drag}.video-look .video-header .video-close .icon{font-size:24px;color:#fff !important}.video-look .video-header .icon{color:#fff}.video-look .video-page{width:100%;height:100%}.video-look .video-page-loading{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.video-look .video-page-loading .anticon{color:#fff;font-size:51px}.video-look .video-box{width:100%;height:100%}.video-look #videoPlay{width:100%;height:100%;border-radius:0 0 0 0}.video-look .dplayer-video-wrap{background:#1e1f20 !important}.video-look .quickKey-modal{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;background:rgba(0,0,0,.6);z-index:3005}.video-look .quickKey-body{position:absolute;top:0;left:50%;right:0;bottom:0;width:650px;height:100%;margin-left:-325px;display:flex;flex-direction:column;align-items:center;justify-content:center}.video-look .quickKey-body .quickKey-title{font-size:20px;color:#fff}.video-look .quickKey-body .quickKey-list{display:flex;flex-wrap:wrap;margin:43px 0 75px 0}.video-look .quickKey-body .quickKey-list .quickKey-item{display:flex;align-items:center;width:215px;font-size:12px;color:#fff;margin-bottom:32px;padding-left:35px}.video-look .quickKey-body .quickKey-list .quickKey-item .item-icon{display:flex;align-items:center;justify-content:center;font-size:16px;width:26px;height:26px;margin-left:8px;background:hsla(0,0%,100%,.24);border-radius:4px 4px 4px 4px;border:1px solid #b8bbc4}.video-look .quickKey-body .quickKey-list .quickKey-item .item-icon .icon-name{display:flex;align-items:center;justify-content:center;height:26px;min-width:22px}.video-look .quickKey-body .quickKey-list .quickKey-item .item-icon .icon{color:#fff;font-size:22px}.video-look .quickKey-body .quickKey-list .quickKey-item .item-name{margin-left:14px}.video-look .quickKey-body .quickKey-list .quickKey-item:nth-child(10) .item-icon{width:72px}.video-look .quickKey-body .quickKey-list .quickKey-item:nth-child(10),.video-look .quickKey-body .quickKey-list .quickKey-item:nth-child(11){padding-left:0}.video-look .quickKey-body .quickKey-list .quickKey-item:nth-child(1),.video-look .quickKey-body .quickKey-list .quickKey-item:nth-child(4),.video-look .quickKey-body .quickKey-list .quickKey-item:nth-child(7){padding-left:45px}.video-look .quickKey-body .quickKey-list .quickKey-item:nth-child(12){padding-left:1px}.video-look .quickKey-body .quickKey-btn{display:flex;align-items:center;justify-content:center}.video-look .quickKey-body .quickKey-btn .ant-btn{width:150px;height:40px;background:#3c80ff;border-radius:100px 100px 100px 100px;font-size:14px;color:#fff;border:unset;cursor:pointer}.video-look-hide .video-header-box{top:-88px}.video-look-hide .drawer-body{right:-510px !important}.drawer-btn-icon .video-tooltip{padding-top:0 !important}.video-look-Show .video-header-box{top:0}.video-look-Show .drawer-body{right:-386px !important}.video-tooltip{padding-top:5px !important}.video-tooltip .ant-tooltip-inner{min-width:unset !important;min-height:unset !important;padding:0 5px !important;background:#7b808f !important;border-radius:6px 6px 6px 6px !important;color:#fff !important;border:1px solid #b8bbc4 !important}.video-tooltip .ant-tooltip-arrow-content{display:none;--antd-arrow-background-color: #7B808F!important}.video-tooltip .ant-tooltip-arrow-content::before{top:-11px !important;left:-11px !important;width:19px !important;height:19px !important}
.video-box{position:relative;width:100%;height:100%}.video-box .video-limit-tips{height:42px;position:absolute;top:100px;left:50%;border-radius:100px;padding:10px 16px;z-index:3;background:var(--Mask-01-, rgba(0, 0, 0, 0.5));box-shadow:0 4px 50px 0 rgba(0,0,0,.07);font-weight:400;font-size:14px;line-height:22px;color:#fff;opacity:0;transform:translateX(-50%) translateY(-20px);transition:all .3s cubic-bezier(0.78, 0.14, 0.15, 0.86)}.video-box .video-limit-tips.toast-enter{opacity:1;transform:translateX(-50%) translateY(0)}.video-box .video-limit-tips.toast-leave{opacity:0;transform:translateX(-50%) translateY(-20px)}.video-box .video-play-fail{background:rgba(0,0,0,.6);backdrop-filter:blur(6px);backdrop-filter:blur(6px);backdrop-filter:blur(13px);position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:20px;z-index:5}.video-box .video-play-fail-close{position:absolute;top:20px;right:20px;width:30px;height:30px;cursor:pointer;display:flex;align-items:center;justify-content:center}.video-box .video-play-fail-content{color:#fff;font-size:16px;font-weight:600;text-align:center;display:flex;flex-direction:column;gap:8px}.video-box .video-play-fail-footer{display:flex;gap:24px;align-items:center;justify-content:center;height:fit-content}.video-box .video-play-fail-replay,.video-box .video-play-fail-save{display:flex;justify-content:center;align-items:center;box-sizing:border-box;border-radius:6px;height:34px;width:96px;font-size:14px;font-weight:400;cursor:pointer}.video-box .video-play-fail-replay{border:1px solid #d9d9d9;background:#fff;color:#3a4056}.video-box .video-play-fail-replay:hover{background:#f5f5f5}.video-box .video-play-fail-save{border:1px solid rgba(0,0,0,0);background:#597dfc;color:#fff}.video-box .video-play-fail-save:hover{background:#325cf0}.video-box .video-play-fail-mobile.video-play-fail{gap:15px}.video-box .video-play-fail-mobile .video-play-fail-save{height:40px;width:104px}.video-box .video-play-fail-mobile .video-play-fail-replay{height:fit-content;display:flex;justify-content:center;align-items:center;box-sizing:border-box;cursor:pointer;color:#fff;line-height:18px;font-size:14px;background:rgba(0,0,0,0);border:1px solid rgba(0,0,0,0);width:auto}.video-box .video-fullscreen-mask{position:absolute;top:0;left:0;right:0;bottom:0;z-index:6;display:flex;align-items:center;justify-content:center;background:#000}.video-box .video-fullscreen-mask .video-fullscreen-mask-content{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:16px;position:relative;z-index:11;text-align:center;color:#fff}.video-box .video-fullscreen-mask .video-fullscreen-mask-content .video-fullscreen-text{font-weight:400;font-size:16px;line-height:24px;color:#fff}.video-box .video-fullscreen-mask .video-fullscreen-mask-content .video-fullscreen-btn{color:#fff;border:none !important;border-radius:6px;padding:7px 20px !important;font-size:14px}.video-box .video-mask{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2}.video-box .video-mask .video-mask-bg{position:absolute;top:0;left:0;width:100%;height:100%;background:#000}.video-box .video-mask .video-mask-body{position:absolute;display:flex;align-items:center;justify-content:center;flex-direction:column;top:0;left:0;width:100%;height:100%}.video-box .video-mask .video-mask-body .video-loading-img{width:240px;height:132px}.video-box .video-mask .video-mask-body .video-loading-text{width:432px;text-align:center;font-size:14px;color:#fff;margin-top:25px;line-height:24px}.video-box .video-mask .video-mask-body .video-loading-text.mobile{width:100%}.video-box .video-mask .video-mask-body .anticon-spin{color:#fff;font-size:51px}.video-box #videoPlay{width:100%;height:100%;border-radius:12px}.video-box #videoPlay .dplayer-controller-mask{height:160px;background:linear-gradient(180deg, rgba(2, 2, 2, 0) 0%, rgb(2, 2, 2) 100%)}.video-box .drawer-bg{display:none;position:absolute;right:0;left:0;top:0;bottom:0;width:100%;height:100%;z-index:3003}.video-box .drawer-body{position:absolute;right:-510px;top:0;width:384px;height:100%;background:#1e1f20;z-index:3004;transition:right .6s ease}.video-box .drawer-body .drawer-btn-icon{position:absolute;top:50%;left:-90px;width:50px;height:101px;margin-top:-50px;z-index:9999999;background:rgba(49,49,49,.5);border-radius:6px 6px 6px 6px}.video-box .drawer-body .drawer-btn-icon .icon{font-size:24px}.video-box .drawer-body .drawer-btn-icon .btn-icon{color:#fff}.video-box .drawer-body .drawer-btn-icon .btn{display:flex;align-items:center;justify-content:center;width:50px;height:50px;cursor:pointer}.video-box .drawer-body .drawer-btn-icon .btn-rotation{position:relative}.video-box .drawer-body .drawer-btn-icon .btn-rotation::after{position:absolute;content:"";top:0;left:5px;width:40px;height:1px;background:linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 50%, rgba(255, 255, 255, 0) 100%)}.video-box .drawer-body .btn-rotation:hover .icon{color:var(--mfy-color-primary)}.video-box .drawer-body .btn-camera:hover .icon{color:var(--mfy-color-primary)}.video-box .drawer-body .drawer-icon{position:absolute;top:50%;margin-top:-40px;left:-24px;width:24px;height:80px;background:rgba(49,49,49,.5);border-radius:6px 0 0 6px;display:flex;align-items:center;justify-content:center;cursor:pointer}.video-box .drawer-body .drawer-icon .icon{font-size:24px;color:#fff}.video-box .drawer-body .drawer-icon:hover .icon{color:var(--mfy-color-primary)}.video-box .drawer-body .video-next{display:none}.video-box .drawer-body .video-previous{display:block}.video-box .drawer-body .video-body{padding:32px 0 36px 0;height:100%;box-sizing:border-box}.video-box .drawer-body .video-body .video-title{padding:0 24px;margin-bottom:4px;color:#fff}.video-box .drawer-body .video-body .video-list{display:flex;flex-direction:column}.video-box .drawer-body .video-body .video-list .video-box-item{display:flex;align-items:center;height:94px;padding:0 24px}.video-box .drawer-body .video-body .video-list .video-box-item:hover{background:hsla(0,0%,100%,.06)}.video-box .drawer-body .video-body .video-list .video-box-item-select{background:hsla(0,0%,100%,.06)}.video-box .drawer-body .video-body .video-list .video-item{display:flex;align-items:center;height:72px;cursor:pointer}.video-box .drawer-body .video-body .video-list .video-item img{width:120px;height:72px}.video-box .drawer-body .video-body .video-list .video-item .video-info{display:flex;flex-direction:column;justify-content:space-between;height:72px;margin-left:16px}.video-box .drawer-body .video-body .video-list .video-item .video-info .video-name{width:203px;font-size:14px;font-weight:400;color:#fff;overflow:hidden;word-break:break-all !important;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.video-box .drawer-body .video-body .video-list .video-item .video-info .video-name-select{color:var(--mfy-color-primary)}.video-box .drawer-body .video-body .video-list .video-item .video-info .video-progress{font-size:12px;font-weight:400;color:#fff}.video-box .drawer-body .video-body .video-list .video-item .video-info .video-present{display:flex;align-items:center}.video-box .drawer-body .video-body .video-list .video-item .video-info .video-present .icon{width:1em !important;height:1em !important;margin-right:6px}.video-box .drawer-body .video-body .video-list .video-item .video-info .video-present img{width:12px;height:12px;margin-right:12px}.video-box .drawer-body .video-body .video-list .video-item .video-info .video-present{font-size:12px;font-weight:300;color:var(--mfy-color-primary)}.video-box .drawer-body .video-body .video-list .video-item:hover .video-name{color:var(--mfy-color-primary)}.video-box .rc-virtual-list-scrollbar-thumb{background:hsla(0,0%,100%,.42) !important}.video-box .rc-virtual-list-scrollbar{width:6px !important}
.screenshot-modal{position:fixed;top:0;left:0;right:0;bottom:0;width:100%;height:100%;z-index:3007}.screenshot-modal .screenshot-bg{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;background:rgba(0,0,0,0);z-index:3000}.screenshot-modal .screenshot-preview{position:absolute;top:50%;left:50%;width:524px;margin-top:-212px;margin-left:-280px;background:rgba(0,0,0,.75);border-radius:6px 6px 6px 6px;z-index:3002}.screenshot-modal .screenshot-preview .screenshot-close{position:absolute;top:-14px;right:-14px;width:28px;height:28px;line-height:33px;text-align:center;border-radius:100%;background:#7b808f;cursor:pointer}.screenshot-modal .screenshot-preview .screenshot-close .icon{font-size:22px;color:#fff}.screenshot-modal .screenshot-preview .screenshot-body{display:flex;flex-direction:column;justify-content:space-between;padding:16px 12px 0 12px;border:1px solid rgba(123,128,143,.5);border-radius:6px}.screenshot-modal .screenshot-preview .screenshot-body .img-url{display:flex;align-items:center;justify-content:center;width:500px;min-height:240px;max-height:320px;background:rgba(0,0,0,.75)}.screenshot-modal .screenshot-preview .screenshot-body .img-url img{width:100%;height:auto;max-height:322px}.screenshot-modal .screenshot-preview .screenshot-body .preview-bottom{display:flex;align-items:center;justify-content:space-between;width:500px;height:40px;margin:11px 0;padding:8px 12px;background:#fff;border-radius:6px 6px 6px 6px;font-size:12px;color:#000}.screenshot-modal .screenshot-preview .screenshot-body .preview-bottom .path-tips{width:310px}.screenshot-modal .screenshot-preview .screenshot-body .preview-bottom .path{width:260px;height:24px;line-height:24px;padding:0 12px;border-radius:6px 6px 6px 6px;border:1px solid #edeff3;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.screenshot-modal .screenshot-preview .screenshot-body .preview-bottom .preview-btn{width:68px;height:24px;text-align:center;line-height:24px;border-radius:6px 6px 6px 6px;border:1px solid #3a4056;cursor:pointer}.screenshot-modal .screenshot-preview .screenshot-body .preview-bottom .preview-btn:hover{border-color:#597dfc;color:#597dfc}
.video-stuck-tips{position:absolute;left:24px;bottom:80px;width:334px;padding:6px 9px 6px 13px;background:#131628;display:flex;align-items:center;justify-content:space-between;z-index:3003;border-radius:33px}.video-stuck-tips .tip-content{flex:1;margin-right:8px}.video-stuck-tips .tip-content .tip-text{color:#fff;font-size:12px;line-height:17px}.video-stuck-tips .action-btn{padding:4px 8px;line-height:20px;text-align:center;font-size:14px;color:#fff;cursor:pointer;border-radius:100px;background:var(--mfy-color-primary)}.video-stuck-tips .action-btn:hover{background:var(--mfy-color-primary-hover)}.video-stuck-tips .action-btn:active{background-color:var(--mfy-color-dominant-click)}
.h5-file-sort-modal .adm-popup-body-position-bottom{border-radius:16px 16px 0 0;background:#fff;padding:16px 16px 12px 16px}.h5-file-sort-modal-title{font-weight:500;font-size:18px;color:#1b1f35;line-height:21px;margin-bottom:15px}.h5-file-sort-modal-choose{margin-bottom:32px}.h5-file-sort-modal-choose-item{height:40px;display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:0 12px}.h5-file-sort-modal-choose-item.active{background:#f0f8ff;border-radius:10px}.h5-file-sort-modal-choose-item.active .h5-file-sort-modal-choose-item--name{color:#3c80ff}.h5-file-sort-modal-choose-item.active .h5-file-sort-modal-choose-item--icon{color:#3c80ff;fill:#3c80ff}.h5-file-sort-modal-choose-item--desc{display:flex;flex-direction:row;align-items:center}.h5-file-sort-modal-choose-item--name{font-weight:500;font-size:14px;color:#1b1f35;line-height:22px}.h5-file-sort-modal-choose-item--icon{margin-left:4px;font-size:20px}.h5-file-sort-modal-choose-item--sort{font-size:12px;color:#7e8299;line-height:22px}.h5-file-sort-modal-operate{display:flex;flex-direction:row;gap:16px}.h5-file-sort-modal-operate-button--default{flex:1;display:flex;flex-direction:row;justify-content:center;align-items:center;height:46px;background:#f4f6fb;border-radius:10px;font-weight:400;font-size:14px;color:#5e6278;line-height:22px}.h5-file-sort-modal-operate-button--primary{flex:1;display:flex;flex-direction:row;justify-content:center;align-items:center;background:#3c80ff;border-radius:10px;font-weight:400;font-size:14px;color:#fff;line-height:22px;width:164px}
.wakeUpPc-share-name-text{font-weight:700;font-size:14px;line-height:22px;letter-spacing:0;color:#3c3f52;margin-bottom:8px}.wakeUpPc-share-tips{font-weight:400;font-size:14px;line-height:22px;letter-spacing:0;color:#3c3f52;margin-bottom:8px}.wakeUpPc-share-desc{font-weight:400;font-size:12px;line-height:20px;letter-spacing:0;color:#bbbdc9;margin-bottom:24px}
.video-page{width:100%;height:100%}.video-page .video-page-info{margin-top:14px}.video-page .video-page-info .video-page-info-title{font-size:14px;font-style:normal;color:#1b1f35;font-weight:400;line-height:22px}.video-page .video-page-info .video-page-info-time{font-size:12px;font-style:normal;font-weight:400;line-height:20px;color:#878999}
.single-file-sharing-container{flex:1;min-height:0}.single-file-sharing-container-content{width:340px;border-radius:24px;padding:32px;border:1px solid #f0f3fa;box-shadow:0 3px 40px 0 rgba(144,159,189,.1019607843);background:#fff}.single-file-sharing-container-content .variant-link{color:#1677ff}.single-file-sharing-container-content.special{width:390px}.single-file-sharing-container-content.special .single-file-sharing-container-content-file-info{margin-bottom:99px}.single-file-sharing-container-content-header{display:flex;flex-direction:row;align-items:center;justify-content:space-between;margin-bottom:56px}.single-file-sharing-container-content .headImg{display:flex;align-items:center;gap:8px}.single-file-sharing-container-content .headImg .flex-line .isVip{display:flex;flex-direction:column}.single-file-sharing-container-content .headImg .flex-line .isVip .user-info-wrap{display:flex;flex-direction:row;align-items:center}.single-file-sharing-container-content .headImg .flex-line .isVip .user-info-wrap span{font-weight:700;font-size:14px;line-height:22px;letter-spacing:0;color:#1b1f35;margin-right:6px}.single-file-sharing-container-content .headImg .flex-line .con-text{margin-top:2px;position:relative}.single-file-sharing-container-content .headImg .flex-line .con-text .share-time-wrap{display:flex;flex-direction:row;align-items:center}.single-file-sharing-container-content .headImg .flex-line .con-text .share-time-wrap__text{color:#7b808f;font-size:12px}.single-file-sharing-container-content .headImg .flex-line .con-text .share-time-wrap__text:first-child{margin-right:1px}.single-file-sharing-container-content .headImg .flex-line .con-text .share-time-wrap__operate{display:flex;flex-direction:row;align-items:center}.single-file-sharing-container-content .headImg .flex-line .con-text .share-time-wrap__operate .after-sale-btn{color:#3c80ff;font-size:12px;cursor:pointer;padding:0 5px}.single-file-sharing-container-content .headImg .flex-line .con-text .share-time-wrap__operate .after-sale-btn:hover{color:#66a1ff}.single-file-sharing-container-content .headImg .flex-line .con-text .share-time-wrap__operate .after-sale-btn:active{color:#2961d9}.single-file-sharing-container-content .headImg .flex-line .con-text .share-time-wrap__operate .after-sale-btn:nth-child(2){position:relative}.single-file-sharing-container-content .headImg .flex-line .con-text .share-time-wrap__operate .after-sale-btn:nth-child(2)::before{content:"";width:1px;height:12px;background:#3c80ff;position:absolute;left:0;top:50%;margin-top:-6px}.single-file-sharing-container-content-file{padding:10px 0 0 0;display:flex;flex-direction:column;align-items:center}.single-file-sharing-container-content-file-name{font-weight:700;font-size:14px;line-height:22px;letter-spacing:0;color:#1b1f35;margin-top:16px;margin-bottom:3px}.single-file-sharing-container-content-file-info{font-weight:400;font-size:12px;line-height:20px;letter-spacing:0;color:#878999;display:flex;margin-top:3px;margin-bottom:58px;flex-direction:row}.single-file-sharing-container-content-file-time{padding-right:6px}.single-file-sharing-container-content-file-preview{padding:0 0 0 6px !important;font-size:12px !important;height:20px !important}.single-file-sharing-container-content-file-operate{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%}.single-file-sharing-container-content-file-operate-list{display:flex;flex-direction:row;align-items:center;gap:12px}.single-file-sharing-container-content-file-operate-item{width:36px;height:36px;border-radius:6px;background:#f5f6f7;display:flex;flex-direction:row;align-items:center;justify-content:center;cursor:pointer}.single-file-sharing-container-content-file-operate-item:hover{background:#edeef0}.single-file-sharing-container-content-file-operate-item .icon{font-size:16px;color:#1b1f35}
.download-routes-modal.initial-state .initial-content{display:flex;flex-direction:column;align-items:center;margin-top:20px;margin-bottom:16px}.download-routes-modal.initial-state .initial-title{display:flex;align-items:center;gap:8px;justify-content:center;margin-bottom:8px}.download-routes-modal.initial-state .initial-title .success-icon{font-size:20px;color:#0dbe30}.download-routes-modal.initial-state .initial-title-text{color:var(--mfy-color-text);font-size:18px;font-weight:500;line-height:26px}.download-routes-modal.initial-state .initial-tip{color:var(--mfy-color-tag-default);margin-bottom:20px;text-align:center;font-size:12px;line-height:20px}.download-routes-modal.initial-state .file-info-placeholder{width:100%;margin-bottom:24px;display:flex;justify-content:center;align-items:center}.download-routes-modal.initial-state .file-info-placeholder .placeholder-text{color:var(--mfy-color-tag-default);font-size:12px;line-height:20px;text-align:center}.download-routes-modal.initial-state .file-info-placeholder .download-guide-image{width:432px;height:258px;display:block;border-radius:8px;transform:translateZ(0);transform:translateZ(0);backface-visibility:hidden;backface-visibility:hidden;image-rendering:optimize-contrast;image-rendering:crisp-edges}.download-routes-modal.initial-state .backup-routes-link{color:var(--mfy-color-tag-default);font-size:14px;line-height:22px;text-align:center}.download-routes-modal.initial-state .backup-routes-link .link-text{color:var(--mfy-color-primary);cursor:pointer;margin:0 4px}.download-routes-modal.initial-state .backup-routes-link .link-text:hover{color:var(--mfy-color-primary-hover)}.download-routes-modal.initial-state .backup-routes-link .link-text:active{color:var(--mfy-color-dominant-click)}.download-routes-modal.initial-state.mobile .initial-content{margin-bottom:9px}.download-routes-modal.initial-state.mobile .initial-tip{margin-bottom:16px;color:var(--mfy-color-text-default);text-align:center;font-size:14px;line-height:22px;letter-spacing:.28px}.download-routes-modal.initial-state.mobile .initial-title{gap:4px}.download-routes-modal.initial-state.mobile .file-info-placeholder{margin-bottom:16px}.download-routes-modal.initial-state.mobile .file-info-placeholder .download-guide-image{width:292px;height:288px}.download-routes-modal.initial-state.mobile .backup-routes-link{white-space:nowrap}.download-routes-modal.initial-state.mobile .backup-routes-link .link-text{margin:unset}.download-routes-modal.web .download-info{display:flex;gap:8px;flex-direction:column;margin-top:20px}.download-routes-modal.web .download-info .file-info{display:flex;flex-direction:row;font-size:14px;color:var(--mfy-color-tag-default);margin-bottom:20px;line-height:22px;padding:4px 12px;gap:20px;border-radius:6px;border:1px solid #e5e6eb}.download-routes-modal.web .download-info .download-tip{color:var(--mfy-color-tag-default);text-align:center;font-size:12px;line-height:20px}.download-routes-modal.web .download-info .download-title{display:flex;align-items:center;gap:8px;justify-content:center}.download-routes-modal.web .download-info .download-title-text{color:var(--mfy-color-text);font-size:18px;font-weight:bold;line-height:26px}.download-routes-modal.web .download-buttons{display:grid;grid-template-columns:1fr 1fr;gap:16px 16px;margin:20px 0}.download-routes-modal.web .download-buttons .download-route-btn{background-color:#fafafa;border:1px solid var(--mfy-color-text-background);border-radius:8px;color:var(--mfy-color-text-default);font-size:14px;font-weight:400;line-height:22px;padding:10px 18px;text-align:center;cursor:pointer}.download-routes-modal.web .download-buttons .download-route-btn:hover{border-radius:8px;border:1px solid var(--mfy-color-text-disabled);background:#f5f6f7}.download-routes-modal.web .download-buttons .download-route-btn:active{border-radius:8px;border:1px solid var(--mfy-color-tag-default);background:#edeef0}.download-routes-modal.web .download-fail{font-size:14px;font-weight:400;line-height:22px;color:var(--mfy-color-tag-default);gap:8px;display:flex;flex-direction:row;justify-content:center}.download-routes-modal.web .download-fail .appeal-link{color:var(--mfy-color-primary);cursor:pointer}.download-routes-modal.web .download-fail .appeal-link:hover{color:var(--mfy-color-primary-hover)}.download-routes-modal.web .download-fail .appeal-link:active{color:var(--mfy-color-dominant-click)}.download-routes-modal.mobile .hmodal-content{border-radius:8px}.download-routes-modal.mobile .hmodal-header{padding:20px 20px 16px;border-bottom:none}.download-routes-modal.mobile .hmodal-header .hmodal-title{text-align:center}.download-routes-modal.mobile .download-info{display:flex;gap:16px;flex-direction:column;margin-top:20px}.download-routes-modal.mobile .download-info .file-info{display:flex;flex-direction:row;font-size:14px;color:var(--mfy-color-tag-default);margin-bottom:16px;line-height:22px;padding:4px 12px;gap:20px;border-radius:6px;border:1px solid #e5e6eb;align-items:center;justify-content:center}.download-routes-modal.mobile .download-info .download-tip{font-size:14px;color:var(--mfy-color-text-default);line-height:22px;text-align:center}.download-routes-modal.mobile .download-info .download-title{display:flex;align-items:center;gap:4px;justify-content:center}.download-routes-modal.mobile .download-info .download-title-text{color:var(--mfy-color-text);font-size:18px;font-weight:500;line-height:26px}.download-routes-modal.mobile .download-buttons{display:grid;grid-template-columns:1fr 1fr;gap:12px 12px;margin:16px 0 14px 0}.download-routes-modal.mobile .download-buttons .download-route-btn{background-color:#fafafa;border:1px solid var(--mfy-color-text-background);border-radius:8px;color:var(--mfy-color-text-default);font-size:14px;font-weight:400;line-height:22px;padding:10px 18px;text-align:center;cursor:pointer}.download-routes-modal.mobile .download-buttons .download-route-btn:hover{border-radius:8px;border:1px solid var(--mfy-color-text-disabled);background:#f5f6f7}.download-routes-modal.mobile .download-buttons .download-route-btn:active{border-radius:8px;border:1px solid var(--mfy-color-tag-default);background:#edeef0}.download-routes-modal.mobile .download-fail{font-size:14px;font-weight:400;line-height:22px;color:var(--mfy-color-tag-default);display:flex;flex-direction:row;justify-content:center;align-items:center;margin-bottom:9px}.download-routes-modal.mobile .download-fail .appeal-link{color:var(--mfy-color-primary);cursor:pointer;display:flex;justify-content:center;align-items:center;border-radius:8px}.download-routes-modal.mobile .download-fail .appeal-link:hover{color:var(--mfy-color-primary-hover)}.download-routes-modal.mobile .download-fail .appeal-link:active{color:var(--mfy-color-dominant-click)}
.after-sale-application .ant-form-item-label>label{color:var(--mfy-color-text-secondary)}.after-sale-application.phone{padding-bottom:48px}.after-sale-application.phone .ant-form-item-control-input{min-height:0 !important}.after-sale-application.phone .ant-form-item-label>label{color:var(--mfy-color-text-secondary);height:14px}.after-sale-application.phone.statistic{padding-bottom:0}.after-sale-application-title{margin-bottom:24px}.after-sale-application-title.phone-title{border-radius:8px;padding:12px 8px 12px 8px;background:#f4f6fb}.after-sale-application-title.phone-title .after-sale-application-title__text{font-size:12px;color:var(--mfy-color-text-secondary);line-height:20px}.after-sale-application-title__text{color:var(--mfy-color-text-secondary);font-size:13px;line-height:24px}.after-sale-application-rule.phone-rule .after-sale-application-rule__text{font-size:12px;color:var(--mfy-color-text-secondary);line-height:24px}.after-sale-application-rule__title{color:#3a4056;font-size:14px;line-height:24px}.after-sale-application-rule__text{color:var(--mfy-color-text-secondary);font-size:13px;line-height:24px}.after-sale-application-line{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;margin-top:24px}.after-sale-application-line.phone-line{position:fixed;bottom:0;height:60px;display:flex;align-items:center;box-shadow:0 -4px 10px 0 #f4f6ff;justify-content:center;flex-direction:row;padding:0 20px;left:0;width:100%;background:#fff;margin-top:12px}.after-sale-application-line.phone-line .phone-line__customer{display:flex;flex-direction:column;align-items:center;margin-right:15px}.after-sale-application-line.phone-line .phone-line__customer--icon{color:var(--mfy-color-text-secondary);font-size:28px}.after-sale-application-line.phone-line .phone-line__customer--text{color:var(--mfy-color-text-secondary);font-size:10px;margin-top:3px}.after-sale-application-line.phone-line .phone-line__download{height:44px;font-size:14px;color:#3a4056;width:134px;margin-right:12px !important}.after-sale-application-line.phone-line .phone-line__sale{width:134px;height:44px !important;font-size:14px;color:#fff}.after-sale-application-line.statistic{position:static}.after-sale-application-form-input{border-radius:6px;color:#3a4056;font-size:14px}.after-sale-application-form-input .ant-input-suffix .ant-btn{padding-right:1px !important}.after-sale-application .ant-form-item:nth-last-child(1){margin-bottom:0}.after-sale-application .ant-input{border-radius:6px !important}.after-sale-application .hmodal-title{font-size:14px !important}.after-sale-application-mobile-container{padding:12px 20px 12px 20px}
.after-appli-sale-modal .hmodal-header{border-bottom:0 solid #f4f4f4}.after-appli-sale-modal .hmodal-header .hmodal-title{color:#3c3f52;font-weight:600;font-size:18px;line-height:1.5}.after-appli-sale-modal-web .hmodal{padding:20px 24px 24px 24px}.after-appli-sale-modal-web .hmodal-header{padding-bottom:5px}.after-appli-sale-modal-web .hmodal-title{color:#1b1f35}
.download-traffic-guide-modal-title{font-weight:700;font-size:18px;line-height:26px;text-align:center;color:#1b1f35;margin-bottom:20px;padding-top:29px}.download-traffic-guide-modal-title-tips{font-weight:700;font-size:18px;line-height:26px;text-align:center;color:#3c80ff}.download-traffic-guide-modal-content{display:flex;flex-direction:row;align-items:center;gap:24px;margin-bottom:20px}.download-traffic-guide-modal-content.isMobile{gap:16px}.download-traffic-guide-modal-content.trafficSufficientContent{justify-content:center}.download-traffic-guide-modal-content-item{position:relative;display:flex;flex-direction:column;border-radius:12px;border:1px solid #f5f5f5;height:146px;width:164px;background:#fafafa;cursor:pointer}.download-traffic-guide-modal-content-item.isMobile{width:138px;height:148px}.download-traffic-guide-modal-content-item.isMobile .download-traffic-guide-modal-content-item-middle-title{font-weight:700;font-size:20px;line-height:28px;text-align:center;color:#1b1f35}.download-traffic-guide-modal-content-item.isMobile .download-traffic-guide-modal-content-item-middle-underline{font-weight:400;font-size:12px;line-height:22px;text-align:center;text-decoration:line-through;color:rgba(27,31,53,.5)}.download-traffic-guide-modal-content-item.isMobile .download-traffic-guide-modal-content-item-middle-desc{font-weight:400;font-size:12px;line-height:22px;text-align:center;color:rgba(27,31,53,.5)}.download-traffic-guide-modal-content-item.client .download-traffic-guide-modal-content-item-tag{background:linear-gradient(147.39deg, #2874FF 18.63%, #689EFF 82.82%);color:#fff}.download-traffic-guide-modal-content-item.active{border:1px solid #3c80ff;background:url(https://statics.123pan.com/img/download/download-guide-bg.png) no-repeat center;background-size:cover}.download-traffic-guide-modal-content-item.active .download-traffic-guide-modal-content-item-footer{background:linear-gradient(91.83deg, #EBF5FF 1.55%, #FFFFFF 99.44%);color:#1b1f35}.download-traffic-guide-modal-content-item.active .download-traffic-guide-modal-content-item-icon{display:inline-block}.download-traffic-guide-modal-content-item-tag{padding:2px 10px;border-top-left-radius:12px;border-top-right-radius:16px;border-bottom-right-radius:16px;position:absolute;height:24px;background:linear-gradient(147.39deg, #ECECEC 18.63%, #F0F0F0 82.82%);left:0;top:0;display:flex;flex-direction:row;align-items:center;justify-content:center;color:#5e6278}.download-traffic-guide-modal-content-item-middle{height:112px;padding-top:42px;display:flex;flex-direction:column;align-items:center;border-radius:12px 12px 0 0}.download-traffic-guide-modal-content-item-middle.trafficSufficientMiddle{padding-top:32px}.download-traffic-guide-modal-content-item-middle-title{font-weight:700;font-size:20px;line-height:28px;text-align:center;color:#1b1f35}.download-traffic-guide-modal-content-item-middle-underline{font-weight:400;font-size:14px;line-height:22px;text-align:center;text-decoration:line-through;color:rgba(27,31,53,.5)}.download-traffic-guide-modal-content-item-middle-underline.trafficSufficientUnderline{text-decoration:unset}.download-traffic-guide-modal-content-item-middle-desc{font-weight:400;font-size:14px;line-height:22px;text-align:center;color:rgba(27,31,53,.5)}.download-traffic-guide-modal-content-item-footer{height:36px;background:linear-gradient(91.83deg, #EBEBEB 1.55%, #F5F5F5 99.44%);font-weight:700;font-size:14px;line-height:22px;display:flex;flex-direction:row;align-items:center;justify-content:center;color:#5e6278;border-radius:0 0 12px 12px}.download-traffic-guide-modal-content-item-icon{display:none;margin-left:4px}.download-traffic-guide-modal-footer{font-weight:400;font-size:12px;line-height:20px;color:#878999}.download-traffic-guide-modal-footer-tips{color:#1b1f35}
.file-list-container{height:100%}.file-list-container .ant-empty-image{height:148px !important;margin:160px auto 0 auto !important}.file-list-container .ant-empty-description{font-weight:400;font-size:14px;line-height:100%;letter-spacing:0;text-align:center;color:#878999 !important}
.content-layout{flex:1;min-height:0}.content-layout .ant-table-column-title{flex:none !important}.content-layout .table-head-title{font-size:14px;color:#878999;height:22px}.content-layout .table-head-title .hbutton{height:22px}.content-layout .table-sort-icon{font-size:16px}
.ant-breadcrumb-overlay-link .anticon.anticon-down{display:none !important}
.sort-menu-container{background:#fff;box-shadow:0 4px 50px rgba(0,0,0,.0705882353);border-radius:12px;padding:16px 20px;display:flex;flex-direction:column;align-items:center;gap:18px}.sort-menu-container-group-label{font-weight:400;font-size:12px;color:#878999}.sort-menu-container-group-item-wrap{background:#f5f6f7;border-radius:6px;display:flex;padding:2px;margin-top:8px}.sort-menu-container-group-item-label{padding:4px 16px;font-weight:400;font-size:12px;color:#3c3f52;cursor:pointer}.sort-menu-container-group-item-label:hover{background:rgba(182,186,195,.2);box-shadow:0 1px 10px 0 rgba(0,0,0,.05);border-radius:4px}.sort-menu-container-group-item-label.active{background:#fff;box-shadow:0 1px 10px 0 rgba(0,0,0,.05);border-radius:4px;color:#3c80ff}.sort-menu-container-group-item-label{width:max-content}.h-popover-content{padding:13px;background:#fff;box-shadow:0 4px 50px 0 rgba(0,0,0,.07);border-radius:8px}
.app-user-top{padding:5px 0}.app-user-top .app-user-top-info{height:56px;padding:5px 20px;margin:0 auto;display:flex;flex-direction:row}.app-user-top .app-user-top-info .appTopImg{margin-top:2px;border-radius:50%}.app-user-top .app-user-top-info .appUser{width:78%;height:40px;margin-left:10px}.app-user-top .app-user-top-info .appUser .appTopText{display:flex;flex-direction:row;align-items:center}.app-user-top .app-user-top-info .appUser .appTopText .user-name{font-weight:500;font-size:14px;color:#1b1f35;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.app-user-top .app-user-top-info .appUser .appTopText .user-label{width:46px;height:auto;margin-left:4px}.app-user-top .app-user-top-info .appUser .appTopDesc{font-weight:400;font-size:12px;color:#7e8299}.app-user-top .app-user-top-info .appUser .appTopDesc .clean-net-text{display:inline-flex;align-items:center;font-weight:400;font-size:12px;color:#f64e60;height:18px;line-height:18px}.app-user-top .app-user-top-info .appUser .appTopDesc .clean-net-text-img{margin-left:2px}.app-user-top .appFileName{width:100%;height:35px;display:flex;flex-direction:row;align-items:center;justify-content:space-between;margin-top:11px;padding:0 16px}.app-user-top .appFileName .app-file-nav{display:flex;flex-direction:row;align-items:center}.app-user-top .appFileName .app-file-nav .app-file-back{display:flex;flex-direction:row;align-items:center}.app-user-top .appFileName .app-file-nav .app-file-back .app-file-back-icon{font-size:20px;color:#1b1f35}.app-user-top .appFileName .app-file-nav .app-file-back .app-file-back-text{font-weight:500;font-size:12px;color:#1b1f35;line-height:20px}.app-user-top .appFileName .app-file-nav .app-file-nav-count.hasNav{margin-left:12px}.app-user-top .appFileName .app-file-operate{font-weight:400;font-size:12px;color:#5e6278;line-height:20px;display:flex;flex-direction:row;align-items:center}.app-user-top .appFileName .app-file-operate .app-file-operate-sort{display:flex;flex-direction:row;align-items:center}.app-user-top .appFileName .app-file-operate .app-file-operate-sort--icon{margin-left:2px;font-size:20px}.app-user-top .appFileName .app-file-operate .appFileChoose{color:var(--mfy-color-primary);display:flex;margin-left:20px}.cleanNet-modal{width:calc(100vw - 95px) !important}.cleanNet-modal .hmodal-content{border-radius:16px !important}.cleanNet-modal .hmodal-header{padding:0;border-top-left-radius:16px !important;border-top-right-radius:16px !important;border-bottom:none}.cleanNet-modal .hmodal-body{padding:0}.cleanNet-modal .hmodal-footer{padding:0;border:none}.cleanNet-modal-content{width:100%;padding:24px}.cleanNet-modal-title{height:26px;font-weight:500;font-size:18px;color:#1b1f35;line-height:26px;text-align:center}.cleanNet-modal-text{margin-top:8px;font-weight:400;font-size:14px;color:#f64e60;line-height:22px;word-break:break-all;text-align:justify}.cleanNet-modal-footer{margin-top:28px;display:flex;flex-direction:row;justify-content:space-between;gap:16px;height:40px}.cleanNet-modal-footer-cancel{background:#f4f6fb;border-radius:8px 8px 8px 8px;font-weight:400;font-size:14px;color:#5e6278;display:flex;align-items:center;justify-content:center;flex:1}.cleanNet-modal-footer-notice{background:#3c80ff;border-radius:8px 8px 8px 8px;font-weight:400;font-size:14px;color:#fff;display:flex;align-items:center;justify-content:center;flex:1}
.paid-interception{width:960px;height:663px;box-shadow:0 1px 30px 0 rgba(0,0,0,.0392156863);border-radius:16px;margin-top:27px;border:1px solid #f4f5fa;padding:32px;display:flex;flex-direction:column;gap:12px}.paid-interception .ant-table-body{overflow-y:auto !important}.paid-interception .ant-table-body .mfy-table-row.ant-table-cell-row-hover{background-color:rgba(0,0,0,0) !important}.paid-interception .mfy-table-row{padding:0 !important}.paid-interception-header{height:64px;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.paid-interception-header-user{display:flex;flex-direction:row;align-items:center;gap:8px}.paid-interception-header-user-info{display:flex;flex-direction:column;gap:2px;justify-content:center}.paid-interception-header-user-info-name{font-weight:700;font-size:14px;line-height:22px;color:var(--mfy-color-text)}.paid-interception-header-user-info-cert{width:48px;height:20px;line-height:20px;padding:0 6px;border-radius:4px;background-color:#edeef0;font-weight:400;font-size:12px;color:#5e6278}.paid-interception-content{display:flex;flex-direction:row}.paid-interception-content__left{border-radius:8px;width:590px}.paid-interception-content__left-desc{font-weight:400;font-size:14px;line-height:22px;color:#878999;letter-spacing:0;word-break:break-all}.paid-interception-content__left--bottom{display:flex;flex-direction:row;align-items:center}.paid-interception-content__left-content-video{border-radius:12px}.paid-interception-content__left-content-video-image{background-image:url(https://statics.123pan.com/img/web-vide-file-default.png);background-size:cover;position:relative;width:590px;height:332px;border-radius:12px}.paid-interception-content__left-content-video-image img{border-radius:12px}.paid-interception-content__left-content-video-image-tips{position:absolute;left:50%;top:50%;width:108px;height:36px;border-radius:32px;border:1px solid #6c6c6c;backdrop-filter:blur(10px);margin-left:-54px;margin-top:-18px;font-weight:400;font-size:14px;line-height:36px;color:#fff;text-align:center}.paid-interception-content__left-content-video-name{font-weight:700;font-size:14px;line-height:22px;letter-spacing:0;color:#1b1f35;margin:12px 0 8px 0}.paid-interception-content__left-content-list{margin-bottom:12px}.paid-interception-content__right{margin-left:32px;display:flex;flex-direction:column;align-items:center;padding-top:56px;width:274px;height:523px;background-color:#fafafa;border-radius:16px}.paid-interception-content__right--top{position:relative}.paid-interception-content__title{font-size:14px;color:#3a4056;line-height:16px}.paid-interception-content__desc{color:#7b808f;font-size:14px;line-height:24px;margin-top:8px;word-break:break-all;line-break:anywhere}.paid-interception-content__qrcode{width:180px;height:180px;border-radius:6px;padding:14px;border:1px solid #e5e6eb;margin:16px auto 12px auto;background:#fff;position:relative}.paid-interception-content__invalid{width:180px;height:180px;border-radius:6px;border:1px solid #f4f4f4;position:absolute;left:0;top:0;background:rgba(0,0,0,.8);display:flex;flex-direction:row;align-items:center;justify-content:center;cursor:pointer}.paid-interception-content__invalid img{width:100%;height:100%}.paid-interception-content__invalid span{position:absolute;left:50%;top:50%;margin-top:-7px;margin-left:-7px}.paid-interception-content__invalid--wrap{width:100%;height:100%;position:absolute;background:rgba(0,0,0,.8);z-index:10;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:8px}.paid-interception-content__invalid--wrap svg{color:#fff;font-size:24px}.paid-interception-content__invalid--text{font-weight:700;font-size:14px;line-height:22px;color:#fff}.paid-interception-content__payment{font-weight:400;font-size:14px;line-height:22px;color:#3c3f52;display:flex;flex-direction:row;align-items:baseline;justify-content:center;margin-bottom:12px}.paid-interception-content__payment-file{font-weight:400;font-size:12px;line-height:20px;letter-spacing:0;color:#878999;text-align:center;width:100%}.paid-interception-content__payment-file .size-detail{font-weight:400;font-size:12px;line-height:20px;letter-spacing:0;color:#3c3f52;margin-left:8px;cursor:pointer}.paid-interception-content__payment-file .size-detail-text{margin-right:2px}.paid-interception-content__payment-file .size-detail-icon{font-size:16px;color:#3c3f52;position:relative;top:3px}.paid-interception-content__Loading{font-weight:400;font-size:14px;line-height:22px;letter-spacing:0;color:#f64e60;text-align:center;margin-bottom:12px}.paid-interception-content__prefix{font-weight:400;font-size:14px;line-height:20px;color:#f64e60}.paid-interception-content__amount{font-weight:700;font-size:28px;line-height:32px;letter-spacing:-5%;vertical-align:middle;color:#f64e60}.paid-interception-content__instruction{display:flex;flex-direction:row;align-items:center;justify-content:center;font-weight:400;font-size:12px;line-height:20px;letter-spacing:0}.paid-interception-content__instruction-name{margin-left:2px}.paid-interception-content__instruction-tips{margin:0 4px}.paid-interception-content__btn{width:194px;height:48px;border-radius:100px;padding:13px 18px;background:#fff;box-shadow:0 7px 30px 0 rgba(117,117,154,.0588235294);border:1px solid #efeffd;font-weight:400;font-size:14px;line-height:22px;letter-spacing:0;cursor:pointer;margin-top:40px}.paid-interception-content__btn:hover{color:#3c80ff}.paid-interception-content__btn:active{color:#2961d9}@keyframes payLoading{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}
.retrieve-content{width:524px;box-shadow:0 4px 24px 0 rgba(184,189,209,.25);border-radius:8px;margin:96px auto 0}.retrieve-content-header{height:54px;display:flex;flex-direction:row;align-items:center;padding-left:24px;border-bottom:1px solid rgba(0,0,0,.1)}.retrieve-content-content{padding:24px 18px 24px 24px}.retrieve-content-content__desc{padding:16px;background:#f8f9fc;font-size:14px;color:#7b808f;line-height:24px}.retrieve-content-content__operate{display:flex;flex-direction:row;align-items:center;margin-top:24px}.retrieve-content-content__rule{margin-top:24px}.retrieve-content-content__rule--title{color:#3a4056;font-size:14px;line-height:24px;margin-bottom:8px}.retrieve-content-content__rule--text{color:#7b808f;font-size:14px;line-height:24px}
.CodeExtractionPage{min-height:0}.CodeExtractionPage.CodeExtractionPage-single-file{position:absolute;left:50%;transform:translateX(-50%)}.CodeExtractionPage .default-img-title{margin:0 auto}.CodeExtractionPage .app-layout{padding-top:10px}.CodeExtractionPage .app-layout .app-top{height:56px;padding:5px 20px;margin:0 auto;display:flex;flex-direction:row}.CodeExtractionPage .app-layout .app-top .appTopImg{display:block;margin-top:2px}.CodeExtractionPage .app-layout .app-top .app-user{width:78%;height:40px;margin-left:10px}.CodeExtractionPage .app-layout .app-input{width:80%;height:200px;padding:20px;margin:140px auto 0}.CodeExtractionPage .app-layout .app-input-line{height:46px;border-radius:8px}.CodeExtractionPage .app-layout .app-input-button{width:100%;height:46px;line-height:46px;background:var(--mfy-color-primary);text-align:center;color:#fff;font-size:14px;margin-top:30px;border-radius:8px;outline:none}.CodeExtractionPage .verifyBox{display:flex;flex-direction:column;width:100%;align-items:center;height:100%}.CodeExtractionPage .verifyBox .web-code-card.isDefaultImage{margin-top:16px}.CodeExtractionPage .verifyBox .web-code-card{margin-top:16px;width:342px;padding:45px 50px;background:#fff;border:1px solid;border-image-source:linear-gradient(180deg, #EBEFF8 0%, #E3ECFA 100%);display:flex;flex-direction:column;box-shadow:0 3.1px 40.62px 0 rgba(72,109,181,.1019607843);border-radius:24px}.CodeExtractionPage .verifyBox .web-code-card-image{margin:0 auto;border:1px solid #f4f4f4}.CodeExtractionPage .verifyBox .web-code-card-userName{font-weight:400;font-size:12px;line-height:20px;letter-spacing:0;text-align:center;color:#878999;margin-top:12px;margin-bottom:51px}.CodeExtractionPage .verifyBox .web-code-card-userName span{padding:0 4px;color:#1b1f35}.CodeExtractionPage .verifyBox .web-code-card-shareName{font-weight:700;font-size:16px;line-height:24px;letter-spacing:0;color:#1b1f35;margin-bottom:6px;text-align:center}.CodeExtractionPage .verifyBox .web-code-card-shareName-width{width:100%}.CodeExtractionPage .verifyBox .web-code-card-shareTime{font-weight:400;font-size:14px;line-height:22px;letter-spacing:0;text-align:center;color:#5e6278;margin-bottom:40px}.CodeExtractionPage .verifyBox .web-code-card-shareTime--create{color:#bbbdc9;padding-left:6px}.CodeExtractionPage .verifyBox .web-code-card .sharePwd{height:48px;border-radius:12px;border:1px solid #e5e6eb;background:#fff !important;margin-bottom:17px;box-shadow:0 2px 30px 0 rgba(98,131,191,.0588235294)}.CodeExtractionPage .verifyBox .web-code-card .submitCode{height:48px;color:#fff;font-size:14px;border-radius:12px !important}
.retrieve-content-mobile{padding:0 20px;background-color:#fff}.retrieve-content-mobile-tips{padding:16px;background-color:#f4f6fb;margin:12px 0 19px 0;border-radius:8px}.retrieve-content-mobile-content__label{font-size:14px;color:#7b808f}.retrieve-content-mobile-content__rule--title{color:#3a4056;font-size:14px;line-height:24px;margin-bottom:8px}.retrieve-content-mobile-content__rule--text{color:#7b808f;font-size:14px;line-height:24px}.retrieve-content-mobile-fixed{position:fixed;bottom:10px;width:calc(100% - 40px)}.retrieve-content-mobile-fixed.vipBanner{bottom:77px}.retrieve-content-mobile-fixed.statistic{position:static;width:100%}.retrieve-content-mobile-fixed__button{font-size:15px;color:#fff;border-radius:8px !important;height:50px !important;display:flex;align-items:center;flex-direction:row;justify-content:center}
.paid-interception-mobile{margin:0 10px;border-radius:16px 16px 0 0;background:#fff;flex:1;min-height:0;display:flex;flex-direction:column}.paid-interception-mobile .user-header{display:flex;align-items:center;justify-content:space-between;height:71px;padding:0 16px}.paid-interception-mobile .user-header .user-box{display:flex;align-items:center}.paid-interception-mobile .user-header .user-box .user-img{width:36px;height:36px;border-radius:100%}.paid-interception-mobile .user-header .user-box .user-info{margin-left:16px}.paid-interception-mobile .user-header .user-box .user-info .user-name{width:90%;font-size:16px;color:#1b1f35;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.paid-interception-mobile .user-header .user-box .user-info .user-tag{height:18px;padding:0 4px;background:#f5f5f5;border-radius:3px 3px 3px 3px;font-weight:500;font-size:12px;color:#7e8299}.paid-interception-mobile .user-header .customer-service{display:flex;align-items:center;color:#a7a9b8;font-size:14px}.paid-interception-mobile .user-header .customer-service .icon{margin-right:6px;font-size:20px;color:#a7a9b8}.paid-interception-mobile .page-content{flex:1;min-height:0;display:flex;flex-direction:column}.paid-interception-mobile .page-content .file-table{padding:0 16px;flex:1;min-height:0}.paid-interception-mobile .page-content .custom-table-header-container{padding-bottom:0;border-bottom:0}.paid-interception-mobile .page-content .custom-table-thead{display:none}.paid-interception-mobile .page-content .custom-table-row{height:56px !important}.paid-interception-mobile .page-content .custom-table-cell{padding:0 !important}.paid-interception-mobile .page-content .custom-table-tbody>tr.custom-table-row:hover>td,.paid-interception-mobile .page-content .custom-table-tbody>tr>td.custom-table-cell-row-hover{background:#fff}.paid-interception-mobile .page-content .file-item{display:flex;align-items:center;height:56px}.paid-interception-mobile .page-content .file-name{font-size:14px;color:#1b1f35;margin-left:16px;width:calc(100vw - 84px);display:box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis;word-break:break-word;white-space:normal}.paid-interception-mobile .page-content .file-one-box .file-img{position:relative;display:flex;align-items:center;justify-content:center;width:calc(100vw - 32px);height:193px;margin:0 6px;border-radius:8px 8px 8px 8px;background-size:cover;background-repeat:no-repeat;background-position:center}.paid-interception-mobile .page-content .file-one-box .file-img img{width:100%;height:100%;border-radius:8px}.paid-interception-mobile .page-content .file-one-box .file-img .vide-tips{position:absolute;display:flex;align-items:center;justify-content:center;width:108px;height:36px;top:50%;left:50%;margin-top:-18px;margin-left:-54px;background:rgba(0,0,0,.2);border-radius:32px 32px 32px 32px;border:1px solid #6c6c6c;font-weight:500;font-size:14px;color:#fff}.paid-interception-mobile .page-content .file-one-box .file-name{width:100%;margin-top:13px;margin-left:0;padding:0 16px;font-weight:800;font-size:16px;color:#1b1f35}.paid-interception-mobile .page-content .file-desc{width:100%;padding:8px 16px}.paid-interception-mobile .page-content .file-desc .desc-btn{font-size:12px;color:#3c80ff}.paid-interception-mobile .page-content .file-desc .desc-tips{font-size:14px;color:#7e8299;word-break:break-all}.paid-interception-mobile .page-content .file-desc-position{position:relative;width:calc(100vw - 20px);max-height:56px;background:#fff}.paid-interception-mobile .page-content .file-desc-position .desc-tips{display:box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis;word-break:break-word}.paid-interception-mobile .page-content .file-desc-position .desc-btn{position:absolute;right:0;bottom:6px;width:40px;background:#fff}.paid-interception-mobile .page-content .file-desc-position .desc-btn .tips-icon{color:#7e8299;margin-right:2px}.paid-interception-mobile .page-content .file-desc-position .desc-btn .tips-btn{font-size:12px;color:#3c80ff}.paid-desc-modal-h5 .hmodal-title{display:box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis;word-break:break-word;font-weight:800;font-size:18px;color:#1b1f35;height:unset !important}.paid-desc-modal-h5 .modal-desc-text{margin-top:16px;font-size:14px;color:#5e6278;line-height:22px}.paid-desc-modal-h5 .paid-modal-footer{display:flex;align-items:center;margin-top:20px}.paid-desc-modal-h5 .paid-modal-footer .ant-btn{width:100%;height:40px;background:#3c80ff !important;border-radius:8px 8px 8px 8px !important}.h5-pay-details-modal .adm-popup-body-position-bottom{border-radius:16px 16px 0 0}.h5-pay-details-modal .pay-details{display:flex;flex-direction:column;align-items:center;border-radius:16px 16px 0 0;background:#f4f6fb}.h5-pay-details-modal .pay-details-header{position:relative;display:flex;align-items:center;justify-content:space-between;width:100%;height:56px}.h5-pay-details-modal .pay-details-header .title{flex:1;font-weight:800;font-size:16px;color:#1b1f35;line-height:24px;text-align:center}.h5-pay-details-modal .pay-details-header .icon{position:absolute;right:16px;font-size:26px;color:#7e8299}.h5-pay-details-modal .details-info{width:calc(100vw - 36px);padding:0 14px 16px 14px;background:#fff;border-radius:12px 12px 12px 12px}.h5-pay-details-modal .details-info .details-info-item{display:flex;align-items:center;justify-content:space-between;margin-top:16px}.h5-pay-details-modal .details-info .details-info-item .item-label{display:flex;align-items:center;font-size:14px;color:#1b1f35}.h5-pay-details-modal .details-info .details-info-item .item-label .icon{font-size:22px;color:#a7a9b8;margin-left:2px}.h5-pay-details-modal .details-info .details-info-item .item-value{display:flex;align-items:center;font-weight:800;font-size:14px;color:#1b1f35}.h5-pay-details-modal .details-info .details-info-item .item-value .old-price{font-size:14px;color:#a7a9b8;text-decoration:line-through;margin-right:10px}.h5-pay-details-modal .details-info .details-info-item .item-value-red{color:#f64e60}.h5-pay-details-modal .details-info .details-info-item .item-value-loading{display:flex;align-items:center;justify-content:center;height:30px;padding:0 8px;background:#f5f5f5;border-radius:25px 25px 25px 25px;color:#7e8299}.h5-pay-details-modal .details-info .details-info-item .item-value-loading .icon{margin-right:6px;animation:payLoading 2s linear infinite}.h5-pay-details-modal .details-explanation{padding:15px 0 20px 0;font-weight:500;font-size:12px;color:#7e8299;text-align:center}@keyframes payLoading{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@media(max-width: 768px){.pay-details-modal-h5 .hmodal{padding:24px}}.pay-details-modal-h5 .hmodal-content{padding:0}.pay-details-modal-h5 .hmodal-title{display:box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis;word-break:break-word;font-weight:800;font-size:18px;color:#1b1f35;height:unset !important}.pay-details-modal-h5 .pay-details-tips{margin-top:16px;font-size:14px;color:#5e6278;line-height:22px}.pay-details-modal-h5 .pay-details-footer{display:flex;align-items:center;margin-top:20px}.pay-details-modal-h5 .pay-details-footer .hbutton{width:100%;height:40px;background:#3c80ff !important;border-radius:8px 8px 8px 8px !important;margin-inline-start:0 !important}
.modal-mask-pay-h5{position:fixed;width:100%;height:100%;top:0;bottom:0;left:0;right:0;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;padding-bottom:env(safe-area-inset-bottom);background:rgba(0,0,0,.6);z-index:9999999999}.modal-mask-pay-h5 .modal-window{width:100%;background:#fff;padding:0 16px;position:relative;border-radius:16px 16px 0 0}.modal-mask-pay-h5 .modal-window.web-modal-window{width:500px;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%)}.modal-mask-pay-h5 .modal-window:not(.web-modal-window){position:absolute;left:50%;bottom:0;transform:translateX(-50%)}.modal-mask-pay-h5 .modal-window .modal-header-h5{display:flex;align-items:center;justify-content:space-between;width:100%;height:56px}.modal-mask-pay-h5 .modal-window .modal-header-h5 .modal-title{font-size:16px;font-style:normal;font-weight:500;line-height:24px;color:#1b1f35}.modal-mask-pay-h5 .modal-window .modal-header-h5 .modal-closeIcon{color:#7b808f}.modal-mask-pay-h5 .modal-window .modal-content{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px}.modal-mask-pay-h5 .modal-window .modal-content .modal-body{padding:0 16px 24px 0;width:100%;border-radius:12px}.modal-mask-pay-h5 .modal-window .modal-content .modal-body .modal-pay-list{display:flex;flex-direction:column;gap:16px}.modal-mask-pay-h5 .modal-window .modal-content .modal-body .pay-item{display:flex;align-items:center;justify-content:space-between;background:#fff;cursor:pointer;user-select:none;gap:16px;height:28px}.modal-mask-pay-h5 .modal-window .modal-content .modal-body .pay-item-left{display:flex;align-items:center;min-width:0}.modal-mask-pay-h5 .modal-window .modal-content .modal-body .pay-item-checkbox{width:18px;height:18px;border-radius:4px;border:1.5px solid #c9cdd4;display:flex;align-items:center;justify-content:center;flex:0 0 18px;margin-left:12px}.modal-mask-pay-h5 .modal-window .modal-content .modal-body .pay-item-checkbox .check{width:10px;height:6px;border-left:2px solid rgba(0,0,0,0);border-bottom:2px solid rgba(0,0,0,0);transform:rotate(-45deg);margin-top:-1px}.modal-mask-pay-h5 .modal-window .modal-content .modal-body .pay-item-checkbox.is-checked{border-color:#3c80ff;background:#3c80ff}.modal-mask-pay-h5 .modal-window .modal-content .modal-body .pay-item-checkbox.is-checked .check{border-left-color:#fff;border-bottom-color:#fff}.modal-mask-pay-h5 .modal-window .modal-content .modal-body .pay-item-icon{width:21px;height:21px;display:flex;align-items:center;justify-content:center}.modal-mask-pay-h5 .modal-window .modal-content .modal-body .pay-item-icon img{width:21px;height:21px;object-fit:contain}.modal-mask-pay-h5 .modal-window .modal-content .modal-body .pay-item-name{margin-left:8px;font-size:14px;line-height:20px;color:#1b1f35;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.modal-mask-pay-h5 .modal-window .modal-pay-number{display:flex;flex-direction:column;align-items:center;justify-content:center}.modal-mask-pay-h5 .modal-window .modal-pay-number .pay-number-text{font-size:14px;font-style:normal;font-weight:400;line-height:22px}.modal-mask-pay-h5 .modal-window .modal-pay-number .pay-number{margin-top:4px;font-family:DINPro;font-size:20px;font-style:normal;font-weight:700;line-height:24px}.modal-mask-pay-h5 .modal-window .modal-pay-number .pay-number>span{font-size:40px}.modal-mask-pay-h5 .modal-window .modal-footer{display:flex;padding:12px 0 17px 0;justify-content:space-around;align-items:center}.modal-mask-pay-h5 .modal-window .modal-footer .footer-btn{display:flex;width:343px;height:48px;padding:0 12px;justify-content:center;align-items:center;border-radius:12px;background:var(---, linear-gradient(135deg, #2772FF 50%, #3DD3FF 100%));color:#fff;font-weight:600;cursor:pointer}.modal-mask-pay-h5 .modal-window .modal-footer .footer-btn.is-disabled{opacity:.45;cursor:not-allowed;pointer-events:none}.modal-mask-pay-h5 .modal-window .modal-footer .footer-btn--ghost{width:100px;background:rgba(0,0,0,0);color:#7b808f;border:1px solid #e5e6eb}
.page-footer{width:100%;height:122px;padding:20px 16px;background:#fff;box-shadow:0 -1px 23px 0 rgba(0,0,0,.05);border-radius:28px 28px 0 0}@keyframes payLoading{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.page-footer .pay-footer-box{position:relative;display:flex;align-items:center;justify-content:flex-end;width:100%;height:48px;background:#fff;border-radius:100px;background:linear-gradient(270deg, #FFF2DF 31%, #FFF0D6 66%, #FFF5E2 100%)}.page-footer .pay-footer-box .footer-left{position:absolute;top:10px;left:0;display:flex;align-items:center;flex:1;padding-left:14px;height:28px}.page-footer .pay-footer-box .footer-left .pay-price{display:flex;align-items:flex-end;height:100%}.page-footer .pay-footer-box .footer-left .pay-price .pay-text{font-size:12px;color:#6b440a}.page-footer .pay-footer-box .footer-left .pay-price .pay-num{position:relative;top:1px;font-weight:800;font-size:24px;color:#6b440a;line-height:28px;letter-spacing:-0.5px}.page-footer .pay-footer-box .footer-left .pay-detail{display:flex;align-items:flex-end;height:100%;font-weight:500;font-size:12px;color:#6b440a;margin-left:8px}.page-footer .pay-footer-box .footer-left .pay-detail .icon{color:#6b440a;margin-left:2px}.page-footer .pay-footer-box .footer-left .pay-size{display:flex;align-items:flex-end;height:100%;font-size:12px;color:#6b440a;margin-left:4px;letter-spacing:-0.5px}.page-footer .pay-footer-box .footer-left .pay-loading-box{display:flex;align-items:center}.page-footer .pay-footer-box .footer-left .pay-loading-box .pay-loading{display:flex;align-items:center;justify-content:center;width:97px;height:30px;background:#fff;border-radius:25px 25px 25px 25px;font-weight:500;font-size:12px;color:#6b440a}.page-footer .pay-footer-box .footer-left .pay-loading-box .pay-loading img{width:16px;height:16px;margin-right:5px;color:#d9d9d9;animation:payLoading 2s linear infinite}.page-footer .pay-footer-box .footer-left .pay-loading-box .pay-detail{height:28px;margin-left:8px}.page-footer .pay-footer-box .pay-btn{display:flex;align-items:center;justify-content:center;width:130px;height:100%;padding-left:12px;border-radius:0 100px 100px 0;background:url(https://statics.123pan.com/img/pay-footer-bg.png) no-repeat center;background-size:cover;font-weight:800;font-size:16px;color:#6b440a}.page-footer .pay-footer-box .pay-btn-disabled{background:url(https://statics.123pan.com/img/pay-footer-bg-disabled.png) no-repeat center;background-size:cover;color:rgba(107,68,10,.4)}.page-footer .footer-tips{display:flex;align-items:center;justify-content:center;width:100%;margin-top:16px;font-weight:500;font-size:12px;color:#3c80ff}
