.loading-overlay[data-v-5118d09a]{align-items:center;background:#fff;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:99999}.loading-brand[data-v-5118d09a]{align-items:center;display:flex;flex-direction:column;gap:24px}.brand-logo[data-v-5118d09a]{animation:logoPulse-5118d09a 1.8s ease-in-out infinite;height:auto;width:160px}@keyframes logoPulse-5118d09a{0%,to{opacity:.4;transform:scale(.96)}50%{opacity:1;transform:scale(1)}}.loading-dots[data-v-5118d09a]{display:flex;gap:6px}.loading-dots span[data-v-5118d09a]{animation:dotBounce-5118d09a 1.4s ease-in-out infinite;background-color:#e42417;border-radius:50%;height:6px;width:6px}.loading-dots span[data-v-5118d09a]:nth-child(2){animation-delay:.2s}.loading-dots span[data-v-5118d09a]:nth-child(3){animation-delay:.4s}@keyframes dotBounce-5118d09a{0%,80%,to{opacity:.3;transform:scale(.8)}40%{opacity:1;transform:scale(1.2)}}.loading-fade-enter-active[data-v-5118d09a]{transition:opacity .15s}.loading-fade-leave-active[data-v-5118d09a]{transition:opacity .2s}.loading-fade-enter[data-v-5118d09a],.loading-fade-leave-to[data-v-5118d09a]{opacity:0}.animated-tabs{align-items:center;display:flex}.animated-tab-item{color:#666;cursor:pointer;font-size:16px;padding:15px 20px;position:relative;transition:color .3s ease}.animated-tab-item.active{color:tomato;font-weight:500}.animated-tab-item:hover{color:tomato}.animated-tab-line-wrapper{bottom:0;display:flex;height:3px;justify-content:center;left:50%;overflow:hidden;position:absolute;transform:translateX(-50%);width:100%}.animated-tab-line{background:linear-gradient(90deg,tomato,#ff1001);border-radius:2px;height:3px;transition:width 0s;width:0}.animated-tab-line.expand{animation:tabExpandFromCenter .4s cubic-bezier(.25,.46,.45,.94) forwards}@keyframes tabExpandFromCenter{0%{opacity:0;width:0}10%{opacity:1}to{opacity:1;width:80%}}.animated-tab-line.expand-pc{animation:tabExpandFromCenterPC .4s cubic-bezier(.25,.46,.45,.94) forwards}@keyframes tabExpandFromCenterPC{0%{opacity:0;width:0}10%{opacity:1}to{opacity:1;width:100%}}.tab-content-fade-enter-active,.tab-content-fade-leave-active{transition:all .3s ease}.tab-content-fade-enter,.tab-content-fade-leave-to{opacity:0;transform:translateY(10px)}.tab-underline{background:linear-gradient(90deg,tomato,#ff1001);border-radius:2px;bottom:0;height:3px;left:50%;position:absolute;transform:translateX(-50%);transition:width .4s cubic-bezier(.25,.46,.45,.94)}:deep(.van-tabs__line){transition:width .4s cubic-bezier(.25,.46,.45,.94),transform .3s ease!important}:deep(.el-tabs__active-bar){transition:width .4s cubic-bezier(.25,.46,.45,.94),transform .3s ease!important}