:root{--C1: #111;--C2: #808080;--C3: #999;--C4: #ebebeb;--C5: #ff5959;--CBG1: #fff;--CBG2: #f5f5f5;--CBG1-2: #fff;--CBG2-2: #f5f5f5;--CBG3: #101010;--CB: #ff6022;--CB1: #00c8c8;--CB1T: #00b4b4;--CB2: #ff650f;--CB3: #14a3ff;--CB4: #36c236;--Mask1: rgba(0, 0, 0, .4);--Mask2: rgba(0, 0, 0, .6);--CF1: #fff;--C1F: #111;--C2F: #808080;--C3F: #999;--CPK: #09f;--CPBG: rgba(0, 0, 40, .1);--CR1: #e42b18;--CR2: #ff7100;--CR3: #ffb900;--CR4: #a3a3a3;--CVIP: #d6ab56;--CVIP2: #b47700;--C6: #14a3ff;--C7: #ebebeb;--C8: #f5f5f5;--C9: #d9dde8;--Mask30: rgba(0, 0, 0, .4);--Mask60: rgba(0, 0, 0, .6);--Mask75: rgba(0, 0, 0, .75);--CBG: #fff;--CTab: #fff;--CNav: #fff;--CToast: #101010;--GreyBG: #f5f5f5;--C10: #111;--C12: #808080;--C13: #999;--C14: #df1b44;--C5F: #141414;--C16: rgba(0,0,0,.06);--C17: #6c6d74;--Guest: #6b36ff;--CB5: #ff1d4c}.at-darkmode,.__darkmode__{--C1: #f2f2f2;--C2: #8a8a8a;--C3: #707070;--C4: #1f1f1f;--C5: #f66;--CBG1: #000;--CBG2: #141414;--CBG1-2: #141414;--CBG2-2: #000;--CBG3: #2a2a2a;--CB: #f25b20;--CB1: #00d1d1;--CB1T: #08c4c4;--CB2: #ff7612;--CB3: #24a9ff;--CB4: #39cc39;--Mask1: rgba(0, 0, 0, .5);--Mask2: rgba(0, 0, 0, .7);--CR1: #de4a42;--CR2: #ff9949;--CR3: #ffc019;--CR4: rgba(161, 161, 161, .5);--CVIP: #ffdf89;--CVIP2: #e8aa33;--C6: #24a9ff;--C7: #1f1f1f;--C8: #141414;--C9: rgba(230, 233, 240, .2);--Mask30: rgba(0, 0, 0, .5);--Mask60: rgba(0, 0, 0, .7);--Mask75: rgba(0, 0, 0, .9);--CBG: #000;--CTab: #000;--CNav: #000;--CToast: #2a2a2a;--GreyBG: #000;--C10: #f2f2f2;--C12: #8a8a8a;--C13: #707070;--C16: rgba(255,255,255,.1);--C17: #d7dae0}:root,.at-unstyle-large{--WF: 16px;--WF2: 16px;--WC: 12px;--W1: 8px;--W2: 8px;--W3: 4px;--W4: 2px;--W5: 0;--H1: 16px;--H2: 12px;--H3: 8px;--H4: 8px;--H5: 6px;--H6: 3px;--TDT1: 18px;--TDT2: 16px;--TMT: 15px;--T20: 20px;--T18: 18px;--T17: 17px;--T16: 16px;--T15: 15px;--T14: 14px;--T13: 13px;--T12: 12px;--T11: 11px;--T10: 10px}.at-unstyle-huge,.at-unstyle-max{--WF: 24px;--WC: 16px;--W1: 12px;--W2: 12px;--W3: 6px;--W4: 4px;--W5: 0}:root{--font-family: PingFang SC, Microsoft YaHei, Arial Regular;--font-line-height: 1.5;--font-size: 14px;--title-font-weight: 700;--border-radius: 4px;--content-index: 9;--fix-index: 99;--nav-fix-index: 100;--loading-index: 101;--popup-index: 999;--dialog-index: 1000;--toast-index: 1001;--animate-duration: .3s;--animate-delay: .3s;--animate-repeat: 1}:root{--safe-top: 0px;--safe-bottom: 0px;--safe-left: 0px;--safe-right: 0px;--status-bar-height: 0px;--nav-bar-height: 0px}.at-android{--nav-bar-height: 56px}.at-ios{--nav-bar-height: 44px;--status-bar-height: 20px}.at-notchscreen{--safe-top: 24px;--safe-bottom: 34px}.at-notchscreen-landscape{--safe-top: 0px;--safe-bottom: 34px;--safe-left: 32px;--safe-right: 34px}.at-outapp{--safe-top: 0px;--nav-bar-height: 0px;--status-bar-height: 0px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes slideTopIn{0%{transform:translate3d(0,-100%,0)}to{transform:translateZ(0)}}@keyframes slideTopOut{0%{transform:translateZ(0)}to{transform:translate3d(0,-100%,0)}}@keyframes slideBottomIn{0%{transform:translate3d(0,100%,0)}to{transform:translateZ(0)}}@keyframes slideBottomOut{0%{transform:translateZ(0)}to{transform:translate3d(0,100%,0)}}@keyframes slideRightIn{0%{transform:translate3d(100%,0,0)}to{transform:translateZ(0)}}@keyframes slideRightOut{0%{transform:translateZ(0)}to{transform:translate3d(100%,0,0)}}@keyframes slideLeftIn{0%{transform:translate3d(-100%,0,0)}to{transform:translateZ(0)}}@keyframes slideLeftOut{0%{transform:translateZ(0)}to{transform:translate3d(-100%,0,0)}}.at-fade-enter-active{animation:fadeIn var(--animate-duration, .3s)}.at-fade-leave-active{animation:fadeOut var(--animate-duration, .3s)}.at-slide-top-enter-active{animation:slideTopIn var(--animate-duration, .3s)}.at-slide-top-leave-active{animation:slideTopOut var(--animate-duration, .3s)}.at-slide-right-enter-active{animation:slideRightIn var(--animate-duration, .3s)}.at-slide-right-leave-active{animation:slideRightOut var(--animate-duration, .3s)}.at-slide-bottom-enter-active{animation:slideBottomIn var(--animate-duration, .3s)}.at-slide-bottom-leave-active{animation:slideBottomOut var(--animate-duration, .3s)}.at-slide-left-enter-active{animation:slideLeftIn var(--animate-duration, .3s)}.at-slide-left-leave-active{animation:slideLeftOut var(--animate-duration, .3s)}html{-webkit-text-size-adjust:none!important;-webkit-tap-highlight-color:transparent;-webkit-user-select:none}body{-webkit-text-size-adjust:100%!important;font:var(--font-size, 14px)/var(--font-line-height, 1.5) var(--font-family, "PingFang SC, Microsoft YaHei, Arial Regular");word-wrap:break-word;word-break:break-word;color:var(--C1)}html,body,p,ol,ul,li,dl,dt,dd,blockquote,figure,fieldset,legend,textarea,pre,iframe,hr,h1,h2,h3,h4,h5,h6,button,input,optgroup,option,select,textarea{margin:0;padding:0}*,*:before,*:after{box-sizing:border-box}article,aside,footer,header,nav,section{display:block}audio,canvas,video{display:inline-block;vertical-align:bottom}h1,h2,h3,h4,h5,h6,em,i{font-size:100%;font-weight:400}a,a:visited{color:inherit;text-decoration:none;-webkit-touch-callout:none}a:active{outline:0 none;-webkit-tap-highlight-color:transparent}button,input,optgroup,option,select,textarea{font:inherit;outline:0;border:0;box-sizing:content-box;color:inherit;font-family:inherit;line-height:inherit;touch-action:manipulation}textarea{resize:vertical;overflow:auto;vertical-align:top}input:focus,textarea:focus{outline:0;-webkit-tap-highlight-color:transparent}input[type=text],input[type=submit],input[type=reset],input[type=button],textarea,button{-webkit-tap-highlight-color:transparent;-webkit-appearance:none;border:none;border-radius:0;background:none}input[type=search],input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}table{border-collapse:collapse;border-spacing:0}img,iframe{border:0 none}img{display:inline-block;vertical-align:middle;-webkit-touch-callout:none}iframe{display:block}ul,ol{list-style:none}li{vertical-align:top}svg:not(:root){overflow:hidden}svg{fill:currentColor}input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:var(--C2)}.at-overflow-hidden{overflow:hidden}.flex[data-v-8403c34e]{display:flex}.flex_vc[data-v-8403c34e]{display:flex;align-items:center}.flex_hc[data-v-8403c34e]{display:flex;justify-content:center}.flex_justify[data-v-8403c34e]{display:flex;justify-content:space-between;-webkit-justify-content:space-between}.flex_v_h[data-v-8403c34e],.mod_privilege .left_show .top[data-v-8403c34e]{display:flex;align-items:center;justify-content:center}.flex_v_justify[data-v-8403c34e]{display:flex;justify-content:space-between;-webkit-justify-content:space-between;align-items:center}.abs_hc[data-v-8403c34e],.g_c_mid[data-v-8403c34e]{position:absolute;left:50%;-ms-transform:translateX(-50%);transform:translate(-50%);-webkit-transform:translateX(-50%)}.abs_vc[data-v-8403c34e],.g_v_mid[data-v-8403c34e]{position:absolute;top:50%;-ms-transform:translateY(-50%);transform:translateY(-50%);-webkit-transform:translateY(-50%)}.abs_v_h[data-v-8403c34e],.g_v_c_mid[data-v-8403c34e]{position:absolute;top:50%;left:50%;transform:translate3d(-50%,-50%,0);-webkit-transform:translate3d(-50%,-50%,0)}.transverse_list[data-v-8403c34e]{border-bottom:1px solid #eee;padding-left:16px;padding-bottom:20px;white-space:nowrap;overflow-x:scroll;-webkit-overflow-scrolling:touch}.transverse_list[data-v-8403c34e]::-webkit-scrollbar{display:none}.mod_privilege[data-v-8403c34e]{width:100%;white-space:nowrap;color:#222;margin-top:28px}.mod_privilege .wrap_title[data-v-8403c34e]{font-weight:700;font-size:16px;color:#222;margin-bottom:14px;padding-left:16px}.mod_privilege .left_show[data-v-8403c34e]{float:left;width:162px;margin-right:12px;vertical-align:top}.mod_privilege .left_show .top[data-v-8403c34e]{height:69px;background-color:#ffedbf;font-size:15px;color:#cc9629;border-top-left-radius:6px;border-top-right-radius:6px}.mod_privilege .left_show .top .current_img[data-v-8403c34e]{height:50px}.mod_privilege .left_show .bottom[data-v-8403c34e]{display:block;height:87px;padding:0 8px 10px;border:1px solid #F0F0F0;border-bottom-left-radius:6px;border-bottom-right-radius:6px}.mod_privilege .left_show .bottom .title[data-v-8403c34e]{line-height:30px;text-align:center;font-size:13px;font-weight:600;color:#000}.mod_privilege .left_show .bottom .txt[data-v-8403c34e]{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;white-space:normal;line-height:1.4;color:#979797}.mod_privilege .left_show .bottom .txt .num[data-v-8403c34e]{color:#f4ce63;line-height:1.4;vertical-align:bottom}.mod_privilege .list[data-v-8403c34e]{border:none;padding:0 0 0 16px;margin-bottom:20px;overflow-y:hidden}.mod_privilege .list .item[data-v-8403c34e]{display:inline-block;margin-left:-3px}.mod_privilege .list .item .top[data-v-8403c34e],.mod_privilege .list .item .bottom[data-v-8403c34e]{display:block;width:124px;height:78px;padding-top:5px;border-right:1px solid #f2f2f2}.mod_privilege .list .item .top .img[data-v-8403c34e],.mod_privilege .list .item .bottom .img[data-v-8403c34e]{margin-bottom:8px;height:36px;vertical-align:middle;padding-left:8px}.mod_privilege .list .item .top .txt[data-v-8403c34e],.mod_privilege .list .item .bottom .txt[data-v-8403c34e]{display:inline-block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:68px;line-height:1.2;margin:0 0 -3px 2px;font-size:13px;color:#f2ca5b}.mod_privilege .list .item .top .desc[data-v-8403c34e],.mod_privilege .list .item .bottom .desc[data-v-8403c34e]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:108px;line-height:1.2;color:#979797;text-align:center;margin:0 auto;padding-right:2px}.mod_privilege .list .item .top[data-v-8403c34e]{border-bottom:1px solid #f2f2f2}.mod_privilege .list .item[data-v-8403c34e]:last-child{margin-right:10px}.mod_privilege .list .item:last-child .top[data-v-8403c34e],.mod_privilege .list .item:last-child .bottom[data-v-8403c34e]{border-right:none}.at-loading{text-align:center;height:100%;width:100%;position:absolute;top:0;left:0;display:flex;align-items:center;justify-content:center;--loading-icon-height: 10px;--loading-icon-width: 27px;--loading-steps: 30;--loading-duration: 1s;--loading-icon-margin: 10px;--loading-icon-image: url(//vfiles.gtimg.cn/vupload/20201201/61a0a21606816317128.png?max_age=7776000);--loading-mask: var(--Mask60,rgba(0, 0, 0, .6))}.at-loading__icon{display:block;width:var(--loading-icon-width);height:var(--loading-icon-height);margin:var(--loading-icon-margin);background-image:var(--loading-icon-image);background-repeat:no-repeat;background-size:var(--loading-icon-width) calc(var(--loading-icon-height) * var(--loading-steps));animation:loading var(--loading-duration) steps(var(--loading-steps)) infinite}.at-loading--page{position:fixed;z-index:var(--loading-index)}.at-loading--mask{background-color:var(--loading-mask)}@keyframes loading{0%{background-position:0 0}to{background-position:0 calc(0px - var(--loading-icon-height) * var(--loading-steps))}}.van-swipe-item{position:relative;flex-shrink:0;width:100%;height:100%}:root,:host{--van-swipe-indicator-size: 6px;--van-swipe-indicator-margin: var(--van-padding-sm);--van-swipe-indicator-active-opacity: 1;--van-swipe-indicator-inactive-opacity: .3;--van-swipe-indicator-active-background: var(--van-primary-color);--van-swipe-indicator-inactive-background: var(--van-border-color)}.van-swipe{position:relative;overflow:hidden;transform:translateZ(0);cursor:-webkit-grab;cursor:grab;-webkit-user-select:none;-ms-user-select:none;user-select:none}.van-swipe__track{display:flex;height:100%;transition-property:transform}.van-swipe__track--vertical{flex-direction:column}.van-swipe__indicators{position:absolute;bottom:var(--van-swipe-indicator-margin);left:50%;display:flex;-ms-transform:translate(-50%);transform:translate(-50%)}.van-swipe__indicators--vertical{top:50%;bottom:auto;left:var(--van-swipe-indicator-margin);flex-direction:column;-ms-transform:translateY(-50%);transform:translateY(-50%)}.van-swipe__indicators--vertical .van-swipe__indicator:not(:last-child){margin-bottom:var(--van-swipe-indicator-size)}.van-swipe__indicator{width:var(--van-swipe-indicator-size);height:var(--van-swipe-indicator-size);background-color:var(--van-swipe-indicator-inactive-background);border-radius:100%;opacity:var(--van-swipe-indicator-inactive-opacity);transition:opacity var(--van-duration-fast),background-color var(--van-duration-fast)}.van-swipe__indicator:not(:last-child){margin-right:var(--van-swipe-indicator-size)}.van-swipe__indicator--active{background-color:var(--van-swipe-indicator-active-background);opacity:var(--van-swipe-indicator-active-opacity)}
