:root{--adm-radius-s: 4px;--adm-radius-m: 8px;--adm-radius-l: 12px;--adm-font-size-1: 9px;--adm-font-size-2: 10px;--adm-font-size-3: 11px;--adm-font-size-4: 12px;--adm-font-size-5: 13px;--adm-font-size-6: 14px;--adm-font-size-7: 15px;--adm-font-size-8: 16px;--adm-font-size-9: 17px;--adm-font-size-10: 18px;--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: #333333;--adm-color-text-secondary: #666666;--adm-color-weak: #999999;--adm-color-light: #cccccc;--adm-color-border: #eeeeee;--adm-color-background: #ffffff;--adm-color-highlight: var(--adm-color-danger);--adm-color-white: #ffffff;--adm-color-box: #f5f5f5;--adm-color-text-light-solid: var(--adm-color-white);--adm-color-text-dark-solid: #000000;--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: #808080;--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:var(--adm-color-text);font-size:var(--adm-font-size-main);font-family:var(--adm-font-family)}a,button{cursor:pointer}a{color:var(--adm-color-primary);-webkit-transition:opacity ease-in-out .2s;transition:opacity ease-in-out .2s}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 * 2px);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-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:8px;top:8px}.adm-popup-body-position-top{width:100%;top:0;left:0}.adm-popup-body-position-top .adm-popup-close-icon{right:8px;bottom:8px}.adm-popup-body-position-left{height:100%;top:0;left:0}.adm-popup-body-position-left .adm-popup-close-icon{right:8px;top:8px}.adm-popup-body-position-right{height:100%;top:0;right:0}.adm-popup-body-position-right .adm-popup-close-icon{left:8px;top:8px}.adm-popup-close-icon{cursor:pointer;padding:4px;font-size:18px;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-safe-area{--multiple: var(--adm-safe-area-multiple, 1);display:block;width:100%}.adm-safe-area-position-top{padding-top:calc(env(safe-area-inset-top) * var(--multiple))}.adm-safe-area-position-bottom{padding-bottom:calc(env(safe-area-inset-bottom) * var(--multiple))}.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}.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:24px;min-width:24px}.adm-image-tip>svg{width:24px;height:24px;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);color:var(--adm-color-weak)}.adm-badge-wrapper{display:inline-block;position:relative}.adm-badge{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle;-webkit-box-sizing:content-box;box-sizing:content-box;border-radius:100px;background-color:var(--color);--right: 0;--top: 0;--color: var(--adm-badge-color, var(--adm-color-highlight))}.adm-badge-content{color:var(--adm-color-text-light-solid);-webkit-box-sizing:border-box;box-sizing:border-box;min-width:8px;padding:1px 4px;font-size:var(--adm-font-size-1);line-height:12px;white-space:nowrap;font-weight:400;text-align:center}.adm-badge-fixed{position:absolute;right:var(--right);top:var(--top);-webkit-transform:translate(50%,-50%);transform:translate(50%,-50%)}.adm-badge-dot{min-width:10px;width:10px;height:10px;border-radius:5px}.adm-badge-bordered{border:solid 1px var(--adm-color-text-light-solid)}.adm-button{--color: var(--adm-color-text-light-solid);--text-color: var(--adm-button-text-color, var(--adm-color-text));--background-color: var(--adm-button-background-color, var(--adm-color-background));--border-radius: var(--adm-button-border-radius, 4px);--border-width: var(--adm-button-border-width, 1px);--border-style: var(--adm-button-border-style, solid);--border-color: var(--adm-button-border-color, var(--adm-color-border));color:var(--text-color);background-color:var(--background-color);position:relative;display:inline-block;-webkit-box-sizing:border-box;box-sizing:border-box;height:auto;padding:7px 12px;margin:0;font-size:var(--adm-font-size-9);line-height:1.4;text-align:center;border:var(--border-width) var(--border-style) var(--border-color);border-radius:var(--border-radius);cursor:pointer;-webkit-transition:opacity ease .15s;transition:opacity ease .15s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.adm-button:focus{outline:none}.adm-button:before{position:absolute;top:0;left:0;-webkit-transform:translate(calc(var(--border-width) * -1),calc(var(--border-width) * -1));transform:translate(calc(var(--border-width) * -1),calc(var(--border-width) * -1));width:100%;height:100%;background-color:var(--adm-color-text-dark-solid);border:var(--border-width) var(--border-style) var(--adm-color-text-dark-solid);border-radius:var(--border-radius);opacity:0;content:" ";-webkit-box-sizing:content-box;box-sizing:content-box}.adm-button:active:before{opacity:.08}.adm-button-default.adm-button-fill-outline{--background-color: transparent;--border-color: var(--adm-color-text)}.adm-button-default.adm-button-fill-none{--background-color: transparent;--border-width: 0px}.adm-button:not(.adm-button-default){--text-color: var(--adm-color-text-light-solid);--background-color: var(--color);--border-color: var(--color)}.adm-button:not(.adm-button-default).adm-button-fill-outline{--text-color: var(--color);--background-color: transparent}.adm-button:not(.adm-button-default).adm-button-fill-none{--text-color: var(--color);--background-color: transparent;--border-width: 0px}.adm-button-primary{--color: var(--adm-color-primary)}.adm-button-success{--color: var(--adm-color-success)}.adm-button-danger{--color: var(--adm-color-danger)}.adm-button-warning{--color: var(--adm-color-warning)}.adm-button-block{display:block;width:100%}.adm-button-disabled{cursor:not-allowed;opacity:.4}.adm-button-disabled:active:before{display:none}.adm-button.adm-button-mini{padding-top:3px;padding-bottom:3px;font-size:var(--adm-font-size-main)}.adm-button.adm-button-mini.adm-button-shape-rounded{padding-left:9px;padding-right:9px}.adm-button.adm-button-small{padding-top:3px;padding-bottom:3px;font-size:var(--adm-font-size-7)}.adm-button.adm-button-large{padding-top:11px;padding-bottom:11px;font-size:var(--adm-font-size-10)}.adm-button.adm-button-shape-rounded{--border-radius: 1000px}.adm-button.adm-button-shape-rectangular{--border-radius: 0}.adm-button-loading{vertical-align:bottom}.adm-button-loading-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;height:1.4em;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.adm-button-loading-wrapper>.adm-loading{opacity:.6}.adm-dot-loading{display:inline-block}.adm-picker{--header-button-font-size: var(--adm-font-size-7);--title-font-size: var(--adm-font-size-7);--item-font-size: var(--adm-font-size-8);--item-height: 34px;width:100%;height:300px;overflow:hidden;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;---item-font-size: var(--item-font-size);---item-height: var(--item-height)}.adm-picker .adm-picker-view.adm-picker-view{--item-font-size: var(---item-font-size);--item-height: var(---item-height)}.adm-picker-header{-ms-flex-negative:0;flex-shrink:0;border-bottom:solid 1px var(--adm-color-border);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:4px}.adm-picker-header-button{font-size:var(--header-button-font-size);display:inline-block;padding:8px}.adm-picker-header-button-disabled,.adm-picker-header-button-disabled:active{opacity:.4;cursor:not-allowed}.adm-picker-header-title{padding:4px;font-size:var(--title-font-size);color:var(--adm-color-text);text-align:center;-webkit-box-flex:1;-ms-flex:1;flex:1}.adm-picker-body{-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%;height:100%}.adm-picker-body>.adm-picker-view{--height: 100%}.adm-picker-popup .adm-popup-body{border-top-left-radius:8px;border-top-right-radius:8px}.adm-spin-loading{--color: var(--adm-color-weak);--size: 32px;width:var(--size);height:var(--size)}.adm-spin-loading-svg{width:100%;height:100%;-webkit-animation:adm-spin-loading-rotate .8s infinite linear;animation:adm-spin-loading-rotate .8s infinite linear}.adm-spin-loading-svg>.adm-spin-loading-fill{stroke:var(--color)}@-webkit-keyframes adm-spin-loading-rotate{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes adm-spin-loading-rotate{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.adm-picker-view{--height: 240px;--item-height: 34px;--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;flex: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 6px;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;flex: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-top,.adm-picker-view-mask-bottom{-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:solid 1px var(--adm-color-border);border-bottom:solid 1px 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(#000000));-webkit-mask:linear-gradient(0deg,rgba(0,0,0,.6) 0%,rgba(0,0,0,.8) 50%,#000000 100%);mask:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.6)),color-stop(50%,rgba(0,0,0,.8)),to(#000000));mask:linear-gradient(0deg,rgba(0,0,0,.6) 0%,rgba(0,0,0,.8) 50%,#000000 100%)}.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(#000000));-webkit-mask:linear-gradient(180deg,rgba(0,0,0,.6) 0%,rgba(0,0,0,.8) 50%,#000000 100%);mask:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.6)),color-stop(50%,rgba(0,0,0,.8)),to(#000000));mask:linear-gradient(180deg,rgba(0,0,0,.6) 0%,rgba(0,0,0,.8) 50%,#000000 100%)}.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-cascader-view{--height: auto}.adm-cascader-view-tabs.adm-tabs{--title-font-size: var(--adm-font-size-6);--content-padding: none}.adm-cascader-view-header-title{max-width:84px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.adm-cascader-view-content{height:var(--height);overflow-y:auto}.adm-cascader-view-content>.adm-check-list{--border-inner: none;--border-bottom: none;--border-top: none}.adm-cascader-view-item{font-size:var(--adm-font-size-6)}.adm-cascader-view-item-active{color:var(--adm-color-primary)}.adm-cascader-view .adm-list-inner{margin-bottom:0}.adm-cascader-view-skeleton{padding:16px 12px}.adm-cascader-view-skeleton .adm-skeleton{margin-bottom:16px;--height: 18px;--width: 80%;--border-radius: 2px}.adm-cascader-view-skeleton .adm-skeleton.adm-cascader-view-skeleton-line-3{--width: 90%}.adm-cascader-view-skeleton .adm-skeleton.adm-cascader-view-skeleton-line-4{--width: 60%}.adm-tabs{--title-font-size: var(--adm-font-size-9);--content-padding: 12px;--active-line-height: 2px;--active-line-border-radius: var(--active-line-height);--active-line-color: var(--adm-color-primary);--active-title-color: var(--adm-color-primary);position:relative;min-width:0}.adm-tabs-header{position:relative;border-bottom:solid 1px var(--adm-color-border)}.adm-tabs-tab-list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;overflow-x:scroll;scrollbar-width:none}.adm-tabs-tab-list::-webkit-scrollbar{display:none}.adm-tabs-tab-wrapper{padding:0 12px}.adm-tabs-tab-wrapper-stretch{-webkit-box-flex:1;-ms-flex:auto;flex:auto}.adm-tabs-tab{white-space:nowrap;padding:8px 0 10px;width:-webkit-min-content;width:-moz-min-content;width:min-content;margin:0 auto;font-size:var(--title-font-size);position:relative;cursor:pointer}.adm-tabs-tab-active{color:var(--active-title-color)}.adm-tabs-tab-disabled{opacity:.5;cursor:not-allowed}.adm-tabs-tab-line{position:absolute;bottom:0;height:var(--active-line-height);background:var(--active-line-color);border-radius:var(--active-line-border-radius)}.adm-tabs-content{padding:var(--content-padding)}.adm-tabs-header-mask{position:absolute;top:0;bottom:0;z-index:1;width:30px;height:100%;pointer-events:none}.adm-tabs-header-mask-left{left:0;background:-webkit-gradient(linear,left top,right top,from(var(--adm-color-background)),to(rgba(255,255,255,0)));background:linear-gradient(to right,var(--adm-color-background),rgba(255,255,255,0))}.adm-tabs-header-mask-right{right:0;background:-webkit-gradient(linear,right top,left top,from(var(--adm-color-background)),to(rgba(255,255,255,0)));background:linear-gradient(to left,var(--adm-color-background),rgba(255,255,255,0))}.adm-check-list-item-extra{font-size:var(--adm-font-size-10);line-height:1;color:var(--adm-color-primary)}.adm-check-list-item-readonly{cursor:unset}.adm-list{--header-font-size: var(--adm-font-size-7);--prefix-width: "auto";--prefix-padding-right: 12px;--align-items: center;--active-background-color: var(--adm-color-border);--border-inner: solid 1px var(--adm-color-border);--border-top: solid 1px var(--adm-color-border);--border-bottom: solid 1px var(--adm-color-border);--padding-left: 12px;--padding-right: 12px;--font-size: var(--adm-font-size-9);--extra-max-width: 70%}.adm-list-header{color:var(--adm-color-weak);font-size:var(--header-font-size);padding:8px var(--padding-right) 8px var(--padding-left)}.adm-list-body{background-color:var(--adm-color-background);overflow:hidden;font-size:var(--font-size)}.adm-list-body-inner{margin-top:-1px}.adm-list-default .adm-list-body{border-top:var(--border-top);border-bottom:var(--border-bottom)}.adm-list-card{margin:12px}.adm-list-card .adm-list-body{border-radius:8px}.adm-list-card .adm-list-header{padding-left:0}.adm-list-item{display:block;padding-left:var(--padding-left);position:relative;background-color:var(--adm-color-background);line-height:1.5}.adm-list-item-title,.adm-list-item-description{color:var(--adm-color-weak);font-size:var(--adm-font-size-main)}.adm-list-item-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:var(--align-items);-ms-flex-align:var(--align-items);align-items:var(--align-items);-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;border-top:var(--border-inner);padding-right:var(--padding-right)}.adm-list-item-content-prefix{width:var(--prefix-width);-webkit-box-flex:0;-ms-flex:none;flex:none;padding-right:var(--prefix-padding-right)}.adm-list-item-content-main{-webkit-box-flex:1;-ms-flex:auto;flex:auto;padding:12px 0}.adm-list-item-content-extra{-webkit-box-flex:0;-ms-flex:none;flex:none;padding-left:12px;font-size:var(--adm-font-size-7);color:var(--adm-color-weak);max-width:var(--extra-max-width)}.adm-list-item-content-arrow{-webkit-box-flex:0;-ms-flex:none;flex:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:4px;color:var(--adm-color-light);font-size:19px}.adm-list-item-disabled{cursor:not-allowed}.adm-list-item-disabled.adm-list-item-disabled>.adm-list-item-content>*{opacity:.4;pointer-events:none}a.adm-list-item:active:not(.adm-list-item-disabled){background-color:var(--active-background-color)}a.adm-list-item:active:not(.adm-list-item-disabled):after{content:" ";display:block;position:absolute;width:100%;bottom:-1px;left:0;border-bottom:var(--border-inner)}.adm-skeleton{--width: 100%;--height: 0;--border-radius: 0;background-color:rgba(190,190,190,.2);border-radius:var(--border-radius);width:var(--width);height:var(--height);display:block}.adm-skeleton.adm-skeleton-animated{background:-webkit-gradient(linear,left top,right top,color-stop(25%,rgba(190,190,190,.2)),color-stop(37%,rgba(129,129,129,.24)),color-stop(63%,rgba(190,190,190,.2)));background:linear-gradient(90deg,rgba(190,190,190,.2) 25%,rgba(129,129,129,.24) 37%,rgba(190,190,190,.2) 63%);background-size:400% 100%;-webkit-animation:adm-skeleton-loading 1.4s ease infinite;animation:adm-skeleton-loading 1.4s ease infinite}.adm-skeleton.adm-skeleton-title{--width: 45%;--height: 32px;--border-radius: 2px;margin-bottom:16px;margin-top:16px}.adm-skeleton.adm-skeleton-paragraph-line{--height: 18px;--border-radius: 2px;margin-top:12px;margin-bottom:12px}.adm-skeleton.adm-skeleton-paragraph-line:last-child{--width: 65%}@-webkit-keyframes adm-skeleton-loading{0%{background-position:100% 50%}to{background-position:0 50%}}@keyframes adm-skeleton-loading{0%{background-position:100% 50%}to{background-position:0 50%}}.adm-cascader{width:100%;overflow:hidden;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.adm-cascader-header{-webkit-box-flex:0;-ms-flex:none;flex:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:6px 8px}.adm-cascader-header-button{font-size:var(--adm-font-size-7);display:inline-block;padding:4px}.adm-cascader-header-title{padding:4px;font-size:var(--adm-font-size-7);color:var(--adm-color-text);text-align:center;-webkit-box-flex:1;-ms-flex:1;flex:1}.adm-cascader-body{-webkit-box-flex:1;-ms-flex:auto;flex:auto;height:100%;width:100%}.adm-cascader-body>.adm-cascader-view{--height: 310px}.adm-center-popup{--background-color: var(--adm-center-popup-background-color, var(--adm-color-background));--border-radius: var(--adm-center-popup-border-radius, 8px);--max-width: var(--adm-center-popup-max-width, 75vw);--min-width: var(--adm-center-popup-min-width, 280px);--z-index: var(--adm-center-popup-z-index, 1000);position:fixed;z-index:var(--z-index)}.adm-center-popup .adm-center-popup-mask{z-index:0}.adm-center-popup-wrap{position:fixed;z-index:1;top:50%;left:50%;width:auto;min-width:var(--min-width);max-width:var(--max-width);-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.adm-center-popup-body{background-color:var(--background-color);border-radius:var(--border-radius)}.adm-center-popup-close{position:absolute;z-index:100;right:8px;top:8px;cursor:pointer;padding:4px;font-size:18px;color:var(--adm-color-weak)}.adm-dialog{--z-index: var(--adm-dialog-z-index, 1000);---z-index: var(--z-index)}.adm-dialog .adm-center-popup{--z-index: var(---z-index)}.adm-dialog-body{width:100%;max-height:70vh;font-size:var(--adm-font-size-6);overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.adm-dialog-body>*{-webkit-box-flex:0;-ms-flex:none;flex:none}.adm-dialog-body>.adm-dialog-content{-webkit-box-flex:1;-ms-flex:auto;flex:auto}.adm-dialog-body:not(.adm-dialog-with-image){padding-top:20px}.adm-dialog-image-container{margin-bottom:12px;max-height:40vh}.adm-dialog-header{margin-bottom:8px;padding:0 12px}.adm-dialog-title{margin-bottom:8px;padding:0 12px;font-weight:700;font-size:var(--adm-font-size-10);line-height:25px;text-align:center}.adm-dialog-content{padding:0 12px 20px;max-height:70vh;overflow-x:hidden;overflow-y:auto;font-size:var(--adm-font-size-7);line-height:1.4;color:var(--adm-color-text)}.adm-dialog-content-empty{padding:0;height:12px}.adm-dialog-footer{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.adm-dialog-footer .adm-dialog-action-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;border-top:.5px solid var(--adm-color-border)}.adm-dialog-footer .adm-dialog-action-row>*{-webkit-box-flex:1;-ms-flex:1;flex:1}.adm-dialog-footer .adm-dialog-action-row>.adm-dialog-button{padding:10px;font-size:var(--adm-font-size-10);line-height:25px;border-radius:0;border-right:solid .5px var(--adm-color-border)}.adm-dialog-footer .adm-dialog-action-row>.adm-dialog-button-bold{font-weight:700}.adm-dialog-footer .adm-dialog-action-row>.adm-dialog-button:last-child{border-right:none}.adm-dialog-image-container{overflow-y:auto}.adm-ellipsis{overflow:hidden;line-height:1.5;word-break:break-word}.adm-form{--border-inner: solid 1px var(--adm-border-color);--border-top: solid 1px var(--adm-border-color);--border-bottom: solid 1px var(--adm-border-color);--prefix-width: 6.8em;---border-inner: var(--border-inner);---border-top: var(--border-top);---border-bottom: var(--border-bottom);---prefix-width: var(--prefix-width)}.adm-form .adm-list.adm-list{--padding-left: 16px;--padding-right: 12px;--border-inner: var(---border-inner);--border-top: var(---border-top);--border-bottom: var(---border-bottom)}.adm-form .adm-form-footer{padding:20px 12px}.adm-form .adm-form-item-horizontal.adm-list-item{--prefix-width: var(---prefix-width)}.adm-form-list-operation{text-align:center;color:var(--adm-color-primary)}.adm-form-item+.adm-form-item{border-top:none}.adm-form-item-label{display:block;height:100%;line-height:1.5;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;color:var(--adm-color-text-secondary)}.adm-form-item-label .adm-form-item-required-asterisk{position:absolute;left:-.6em;top:0;font-family:SimSun,sans-serif;color:var(--adm-color-danger);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.adm-form-item-label .adm-form-item-required-text{margin-left:4px;color:var(--adm-color-weak)}.adm-form-item-label-help{margin-left:4px;cursor:pointer}.adm-form-item-child{display:-webkit-box;display:-ms-flexbox;display:flex}.adm-form-item-child-position-normal{-webkit-box-pack:normal;-ms-flex-pack:normal;justify-content:normal}.adm-form-item-child-position-normal>*{-webkit-box-flex:1;-ms-flex:auto;flex:auto}.adm-form-item-child-position-right{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.adm-form-item-child-position-right>*{-webkit-box-flex:0;-ms-flex:none;flex:none}.adm-form-item-feedback-error{color:var(--adm-color-danger);margin-top:4px}.adm-form-item-feedback-warning{color:var(--adm-color-warning);margin-top:4px}.adm-form-item.adm-form-item-hidden{display:none}.adm-form-item.adm-form-item-horizontal.adm-list-item{--align-items: stretch}.adm-form-item.adm-form-item-horizontal .adm-list-item-content-prefix{padding-top:12px;padding-bottom:12px}.adm-form-item.adm-form-item-horizontal .adm-list-item-content-extra{-ms-flex-item-align:center;align-self:center}.adm-form-item.adm-form-item-vertical .adm-form-item-label{font-size:var(--adm-font-size-7);margin-bottom:4px}.adm-popover{--z-index: var(--adm-popover-z-index, 1030);--background: #ffffff;--arrow-size: 8px;--content-padding: 8px 12px;color:var(--adm-color-text);position:absolute;top:0;left:0;z-index:var(--z-index);white-space:normal;text-align:left;cursor:auto;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text;-webkit-animation:none;animation:none}.adm-popover.adm-popover-dark{--background: rgba(0, 0, 0, .75);--adm-color-text: #ffffff;color:#fff}.adm-popover.adm-popover-dark .adm-popover-inner{-webkit-box-shadow:none;box-shadow:none}.adm-popover:after{position:absolute;background:rgba(255,255,255,.01);content:""}.adm-popover-hidden{display:none}.adm-popover-inner{background-color:var(--background);background-clip:padding-box;border-radius:8px;-webkit-box-shadow:0 0 30px 0 rgba(51,51,51,.2);box-shadow:0 0 30px rgba(51,51,51,.2);font-size:var(--adm-font-size-7);width:-webkit-max-content;width:-moz-max-content;width:max-content;min-width:32px;max-width:calc(100vw - 24px);overflow-y:hidden}.adm-popover-inner-content{padding:var(--content-padding)}.adm-popover-arrow{position:absolute;display:block;height:var(--arrow-size);width:var(--arrow-size);overflow:visible;background:transparent}.adm-popover-arrow-icon{display:block;height:var(--arrow-size);width:calc(var(--arrow-size) / 8 * 15);position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%) rotate(var(--arrow-icon-rotate));transform:translate(-50%,-50%) rotate(var(--arrow-icon-rotate))}.adm-popover .adm-popover-arrow{color:var(--background)}.adm-popover-menu{--border-color: var(--adm-color-border)}.adm-popover-menu.adm-popover{--content-padding: 0}.adm-popover-menu-list{overflow:hidden;min-width:120px}.adm-popover-menu-list-inner{margin-top:-1px}.adm-popover-menu-list-scroll{padding-right:2px;overflow-y:scroll;-webkit-overflow-scrolling:auto}.adm-popover-menu-list-scroll::-webkit-scrollbar{-webkit-appearance:none;width:4px}.adm-popover-menu-list-scroll::-webkit-scrollbar-thumb{border-radius:4px;background-color:#ddd}.adm-popover-menu-item{display:-webkit-box;display:-ms-flexbox;display:flex;padding-left:20px;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.adm-popover-menu-item-icon{-webkit-box-flex:0;-ms-flex:none;flex:none;padding-right:8px;font-size:20px}.adm-popover-menu-item-text{-webkit-box-flex:1;-ms-flex:auto;flex:auto;padding:14px 20px 14px 0;border-top:solid 1px var(--border-color)}.adm-popover-menu-item-disabled{cursor:not-allowed}.adm-popover-menu-item-disabled>*{opacity:.4}.adm-popover-menu-item:active:not(.adm-popover-menu-item-disabled){background-color:var(--border-color)}.adm-popover-menu-item:active:not(.adm-popover-menu-item-disabled):after{content:" ";display:block;position:absolute;width:100%;bottom:-1px;left:0;border-bottom:solid 1px var(--border-color)}.adm-popover.adm-popover-dark.adm-popover-menu{--border-color: var(--adm-color-text);--background: rgba(0, 0, 0, .9)}.adm-grid{--gap: 0;--gap-horizontal: var(--gap);--gap-vertical: var(--gap);display:grid;grid-gap:10px;-webkit-column-gap:var(--gap-horizontal);-moz-column-gap:var(--gap-horizontal);column-gap:var(--gap-horizontal);row-gap:var(--gap-vertical);grid-template-columns:repeat(var(--columns),minmax(0,1fr));-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.adm-grid-item{grid-column-end:span var(--item-span)}.adm-image-viewer-content{width:100vw;height:100vh;-ms-touch-action:none;touch-action:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.adm-image-viewer-footer{position:absolute;width:100%;bottom:0;z-index:1}.adm-image-viewer-slides{height:100%;position:relative;z-index:1;cursor:-webkit-grab;cursor:grab;-ms-touch-action:none;touch-action:none}.adm-image-viewer-slides-inner{height:100%;white-space:nowrap}.adm-image-viewer-slides-inner>*{margin-right:16px}.adm-image-viewer-slide{position:relative;width:100%;height:100%;display:inline-block}.adm-image-viewer-control{position:absolute;z-index:1;left:0;top:0;width:100%;height:100%;cursor:-webkit-grab;cursor:grab;-ms-touch-action:none;touch-action:none}.adm-image-viewer-image-wrapper{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-image-viewer-image-wrapper img{display:block;max-width:100%;max-height:100%}.adm-image-viewer-indicator{position:absolute;z-index:2;left:50%;top:12px;-webkit-transform:translateX(-50%);transform:translate(-50%);color:var(--adm-color-border);font-size:var(--adm-font-size-6)}.adm-space-item{-webkit-box-flex:0;-ms-flex:none;flex:none}.adm-space{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;--gap: 8px;--gap-vertical: var(--gap);--gap-horizontal: var(--gap)}.adm-space-vertical{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.adm-space-vertical>.adm-space-item{margin-bottom:var(--gap-vertical)}.adm-space-vertical>.adm-space-item:last-child{margin-bottom:0}.adm-space-horizontal{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.adm-space-horizontal:not(:empty){margin-right:calc(var(--gap-horizontal) * -1)}.adm-space-horizontal>.adm-space-item{margin-right:var(--gap-horizontal)}.adm-space-horizontal.adm-space-wrap{-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:calc(var(--gap-vertical) * -1)}.adm-space-horizontal.adm-space-wrap>.adm-space-item{padding-bottom:var(--gap-vertical)}.adm-space.adm-space-block{display:-webkit-box;display:-ms-flexbox;display:flex}.adm-space-align-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.adm-space-align-start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.adm-space-align-end{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.adm-space-align-baseline{-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}.adm-space-justify-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.adm-space-justify-start{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.adm-space-justify-end{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.adm-space-justify-between{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.adm-space-justify-around{-ms-flex-pack:distribute;justify-content:space-around}.adm-space-justify-evenly{-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly}.adm-space-justify-stretch{-webkit-box-pack:stretch;-ms-flex-pack:stretch;justify-content:stretch}.adm-image-uploader{--cell-size: 80px;--gap: 12px;---gap: var(--gap);---gap-horizontal: var(--gap-horizontal, var(--gap));---gap-vertical: var(--gap-vertical, var(--gap))}.adm-image-uploader-grid,.adm-image-uploader-space{--gap: var(---gap);--gap-horizontal: var(---gap-horizontal);--gap-vertical: var(---gap-vertical)}.adm-image-uploader-cell{position:relative;width:var(--cell-size);height:var(--cell-size);border-radius:4px;overflow:hidden}.adm-image-uploader-cell-fail{border:red solid 1px;-webkit-box-sizing:border-box;box-sizing:border-box}.adm-image-uploader-cell-delete{position:absolute;top:0;right:0;width:14px;height:14px;background-color:rgba(0,0,0,.7);border-radius:0 0 0 12px;font-size:8px;color:var(--adm-color-white);cursor:pointer}.adm-image-uploader-cell-delete-icon{position:absolute;left:4px;top:3px}.adm-image-uploader-cell-mask{position:absolute;top:0;right:0;bottom:0;left:0;color:var(--adm-color-white);background-color:rgba(50,50,51,.88)}.adm-image-uploader-cell-loading{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:100%;-webkit-box-sizing:border-box;box-sizing:border-box;padding-top:8px}.adm-image-uploader-cell-mask-message{display:inline-block;padding:6px 4px;font-size:var(--adm-font-size-4)}.adm-image-uploader-cell-image{width:var(--cell-size);height:var(--cell-size)}.adm-image-uploader-upload-button-wrap{position:relative}.adm-image-uploader-upload-button-wrap .adm-image-uploader-upload-button{background-color:var(--adm-color-box);text-align:center;line-height:var(--cell-size);display:block}.adm-image-uploader-upload-button-wrap .adm-image-uploader-upload-button-icon{color:var(--adm-color-weak);font-size:32px}.adm-image-uploader-upload-button-wrap .adm-image-uploader-input{cursor:pointer;position:absolute;opacity:0;left:0;top:0;width:100%;height:100%;border-radius:4px}.adm-image-uploader .adm-image-uploader-gap-measure{position:absolute;left:0;top:0;height:var(--gap-horizontal);width:0}.adm-infinite-scroll{color:var(--adm-color-weak);padding:18px;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:8px}.adm-input{--font-size: var(--adm-font-size-9);--color: var(--adm-color-text);--placeholder-color: var(--adm-color-light);--text-align: left;--background-color: transparent;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;max-width:100%;max-height:100%;min-height:24px;background-color:var(--background-color)}.adm-input-disabled{opacity:.4;cursor:not-allowed}.adm-input-element{-webkit-box-flex:1;-ms-flex:auto;flex:auto;display:inline-block;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;max-width:100%;max-height:100%;padding:0;margin:0;color:var(--color);font-size:var(--font-size);line-height:1.5;background:transparent;border:0;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;min-height:1.5em;text-align:var(--text-align)}.adm-input-element::-webkit-input-placeholder{color:var(--placeholder-color);font-family:inherit}.adm-input-element::-moz-placeholder{color:var(--placeholder-color);font-family:inherit}.adm-input-element:-ms-input-placeholder{color:var(--placeholder-color);font-family:inherit}.adm-input-element::-ms-input-placeholder{color:var(--placeholder-color);font-family:inherit}.adm-input-element::placeholder{color:var(--placeholder-color);font-family:inherit}.adm-input-element:-webkit-autofill{background-color:transparent}.adm-input-element:-moz-read-only{cursor:default}.adm-input-element:read-only{cursor:default}.adm-input-element:invalid{-webkit-box-shadow:none;box-shadow:none}.adm-input-element::-ms-clear{display:none}.adm-input-element::-ms-reveal{display:none}.adm-input-element::-webkit-search-cancel-button{display:none}.adm-input-element::-webkit-search-decoration{display:none}.adm-input-element:disabled{opacity:1}.adm-input-element[type=date],.adm-input-element[type=time],.adm-input-element[type=datetime-local]{min-height:1.5em}.adm-input-element[type=search]{-webkit-appearance:none}.adm-input-element[readonly]{pointer-events:none}.adm-input-clear{-webkit-box-flex:0;-ms-flex:none;flex:none;margin-left:8px;color:var(--adm-color-light);padding:4px;cursor:pointer}.adm-input-clear:active{color:var(--adm-color-weak)}.adm-input-clear .antd-mobile-icon{display:block;font-size:var(--adm-font-size-7)}.adm-modal{--z-index: var(--adm-modal-z-index, 1000);---z-index: var(--z-index)}.adm-modal .adm-center-popup{--z-index: var(---z-index)}.adm-modal-body{width:100%;max-height:70vh;font-size:var(--adm-font-size-6);overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.adm-modal-body>*{-webkit-box-flex:0;-ms-flex:none;flex:none}.adm-modal-body>.adm-modal-content{-webkit-box-flex:1;-ms-flex:auto;flex:auto}.adm-modal-body:not(.adm-modal-with-image){padding-top:20px}.adm-modal-image-container{margin-bottom:12px;max-height:40vh;overflow-y:scroll}.adm-modal-header{margin-bottom:8px;padding:0 12px}.adm-modal-title{margin-bottom:8px;padding:0 12px;font-weight:700;font-size:var(--adm-font-size-10);line-height:25px;text-align:center}.adm-modal-content{padding:0 12px 12px;max-height:70vh;overflow-x:hidden;overflow-y:auto;font-size:var(--adm-font-size-7);line-height:1.4;color:var(--adm-color-text)}.adm-modal-footer{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;padding:8px 12px 12px}.adm-modal-footer-empty{padding:0;height:8px}.adm-modal-footer.adm-space{--gap-vertical: 20px}.adm-modal-footer .adm-modal-button{font-size:var(--adm-font-size-10);line-height:25px}.adm-modal-footer .adm-modal-button:not(.adm-modal-button-primary){padding-top:0;padding-bottom:0}.adm-modal-footer .adm-modal-button:not(.adm-modal-button-primary):before{display:none}.adm-modal-footer .adm-modal-button:not(.adm-modal-button-primary):active{opacity:.7}.adm-radio{--icon-size: 22px;--font-size: var(--adm-font-size-9);--gap: 8px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;vertical-align:text-bottom;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}.adm-radio input[type=radio]{display:none}.adm-radio .adm-radio-icon{-webkit-box-flex:0;-ms-flex:none;flex:none;border:1px solid var(--adm-color-light);border-radius:var(--icon-size);-webkit-box-sizing:border-box;box-sizing:border-box;width:var(--icon-size);height:var(--icon-size);color:var(--adm-color-text-light-solid)}.adm-radio .adm-radio-icon>svg{display:block;width:100%;height:100%}.adm-radio.adm-radio-block{display:-webkit-box;display:-ms-flexbox;display:flex}.adm-radio.adm-radio-checked .adm-radio-icon{border-color:var(--adm-color-primary);background-color:var(--adm-color-primary)}.adm-radio.adm-radio-disabled{cursor:not-allowed}.adm-radio.adm-radio-disabled .adm-radio-content{opacity:.4}.adm-radio.adm-radio-disabled .adm-radio-icon{color:var(--adm-color-light);border-color:var(--adm-color-light);background-color:var(--adm-color-fill-content)}.adm-radio .adm-radio-custom-icon{font-size:var(--icon-size)}.adm-radio-content{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;font-size:var(--font-size);padding-left:var(--gap)}.adm-rate{--star-size: 24px;--active-color: var(--adm-color-yellow);--inactive-color: var(--adm-color-border);--inactive-color-half: var(--adm-color-border);display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.adm-rate-box{position:relative}.adm-rate-star{padding:.125em;line-height:var(--star-size);font-size:var(--star-size);color:var(--inactive-color);text-align:center;overflow:hidden;cursor:pointer;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:all .3s;transition:all .3s}.adm-rate-star-half{padding-right:0;width:50%;position:absolute;left:0;top:0}.adm-rate-star-active{color:var(--active-color)}.adm-rate-star-readonly{cursor:unset}.adm-rate.adm-rate-half .adm-rate-star-half:not(.adm-rate-star-active){color:var(--inactive-color-half)}@-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: 31px;--width: 51px;--border-width: 2px;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:31px;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% - 2 * var(--border-width));height:calc(var(--height) - 2 * var(--border-width));border-radius:calc(var(--height) - 2 * var(--border-width));-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) - 2 * var(--border-width));height:calc(var(--height) - 2 * var(--border-width));border-radius:calc(var(--height) - 2 * var(--border-width));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 2px 0 rgba(0,0,0,.2),0 2px 11.5px 0 rgba(0,0,0,.08),-1px 2px 2px 0 rgba(0,0,0,.1);box-shadow:0 0 2px rgba(0,0,0,.2),0 2px 11.5px rgba(0,0,0,.08),-1px 2px 2px 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 8px 0 calc(var(--height) - var(--border-width) + 5px);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) + 5px) 0 8px;color:var(--adm-color-text-light-solid)}.adm-switch.adm-switch-disabled{cursor:not-allowed;opacity:.4}.adm-switch-spin-icon{width:14px;height:14px;-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:204px;max-height:70%;overflow:auto;color:#fff;word-break:break-all;background-color:rgba(0,0,0,.7);border-radius:8px;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:initial}.adm-toast-mask .adm-toast-main-text{padding:12px;min-width:0}.adm-toast-mask .adm-toast-main-icon{padding:35px 12px;min-width:150px}.adm-toast-mask .adm-toast-main-icon .adm-toast-icon{text-align:center;margin-bottom:8px;font-size:36px;line-height:1}.adm-toast-loading{--size: 48px;margin:0 auto 8px}.loading-mask .adm-toast-main{background-color:transparent;overflow:hidden}.login-box{position:relative;z-index:1001}.login-box .login-img{width:100%;height:1.2rem;-o-object-fit:cover;object-fit:cover}.login-box .title{text-align:center;font-size:.34rem;font-weight:700;padding:.4rem 0 .3rem}.login-box .login-form{--border-top: none;--border-bottom: none;padding:0 .2rem}.login-box .login-form .submit-btn .btn{width:4rem;height:.8rem;border-radius:1rem;background-color:#fcd904;display:block;font-weight:700;font-size:.32rem;margin:auto;letter-spacing:.4rem;padding-left:calc(.4rem + .4rem / 2)}.login-box .login-form .adm-button:before{background:transparent;border:none}.login-box .login-form .code-btn{border:none;color:#999;height:.6rem;font-size:.26rem}.login-box .login-form .adm-list-item-content-main{padding:.3rem 0}.login-box .login-form .form-item{border-bottom:.02rem solid #dfdfdf}.login-box .login-form .form-item input{font-size:.26rem}.login-box .login-form .form-item .adm-form-item-feedback-error{font-size:.24rem}@media screen and (orientation: landscape){.home-box .home-right{padding-left:1.22rem;overflow:hidden;height:100vh}.home-box .hot-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:.3rem}.home-box .hot-title .lf{font-weight:700;font-size:.28rem;color:#000}.home-box .hot-title .rg{font-size:.26rem;display:-webkit-box;display:-ms-flexbox;display:flex;cursor:pointer}.home-box .hot-title .rg i{background:url(https://www.giraffar.com/web-static/wsq/wsq-web//btn_huanyihuan.png) no-repeat 0 0/100% 100%;width:.26rem;height:.24rem;margin-right:.06rem}.home-box .hot-title .rg i.rotate_ani{-webkit-animation:refresh_ani .6s linear forwards;animation:refresh_ani .6s linear forwards}@-webkit-keyframes refresh_ani{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes refresh_ani{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.home-box .main-center{padding:.16rem .16rem 0;background-color:#f5f5f5;height:calc(100% - .98rem);overflow:hidden auto}.home-box .layered-style{background-color:#fff;border-radius:.1rem .1rem 0 0}.home-box .hot-news{background-color:#fff;border-radius:.1rem .1rem 0 0;padding:.2rem .16rem 0}.home-box .son-box{display:-webkit-box;display:-ms-flexbox;display:flex;background-color:#fff;border-radius:.1rem .1rem 0 0;padding:.2rem .16rem 0}.home-box .son-box .son-p{background-color:#f7f7f7;color:#a4a4a4;font-size:.26rem;line-height:.36rem;padding:.1rem .26rem;border-radius:.4rem;margin-right:.2rem;cursor:pointer}.home-box .son-box .son-p.active{background-color:#eaf9fe;color:#5bc4f1}.home-box .news-list{background-color:#fff;--adm-color-border: transparent;padding:0 .16rem}}@media screen and (orientation: portrait){.home-box{background-color:#f5f5f5}.home-box .main-center{padding:.16rem 0 1.1rem}.home-box .home-right{height:calc(100% - 1.1rem);overflow:hidden auto}.home-box .hot-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:.3rem}.home-box .hot-title .lf{font-weight:700;font-size:.28rem;color:#000}.home-box .hot-title .rg{font-size:.26rem;display:-webkit-box;display:-ms-flexbox;display:flex;cursor:pointer}.home-box .hot-title .rg i{background:url(https://www.giraffar.com/web-static/wsq/wsq-web//btn_huanyihuan.png) no-repeat 0 0/100% 100%;width:.26rem;height:.24rem;margin-right:.06rem}.home-box .hot-news{background-color:#fff;border-radius:.1rem .1rem 0 0;padding:.2rem .16rem 0}.home-box .son-box{display:-webkit-box;display:-ms-flexbox;display:flex;background-color:#fff;border-radius:.1rem .1rem 0 0;padding:.2rem .16rem 0}.home-box .son-box .son-p{background-color:#f7f7f7;color:#a4a4a4;font-size:.26rem;line-height:.36rem;padding:.1rem .14rem;border-radius:.4rem;margin-right:.2rem;cursor:pointer}.home-box .son-box .son-p.active{background-color:#eaf9fe;color:#5bc4f1}.home-box .news-list{background-color:#fff;--adm-color-border: transparent;padding:0 .16rem}}@media screen and (orientation: landscape){.imgSwiper-box{width:100%;background-color:#fff;border-radius:.1rem;margin-bottom:.2rem}.imgSwiper-box .banner-box{width:3.8rem;height:2rem;position:relative}.imgSwiper-box .banner-box .img{width:100%;height:100%;border-radius:.1rem;-o-object-fit:cover;object-fit:cover}.imgSwiper-box .banner-box .desc{position:absolute;bottom:0;width:100%;padding:0 .1rem;-webkit-box-sizing:border-box;box-sizing:border-box;background:rgba(0,0,0,.6);border-radius:0 0 .1rem .1rem;color:#fff;font-size:.26rem;line-height:.36rem;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;word-break:break-all}.imgSwiper-box .swiper-pagination{display:none}}@media screen and (orientation: portrait){.imgSwiper-box{width:100%;background-color:#fff;border-radius:.1rem;margin-bottom:.2rem}.imgSwiper-box .banner-box{width:100%;height:3.5rem;position:relative}.imgSwiper-box .img{width:100%;height:100%;border-radius:.1rem;-o-object-fit:cover;object-fit:cover}.imgSwiper-box .desc{position:absolute;bottom:0;width:100%;padding:.06rem .1rem;-webkit-box-sizing:border-box;box-sizing:border-box;background:rgba(0,0,0,.6);border-radius:0 0 .1rem .1rem;color:#fff;font-size:.26rem;line-height:.4rem;word-break:break-all}.imgSwiper-box .swiper-pagination{text-align:right;padding:0 .1rem;-webkit-box-sizing:border-box;box-sizing:border-box}.imgSwiper-box .swiper-pagination-bullet{width:.2rem;height:.2rem;border-radius:50%;border:.01rem solid #000000be;background:#83a1ad;opacity:.6}.imgSwiper-box .swiper-pagination-bullet-active{background-color:#fff;opacity:1}}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0px,0,0);transform:translateZ(0)}.swiper-horizontal{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-vertical{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-slide{-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-backface-hidden .swiper-slide{-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{-webkit-perspective:1200px;perspective:1200px}.swiper-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{-ms-scroll-snap-type:y mandatory;scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{-ms-scroll-snap-type:none;scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";-ms-flex-negative:0;flex-shrink:0;-webkit-box-ordinal-group:10000;-ms-flex-order:9999;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;transform-origin:50%;-webkit-box-sizing:border-box;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{-webkit-animation:swiper-preloader-spin 1s infinite linear;animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@-webkit-keyframes swiper-preloader-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes swiper-preloader-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s opacity;transition:.3s opacity;-webkit-transform:translate3d(0,0,0);transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(.33);transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;-webkit-transform:translate3d(0px,-50%,0);transform:translate3d(0,-50%,0)}.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:.2s top,.2s -webkit-transform;transition:.2s top,.2s -webkit-transform;transition:.2s transform,.2s top;transition:.2s transform,.2s top,.2s -webkit-transform}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);transform:translate(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s left,.2s -webkit-transform;transition:.2s left,.2s -webkit-transform;transition:.2s transform,.2s left;transition:.2s transform,.2s left,.2s -webkit-transform}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s right,.2s -webkit-transform;transition:.2s right,.2s -webkit-transform;transition:.2s transform,.2s right;transition:.2s transform,.2s right,.2s -webkit-transform}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.information-item{display:-webkit-box;display:-ms-flexbox;display:flex;padding:.3rem 0;border-bottom:1px solid #dfdfdf}.information-item .info-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-right:.3rem;-webkit-box-flex:1;-ms-flex:1;flex:1}.information-item .info-text .describe-info{height:1.1rem}.information-item .info-text .time{font-size:.24rem;margin-right:.16rem;color:#999}.information-item .info-text .title{font-size:.28rem;line-height:.36rem;color:#222;-webkit-box-flex:1;-ms-flex:1;flex:1}.information-item .info-text .title .key-red{color:#ff1600;font-style:normal}.information-item .info-text .user{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;color:#999}.information-item .info-text .status{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;font-size:.24rem;padding-right:.3rem}.information-item .info-text .status .label{width:1.2rem;padding:.1rem 0;text-align:center;color:#fff;border-radius:.1rem}.information-item .info-text .status .label-issue{width:1.2rem;padding:.1rem 0;text-align:center;color:#fff;border-radius:.1rem;background-color:#68c6ea}.information-item .info-text .status .label-audit{width:1.2rem;padding:.1rem 0;text-align:center;color:#fff;border-radius:.1rem;-webkit-filter:grayscale(1);filter:grayscale(1);background-color:#68c6ea}.information-item .info-text .status .label-noPass{width:1.2rem;padding:.1rem 0;text-align:center;color:#fff;border-radius:.1rem;background-color:#bb5354}.information-item .info-text .status .reason{color:#bb5354;margin-top:.1rem;line-height:.3rem}.information-item .info-text .name{font-size:.26rem}.information-item .info-text .view-count{font-size:.26rem;position:relative}.information-item .info-text .view-count:after{content:"";position:absolute;top:.04rem;left:-.34rem;width:.28rem;height:.16rem;background:url(https://www.giraffar.com/web-static/wsq/wsq-web//preview-open.png) no-repeat 0 0/100% 100%;-webkit-filter:contrast(.5);filter:contrast(.5);margin:auto}.information-item .info-img{width:1.35rem;height:1.35rem;font-size:.26rem}.information-item .info-img img{width:100%;height:100%;border-radius:.1rem;-o-object-fit:cover;object-fit:cover}.player-circle{border-bottom:1px solid #dfdfdf;padding:0 0 .2rem}.player-circle .post_user-box{padding:.2rem 0}.player-circle .content-box{color:#333;padding:0 0 .2rem;font-size:.26rem;line-height:.36rem}.player-circle .content-box .sonContent{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;word-break:break-all;margin-bottom:.1rem}.player-circle .content-box .sonContent .img{height:.4rem;vertical-align:bottom;margin-right:.06rem}.player-circle .content-box .sonContent .key-red{color:#ff1600;font-style:normal}.player-circle .content-box .html-box{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;word-break:break-all}.player-circle .content-box .vote-box{line-height:.5rem}.player-circle .content-box .vote-box img{height:.48rem;vertical-align:top;margin-right:.06rem}.player-circle .content-box .video-box{position:relative;cursor:pointer}.player-circle .content-box .video-box:before{content:"";position:absolute;background-color:rgba(0,0,0,.204);width:100%;height:100%;border-radius:.1rem}.player-circle .content-box .video-box:after{content:"";position:absolute;left:0;right:0;top:0;bottom:0;width:0;height:0;margin:auto auto auto 50%}.player-circle .content-box .video-box img{width:100%;-o-object-fit:cover;object-fit:cover;border-radius:.1rem}.player-circle .content-box .imgStyle{display:-webkit-box;display:-ms-flexbox;display:flex}.player-circle .content-box .imgStyle .img-box{margin-right:.2rem;position:relative}.player-circle .content-box .imgStyle .img-box:last-child{margin-right:0}.player-circle .content-box .imgStyle .img{height:100%;-o-object-fit:cover;object-fit:cover;border-radius:.1rem}.player-circle .content-box .oneImg{display:-webkit-box;display:-ms-flexbox;display:flex}.player-circle .content-box .oneImg .img-box{margin-right:.2rem;position:relative}.player-circle .content-box .oneImg .img-box:last-child{margin-right:0}.player-circle .content-box .oneImg .img{height:100%;-o-object-fit:cover;object-fit:cover;border-radius:.1rem}.player-circle .content-box .twoImg{display:-webkit-box;display:-ms-flexbox;display:flex}.player-circle .content-box .twoImg .img-box{margin-right:.2rem;position:relative}.player-circle .content-box .twoImg .img-box:last-child{margin-right:0}.player-circle .content-box .twoImg .img{height:100%;-o-object-fit:cover;object-fit:cover;border-radius:.1rem}.player-circle .content-box .twoImg .img-box img{width:100%}.player-circle .content-box .thirdImg{display:-webkit-box;display:-ms-flexbox;display:flex}.player-circle .content-box .thirdImg .img-box{margin-right:.2rem;position:relative}.player-circle .content-box .thirdImg .img-box:last-child{margin-right:0}.player-circle .content-box .thirdImg .img{height:100%;-o-object-fit:cover;object-fit:cover;border-radius:.1rem}.player-circle .content-box .thirdImg img{width:100%}.player-circle .content-box .thirdImg .moreLen{width:1rem;height:.46rem;line-height:.46rem;font-style:normal;background-color:rgba(0,0,0,.8);color:#fff;text-align:center;border-radius:.1rem;position:absolute;right:0;bottom:0}.player-circle .content-box .thirdImg .img-box img{width:2rem;height:2rem;display:block;-webkit-filter:drop-shadow(0 0 .1rem #bebebe);filter:drop-shadow(0 0 .1rem #bebebe)}.player-circle .topDynamic-cont{min-height:1.8rem}.player-circle .operation{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.player-circle .operation .type{font-size:.2rem;background:#c0c1c2;color:#fff;padding:.1rem .2rem;border-radius:.2rem;cursor:pointer}.player-circle .operation .rg-box{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:.26rem}.player-circle .operation .rg-box .img{height:.36rem;margin-right:.06rem}.player-circle .operation .rg-box .like-icon{-ms-flex-item-align:start;align-self:start}.player-circle .operation .rg-box .operation-item{color:gray;margin-left:.4rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}@media screen and (orientation: landscape){.player-circle .content-box .video-box{width:3rem;height:1.6rem}.player-circle .content-box .video-box img{height:inherit}.player-circle .content-box .video-box:after{border:.2rem solid transparent;border-left-color:#fff}.player-circle .content-box .landImgStyle{height:1.6rem}.player-circle .content-box .oneImg .img-box{height:1.6rem;width:1.6rem}.player-circle .content-box .oneImg .img-box img{width:100%}.player-circle .content-box .twoImg .img-box,.player-circle .content-box .thirdImg .img-box{width:3rem;height:1.6rem}.player-circle .topDynamic-cont{position:relative}.player-circle .topDynamic-cont .sonContent{-webkit-line-clamp:1;width:70%}.player-circle .topDynamic-cont .oneImg{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:end;position:absolute;top:0;right:0}}@media screen and (orientation: portrait){.player-circle .content-box .video-box{width:6.8rem;height:3.5rem}.player-circle .content-box .video-box img{height:inherit}.player-circle .content-box .video-box:after{border:.32rem solid transparent;border-left-color:#fff}.player-circle .content-box .oneImg .img-box{max-height:3.5rem}.player-circle .content-box .oneImg .img-box img{max-width:100%}.player-circle .content-box .twoImg .img-box{width:50%;height:2.2rem}}.post-user{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.post-user .user-rg{font-size:.24rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:distribute;justify-content:space-around;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.post-user .user-rg .text{color:#999}.post-user .user-rg .follow-btn{width:1.3rem;height:.5rem;line-height:.5rem;text-align:center;color:#fff;background-color:#68c6ea;border-radius:.1rem;cursor:pointer}.post-user .user-rg .follow-btn.follow-gray{-webkit-filter:grayscale(1);filter:grayscale(1)}.user-profile{display:-webkit-box;display:-ms-flexbox;display:flex}.user-profile .left-head{position:relative}.user-profile .left-head .sex-img{position:absolute;right:.1rem;bottom:.08rem;width:.26rem}.user-profile .user-img{width:.8rem;height:.8rem;border-radius:50%;border:1px solid #5bc4f1;margin-right:.16rem;-o-object-fit:cover;object-fit:cover;display:block}.user-profile .descript{font-size:.24rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:self-start;-ms-flex-align:self-start;align-items:self-start}.user-profile .descript .user-name{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.user-profile .descript .user-name .u-text{margin-right:.2rem}.user-profile .descript .user-name .level{font-size:.22rem;color:#fff;margin-left:.06rem;background-color:#999;padding:.04rem .1rem;border-radius:.04rem}.user-profile .descript .region{color:#999;margin-top:.12rem}.verify-badge{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;font-size:.22rem}.verify-badge .img{width:.3rem;height:.3rem;margin-right:.1rem}.verify-badge .redvText{color:gray}.verify-badge .bluevText{color:#1296db}.postAction-popup{font-size:.3rem}.postAction-popup .action-popup{border-radius:.1rem}.postAction-popup .action-menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:.1rem .3rem;border-bottom:1px solid #f5f5f5;cursor:pointer}.postAction-popup .action-menu:first-child{border-radius:.1rem}.postAction-popup .action-menu:hover{background-color:#f5f5f5}.postAction-popup .action-menu .lf-img{width:.6rem;margin-right:.1rem}.postAction-popup .action-menu .rg-text{-webkit-box-flex:1;-ms-flex:1;flex:1;color:#4a4a4a}.postAction-popup .cancel-popup{text-align:center;padding:.26rem 0;cursor:pointer}.reportPopup-box{background-color:#fff}.reportPopup-box .report-title{height:.8rem;line-height:.8rem;font-size:.3rem;font-weight:700;text-align:center;background-color:#fff;border-bottom:.01rem solid #dfdfdf}.reportPopup-box .report-card{font-size:.26rem}.reportPopup-box .report-card .type-title{height:.4rem;line-height:.4rem;padding:0 .2rem;background-color:#ebeaea;border:.01rem solid #dfdfdf}.reportPopup-box .report-card .report-option{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:.2rem .3rem}.reportPopup-box .report-card .report-option .option-item{width:2rem;height:.6rem;background-color:#f7f6f6;line-height:.6rem;margin:0 .16rem .16rem 0;border-radius:.1rem;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;cursor:pointer}.reportPopup-box .report-card .report-option .option-item.active{background-color:#68c6ea;color:#fff;border-radius:.1rem}.reportPopup-box .report-card .report-option .option-item.active img{-webkit-filter:brightness(10);filter:brightness(10)}.reportPopup-box .report-card .report-option .option-item img{height:.36rem;margin-left:.06rem}.reportPopup-box .report-submit{width:3rem;height:.7rem;line-height:.7rem;text-align:center;color:#fff;font-size:.28rem;margin:1rem auto 0;background-color:#68c6ea;border-radius:.1rem;cursor:pointer}.reportPopup-box .tips-text{font-size:.28rem;text-align:right}.reportPopup-box .tips-text i{color:#68c6ea;font-style:normal;cursor:pointer}.dialog-style{padding-top:.2rem!important}.dialog-style .adm-dialog-title{font-size:.24rem;margin-bottom:0}.dialog-style .adm-dialog-content{font-size:.2rem;padding:.2rem .3rem .3rem;text-align:center}.dialog-style .adm-dialog-footer .adm-button{font-size:.2rem;padding:.16rem 0}.latest-dynamic{background-color:#fff;border-radius:.1rem;padding:0 .16rem}.latest-dynamic .latest-title{height:.7rem;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;border-bottom:1px solid #dfdfdf}.latest-dynamic .latest-title .lf{font-weight:700;font-size:.28rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#000}.latest-dynamic .latest-title .lf i{background:url(https://www.giraffar.com/web-static/wsq/wsq-web//new.png) no-repeat 0 0/100% 100%;width:.5rem;height:.31rem;margin-right:.1rem}.latest-dynamic .latest-title .rg{font-size:.26rem}.latest-dynamic .latest-title .rg .screen{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}.latest-dynamic .latest-title .rg .triangle-icon{width:0;height:0;margin-left:.1rem;border-inline:.12rem solid transparent;-webkit-border-before:.16rem solid #999;border-block-start:.16rem solid #999}.latest-dynamic .latest-title .screen-box{width:1.8rem;font-size:.24rem;border-radius:.04rem;border:1px solid #dfdfdf;background-color:#fff;position:absolute;right:0;top:.7rem;z-index:1}.latest-dynamic .latest-title .screen-box p{height:.6rem;line-height:.6rem;text-align:center;cursor:pointer}.latest-dynamic .latest-title .screen-box p:hover,.latest-dynamic .latest-title .screen-box .active{color:#999;background-color:#f1f1f1}.latest-dynamic .latest-list .adm-list-item-content-main{padding:0}@media screen and (orientation: landscape){.panel-box{padding:1rem .3rem 0;border-radius:.3rem;right:.2rem;top:1rem}.panel-box .close-icon{width:.5rem;height:.5rem}.panel-box .panel-item{height:1rem}}@media screen and (orientation: portrait){.panel-box{bottom:0rem;width:100%;padding:.6rem 20% 0;border-radius:.3rem .3rem 0 0;-webkit-box-sizing:border-box;box-sizing:border-box}.panel-box .close-icon{width:.6rem;height:.6rem}.panel-box .panel-item{height:1rem}}.publish-panel .close-icon{background:url(https://www.giraffar.com/web-static/wsq/wsq-web//edit_close.png) no-repeat 0 0/100% 100%;position:absolute;top:.1rem;right:.1rem;cursor:pointer}.publish-panel .panel-box{background-color:#fff;position:absolute;z-index:10}.publish-panel .panel-box .panel-item{color:#515151;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;margin-bottom:.6rem}.publish-panel .panel-box .panel-item .img{height:100%}.publish-panel .panel-box .panel-item .rg{height:100%;margin-left:.1rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly}.publish-panel .panel-box .panel-item .rg span{font-size:.3rem}.publish-panel .panel-box .panel-item .rg i{font-style:normal;font-size:.24rem}.user-posting .postingPopup-box{z-index:999}.user-posting .postingPopup-box .post_popup-box{background-color:#fff}.user-posting .posting-box{min-height:3rem;overflow-y:auto}.user-posting .postingTop-full{height:.8rem;padding:0 .3rem;border-bottom:.01rem solid #dfdfdf;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:end}.user-posting .postingTop-full .back-icon{background:url(https://www.giraffar.com/web-static/wsq/wsq-web/back.png) no-repeat 0 0/100% 100%;width:.4rem;height:.4rem;cursor:pointer;position:absolute;left:.3rem}.user-posting .postingTop-full .save{color:#68c6ea;border-bottom:.01rem solid #68c6ea;margin-right:.2rem;cursor:pointer}.user-posting .postingTop-full .next{color:#fff;font-size:.26rem;background-color:#68c6ea;border-radius:.3rem;padding:.1rem .3rem;cursor:pointer}.user-posting .posting-content{padding:0 .2rem;position:relative}.user-posting .posting-content .column-editor{padding:.2rem .1rem}.user-posting .posting-content .dynamic-editor{height:30vh;padding:.2rem .1rem}.user-posting .posting-content .posting-menu{position:fixed;bottom:0}.user-posting .title-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:.01rem solid #dfdfdf}.user-posting .title-box .input-box{height:.8rem;padding:0 .1rem}.user-posting .title-box .input-box .adm-input-element{font-size:.28rem}.user-posting .title-box .length{font-size:.28rem;color:#b6b6b6;width:1.2rem}.user-posting .files-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:1rem}.user-posting .files-list .upload-file{width:2rem;height:2rem;border:1px solid #dfdfdf;background-color:#dedede;border-radius:.1rem;position:relative;cursor:pointer}.user-posting .files-list .upload-file .add-icon{height:100%;font-size:1.4rem;color:#fff;margin:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.image-cropper{position:relative;width:80%;height:90%;margin:auto}.image-cropper .cropper-controls{position:absolute;bottom:-10%;left:0;right:0;width:4rem;margin:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.image-cropper .cropper-controls .adm-button{font-size:.22rem}.fileUploader-box .file-uploader .adm-image-uploader-cell-delete{width:.6rem;height:.6rem;font-size:.5rem;border-radius:0 0 0 .3rem}.fileUploader-box .file-uploader .adm-image-uploader-cell-delete .adm-image-uploader-cell-delete-icon{position:absolute;top:.04rem;left:0;right:0;margin:auto}.fileUploader-box .file-uploader .adm-image-uploader-cell,.fileUploader-box .file-uploader .adm-image-uploader-cell .adm-image{width:2rem;height:2rem}.fileUploader-box .video-style .adm-image-uploader-cell,.fileUploader-box .video-style .adm-image-uploader-cell .adm-image{width:5rem;height:3rem}.fileUploader-box .videoFile-render{position:relative}.fileUploader-box .videoFile-render .video-preview{width:5rem;height:3rem;-o-object-fit:contain;object-fit:contain;background-color:#000}.fileUploader-box .videoFile-render .remove-btn{width:.6rem;height:.6rem;line-height:.6rem;color:#fff;font-size:.5rem;text-align:center;border-radius:0 0 0 .2rem;background-color:rgba(223,223,223,.596);position:absolute;right:0;top:0;z-index:2;cursor:pointer}.imgCropper-box .imgPopup-box{height:100%;background-color:#000}.custom-editor .editor-content{height:inherit;overflow:hidden auto;font-size:.28rem;line-height:.4rem}.custom-editor .editor-content img{max-width:100%}.custom-editor .editor-content:focus-visible{outline:none}.custom-editor .editor-content .is-editor-empty:first-child:before{color:#ccc;content:attr(data-placeholder);float:left;height:0;pointer-events:none}.custom-editor .control-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.custom-editor .control-group img{width:.7rem;height:.7rem;margin-right:.2rem;-o-object-fit:contain;object-fit:contain;cursor:pointer}.custom-editor .control-group .link-icon{-webkit-filter:brightness(0) invert(.4);filter:brightness(0) invert(.4);height:.4rem}.custom-editor .control-group .vote-img{position:relative}.custom-editor .control-group .vote-img .badge{width:.16rem;height:.16rem;background-color:#ee0a24;border-radius:50%;display:block;position:absolute;right:.3rem;top:0}.custom-editor .control-group .set-color{position:relative}.custom-editor .control-group .set-color .colorPicker-box{position:absolute;bottom:.8rem;left:0;margin:auto}.custom-editor .editor-fileUp{display:none}.custom-editor .delete-btn{width:.6rem;height:.6rem;line-height:.6rem;color:#fff;text-align:center;font-size:.5rem;font-style:normal;border-radius:0 0 0 .3rem;cursor:pointer;position:absolute;right:0;background-color:rgba(0,0,0,.56)}.custom-editor .image-container{position:relative}.custom-editor .video-container{position:relative;width:-webkit-max-content;width:-moz-max-content;width:max-content}.custom-editor .video-container video{max-height:6rem;-o-object-fit:contain;object-fit:contain}.link-popup .link-form{width:6rem;height:4rem;border-radius:.1rem;background-color:#fff;padding:.2rem;-webkit-box-sizing:border-box;box-sizing:border-box;position:absolute;top:0;bottom:0;left:0;right:0;margin:auto}.link-popup .link-form .adm-list-header{font-size:.28rem;color:#222;font-weight:700;padding:0}.link-popup .link-form .link-input{background-color:#f2f2f2;margin:.2rem 0 .4rem;height:.8rem;border-radius:1rem}.link-popup .link-form .link-input .adm-list-item-content-main{padding:0}.link-popup .link-form .link-input .adm-input-element{line-height:.8rem;padding:0 .16rem;font-size:.24rem}.link-popup .link-form .link-input .adm-form-item-feedback-error{padding-left:.2rem;font-size:.18rem}.link-popup .link-form .adm-form-footer{padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:end}.link-popup .link-form .btn-box button{width:1.6rem;height:.6rem;border-radius:.4rem;font-size:.26rem}.link-popup .link-form .btn-box .close{color:#b4b4b4;border:.01rem solid #e2e2e2;background-color:#fff}.link-popup .link-form .btn-box .confirm{color:#f2f2f2;background-color:#68c6ea;margin-left:.4rem;border:none}.link-popup .link-form .btn-box .confirm:focus-visible{outline:none}.emoji-popup .emojiPopup-box{height:80vh}.emoji-popup .title{height:.8rem;line-height:.8rem;font-size:.3rem;font-weight:700;text-align:center;border-bottom:.01rem solid #dfdfdf;background-color:#fff}.emoji-popup .emoji-swiper .swiper-pagination-bullet{width:.16rem;height:.16rem}.emoji-popup .emoji-swiper .swiper-pagination-bullet-active{background-color:#68c6ea}.emoji-popup .emoji-box{height:calc(80vh - .8rem);padding:.2rem 0 .2rem .2rem;margin:auto;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden auto}.emoji-popup .emoji-box img{margin:.1rem .2rem;cursor:pointer}.emoji-popup .emoji-box .public-emoji{width:.4rem;height:.4rem}.emoji-popup .emoji-box .game-emoji{height:.86rem}.vote-popup .votePopup-box{height:80vh;overflow:hidden auto}.vote-popup .title{height:.8rem;line-height:.8rem;font-size:.3rem;font-weight:700;text-align:center;background-color:#fff;border-bottom:.01rem solid #dfdfdf}.vote-popup .vote-form{height:calc(80vh - 1rem);overflow:hidden auto;padding:0 .2rem}.vote-popup .vote-form .adm-form-item-label{padding-left:.16rem;font-size:.2rem}.vote-popup .vote-form .adm-list{font-size:inherit;position:relative}.vote-popup .vote-form .adm-list-body-inner{padding:.06rem 0}.vote-popup .vote-form .adm-list-item-content-main{padding:.08rem 0}.vote-popup .vote-form .adm-list-item-content-prefix{width:1.2rem;padding:.12rem 0}.vote-popup .vote-form .adm-form-item-required-asterisk{left:0}.vote-popup .vote-form .adm-form-item-feedback-error{font-size:.14rem}.vote-popup .vote-form .adm-list-item{border-bottom:.01rem solid #f5f5f5}.vote-popup .vote-form .adm-list-card{margin:auto}.vote-popup .vote-form .adm-input input{height:.32rem;line-height:.3rem;font-size:.2rem}.vote-popup .vote-form .vote-date{color:#c3c3c3;line-height:.4rem;font-size:.2rem}.vote-popup .vote-form .vote-date.date-active{color:#222}.vote-popup .vote-form .adm-radio{--font-size: .2rem;margin-right:.3rem;line-height:.3rem}.vote-popup .vote-form .adm-radio .adm-radio-icon{width:.22rem;height:.22rem}.vote-popup .vote-form .delete-icon{width:.4rem;height:.4rem;line-height:.4rem;color:#fff;text-align:center;font-size:.3rem;border-radius:.06rem;background-color:#68c6ea;position:absolute;right:0;top:0;bottom:0;z-index:2;margin:auto}.vote-popup .vote-form .add-btn{color:#666;font-size:.2rem;text-align:left}.vote-popup .vote-form .btn-box{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}.vote-popup .vote-form .btn-box button,.vote-popup .vote-form .btn-box .close{width:2rem;height:.56rem;line-height:.56rem;color:#fff;text-align:center;font-size:.22rem;border:none;border-radius:.3rem;margin:0 .4rem;cursor:pointer}.vote-popup .vote-form .btn-box button:focus-visible,.vote-popup .vote-form .btn-box .close:focus-visible{outline:none}.vote-popup .vote-form .btn-box .confirm{background-color:#68c6ea}.vote-popup .vote-form .btn-box .close{background-color:#c3c3c3}.vote-popup .adm-picker{--item-font-size: .24rem;--item-height: .38rem}.vote-popup .adm-picker .adm-picker-header>*{font-size:inherit}.progress-box .progress-mask{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}.progress-box .progress-mask .circle{position:relative;width:1.6rem;height:1.6rem;border:.1rem solid #4e4e4e;background-color:#333;border-radius:50%;border-top-color:#fff;margin:0 auto .2rem;-webkit-transform:rotate(10deg);transform:rotate(10deg);-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease;-webkit-animation:circleAni 1s linear infinite;animation:circleAni 1s linear infinite}.progress-box .progress-mask .close-icon{width:.6rem;height:.6rem;-webkit-filter:contrast(.2);filter:contrast(.2);position:absolute;top:.4rem;right:.3rem;cursor:pointer}.progress-box .progress-mask .text{color:#fff;font-size:.28rem;text-align:center}@-webkit-keyframes circleAni{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes circleAni{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.post-location .postPopup-box{overflow:hidden auto;background-color:#fff}.post-location .location-box{padding:0 .3rem}.post-location .postTop-full{height:.8rem;padding:0 .3rem;border-bottom:.01rem solid #dfdfdf;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:end}.post-location .postTop-full .back-icon{background:url(https://www.giraffar.com/web-static/wsq/wsq-web/back.png) no-repeat 0 0/100% 100%;width:.4rem;height:.4rem;cursor:pointer;position:absolute;left:.3rem}.post-location .postTop-full .rg-text{color:#fff;font-size:.26rem;padding:.16rem .2rem;border-radius:.3rem;background-color:#68c6ea;cursor:pointer}.post-location .posting-text{color:#222;font-size:.28rem;font-weight:700;margin:.4rem 0 .2rem}.post-location .posting-text i{font-style:normal;font-weight:400;color:#999}.post-location .upload-file{width:2rem;height:2rem;border:1px solid #dfdfdf;background-color:#dedede;border-radius:.1rem;position:relative;cursor:pointer}.post-location .upload-file .add-icon{height:100%;font-size:1.4rem;color:#fff;margin:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.post-location .first-level{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:.3rem}.post-location .first-level .level-item{width:1.6rem;height:.54rem;line-height:.54rem;font-size:.26rem;color:#515151;text-align:center;margin-right:.2rem;border-radius:.1rem;background-color:#efefef;cursor:pointer}.post-location .first-level .level-item.active{color:#fff;background-color:#68c6ea}.post-location .second-level{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.post-location .second-level .level-item{color:#515151;font-size:.26rem;margin-right:.26rem;margin-bottom:.16rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}.post-location .second-level .level-item.active{color:#68c6ea}.post-location .second-level .level-item .radio-icon{width:.4rem;margin-right:.06rem}.post-location .tags-input{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:.86rem;padding:0 .2rem;background-color:#efefef;border:.01rem solid #dfdfdf;border-radius:.1rem}.post-location .tags-input .adm-input-element{font-size:.26rem}.post-location .tags-input .add{width:.8rem;color:#b6b6b6}.post-location .tags-list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:.4rem}.post-location .tags-list .tag-item{position:relative;margin-right:.2rem;margin-bottom:.4rem}.post-location .tags-list .tag-item span{color:#fff;font-size:.24rem;border-radius:.1rem;background-color:#68c6ea;padding:.1rem .16rem}.post-location .tags-list .tag-item i{width:.3rem;height:.3rem;line-height:.26rem;font-size:.4rem;color:#fff;text-align:center;font-style:normal;border-radius:50%;background-color:#999;position:absolute;right:-.14rem;top:-100%;cursor:pointer}@media screen and (orientation: landscape){.intereste-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:25%;height:.9rem}.intereste-item .user-img{position:relative;margin-right:.16rem;cursor:pointer}.intereste-item .user-img img{width:.9rem;height:.9rem;-o-object-fit:cover;object-fit:cover;border-radius:50%}.intereste-item .user-img .add{width:.36rem;height:.36rem;line-height:.36rem;color:#fff;background-color:#68c6ea;font-style:normal;font-size:.36rem;text-align:center;border-radius:50%;position:absolute;bottom:0;right:0}.intereste-item .descript{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;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly}.intereste-item .descript .name{font-size:.28rem;color:#222;font-weight:700}.intereste-item .descript .fans{font-size:.24rem;color:#999}}@media screen and (orientation: portrait){.intereste-item{width:25%}.intereste-item .user-img{position:relative;width:1.1rem;margin:auto}.intereste-item .user-img img{width:100%;height:1.1rem;border-radius:50%;display:block;margin:auto}.intereste-item .user-img .add{width:.4rem;height:.4rem;line-height:.4rem;color:#fff;background-color:#68c6ea;font-style:normal;font-size:.36rem;text-align:center;border-radius:50%;position:absolute;bottom:0;right:0}.intereste-item .descript{text-align:center}.intereste-item .descript .name{font-size:.28rem;color:#222;font-weight:700;margin:.2rem 0 .1rem}.intereste-item .descript .fans{font-size:.24rem;color:#999}}.search-page .popup-box{padding:.2rem 0 0;background-color:#fff;height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.search-page .search-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:.86rem;font-size:.24rem;padding:0 .2rem .2rem;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1px solid #dfdfdf}.search-page .search-box .back-icon{background:url(https://www.giraffar.com/web-static/wsq/wsq-web/back.png) no-repeat 0 0/100% 100%;width:.4rem;height:.4rem;cursor:pointer}.search-page .search-box .search-input{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 .2rem;padding:0 .2rem;background-color:#f7f8fa;border-radius:.3rem}.search-page .search-box .icon{background:url(https://www.giraffar.com/web-static/wsq/wsq-web//search.png) no-repeat 0 0/100% 100%;display:block;width:.3rem;height:.3rem}.search-page .search-box input{border:none;padding:.12rem .2rem;background-color:inherit}.search-page .search-box .search-btn{background-color:#68c6ea;color:#fff;width:2rem;height:.6rem;line-height:.6rem;border-radius:.3rem;text-align:center;cursor:pointer}.search-page .title-box{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:.3rem;padding:0 .2rem;border-bottom:1px solid #dfdfdf}.search-page .title-box .title-item{width:1.9rem;height:.86rem;line-height:.86rem;color:#999;cursor:pointer}.search-page .title-box .title-item i{position:relative;font-style:normal;text-align:center;display:block;width:1rem}.search-page .title-box .title-item.active{color:#282828}.search-page .title-box .title-item.active i:after{content:"";position:absolute;background-color:#68c6ea;height:.08rem;width:100%;bottom:0;left:0;border-radius:0 0 .06rem .06rem}.search-page .list-box{height:calc(100% - 2.12rem);overflow:hidden auto;padding:0 .4rem}.search-page .list-box .merge-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:.3rem 0 0;font-size:.3rem;color:#999;font-weight:700}.search-page .list-box .merge-title .to-all{cursor:pointer}.search-page .list-box .search-interested{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:.3rem}.search-page .list-box .users-box{margin-top:.3rem}.search-page .no-data{background:url(https://www.giraffar.com/web-static/wsq/wsq-web//no_data.png) no-repeat 0 0/100% 100%;width:3rem;height:3rem;margin:auto}@media screen and (orientation: portrait){.topTab-bar .right-icon{display:none}}@media screen and (orientation: landscape){.topTab-bar{position:relative}.topTab-bar .tabs-box .adm-tabs-header{padding-right:2.4rem}.topTab-bar .right-icon{height:.8rem;position:absolute;right:0;top:0;z-index:20;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.topTab-bar .right-icon img{cursor:pointer}.topTab-bar .right-icon .search-icon{height:.4rem}.topTab-bar .right-icon .add-icon{height:.54rem;margin:0 .2rem 0 .3rem}}.topTab-bar{position:sticky;top:0;z-index:10}.topTab-bar .adm-tabs-content{padding:0}.topTab-bar .tabs-box{--active-line-color: #68c6ea;--active-line-height: .06rem}.topTab-bar .tabs-box .adm-tabs-header{background-color:#fff}.topTab-bar .tab-pane{--title-font-size: .3rem;-webkit-box-flex:0;-ms-flex:none;flex:none}.topTab-bar .tab-pane .adm-tabs-tab{padding:.26rem .1rem;color:#999}.topTab-bar .tab-pane .adm-tabs-tab:focus-visible{outline:none}.topTab-bar .tab-pane .adm-tabs-tab-active{color:#282828;font-weight:700}.top-dynamic{background-color:#fff;border-radius:.1rem;padding:0 .16rem;margin-bottom:.2rem}.top-dynamic .top-title{height:.7rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:.2rem;border-bottom:1px solid #dfdfdf}.top-dynamic .top-title .lf{font-weight:700;font-size:.28rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#000}.top-dynamic .top-title .lf i{background:url(https://www.giraffar.com/web-static/wsq/wsq-web//o_top.png) no-repeat 0 0/100% 100%;width:.2rem;height:.26rem;margin-right:.1rem}.top-dynamic .top-title .rg{font-size:.26rem;display:-webkit-box;display:-ms-flexbox;display:flex;cursor:pointer}.top-dynamic .top-title .rg i{background:url(https://www.giraffar.com/web-static/wsq/wsq-web//btn_huanyihuan.png) no-repeat 0 0/100% 100%;width:.26rem;height:.24rem;margin-right:.06rem}.top-dynamic .top-title .rg i.rotate_ani{-webkit-animation:refresh_ani .6s linear forwards;animation:refresh_ani .6s linear forwards}@-webkit-keyframes refresh_ani{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes refresh_ani{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.topSon-tabs .topSon-box{--active-line-color: transparent}.topSon-tabs .topSon-box .adm-tabs-header{background-color:#fff;z-index:9;height:.82rem}.topSon-tabs .title{-webkit-box-flex:0;-ms-flex:none;flex:none}.topSon-tabs .title .adm-tabs-tab{padding:.26rem .1rem;color:#999;font-size:.28rem}.topSon-tabs .title .adm-tabs-tab:focus-visible{outline:none}.topSon-tabs .title .adm-tabs-tab-active{color:#68c6ea}.topSon-tabs .all-icon{position:relative}.topSon-tabs .all-icon .afterIcon{content:"";position:absolute;left:0;top:0;bottom:0;margin:auto;width:.24rem;height:.24rem}.topSon-tabs .all-icon .adm-tabs-tab{padding-left:.3rem}.topSon-tabs .all-icon .adm-tabs-tab:after{content:"";position:absolute;left:0;top:0;bottom:0;margin:auto;width:.24rem;height:.24rem;background:url(https://www.giraffar.com/web-static/wsq/wsq-web//all.png) no-repeat 0 0/100% 100%}.topSon-tabs .all-icon .adm-tabs-tab-active:after{content:"";position:absolute;left:0;top:0;bottom:0;margin:auto;width:.24rem;height:.24rem;background:url(https://www.giraffar.com/web-static/wsq/wsq-web//all_on.png) no-repeat 0 0/100% 100%}.hot-trend{margin:.2rem 0;background-color:#fff;border-radius:.1rem;padding:.2rem .16rem}.hot-trend .trend-list{font-size:.26rem}.hot-trend .trend-list .trend-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:.16rem;height:.36rem;line-height:.36rem;cursor:pointer}.hot-trend .trend-list .trend-item .type{width:1.5rem;background-color:#ccc;border-radius:.1rem;color:#fff;text-align:center;margin-right:.2rem}.hot-trend .trend-list .trend-item .title{-webkit-box-flex:1;-ms-flex:1;flex:1;color:#222;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden}.gameTopInfo{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:1.1rem;padding:0 .15rem;background-color:#fff;margin-bottom:.16rem;-webkit-transition:all .1s ease-in-out;transition:all .1s ease-in-out}.gameTopInfo.gameTopUp{height:0;margin-bottom:0;opacity:0}.gameTopInfo .game-icon{width:.6rem;height:.6rem;border-radius:.1rem}.gameTopInfo .game-name{font-size:.3rem;font-weight:700;-webkit-box-flex:1;-ms-flex:1;flex:1;padding-left:.1rem}.gameTopInfo .game-search{width:.4rem;height:.4rem;cursor:pointer}@media screen and (orientation: landscape){.nav-bar{position:fixed;left:0;z-index:3;width:1.2rem;border-right:.01rem solid #dfdfdf;background-color:#fff}.nav-bar .nav-list{height:100vh;overflow-y:auto}.nav-bar .nav-list .nav-p{font-size:.26rem;height:25%;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}.nav-bar .nav-list .nav-p .img{width:.8rem;height:.8rem}.nav-bar .nav-list .nav-p .title{font-size:.28rem;color:#999}.nav-bar .nav-list .nav-p .dot{background-color:#ee0a24;position:absolute;top:-.8rem;bottom:0;margin:auto;right:.06rem;padding:0 .1rem;height:.26rem;line-height:.26rem;font-size:.2rem;border-radius:.2rem;color:#fff;font-style:normal}.nav-bar .nav-list .nav-p_on .title{color:#0c99de}}@media screen and (orientation: portrait){.nav-bar{position:fixed;bottom:0;width:100%;background-color:#fff;z-index:3}.nav-bar .nav-list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:1.1rem;border-top:.01rem solid #dfdfdf}.nav-bar .nav-list .nav-p{text-align:center;position:relative;font-size:.26rem}.nav-bar .nav-list .nav-p:nth-child(3) img{width:1rem;height:1rem}.nav-bar .nav-list .nav-p .img{width:.7rem;height:.7rem;display:block}.nav-bar .nav-list .nav-p .title{font-size:.3rem;color:#999}.nav-bar .nav-list .nav-p .dot{background-color:#ee0a24;position:absolute;top:.06rem;right:-.1rem;padding:0 .1rem;height:.26rem;line-height:.26rem;font-size:.2rem;border-radius:.2rem;color:#fff;font-style:normal}.nav-bar .nav-list .nav-p_on .title{color:#0c99de}}@media screen and (orientation: landscape){.pet-right{padding-left:1.22rem}.pet-center{margin:.16rem .16rem 0}.pet-center .pet-items{width:25%}}@media screen and (orientation: portrait){.pet-center{margin:.16rem 0 1.1rem}.pet-center .pet-items{width:50%}}.baodian{overflow:hidden}.baodian .baodian-tabs{position:sticky;top:0;z-index:2}.baodian .pet-center{height:calc(100vh - 2.1rem);background-color:#fff;border-radius:.1rem;padding:.2rem 0 0;overflow:hidden auto}.baodian .pet-center .pet-list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.baodian .pet-center .pet-list .pet-items{font-size:.26rem;text-align:center;cursor:pointer;-webkit-transition:all .2s;transition:all .2s;margin-bottom:.3rem}.baodian .pet-center .pet-list .pet-items:hover{-webkit-transform:scale(1.1);transform:scale(1.1)}.baodian .pet-center .pet-list .pet-items:hover .img{-webkit-filter:drop-shadow(0 0 .04rem #525252);filter:drop-shadow(0 0 .04rem #525252)}.baodian .pet-center .pet-list .pet-items .img{width:86%;margin-bottom:.1rem}@media screen and (orientation: landscape){.trends-right{padding-left:1.22rem}.trends-center{margin:.16rem .16rem 0}}@media screen and (orientation: portrait){.trends-right{padding-bottom:1.1rem}.trends-center{margin:.16rem 0 1.1rem}}.trends-right{-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden}.trends-center{height:calc(100% - .98rem);overflow:hidden auto}.trends-center .user-recommend{padding:.16rem;background-color:#fff;border-radius:.1rem;margin-bottom:.16rem}.trends-center .user-recommend .title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;color:gray;margin-bottom:.3rem;font-size:.26rem}.trends-center .user-recommend .title .rg{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}.trends-center .user-recommend .title .rg i{width:.12rem;height:.12rem;border:2px solid;border-color:#808080 #808080 transparent transparent;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.trends-center .user-recommend .recommend-list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:.9rem}.trends-center .sameCity-player{background-color:#fff;padding:0 .16rem;border-radius:.1rem}.trends-center .care-box{background-color:#fff;padding:.16rem;border-radius:.1rem}.trends-center .care-box .care-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:.3rem;color:gray;font-weight:700;font-size:.28rem}.trends-center .care-box .care-title .rg{display:-webkit-box;display:-ms-flexbox;display:flex;cursor:pointer}.trends-center .care-box .care-title .rg i{background:url(https://www.giraffar.com/web-static/wsq/wsq-web//clear.png) no-repeat 0 0/100% 100%;width:.28rem;height:.28rem;margin-left:.06rem;-webkit-filter:invert(.5);filter:invert(.5)}.recommend-user .popup-box{height:100%;overflow:hidden auto}.recommend-user .title{text-align:center;font-size:.3rem;height:.8rem;line-height:.8rem;font-weight:700;color:#222;background:#fff;border-bottom:2px solid #dfdfdf}.recommend-user .recommendUser-box{padding:0 .4rem;height:calc(100% - .8rem - 2px);overflow:hidden auto}.recommend-user .recommendUser-box .recommendUser-item{padding:.2rem 0;border-bottom:1px solid #dfdfdf}@media screen and (orientation: landscape){.my-box .my-right{padding-left:1.22rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;background:-webkit-gradient(linear,left bottom,left top,from(#7dd2f1),to(#36a7e2));background:linear-gradient(0deg,#7dd2f1,#36a7e2)}.my-box .user-box{width:45%;color:#fff;text-align:center}.my-box .user-box .set-icon{width:.46rem;height:.42rem;position:absolute;left:42%;top:.4rem;z-index:2;cursor:pointer}.my-box .user-box .info-box .user-img{width:1.2rem;height:1.2rem;padding:.04rem;border-radius:50%;border:1px solid #ffffff7a;margin:auto;position:relative}.my-box .user-box .info-box .user-img .img{width:100%;height:100%;border-radius:50%;padding:.02rem;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#fff}.my-box .user-box .info-box .user-img .sex-img{position:absolute;right:0;bottom:.04rem;width:.4rem}.my-box .user-box .info-box .name{font-size:.4rem;font-weight:700;margin:.3rem 0 .2rem}.my-box .user-box .info-box .userid{font-size:.24rem}.my-box .user-box .info-box .auth-box{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:.2rem 0 .6rem}.my-box .user-box .info-box .auth-box i{font-style:normal;font-size:.24rem}.my-box .user-box .info-box .auth-box .verify-box{background-color:#fff;border-radius:.2rem;padding:.04rem .1rem;margin-left:.1rem}.my-box .user-box .info-box .auth-box .verify-box.gray-v{color:#fff;font-size:.24rem;background:#c3c3c3}.my-box .user-box .attention{width:3.6rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:auto;font-weight:700;font-size:.3rem}.my-box .user-box .attention p{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.my-box .user-box .attention p i{font-style:normal;margin-bottom:.1rem}.my-box .menu-box{height:100%;width:60%;background-color:#fff;padding:.2rem;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:.3rem 0 0 .3rem}.my-box .menu-box .menu-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:15vh;line-height:.6rem;padding:0 .2rem;border-bottom:.02rem solid #f4f4f4;cursor:pointer;-webkit-transition:all .1s;transition:all .1s}.my-box .menu-box .menu-item:hover{border-radius:.2rem;background-color:#f2f2f2}.my-box .menu-box .menu-item .lf_icon{width:.5rem;margin-right:.16rem}.my-box .menu-box .menu-item .text{-webkit-box-flex:1;-ms-flex:1;flex:1;font-weight:700;font-size:.3rem}.my-box .menu-box .menu-item .redTips{height:.3rem;font-size:.2rem;color:#fff;padding:0 .1rem;background-color:#ee0a24;border-radius:.2rem;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}.my-box .menu-box .menu-item .tips{font-style:normal;color:#999}.my-box .menu-box .menu-item .rg_icon{width:.16rem;height:.16rem;border:#d1d1d1 solid;border-width:.03rem .03rem 0 0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}}@media screen and (orientation: portrait){.my-right{position:relative;background-color:#fff;padding-bottom:1.1rem;-webkit-box-sizing:border-box;box-sizing:border-box}.my-right .user-box{background:-webkit-gradient(linear,left bottom,left top,from(#7dd2f1),to(#36a7e2));background:linear-gradient(0deg,#7dd2f1,#36a7e2);color:#fff;position:relative;padding:.4rem .3rem 0;height:3rem}.my-right .user-box .set-icon{width:.46rem;height:.42rem;position:absolute;right:.3rem;top:.3rem;z-index:2}.my-right .user-box .info-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;position:relative;height:1.2rem;margin-bottom:.4rem;padding-left:1.5rem}.my-right .user-box .info-box .user-img{width:1.2rem;height:100%;padding:.04rem;border-radius:50%;border:1px solid #ffffff7a;position:absolute;left:0}.my-right .user-box .info-box .user-img img{width:100%;height:100%;border-radius:50%;padding:.02rem;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#fff}.my-right .user-box .info-box .user-img .sex-img{position:absolute;right:0;bottom:.04rem;width:.4rem;height:.4rem}.my-right .user-box .info-box .name{font-size:.3rem;font-weight:700;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.my-right .user-box .info-box .userid{font-size:.24rem}.my-right .user-box .info-box .verify-box{background-color:#fff;border-radius:.2rem;padding:.04rem .1rem;margin-left:.2rem}.my-right .user-box .info-box .verify-box.gray-v{color:#fff;font-size:.26rem;background:#c3c3c3}.my-right .user-box .attention{width:3.6rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-weight:700;font-size:.3rem}.my-right .user-box .attention p{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:center}.my-right .user-box .attention p i{font-style:normal;margin-bottom:.1rem}.my-right .menu-box{width:100%;padding:.2rem;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:.3rem .3rem 0 0;background-color:#fff;position:absolute;top:3rem;font-size:.24rem}.my-right .menu-box .menu-item{height:1rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 .1rem;border-bottom:.02rem solid #f4f4f4}.my-right .menu-box .menu-item .lf_icon{width:.44rem;margin-right:.16rem}.my-right .menu-box .menu-item .text{-webkit-box-flex:1;-ms-flex:1;flex:1;font-weight:700;font-size:.3rem;color:#333}.my-right .menu-box .menu-item .tips{font-style:normal;color:#999}.my-right .menu-box .menu-item .redTips{width:.3rem;height:.3rem;font-size:.2rem;color:#fff;background-color:#ee0a24;border-radius: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}.my-right .menu-box .menu-item .rg_icon{width:.16rem;height:.16rem;border:#d1d1d1 solid;border-width:.03rem .03rem 0 0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}}.follow-user .followPopup-box{background-color:#fff}.follow-user .follow-title{text-align:center;font-size:.3rem;height:.8rem;line-height:.8rem;font-weight:700;color:#222;background:#fff;border-bottom:2px solid #dfdfdf}.follow-user .follow-content{padding:0 .3rem}.pet-attribute .title{background-color:#f5f5f5;color:#222;font-size:.24rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:.5rem;padding:0 .1rem;margin-top:.16rem;border-radius:.1rem .1rem 0 0}.pet-attribute .title .total{font-size:.2rem}.pet-attribute .title .total i{color:#92d2ed;font-style:normal}.pet-attribute .pet-growth .item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:.2rem;margin-top:.16rem}.pet-attribute .pet-growth .item .lable{padding:0 .2rem;height:.36rem;line-height:.36rem;color:#222;background-color:#b6ebff;border-radius:.1rem 0;margin-right:.1rem}.pet-attribute .pet-growth .item .progress{-webkit-box-flex:1;-ms-flex:1;flex:1;height:.16rem;background-color:#eaeaea;border-radius:.1rem;position:relative;overflow:hidden}.pet-attribute .pet-growth .item .progress .progress_portion{width:100%;height:100%;background-color:#b6ebff;border-radius:.1rem;position:absolute;left:-100%;-webkit-transition:left .2s ease-out;transition:left .2s ease-out}.pet-attribute .pet-commentary{font-size:.24rem}.pet-attribute .pet-commentary .item{display:-webkit-box;display:-ms-flexbox;display:flex;border-bottom:1px solid #dfdfdf;padding:.2rem 0}.pet-attribute .pet-commentary .item:last-child{border-bottom:none}.pet-attribute .pet-commentary .item .lable{padding:0 .2rem;height:.36rem;line-height:.36rem;color:#222;background-color:#b6ebff;border-radius:0 0 .1rem;margin-right:.1rem}.pet-attribute .pet-commentary .item .des{color:#525252;line-height:.28rem;-webkit-box-flex:1;-ms-flex:1;flex:1}.pet-attribute .pet-commentary .show-more{width:70%;padding:.12rem 0;margin:.1rem auto 0;text-align:center;background:-webkit-gradient(linear,left bottom,left top,from(#e0e0e0),to(#ebebeb));background:linear-gradient(0deg,#e0e0e0,#ebebeb);-webkit-box-shadow:0 .014rem .04rem #999999;box-shadow:0 .014rem .04rem #999;color:#525252;border-radius:.04rem;cursor:pointer}.pet-attribute .no-more{text-align:center;color:#e0e0e0;margin:.2rem 0;font-size:.22rem}.pet-details .pet-tabs{font-size:.24rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:.8rem;border:1px solid #dfdfdf;border-bottom-width:.04rem}.pet-details .pet-tabs .item{width:25%;height:100%;text-align:center;line-height:.8rem;color:#999;cursor:pointer}.pet-details .pet-tabs .item.active{background-color:#68c6ea;color:#525252}.pet-details .view-rating{color:#525252;display:-webkit-box;display:-ms-flexbox;display:flex;height:2.4rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:1px solid #dfdfdf;padding-right:.2rem}.pet-details .view-rating .left{width:40%;text-align:center}.pet-details .view-rating .left .score{font-size:.68rem}.pet-details .view-rating .left .player_rating{margin:.1rem 0;--active-color: #67c6ea;--star-size: .28rem}.pet-details .view-rating .left .player{font-size:.24rem}.pet-details .view-rating .left .player span{color:#67c6ea;margin-right:.04rem}.pet-details .view-rating .right{width:60%;font-size:.24rem}.pet-details .view-rating .right .star-level{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:.16rem}.pet-details .view-rating .right .star-level:last-child{margin-bottom:auto}.pet-details .view-rating .right .progress{width:58%;height:.14rem;background-color:#eaeaea;border-radius:.1rem;margin:0 .1rem;position:relative;overflow:hidden}.pet-details .view-rating .right .progress .progress_portion{width:100%;height:100%;background-color:#67c6ea;border-radius:.1rem;position:absolute;left:-100%;-webkit-transition:left .2s ease-out;transition:left .2s ease-out}.pet-details .discuss{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0 .2rem;height:1rem}.pet-details .discuss .tit{color:#525252;font-size:.26rem}.pet-details .discuss .tit span{color:#67c6ea;margin:0 .04rem}.pet-details .discuss .btn{border-radius:.08rem;background-color:#68c6ea;color:#fff;width:1.5rem;height:.5rem;line-height:.5rem;font-size:.24rem;text-align:center;cursor:pointer}.pet-details .discuss .btn:hover{-webkit-filter:drop-shadow(0 0 .04rem #d3d3d3);filter:drop-shadow(0 0 .04rem #d3d3d3)}.pet-details .sort{color:#999;font-size:.26rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-bottom:1px solid #dfdfdf}.pet-details .sort .active{color:#282828}.pet-details .sort p{padding:.1rem .2rem;cursor:pointer}.pet-details .sort p:first-child{border-right:1px solid #dfdfdf}.pet-details .no-more{text-align:center;color:#e0e0e0;margin:.2rem 0;font-size:.22rem}.pet-details .pet-scroll .adm-list-item-content{padding-right:0}.pet-details .skill-box{padding:.3rem .2rem}.pet-details .skill-box .petSkill-icon{border-bottom:1px solid #dfdfdf;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-bottom:.3rem;margin-bottom:.3rem}.pet-details .skill-box .petSkill-icon .icon-item{width:1.1rem;height:1.1rem;border-radius:.1rem;position:relative;cursor:pointer;border:.05rem solid transparent;margin-right:.3rem}.pet-details .skill-box .petSkill-icon .icon-item:last-child{margin-right:auto}.pet-details .skill-box .petSkill-icon .icon-item:hover{border:.05rem solid #68c6ea}.pet-details .skill-box .petSkill-icon .icon-item:hover:after{content:"";position:absolute;left:0;right:0;margin:auto;width:0;height:0;border-inline:.18rem solid transparent;-webkit-border-before:.2rem solid #68c6ea;border-block-start:.2rem solid #68c6ea}.pet-details .skill-box .petSkill-icon .icon-item.icon-active{border:.05rem solid #68c6ea}.pet-details .skill-box .petSkill-icon .icon-item.icon-active:after{content:"";position:absolute;left:0;right:0;margin:auto;width:0;height:0;border-inline:.18rem solid transparent;-webkit-border-before:.2rem solid #68c6ea;border-block-start:.2rem solid #68c6ea}.pet-details .skill-box .petSkill-icon .icon-item img{width:100%;height:100%;display:block;border-radius:.07rem}.pet-details .skill-box .name{color:#010000;font-size:.3rem;margin:0 0 .16rem}.pet-details .skill-box .desc{font-size:.26rem;line-height:.36rem;color:#60605e}.pet-details .equip-box{padding:.2rem .12rem .3rem}.pet-details .equip-box .title{font-size:.3rem;color:#222;margin-bottom:.2rem}.pet-details .equip-box .text{line-height:.3rem}.pet-details .equip-box .runes-card{background-color:#f5f5f5;border-radius:.1rem;margin:.2rem 0;padding:.1rem}.pet-details .equip-box .type-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.pet-details .equip-box .type-box .lf{color:#fff;font-size:.16rem;width:1.3rem;height:.56rem;margin-right:.16rem;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;border-radius:.1rem}.pet-details .equip-box .type-box .lf.type1{background-color:#e6ad9a}.pet-details .equip-box .type-box .lf.type2{background-color:#91a8dc}.pet-details .equip-box .type-box .lf.type3{background-color:#529025}.pet-details .equip-box .type-box .rg{display:-webkit-box;display:-ms-flexbox;display:flex}.pet-details .equip-box .type-box .rg img{margin:auto;display:block;-o-object-fit:cover;object-fit:cover;border-radius:.1rem}.pet-details .equip-box .runes-box{color:#525252;font-size:.24rem;border-bottom:1px solid #dfdfdf;margin-bottom:.2rem}.pet-details .equip-box .runes-box .rg .runes-pic{margin-right:.08rem}.pet-details .equip-box .runes-box .rg .runes-pic img{width:.74rem;height:.74rem;cursor:pointer}.pet-details .equip-box .runes-box .rg .runes-pic:last-child{margin-right:0}.pet-details .equip-box .runes-box .runes-tips{margin-top:.1rem}.pet-details .equip-box .equipment-box{color:#525252;font-size:.24rem}.pet-details .equip-box .equipment-box .text{margin-bottom:.2rem}.pet-details .equip-box .equipment-box .equipment-pic{margin-right:.2rem;position:relative}.pet-details .equip-box .equipment-box .equipment-pic:last-child{margin-right:0}.pet-details .equip-box .equipment-box .equipment-pic img{width:.9rem;height:.9rem}.pet-details .equip-box .equipment-box .equipment-pic .totem-text{position:absolute;bottom:-.14rem;left:0;right:0;text-align:center}.pet-details .equip-box .equipment-box .totem-text{font-size:.16rem}.pet-details .lineup-box{padding:.1rem .2rem}.pet-details .lineup-box .lineup-item{border-bottom:1px solid #dfdfdf;padding:.2rem 0}.pet-details .lineup-box .lineup-item:last-child{border-bottom:none}.pet-details .lineup-box .lineup-item .title{font-size:.3rem;color:#222}.pet-details .lineup-box .lineup-item .imgs-box{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:.2rem auto .1rem;padding:0 .1rem;background-color:#f5f5f5;border-radius:.1rem}.pet-details .lineup-box .lineup-item .imgs-box .item-box{font-size:.17rem;position:relative;width:.9rem;margin:.1rem .18rem .1rem 0}.pet-details .lineup-box .lineup-item .imgs-box .item-box:last-child{margin-right:auto}.pet-details .lineup-box .lineup-item .imgs-box .item-box img{width:100%;height:.9rem;display:block;border:.02rem solid #999;border-radius:.1rem;-webkit-box-sizing:border-box;box-sizing:border-box}.pet-details .lineup-box .lineup-item .imgs-box .item-box .name{width:calc(100% - .02rem);color:#e7d3b2;line-height:.22rem;text-align:center;font-weight:700;padding:.06rem 0 .02rem;border-radius:0 0 .1rem .1rem;background-image:-webkit-gradient(linear,left bottom,left top,from(#222222),to(transparent));background-image:linear-gradient(0deg,#222222,transparent);position:absolute;bottom:.01rem;left:0;right:0;margin:auto}.pet-details .lineup-box .lineup-item .html-text{font-size:.26rem;color:#525252;line-height:.32rem}.rating-popup{color:#525252;text-align:center;font-size:.3rem}.rating-popup .title{text-align:center;height:.8rem;line-height:.8rem;border-bottom:2px solid #dfdfdf;color:#222;margin-bottom:.4rem}.rating-popup .rate-box{margin:.2rem 0;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}.rating-popup .rate-box i{font-style:normal;margin-left:.2rem}.rating-popup .rate-box .user-rate{--active-color: #67c6ea;--star-size: .4rem}.rating-popup .textarea-box{resize:none;width:80%;height:2rem;line-height:.32rem;font-size:.26rem;font-family:none;color:#525252;padding:.2rem .1rem;border:1px solid #dfdfdf;border-radius:.04rem}.rating-popup .textarea-box::-webkit-input-placeholder{color:#d6d5d5}.rating-popup .textarea-box::-moz-placeholder{color:#d6d5d5}.rating-popup .textarea-box:-ms-input-placeholder{color:#d6d5d5}.rating-popup .textarea-box::-ms-input-placeholder{color:#d6d5d5}.rating-popup .textarea-box::placeholder{color:#d6d5d5}.rating-popup .textarea-box:focus-visible{outline:none}.rating-popup .send-btn{width:1.7rem;height:.6rem;line-height:.6rem;color:#fff;background-color:#68c6ea;border-radius:.08rem;margin:.3rem auto .2rem;cursor:pointer}.rating-popup .send-btn:hover{-webkit-filter:brightness(1.1);filter:brightness(1.1)}.comment-item .content{color:#525252;font-size:.24rem;line-height:.3rem;margin:.2rem 0}.comment-item .content .content-html{display:inline-block}.comment-item .content .content-html>*{display:inline-block}.comment-item .content .content-html .top-flag{color:#fff;font-size:.22rem;background-color:#ec4443;padding:.06rem;border-radius:.04rem;margin-right:.1rem}.comment-item .content .image{height:2rem;display:block;margin-bottom:.16rem;border-radius:.1rem}.comment-item .content .name i{color:#68c6ea;margin-left:.06rem;font-style:normal}.comment-item .operation{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.comment-item .operation p{cursor:pointer;font-size:.26rem;color:gray}.comment-item .operation img{height:.36rem;margin-right:.04rem}.comment-item .operation .lf{display:-webkit-box;display:-ms-flexbox;display:flex}.comment-item .operation .lf p{margin-right:.4rem;line-height:.4rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:end}.comment-item .operation .lf p .like-icon{-ms-flex-item-align:start;align-self:start}.comment-item .operation .lf span{font-weight:400}.comment-reply{padding:.1rem;background-color:#ededed;border-radius:.1rem;margin:.1rem 0;font-size:.24rem}.comment-reply .sub-content{padding:.16rem .04rem;border-radius:.1rem;cursor:pointer}.comment-reply .sub-content:hover{background-color:#e7e7e7}.comment-reply .sub-content:last-of-type{border-bottom:none}.comment-reply .sub-content .user{color:#525252}.comment-reply .sub-content .user .name{color:#68c6ea}.comment-reply .sub-content .user .reply-box{word-wrap:break-word;display:inline;line-height:.32rem}.comment-reply .sub-content .user .reply-box>*{display:inline}.comment-reply .sub-describe{color:#999;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:.16rem 0 0}.comment-reply .comment-count{color:#a07120;cursor:pointer;padding:0 .04rem}.comment-popup{position:relative}.comment-popup .popup-box{overflow:hidden auto;height:80%}.comment-popup .popup-box .adm-list-item{border-bottom:2px solid #dfdfdf}.comment-popup .title{text-align:center;font-size:.3rem;height:.8rem;line-height:.8rem;font-weight:700;color:#222;background:#fff;border-bottom:2px solid #dfdfdf;position:sticky;top:0;z-index:2}.comment-popup .title .cross-icon{font-size:.6rem;color:#999;position:absolute;right:0;top:0;bottom:0;margin:auto;cursor:pointer}.comment-popup .comment-detail{padding:.3rem 0;margin:0 .2rem}.comment-popup .rg{padding-left:.96rem}.comment-popup .comment-tips{padding:.2rem .2rem 0;color:#222;border-top:.08rem solid #dfdfdf}.comment-publish .publish-box{padding:.1rem .2rem;margin:.2rem;border:.02rem solid #dbdbdb;border-radius:.1rem}.comment-publish .publish-box .upload-img{position:relative;width:.9rem;height:.9rem;margin:.14rem 0}.comment-publish .publish-box .upload-img img{width:inherit;height:inherit;-o-object-fit:cover;object-fit:cover;border-radius:.1rem}.comment-publish .publish-box .upload-img .close-icon{height:.3rem;width:.3rem;background:url(https://www.giraffar.com/web-static/wsq/wsq-web//edit_close.png) no-repeat 0 0/100% 100%;display:block;cursor:pointer;position:absolute;top:-.14rem;right:-.24rem}.comment-publish .publish-editor{height:2rem}.comment-publish .cancel-popup{width:1.6rem;height:.7rem;line-height:.7rem;color:#fff;font-size:.3rem;text-align:center;margin:0 auto .2rem;border-radius:.1rem;background-color:#68c6ea}.pet-comment{padding:0 .2rem .2rem;border-bottom:2px solid #dfdfdf}.pet-comment .pet-userinfo{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.pet-comment .pet-userinfo .user-name{font-size:.28rem;font-weight:700;margin-right:.1rem}.pet-comment .pet-userinfo .date{-webkit-box-flex:1;-ms-flex:1;flex:1;color:#999;text-align:right;font-size:.24rem}@media screen and (orientation: landscape){.baodian-details .pets-cont{overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex}.baodian-details .pets-head{padding:.1rem;height:100%;margin-right:.14rem;-webkit-box-sizing:border-box;box-sizing:border-box}.baodian-details .pets-head .pets-img{margin-bottom:.3rem}.baodian-details .center-style{margin-top:.2rem;width:calc(50vw - .8rem);overflow:hidden auto;border-radius:.04rem}.baodian-details .center-style::-webkit-scrollbar{display:none}.baodian-details .pets-lf{margin-top:.2rem;width:calc(50vw - .8rem);overflow:hidden auto;border-radius:.04rem}.baodian-details .pets-lf::-webkit-scrollbar{display:none}.baodian-details .pets-rg{margin-top:.2rem;width:calc(50vw - .8rem);overflow:hidden auto;border-radius:.04rem;margin-left:.14rem}.baodian-details .pets-rg::-webkit-scrollbar{display:none}}@media screen and (orientation: portrait){.baodian-details .pets-cont{overflow:hidden auto}.baodian-details .pets-cont::-webkit-scrollbar{display:none}.baodian-details .pets-head{padding:.1rem .2rem;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;border-bottom:1px solid #dfdfdf;position:fixed;z-index:3}.baodian-details .pets-head .pets-img{margin-right:.2rem}.baodian-details .pets-lf{margin-top:1.4rem;width:100%}.baodian-details .pets-rg{width:100%}}.baodian-details .top-full{width:100%;height:.9rem;background-color:#fff;border-bottom:1px solid #dfdfdf;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:fixed;top:0;z-index:4}.baodian-details .top-full .back-icon{background:url(https://www.giraffar.com/web-static/wsq/wsq-web/back.png) no-repeat 0 0/100% 100%;width:.4rem;height:.4rem;cursor:pointer;position:absolute;left:.3rem}.baodian-details .top-full .text{-webkit-box-flex:1;-ms-flex:1;flex:1;font-size:.3rem;text-align:center}.baodian-details .pets-cont{height:calc(100vh - .9rem);margin-top:.9rem}.baodian-details .pets-head{border-right:1px solid #dfdfdf;background-color:#fff;overflow:auto}.baodian-details .pets-head::-webkit-scrollbar{display:none}.baodian-details .pets-head .pets-img{font-size:.17rem;-webkit-transition:all .2s;transition:all .2s;position:relative;cursor:pointer}.baodian-details .pets-head .pets-img.active .img{border:.05rem solid #68c6ea}.baodian-details .pets-head .pets-img.active:hover{-webkit-transform:scale(1);transform:scale(1)}.baodian-details .pets-head .pets-img:hover{-webkit-transform:scale(1.1);transform:scale(1.1)}.baodian-details .pets-head .img{width:.9rem;height:.9rem;display:block;border:.05rem solid #999;border-radius:.1rem}.baodian-details .pets-head .text{width:calc(100% - .05rem);color:#e7d3b2;line-height:.22rem;text-align:center;font-weight:700;padding:.06rem 0 .02rem;border-radius:0 0 .1rem .1rem;background-image:-webkit-gradient(linear,left bottom,left top,from(#222222),to(transparent));background-image:linear-gradient(0deg,#222222,transparent);position:absolute;bottom:.025rem;left:0;right:0;margin:auto}.baodian-details .pets-lf{background-color:#fff;padding:.1rem .2rem;-webkit-box-sizing:border-box;box-sizing:border-box}.baodian-details .pets-lf .pets-card{width:100%;height:2.5rem;background:url(https://www.giraffar.com/web-static/wsq/wsq-web//pet_card.png) no-repeat 0 0/100% 100%;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex}.baodian-details .pets-lf .pets-card .pet-info{position:absolute;padding:.3rem 0 0 .2rem;z-index:1}.baodian-details .pets-lf .pets-card .pet-info .series{font-size:.48rem;color:#67c6ea;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.baodian-details .pets-lf .pets-card .pet-info .name{font-size:.3rem;color:#222;font-weight:700;margin:.2rem 0}.baodian-details .pets-lf .pets-card .pet-info .type{font-size:.22rem;color:#818181}.baodian-details .pets-lf .pets-card .img{width:50%;height:100%;-o-object-fit:cover;object-fit:cover;-ms-flex-item-align:center;align-self:center;position:absolute;right:0;z-index:1}.baodian-details .pets-rg{background-color:#fff}.article-details{overflow:hidden auto}.article-details .top-full{width:100%;height:.9rem;background-color:#fff;border-bottom:1px solid #dfdfdf;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:sticky;top:0;z-index:4;-webkit-box-sizing:border-box;box-sizing:border-box}.article-details .top-full .back-icon{background:url(https://www.giraffar.com/web-static/wsq/wsq-web/back.png) no-repeat 0 0/100% 100%;width:.4rem;height:.4rem;cursor:pointer;position:absolute;left:.3rem}.article-details .top-full .text{-webkit-box-flex:1;-ms-flex:1;flex:1;text-align:center;font-size:.3rem}.article-details .top-full .name{-webkit-box-flex:1;-ms-flex:1;flex:1;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;font-size:.3rem}.article-details .top-full .name img{width:.7rem;height:.7rem;border-radius:50%;margin-right:.1rem;-o-object-fit:cover;object-fit:cover}.article-details .top-full .add-btn{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;right:.3rem}.article-details .top-full .add-btn span{width:1.3rem;height:.5rem;line-height:.5rem;text-align:center;color:#fff;background-color:#68c6ea;border-radius:.1rem;cursor:pointer}.article-details .top-full .add-btn .btn-gray{-webkit-filter:grayscale(1);filter:grayscale(1)}.article-details .top-full .add-btn img{width:.3rem;margin-left:.2rem}.article-details .article-content{padding:.2rem 0;background-color:#fff;min-height:calc(100% - .9rem - .74rem - .16rem * 2)}.article-details .article-content .top-title{font-size:.37rem;padding:0 .3rem .2rem}.article-details .article-content .article_user{padding:0 .3rem .2rem;border-bottom:1px solid #dfdfdf;background-color:#fff}.article-details .article-content .html-box{padding:.2rem .3rem;font-size:.28rem;line-height:.55rem;word-break:break-word}.article-details .article-content .html-box img,.article-details .article-content .html-box video{max-width:100%}.article-details .article-content .article-video video{width:6.8rem;margin:0 0 .3rem}.article-details .article-content .article-img{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.article-details .article-content .article-img .img{width:2rem;height:2rem;-o-object-fit:cover;object-fit:cover;margin:0 .2rem .2rem 0}.article-details .article-content .article-tags{display:-webkit-box;display:-ms-flexbox;display:flex;padding:.2rem .3rem}.article-details .article-content .article-tags span{font-size:.22rem;color:#aaaead;background-color:#efefef;border-radius:.04rem;margin-right:.2rem;padding:.1rem}.article-details .article-content .article-tags span i{font-style:normal}.article-details .article-content .recommend-box,.article-details .article-content .poll-box,.article-details .article-content .article-comment{padding:0 .3rem}.article-details .article-content .recommend-box,.article-details .article-content .article-comment{border-top:.14rem solid #f1f1f1}.article-details .article-content .reveal-box{width:100%;padding:.16rem .2rem;-webkit-box-sizing:border-box;box-sizing:border-box;position:fixed;bottom:0;z-index:2;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#dfdfdf}.article-details .article-content .reveal-box .lf-text{-webkit-box-flex:1;-ms-flex:1;flex:1;color:gray;font-size:.26rem;height:.74rem;line-height:.74rem;padding:0 .2rem;margin-right:.3rem;background-color:#fff;border-radius:.1rem}.article-details .article-content .reveal-box .rg-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-size:.26rem;width:1.8rem}.article-details .article-content .reveal-box .rg-box .img{width:.36rem}.article-details .article-content .reveal-box .rg-box .operation-item{color:gray;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.poll-com .poll-header{font-size:.26rem}.poll-com .poll-card{padding:.2rem 0;margin:.2rem auto;border:1px solid #dfdfdf;border-radius:.1rem}.poll-com .poll-title{font-size:.3rem;text-align:center;font-weight:700}.poll-com .poll-date{font-size:.28rem;text-align:center;padding:.3rem 0}.poll-com .poll-options .option-card{width:76vw;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:end;position:relative;margin:0 auto .2rem}.poll-com .poll-options .option-card .gou_inner{background:url(https://www.giraffar.com/web-static/wsq/wsq-web//gou.png) no-repeat 0 0/100% 100%;width:.36rem;height:.36rem}.poll-com .poll-options .option-card .dot{width:.36rem;height:.36rem;border:1px solid #dfdfdf;border-radius:50%}.poll-com .poll-options .option-card .option-votes{font-size:.28rem}.poll-com .poll-options .option-card .option-item{position:relative;margin:0 .2rem;border-radius:.04rem;background-color:#f2f2f2;overflow:hidden}.poll-com .poll-options .option-card .option-item .progress{width:100%;height:.7rem;border-radius:.04rem;background-color:#addcee;position:absolute}.poll-com .poll-options .option-card .option-item .option-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:64vw;height:.7rem;font-size:.28rem;padding:0 .2rem;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;z-index:2}.poll-com .poll-options .option-card .option-item .option-info .text{-webkit-box-flex:1;-ms-flex:1;flex:1}.poll-com .poll-options .submit{margin:auto;width:1.6rem;height:.6rem;line-height:.6rem;text-align:center;color:#fff;font-size:.26rem;border-radius:.1rem;background-color:#68c6ea;cursor:pointer}.same-recommend{padding:.3rem 0 0}.same-recommend .tilte-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-size:.28rem}.same-recommend .tilte-box .lf{color:#000;font-weight:700}.same-recommend .tilte-box .rg{color:#999}.same-recommend .recommend-list .information-item:last-of-type{border-bottom:none}.comment-com{padding:.3rem 0 1rem}.comment-com .title-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-size:.28rem;margin-bottom:.3rem}.comment-com .lf{font-weight:700}.comment-com .rg .rg-type{color:#999;border-right:1px solid #dfdfdf;padding:0 .3rem;cursor:pointer}.comment-com .rg .rg-type:last-child{border:none;padding-right:0}.comment-com .rg .rg-type.active{color:#222}.comment-com .comment-card{padding:.3rem 0 .4rem;border-bottom:.01rem solid #dfdfdf}.comment-com .comment-card .commentCont-box{padding-left:1rem}.user-dynamic{background:-webkit-gradient(linear,left bottom,left top,color-stop(86%,#7dd2f1),to(#36a7e2));background:linear-gradient(0deg,#7dd2f1 86%,#36a7e2)}.user-dynamic .top-full{width:100%;height:.9rem;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.user-dynamic .top-full .back-icon{background:url(https://www.giraffar.com/web-static/wsq/wsq-web/back.png) no-repeat 0 0/100% 100%;-webkit-filter:brightness(5);filter:brightness(5);width:.4rem;height:.4rem;cursor:pointer;position:absolute;left:.3rem}.user-dynamic .top-full .text{text-align:center;-webkit-box-flex:1;-ms-flex:1;flex:1;font-size:.3rem;font-weight:700}.user-dynamic .top-full .drafts-text{font-size:.26rem;border-bottom:1px solid #fff;padding:.06rem;position:absolute;right:.3rem;cursor:pointer}.user-dynamic .tab-container{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;height:.6rem;font-size:.3rem;color:#999;font-weight:700;background-color:#fff;border-radius:.4rem .4rem 0 0}.user-dynamic .tab-container p{margin:0 .5rem;padding:0 .1rem;position:relative;cursor:pointer}.user-dynamic .tab-container p.active{color:#68c6ea}.user-dynamic .tab-container p.active:after{content:"";width:100%;height:.05rem;background-color:#68c6ea;border-radius:.1rem;position:absolute;bottom:-.1rem;left:0}.user-dynamic .my-post{height:calc(100vh - 1.5rem);overflow-y:auto;padding:0 .3rem;background-color:#fff}.user-dynamic .my-post .dynamic-box{border-bottom:1px solid #dfdfdf}.user-dynamic .my-post .category{font-size:.26rem;color:#999;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.user-dynamic .my-post .category .img{width:.3rem;cursor:pointer}.drafts-popup .draftsPopup{z-index:900}.drafts-popup .draftsBody-box{background-color:#fff}.drafts-popup .title{height:.8rem;line-height:.8rem;font-size:.3rem;font-weight:700;text-align:center;border-bottom:.01rem solid #dfdfdf;background-color:#fff}.drafts-popup .drafts-content{height:calc(100% - .8rem);overflow:hidden auto;padding:.2rem 0}.drafts-popup .drafts-content .drafts-item{padding:.4rem .3rem;border-bottom:.01rem solid #dfdfdf;font-size:.26rem}.drafts-popup .drafts-content .drafts-item:last-child{border-bottom:none}.drafts-popup .drafts-content .drafts-item .drafts-fun{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:.3rem}.drafts-popup .drafts-content .drafts-item .drafts-fun .drafts-actions{display:-webkit-box;display:-ms-flexbox;display:flex}.drafts-popup .drafts-content .drafts-item .drafts-fun .time{color:#999}.drafts-popup .drafts-content .drafts-item .drafts-fun span{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:.4rem;cursor:pointer}.drafts-popup .drafts-content .drafts-item .drafts-fun img{height:.46rem;margin-right:.06rem}.user-main{background:-webkit-gradient(linear,left bottom,left top,color-stop(86%,#7dd2f1),to(#36a7e2));background:linear-gradient(0deg,#7dd2f1 86%,#36a7e2)}.user-main .top-full{width:100%;height:.9rem;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.user-main .top-full .back-icon{background:url(https://www.giraffar.com/web-static/wsq/wsq-web/back.png) no-repeat 0 0/100% 100%;-webkit-filter:brightness(5);filter:brightness(5);width:.4rem;height:.4rem;cursor:pointer;position:absolute;left:.3rem}.user-main .top-full .text{text-align:center;-webkit-box-flex:1;-ms-flex:1;flex:1;font-size:.3rem;font-weight:700}.user-main .top-full .more-icon{width:.3rem;height:.5rem;background:url(https://www.giraffar.com/web-static/wsq/wsq-web//gengduo.png) no-repeat 0 0/100% 100%;position:absolute;right:.2rem;-webkit-filter:brightness(2);filter:brightness(2)}.user-main .user-post{background-color:#fff;height:calc(100vh - .9rem);overflow-y:auto;border-radius:.4rem .4rem 0 0;-webkit-box-sizing:border-box;box-sizing:border-box}.user-main .user-info{padding:.3rem;border-bottom:.16rem solid #f5f5f5}.user-main .user-info .attention{display:-webkit-box;display:-ms-flexbox;display:flex}.user-main .user-info .attention p{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:.26rem;margin:.2rem .5rem 0 0}.user-main .user-info .attention i{font-style:normal;margin-bottom:.1rem;color:#999}.user-main .tab-container{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;height:.6rem;font-size:.3rem;color:#999;font-weight:700}.user-main .tab-container p{margin:0 .5rem;padding:0 .1rem;position:relative;cursor:pointer}.user-main .tab-container p.active{color:#68c6ea}.user-main .tab-container p.active:after{content:"";width:100%;height:.05rem;background-color:#68c6ea;border-radius:.1rem;position:absolute;bottom:-.1rem;left:0}.user-main .list-box{padding:0 .3rem .3rem}.user-main .list-box .my-dynamic{border-bottom:1px solid #dfdfdf}.user-main .list-box .my-dynamic:last-child{border-bottom:none}.user-main .list-box .my-dynamic .uptime{color:#999;padding:.2rem 0 .1rem;font-size:.26rem}.message-box{background:-webkit-gradient(linear,left bottom,left top,color-stop(86%,#7dd2f1),to(#36a7e2));background:linear-gradient(0deg,#7dd2f1 86%,#36a7e2)}.message-box .top-full{width:100%;height:.9rem;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.message-box .top-full .back-icon{background:url(https://www.giraffar.com/web-static/wsq/wsq-web/back.png) no-repeat 0 0/100% 100%;-webkit-filter:brightness(5);filter:brightness(5);width:.4rem;height:.4rem;cursor:pointer;position:absolute;left:.3rem}.message-box .top-full .text{-webkit-box-flex:1;-ms-flex:1;flex:1;text-align:center;font-size:.3rem;font-weight:700}.message-box .top-full .clear-icon{width:.34rem;height:.34rem;position:absolute;right:.3rem;-webkit-filter:invert(1);filter:invert(1);cursor:pointer}.message-box .comment-box,.message-box .system-box{height:calc(100vh - .9rem);overflow-y:auto;background-color:#fff;padding:0 .3rem;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:.4rem .4rem 0 0}.message-box .msg-box{height:calc(100vh - .9rem);overflow-y:auto;background-color:#fff;border-radius:.4rem .4rem 0 0;padding:.5rem 0 0;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.user-comment{border-bottom:1px solid #dfdfdf;padding:.3rem 0}.user-comment .user-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:.26rem}.user-comment .user-box .lf{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1}.user-comment .user-box .lf .user-img{width:.8rem;height:.8rem;border-radius:50%;border:1px solid #5bc4f1;margin-right:.16rem}.user-comment .user-box .lf .descript{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:distribute;justify-content:space-around}.user-comment .user-box .lf .descript .date{color:#999}.user-comment .user-box .rg{color:#999;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}.user-comment .user-box .rg .img{width:.36rem;height:.36rem;margin-right:.1rem;-webkit-filter:contrast(.1);filter:contrast(.1)}.user-comment .reply-text{color:#222;font-size:.26rem;line-height:.32rem;margin:.2rem 0 .3rem}.user-comment .reply-text i{color:#68c6ea;margin-left:.06rem;font-style:normal}.user-comment .cont-box{font-size:.26rem;line-height:.32rem;color:#333;word-wrap:break-word;display:inline}.user-comment .cont-box>*{display:inline}.user-comment .cont-box.myCont-box{color:#999}.user-comment .posts-info{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;padding:.1rem .06rem .1rem .2rem;margin-top:20px;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#f4f4f4;border-radius:.1rem}.user-comment .posts-info .lf{font-size:.26rem;margin-right:.1rem;-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly}.user-comment .posts-info .lf .title{color:#333}.user-comment .posts-info .lf .subtile{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;word-break:break-word;color:#999}.user-comment .posts-info .rg{width:1.08rem;height:1.08rem;border-radius:.2rem;-webkit-box-shadow:0 0 .1rem #dfdfdf;box-shadow:0 0 .1rem #dfdfdf;-o-object-fit:cover;object-fit:cover}.msg-item{height:1.2rem;position:relative;margin:0 .56rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.msg-item .img{width:.45rem;height:.56rem;-o-object-fit:contain;object-fit:contain;margin:0 auto}.msg-item .text{font-size:.3rem;font-weight:700;padding:.1rem 0}.msg-item .dot{background-color:#ee0a24;position:absolute;left:58%;padding:0 .1rem;height:.3rem;text-align:center;line-height:.31rem;font-size:.2rem;border-radius:.2rem;color:#fff;font-style:normal}.system-message{width:100%;padding:.3rem 0;color:#222;font-size:.26rem;border-bottom:1px solid #dfdfdf}.system-message .system-user{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.system-message .system-user .img{border:1px solid #5bc4f1;border-radius:50%;width:.68rem;height:.68rem;margin-right:.1rem}.system-message .system-user .name{-webkit-box-flex:1;-ms-flex:1;flex:1}.system-message .system-user .date{color:#999}.system-message .content{margin:.2rem 0 0;padding-left:calc(.68rem + .1rem + .04rem);line-height:.36rem}.system-message .btn{color:#40ceff;text-decoration:underline;cursor:pointer;text-align:right}.authentication-box .top-full{width:100%;height:.9rem;color:#fff;background:-webkit-gradient(linear,left bottom,left top,from(#7dd2f1),to(#36a7e2));background:linear-gradient(0deg,#7dd2f1,#36a7e2);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.authentication-box .top-full .back-icon{background:url(https://www.giraffar.com/web-static/wsq/wsq-web/back.png) no-repeat 0 0/100% 100%;-webkit-filter:brightness(5);filter:brightness(5);width:.4rem;height:.4rem;cursor:pointer;position:absolute;left:.3rem}.authentication-box .top-full .text{-webkit-box-flex:1;-ms-flex:1;flex:1;text-align:center;font-size:.3rem;font-weight:700}.authentication-box .form-box{color:#222;background-color:#fff;height:calc(100vh - .9rem);overflow-y:auto}.authentication-box .form-box .l-item{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:.26rem;border-bottom:.03rem solid #dfdfdf;padding:.2rem .3rem;position:relative}.authentication-box .form-box .l-item:last-of-type{display:block;border-bottom:none}.authentication-box .form-box .l-item:last-of-type .label{margin-bottom:.2rem}.authentication-box .form-box .l-item.input-item{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.authentication-box .form-box .l-item .label{margin-right:.1rem}.authentication-box .form-box .l-item .rg{-webkit-box-flex:1;-ms-flex:1;flex:1;height:.5rem;line-height:.5rem;color:#999;cursor:pointer}.authentication-box .form-box .l-item .field-style{border:none;background-color:transparent;color:#999;padding:0}.authentication-box .form-box .l-item textarea{border:none;background-color:transparent;color:#999;padding:0;-webkit-box-flex:1;-ms-flex:1;flex:1;resize:none;font-size:.24rem;line-height:.26rem;font-family:pingfang}.authentication-box .form-box .l-item textarea:focus-visible{outline:none}.authentication-box .form-box .l-item .tips{font-size:.22rem;color:#999;font-style:normal;margin-left:.1rem}.authentication-box .form-box .type-box{width:5.8rem;position:absolute;top:100%;left:1.6rem;z-index:2;color:#8f8f8f;border-radius:.1rem;-webkit-box-shadow:0 0 .03rem #999;box-shadow:0 0 .03rem #999}.authentication-box .form-box .type-box p{height:.7rem;line-height:.7rem;padding:0 .2rem;background-color:#fff;border-bottom:1px solid #dfdfdf;cursor:pointer}.authentication-box .form-box .type-box p:hover{background-color:#f0f0f0;color:#555}.authentication-box .form-box .type-box p:first-child{border-radius:.1rem .1rem 0 0}.authentication-box .form-box .type-box p:last-child{border-radius:0 0 .1rem .1rem;border-bottom:none}.authentication-box .form-box .auth-img{width:2rem}.authentication-box .form-box .send-btn{width:2.4rem;height:.6rem;line-height:.6rem;color:#fff;background-color:#68c6ea;border-radius:.08rem;margin:.3rem auto;cursor:pointer;text-align:center}.authentication-box .form-box .send-btn:hover{-webkit-filter:brightness(1.1);filter:brightness(1.1)}.user-set{background:-webkit-gradient(linear,left bottom,left top,color-stop(86%,#7dd2f1),to(#36a7e2));background:linear-gradient(0deg,#7dd2f1 86%,#36a7e2)}.user-set .top-full{width:100%;height:.9rem;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.user-set .top-full .back-icon{background:url(https://www.giraffar.com/web-static/wsq/wsq-web/back.png) no-repeat 0 0/100% 100%;-webkit-filter:brightness(5);filter:brightness(5);width:.4rem;height:.4rem;cursor:pointer;position:absolute;left:.3rem}.user-set .top-full .text{-webkit-box-flex:1;-ms-flex:1;flex:1;text-align:center;font-size:.3rem;font-weight:700}.user-set .set-box{height:calc(100vh - .9rem);overflow-y:auto;background-color:#fff;padding:0 .3rem .3rem;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:.4rem .4rem 0 0}.user-set .rules-box,.user-set .privacy{height:calc(100vh - .9rem);overflow-y:auto;background-color:#fff}.privacy-set{padding:0 .3rem .3rem}.privacy-set .privacy-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:.26rem;border-bottom:1px solid #dfdfdf;padding-right:.2rem;cursor:pointer}.privacy-set .privacy-item .label{-webkit-box-flex:1;-ms-flex:1;flex:1;color:#222;height:.9rem;line-height:.9rem}.privacy-set .privacy-item .switch .adm-switch{--width: 1rem;--height: .4rem;--checked-color: #68c6ea;--unchecked-color: #999}.privacy-set .privacy-item .rg{width:.16rem;height:.16rem;border:#d1d1d1 solid;border-width:.03rem .03rem 0 0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.userBlack-popup{color:#525252;text-align:center;font-size:.3rem}.userBlack-popup .popup-box{overflow:hidden auto}.userBlack-popup .title{text-align:center;font-size:.3rem;height:.8rem;line-height:.8rem;font-weight:700;color:#222;background:#fff;border-bottom:2px solid #dfdfdf}.userBlack-popup .black-list{height:calc(100% - .8rem - 2px);padding:0 .4rem .4rem;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden auto}.userBlack-popup .black-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:1px solid #dfdfdf;padding:.2rem 0}.userBlack-popup .black-item .adm-switch{--width: 1rem;--height: .4rem;--checked-color: #68c6ea;--unchecked-color: #999}.userBlack-popup .no-more{text-align:center;color:#e0e0e0;margin:.2rem 0 0;font-size:.22rem}.address-popup .popup-box{height:90%}.address-popup .title{height:.8rem;line-height:.8rem;font-size:.3rem;text-align:center;font-weight:700;color:#222;background:#fff;border-bottom:2px solid #dfdfdf}.address-popup .address-info{height:calc(100% - 2rem - 2px);padding:0 .4rem;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden auto}.address-popup .address-info .address-user{font-size:.26rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:.3rem 0;border-bottom:1px solid #dfdfdf}.address-popup .address-info .address-user .lf{-webkit-box-flex:1;-ms-flex:1;flex:1}.address-popup .address-info .address-user .lf .name{color:#222;margin-bottom:.2rem}.address-popup .address-info .address-user .lf .text{color:#999;line-height:.32rem}.address-popup .address-info .address-user .rg span{color:#222;margin-left:.2rem;border-radius:.08rem;padding:.02rem .18rem;cursor:pointer}.address-popup .address-info .address-user .rg span:first-child{background-color:#68c6ea;color:#fff}.address-popup .address-info .address-user .rg span:last-child{background-color:#999;color:#fff}.address-popup .address-info .no-data{background:url(https://www.giraffar.com/web-static/wsq/wsq-web//no_data.png) no-repeat 0 0/100% 100%;width:3rem;height:3rem;margin:auto}.address-popup .address-info .address-form{width:90%;margin:.3rem auto 0}.address-popup .address-info .address-form .adm-list-item-content{--align-items: baseline}.address-popup .address-info .address-form .adm-input-element{height:.8rem;border:1px solid #c2c2c2;border-radius:.1rem;padding:0 .1rem;font-size:.24rem}.address-popup .address-info .address-form .adm-list-item-content-prefix{text-align:right;font-size:.24rem;margin-right:.1rem;width:1rem}.address-popup .address-info .address-form .adm-form-item-feedback-error{font-size:.2rem}.address-popup .address-info .address-form .submit-btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.address-popup .address-info .address-form .submit-btn .btn{margin:.3rem .2rem;border:none;border-radius:.08rem;background-color:#68c6ea;color:#fff;font-size:.3rem;width:1.6rem;height:.6rem}.address-popup .add{width:2rem;height:.6rem;line-height:.6rem;font-size:.3rem;color:#fff;text-align:center;border-radius:.08rem;background-color:#68c6ea;margin:.3rem auto;cursor:pointer}.rules-cont{font-size:.26rem;color:#525252;padding:.3rem .5rem}.rules-cont h2,.rules-cont h3,.rules-cont h4{color:#222}.rules-cont h3{margin-top:.4rem}.rules-cont h4{margin-top:.3rem}.rules-cont p{line-height:.48rem}.rules-cont .title{width:92%;margin:0 auto;text-align:center}.edit-profile{padding:0 .16rem}.edit-profile .profile-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:.3rem .16rem;border-bottom:1px solid #dfdfdf}.edit-profile .profile-item .label{-webkit-box-flex:1;-ms-flex:1;flex:1;font-size:.26rem;width:1rem}.edit-profile .profile-item .profile-img{width:1.2rem;border-radius:50%;margin:auto}.edit-profile .profile-item .rg{font-size:.24rem;color:#999;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.edit-profile .profile-item .rg .rg_icon{width:.16rem;height:.16rem;border:#d1d1d1 solid;border-width:.03rem .03rem 0 0;-webkit-transform:rotate(45deg);transform:rotate(45deg);margin-left:.2rem}.edit-profile .profile-item .rg .rg-input .adm-input-element{color:inherit;font-size:.26rem;text-align:right}.edit-profile .profile-item .rg .adm-radio{margin-left:.2rem;--icon-size: .34rem;--font-size: .26rem}.edit-profile .select-popup{border-radius:.2rem .2rem 0 0}.edit-profile .select-popup .select-item{width:100vw;font-size:.26rem;text-align:center;padding:.3rem 0;cursor:pointer;border-bottom:.01rem solid #dfdfdf}.edit-profile .select-popup .select-item:last-child{border-bottom:none}.edit-profile .select-popup .select-item:first-child{border-radius:.2rem .2rem 0 0}.edit-profile .select-popup .select-item:hover{background-color:#f1f1f1}.edit-profile .select-popup .img-file{display:none}.edit-profile .select-popup .cancel{padding:.4rem 0;border-top:.1rem solid #dfdfdf}.edit-profile .city-box .adm-tabs-content{padding:0 .2rem}.edit-profile .city-box .adm-list-item-content,.edit-profile .city-box .adm-tabs-tab{font-size:.26rem}.edit-profile .city-box .adm-cascader-header-button{font-size:.3rem}.edit-profile .birthday-box .adm-picker-header-button,.edit-profile .birthday-box .adm-picker-header-title,.edit-profile .birthday-box .adm-picker-view-column-item{font-size:.26rem}.edit-profile .nameModal-box .adm-modal-title{font-size:.3rem}.edit-profile .nameModal-box .adm-input{font-size:.3rem;border:.01rem solid #dfdfdf;border-left:0;border-right:0;margin-top:.1rem;padding:.2rem .1rem;-webkit-box-sizing:border-box;box-sizing:border-box}.edit-profile .nameModal-box .adm-modal-body{padding-top:.2rem}.edit-profile .nameModal-box .adm-button{background-color:#68c6ea;color:#fff;height:.6rem;line-height:.6rem}.set-menu .menus p{border-bottom:1px solid #f4f4f4;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-right:.2rem}.set-menu .menus p span{-webkit-box-flex:1;-ms-flex:1;flex:1}.set-menu .menus p i{width:.16rem;height:.16rem;border:#d1d1d1 solid;border-width:.03rem .03rem 0 0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.set-menu .m_text{font-size:.3rem;color:#333;font-weight:700;height:1rem}.set-menu .role-info .m_text{line-height:1rem}.set-menu .role-info .role-box{background-color:#f4f4f4;padding:.24rem .3rem;border-radius:.1rem;font-size:.3rem}.set-menu .role-info .role-box .game{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;color:#68c6ea;font-weight:700}.set-menu .role-info .role-box .game .lf{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.set-menu .role-info .role-box .game .lf img{width:.6rem;border-radius:.1rem;margin-right:.1rem}.set-menu .role-info .role-box .game .rg{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}.set-menu .role-info .role-box .game .rg i{background:url(https://www.giraffar.com/web-static/wsq/wsq-web//san/qiehuan.png) no-repeat 0 0/100% 100%;width:.3rem;height:.3rem;margin-right:.1rem}.set-menu .role-info .role-box .my-name{font-weight:700;margin-top:.2rem}.set-menu .role-info .role-box .server{padding:.1rem 0}.set-menu .role-info .role-box .server,.set-menu .role-info .role-box .guild{color:#9e9e9e}.set-menu .login-out{width:2rem;margin:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:absolute;left:0;right:0;top:80%;cursor:pointer}.set-menu .login-out i{background:url(https://www.giraffar.com/web-static/wsq/wsq-web//out.png) no-repeat 0 0/100% 100%;display:block;width:.36rem;height:.36rem;margin-right:.1rem}.set-menu .login-out span{font-size:.3rem;font-weight:700;color:#ff5353;border-bottom:.02rem solid #ff5353;padding-bottom:.04rem}.switchRole-popup .title{text-align:center;font-size:.3rem;height:.8rem;line-height:.8rem;font-weight:700;color:#222;background:#fff;border-bottom:2px solid #dfdfdf}.switchRole-popup .role-info{height:60vh;overflow:hidden auto}.switchRole-popup .role-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:1px solid #dfdfdf;padding:0 .5rem;height:1.2rem}.switchRole-popup .role-box .lf{-webkit-box-flex:1;-ms-flex:1;flex:1}.switchRole-popup .role-box .lf i{font-style:normal}.switchRole-popup .role-box .lf .u-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.switchRole-popup .role-box .lf .u_name{font-weight:700;font-size:.28rem}.switchRole-popup .role-box .lf .u_game{font-size:.26rem;color:#999;margin-top:.2rem}.switchRole-popup .role-box .lf .current-use{font-size:.2rem;color:#fff;padding:.06rem .1rem;border-radius:.2rem;margin-left:.1rem;background-color:#68c6ea}.switchRole-popup .role-box .rg .radio{border:1px solid #999;width:.3rem;height:.3rem;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex}.switchRole-popup .role-box .rg .active{border:1px solid #68c6ea}.switchRole-popup .role-box .rg .active:before{content:"";width:70%;height:70%;border-radius:50%;background:#5bc4f1;margin:auto}.switchRole-popup .btns-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.switchRole-popup .btns-box p{margin:.3rem .2rem;border-radius:.08rem;color:#fff;padding:.16rem .3rem;font-size:.26rem;cursor:pointer}.switchRole-popup .btns-box p:hover{-webkit-filter:brightness(1.1);filter:brightness(1.1)}.switchRole-popup .btns-box .cancel-btn{background-color:#999}.switchRole-popup .btns-box .confirm-btn{background-color:#68c6ea}.switchRole-popup .no-data{background:url(https://www.giraffar.com/web-static/wsq/wsq-web//no_data.png) no-repeat 0 0/100% 100%;width:3rem;height:3rem;margin:auto}.topic-box{overflow:hidden auto;background-color:#fff}.topic-box .top-full{width:100%;height:.9rem;background-color:#fff;border-bottom:1px solid #dfdfdf;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:sticky;top:0;z-index:4}.topic-box .top-full .back-icon{background:url(https://www.giraffar.com/web-static/wsq/wsq-web/back.png) no-repeat 0 0/100% 100%;width:.4rem;height:.4rem;cursor:pointer;position:absolute;left:.3rem}.topic-box .top-full .text{-webkit-box-flex:1;-ms-flex:1;flex:1;font-size:.3rem;text-align:center;font-weight:700}.topic-box .topic-info{min-height:2.1rem;background-color:#fff;border-bottom:1px solid #dfdfdf;position:relative}.topic-box .topic-info .lf-describe{height:100%;padding:.2rem .3rem;background:-webkit-gradient(linear,left top,right top,color-stop(60%,#ffffff),color-stop(transparent),to(transparent));background:linear-gradient(90deg,#ffffff 60%,transparent,transparent);position:relative;z-index:2}.topic-box .topic-info .rg-img{height:100%;position:absolute;top:0;right:0}.topic-box .topic-info .describe{display:-webkit-box;display:-ms-flexbox;display:flex}.topic-box .topic-info .describe .lf-icon{width:1rem;height:1rem;border-radius:.08rem;margin-right:.2rem}.topic-box .topic-info .describe .rg-heat{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:distribute;justify-content:space-around}.topic-box .topic-info .describe .rg-heat h3{font-size:.3rem;color:#222}.topic-box .topic-info .describe .rg-heat span{color:#999;font-size:.26rem}.topic-box .topic-info .describe .rg-heat span i{font-style:normal;margin-right:.2rem}.topic-box .topic-info .introduction{width:70%;font-size:.26rem;line-height:.32rem;color:#999;margin-top:.2rem}.topic-box .tab-container{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;height:.6rem;font-size:.3rem;color:#999;font-weight:700}.topic-box .tab-container p{margin:0 .5rem;padding:0 .1rem;position:relative;cursor:pointer}.topic-box .tab-container p.active{color:#68c6ea}.topic-box .tab-container p.active:after{content:"";width:100%;height:.05rem;background-color:#68c6ea;border-radius:.1rem;position:absolute;bottom:-.1rem;left:0}.topic-box .topic-dynamic{padding:0 .3rem;border-bottom:1px solid #dfdfdf}.topic-box .post-btn{width:1.2rem;height:1.2rem;position:fixed;right:.2rem;bottom:20%;z-index:2}.topic-box .post-btn img{width:100%;height:100%}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}a{color:#7e8c8d;text-decoration:none;-webkit-backface-visibility:hidden}:root:root .adm-popup-close-icon{font-size:.5rem}:root:root .adm-list-item-content{--border-inner: none}:root:root .adm-list{--border-bottom: none;--border-top: none;--padding-right: none;--padding-left: none}:root:root .adm-list-item{padding:inherit;line-height:inherit}html,body{background-color:#f5f5f5;overflow:hidden auto}html::-webkit-scrollbar,body::-webkit-scrollbar{display:none}html .expressions-small,body .expressions-small{height:.4rem;vertical-align:sub;margin:0 .08rem}html .editor-link,body .editor-link{height:.26rem}html .editor-a,body .editor-a{color:#415e91}html .expressions-big,body .expressions-big{height:.9rem;margin:0 .08rem;vertical-align:sub}body{font-size:.24rem}@supports not (color: var(--adm-color-text)){.adm-button{color:#333;background-color:#fff;font-size:17px;border-width:1px;border-style:solid;border-color:#eee;border-radius:4px}.adm-button:before{-webkit-transform:translate(-1px,-1px);transform:translate(-1px,-1px);border:1px solid #000;border-radius:4px}.adm-button-default.adm-button-fill-outline{background-color:transparent;border-color:#333}.adm-button-default.adm-button-fill-none{background-color:transparent;border-width:0}.adm-button:not(.adm-button-default){color:#fff}.adm-button:not(.adm-button-default).adm-button-fill-outline{background-color:transparent}.adm-button:not(.adm-button-default).adm-button-fill-none{background-color:transparent;border-width:0}.adm-button-primary{background-color:#1677ff;border-color:#1677ff}.adm-button-primary.adm-button-fill-outline,.adm-button-primary.adm-button-fill-none{color:#1677ff}.adm-button-success{background-color:#00b578;border-color:#00b578}.adm-button-success.adm-button-fill-outline,.adm-button-success.adm-button-fill-none{color:#00b578}.adm-button-danger{background-color:#ff3141;border-color:#ff3141}.adm-button-danger.adm-button-fill-outline,.adm-button-danger.adm-button-fill-none{color:#ff3141}.adm-button-warning{background-color:#ff8f1f;border-color:#ff8f1f}.adm-button-warning.adm-button-fill-outline,.adm-button-warning.adm-button-fill-none{color:#ff8f1f}.adm-button.adm-button-mini{font-size:13px}.adm-button.adm-button-small{padding-top:3px;padding-bottom:3px;font-size:15px}.adm-button.adm-button-large{padding-top:11px;padding-bottom:11px;font-size:18px}.adm-button.adm-button-shape-rounded{border-radius:1000px}.adm-button.adm-button-shape-rounded:before{border-radius:1000px}.adm-button.adm-button-shape-rectangular{border-radius:0}.adm-cascader .adm-cascader-view-content{height:310px}.adm-center-popup{z-index:1000}.adm-center-popup-wrap{min-width:280px;max-width:75vw}.adm-center-popup-body{background-color:#fff;border-radius:8px}.adm-error-block-image{height:100px;width:auto}.adm-error-block-description{font-size:var(--adm-font-size-4)}.adm-error-block-description-title{font-size:var(--adm-font-size-7)}.adm-error-block-full-page{padding-top:calc(50vh - 200px)}.adm-error-block-full-page .adm-error-block-image{height:200px;width:auto}.adm-error-block-full-page .adm-error-block-description{font-size:var(--adm-font-size-main)}.adm-error-block-full-page .adm-error-block-description-title{color:#333}.adm-image{width:auto;height:auto}.adm-image-tip{background-color:#f5f5f5}.adm-image-tip>svg{color:#999}.adm-mask{z-index:1000}.adm-modal-body{font-size:14px}.adm-modal-title{font-size:18px}.adm-modal-content{font-size:15px;color:#333}.adm-modal-close{color:#999;font-size:18px}.adm-modal-footer.adm-space.adm-space-vertical>.adm-space-item.adm-space-item{margin-bottom:20px}.adm-modal-footer.adm-space.adm-space-vertical>.adm-space-item.adm-space-item:last-child{margin-bottom:0}.adm-modal-footer .adm-modal-button{font-size:18px}.adm-page-indicator-dot{width:3px;height:3px;border-radius:1px;background:rgba(0,0,0,.2)}.adm-page-indicator-dot-active{border-radius:1px;background:#1677ff}.adm-page-indicator-color-white .adm-page-indicator-dot-active.adm-page-indicator-dot-active{background:#fff}.adm-page-indicator-horizontal .adm-page-indicator-dot{margin-right:3px}.adm-page-indicator-horizontal .adm-page-indicator-dot-active{width:13px}.adm-page-indicator-vertical .adm-page-indicator-dot{margin-bottom:3px}.adm-page-indicator-vertical .adm-page-indicator-dot-active{height:13px}.adm-popover-menu.adm-popover .adm-popover-inner-content{padding:0!important}.adm-popover-menu-item-text{border-top:solid 1px #eeeeee}.adm-popover-menu-item:active:not(.adm-popover-menu-item-disabled){background-color:#eee}.adm-popover-menu-item:active:not(.adm-popover-menu-item-disabled):after{border-bottom:solid 1px #eeeeee}.adm-popover.adm-popover-dark.adm-popover-menu.adm-popover-menu .adm-popover-menu-item-text{border-color:#333}.adm-popover.adm-popover-dark.adm-popover-menu.adm-popover-menu .adm-popover-menu-item:active:not(.adm-popover-menu-item-disabled){background-color:#333}.adm-popover.adm-popover-dark.adm-popover-menu.adm-popover-menu .adm-popover-menu-item:active:not(.adm-popover-menu-item-disabled):after{border-color:#333}.adm-popover.adm-popover-dark.adm-popover-menu.adm-popover-menu .adm-popover-inner.adm-popover-inner.adm-popover-inner{background-color:rgba(0,0,0,.9)}.adm-popover{z-index:1030;color:#333}.adm-popover.adm-popover-dark{color:#fff}.adm-popover.adm-popover-dark .adm-popover-inner{background-color:rgba(0,0,0,.75)}.adm-popover-inner{background-color:#fff;font-size:15px}.adm-popover-inner-content{padding:8px 12px}.adm-popover-arrow{display:none!important}.adm-scroll-mask-left{background:-webkit-gradient(linear,left top,right top,from(#ffffff),to(rgba(255,255,255,0)));background:linear-gradient(to right,#fff,rgba(255,255,255,0))}.adm-scroll-mask-right{background:-webkit-gradient(linear,right top,left top,from(#ffffff),to(rgba(255,255,255,0)));background:linear-gradient(to left,#fff,rgba(255,255,255,0))}.adm-space-vertical>.adm-space-item{margin-bottom:8px}.adm-space-horizontal>.adm-space-item{margin-right:8px}.adm-space-horizontal.adm-space-wrap{-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:-8px}.adm-space-horizontal.adm-space-wrap>.adm-space-item{padding-bottom:8px}.adm-segmented{color:#666;background-color:#f5f5f5;-webkit-transition:all .3s cubic-bezier(.645,.045,.355,1);transition:all .3s cubic-bezier(.645,.045,.355,1)}.adm-segmented-item{-webkit-transition:color .3s cubic-bezier(.645,.045,.355,1);transition:color .3s cubic-bezier(.645,.045,.355,1)}.adm-segmented-item-selected{background-color:#fff;-webkit-box-shadow:0 2px 8px -2px rgba(0,0,0,.05),0 1px 4px -1px rgba(0,0,0,.07),0 0 1px 0 rgba(0,0,0,.08);box-shadow:0 2px 8px -2px rgba(0,0,0,.05),0 1px 4px -1px rgba(0,0,0,.07),0 0 1px rgba(0,0,0,.08);color:#333}.adm-segmented-item-disabled{color:#999}.adm-segmented-thumb{background-color:#fff;-webkit-box-shadow:0 2px 8px -2px rgba(0,0,0,.05),0 1px 4px -1px rgba(0,0,0,.07),0 0 1px 0 rgba(0,0,0,.08);box-shadow:0 2px 8px -2px rgba(0,0,0,.05),0 1px 4px -1px rgba(0,0,0,.07),0 0 1px rgba(0,0,0,.08)}.adm-segmented-thumb-motion-appear-active{-webkit-transition:width .3s cubic-bezier(.645,.045,.355,1),-webkit-transform .3s cubic-bezier(.645,.045,.355,1);transition:width .3s cubic-bezier(.645,.045,.355,1),-webkit-transform .3s cubic-bezier(.645,.045,.355,1);transition:transform .3s cubic-bezier(.645,.045,.355,1),width .3s cubic-bezier(.645,.045,.355,1);transition:transform .3s cubic-bezier(.645,.045,.355,1),width .3s cubic-bezier(.645,.045,.355,1),-webkit-transform .3s cubic-bezier(.645,.045,.355,1)}.segmented-disabled-item{color:#999}.segmented-item-selected{background-color:#fff;-webkit-box-shadow:0 2px 8px -2px rgba(0,0,0,.05),0 1px 4px -1px rgba(0,0,0,.07),0 0 1px 0 rgba(0,0,0,.08);box-shadow:0 2px 8px -2px rgba(0,0,0,.05),0 1px 4px -1px rgba(0,0,0,.07),0 0 1px rgba(0,0,0,.08)}.adm-spin-loading{width:32px;height:32px}.adm-spin-loading-svg{width:100%;height:100%;-webkit-animation:adm-spin-loading-rotate .8s infinite linear;animation:adm-spin-loading-rotate .8s infinite linear}.adm-spin-loading-svg>.adm-spin-loading-fill{stroke:#999}.adm-swiper{display:block;width:100%;height:auto;border-radius:0}.adm-swiper-track{padding:0}.adm-swiper-horizontal .adm-swiper-track{-webkit-transform:translateX(0%);transform:translate(0)}.adm-swiper-horizontal .adm-swiper-track-inner{width:100%}.adm-swiper-vertical .adm-swiper-track{-webkit-transform:translateY(0%);transform:translateY(0)}.adm-swiper-vertical .adm-swiper-track-inner{height:100%}.adm-tabs-header{border-bottom:solid 1px #eeeeee}.adm-tabs-tab{font-size:17px}.adm-tabs-tab-active{color:#1677ff}.adm-tabs-tab-line{height:2px;background:#1677ff;border-radius:2px}.adm-tabs-content{padding:12px}.adm-tabs-header-mask-left{background:-webkit-gradient(linear,left top,right top,from(#ffffff),to(rgba(255,255,255,0)));background:linear-gradient(to right,#fff,rgba(255,255,255,0))}.adm-tabs-header-mask-right{background:-webkit-gradient(linear,right top,left top,from(#ffffff),to(rgba(255,255,255,0)));background:linear-gradient(to left,#fff,rgba(255,255,255,0))}.adm-toast-mask .adm-toast-main{font-size:15px}.adm-toast-loading.adm-toast-loading{width:48px;height:48px;margin:0 auto 8px}.adm-toast-loading.adm-toast-loading .adm-spin-loading-fill{stroke:#fff}}
