:root{--adm-radius-s:1.07vw;--adm-radius-m:2.13vw;--adm-radius-l:3.2vw;--adm-font-size-1:2.4vw;--adm-font-size-2:2.67vw;--adm-font-size-3:2.93vw;--adm-font-size-4:3.2vw;--adm-font-size-5:3.47vw;--adm-font-size-6:3.73vw;--adm-font-size-7:4vw;--adm-font-size-8:4.27vw;--adm-font-size-9:4.53vw;--adm-font-size-10:4.8vw;--adm-color-primary:#1677ff;--adm-color-success:#00b578;--adm-color-warning:#ff8f1f;--adm-color-danger:#ff3141;--adm-color-yellow:#ff9f18;--adm-color-orange:#ff6430;--adm-color-wathet:#e7f1ff;--adm-color-text:#333;--adm-color-text-secondary:#666;--adm-color-weak:#999;--adm-color-light:#ccc;--adm-color-border:#eee;--adm-color-background:#fff;--adm-color-highlight:var(--adm-color-danger);--adm-color-white:#fff;--adm-color-box:#f5f5f5;--adm-color-text-light-solid:var(--adm-color-white);--adm-color-text-dark-solid:#000;--adm-color-fill-content:var(--adm-color-box);--adm-font-size-main:var(--adm-font-size-5);--adm-font-family:-apple-system,blinkmacsystemfont,"Helvetica Neue",helvetica,segoe ui,arial,roboto,"PingFang SC","miui","Hiragino Sans GB","Microsoft Yahei",sans-serif;--adm-border-color:var(--adm-color-border)}html[data-prefers-color-scheme=dark]{--adm-color-primary:#3086ff;--adm-color-success:#34b368;--adm-color-warning:#ffa930;--adm-color-danger:#ff4a58;--adm-color-yellow:#ffa930;--adm-color-orange:#e65a2b;--adm-color-wathet:#0d2543;--adm-color-text:#e6e6e6;--adm-color-text-secondary:#b3b3b3;--adm-color-weak:grey;--adm-color-light:#4d4d4d;--adm-color-border:#2b2b2b;--adm-color-box:#0a0a0a;--adm-color-background:#1a1a1a;--adm-color-background-body:var(--adm-color-background);--adm-border-color:var(--adm-color-border)}:root{-webkit-tap-highlight-color:rgba(0,0,0,0)}html{background-color:var(--adm-color-background-body)}body{color:#333;color:var(--adm-color-text);font-size:3.47vw;font-size:13px;font-size:var(--adm-font-size-main);font-family:-apple-system,blinkmacsystemfont,"Helvetica Neue",helvetica,segoe ui,arial,roboto,"PingFang SC","miui","Hiragino Sans GB","Microsoft Yahei",sans-serif;font-family:var(--adm-font-family)}a,button{cursor:pointer}a{color:#1677ff;color:var(--adm-color-primary);-webkit-transition:opacity .2s ease-in-out;transition:opacity .2s ease-in-out}a:active{opacity:.8}.adm-plain-anchor{color:unset;-webkit-transition:none;transition:none}.adm-plain-anchor:active{opacity:unset}body.adm-overflow-hidden{overflow:hidden!important}div.adm-px-tester{--size:1;height:calc(var(--size)/2*0.53vw);width:0;position:fixed;left:-100vw;top:-100vh;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none}.adm-picker-view{--height:64vw;--item-height:9.07vw;--item-font-size:var(--adm-font-size-8);height:var(--height);width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;overflow:hidden;background:var(--adm-color-background)}.adm-picker-view-column{height:100%;-webkit-box-flex:1;-ms-flex:1 1;flex:1 1;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-touch-action:none;touch-action:none;position:relative;z-index:0}.adm-picker-view-column-wheel{width:100%;cursor:-webkit-grab;cursor:grab;position:absolute;top:calc(50% - var(--item-height)/2);left:0}.adm-picker-view-column-wheel:before{content:" ";display:block;position:absolute;width:100%;height:100vh;top:-100vh}.adm-picker-view-column-wheel:after{content:" ";display:block;position:absolute;width:100%;height:100vh;bottom:-100vh}.adm-picker-view-column-item{font-size:var(--item-font-size);padding:0 1.6vw;height:var(--item-height);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.adm-picker-view-column-item-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.adm-picker-view-column-accessible{width:100%;height:100%;pointer-events:none;opacity:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative;top:calc(var(--item-height)*-1);z-index:0;padding-bottom:1px}.adm-picker-view-column-accessible>*{-webkit-box-flex:1;-ms-flex:1 1;flex:1 1;text-overflow:ellipsis}.adm-picker-view-column-accessible-current{position:absolute;width:100%;height:100%}.adm-picker-view-column-accessible-button{width:100%;height:100%}.adm-picker-view-mask{position:absolute;z-index:10000;left:0;top:0;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;pointer-events:none}.adm-picker-view-mask-bottom,.adm-picker-view-mask-top{-webkit-box-flex:1;-ms-flex:auto;flex:auto}.adm-picker-view-mask-middle{height:var(--item-height);-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex:none;flex:none;border-top:1px solid var(--adm-color-border);border-bottom:1px solid var(--adm-color-border)}.adm-picker-view-mask-top{background:var(--adm-color-background);-webkit-mask:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.6)),color-stop(50%,rgba(0,0,0,.8)),to(#000));-webkit-mask:linear-gradient(0deg,rgba(0,0,0,.6),rgba(0,0,0,.8) 50%,#000);mask:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.6)),color-stop(50%,rgba(0,0,0,.8)),to(#000));mask:linear-gradient(0deg,rgba(0,0,0,.6),rgba(0,0,0,.8) 50%,#000)}.adm-picker-view-mask-bottom{background:var(--adm-color-background);-webkit-mask:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.6)),color-stop(50%,rgba(0,0,0,.8)),to(#000));-webkit-mask:linear-gradient(180deg,rgba(0,0,0,.6),rgba(0,0,0,.8) 50%,#000);mask:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.6)),color-stop(50%,rgba(0,0,0,.8)),to(#000));mask:linear-gradient(180deg,rgba(0,0,0,.6),rgba(0,0,0,.8) 50%,#000)}.adm-picker-view-loading-content{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.adm-picker-view-item-height-measure{position:relative;left:0;top:0;height:var(--item-height);width:0;pointer-events:none}.adm-spin-loading{--color:var(--adm-color-weak);--size:8.53vw;width:var(--size);height:var(--size)}.adm-spin-loading-svg{width:100%;height:100%;-webkit-animation:adm-spin-loading-rotate .8s linear infinite;animation:adm-spin-loading-rotate .8s linear infinite}.adm-spin-loading-svg>.adm-spin-loading-fill{stroke:var(--color)}@-webkit-keyframes adm-spin-loading-rotate{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes adm-spin-loading-rotate{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.adm-dot-loading{display:inline-block}.adm-image{--width:var(--adm-image-width,auto);--height:var(--adm-image-height,auto);width:var(--width);height:var(--height);display:block;overflow:hidden}.adm-image-img{width:100%;height:100%}.adm-image-tip{position:relative;background-color:var(--adm-color-fill-content);height:100%;min-height:6.4vw;min-width:6.4vw}.adm-image-tip>svg{width:6.4vw;height:6.4vw;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);color:var(--adm-color-weak)}.adm-infinite-scroll{color:var(--adm-color-weak);padding:4.8vw;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:var(--adm-font-size-main)}.adm-infinite-scroll-failed-text{display:inline-block;margin-right:2.13vw}.adm-popup{--z-index:var(--adm-popup-z-index,1000);position:fixed;z-index:var(--z-index)}.adm-popup-body{position:fixed;background-color:var(--adm-color-background);z-index:calc(var(--z-index) + 10)}.adm-popup-body .adm-popup-close-icon{position:absolute;z-index:100}.adm-popup-body-position-bottom{width:100%;bottom:0;left:0}.adm-popup-body-position-bottom .adm-popup-close-icon{right:2.13vw;top:2.13vw}.adm-popup-body-position-top{width:100%;top:0;left:0}.adm-popup-body-position-top .adm-popup-close-icon{right:2.13vw;bottom:2.13vw}.adm-popup-body-position-left{height:100%;top:0;left:0}.adm-popup-body-position-left .adm-popup-close-icon{right:2.13vw;top:2.13vw}.adm-popup-body-position-right{height:100%;top:0;right:0}.adm-popup-body-position-right .adm-popup-close-icon{left:2.13vw;top:2.13vw}.adm-popup-close-icon{cursor:pointer;padding:1.07vw;font-size:4.8vw;line-height:1;color:var(--adm-color-weak)}.adm-mask{--z-index:var(--adm-mask-z-index,1000);position:fixed;top:0;left:0;z-index:var(--z-index);display:block;width:100%;height:100%}.adm-mask-aria-button{position:absolute;top:0;left:0;z-index:0;width:100%;height:100%;pointer-events:none}.adm-mask-content{z-index:1}.adm-swiper{--height:auto;--width:100%;--border-radius:0;--track-padding:0;--slide-size:100%;--track-offset:0%;display:block;width:var(--width);height:var(--height);position:relative;border-radius:var(--border-radius);z-index:0;overflow:hidden}.adm-swiper-track{width:100%;height:100%;white-space:nowrap;padding:var(--track-padding)}.adm-swiper-track-allow-touch-move{cursor:-webkit-grab;cursor:grab}.adm-swiper-track-inner{width:100%;height:100%;overflow:visible;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.adm-swiper-slide,.adm-swiper-slide-placeholder{width:100%;height:100%;display:block;position:relative;white-space:unset;-webkit-box-flex:0;-ms-flex:none;flex:none}.adm-swiper-item{display:block;width:100%;height:100%;white-space:normal}.adm-swiper-horizontal .adm-swiper-track-allow-touch-move{-ms-touch-action:pan-y;touch-action:pan-y}.adm-swiper-horizontal .adm-swiper-indicator{position:absolute;bottom:1.6vw;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.adm-swiper-horizontal .adm-swiper-track{-webkit-transform:translateX(var(--track-offset));transform:translateX(var(--track-offset))}.adm-swiper-horizontal .adm-swiper-track-inner{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;width:var(--slide-size)}.adm-swiper-vertical .adm-swiper-track-allow-touch-move{-ms-touch-action:pan-x;touch-action:pan-x}.adm-swiper-vertical .adm-swiper-indicator{position:absolute;right:1.6vw;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.adm-swiper-vertical .adm-swiper-track{-webkit-transform:translateY(var(--track-offset));transform:translateY(var(--track-offset))}.adm-swiper-vertical .adm-swiper-track-inner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:var(--slide-size)}.adm-page-indicator{display:-webkit-box;display:-ms-flexbox;display:flex;width:auto;--dot-color:var(--adm-color-light);--active-dot-color:var(--adm-color-primary);--dot-size:0.8vw;--active-dot-size:3.47vw;--dot-border-radius:1px;--active-dot-border-radius:var(--dot-border-radius);--dot-spacing:0.8vw}.adm-page-indicator-dot{display:block;width:var(--dot-size);height:var(--dot-size);border-radius:var(--dot-border-radius);background:var(--dot-color)}.adm-page-indicator-dot:last-child{margin-right:0}.adm-page-indicator-dot-active{border-radius:var(--active-dot-border-radius);background:var(--active-dot-color)}.adm-page-indicator-color-white{--dot-color:hsla(0,0%,100%,0.5);--active-dot-color:var(--adm-color-text-light-solid)}.adm-page-indicator-horizontal{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.adm-page-indicator-horizontal .adm-page-indicator-dot{margin-right:var(--dot-spacing)}.adm-page-indicator-horizontal .adm-page-indicator-dot-active{width:var(--active-dot-size)}.adm-page-indicator-vertical{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.adm-page-indicator-vertical .adm-page-indicator-dot{margin-bottom:var(--dot-spacing)}.adm-page-indicator-vertical .adm-page-indicator-dot-active{height:var(--active-dot-size)}@-webkit-keyframes loading-rotate{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes loading-rotate{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.adm-switch{--checked-color:var(--adm-color-primary);--height:8.27vw;--width:13.6vw;--border-width:0.53vw;display:inline-block;vertical-align:middle;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;-ms-flex-item-align:center;align-self:center;cursor:pointer}.adm-switch input{display:none}.adm-switch-checkbox{min-width:var(--width);height:var(--height);-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:8.27vw;background:var(--adm-color-border);z-index:0;overflow:hidden;line-height:var(--height)}.adm-switch-checkbox:before{content:" ";position:absolute;left:var(--border-width);top:var(--border-width);width:calc(100% - var(--border-width)*2);height:calc(var(--height) - var(--border-width)*2);border-radius:calc(var(--height) - var(--border-width)*2);-webkit-box-sizing:border-box;box-sizing:border-box;background:var(--adm-color-background);z-index:1;-webkit-transition:all .2s;transition:all .2s;-webkit-transform:scale(1);transform:scale(1)}.adm-switch-handle{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:calc(var(--height) - var(--border-width)*2);height:calc(var(--height) - var(--border-width)*2);border-radius:calc(var(--height) - var(--border-width)*2);background:var(--adm-color-text-light-solid);position:absolute;z-index:2;top:var(--border-width);left:var(--border-width);-webkit-transition:all .2s;transition:all .2s;-webkit-box-shadow:0 0 .53vw 0 rgba(0,0,0,.2),0 .53vw 3.07vw 0 rgba(0,0,0,.08),-1px .53vw .53vw 0 rgba(0,0,0,.1);box-shadow:0 0 .53vw 0 rgba(0,0,0,.2),0 .53vw 3.07vw 0 rgba(0,0,0,.08),-1px .53vw .53vw 0 rgba(0,0,0,.1)}.adm-switch-inner{position:relative;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 2.13vw 0 calc(var(--height) - var(--border-width) + 1.33vw);height:100%;color:var(--adm-color-weak);-webkit-transition:margin .2s;transition:margin .2s;font-size:var(--adm-font-size-7)}.adm-switch.adm-switch-checked .adm-switch-checkbox{background:var(--checked-color)}.adm-switch.adm-switch-checked .adm-switch-checkbox:before{-webkit-transform:scale(0);transform:scale(0)}.adm-switch.adm-switch-checked .adm-switch-handle{left:calc(100% - var(--height) + var(--border-width))}.adm-switch.adm-switch-checked .adm-switch-inner{margin:0 calc(var(--height) - var(--border-width) + 1.33vw) 0 2.13vw;color:var(--adm-color-text-light-solid)}.adm-switch.adm-switch-disabled{cursor:not-allowed;opacity:.4}.adm-switch-spin-icon{width:3.73vw;height:3.73vw;-webkit-animation:loading-rotate 1s linear infinite;animation:loading-rotate 1s linear infinite}.adm-toast-mask .adm-toast-wrap{position:fixed;top:0;left:0;width:100%;height:100%;text-align:center}.adm-toast-mask .adm-toast-main{display:inline-block;position:relative;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:auto;max-width:54.4vw;max-height:70%;overflow:auto;color:#fff;word-break:break-all;background-color:rgba(0,0,0,.7);border-radius:2.13vw;pointer-events:all;font-size:var(--adm-font-size-7);line-height:1.5;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:left;text-align:initial}.adm-toast-mask .adm-toast-main-text{padding:3.2vw;min-width:0}.adm-toast-mask .adm-toast-main-icon{padding:9.33vw 3.2vw;min-width:40vw}.adm-toast-mask .adm-toast-main-icon .adm-toast-icon{text-align:center;margin-bottom:2.13vw;font-size:9.6vw;line-height:1}.adm-toast-loading{--size:12.8vw;margin:0 auto 2.13vw}.adm-auto-center{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.adm-auto-center-content{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto}.loading_wrapper___KFqsd{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100vw;font-size:4.8vw;font-weight:100;letter-spacing:.53vw;text-align:center}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;font-family:PingFangSC-Medium,PingFang SC sans-serif;-webkit-text-size-adjust:none}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-.53vw}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}p{margin:0}@font-face{font-family:Number;src:url(static/DINAlternateBold.dc210636.ttf)}.serious{color:#e25757;font-weight:500}.singleLineOmission{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mb10{margin-bottom:2.67vw}.mt14{margin-top:3.73vw}.mb20{margin-bottom:5.33vw}.flex{display:-webkit-box;display:-ms-flexbox;display:flex}.flex-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.flex-row-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.flex-col{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.flex-col-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.flex-wrap{-ms-flex-wrap:wrap;flex-wrap:wrap}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse;flex-wrap:wrap-reverse}.flex-nowrap{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.flex-1{-webkit-box-flex:1;-ms-flex:1 1;flex:1 1}.flex-auto{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.flex-initial{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto}.flex-none{-webkit-box-flex:0;-ms-flex:none;flex:none}.flex-grow-0{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.flex-grow{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.flex-shrink-0{-ms-flex-negative:0;flex-shrink:0}.flex-shrink{-ms-flex-negative:1;flex-shrink:1}.justify-start{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.justify-end{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.justify-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.justify-between{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.justify-around{-ms-flex-pack:distribute;justify-content:space-around}.justify-evenly{-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly}.justify-items-start{justify-items:start}.justify-items-end{justify-items:end}.justify-items-center{justify-items:center}.justify-items-stretch{justify-items:stretch}.justify-self-auto{justify-self:auto}.justify-self-start{justify-self:start}.justify-self-end{justify-self:end}.justify-self-center{justify-self:center}.justify-self-stretch{justify-self:stretch}.content-center{-ms-flex-line-pack:center;align-content:center}.content-start{-ms-flex-line-pack:start;align-content:flex-start}.content-end{-ms-flex-line-pack:end;align-content:flex-end}.content-between{-ms-flex-line-pack:justify;align-content:space-between}.content-around{-ms-flex-line-pack:distribute;align-content:space-around}.content-evenly{-ms-flex-line-pack:space-evenly;align-content:space-evenly}.items-start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.items-end{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.items-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.items-baseline{-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}.items-stretch{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.self-auto{-ms-flex-item-align:auto;align-self:auto}.self-start{-ms-flex-item-align:start;align-self:flex-start}.self-end{-ms-flex-item-align:end;align-self:flex-end}.self-center{-ms-flex-item-align:center;align-self:center}.self-stretch{-ms-flex-item-align:stretch;align-self:stretch}.self-baseline{-ms-flex-item-align:baseline;align-self:baseline}.place-content-center{-ms-flex-line-pack:center;align-content:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;place-content:center}.place-content-start{-ms-flex-line-pack:start;align-content:start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;place-content:start}.place-content-end{-ms-flex-line-pack:end;align-content:end;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:end;place-content:end}.place-content-between{-ms-flex-line-pack:justify;align-content:space-between;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;place-content:space-between}.place-content-around{-ms-flex-line-pack:distribute;align-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;place-content:space-around}.place-content-evenly{-ms-flex-line-pack:space-evenly;align-content:space-evenly;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;place-content:space-evenly}.place-content-stretch{-ms-flex-line-pack:stretch;align-content:stretch;-webkit-box-pack:stretch;-ms-flex-pack:stretch;justify-content:stretch;place-content:stretch}.place-items-start{-webkit-box-align:start;-ms-flex-align:start;align-items:start;justify-items:start;place-items:start}.place-items-end{-webkit-box-align:end;-ms-flex-align:end;align-items:end;justify-items:end;place-items:end}.place-items-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center;justify-items:center;place-items:center}.place-items-stretch{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;justify-items:stretch;place-items:stretch}.place-self-auto{-ms-flex-item-align:auto;align-self:auto;justify-self:auto;place-self:auto}.place-self-start{-ms-flex-item-align:start;align-self:start;justify-self:start;place-self:start}.place-self-end{-ms-flex-item-align:end;align-self:end;justify-self:end;place-self:end}.place-self-center{-ms-flex-item-align:center;align-self:center;justify-self:center;place-self:center}.place-self-stretch{-ms-flex-item-align:stretch;align-self:stretch;justify-self:stretch;place-self:stretch}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.text-justify{text-align:justify}#user-privacy-page .aaa{background-color:pink}#user-privacy-page .protocol_content{width:calc(100% - 10.67vw);margin:0 auto 10vh;text-align:justify;color:hsla(0,0%,100%,.7)}#user-privacy-page .protocol_content h1{font-size:4.8vw;text-align:center;line-height:2em;color:hsla(0,0%,100%,.7)}#user-privacy-page .protocol_content h2{font-size:4.27vw;font-weight:500}#user-privacy-page .protocol_content h3{font-size:3.73vw;font-weight:400}#user-privacy-page .protocol_content p{margin:1em auto;line-height:1.5em}#user-privacy-page .protocol_content section{text-indent:2em;margin:.5em 0 1em;line-height:1.5em}#user-privacy-page .protocol_content ol,#user-privacy-page .protocol_content ul{line-height:1.5em}#user-privacy-page .protocol_content ol li,#user-privacy-page .protocol_content ul li{margin-bottom:.5em}#user-privacy-page .protocol_content .href{color:#0f70d3;text-decoration:underline}#user-privacy-page .protocol_content .danger{color:#bc0808}#user-privacy-page .protocol_content .SDK_block{text-indent:0;border-left:.53vw solid #0f70d3;padding-left:1em;word-break:break-all}#user-privacy-page .protocol_content .SDK_block p{margin:0;font-size:4.27vw;font-weight:600}#user-privacy-page .protocol_content .SDK_block i{display:block}#user-privacy-page .protocol_content .SDK_block i span{font-weight:600}