.tab-bar-container{position:fixed;bottom:0;left:0;right:0;z-index:100;background-color:#fff;border-top:1px solid #e5e6eb}.tab-bar{display:flex;height:50px}.tab-item{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#86909c;cursor:pointer;-webkit-tap-highlight-color:transparent}.tab-item.active{color:#165dff}.tab-icon{font-size:22px;margin-bottom:2px;display:flex;align-items:center;justify-content:center}.tab-title{font-size:10px}.layout-container{min-height:100vh;display:flex;flex-direction:column;background-color:#f5f6f7}.layout-content{flex:1;padding-bottom:60px;overflow-y:auto;-webkit-overflow-scrolling:touch}.login-page{min-height:100vh;background:linear-gradient(180deg,#e8f3ff,#f5f6f7);padding:60px 24px 40px;display:flex;flex-direction:column}.login-header{text-align:center;margin-bottom:48px}.login-header .logo{margin-bottom:16px}.login-header .title{font-size:24px;font-weight:600;color:#1d2129;margin:0 0 8px}.login-header .subtitle{font-size:14px;color:#86909c;margin:0}.login-form{background:#fff;border-radius:12px;padding:24px 16px;box-shadow:0 4px 20px #0000000d}.login-form .form-item{margin-bottom:16px}.login-form .form-input{width:100%;height:48px;padding:0 16px;background:#f7f8fa;border-radius:8px;border:1px solid transparent;font-size:16px;color:#1d2129;outline:none;box-sizing:border-box;-webkit-appearance:none}.login-form .form-input::placeholder{color:#86909c}.login-form .form-input:focus{background:#fff;border-color:#165dff;box-shadow:0 0 0 2px #165dff1a}.login-form .login-btn{display:block;width:100%;height:48px;line-height:48px;background:#165dff;border-radius:8px;font-size:16px;font-weight:500;margin-top:8px;border:none;color:#fff;text-align:center;cursor:pointer;-webkit-appearance:none;-webkit-tap-highlight-color:transparent}.login-form .login-btn:active{background:#0e42d2}.login-form .login-btn:disabled{background:#94bfff;cursor:not-allowed}.login-footer{text-align:center;margin-top:24px}.login-footer p{font-size:14px;color:#86909c;margin:0}.login-footer .link{color:#165dff;text-decoration:none;margin-left:4px}.dashboard-page{min-height:100vh;background-color:#f5f6f7;padding-bottom:70px}.dashboard-content{padding:12px}.user-info-card{display:flex;align-items:center;background:linear-gradient(135deg,#165dff,#0e42d2);border-radius:12px;padding:20px 16px;margin-bottom:16px}.user-info-card .user-avatar{width:48px;height:48px;border-radius:50%;background:#fff3;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:600;color:#fff;margin-right:12px}.user-info-card .user-detail{flex:1}.user-info-card .user-name{font-size:18px;font-weight:600;color:#fff;margin-bottom:4px}.user-info-card .user-code{font-size:13px;color:#fffc}.menu-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;background:#fff;border-radius:12px;padding:20px 12px}.menu-item{display:flex;flex-direction:column;align-items:center;cursor:pointer;-webkit-tap-highlight-color:transparent}.menu-item:active{opacity:.7}.menu-icon{width:56px;height:56px;border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:8px}.menu-title{font-size:12px;color:#4e5969;text-align:center}.global-search-bar{display:flex;align-items:center;padding:8px 12px;background:#fff;border-bottom:1px solid #e5e6eb;position:sticky;top:0;z-index:100}.global-search-bar .back-btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center;flex-shrink:0;cursor:pointer}.global-search-bar .back-btn:active{opacity:.7}.global-search-bar .search-input{flex:1;height:36px;padding:0 12px;margin:0 8px;background:#f7f8fa;border-radius:18px;border:none;font-size:14px;color:#1d2129;outline:none;box-sizing:border-box;-webkit-appearance:none}.global-search-bar .search-input::placeholder{color:#86909c}.global-search-bar .search-input:focus{background:#fff;box-shadow:0 0 0 1px #165dff}.global-search-bar .search-btn{width:50px;height:50px;display:flex;align-items:center;justify-content:center;flex-shrink:0;cursor:pointer;background:transparent;border:none}.global-search-bar .search-btn:active{opacity:.7}.order-list-page{min-height:100vh;background-color:#fff;padding-bottom:60px}.order-list{padding:0}.order-item{background:#fff;padding:10px 12px;border-bottom:1px solid #e5e6eb}.order-item:active{background:#f7f8fa}.order-item:last-child{border-bottom:none}.order-item .item-header{display:flex;align-items:center;margin-bottom:4px}.order-item .item-header .order-number{font-size:14px;font-weight:500;color:#1d2129}.order-item .item-header .order-status{font-size:12px;font-weight:500;margin-left:8px}.order-item .item-header .type-tag{font-size:11px;padding:1px 6px;border-radius:3px;font-weight:500;margin-left:auto}.order-item .product-name{font-size:13px;color:#4e5969;margin-bottom:6px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.order-item .item-info{display:flex;justify-content:space-between;margin-bottom:4px}.order-item .item-info.four-col .info-col{width:25%;flex:none}.order-item .item-info.four-col .info-col:nth-child(1){align-items:flex-start}.order-item .item-info.four-col .info-col:nth-child(2),.order-item .item-info.four-col .info-col:nth-child(3){align-items:center}.order-item .item-info.four-col .info-col:nth-child(4){align-items:flex-end}.order-item .item-info .info-col{display:flex;flex-direction:column;align-items:flex-start;flex:1}.order-item .item-info .info-col .label{font-size:10px;color:#86909c}.order-item .item-info .info-col .value{font-size:12px;color:#1d2129}.order-item .item-info .info-col .value.amount{font-weight:600;color:#165dff}.load-more{text-align:center;padding:16px;color:#1d2129;font-size:14px}.empty-state .empty-text{font-size:14px;color:#1d2129}.fab-group{position:fixed;right:16px;bottom:80px;display:flex;flex-direction:column;align-items:flex-end;z-index:100}.fab-container{display:flex;align-items:center}.fab-btn{width:50px;height:50px;border-radius:50%;background:#165dff;color:#fff;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:500;box-shadow:0 4px 12px #165dff66;cursor:pointer;transition:transform .2s}.fab-btn.fab-link{margin-bottom:12px;background:#00b42a;box-shadow:0 4px 12px #00b42a66}.fab-menu{display:flex;flex-direction:row;margin-right:10px;animation:fadeInLeft .2s ease}.fab-item{padding:8px 12px;background:#fff;border-radius:20px;font-size:12px;color:#1d2129;margin-right:8px;box-shadow:0 2px 8px #0000001a;white-space:nowrap;cursor:pointer}.fab-item.active{background:#165dff;color:#fff}.fab-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0000004d;z-index:99}.nav-bar-container{position:sticky;top:0;left:0;right:0;z-index:100;background-color:#fff}.nav-bar-container .arco-nav-bar{height:56px!important;min-height:56px!important;background-color:#fff;border-bottom:1px solid #e5e6eb}.nav-bar-container .arco-nav-bar .arco-nav-bar-inner{height:56px!important}.nav-bar-container .arco-nav-bar .arco-nav-bar-title{font-size:18px!important;font-weight:600!important;color:#1d2129!important}.nav-bar-container .arco-nav-bar-left,.nav-bar-container .arco-nav-bar-right{color:#4e5969}.order-detail-page{min-height:100vh;background-color:#f5f6f7}.status-card{border-radius:12px;padding:20px 16px;margin-bottom:12px}.status-card .status-main{display:flex;align-items:center;gap:12px;margin-bottom:8px}.status-card .status-text{font-size:20px;font-weight:600}.status-card .financial-status{font-size:13px;padding:2px 8px;background:#fff9;border-radius:4px}.status-card .order-number{font-size:13px;color:#4e5969}.info-card{background:#fff;border-radius:12px;padding:16px;margin-bottom:12px}.info-card .card-title{font-size:16px;font-weight:600;color:#1d2129;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid #f2f3f5}.info-card .info-row{display:flex;justify-content:space-between;align-items:center;padding:8px 0}.info-card .info-row .label{font-size:14px;color:#86909c}.info-card .info-row .value{font-size:14px;color:#1d2129}.info-card .info-row .value.amount{font-size:18px;font-weight:600;color:#f53f3f}.info-card .info-row .value.highlight{color:#165dff;font-weight:500}.hotel-item{padding:12px;background:#f7f8fa;border-radius:8px;margin-bottom:12px}.hotel-item:last-child{margin-bottom:0}.hotel-item .hotel-name{font-size:15px;font-weight:600;color:#1d2129;margin-bottom:12px;padding-bottom:8px;border-bottom:1px solid #e5e6eb}.hotel-item .hotel-info .info-row{padding:6px 0}.note-content{font-size:14px;color:#4e5969;line-height:1.6;word-break:break-all}.timeline{position:relative}.timeline:before{content:"";position:absolute;left:6px;top:12px;bottom:12px;width:1px;background:#e5e6eb}.timeline-item{display:flex;padding:8px 0;position:relative}.timeline-item .timeline-dot{width:12px;height:12px;border-radius:50%;background:#165dff;margin-right:12px;margin-top:4px;flex-shrink:0;position:relative;z-index:1}.timeline-item .timeline-content{flex:1}.timeline-item .timeline-title{font-size:14px;color:#1d2129;margin-bottom:4px}.timeline-item .timeline-info{display:flex;justify-content:space-between;font-size:12px;color:#86909c}.bind-view-page{min-height:100vh;background-color:#f5f6f7}.bind-view-content{padding:12px}.empty-state{display:flex;flex-direction:column;align-items:center;padding:80px 0}.group-card{background:#fff;border-radius:12px;margin-bottom:12px;overflow:hidden}.group-card .group-header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;background:linear-gradient(135deg,#e8f3ff,#f5f7ff);cursor:pointer}.group-card .group-header:active{opacity:.9}.group-card .group-header .group-main{display:flex;align-items:center;gap:8px}.group-card .group-header .group-main .group-icon{font-size:16px}.group-card .group-header .group-main .group-number{font-size:15px;font-weight:600;color:#165dff}.group-card .group-header .group-main .group-name{font-size:13px;color:#4e5969;padding:2px 8px;background:#ffffffb3;border-radius:4px}.group-card .group-header .group-arrow{color:#86909c}.group-card .group-summary{display:flex;justify-content:space-between;padding:12px 16px;border-bottom:1px solid #f2f3f5}.group-card .group-summary .summary-item{display:flex;flex-direction:column;align-items:center}.group-card .group-summary .summary-item .label{font-size:11px;color:#86909c;margin-bottom:4px}.group-card .group-summary .summary-item .value{font-size:13px;color:#1d2129;font-weight:500}.group-card .group-summary .summary-item .value.amount{color:#165dff;font-weight:600}.group-card .group-orders{padding:8px}.group-card .group-empty{padding:24px;text-align:center;color:#86909c;font-size:13px}.unassociated-section{background:#fff;border-radius:12px;overflow:hidden}.unassociated-section .section-header{display:flex;align-items:center;gap:8px;padding:14px 16px;background:#f7f8fa;border-bottom:1px solid #e5e6eb}.unassociated-section .section-header .section-icon{font-size:16px}.unassociated-section .section-header .section-title{font-size:15px;font-weight:600;color:#1d2129}.unassociated-section .section-header .section-count{font-size:13px;color:#86909c}.unassociated-section .unassociated-orders{padding:8px}.order-item{background:#f7f8fa;border-radius:8px;padding:12px;margin-bottom:8px;cursor:pointer}.order-item:last-child{margin-bottom:0}.order-item:active{background:#f2f3f5}.order-item .order-header{display:flex;align-items:center;gap:8px;margin-bottom:10px}.order-item .order-header .order-number{font-size:14px;font-weight:500;color:#1d2129}.order-item .order-header .order-status{font-size:11px;padding:2px 6px;border-radius:4px;font-weight:500}.order-item .order-info{display:flex;justify-content:space-between;align-items:flex-end}.order-item .order-info .info-left{display:flex;flex-direction:column;flex:1;min-width:0}.order-item .order-info .info-left .product-name{font-size:13px;color:#4e5969;margin-bottom:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.order-item .order-info .info-left .customer{font-size:12px;color:#86909c}.order-item .order-info .info-right{display:flex;flex-direction:column;align-items:flex-end;flex-shrink:0;margin-left:12px}.order-item .order-info .info-right .amount{font-size:15px;font-weight:600;color:#165dff;margin-bottom:4px}.order-item .order-info .info-right .financial-status{font-size:11px}.groups-section{margin-bottom:12px}.hotel-list-page{min-height:100vh;background-color:#f5f6f7}.search-bar{padding:12px;background:#fff;border-bottom:1px solid #e5e6eb}.search-bar .search-input{width:100%;height:40px;padding:0 12px;background:#f7f8fa;border-radius:8px;border:1px solid transparent;font-size:14px;color:#1d2129;outline:none;box-sizing:border-box;-webkit-appearance:none}.search-bar .search-input::placeholder{color:#86909c}.search-bar .search-input:focus{background:#fff;border-color:#165dff}.hotel-list{padding:12px}.hotel-card{background:#fff;border-radius:12px;overflow:hidden;margin-bottom:12px}.hotel-card:active{background:#f7f8fa}.hotel-card .hotel-image{width:100%;height:160px;background:#f2f3f5}.hotel-card .hotel-image img{width:100%;height:100%;object-fit:cover}.hotel-card .hotel-image .no-image{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#c9cdd4;font-size:14px}.hotel-card .hotel-info{padding:12px 16px}.hotel-card .hotel-name{font-size:16px;font-weight:600;color:#1d2129;margin-bottom:4px}.hotel-card .hotel-stars{color:#ff7d00;font-size:12px;margin-bottom:8px}.hotel-card .hotel-meta{display:flex;gap:12px;margin-bottom:4px}.hotel-card .hotel-meta .atoll{font-size:13px;color:#4e5969}.hotel-card .hotel-meta .transport{font-size:13px;color:#86909c}.hotel-card .hotel-english{font-size:12px;color:#86909c}.loading-container{display:flex;justify-content:center;align-items:center;padding:40px 0}.load-more{text-align:center;padding:16px;color:#86909c;font-size:14px}.finance-page{min-height:100vh;background-color:#f5f6f7;padding-bottom:70px}.finance-content{padding:12px}.summary-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:16px}.summary-card{background:#fff;border-radius:12px;padding:16px}.summary-card .card-title{font-size:14px;color:#86909c;margin-bottom:12px}.summary-card .currency-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.summary-card .currency-row:last-child{margin-bottom:0}.summary-card .currency-label{font-size:12px;color:#86909c}.summary-card .currency-value{font-size:16px;font-weight:600;color:#1d2129}.summary-card .currency-value.success{color:#00b42a}.summary-card .currency-value.danger{color:#f53f3f}.summary-card .currency-value.primary{color:#165dff}.orders-section{background:#fff;border-radius:12px;padding:16px}.section-title{font-size:16px;font-weight:600;color:#1d2129;margin-bottom:16px}.order-list{display:flex;flex-direction:column;gap:12px}.order-card{background:#f7f8fa;border-radius:8px;padding:12px}.order-card:active{background:#f2f3f5}.order-card .order-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.order-card .order-number{font-size:14px;font-weight:600;color:#165dff}.order-card .order-status{font-size:12px;font-weight:500}.order-card .order-info{margin-bottom:12px;padding-bottom:12px;border-bottom:1px solid #e5e6eb}.order-card .info-row{display:flex;margin-bottom:6px}.order-card .info-row:last-child{margin-bottom:0}.order-card .info-row .label{width:60px;font-size:13px;color:#86909c;flex-shrink:0}.order-card .info-row .value{flex:1;font-size:13px;color:#4e5969;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.order-card .order-amounts{display:flex;flex-direction:column;gap:8px}.order-card .amount-row{display:flex;justify-content:space-between}.order-card .amount-item{display:flex;flex-direction:column;align-items:center}.order-card .amount-item .amount-label{font-size:11px;color:#86909c;margin-bottom:2px}.order-card .amount-item .amount-value{font-size:14px;font-weight:500;color:#1d2129}.order-card .amount-item .amount-value.success{color:#00b42a}.order-card .amount-item .amount-value.danger{color:#f53f3f}.empty-state{text-align:center;padding:40px 0;color:#86909c;font-size:14px}.profile-page{min-height:100vh;background-color:#f5f6f7;padding-bottom:70px}.profile-content{padding:12px}.profile-header{display:flex;flex-direction:column;align-items:center;background:linear-gradient(135deg,#165dff,#0e42d2);border-radius:12px;padding:32px 16px;margin-bottom:16px}.profile-header .avatar{width:72px;height:72px;border-radius:50%;background:#fff3;display:flex;align-items:center;justify-content:center;font-size:28px;font-weight:600;color:#fff;margin-bottom:12px;overflow:hidden}.profile-header .avatar img{width:100%;height:100%;object-fit:cover}.profile-header .user-name{font-size:20px;font-weight:600;color:#fff;margin-bottom:8px}.profile-header .user-tags{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:center}.profile-header .user-tag{display:inline-block;font-size:12px;color:#165dff;background:#ffffffe6;padding:4px 12px;border-radius:12px}.profile-header .user-tag.status-gray{color:#86909c}.profile-header .user-tag.status-warning{color:#ff7d00}.profile-header .user-tag.status-success{color:#00b42a}.profile-header .user-tag.status-danger{color:#f53f3f}.info-card{background:#fff;border-radius:12px;padding:16px;margin-bottom:16px}.info-card .card-title{font-size:16px;font-weight:600;color:#1d2129;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid #f2f3f5;display:flex;align-items:center;justify-content:space-between}.info-card .card-title .card-title-actions{display:flex;gap:16px}.info-card .card-title .action-link{font-size:14px;font-weight:400;color:#165dff;cursor:pointer;-webkit-tap-highlight-color:transparent}.info-card .card-title .action-link:active{opacity:.7}.info-card .card-title .cert-status-wrapper{display:flex;align-items:center;gap:8px}.info-card .card-title .certification-link{font-size:12px;color:#f53f3f;cursor:pointer;-webkit-tap-highlight-color:transparent}.info-card .card-title .certification-link:active{opacity:.7}.info-card .card-title .cert-status{font-size:12px;font-weight:400;padding:2px 8px;border-radius:4px;background:#f5f5f5}.info-card .card-title .cert-status.status-gray{color:#86909c;background:#f2f3f5}.info-card .card-title .cert-status.status-warning{color:#ff7d00;background:#fff7e8}.info-card .card-title .cert-status.status-success{color:#00b42a;background:#e8ffea}.info-card .card-title .cert-status.status-danger{color:#f53f3f;background:#ffece8}.info-card .cert-tip{text-align:center;padding:16px;font-size:14px;color:#86909c}.info-card .cert-tip.cert-pending{color:#ff7d00}.info-card .cert-tip.cert-rejected{color:#f53f3f}.info-card .btn-certification{width:100%;height:40px;margin-top:12px;border-radius:8px;font-size:14px;font-weight:500;background:#00b42a;color:#fff;border:none;cursor:pointer;-webkit-appearance:none;-webkit-tap-highlight-color:transparent}.info-card .btn-certification:active{opacity:.8}.info-card .info-item{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid #f2f3f5}.info-card .info-item:last-child{border-bottom:none}.info-card .info-item .label{font-size:14px;color:#86909c}.info-card .info-item .value{font-size:14px;color:#1d2129}.info-card .info-item .status-approved{color:#00b42a}.action-buttons{display:flex;flex-direction:column;gap:12px}.action-buttons button{width:100%;height:48px;border-radius:8px;font-size:16px;font-weight:500;border:none;cursor:pointer;-webkit-appearance:none;-webkit-tap-highlight-color:transparent}.action-buttons button:active{opacity:.8}.action-buttons .btn-edit{background:#165dff;color:#fff}.action-buttons .btn-password{background:#fff;color:#1d2129;border:1px solid #e5e6eb}.action-buttons .btn-logout{background:#fff;color:#f53f3f;border:1px solid #ffece8;margin-top:12px}.contract-price-page{min-height:100vh;background-color:#f5f6f7;padding-bottom:70px}.contract-list{padding:12px}.contract-card{background:#fff;border-radius:12px;padding:16px;margin-bottom:12px}.contract-card .card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.contract-card .hotel-name{font-size:16px;font-weight:600;color:#1d2129;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-right:12px}.contract-card .update-time{font-size:12px;color:#86909c;flex-shrink:0}.contract-card .contact-info{font-size:13px;color:#86909c;margin-bottom:8px}.contract-card .contact-info .divider{margin:0 8px;color:#e5e6eb}.contract-card .update-content{font-size:13px;margin-bottom:8px;line-height:1.5}.contract-card .update-content .label{color:#86909c}.contract-card .update-content .value{color:#4e5969;margin-left:4px}.contract-card .pdf-list{border-top:1px solid #f2f3f5;padding-top:12px}.contract-card .pdf-item{display:flex;align-items:center;padding:10px 12px;background:#f7f8fa;border-radius:8px;margin-bottom:8px;cursor:pointer}.contract-card .pdf-item:last-child{margin-bottom:0}.contract-card .pdf-item:active{background:#f2f3f5}.contract-card .pdf-item .pdf-icon{width:36px;height:36px;background:#fff;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#165dff;margin-right:12px}.contract-card .pdf-item .pdf-info{flex:1;overflow:hidden}.contract-card .pdf-item .pdf-info .pdf-name{font-size:14px;color:#1d2129;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.contract-card .pdf-item .pdf-info .pdf-size{font-size:12px;color:#86909c;margin-top:2px}.contract-card .pdf-item .pdf-action{color:#c9cdd4}.contract-card .no-files{text-align:center;padding:16px;color:#86909c;font-size:13px;background:#f7f8fa;border-radius:8px}.pdf-viewer-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000;z-index:1000;display:flex;flex-direction:column}.pdf-viewer-overlay .pdf-viewer-header{display:flex;align-items:center;padding:12px 16px;background:#1d2129}.pdf-viewer-overlay .pdf-viewer-header .close-btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer}.pdf-viewer-overlay .pdf-viewer-header .close-btn:active{opacity:.7}.pdf-viewer-overlay .pdf-viewer-header .title{flex:1;text-align:center;color:#fff;font-size:16px;font-weight:500;margin-right:40px}.pdf-viewer-overlay .pdf-iframe{flex:1;width:100%;border:none;background:#fff}.room-check-page{min-height:100vh;background-color:#f5f6f7;padding-bottom:70px}.stats-section{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;padding:12px;background:#fff}.stats-section .stat-card{text-align:center;padding:12px;background:#f7f8fa;border-radius:8px}.stats-section .stat-card .stat-value{font-size:24px;font-weight:600;color:#1d2129}.stats-section .stat-card .stat-label{font-size:12px;color:#86909c;margin-top:4px}.tabs-section .tabs .tab{padding:6px 16px;font-size:14px;color:#4e5969;background:#f7f8fa;border-radius:16px;cursor:pointer}.room-check-list{padding:12px}.room-check-card{background:#fff;border-radius:12px;padding:16px;margin-bottom:12px}.room-check-card .card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.room-check-card .card-header .hotel-name{font-size:16px;font-weight:600;color:#1d2129}.room-check-card .card-header .status-tag{font-size:12px;font-weight:500}.room-check-card .card-content{padding-bottom:12px;border-bottom:1px solid #f2f3f5}.room-check-card .card-content .info-row{display:flex;margin-bottom:6px;line-height:1.5}.room-check-card .card-content .info-row:last-child{margin-bottom:0}.room-check-card .card-content .info-row .label{width:70px;font-size:13px;color:#86909c;flex-shrink:0}.room-check-card .card-content .info-row .value{flex:1;font-size:13px;color:#1d2129}.room-check-card .reply-section{margin-top:12px;padding:12px;background:#f7f8fa;border-radius:8px}.room-check-card .reply-section .reply-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.room-check-card .reply-section .reply-header .reply-status{font-size:14px;font-weight:500}.room-check-card .reply-section .reply-header .reply-by{font-size:12px;color:#86909c}.room-check-card .reply-section .reply-content{font-size:13px;color:#4e5969;line-height:1.5}.room-check-card .card-footer{margin-top:12px}.room-check-card .card-footer .create-time{font-size:12px;color:#86909c}.modal-body .form-item{margin-bottom:16px;position:relative}.modal-body .form-item.half{flex:1}.modal-body .form-item .hotel-dropdown{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #e5e6eb;border-radius:8px;box-shadow:0 4px 12px #0000001a;max-height:200px;overflow-y:auto;z-index:10}.modal-body .form-item .hotel-dropdown .hotel-option{padding:12px;font-size:14px;color:#1d2129;cursor:pointer}.modal-body .form-item .hotel-dropdown .hotel-option:hover,.modal-body .form-item .hotel-dropdown .hotel-option:active{background:#f7f8fa}.modal-body .form-item .hotel-dropdown .hotel-option:not(:last-child){border-bottom:1px solid #f2f3f5}.modal-body .form-row{display:flex;gap:12px}.invoice-page{min-height:100vh;background-color:#f5f6f7;padding-bottom:70px}.stats-section{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;padding:12px;background:#fff}.stats-section .stat-card{text-align:center;padding:12px 8px;background:#f7f8fa;border-radius:8px}.stats-section .stat-card .stat-value{font-size:20px;font-weight:600;color:#1d2129}.stats-section .stat-card .stat-label{font-size:11px;color:#86909c;margin-top:4px}.tabs-section{display:flex;justify-content:space-between;align-items:center;padding:12px;background:#fff;border-top:1px solid #f2f3f5}.tabs-section .tabs{display:flex;gap:8px}.tabs-section .tabs .tab{padding:6px 14px;font-size:13px;color:#4e5969;background:#f7f8fa;border-radius:16px;cursor:pointer}.tabs-section .tabs .tab.active{color:#fff;background:#165dff}.tabs-section .add-btn{padding:6px 12px;font-size:13px;color:#fff;background:#165dff;border:none;border-radius:6px;cursor:pointer;-webkit-appearance:none}.tabs-section .add-btn:active{opacity:.8}.invoice-list{padding:12px}.invoice-card{background:#fff;border-radius:12px;padding:16px;margin-bottom:12px}.invoice-card .card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.invoice-card .card-header .invoice-number{font-size:16px;font-weight:600;color:#165dff}.invoice-card .card-header .status-tag{font-size:12px;font-weight:500}.invoice-card .card-content .info-row{display:flex;margin-bottom:6px;line-height:1.5}.invoice-card .card-content .info-row:last-child{margin-bottom:0}.invoice-card .card-content .info-row .label{width:70px;font-size:13px;color:#86909c;flex-shrink:0}.invoice-card .card-content .info-row .value{flex:1;font-size:13px;color:#1d2129}.invoice-card .card-content .info-row .value.amount{font-weight:600;color:#f53f3f}.invoice-card .official-number{margin-top:12px;padding:10px 12px;background:#e8ffea;border-radius:6px;font-size:13px;color:#00b42a}.invoice-card .reject-reason{margin-top:12px;padding:10px 12px;background:#ffece8;border-radius:6px;font-size:13px;color:#f53f3f}.invoice-card .card-footer{margin-top:12px;padding-top:12px;border-top:1px solid #f2f3f5}.invoice-card .card-footer .create-time{font-size:12px;color:#86909c}.modal-body .section-title{font-size:14px;font-weight:600;color:#1d2129;margin-bottom:12px}.modal-body .loading-orders,.modal-body .no-orders{text-align:center;padding:20px;color:#86909c;font-size:14px;background:#f7f8fa;border-radius:8px}.modal-body .order-select-list{max-height:200px;overflow-y:auto;border:1px solid #e5e6eb;border-radius:8px}.modal-body .order-select-item{display:flex;align-items:flex-start;padding:12px;cursor:pointer;border-bottom:1px solid #f2f3f5}.modal-body .order-select-item:last-child{border-bottom:none}.modal-body .order-select-item:active{background:#f7f8fa}.modal-body .order-select-item.selected{background:#f0f5ff}.modal-body .order-select-item .order-select-checkbox{width:20px;height:20px;border:2px solid #c9cdd4;border-radius:4px;margin-right:12px;margin-top:2px;display:flex;align-items:center;justify-content:center}.modal-body .order-select-item.selected .order-select-checkbox{border-color:#165dff;background:#fff}.modal-body .order-select-item .order-select-info{flex:1}.modal-body .order-select-item .order-select-info .order-number{font-size:14px;font-weight:500;color:#1d2129}.modal-body .order-select-item .order-select-info .order-detail{font-size:12px;color:#86909c;margin-top:2px}.modal-body .order-select-item .order-select-info .order-amount{font-size:13px;color:#165dff;margin-top:4px}.modal-body .form-item .type-select{display:flex;gap:12px}.modal-body .form-item .type-select .type-option{flex:1;padding:10px;text-align:center;font-size:14px;color:#4e5969;background:#f7f8fa;border:1px solid transparent;border-radius:8px;cursor:pointer}.modal-body .form-item .type-select .type-option.active{color:#165dff;background:#f0f5ff;border-color:#165dff}.modal-body .total-amount{margin-top:16px;padding:12px;background:#f7f8fa;border-radius:8px;font-size:14px;color:#1d2129;text-align:center}.modal-body .total-amount .amount{font-size:20px;font-weight:600;color:#f53f3f;margin-left:8px}.modal-footer .btn-submit{background:#165dff;color:#fff}.sub-account-page{min-height:100vh;background-color:#f5f6f7;padding-bottom:70px}.page-header{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:#fff}.page-header .total-count{font-size:14px;color:#86909c}.page-header .add-btn{padding:8px 16px;font-size:14px;color:#fff;background:#165dff;border:none;border-radius:8px;cursor:pointer;-webkit-appearance:none}.page-header .add-btn:active{opacity:.8}.loading-container{display:flex;justify-content:center;align-items:center;height:200px}.loading-container .loading-spinner{width:32px;height:32px;border:3px solid #e5e6eb;border-top-color:#165dff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.sub-account-list{padding:12px}.sub-account-card{background:#fff;border-radius:12px;padding:16px;margin-bottom:12px;cursor:pointer}.sub-account-card:active{background:#fafafa}.sub-account-card .card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.sub-account-card .card-header .user-info{display:flex;align-items:center}.sub-account-card .card-header .user-info .avatar{width:44px;height:44px;background:linear-gradient(135deg,#165dff,#0e42d2);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:600;color:#fff;margin-right:12px}.sub-account-card .card-header .user-info .user-detail .user-name{font-size:16px;font-weight:600;color:#1d2129}.sub-account-card .card-header .user-info .user-detail .username{font-size:13px;color:#86909c;margin-top:2px}.sub-account-card .card-header .status-tag{font-size:12px;font-weight:500}.sub-account-card .card-content{padding-top:12px;border-top:1px solid #f2f3f5}.sub-account-card .card-content .info-row{display:flex;margin-bottom:6px;line-height:1.5}.sub-account-card .card-content .info-row:last-child{margin-bottom:0}.sub-account-card .card-content .info-row .label{width:70px;font-size:13px;color:#86909c;flex-shrink:0}.sub-account-card .card-content .info-row .value{flex:1;font-size:13px;color:#1d2129}.load-more{text-align:center;padding:16px;color:#165dff;font-size:14px;cursor:pointer}.load-more:active{opacity:.8}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:flex-end;z-index:1000}.modal-content{width:100%;max-height:90vh;background:#fff;border-radius:16px 16px 0 0;overflow:hidden;display:flex;flex-direction:column}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:16px;border-bottom:1px solid #f2f3f5}.modal-header .modal-title{font-size:16px;font-weight:600;color:#1d2129}.modal-header .modal-close{font-size:24px;color:#86909c;cursor:pointer}.modal-body{flex:1;overflow-y:auto;padding:16px}.modal-body .form-item{margin-bottom:16px}.modal-body .form-item label{display:block;font-size:14px;color:#1d2129;margin-bottom:8px}.modal-body .form-item input,.modal-body .form-item textarea{width:100%;padding:10px 12px;font-size:14px;color:#1d2129;background:#f7f8fa;border:1px solid transparent;border-radius:8px;outline:none;box-sizing:border-box;-webkit-appearance:none}.modal-body .form-item input::placeholder,.modal-body .form-item textarea::placeholder{color:#86909c}.modal-body .form-item input:focus,.modal-body .form-item textarea:focus{background:#fff;border-color:#165dff}.modal-body .form-item textarea{resize:none}.modal-body .form-item .permission-list{display:flex;flex-direction:column;gap:8px}.modal-body .form-item .permission-item{display:flex;align-items:flex-start;padding:12px;background:#f7f8fa;border-radius:8px;cursor:pointer}.modal-body .form-item .permission-item.selected{background:#f0f5ff}.modal-body .form-item .permission-item:active{opacity:.8}.modal-body .form-item .permission-item .perm-checkbox{width:20px;height:20px;border:2px solid #c9cdd4;border-radius:4px;margin-right:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.modal-body .form-item .permission-item.selected .perm-checkbox{background:#165dff;border-color:#165dff}.modal-body .form-item .permission-item .perm-info{flex:1}.modal-body .form-item .permission-item .perm-info .perm-name{font-size:14px;font-weight:500;color:#1d2129}.modal-body .form-item .permission-item .perm-info .perm-desc{font-size:12px;color:#86909c;margin-top:2px}.modal-body .detail-header{text-align:center;margin-bottom:20px}.modal-body .detail-header .avatar.large{width:64px;height:64px;background:linear-gradient(135deg,#165dff,#0e42d2);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:600;color:#fff;margin:0 auto 12px}.modal-body .detail-header .detail-name{font-size:18px;font-weight:600;color:#1d2129}.modal-body .detail-header .detail-username{font-size:14px;color:#86909c;margin-top:4px}.modal-body .detail-header .status-badge{display:inline-block;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:500;margin-top:8px}.modal-body .detail-section{background:#f7f8fa;border-radius:12px;padding:16px;margin-bottom:16px}.modal-body .detail-section .detail-row{display:flex;justify-content:space-between;padding:10px 0;border-bottom:1px solid #e5e6eb}.modal-body .detail-section .detail-row:last-child{border-bottom:none}.modal-body .detail-section .detail-row .label{font-size:14px;color:#86909c}.modal-body .detail-section .detail-row .value{font-size:14px;color:#1d2129;text-align:right;max-width:60%}.modal-body .action-buttons{display:flex;gap:12px}.modal-body .action-buttons .btn-action{flex:1;padding:10px;font-size:14px;border:none;border-radius:8px;cursor:pointer;background:#f7f8fa;color:#4e5969;-webkit-appearance:none}.modal-body .action-buttons .btn-action:active{opacity:.8}.modal-body .action-buttons .btn-action.success{background:#e8ffea;color:#00b42a}.modal-body .action-buttons .btn-action.warning{background:#fff7e8;color:#ff7d00}.modal-body .action-buttons .btn-action.danger{background:#ffece8;color:#f53f3f}.modal-footer{display:flex;gap:12px;padding:16px;border-top:1px solid #f2f3f5}.modal-footer button{flex:1;height:44px;font-size:16px;border:none;border-radius:8px;cursor:pointer;-webkit-appearance:none}.modal-footer button:active{opacity:.8}.modal-footer button:disabled{opacity:.5;cursor:not-allowed}.modal-footer .btn-cancel{background:#f7f8fa;color:#4e5969}.modal-footer .btn-submit,.modal-footer .btn-full{background:#165dff;color:#fff}.supply-list-page{min-height:100vh;background-color:#f5f6f7;padding-bottom:80px}.page-header{display:flex;align-items:center;justify-content:center;padding:12px 16px;background:#fff;position:sticky;top:0;z-index:10}.tab-header{display:flex;background:#fff;border-bottom:1px solid #e5e6eb;position:sticky;top:0;z-index:10}.tab-header .tab-item{flex:1;text-align:center;padding:12px 0;font-size:15px;color:#4e5969;cursor:pointer;position:relative;transition:color .2s}.tab-header .tab-item.active{color:#165dff;font-weight:500}.tab-header .tab-item.active:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:24px;height:3px;background:#165dff;border-radius:2px}.disclaimer-tip{display:flex;align-items:flex-start;padding:10px 16px;background:#f7f8fa;color:#86909c;font-size:12px;line-height:1.5}.disclaimer-tip svg{flex-shrink:0;margin-right:6px;margin-top:2px}.login-tip svg{flex-shrink:0;margin-right:6px}.login-tip .login-btn{flex-shrink:0;margin-left:8px;padding:4px 12px;background:#ff7d00;color:#fff;border:none;border-radius:4px;font-size:12px;cursor:pointer}.supply-item .item-footer{display:flex;justify-content:space-between;align-items:center;padding-top:10px;border-top:1px solid #f2f3f5;margin-bottom:8px}.supply-item .item-footer .agent-info{display:flex;align-items:center}.supply-item .item-footer .agent-info .agent-name{font-size:13px;color:#1d2129;font-weight:500}.supply-item .item-footer .agent-info .agent-code{font-size:11px;color:#86909c;margin-left:6px}.supply-item .item-footer .contact-info{display:flex;align-items:center;font-size:12px;color:#4e5969}.supply-item .item-footer .contact-info .contact-name{margin-right:8px}.supply-item .item-footer .contact-info .contact-phone{color:#165dff}.supply-item .item-meta{display:flex;align-items:center;justify-content:space-between}.supply-item .item-meta .meta-left{display:flex;align-items:center}.supply-item .item-meta .meta-item{display:flex;align-items:center;font-size:11px;color:#86909c;margin-right:16px}.supply-item .item-meta .meta-item svg{margin-right:4px}.supply-item .item-meta .agent-name{font-size:12px;color:#86909c}.supply-item .item-meta .agent-name.blurred{color:transparent;text-shadow:0 0 8px rgba(134,144,156,.8);-webkit-user-select:none;user-select:none}.fab-wrapper{position:fixed;right:16px;display:flex;align-items:center;z-index:100}.fab-wrapper.fab-my{bottom:160px;bottom:calc(160px + constant(safe-area-inset-bottom));bottom:calc(160px + env(safe-area-inset-bottom))}.fab-wrapper.fab-publish{bottom:96px;bottom:calc(96px + constant(safe-area-inset-bottom));bottom:calc(96px + env(safe-area-inset-bottom))}.fab-btn{width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .2s;flex-shrink:0}.fab-btn:active{transform:scale(.95)}.fab-btn svg{width:24px;height:24px;display:block}.fab-btn .close-icon{font-size:28px;line-height:1;font-weight:300}.fab-btn.primary{background:#165dff;box-shadow:0 4px 12px #165dff66}.fab-btn.primary svg path{stroke:#fff}.fab-btn.primary .close-icon{color:#fff}.fab-btn.secondary{background:#fff;border:1px solid #e5e6eb;box-shadow:0 4px 12px #0000001a}.fab-btn.secondary svg path,.fab-btn.secondary svg circle{stroke:#165dff}.fab-btn.secondary .close-icon{color:#165dff}.fab-menu{display:flex;flex-direction:row;margin-right:60px;gap:8px;animation:fadeInLeft .2s ease}.fab-item{padding:10px 14px;background:#fff;border-radius:20px;font-size:13px;color:#1d2129;box-shadow:0 2px 8px #0000001f;white-space:nowrap;cursor:pointer}.fab-item:active{background:#f7f8fa}.fab-item.supply{color:#165dff}.fab-item.demand{color:#722ed1}.fab-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000026;z-index:99}@keyframes fadeInLeft{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.my-supplies-page{min-height:100vh;background-color:#f5f6f7;padding-bottom:20px}.page-header .add-btn{padding:6px 12px;font-size:13px;color:#fff;background:#165dff;border-radius:4px;cursor:pointer}.stats-section .stat-item.active .stat-value{color:#00b42a}.status-tabs .tab-item.active{color:#165dff;font-weight:500}.status-tabs .tab-item.active:after{content:"";position:absolute;left:16px;right:16px;bottom:0;height:2px;background:#165dff;border-radius:1px}.supply-list{padding:12px}.supply-item{background:#fff;border-radius:8px;padding:14px;margin-bottom:10px}.supply-item:active{background:#f7f8fa}.supply-item.expired{opacity:.7}.supply-item.expired .item-title{color:#86909c}.supply-item .item-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.supply-item .item-header .item-title{font-size:15px;font-weight:500;color:#1d2129;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-right:8px}.supply-item .item-header .status-tag{font-size:11px;padding:2px 8px;border-radius:4px;flex-shrink:0}.supply-item .item-header .status-tag.active{color:#00b42a;background:#e8ffea}.supply-item .item-header .status-tag.expired{color:#86909c;background:#f2f3f5}.supply-item .item-desc{font-size:13px;color:#4e5969;line-height:1.5;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:10px}.supply-item .item-info{display:flex;align-items:center;margin-bottom:12px}.supply-item .item-info .info-item{display:flex;align-items:center;font-size:12px;color:#86909c;margin-right:16px}.supply-item .item-info .info-item svg{margin-right:4px}.supply-item .item-actions{display:flex;gap:8px;border-top:1px solid #e5e6eb;padding-top:12px}.supply-item .item-actions .action-btn{padding:6px 16px;border-radius:4px;font-size:13px;cursor:pointer;border:none}.supply-item .item-actions .action-btn.edit{background:#e8f3ff;color:#165dff}.supply-item .item-actions .action-btn.edit:active{background:#d4e8ff}.supply-item .item-actions .action-btn.extend{background:#e8ffea;color:#00b42a}.supply-item .item-actions .action-btn.extend:active{background:#d4f7d9}.supply-item .item-actions .action-btn.delete{background:#fff1f0;color:#f53f3f}.supply-item .item-actions .action-btn.delete:active{background:#ffe8e6}.empty-state .empty-btn{padding:10px 24px;background:#165dff;color:#fff;border:none;border-radius:6px;font-size:14px;cursor:pointer}.empty-state .empty-btn:active{background:#0e52d9}.modal-content .days-selector .day-btn.active{border-color:#165dff;background:#e8f3ff;color:#165dff;font-weight:500}.modal-content .modal-actions .modal-btn.confirm{background:#165dff;color:#fff}.supply-edit-page{min-height:100vh;background-color:#f5f6f7;padding-bottom:80px;padding-bottom:calc(80px + constant(safe-area-inset-bottom));padding-bottom:calc(80px + env(safe-area-inset-bottom))}.form-item .form-textarea:focus{border-color:#165dff;outline:none}.add-btn{padding:6px 12px;background:#e8f3ff;color:#165dff;border:none;border-radius:4px;font-size:13px;cursor:pointer}.add-btn:active{background:#d4e8ff}.detail-item .detail-label-input:focus{border-color:#165dff;outline:none}.detail-item .detail-content-input:focus{border-color:#165dff;outline:none}.valid-days-selector .day-btn.active{border-color:#165dff;background:#e8f3ff;color:#165dff;font-weight:500}.custom-days-input input:focus{border-color:#165dff;outline:none}.comment-section{background:#fff;border-radius:12px;padding:16px;margin-top:12px;--theme-color: #165dff}.comment-section.theme-purple{--theme-color: #722ed1}.comment-section .comment-list-wrapper{position:relative}.comment-section .comment-list-wrapper.has-blur{min-height:150px}.comment-section .comment-blur-overlay{position:absolute;top:0;left:-16px;right:-16px;bottom:0;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10}.comment-section .comment-blur-overlay .blur-mask{position:absolute;top:0;left:0;right:0;bottom:0;background:#ffffffd9;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}.comment-section .comment-blur-overlay .blur-tip{position:relative;z-index:1;display:flex;align-items:center;gap:6px;padding:10px 20px;background:linear-gradient(135deg,#165dff,#4080ff);color:#fff;border-radius:24px;font-size:14px;box-shadow:0 4px 16px #165dff4d}.comment-section .comment-blur-overlay .blur-tip svg{stroke:#fff}.comment-section .comment-blur-overlay .blur-tip:active{transform:scale(.98)}.comment-section.theme-purple .comment-blur-overlay .blur-tip{background:linear-gradient(135deg,#722ed1,#9254de);box-shadow:0 4px 16px #722ed14d}.comment-section .comment-list.blurred{filter:blur(4px);-webkit-user-select:none;user-select:none;pointer-events:none;max-height:200px;overflow:hidden}.comment-section .section-title{font-size:16px;font-weight:600;color:#1d2129;margin:0 0 16px;display:flex;align-items:center;gap:4px}.comment-section .section-title .comment-count{font-size:14px;font-weight:400;color:#86909c}.comment-section .comment-list .empty-comments{display:flex;flex-direction:column;align-items:center;gap:12px;padding:32px 16px;color:#c9cdd4;font-size:14px}.comment-section .comment-list .empty-comments svg{opacity:.6}.comment-section .comment-list .comment-item{display:flex;gap:12px;padding:12px 0;border-bottom:1px solid #f2f3f5}.comment-section .comment-list .comment-item:last-child{border-bottom:none}.comment-section .comment-list .comment-item .comment-avatar{width:36px;height:36px;border-radius:50%;background:var(--theme-color);color:#fff;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:500;flex-shrink:0}.comment-section .comment-list .comment-item .comment-body{flex:1;min-width:0}.comment-section .comment-list .comment-item .comment-body .comment-header{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-bottom:6px}.comment-section .comment-list .comment-item .comment-body .comment-header .comment-author{font-size:14px;font-weight:500;color:#1d2129;display:inline-flex;align-items:center;gap:4px}.comment-section .comment-list .comment-item .comment-body .comment-header .comment-author.is-author{color:var(--theme-color)}.comment-section .comment-list .comment-item .comment-body .comment-header .comment-time{font-size:12px;color:#c9cdd4;margin-left:auto}.comment-section .comment-list .comment-item .comment-body .comment-text{font-size:14px;line-height:1.6;color:#4e5969;word-break:break-word;cursor:pointer}.comment-section .comment-list .comment-item .comment-body .comment-text:active{opacity:.7}.comment-section .comment-list .loading-more{display:flex;justify-content:center;padding:16px}.comment-section .comment-list .load-more{text-align:center;padding:12px;font-size:14px;color:var(--theme-color);cursor:pointer}.comment-section .comment-list .load-more:active{opacity:.7}.comment-section .comment-list .no-more{text-align:center;padding:12px;font-size:12px;color:#c9cdd4}.comment-section .author-tag{display:inline-block;padding:1px 4px;margin-left:4px;font-size:10px;color:#fff;background:var(--theme-color);border-radius:2px;font-weight:400}.comment-section .reply-list{margin-top:8px;background:#f7f8fa;border-radius:8px;padding:8px 12px}.comment-section .reply-list .reply-item{font-size:13px;line-height:1.8;color:#4e5969;padding:4px 0;cursor:pointer}.comment-section .reply-list .reply-item:active{opacity:.7}.comment-section .reply-list .reply-item .reply-author{color:#1d2129;font-weight:500}.comment-section .reply-list .reply-item .reply-author.is-author{color:var(--theme-color)}.comment-section .reply-list .reply-item .reply-arrow{color:#86909c}.comment-section .reply-list .reply-item .reply-to{color:#1d2129;font-weight:500}.comment-section .reply-list .reply-item .reply-to.is-author{color:var(--theme-color)}.comment-section .reply-list .reply-item .reply-content{color:#4e5969}.comment-section .reply-list .reply-item .reply-time{color:#c9cdd4;font-size:12px;margin-left:8px}.comment-section .reply-list .reply-item .reply-list{margin-top:4px;margin-left:0;padding:4px 0 4px 12px;background:transparent;border-left:2px solid #e5e6eb;border-radius:0}.comment-section .input-trigger{padding:0 0 12px;background:#fff;border-bottom:1px solid #f0f0f0;margin-bottom:8px}.comment-section .input-trigger .trigger-box{padding:10px 16px;background:#f5f5f5;border-radius:20px;color:#999;font-size:14px;cursor:pointer}.comment-section .input-trigger .trigger-box:active{background:#ebebeb}.comment-popup{padding:12px 16px;padding-bottom:calc(12px + constant(safe-area-inset-bottom));padding-bottom:calc(12px + env(safe-area-inset-bottom));display:flex;align-items:center;gap:12px;background:#fff}.comment-popup .reply-hint{font-size:13px;color:#666;white-space:nowrap;flex-shrink:0}.comment-popup .input-box{flex:1;padding:10px 16px;background:#f5f5f5;border-radius:20px;font-size:14px}.comment-popup .input-box input{width:100%;border:none;background:transparent;outline:none;font-size:14px;color:#1d2129}.comment-popup .input-box input::placeholder{color:#999}.comment-popup .send-btn{padding:8px 16px;background:var(--theme-color, #165dff);color:#fff;border:none;border-radius:20px;font-size:14px;cursor:pointer;flex-shrink:0}.comment-popup .send-btn:disabled{opacity:.5;cursor:not-allowed}.comment-popup .send-btn:active:not(:disabled){opacity:.8}.supply-detail-page{min-height:100vh;background-color:#f5f6f7;padding-bottom:16px;padding-bottom:calc(16px + constant(safe-area-inset-bottom));padding-bottom:calc(16px + env(safe-area-inset-bottom))}.detail-section .section-header .supply-title{font-size:18px;font-weight:600;color:#1d2129;flex:1;margin-right:12px;line-height:1.4}.detail-section .section-header .status-tag.active{color:#00b42a;background:#e8ffea}.detail-section .supply-meta{display:flex;align-items:center;margin-bottom:12px}.detail-section .supply-meta .meta-item{display:flex;align-items:center;font-size:12px;color:#86909c;margin-right:16px}.detail-section .supply-meta .meta-item svg{margin-right:4px}.detail-section .supply-desc{font-size:14px;color:#4e5969;line-height:1.7;white-space:pre-wrap;word-break:break-word;position:relative}.detail-section .supply-desc .copy-content-btn{position:absolute;top:0;right:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#f2f3f5;border:none;border-radius:6px;cursor:pointer;color:#86909c;transition:all .2s}.detail-section .supply-desc .copy-content-btn:hover{background:#e5e6eb;color:#165dff}.detail-section .supply-desc .copy-content-btn:active{transform:scale(.95)}.agent-info .agent-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#165dff,#0e52d9);color:#fff;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:500;margin-right:10px;flex-shrink:0}.agent-info .contact-list .contact-item.clickable .contact-value{color:#165dff}.blur-overlay .blur-tip{position:relative;z-index:1;display:flex;align-items:center;gap:6px;padding:8px 16px;background:linear-gradient(135deg,#165dff,#4080ff);color:#fff;border-radius:20px;font-size:13px;box-shadow:0 4px 12px #165dff4d}.my-demands-page{min-height:100vh;background-color:#f5f6f7;padding-bottom:20px}.page-header .add-btn{padding:6px 12px;font-size:13px;color:#fff;background:#722ed1;border-radius:4px;cursor:pointer}.stats-section{display:flex;background:#fff;padding:16px;margin-bottom:8px}.stats-section .stat-item{flex:1;display:flex;flex-direction:column;align-items:center}.stats-section .stat-item .stat-value{font-size:24px;font-weight:600;color:#1d2129}.stats-section .stat-item .stat-label{font-size:12px;color:#86909c;margin-top:4px}.stats-section .stat-item.active .stat-value{color:#722ed1}.stats-section .stat-item.expired .stat-value{color:#86909c}.status-tabs{display:flex;background:#fff;padding:0 12px;border-bottom:1px solid #e5e6eb}.status-tabs .tab-item{padding:12px 16px;font-size:14px;color:#4e5969;position:relative;cursor:pointer}.status-tabs .tab-item.active{color:#722ed1;font-weight:500}.status-tabs .tab-item.active:after{content:"";position:absolute;left:16px;right:16px;bottom:0;height:2px;background:#722ed1;border-radius:1px}.demand-list{padding:12px}.demand-item{background:#fff;border-radius:8px;padding:14px;margin-bottom:10px}.demand-item:active{background:#f7f8fa}.demand-item.expired{opacity:.7}.demand-item.expired .item-title{color:#86909c}.demand-item .item-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.demand-item .item-header .item-title{font-size:15px;font-weight:500;color:#1d2129;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-right:8px}.demand-item .item-header .status-tag{font-size:11px;padding:2px 8px;border-radius:4px;flex-shrink:0}.demand-item .item-header .status-tag.active{color:#722ed1;background:#f5e8ff}.demand-item .item-header .status-tag.expired{color:#86909c;background:#f2f3f5}.demand-item .item-desc{font-size:13px;color:#4e5969;line-height:1.5;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:10px}.demand-item .item-info{display:flex;align-items:center;margin-bottom:12px}.demand-item .item-info .info-item{display:flex;align-items:center;font-size:12px;color:#86909c;margin-right:16px}.demand-item .item-info .info-item svg{margin-right:4px}.demand-item .item-actions{display:flex;gap:8px;border-top:1px solid #e5e6eb;padding-top:12px}.demand-item .item-actions .action-btn{padding:6px 16px;border-radius:4px;font-size:13px;cursor:pointer;border:none}.demand-item .item-actions .action-btn.edit{background:#f5e8ff;color:#722ed1}.demand-item .item-actions .action-btn.edit:active{background:#eddaff}.demand-item .item-actions .action-btn.extend{background:#e8ffea;color:#00b42a}.demand-item .item-actions .action-btn.extend:active{background:#d4f7d9}.demand-item .item-actions .action-btn.delete{background:#fff1f0;color:#f53f3f}.demand-item .item-actions .action-btn.delete:active{background:#ffe8e6}.loading-container{display:flex;justify-content:center;padding:40px 0}.load-more{text-align:center;padding:16px;color:#4e5969;font-size:14px}.empty-state .empty-icon{margin-bottom:16px}.empty-state .empty-text{font-size:14px;color:#86909c;margin-bottom:16px}.empty-state .empty-btn{padding:10px 24px;background:#722ed1;color:#fff;border:none;border-radius:6px;font-size:14px;cursor:pointer}.empty-state .empty-btn:active{background:#5b24a8}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{width:300px;background:#fff;border-radius:12px;padding:20px}.modal-content .modal-title{font-size:17px;font-weight:600;color:#1d2129;text-align:center;margin-bottom:8px}.modal-content .modal-desc{font-size:14px;color:#86909c;text-align:center;margin-bottom:16px}.modal-content .days-selector{display:flex;gap:8px;margin-bottom:20px}.modal-content .days-selector .day-btn{flex:1;height:40px;border:1px solid #e5e6eb;border-radius:6px;background:#fff;color:#1d2129;font-size:14px;cursor:pointer}.modal-content .days-selector .day-btn.active{border-color:#722ed1;background:#f5e8ff;color:#722ed1;font-weight:500}.modal-content .modal-actions{display:flex;gap:12px}.modal-content .modal-actions .modal-btn{flex:1;height:44px;border-radius:8px;font-size:15px;cursor:pointer;border:none}.modal-content .modal-actions .modal-btn.cancel{background:#f2f3f5;color:#4e5969}.modal-content .modal-actions .modal-btn.confirm{background:#722ed1;color:#fff}.demand-edit-page{min-height:100vh;background-color:#f5f6f7;padding-bottom:80px;padding-bottom:calc(80px + constant(safe-area-inset-bottom));padding-bottom:calc(80px + env(safe-area-inset-bottom))}.form-section{background:#fff;border-radius:8px;padding:16px;margin-bottom:12px}.form-section .section-title{font-size:15px;font-weight:600;color:#1d2129;margin-bottom:16px}.form-item{margin-bottom:16px;position:relative}.form-item .form-label-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.form-item .form-label-row .form-label{margin-bottom:0}.form-item .form-input:focus{border-color:#722ed1;outline:none}.form-item .form-textarea{width:100%;padding:12px;border:1px solid #e5e6eb;border-radius:6px;font-size:14px;color:#1d2129;background:#fff;resize:none;box-sizing:border-box;font-family:inherit}.form-item .form-textarea::placeholder{color:#c9cdd4}.form-item .form-textarea:focus{border-color:#722ed1;outline:none}.form-item .char-count{position:absolute;right:8px;bottom:8px;font-size:12px;color:#86909c}.add-btn{padding:6px 12px;background:#f5e8ff;color:#722ed1;border:none;border-radius:4px;font-size:13px;cursor:pointer}.add-btn:active{background:#eddaff}.detail-item{background:#f7f8fa;border-radius:6px;padding:12px;margin-bottom:12px}.detail-item .detail-header{display:flex;align-items:center;margin-bottom:8px}.detail-item .detail-label-input{flex:1;height:36px;padding:0 10px;border:1px solid #e5e6eb;border-radius:4px;font-size:13px;color:#1d2129;background:#fff}.detail-item .detail-label-input::placeholder{color:#c9cdd4}.detail-item .detail-label-input:focus{border-color:#722ed1;outline:none}.detail-item .remove-btn{margin-left:8px;padding:6px 12px;background:#fff;color:#f53f3f;border:1px solid #f53f3f;border-radius:4px;font-size:12px;cursor:pointer}.detail-item .remove-btn:active{background:#fff1f0}.detail-item .detail-content-input{width:100%;padding:10px;border:1px solid #e5e6eb;border-radius:4px;font-size:13px;color:#1d2129;background:#fff;resize:none;box-sizing:border-box;font-family:inherit}.detail-item .detail-content-input::placeholder{color:#c9cdd4}.detail-item .detail-content-input:focus{border-color:#722ed1;outline:none}.valid-days-selector{display:flex;flex-wrap:wrap;gap:8px}.valid-days-selector .day-btn{min-width:60px;height:40px;padding:0 12px;border:1px solid #e5e6eb;border-radius:6px;background:#fff;color:#1d2129;font-size:14px;cursor:pointer;transition:all .2s}.valid-days-selector .day-btn:active{background:#f7f8fa}.valid-days-selector .day-btn.active{border-color:#722ed1;background:#f5e8ff;color:#722ed1;font-weight:500}.valid-days-selector .day-btn.long-term.active{border-color:#00b42a;background:#e8ffea;color:#00b42a}.valid-days-selector .day-btn.disabled{background:#f5f6f7;color:#c9cdd4;border-color:#e5e6eb;cursor:not-allowed}.custom-days-input{display:flex;align-items:center;margin-top:12px}.custom-days-input input{flex:1;height:40px;padding:0 12px;border:1px solid #e5e6eb;border-radius:6px;font-size:14px;color:#1d2129;background:#fff}.custom-days-input input::placeholder{color:#c9cdd4}.custom-days-input input:focus{border-color:#722ed1;outline:none}.custom-days-input .unit{margin-left:8px;font-size:14px;color:#4e5969}.valid-days-tip{margin-top:8px;font-size:12px;color:#86909c}.form-footer .submit-btn{width:100%;height:48px;background:#722ed1;color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:500;cursor:pointer}.form-footer .submit-btn:active{background:#5b24a8}.form-footer .submit-btn:disabled{background:#c9b8e1;cursor:not-allowed}.demand-detail-page{min-height:100vh;background-color:#f5f6f7;padding-bottom:16px;padding-bottom:calc(16px + constant(safe-area-inset-bottom));padding-bottom:calc(16px + env(safe-area-inset-bottom))}.loading-container{display:flex;justify-content:center;align-items:center;padding:60px 0}.empty-state{display:flex;flex-direction:column;align-items:center;padding:60px 0}.empty-state .empty-text{font-size:14px;color:#86909c}.login-tip{display:flex;align-items:center;justify-content:center;padding:10px 16px;background:#fff7e8;color:#ff7d00;font-size:13px}.login-tip svg{margin-right:6px}.login-tip .login-btn{margin-left:8px;padding:4px 12px;background:#ff7d00;color:#fff;border:none;border-radius:4px;font-size:12px;cursor:pointer}.detail-content{padding:12px}.detail-section{background:#fff;border-radius:8px;padding:16px;margin-bottom:12px}.detail-section .section-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:12px}.detail-section .section-header .demand-title{font-size:18px;font-weight:600;color:#1d2129;flex:1;margin-right:12px;line-height:1.4}.detail-section .section-header .status-tag{font-size:12px;padding:4px 10px;border-radius:4px;flex-shrink:0}.detail-section .section-header .status-tag.active{color:#722ed1;background:#f5e8ff}.detail-section .section-header .status-tag.expired{color:#86909c;background:#f2f3f5}.detail-section .section-title{font-size:15px;font-weight:600;color:#1d2129;margin-bottom:12px}.detail-section .demand-meta{display:flex;align-items:center;margin-bottom:12px}.detail-section .demand-meta .meta-item{display:flex;align-items:center;font-size:12px;color:#86909c;margin-right:16px}.detail-section .demand-meta .meta-item svg{margin-right:4px}.detail-section .demand-desc{font-size:14px;color:#4e5969;line-height:1.7;white-space:pre-wrap;word-break:break-word;position:relative}.detail-section .demand-desc .copy-content-btn{position:absolute;top:0;right:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#f2f3f5;border:none;border-radius:6px;cursor:pointer;color:#86909c;transition:all .2s}.detail-section .demand-desc .copy-content-btn:hover{background:#e5e6eb;color:#722ed1}.detail-section .demand-desc .copy-content-btn:active{transform:scale(.95)}.detail-item{margin-bottom:16px}.detail-item:last-child{margin-bottom:0}.detail-item .detail-label{font-size:13px;font-weight:500;color:#1d2129;margin-bottom:6px}.detail-item .detail-content{font-size:14px;color:#4e5969;line-height:1.6;white-space:pre-wrap;word-break:break-word;background:#f7f8fa;padding:10px 12px;border-radius:6px}.publisher-section{position:relative;overflow:hidden}.agent-info{display:flex;align-items:center}.agent-info .agent-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#722ed1,#5b24a8);color:#fff;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:500;margin-right:10px;flex-shrink:0}.agent-info .agent-detail{flex:1}.agent-info .agent-detail .agent-name{font-size:15px;font-weight:500;color:#1d2129}.agent-info .contact-list{display:flex;flex-direction:column;gap:8px;margin-top:12px}.agent-info .contact-list .contact-item{display:flex;align-items:center;gap:8px}.agent-info .contact-list .contact-item.clickable{cursor:pointer}.agent-info .contact-list .contact-item .contact-label{font-size:13px;color:#86909c;min-width:32px}.agent-info .contact-list .contact-item .contact-value{font-size:13px;color:#1d2129;flex:1}.agent-info .contact-list .contact-item.clickable .contact-value{color:#722ed1}.agent-info .contact-list .contact-item svg{flex-shrink:0}.agent-info.blurred-content{filter:blur(6px);-webkit-user-select:none;user-select:none;pointer-events:none}.blur-overlay{position:absolute;top:40px;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;cursor:pointer}.blur-overlay .blur-mask{position:absolute;top:0;left:0;right:0;bottom:0;background:#ffffffb3;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.blur-overlay .blur-tip{position:relative;z-index:1;display:flex;align-items:center;gap:6px;padding:8px 16px;background:linear-gradient(135deg,#722ed1,#9254de);color:#fff;border-radius:20px;font-size:13px;box-shadow:0 4px 12px #722ed14d}.blur-overlay .blur-tip svg{stroke:#fff}.blur-overlay .blur-tip:active{transform:scale(.98)}.profile-edit-page{min-height:100vh;background-color:#f5f6f7;padding-bottom:80px;padding-bottom:calc(80px + constant(safe-area-inset-bottom));padding-bottom:calc(80px + env(safe-area-inset-bottom))}.avatar-section{display:flex;flex-direction:column;align-items:center;padding:24px 16px;background:#fff;border-radius:8px;margin-bottom:12px}.avatar-section .avatar-wrapper{position:relative;width:80px;height:80px;border-radius:50%;cursor:pointer;overflow:visible}.avatar-section .avatar-image{width:100%;height:100%;border-radius:50%;object-fit:cover}.avatar-section .avatar-placeholder{width:100%;height:100%;border-radius:50%;background:linear-gradient(135deg,#165dff,#0e42d2);display:flex;align-items:center;justify-content:center;font-size:32px;font-weight:600;color:#fff}.avatar-section .avatar-loading{width:100%;height:100%;border-radius:50%;background:#f2f3f5;display:flex;align-items:center;justify-content:center}.avatar-section .avatar-edit-icon{position:absolute;right:0;bottom:0;width:24px;height:24px;border-radius:50%;background:#165dff;display:flex;align-items:center;justify-content:center;border:2px solid #fff}.avatar-section .avatar-tip{margin-top:12px;font-size:13px;color:#86909c}.form-item .form-input{width:100%;height:44px;padding:0 12px;border:1px solid #e5e6eb;border-radius:6px;font-size:14px;color:#1d2129;background:#fff;box-sizing:border-box}.form-item .form-input::placeholder{color:#c9cdd4}.form-item .form-input:focus{border-color:#165dff;outline:none}.form-item .form-input.disabled{background:#f7f8fa;color:#86909c;cursor:not-allowed}.form-item .form-tip{margin-top:6px;font-size:12px;color:#86909c}.password-page{min-height:100vh;background-color:#f5f6f7;padding-bottom:80px;padding-bottom:calc(80px + constant(safe-area-inset-bottom));padding-bottom:calc(80px + env(safe-area-inset-bottom))}.page-header .back-btn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer}.page-header .page-title{font-size:17px;font-weight:600;color:#1d2129}.form-content{padding:12px}.form-section{background:#fff;border-radius:8px;padding:16px}.form-item{margin-bottom:20px}.form-item .form-label{display:block;font-size:14px;color:#1d2129;margin-bottom:8px}.form-item .form-label.required:before{content:"*";color:#f53f3f;margin-right:4px}.form-item .input-wrapper{position:relative}.form-item .input-wrapper .form-input{width:100%;height:44px;padding:0 44px 0 12px;border:1px solid #e5e6eb;border-radius:6px;font-size:14px;color:#1d2129;background:#fff;box-sizing:border-box}.form-item .input-wrapper .form-input::placeholder{color:#c9cdd4}.form-item .input-wrapper .form-input:focus{border-color:#165dff;outline:none}.form-item .input-wrapper .eye-btn{position:absolute;right:12px;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;cursor:pointer;padding:4px}.tips-section{margin-top:16px;padding:0 4px}.tips-section .tip-item{font-size:12px;color:#86909c;margin-bottom:4px;padding-left:12px;position:relative}.tips-section .tip-item:before{content:"";position:absolute;left:0;top:6px;width:4px;height:4px;border-radius:50%;background:#c9cdd4}.form-footer{position:fixed;left:0;right:0;bottom:0;padding:12px 16px;padding-bottom:calc(12px + constant(safe-area-inset-bottom));padding-bottom:calc(12px + env(safe-area-inset-bottom));background:#fff;border-top:1px solid #e5e6eb;box-shadow:0 -2px 8px #0000000d;z-index:100}.form-footer .submit-btn{width:100%;height:48px;background:#165dff;color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:500;cursor:pointer}.form-footer .submit-btn:active{background:#0e52d9}.form-footer .submit-btn:disabled{background:#94bfff;cursor:not-allowed}.certification-page{min-height:100vh;background-color:#f5f6f7}.page-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:#fff;border-bottom:1px solid #e5e6eb;position:sticky;top:0;z-index:10}.page-header .back-btn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#4e5969}.page-header .page-title{font-size:18px;font-weight:600;color:#1d2129;margin:0}.page-header .placeholder{width:32px}.certification-content{padding:12px}.form-card{background:#fff;border-radius:12px;padding:16px;margin-bottom:12px}.form-item{margin-bottom:16px}.form-item:last-child{margin-bottom:0}.form-label{display:block;font-size:14px;font-weight:500;color:#1d2129;margin-bottom:8px}.form-label.required:before{content:"*";color:#f53f3f;margin-right:4px}.form-tip{font-size:12px;color:#86909c;margin-bottom:8px}.form-input{width:100%;height:44px;padding:0 12px;font-size:14px;color:#1d2129;border:1px solid #e5e6eb;border-radius:8px;background:#fff;box-sizing:border-box;-webkit-appearance:none}.form-input::placeholder{color:#c9cdd4}.form-input:focus{outline:none;border-color:#165dff}.image-upload-area{display:flex;flex-wrap:wrap;gap:8px}.image-preview{position:relative;width:calc(25% - 6px);padding-bottom:calc(25% - 6px);border-radius:8px;overflow:hidden;background:#f5f5f5}.image-preview img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.image-preview .image-delete{position:absolute;top:4px;right:4px;width:20px;height:20px;border-radius:50%;background:#00000080;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff}.image-preview .image-delete:active{background:#000000b3}.upload-btn{width:calc(25% - 6px);padding-bottom:calc(25% - 6px);position:relative;border:1px dashed #d9d9d9;border-radius:8px;background:#fafafa;cursor:pointer}.upload-btn:active{background:#f5f5f5;border-color:#165dff}.upload-btn>*{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.upload-btn svg{color:#86909c;margin-bottom:4px;transform:translate(-50%,calc(-50% - 10px))}.upload-btn span{font-size:12px;color:#86909c;white-space:nowrap;transform:translate(-50%,calc(-50% + 16px))}.notice-card{background:#fffbe6;border:1px solid #fadb14;border-radius:8px;padding:12px;margin-bottom:16px}.notice-card .notice-title{font-size:14px;font-weight:500;color:#8c6c00;margin-bottom:8px}.notice-card .notice-list{margin:0;padding-left:16px}.notice-card .notice-list li{font-size:12px;color:#8c6c00;line-height:1.8}.submit-btn{width:100%;height:48px;border-radius:8px;font-size:16px;font-weight:500;background:#165dff;color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;-webkit-appearance:none;-webkit-tap-highlight-color:transparent}.submit-btn:active{opacity:.8}.submit-btn:disabled{background:#94bfff;cursor:not-allowed}*{-webkit-tap-highlight-color:transparent}body{margin:0;padding:0;border:0;touch-action:manipulation;-webkit-font-smoothing:antialiased;-webkit-text-size-adjust:none}button,input,optgroup,select,textarea{font:inherit;color:inherit}ul,ol,li{list-style:none}img,button{border:0;outline:0}a{text-decoration:none;outline:0}table,tr,td{border-collapse:collapse}input,textarea{border:0;outline:0;-moz-appearance:auto;appearance:auto;-webkit-appearance:none}code,kbd,pre,samp{font-family:Menlo,Consolas}.all-border-box,.all-border-box *{box-sizing:border-box}[tabIndex="0"]:focus{outline:none}.arco-tabs{display:flex;overflow:hidden;color:#1d2129}.arco-tabs-top{flex-direction:column}.arco-tabs-bottom{flex-direction:column-reverse}.arco-tabs-top.full-screen,.arco-tabs-bottom.full-screen,.arco-tabs-left,.arco-tabs-right{height:100%}.arco-tabs-left{flex-direction:row}.arco-tabs-right{flex-direction:row-reverse}.arco-tab-cell-container{position:relative;display:flex;align-items:center;flex-wrap:nowrap;visibility:hidden;width:inherit;height:inherit}.arco-tab-cell-container-wrap{flex:0 0 auto;position:relative;background:#fff}.arco-tab-cell-container-wrap.horizontal{width:1.56rem;height:100%}.arco-tab-cell-container-wrap.vertical{height:.84rem;width:100%}.arco-tab-cell-container-wrap.vertical.type-card{height:.8rem}.arco-tab-cell-container-wrap.vertical.type-tag,.arco-tab-cell-container-wrap.vertical.type-tag-divide{height:1.2rem}.arco-tab-cell-container-inner{width:inherit;height:inherit;overflow:hidden}.arco-tab-cell-container-inner.has-divider.pos-top{box-shadow:0 -1PX #e5e6eb inset}@media(min-resolution:2dppx){.arco-tab-cell-container-inner.has-divider.pos-top{box-shadow:0 -.5PX #e5e6eb inset}}.ios .arco-tab-cell-container-inner.has-divider.pos-top,.arco-tab-cell-container-inner.has-divider.pos-top.ios{box-shadow:none;border-bottom:.5PX solid #e5e6eb}.arco-tab-cell-container-inner.has-divider.pos-bottom{box-shadow:0 1PX #e5e6eb inset}@media(min-resolution:2dppx){.arco-tab-cell-container-inner.has-divider.pos-bottom{box-shadow:0 .5PX #e5e6eb inset}}.ios .arco-tab-cell-container-inner.has-divider.pos-bottom,.arco-tab-cell-container-inner.has-divider.pos-bottom.ios{box-shadow:none;border-top:.5PX solid #e5e6eb}.arco-tab-cell-container-inner.has-divider.pos-left{box-shadow:-1PX 0 #e5e6eb inset}@media(min-resolution:2dppx){.arco-tab-cell-container-inner.has-divider.pos-left{box-shadow:-.5PX 0 #e5e6eb inset}}.ios .arco-tab-cell-container-inner.has-divider.pos-left,.arco-tab-cell-container-inner.has-divider.pos-left.ios{box-shadow:none;border-right:.5PX solid #e5e6eb}.arco-tab-cell-container-inner.has-divider.pos-right{box-shadow:1PX 0 #e5e6eb inset}@media(min-resolution:2dppx){.arco-tab-cell-container-inner.has-divider.pos-right{box-shadow:.5PX 0 #e5e6eb inset}}.ios .arco-tab-cell-container-inner.has-divider.pos-right,.arco-tab-cell-container-inner.has-divider.pos-right.ios{box-shadow:none;border-left:.5PX solid #e5e6eb}.arco-tab-cell-container-inner.fixed{position:fixed;left:0;width:100%;z-index:100;background:inherit}.arco-tab-cell-container-inner.fixed.pos-top{top:0}.arco-tab-cell-container-inner.fixed.pos-bottom{bottom:0}.arco-tab-cell-container-inner.type-tag.vertical,.arco-tab-cell-container-inner.type-tag-divide.vertical{padding:.24rem 0}.arco-tab-cell-container.horizontal{flex-direction:column}.arco-tab-cell-container.vertical.arrange-start,.arco-tab-cell-container.vertical.overflow{justify-content:flex-start}.arco-tab-cell-container.vertical.arrange-center:not(.overflow){justify-content:center}.arco-tab-cell-container.vertical.arrange-end:not(.overflow){justify-content:flex-end}.arco-tab-cell-container.vertical .fake-padding{height:100%;flex:0 0 auto}.arco-tab-cell-container.shown{visibility:visible}.arco-tab-cell-container.type-line,.arco-tab-cell-container.type-tag{overflow:scroll}.arco-tab-cell-container.type-line::-webkit-scrollbar,.arco-tab-cell-container.type-tag::-webkit-scrollbar{display:none}.arco-tab-cell-container.type-line.vertical,.arco-tab-cell-container.type-tag.vertical{box-sizing:content-box;padding-bottom:10PX}.arco-tab-cell-container.type-card{border:1PX solid #165DFF;border-radius:2PX}.arco-tab-cell-container.type-tag.vertical,.arco-tab-cell-container.type-tag-divide.vertical{height:100%}.arco-tab-cell-underline{position:absolute;z-index:1;transform:translateZ(0);transition-property:all;transition-timing-function:cubic-bezier(.445,.05,.55,.95);overflow:visible;opacity:0;display:flex;align-items:center;justify-content:center}@keyframes caterpillarX{0%{transform:scaleX(1) translateZ(0)}50%{transform:scaleX(2) translateZ(0)}to{transform:scaleX(1) translateZ(0)}}@keyframes caterpillarY{0%{transform:scaleY(1) translateZ(0)}50%{transform:scaleY(2) translateZ(0)}to{transform:scaleY(1) translateZ(0)}}.arco-tab-cell-underline.show{opacity:1}.pos-top .arco-tab-cell-underline,.pos-bottom .arco-tab-cell-underline{left:0;width:.48rem;height:2PX}.pos-top .arco-tab-cell-underline{bottom:0}.pos-top.type-line .arco-tab-cell-underline{bottom:10PX}.pos-bottom .arco-tab-cell-underline{top:0}.pos-left .arco-tab-cell-underline,.pos-right .arco-tab-cell-underline{top:0;height:.48rem;width:2PX}.pos-left .arco-tab-cell-underline{left:0}.pos-right .arco-tab-cell-underline{right:0}.arco-tab-cell-underline-inner{flex:0 0 auto;width:100%;height:100%;transition:inherit;border-radius:2PX;background-color:#165dff}.arco-tab-cell-underline-inner.caterpillar{animation-timing-function:linear}.arco-tab-cell-underline-inner.caterpillar:not(.custom-animate).vertical{animation-name:caterpillarX}.arco-tab-cell-underline-inner.caterpillar:not(.custom-animate).horizontal{animation-name:caterpillarY}.arco-tab-cell{font-size:.3rem;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;text-align:center}.arco-tab-cell.no-shrink{flex-shrink:0}.arco-tab-cell.vertical{height:100%}.arco-tab-cell.vertical.line,.arco-tab-cell.vertical.tag{display:inline-flex;vertical-align:middle}.arco-tab-cell.vertical.line-divide,.arco-tab-cell.vertical.card,.arco-tab-cell.vertical.tag-divide{flex:1}.arco-tab-cell.vertical:not(.custom).line:not(.last){margin-right:.8rem}[dir=rtl] .arco-tab-cell.vertical:not(.custom).line:not(.last){margin-right:initial;margin-left:.8rem}.arco-tab-cell.vertical:not(.custom).line.active,.arco-tab-cell.vertical:not(.custom).line-divide.active{font-weight:700;color:#165dff}.android .arco-tab-cell.vertical:not(.custom).line.active,.android .arco-tab-cell.vertical:not(.custom).line-divide.active,.arco-tab-cell.vertical:not(.custom).line.active.android,.arco-tab-cell.vertical:not(.custom).line-divide.active.android,.arco-tab-cell.vertical:not(.custom).line.active.system-android,.arco-tab-cell.vertical:not(.custom).line-divide.active.system-android{font-weight:400;-webkit-text-stroke:.3PX currentColor;text-stroke:.3PX currentColor}.arco-tab-cell.vertical:not(.custom).card{color:#165dff}.arco-tab-cell.vertical:not(.custom).card.active{background:#165dff;color:#fff;font-weight:700}.android .arco-tab-cell.vertical:not(.custom).card.active,.arco-tab-cell.vertical:not(.custom).card.active.android,.arco-tab-cell.vertical:not(.custom).card.active.system-android{font-weight:400;-webkit-text-stroke:.3PX currentColor;text-stroke:.3PX currentColor}.arco-tab-cell.vertical:not(.custom).card:not(:last-child){border-right:1PX solid #165DFF}[dir=rtl] .arco-tab-cell.vertical:not(.custom).card:not(:last-child){border-right:initial;border-left:1PX solid #165DFF}.arco-tab-cell.vertical:not(.custom).card:first-of-type{border-top-left-radius:2PX;border-bottom-left-radius:2PX}[dir=rtl] .arco-tab-cell.vertical:not(.custom).card:first-of-type{border-top-left-radius:initial;border-top-right-radius:2PX}[dir=rtl] .arco-tab-cell.vertical:not(.custom).card:first-of-type{border-bottom-left-radius:initial;border-bottom-right-radius:2PX}.arco-tab-cell.vertical:not(.custom).card:last-of-type{border-top-right-radius:2PX;border-bottom-right-radius:2PX}[dir=rtl] .arco-tab-cell.vertical:not(.custom).card:last-of-type{border-top-right-radius:initial;border-top-left-radius:2PX}[dir=rtl] .arco-tab-cell.vertical:not(.custom).card:last-of-type{border-bottom-right-radius:initial;border-bottom-left-radius:2PX}.arco-tab-cell.vertical:not(.custom).card.android,.arco-tab-cell.vertical:not(.custom).tag-divide.android{padding-top:.04rem}.arco-tab-cell.vertical:not(.custom).tag,.arco-tab-cell.vertical:not(.custom).tag-divide{padding:0 .32rem;border-radius:2rem;background:#f7f8fa;color:#1d2129}.arco-tab-cell.vertical:not(.custom).tag:not(.last),.arco-tab-cell.vertical:not(.custom).tag-divide:not(.last){margin-right:.32rem}[dir=rtl] .arco-tab-cell.vertical:not(.custom).tag:not(.last),[dir=rtl] .arco-tab-cell.vertical:not(.custom).tag-divide:not(.last){margin-right:initial;margin-left:.32rem}.arco-tab-cell.vertical:not(.custom).tag.active,.arco-tab-cell.vertical:not(.custom).tag-divide.active{background:#165dff;color:#fff;font-weight:700}.android .arco-tab-cell.vertical:not(.custom).tag.active,.android .arco-tab-cell.vertical:not(.custom).tag-divide.active,.arco-tab-cell.vertical:not(.custom).tag.active.android,.arco-tab-cell.vertical:not(.custom).tag-divide.active.android,.arco-tab-cell.vertical:not(.custom).tag.active.system-android,.arco-tab-cell.vertical:not(.custom).tag-divide.active.system-android{font-weight:400;-webkit-text-stroke:.3PX currentColor;text-stroke:.3PX currentColor}.arco-tab-cell.horizontal{height:1.08rem}.arco-tab-cell.horizontal.active{font-weight:700;color:#165dff}.android .arco-tab-cell.horizontal.active,.arco-tab-cell.horizontal.active.android,.arco-tab-cell.horizontal.active.system-android{font-weight:400;-webkit-text-stroke:.3PX currentColor;text-stroke:.3PX currentColor}.arco-tab-pane-container.mode-swipe{display:flex;align-items:flex-start;transition-property:all;transition-timing-function:ease-out}.arco-tab-pane-container.mode-swipe-energy-saving{position:relative;overflow:hidden}.arco-tab-pane-container.full-screen{flex:1;overflow:hidden}.arco-tab-pane-container.horizontal{flex:1;flex-direction:column}.arco-tab-pane-container.mode-scroll-horizontal{overflow-x:auto;white-space:nowrap}.arco-tab-pane{width:100%;flex:1;overflow:auto}.mode-scroll-horizontal .arco-tab-pane{width:auto;display:inline-block;vertical-align:middle}.arco-tab-pane.mode-swipe.full-screen{height:100%}.arco-tab-pane-extra{position:absolute}.arco-theme-dark .arco-tabs{color:#f6f6f6}.arco-theme-dark .arco-tab-cell-container-wrap{background:#17171a}.arco-theme-dark .arco-tab-cell-container-inner.has-divider.pos-top{box-shadow:0 -1PX #484849 inset}@media(min-resolution:2dppx){.arco-theme-dark .arco-tab-cell-container-inner.has-divider.pos-top{box-shadow:0 -.5PX #484849 inset}}.ios .arco-theme-dark .arco-tab-cell-container-inner.has-divider.pos-top,.arco-theme-dark .arco-tab-cell-container-inner.has-divider.pos-top.ios{box-shadow:none;border-bottom:.5PX solid #484849}.arco-theme-dark .arco-tab-cell-container-inner.has-divider.pos-bottom{box-shadow:0 1PX #484849 inset}@media(min-resolution:2dppx){.arco-theme-dark .arco-tab-cell-container-inner.has-divider.pos-bottom{box-shadow:0 .5PX #484849 inset}}.ios .arco-theme-dark .arco-tab-cell-container-inner.has-divider.pos-bottom,.arco-theme-dark .arco-tab-cell-container-inner.has-divider.pos-bottom.ios{box-shadow:none;border-top:.5PX solid #484849}.arco-theme-dark .arco-tab-cell-container-inner.has-divider.pos-left{box-shadow:-1PX 0 #484849 inset}@media(min-resolution:2dppx){.arco-theme-dark .arco-tab-cell-container-inner.has-divider.pos-left{box-shadow:-.5PX 0 #484849 inset}}.ios .arco-theme-dark .arco-tab-cell-container-inner.has-divider.pos-left,.arco-theme-dark .arco-tab-cell-container-inner.has-divider.pos-left.ios{box-shadow:none;border-right:.5PX solid #484849}.arco-theme-dark .arco-tab-cell-container-inner.has-divider.pos-right{box-shadow:1PX 0 #484849 inset}@media(min-resolution:2dppx){.arco-theme-dark .arco-tab-cell-container-inner.has-divider.pos-right{box-shadow:.5PX 0 #484849 inset}}.ios .arco-theme-dark .arco-tab-cell-container-inner.has-divider.pos-right,.arco-theme-dark .arco-tab-cell-container-inner.has-divider.pos-right.ios{box-shadow:none;border-left:.5PX solid #484849}.arco-theme-dark .arco-tab-cell-container.type-card{border:1PX solid #3C7EFF}.arco-theme-dark .arco-tab-cell-underline-inner{background-color:#3c7eff}.arco-theme-dark .arco-tab-cell.vertical:not(.custom).line.active,.arco-theme-dark .arco-tab-cell.vertical:not(.custom).line-divide.active{color:#3c7eff}.arco-theme-dark .arco-tab-cell.vertical:not(.custom).card{color:#3c7eff}.arco-theme-dark .arco-tab-cell.vertical:not(.custom).card.active{background:#3c7eff;color:#ffffffe6}.arco-theme-dark .arco-tab-cell.vertical:not(.custom).card:not(:last-child){border-right:1PX solid #3C7EFF}[dir=rtl] .arco-theme-dark .arco-tab-cell.vertical:not(.custom).card:not(:last-child){border-right:initial;border-left:1PX solid #3C7EFF}.arco-theme-dark .arco-tab-cell.vertical:not(.custom).tag,.arco-theme-dark .arco-tab-cell.vertical:not(.custom).tag-divide{background:#ffffff14;color:#f6f6f6}.arco-theme-dark .arco-tab-cell.vertical:not(.custom).tag.active,.arco-theme-dark .arco-tab-cell.vertical:not(.custom).tag-divide.active{background:#3c7eff;color:#ffffffe6}.arco-theme-dark .arco-tab-cell.horizontal.active{color:#3c7eff}.arco-steps{display:flex;padding:.32rem 0}.arco-steps.reverse-order{flex-direction:row-reverse}.arco-steps-item{position:relative;display:flex;flex:1}.arco-steps-item.horizontal{flex-direction:column}.arco-steps-item-align-center{align-items:center}.arco-steps-item-align-start{align-items:flex-start}.arco-steps-item-align-center.vertical{padding-bottom:.5rem}.arco-steps-item:first-child .arco-steps-item-tail:before,.arco-steps-item:last-child .arco-steps-item-tail:after{visibility:hidden}.reverse-order .arco-steps-item:first-child .arco-steps-item-tail:after,.reverse-order .arco-steps-item:last-child .arco-steps-item-tail:before{visibility:hidden}.reverse-order .arco-steps-item:first-child .arco-steps-item-tail:before,.reverse-order .arco-steps-item:last-child .arco-steps-item-tail:after{visibility:visible}.arco-steps-item-tail{position:absolute;display:flex;align-items:center;justify-content:center}.horizontal .arco-steps-item-tail{width:100%;height:18PX}.horizontal .arco-steps-item-tail:before,.horizontal .arco-steps-item-tail:after{height:1PX}.horizontal .arco-steps-item-tail-align-start{left:9PX;padding:0 18PX}[dir=rtl] .horizontal .arco-steps-item-tail-align-start{left:initial;right:9PX}.horizontal .arco-steps-item-tail-align-start:after{content:"";width:100%;border-radius:2PX}.horizontal .arco-steps-item-tail-align-center:before,.horizontal .arco-steps-item-tail-align-center:after{content:"";width:50%}.horizontal .arco-steps-item-tail-align-center:before{margin-right:18PX;border-top-right-radius:2PX;border-bottom-right-radius:2PX}[dir=rtl] .horizontal .arco-steps-item-tail-align-center:before{margin-right:initial;margin-left:18PX}[dir=rtl] .horizontal .arco-steps-item-tail-align-center:before{border-top-right-radius:initial;border-top-left-radius:2PX}[dir=rtl] .horizontal .arco-steps-item-tail-align-center:before{border-bottom-right-radius:initial;border-bottom-left-radius:2PX}.horizontal .arco-steps-item-tail-align-center:after{margin-left:18PX;border-top-left-radius:2PX;border-bottom-left-radius:2PX}[dir=rtl] .horizontal .arco-steps-item-tail-align-center:after{margin-left:initial;margin-right:18PX}[dir=rtl] .horizontal .arco-steps-item-tail-align-center:after{border-top-left-radius:initial;border-top-right-radius:2PX}[dir=rtl] .horizontal .arco-steps-item-tail-align-center:after{border-bottom-left-radius:initial;border-bottom-right-radius:2PX}.vertical .arco-steps-item-tail{height:100%;width:18PX;flex-direction:column}.vertical .arco-steps-item-tail:before,.vertical .arco-steps-item-tail:after{width:1PX}.vertical .arco-steps-item-tail-align-start{top:9PX;padding:14PX 0}.vertical .arco-steps-item-tail-align-start:after{content:"";height:100%;border-radius:2PX}.vertical .arco-steps-item-tail-align-center:before,.vertical .arco-steps-item-tail-align-center:after{content:"";height:50%}.vertical .arco-steps-item-tail-align-center:before{margin-bottom:14PX;border-bottom-left-radius:2PX;border-bottom-right-radius:2PX}.vertical .arco-steps-item-tail-align-center:after{margin-top:14PX;border-top-left-radius:2PX;border-top-right-radius:2PX}.arco-steps-item-tail:after,.arco-steps-item-tail:before{display:inline-block;background:#e5e6eb}.arco-steps-item-tail-status-finish:before,.arco-steps-item-tail-status-finish:after,.arco-steps-item-tail-align-center.arco-steps-item-tail-status-process:before,.arco-steps-item-tail-align-center.arco-steps-item-tail-status-error:before{background:#165dff}.reverse-order .arco-steps-item-tail-status-finish:before,.reverse-order .arco-steps-item-tail-status-process:after,.reverse-order .arco-steps-item-tail-align-center.arco-steps-item-tail-status-error:after{background:#165dff}.reverse-order .arco-steps-item-tail-status-process:before,.reverse-order .arco-steps-item-tail-align-center.arco-steps-item-tail-status-error:before{background:#e5e6eb}.arco-steps-item-custom-icon,.arco-steps-item-icon{display:inline-flex;align-items:center;justify-content:center;width:18PX;height:18PX}.arco-steps-item-icon{border-radius:50%}.number.finish .arco-steps-item-icon{background:#e8f3ff}.number.process .arco-steps-item-icon{background:#165dff}.number.wait .arco-steps-item-icon{background:#f2f3f5}.number.error .arco-steps-item-icon{background:#f53f3f}.arco-steps-item-icon svg{font-size:10PX}.finish .arco-steps-item-icon svg{color:#165dff}.error .arco-steps-item-icon svg{color:#fff;font-size:8PX}.arco-steps-item-icon-num{font-size:12PX;line-height:18PX;color:#86909c;font-weight:700}.android .arco-steps-item-icon-num,.arco-steps-item-icon-num.android,.arco-steps-item-icon-num.system-android{font-weight:400;-webkit-text-stroke:.3PX currentColor;text-stroke:.3PX currentColor}.process .arco-steps-item-icon-num{color:#fff}.arco-steps-item-icon-dot{position:relative;display:inline-block;width:8PX;height:8PX;border-radius:50%;border-width:1.5PX;border-style:solid}.finish .arco-steps-item-icon-dot{border-color:#165dff}.wait .arco-steps-item-icon-dot{border-color:#86909c}.process .arco-steps-item-icon-dot{border:none;background:#165dff}.horizontal .arco-steps-item-content{margin-top:.1rem}.horizontal .arco-steps-item-content-align-center{text-align:center}.vertical .arco-steps-item-content{margin-left:.26rem;flex:1}[dir=rtl] .vertical .arco-steps-item-content{margin-left:initial;margin-right:.26rem}.vertical .arco-steps-item-content-align-start{padding-bottom:.5rem}.arco-steps-item-title{font-size:.28rem;line-height:.4rem}.finish .arco-steps-item-title{color:#1d2129}.error .arco-steps-item-title{color:#f53f3f}.process .arco-steps-item-title{color:#165dff;font-weight:500}.wait .arco-steps-item-title{color:#86909c}.arco-steps-item-description{font-size:.24rem;line-height:.36rem;color:#4e5969}.wait .arco-steps-item-description{color:#86909c}.vertical .arco-steps-item-description{margin-top:.04rem}.arco-steps.vertical{flex-direction:column;padding-bottom:0;padding-left:.4rem}.arco-steps.vertical.reverse-order{flex-direction:column-reverse}[dir=rtl] .arco-steps.vertical{padding-left:initial;padding-right:.4rem}.arco-theme-dark .arco-steps-item-tail:after,.arco-theme-dark .arco-steps-item-tail:before{background:#484849}.arco-theme-dark .arco-steps-item-tail-status-finish:before,.arco-theme-dark .arco-steps-item-tail-status-finish:after,.arco-theme-dark .arco-steps-item-tail-align-center.arco-steps-item-tail-status-process:before,.arco-theme-dark .arco-steps-item-tail-align-center.arco-steps-item-tail-status-error:before{background:#3c7eff}.arco-theme-dark .reverse-order .arco-steps-item-tail-status-finish:before,.arco-theme-dark .reverse-order .arco-steps-item-tail-status-process:after,.arco-theme-dark .reverse-order .arco-steps-item-tail-align-center.arco-steps-item-tail-status-error:after{background:#3c7eff}.arco-theme-dark .reverse-order .arco-steps-item-tail-status-process:before,.arco-theme-dark .reverse-order .arco-steps-item-tail-align-center.arco-steps-item-tail-status-error:before{background:#484849}.arco-theme-dark .number.finish .arco-steps-item-icon{background:#000d4d}.arco-theme-dark .number.process .arco-steps-item-icon{background:#3c7eff}.arco-theme-dark .number.wait .arco-steps-item-icon{background:#2e2e30}.arco-theme-dark .number.error .arco-steps-item-icon{background:#f76965}.arco-theme-dark .finish .arco-steps-item-icon svg{color:#3c7eff}.arco-theme-dark .error .arco-steps-item-icon svg{color:#ffffffe6}.arco-theme-dark .arco-steps-item-icon-num{color:#929293}.arco-theme-dark .process .arco-steps-item-icon-num{color:#ffffffe6}.arco-theme-dark .finish .arco-steps-item-icon-dot{border-color:#3c7eff}.arco-theme-dark .wait .arco-steps-item-icon-dot{border-color:#929293}.arco-theme-dark .process .arco-steps-item-icon-dot{background:#3c7eff}.arco-theme-dark .finish .arco-steps-item-title{color:#f6f6f6}.arco-theme-dark .error .arco-steps-item-title{color:#f76965}.arco-theme-dark .process .arco-steps-item-title{color:#3c7eff}.arco-theme-dark .wait .arco-steps-item-title{color:#929293}.arco-theme-dark .arco-steps-item-description{color:#c5c5c5}.arco-theme-dark .wait .arco-steps-item-description{color:#929293}.arco-fade-enter{opacity:0}.arco-fade-enter-active{opacity:1;transition-property:opacity;transition-duration:var(--builtin-transition-fade-enter-duration, .3s )}.arco-fade-exit{opacity:1}.arco-fade-exit-active{opacity:0;transition-property:opacity;transition-duration:var(--builtin-transition-fade-exit-duration, .3s )}.arco-fade-exit-done{display:none}.arco-masking-mask.pre-mount:not([class*=-enter]):not([class*=-exit]),.arco-masking-content.pre-mount:not([class*=-enter]):not([class*=-exit]),.arco-masking-mask[class*=-exit-done],.arco-masking-content[class*=-exit-done]{opacity:0;pointer-events:none}.arco-masking-mask{position:fixed;width:100%;height:100%;left:0;top:0;z-index:1000;background:#0009}.arco-masking-content{position:fixed;z-index:1001}.arco-masking-content.at-center{left:50%;top:50%;transform:translate(-50%,-50%)}.arco-popup .arco-slide-from-left-enter,.arco-popup .arco-slide-from-left-exit-active,.arco-popup .arco-slide-from-left-exit-done{transform:translate(-100%)}.arco-popup .arco-slide-from-left-enter.translateZ,.arco-popup .arco-slide-from-left-exit-active.translateZ,.arco-popup .arco-slide-from-left-exit-done.translateZ{transform:translate(-100%) translateZ(2PX)}.arco-popup .arco-slide-from-right-enter,.arco-popup .arco-slide-from-right-exit-active,.arco-popup .arco-slide-from-right-exit-done{transform:translate(100%)}.arco-popup .arco-slide-from-right-enter.translateZ,.arco-popup .arco-slide-from-right-exit-active.translateZ,.arco-popup .arco-slide-from-right-exit-done.translateZ{transform:translate(100%) translateZ(2PX)}.arco-popup .arco-slide-from-top-enter,.arco-popup .arco-slide-from-top-exit-active,.arco-popup .arco-slide-from-top-exit-done{transform:translateY(-100%)}.arco-popup .arco-slide-from-top-enter.translateZ,.arco-popup .arco-slide-from-top-exit-active.translateZ,.arco-popup .arco-slide-from-top-exit-done.translateZ{transform:translateY(-100%) translateZ(2PX)}.arco-popup .arco-slide-from-bottom-enter,.arco-popup .arco-slide-from-bottom-exit-active,.arco-popup .arco-slide-from-bottom-exit-done{transform:translateY(100%)}.arco-popup .arco-slide-from-bottom-enter.translateZ,.arco-popup .arco-slide-from-bottom-exit-active.translateZ,.arco-popup .arco-slide-from-bottom-exit-done.translateZ{transform:translateY(100%) translateZ(2PX)}.arco-popup-content[class*=-enter-active],.arco-popup-mask[class*=-enter-active]{transform:translate(0);transition:all .45s cubic-bezier(.34,.69,.1,1)}.arco-popup-content[class*=-enter-active].translateZ,.arco-popup-mask[class*=-enter-active].translateZ{transform:translateZ(2PX)}.arco-popup [class*=-exit-active]{transition:all .24s cubic-bezier(.34,.69,.1,1)}.arco-popup-content{background:#fff;position:fixed;z-index:1001}.arco-popup-content[class*=-enter-active]{transition-duration:var(--builtin-transition-popup-slide-enter-duration, .45s)}.arco-popup-content[class*=-exit-active]{transition-duration:var(--builtin-transition-popup-slide-exit-duration, .24s)}.arco-popup-content.need-bottom-offset{padding-bottom:constant(safe-area-inset-bottom);padding-bottom:env(safe-area-inset-bottom)}.arco-popup-content.left{left:0;top:0;height:100%}.arco-popup-content.top{left:0;top:0;width:100%}.arco-popup-content.right{right:0;top:0;height:100%}.arco-popup-content.bottom{left:0;bottom:0;width:100%}.arco-popup-content.translateZ{transform:translateZ(2PX)}.arco-popup-mask{position:fixed;width:100%;height:100%;left:0;top:0;z-index:1000;background:#0009}.arco-popup-mask[class*=-enter-active]{transition-duration:var(--builtin-transition-fade-enter-duration, .45s)}.arco-popup-mask[class*=-exit-active]{transition-duration:var(--builtin-transition-fade-exit-duration, .24s)}.arco-popup-mask.translateZ{transform:translateZ(1PX)}.arco-theme-dark .arco-popup-content{background:#2a2a2b}.arco-action-sheet{color:#1d2129}.arco-action-sheet-header{padding:.32rem;text-align:center;position:relative;border-width:0}.arco-action-sheet-header:after{content:"";width:100%;height:1PX;position:absolute;left:0;bottom:0;z-index:1;border-bottom-style:solid;border-bottom-width:1PX;border-bottom-color:#e5e6eb;box-sizing:border-box;transform-origin:left bottom;-webkit-transform-origin:left bottom;pointer-events:none;border-radius:0}@media(-webkit-min-device-pixel-ratio:2),(min-device-pixel-ratio:2){.arco-action-sheet-header:after{transform:scaleY(.5);-webkit-transform:scaleY(.5);border-radius:0}}@media(-webkit-min-device-pixel-ratio:3),(min-device-pixel-ratio:3){.arco-action-sheet-header:after{transform:scaleY(.33333333);-webkit-transform:scaleY(.33333333);border-radius:0}}.arco-action-sheet-title{font-size:.32rem;font-weight:700}.android .arco-action-sheet-title,.arco-action-sheet-title.android,.arco-action-sheet-title.system-android{font-weight:400;-webkit-text-stroke:.3PX currentColor;text-stroke:.3PX currentColor}.arco-action-sheet-sub-title{color:#86909c;font-size:.28rem}.arco-action-sheet-title+.arco-action-sheet-sub-title{margin-top:.08rem}.arco-action-sheet-content{border-top-left-radius:.16rem;border-top-right-radius:.16rem}.arco-action-sheet-item{display:flex;align-items:center;justify-content:center;height:1.08rem;font-size:.32rem;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.arco-action-sheet-item:not(:last-child){position:relative;border-width:0}.arco-action-sheet-item:not(:last-child):after{content:"";width:100%;height:1PX;position:absolute;left:0;bottom:0;z-index:1;border-bottom-style:solid;border-bottom-width:1PX;border-bottom-color:#e5e6eb;box-sizing:border-box;transform-origin:left bottom;-webkit-transform-origin:left bottom;pointer-events:none;border-radius:0}@media(-webkit-min-device-pixel-ratio:2),(min-device-pixel-ratio:2){.arco-action-sheet-item:not(:last-child):after{transform:scaleY(.5);-webkit-transform:scaleY(.5);border-radius:0}}@media(-webkit-min-device-pixel-ratio:3),(min-device-pixel-ratio:3){.arco-action-sheet-item:not(:last-child):after{transform:scaleY(.33333333);-webkit-transform:scaleY(.33333333);border-radius:0}}.arco-action-sheet-item.disabled{color:#c9cdd4}.arco-action-sheet-item.danger{color:#f53f3f}.arco-action-sheet-item.cancel-item{border-top-style:solid;border-top-color:#f2f3f5;border-top-width:.16rem}.arco-theme-dark .arco-action-sheet{color:#f6f6f6}.arco-theme-dark .arco-action-sheet-header{position:relative;border-width:0}.arco-theme-dark .arco-action-sheet-header:after{content:"";width:100%;height:1PX;position:absolute;left:0;bottom:0;z-index:1;border-bottom-style:solid;border-bottom-width:1PX;border-bottom-color:#484849;box-sizing:border-box;transform-origin:left bottom;-webkit-transform-origin:left bottom;pointer-events:none;border-radius:0}@media(-webkit-min-device-pixel-ratio:2),(min-device-pixel-ratio:2){.arco-theme-dark .arco-action-sheet-header:after{transform:scaleY(.5);-webkit-transform:scaleY(.5);border-radius:0}}@media(-webkit-min-device-pixel-ratio:3),(min-device-pixel-ratio:3){.arco-theme-dark .arco-action-sheet-header:after{transform:scaleY(.33333333);-webkit-transform:scaleY(.33333333);border-radius:0}}.arco-theme-dark .arco-action-sheet-sub-title{color:#929293}.arco-theme-dark .arco-action-sheet-item:not(:last-child){position:relative;border-width:0}.arco-theme-dark .arco-action-sheet-item:not(:last-child):after{content:"";width:100%;height:1PX;position:absolute;left:0;bottom:0;z-index:1;border-bottom-style:solid;border-bottom-width:1PX;border-bottom-color:#484849;box-sizing:border-box;transform-origin:left bottom;-webkit-transform-origin:left bottom;pointer-events:none;border-radius:0}@media(-webkit-min-device-pixel-ratio:2),(min-device-pixel-ratio:2){.arco-theme-dark .arco-action-sheet-item:not(:last-child):after{transform:scaleY(.5);-webkit-transform:scaleY(.5);border-radius:0}}@media(-webkit-min-device-pixel-ratio:3),(min-device-pixel-ratio:3){.arco-theme-dark .arco-action-sheet-item:not(:last-child):after{transform:scaleY(.33333333);-webkit-transform:scaleY(.33333333);border-radius:0}}.arco-theme-dark .arco-action-sheet-item.disabled{color:#5f5f60}.arco-theme-dark .arco-action-sheet-item.danger{color:#f76965}.arco-theme-dark .arco-action-sheet-item.cancel-item{border-top-color:#2e2e30}.arco-loading{display:inline-block;font-size:0;line-height:0;position:relative}.arco-loading .bg-color-with-config{background:#165dff}.arco-loading .stop-color-with-config{stop-color:#165dff}.arco-loading .fill-color-with-config{fill:#165dff}.arco-loading .stroke-color-with-config{stroke:#165dff}.arco-loading.circle,.arco-loading.arc,.arco-loading.spin{animation:changDeg 1s infinite linear}.arco-loading.circle .loading-circle-middle{stop-opacity:.5}.arco-loading.circle .loading-circle-end{stop-opacity:0}.arco-loading.dot .dot-cell{display:inline-block;width:6PX;height:6PX;margin-left:.12rem}.arco-loading.dot .dot-cell:first-of-type{margin-left:0}.arco-loading.dot .dot-cell.filleted{border-radius:50%}.arco-loading.spin{height:.44rem;width:.44rem;position:relative}.arco-loading.spin .spin-cell{position:absolute;left:.2rem;top:.02rem;display:inline-block;height:.2rem;padding-bottom:.08rem;overflow:hidden;transform-origin:50% bottom}.arco-loading.spin .spin-cell-inner{display:inline-block;position:absolute;top:0;left:0;width:200%;transform:scale(.5);transform-origin:top left;height:.24rem}.arco-loading.arc .arc-bg{stroke:#e5e6eb}.arco-loading.line{width:100%}.arco-loading.line .loading-line-start,.arco-loading.line .loading-line-end{stop-color:#165dff}.arco-loading.line .loading-line-start{stop-opacity:0}.arco-theme-dark .arco-loading .bg-color-with-config{background:#3c7eff}.arco-theme-dark .arco-loading .stop-color-with-config{stop-color:#3c7eff}.arco-theme-dark .arco-loading .fill-color-with-config{fill:#3c7eff}.arco-theme-dark .arco-loading .stroke-color-with-config{stroke:#3c7eff}.arco-theme-dark .arco-loading.arc .arc-bg{stroke:#484849}.arco-theme-dark .arco-loading.line .loading-line-start,.arco-theme-dark .arco-loading.line .loading-line-end{stop-color:#3c7eff}.arco-image{display:inline-block;position:relative}.arco-image.preview{transition:all .3s ease-in-out}.arco-image.preview .image-container,.arco-image.preview .image-loading-container .image-loading,.arco-image.preview .image-error-container .image-retry-load{background-color:transparent}.arco-image.preview .image-container:after{border-color:transparent}.arco-image .image-bottom-overlap,.arco-image .image-top-overlap{position:absolute;width:100%;height:100%;top:0;left:0}.arco-image .image-bottom-overlap{z-index:0;overflow:hidden}.arco-image .image-placeholder{background-color:#f7f8fa;width:100%;height:100%}.arco-image .image-top-overlap{z-index:10}.arco-image .image-loading-container,.arco-image .image-error-container{overflow:hidden;position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:2;font-size:.32rem}.arco-image .image-container{position:relative;font-size:0;opacity:0;z-index:1;overflow:hidden}.arco-image .image-container.static-label,.arco-image .image-container.loaded,.arco-image .image-container.error,.arco-image .image-container.has-loaded{opacity:1}.arco-image .image-container.animate{transition-property:opacity;transition-timing-function:cubic-bezier(.39,.575,.565,1)}.arco-image .image-container .bordered{box-shadow:0 0 0 1PX #e5e6eb inset}@media(min-resolution:2dppx){.arco-image .image-container .bordered{box-shadow:0 0 0 .5PX #e5e6eb inset}}.ios .arco-image .image-container .bordered,.arco-image .image-container .bordered.ios{box-shadow:none;border:.5PX solid #e5e6eb}.arco-image .image-container,.arco-image .image-container img{width:inherit;height:inherit;min-width:inherit;min-height:inherit;max-width:inherit;max-height:inherit}.arco-image .image-container .preview-fit-contain-y{width:100%;height:auto;position:absolute;top:50%;transform:translateY(-50%)}.arco-image .image-container .preview-fit-contain-x{height:100%;width:auto;position:absolute;left:50%;transform:translate(-50%)}.arco-image .image-error-container .image-retry-load{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#0009;font-size:.32rem;color:#fff}.arco-image .image-loading-container .image-loading{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#fff;background-color:#0009}.arco-image .image-loading-container .image-loading .bg-color-with-config{background:#fff}.arco-image .image-loading-container .image-loading .stop-color-with-config{stop-color:#fff}.arco-image .image-loading-container .image-loading .fill-color-with-config{fill:#fff}.arco-image .image-loading-container .image-loading .stroke-color-with-config{stroke:#fff}.arco-theme-dark .arco-image .image-placeholder{background-color:#ffffff14}.arco-theme-dark .arco-image .image-container .bordered{box-shadow:0 0 0 1PX #484849 inset}@media(min-resolution:2dppx){.arco-theme-dark .arco-image .image-container .bordered{box-shadow:0 0 0 .5PX #484849 inset}}.ios .arco-theme-dark .arco-image .image-container .bordered,.arco-theme-dark .arco-image .image-container .bordered.ios{box-shadow:none;border:.5PX solid #484849}.arco-theme-dark .arco-image .image-error-container .image-retry-load,.arco-theme-dark .arco-image .image-loading-container .image-loading{color:#ffffffe6}.arco-theme-dark .arco-image .image-loading-container .image-loading .bg-color-with-config{background:#ffffffe6}.arco-theme-dark .arco-image .image-loading-container .image-loading .stop-color-with-config{stop-color:#ffffffe6}.arco-theme-dark .arco-image .image-loading-container .image-loading .fill-color-with-config{fill:#ffffffe6}.arco-theme-dark .arco-image .image-loading-container .image-loading .stroke-color-with-config{stroke:#ffffffe6}.arco-avatar{position:relative;font-size:0;display:flex;align-items:center;justify-content:center;color:#fff;background-color:#4080ff}.arco-avatar-mode-image{background-color:transparent!important}.arco-avatar-default-overlap{background-color:#c9cdd4}.arco-avatar-shape-circle,.arco-avatar-shape-circle .arco-avatar-img .image-content{border-radius:50%}.arco-avatar-shape-square,.arco-avatar-shape-square .arco-avatar-img .image-content{border-radius:.08rem}.arco-avatar-size-ultra-small{width:.48rem;height:.48rem}.arco-avatar-default-icon-size-ultra-small{font-size:.24rem}.arco-avatar-text-size-ultra-small{font-size:.2rem}.arco-avatar-wrapper-with-info-size-ultra-small{height:1.12rem}.arco-avatar-name-size-ultra-small{font-size:.26rem;line-height:.36rem}.arco-avatar-desc-size-ultra-small{margin-top:.04rem;font-size:.2rem;line-height:.28rem}.arco-avatar-size-smaller{width:.64rem;height:.64rem}.arco-avatar-default-icon-size-smaller{font-size:.32rem}.arco-avatar-text-size-smaller{font-size:.24rem}.arco-avatar-wrapper-with-info-size-smaller{height:1.28rem}.arco-avatar-name-size-smaller{font-size:.28rem;line-height:.4rem}.arco-avatar-desc-size-smaller{margin-top:0;font-size:.24rem;line-height:.32rem}.arco-avatar-size-small{width:.8rem;height:.8rem}.arco-avatar-default-icon-size-small{font-size:.4rem}.arco-avatar-text-size-small{font-size:.28rem}.arco-avatar-wrapper-with-info-size-small{height:1.6rem}.arco-avatar-name-size-small{font-size:.32rem;line-height:.48rem}.arco-avatar-desc-size-small{margin-top:0;font-size:.24rem;line-height:.32rem}.arco-avatar-size-medium{width:.96rem;height:.96rem}.arco-avatar-default-icon-size-medium{font-size:.48rem}.arco-avatar-text-size-medium{font-size:.32rem}.arco-avatar-wrapper-with-info-size-medium{height:1.6rem}.arco-avatar-name-size-medium{font-size:.36rem;line-height:.52rem}.arco-avatar-desc-size-medium{margin-top:.04rem;font-size:.28rem;line-height:.4rem}.arco-avatar-size-large{width:1.12rem;height:1.12rem}.arco-avatar-default-icon-size-large{font-size:.56rem}.arco-avatar-text-size-large{font-size:.32rem}.arco-avatar-wrapper-with-info-size-large{height:1.76rem}.arco-avatar-name-size-large{font-size:.36rem;line-height:.52rem}.arco-avatar-desc-size-large{margin-top:.04rem;font-size:.28rem;line-height:.4rem}.arco-avatar-img{width:100%;height:100%}.arco-avatar-decoration{position:absolute}.arco-avatar-text{flex:0 0 auto;font-weight:700}.arco-avatar-wrapper{display:inline-block}.arco-avatar-wrapper-with-info{display:flex;align-items:center}.arco-avatar-info{display:flex;justify-content:center;flex-direction:column;margin-left:.32rem}[dir=rtl] .arco-avatar-info{margin-left:initial;margin-right:.32rem}.arco-avatar-name{color:#1d2129}.arco-avatar-desc{color:#86909c}.arco-avatar-group .arco-avatar-wrapper-shape-circle{position:relative}.arco-avatar-group .arco-avatar-wrapper-shape-circle:first-child{margin-left:0}.arco-avatar-group .arco-avatar{border-style:solid;border-color:#fff}.arco-avatar-group-size-ultra-small .arco-avatar-wrapper{margin-left:-.16rem}[dir=rtl] .arco-avatar-group-size-ultra-small .arco-avatar-wrapper{margin-left:initial;margin-right:-.16rem}.arco-avatar-group-size-ultra-small .arco-avatar{border-width:.02rem}.arco-avatar-group-size-smaller .arco-avatar-wrapper{margin-left:-.16rem}[dir=rtl] .arco-avatar-group-size-smaller .arco-avatar-wrapper{margin-left:initial;margin-right:-.16rem}.arco-avatar-group-size-smaller .arco-avatar{border-width:.02rem}.arco-avatar-group-size-small .arco-avatar-wrapper{margin-left:-.24rem}[dir=rtl] .arco-avatar-group-size-small .arco-avatar-wrapper{margin-left:initial;margin-right:-.24rem}.arco-avatar-group-size-small .arco-avatar{border-width:.03rem}.arco-avatar-group-size-medium .arco-avatar-wrapper{margin-left:-.24rem}[dir=rtl] .arco-avatar-group-size-medium .arco-avatar-wrapper{margin-left:initial;margin-right:-.24rem}.arco-avatar-group-size-medium .arco-avatar{border-width:.03rem}.arco-avatar-group-size-large .arco-avatar-wrapper{margin-left:-.24rem}[dir=rtl] .arco-avatar-group-size-large .arco-avatar-wrapper{margin-left:initial;margin-right:-.24rem}.arco-avatar-group-size-large .arco-avatar{border-width:.03rem}.arco-theme-dark .arco-avatar{color:#ffffffe6;background-color:#306fff}.arco-theme-dark .arco-avatar-default-overlap{background-color:#5f5f60}.arco-theme-dark .arco-avatar-name{color:#f6f6f6}.arco-theme-dark .arco-avatar-desc{color:#929293}.arco-theme-dark .arco-avatar-group .arco-avatar{border-color:#17171a}@keyframes scale-on{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}@keyframes scale-off{0%{transform:scale(1);opacity:1}to{transform:scale(0);opacity:0}}.arco-scale-enter-active{animation:scale-on cubic-bezier(.3,1.3,.3,1) forwards;animation-duration:var(--builtin-transition-scale-enter-duration, .4s)}.arco-scale-exit-active{animation:scale-off cubic-bezier(.3,1.3,.3,1) forwards;animation-duration:var(--builtin-transition-scale-exit-duration, .4s)}.arco-badge{cursor:pointer;box-sizing:content-box;display:inline-block;z-index:2;color:#fff;background-color:#f53f3f;white-space:nowrap;border-radius:100PX;height:16PX;line-height:16PX;min-width:8PX;padding:0 4PX}.arco-badge-text{display:block;font-weight:500;font-size:12PX}.arco-badge-dot{width:8PX;height:8PX;padding:0;min-width:auto}.arco-badge-bordered{border:1PX solid #FFFFFF}.arco-badge-absolute{position:absolute;top:0;left:100%;margin-left:-8PX;margin-top:-8PX}[dir=rtl] .arco-badge-absolute{left:initial;right:100%}[dir=rtl] .arco-badge-absolute{margin-left:initial;margin-right:-8PX}.arco-badge-absolute.arco-badge-dot{margin-left:-4PX;margin-top:-4PX}[dir=rtl] .arco-badge-absolute.arco-badge-dot{margin-left:initial;margin-right:-4PX}.arco-theme-dark .arco-badge{color:#ffffffe6;background-color:#f76965}.arco-theme-dark .arco-badge-bordered{border:1PX solid #17171A}.arco-button{cursor:pointer;text-align:center;font-size:0;display:block;width:100%;box-sizing:border-box;line-height:1.2;border-radius:2PX;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.arco-button.arco-button-inline{width:auto;display:inline-block}.arco-button.arco-button-type-primary{background:#165dff;color:#fff}.arco-button.arco-button-type-primary-disabled{background:#94bfff;color:#e8f3ff}.arco-button.arco-button-type-primary-active{background:#0e42d2}.arco-button-type-primary .bg-color-with-config{background:#fff}.arco-button-type-primary .stop-color-with-config{stop-color:#fff}.arco-button-type-primary .fill-color-with-config{fill:#fff}.arco-button-type-primary .stroke-color-with-config{stroke:#fff}.arco-button.arco-button-type-default{background:#e8f3ff;color:#165dff}.arco-button.arco-button-type-default-disabled{background:#e8f3ff;color:#94bfff}.arco-button.arco-button-type-default-active{background:#94bfff}.arco-button-type-default .bg-color-with-config{background:#165dff}.arco-button-type-default .stop-color-with-config{stop-color:#165dff}.arco-button-type-default .fill-color-with-config{fill:#165dff}.arco-button-type-default .stroke-color-with-config{stroke:#165dff}.arco-button.arco-button-type-ghost{background:transparent;color:#165dff}.arco-button.arco-button-type-ghost-disabled{background:transparent;color:#94bfff}.arco-button.arco-button-type-ghost-active{background:#e8f3ff}.arco-button-type-ghost .bg-color-with-config{background:#165dff}.arco-button-type-ghost .stop-color-with-config{stop-color:#165dff}.arco-button-type-ghost .fill-color-with-config{fill:#165dff}.arco-button-type-ghost .stroke-color-with-config{stroke:#165dff}.arco-button.arco-button-type-ghost{border:1PX solid currentColor}.arco-button.arco-button-type-ghost.half-border{border-width:0;box-shadow:0 0 0 1PX currentColor inset}@media(min-resolution:2dppx){.arco-button.arco-button-type-ghost.half-border{box-shadow:0 0 0 .5PX currentColor inset}}.ios .arco-button.arco-button-type-ghost.half-border,.arco-button.arco-button-type-ghost.half-border.ios{box-shadow:none;border:.5PX solid currentColor}.arco-button.arco-button-size-mini{padding:0 .16rem;height:.48rem}.arco-button.arco-button-size-mini-is-round{border-radius:.48rem}.arco-button.arco-button-size-mini-is-square{border-radius:0}.arco-button.arco-button-size-mini .arco-button-icon,.arco-button.arco-button-size-mini i,.arco-button.arco-button-size-mini .arco-button-text,.arco-button.arco-button-size-mini svg{font-size:.24rem}.arco-button.arco-button-size-small{padding:0 .16rem;height:.56rem}.arco-button.arco-button-size-small-is-round{border-radius:.56rem}.arco-button.arco-button-size-small-is-square{border-radius:0}.arco-button.arco-button-size-small .arco-button-icon,.arco-button.arco-button-size-small i,.arco-button.arco-button-size-small .arco-button-text,.arco-button.arco-button-size-small svg{font-size:.28rem}.arco-button.arco-button-size-medium{padding:0 .32rem;height:.64rem}.arco-button.arco-button-size-medium-is-round{border-radius:.64rem}.arco-button.arco-button-size-medium-is-square{border-radius:0}.arco-button.arco-button-size-medium .arco-button-icon,.arco-button.arco-button-size-medium i,.arco-button.arco-button-size-medium .arco-button-text,.arco-button.arco-button-size-medium svg{font-size:.28rem}.arco-button.arco-button-size-large{padding:0 .32rem;height:.72rem}.arco-button.arco-button-size-large-is-round{border-radius:.72rem}.arco-button.arco-button-size-large-is-square{border-radius:0}.arco-button.arco-button-size-large .arco-button-icon,.arco-button.arco-button-size-large i,.arco-button.arco-button-size-large .arco-button-text,.arco-button.arco-button-size-large svg{font-size:.3rem}.arco-button.arco-button-size-huge{padding:0 .32rem;height:.88rem}.arco-button.arco-button-size-huge-is-round{border-radius:.88rem}.arco-button.arco-button-size-huge-is-square{border-radius:0}.arco-button.arco-button-size-huge .arco-button-icon,.arco-button.arco-button-size-huge i,.arco-button.arco-button-size-huge .arco-button-text,.arco-button.arco-button-size-huge svg{font-size:.32rem}.arco-button-text-android{padding-top:.04rem}.arco-button-icon{vertical-align:middle;display:inline-flex;align-items:center;justify-content:center}.arco-button-text{display:inline-block;vertical-align:middle}.arco-button-text-has-icon{margin-left:.08rem}[dir=rtl] .arco-button-text-has-icon{margin-left:initial;margin-right:.08rem}.arco-button-loading-icon{display:inline-block;vertical-align:middle}.arco-button.has-custom-border{border:1PX solid}.arco-theme-dark .arco-button.arco-button-type-primary{background:#3c7eff;color:#ffffffe6}.arco-theme-dark .arco-button.arco-button-type-primary-disabled{background:#0e32a6;color:#000d4d}.arco-theme-dark .arco-button.arco-button-type-primary-active{background:#689fff}.arco-theme-dark .arco-button-type-primary .bg-color-with-config{background:#ffffffe6}.arco-theme-dark .arco-button-type-primary .stop-color-with-config{stop-color:#ffffffe6}.arco-theme-dark .arco-button-type-primary .fill-color-with-config{fill:#ffffffe6}.arco-theme-dark .arco-button-type-primary .stroke-color-with-config{stroke:#ffffffe6}.arco-theme-dark .arco-button.arco-button-type-default{background:#000d4d;color:#3c7eff}.arco-theme-dark .arco-button.arco-button-type-default-disabled{background:#000d4d;color:#0e32a6}.arco-theme-dark .arco-button.arco-button-type-default-active{background:#0e32a6}.arco-theme-dark .arco-button-type-default .bg-color-with-config{background:#3c7eff}.arco-theme-dark .arco-button-type-default .stop-color-with-config{stop-color:#3c7eff}.arco-theme-dark .arco-button-type-default .fill-color-with-config{fill:#3c7eff}.arco-theme-dark .arco-button-type-default .stroke-color-with-config{stroke:#3c7eff}.arco-theme-dark .arco-button.arco-button-type-ghost{color:#3c7eff}.arco-theme-dark .arco-button.arco-button-type-ghost-disabled{color:#0e32a6}.arco-theme-dark .arco-button.arco-button-type-ghost-active{background:#000d4d}.arco-theme-dark .arco-button-type-ghost .bg-color-with-config{background:#3c7eff}.arco-theme-dark .arco-button-type-ghost .stop-color-with-config{stop-color:#3c7eff}.arco-theme-dark .arco-button-type-ghost .fill-color-with-config{fill:#3c7eff}.arco-theme-dark .arco-button-type-ghost .stroke-color-with-config{stroke:#3c7eff}.arco-carousel{position:relative;width:100%;overflow:hidden;transition:height .3s;box-sizing:content-box}.arco-carousel-wrap{position:relative;font-size:0;width:100%}.arco-carousel.wrap-placeholder{display:none}.arco-carousel-inner{overflow:visible}.arco-carousel-inner:not(.vertical){white-space:nowrap}.arco-carousel-inner.auto,.arco-carousel-inner.auto .arco-carousel-inner-item-inner{transition-timing-function:cubic-bezier(.66,0,.34,1)}.arco-carousel-inner.slide,.arco-carousel-inner.slide .arco-carousel-inner-item-inner{transition-timing-function:cubic-bezier(.32,.94,.6,1)}.arco-carousel-item{width:100%;height:100%;display:inline-block;vertical-align:top;white-space:normal;position:relative}.arco-carousel-item.ssr-float{max-height:0;overflow:visible}.arco-carousel-item.vertical>*,.arco-carousel-item.vertical .arco-carousel-item-inner>*{height:100%}.arco-carousel-item>img,.arco-carousel-item-inner>img,.arco-carousel-item .carousel-item-img{width:100%;height:100%;object-fit:cover;object-position:center}.arco-carousel-item .carousel-item-text{position:absolute;bottom:0;left:0;width:100%;display:flex;align-items:center;box-sizing:border-box;padding:0 .24rem;font-size:.32rem;height:.64rem;color:#fff;background:linear-gradient(180deg,#0000 5.18%,#00000026)}.arco-carousel-item-inner{width:100%;height:100%}.arco-carousel-indicator{position:absolute;bottom:.24rem;z-index:1;will-change:transform;box-sizing:border-box}.arco-carousel-indicator.pos-start{left:.32rem;text-align:left}[dir=rtl] .arco-carousel-indicator.pos-start{left:initial;right:.32rem}[dir=rtl] .arco-carousel-indicator.pos-start{text-align:right}.arco-carousel-indicator.pos-center{left:50%;transform:translate3d(-50%,0,0);text-align:center}.arco-carousel-indicator.pos-end{right:.32rem;text-align:right}[dir=rtl] .arco-carousel-indicator.pos-end{right:initial;left:.32rem}[dir=rtl] .arco-carousel-indicator.pos-end{text-align:left}.arco-carousel-indicator-vertical .indicator{display:block;box-sizing:border-box;height:.24rem;width:3PX}.arco-carousel-indicator-vertical .indicator:not(:last-of-type){margin:0;margin-bottom:.16rem}.arco-carousel-indicator-vertical .indicator.type-circle:not(:last-of-type){margin:0;margin-bottom:.16rem}.arco-carousel-indicator-vertical.pos-start{top:.32rem}.arco-carousel-indicator-vertical.pos-center{bottom:50%;transform:translate3d(0,50%,0)}.arco-carousel-indicator-vertical.pos-end{bottom:.32rem}.arco-carousel-indicator-vertical.ver-pos-left{left:auto;right:auto;left:.24rem}[dir=rtl] .arco-carousel-indicator-vertical.ver-pos-left{left:initial;right:.24rem}.arco-carousel-indicator-vertical.ver-pos-right{left:auto;right:auto;right:.24rem}[dir=rtl] .arco-carousel-indicator-vertical.ver-pos-right{right:initial;left:.24rem}.arco-carousel-indicator.inverse .indicator{background-color:#e5e6eb}.arco-carousel-indicator.inverse .indicator.active{background-color:#165dff}.arco-carousel-indicator.outside{position:relative;left:0;transform:none;bottom:0;padding:.16rem 0 .1rem}.arco-carousel-indicator .indicator{transition:all .2s;background-color:#ffffff80}.arco-carousel-indicator .indicator.active{background-color:#fff}.arco-carousel-indicator-horizontal .indicator{display:inline-block;width:.24rem;height:3PX}.arco-carousel-indicator-horizontal .indicator:not(:last-of-type){margin-right:.16rem}[dir=rtl] .arco-carousel-indicator-horizontal .indicator:not(:last-of-type){margin-right:initial;margin-left:.16rem}.arco-carousel-indicator .circle-indicator,.arco-carousel-indicator .indicator.type-circle{width:6PX;height:6PX;border-radius:50%}.arco-carousel-indicator .circle-indicator:not(:last-of-type),.arco-carousel-indicator .indicator.type-circle:not(:last-of-type){margin-right:.16rem}[dir=rtl] .arco-carousel-indicator .circle-indicator:not(:last-of-type),[dir=rtl] .arco-carousel-indicator .indicator.type-circle:not(:last-of-type){margin-right:initial;margin-left:.16rem}.arco-theme-dark .arco-carousel-item .carousel-item-text{color:#ffffffe6}.arco-theme-dark .arco-carousel-indicator.inverse .indicator{background-color:#484849}.arco-theme-dark .arco-carousel-indicator.inverse .indicator.active{background-color:#3c7eff}.arco-theme-dark .arco-carousel-indicator .indicator.active{background-color:#ffffffe6}.arco-cell{color:#86909c;font-size:.32rem;margin-left:.32rem;padding-right:.32rem}.arco-cell:not(:first-of-type).bordered{position:relative;border-width:0}.arco-cell:not(:first-of-type).bordered:before{content:"";width:100%;height:1PX;position:absolute;left:0;top:0;z-index:1;border-top-style:solid;border-top-width:1PX;border-top-color:#e5e6eb;box-sizing:border-box;transform-origin:left top;-webkit-transform-origin:left top;pointer-events:none;border-radius:0}@media(-webkit-min-device-pixel-ratio:2),(min-device-pixel-ratio:2){.arco-cell:not(:first-of-type).bordered:before{transform:scaleY(.5);-webkit-transform:scaleY(.5);border-radius:0}}@media(-webkit-min-device-pixel-ratio:3),(min-device-pixel-ratio:3){.arco-cell:not(:first-of-type).bordered:before{transform:scaleY(.33333333);-webkit-transform:scaleY(.33333333);border-radius:0}}.arco-cell-clickable{-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;touch-action:manipulation;position:relative}.arco-cell-clickable.arco-cell-pressed{background-color:#f7f8fa}.arco-cell-clickable:after{content:"";position:absolute;top:0;right:100%;width:.32rem;height:100%;background-color:inherit;pointer-events:none}.arco-cell-clickable.arco-cell-pressed:after{background-color:#f7f8fa}.arco-cell-without-group{background-color:#fff;padding-left:.32rem;margin-left:0}.arco-cell-without-group.bordered{position:relative;border-width:0}.arco-cell-without-group.bordered:before{content:"";width:100%;height:1PX;position:absolute;left:0;top:0;z-index:1;border-top-style:solid;border-top-width:1PX;border-top-color:#e5e6eb;box-sizing:border-box;transform-origin:left top;-webkit-transform-origin:left top;pointer-events:none;border-radius:0}@media(-webkit-min-device-pixel-ratio:2),(min-device-pixel-ratio:2){.arco-cell-without-group.bordered:before{transform:scaleY(.5);-webkit-transform:scaleY(.5);border-radius:0}}@media(-webkit-min-device-pixel-ratio:3),(min-device-pixel-ratio:3){.arco-cell-without-group.bordered:before{transform:scaleY(.33333333);-webkit-transform:scaleY(.33333333);border-radius:0}}.arco-cell-without-group.bordered:after{content:"";width:100%;height:1PX;position:absolute;left:0;bottom:0;z-index:1;border-bottom-style:solid;border-bottom-width:1PX;border-bottom-color:#e5e6eb;box-sizing:border-box;transform-origin:left bottom;-webkit-transform-origin:left bottom;pointer-events:none;border-radius:0}@media(-webkit-min-device-pixel-ratio:2),(min-device-pixel-ratio:2){.arco-cell-without-group.bordered:after{transform:scaleY(.5);-webkit-transform:scaleY(.5);border-radius:0}}@media(-webkit-min-device-pixel-ratio:3),(min-device-pixel-ratio:3){.arco-cell-without-group.bordered:after{transform:scaleY(.33333333);-webkit-transform:scaleY(.33333333);border-radius:0}}.arco-cell-inner{display:flex;align-items:center;height:1.08rem}.arco-cell-inner.has-desc{height:1.48rem}.arco-cell .cell-label{color:#1d2129;margin-right:.48rem}[dir=rtl] .arco-cell .cell-label{margin-right:initial;margin-left:.48rem}.arco-cell .cell-desc{color:#86909c;font-size:.28rem;margin-top:.04rem}.arco-cell .cell-content{flex:1;display:flex;align-items:center;height:100%}.arco-cell .cell-content.has-label{justify-content:flex-end}.arco-cell .cell-content .cell-text{width:100%;text-align:right;font-size:.28rem;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;white-space:normal}[dir=rtl] .arco-cell .cell-content .cell-text{text-align:left}.arco-cell .cell-label-icon{margin-right:.24rem;font-size:0}[dir=rtl] .arco-cell .cell-label-icon{margin-right:initial;margin-left:.24rem}.arco-cell .cell-label-icon .arco-icon{line-height:initial;font-size:.4rem;color:#4e5969}.arco-cell .cell-arrow-icon{margin-left:.16rem;font-size:0}[dir=rtl] .arco-cell .cell-arrow-icon{transform:scale(-1)}[dir=rtl] .arco-cell .cell-arrow-icon{margin-left:initial;margin-right:.16rem}.arco-cell .cell-arrow-icon .arco-icon{font-size:.24rem;color:#c9cdd4}.arco-cell .cell-arrow-icon .arrow-icon-svg{width:.16rem}.arco-cell .cell-arrow-icon .arrow-icon-svg path{fill:#c9cdd4}.arco-cell .arco-input-wrap{padding-left:0}[dir=rtl] .arco-cell .arco-input-wrap{padding-left:.32rem;padding-right:0}.arco-cell-group .cell-group-header,.arco-cell-group .cell-group-footer{color:#86909c;font-size:.28rem;line-height:.4rem;padding:.24rem .32rem}.arco-cell-group .cell-group-body{background-color:#fff}.arco-cell-group .cell-group-body.bordered{position:relative;border-width:0}.arco-cell-group .cell-group-body.bordered:before{content:"";width:100%;height:1PX;position:absolute;left:0;top:0;z-index:1;border-top-style:solid;border-top-width:1PX;border-top-color:#e5e6eb;box-sizing:border-box;transform-origin:left top;-webkit-transform-origin:left top;pointer-events:none;border-radius:0}@media(-webkit-min-device-pixel-ratio:2),(min-device-pixel-ratio:2){.arco-cell-group .cell-group-body.bordered:before{transform:scaleY(.5);-webkit-transform:scaleY(.5);border-radius:0}}@media(-webkit-min-device-pixel-ratio:3),(min-device-pixel-ratio:3){.arco-cell-group .cell-group-body.bordered:before{transform:scaleY(.33333333);-webkit-transform:scaleY(.33333333);border-radius:0}}.arco-cell-group .cell-group-body.bordered:after{content:"";width:100%;height:1PX;position:absolute;left:0;bottom:0;z-index:1;border-bottom-style:solid;border-bottom-width:1PX;border-bottom-color:#e5e6eb;box-sizing:border-box;transform-origin:left bottom;-webkit-transform-origin:left bottom;pointer-events:none;border-radius:0}@media(-webkit-min-device-pixel-ratio:2),(min-device-pixel-ratio:2){.arco-cell-group .cell-group-body.bordered:after{transform:scaleY(.5);-webkit-transform:scaleY(.5);border-radius:0}}@media(-webkit-min-device-pixel-ratio:3),(min-device-pixel-ratio:3){.arco-cell-group .cell-group-body.bordered:after{transform:scaleY(.33333333);-webkit-transform:scaleY(.33333333);border-radius:0}}.arco-theme-dark .arco-cell{color:#929293}.arco-theme-dark .arco-cell:not(:first-of-type).bordered{position:relative;border-width:0}.arco-theme-dark .arco-cell:not(:first-of-type).bordered:before{content:"";width:100%;height:1PX;position:absolute;left:0;top:0;z-index:1;border-top-style:solid;border-top-width:1PX;border-top-color:#484849;box-sizing:border-box;transform-origin:left top;-webkit-transform-origin:left top;pointer-events:none;border-radius:0}@media(-webkit-min-device-pixel-ratio:2),(min-device-pixel-ratio:2){.arco-theme-dark .arco-cell:not(:first-of-type).bordered:before{transform:scaleY(.5);-webkit-transform:scaleY(.5);border-radius:0}}@media(-webkit-min-device-pixel-ratio:3),(min-device-pixel-ratio:3){.arco-theme-dark .arco-cell:not(:first-of-type).bordered:before{transform:scaleY(.33333333);-webkit-transform:scaleY(.33333333);border-radius:0}}.arco-theme-dark .arco-cell-clickable.arco-cell-pressed{background-color:#ffffff14}.arco-theme-dark .arco-cell-clickable.arco-cell-pressed:after{background-color:#ffffff14}.arco-theme-dark .arco-cell-without-group{background-color:#232324}.arco-theme-dark .arco-cell-without-group.bordered{position:relative;border-width:0}.arco-theme-dark .arco-cell-without-group.bordered:before{content:"";width:100%;height:1PX;position:absolute;left:0;top:0;z-index:1;border-top-style:solid;border-top-width:1PX;border-top-color:#484849;box-sizing:border-box;transform-origin:left top;-webkit-transform-origin:left top;pointer-events:none;border-radius:0}@media(-webkit-min-device-pixel-ratio:2),(min-device-pixel-ratio:2){.arco-theme-dark .arco-cell-without-group.bordered:before{transform:scaleY(.5);-webkit-transform:scaleY(.5);border-radius:0}}@media(-webkit-min-device-pixel-ratio:3),(min-device-pixel-ratio:3){.arco-theme-dark .arco-cell-without-group.bordered:before{transform:scaleY(.33333333);-webkit-transform:scaleY(.33333333);border-radius:0}}.arco-theme-dark .arco-cell-without-group.bordered:after{content:"";width:100%;height:1PX;position:absolute;left:0;bottom:0;z-index:1;border-bottom-style:solid;border-bottom-width:1PX;border-bottom-color:#484849;box-sizing:border-box;transform-origin:left bottom;-webkit-transform-origin:left bottom;pointer-events:none;border-radius:0}@media(-webkit-min-device-pixel-ratio:2),(min-device-pixel-ratio:2){.arco-theme-dark .arco-cell-without-group.bordered:after{transform:scaleY(.5);-webkit-transform:scaleY(.5);border-radius:0}}@media(-webkit-min-device-pixel-ratio:3),(min-device-pixel-ratio:3){.arco-theme-dark .arco-cell-without-group.bordered:after{transform:scaleY(.33333333);-webkit-transform:scaleY(.33333333);border-radius:0}}.arco-theme-dark .arco-cell .cell-label{color:#f6f6f6}.arco-theme-dark .arco-cell .cell-desc{color:#929293}.arco-theme-dark .arco-cell .cell-label-icon .arco-icon{color:#c5c5c5}.arco-theme-dark .arco-cell .cell-arrow-icon .arco-icon{color:#5f5f60}.arco-theme-dark .arco-cell .cell-arrow-icon .arrow-icon-svg path{fill:#5f5f60}.arco-theme-dark .arco-cell-group .cell-group-header,.arco-theme-dark .arco-cell-group .cell-group-footer{color:#929293}.arco-theme-dark .arco-cell-group .cell-group-body{background-color:#232324}.arco-theme-dark .arco-cell-group .cell-group-body.bordered{position:relative;border-width:0}.arco-theme-dark .arco-cell-group .cell-group-body.bordered:before{content:"";width:100%;height:1PX;position:absolute;left:0;top:0;z-index:1;border-top-style:solid;border-top-width:1PX;border-top-color:#484849;box-sizing:border-box;transform-origin:left top;-webkit-transform-origin:left top;pointer-events:none;border-radius:0}@media(-webkit-min-device-pixel-ratio:2),(min-device-pixel-ratio:2){.arco-theme-dark .arco-cell-group .cell-group-body.bordered:before{transform:scaleY(.5);-webkit-transform:scaleY(.5);border-radius:0}}@media(-webkit-min-device-pixel-ratio:3),(min-device-pixel-ratio:3){.arco-theme-dark .arco-cell-group .cell-group-body.bordered:before{transform:scaleY(.33333333);-webkit-transform:scaleY(.33333333);border-radius:0}}.arco-theme-dark .arco-cell-group .cell-group-body.bordered:after{content:"";width:100%;height:1PX;position:absolute;left:0;bottom:0;z-index:1;border-bottom-style:solid;border-bottom-width:1PX;border-bottom-color:#484849;box-sizing:border-box;transform-origin:left bottom;-webkit-transform-origin:left bottom;pointer-events:none;border-radius:0}@media(-webkit-min-device-pixel-ratio:2),(min-device-pixel-ratio:2){.arco-theme-dark .arco-cell-group .cell-group-body.bordered:after{transform:scaleY(.5);-webkit-transform:scaleY(.5);border-radius:0}}@media(-webkit-min-device-pixel-ratio:3),(min-device-pixel-ratio:3){.arco-theme-dark .arco-cell-group .cell-group-body.bordered:after{transform:scaleY(.33333333);-webkit-transform:scaleY(.33333333);border-radius:0}}.arco-checkbox{display:inline-flex;align-items:center}.arco-checkbox .checkbox-icon{display:inline-flex;align-items:center;font-size:20PX;color:#e5e6eb}.arco-checkbox .checkbox-icon.checked{color:#165dff}.arco-checkbox .checkbox-icon.disabled{color:#f7f8fa}.arco-checkbox .checkbox-icon.checked.disabled{color:#e8f3ff}.arco-checkbox .checkbox-icon .arco-icon-circle-disabled path{stroke:#e5e6eb}.arco-checkbox .checkbox-text{font-size:.32rem;color:#1d2129}.arco-checkbox .checkbox-icon+.checkbox-text{margin-left:.16rem}[dir=rtl] .arco-checkbox .checkbox-icon+.checkbox-text{margin-left:initial;margin-right:.16rem}.arco-checkbox.disabled .checkbox-text{opacity:.5}.arco-checkbox.block{width:100%}.arco-checkbox.justify{width:100%;justify-content:space-between}.arco-checkbox-group .arco-checkbox:not(:last-child){margin-right:.48rem}[dir=rtl] .arco-checkbox-group .arco-checkbox:not(:last-child){margin-right:initial;margin-left:.48rem}.arco-checkbox-group .arco-checkbox:not(:last-child).block,.arco-checkbox-group .arco-checkbox:not(:last-child).justify{margin-right:0}[dir=rtl] .arco-checkbox-group .arco-checkbox:not(:last-child).block,[dir=rtl] .arco-checkbox-group .arco-checkbox:not(:last-child).justify{margin-right:initial;margin-left:0}.arco-theme-dark .arco-checkbox .checkbox-icon{color:#484849}.arco-theme-dark .arco-checkbox .checkbox-icon.checked{color:#3c7eff}.arco-theme-dark .arco-checkbox .checkbox-icon.disabled{color:#ffffff14}.arco-theme-dark .arco-checkbox .checkbox-icon.checked.disabled{color:#000d4d}.arco-theme-dark .arco-checkbox .checkbox-icon .arco-icon-circle-disabled path{stroke:#484849}.arco-theme-dark .arco-checkbox .checkbox-text{color:#f6f6f6}.arco-circle-progress{position:relative}.arco-circle-progress-text{position:absolute;font-size:.28rem}.arco-circle-progress-text-center{left:50%;top:50%;transform:translate(-50%,-50%)}.arco-circle-progress-text-bottom{bottom:-.4rem;left:50%;transform:translate(-50%)}.arco-circle-progress .track-color{stroke:#f2f3f5}.arco-circle-progress .color{stroke:#165dff;color:#165dff}.arco-circle-progress .mini{stroke:#e8f3ff}.arco-circle-progress .disabled{color:#c9cdd4;stroke:#c9cdd4}.arco-circle-progress .linear-gradient-start{stop-color:#4776e6}.arco-circle-progress .linear-gradient-text{color:#3c89ec}.arco-circle-progress .linear-gradient-end{stop-color:#14caff}.arco-theme-dark .arco-circle-progress .track-color{stroke:#2e2e30}.arco-theme-dark .arco-circle-progress .color{stroke:#3c7eff;color:#3c7eff}.arco-theme-dark .arco-circle-progress .mini{stroke:#000d4d}.arco-theme-dark .arco-circle-progress .disabled{color:#5f5f60;stroke:#5f5f60}.arco-collapse-item{padding:0;margin:0}.arco-collapse-item .arco-collapse-header{display:flex;justify-content:space-between;align-items:center;background:#fff;height:1.08rem;margin-left:.32rem;padding:.32rem .32rem .32rem 0;color:#1d2129;line-height:.44rem;font-size:.32rem;position:relative;border-width:0}.arco-collapse-item .arco-collapse-header:after{content:"";width:100%;height:1PX;position:absolute;left:0;bottom:0;z-index:1;border-bottom-style:solid;border-bottom-width:1PX;border-bottom-color:#e5e6eb;box-sizing:border-box;transform-origin:left bottom;-webkit-transform-origin:left bottom;pointer-events:none;border-radius:0}@media(-webkit-min-device-pixel-ratio:2),(min-device-pixel-ratio:2){.arco-collapse-item .arco-collapse-header:after{transform:scaleY(.5);-webkit-transform:scaleY(.5);border-radius:0}}@media(-webkit-min-device-pixel-ratio:3),(min-device-pixel-ratio:3){.arco-collapse-item .arco-collapse-header:after{transform:scaleY(.33333333);-webkit-transform:scaleY(.33333333);border-radius:0}}.arco-collapse-item .arco-collapse-icon{color:#c9cdd4;display:inline-flex;align-items:center}.arco-collapse-item .arco-collapse-icon svg,.arco-collapse-item .arco-collapse-icon i{font-size:.32rem;width:.32rem}.arco-collapse-item .arco-collapse-icon-arrow{transition:transform .2s cubic-bezier(.34,.69,.1,1)}.arco-collapse-item .arco-collapse-content{height:0;line-height:.44rem;font-size:.28rem;color:#86909c;overflow:hidden;transition:height .2s cubic-bezier(.34,.69,.1,1)}.arco-collapse-item .arco-collapse-content-container{padding:.24rem .32rem}.arco-collapse-item.disabled .arco-collapse-header{color:#c9cdd4}.arco-theme-dark .arco-collapse-item .arco-collapse-header{background:#232324;color:#f6f6f6;position:relative;border-width:0}.arco-theme-dark .arco-collapse-item .arco-collapse-header:after{content:"";width:100%;height:1PX;position:absolute;left:0;bottom:0;z-index:1;border-bottom-style:solid;border-bottom-width:1PX;border-bottom-color:#484849;box-sizing:border-box;transform-origin:left bottom;-webkit-transform-origin:left bottom;pointer-events:none;border-radius:0}@media(-webkit-min-device-pixel-ratio:2),(min-device-pixel-ratio:2){.arco-theme-dark .arco-collapse-item .arco-collapse-header:after{transform:scaleY(.5);-webkit-transform:scaleY(.5);border-radius:0}}@media(-webkit-min-device-pixel-ratio:3),(min-device-pixel-ratio:3){.arco-theme-dark .arco-collapse-item .arco-collapse-header:after{transform:scaleY(.33333333);-webkit-transform:scaleY(.33333333);border-radius:0}}.arco-theme-dark .arco-collapse-item .arco-collapse-icon{color:#5f5f60}.arco-theme-dark .arco-collapse-item .arco-collapse-content{color:#929293}.arco-theme-dark .arco-collapse-item.disabled .arco-collapse-header{color:#5f5f60}.arco-count-down{font-size:.32rem;line-height:.44rem;color:#1d2129}.arco-theme-dark .arco-count-down{color:#f6f6f6}.arco-picker-view{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;height:4.4rem;position:relative}.arco-picker-multi{color:#1d2129;font-size:.32rem;line-height:.88rem}.arco-picker-multi,.arco-picker-selection{position:absolute;left:0;top:0;width:100%;height:100%;display:flex;align-items:center}.arco-picker-column{flex:1;height:100%;overflow:hidden;text-align:center}.arco-picker-column-item-wrap{box-sizing:content-box;will-change:transform}.arco-picker-column-item{white-space:nowrap;overflow-y:hidden;overflow-x:auto}.arco-picker-column-item::-webkit-scrollbar{display:none}.arco-picker-selection{will-change:transform;flex-direction:column;pointer-events:none}.arco-picker-selection-mask-top{width:100%;flex:1;background:linear-gradient(to bottom,#fff,#ffffffb3 65%)}.arco-picker-selection-mask-bottom{width:100%;flex:1;background:linear-gradient(to top,#fff,#ffffffb3 65%)}.arco-picker-selection-bar{width:100%;height:.88rem;flex:0 0 auto;position:relative;border-width:0}.arco-picker-selection-bar:before{content:"";width:100%;height:1PX;position:absolute;left:0;top:0;z-index:1;border-top-style:solid;border-top-width:1PX;border-top-color:#e5e6eb;box-sizing:border-box;transform-origin:left top;-webkit-transform-origin:left top;pointer-events:none;border-radius:0}@media(-webkit-min-device-pixel-ratio:2),(min-device-pixel-ratio:2){.arco-picker-selection-bar:before{transform:scaleY(.5);-webkit-transform:scaleY(.5);border-radius:0}}@media(-webkit-min-device-pixel-ratio:3),(min-device-pixel-ratio:3){.arco-picker-selection-bar:before{transform:scaleY(.33333333);-webkit-transform:scaleY(.33333333);border-radius:0}}.arco-picker-selection-bar:after{content:"";width:100%;height:1PX;position:absolute;left:0;bottom:0;z-index:1;border-bottom-style:solid;border-bottom-width:1PX;border-bottom-color:#e5e6eb;box-sizing:border-box;transform-origin:left bottom;-webkit-transform-origin:left bottom;pointer-events:none;border-radius:0}@media(-webkit-min-device-pixel-ratio:2),(min-device-pixel-ratio:2){.arco-picker-selection-bar:after{transform:scaleY(.5);-webkit-transform:scaleY(.5);border-radius:0}}@media(-webkit-min-device-pixel-ratio:3),(min-device-pixel-ratio:3){.arco-picker-selection-bar:after{transform:scaleY(.33333333);-webkit-transform:scaleY(.33333333);border-radius:0}}.arco-theme-dark .arco-picker-multi{color:#f6f6f6}.arco-theme-dark .arco-picker-selection-mask-top{background:linear-gradient(to bottom,#2a2a2b,#2a2a2bb3 65%)}.arco-theme-dark .arco-picker-selection-mask-bottom{background:linear-gradient(to top,#2a2a2b,#2a2a2bb3 65%)}.arco-theme-dark .arco-picker-selection-bar{position:relative;border-width:0}.arco-theme-dark .arco-picker-selection-bar:before{content:"";width:100%;height:1PX;position:absolute;left:0;top:0;z-index:1;border-top-style:solid;border-top-width:1PX;border-top-color:#484849;box-sizing:border-box;transform-origin:left top;-webkit-transform-origin:left top;pointer-events:none;border-radius:0}@media(-webkit-min-device-pixel-ratio:2),(min-device-pixel-ratio:2){.arco-theme-dark .arco-picker-selection-bar:before{transform:scaleY(.5);-webkit-transform:scaleY(.5);border-radius:0}}@media(-webkit-min-device-pixel-ratio:3),(min-device-pixel-ratio:3){.arco-theme-dark .arco-picker-selection-bar:before{transform:scaleY(.33333333);-webkit-transform:scaleY(.33333333);border-radius:0}}.arco-theme-dark .arco-picker-selection-bar:after{content:"";width:100%;height:1PX;position:absolute;left:0;bottom:0;z-index:1;border-bottom-style:solid;border-bottom-width:1PX;border-bottom-color:#484849;box-sizing:border-box;transform-origin:left bottom;-webkit-transform-origin:left bottom;pointer-events:none;border-radius:0}@media(-webkit-min-device-pixel-ratio:2),(min-device-pixel-ratio:2){.arco-theme-dark .arco-picker-selection-bar:after{transform:scaleY(.5);-webkit-transform:scaleY(.5);border-radius:0}}@media(-webkit-min-device-pixel-ratio:3),(min-device-pixel-ratio:3){.arco-theme-dark .arco-picker-selection-bar:after{transform:scaleY(.33333333);-webkit-transform:scaleY(.33333333);border-radius:0}}.arco-picker .arco-popup-content{box-shadow:0 2PX 8PX #00000026;border-top-left-radius:.08rem;border-top-right-radius:.08rem}.arco-picker-header{position:relative;display:flex;justify-content:space-between;align-items:center;background-color:#fff;height:1.08rem;border-top-left-radius:.08rem;border-top-right-radius:.08rem}.arco-picker-header-title{flex:1;text-align:center;font-size:.32rem;padding:0 1.2rem;color:#1d2129;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.arco-picker-header-btn{position:absolute;font-size:.3rem;padding:.32rem}.arco-picker-header-btn.left{left:0;color:#165dff}[dir=rtl] .arco-picker-header-btn.left{left:initial;right:0}.arco-picker-header-btn.right{right:0;color:#165dff}[dir=rtl] .arco-picker-header-btn.right{right:initial;left:0}.arco-theme-dark .arco-picker-header{background-color:#2a2a2b}.arco-theme-dark .arco-picker-header-title{color:#f6f6f6}.arco-theme-dark .arco-picker-header-btn.left,.arco-theme-dark .arco-picker-header-btn.right{color:#3c7eff}.arco-date-picker-show{display:flex;font-size:.32rem;padding:0 .32rem;color:#c9cdd4;min-height:.96rem;background-color:#fbfcfc}.arco-date-picker-show>span{display:flex;align-items:center;justify-content:center}.arco-date-picker-show-separate{flex:0 1 auto;min-width:.96rem}.arco-date-picker-range-item{flex:1 0 auto}.arco-date-picker-range-item-active{color:#1d2129}.arco-theme-dark .arco-date-picker-show{color:#5f5f60;background-color:#1e1e1e}.arco-theme-dark .arco-date-picker-range-item-active{color:#f6f6f6}@keyframes fade-scale-on{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}@keyframes fade-scale-off{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.5)}}.arco-fade-scale-enter-active{animation:fade-scale-on cubic-bezier(.2,1.23,.25,1) forwards;animation-duration:var(--builtin-transition-fade-scale-enter-duration, .45s)}.arco-fade-scale-exit-active{animation:fade-scale-off cubic-bezier(.48,.04,.52,.96) forwards;animation-duration:var(--builtin-transition-fade-scale-exit-duration, .15s)}.arco-dialog-mask,.arco-dialog-container{position:fixed;top:0;left:0;width:100%;height:100%}.arco-dialog-mask{z-index:1000;background:#0009}.arco-dialog-container{display:flex;align-items:center;justify-content:center;z-index:1001;pointer-events:none}.arco-dialog-content{position:relative;width:5.4rem;pointer-events:visible}.arco-dialog-content.android{width:5.6rem}.arco-dialog-container.pre-mount .arco-dialog-content,.arco-dialog-container[class*=-exit-done] .arco-dialog-content{pointer-events:none}.arco-dialog-part{background:#fff}.arco-dialog-part.android:first-of-type{border-top-left-radius:.08rem;border-top-right-radius:.08rem}.arco-dialog-part.android:last-of-type{border-bottom-left-radius:.08rem;border-bottom-right-radius:.08rem}.arco-dialog-part.ios:first-of-type{border-top-left-radius:.16rem;border-top-right-radius:.16rem}.arco-dialog-part.ios:last-of-type{border-bottom-left-radius:.16rem;border-bottom-right-radius:.16rem}.arco-dialog-header{position:relative}.arco-dialog-header.ios{text-align:center;padding-top:.4rem;padding-left:.32rem;padding-right:.32rem;font-size:.34rem;line-height:.52rem;font-weight:700}.android .arco-dialog-header.ios,.arco-dialog-header.ios.android,.arco-dialog-header.ios.system-android{font-weight:400;-webkit-text-stroke:.3PX currentColor;text-stroke:.3PX currentColor}.arco-dialog-header.ios.only-title{padding-bottom:.4rem}.arco-dialog-header.android{color:#1d2129}.arco-dialog-body.ios{padding:.08rem .32rem .4rem;color:#4e5969;font-size:.3rem;line-height:.44rem}.arco-dialog-body.ios.sub-title{padding-top:.4rem}.arco-dialog-body.android{padding-top:.24rem;padding-left:.48rem;padding-right:.48rem;color:#4e5969;font-size:.3rem;line-height:.48rem}.arco-dialog-header.left,.arco-dialog-body.left{text-align:left}[dir=rtl] .arco-dialog-header.left,[dir=rtl] .arco-dialog-body.left{text-align:right}.arco-dialog-header.center,.arco-dialog-body.center{text-align:center}.arco-dialog-header.right,.arco-dialog-body.right{text-align:right}[dir=rtl] .arco-dialog-header.right,[dir=rtl] .arco-dialog-body.right{text-align:left}.arco-dialog-header.android,.arco-dialog-body.sub-title.android{padding-top:.4rem;padding-left:.48rem;padding-right:.48rem;font-size:.34rem;line-height:.56rem}.arco-dialog-header.ios,.arco-dialog-body.sub-title.ios{color:#1d2129}.arco-dialog-footer{display:flex;align-items:center}.arco-dialog-footer.android{padding:.48rem .48rem .4rem;justify-content:flex-end;text-align:right}[dir=rtl] .arco-dialog-footer.android{text-align:left}.arco-dialog-footer.android .dialog-footer-button{color:#1a74ff;font-size:.3rem;line-height:.4rem}.arco-dialog-footer.android .dialog-footer-button:not(:last-child){margin-right:.56rem}[dir=rtl] .arco-dialog-footer.android .dialog-footer-button:not(:last-child){margin-right:initial;margin-left:.56rem}.arco-dialog-footer.ios{overflow:hidden}.arco-dialog-footer.ios .dialog-footer-button{display:flex;justify-content:center;align-items:center;height:.88rem;font-size:.32rem;color:#165dff}.arco-dialog-footer.ios:not(.collapsed):not(.type-button){position:relative;border-width:0}.arco-dialog-footer.ios:not(.collapsed):not(.type-button):before{content:"";width:100%;height:1PX;position:absolute;left:0;top:0;z-index:1;border-top-style:solid;border-top-width:1PX;border-top-color:#e5e6eb;box-sizing:border-box;transform-origin:left top;-webkit-transform-origin:left top;pointer-events:none;border-radius:0}@media(-webkit-min-device-pixel-ratio:2),(min-device-pixel-ratio:2){.arco-dialog-footer.ios:not(.collapsed):not(.type-button):before{transform:scaleY(.5);-webkit-transform:scaleY(.5);border-radius:0}}@media(-webkit-min-device-pixel-ratio:3),(min-device-pixel-ratio:3){.arco-dialog-footer.ios:not(.collapsed):not(.type-button):before{transform:scaleY(.33333333);-webkit-transform:scaleY(.33333333);border-radius:0}}.arco-dialog-footer.ios:not(.collapsed):not(.type-button) .dialog-footer-button{flex:1}.arco-dialog-footer.ios:not(.collapsed):not(.type-button) .dialog-footer-button:not(:last-child){position:relative;border-width:0}.arco-dialog-footer.ios:not(.collapsed):not(.type-button) .dialog-footer-button:not(:last-child):after{content:"";width:1PX;height:100%;position:absolute;right:0;top:0;z-index:1;border-right-style:solid;border-right-width:1PX;border-right-color:#e5e6eb;box-sizing:border-box;transform-origin:right top;-webkit-transform-origin:right top;pointer-events:none;border-radius:0}@media(-webkit-min-device-pixel-ratio:2),(min-device-pixel-ratio:2){.arco-dialog-footer.ios:not(.collapsed):not(.type-button) .dialog-footer-button:not(:last-child):after{transform:scaleX(.5);-webkit-transform:scaleX(.5);border-radius:0}}@media(-webkit-min-device-pixel-ratio:3),(min-device-pixel-ratio:3){.arco-dialog-footer.ios:not(.collapsed):not(.type-button) .dialog-footer-button:not(:last-child):after{transform:scaleX(.33333333);-webkit-transform:scaleX(.33333333);border-radius:0}}[dir=rtl] .arco-dialog-footer.ios:not(.collapsed):not(.type-button) .dialog-footer-button:not(:last-child){position:relative;border-width:0}[dir=rtl] .arco-dialog-footer.ios:not(.collapsed):not(.type-button) .dialog-footer-button:not(:last-child):before{content:"";width:1PX;height:100%;position:absolute;left:0;top:0;z-index:1;border-left-style:solid;border-left-width:1PX;border-left-color:#e5e6eb;box-sizing:border-box;transform-origin:left top;-webkit-transform-origin:left top;pointer-events:none;border-radius:0}@media(-webkit-min-device-pixel-ratio:2),(min-device-pixel-ratio:2){[dir=rtl] .arco-dialog-footer.ios:not(.collapsed):not(.type-button) .dialog-footer-button:not(:last-child):before{transform:scaleX(.5);-webkit-transform:scaleX(.5);border-radius:0}}@media(-webkit-min-device-pixel-ratio:3),(min-device-pixel-ratio:3){[dir=rtl] .arco-dialog-footer.ios:not(.collapsed):not(.type-button) .dialog-footer-button:not(:last-child):before{transform:scaleX(.33333333);-webkit-transform:scaleX(.33333333);border-radius:0}}[dir=rtl] .arco-dialog-footer.ios:not(.collapsed):not(.type-button) .dialog-footer-button:not(:last-child):after{display:none}.arco-dialog-footer.ios.collapsed{flex-direction:column}.arco-dialog-footer.ios.collapsed .dialog-footer-button{width:100%;position:relative;border-width:0}.arco-dialog-footer.ios.collapsed .dialog-footer-button:before{content:"";width:100%;height:1PX;position:absolute;left:0;top:0;z-index:1;border-top-style:solid;border-top-width:1PX;border-top-color:#e5e6eb;box-sizing:border-box;transform-origin:left top;-webkit-transform-origin:left top;pointer-events:none;border-radius:0}@media(-webkit-min-device-pixel-ratio:2),(min-device-pixel-ratio:2){.arco-dialog-footer.ios.collapsed .dialog-footer-button:before{transform:scaleY(.5);-webkit-transform:scaleY(.5);border-radius:0}}@media(-webkit-min-device-pixel-ratio:3),(min-device-pixel-ratio:3){.arco-dialog-footer.ios.collapsed .dialog-footer-button:before{transform:scaleY(.33333333);-webkit-transform:scaleY(.33333333);border-radius:0}}.arco-dialog-footer.ios.type-button{flex-direction:column;padding-left:.32rem;padding-right:.32rem;padding-bottom:.4rem}.arco-dialog-footer.ios.type-button .dialog-footer-button{width:100%;border-radius:.6rem;height:.72rem}.arco-dialog-footer.ios.type-button .dialog-footer-button:first-child{color:#fff;background:#165dff}.arco-dialog-footer.ios.type-button .dialog-footer-button:not(:first-child){color:#86909c;margin-top:.16rem}.arco-dialog-footer.ios.type-button .dialog-footer-button:last-child{margin-bottom:-.14rem}.arco-theme-dark .arco-dialog-part{background:#2a2a2b}.arco-theme-dark .arco-dialog-header.android{color:#f6f6f6}.arco-theme-dark .arco-dialog-body.ios,.arco-theme-dark .arco-dialog-body.android{color:#c5c5c5}.arco-theme-dark .arco-dialog-header.ios,.arco-theme-dark .arco-dialog-body.sub-title.ios{color:#f6f6f6}.arco-theme-dark .arco-dialog-footer.ios .dialog-footer-button{color:#3c7eff}.arco-theme-dark .arco-dialog-footer.ios:not(.collapsed):not(.type-button){position:relative;border-width:0}.arco-theme-dark .arco-dialog-footer.ios:not(.collapsed):not(.type-button):before{content:"";width:100%;height:1PX;position:absolute;left:0;top:0;z-index:1;border-top-style:solid;border-top-width:1PX;border-top-color:#484849;box-sizing:border-box;transform-origin:left top;-webkit-transform-origin:left top;pointer-events:none;border-radius:0}@media(-webkit-min-device-pixel-ratio:2),(min-device-pixel-ratio:2){.arco-theme-dark .arco-dialog-footer.ios:not(.collapsed):not(.type-button):before{transform:scaleY(.5);-webkit-transform:scaleY(.5);border-radius:0}}@media(-webkit-min-device-pixel-ratio:3),(min-device-pixel-ratio:3){.arco-theme-dark .arco-dialog-footer.ios:not(.collapsed):not(.type-button):before{transform:scaleY(.33333333);-webkit-transform:scaleY(.33333333);border-radius:0}}.arco-theme-dark .arco-dialog-footer.ios:not(.collapsed):not(.type-button) .dialog-footer-button:not(:last-child){position:relative;border-width:0}.arco-theme-dark .arco-dialog-footer.ios:not(.collapsed):not(.type-button) .dialog-footer-button:not(:last-child):after{content:"";width:1PX;height:100%;position:absolute;right:0;top:0;z-index:1;border-right-style:solid;border-right-width:1PX;border-right-color:#484849;box-sizing:border-box;transform-origin:right top;-webkit-transform-origin:right top;pointer-events:none;border-radius:0}@media(-webkit-min-device-pixel-ratio:2),(min-device-pixel-ratio:2){.arco-theme-dark .arco-dialog-footer.ios:not(.collapsed):not(.type-button) .dialog-footer-button:not(:last-child):after{transform:scaleX(.5);-webkit-transform:scaleX(.5);border-radius:0}}@media(-webkit-min-device-pixel-ratio:3),(min-device-pixel-ratio:3){.arco-theme-dark .arco-dialog-footer.ios:not(.collapsed):not(.type-button) .dialog-footer-button:not(:last-child):after{transform:scaleX(.33333333);-webkit-transform:scaleX(.33333333);border-radius:0}}.arco-theme-dark [dir=rtl] .arco-dialog-footer.ios:not(.collapsed):not(.type-button) .dialog-footer-button:not(:last-child){position:relative;border-width:0}.arco-theme-dark [dir=rtl] .arco-dialog-footer.ios:not(.collapsed):not(.type-button) .dialog-footer-button:not(:last-child):before{content:"";width:1PX;height:100%;position:absolute;left:0;top:0;z-index:1;border-left-style:solid;border-left-width:1PX;border-left-color:#484849;box-sizing:border-box;transform-origin:left top;-webkit-transform-origin:left top;pointer-events:none;border-radius:0}@media(-webkit-min-device-pixel-ratio:2),(min-device-pixel-ratio:2){.arco-theme-dark [dir=rtl] .arco-dialog-footer.ios:not(.collapsed):not(.type-button) .dialog-footer-button:not(:last-child):before{transform:scaleX(.5);-webkit-transform:scaleX(.5);border-radius:0}}@media(-webkit-min-device-pixel-ratio:3),(min-device-pixel-ratio:3){.arco-theme-dark [dir=rtl] .arco-dialog-footer.ios:not(.collapsed):not(.type-button) .dialog-footer-button:not(:last-child):before{transform:scaleX(.33333333);-webkit-transform:scaleX(.33333333);border-radius:0}}.arco-theme-dark .arco-dialog-footer.ios.collapsed .dialog-footer-button{position:relative;border-width:0}.arco-theme-dark .arco-dialog-footer.ios.collapsed .dialog-footer-button:before{content:"";width:100%;height:1PX;position:absolute;left:0;top:0;z-index:1;border-top-style:solid;border-top-width:1PX;border-top-color:#484849;box-sizing:border-box;transform-origin:left top;-webkit-transform-origin:left top;pointer-events:none;border-radius:0}@media(-webkit-min-device-pixel-ratio:2),(min-device-pixel-ratio:2){.arco-theme-dark .arco-dialog-footer.ios.collapsed .dialog-footer-button:before{transform:scaleY(.5);-webkit-transform:scaleY(.5);border-radius:0}}@media(-webkit-min-device-pixel-ratio:3),(min-device-pixel-ratio:3){.arco-theme-dark .arco-dialog-footer.ios.collapsed .dialog-footer-button:before{transform:scaleY(.33333333);-webkit-transform:scaleY(.33333333);border-radius:0}}.arco-theme-dark .arco-dialog-footer.ios.type-button .dialog-footer-button:first-child{color:#ffffffe6;background:#3c7eff}.arco-theme-dark .arco-dialog-footer.ios.type-button .dialog-footer-button:not(:first-child){color:#929293}.arco-divider{display:flex;align-items:center;justify-content:center;padding:.32rem 0;border-color:#e5e6eb;border-width:0;border-style:solid}.arco-divider:before,.arco-divider:after{flex-grow:1;flex-shrink:1;flex-basis:inherit;border-width:0;border-color:inherit;border-style:inherit;border-top-width:1PX}.arco-divider:before{content:""}@media(-webkit-min-device-pixel-ratio:2),(min-device-pixel-ratio:2){.arco-divider--hairline:before,.arco-divider--hairline:after{transform:scaleY(.5)}}@media(-webkit-min-device-pixel-ratio:3),(min-device-pixel-ratio:3){.arco-divider--hairline:before,.arco-divider--hairline:after{transform:scaleY(.33333333)}}.arco-divider--with-text{font-size:.28rem;color:#4e5969}.arco-divider--with-text:before{margin-right:.24rem}[dir=rtl] .arco-divider--with-text:before{margin-right:initial;margin-left:.24rem}.arco-divider--with-text:after{content:"";margin-left:.24rem}[dir=rtl] .arco-divider--with-text:after{margin-left:initial;margin-right:.24rem}.arco-divider--with-width:before,.arco-divider--with-width:after{flex-shrink:0;flex-grow:0}.arco-divider--text-left:before{max-width:.56rem}.arco-divider--text-right:after{max-width:.56rem}.arco-theme-dark .arco-divider{border-color:#484849}.arco-theme-dark .arco-divider--with-text{color:#c5c5c5}.arco-dropdown{position:fixed;overflow:hidden;left:0;right:0;z-index:1000}.arco-dropdown-options{position:absolute;left:0;right:0;z-index:1001;will-change:transform;background-color:#fff}.drop-up .arco-dropdown-options{bottom:0}.arco-dropdown-options-container{height:auto}.arco-dropdown-options-wrap.use-column{display:flex;flex-wrap:wrap;padding:.32rem;margin:0 -.24rem -.24rem 0}.arco-dropdown-options-item{padding:.32rem;font-size:.32rem;line-height:.44rem;color:#1d2129;text-align:left;position:relative}[dir=rtl] .arco-dropdown-options-item{text-align:right}.arco-dropdown-options-item.selected,.arco-dropdown-options-item.selected .arco-dropdown-options-item-icon{color:#165dff}.arco-dropdown-options-item.disabled{color:#c9cdd4}.arco-dropdown-options-item-icon{position:absolute;top:50%;transform:translateY(-50%);right:.32rem;color:transparent}[dir=rtl] .arco-dropdown-options-item-icon{right:initial;left:.32rem}.arco-dropdown-options-item-fake-col,.arco-dropdown-options-item-col{flex:1;margin-right:.24rem;margin-bottom:.24rem;padding:.16rem}.arco-dropdown-options-item-col{text-align:center;font-size:.28rem;line-height:.4rem;color:#4e5969;border-radius:2PX;background:#f7f8fa}.arco-dropdown-options-item-col.selected{color:#165dff;background:#e8f3ff}.arco-dropdown-options-item-col.disabled{color:#c9cdd4}.arco-dropdown-options-item-col .arco-dropdown-options-item-icon{display:none}.arco-dropdown-mask{position:absolute;opacity:0;left:0;top:0;width:100%;height:100%;background-color:#0009}.arco-dropdown-mask.is-show{opacity:1}.arco-theme-dark .arco-dropdown-options{background-color:#232324}.arco-theme-dark .arco-dropdown-options-item{color:#f6f6f6}.arco-theme-dark .arco-dropdown-options-item.selected,.arco-theme-dark .arco-dropdown-options-item.selected .arco-dropdown-options-item-icon{color:#3c7eff}.arco-theme-dark .arco-dropdown-options-item.disabled{color:#5f5f60}.arco-theme-dark .arco-dropdown-options-item-col{color:#c5c5c5;background:#ffffff14}.arco-theme-dark .arco-dropdown-options-item-col.selected{color:#3c7eff;background:#000d4d}.arco-theme-dark .arco-dropdown-options-item-col.disabled{color:#5f5f60}.arco-dropdown-menu .arco-select{display:flex;flex-direction:row;justify-content:space-between;position:relative;border-width:0}.arco-dropdown-menu .arco-select:after{content:"";width:100%;height:1PX;position:absolute;left:0;bottom:0;z-index:1;border-bottom-style:solid;border-bottom-width:1PX;border-bottom-color:#e5e6eb;box-sizing:border-box;transform-origin:left bottom;-webkit-transform-origin:left bottom;pointer-events:none;border-radius:0}@media(-webkit-min-device-pixel-ratio:2),(min-device-pixel-ratio:2){.arco-dropdown-menu .arco-select:after{transform:scaleY(.5);-webkit-transform:scaleY(.5);border-radius:0}}@media(-webkit-min-device-pixel-ratio:3),(min-device-pixel-ratio:3){.arco-dropdown-menu .arco-select:after{transform:scaleY(.33333333);-webkit-transform:scaleY(.33333333);border-radius:0}}.arco-dropdown-menu .arco-select-item{position:relative;padding:.3rem;font-size:.32rem;line-height:.44rem;flex:1;display:flex;flex-wrap:nowrap;align-items:center;justify-content:center;color:#1d2129}.arco-dropdown-menu .arco-select-item.is-disabled{color:#c9cdd4}.arco-dropdown-menu .arco-select-item.is-selected{color:#165dff}.arco-dropdown-menu .arco-select-item-tip{display:inline-block;white-space:nowrap;color:#86909c;padding-right:.32rem}[dir=rtl] .arco-dropdown-menu .arco-select-item-tip{padding-right:initial;padding-left:.32rem}.arco-dropdown-menu .arco-select-item-label{display:flex;flex-wrap:nowrap;align-items:center}.arco-dropdown-menu .arco-select-item-label-text{flex:auto;display:inline-block;white-space:nowrap;overflow:hidden;max-width:1.92rem;text-overflow:ellipsis}.arco-dropdown-menu .arco-select-item-icon{flex:none;color:#c9cdd4;width:12PX;height:12PX;margin-left:4PX;transform:rotate(0);transition:transform .2s cubic-bezier(.34,.69,.1,1)}[dir=rtl] .arco-dropdown-menu .arco-select-item-icon{margin-left:initial;margin-right:4PX}.arco-dropdown-menu .arco-select-item-icon.is-show{color:#165dff;transform:rotate(180deg)}.arco-theme-dark .arco-dropdown-menu .arco-select{position:relative;border-width:0}.arco-theme-dark .arco-dropdown-menu .arco-select:after{content:"";width:100%;height:1PX;position:absolute;left:0;bottom:0;z-index:1;border-bottom-style:solid;border-bottom-width:1PX;border-bottom-color:#484849;box-sizing:border-box;transform-origin:left bottom;-webkit-transform-origin:left bottom;pointer-events:none;border-radius:0}@media(-webkit-min-device-pixel-ratio:2),(min-device-pixel-ratio:2){.arco-theme-dark .arco-dropdown-menu .arco-select:after{transform:scaleY(.5);-webkit-transform:scaleY(.5);border-radius:0}}@media(-webkit-min-device-pixel-ratio:3),(min-device-pixel-ratio:3){.arco-theme-dark .arco-dropdown-menu .arco-select:after{transform:scaleY(.33333333);-webkit-transform:scaleY(.33333333);border-radius:0}}.arco-theme-dark .arco-dropdown-menu .arco-select-item{color:#f6f6f6}.arco-theme-dark .arco-dropdown-menu .arco-select-item.is-disabled{color:#5f5f60}.arco-theme-dark .arco-dropdown-menu .arco-select-item.is-selected{color:#3c7eff}.arco-theme-dark .arco-dropdown-menu .arco-select-item-tip{color:#929293}.arco-theme-dark .arco-dropdown-menu .arco-select-item-icon{color:#5f5f60}.arco-theme-dark .arco-dropdown-menu .arco-select-item-icon.is-show{color:#3c7eff}.arco-ellipsis{font-size:.32rem}.arco-ellipsis-native.ellipsis,.arco-ellipsis-js-content-initial{display:-webkit-box;overflow:hidden;text-overflow:ellipsis;word-break:break-word;-webkit-box-orient:vertical;position:relative}.arco-ellipsis-native-ellipsis-node{position:absolute;right:0;bottom:0;background:linear-gradient(90deg,#fff0,#fff 20PX,#fff);padding-left:20PX}.arco-ellipsis-js-content-text-pre{white-space:pre-line}.arco-ellipsis-js-content-ellipsis{display:none}.arco-theme-dark .arco-ellipsis-native-ellipsis-node{background:linear-gradient(90deg,#23232400,#232324 20PX,#232324)}.arco-form-item{display:flex;align-items:flex-start;border-top-width:1px;border-top-style:solid;border-top-color:#e5e6eb}.arco-form-item:first-child{border:none}.arco-form-label-item{display:flex;position:relative;align-items:center;justify-content:flex-start;font-size:.32rem;line-height:1.08rem;color:#1d2129;padding-right:.32rem;width:1.92rem}[dir=rtl] .arco-form-label-item{padding-right:initial;padding-left:.32rem}.arco-form-label-item-required-asterisk{position:absolute;left:-.6em;top:0;font-size:.32rem;line-height:1.08rem;color:#f53f3f}[dir=rtl] .arco-form-label-item-required-asterisk{left:initial;right:-.6em}.disabled .arco-form-label-item{color:#c9cdd4}.arco-form-item-control{padding:16px 0}.arco-form-item-control .arco-input-wrap,.arco-form-item-control .arco-input,.arco-form-item-control .arco-input-wrap.textarea{padding:0}.arco-form-item-control-wrapper{width:100%;flex:1;position:relative}.arco-form-item-control-wrapper .arco-input-wrap.single-line{height:.44rem}.arco-form-item-message{font-size:.24rem;color:#f53f3f;margin-top:-.1rem;margin-bottom:16px}.arco-form-item-message svg,.arco-form-item-message span{vertical-align:middle}.arco-form-item-message svg{margin-right:.08rem}[dir=rtl] .arco-form-item-message svg{margin-right:initial;margin-left:.08rem}.arco-form-item-error-message{color:#f53f3f}.arco-form-item-warning-message{color:#ff7d00}.arco-form-item.arco-form-item-vertical{display:block}.arco-form-item.arco-form-item-vertical .arco-input-wrap{padding-left:0}[dir=rtl] .arco-form-item.arco-form-item-vertical .arco-input-wrap{padding-left:initial;padding-right:0}.arco-form-item.arco-form-item-vertical .arco-form-label-item{width:auto;margin-top:16px;height:.32rem;line-height:.32rem}.arco-form-item.arco-form-item-vertical .arco-form-label-item-required-asterisk{height:.32rem;line-height:.32rem}.arco-form-picker-link-container{font-size:.32rem;color:#1d2129}.arco-form-picker-link-container-placeholder{color:#c9cdd4}.arco-theme-dark .arco-form-item{border-top-color:#484849}.arco-theme-dark .arco-form-label-item{color:#f6f6f6}.arco-theme-dark .arco-form-label-item-required-asterisk{color:#f76965}.arco-theme-dark .disabled .arco-form-label-item{color:#5f5f60}.arco-theme-dark .arco-form-item-message,.arco-theme-dark .arco-form-item-error-message{color:#f76965}.arco-theme-dark .arco-form-item-warning-message{color:#ff9626}.arco-theme-dark .arco-form-picker-link-container{color:#f6f6f6}.arco-theme-dark .arco-form-picker-link-container-placeholder{color:#5f5f60}.arco-grid{width:100%;display:flex;flex-direction:column}.arco-grid-rows{display:flex}.arco-grid-rows-item{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%}.arco-grid-rows-item-icon{width:.64rem;height:.64rem}.arco-grid-rows-item-icon.circle{border-radius:50%}.arco-grid-rows-item-text{display:flex;flex-direction:column;margin-top:.16rem;text-align:center}.arco-grid-rows-item-title{font-size:.32rem;line-height:.4rem}.arco-grid-rows-item-content{font-size:.24rem;line-height:.32rem;margin-top:.04rem;color:#86909c}.arco-grid-rows-item.horizontal{flex-direction:row}.arco-grid-rows-item.horizontal .arco-grid-rows-item-text{margin-left:.24rem;margin-top:0;text-align:left}[dir=rtl] .arco-grid-rows-item.horizontal .arco-grid-rows-item-text{margin-left:initial;margin-right:.24rem}[dir=rtl] .arco-grid-rows-item.horizontal .arco-grid-rows-item-text{text-align:right}.arco-grid-rows-item.horizontal .arco-grid-rows-item-content{margin-top:0}.arco-grid-rows-item.border{position:relative;display:flex;align-items:center;justify-content:center}.arco-grid-rows-item.border .vertical-border:after{content:"";width:1px;position:absolute;top:50%;right:0;transform:scaleX(.5) translateY(-50%);height:66.66%;background-color:#e5e6eb}.arco-grid-rows-item.border .horizontal-border:after{content:"";height:1px;position:absolute;bottom:0;left:50%;transform:scaleY(.5) translate(-50%);width:66.66%;background-color:#e5e6eb}.arco-grid.sliding{display:inline-block;overflow-x:auto}.arco-grid.sliding::-webkit-scrollbar{display:none}.arco-grid .arco-image-picker{width:100%}.arco-theme-dark .arco-grid-rows-item-content{color:#929293}.arco-theme-dark .arco-grid-rows-item.border .vertical-border:after{background-color:#484849}.arco-theme-dark .arco-grid-rows-item.border .horizontal-border:after{background-color:#484849}.arco-image-picker{font-size:.28rem}.arco-image-picker-container{display:flex;flex-wrap:wrap}.arco-image-picker-image{position:relative;width:100%;display:flex;align-items:center;justify-content:center;padding-top:100%;border-radius:.04rem;overflow:hidden}.arco-image-picker-image-container{position:absolute;top:0;width:100%;height:100%;left:0}.arco-image-picker-image .arco-image{height:100%;width:100%}.arco-image-picker-image-mask{position:absolute;left:0;top:0;width:100%;height:100%;z-index:2}.arco-image-picker-add{background-color:#f7f8fa;border-radius:.04rem;position:relative;width:100%;height:100%;padding-top:100%}.arco-image-picker-add-container{position:absolute;top:0;width:100%;height:100%;left:0;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;font-size:.24rem;color:#86909c}.arco-image-picker-add-icon{font-size:.6rem;color:#c9cdd4}.arco-image-picker-add-icon svg{display:block}.arco-image-picker-add-disabled{pointer-events:none}.arco-image-picker-add-disabled .arco-image-picker-add-icon{opacity:.7}.arco-image-picker-add input{position:absolute;opacity:0;left:0;top:0;width:100%;height:100%;display:none}.arco-image-picker-close{position:absolute;top:0;right:0;z-index:2}.arco-image-picker-close-icon{display:flex;align-items:center;justify-content:center;font-size:.24rem;width:.36rem;height:.36rem;color:#fff;background:#0000004d;border-radius:0 .04rem}.arco-image-picker-error{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;background:#00000080;color:#fff;font-size:.28rem}.arco-image-picker-disabled{pointer-events:none}.arco-theme-dark .arco-image-picker-add{background-color:#ffffff14}.arco-theme-dark .arco-image-picker-add-container{color:#929293}.arco-theme-dark .arco-image-picker-add-icon{color:#5f5f60}.arco-theme-dark .arco-image-picker-close-icon,.arco-theme-dark .arco-image-picker-error{color:#ffffffe6}.arco-image-preview,.image-preview-lock-modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1000}.image-preview-lock-modal{transform:translateZ(2PX)}.arco-image-preview{background:#000000e6}.arco-image-preview.noselect{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.arco-image-preview .preview-image-wrap-container,.arco-image-preview .preview-image-wrap{width:100%;height:100%}.arco-image-preview .arco-carousel-wrap,.arco-image-preview .arco-carousel,.arco-image-preview .arco-carousel-inner{height:100%}.arco-image-preview .carousel-item{overflow:hidden}.arco-image-preview .carousel-item::-webkit-scrollbar{display:none}.arco-image-preview .preview-image{width:100%;height:100%;will-change:transform}.arco-image-preview .preview-image .image-container{overflow:visible}.arco-image-preview .preview-image.preview-hidden{pointer-events:none}.arco-image-preview .preview-image.preview-hidden .image-container{visibility:hidden}.arco-image-preview .preview-image .image-bottom-overlap{overflow:visible}.image-preview-indicator{width:100%;left:0;bottom:0;z-index:1003;position:fixed;box-sizing:border-box;font-size:.28rem;color:#fff;padding:.24rem .4rem;background:linear-gradient(to bottom,transparent,rgba(0,0,0,.3))}.image-preview-fake-rect{position:fixed;top:0;left:0;width:100%;height:100%;opacity:0}.arco-image-preview .image-container img.closing-animation,.image-preview-fake-trans-image{position:fixed;left:0;top:0;object-fit:cover;transition:all cubic-bezier(.34,.69,.1,1);will-change:transform;pointer-events:none;height:auto!important}.image-preview-loading-area{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1010;display:flex;align-items:center;justify-content:center;pointer-events:none}.image-preview-loading-area .loading-icon .bg-color-with-config{background:#fff}.image-preview-loading-area .loading-icon .stop-color-with-config{stop-color:#fff}.image-preview-loading-area .loading-icon .fill-color-with-config{fill:#fff}.image-preview-loading-area .loading-icon .stroke-color-with-config{stroke:#fff}.arco-theme-dark .image-preview-indicator{color:#ffffffe6}.arco-theme-dark .image-preview-loading-area .loading-icon .bg-color-with-config{background:#ffffffe6}.arco-theme-dark .image-preview-loading-area .loading-icon .stop-color-with-config{stop-color:#ffffffe6}.arco-theme-dark .image-preview-loading-area .loading-icon .fill-color-with-config{fill:#ffffffe6}.arco-theme-dark .image-preview-loading-area .loading-icon .stroke-color-with-config{stroke:#ffffffe6}.arco-index-bar{position:relative;background:#fff;overflow:hidden}.arco-index-bar-container{height:100%;overflow-y:auto}.arco-index-bar-container::-webkit-scrollbar{display:none}.arco-index-bar-group-active{color:#165dff}.arco-index-bar-group-title{padding-left:.32rem;height:.48rem;background:#f7f8fa;font-size:.28rem;color:#86909c;display:flex;align-items:center}[dir=rtl] .arco-index-bar-group-title{padding-left:initial;padding-right:.32rem}.arco-index-bar-group-item{height:1.08rem;display:flex;align-items:center;margin-left:.32rem;font-size:.32rem}[dir=rtl] .arco-index-bar-group-item{margin-left:initial;margin-right:.32rem}.arco-index-bar-group-item:not(:last-child){position:relative;border-width:0}.arco-index-bar-group-item:not(:last-child):after{content:"";width:100%;height:1PX;position:absolute;left:0;bottom:0;z-index:1;border-bottom-style:solid;border-bottom-width:1PX;border-bottom-color:#e5e6eb;box-sizing:border-box;transform-origin:left bottom;-webkit-transform-origin:left bottom;pointer-events:none;border-radius:0}@media(-webkit-min-device-pixel-ratio:2),(min-device-pixel-ratio:2){.arco-index-bar-group-item:not(:last-child):after{transform:scaleY(.5);-webkit-transform:scaleY(.5);border-radius:0}}@media(-webkit-min-device-pixel-ratio:3),(min-device-pixel-ratio:3){.arco-index-bar-group-item:not(:last-child):after{transform:scaleY(.33333333);-webkit-transform:scaleY(.33333333);border-radius:0}}.arco-index-bar-sidebar{position:absolute;z-index:2;right:0;top:50%;transform:translateY(-50%) translateZ(0);-webkit-user-select:none;user-select:none}[dir=rtl] .arco-index-bar-sidebar{right:initial;left:0}.arco-index-bar-sidebar-touching{width:100%}.arco-index-bar-sidebar-item{display:flex;justify-content:flex-end;align-items:center;position:relative;padding:.04rem .16rem;cursor:pointer}.arco-index-bar-sidebar-item-wrapper{display:inline-flex;align-items:center;justify-content:center;width:.2rem;font-size:.2rem;line-height:.28rem}.arco-index-bar-sidebar-item:last-child{padding-bottom:0}.arco-index-bar-sidebar-active{color:#165dff}.arco-index-bar-sidebar-sweat{position:absolute;height:1rem;min-width:1rem;line-height:1rem;border-radius:9999px;text-align:center;padding:0 .16rem;background:#333;right:.72rem;font-size:.48rem;color:#fff}[dir=rtl] .arco-index-bar-sidebar-sweat{right:initial;left:.72rem}.arco-index-bar-sidebar-sweat:before{content:"";position:absolute;top:0;bottom:0;margin:auto;right:-.56rem;width:0;height:0;border:.36rem solid transparent;border-left-color:#333;border-radius:4px}[dir=rtl] .arco-index-bar-sidebar-sweat:before{right:initial;left:-.56rem}[dir=rtl] .arco-index-bar-sidebar-sweat:before{border-left-color:initial;border-right-color:#333}.arco-index-bar-sidebar-toast{position:absolute;background:#000c;color:#fff;left:50%;top:50%;min-width:.96rem;height:.96rem;line-height:.96rem;transform:translate(-50%,-50%);text-align:center;padding:0 .16rem;font-size:.48rem;border-radius:.08rem}.arco-theme-dark .arco-index-bar{background:#17171a}.arco-theme-dark .arco-index-bar-group-active{color:#3c7eff}.arco-theme-dark .arco-index-bar-group-title{background:#2e2e30;color:#929293}.arco-theme-dark .arco-index-bar-group-item:not(:last-child){position:relative;border-width:0}.arco-theme-dark .arco-index-bar-group-item:not(:last-child):after{content:"";width:100%;height:1PX;position:absolute;left:0;bottom:0;z-index:1;border-bottom-style:solid;border-bottom-width:1PX;border-bottom-color:#484849;box-sizing:border-box;transform-origin:left bottom;-webkit-transform-origin:left bottom;pointer-events:none;border-radius:0}@media(-webkit-min-device-pixel-ratio:2),(min-device-pixel-ratio:2){.arco-theme-dark .arco-index-bar-group-item:not(:last-child):after{transform:scaleY(.5);-webkit-transform:scaleY(.5);border-radius:0}}@media(-webkit-min-device-pixel-ratio:3),(min-device-pixel-ratio:3){.arco-theme-dark .arco-index-bar-group-item:not(:last-child):after{transform:scaleY(.33333333);-webkit-transform:scaleY(.33333333);border-radius:0}}.arco-theme-dark .arco-index-bar-sidebar-active{color:#3c7eff}.arco-theme-dark .arco-index-bar-sidebar-sweat,.arco-theme-dark .arco-index-bar-sidebar-toast{color:#ffffffe6}.arco-input-container{width:100%;color:#1d2129;position:relative}.arco-input-container .arco-input-label{min-width:1.28rem}.arco-input-label{padding-top:1PX}.arco-input-label.required:before{content:"* ";color:#f53f3f}.disabled .arco-input-label{color:#c9cdd4}.arco-input-wrap{position:relative;height:1.08rem;padding:0 .32rem;display:flex;align-items:center}.arco-input-wrap textarea,.arco-input-wrap input{flex:1;background:transparent}.arco-input-wrap textarea:disabled,.arco-input-wrap input:disabled{color:#c9cdd4;-webkit-text-fill-color:#c9cdd4;opacity:1}.arco-input-wrap.textarea{height:auto;align-items:flex-start;padding:.32rem}.arco-input-wrap.textarea.has-stat{padding:.32rem .32rem .88rem}.arco-input-wrap.border-all{box-shadow:0 0 0 1PX #e5e6eb inset}@media(min-resolution:2dppx){.arco-input-wrap.border-all{box-shadow:0 0 0 .5PX #e5e6eb inset}}.ios .arco-input-wrap.border-all,.arco-input-wrap.border-all.ios{box-shadow:none;border:.5PX solid #e5e6eb}.arco-input-wrap.border-half{box-shadow:0 1PX #e5e6eb inset;box-shadow:0 -1PX #e5e6eb inset}@media(min-resolution:2dppx){.arco-input-wrap.border-half{box-shadow:0 .5PX #e5e6eb inset}}.ios .arco-input-wrap.border-half,.arco-input-wrap.border-half.ios{box-shadow:none;border-top:.5PX solid #e5e6eb}@media(min-resolution:2dppx){.arco-input-wrap.border-half{box-shadow:0 -.5PX #e5e6eb inset}}.ios .arco-input-wrap.border-half,.arco-input-wrap.border-half.ios{box-shadow:none;border-bottom:.5PX solid #e5e6eb}.arco-input-wrap.border-bottom{box-shadow:0 -1PX #e5e6eb inset}@media(min-resolution:2dppx){.arco-input-wrap.border-bottom{box-shadow:0 -.5PX #e5e6eb inset}}.ios .arco-input-wrap.border-bottom,.arco-input-wrap.border-bottom.ios{box-shadow:none;border-bottom:.5PX solid #e5e6eb}.arco-input-prefix,.arco-input-suffix,.arco-input-clear{font-size:.32rem;line-height:.44rem;align-items:center;justify-content:center;display:flex}.arco-input-prefix{padding-right:.48rem}[dir=rtl] .arco-input-prefix{padding-right:initial;padding-left:.48rem}.arco-input-clear,.arco-input-suffix{padding-left:.32rem}[dir=rtl] .arco-input-clear,[dir=rtl] .arco-input-suffix{padding-left:initial;padding-right:.32rem}.arco-input-clear{color:#c9cdd4;font-size:16PX}.arco-input{display:inline-block;width:100%;height:100%;font-size:.32rem;line-height:.44rem;caret-color:#165dff;padding:.24rem 0;color:#1d2129}.arco-input::placeholder{color:#c9cdd4}.arco-input::-webkit-search-cancel-button{display:none}.arco-theme-dark .arco-input-container{color:#f6f6f6}.arco-theme-dark .arco-input-label.required:before{color:#f76965}.arco-theme-dark .disabled .arco-input-label{color:#5f5f60}.arco-theme-dark .arco-input-wrap textarea:disabled,.arco-theme-dark .arco-input-wrap input:disabled{color:#5f5f60;-webkit-text-fill-color:#5f5f60}.arco-theme-dark .arco-input-wrap.border-all{box-shadow:0 0 0 1PX #484849 inset}@media(min-resolution:2dppx){.arco-theme-dark .arco-input-wrap.border-all{box-shadow:0 0 0 .5PX #484849 inset}}.ios .arco-theme-dark .arco-input-wrap.border-all,.arco-theme-dark .arco-input-wrap.border-all.ios{box-shadow:none;border:.5PX solid #484849}.arco-theme-dark .arco-input-wrap.border-half{box-shadow:0 1PX #484849 inset;box-shadow:0 -1PX #484849 inset}@media(min-resolution:2dppx){.arco-theme-dark .arco-input-wrap.border-half{box-shadow:0 .5PX #484849 inset}}.ios .arco-theme-dark .arco-input-wrap.border-half,.arco-theme-dark .arco-input-wrap.border-half.ios{box-shadow:none;border-top:.5PX solid #484849}@media(min-resolution:2dppx){.arco-theme-dark .arco-input-wrap.border-half{box-shadow:0 -.5PX #484849 inset}}.ios .arco-theme-dark .arco-input-wrap.border-half,.arco-theme-dark .arco-input-wrap.border-half.ios{box-shadow:none;border-bottom:.5PX solid #484849}.arco-theme-dark .arco-input-wrap.border-bottom{box-shadow:0 -1PX #484849 inset}@media(min-resolution:2dppx){.arco-theme-dark .arco-input-wrap.border-bottom{box-shadow:0 -.5PX #484849 inset}}.ios .arco-theme-dark .arco-input-wrap.border-bottom,.arco-theme-dark .arco-input-wrap.border-bottom.ios{box-shadow:none;border-bottom:.5PX solid #484849}.arco-theme-dark .arco-input-clear{color:#5f5f60}.arco-theme-dark .arco-input{caret-color:#3c7eff;color:#f6f6f6}.arco-theme-dark .arco-input::placeholder{color:#5f5f60}.arco-keyboard{background:#f2f3f5;padding:.16rem;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.arco-keyboard-wrapper{display:flex}.arco-keyboard-key-wrapper{flex:2 0 auto}.arco-keyboard-row{display:flex}.arco-keyboard-row:not(.arco-keyboard-row:nth-last-child(1)){margin-bottom:.16rem}.arco-keyboard-row .arco-keyboard-key:not(.arco-keyboard-row .arco-keyboard-key:nth-child(1)){margin-left:.16rem}.arco-keyboard-row .arco-keyboard-key-special{flex:2.1 0 auto}.arco-keyboard-col{flex:1;display:flex;flex-direction:column;margin-left:.16rem}.arco-keyboard-col .arco-keyboard-key:not(.arco-keyboard-col .arco-keyboard-key:nth-child(1)){margin-top:.16rem}.arco-keyboard-col .arco-keyboard-key-confirm{flex:2.5 0 auto;background:#165dff;color:#fff;font-size:.36rem}.arco-keyboard-key{display:flex;align-items:center;justify-content:center;flex:1;font-weight:500;font-size:.44rem;line-height:.6rem;background:#fff;height:.96rem;border-radius:.08rem;color:#1d2129}.arco-keyboard-key:active{background:#e5e6eb}.arco-keyboard-key .arco-icon{font-size:.52rem}.arco-keyboard-popup{display:none}.arco-theme-dark .arco-keyboard{background:#232324}.arco-theme-dark .arco-keyboard-col .arco-keyboard-key-confirm{background:#3c7eff;color:#ffffffe6}.arco-theme-dark .arco-keyboard-key{background:#2e2e30;color:#f6f6f6}.arco-theme-dark .arco-keyboard-key:active{background:#484849}.arco-load-more{text-align:center;font-size:.28rem;color:#86909c}.arco-theme-dark .arco-load-more{color:#929293}.arco-nav-bar{position:relative;width:100%;box-sizing:content-box;color:#1d2129;background:#fff}.arco-nav-bar.arco-nav-bar-fixed{height:.88rem}.arco-nav-bar.arco-nav-bar-float{position:fixed;top:0;left:0;z-index:1000}.arco-nav-bar.arco-nav-bar-float:not(.arco-nav-bar-hide) .arco-nav-bar-wrapper-fixed{position:absolute}.arco-nav-bar.arco-nav-bar-hide .arco-nav-bar-title,.arco-nav-bar.arco-nav-bar-hide .arco-nav-bar-right{visibility:hidden}.arco-nav-bar.arco-nav-bar-hide .arco-nav-bar-wrapper-border:after{border-color:transparent}.arco-nav-bar-wrapper{background:inherit;height:.88rem;box-sizing:content-box;width:100%;background-position:center;background-repeat:no-repeat;background-size:100% 100%;transition:all .1s linear}.arco-nav-bar-wrapper.arco-nav-bar-wrapper-border{position:relative;border-width:0}.arco-nav-bar-wrapper.arco-nav-bar-wrapper-border:after{content:"";width:100%;height:1PX;position:absolute;left:0;bottom:0;z-index:1;border-bottom-style:solid;border-bottom-width:1PX;border-bottom-color:#e5e6eb;box-sizing:border-box;transform-origin:left bottom;-webkit-transform-origin:left bottom;pointer-events:none;border-radius:0}@media(-webkit-min-device-pixel-ratio:2),(min-device-pixel-ratio:2){.arco-nav-bar-wrapper.arco-nav-bar-wrapper-border:after{transform:scaleY(.5);-webkit-transform:scaleY(.5);border-radius:0}}@media(-webkit-min-device-pixel-ratio:3),(min-device-pixel-ratio:3){.arco-nav-bar-wrapper.arco-nav-bar-wrapper-border:after{transform:scaleY(.33333333);-webkit-transform:scaleY(.33333333);border-radius:0}}.arco-nav-bar-wrapper.arco-nav-bar-wrapper-fixed{position:fixed!important;top:0;left:0;z-index:100}.arco-nav-bar-inner{position:relative;height:100%}.arco-nav-bar-left,.arco-nav-bar-title,.arco-nav-bar-right{display:flex;align-items:center;justify-content:center}.arco-nav-bar-left,.arco-nav-bar-right{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:.32rem;padding:0 .32rem;position:absolute;top:0;height:100%;color:inherit}.arco-nav-bar-left{left:0}.arco-nav-bar-title{font-size:.34rem;padding:0 .92rem;width:100%;height:100%;color:inherit;text-align:center}.arco-nav-bar-title-text{font-size:.34rem;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-weight:700}.arco-nav-bar-right{right:0}.arco-nav-bar .nav-bar-back{height:.32rem;font-size:0}.arco-theme-dark .arco-nav-bar{color:#f6f6f6;background:#17171a}.arco-theme-dark .arco-nav-bar-wrapper.arco-nav-bar-wrapper-border{position:relative;border-width:0}.arco-theme-dark .arco-nav-bar-wrapper.arco-nav-bar-wrapper-border:after{content:"";width:100%;height:1PX;position:absolute;left:0;bottom:0;z-index:1;border-bottom-style:solid;border-bottom-width:1PX;border-bottom-color:#484849;box-sizing:border-box;transform-origin:left bottom;-webkit-transform-origin:left bottom;pointer-events:none;border-radius:0}@media(-webkit-min-device-pixel-ratio:2),(min-device-pixel-ratio:2){.arco-theme-dark .arco-nav-bar-wrapper.arco-nav-bar-wrapper-border:after{transform:scaleY(.5);-webkit-transform:scaleY(.5);border-radius:0}}@media(-webkit-min-device-pixel-ratio:3),(min-device-pixel-ratio:3){.arco-theme-dark .arco-nav-bar-wrapper.arco-nav-bar-wrapper-border:after{transform:scaleY(.33333333);-webkit-transform:scaleY(.33333333);border-radius:0}}.arco-notice-bar{background:#fff7e8;color:#ff7d00;padding:0 .32rem;display:flex;align-items:flex-start;font-size:0}.arco-notice-bar.no-wrap .arco-notice-bar-content-inner{white-space:nowrap}.arco-notice-bar.ellipsis .arco-notice-bar-content-inner{max-width:100%;overflow:hidden;text-overflow:ellipsis}.arco-notice-bar.wrapable .arco-notice-bar-content-inner{line-height:.4rem;padding:.16rem 0}.arco-notice-bar-left-part,.arco-notice-bar-right-part,.arco-notice-bar-close{padding:.16rem 0;font-size:.28rem}.arco-notice-bar-left-part .arco-icon,.arco-notice-bar-right-part .arco-icon,.arco-notice-bar-close .arco-icon{float:left}.arco-notice-bar-left-part:after,.arco-notice-bar-right-part:after,.arco-notice-bar-close:after{content:"";display:block;clear:both}.arco-notice-bar-left-part{padding-right:.16rem}[dir=rtl] .arco-notice-bar-left-part{padding-right:initial;padding-left:.16rem}.arco-notice-bar-right-part,.arco-notice-bar-close{padding-left:.16rem}[dir=rtl] .arco-notice-bar-right-part,[dir=rtl] .arco-notice-bar-close{padding-left:initial;padding-right:.16rem}.arco-notice-bar-content{flex:1;overflow:hidden;position:relative}.arco-notice-bar-content-inner{display:inline-block;font-size:.28rem;line-height:.72rem}.arco-notice-bar-content-inner.animate{animation:marquee linear both}[dir=rtl] .arco-notice-bar-content-inner.animate{animation-name:marquee-reverse}.arco-notice-bar-content .arco-carousel{height:.72rem;white-space:normal}.arco-notice-bar-content .arco-carousel .arco-carousel-item{font-size:.28rem;line-height:.72rem}.arco-notice-bar-content .arco-carousel-indicator{display:none}.arco-notice-bar .arco-icon{font-size:16PX;line-height:.4rem;height:.4rem}.arco-notice-bar-gradient{position:absolute;top:0;height:100%;z-index:1;width:.16rem;background:linear-gradient(to right,#fff7e8,#fff7e800)}.arco-notice-bar-gradient.left{left:0}.arco-notice-bar-gradient.right{right:-2PX;transform:rotate(180deg)}@keyframes marquee{0%{transform:translateZ(0)}to{transform:translate3d(-100%,0,0)}}@keyframes marquee-reverse{0%{transform:translateZ(0)}to{transform:translate3d(100%,0,0)}}.arco-theme-dark .arco-notice-bar{background:#4d1b00;color:#ff9626}.arco-theme-dark .arco-notice-bar-gradient{background:linear-gradient(to right,#4d1b00,#4d1b0000)}.arco-notify{width:100%;overflow:hidden;position:relative;transition-property:height;color:#fff;font-size:.28rem}.arco-notify-content{width:100%;display:flex;justify-content:center;align-items:center;position:absolute;left:0;top:0;transition-property:transform;min-height:.72rem}.arco-notify-info{background:transparent;color:#165dff}.arco-notify-success{background:#00b42a}.arco-notify-error{background:#f53f3f}.arco-notify-warn{background:#ff7d00}.arco-notify-content-transition-Y0{transform:translateY(0)}.arco-notify-content-transition-Y100{transform:translateY(-100%)}.arco-theme-dark .arco-notify{color:#ffffffe6}.arco-theme-dark .arco-notify-info{color:#3c7eff}.arco-theme-dark .arco-notify-success{background:#27c346}.arco-theme-dark .arco-notify-error{background:#f76965}.arco-theme-dark .arco-notify-warn{background:#ff9626}.arco-pagination{display:flex;align-items:center;justify-content:space-between;padding:.22rem .32rem}.arco-pagination-prev-field,.arco-pagination-next-field{flex:1;display:flex;color:#1d2129}.arco-pagination-prev-field{justify-content:flex-start}.arco-pagination-prev-field.flex-center{justify-content:flex-end;margin-right:.48rem}[dir=rtl] .arco-pagination-prev-field.flex-center{margin-right:initial;margin-left:.48rem}.arco-pagination-next-field{justify-content:flex-end}.arco-pagination-next-field.flex-center{justify-content:flex-start;margin-left:.48rem}[dir=rtl] .arco-pagination-next-field.flex-center{margin-left:initial;margin-right:.48rem}.arco-pagination-field{cursor:pointer;text-align:center;font-size:0;display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;font-size:.3rem;line-height:.44rem;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.arco-pagination-field .btn-icon{display:inline-flex;align-items:center}[dir=rtl] .arco-pagination-field .btn-icon{transform:scaleX(-1)}.arco-pagination-field .btn-icon.next{transform:rotateY(180deg)}[dir=rtl] .arco-pagination-field .btn-icon.next{transform:none}.arco-pagination-field.button{padding:.12rem .32rem;border-radius:.04rem;min-height:.64rem;background:#f7f8fa;color:#1d2129}.arco-pagination-field.button.primary{background:#165dff;color:#fff}.arco-pagination-field.button .btn-text{font-size:.28rem}.arco-pagination-field.button .btn-icon+.btn-text,.arco-pagination-field.button .btn-text+.btn-icon{margin-left:.22rem}[dir=rtl] .arco-pagination-field.button .btn-icon+.btn-text,[dir=rtl] .arco-pagination-field.button .btn-text+.btn-icon{margin-left:initial;margin-right:.22rem}.arco-pagination.android .arco-pagination-field.button .btn-text{padding-top:.04rem}.arco-pagination-field.text{color:#1d2129}.arco-pagination-field.text.primary{color:#165dff}.arco-pagination-field.text.disabled{background:none}.arco-pagination-field.disabled{background:#f7f8fa;color:#c9cdd4}.arco-pagination-item{flex:0 0 auto;text-align:center;font-size:.36rem;line-height:.44rem;color:#1d2129}.arco-pagination-item .active{color:#165dff}.arco-pagination-simple{justify-content:center}.arco-theme-dark .arco-pagination-prev-field,.arco-theme-dark .arco-pagination-next-field{color:#f6f6f6}.arco-theme-dark .arco-pagination-field.button{background:#ffffff14;color:#f6f6f6}.arco-theme-dark .arco-pagination-field.button.primary{background:#3c7eff;color:#ffffffe6}.arco-theme-dark .arco-pagination-field.text{color:#f6f6f6}.arco-theme-dark .arco-pagination-field.text.primary{color:#3c7eff}.arco-theme-dark .arco-pagination-field.disabled{background:#ffffff14;color:#5f5f60}.arco-theme-dark .arco-pagination-item{color:#f6f6f6}.arco-theme-dark .arco-pagination-item .active{color:#3c7eff}.arco-popover-menu-content{border-radius:4PX;overflow:hidden}.arco-popover-menu-content.horizontal-menu .arco-popover-menu-item .arco-popover-menu-text{border:none;box-shadow:none}.arco-popover-menu-item{padding:0 .24rem;height:.88rem;display:flex;align-items:center}.arco-popover-menu-item.active{background-color:#242425}.white-theme .arco-popover-menu-item.active{background-color:#f7f8fa}.arco-popover-menu-item:not(:last-child) .arco-popover-menu-text{box-shadow:0 -1PX #f7f8fa1a inset}@media(min-resolution:2dppx){.arco-popover-menu-item:not(:last-child) .arco-popover-menu-text{box-shadow:0 -.5PX #f7f8fa1a inset}}.ios .arco-popover-menu-item:not(:last-child) .arco-popover-menu-text,.arco-popover-menu-item:not(:last-child) .arco-popover-menu-text.ios{box-shadow:none;border-bottom:.5PX solid rgba(247,248,250,.1)}.white-theme .arco-popover-menu-item:not(:last-child) .arco-popover-menu-text{box-shadow:0 -1PX #e5e6eb inset}@media(min-resolution:2dppx){.white-theme .arco-popover-menu-item:not(:last-child) .arco-popover-menu-text{box-shadow:0 -.5PX #e5e6eb inset}}.ios .white-theme .arco-popover-menu-item:not(:last-child) .arco-popover-menu-text,.white-theme .arco-popover-menu-item:not(:last-child) .arco-popover-menu-text.ios{box-shadow:none;border-bottom:.5PX solid #e5e6eb}.arco-popover-menu-icon{margin-right:.16rem;font-size:.4rem;line-height:1}[dir=rtl] .arco-popover-menu-icon{margin-right:initial;margin-left:.16rem}.arco-popover-menu-icon>*{float:left}.arco-popover-menu-icon:after{content:" ";clear:both}.white-theme .arco-popover-menu-icon{color:#4e5969}.arco-popover-menu-text{height:100%;font-size:.28rem;line-height:.4rem;padding:.24rem 0;color:#fff}.white-theme .arco-popover-menu-text{color:#1d2129}.disabled .arco-popover-menu-text{color:#ffffff4d}.white-theme .disabled .arco-popover-menu-text{color:#c9cdd4}.arco-popover-menu-content.horizontal-menu{display:flex;flex-wrap:wrap;max-width:5.76rem}.arco-popover-menu-content.horizontal-menu .arco-popover-menu-item{flex:0 0 auto;width:1.44rem;height:1.44rem;display:flex;flex-direction:column}.horizontal-menu .arco-popover-menu-item{padding:.24rem 0;align-items:center}.horizontal-menu .arco-popover-menu-text{padding:0}.horizontal-menu .arco-popover-menu-icon{margin:0 0 .16rem}.arco-popover{position:relative;display:inline-flex}.arco-popover .popover-child-inner{font-size:0;line-height:1}.arco-popover-mask{position:fixed;top:0;left:0;width:100%;height:100%;background:#0009;z-index:1000}.arco-popover-inner{box-sizing:border-box;position:absolute;width:max-content;z-index:1010;background-color:transparent;visibility:hidden;will-change:transform;transition:opacity .3s ease-in-out;color:#fff}.arco-popover-inner.with-shadow .popover-bg{box-shadow:0 2PX 8PX #0000001a}.arco-popover-inner.with-shadow .popover-arrow.topRight,.arco-popover-inner.with-shadow .popover-arrow.topCenter,.arco-popover-inner.with-shadow .popover-arrow.topLeft{box-shadow:6PX 6PX 8PX #0000000a}.arco-popover-inner.with-shadow .popover-arrow.bottomRight,.arco-popover-inner.with-shadow .popover-arrow.bottomCenter,.arco-popover-inner.with-shadow .popover-arrow.bottomLeft{box-shadow:-6PX -6PX 8PX #0000000a}.arco-popover-inner.show{visibility:visible}.arco-popover-inner .popover-content{position:relative;z-index:1;left:0;top:0;width:100%;height:100%;border-radius:4PX}.arco-popover-inner .popover-bg{position:absolute;left:0;top:0;width:100%;height:100%;border-radius:4PX;background-color:#000;opacity:.8}.arco-popover-inner .content-text{white-space:normal;word-break:break-all;text-align:left;font-size:.28rem;line-height:.4rem;padding:.16rem .24rem}.arco-popover-inner.with-suffix .popover-content{display:flex;align-items:center}.arco-popover-inner .icon-divider{width:1PX;height:.24rem;box-shadow:1PX 0 #ffffff4d inset}@media(min-resolution:2dppx){.arco-popover-inner .icon-divider{box-shadow:.5PX 0 #ffffff4d inset}}.ios .arco-popover-inner .icon-divider,.arco-popover-inner .icon-divider.ios{box-shadow:none;border-left:.5PX solid rgba(255,255,255,.3)}.arco-popover-inner .text-close-icon{display:inline-flex;font-size:.32rem;padding:0 .2rem 0 .22rem}.arco-popover-inner .text-suffix{padding-right:.24rem;flex:0 0 auto}[dir=rtl] .arco-popover-inner .text-suffix{padding-right:initial;padding-left:.24rem}.arco-popover-inner .popover-arrow{position:absolute;transform:rotate(45deg);width:9PX;height:9PX;background-color:#000}.arco-popover-inner .popover-arrow.topRight,.arco-popover-inner .popover-arrow.topCenter,.arco-popover-inner .popover-arrow.topLeft,.arco-popover-inner .popover-arrow.topRight .popover-arrow-content,.arco-popover-inner .popover-arrow.topCenter .popover-arrow-content,.arco-popover-inner .popover-arrow.topLeft .popover-arrow-content{border-bottom-right-radius:1PX}.arco-popover-inner .popover-arrow.bottomRight,.arco-popover-inner .popover-arrow.bottomCenter,.arco-popover-inner .popover-arrow.bottomLeft,.arco-popover-inner .popover-arrow.bottomRight .popover-arrow-content,.arco-popover-inner .popover-arrow.bottomCenter .popover-arrow-content,.arco-popover-inner .popover-arrow.bottomLeft .popover-arrow-content{border-top-left-radius:1PX}.arco-popover-inner .popover-arrow.topRight,.arco-popover-inner .popover-arrow.topCenter,.arco-popover-inner .popover-arrow.topLeft{transform:translateY(50%) rotate(45deg)}.arco-popover-inner .popover-arrow.topRight{bottom:0;right:0}.arco-popover-inner .popover-arrow.topCenter,.arco-popover-inner .popover-arrow.topLeft{bottom:0;left:0}.arco-popover-inner .popover-arrow.bottomRight,.arco-popover-inner .popover-arrow.bottomCenter,.arco-popover-inner .popover-arrow.bottomLeft{transform:translateY(-50%) rotate(45deg)}.arco-popover-inner .popover-arrow.bottomRight{top:0;right:0}.arco-popover-inner .popover-arrow.bottomCenter,.arco-popover-inner .popover-arrow.bottomLeft{top:0;left:0}.arco-popover-inner.white-theme{color:#1d2129}.arco-popover-inner.white-theme .popover-bg{background-color:#fff;opacity:1}.arco-popover-inner.white-theme .popover-arrow{background-color:#fff}.arco-popover-inner.white-theme .popover-arrow-content{position:relative;width:100%;height:100%;background-color:inherit}.arco-popover-inner.white-theme.bordered .popover-bg{box-shadow:0 0 0 1PX #e5e6eb inset}@media(min-resolution:2dppx){.arco-popover-inner.white-theme.bordered .popover-bg{box-shadow:0 0 0 .5PX #e5e6eb inset}}.ios .arco-popover-inner.white-theme.bordered .popover-bg,.arco-popover-inner.white-theme.bordered .popover-bg.ios{box-shadow:none;border:.5PX solid #e5e6eb}.arco-popover-inner.white-theme.bordered .popover-arrow-content{border-color:#e5e6eb}.arco-popover-inner.white-theme.bordered .popover-arrow.topRight .popover-arrow-content,.arco-popover-inner.white-theme.bordered .popover-arrow.topCenter .popover-arrow-content,.arco-popover-inner.white-theme.bordered .popover-arrow.topLeft .popover-arrow-content{box-shadow:-1PX -1PX #e5e6eb inset}@media(min-resolution:2dppx){.arco-popover-inner.white-theme.bordered .popover-arrow.topRight .popover-arrow-content,.arco-popover-inner.white-theme.bordered .popover-arrow.topCenter .popover-arrow-content,.arco-popover-inner.white-theme.bordered .popover-arrow.topLeft .popover-arrow-content{box-shadow:-.5PX -.5PX #e5e6eb inset}}.ios .arco-popover-inner.white-theme.bordered .popover-arrow.topRight .popover-arrow-content,.ios .arco-popover-inner.white-theme.bordered .popover-arrow.topCenter .popover-arrow-content,.ios .arco-popover-inner.white-theme.bordered .popover-arrow.topLeft .popover-arrow-content,.arco-popover-inner.white-theme.bordered .popover-arrow.topRight .popover-arrow-content.ios,.arco-popover-inner.white-theme.bordered .popover-arrow.topCenter .popover-arrow-content.ios,.arco-popover-inner.white-theme.bordered .popover-arrow.topLeft .popover-arrow-content.ios{box-shadow:none;border-right:.5PX solid #e5e6eb;border-bottom:.5PX solid #e5e6eb}.arco-popover-inner.white-theme.bordered .popover-arrow.bottomRight .popover-arrow-content,.arco-popover-inner.white-theme.bordered .popover-arrow.bottomCenter .popover-arrow-content,.arco-popover-inner.white-theme.bordered .popover-arrow.bottomLeft .popover-arrow-content{box-shadow:1PX 1PX #e5e6eb inset}@media(min-resolution:2dppx){.arco-popover-inner.white-theme.bordered .popover-arrow.bottomRight .popover-arrow-content,.arco-popover-inner.white-theme.bordered .popover-arrow.bottomCenter .popover-arrow-content,.arco-popover-inner.white-theme.bordered .popover-arrow.bottomLeft .popover-arrow-content{box-shadow:.5PX .5PX #e5e6eb inset}}.ios .arco-popover-inner.white-theme.bordered .popover-arrow.bottomRight .popover-arrow-content,.ios .arco-popover-inner.white-theme.bordered .popover-arrow.bottomCenter .popover-arrow-content,.ios .arco-popover-inner.white-theme.bordered .popover-arrow.bottomLeft .popover-arrow-content,.arco-popover-inner.white-theme.bordered .popover-arrow.bottomRight .popover-arrow-content.ios,.arco-popover-inner.white-theme.bordered .popover-arrow.bottomCenter .popover-arrow-content.ios,.arco-popover-inner.white-theme.bordered .popover-arrow.bottomLeft .popover-arrow-content.ios{box-shadow:none;border-top:.5PX solid #e5e6eb;border-left:.5PX solid #e5e6eb}.global-mode.arco-popover-inner{position:fixed}.arco-theme-dark .white-theme .arco-popover-menu-item.active{background-color:#ffffff14}.arco-theme-dark .white-theme .arco-popover-menu-item:not(:last-child) .arco-popover-menu-text{box-shadow:0 -1PX #484849 inset}@media(min-resolution:2dppx){.arco-theme-dark .white-theme .arco-popover-menu-item:not(:last-child) .arco-popover-menu-text{box-shadow:0 -.5PX #484849 inset}}.ios .arco-theme-dark .white-theme .arco-popover-menu-item:not(:last-child) .arco-popover-menu-text,.arco-theme-dark .white-theme .arco-popover-menu-item:not(:last-child) .arco-popover-menu-text.ios{box-shadow:none;border-bottom:.5PX solid #484849}.arco-theme-dark .white-theme .arco-popover-menu-icon{color:#c5c5c5}.arco-theme-dark .arco-popover-menu-text{color:#ffffffe6}.arco-theme-dark .white-theme .arco-popover-menu-text{color:#f6f6f6}.arco-theme-dark .white-theme .disabled .arco-popover-menu-text{color:#5f5f60}.arco-theme-dark .arco-popover-inner{color:#ffffffe6}.arco-theme-dark .arco-popover-inner.white-theme{color:#f6f6f6}.arco-theme-dark .arco-popover-inner.white-theme .popover-bg,.arco-theme-dark .arco-popover-inner.white-theme .popover-arrow{background-color:#2a2a2b}.arco-theme-dark .arco-popover-inner.white-theme.bordered .popover-bg{box-shadow:0 0 0 1PX #484849 inset}@media(min-resolution:2dppx){.arco-theme-dark .arco-popover-inner.white-theme.bordered .popover-bg{box-shadow:0 0 0 .5PX #484849 inset}}.ios .arco-theme-dark .arco-popover-inner.white-theme.bordered .popover-bg,.arco-theme-dark .arco-popover-inner.white-theme.bordered .popover-bg.ios{box-shadow:none;border:.5PX solid #484849}.arco-theme-dark .arco-popover-inner.white-theme.bordered .popover-arrow-content{border-color:#484849}.arco-theme-dark .arco-popover-inner.white-theme.bordered .popover-arrow.topRight .popover-arrow-content,.arco-theme-dark .arco-popover-inner.white-theme.bordered .popover-arrow.topCenter .popover-arrow-content,.arco-theme-dark .arco-popover-inner.white-theme.bordered .popover-arrow.topLeft .popover-arrow-content{box-shadow:-1PX -1PX #484849 inset}@media(min-resolution:2dppx){.arco-theme-dark .arco-popover-inner.white-theme.bordered .popover-arrow.topRight .popover-arrow-content,.arco-theme-dark .arco-popover-inner.white-theme.bordered .popover-arrow.topCenter .popover-arrow-content,.arco-theme-dark .arco-popover-inner.white-theme.bordered .popover-arrow.topLeft .popover-arrow-content{box-shadow:-.5PX -.5PX #484849 inset}}.ios .arco-theme-dark .arco-popover-inner.white-theme.bordered .popover-arrow.topRight .popover-arrow-content,.ios .arco-theme-dark .arco-popover-inner.white-theme.bordered .popover-arrow.topCenter .popover-arrow-content,.ios .arco-theme-dark .arco-popover-inner.white-theme.bordered .popover-arrow.topLeft .popover-arrow-content,.arco-theme-dark .arco-popover-inner.white-theme.bordered .popover-arrow.topRight .popover-arrow-content.ios,.arco-theme-dark .arco-popover-inner.white-theme.bordered .popover-arrow.topCenter .popover-arrow-content.ios,.arco-theme-dark .arco-popover-inner.white-theme.bordered .popover-arrow.topLeft .popover-arrow-content.ios{box-shadow:none;border-right:.5PX solid #484849;border-bottom:.5PX solid #484849}.arco-theme-dark .arco-popover-inner.white-theme.bordered .popover-arrow.bottomRight .popover-arrow-content,.arco-theme-dark .arco-popover-inner.white-theme.bordered .popover-arrow.bottomCenter .popover-arrow-content,.arco-theme-dark .arco-popover-inner.white-theme.bordered .popover-arrow.bottomLeft .popover-arrow-content{box-shadow:1PX 1PX #484849 inset}@media(min-resolution:2dppx){.arco-theme-dark .arco-popover-inner.white-theme.bordered .popover-arrow.bottomRight .popover-arrow-content,.arco-theme-dark .arco-popover-inner.white-theme.bordered .popover-arrow.bottomCenter .popover-arrow-content,.arco-theme-dark .arco-popover-inner.white-theme.bordered .popover-arrow.bottomLeft .popover-arrow-content{box-shadow:.5PX .5PX #484849 inset}}.ios .arco-theme-dark .arco-popover-inner.white-theme.bordered .popover-arrow.bottomRight .popover-arrow-content,.ios .arco-theme-dark .arco-popover-inner.white-theme.bordered .popover-arrow.bottomCenter .popover-arrow-content,.ios .arco-theme-dark .arco-popover-inner.white-theme.bordered .popover-arrow.bottomLeft .popover-arrow-content,.arco-theme-dark .arco-popover-inner.white-theme.bordered .popover-arrow.bottomRight .popover-arrow-content.ios,.arco-theme-dark .arco-popover-inner.white-theme.bordered .popover-arrow.bottomCenter .popover-arrow-content.ios,.arco-theme-dark .arco-popover-inner.white-theme.bordered .popover-arrow.bottomLeft .popover-arrow-content.ios{box-shadow:none;border-top:.5PX solid #484849;border-left:.5PX solid #484849}.arco-popup-swiper.has-trans .arco-popup-mask,.arco-popup-swiper.has-trans .arco-popup-content{transition:all .24s cubic-bezier(.34,.69,.1,1)}.arco-progress.progress-fixed{position:fixed;width:100%;left:0;z-index:1001}[dir=rtl] .arco-progress.progress-fixed{left:initial;right:0}.arco-progress .progress-wrapper{position:relative;width:100%;display:flex;align-items:center}.arco-progress .progress-wrapper .progress-track{width:100%;display:flex;align-items:center;background-color:#f2f3f5;height:4PX}.arco-progress .progress-wrapper .progress-track.position-innerLeft{height:18PX}.arco-progress .progress-wrapper .progress-track.nav-mode{background-color:transparent;height:2PX}.arco-progress .progress-wrapper .progress-bar{height:100%;position:relative;background-color:#165dff}.arco-progress .progress-wrapper .progress-bar .wrapper{position:absolute;right:0;top:50%;transform:translateY(-50%)}[dir=rtl] .arco-progress .progress-wrapper .progress-bar .wrapper{right:initial;left:0}.arco-progress .progress-wrapper .filleted{border-radius:100PX}.arco-progress .progress-wrapper .text{font-size:.28rem;margin-left:.16rem;color:#165dff}[dir=rtl] .arco-progress .progress-wrapper .text{margin-left:initial;margin-right:.16rem}.arco-progress .progress-wrapper .text-left{margin-left:0;margin-right:.16rem}[dir=rtl] .arco-progress .progress-wrapper .text-left{margin-left:initial;margin-right:0}[dir=rtl] .arco-progress .progress-wrapper .text-left{margin-right:initial;margin-left:.16rem}.arco-progress .progress-wrapper .text-innerLeft{position:absolute;z-index:1;color:#fff}.arco-progress .progress-wrapper .text-center{position:absolute;left:50%;top:50%;z-index:1;transform:translate(-50%,-50%);color:#fff}.arco-progress .progress-wrapper .text-follow{display:flex;justify-content:center;align-items:center;width:.72rem;height:.4rem;border-radius:.4rem;font-size:.26rem;color:#fff;background-color:#165dff}.arco-progress .progress-wrapper .track-color{background-color:#f2f3f5}.arco-progress .progress-wrapper .color{stroke:#165dff;color:#165dff}.arco-progress .progress-wrapper .bar-disabled{background-color:#c9cdd4}.arco-progress .progress-wrapper .text-disabled{color:#86909c}.arco-progress .progress-wrapper .inner-disabled{color:#fff}.arco-progress .progress-wrapper .inner-disabled.inner-block-disabled{background-color:#c9cdd4}.arco-theme-dark .arco-progress .progress-wrapper .progress-track{background-color:#2e2e30}.arco-theme-dark .arco-progress .progress-wrapper .progress-bar{background-color:#3c7eff}.arco-theme-dark .arco-progress .progress-wrapper .text{color:#3c7eff}.arco-theme-dark .arco-progress .progress-wrapper .text-innerLeft,.arco-theme-dark .arco-progress .progress-wrapper .text-center{color:#ffffffe6}.arco-theme-dark .arco-progress .progress-wrapper .text-follow{color:#ffffffe6;background-color:#3c7eff}.arco-theme-dark .arco-progress .progress-wrapper .track-color{background-color:#2e2e30}.arco-theme-dark .arco-progress .progress-wrapper .color{stroke:#3c7eff;color:#3c7eff}.arco-theme-dark .arco-progress .progress-wrapper .bar-disabled{background-color:#5f5f60}.arco-theme-dark .arco-progress .progress-wrapper .text-disabled{color:#929293}.arco-theme-dark .arco-progress .progress-wrapper .inner-disabled{color:#ffffffe6}.arco-theme-dark .arco-progress .progress-wrapper .inner-disabled.inner-block-disabled{background-color:#5f5f60}.arco-pull-refresh{position:relative;width:100%;height:100%;overflow-y:auto;-webkit-overflow-scrolling:touch}.arco-pull-refresh::-webkit-scrollbar{display:none}.arco-pull-refresh.is-disabled,.arco-pull-refresh-content,.arco-pull-refresh-content-wrapper{background:#fff}.arco-pull-refresh-content{min-height:100%}.arco-pull-refresh.is-ios .arco-pull-refresh-content-wrapper{list-style-type:none;padding:0 0 1PX;margin:0;min-height:100%;box-sizing:content-box;transform:translateZ(0)}.arco-pull-refresh-label{position:absolute;display:flex;width:100%;height:fit-content;justify-content:center;align-items:center;z-index:-1;font-size:.24rem;background:#f7f8fa}.arco-pull-refresh-label-wrapper{position:absolute;left:0;width:100%;overflow-y:auto}.arco-pull-refresh-place{position:relative;height:100%}.arco-pull-refresh-label-text{display:flex;font-size:.28rem;line-height:.88rem;color:#86909c;align-items:center}.arco-pull-refresh-label-text .bg-color-with-config{background:#86909c}.arco-pull-refresh-label-text .stop-color-with-config{stop-color:#86909c}.arco-pull-refresh-label-text .fill-color-with-config{fill:#86909c}.arco-pull-refresh-label-text .stroke-color-with-config{stroke:#86909c}.arco-pull-refresh-label-text .arco-loading+span{margin-left:.2rem}[dir=rtl] .arco-pull-refresh-label-text .arco-loading+span{margin-left:initial;margin-right:.2rem}.arco-pull-refresh.is-android .arco-pull-refresh-label{top:0;transform:translateY(-100%)}.arco-pull-refresh.is-ios .arco-pull-refresh-label{position:absolute;bottom:0;overflow-y:auto;font-size:.28rem}.arco-pull-refresh.is-ios .arco-pull-refresh-label-wrapper{will-change:height;z-index:-1}.arco-theme-dark .arco-pull-refresh.is-disabled,.arco-theme-dark .arco-pull-refresh-content,.arco-theme-dark .arco-pull-refresh-content-wrapper{background:#17171a}.arco-theme-dark .arco-pull-refresh-label{background:#ffffff14}.arco-theme-dark .arco-pull-refresh-label-text{color:#929293}.arco-theme-dark .arco-pull-refresh-label-text .bg-color-with-config{background:#929293}.arco-theme-dark .arco-pull-refresh-label-text .stop-color-with-config{stop-color:#929293}.arco-theme-dark .arco-pull-refresh-label-text .fill-color-with-config{fill:#929293}.arco-theme-dark .arco-pull-refresh-label-text .stroke-color-with-config{stroke:#929293}.arco-radio{display:inline-flex;align-items:center}.arco-radio .radio-icon{display:inline-flex;align-items:center;font-size:20PX;color:#e5e6eb}.arco-radio .radio-icon.checked{color:#165dff}.arco-radio .radio-icon.disabled{color:#f7f8fa}.arco-radio .radio-icon.checked.disabled{color:#e8f3ff}.arco-radio .radio-icon .arco-icon-circle-disabled path{stroke:#e5e6eb}.arco-radio .radio-text{font-size:.32rem;color:#1d2129}.arco-radio .radio-icon+.radio-text{margin-left:.16rem}[dir=rtl] .arco-radio .radio-icon+.radio-text{margin-left:initial;margin-right:.16rem}.arco-radio.disabled .radio-text{opacity:.5}.arco-radio.block{width:100%}.arco-radio.justify{width:100%;justify-content:space-between}.arco-radio-group .arco-radio:not(:last-child,.block){margin-right:.48rem}[dir=rtl] .arco-radio-group .arco-radio:not(:last-child,.block){margin-right:initial;margin-left:.48rem}.arco-theme-dark .arco-radio .radio-icon{color:#484849}.arco-theme-dark .arco-radio .radio-icon.checked{color:#3c7eff}.arco-theme-dark .arco-radio .radio-icon.disabled{color:#ffffff14}.arco-theme-dark .arco-radio .radio-icon.checked.disabled{color:#000d4d}.arco-theme-dark .arco-radio .radio-icon .arco-icon-circle-disabled path{stroke:#484849}.arco-theme-dark .arco-radio .radio-text{color:#f6f6f6}.arco-rate{display:inline-flex}.arco-rate.disabled{cursor:not-allowed}.arco-rate-icon-wrap{padding:6PX;font-size:24PX;display:flex;justify-content:center;align-items:center;position:relative}.arco-rate-icon-wrap.active,.arco-rate-icon.active,.arco-rate-icon-wrap.half-active,.arco-rate-icon.half-active{color:#ffb400}.arco-rate-icon-wrap.active.disabled,.arco-rate-icon.active.disabled,.arco-rate-icon-wrap.half-active.disabled,.arco-rate-icon.half-active.disabled{color:#c9cdd4}.arco-rate-icon-wrap.normal,.arco-rate-icon.normal{color:#e5e6eb}.arco-rate-icon.half-active{position:absolute;z-index:1}[dir=rtl] .arco-rate-icon.half-active{transform:scaleX(-1)}.arco-rate-icon-click-half{width:50%;height:100%;display:inline-block;position:absolute;z-index:2}.arco-rate-icon-click-half.left{left:0}.arco-rate-icon-click-half.right{right:0}.arco-theme-dark .arco-rate-icon-wrap.active.disabled,.arco-theme-dark .arco-rate-icon.active.disabled,.arco-theme-dark .arco-rate-icon-wrap.half-active.disabled,.arco-theme-dark .arco-rate-icon.half-active.disabled{color:#5f5f60}.arco-theme-dark .arco-rate-icon-wrap.normal,.arco-theme-dark .arco-rate-icon.normal{color:#484849}.arco-search-bar-container{display:flex;align-items:center;position:relative;padding:.32rem;background-color:#fff}.arco-search-bar-square .arco-search-bar-wrap{border-radius:.04rem}.arco-search-bar-round .arco-search-bar-wrap{border-radius:199.98rem}.arco-search-bar-wrap{display:flex;align-items:center;flex:1;height:.72rem;font-size:.28rem;padding:.16rem .28rem;background-color:#f2f3f5}.arco-search-bar-input{flex:1;background-color:transparent;color:#1d2129;height:.4rem;caret-color:#165dff}.arco-search-bar-input-left{text-align:left}[dir=rtl] .arco-search-bar-input-left,.arco-search-bar-input-right{text-align:right}[dir=rtl] .arco-search-bar-input-right{text-align:left}.arco-search-bar-input-center{text-align:center}.arco-search-bar-input::placeholder{color:#c9cdd4}.arco-search-bar-input::-webkit-search-decoration,.arco-search-bar-input::-webkit-search-cancel-button{display:none}.arco-search-bar-prefix,.arco-search-bar-suffix,.arco-search-bar-clear{align-items:center;justify-content:center;display:flex}.arco-search-bar-prefix{margin-right:.18rem}[dir=rtl] .arco-search-bar-prefix{margin-right:initial;margin-left:.18rem}.arco-search-bar-clear{color:#c9cdd4;font-size:16PX;padding-left:.32rem}[dir=rtl] .arco-search-bar-clear{padding-left:initial;padding-right:.32rem}.arco-search-bar-search-icon{color:#86909c;font-size:.32rem}.arco-search-bar-cancel-btn{margin-left:.32rem;color:#165dff;font-size:.3rem}[dir=rtl] .arco-search-bar-cancel-btn{margin-left:initial;margin-right:.32rem}.arco-search-bar-association{position:absolute;left:0;right:0;background-color:#fff;top:100%;display:none}.arco-search-bar-association-visible{display:block}.arco-search-bar-association-item{height:1.04rem;display:flex;align-items:center;position:relative;color:#1d2129;padding:.32rem;font-size:.3rem}.arco-search-bar-association-item:not(:last-child){position:relative;border-width:0}.arco-search-bar-association-item:not(:last-child):after{content:"";width:100%;height:1PX;position:absolute;left:0;bottom:0;z-index:1;border-bottom-style:solid;border-bottom-width:1PX;border-bottom-color:#e5e6eb;box-sizing:border-box;transform-origin:left bottom;-webkit-transform-origin:left bottom;pointer-events:none;border-radius:0}@media(-webkit-min-device-pixel-ratio:2),(min-device-pixel-ratio:2){.arco-search-bar-association-item:not(:last-child):after{transform:scaleY(.5);-webkit-transform:scaleY(.5);border-radius:0}}@media(-webkit-min-device-pixel-ratio:3),(min-device-pixel-ratio:3){.arco-search-bar-association-item:not(:last-child):after{transform:scaleY(.33333333);-webkit-transform:scaleY(.33333333);border-radius:0}}.arco-search-bar-association-item-highlight{color:#165dff}.arco-theme-dark .arco-search-bar-container{background-color:#17171a}.arco-theme-dark .arco-search-bar-wrap{background-color:#2e2e30}.arco-theme-dark .arco-search-bar-input{color:#f6f6f6;caret-color:#3c7eff}.arco-theme-dark .arco-search-bar-input::placeholder{color:#5f5f60}.arco-theme-dark .arco-search-bar-clear{color:#5f5f60}.arco-theme-dark .arco-search-bar-search-icon{color:#929293}.arco-theme-dark .arco-search-bar-cancel-btn{color:#3c7eff}.arco-theme-dark .arco-search-bar-association{background-color:#232324}.arco-theme-dark .arco-search-bar-association-item{color:#f6f6f6}.arco-theme-dark .arco-search-bar-association-item:not(:last-child){position:relative;border-width:0}.arco-theme-dark .arco-search-bar-association-item:not(:last-child):after{content:"";width:100%;height:1PX;position:absolute;left:0;bottom:0;z-index:1;border-bottom-style:solid;border-bottom-width:1PX;border-bottom-color:#484849;box-sizing:border-box;transform-origin:left bottom;-webkit-transform-origin:left bottom;pointer-events:none;border-radius:0}@media(-webkit-min-device-pixel-ratio:2),(min-device-pixel-ratio:2){.arco-theme-dark .arco-search-bar-association-item:not(:last-child):after{transform:scaleY(.5);-webkit-transform:scaleY(.5);border-radius:0}}@media(-webkit-min-device-pixel-ratio:3),(min-device-pixel-ratio:3){.arco-theme-dark .arco-search-bar-association-item:not(:last-child):after{transform:scaleY(.33333333);-webkit-transform:scaleY(.33333333);border-radius:0}}.arco-theme-dark .arco-search-bar-association-item-highlight{color:#3c7eff}.arco-skeleton{position:relative;color:#fff9}.arco-skeleton-title{height:.32rem}.arco-skeleton-paragraph-line{width:100%;height:.32rem}.arco-skeleton-paragraph-line+.arco-skeleton-paragraph-line{margin-top:.24rem}.arco-skeleton-avatar.arco-skeleton-item{width:.64rem;height:.64rem;border-radius:100%;transform:translateZ(0)}.arco-skeleton-content{width:100%}.arco-skeleton-content .arco-skeleton-title+.arco-skeleton-paragraph{margin-top:.4rem}.arco-skeleton-with-avatar{display:flex;align-items:flex-start}.arco-skeleton-with-avatar .arco-skeleton-avatar{flex:none}.arco-skeleton-with-avatar .arco-skeleton-content .arco-skeleton-title{margin-top:.16rem}.arco-skeleton-with-avatar .arco-skeleton-avatar+.arco-skeleton-content{margin-left:.16rem}[dir=rtl] .arco-skeleton-with-avatar .arco-skeleton-avatar+.arco-skeleton-content{margin-left:initial;margin-right:.16rem}.arco-skeleton-grid{display:flex;justify-content:space-between;width:100%}.arco-skeleton-grid-item{display:flex;flex-direction:column;align-items:center}.arco-skeleton-grid-icon{width:.64rem;height:.64rem}.arco-skeleton-grid-text{margin-top:.16rem;width:1.28rem;height:.32rem}.arco-skeleton-node{display:inline-block}.arco-skeleton-item{position:relative;overflow:hidden;border-radius:0;background-color:#f2f3f5}.arco-skeleton-animation-item{position:absolute;width:100vw;height:100%;top:0;left:0;background-image:linear-gradient(90deg,rgba(255,255,255,0) 35%,currentColor 50%,rgba(255,255,255,0) 65%);transform-origin:top left;animation-name:skeleton-gradient;animation-iteration-count:infinite;animation-timing-function:cubic-bezier(.42,0,.58,1);animation-duration:1.5s}[dir=rtl] .arco-skeleton-animation-item{animation-name:skeleton-gradient-reverse}.arco-skeleton-animation-breath{animation:skeleton-breath linear infinite;animation-duration:1.5s}@keyframes skeleton-gradient{0%{transform:translate(-65%) skew(-45deg)}to{transform:translate(135%) skew(-45deg)}}@keyframes skeleton-gradient-reverse{0%{transform:translate(65%) skew(45deg)}to{transform:translate(-135%) skew(45deg)}}@keyframes skeleton-breath{0%{opacity:1}50%{opacity:.4}to{opacity:1}}.arco-theme-dark .arco-skeleton{color:#ffffff14}.arco-theme-dark .arco-skeleton-item{background-color:#2e2e30}.arco-slider{position:relative;display:flex;padding:.22rem .32rem}.arco-slider.is-vertical{flex-direction:column}.arco-slider.is-horizontal.show-marks{padding-bottom:.7rem}.arco-slider-wrapper{position:relative;display:flex;align-items:center;flex:1}.is-vertical .arco-slider-wrapper{flex-direction:column}.arco-slider-label{display:flex;align-items:center;font-size:.32rem;color:#86909c}.is-horizontal .arco-slider-label{margin-right:.24rem}[dir=rtl] .is-horizontal .arco-slider-label{margin-right:initial;margin-left:.24rem}.is-vertical .arco-slider-label{flex-direction:column;margin-bottom:.24rem}.is-horizontal .arco-slider-wrapper+.arco-slider-label{margin-right:0;margin-left:.24rem}[dir=rtl] .is-horizontal .arco-slider-wrapper+.arco-slider-label{margin-left:initial;margin-right:.24rem}.is-vertical .arco-slider-wrapper+.arco-slider-label{margin-bottom:0;margin-top:.24rem}.arco-slider-line{position:relative;display:flex;flex:1;border-radius:.08rem;background:#e5e6eb}.arco-slider-line:not(.is-activated):before{position:absolute;content:"";width:100%;height:100%}.is-horizontal .arco-slider-line:not(.is-activated):before{top:-50%;transform:translateY(-50%);padding:.3rem 0}.is-vertical .arco-slider-line:not(.is-activated):before{left:-50%;transform:translate(-50%);padding:0 .3rem}.arco-slider-line.is-activated{position:absolute;background:#165dff}.is-disabled .arco-slider-line.is-activated{background:#94bfff}.arco-slider-thumb{width:.48rem;height:.48rem;background:#fff;box-shadow:0 2PX 8PX #0000001a;border-radius:50%}.arco-slider-thumb-wrapper{position:absolute;display:flex;width:fit-content;height:fit-content;margin:auto;align-items:center}.is-vertical .arco-slider-thumb-wrapper{left:1PX;right:0}.is-vertical .arco-slider-thumb-wrapper.is-end{top:0;transform:translate(-50%,-50%)}.is-vertical .arco-slider-thumb-wrapper.is-start{bottom:0;transform:translate(-50%,50%)}.is-horizontal .arco-slider-thumb-wrapper{top:0;bottom:0}.is-horizontal .arco-slider-thumb-wrapper.is-end{right:0;transform:translate(50%)}[dir=rtl] .is-horizontal .arco-slider-thumb-wrapper.is-end{right:initial;left:0}[dir=rtl] .is-horizontal .arco-slider-thumb-wrapper.is-end{transform:translate(-50%)}.is-horizontal .arco-slider-thumb-wrapper.is-start{left:0;transform:translate(-50%)}[dir=rtl] .is-horizontal .arco-slider-thumb-wrapper.is-start{left:initial;right:0}[dir=rtl] .is-horizontal .arco-slider-thumb-wrapper.is-start{transform:translate(50%)}.arco-slider-popover-wrapper .arco-slider-thumb{position:relative}.arco-slider-popover{position:absolute;width:max-content;color:#fff;font-size:.24rem;line-height:.34rem}.is-horizontal .arco-slider-popover{bottom:100%;margin-bottom:.28rem;left:50%;transform:translate(-50%)}.is-vertical .arco-slider-popover{left:100%;margin-left:.28rem;top:50%;transform:translateY(-50%)}.arco-slider-popover.no-content{display:none}.arco-slider-popover-wrapper{position:absolute;left:50%;transform:translate(-50%)}.arco-slider-popover-content{position:relative;left:0;top:0;width:100%;height:100%;border-radius:4PX;padding:.16rem .24rem;z-index:2;background-color:#000}.android .arco-slider-popover-content{padding:.2rem .24rem .12rem}.arco-slider-popover-content p{white-space:normal;word-break:break-all;text-align:left;font-size:.28rem;line-height:.4rem}.arco-slider-popover-arrow{position:absolute;margin:auto;width:0;height:0;border-width:6PX;border-style:solid;border-color:transparent}.is-horizontal .arco-slider-popover-arrow{transform:translateY(100%);bottom:0;left:0;right:0;border-top-color:#000}.is-vertical .arco-slider-popover-arrow{border-right-color:#000;transform:translate(-100%);left:0;top:0;bottom:0}.arco-slider-marks{position:absolute;width:100%;height:100%;flex:1}.arco-slider-marks-item{position:absolute;margin:auto;width:6PX;height:6PX;border-radius:50%;background:#e5e6eb;transform:translate(-50%)}[dir=rtl] .arco-slider-marks-item{transform:translate(50%)}.arco-slider-marks-item.is-activated{background:#165dff}.is-vertical .arco-slider-marks-item{left:0;right:0}.is-horizontal .arco-slider-marks-item{top:0;bottom:0}.arco-slider-marks-item-label{position:absolute;font-size:.28rem;line-height:.4rem;color:#86909c}.is-horizontal .arco-slider-marks-item-label{left:50%;top:.38rem;transform:translate(-50%)}.is-vertical .arco-slider-marks-item-label{top:50%;right:.26rem;transform:translateY(-50%)}.arco-slider .is-transferable{transition:all .3s}.arco-slider .arco-fade-enter-active,.arco-slider .arco-fade-enter-done{opacity:.8}.arco-theme-dark .arco-slider-label{color:#929293}.arco-theme-dark .arco-slider-line{background:#484849}.arco-theme-dark .arco-slider-line.is-activated{background:#3c7eff}.arco-theme-dark .is-disabled .arco-slider-line.is-activated{background:#0e32a6}.arco-theme-dark .arco-slider-thumb{background:#2a2a2b}.arco-theme-dark .arco-slider-popover{color:#ffffffe6}.arco-theme-dark .arco-slider-marks-item{background:#484849}.arco-theme-dark .arco-slider-marks-item.is-activated{background:#3c7eff}.arco-theme-dark .arco-slider-marks-item-label{color:#929293}.arco-stepper{display:inline-flex;font-size:.28rem}.arco-stepper.arco-square{border-width:1PX;border-style:solid;border-color:#f2f3f5;border-radius:.04rem}.arco-stepper.arco-square .arco-stepper-add-button,.arco-stepper.arco-square .arco-stepper-minus-button,.arco-stepper.arco-square .arco-stepper-input{background:transparent}.arco-stepper.arco-square .arco-stepper-input{border-left-width:1PX;border-right-width:1PX;border-style:solid;border-left-color:#f2f3f5;border-right-color:#f2f3f5}.arco-stepper.arco-round .arco-stepper-minus-button,.arco-stepper.arco-round .arco-stepper-add-button{border-radius:50%}.arco-stepper.arco-round .arco-stepper-input{background:transparent}.arco-stepper-minus-button{display:flex;align-items:center;justify-content:center;font-size:.2rem;width:.56rem;height:.56rem;background:#f7f8fa}.arco-stepper-minus-button-icon{color:#1d2129}.arco-stepper-minus-button-icon.disabled{color:#c9cdd4}.arco-stepper-input{text-align:center;width:.8rem;height:.56rem;background:#f7f8fa;color:#1d2129;margin:0 1PX}.arco-stepper-add-button{display:flex;align-items:center;justify-content:center;font-size:.2rem;width:.56rem;height:.56rem;background:#f7f8fa}.arco-stepper-add-button-icon{color:#1d2129}.arco-stepper-add-button-icon.disabled{color:#c9cdd4}.arco-theme-dark .arco-stepper.arco-square{border-color:#2e2e30}.arco-theme-dark .arco-stepper.arco-square .arco-stepper-input{border-left-color:#2e2e30;border-right-color:#2e2e30}.arco-theme-dark .arco-stepper-minus-button{background:#ffffff14}.arco-theme-dark .arco-stepper-minus-button-icon{color:#f6f6f6}.arco-theme-dark .arco-stepper-minus-button-icon.disabled{color:#5f5f60}.arco-theme-dark .arco-stepper-input{background:#ffffff14;color:#f6f6f6}.arco-theme-dark .arco-stepper-add-button{background:#ffffff14}.arco-theme-dark .arco-stepper-add-button-icon{color:#f6f6f6}.arco-theme-dark .arco-stepper-add-button-icon.disabled{color:#5f5f60}.arco-swipe-action{position:relative;transition:transform 0s;font-size:.32rem}.arco-swipe-action.action-open,.arco-swipe-action-menu.action-open{transition-timing-function:cubic-bezier(.2,.8,.32,1.28)}.arco-swipe-action.action-close,.arco-swipe-action-menu.action-close{transition-timing-function:cubic-bezier(.34,.69,.1,1)}.arco-swipe-action-content{width:100%}.arco-swipe-action-menu{display:flex;position:absolute;height:100%;overflow:visible;flex-wrap:nowrap;top:0;transition:width 0s}.arco-swipe-action-menu-left{right:100%}.arco-swipe-action-menu-right{left:100%}.arco-swipe-action-menu-action-left:after{right:100%;margin-right:-1PX}.arco-swipe-action-menu-action-right:after{left:100%;margin-left:-1PX}.arco-swipe-action-menu-action-info{height:100%;padding:.32rem;display:flex;justify-content:center;align-items:center}.arco-swipe-action-menu-action-info-container{position:relative}.arco-swipe-action-menu-action-info-container.open-style-layer{position:absolute;height:100%}.arco-swipe-action-menu-action-info-container:after{content:" ";position:absolute;top:0;height:100%;width:.6rem;background:inherit}.arco-swipe-action-menu-action-info-text{white-space:nowrap;font-size:.32rem;line-height:.44rem;color:#fff}.arco-swipe-action-menu-action-info-icon{margin-right:.08rem;height:.4rem;width:.4rem;color:#fff}.arco-theme-dark .arco-swipe-action-menu-action-info-text,.arco-theme-dark .arco-swipe-action-menu-action-info-icon{color:#ffffffe6}.arco-swipe-load{position:relative;display:inline-flex;width:100%}.arco-swipe-load .arco-list-area{position:relative;width:100%}.arco-swipe-load .arco-list-area::-webkit-scrollbar{display:none}.arco-swipe-load .arco-loading-area{background-color:#f7f8fa;margin-top:0;border-radius:50%}.arco-swipe-load .arco-loading-area .arco-loading-label{margin-left:.4rem;width:.4rem;color:#1d2129;font-size:.24rem}[dir=rtl] .arco-swipe-load .arco-loading-area .arco-loading-label{margin-left:initial;margin-right:.4rem}.arco-theme-dark .arco-swipe-load .arco-loading-area{background-color:#ffffff14}.arco-theme-dark .arco-swipe-load .arco-loading-area .arco-loading-label{color:#f6f6f6}.arco-switch{position:relative;display:inline-block;transition:all .2s}@keyframes changDeg{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.arco-switch.type-android{width:40PX;height:24PX;padding:2PX 2PX 0;background-color:#e5e6eb}.arco-switch.type-android.fully{border-radius:20PX}.arco-switch.type-android.semi{border-radius:2PX}.arco-switch.type-android.checked{background-color:#165dff}.arco-switch.type-android.checked .arco-switch-text{right:auto;left:5PX}[dir=rtl] .arco-switch.type-android.checked .arco-switch-text{right:initial;left:auto}[dir=rtl] .arco-switch.type-android.checked .arco-switch-text{left:initial;right:5PX}.arco-switch.type-android.checked .arco-switch-inner{transform:translate(16PX)}[dir=rtl] .arco-switch.type-android.checked .arco-switch-inner{transform:rotate(180deg) translate(16PX)}.arco-switch.type-android .arco-switch-inner{width:20PX;height:20PX;box-shadow:0 2PX 4PX #00000014}[dir=rtl] .arco-switch.type-android .arco-switch-inner{transform:rotate(180deg)}.arco-switch.type-android.disabled.checked{background-color:#94bfff}.arco-switch.type-android.disabled:not(.checked){background-color:#f2f3f5}.arco-switch.type-android .arco-switch-text{font-size:12PX;right:5PX}[dir=rtl] .arco-switch.type-android .arco-switch-text{right:initial;left:5PX}.arco-switch.type-ios{width:1.02rem;height:.62rem;padding:.04rem;padding-bottom:0;background-color:#11111126}.arco-switch.type-ios.fully{border-radius:.32rem}.arco-switch.type-ios.semi{border-radius:.04rem}.arco-switch.type-ios.checked{background-color:#34c759}.arco-switch.type-ios.checked .arco-switch-text{right:auto;left:.12rem}[dir=rtl] .arco-switch.type-ios.checked .arco-switch-text{right:initial;left:auto}[dir=rtl] .arco-switch.type-ios.checked .arco-switch-text{left:initial;right:.12rem}.arco-switch.type-ios.checked .arco-switch-inner{transform:translate(.4rem);box-shadow:0 3PX 2PX #0000001f}[dir=rtl] .arco-switch.type-ios.checked .arco-switch-inner{transform:rotate(180deg) translate(.4rem)}.arco-switch.type-ios.disabled.checked{opacity:.3}.arco-switch.type-ios .arco-switch-text{font-size:.28rem;right:.12rem}[dir=rtl] .arco-switch.type-ios .arco-switch-text{right:initial;left:.12rem}.arco-switch.type-ios .arco-switch-inner{width:.54rem;height:.54rem;position:relative;border-width:0}.arco-switch.type-ios .arco-switch-inner:after{content:"";width:100%;height:100%;position:absolute;left:0;top:0;z-index:1;border-style:solid;border-width:1PX;border-color:#0000000a;box-sizing:border-box;transform-origin:left top;-webkit-transform-origin:left top;pointer-events:none;border-radius:50%}@media(-webkit-min-device-pixel-ratio:2),(min-device-pixel-ratio:2){.arco-switch.type-ios .arco-switch-inner:after{width:200%;height:200%;transform:scale(.5);-webkit-transform:scale(.5);border-radius:100%}}@media(-webkit-min-device-pixel-ratio:3),(min-device-pixel-ratio:3){.arco-switch.type-ios .arco-switch-inner:after{width:300%;height:300%;transform:scale(.33333333);-webkit-transform:scale(.33333333);border-radius:150%}}[dir=rtl] .arco-switch.type-ios .arco-switch-inner{transform:rotate(180deg)}.arco-switch.type-ios.disabled.checked{background-color:#4dd865}.arco-switch.type-ios.disabled:not(.checked){background-color:#78788029}.arco-switch-text{position:absolute;top:50%;transform:translateY(-50%);color:#4e5969}.arco-switch.checked .arco-switch-text{color:#fff}.arco-switch-inner{position:relative;left:0;top:0;display:flex;align-items:center;justify-content:center;background-color:#fff;transition:all .2s}[dir=rtl] .arco-switch-inner{left:initial;right:0}.fully .arco-switch-inner{border-radius:50%}.semi .arco-switch-inner{border-radius:1PX}.arco-theme-dark .arco-switch.type-android{background-color:#484849}.arco-theme-dark .arco-switch.type-android.checked{background-color:#3c7eff}.arco-theme-dark .arco-switch.type-android.disabled.checked{background-color:#0e32a6}.arco-theme-dark .arco-switch.type-android.disabled:not(.checked){background-color:#2e2e30}.arco-theme-dark .arco-switch-text{color:#c5c5c5}.arco-theme-dark .arco-switch.checked .arco-switch-text{color:#ffffffe6}.arco-tab-bar{display:flex;width:100%;justify-content:flex-start;align-items:stretch;overflow:hidden;font-size:.2rem;min-height:1rem}.arco-tab-bar-fixed{position:fixed;bottom:0}.arco-tab-bar-item{display:flex;flex:1 1;justify-content:center;align-items:center;flex-direction:column;color:#86909c}.arco-tab-bar-item-title{color:inherit;line-height:.28rem;font-size:.2rem;margin:0 0 .1rem}.arco-tab-bar-item-children{display:flex;justify-content:center;align-items:center}.arco-tab-bar-item-only-title{line-height:.44rem;font-size:.32rem;margin:0}.arco-tab-bar-item-active{color:#165dff}.arco-tab-bar-item .arco-extra-wrap{position:relative;display:flex;justify-content:center;align-items:center;font-size:.4rem;color:inherit}.arco-tab-bar-item .arco-tab-bar-item-icon{display:flex;font-size:.4rem;color:inherit;margin:.14rem 0 .08rem}.arco-theme-dark .arco-tab-bar-item{color:#929293}.arco-theme-dark .arco-tab-bar-item-active{color:#3c7eff}.arco-tag{display:inline-flex;justify-items:center;justify-content:center;align-items:center;vertical-align:middle;box-sizing:border-box;border:none;border-radius:2PX;font-size:.24rem;border-width:1PX;border-style:solid}.arco-tag.size-small{height:.36rem;padding:0 .08rem}.arco-tag.size-small .tag-text{transform:scale(.8333);margin-left:-.04rem;margin-right:-.04rem}.arco-tag.size-medium{height:.4rem;padding:0 .08rem}.arco-tag.size-large{height:.48rem;padding:0 .12rem}.arco-tag.filleted{padding:0 .16rem;border-radius:100px}.arco-tag.half-border:not(.arco-tag-solid):not(.filleted){position:relative;border-width:0}.arco-tag.half-border:not(.arco-tag-solid):not(.filleted):after{content:"";width:100%;height:100%;position:absolute;left:0;top:0;z-index:1;border-style:inherit;border-width:1PX;border-color:inherit;box-sizing:border-box;transform-origin:left top;-webkit-transform-origin:left top;pointer-events:none;border-radius:2PX}@media(-webkit-min-device-pixel-ratio:2),(min-device-pixel-ratio:2){.arco-tag.half-border:not(.arco-tag-solid):not(.filleted):after{width:200%;height:200%;transform:scale(.5);-webkit-transform:scale(.5);border-radius:4PX}}@media(-webkit-min-device-pixel-ratio:3),(min-device-pixel-ratio:3){.arco-tag.half-border:not(.arco-tag-solid):not(.filleted):after{width:300%;height:300%;transform:scale(.33333333);-webkit-transform:scale(.33333333);border-radius:6PX}}.arco-tag.half-border:not(.arco-tag-solid):not(.filleted):after{border:inherit;border-width:1PX}.arco-tag.half-border:not(.arco-tag-solid).filleted{position:relative;border-width:0}.arco-tag.half-border:not(.arco-tag-solid).filleted:after{content:"";width:100%;height:100%;position:absolute;left:0;top:0;z-index:1;border-style:inherit;border-width:1PX;border-color:inherit;box-sizing:border-box;transform-origin:left top;-webkit-transform-origin:left top;pointer-events:none;border-radius:100px}@media(-webkit-min-device-pixel-ratio:2),(min-device-pixel-ratio:2){.arco-tag.half-border:not(.arco-tag-solid).filleted:after{width:200%;height:200%;transform:scale(.5);-webkit-transform:scale(.5);border-radius:200px}}@media(-webkit-min-device-pixel-ratio:3),(min-device-pixel-ratio:3){.arco-tag.half-border:not(.arco-tag-solid).filleted:after{width:300%;height:300%;transform:scale(.33333333);-webkit-transform:scale(.33333333);border-radius:300px}}.arco-tag.half-border:not(.arco-tag-solid).filleted:after{border:inherit;border-width:1PX}.arco-tag .tag-text{vertical-align:middle;font-size:inherit}.arco-tag .arco-icon:not(.tag-close-icon){vertical-align:middle;margin-right:.04rem;font-size:.24rem}[dir=rtl] .arco-tag .arco-icon:not(.tag-close-icon){margin-right:initial;margin-left:.04rem}.arco-tag .tag-close-wrap{font-size:0}.arco-tag .tag-close-icon{vertical-align:middle;margin-left:.08rem;font-size:.24rem}[dir=rtl] .arco-tag .tag-close-icon{margin-left:initial;margin-right:.08rem}.arco-tag.android .tag-text{padding-top:.02rem}.arco-tag.arco-tag-primary{color:#165dff;background:#e8f3ff;border-color:#165dff}.arco-tag.arco-tag-hollow{color:#165dff;background:transparent;border-color:#165dff}.arco-tag.arco-tag-solid{color:#fff;background:#165dff;border-width:0}.arco-tag-list{margin-bottom:0}.arco-tag-list .arco-tag{vertical-align:top;margin-bottom:0}.arco-tag-list .arco-tag:not(:last-child){margin-right:.16rem}[dir=rtl] .arco-tag-list .arco-tag:not(:last-child){margin-right:initial;margin-left:.16rem}.arco-tag-list .tag-list-add-wrap{font-size:0;display:inline-block}.arco-tag-list .tag-list-add{margin-bottom:0;border-color:#e5e6eb;background:#f2f3f5;color:#4e5969}.arco-theme-dark .arco-tag.arco-tag-primary{color:#3c7eff;background:#000d4d;border-color:#3c7eff}.arco-theme-dark .arco-tag.arco-tag-hollow{color:#3c7eff;border-color:#3c7eff}.arco-theme-dark .arco-tag.arco-tag-solid{color:#ffffffe6;background:#3c7eff}.arco-theme-dark .arco-tag-list .tag-list-add{border-color:#484849;background:#2e2e30;color:#c5c5c5}.arco-textarea{display:inline-block;width:100%;height:100%;resize:none;font-size:.32rem;line-height:.44rem;caret-color:#165dff}.arco-textarea::placeholder{color:#c9cdd4}.arco-textarea.fake-textarea{position:fixed;bottom:100%;left:0;visibility:hidden}.arco-input-container .statistic-text{position:absolute;bottom:.32rem;right:.32rem;font-size:.28rem;color:#86909c}.arco-input-container .statistic-text.exceed{color:#f53f3f}.arco-theme-dark .arco-textarea{caret-color:#3c7eff}.arco-theme-dark .arco-textarea::placeholder{color:#5f5f60}.arco-theme-dark .arco-input-container .statistic-text{color:#929293}.arco-theme-dark .arco-input-container .statistic-text.exceed{color:#f76965}.arco-toast-wrapper{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1001;display:flex;justify-content:center;padding:0 .32rem}.arco-toast-wrapper.no-event{pointer-events:none}.arco-toast-wrapper.from-center{align-items:center}.arco-toast-wrapper.from-top{align-items:flex-start;padding-top:30%}.arco-toast-wrapper.from-bottom{align-items:flex-end;padding-bottom:30%}.arco-toast-inner{background:#000c;color:#fff;font-size:.32rem;line-height:.48rem;border-radius:.08rem;flex-direction:column;display:flex;align-items:center;justify-content:center;pointer-events:initial}.arco-toast-inner.horizontal{flex-direction:row;padding:.16rem .32rem}.arco-toast-inner.horizontal .arco-icon{flex:0 0 auto;font-size:.32rem}.arco-toast-inner.horizontal .arco-toast-loading-wrapper+.arco-toast-content,.arco-toast-inner.horizontal .arco-icon+.arco-toast-content{margin-left:.16rem}.arco-toast-inner.vertical{padding:.32rem}.arco-toast-inner.vertical .arco-icon{font-size:.48rem}.arco-toast-inner.vertical .arco-toast-loading-wrapper+.arco-toast-content,.arco-toast-inner.vertical .arco-icon+.arco-toast-content{margin-top:.16rem}.arco-toast-inner .arco-loading .bg-color-with-config{background:#fff}.arco-toast-inner .arco-loading .stop-color-with-config{stop-color:#fff}.arco-toast-inner .arco-loading .fill-color-with-config{fill:#fff}.arco-toast-inner .arco-loading .stroke-color-with-config{stroke:#fff}.arco-toast-inner .arco-loading.arc .arc-bg{stroke:#666}.arco-toast-loading-wrapper{display:flex;position:relative}.arco-toast-loading-inner{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:.24rem}.arco-toast-content{width:100%;text-align:center;white-space:pre-line}.arco-theme-dark .arco-toast-inner{color:#ffffffe6}.arco-theme-dark .arco-toast-inner .arco-loading .bg-color-with-config{background:#ffffffe6}.arco-theme-dark .arco-toast-inner .arco-loading .stop-color-with-config{stop-color:#ffffffe6}.arco-theme-dark .arco-toast-inner .arco-loading .fill-color-with-config{fill:#ffffffe6}.arco-theme-dark .arco-toast-inner .arco-loading .stroke-color-with-config{stroke:#ffffffe6}.arco-uploader-container{display:flex;flex-wrap:wrap}.arco-uploader-add{position:relative}.arco-uploader-add input{position:absolute;opacity:0;left:0;top:0;width:100%;height:100%;display:none}.arco-uploader-list{width:100%}.arco-uploader-list-item{display:flex;align-items:center;height:.72rem;margin-top:.32rem}.arco-uploader-list-item-container{flex:1;display:flex;align-items:center;height:100%;border-radius:.04rem;background-color:#f7f8fa;padding:0 .24rem}.arco-uploader-list-item-wrapper{display:flex;flex:1;align-items:center}.arco-uploader-list-item-file{display:flex;font-size:.32rem;margin-right:.24rem}[dir=rtl] .arco-uploader-list-item-file{margin-right:initial;margin-left:.24rem}.arco-uploader-list-item-file-icon{color:#4e5969}.arco-uploader-list-item-text{font-weight:400;font-size:.28rem;color:#1d2129}.arco-uploader-list-item-text-error{color:#f53f3f}.arco-uploader-list-item-loaded{display:flex;font-size:.32rem;color:#00b42a}.arco-uploader-list-item-error{font-weight:400;font-size:.24rem;color:#165dff}.arco-uploader-list-item-delete{display:flex;height:100%;align-items:center;padding-left:.24rem;font-size:.24rem}[dir=rtl] .arco-uploader-list-item-delete{padding-left:initial;padding-right:.24rem}.arco-uploader-list-item-delete-icon{color:#4e5969}.arco-uploader-list-item-delete-icon-disabled{color:#c9cdd4}.arco-uploader-disabled{pointer-events:none}.arco-theme-dark .process-bg-color-with-config,.arco-theme-dark .process-custom-icon-bg-color-with-config{color:#ffffffe6}.arco-theme-dark .wait-custom-icon-bg-color-with-config{background:#2e2e30;color:#929293}.arco-theme-dark .arco-uploader-list-item-container{background-color:#ffffff14}.arco-theme-dark .arco-uploader-list-item-file-icon{color:#c5c5c5}.arco-theme-dark .arco-uploader-list-item-text{color:#f6f6f6}.arco-theme-dark .arco-uploader-list-item-text-error{color:#f76965}.arco-theme-dark .arco-uploader-list-item-loaded{color:#27c346}.arco-theme-dark .arco-uploader-list-item-error{color:#3c7eff}.arco-theme-dark .arco-uploader-list-item-delete-icon{color:#c5c5c5}.arco-theme-dark .arco-uploader-list-item-delete-icon-disabled{color:#5f5f60}*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;height:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:14px;line-height:1.5;background-color:#f5f6f7;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{width:100%;height:100%}body{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}input,textarea{-webkit-user-select:auto;user-select:auto}::-webkit-scrollbar{display:none}.safe-area-bottom{padding-bottom:constant(safe-area-inset-bottom);padding-bottom:env(safe-area-inset-bottom)}.safe-area-top{padding-top:constant(safe-area-inset-top);padding-top:env(safe-area-inset-top)}.flex{display:flex}.flex-center{display:flex;align-items:center;justify-content:center}.flex-between{display:flex;align-items:center;justify-content:space-between}.flex-column{display:flex;flex-direction:column}.flex-1{flex:1}.ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ellipsis-2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.page-container{min-height:100vh;padding-bottom:60px;background-color:#f5f6f7}.card{background-color:#fff;border-radius:8px;padding:12px;margin-bottom:12px}.divider{height:1px;background-color:#e5e6eb;margin:12px 0}.arco-toast .arco-toast-content{min-width:120px;max-width:80vw;padding:14px 20px;font-size:15px;line-height:1.5;border-radius:8px}.arco-loading .arco-loading-icon{font-size:32px}
