:root{--adm-radius-s:0.05333rem;--adm-radius-m:0.10667rem;--adm-radius-l:0.16rem;--adm-font-size-1:0.12rem;--adm-font-size-2:0.13333rem;--adm-font-size-3:0.14667rem;--adm-font-size-4:0.16rem;--adm-font-size-5:0.17333rem;--adm-font-size-6:0.18667rem;--adm-font-size-7:0.2rem;--adm-font-size-8:0.21333rem;--adm-font-size-9:0.22667rem;--adm-font-size-10:0.24rem;--adm-color-primary:#1677ff;--adm-color-success:#00b578;--adm-color-warning:#ff8f1f;--adm-color-danger:#ff3141;--adm-color-white:#fff;--adm-color-text:#333;--adm-color-text-secondary:#666;--adm-color-weak:#999;--adm-color-light:#ccc;--adm-color-border:#eee;--adm-color-box:#f5f5f5;--adm-color-background:#fff;--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-text:#e6e6e6;--adm-color-text-secondary:#b3b3b3;--adm-color-weak:grey;--adm-color-light:#4d4d4d;--adm-color-border:#2b2b2b;--adm-color-box:#0a0a0a;--adm-color-background:#1a1a1a;--adm-border-color:var(--adm-color-border)}:root{-webkit-tap-highlight-color:rgba(0,0,0,0)}body{color:var(--adm-color-text);font-size:.17333rem;font-size:var(--adm-font-size-main);font-family:-apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,segoe ui,arial,roboto,PingFang SC,miui,Hiragino Sans GB,Microsoft Yahei,sans-serif;font-family:var(--adm-font-family)}a,button{cursor:pointer}a{color:#1677ff;color:var(--adm-color-primary);-webkit-transition:opacity .2s ease-in-out;transition:opacity .2s ease-in-out}a:active{opacity:.8}.adm-plain-anchor{color:unset;-webkit-transition:none;transition:none}.adm-plain-anchor:active{opacity:unset}body.adm-overflow-hidden{overflow:hidden!important}div.adm-px-tester{--size:1;height:calc(var(--size)/2*0.02667rem);width:0;position:fixed;right:-100vw;bottom:-100vh;-webkit-user-select:none;user-select:none;pointer-events:none}.adm-capsule-tabs{position:relative;min-width:0}.adm-capsule-tabs-header{position:relative;padding:.16rem .08rem;border-bottom:1px solid var(--adm-color-border)}.adm-capsule-tabs-tab-list{display:-webkit-box;display:flex;flex-wrap:nowrap;-webkit-box-pack:start;justify-content:flex-start;-webkit-box-align:center;align-items:center;position:relative;overflow-x:scroll;scrollbar-width:none}.adm-capsule-tabs-tab-list::-webkit-scrollbar{display:none}.adm-capsule-tabs-tab-wrapper{-webkit-box-flex:1;flex:auto;padding:0 .08rem}.adm-capsule-tabs-tab{position:relative;padding:.10667rem .26667rem;margin:0 auto;border-radius:.26667rem;cursor:pointer;font-size:var(--adm-font-size-7);text-align:center;white-space:nowrap;background-color:var(--adm-color-box)}.adm-capsule-tabs-tab-active{color:var(--adm-color-white);background-color:var(--adm-color-primary)}.adm-capsule-tabs-tab-disabled{opacity:.5;cursor:not-allowed}.adm-capsule-tabs-content{padding:.16rem}.adm-scroll-mask{position:absolute;top:0;bottom:0;z-index:1;width:.4rem;height:100%;pointer-events:none}.adm-scroll-mask-left{left:0;background:-webkit-linear-gradient(left,var(--adm-color-background),hsla(0,0%,100%,0));background:linear-gradient(90deg,var(--adm-color-background),hsla(0,0%,100%,0))}.adm-scroll-mask-right{right:0;background:-webkit-linear-gradient(right,var(--adm-color-background),hsla(0,0%,100%,0));background:linear-gradient(270deg,var(--adm-color-background),hsla(0,0%,100%,0))}.adm-checkbox{--icon-size:0.29333rem;--font-size:var(--adm-font-size-9);--gap:0.10667rem;display:-webkit-inline-box;display:inline-flex;vertical-align:text-bottom;-webkit-box-pack:start;justify-content:flex-start;-webkit-box-align:center;align-items:center;cursor:pointer}.adm-checkbox input{display:none}.adm-checkbox .adm-checkbox-icon{-webkit-box-flex:0;flex:none;border:1px solid var(--adm-color-light);border-radius:var(--icon-size);box-sizing:border-box;width:var(--icon-size);height:var(--icon-size);color:var(--adm-color-white)}.adm-checkbox .adm-checkbox-icon>svg{display:block;width:100%;height:100%}.adm-checkbox.adm-checkbox-block{display:-webkit-box;display:flex}.adm-checkbox.adm-checkbox-checked .adm-checkbox-icon{border-color:var(--adm-color-primary);background-color:var(--adm-color-primary)}.adm-checkbox.adm-checkbox-disabled{cursor:not-allowed}.adm-checkbox.adm-checkbox-disabled .adm-checkbox-content{opacity:.4}.adm-checkbox.adm-checkbox-disabled .adm-checkbox-icon.adm-checkbox-icon{color:#b7b7b7;border-color:var(--adm-color-light);background-color:var(--adm-color-box)}.adm-checkbox .adm-checkbox-custom-icon{font-size:var(--icon-size)}.adm-checkbox.adm-checkbox-indeterminate .adm-checkbox-icon{background-color:var(--adm-color-background);color:var(--adm-color-primary)}.adm-checkbox-content{-webkit-box-flex:0;flex:0 1 auto;font-size:var(--font-size);padding-left:var(--gap)}.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:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.adm-dialog-body>*{-webkit-box-flex:0;flex:none}.adm-dialog-body>.adm-dialog-content{-webkit-box-flex:1;flex:auto}.adm-dialog-body:not(.adm-dialog-with-image){padding-top:.26667rem}.adm-dialog-image-container{margin-bottom:.16rem;max-height:40vh}.adm-dialog-header,.adm-dialog-title{margin-bottom:.10667rem;padding:0 .16rem}.adm-dialog-title{font-weight:700;font-size:var(--adm-font-size-10);line-height:.33333rem;text-align:center}.adm-dialog-content{padding:0 .16rem .26667rem;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:.16rem}.adm-dialog-footer{-webkit-user-select:none;user-select:none}.adm-dialog-footer .adm-dialog-action-row{display:-webkit-box;display:flex;-webkit-box-align:stretch;align-items:stretch;border-top:.5px solid var(--adm-color-border)}.adm-dialog-footer .adm-dialog-action-row>*{-webkit-box-flex:1;flex:1 1}.adm-dialog-footer .adm-dialog-action-row>.adm-dialog-button{padding:.13333rem;font-size:var(--adm-font-size-10);line-height:.33333rem;border-radius:0;border-right:.5px solid 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-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-box);height:100%;min-height:.32rem;min-width:.32rem}.adm-image-tip>svg{width:.32rem;height:.32rem;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);color:var(--adm-color-weak)}.adm-auto-center{display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center}.adm-auto-center-content{-webkit-box-flex:0;flex:0 1 auto}.adm-button{--color:var(--adm-color-white);--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,0.05333rem);--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;box-sizing:border-box;height:auto;padding:.09333rem .16rem;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 .15s ease;transition:opacity .15s ease;-webkit-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:#000;border:var(--border-width) var(--border-style) #000;border-radius:var(--border-radius);opacity:0;content:" ";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-white);--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:.04rem;padding-bottom:.04rem;font-size:var(--adm-font-size-main)}.adm-button.adm-button-mini.adm-button-shape-rounded{padding-left:.12rem;padding-right:.12rem}.adm-button.adm-button-small{padding-top:.04rem;padding-bottom:.04rem;font-size:var(--adm-font-size-7)}.adm-button.adm-button-large{padding-top:.14667rem;padding-bottom:.14667rem;font-size:var(--adm-font-size-10)}.adm-button.adm-button-shape-rounded{--border-radius:13.33333rem}.adm-button.adm-button-shape-rectangular{--border-radius:0}.adm-button-loading{vertical-align:bottom}.adm-button-loading-wrapper{display:-webkit-box;display:flex;height:1.4em;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center}.adm-button-loading-wrapper>.adm-loading{opacity:.6}.adm-dot-loading{display:inline-block}.adm-center-popup{--background-color:var(--adm-center-popup-background-color,var(--adm-color-background));--border-radius:var(--adm-center-popup-border-radius,0.10667rem);--max-width:var(--adm-center-popup-max-width,75vw);--min-width:var(--adm-center-popup-min-width,3.73333rem);--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:.10667rem;top:.10667rem;cursor:pointer;padding:.05333rem;font-size:.24rem;color:var(--adm-color-weak)}.adm-mask{--z-index:var(--adm-mask-z-index,1000);position:fixed;z-index:var(--z-index);display:block}.adm-mask,.adm-mask-aria-button{top:0;left:0;width:100%;height:100%}.adm-mask-aria-button{position:absolute;z-index:0;pointer-events:none}.adm-mask-content{z-index:1}.adm-image-uploader{--cell-size:1.06667rem}.adm-image-uploader-space{--gap:0.16rem}.adm-image-uploader-cell{position:relative;width:var(--cell-size);height:var(--cell-size);border-radius:.05333rem;overflow:hidden}.adm-image-uploader-cell-fail{border:1px solid red;box-sizing:border-box}.adm-image-uploader-cell-delete{position:absolute;top:0;right:0;width:.18667rem;height:.18667rem;background-color:rgba(0,0,0,.7);border-radius:0 0 0 .16rem;font-size:.10667rem;color:var(--adm-color-white);cursor:pointer}.adm-image-uploader-cell-delete-icon{position:absolute;left:.05333rem;top:.04rem}.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:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;height:100%;box-sizing:border-box;padding-top:.10667rem}.adm-image-uploader-cell-mask-message{display:inline-block;padding:.08rem .05333rem;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:#999;font-size:.42667rem}.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:.05333rem}.adm-image-viewer-content{width:100vw;height:100vh;touch-action:none;-webkit-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:grab;touch-action:none}.adm-image-viewer-slides-inner{height:100%;white-space:nowrap}.adm-image-viewer-slides-inner>*{margin-right:.21333rem}.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:grab;touch-action:none}.adm-image-viewer-image-wrapper{width:100%;height:100%;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-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:.16rem;-webkit-transform:translateX(-50%);transform:translateX(-50%);color:#e6e6e6;font-size:var(--adm-font-size-6)}.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-space-item{-webkit-box-flex:0;flex:none}.adm-space{display:-webkit-inline-box;display:inline-flex;--gap:0.10667rem;--gap-vertical:var(--gap);--gap-horizontal:var(--gap)}.adm-space-vertical{-webkit-box-orient:vertical;-webkit-box-direction:normal;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;flex-direction:row}.adm-space-horizontal>.adm-space-item{margin-right:var(--gap-horizontal)}.adm-space-horizontal>.adm-space-item:last-child{margin-right:0}.adm-space-horizontal.adm-space-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:flex}.adm-space-align-center{-webkit-box-align:center;align-items:center}.adm-space-align-start{-webkit-box-align:start;align-items:flex-start}.adm-space-align-end{-webkit-box-align:end;align-items:flex-end}.adm-space-align-baseline{-webkit-box-align:baseline;align-items:baseline}.adm-space-justify-center{-webkit-box-pack:center;justify-content:center}.adm-space-justify-start{-webkit-box-pack:start;justify-content:flex-start}.adm-space-justify-end{-webkit-box-pack:end;justify-content:flex-end}.adm-space-justify-between{-webkit-box-pack:justify;justify-content:space-between}.adm-space-justify-around{justify-content:space-around}.adm-space-justify-evenly{-webkit-box-pack:space-evenly;justify-content:space-evenly}.adm-space-justify-stretch{-webkit-box-pack:stretch;justify-content:stretch}.adm-spin-loading{--color:var(--adm-color-weak);--size:0.42667rem;width:var(--size);height:var(--size)}.adm-spin-loading-svg{width:100%;height:100%;-webkit-animation:adm-spin-loading-rotate .8s linear infinite;animation:adm-spin-loading-rotate .8s linear infinite}.adm-spin-loading-svg>.adm-spin-loading-fill{stroke:var(--color)}@-webkit-keyframes adm-spin-loading-rotate{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes adm-spin-loading-rotate{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.adm-infinite-scroll{color:var(--adm-color-weak);padding:.24rem;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;font-size:var(--adm-font-size-main)}.adm-infinite-scroll-failed-text{display:inline-block;margin-right:.10667rem}.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:.10667rem;top:.10667rem}.adm-popup-body-position-top{width:100%;top:0;left:0}.adm-popup-body-position-top .adm-popup-close-icon{right:.10667rem;bottom:.10667rem}.adm-popup-body-position-left{height:100%;top:0;left:0}.adm-popup-body-position-left .adm-popup-close-icon{right:.10667rem;top:.10667rem}.adm-popup-body-position-right{height:100%;top:0;right:0}.adm-popup-body-position-right .adm-popup-close-icon{left:.10667rem;top:.10667rem}.adm-popup-close-icon{cursor:pointer;padding:.05333rem;font-size:.24rem;color:var(--adm-color-weak)}.adm-search-bar{--height:0.42667rem;--padding-left:0.10667rem;--background:var(--adm-color-box);--border-radius:0.08rem;--placeholder-color:var(--adm-color-weak);---placeholder-color:var(--placeholder-color);height:var(--height)}.adm-search-bar,.adm-search-bar .adm-search-bar-input-box{display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center}.adm-search-bar .adm-search-bar-input-box{-webkit-box-flex:1;flex:auto;background:var(--background);border-radius:var(--border-radius);border:1px solid transparent;padding-left:var(--padding-left)}.adm-search-bar .adm-search-bar-input-box .adm-search-bar-input-box-icon{-webkit-box-flex:0;flex:none;color:var(--adm-color-light);font-size:var(--adm-font-size-8)}.adm-search-bar .adm-search-bar-input-box .adm-search-bar-input{-webkit-box-flex:1;flex:auto;padding:.05333rem .10667rem .05333rem .05333rem;height:calc(var(--height) - .02667rem);box-sizing:border-box}.adm-search-bar .adm-search-bar-input-box .adm-search-bar-input.adm-input{--placeholder-color:var(---placeholder-color);--font-size:var(--adm-font-size-7)}.adm-search-bar .adm-search-bar-input-box .adm-search-bar-input .adm-input-element{line-height:.25333rem}.adm-search-bar .adm-search-bar-input-box .adm-search-bar-input.adm-search-bar-input-without-icon{padding-left:.10667rem}.adm-search-bar .adm-search-bar-suffix{-webkit-box-flex:0;flex:none;margin-left:.05333rem}.adm-search-bar .adm-search-bar-cancel-button.adm-button{padding:.04rem .16rem}.adm-search-bar-active .adm-input.adm-input.adm-input{--placeholder-color:var(--adm-color-light)}.adm-search-bar-active .adm-search-bar-input-box{border-color:var(--adm-color-primary);background:var(--adm-color-background)}.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:flex;-webkit-box-pack:start;justify-content:flex-start;-webkit-box-align:center;align-items:center;width:100%;max-width:100%;max-height:100%;min-height:.32rem;background-color:var(--background-color)}.adm-input-disabled{opacity:.4;cursor:not-allowed}.adm-input-element{-webkit-box-flex:1;flex:auto;display:inline-block;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;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::placeholder{color:var(--placeholder-color);font-family:inherit}.adm-input-element:-webkit-autofill{background-color:transparent}.adm-input-element:read-only{cursor:default}.adm-input-element:invalid{box-shadow:none}.adm-input-element::-ms-clear,.adm-input-element::-ms-reveal{display:none}.adm-input-element::-webkit-search-cancel-button,.adm-input-element::-webkit-search-decoration{display:none}.adm-input-element:disabled{opacity:1}.adm-input-element[type=date],.adm-input-element[type=datetime-local],.adm-input-element[type=time]{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;flex:none;margin-left:.10667rem;color:var(--adm-color-light);padding:.05333rem;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-step{--line-to-next-color:#e5e5e5;--icon-color:#e5e5e5}.adm-step .adm-step-indicator{position:relative}.adm-step .adm-step-indicator:after{content:"";position:absolute;z-index:0;background-color:var(--line-to-next-color)}.adm-step .adm-step-indicator .adm-step-icon-container{position:absolute;z-index:1;background:var(--adm-color-background);color:var(--icon-color)}.adm-step .adm-step-indicator .adm-step-icon-container>.antd-mobile-icon{display:block}.adm-step:last-child .adm-step-indicator:after{display:none}.adm-step-status-finish{--line-to-next-color:var(--adm-color-primary)}.adm-step-status-wait{--icon-color:#e5e5e5}.adm-step-status-wait .adm-step-title{color:var(--adm-color-weak)}.adm-step-status-process{--icon-color:var(--adm-color-primary)}.adm-step-status-process .adm-step-title{color:var(--adm-color-primary)}.adm-step-status-finish{--icon-color:var(--adm-color-primary)}.adm-step-status-error{--icon-color:var(--adm-color-danger)}.adm-step-status-error .adm-step-title{color:var(--adm-color-danger)}.adm-steps{--title-font-size:var(--adm-font-size-main);--description-font-size:var(--adm-font-size-4);--indicator-margin-right:0;--icon-size:0.24rem;width:100%;box-sizing:border-box}.adm-steps-horizontal{display:-webkit-box;display:flex;justify-content:space-around;padding:.10667rem 0}.adm-steps-horizontal .adm-step{-webkit-box-flex:1;flex:1 1}.adm-steps-horizontal .adm-step .adm-step-indicator{width:100%;height:.32rem}.adm-steps-horizontal .adm-step .adm-step-indicator:after{left:50%;top:50%;height:1px;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:100%}.adm-steps-horizontal .adm-step .adm-step-indicator .adm-step-icon-container{left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.adm-steps-horizontal .adm-step-content{text-align:center;font-size:var(--description-font-size);padding:.02667rem .10667rem 0}.adm-steps-horizontal .adm-step-content .adm-step-title{font-size:var(--title-font-size)}.adm-steps-horizontal .adm-step-content .adm-step-description{margin-top:.05333rem;color:var(--adm-color-weak)}.adm-steps-vertical{padding:.10667rem .21333rem}.adm-steps-vertical .adm-step{display:-webkit-box;display:flex;-webkit-box-align:stretch;align-items:stretch}.adm-steps-vertical .adm-step .adm-step-indicator{-webkit-box-flex:0;flex:none;width:.32rem;margin-right:var(--indicator-margin-right)}.adm-steps-vertical .adm-step .adm-step-indicator:after{left:50%;top:calc(var(--title-font-size)*1.5/2);width:1px;-webkit-transform:translateX(-50%);transform:translateX(-50%);height:100%}.adm-steps-vertical .adm-step .adm-step-indicator .adm-step-icon-container{top:calc(var(--title-font-size)*1.5/2);left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.adm-steps-vertical .adm-step:last-child .adm-step-content{padding-bottom:0}.adm-steps-vertical .adm-step .adm-step-content{-webkit-box-flex:1;flex:auto;padding-bottom:.32rem}.adm-steps-vertical .adm-step .adm-step-content .adm-step-title{font-size:var(--title-font-size);line-height:1.5}.adm-steps-vertical .adm-step .adm-step-content .adm-step-description{padding-top:.05333rem;font-size:var(--description-font-size);color:var(--adm-color-weak)}.adm-step-icon-container{font-size:var(--icon-size)}.adm-step-icon-dot{display:block;width:.10667rem;height:.10667rem;background:currentColor;border-radius:.05333rem}.adm-swiper{--height:auto;--width:100%;--border-radius:0;--track-padding:0;--slide-size:100%;--track-offset:0%;display:block;width:var(--width);height:var(--height);position:relative;border-radius:var(--border-radius);z-index:0;overflow:hidden}.adm-swiper-track{width:100%;height:100%;white-space:nowrap;padding:var(--track-padding)}.adm-swiper-track-allow-touch-move{cursor:grab}.adm-swiper-track-inner{width:100%;height:100%;overflow:visible;position:relative;display:-webkit-box;display:flex;flex-wrap:nowrap}.adm-swiper-slide{position:relative;white-space:unset;-webkit-box-flex:0;flex:none}.adm-swiper-item,.adm-swiper-slide{width:100%;height:100%;display:block}.adm-swiper-item{white-space:normal}.adm-swiper-horizontal .adm-swiper-track-allow-touch-move{touch-action:pan-y}.adm-swiper-horizontal .adm-swiper-indicator{position:absolute;bottom:.08rem;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.adm-swiper-horizontal .adm-swiper-track{-webkit-transform:translateX(var(--track-offset));transform:translateX(var(--track-offset))}.adm-swiper-horizontal .adm-swiper-track-inner{-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;width:var(--slide-size)}.adm-swiper-vertical .adm-swiper-track-allow-touch-move{touch-action:pan-x}.adm-swiper-vertical .adm-swiper-indicator{position:absolute;right:.08rem;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.adm-swiper-vertical .adm-swiper-track{-webkit-transform:translateY(var(--track-offset));transform:translateY(var(--track-offset))}.adm-swiper-vertical .adm-swiper-track-inner{-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;height:var(--slide-size)}.adm-page-indicator{display:-webkit-box;display:flex;width:auto;--dot-color:rgba(0,0,0,0.2);--active-dot-color:var(--adm-color-primary);--dot-size:0.04rem;--active-dot-size:0.17333rem;--dot-border-radius:1px;--active-dot-border-radius:var(--dot-border-radius);--dot-spacing:0.04rem}.adm-page-indicator-dot{display:block;width:var(--dot-size);height:var(--dot-size);border-radius:var(--dot-border-radius);background:var(--dot-color)}.adm-page-indicator-dot:last-child{margin-right:0}.adm-page-indicator-dot-active{border-radius:var(--active-dot-border-radius);background:var(--active-dot-color)}.adm-page-indicator-color-white{--active-dot-color:var(--adm-color-white)}.adm-page-indicator-horizontal{-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row}.adm-page-indicator-horizontal .adm-page-indicator-dot{margin-right:var(--dot-spacing)}.adm-page-indicator-horizontal .adm-page-indicator-dot-active{width:var(--active-dot-size)}.adm-page-indicator-vertical{-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.adm-page-indicator-vertical .adm-page-indicator-dot{margin-bottom:var(--dot-spacing)}.adm-page-indicator-vertical .adm-page-indicator-dot-active{height:var(--active-dot-size)}.adm-tabs{--title-font-size:var(--adm-font-size-9);--content-padding:0.16rem;--active-line-height:0.02667rem;--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:1px solid var(--adm-color-border)}.adm-tabs-tab-list{display:-webkit-box;display:flex;flex-wrap:nowrap;-webkit-box-pack:start;justify-content:flex-start;-webkit-box-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 .16rem}.adm-tabs-tab-wrapper-stretch{-webkit-box-flex:1;flex:auto}.adm-tabs-tab{white-space:nowrap;padding:.10667rem 0 .13333rem;width:-webkit-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:.4rem;height:100%;pointer-events:none}.adm-tabs-header-mask-left{left:0;background:-webkit-linear-gradient(left,var(--adm-color-background),hsla(0,0%,100%,0));background:linear-gradient(90deg,var(--adm-color-background),hsla(0,0%,100%,0))}.adm-tabs-header-mask-right{right:0;background:-webkit-linear-gradient(right,var(--adm-color-background),hsla(0,0%,100%,0));background:linear-gradient(270deg,var(--adm-color-background),hsla(0,0%,100%,0))}.adm-toast-mask .adm-toast-wrap{position:fixed;top:0;left:0;width:100%;height:100%}.adm-toast-mask .adm-toast-main{display:inline-block;position:relative;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:auto;min-width:1.28rem;max-width:2.66667rem;max-height:70%;overflow:auto;color:#fff;word-break:break-all;background-color:rgba(0,0,0,.7);border-radius:.10667rem;pointer-events:all;font-size:var(--adm-font-size-7);line-height:1.5;box-sizing:border-box}.adm-toast-mask .adm-toast-main-text{padding:.16rem}.adm-toast-mask .adm-toast-main-icon{padding:.46667rem .53333rem}.adm-toast-mask .adm-toast-main-icon .adm-toast-icon{text-align:center;margin-bottom:.10667rem;font-size:.48rem;line-height:1}.adm-toast-loading{--size:0.64rem;margin:0 auto .10667rem}.columbus-overlay{display:none;top:0;left:0;width:100%;height:100%;z-index:101}.columbus-overlay--show{display:block;background:rgba(0,0,0,.5)}.columbus-overlay--animate{-webkit-transition:background-color .3s ease-in;transition:background-color .3s ease-in}.columbus-overlay--animate.columbus-overlay--out,.columbus-overlay--animate.columbus-overlay--show{background:transparent}.columbus-overlay--animate.columbus-overlay--in{background:rgba(0,0,0,.5)}.columbus-overlay--transparent{background:transparent}.columbus-popup{position:relative;z-index:200;box-shadow:0 .10667rem .13333rem -.06667rem rgba(0,0,0,.2),0 .21333rem .32rem .02667rem rgba(0,0,0,.14),0 .08rem .4rem .06667rem rgba(0,0,0,.12)}.columbus-popup__wrapper{position:fixed;top:0;bottom:0;left:0;right:0;z-index:200;display:none;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center}.columbus-popup__wrapper--show{display:-webkit-box;display:flex}.columbus-popup--bottom,.columbus-popup--left,.columbus-popup--right,.columbus-popup--top{position:absolute}.columbus-popup--top{top:0;right:0;left:0}.columbus-popup--right{top:0;right:0;bottom:0}.columbus-popup--bottom{right:0;bottom:0;left:0}.columbus-popup--left{top:0;bottom:0;left:0}.columbus-popup--center{box-shadow:none}.columbus-popup--animate{-webkit-transition:all .3s ease-in;transition:all .3s ease-in}.columbus-popup--animate.columbus-popup--out.columbus-popup--top,.columbus-popup--animate.columbus-popup--top{-webkit-transform:translateY(-100%);transform:translateY(-100%)}.columbus-popup--animate.columbus-popup--out.columbus-popup--right,.columbus-popup--animate.columbus-popup--right{-webkit-transform:translate(100%);transform:translate(100%)}.columbus-popup--animate.columbus-popup--bottom,.columbus-popup--animate.columbus-popup--out.columbus-popup--bottom{-webkit-transform:translateY(100%);transform:translateY(100%)}.columbus-popup--animate.columbus-popup--left,.columbus-popup--animate.columbus-popup--out.columbus-popup--left{-webkit-transform:translate(-100%);transform:translate(-100%)}.columbus-popup--animate.columbus-popup--center,.columbus-popup--animate.columbus-popup--out.columbus-popup--center{-webkit-transform:scale(.5);transform:scale(.5);opacity:0}.columbus-popup--animate.columbus-popup--in{-webkit-transform:translate(0);transform:translate(0);opacity:1}

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */html{-ms-text-size-adjust:100%}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em .53333rem}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-.02667rem}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}[hidden],template{display:none}.am-fade-appear,.am-fade-enter{opacity:0}.am-fade-appear,.am-fade-enter,.am-fade-leave{-webkit-animation-duration:.2s;animation-duration:.2s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-timing-function:cubic-bezier(.55,0,.55,.2);animation-timing-function:cubic-bezier(.55,0,.55,.2);-webkit-animation-play-state:paused;animation-play-state:paused}.am-fade-appear.am-fade-appear-active,.am-fade-enter.am-fade-enter-active{-webkit-animation-name:amFadeIn;animation-name:amFadeIn;-webkit-animation-play-state:running;animation-play-state:running}.am-fade-leave.am-fade-leave-active{-webkit-animation-name:amFadeOut;animation-name:amFadeOut;-webkit-animation-play-state:running;animation-play-state:running}@-webkit-keyframes amFadeIn{0%{opacity:0}to{opacity:1}}@keyframes amFadeIn{0%{opacity:0}to{opacity:1}}@-webkit-keyframes amFadeOut{0%{opacity:1}to{opacity:0}}@keyframes amFadeOut{0%{opacity:1}to{opacity:0}}.am-slide-up-appear,.am-slide-up-enter{-webkit-transform:translateY(100%);transform:translateY(100%)}.am-slide-up-appear,.am-slide-up-enter,.am-slide-up-leave{-webkit-animation-duration:.2s;animation-duration:.2s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-timing-function:cubic-bezier(.55,0,.55,.2);animation-timing-function:cubic-bezier(.55,0,.55,.2);-webkit-animation-play-state:paused;animation-play-state:paused}.am-slide-up-appear.am-slide-up-appear-active,.am-slide-up-enter.am-slide-up-enter-active{-webkit-animation-name:amSlideUpIn;animation-name:amSlideUpIn;-webkit-animation-play-state:running;animation-play-state:running}.am-slide-up-leave.am-slide-up-leave-active{-webkit-animation-name:amSlideUpOut;animation-name:amSlideUpOut;-webkit-animation-play-state:running;animation-play-state:running}@-webkit-keyframes amSlideUpIn{0%{-webkit-transform:translateY(100%);transform:translateY(100%)}to{-webkit-transform:translate(0);transform:translate(0)}}@keyframes amSlideUpIn{0%{-webkit-transform:translateY(100%);transform:translateY(100%)}to{-webkit-transform:translate(0);transform:translate(0)}}@-webkit-keyframes amSlideUpOut{0%{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translateY(100%);transform:translateY(100%)}}@keyframes amSlideUpOut{0%{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translateY(100%);transform:translateY(100%)}}.am.am-zoom-enter,.am.am-zoom-leave{display:block}.am-zoom-appear,.am-zoom-enter{opacity:0;-webkit-animation-duration:.2s;animation-duration:.2s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-timing-function:cubic-bezier(.55,0,.55,.2);animation-timing-function:cubic-bezier(.55,0,.55,.2);-webkit-animation-timing-function:cubic-bezier(.18,.89,.32,1.28);animation-timing-function:cubic-bezier(.18,.89,.32,1.28);-webkit-animation-play-state:paused;animation-play-state:paused}.am-zoom-leave{-webkit-animation-duration:.2s;animation-duration:.2s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-timing-function:cubic-bezier(.55,0,.55,.2);animation-timing-function:cubic-bezier(.55,0,.55,.2);-webkit-animation-timing-function:cubic-bezier(.6,-.3,.74,.05);animation-timing-function:cubic-bezier(.6,-.3,.74,.05);-webkit-animation-play-state:paused;animation-play-state:paused}.am-zoom-appear.am-zoom-appear-active,.am-zoom-enter.am-zoom-enter-active{-webkit-animation-name:amZoomIn;animation-name:amZoomIn;-webkit-animation-play-state:running;animation-play-state:running}.am-zoom-leave.am-zoom-leave-active{-webkit-animation-name:amZoomOut;animation-name:amZoomOut;-webkit-animation-play-state:running;animation-play-state:running}@-webkit-keyframes amZoomIn{0%{opacity:0;-webkit-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-transform:scale(0);transform:scale(0)}to{opacity:1;-webkit-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-transform:scale(1);transform:scale(1)}}@keyframes amZoomIn{0%{opacity:0;-webkit-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-transform:scale(0);transform:scale(0)}to{opacity:1;-webkit-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes amZoomOut{0%{opacity:1;-webkit-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-transform:scale(1);transform:scale(1)}to{opacity:0;-webkit-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-transform:scale(0);transform:scale(0)}}@keyframes amZoomOut{0%{opacity:1;-webkit-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-transform:scale(1);transform:scale(1)}to{opacity:0;-webkit-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-transform:scale(0);transform:scale(0)}}.am-slide-down-appear,.am-slide-down-enter{-webkit-transform:translateY(-100%);transform:translateY(-100%)}.am-slide-down-appear,.am-slide-down-enter,.am-slide-down-leave{-webkit-animation-duration:.2s;animation-duration:.2s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-timing-function:cubic-bezier(.55,0,.55,.2);animation-timing-function:cubic-bezier(.55,0,.55,.2);-webkit-animation-play-state:paused;animation-play-state:paused}.am-slide-down-appear.am-slide-down-appear-active,.am-slide-down-enter.am-slide-down-enter-active{-webkit-animation-name:amSlideDownIn;animation-name:amSlideDownIn;-webkit-animation-play-state:running;animation-play-state:running}.am-slide-down-leave.am-slide-down-leave-active{-webkit-animation-name:amSlideDownOut;animation-name:amSlideDownOut;-webkit-animation-play-state:running;animation-play-state:running}@-webkit-keyframes amSlideDownIn{0%{-webkit-transform:translateY(-100%);transform:translateY(-100%)}to{-webkit-transform:translate(0);transform:translate(0)}}@keyframes amSlideDownIn{0%{-webkit-transform:translateY(-100%);transform:translateY(-100%)}to{-webkit-transform:translate(0);transform:translate(0)}}@-webkit-keyframes amSlideDownOut{0%{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translateY(-100%);transform:translateY(-100%)}}@keyframes amSlideDownOut{0%{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translateY(-100%);transform:translateY(-100%)}}*,:after,:before{-webkit-tap-highlight-color:rgba(0,0,0,0)}body{background-color:#f5f5f9}[contenteditable]{-webkit-user-select:auto!important}:focus,a{outline:none}.am-list-header{padding:.2rem .2rem .12rem;font-size:.18667rem;color:#888;width:100%;box-sizing:border-box}.am-list-footer{padding:.12rem .2rem .2rem;font-size:.18667rem;color:#888}.am-list-body{position:relative;background-color:#fff;border-top:1px solid #ddd;border-bottom:1px solid #ddd}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){html:not([data-scale]) .am-list-body{border-top:none}html:not([data-scale]) .am-list-body:before{content:"";position:absolute;background-color:#ddd;display:block;z-index:1;top:0;right:auto;bottom:auto;left:0;width:100%;height:1PX;-webkit-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-transform:scaleY(.5);transform:scaleY(.5)}}@media (-webkit-min-device-pixel-ratio:2) and (-webkit-min-device-pixel-ratio:3),(min-resolution:2dppx) and (min-resolution:3dppx){html:not([data-scale]) .am-list-body:before{-webkit-transform:scaleY(.33);transform:scaleY(.33)}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){html:not([data-scale]) .am-list-body{border-bottom:none}html:not([data-scale]) .am-list-body:after{content:"";position:absolute;background-color:#ddd;display:block;z-index:1;top:auto;right:auto;bottom:0;left:0;width:100%;height:1PX;-webkit-transform-origin:50% 100%;transform-origin:50% 100%;-webkit-transform:scaleY(.5);transform:scaleY(.5)}}@media (-webkit-min-device-pixel-ratio:2) and (-webkit-min-device-pixel-ratio:3),(min-resolution:2dppx) and (min-resolution:3dppx){html:not([data-scale]) .am-list-body:after{-webkit-transform:scaleY(.33);transform:scaleY(.33)}}.am-list-body div:not(:last-child) .am-list-line{border-bottom:1px solid #ddd}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){html:not([data-scale]) .am-list-body div:not(:last-child) .am-list-line{border-bottom:none}html:not([data-scale]) .am-list-body div:not(:last-child) .am-list-line:after{content:"";position:absolute;background-color:#ddd;display:block;z-index:1;top:auto;right:auto;bottom:0;left:0;width:100%;height:1PX;-webkit-transform-origin:50% 100%;transform-origin:50% 100%;-webkit-transform:scaleY(.5);transform:scaleY(.5)}}@media (-webkit-min-device-pixel-ratio:2) and (-webkit-min-device-pixel-ratio:3),(min-resolution:2dppx) and (min-resolution:3dppx){html:not([data-scale]) .am-list-body div:not(:last-child) .am-list-line:after{-webkit-transform:scaleY(.33);transform:scaleY(.33)}}.am-list-item{position:relative;display:-webkit-box;display:flex;padding-left:.2rem;min-height:.58667rem;background-color:#fff;vertical-align:middle;overflow:hidden;-webkit-transition:background-color .2s;transition:background-color .2s;-webkit-box-align:center;align-items:center}.am-list-item .am-list-ripple{position:absolute;background:transparent;display:inline-block;overflow:hidden;will-change:box-shadow,transform;-webkit-transition:background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1),-webkit-box-shadow .2s cubic-bezier(.4,0,1,1);-webkit-transition:box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);transition:box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);outline:none;cursor:pointer;border-radius:100%;-webkit-transform:scale(0);transform:scale(0)}.am-list-item .am-list-ripple.am-list-ripple-animate{background-color:hsla(0,0%,62%,.2);-webkit-animation:ripple 1s linear;animation:ripple 1s linear}.am-list-item.am-list-item-top .am-list-line{-webkit-box-align:start;align-items:flex-start}.am-list-item.am-list-item-top .am-list-line .am-list-arrow{margin-top:.02667rem}.am-list-item.am-list-item-middle .am-list-line{-webkit-box-align:center;align-items:center}.am-list-item.am-list-item-bottom .am-list-line{-webkit-box-align:end;align-items:flex-end}.am-list-item.am-list-item-error .am-list-line .am-list-extra,.am-list-item.am-list-item-error .am-list-line .am-list-extra .am-list-brief{color:#f50}.am-list-item.am-list-item-active{background-color:#ddd}.am-list-item.am-list-item-disabled .am-list-line .am-list-content,.am-list-item.am-list-item-disabled .am-list-line .am-list-extra{color:#bbb}.am-list-item img{width:.29333rem;height:.29333rem;vertical-align:middle}.am-list-item .am-list-thumb:first-child{margin-right:.2rem}.am-list-item .am-list-thumb:last-child{margin-left:.10667rem}.am-list-item .am-list-line{position:relative;display:-webkit-box;display:flex;-webkit-box-flex:1;flex:1 1;-webkit-align-self:stretch;align-self:stretch;padding-right:.2rem;overflow:hidden}.am-list-item .am-list-line .am-list-content{-webkit-box-flex:1;flex:1 1;color:#000;font-size:.22667rem;text-align:left}.am-list-item .am-list-line .am-list-content,.am-list-item .am-list-line .am-list-extra{line-height:1.5;width:auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding-top:.09333rem;padding-bottom:.09333rem}.am-list-item .am-list-line .am-list-extra{flex-basis:36%;color:#888;font-size:.21333rem;text-align:right}.am-list-item .am-list-line .am-list-brief,.am-list-item .am-list-line .am-list-title{width:auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.am-list-item .am-list-line .am-list-brief{color:#888;font-size:.2rem;line-height:1.5;margin-top:.08rem}.am-list-item .am-list-line .am-list-arrow{display:block;width:.2rem;height:.2rem;margin-left:.10667rem;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='26' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 0L0 2l11.5 11L0 24l2 2 14-13z' fill='%23C7C7CC' fill-rule='evenodd'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;background-position:50% 50%;visibility:hidden}.am-list-item .am-list-line .am-list-arrow-horizontal{visibility:visible}.am-list-item .am-list-line .am-list-arrow-vertical{visibility:visible;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.am-list-item .am-list-line .am-list-arrow-vertical-up{visibility:visible;-webkit-transform:rotate(270deg);transform:rotate(270deg)}.am-list-item .am-list-line-multiple{padding:.16667rem .2rem .16667rem 0}.am-list-item .am-list-line-multiple .am-list-content,.am-list-item .am-list-line-multiple .am-list-extra{padding-top:0;padding-bottom:0}.am-list-item .am-list-line-wrap .am-list-content,.am-list-item .am-list-line-wrap .am-list-extra{white-space:normal}.am-list-item select{position:relative;display:block;width:100%;height:100%;padding:0;border:0;font-size:.22667rem;-webkit-appearance:none;appearance:none;background-color:transparent}@-webkit-keyframes ripple{to{opacity:0;-webkit-transform:scale(2.5);transform:scale(2.5)}}@keyframes ripple{to{opacity:0;-webkit-transform:scale(2.5);transform:scale(2.5)}}.am-list-item .am-input-control .fake-input-container{height:.4rem;line-height:.4rem;position:relative}.am-list-item .am-input-control .fake-input-container .fake-input{position:absolute;top:0;left:0;width:100%;height:100%;padding-right:.02667rem;margin-right:.04rem;text-decoration:rtl;text-align:right;color:#000;font-size:.22667rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.am-list-item .am-input-control .fake-input-container .fake-input.fake-input-disabled{color:#bbb}.am-list-item .am-input-control .fake-input-container .fake-input.focus{-webkit-transition:color .2s;transition:color .2s}.am-list-item .am-input-control .fake-input-container .fake-input.focus:before{content:""}.am-list-item .am-input-control .fake-input-container .fake-input.focus:after{content:"";position:absolute;right:1.5px;top:10%;height:80%;border-right:1.5px solid #108ee9;-webkit-animation:keyboard-cursor 1s step-start infinite;animation:keyboard-cursor 1s step-start infinite}.am-list-item .am-input-control .fake-input-container .fake-input-placeholder{position:absolute;top:0;left:0;width:100%;height:100%;color:#bbb;text-align:right}.am-list-item .am-input-control .fake-input-container-left .fake-input{text-align:left}.am-list-item .am-input-control .fake-input-container-left .fake-input.focus:after{position:static}.am-list-item .am-input-control .fake-input-container-left .fake-input-placeholder{text-align:left}.am-number-keyboard-wrapper{position:fixed;bottom:0;left:0;right:0;width:100%;z-index:10000;font-family:PingFang SC;background-color:#f6f6f7;-webkit-transition-duration:.2s;transition-duration:.2s;-webkit-transition-property:-webkit-transform display;transition-property:-webkit-transform display;transition-property:transform display;transition-property:transform display,-webkit-transform display;-webkit-transform:translateZ(0);transform:translateZ(0);padding-bottom:env(safe-area-inset-bottom)}.am-number-keyboard-wrapper.am-number-keyboard-wrapper-hide{bottom:-6.66667rem}.am-number-keyboard-wrapper table{width:100%;padding:0;margin:0;border-collapse:collapse;border-top:1px solid #ddd}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){html:not([data-scale]) .am-number-keyboard-wrapper table{border-top:none}html:not([data-scale]) .am-number-keyboard-wrapper table:before{content:"";position:absolute;background-color:#ddd;display:block;z-index:1;top:0;right:auto;bottom:auto;left:0;width:100%;height:1PX;-webkit-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-transform:scaleY(.5);transform:scaleY(.5)}}@media (-webkit-min-device-pixel-ratio:2) and (-webkit-min-device-pixel-ratio:3),(min-resolution:2dppx) and (min-resolution:3dppx){html:not([data-scale]) .am-number-keyboard-wrapper table:before{-webkit-transform:scaleY(.33);transform:scaleY(.33)}}.am-number-keyboard-wrapper table tr{width:100%;padding:0;margin:0}.am-number-keyboard-wrapper table tr .am-number-keyboard-item{width:25%;padding:0;margin:0;height:.66667rem;text-align:center;font-size:.34rem;color:#2a2b2c;position:relative}.am-number-keyboard-wrapper table tr .am-number-keyboard-item:not(.keyboard-confirm){border-left:1px solid #ddd;border-bottom:1px solid #ddd}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){html:not([data-scale]) .am-number-keyboard-wrapper table tr .am-number-keyboard-item:not(.keyboard-confirm){border-left:none}html:not([data-scale]) .am-number-keyboard-wrapper table tr .am-number-keyboard-item:not(.keyboard-confirm):before{content:"";position:absolute;background-color:#ddd;display:block;z-index:1;top:0;right:auto;bottom:auto;left:0;width:1PX;height:100%;-webkit-transform-origin:100% 50%;transform-origin:100% 50%;-webkit-transform:scaleX(.5);transform:scaleX(.5)}}@media (-webkit-min-device-pixel-ratio:2) and (-webkit-min-device-pixel-ratio:3),(min-resolution:2dppx) and (min-resolution:3dppx){html:not([data-scale]) .am-number-keyboard-wrapper table tr .am-number-keyboard-item:not(.keyboard-confirm):before{-webkit-transform:scaleX(.33);transform:scaleX(.33)}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){html:not([data-scale]) .am-number-keyboard-wrapper table tr .am-number-keyboard-item:not(.keyboard-confirm){border-bottom:none}html:not([data-scale]) .am-number-keyboard-wrapper table tr .am-number-keyboard-item:not(.keyboard-confirm):after{content:"";position:absolute;background-color:#ddd;display:block;z-index:1;top:auto;right:auto;bottom:0;left:0;width:100%;height:1PX;-webkit-transform-origin:50% 100%;transform-origin:50% 100%;-webkit-transform:scaleY(.5);transform:scaleY(.5)}}@media (-webkit-min-device-pixel-ratio:2) and (-webkit-min-device-pixel-ratio:3),(min-resolution:2dppx) and (min-resolution:3dppx){html:not([data-scale]) .am-number-keyboard-wrapper table tr .am-number-keyboard-item:not(.keyboard-confirm):after{-webkit-transform:scaleY(.33);transform:scaleY(.33)}}.am-number-keyboard-wrapper table tr .am-number-keyboard-item.am-number-keyboard-item-active{background-color:#ddd}.am-number-keyboard-wrapper table tr .am-number-keyboard-item.keyboard-confirm{color:#fff;font-size:.28rem;background-color:#108ee9;border-bottom:1px solid #ddd}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){html:not([data-scale]) .am-number-keyboard-wrapper table tr .am-number-keyboard-item.keyboard-confirm{border-bottom:none}html:not([data-scale]) .am-number-keyboard-wrapper table tr .am-number-keyboard-item.keyboard-confirm:after{content:"";position:absolute;background-color:#ddd;display:block;z-index:1;top:auto;right:auto;bottom:0;left:0;width:100%;height:1PX;-webkit-transform-origin:50% 100%;transform-origin:50% 100%;-webkit-transform:scaleY(.5);transform:scaleY(.5)}}@media (-webkit-min-device-pixel-ratio:2) and (-webkit-min-device-pixel-ratio:3),(min-resolution:2dppx) and (min-resolution:3dppx){html:not([data-scale]) .am-number-keyboard-wrapper table tr .am-number-keyboard-item.keyboard-confirm:after{-webkit-transform:scaleY(.33);transform:scaleY(.33)}}.am-number-keyboard-wrapper table tr .am-number-keyboard-item.keyboard-confirm.am-number-keyboard-item-active{background-color:#0e80d2}.am-number-keyboard-wrapper table tr .am-number-keyboard-item.keyboard-confirm.am-number-keyboard-item-disabled{background-color:#0e80d2;color:hsla(0,0%,100%,.45)}.am-number-keyboard-wrapper table tr .am-number-keyboard-item.keyboard-delete{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' width='204' height='148' viewBox='0 0 153 111'%3E%3Cpath d='M46.9 4.7c-2.5 2.6-14.1 15.5-25.8 28.6L-.1 57l25.6 27 25.7 27.1 47.4-.3 47.4-.3 3.2-3.3 3.3-3.2V7l-3.3-3.2L146 .5 98.7.2 51.5-.1l-4.6 4.8zm97.9 3.5c1.7 1.7 1.7 92.9 0 94.6-.9.9-12.6 1.2-46.3 1.2H53.4L31.2 80.4 9 56.9l5.1-5.7c2.8-3.1 12.8-14.4 22.2-24.9L53.5 7h45c33.8 0 45.4.3 46.3 1.2z'/%3E%3Cpath d='M69.5 31c-1.9 2.1-1.7 2.2 9.3 13.3L90 55.5 78.8 66.7 67.5 78l2.3 2.2 2.2 2.3 11.3-11.3L94.5 60l11.2 11.2L117 82.5l2.2-2.3 2.3-2.2-11.3-11.3L99 55.5l11.2-11.2L121.5 33l-2.3-2.2-2.2-2.3-11.3 11.3L94.5 51l-11-11c-6-6-11.2-11-11.6-11-.3 0-1.4.9-2.4 2z'/%3E%3C/svg%3E");background-size:.34rem .24667rem;background-position:50% 50%;background-repeat:no-repeat}.am-number-keyboard-wrapper table tr .am-number-keyboard-item.keyboard-hide{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' width='260' height='188' viewBox='0 0 195 141'%3E%3Cpath d='M0 57v57h195V0H0v57zm183 0v45H12V12h171v45z'/%3E%3Cpath d='M21 31.5V39h15V24H21v7.5zm27 0V39h15V24H48v7.5zm27 0V39h15V24H75v7.5zm27 0V39h15V24h-15v7.5zm27 0V39h15V24h-15v7.5zm27 0V39h15V24h-15v7.5zm-120 24V63h15V48H36v7.5zm27 0V63h15V48H63v7.5zm27 0V63h15V48H90v7.5zm27 0V63h15V48h-15v7.5zm27 0V63h15V48h-15v7.5zm-117 24V87h15V72H27v7.5zm21 0V87h96V72H48v7.5zm102 0V87h15V72h-15v7.5zm-69 45c0 .8.7 1.5 1.5 1.5s1.5.7 1.5 1.5.7 1.5 1.5 1.5 1.5.7 1.5 1.5.7 1.5 1.5 1.5 1.5.7 1.5 1.5.7 1.5 1.5 1.5 1.5.7 1.5 1.5.7 1.5 1.5 1.5 1.5.7 1.5 1.5.7 1.5 1.5 1.5 1.5-.7 1.5-1.5.7-1.5 1.5-1.5 1.5-.7 1.5-1.5.7-1.5 1.5-1.5 1.5-.7 1.5-1.5.7-1.5 1.5-1.5 1.5-.7 1.5-1.5.7-1.5 1.5-1.5 1.5-.7 1.5-1.5.7-1.5 1.5-1.5 1.5-.7 1.5-1.5c0-1.3-2.5-1.5-16.5-1.5s-16.5.2-16.5 1.5z'/%3E%3C/svg%3E");background-size:.43333rem .31333rem;background-position:50% 50%;background-repeat:no-repeat}.am-number-keyboard-wrapper table tr .am-number-keyboard-item-disabled{color:#bbb}@-webkit-keyframes keyboard-cursor{0%{opacity:0}50%{opacity:1}to{opacity:0}}@keyframes keyboard-cursor{0%{opacity:0}50%{opacity:1}to{opacity:0}}.am-list-item.am-input-item{height:.58667rem;padding-left:.2rem}.am-list-item:not(:last-child) .am-list-line{border-bottom:1px solid #ddd}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){html:not([data-scale]) .am-list-item:not(:last-child) .am-list-line{border-bottom:none}html:not([data-scale]) .am-list-item:not(:last-child) .am-list-line:after{content:"";position:absolute;background-color:#ddd;display:block;z-index:1;top:auto;right:auto;bottom:0;left:0;width:100%;height:1PX;-webkit-transform-origin:50% 100%;transform-origin:50% 100%;-webkit-transform:scaleY(.5);transform:scaleY(.5)}}@media (-webkit-min-device-pixel-ratio:2) and (-webkit-min-device-pixel-ratio:3),(min-resolution:2dppx) and (min-resolution:3dppx){html:not([data-scale]) .am-list-item:not(:last-child) .am-list-line:after{-webkit-transform:scaleY(.33);transform:scaleY(.33)}}.am-list-item .am-input-label{color:#000;font-size:.22667rem;margin-left:0;margin-right:.06667rem;text-align:left;white-space:nowrap;overflow:hidden;padding:.02667rem 0}.am-list-item .am-input-label.am-input-label-2{width:.45333rem}.am-list-item .am-input-label.am-input-label-3{width:.68rem}.am-list-item .am-input-label.am-input-label-4{width:.90667rem}.am-list-item .am-input-label.am-input-label-5{width:1.13333rem}.am-list-item .am-input-label.am-input-label-6{width:1.36rem}.am-list-item .am-input-label.am-input-label-7{width:1.58667rem}.am-list-item .am-input-control{font-size:.22667rem;-webkit-box-flex:1;flex:1 1}.am-list-item .am-input-control input{color:#000;font-size:.22667rem;-webkit-appearance:none;appearance:none;width:100%;padding:.02667rem 0;border:0;background-color:transparent;line-height:1;box-sizing:border-box}.am-list-item .am-input-control input::-webkit-input-placeholder{color:#bbb;line-height:1.2}.am-list-item .am-input-control input::placeholder{color:#bbb;line-height:1.2}.am-list-item .am-input-control input:disabled{color:#bbb;background-color:#fff}.am-list-item .am-input-clear{display:none;width:.28rem;height:.28rem;border-radius:50%;overflow:hidden;font-style:normal;color:#fff;background-color:#ccc;background-repeat:no-repeat;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%23fff' viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E");background-size:.28rem auto;background-position:.02667rem .02667rem}.am-list-item .am-input-clear-active{background-color:#108ee9}.am-list-item.am-input-focus .am-input-clear{display:block}.am-list-item .am-input-extra{-webkit-box-flex:initial;flex:initial;min-width:0;max-height:.28rem;overflow:hidden;padding-right:0;line-height:1;color:#888;font-size:.2rem;margin-left:.06667rem}.am-list-item.am-input-error .am-input-control input{color:#f50}.am-list-item.am-input-error .am-input-error-extra{height:.28rem;width:.28rem;margin-left:.08rem;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='18' height='18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 1.266a7.69 7.69 0 015.469 2.264c.71.71 1.269 1.538 1.657 2.459.404.954.608 1.967.608 3.011a7.69 7.69 0 01-2.264 5.469 7.694 7.694 0 01-2.459 1.657A7.675 7.675 0 019 16.734a7.69 7.69 0 01-5.469-2.264 7.694 7.694 0 01-1.657-2.459A7.675 7.675 0 011.266 9 7.69 7.69 0 013.53 3.531a7.694 7.694 0 012.459-1.657A7.675 7.675 0 019 1.266zM9 0a9 9 0 00-9 9 9 9 0 009 9 9 9 0 009-9 9 9 0 00-9-9zm0 11.25a.703.703 0 01-.703-.703V4.06a.703.703 0 111.406 0v6.486A.703.703 0 019 11.25zm-.791 1.916a.791.791 0 111.582 0 .791.791 0 01-1.582 0z' fill='%23F50' fill-rule='evenodd'/%3E%3C/svg%3E");background-size:.28rem auto}.am-list-item.am-input-disabled .am-input-label{color:#bbb}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.am-tabs{display:-webkit-box;display:flex;-webkit-box-flex:1;flex:1 1;position:relative;overflow:hidden;height:100%;width:100%}.am-tabs,.am-tabs *{box-sizing:border-box}.am-tabs-content-wrap{display:-webkit-box;display:flex;-webkit-box-flex:1;flex:1 1;width:100%;height:100%;min-height:0}.am-tabs-content-wrap-animated{-webkit-transition:left .3s cubic-bezier(.35,0,.25,1),top .3s cubic-bezier(.35,0,.25,1),-webkit-transform .3s cubic-bezier(.35,0,.25,1);transition:left .3s cubic-bezier(.35,0,.25,1),top .3s cubic-bezier(.35,0,.25,1),-webkit-transform .3s cubic-bezier(.35,0,.25,1);transition:transform .3s cubic-bezier(.35,0,.25,1),left .3s cubic-bezier(.35,0,.25,1),top .3s cubic-bezier(.35,0,.25,1);transition:transform .3s cubic-bezier(.35,0,.25,1),left .3s cubic-bezier(.35,0,.25,1),top .3s cubic-bezier(.35,0,.25,1),-webkit-transform .3s cubic-bezier(.35,0,.25,1);will-change:transform,left,top}.am-tabs-pane-wrap{width:100%;flex-shrink:0;overflow-y:auto}.am-tabs-tab-bar-wrap{flex-shrink:0}.am-tabs-horizontal .am-tabs-pane-wrap-active{height:auto}.am-tabs-horizontal .am-tabs-pane-wrap-inactive{height:0;overflow:visible}.am-tabs-vertical .am-tabs-content-wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.am-tabs-vertical .am-tabs-pane-wrap,.am-tabs-vertical .am-tabs-tab-bar-wrap{height:100%}.am-tabs-vertical .am-tabs-pane-wrap-active{overflow:auto}.am-tabs-vertical .am-tabs-pane-wrap-inactive{overflow:hidden}.am-tabs-bottom,.am-tabs-top{-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.am-tabs-default-bar,.am-tabs-left,.am-tabs-right{-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row}.am-tabs-default-bar{width:100%;height:100%;overflow:visible;z-index:1}.am-tabs-default-bar,.am-tabs-default-bar-tab{position:relative;display:-webkit-box;display:flex;flex-shrink:0}.am-tabs-default-bar-tab{-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;font-size:.2rem;height:.58rem;line-height:.58rem}.am-tabs-default-bar-tab .am-badge .am-badge-text{top:-.17333rem;-webkit-transform:translateX(-.06667rem);transform:translateX(-.06667rem)}.am-tabs-default-bar-tab .am-badge .am-badge-dot{top:-.08rem;-webkit-transform:translateX(0);transform:translateX(0)}.am-tabs-default-bar-tab-active{color:#108ee9}.am-tabs-default-bar-underline{position:absolute;border:1px solid #108ee9;-webkit-transform:translateZ(0);transform:translateZ(0)}.am-tabs-default-bar-animated .am-tabs-default-bar-content{-webkit-transition:-webkit-transform .3s cubic-bezier(.35,0,.25,1);transition:-webkit-transform .3s cubic-bezier(.35,0,.25,1);transition:transform .3s cubic-bezier(.35,0,.25,1);transition:transform .3s cubic-bezier(.35,0,.25,1),-webkit-transform .3s cubic-bezier(.35,0,.25,1);will-change:transform}.am-tabs-default-bar-animated .am-tabs-default-bar-underline{-webkit-transition:top .3s cubic-bezier(.35,0,.25,1),left .3s cubic-bezier(.35,0,.25,1),color .3s cubic-bezier(.35,0,.25,1),width .3s cubic-bezier(.35,0,.25,1);transition:top .3s cubic-bezier(.35,0,.25,1),left .3s cubic-bezier(.35,0,.25,1),color .3s cubic-bezier(.35,0,.25,1),width .3s cubic-bezier(.35,0,.25,1);will-change:top,left,width,color}.am-tabs-default-bar-bottom,.am-tabs-default-bar-top{-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row}.am-tabs-default-bar-bottom .am-tabs-default-bar-content,.am-tabs-default-bar-top .am-tabs-default-bar-content{display:-webkit-box;display:flex;width:100%;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row}.am-tabs-default-bar-bottom .am-tabs-default-bar-prevpage,.am-tabs-default-bar-top .am-tabs-default-bar-prevpage{pointer-events:none;position:absolute;top:0;display:block;width:.78667rem;height:100%;content:" ";z-index:999;left:0;background:-webkit-gradient(linear,left top,right top,from(#fff),to(hsla(0,0%,100%,0)));background:-webkit-linear-gradient(left,#fff,hsla(0,0%,100%,0));background:linear-gradient(90deg,#fff,hsla(0,0%,100%,0))}.am-tabs-default-bar-bottom .am-tabs-default-bar-nextpage,.am-tabs-default-bar-top .am-tabs-default-bar-nextpage{pointer-events:none;position:absolute;top:0;display:block;width:.78667rem;height:100%;content:" ";z-index:999;right:0;background:-webkit-gradient(linear,left top,right top,from(hsla(0,0%,100%,0)),to(#fff));background:-webkit-linear-gradient(left,hsla(0,0%,100%,0),#fff);background:linear-gradient(90deg,hsla(0,0%,100%,0),#fff)}.am-tabs-default-bar-bottom .am-tabs-default-bar-tab,.am-tabs-default-bar-top .am-tabs-default-bar-tab{padding:.10667rem 0}.am-tabs-default-bar-bottom .am-tabs-default-bar-underline,.am-tabs-default-bar-top .am-tabs-default-bar-underline{bottom:0}.am-tabs-default-bar-top .am-tabs-default-bar-tab{border-bottom:1px solid #ddd}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){html:not([data-scale]) .am-tabs-default-bar-top .am-tabs-default-bar-tab{border-bottom:none}html:not([data-scale]) .am-tabs-default-bar-top .am-tabs-default-bar-tab:after{content:"";position:absolute;background-color:#ddd;display:block;z-index:1;top:auto;right:auto;bottom:0;left:0;width:100%;height:1PX;-webkit-transform-origin:50% 100%;transform-origin:50% 100%;-webkit-transform:scaleY(.5);transform:scaleY(.5)}}@media (-webkit-min-device-pixel-ratio:2) and (-webkit-min-device-pixel-ratio:3),(min-resolution:2dppx) and (min-resolution:3dppx){html:not([data-scale]) .am-tabs-default-bar-top .am-tabs-default-bar-tab:after{-webkit-transform:scaleY(.33);transform:scaleY(.33)}}.am-tabs-default-bar-bottom .am-tabs-default-bar-tab{border-top:1px solid #ddd}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){html:not([data-scale]) .am-tabs-default-bar-bottom .am-tabs-default-bar-tab{border-top:none}html:not([data-scale]) .am-tabs-default-bar-bottom .am-tabs-default-bar-tab:before{content:"";position:absolute;background-color:#ddd;display:block;z-index:1;top:0;right:auto;bottom:auto;left:0;width:100%;height:1PX;-webkit-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-transform:scaleY(.5);transform:scaleY(.5)}}@media (-webkit-min-device-pixel-ratio:2) and (-webkit-min-device-pixel-ratio:3),(min-resolution:2dppx) and (min-resolution:3dppx){html:not([data-scale]) .am-tabs-default-bar-bottom .am-tabs-default-bar-tab:before{-webkit-transform:scaleY(.33);transform:scaleY(.33)}}.am-tabs-default-bar-left,.am-tabs-default-bar-right{-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.am-tabs-default-bar-left .am-tabs-default-bar-content,.am-tabs-default-bar-right .am-tabs-default-bar-content{display:-webkit-box;display:flex;height:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.am-tabs-default-bar-left .am-tabs-default-bar-tab,.am-tabs-default-bar-right .am-tabs-default-bar-tab{padding:0 .10667rem}.am-tabs-default-bar-left .am-tabs-default-bar-underline{right:0}.am-tabs-default-bar-left .am-tabs-default-bar-tab{border-right:1px solid #ddd}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){html:not([data-scale]) .am-tabs-default-bar-left .am-tabs-default-bar-tab{border-right:none}html:not([data-scale]) .am-tabs-default-bar-left .am-tabs-default-bar-tab:after{content:"";position:absolute;background-color:#ddd;display:block;z-index:1;top:0;right:0;bottom:auto;left:auto;width:1PX;height:100%;background:#ddd;-webkit-transform-origin:100% 50%;transform-origin:100% 50%;-webkit-transform:scaleX(.5);transform:scaleX(.5)}}@media (-webkit-min-device-pixel-ratio:2) and (-webkit-min-device-pixel-ratio:3),(min-resolution:2dppx) and (min-resolution:3dppx){html:not([data-scale]) .am-tabs-default-bar-left .am-tabs-default-bar-tab:after{-webkit-transform:scaleX(.33);transform:scaleX(.33)}}.am-tabs-default-bar-right .am-tabs-default-bar-underline{left:0}.am-tabs-default-bar-right .am-tabs-default-bar-tab{border-left:1px solid #ddd}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){html:not([data-scale]) .am-tabs-default-bar-right .am-tabs-default-bar-tab{border-left:none}html:not([data-scale]) .am-tabs-default-bar-right .am-tabs-default-bar-tab:before{content:"";position:absolute;background-color:#ddd;display:block;z-index:1;top:0;right:auto;bottom:auto;left:0;width:1PX;height:100%;-webkit-transform-origin:100% 50%;transform-origin:100% 50%;-webkit-transform:scaleX(.5);transform:scaleX(.5)}}@media (-webkit-min-device-pixel-ratio:2) and (-webkit-min-device-pixel-ratio:3),(min-resolution:2dppx) and (min-resolution:3dppx){html:not([data-scale]) .am-tabs-default-bar-right .am-tabs-default-bar-tab:before{-webkit-transform:scaleX(.33);transform:scaleX(.33)}}.am-whitespace.am-whitespace-xs{height:.04rem}.am-whitespace.am-whitespace-sm{height:.08rem}.am-whitespace.am-whitespace-md{height:.12rem}.am-whitespace.am-whitespace-lg{height:.2rem}.am-whitespace.am-whitespace-xl{height:.28rem}.am-icon{fill:currentColor;background-size:cover;width:.29333rem;height:.29333rem}.am-icon-xxs{width:.2rem;height:.2rem}.am-icon-xs{width:.24rem;height:.24rem}.am-icon-sm{width:.28rem;height:.28rem}.am-icon-md{width:.29333rem;height:.29333rem}.am-icon-lg{width:.48rem;height:.48rem}.am-icon-loading{-webkit-animation:cirle-anim 1s linear infinite;animation:cirle-anim 1s linear infinite}@-webkit-keyframes cirle-anim{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes cirle-anim{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.am-toast{position:fixed;width:100%;z-index:1999;font-size:.18667rem;text-align:center}.am-toast>span{max-width:50%}.am-toast.am-toast-mask{height:100%;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;left:0;top:0}.am-toast.am-toast-mask,.am-toast.am-toast-nomask{-webkit-transform:translateZ(1px);transform:translateZ(1px)}.am-toast.am-toast-nomask{position:fixed;max-width:50%;width:auto;left:50%;top:50%}.am-toast.am-toast-nomask .am-toast-notice{-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.am-toast-notice-content .am-toast-text{min-width:.8rem;border-radius:.04rem;color:#fff;background-color:rgba(58,58,58,.9);line-height:1.5;padding:.12rem .2rem}.am-toast-notice-content .am-toast-text.am-toast-text-icon{border-radius:.06667rem;padding:.2rem}.am-toast-notice-content .am-toast-text.am-toast-text-icon .am-toast-text-info{margin-top:.08rem}.tipPopup{width:3.93333rem;min-height:3.06667rem;border-radius:.13333rem;background-color:#fff;position:relative;padding:1.09333rem .26667rem .2rem;box-sizing:border-box}.tipPopup .tip_bg{width:100%;height:1.52rem;position:absolute;z-index:0;background:-webkit-linear-gradient(top,var(--theme-text-color),#fff);background:linear-gradient(180deg,var(--theme-text-color),#fff);opacity:.27;background-size:100%;top:0;left:0;border-radius:.13333rem}.tipPopup .tip_bell{width:.78667rem;height:.88rem;position:absolute;top:.09333rem;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.tipPopup.default .okButton{background:var(--theme-active-btn-bgc);border-radius:.50667rem}.tipPopup.default .okButton.act{opacity:.4!important}.tipPopup.default .buttonContent .cancelButton{border:1px solid var(--theme-active-border-color);color:var(--theme-text-color)!important;border-radius:.50667rem}.tipPopup.default .buttonContent .okButton{background:var(--theme-active-btn-bgc)}.tipPopup.default .buttonContent .okButton.act{opacity:.4!important}.tipPopup .fill{width:100%;height:100%;position:absolute;z-index:0;background:url(https://static1.webao99.com/newclaim/img/popupBackground-blue_7413580e.png) no-repeat;background-size:100%;top:0;left:0}.tipPopup .close{position:absolute;top:-.53333rem;background:url(https://static1.webao99.com/newclaim/img/close-transparency_782f5652.png) no-repeat!important;background-size:100%!important;right:0;width:.29333rem;height:.29333rem}.tipPopup .topContent{display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;margin-top:.04rem;margin-bottom:.21333rem;position:relative;z-index:3}.tipPopup .topContent .tip_left{width:.41333rem;height:.19333rem;background-size:100% 100%;background-image:url(https://static1.webao99.com/newclaim/img/tip_left_8c9f5b46.png),var(--theme-active-btn-bgc)}.tipPopup .topContent .tip_right{width:.41333rem;height:.19333rem;background-size:100% 100%;background-image:url(https://static1.webao99.com/newclaim/img/tip_right_ff86753b.png),var(--theme-active-btn-bgc)}.tipPopup .topContent .titleContent{margin:0 .10667rem}.tipPopup .topContent .titleContent .title{font-size:.24rem;font-family:PingFangSC-Medium;font-weight:500;color:#333;line-height:.33333rem;margin-left:0}.tipPopup .content{width:100%;position:relative;z-index:3;font-size:.17333rem;font-family:PingFangSC-Regular;font-weight:400;color:#40577e;line-height:.25333rem;text-align:center}.tipPopup .content>div{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-align:center;align-items:center}.tipPopup .content>div span{text-align:center}.tipPopup .content .highlight{color:#fa6400}.tipPopup .content .center,.tipPopup .content .center span{text-align:center}.tipPopup .content .uploadTitle{font-family:PingFangSC-Semibold;font-weight:600;font-weight:700}.tipPopup .content .uploadDesc,.tipPopup .content .uploadTitle{font-size:.18667rem;color:#40577e;letter-spacing:0;text-align:center}.tipPopup .content .uploadDesc{white-space:pre-line;font-family:PingFangSC-Regular;font-weight:400;margin-top:.10667rem}.tipPopup .okButton{width:100%;height:.52rem;background:var(--theme-active-btn-bgc);display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;border-radius:.29333rem;font-size:.18667rem;font-family:PingFangSC-Regular;font-weight:400;color:#fff;line-height:.26667rem;margin-top:.26667rem;position:relative;z-index:3}.tipPopup .okButton.act{opacity:.4!important}.tipPopup .buttonContent{width:100%;-webkit-box-pack:justify;justify-content:space-between;margin-top:.28rem;position:relative;z-index:3}.tipPopup .buttonContent,.tipPopup .buttonContent .cancelButton{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center}.tipPopup .buttonContent .cancelButton{width:1.6rem;height:.50667rem;border:1px solid var(--theme-active-border-color);border-radius:.29333rem;-webkit-box-pack:center;justify-content:center;font-size:.18667rem;font-family:PingFangSC-Regular;font-weight:400;color:var(--theme-text-color);line-height:.26667rem}.tipPopup .buttonContent .okButton{width:1.6rem;height:.50667rem;margin:0}.tipPopup .buttonContent .okButton.act{opacity:.4!important}.am-modal{position:relative}.am-modal:not(.am-modal-transparent):not(.am-modal-popup){width:100%;height:100%}.am-modal-mask{position:fixed;top:0;right:0;left:0;bottom:0;height:100%;z-index:999;background-color:rgba(0,0,0,.4)}.am-modal-mask-hidden{display:none}.am-modal-wrap{position:fixed;overflow:auto;top:0;right:0;bottom:0;left:0;height:100%;z-index:999;-webkit-overflow-scrolling:touch;outline:0;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;-webkit-transform:translateZ(1px);transform:translateZ(1px)}.am-modal-wrap-popup{display:block}.am-modal-transparent{width:3.6rem}.am-modal-transparent .am-modal-content{border-radius:.09333rem;padding-top:.2rem}.am-modal-transparent .am-modal-content .am-modal-body{padding:0 .2rem .2rem}.am-modal-popup{position:fixed;left:0;width:100%}.am-modal-popup-slide-down{top:0}.am-modal-popup-slide-up{bottom:0}.am-modal-popup .am-modal-content{padding-bottom:env(safe-area-inset-bottom)}.am-modal-title{margin:0;font-size:.24rem;line-height:1;color:#000;text-align:center}.am-modal-header{padding:.08rem .2rem .2rem}.am-modal-content{position:relative;background-color:#fff;border:0;background-clip:padding-box;text-align:center;height:100%;overflow:hidden}.am-modal-close{border:0;padding:0;background-color:transparent;outline:none;position:absolute;right:.2rem;z-index:999;height:.28rem;width:.28rem}.am-modal-close-x{display:inline-block;width:.2rem;height:.2rem;background-repeat:no-repeat;background-size:cover;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='30' height='30' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23888' fill-rule='evenodd'%3E%3Cpath d='M1.414 0l28.284 28.284-1.414 1.414L0 1.414z'/%3E%3Cpath d='M28.284 0L0 28.284l1.414 1.414L29.698 1.414z'/%3E%3C/g%3E%3C/svg%3E")}.am-modal-body{font-size:.2rem;color:#888;height:100%;line-height:1.5;overflow:auto}.am-modal-button-group-h{position:relative;border-top:1px solid #ddd;display:-webkit-box;display:flex}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){html:not([data-scale]) .am-modal-button-group-h{border-top:none}html:not([data-scale]) .am-modal-button-group-h:before{content:"";position:absolute;background-color:#ddd;display:block;z-index:1;top:0;right:auto;bottom:auto;left:0;width:100%;height:1PX;-webkit-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-transform:scaleY(.5);transform:scaleY(.5)}}@media (-webkit-min-device-pixel-ratio:2) and (-webkit-min-device-pixel-ratio:3),(min-resolution:2dppx) and (min-resolution:3dppx){html:not([data-scale]) .am-modal-button-group-h:before{-webkit-transform:scaleY(.33);transform:scaleY(.33)}}.am-modal-button-group-h .am-modal-button{-webkit-touch-callout:none;-webkit-box-flex:1;flex:1 1;box-sizing:border-box;text-align:center;text-decoration:none;outline:none;color:#108ee9;font-size:.24rem;height:.66667rem;line-height:.66667rem;display:block;width:auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.am-modal-button-group-h .am-modal-button:first-child{color:#000}.am-modal-button-group-h .am-modal-button:last-child{position:relative;border-left:1px solid #ddd}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){html:not([data-scale]) .am-modal-button-group-h .am-modal-button:last-child{border-left:none}html:not([data-scale]) .am-modal-button-group-h .am-modal-button:last-child:before{content:"";position:absolute;background-color:#ddd;display:block;z-index:1;top:0;right:auto;bottom:auto;left:0;width:1PX;height:100%;-webkit-transform-origin:100% 50%;transform-origin:100% 50%;-webkit-transform:scaleX(.5);transform:scaleX(.5)}}@media (-webkit-min-device-pixel-ratio:2) and (-webkit-min-device-pixel-ratio:3),(min-resolution:2dppx) and (min-resolution:3dppx){html:not([data-scale]) .am-modal-button-group-h .am-modal-button:last-child:before{-webkit-transform:scaleX(.33);transform:scaleX(.33)}}.am-modal-button-group-v .am-modal-button{-webkit-touch-callout:none;position:relative;border-top:1px solid #ddd;box-sizing:border-box;text-align:center;text-decoration:none;outline:none;color:#108ee9;font-size:.24rem;height:.66667rem;line-height:.66667rem;display:block;width:auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){html:not([data-scale]) .am-modal-button-group-v .am-modal-button{border-top:none}html:not([data-scale]) .am-modal-button-group-v .am-modal-button:before{content:"";position:absolute;background-color:#ddd;display:block;z-index:1;top:0;right:auto;bottom:auto;left:0;width:100%;height:1PX;-webkit-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-transform:scaleY(.5);transform:scaleY(.5)}}@media (-webkit-min-device-pixel-ratio:2) and (-webkit-min-device-pixel-ratio:3),(min-resolution:2dppx) and (min-resolution:3dppx){html:not([data-scale]) .am-modal-button-group-v .am-modal-button:before{-webkit-transform:scaleY(.33);transform:scaleY(.33)}}.am-modal-button-active{background-color:#ddd}.am-modal-input-container{margin-top:.12rem;border:1px solid #ddd;border-radius:.04rem}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){html:not([data-scale]) .am-modal-input-container{position:relative;border:none}html:not([data-scale]) .am-modal-input-container:before{content:"";position:absolute;left:0;top:0;width:200%;height:200%;border:1px solid #ddd;border-radius:.08rem;-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:scale(.5);transform:scale(.5);box-sizing:border-box;pointer-events:none}}.am-modal-input{height:.48rem;line-height:1}.am-modal-input:nth-child(2){position:relative;border-top:1px solid #ddd}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){html:not([data-scale]) .am-modal-input:nth-child(2){border-top:none}html:not([data-scale]) .am-modal-input:nth-child(2):before{content:"";position:absolute;background-color:#ddd;display:block;z-index:1;top:0;right:auto;bottom:auto;left:0;width:100%;height:1PX;-webkit-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-transform:scaleY(.5);transform:scaleY(.5)}}@media (-webkit-min-device-pixel-ratio:2) and (-webkit-min-device-pixel-ratio:3),(min-resolution:2dppx) and (min-resolution:3dppx){html:not([data-scale]) .am-modal-input:nth-child(2):before{-webkit-transform:scaleY(.33);transform:scaleY(.33)}}.am-modal-input input{position:relative;border:0;width:98%;height:.45333rem;top:1PX;box-sizing:border-box;margin:0}.am-modal-input input::-webkit-input-placeholder{font-size:.18667rem;color:#ccc;padding-left:.10667rem}.am-modal-input input::placeholder{font-size:.18667rem;color:#ccc;padding-left:.10667rem}.am-modal.am-modal-transparent.am-modal-android .am-modal-content{border-radius:0}.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-header{padding:.12rem .32rem .16rem}.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-header .am-modal-title{text-align:left;font-size:.28rem;color:#000}.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-body{color:#000;text-align:left;padding:0 .32rem .2rem}.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-body .am-modal-input-container{border:0;border-bottom:1px solid #ddd}.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-body .am-modal-input-container:before{display:none!important}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){html:not([data-scale]) .am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-body .am-modal-input-container{border-bottom:none}html:not([data-scale]) .am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-body .am-modal-input-container:after{content:"";position:absolute;background-color:#ddd;display:block;z-index:1;top:auto;right:auto;bottom:0;left:0;width:100%;height:1PX;-webkit-transform-origin:50% 100%;transform-origin:50% 100%;-webkit-transform:scaleY(.5);transform:scaleY(.5)}}@media (-webkit-min-device-pixel-ratio:2) and (-webkit-min-device-pixel-ratio:3),(min-resolution:2dppx) and (min-resolution:3dppx){html:not([data-scale]) .am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-body .am-modal-input-container:after{-webkit-transform:scaleY(.33);transform:scaleY(.33)}}.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-body .am-modal-input-container .am-modal-input:first-child{border-top:0}.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-body .am-modal-input-container .am-modal-input:first-child:before{display:none!important}.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-footer{padding-bottom:.16rem}.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-footer .am-modal-button-group-h{overflow:hidden;border-top:0;-webkit-box-pack:end;justify-content:flex-end;padding:0 .16rem}.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-footer .am-modal-button-group-h:before{display:none!important}.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-footer .am-modal-button-group-h .am-modal-button{-webkit-box-flex:initial;flex:initial;margin-left:.04rem;padding:0 .2rem;height:.64rem;box-sizing:border-box}.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-footer .am-modal-button-group-h .am-modal-button:first-child{color:#777}.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-footer .am-modal-button-group-h .am-modal-button:last-child{border-left:0}.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-footer .am-modal-button-group-h .am-modal-button:last-child:before{display:none!important}.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-footer .am-modal-button-group-v.am-modal-button-group-normal{display:-webkit-box;display:flex;-webkit-box-pack:end;justify-content:flex-end;overflow:hidden;padding:0 .16rem}.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-footer .am-modal-button-group-v.am-modal-button-group-normal .am-modal-button{border-top:0;padding:0 .2rem;margin-left:.04rem;height:.64rem;box-sizing:border-box}.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-footer .am-modal-button-group-v.am-modal-button-group-normal .am-modal-button:before{display:none!important}.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-footer .am-modal-button-group-operation .am-modal-button{text-align:start;padding-left:.2rem}.am-modal.am-modal-operation .am-modal-content{border-radius:.09333rem;height:auto;padding-top:0}.am-modal.am-modal-operation .am-modal-content .am-modal-body{padding:0!important}.am-modal.am-modal-operation .am-modal-content .am-modal-button{color:#000;text-align:left;padding-left:.2rem}.am-modal-alert-content,.am-modal-propmt-content{zoom:1;overflow:hidden}.custModal-mask{border-radius:.13333rem .13333rem 0 0;background-color:#fff}.custModal-mask .am-modal-content{text-align:inherit!important}.custModal-mask .am-modal-content,.custModal-mask .am-modal-content .am-modal-body{border-radius:.13333rem .13333rem 0 0;overflow:visible}.custModal-mask .am-modal-content .am-modal-body .modal-top{background-color:transparent;position:absolute;top:-.53333rem;right:0;text-align:right;padding-right:.13333rem}.custModal-mask .am-modal-content .am-modal-body .modal-top img{width:.29333rem}.custModal-mask .am-modal-content .am-modal-body .container{border-radius:.13333rem .13333rem 0 0}.custModal-mask .am-modal-content .am-modal-body .container .title{border-bottom:.5px solid #e5e5e5;border-radius:.13333rem .13333rem 0 0;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center}.custModal-mask .am-modal-content .am-modal-body .container .title .tip_left{width:.41333rem;height:.19333rem;background-size:100% 100%;background-image:url(https://static1.webao99.com/newclaim/img/tip_left_8c9f5b46.png),var(--theme-active-btn-bgc)}.custModal-mask .am-modal-content .am-modal-body .container .title .tip_right{width:.41333rem;height:.19333rem;background-size:100% 100%;background-image:url(https://static1.webao99.com/newclaim/img/tip_right_ff86753b.png),var(--theme-active-btn-bgc)}.custModal-mask .am-modal-content .am-modal-body .container .title .title-mid{font-family:PingFangSC-Semibold;font-size:.24rem;color:#333;letter-spacing:.48px;text-align:center;font-weight:600;font-weight:700;margin:.21333rem .08rem}.custModal-mask .am-modal-content .am-modal-body .container .content{padding:.25333rem .4rem}.custModal-mask.bank-modal .container{overflow:auto}.custModal-mask.bank-modal .container .bank_list{padding-top:.93333rem}.custModal-mask.bank-modal .container .bank_search{position:absolute;width:100%;left:0;top:0;padding:.24rem!important;border-radius:.13333rem .13333rem 0 0;background-color:#fff}.popupComponent .content{max-height:85vh;overflow:auto}.popupComponent .titleLine{border-top:.5px solid #e5e5e5}.popupComponent .adm-popup-body{max-height:95vh}.popupComponent .popupComponentContent{width:100%;height:100%}.popupComponent .popupComponentContent .protocolRichTextContent{padding:0 .16rem;width:100%;max-height:65vh;min-height:5.33333rem;overflow:auto}.popupComponent .popupComponentContent .popupTopTitleContent{width:100%;height:.77333rem;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;position:relative}.popupComponent .popupComponentContent .popupTopTitleContent.border{border-bottom:1px solid #e5e5e5}.popupComponent .popupComponentContent .popupTopTitleContent .tip_left{width:.41333rem;height:.19333rem;background-size:100% 100%;margin-right:.08rem;background-image:url(https://static1.webao99.com/newclaim/img/tip_left_8c9f5b46.png),var(--theme-active-btn-bgc)}.popupComponent .popupComponentContent .popupTopTitleContent .tip_right{width:.41333rem;height:.19333rem;background-size:100% 100%;margin-left:.08rem;background-image:url(https://static1.webao99.com/newclaim/img/tip_right_ff86753b.png),var(--theme-active-btn-bgc)}.popupComponent .popupComponentContent .popupTopTitleContent .title{font-family:PingFangSC-Medium;font-size:.24rem;line-height:.33333rem;text-align:center;letter-spacing:.24px;color:#333;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center}.popupComponent .popupComponentContent .popupTopTitleContent .closePopupIcon{width:.32rem;height:.32rem;position:absolute;top:-.6rem;right:.16rem}.popupComponent .popupComponentContent .buttonContent{width:100%;display:-webkit-box;display:flex;position:relative;bottom:0;padding:.08667rem .21333rem!important;box-shadow:0 -.02667rem .09333rem 0 hsla(0,0%,82.7%,.38)}.popupComponent .popupComponentContent .buttonContent .okButton{width:100%;height:.65333rem;border-radius:.34667rem;background:var(--theme-active-btn-bgc);-webkit-box-align:center;align-items:center;font-family:PingFangSC-Medium;font-size:.21333rem;line-height:.29333rem;text-align:center;letter-spacing:.16px;color:#fff}.popupComponent .popupComponentContent .buttonContent .okButton,.popupComponent .popupComponentContent .placeContent{display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center}.popupComponent .popupComponentContent .placeContent .placeList{display:-webkit-box;display:flex;flex-wrap:wrap;width:4.48rem}.popupComponent .popupComponentContent .placeContent .placeList .chooseBtn{width:.98667rem;height:.46667rem;background:hsla(0,0%,40%,.08);font-family:PingFangSC-Regular;font-size:.2rem;line-height:.28rem;text-align:center;letter-spacing:.18px;color:#333;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;margin-bottom:.13333rem;margin-right:.13333rem;border-radius:.05333rem}.popupComponent .popupComponentContent .placeContent .placeList .chooseBtn.big{width:2.10667rem}.popupComponent .popupComponentContent .placeContent .placeList .chooseBtn.act{color:#fff;background:var(--theme-active-btn-bgc)}.popupComponent .popupComponentContent .protocolContent{width:100%;padding:.13333rem .21333rem;background:#fff;box-shadow:0 -1px 0 0 #e5e5e5}.popupComponent .popupComponentContent .protocolContent,.popupComponent .popupComponentContent .protocolContent .protocolList{display:-webkit-box;display:flex;-webkit-box-align:start;align-items:flex-start}.popupComponent .popupComponentContent .protocolContent.bottom{padding:.13333rem 0 .22rem;-webkit-box-pack:center;justify-content:center;box-shadow:none}.popupComponent .popupComponentContent .protocolContent .isCheckContent{width:.16rem;height:.16rem;margin-right:.10667rem}.popupComponent .popupComponentContent .protocolContent .isCheckContent .nullCheckContent{width:.16rem;display:inline-block;height:.16rem;vertical-align:middle;border-radius:.16rem;border:1px solid #c2c2c2;margin-top:-.02667rem}.popupComponent .popupComponentContent .protocolContent .textContent{width:100%;font-family:PingFangSC-Regular;font-size:.16rem;line-height:.22667rem;letter-spacing:0}.popupComponent .popupComponentContent .protocolContent .textContent .readText{color:#666}.popupComponent .popupComponentContent .protocolContent .textContent .protocolName{color:#4385fc}.chooseBtnSmallContent{width:4.33333rem;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center}.chooseBtnSmallContent .chooseBtnSmallList{display:-webkit-box;display:flex;flex-wrap:wrap}.chooseBtnSmallContent .chooseBtnSmallList .chooseBtn{width:.85333rem;height:.4rem;background:hsla(0,0%,40%,.08);font-family:PingFangSC-Regular;font-size:.17333rem;line-height:.24rem;text-align:center;letter-spacing:.16px;color:#333;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;margin-bottom:.13333rem;margin-right:.13333rem;border-radius:.05333rem}.chooseBtnSmallContent .chooseBtnSmallList .chooseBtn.big{width:1.84rem}.chooseBtnSmallContent .chooseBtnSmallList .chooseBtn.act{color:#fff;background:var(--theme-active-btn-bgc)}.login{height:100%;overflow-y:auto;padding:.26667rem .16rem;position:relative}.login,.login .mask{background-color:#fff}.login .mask{width:100vw;height:100vh;position:fixed;z-index:9}.login__logo{display:block;width:100%;max-height:1.76rem;object-fit:cover}.login .welcome{padding:.33333rem .26667rem}.login .welcome .title{font-size:.37333rem;font-family:PingFangSC-Medium;font-weight:500;color:#333}.login__inputContent{padding:0 .26667rem}.login__inputContent+.login__inputContent{margin-top:.21333rem}.login__inputWrapper{height:.66667rem;background:#f9f9f9;border-radius:.05333rem;display:-webkit-box;display:flex}.login__icon{line-height:.69333rem;text-align:center;width:.69333rem;height:100%;position:relative}.login__icon:after{content:"";right:0;top:.26rem;position:absolute;height:.17333rem;width:1px;background:#e0e0e0}.login__icon img{width:.26667rem;position:relative;left:.05333rem;top:-.02667rem}.login__phone{-webkit-box-flex:1;flex:1 1}.login__input{font-size:.21333rem;font-family:PingFangSC-Regular;font-weight:400;color:#7d8ba2;height:100%;width:100%;background:transparent;padding-left:.32rem}.login__input::-webkit-input-placeholder{color:#999}.login__code{box-sizing:border-box;text-align:center;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center}.login__code .block{width:1px;height:.24rem;background-color:#ccc}.login__code .codeText{width:1.38667rem;font-size:.18667rem;font-family:PingFangSC-Regular;font-weight:400;color:#4385fc}.login .loginButton{width:3.93333rem;height:.66667rem;background:url(https://static1.webao99.com/newclaim/img/loginBackGround_27df2f49.png) no-repeat;background-size:100%;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;margin:.4rem auto 0;font-size:.21333rem;font-family:PingFangSC-Semibold,PingFang SC;font-weight:600;font-weight:700;color:#fff;border-radius:.10667rem}.login .loginButton.disabled{background:url(https://static1.webao99.com/newclaim/img/noLoginBackGround_defb94ec.png) no-repeat;background-size:100%}.login .loginButton.disabled.blue{background:-webkit-linear-gradient(left,#06cad2,#1caced);background:linear-gradient(90deg,#06cad2,#1caced);opacity:.19}.login .loginButton.disabled.red{background:-webkit-linear-gradient(top,#e9440b,#e90014);background:linear-gradient(180deg,#e9440b,#e90014);opacity:.19}.login .loginButton.disabled.yellow{background:-webkit-linear-gradient(left,#ff8a6b,#ff4415);background:linear-gradient(90deg,#ff8a6b,#ff4415);opacity:.19}.login .loginButton.disabled.redyellow{background:-webkit-linear-gradient(left,#f55900,red)!important;background:linear-gradient(90deg,#f55900,red)!important;opacity:.19;border-radius:.4rem}.login .loginButton.blue{background:-webkit-linear-gradient(left,#06cad2,#1caced);background:linear-gradient(90deg,#06cad2,#1caced)}.login .loginButton.red{background:-webkit-linear-gradient(top,#e9440b,#e90014)!important;background:linear-gradient(180deg,#e9440b,#e90014)!important}.login .loginButton.yellow{background:-webkit-linear-gradient(left,#ff8a6b,#ff4415)!important;background:linear-gradient(90deg,#ff8a6b,#ff4415)!important}.login .loginButton.redyellow{background:-webkit-linear-gradient(left,#f55900,red)!important;background:linear-gradient(90deg,#f55900,red)!important;border-radius:.4rem}.agreement{display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;font-size:.16rem;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;margin-top:.26667rem}.agreement.phone{width:4.2rem}.agreement.phone,.agreement.start{-webkit-box-align:start;align-items:flex-start}.agreement.start .hasChoose,.agreement.start .nullChoose{margin-top:.04rem}.agreement .agreementContent{text-align:left}.agreement .desc{font-family:PingFangSC-Regular;font-size:.16rem;color:#999;letter-spacing:0;line-height:.22667rem;font-weight:400}.agreement .hasChoose,.agreement .nullChoose{width:.17333rem;height:.17333rem;border-radius:.17333rem;margin-right:.06667rem;flex-shrink:0}.agreement .normal{color:#999}.agreement .gray{font-size:.16rem;color:#999}.agreement .agreement1,.agreement .agreement2{color:#4385fc}.agreement .nullChoose{background:#fff;border:1px solid #dcdcdc}.phoneNumLogin{width:100%;padding-bottom:.42667rem;background:#fff;border-radius:.13333rem .13333rem 0 0;overflow:hidden;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-align:center;align-items:center}.phoneNumLogin .closeTransparency{position:absolute;top:-.56rem;right:.13333rem;width:.29333rem;height:.29333rem}.phoneNumLogin .topTitleContent{width:100%;margin:.30667rem 0;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;position:relative}.phoneNumLogin .topTitleContent .tip_left{width:.41333rem;height:.19333rem;background-size:100% 100%;background-image:url(https://static1.webao99.com/newclaim/img/tip_left_8c9f5b46.png),var(--theme-active-btn-bgc)}.phoneNumLogin .topTitleContent .tip_right{width:.41333rem;height:.19333rem;background-size:100% 100%;background-image:url(https://static1.webao99.com/newclaim/img/tip_right_ff86753b.png),var(--theme-active-btn-bgc)}.phoneNumLogin .topTitleContent .title{font-family:PingFangSC-Medium;font-size:.22667rem;color:#333;letter-spacing:.47px;text-align:center;font-weight:700;margin:0 .08rem}.phoneNumLogin .numInput{width:4.2rem;height:.66667rem;margin-bottom:.13333rem;background:#f9f9f9;font-family:PingFangSC-Regular;font-size:.21333rem;color:#7d8ba2;letter-spacing:0;font-weight:400;border-radius:.05333rem}.phoneNumLogin .numInput .am-list-line:after{display:none!important}.phoneNumLogin .numInput .fake-input-placeholder{font-family:PingFangSC-Regular!important;font-size:.21333rem!important;color:#7d8ba2!important;letter-spacing:0!important;font-weight:400!important}.phoneNumLogin .numInput .am-input-extra{height:.26667rem;padding-left:.21333rem;min-width:1.16rem;border-left:1px solid #ccc;font-size:.18667rem;color:#4385fc}.phoneNumLogin .loginBtn,.phoneNumLogin .numInput .am-input-extra{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;font-family:PingFangSC-Regular;letter-spacing:0;font-weight:400}.phoneNumLogin .loginBtn{width:4.2rem;height:.65333rem;background:var(--theme-active-btn-bgc);border-radius:.32667rem;-webkit-box-pack:center;justify-content:center;margin-top:.30667rem;font-size:.2rem;color:#fff;text-align:center}.phoneNumLogin .loginBtn.act{opacity:.4!important}.phoneNumLogin .nullChoose{margin-top:0}.TJNetCare,.TJNetCare .img{width:100%}.personDetail{width:100%;height:100%;background-image:-webkit-linear-gradient(bottom,#f7f7f7 55%,#d3e9ff);background-image:linear-gradient(0deg,#f7f7f7 55%,#d3e9ff);overflow:auto;position:relative}.personDetail .personDetailTopBg{width:100%;height:3.88rem;position:absolute;top:0;left:0}.personDetail .mainContent{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;width:100%;padding:0 .16rem;box-sizing:border-box;margin-top:.41333rem;position:relative;z-index:2}.personDetail .mainContent .personContent{width:100%;padding:0 .04rem 0 .10667rem;position:relative;-webkit-box-pack:justify;justify-content:space-between}.personDetail .mainContent .personContent,.personDetail .mainContent .personContent .userInfo{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center}.personDetail .mainContent .personContent .userInfo .textContent{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;margin-left:.17333rem}.personDetail .mainContent .personContent .userInfo .textContent .name{font-family:PingFangSC-Semibold;font-size:.26667rem;color:#222;font-weight:600;font-weight:700}.personDetail .mainContent .personContent .userInfo .textContent .cardNum{font-family:PingFangSC-Regular;font-size:.16rem;color:#999;font-weight:400;margin-top:.02667rem}.personDetail .mainContent .personContent .userInfo .avatar{width:.88rem;height:.88rem}.personDetail .mainContent .personContent .rightContent{border:.5px solid #ccc;border-radius:.24rem;padding:.04rem 0 .04rem .16rem;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center}.personDetail .mainContent .personContent .rightContent .title{font-family:PingFangSC-Regular;font-size:.18667rem;color:#666;letter-spacing:0;font-weight:400}.personDetail .mainContent .watchPersonList{-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-pack:center;justify-content:center;background-color:#fff;margin-top:.26667rem}.personDetail .mainContent .watchPersonList,.personDetail .mainContent .watchPersonList .watchPersonDetail{width:100%;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;border-radius:.13333rem}.personDetail .mainContent .watchPersonList .watchPersonDetail{padding:0 .16rem 0 .26667rem;background:#fff}.personDetail .mainContent .watchPersonList .watchPersonDetail .personDetailLeft{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center}.personDetail .mainContent .watchPersonList .watchPersonDetail .personDetailLeft .personIcon{width:.25333rem;height:.24rem;margin-right:.14667rem}.personDetail .mainContent .watchPersonList .watchPersonDetail .personDetailRight{width:100%;height:100%;padding:.24rem 0;display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between;-webkit-box-align:center;align-items:center;border-bottom:.5px solid #e5e5e5}.personDetail .mainContent .watchPersonList .watchPersonDetail .personDetailRight .title{font-family:PingFangSC-Regular;font-size:.18667rem;color:#222;letter-spacing:.34px;font-weight:400}.personDetail .mainContent .watchPersonList .watchPersonDetail .personDetailRight .rightIcon{position:relative;right:-.08rem}.personDetail .mainContent .watchPersonList .watchPersonDetail:last-of-type .personDetailRight{border:none}.personDetail .bottomContent{width:100%;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-align:center;align-items:center;position:absolute;left:0;bottom:.45333rem}.personDetail .bottomContent .textContent{font-size:.16rem;color:#4b8dfa}.personDetail .bottomContent .logOut,.personDetail .bottomContent .textContent{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;font-family:PingFangSC-Regular;font-weight:400}.personDetail .bottomContent .logOut{width:4.14667rem;height:.66667rem;-webkit-box-pack:center;justify-content:center;border:1px solid #ff2102;border-radius:.10667rem;margin-top:.29333rem;font-size:.21333rem;color:#e90e12}.home{width:100%;background-color:#fff}.home .imgHotContent{width:100%;position:relative;overflow-x:hidden}.home .imgHotContent .imgContent{width:100%}.home .imgHotContent .box{position:absolute;cursor:move}.home .persenCenter{width:100%;padding:.28667rem .17333rem .18rem .28667rem;display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between;-webkit-box-align:center;align-items:center;background-color:#fff}.home .persenCenter .nameContent{font-family:PingFangSC-Medium;font-size:.26667rem;color:#273449;letter-spacing:0;line-height:.37333rem;font-weight:700}.home .persenCenter .settingIcon{width:.26667rem;height:.26667rem}.home .imgPopup{width:100vw;height:100vh;position:fixed;top:0;left:0;z-index:99;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;background:rgba(0,0,0,.7)}.home .imgPopup .imgPopupContent{width:3.93333rem;height:5.6rem}.home .claimMenu{width:100%;padding:.16rem;display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between;-webkit-box-align:center;align-items:center;background-color:#fff}.home .claimMenu .claimIcon{width:.24rem;height:.24rem;margin-right:.08rem}.home .claimMenu .leftContent{width:2.26667rem;height:.66667rem;padding:.21333rem .13333rem;background:#fafafa;border-radius:.13333rem;-webkit-box-pack:justify;justify-content:space-between}.home .claimMenu .leftContent,.home .claimMenu .leftContent .messageContent{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center}.home .claimMenu .leftContent .messageContent{font-family:PingFangSC-Semibold;font-size:.18667rem;color:#333;font-weight:600}.home .claimMenu .leftContent .tipContent .rightArrowIcon{width:.08rem;height:.14667rem}.home .claimMenu .rightContent{width:2.26667rem;height:.66667rem;padding:.21333rem .13333rem;background:#fafafa;border-radius:.13333rem;display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between;-webkit-box-align:center;align-items:center}.home .claimMenu .rightContent .messageContent{font-family:PingFangSC-Semibold;font-size:.18667rem;color:#333;font-weight:600;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center}.home .claimMenu .rightContent .tipContent .tipText{font-family:PingFangSC-Regular;font-size:.16rem;color:#fa6400;font-weight:400;margin-right:.05333rem}.home .claimMenu .rightContent .tipContent .rightArrowIcon{width:.08rem;height:.14667rem}.home .claimMenu.bottom{padding-top:0}.home .claimMenu.bottom .rightContent{width:100%}.adm-picker-popup{z-index:9999}.medicalAddressContent,.protocolRichTextPopup{z-index:9999!important}.columbus-popup__wrapper{z-index:1100!important}.inputEmail{min-width:2.66667rem}.am-picker-col{display:block;position:relative;height:3.17333rem;overflow:hidden;width:100%}.am-picker-col-content{position:absolute;left:0;top:0;width:100%;z-index:1;padding:1.36rem 0}.am-picker-col-item{touch-action:manipulation;text-align:center;font-size:.21333rem;height:.45333rem;line-height:.45333rem;color:#000;white-space:nowrap;text-overflow:ellipsis}.am-picker-col-item-selected{font-size:.22667rem}.am-picker-col-mask{top:0;height:100%;margin:0 auto;background-image:-webkit-linear-gradient(top,hsla(0,0%,100%,.95),hsla(0,0%,100%,.6)),-webkit-linear-gradient(bottom,hsla(0,0%,100%,.95),hsla(0,0%,100%,.6));background-image:-webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,.95)),to(hsla(0,0%,100%,.6))),-webkit-gradient(linear,left bottom,left top,from(hsla(0,0%,100%,.95)),to(hsla(0,0%,100%,.6)));background-image:linear-gradient(180deg,hsla(0,0%,100%,.95),hsla(0,0%,100%,.6)),linear-gradient(0deg,hsla(0,0%,100%,.95),hsla(0,0%,100%,.6));background-position:top,bottom;background-size:100% 1.36rem;background-repeat:no-repeat}.am-picker-col-indicator,.am-picker-col-mask{position:absolute;left:0;width:100%;z-index:3}.am-picker-col-indicator{box-sizing:border-box;height:.45333rem;top:1.36rem;border-top:1px solid #ddd;border-bottom:1px solid #ddd}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){html:not([data-scale]) .am-picker-col-indicator{border-top:none}html:not([data-scale]) .am-picker-col-indicator:before{content:"";position:absolute;background-color:#ddd;display:block;z-index:1;top:0;right:auto;bottom:auto;left:0;width:100%;height:1PX;-webkit-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-transform:scaleY(.5);transform:scaleY(.5)}}@media (-webkit-min-device-pixel-ratio:2) and (-webkit-min-device-pixel-ratio:3),(min-resolution:2dppx) and (min-resolution:3dppx){html:not([data-scale]) .am-picker-col-indicator:before{-webkit-transform:scaleY(.33);transform:scaleY(.33)}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){html:not([data-scale]) .am-picker-col-indicator{border-bottom:none}html:not([data-scale]) .am-picker-col-indicator:after{content:"";position:absolute;background-color:#ddd;display:block;z-index:1;top:auto;right:auto;bottom:0;left:0;width:100%;height:1PX;-webkit-transform-origin:50% 100%;transform-origin:50% 100%;-webkit-transform:scaleY(.5);transform:scaleY(.5)}}@media (-webkit-min-device-pixel-ratio:2) and (-webkit-min-device-pixel-ratio:3),(min-resolution:2dppx) and (min-resolution:3dppx){html:not([data-scale]) .am-picker-col-indicator:after{-webkit-transform:scaleY(.33);transform:scaleY(.33)}}.am-picker{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center}.am-picker-item{-webkit-box-flex:1;flex:1 1;text-align:center}.am-picker-popup{left:0;bottom:0;position:fixed;width:100%;background-color:#fff;padding-bottom:env(safe-area-inset-bottom)}.am-picker-popup-wrap{overflow:auto;-webkit-overflow-scrolling:touch;outline:0}.am-picker-popup-mask,.am-picker-popup-wrap{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;-webkit-transform:translateZ(1px);transform:translateZ(1px)}.am-picker-popup-mask{background-color:rgba(0,0,0,.4);height:100%}.am-picker-popup-mask-hidden{display:none}.am-picker-popup-header{background-image:-webkit-linear-gradient(top,#e7e7e7,#e7e7e7,transparent,transparent);background-image:-webkit-gradient(linear,left top,left bottom,from(#e7e7e7),color-stop(#e7e7e7),color-stop(transparent),to(transparent));background-image:linear-gradient(180deg,#e7e7e7,#e7e7e7,transparent,transparent);background-position:bottom;background-size:100% 1PX;background-repeat:no-repeat;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;position:relative;border-bottom:1px solid #ddd}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){html:not([data-scale]) .am-picker-popup-header{border-bottom:none}html:not([data-scale]) .am-picker-popup-header:after{content:"";position:absolute;background-color:#ddd;display:block;z-index:1;top:auto;right:auto;bottom:0;left:0;width:100%;height:1PX;-webkit-transform-origin:50% 100%;transform-origin:50% 100%;-webkit-transform:scaleY(.5);transform:scaleY(.5)}}@media (-webkit-min-device-pixel-ratio:2) and (-webkit-min-device-pixel-ratio:3),(min-resolution:2dppx) and (min-resolution:3dppx){html:not([data-scale]) .am-picker-popup-header:after{-webkit-transform:scaleY(.33);transform:scaleY(.33)}}.am-picker-popup-header .am-picker-popup-header-right{text-align:right}.am-picker-popup-item{color:#108ee9;font-size:.22667rem;padding:.12rem .2rem;height:.56rem;box-sizing:border-box;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center}.am-picker-popup-item-active{background-color:#ddd}.am-picker-popup-title{-webkit-box-flex:1;flex:1 1;text-align:center;color:#000}.am-picker-popup .am-picker-popup-close{display:none}.am-picker-col{-webkit-box-flex:1;flex:1 1}.am-list .am-list-item.am-textarea-item{display:-webkit-box;display:flex;-webkit-box-align:start;align-items:flex-start;box-sizing:border-box;min-height:.58667rem;padding-left:.2rem;padding-right:.2rem;border-bottom:1px solid #ddd}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){html:not([data-scale]) .am-list .am-list-item.am-textarea-item{border-bottom:none}html:not([data-scale]) .am-list .am-list-item.am-textarea-item:after{content:"";position:absolute;background-color:#ddd;display:block;z-index:1;top:auto;right:auto;bottom:0;left:0;width:100%;height:1PX;-webkit-transform-origin:50% 100%;transform-origin:50% 100%;-webkit-transform:scaleY(.5);transform:scaleY(.5)}}@media (-webkit-min-device-pixel-ratio:2) and (-webkit-min-device-pixel-ratio:3),(min-resolution:2dppx) and (min-resolution:3dppx){html:not([data-scale]) .am-list .am-list-item.am-textarea-item:after{-webkit-transform:scaleY(.33);transform:scaleY(.33)}}.am-list .am-list-item.am-textarea-item.am-textarea-item-single-line{-webkit-box-align:center;align-items:center}.am-list .am-list-item.am-textarea-item.am-textarea-item-single-line .am-textarea-label{-webkit-align-self:center;align-self:center}.am-list .am-list-item.am-textarea-item.am-textarea-item-single-line .am-textarea-control{padding-top:0;padding-bottom:0}.am-list .am-list-item.am-textarea-item.am-textarea-item-single-line .am-textarea-control textarea{line-height:.34rem}.am-list .am-list-item.am-textarea-item.am-textarea-item-single-line .am-textarea-clear,.am-list .am-list-item.am-textarea-item.am-textarea-item-single-line.am-textarea-error .am-textarea-error-extra{margin-top:0}.am-textarea-label{-webkit-align-self:flex-start;align-self:flex-start;color:#000;text-align:left;min-height:.58667rem;font-size:.22667rem;line-height:.58667rem;margin-left:0;margin-right:.06667rem;white-space:nowrap;overflow:hidden}.am-textarea-label.am-textarea-label-2{width:.45333rem}.am-textarea-label.am-textarea-label-3{width:.68rem}.am-textarea-label.am-textarea-label-4{width:.90667rem}.am-textarea-label.am-textarea-label-5{width:1.13333rem}.am-textarea-label.am-textarea-label-6{width:1.36rem}.am-textarea-label.am-textarea-label-7{width:1.58667rem}.am-textarea-control{-webkit-box-flex:1;flex:1 1;padding-top:.13333rem;padding-bottom:.12rem}.am-textarea-control textarea{color:#000;font-size:.22667rem;line-height:.34rem;-webkit-appearance:none;appearance:none;width:100%;padding:0;border:0;background-color:transparent;overflow:visible;display:block;resize:none;word-break:break-word;word-wrap:break-word}.am-textarea-control textarea::-webkit-input-placeholder{color:#bbb}.am-textarea-control textarea::placeholder{color:#bbb}.am-textarea-control textarea:disabled{color:#bbb;background-color:#fff}.am-textarea-clear{display:none;width:.28rem;height:.28rem;margin-top:.16rem;border-radius:50%;overflow:hidden;font-style:normal;color:#fff;background-color:#ccc;background-repeat:no-repeat;background-size:.28rem auto;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%23fff' width='24' height='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E")}.am-textarea-clear-active{background-color:#108ee9}.am-textarea-focus .am-textarea-clear{display:block}.am-textarea-has-count{padding-bottom:.18667rem}.am-textarea-count{position:absolute;bottom:.08rem;right:.06667rem;color:#bbb;font-size:.18667rem}.am-textarea-count span{color:#000}.am-textarea-error .am-textarea-control textarea{color:#f50}.am-textarea-error .am-textarea-error-extra{margin-top:.16rem;width:.28rem;height:.28rem;margin-left:.10667rem;background-size:.28rem .28rem;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='18' height='18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 1.266a7.69 7.69 0 015.469 2.264c.71.71 1.269 1.538 1.657 2.459.404.954.608 1.967.608 3.011a7.69 7.69 0 01-2.264 5.469 7.694 7.694 0 01-2.459 1.657A7.675 7.675 0 019 16.734a7.69 7.69 0 01-5.469-2.264 7.694 7.694 0 01-1.657-2.459A7.675 7.675 0 011.266 9 7.69 7.69 0 013.53 3.531a7.694 7.694 0 012.459-1.657A7.675 7.675 0 019 1.266zM9 0a9 9 0 00-9 9 9 9 0 009 9 9 9 0 009-9 9 9 0 00-9-9zm0 11.25a.703.703 0 01-.703-.703V4.06a.703.703 0 111.406 0v6.486A.703.703 0 019 11.25zm-.791 1.916a.791.791 0 111.582 0 .791.791 0 01-1.582 0z' fill='%23F50' fill-rule='evenodd'/%3E%3C/svg%3E")}.am-textarea-disabled .am-textarea-label{color:#bbb}.am-list-body .am-list-item:last-child{border-bottom:0}.am-list-body .am-list-item:last-child:after{display:none!important}.am-radio{position:relative;display:inline-block;vertical-align:middle;width:.2rem;height:.2rem}.am-radio-inner{position:absolute;right:0;width:.2rem;height:.2rem;box-sizing:border-box;-webkit-transform:rotate(0deg);transform:rotate(0deg)}.am-radio-inner:after{position:absolute;display:none;top:-.03333rem;right:.06667rem;z-index:999;width:.09333rem;height:.18667rem;border-style:solid;border-width:0 1.5px 1.5px 0;content:"\0020";-webkit-transform:rotate(45deg);transform:rotate(45deg)}.am-radio-input{position:absolute;top:0;left:0;opacity:0;width:100%;height:100%;z-index:2;border:0;-webkit-appearance:none;appearance:none}.am-radio.am-radio-checked .am-radio-inner{border-width:0}.am-radio.am-radio-checked .am-radio-inner:after{display:block;border-color:#108ee9}.am-radio.am-radio-disabled.am-radio-checked .am-radio-inner:after{display:block;border-color:#bbb}.am-list .am-list-item.am-radio-item .am-list-line .am-list-extra{-webkit-box-flex:0;flex:0 1}.am-list .am-list-item.am-radio-item .am-list-line .am-list-extra .am-radio{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:.58667rem;overflow:visible}.am-list .am-list-item.am-radio-item .am-list-line .am-list-extra .am-radio-inner{right:.2rem;top:.2rem}.am-list .am-list-item.am-radio-item.am-radio-item-disabled .am-list-content{color:#bbb}.am-steps{font-size:0;width:100%;line-height:1.5;display:-webkit-box;display:flex}.am-steps,.am-steps *{box-sizing:border-box}.am-steps-item{position:relative;display:inline-block;vertical-align:top;-webkit-box-flex:1;flex:1 1;overflow:hidden}.am-steps-item:last-child{-webkit-box-flex:0;flex:none}.am-steps-item:last-child .am-steps-item-tail,.am-steps-item:last-child .am-steps-item-title:after{display:none}.am-steps-item-content,.am-steps-item-icon{display:inline-block;vertical-align:top}.am-steps-item-icon{border:1px solid #bbb;width:.29333rem;height:.29333rem;line-height:.29333rem;border-radius:.29333rem;text-align:center;font-size:.18667rem;margin-right:.10667rem;-webkit-transition:background-color .3s,border-color .3s;transition:background-color .3s,border-color .3s}.am-steps-item-icon>.am-steps-icon{line-height:1;top:-1px;color:#108ee9;position:relative}.am-steps-item-icon>.am-steps-icon .am-icon{font-size:.16rem;position:relative;float:left}.am-steps-item-tail{position:absolute;left:0;width:100%;top:.16rem;padding:0 .13333rem}.am-steps-item-tail:after{content:"";display:inline-block;background:#ddd;height:1px;border-radius:1px;width:100%;-webkit-transition:background .3s;transition:background .3s;position:relative;left:-.02667rem}.am-steps-item-content{margin-top:.04rem}.am-steps-item-title{font-size:.21333rem;margin-bottom:.05333rem;color:#000;font-weight:700;display:inline-block;padding-right:.13333rem;position:relative}.am-steps-item-description{font-size:.2rem;color:#bbb}.am-steps-item-wait .am-steps-item-icon{border-color:#ccc;background-color:#fff}.am-steps-item-wait .am-steps-item-icon>.am-steps-icon{color:#ccc}.am-steps-item-wait .am-steps-item-icon>.am-steps-icon .am-steps-icon-dot{background:#ccc}.am-steps-item-wait .am-steps-item-title{color:#000}.am-steps-item-wait .am-steps-item-title:after{background-color:#ddd}.am-steps-item-wait .am-steps-item-description{color:#000}.am-steps-item-wait .am-steps-item-tail:after{background-color:#ddd}.am-steps-item-process .am-steps-item-icon{border-color:#108ee9;background-color:#fff}.am-steps-item-process .am-steps-item-icon>.am-steps-icon{color:#108ee9}.am-steps-item-process .am-steps-item-icon>.am-steps-icon .am-steps-icon-dot{background:#108ee9}.am-steps-item-process .am-steps-item-title{color:#000}.am-steps-item-process .am-steps-item-title:after{background-color:#ddd}.am-steps-item-process .am-steps-item-description{color:#000}.am-steps-item-process .am-steps-item-tail:after{background-color:#ddd}.am-steps-item-process .am-steps-item-icon{background:#108ee9}.am-steps-item-process .am-steps-item-icon>.am-steps-icon{color:#fff}.am-steps-item-finish .am-steps-item-icon{border-color:#108ee9;background-color:#fff}.am-steps-item-finish .am-steps-item-icon>.am-steps-icon{color:#108ee9}.am-steps-item-finish .am-steps-item-icon>.am-steps-icon .am-steps-icon-dot{background:#108ee9}.am-steps-item-finish .am-steps-item-title{color:#000}.am-steps-item-finish .am-steps-item-title:after{background-color:#108ee9}.am-steps-item-finish .am-steps-item-description{color:#000}.am-steps-item-finish .am-steps-item-tail:after{background-color:#108ee9}.am-steps-item-error .am-steps-item-icon{border-color:#f4333c;background-color:#fff}.am-steps-item-error .am-steps-item-icon>.am-steps-icon{color:#f4333c}.am-steps-item-error .am-steps-item-icon>.am-steps-icon .am-steps-icon-dot{background:#f4333c}.am-steps-item-error .am-steps-item-title{color:#f4333c}.am-steps-item-error .am-steps-item-title:after{background-color:#ddd}.am-steps-item-error .am-steps-item-description{color:#f4333c}.am-steps-item-error .am-steps-item-tail:after{background-color:#ddd}.am-steps-item.am-steps-next-error .am-steps-item-title:after{background:#f4333c}.am-steps-item.error-tail .am-steps-item-tail:after{background-color:#f4333c}.am-steps-horizontal:not(.am-steps-label-vertical) .am-steps-item{margin-right:.13333rem}.am-steps-horizontal:not(.am-steps-label-vertical) .am-steps-item:last-child{margin-right:0}.am-steps-horizontal:not(.am-steps-label-vertical) .am-steps-item-tail{display:none}.am-steps-horizontal:not(.am-steps-label-vertical) .am-steps-item-description{max-width:1.33333rem}.am-steps-item-custom .am-steps-item-icon{background:none;border:0;width:auto;height:auto}.am-steps-item-custom .am-steps-item-icon>.am-steps-icon{font-size:.29333rem;top:1px;width:.29333rem;height:.29333rem}.am-steps-item-custom.am-steps-item-process .am-steps-item-icon>.am-steps-icon{color:#108ee9}.am-steps-small .am-steps-item-icon{width:.24rem;height:.24rem;line-height:.24rem;text-align:center;border-radius:.24rem;font-size:.18667rem;margin-right:.10667rem}.am-steps-small .am-steps-item-icon>.am-steps-icon{font-size:.16rem;-webkit-transform:scale(.75);transform:scale(.75);top:-.02667rem}.am-steps-small .am-steps-item-content{margin-top:0}.am-steps-small .am-steps-item-title{font-size:.21333rem;margin-bottom:.04rem;color:#000;font-weight:700}.am-steps-small .am-steps-item-description{font-size:.16rem;color:#bbb}.am-steps-small .am-steps-item-tail{top:.10667rem;padding:0 .10667rem}.am-steps-small .am-steps-item-tail:after{height:1px;border-radius:1px;width:100%;left:0}.am-steps-small .am-steps-item-custom .am-steps-item-icon{background:none}.am-steps-small .am-steps-item-custom .am-steps-item-icon>.am-steps-icon{font-size:.24rem;top:-.02667rem;-webkit-transform:none;transform:none}.am-steps-vertical{display:block}.am-steps-vertical .am-steps-item{display:block;overflow:visible}.am-steps-vertical .am-steps-item-icon{float:left}.am-steps-vertical .am-steps-item-icon-inner{margin-right:.21333rem}.am-steps-vertical .am-steps-item-content{min-height:.64rem;overflow:hidden;display:block}.am-steps-vertical .am-steps-item-title{line-height:.34667rem}.am-steps-vertical .am-steps-item-title:after{display:none}.am-steps-vertical .am-steps-item-description{padding-bottom:.16rem}.am-steps-vertical .am-steps-item-tail{position:absolute;left:.17333rem;top:0;height:100%;width:1px;padding:.4rem 0 .05333rem}.am-steps-vertical .am-steps-item-tail:after{height:100%;width:1px}.am-steps-vertical.am-steps-small .am-steps-item-tail{position:absolute;left:.12rem;top:0;padding:.29333rem 0 .05333rem}.am-steps-vertical.am-steps-small .am-steps-item-title{line-height:.24rem}.am-steps-label-vertical .am-steps-item{overflow:visible}.am-steps-label-vertical .am-steps-item-tail{padding:0 .32rem;margin-left:.64rem}.am-steps-label-vertical .am-steps-item-content{display:block;text-align:center;margin-top:.10667rem;width:1.33333rem}.am-steps-label-vertical .am-steps-item-icon{display:inline-block;margin-left:.48rem}.am-steps-label-vertical .am-steps-item-title{padding-right:0}.am-steps-label-vertical .am-steps-item-title:after{display:none}.workselecter .columbus-popup{height:70%;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;background-color:#fff;border-radius:.10667rem .10667rem 0 0}.workselecter .columbus-popup .title{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:justify;justify-content:space-between;border-bottom:1px solid #e5e5e5;padding:.22667rem .33333rem;font-size:.24rem;line-height:.4rem;font-weight:600;font-weight:700;text-align:center}.workselecter .columbus-popup .title .left,.workselecter .columbus-popup .title .right{font-weight:400;font-size:.21333rem;line-height:.30667rem;color:#666}.workselecter .columbus-popup .title .right{color:#4b8dfa}.workselecter .columbus-popup .title .center{font-weight:500;line-height:.33333rem;font-size:.24rem;color:#333}.workselecter .columbus-popup .am-steps{padding:.22667rem .33333rem 0;border-bottom:1px solid #e5e5e5}.workselecter .columbus-popup .am-steps .am-steps-item .am-steps-item-tail:after{background-color:#ddd}.workselecter .columbus-popup .am-steps .am-steps-item .am-steps-icon{width:.10667rem}.workselecter .columbus-popup .am-steps .am-steps-item .am-steps-icon .step-item{width:.10667rem;height:.10667rem;background-color:#0283ff;border-radius:50%;-webkit-transform:translate(70%,100%);transform:translate(70%,100%)}.workselecter .columbus-popup .am-steps .am-steps-item .am-steps-item-content{background-size:.09333rem;background-repeat:no-repeat;background-position:right .08rem;background-image:url(https://static1.webao99.com/newclaim/img/right-icon_9a8ee44e.png)}.workselecter .columbus-popup .am-steps .am-steps-item .am-steps-item-content .am-steps-item-title{color:#333;font-size:.18667rem;line-height:.26667rem}.workselecter .columbus-popup .am-steps .am-steps-item .am-steps-item-content:last-of-type{background:none}.workselecter .columbus-popup .am-steps .am-steps-item.active .am-steps-item-title{color:#0283ff}.workselecter .columbus-popup .options{-webkit-box-flex:1;flex:1 1;overflow:scroll;padding:.22667rem .26667rem}.workselecter .columbus-popup .options .options-title{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;font-size:.21333rem;line-height:.21333rem;color:#333;font-weight:600;font-weight:700}.workselecter .columbus-popup .options .options-title:before{width:.08rem;height:.25333rem;background:#0082ff;border-radius:.08rem;margin-right:.10667rem;content:"";display:block}.workselecter .columbus-popup .options .option-item{padding-left:.2rem;line-height:.66667rem;color:#666;font-size:.18667rem;line-height:.26667rem;margin-top:.26667rem}.workselecter .columbus-popup .options .option-item.active{color:#0283ff}.addRecognizee{width:100%;background-color:#f5f7fa;padding:.16rem .16rem 2.66667rem;position:relative}.addRecognizee .rightButton{width:70%;-webkit-box-pack:end;justify-content:flex-end}.addRecognizee .rightButton,.addRecognizee .rightButton .radio_item{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center}.addRecognizee .rightButton .radio_item{width:1.02667rem;height:.41333rem;background:#fafafa;border-radius:.2rem;border:1px solid #fafafa;margin-left:.2rem;text-align:center;position:relative;color:#222;font-size:.2rem;line-height:.41333rem;-webkit-box-pack:center;justify-content:center}.addRecognizee .rightButton .radio_item.small{width:.84rem}.addRecognizee .rightButton .radio_item .am-radio{width:0}.addRecognizee .rightButton .radio_item .am-radio-inner{display:none}.addRecognizee .rightButton .radio_item.act{background:var(--theme-des-bgc);border:1px solid var(--theme-active-border-color);color:var(--theme-text-color)}.addRecognizee .rightButton .am-icon-down{padding-top:.04rem}.addRecognizee .tip{width:100%;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;font-size:.17333rem;font-weight:400;color:#767e8c;padding:0 0 .18667rem;font-family:PingFangSC-Regular}.addRecognizee .inputContent{width:100%;background-color:#fff;border-radius:.13333rem;padding:.04rem .2rem;box-sizing:border-box}.addRecognizee .inputContent .inputType{border-bottom:.5px solid rgba(211,214,218,.6)}.addRecognizee .inputContent .reportInput,.addRecognizee .inputContent .select-item{width:100%;height:100%;padding:.2rem 0;border-bottom:.5px solid rgba(211,214,218,.6)}.addRecognizee .inputContent .reportInput .name,.addRecognizee .inputContent .select-item .name{-webkit-box-flex:0;flex:none;font-size:.2rem;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#222}.addRecognizee .inputContent .reportInput input{width:80%;overflow:hidden;text-align:right;border:none;font-size:.2rem;font-family:PingFangSC-Regular;font-weight:400;color:#000}.addRecognizee .inputContent .innerInput{padding:0}.addRecognizee .inputContent .innerInput input{width:100%;overflow:hidden;text-align:right;border:none;font-size:.2rem;font-family:PingFangSC-Regular;font-weight:400;color:#000}.addRecognizee .inputContent .select-item{width:100%}.addRecognizee .inputContent .select-item select{border:none;text-align:right;font-size:.2rem;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;background:none!important}.addRecognizee .inputContent .select-item select.act{color:#000}.addRecognizee .inputContent .select-item select.normal{color:#999}.addRecognizee .inputContent div:last-of-type{border:none}.addRecognizee .inputContent .inputType{width:100%;padding:.2rem 0;display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between;-webkit-box-align:center;align-items:center}.addRecognizee .inputContent .inputType .title{font-size:.2rem;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#222;line-height:.28rem}.addRecognizee .inputContent .inputType .nullText{font-size:.2rem;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#999;line-height:.28rem;margin-right:.08rem}.addRecognizee .inputContent .inputType .dataText{font-size:.2rem;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#222;line-height:.28rem}.addRecognizee .inputContent .inputType .dataText.null{color:#999}.addRecognizee .inputContent .addressContent{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.addRecognizee .inputContent .addressContent .inputType{border-bottom:none}.addRecognizee .inputContent .addressContent .descContent{width:100%;padding:.16rem .14667rem;background:#f9f9f9;border-radius:.08rem;font-size:.2rem;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#222;line-height:.26667rem;margin-bottom:.2rem}.addRecognizee .btnCenter .goButtonContent{background:var(--theme-active-btn-bgc);border-radius:.32667rem;margin:.66667rem .56rem 0;height:.65333rem;text-align:center;font-family:PingFangSC-Regular;font-size:.2rem;color:#fff;font-weight:400;line-height:.65333rem}.addRecognizee .goButton{position:fixed;width:100%;height:1.06667rem;left:0;bottom:0;background-color:#fff}.addRecognizee .goButton,.addRecognizee .goButton .goButtonContent{display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center}.addRecognizee .goButton .goButtonContent{width:4.6rem;height:.66667rem;background:var(--theme-active-btn-bgc);border-radius:.33333rem;background-size:100%;font-size:.2rem;font-family:PingFangSC-Medium,PingFang SC;font-weight:400;color:#fff;position:absolute}.addRecognizee .am-list-item{padding-left:0;height:.28rem!important;line-height:.28rem;min-height:.28rem;width:100%}.addRecognizee .am-list-item .am-list-line{padding-right:0;border-bottom:.5px solid rgba(211,214,218,.6);width:100%}.addRecognizee .am-list-item .am-list-line .am-input-label,.addRecognizee .am-list-item .am-list-line .am-list-content,.addRecognizee .am-list-item .am-list-line .am-list-extra{font-size:.2rem!important;padding:0!important;line-height:.58667rem!important;color:#333;overflow:visible;font-weight:400}.addRecognizee .am-list-item .am-list-line .am-input-label{width:-webkit-fit-content!important;width:fit-content!important;font-weight:400}.addRecognizee .am-list-item .am-list-line .am-list-extra{color:#999;font-weight:400;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex-basis:auto!important;margin-left:.13333rem}.addRecognizee .am-list-item .am-list-line input{text-align:right;font-size:.2rem;font-weight:400;color:#999}.addRecognizee .am-list-item .am-list-line input::-webkit-input-placeholder{color:#999}.addRecognizee .am-list-item .am-list-line input:disabled{color:#999!important}.addRecognizee .am-list-item .am-list-line .am-input-clear{margin-left:.06667rem}.addRecognizee .canEdit,.addRecognizee .canEdit .am-list-extra,.addRecognizee .canEdit input{color:#333!important}.addRecognizee .disEdit .am-input-label{color:#999!important}.addRecognizee .text_area{background-color:#f9f9f9!important;margin-bottom:.26667rem}.addRecognizee .text_area .city-item-text{background-color:#f9f9f9!important;border:none}.addRecognizee .text_area .city-item-text .am-textarea-control{padding:0!important;margin:.05333rem}.addRecognizee .text_area .city-item-text .am-textarea-control textarea{line-height:.33333rem;text-align:left!important;padding:0 0 0 .10667rem;font-size:.2rem;background-color:#f9f9f9!important}.addRecognizee .text_area .city-item-text .am-textarea-clear{margin:.05333rem}.addRecognizee .text_area .am-list-item{min-height:auto!important;line-height:auto!important;height:auto!important}.cardDateContent{width:100vw;background-color:#fff;border-radius:.10667rem .10667rem 0 0}.cardDateContent .topHeader{width:100%;padding:.2rem .33333rem .22667rem;box-sizing:border-box;display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between;border-bottom:1px solid #e5e5e5}.cardDateContent .topHeader .cancel{font-size:.21333rem;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#666;line-height:.30667rem}.cardDateContent .topHeader .title{font-size:.24rem;font-family:PingFangSC-Medium,PingFang SC;font-weight:500;color:#222;line-height:.33333rem;letter-spacing:1px}.cardDateContent .topHeader .ok{font-size:.21333rem;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#4b8dfa;line-height:.30667rem}.cardDateContent .chooseButton{width:100%;padding:.33333rem .4rem;display:-webkit-box;display:flex;-webkit-box-pack:end;justify-content:flex-end}.cardDateContent .chooseButton .chooseButtonContent{margin-left:.24rem;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;background:#f7f7f7;border-radius:.10667rem;padding:.13333rem .24rem}.cardDateContent .chooseButton .chooseButtonContent .ball{width:.25333rem;height:.25333rem;margin-right:.08rem;border-radius:.25333rem;border:1px solid #979797;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center}.cardDateContent .chooseButton .chooseButtonContent .ball.act{border:none;background:url(https://static1.webao99.com/newclaim/img/selected_3cfde4f2.png);background-size:100%}.cardDateContent .chooseButton .chooseButtonContent .buttonText{font-size:.21333rem;font-family:PingFangSC-Regular;font-weight:400;color:#333;line-height:.30667rem}.cardDateContent .chooseContent{width:100%;-webkit-box-align:center;align-items:center;margin-top:.02667rem;font-size:.2rem;font-family:PingFangSC-Regular;font-weight:400;color:#999;line-height:.26667rem;padding-bottom:.26667rem}.cardDateContent .chooseContent,.cardDateContent .chooseContent .dateText{display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center}.cardDateContent .chooseContent .dateText{width:1.76rem;padding:.13333rem 0;border-bottom:1px solid #e5e5e5}.cardDateContent .chooseContent .dateText.act{border-bottom:.02667rem solid #4b8dfa}.cardDateContent .relation_content{display:-webkit-box;display:flex;-webkit-box-pack:start;justify-content:flex-start;-webkit-box-align:center;align-items:center;flex-wrap:wrap;padding:.26667rem .36rem .53333rem}.cardDateContent .relation_content .relationButton{padding:.06667rem .22667rem;background:#f9f9f9;border-radius:.2rem;font-family:PingFangSC-Regular;font-size:.2rem;color:#999;letter-spacing:.36px;text-align:center;font-weight:400;margin-right:.16rem;margin-bottom:.16rem;border:.5px solid #f9f9f9}.cardDateContent .relation_content .act{background:var(--theme-des-bgc);border:.5px solid var(--theme-active-border-color);border-radius:.2rem;color:var(--theme-text-color)}.IdCard-Picker{border-radius:.10667rem .10667rem 0 0}.IdCard-Picker .am-picker-col:nth-of-type(4),.IdCard-Picker .am-picker-col:nth-of-type(5){display:none}.columbus-popup{box-shadow:none}.am-picker-popup-header{padding:.06667rem 0}.reportDetail{width:100%;height:100%;overflow:auto;background-color:#f7f7f7;padding:0 .2rem;position:relative;overflow-x:hidden;background-size:100%}.reportDetail .c-svgIcon{flex-shrink:0}.reportDetail .topBgColor{width:100%;height:3.44rem;position:absolute;top:0;left:0;background-image:-webkit-linear-gradient(top,#e3edff 13%,#f7f7f7 99%);background-image:linear-gradient(180deg,#e3edff 13%,#f7f7f7 99%)}.reportDetail .topBgColor.red{background-image:-webkit-linear-gradient(top,#ffe3e3 13%,#f7f7f7 99%);background-image:linear-gradient(180deg,#ffe3e3 13%,#f7f7f7 99%)}.reportDetail .topBgColor.gary{background-image:-webkit-linear-gradient(top,#e8edf2 13%,#f7f7f7 99%);background-image:linear-gradient(180deg,#e8edf2 13%,#f7f7f7 99%)}.reportDetail .topTip{width:100%;min-height:1.28rem;padding:.30667rem .2rem .2rem;margin-top:.16rem;box-sizing:border-box;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;position:relative;border-radius:.10667rem;background-image:-webkit-linear-gradient(179deg,#86b9ff,#0082ff 94%);background-image:linear-gradient(-89deg,#86b9ff,#0082ff 94%)}.reportDetail .topTip.red{background-image:-webkit-linear-gradient(179deg,#ff9393 12%,#ff6d6d);background-image:linear-gradient(-89deg,#ff9393 12%,#ff6d6d)}.reportDetail .topTip.gary{background-image:-webkit-linear-gradient(179deg,#cdd5dc,#91a3b5 94%);background-image:linear-gradient(-89deg,#cdd5dc,#91a3b5 94%)}.reportDetail .topTip .topTipBackground{width:2.80667rem;height:2.26rem;position:absolute;top:0;left:0;background:url(https://static1.webao99.com/newclaim/img/detailTipBackground_88f4ee19.png) no-repeat;background-size:100%}.reportDetail .topTip .tipContent{width:100%;padding:0 .10667rem 0 .05333rem;display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between;-webkit-box-align:start;align-items:flex-start;overflow:hidden}.reportDetail .topTip .tipContent .topTipText{max-width:3.2rem;font-size:.21333rem;font-family:PingFangSC-Semibold,PingFang SC;font-weight:600;font-weight:700;color:#fff;line-height:.30667rem;letter-spacing:1px}.reportDetail .topTip .tipContent .rightBall{width:.61333rem;height:.61333rem;border-radius:.61333rem;background:#fff;flex-shrink:0;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center}.reportDetail .topTip .descContent{width:100%;margin-top:.13333rem;padding:.13333rem .10667rem;font-size:.17333rem;font-family:PingFangSC-Regular;font-weight:400;color:#fa6400;line-height:.26667rem;background:#fff;border-radius:.05333rem;opacity:.96;white-space:pre-line}.reportDetail .topTip .doubleDescContent{width:100%;background:#fff;border-radius:.05333rem;padding:.16rem .13333rem;margin-top:.14667rem}.reportDetail .topTip .doubleDescContent .messageDescContent{margin-bottom:.24rem}.reportDetail .topTip .doubleDescContent .messageDescContent .titleContent{margin-left:.05333rem;font-size:.18667rem;font-family:PingFangSC-Semibold,PingFang SC;font-weight:600;font-weight:700;color:#333;line-height:.26667rem;margin-bottom:.06667rem}.reportDetail .topTip .doubleDescContent .messageDescContent .missDataContent{margin-left:.05333rem;margin-bottom:.08rem;font-size:.17333rem;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#fa6400;line-height:.25333rem;white-space:pre-line}.reportDetail .topTip .doubleDescContent .messageDescContent .descContent{background:#f9f9f9;border-radius:.05333rem;padding:.10667rem .16rem;font-size:.17333rem;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#666;line-height:.25333rem}.reportDetail .topTip .doubleDescContent .messageDescContent:last-of-type{margin-bottom:0}.reportDetail .topTip .drugDescContent{width:100%;background:#fff;border-radius:.05333rem;padding:.18667rem .17333rem .24rem;margin-top:.14667rem}.reportDetail .topTip .drugDescContent .messageDescContent{margin-bottom:.24rem}.reportDetail .topTip .drugDescContent .messageDescContent.last{margin-bottom:0}.reportDetail .topTip .drugDescContent .messageDescContent .titleContent{margin-bottom:.06667rem;font-size:.18667rem;font-family:PingFangSC-Semibold,PingFang SC;font-weight:600;font-weight:700;color:#333;line-height:.26667rem}.reportDetail .topTip .drugDescContent .messageDescContent .drugContent{display:-webkit-box;display:flex;margin-bottom:.06667rem}.reportDetail .topTip .drugDescContent .messageDescContent .drugContent .title{font-size:.18667rem;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#333;line-height:.26667rem}.reportDetail .topTip .drugDescContent .messageDescContent .drugContent .desc{font-size:.18667rem;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#999;line-height:.26667rem;margin-left:.25333rem}.reportDetail .topTip .drugDescContent .messageDescContent .drugContent:last-of-type{margin-bottom:0}.reportDetail .topTip .drugDescContent .reasonContent{width:100%;margin-top:.06667rem;padding:.16rem;background:#fff6f1;border-radius:.05333rem;font-size:.16rem;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#fa6400;line-height:.22667rem}.reportDetail .topTip .drugDescContent .drawDrugType{margin-top:.22667rem;font-size:.18667rem;font-family:PingFangSC-Semibold,PingFang SC;font-weight:600;font-weight:700;color:#333;line-height:.26667rem}.reportDetail .topTip.padding{padding-bottom:.30667rem}.reportDetail .messageContent{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;background-color:#fff;margin-top:.17333rem;border-radius:.10667rem;position:relative;z-index:3}.reportDetail .messageContent .header{width:100%;height:.77333rem;padding:0 .21333rem 0 .2rem;-webkit-box-pack:justify;justify-content:space-between;border-bottom:.5px solid rgba(211,214,218,.6)}.reportDetail .messageContent .header,.reportDetail .messageContent .header .headerLeft{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center}.reportDetail .messageContent .header .headerLeft .block{width:.08rem;height:.25333rem;border-radius:.04rem;background-color:var(--theme-active-btn-bgc)}.reportDetail .messageContent .header .headerLeft .goodsIcon{width:.32rem;height:.32rem}.reportDetail .messageContent .header .headerLeft .title{font-size:.24rem;font-family:PingFangSC-Medium,PingFang SC;color:#000;margin-left:.08rem}.reportDetail .messageContent .header .headerLeft .title.bold{font-weight:800}.reportDetail .messageContent .header .headerRight{padding:.08rem .09333rem .08rem .16rem;border-radius:.2rem;border:1px solid #7d8ba2;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center}.reportDetail .messageContent .header .headerRight .goText{font-size:.17333rem;font-family:PingFangSC-Medium,PingFang SC;font-weight:500;color:#7d8ba2}.reportDetail .messageContent .header .headerRight .goIcon{width:.06667rem;height:.09333rem;margin-left:.05333rem}.reportDetail .messageContent .textContent{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;padding-left:.2rem;margin-top:.17333rem;padding-bottom:.13333rem}.reportDetail .messageContent .textContent .textInfo{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;font-size:.18667rem;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;margin-bottom:.13333rem}.reportDetail .messageContent .textContent .textInfo .type{color:#999}.reportDetail .messageContent .textContent .textInfo .info,.reportDetail .messageContent .textContent .textInfo .type.black{color:#333}.reportDetail .messageContent .textContent .textInfo .info.gold{color:#fa6400;font-weight:600;font-weight:700}.reportDetail .messageContent .flowContent{width:100%;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;margin-top:.2rem;margin-left:.32rem}.reportDetail .messageContent .flowContent .stepTop{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center}.reportDetail .messageContent .flowContent .stepTop .stepTitle{font-family:PingFangSC-Semibold;font-size:.18667rem;color:#999;line-height:.26667rem}.reportDetail .messageContent .flowContent .stepTop .stepTitle.bold{font-weight:800}.reportDetail .messageContent .flowContent .stepTop .stepDate{font-size:.16rem;font-family:PingFangSC-Regular;font-weight:400;color:#999;line-height:.22667rem;margin-left:.13333rem}.reportDetail .messageContent .flowContent .am-steps-item{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;padding-bottom:.13333rem}.reportDetail .messageContent .flowContent .am-steps-item-finish .am-steps-item-description,.reportDetail .messageContent .flowContent .am-steps-item-finish .stepDate,.reportDetail .messageContent .flowContent .am-steps-item-finish .stepTitle{color:#333!important;font-weight:600;font-weight:700}.reportDetail .messageContent .flowContent .am-steps-item-content{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-pack:center;justify-content:center;margin-left:.04rem}.reportDetail .messageContent .flowContent .am-steps-item-tail{width:1px;top:.24rem!important;left:.10667rem!important;padding-bottom:.13333rem!important}.reportDetail .messageContent .flowContent .am-steps-item-tail:after{width:1px;background:rgba(26,26,26,.1)}.reportDetail .messageContent .flowContent .am-steps-item-icon,.reportDetail .messageContent .flowContent .am-steps-item-icon .am-steps-icon{display:-webkit-box!important;display:flex!important;-webkit-box-pack:center!important;justify-content:center!important;-webkit-box-align:center!important;align-items:center!important}.reportDetail .messageContent .flowContent .am-steps-item-description{font-family:PingFangSC-Semibold;font-size:.16rem;color:#999;font-weight:600;font-weight:700;padding:0}.reportDetail .messageContent .exTextArea{width:100%;height:.89333rem;box-sizing:border-box;padding:0 .17333rem .2rem}.reportDetail .messageContent .exTextArea .exTextAreaContent{width:100%;height:100%;padding-left:.17333rem;border-radius:.10667rem;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-pack:center;justify-content:center;background-color:#fff8f4}.reportDetail .messageContent .exTextArea .exTextAreaContent .title{font-size:.17333rem;font-family:PingFangSC-Medium;font-weight:500;color:#fa6400;line-height:.25333rem}.reportDetail .messageContent .exTextArea .exTextAreaContent .info{margin-top:.04rem;font-size:.17333rem;font-family:PingFangSC-Regular;font-weight:400;color:#fa6400;line-height:.25333rem}.reportDetail .messageContent .payInfoContent{width:100%;padding:0 .2rem;margin-bottom:.2rem}.reportDetail .messageContent .payInfoContent .payInfoMessage{width:100%;padding:.13333rem;background:#f7f7f7;border-radius:.05333rem}.reportDetail .messageContent .payInfoContent .payInfoMessage .textInfo{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;font-family:PingFangSC-Regular;font-size:.18667rem;line-height:.26667rem;font-weight:400;margin-bottom:.13333rem}.reportDetail .messageContent .payInfoContent .payInfoMessage .textInfo .type{color:#999}.reportDetail .messageContent .payInfoContent .payInfoMessage .textInfo .info,.reportDetail .messageContent .payInfoContent .payInfoMessage .textInfo .type.black{color:#333}.reportDetail .messageContent .payInfoContent .payInfoMessage .textInfo .info.gold{font-family:PingFangSC-Regular;font-size:.18667rem;color:#fa6400;line-height:.26667rem;font-weight:400}.reportDetail .messageContent .payInfoContent .payInfoMessage .textInfo:last-of-type{margin-bottom:0}.reportDetail .messageContent .payInfoContent .payInfoMessage .payeeInfo{width:100%;padding:.10667rem;background-color:#fff;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;margin-bottom:.10667rem}.reportDetail .messageContent .payInfoContent .payInfoMessage .payeeInfo .payeeMessage{display:-webkit-box;display:flex;-webkit-box-align:baseline;align-items:baseline;margin-bottom:.06667rem}.reportDetail .messageContent .payInfoContent .payInfoMessage .payeeInfo .payeeMessage .title{font-family:PingFangSC-Regular;font-size:.18667rem;color:#999;line-height:.26667rem;font-weight:400;white-space:nowrap}.reportDetail .messageContent .payInfoContent .payInfoMessage .payeeInfo .payeeMessage .desc{font-family:PingFangSC-Regular;font-size:.18667rem;color:#222;line-height:.26667rem;font-weight:400;word-break:break-all}.reportDetail .messageContent .payInfoContent .payInfoMessage .payeeInfo .payeeMessage:last-of-type,.reportDetail .messageContent .payInfoContent .payInfoMessage .payeeInfo:last-of-type{margin-bottom:0}.reportDetail .block{width:100%;height:1.22667rem}.reportDetail .goButton{position:fixed;width:100%;height:1.06667rem;left:0;bottom:0;padding:0 .2rem;background-color:#fff;display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between;-webkit-box-align:center;align-items:center;z-index:9}.reportDetail .goButton.hide{display:none}.reportDetail .goButton .goButtonContent{width:4.6rem;height:.66667rem;background:var(--theme-active-btn-bgc);border-radius:.33333rem;font-size:.21333rem;font-family:PingFangSC-Medium,PingFang SC;font-weight:500;color:#fff;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center}.reportDetail .goButton .small{width:1.6rem!important}.reportDetail .goButton .middleNormal,.reportDetail .goButton .small{border:1px solid var(--theme-active-border-color)!important;background:#fff!important;color:var(--theme-text-color)!important}.reportDetail .goButton .middleHighLight,.reportDetail .goButton .middleNormal{width:2.2rem}.reportDetail .goButton .middleHighLight.act{opacity:.4}.reportDetail .goButton .big{width:2.8rem!important}.reportDetail .mailAddress{width:100%;background:#fff;border-radius:.10667rem;overflow:hidden;margin-top:.10667rem}.reportDetail .mailAddress .topContent{padding:.16rem .13333rem;background:#e7f3ff;font-family:PingFangSC-Semibold;font-size:.18667rem;color:#0082ff;font-weight:600;font-weight:700}.reportDetail .mailAddress .textContent{width:100%;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;padding:.2rem .2rem .02667rem}.reportDetail .mailAddress .textContent .textInfo{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;font-size:.18667rem;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;margin-bottom:.13333rem}.reportDetail .mailAddress .textContent .textInfo .type{color:#999}.reportDetail .mailAddress .textContent .textInfo .info,.reportDetail .mailAddress .textContent .textInfo .type.black{color:#333}.reportDetail .mailAddress .textContent .textInfo .info.gold{color:#fa6400;font-weight:600;font-weight:700}.reportDetail .mailAddress .tipContent{width:100%;padding:0 .2rem;margin-bottom:.2rem}.reportDetail .mailAddress .tipContent .tipInfo{width:100%;background:#f7f7f7;border-radius:.05333rem;padding:.10667rem 0 .10667rem .10667rem;font-family:PingFangSC-Regular;font-size:.17333rem;color:#fa6400;font-weight:400;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-align:start;align-items:flex-start;-webkit-box-pack:center;justify-content:center}.reportDetail .mailAddress .tipContent .tipInfo .top{margin-bottom:.05333rem}.c-svgIcon{stroke:currentColor}.c-svgIcon--lg{width:.4rem;height:.4rem}.c-svgIcon--md{width:.28rem;height:.28rem}.c-svgIcon--sm{width:.21333rem;height:.21333rem}.c-svgIcon--xs{width:.16rem;height:.16rem}.reportHistory{width:100%;height:100%;background-color:#f7f7f7;box-sizing:border-box}.reportHistory.default .reportHistory-list .dataList .dataListContent .actButton{padding:0 .2rem!important;-webkit-box-pack:justify!important;justify-content:space-between!important}.reportHistory.default .reportHistory-list .dataList .dataListContent .actButton .actButtonContent{width:2.06667rem;height:.53333rem!important;border:.5px solid var(--theme-active-btn-bgc)}.reportHistory.default .reportHistory-list .dataList .dataListContent .actButton .actButtonContent:last-child{margin-left:.16rem}.reportHistory.default .reportHistory-list .dataList .dataListContent .actButton .actButtonContent.big{width:100%;margin-left:0}.reportHistory.default .reportHistory-list .dataList .dataListContent .actButton .actButtonContent.gary{border:.5px solid #a4aebe;color:#7d8ba2;border-radius:.26667rem}.reportHistory.default .reportHistory-list .dataList .dataListContent .actButton .actButtonContent.last{margin-left:.16rem}.reportHistory.default .reportHistory-list{width:100%}.reportHistory.default .reportHistory-list .dataList{width:100%;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;padding-bottom:.72rem}.reportHistory.default .reportHistory-list .dataList .dataListContent{width:100%;background-color:#fff;margin-bottom:.13333rem;border-radius:.08rem;position:relative;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-align:start;align-items:flex-start}.reportHistory.default .reportHistory-list .dataList .dataListContent .header{width:100%;padding:.16rem 0 .16rem .22667rem;display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between;border-bottom:1px solid #eee}.reportHistory.default .reportHistory-list .dataList .dataListContent .header .headerLeft{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center}.reportHistory.default .reportHistory-list .dataList .dataListContent .header .headerLeft .goodsIcon{width:.36rem;height:.36rem}.reportHistory.default .reportHistory-list .dataList .dataListContent .header .headerLeft .title{font-size:.21333rem;font-family:PingFangSC-Medium;color:#333;margin-left:.16rem}.reportHistory.default .reportHistory-list .dataList .dataListContent .header .headerLeft .title.bold{font-weight:800}.reportHistory.default .reportHistory-list .dataList .dataListContent .header .headerRight .tip{padding:.04rem .16rem;border-radius:.66667rem 0 0 .66667rem;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;font-size:.18667rem;font-family:PingFangSC-Regular,PingFang SC;font-weight:400}.reportHistory.default .reportHistory-list .dataList .dataListContent .header .headerRight .tip.success{background-color:#f1f5ff;color:#6b97f5}.reportHistory.default .reportHistory-list .dataList .dataListContent .header .headerRight .tip.wait{background:#ffede1;color:#fa6400}.reportHistory.default .reportHistory-list .dataList .dataListContent .header .headerRight .tip.withdraw{background-color:#f0f0f0;color:#999}.reportHistory.default .reportHistory-list .dataList .dataListContent .tipContent{width:100%;padding:0 .18667rem;margin-top:.17333rem}.reportHistory.default .reportHistory-list .dataList .dataListContent .tipContent .statusTip{width:100%;border-radius:.08rem;display:-webkit-box;display:flex;-webkit-box-align:start;align-items:flex-start;padding:.13333rem 0 .13333rem .16rem}.reportHistory.default .reportHistory-list .dataList .dataListContent .tipContent .statusTip.gary{background:#f7f7f7}.reportHistory.default .reportHistory-list .dataList .dataListContent .tipContent .statusTip.blue{background:#f1f5ff}.reportHistory.default .reportHistory-list .dataList .dataListContent .tipContent .statusTip.orange{background:#fff5ee}.reportHistory.default .reportHistory-list .dataList .dataListContent .tipContent .statusTip .title{font-size:.18667rem;font-family:PingFangSC-Medium;color:#333;line-height:.26667rem;margin-left:.13333rem;white-space:nowrap}.reportHistory.default .reportHistory-list .dataList .dataListContent .tipContent .statusTip .title.bold{font-weight:800}.reportHistory.default .reportHistory-list .dataList .dataListContent .tipContent .statusTip .desc{font-size:.18667rem;font-family:PingFangSC-Regular;font-weight:400;color:#666;line-height:.26667rem;margin-left:.08rem}.reportHistory.default .reportHistory-list .dataList .dataListContent .tipContent .statusTip .typeIcon{margin-top:.02667rem;flex-shrink:0}.reportHistory.default .reportHistory-list .dataList .dataListContent .textContent{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;margin-top:.17333rem;padding:0 .18667rem .13333rem}.reportHistory.default .reportHistory-list .dataList .dataListContent .textContent .textInfo{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;font-size:.18667rem;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;margin-bottom:.13333rem}.reportHistory.default .reportHistory-list .dataList .dataListContent .textContent .textInfo .type{color:#999;display:-webkit-box;display:flex;flex-wrap:nowrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-webkit-box-pack:start;justify-content:flex-start;width:auto;flex-shrink:0}.reportHistory.default .reportHistory-list .dataList .dataListContent .textContent .textInfo .info{color:#333;word-wrap:break-word;word-wrap:break-all}.reportHistory.default .reportHistory-list .dataList .dataListContent .actButton{width:100%;height:.85333rem;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;border-top:1px solid #eee}.reportHistory.default .reportHistory-list .dataList .dataListContent .actButton .actButtonContent{width:2.13333rem;height:.53333rem;border-radius:.26667rem;border:1px solid var(--theme-active-border-color);display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;font-size:.2rem;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:var(--theme-text-color)}.reportHistory.default .reportHistory-list .dataList .dataListContent .actButton .actButtonContent.act{display:none}.reportHistory.default .reportHistory-list .dataList .dataListContent .actButton .disOperate{background-color:var(--theme-des-bgc)}.reportHistory.default .nullData{margin-top:.66667rem;width:4.68rem;height:5.04rem;border-radius:.13333rem;background-color:#fff;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center}.reportHistory.default .nullData .nullDataIcon{width:1.52rem;margin-bottom:.16rem}.reportHistory.default .nullData .nullDataDesc{font-size:.18667rem;font-family:PingFangSC-Regular;font-weight:400;color:#999;line-height:.26667rem}.reportHistory .adm-tabs{background-color:#fff}.reportHistory .adm-tabs .adm-tabs-header{position:absolute;height:.64rem;border-bottom:none;width:100vw;z-index:99;background-color:#fff;box-shadow:inset 0 -1px 0 0 #e9e9e9}.reportHistory .adm-tabs .adm-tabs-tab-list .adm-tabs-tab{font-weight:400;color:#666;padding:.2rem}.reportHistory .adm-tabs .adm-tabs-tab-list .adm-tabs-tab-active{font-weight:700}.reportHistory .adm-tabs .adm-tabs-tab-list .adm-tabs-tab-line{background:var(--theme-active-btn-bgc)}.reportHistory .adm-tabs .adm-tabs-content{background-color:#f7f7f7}.reportHistory .adm-tabs .adm-tabs-content .reportHistory-list{margin-top:.66667rem}.reportHistory .listTabs .adm-tabs-header{top:0;position:sticky;box-shadow:none}.reportHistory .listTabs .adm-tabs-content{background-color:#fff}.reportHistory .listTabs .adm-tabs-content .dataListContent{border:1px solid #e7e7e7}.reportHistory .listTabs .adm-tabs-content .reportHistory-list{margin-top:0}.reportHistory .listTabs .adm-tabs-tab-active{color:#222!important;font-weight:700}.threeReportHistoryPage{background-color:#fff}.threeReportHistoryPage .topEntrance{width:100%;display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between;padding:.22667rem .16rem 0;margin-bottom:.22667rem}.threeReportHistoryPage .topEntrance .entranceInfo{width:2.24rem;height:1.08rem;border-radius:.12rem;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-align:center;align-items:center;padding:.14667rem 0 .17333rem}.threeReportHistoryPage .topEntrance .entranceInfo .title{font-size:.21333rem;font-family:PingFangSC-Medium,PingFang SC;font-weight:500;color:#fff;line-height:.30667rem;margin-bottom:.09333rem}.threeReportHistoryPage .topEntrance .entranceInfo .goBtn{padding:.06667rem .25333rem .06667rem .29333rem;color:#fff;border-radius:.26667rem;border:.5px solid #fff;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center}.threeReportHistoryPage .topEntrance .entranceInfo .goBtn .btnText{font-size:.17333rem;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;line-height:.25333rem;margin-right:.02667rem}.threeReportHistoryPage .topEntrance .entranceInfo:first-of-type{background:-webkit-linear-gradient(top,#e9440b,#e90014);background:linear-gradient(180deg,#e9440b,#e90014)}.threeReportHistoryPage .topEntrance .entranceInfo:nth-of-type(2){background:-webkit-linear-gradient(349deg,#fad961,#f76b1c);background:linear-gradient(101deg,#fad961,#f76b1c)}.threeReportHistoryPage .listTopContent{width:100%;border-radius:.26667rem .26667rem 0 0;padding-top:.22667rem;padding-bottom:.13333rem;background-color:#fff;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center}.threeReportHistoryPage .listTopContent .textIcon{width:.41333rem;height:.2rem}.threeReportHistoryPage .listTopContent .title{margin:0 .06667rem;font-size:.21333rem;font-family:PingFangSC-Semibold,PingFang SC;font-weight:600;font-weight:700;color:#333;line-height:.30667rem}.SzClaimReportTip{overflow-wrap:break-word;color:#f50;font-size:.18667rem;letter-spacing:.5px;font-family:PingFangSC-Regular;font-weight:400;background-color:#fff4e3;padding:.12rem .29333rem .08rem;text-align:left;margin:.53333rem -.16rem -.66667rem;line-height:.26667rem}.reportTipPop{width:4.46667rem;padding:.24rem .30667rem .42667rem}.reportTipPop .okButton,.reportTipPop .tip_bell,.reportTipPop .tip_bg{display:none}.reportTipPop .topContent{margin-bottom:0}.reportTipPop .reportTip{display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center}.reportTipPop .reportTip .title{margin:.13333rem 0}.reportTipPop .reportTip .title .reportTipTitle{font-family:PingFangSC,PingFang SC;font-weight:400;font-size:.16rem;color:#f50;line-height:.22667rem;text-align:left;font-style:normal}.reportTipPop .reportTip .reportList{max-height:50vh;overflow:scroll}.reportTipPop .reportTip .reportItem{width:3.86667rem;height:.65333rem;background:-webkit-linear-gradient(left,#186ef6,#40bcff);background:linear-gradient(90deg,#186ef6,#40bcff);border-radius:.32rem;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-pack:justify;justify-content:space-between;-webkit-box-align:center;align-items:center;margin-bottom:.13333rem;padding:.05333rem 0}.reportTipPop .reportTip .reportItem .text{height:.28rem;font-family:PingFangSC,PingFang SC;font-weight:500;font-size:.2rem;color:#fff;line-height:.28rem;text-align:left;font-style:normal}.reportTipPop .reportTip .btn{display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;width:3.86667rem;height:.65333rem;border-radius:.32rem;border:1px solid #0082ff}.reportTipPop .reportTip .btn img{width:.21333rem;height:.21333rem;margin-right:.08rem}.reportTipPop .reportTip .btn .text{height:.30667rem;font-family:PingFangSC,PingFang SC;font-weight:500;font-size:.21333rem;color:#333;line-height:.30667rem;text-align:left;font-style:normal}.reportTipPop .reportTip .des{font-family:PingFangSC,PingFang SC;font-weight:400;font-size:.13333rem;color:#666;line-height:.18667rem;text-align:center;font-style:normal;margin-top:.13333rem;padding:0 .18667rem}.szClaimReportHeader{width:100vw;height:1.18667rem;background-size:100% 100%;background-image:url(https://static1.webao99.com/newclaim/img/szClaimReportHeader_e0a6cb24.png)}.szClaimReportHeader .content{padding-left:.21333rem;padding-top:.10667rem}.szClaimReportHeader .content .title{font-weight:600;font-size:.21333rem;line-height:.30667rem}.szClaimReportHeader .content .des,.szClaimReportHeader .content .title{font-family:PingFangSC,PingFang SC;color:#fff;text-align:left;font-style:normal}.szClaimReportHeader .content .des{margin:.02667rem 0 .10667rem;font-weight:400;font-size:.16rem;line-height:.22667rem}.szClaimReportHeader .content .btn{width:1.22667rem;height:.29333rem;background:#fff;border-radius:.14667rem;font-family:PingFangSC,PingFang SC;font-weight:500;font-size:.18667rem;color:#0082ff;font-style:normal;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center}.columbus-load-more{overflow:hidden;overflow-y:auto;height:100%;-webkit-overflow-scrolling:touch}.columbus-load-more__inner--ios{min-height:100.01%}.columbus-load-more__tips{height:.77333rem;line-height:.77333rem;text-align:center;font-size:.16rem;color:#666}.columbus-load-more__tips:empty{display:none}.policyList{background-color:#f7f7f7;height:100%;padding:.08rem .16rem 0;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.policyList .content{-webkit-box-flex:1;flex:1 1;overflow:scroll}.policyList .empty{width:100%;height:100%}.policyList .empty .empty-content{padding-top:.98667rem;padding-bottom:1.34667rem;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;background-color:#fff;border-radius:.10667rem;margin-top:.13333rem}.policyList .empty .empty-content .empty-img-policyList{width:1.6rem;margin-bottom:.26667rem}.policyList .empty .empty-content .empty-text{color:#fff;font-size:.18667rem;width:calc(100% - 1.33333rem);display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;font-size:.21333rem;font-weight:600;font-weight:700;padding-top:.16rem;padding-bottom:.16rem;background-color:#fff;border-radius:.13333rem;margin-bottom:.10667rem;background:var(--theme-active-btn-bgc);border-radius:.65333rem;box-shadow:0 1px .06667rem 0 hsla(0,0%,92.2%,.5)}.policyList .policy-item:first-child{margin-top:.17333rem}.policyList .policy-item{margin-bottom:.10667rem;background-color:#fff;padding:.2rem 0;border-radius:.10667rem}.policyList .policy-item .manage-list{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-align:space-between;align-items:space-between}.policyList .policy-item .manage-list .top{-webkit-box-pack:justify;justify-content:space-between;padding:0 .16rem}.policyList .policy-item .manage-list .top,.policyList .policy-item .manage-list .top .item-name{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center}.policyList .policy-item .manage-list .top .item-name .name-value{font-family:PingFangSC-Semibold;font-size:.22667rem;color:#222;font-weight:600;font-weight:700;word-break:break-all;word-break:break-word}.policyList .policy-item .manage-list .top .right{display:-webkit-box;display:flex;-webkit-box-pack:end;justify-content:flex-end;-webkit-box-align:start;align-items:flex-start;font-family:PingFangSC-Regular;font-size:.17333rem;color:#999;letter-spacing:.36px;text-align:right;font-weight:400}.policyList .policy-item .manage-list .item-card-policy{padding:0 .16rem .10667rem;border-bottom:1px solid #eee}.policyList .policy-item .manage-list .item-btns{padding:.16rem .16rem 0;color:#333}.policyList .policy-item .claim-list{display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between;-webkit-box-align:center;align-items:center;padding:0 .16rem}.policyList .policy-item .left{margin-right:.06667rem;max-width:60%;word-break:break-all;word-break:break-word}.policyList .policy-item .left .item-name{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center}.policyList .policy-item .left .item-name .name-value{font-family:PingFangSC-Semibold;font-size:.22667rem;color:#222;font-weight:600;font-weight:700;word-break:break-all;word-break:break-word}.policyList .policy-item .left .item-name .name-icon{color:#e87e37;font-size:.17333rem;background-color:#fcf4ef;border-radius:.02667rem;padding:.04rem .09333rem;margin-left:.08rem;font-size:.16rem}.policyList .policy-item .left .item-name .name-icon.self{color:#6b97f5;background-color:#f1f5ff}.policyList .policy-item .item-card-policy{font-family:PingFangSC-Regular;font-size:.18667rem;color:#999;font-weight:400}.policyList .policy-item .claim-right{flex-shrink:0}.policyList .policy-item .claim-right button{padding:.09333rem .24rem;background:var(--theme-active-btn-bgc);border-radius:.26667rem;font-family:PingFangSC-Regular;font-size:.2rem;color:#fff;letter-spacing:0;text-align:center;font-weight:400}.policyList .policy-item .item-content{padding:.2rem 0;border-radius:.13333rem;margin-top:.21333rem}.policyList .policy-item .item-content .message-item{display:-webkit-box;display:flex;font-size:.18667rem;line-height:.34667rem;-webkit-box-align:center;align-items:center;padding:0 .2rem;font-weight:400;color:#999}.policyList .policy-item .item-content .message-item:first-of-type{border-bottom:.5px solid #eee;padding-bottom:.12rem}.policyList .policy-item .item-content .message-item .type{color:#333;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;font-size:.21333rem;font-weight:600;font-weight:700}.policyList .policy-item .item-content .message-item img{width:.29333rem;height:.29333rem;margin-right:.10667rem}.policyList .policy-item .item-content .message-item .message-key{width:25%;color:#999;text-align:justify;height:.34667rem;overflow:hidden}.policyList .policy-item .item-content .message-item .message-key:after{display:inline-block;width:100%;content:""}.policyList .policy-item .item-content .message-item .message-value{color:#000}.policyList .policy-item .item-btns{display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;flex-direction:row-reverse}.policyList .policy-item .item-btns .item-btn{font-size:.18667rem;padding:0 .18667rem;border-left:1px solid #e0e0e0;display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center}.policyList .policy-item .item-btns .item-btn img{width:.18667rem;height:.18667rem;margin-right:.09333rem}.policyList .policy-item .item-btns .item-btn:last-of-type{border:none}.policyList .policy-item .single-btn{border:1px solid var(--theme-active-border-color);border-radius:.10667rem;padding:.13333rem .66667rem;font-size:.2rem;color:var(--theme-text-color);width:-webkit-fit-content;width:fit-content;margin:.18667rem auto 0}.policyList .uneffect-list .uneffect-text{font-family:PingFangSC-Regular;font-size:.16rem;color:#999;letter-spacing:0;font-weight:400;padding:.46667rem 0 .17333rem .2rem}.policyList .uneffect-list .policy-item .name-value{color:#999!important}.policyList .uneffect-list .policy-item .name-icon,.policyList .uneffect-list .policy-item .name-icon.self{color:#999;background:#eee}.policyList .uneffect-list .policy-item .right button{background:#d6d6d6;color:#fff}.policyList .add-btn{width:100%;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;font-size:.21333rem;font-weight:600;font-weight:700;padding-top:.32rem;padding-bottom:.32rem;background-color:#fff;margin-bottom:.34667rem;box-shadow:0 -.04rem .16rem 0 rgba(0,0,0,.08);border-radius:.10667rem;z-index:10}.policyList .add-btn img{width:.29333rem;height:.29333rem;margin-right:.09333rem;border-radius:.08rem;background:var(--theme-active-btn-bgc)}.policyList .load-finish{width:100%;text-align:center;padding-bottom:.4rem;margin-top:.89333rem;color:#999;font-size:.18667rem}.am-checkbox{position:relative;display:inline-block;vertical-align:middle;width:.28rem;height:.28rem}.am-checkbox-inner{position:absolute;right:0;width:.28rem;height:.28rem;border:1px solid #ccc;border-radius:50%;-webkit-transform:rotate(0deg);transform:rotate(0deg);box-sizing:border-box}.am-checkbox-inner:after{position:absolute;display:none;top:1.5px;right:.08rem;z-index:999;width:.06667rem;height:.14667rem;border-style:solid;border-width:0 1px 1px 0;content:"\0020";-webkit-transform:rotate(45deg);transform:rotate(45deg)}.am-checkbox-input{position:absolute;top:0;left:0;opacity:0;width:100%;height:100%;z-index:2;border:0;-webkit-appearance:none;appearance:none}.am-checkbox.am-checkbox-checked .am-checkbox-inner{border-color:#108ee9;background:#108ee9}.am-checkbox.am-checkbox-checked .am-checkbox-inner:after{display:block;border-color:#fff}.am-checkbox.am-checkbox-disabled{opacity:.3}.am-checkbox.am-checkbox-disabled.am-checkbox-checked .am-checkbox-inner{border-color:#888;background:none}.am-checkbox.am-checkbox-disabled.am-checkbox-checked .am-checkbox-inner:after{border-color:#888}.am-list .am-list-item.am-checkbox-item .am-list-thumb{width:.28rem;height:.28rem}.am-list .am-list-item.am-checkbox-item .am-list-thumb .am-checkbox{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:.58667rem}.am-list .am-list-item.am-checkbox-item .am-list-thumb .am-checkbox-inner{left:.2rem;top:.16rem}.am-list .am-list-item.am-checkbox-item.am-checkbox-item-disabled .am-list-content{color:#bbb}.am-checkbox-agree{position:relative;display:-webkit-box;display:flex;-webkit-box-align:stretch;align-items:stretch;margin-left:.2rem;padding-top:.12rem;padding-bottom:.12rem}.am-checkbox-agree .am-checkbox{position:absolute;left:0;top:0;width:.4rem;height:100%}.am-checkbox-agree .am-checkbox-inner{left:0;top:.16rem}.am-checkbox-agree .am-checkbox-agree-label{display:inline-block;font-size:.2rem;color:#000;line-height:1.5;margin-left:.4rem;margin-top:1PX}.claimInfo{background-color:#f7f7f7}.claimInfo .topTipContent{padding:.13333rem .16rem;display:-webkit-box;display:flex;-webkit-box-align:baseline;align-items:baseline;background:#fff5ee}.claimInfo .topTipContent .waringTipIcon{width:.16rem;height:.16rem;margin-right:.05333rem;flex-shrink:0}.claimInfo .topTipContent .waringTipText{font-size:.17333rem;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#999;line-height:.25333rem}.claimInfo .topTipContent .waringTipText .highLight{color:#fa6400}.claimInfo .claimInfoContent{width:100%;padding:.13333rem .16rem 1.33333rem}.claimInfo .topProgress{width:100%;background-color:#fff;overflow:auto}.claimInfo .topProgress .adm-step-icon-container{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center}.claimInfo .topProgress .adm-step-status-finish .adm-step-content,.claimInfo .topProgress .adm-step-status-process .adm-step-content{padding:0}.claimInfo .topProgress .adm-step-status-finish .adm-step-content .adm-step-title,.claimInfo .topProgress .adm-step-status-process .adm-step-content .adm-step-title{font-family:PingFangSC-Regular;font-size:.18667rem;color:#222;text-align:center;line-height:.18667rem;font-weight:400;white-space:nowrap;-webkit-box-pack:center;justify-content:center}.claimInfo .topProgress .adm-step-status-wait .adm-step-content{padding:0}.claimInfo .topProgress .adm-step-status-wait .adm-step-content .adm-step-title{font-family:PingFangSC-Regular;font-size:.18667rem;color:#858b9c;text-align:center;line-height:.18667rem;font-weight:400;white-space:nowrap;-webkit-box-pack:center;justify-content:center}.claimInfo .topProgress .selectedIcon{width:.21333rem;height:.21333rem}.claimInfo .topProgress .am-steps-icon{display:-webkit-box!important;display:flex!important;-webkit-box-align:center!important;align-items:center!important}.claimInfo .topProgress .progressBall{width:.21333rem;height:.34667rem;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center}.claimInfo .topProgress .progressBall .progressBallContent{width:.12rem;height:.12rem;border-radius:.12rem;background:#c5cad5}.claimInfo .topProgress .progressBall .progressBallContent.act{width:.21333rem;height:.21333rem;border-radius:.21333rem;background:var(--theme-active-btn-bgc);display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center}.claimInfo .topProgress .progressBall .progressBallContent.act .selectedIcon{width:.13333rem;height:.1rem}.claimInfo .invite-item{padding:1px .21333rem .26667rem;background-color:#fff;margin-bottom:.13333rem;border-radius:.13333rem}.claimInfo .invite-item.noPaddingBt{padding-bottom:0!important}.claimInfo .invite-item .companyTitle{margin-top:.10667rem;margin-bottom:.13333rem}.claimInfo .invite-item .otherCompany-item-text{height:auto}.claimInfo .invite-item .otherCompany-item-text .am-list-line{margin-bottom:.21333rem;border-radius:.10667rem;background-color:#f9f9f9;padding-right:.10667rem!important}.claimInfo .invite-item .otherCompany-item-text .am-list-line input{padding:0 .26667rem;line-height:.6rem;text-align:left!important}.claimInfo .invite-item .titleContent{display:-webkit-box;display:flex}.claimInfo .invite-item .smallTitle{font-size:.16rem;font-family:PingFangSC-Semibold,PingFang SC;font-weight:600;font-weight:700;color:#666;margin-top:.04rem}.claimInfo .invite-item .canEdit,.claimInfo .invite-item .canEdit .am-list-extra,.claimInfo .invite-item .canEdit input{color:#333!important}.claimInfo .invite-item .applyMount .am-input-control .fake-input-container .fake-input-placeholder{font-size:.18667rem}.claimInfo .invite-item .disabled,.claimInfo .invite-item .disabled .am-list-extra,.claimInfo .invite-item .disabled input{color:#999!important}.claimInfo .invite-item .rightIcon{width:.33333rem!important;height:.53333rem!important;color:#c7c7c7!important}.claimInfo .invite-item .item-text:last-of-type{border-bottom:none;margin-bottom:-.2rem}.claimInfo .invite-item .am-list-item:last-of-type .am-list-line{border-bottom:none}.claimInfo .invite-item>div:last-of-type .am-list-item{margin-bottom:-.2rem}.claimInfo .invite-item>div:last-of-type .am-list-item .am-list-line{border-bottom:none}.claimInfo .invite-item>div:last-of-type .date-item,.claimInfo .invite-item>div:last-of-type .item-text{border-bottom:none;margin-bottom:-.2rem}.claimInfo .invite-item .title{display:-webkit-box;display:flex;margin-top:.26667rem;margin-bottom:.16rem;-webkit-box-align:center;align-items:center;position:relative;font-size:.22667rem;font-weight:700}.claimInfo .invite-item .title:before{width:.06667rem;height:.25333rem;background:var(--theme-active-btn-bgc);border-radius:.07667rem;content:"";margin-right:.07333rem}.claimInfo .invite-item .title .subTitle{font-weight:400;font-size:.16rem;color:#666}.claimInfo .invite-item .title .deleteContent{position:absolute;right:0;padding:.05333rem .12rem;border:.5px solid #ff6868;border-radius:.19333rem;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;font-family:PingFangSC-Regular;font-size:.16rem;color:#ff6868;letter-spacing:.29px;font-weight:400}.claimInfo .invite-item .title .deleteContent .delIcon{width:.15333rem;height:.17333rem;margin-right:.02667rem}.claimInfo .invite-item i{font-family:PingFangSC-Regular;font-size:.18667rem;color:#ff3f19;letter-spacing:.34px;line-height:.26667rem;font-weight:400;margin-right:.02667rem}.claimInfo .invite-item .item-text{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;font-size:.2rem;line-height:.26667rem;padding:.06667rem 0;-webkit-box-pack:justify;justify-content:space-between;border-bottom:.5px solid rgba(211,214,218,.6);font-weight:400}.claimInfo .invite-item .item-text .key{color:#333;white-space:nowrap}.claimInfo .invite-item .item-text .value{min-height:.58667rem;color:#999;font-weight:400;overflow:hidden;text-overflow:ellipsis;flex-basis:auto!important;margin-left:.13333rem;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center}.claimInfo .invite-item .item-text .value.black{color:#222}.claimInfo .invite-item .item-text .canEdit{color:#333}.claimInfo .invite-item .item-text .active{color:var(--theme-text-color);background-color:var(--theme-des-bgc);border:1px solid var(--theme-active-border-color);padding:0 .22667rem;border-radius:.4rem}.claimInfo .invite-item .declareBJ{font-size:.2rem;padding:.13333rem 0}.claimInfo .invite-item .declareBJ .declare_top{display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between;-webkit-box-align:center;align-items:center;height:.28rem}.claimInfo .invite-item .declareBJ .declare_top .declare_num{display:-webkit-box;display:flex;-webkit-box-pack:end;justify-content:flex-end;-webkit-box-align:center;align-items:center;color:#ccc}.claimInfo .invite-item .declareBJ .city-item-text{margin-top:.13333rem;background:#f7f7f7;border-radius:.05333rem;font-size:.21333rem;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#ccc;line-height:.26667rem;padding:.16rem}.claimInfo .invite-item .declare{margin-top:.26667rem}.claimInfo .invite-item .declare .declare_top{display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between;-webkit-box-align:center;align-items:center;height:.28rem}.claimInfo .invite-item .declare .declare_top .declare_num{display:-webkit-box;display:flex;-webkit-box-pack:end;justify-content:flex-end;-webkit-box-align:center;align-items:center;color:#ccc}.claimInfo .invite-item .declare .city-item-text{margin-top:.13333rem;background:#f7f7f7;border-radius:.05333rem;font-size:.18667rem;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#ccc;line-height:.26667rem;padding:.16rem}.claimInfo .invite-item .blank .am-list-extra{color:#333}.claimInfo .invite-item .noblank .am-list-arrow{display:none}.claimInfo .invite-item .address-item{padding-bottom:.13333rem;padding-top:.16rem}.claimInfo .invite-item .address-item .value{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center}.claimInfo .invite-item .address-item .value.canEdit:after{display:block;width:.2rem;height:.2rem;margin-left:.10667rem;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='26' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 0L0 2l11.5 11L0 24l2 2 14-13z' fill='%23C7C7CC' fill-rule='evenodd'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;background-position:50% 50%;visibility:visible;content:""}.claimInfo .invite-item .address-item .city-item-text{margin-top:.26667rem}.claimInfo .invite-item .address-item .city-item-text .am-list-line{border-radius:.10667rem}.claimInfo .invite-item .address-item .city-item-text .am-list-line input{padding:0 .26667rem;line-height:.6rem;background-color:#f9f9f9;text-align:left!important}.claimInfo .invite-item .address-item .city-item-text .am-textarea-control{padding:.10667rem .26667rem}.claimInfo .invite-item .address-item .city-item-text .am-textarea-control textarea{line-height:.33333rem;background-color:#f9f9f9;text-align:left!important;padding:0 0 0 .10667rem;font-size:.2rem}.claimInfo .invite-item .am-list-item{padding-left:0}.claimInfo .invite-item .am-list-item .am-list-line{border-bottom:.5px solid rgba(211,214,218,.6);height:-webkit-fit-content;height:fit-content;padding:.03333rem 0}.claimInfo .invite-item .am-list-item .am-list-line .am-input-label,.claimInfo .invite-item .am-list-item .am-list-line .am-list-content,.claimInfo .invite-item .am-list-item .am-list-line .am-list-extra{font-size:.2rem!important;padding:0!important;line-height:.58667rem!important;color:#333;overflow:visible;font-weight:400}.claimInfo .invite-item .am-list-item .am-list-line .am-input-label{width:-webkit-fit-content!important;width:fit-content!important;font-weight:400}.claimInfo .invite-item .am-list-item .am-list-line .am-list-extra{color:#999;font-weight:400;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex-basis:auto!important;margin-left:.13333rem}.claimInfo .invite-item .am-list-item .am-list-line input{text-align:right;font-size:.2rem;font-weight:400;color:#999}.claimInfo .invite-item .am-list-item .am-list-line input::-webkit-input-placeholder{color:#999}.claimInfo .invite-item .am-list-item .am-list-line input:disabled{color:#999!important}.claimInfo .invite-item .am-list-item .am-list-line .am-input-clear{margin-left:.06667rem}.claimInfo .invite-item .item-popselect .value{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center}.claimInfo .invite-item .item-popselect .value.canEdit:after{display:block;width:.2rem;height:.2rem;margin-left:.10667rem;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='26' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 0L0 2l11.5 11L0 24l2 2 14-13z' fill='%23C7C7CC' fill-rule='evenodd'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;background-position:50% 50%;visibility:visible;content:""}.claimInfo .invite-item .item-popselect .value.validity{font-size:.18667rem}.claimInfo .invite-item .fill{border-radius:.13333rem;font-size:.18667rem;line-height:.26667rem;background-color:#fff;padding:0;border-radius:0}.claimInfo .invite-item .fill.fill-bor{padding-bottom:.13333rem!important;border-bottom:.5px solid rgba(211,214,218,.6)}.claimInfo .invite-item .agentCompany{margin-top:.08rem}.claimInfo .invite-item .item-tip-content{border-radius:.10667rem;overflow:hidden;border:1px solid #ffdac7}.claimInfo .invite-item .item-tip-content .topContent{padding:.17333rem .16rem;background:#fffaf6;font-size:.17333rem;font-family:PingFangSC-Semibold,PingFang SC;font-weight:600;font-weight:700;color:#222;font-weight:400}.claimInfo .invite-item .item-tip-content .topContent .desc{font-family:PingFangSC-Regular,PingFang SC}.claimInfo .invite-item .item-tip{background:#fff;padding:.16rem;font-family:PingFangSC-Regular;font-size:.16rem;color:#999;letter-spacing:0;text-align:justify;line-height:.24rem;font-weight:400}.claimInfo .invite-item .item-tip .highLight{color:#fa6400}.claimInfo .invite-item .item-tip .bold{font-family:PingFangSC-Semibold;font-weight:600;font-weight:700}.claimInfo .invite-item .date-item{display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between;border-bottom:.5px solid rgba(211,214,218,.6);line-height:.58667rem;font-weight:400;font-size:.2rem;color:#333}.claimInfo .invite-item .date-item .ddd{font-size:.2rem;text-align:right;-webkit-box-flex:1;flex:1 1;color:#999;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:end;justify-content:flex-end}.claimInfo .invite-item .date-item .list-arrow{display:block;width:.2rem;height:.2rem;margin-left:.10667rem;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='26' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 0L0 2l11.5 11L0 24l2 2 14-13z' fill='%23C7C7CC' fill-rule='evenodd'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;background-position:50% 50%;visibility:visible}.claimInfo .invite-item .date-item .disabled{color:#999}.claimInfo .invite-item .options{display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between}.claimInfo .invite-item .options .option{width:45%;padding:.13333rem 0;text-align:center;background-color:#f7f7f7;border-radius:.4rem;font-size:.18667rem;font-weight:600;font-weight:700;box-sizing:border-box}.claimInfo .invite-item .options .active{background-color:#fdf3e4;color:#fa6400;border:1px solid #fcc8a0}.claimInfo .invite-item .selector{display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between}.claimInfo .invite-item .selector .value{display:-webkit-box;display:flex;-webkit-box-flex:1;flex:1 1;-webkit-box-pack:end;justify-content:flex-end}.claimInfo .invite-item .selector .option{width:-webkit-fit-content;width:fit-content;height:.4rem;padding:0 .22667rem;text-align:center;background-color:#f7f7f7;border-radius:.4rem;font-size:.18667rem;font-weight:600;font-weight:700;margin-left:.13333rem}.claimInfo .invite-item .selector .active{color:#4387fd;background-color:#e2efff;border:1px solid #b4cfff;padding:0 .22667rem;border-radius:.4rem}.claimInfo .invite-item .selector .disabled{color:#999!important}.claimInfo .invite-item .flex{display:-webkit-box;display:flex}.claimInfo .invite-item .relation{display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;background:#f1f5ff;border-radius:.02667rem;font-family:PingFangSC-Regular;font-size:.16rem;color:#6b97f5;font-weight:400;margin-left:.08rem;padding:0 .09333rem}.claimInfo .invite-item .relation.adult{background:#0082ff;font-size:.16rem}.claimInfo .invite-item .relation.adult,.claimInfo .invite-item .relation.noAdult{font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#fff;line-height:.22667rem}.claimInfo .invite-item .relation.noAdult{background:#ffba4a}.claimInfo .invite-item .blue{color:#6b97f5;background:#f1f5ff}.claimInfo .invite-item .orange{color:#ff893a;background:#fff2ea}.claimInfo .invite-item .yellow{color:#f7b500;background:#fff7e1}.claimInfo .invite-item .active .am-list-extra{line-height:.41333rem!important;width:-webkit-fit-content;width:fit-content;color:#4387fd;background-color:#e2efff;border:1px solid #b4cfff;padding:0 .22667rem!important;border-radius:.4rem;flex-basis:0%;flex-shrink:0}.claimInfo .invite-item .active .am-list-arrow{display:none}.claimInfo .invite-item .item-radio{display:-webkit-box;display:flex}.claimInfo .invite-item .item-radio.long{display:inherit}.claimInfo .invite-item .item-radio .radio-list{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:end;justify-content:flex-end;margin:.10667rem 0}.claimInfo .invite-item .item-radio .radio-list .radio-item{width:.93333rem;height:.41333rem;background:#fafafa;border-radius:.2rem;border:1px solid #fafafa;margin-left:.13333rem;text-align:center;position:relative;color:#333;font-size:.18667rem;line-height:.41333rem;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center}.claimInfo .invite-item .item-radio .radio-list .radio-item.small{width:.84rem}.claimInfo .invite-item .item-radio .radio-list .radio-item .am-radio{width:0}.claimInfo .invite-item .item-radio .radio-list .radio-item .am-radio-inner{display:none}.claimInfo .invite-item .item-radio .radio-list .radio-item.active{padding:.06667rem 0!important;width:1.02667rem;box-sizing:border-box;background:var(--theme-des-bgc);border:1px solid var(--theme-active-border-color);color:var(--theme-text-color)}.claimInfo .invite-item .item-radio .radio-list.long{width:100%;display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between}.claimInfo .invite-item .item-radio .radio-list.long .radio-item{margin:0;width:2.06667rem}.claimInfo .invite-item .item-checkbox,.claimInfo .invite-item .item-checkbox .checkbox-list{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center}.claimInfo .invite-item .item-checkbox .checkbox-list{margin-top:-.21333rem}.claimInfo .invite-item .item-checkbox .checkbox-list .check-item{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;min-height:auto}.claimInfo .invite-item .item-checkbox .checkbox-list .check-item .am-list-thumb{margin-right:0;margin-left:.4rem;line-height:.26667rem}.claimInfo .invite-item .item-checkbox .checkbox-list .check-item .am-list-line{margin-left:.13333rem;align-self:auto}.claimInfo .invite-item .item-checkbox .checkbox-list .check-item .am-list-line .am-list-content{font-size:.18667rem!important;color:#333;line-height:.26667rem!important}.claimInfo .invite-item .item-checkbox .checkbox-list .check-item .am-list-line:after{background-color:transparent}.claimInfo .invite-item .item-checkbox .checkbox-list .check-item .am-checkbox{width:.17333rem;height:.17333rem;display:block}.claimInfo .invite-item .item-checkbox .checkbox-list .check-item .am-checkbox .am-checkbox-inner{border:1px solid #979797;width:.17333rem;height:.17333rem;border-radius:.02667rem}.claimInfo .invite-item .item-checkbox .checkbox-list .check-item .am-checkbox .am-checkbox-inner:after{width:.04rem;height:.10667rem;top:-1px;right:.04rem;border-width:0 .02667rem .02667rem 0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.claimInfo .invite-item .item-checkbox .checkbox-list .check-item .am-checkbox.am-checkbox-checked .am-checkbox-inner{border:1px solid var(--theme-active-border-color)}.claimInfo .invite-item .item-checkbox .checkbox-list .check-item.am-list-item-active{background:none}.claimInfo .invite-item .am-list-content{font-family:PingFangSC-Regular!important;font-size:.18667rem!important;color:#222!important;letter-spacing:.34px!important;line-height:.26667rem!important;font-weight:400!important}.claimInfo .invite-item .am-list-item{min-height:.66667rem}.claimInfo .invite-item .am-list-line{height:.66667rem}.claimInfo .invite-item .am-list-line .am-list-arrow{margin-right:.04rem!important}.claimInfo .invite-item .am-list-line .am-icon-down{margin-left:.14667rem}.claimInfo .invite-item .payeeInfo{width:100%;padding:.26667rem .2rem;background:#f7f7f7;border-radius:.13333rem;position:relative}.claimInfo .invite-item .payeeInfo.static{margin-top:.24rem}.claimInfo .invite-item .payeeInfo.dynamic{padding-bottom:.88rem}.claimInfo .invite-item .payeeInfo .payeeInfoContent{display:-webkit-box;display:flex;-webkit-box-align:baseline;align-items:baseline;margin-bottom:.10667rem}.claimInfo .invite-item .payeeInfo .payeeInfoContent .option{width:1.13333rem;font-size:.18667rem;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#222;line-height:.26667rem;flex-shrink:0}.claimInfo .invite-item .payeeInfo .payeeInfoContent .desc{font-size:.18667rem;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#666;line-height:.26667rem;word-break:break-word}.claimInfo .invite-item .payeeInfo .payeeInfoContent:last-of-type{margin-bottom:0}.claimInfo .invite-item .payeeInfo .editContent{width:100%;height:.57333rem;position:absolute;left:0;bottom:0;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;font-size:.2rem;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#6da3ff;line-height:.28rem;border-top:1px solid #e5e5e5}.claimInfo .invite-item .payeeList{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;margin-top:.13333rem}.claimInfo .invite-item .payeeList .payeeListContent .adm-scroll-mask-right{width:1.06667rem}.claimInfo .invite-item .payeeList .payeeListContent .adm-capsule-tabs-tab-wrapper{-webkit-box-flex:initial;flex:initial}.claimInfo .invite-item .payeeList .payeeListContent .adm-capsule-tabs-tab-wrapper:first-of-type{padding-left:0}.claimInfo .invite-item .payeeList .payeeListContent .adm-capsule-tabs-header{border-bottom:none;padding-left:0;padding-top:1 .06667rem;padding-bottom:.2rem}.claimInfo .invite-item .payeeList .payeeListContent .adm-capsule-tabs-tab{padding:.06667rem .16rem;background:#f9f9f9;border-radius:.08rem;font-size:.18667rem;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#666;line-height:.26667rem}.claimInfo .invite-item .payeeList .payeeListContent .adm-capsule-tabs-tab.adm-capsule-tabs-tab-active{color:var(--theme-text-color);background-color:var(--theme-des-bgc);border:1px solid var(--theme-active-border-color)}.claimInfo .invite-item .payeeList .addContent{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;flex-shrink:0}.claimInfo .invite-item .payeeList .addContent .bar{width:1px;height:.26667rem;background:#e5e5e5;margin-right:.13333rem}.claimInfo .invite-item .payeeList .addBtn{max-width:.69333rem;padding:.07333rem .14667rem;background:#f9f9f9;border-radius:.08rem;font-size:.16rem;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#666;line-height:.22667rem;margin:0;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:baseline;align-items:baseline;white-space:nowrap}.claimInfo .invite-item .payeeList .addBtn .blue{color:#4387fd;font-size:.24rem;margin-right:.04rem}.claimInfo .invite-item .nullPayeeList{width:100%;height:2.08rem;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-align:center;align-items:center;background:#f7f7f7;border-radius:.13333rem;margin-top:.24rem;padding-top:.26667rem}.claimInfo .invite-item .nullPayeeList .nullPayeeListIcon{width:1.06667rem;height:1.12rem}.claimInfo .invite-item .nullPayeeList .nullPayeeListBtn{padding:.09333rem .56rem;border-radius:.22667rem;border:1px solid var(--theme-active-border-color);font-size:.18667rem;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:var(--theme-text-color);line-height:.26667rem;margin-top:.10667rem}.claimInfo .add-btn-box{position:fixed;z-index:101;left:0;bottom:0;width:100%;background-color:#fff;padding:.2rem;box-shadow:0 -.02667rem .09333rem 0 hsla(0,0%,82.7%,.38)}.claimInfo .add-btn-box .btn{height:.66667rem;-webkit-box-pack:center;justify-content:center;font-size:.2rem;color:#fff;letter-spacing:0;text-align:center;background:var(--theme-text-color);border-radius:.33333rem}.claimInfo .add-btn-box .btn,.claimInfo .addBtn{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;font-family:PingFangSC-Regular;font-weight:400}.claimInfo .addBtn{width:100%;padding-right:.26667rem;margin:.10667rem 0 .32rem;-webkit-box-pack:end;justify-content:flex-end;font-size:.18667rem;color:var(--theme-text-color);letter-spacing:.34px}.claimInfo .addBtn .big{font-size:.24rem;margin-top:-.02667rem;margin-right:.04rem}.claimInfo .proportionInput .fake-input{width:.97333rem!important;height:.36rem!important;background:#f9f9f9;border-radius:.05333rem!important;font-family:PingFangSC-Regular!important;font-size:.18667rem!important;color:#333!important;letter-spacing:.34px!important;text-align:right;font-weight:400!important;right:0!important;left:inherit!important;padding-right:.26667rem!important}.claimInfo .proportionInput .am-input-control{display:-webkit-box;display:flex;-webkit-box-pack:end;justify-content:flex-end}.claimInfo .proportionInput .fake-input-container:after{content:"%";height:80%;display:block!important;position:relative;text-align:right;font-family:PingFangSC-Regular;font-size:.18667rem;color:#ccc;letter-spacing:.34px;font-weight:400;padding-right:.08rem!important;z-index:2}.claimInfo .proportionInput .fake-input.focus:after{right:.28667rem!important}.claimInfo .checkInfoTip{font-weight:400;font-size:.18667rem;color:#fa6400;line-height:.56rem;text-align:left;font-style:normal}.bank-modal .bank_list .bank_search{padding:.24rem .2rem}.eddPayeePopup{max-height:85vh;z-index:102!important}.eddPayeePopup .eddPayeePopupContent{max-height:70vh}.claimInfoContent .invite-item .claim-result{-webkit-box-align:center;align-items:center;height:.26667rem;font-size:.18667rem;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#222;line-height:.26667rem;margin-bottom:.08rem}.claimInfoContent .invite-item .claim-result .tipColor{color:#fa6400}.claimInfoContent .invite-item .hideMoreTraceNo{background-color:#f7f7f7;padding:.13333rem}.claimInfoContent .invite-item .hideMoreTraceNo .claim-result{margin-bottom:0;display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between}.claimInfoContent .invite-item .hideMoreTraceNo .claim-result .fill{background-color:#f7f7f7;font-weight:700;font-size:500}.claimInfoContent .invite-item .hideMoreTraceNo .claim-result .right-text{display:-webkit-box;display:flex}.claimInfoContent .invite-item .hideMoreTraceNo .claim-result .right-text .traceNoIcon{max-width:2rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex-basis:auto!important}.claimInfoContent .invite-item .hideMoreTraceNo .claim-result .right-text .fill-right .text{margin:0 .08rem 0 .21333rem}.claimInfoContent .invite-item .showMoreTraceNo{padding:.13333rem;background-color:#f7f7f7;position:relative;border-radius:.08rem}.claimInfoContent .invite-item .showMoreTraceNo .fill-content{height:auto;max-height:2.66667rem;overflow:scroll;display:inline-block}.claimInfoContent .invite-item .showMoreTraceNo .fill-content .bold{font-weight:700;font-size:500;display:inline-block;padding:.08rem;box-sizing:border-box}.claimInfoContent .invite-item .showMoreTraceNo .fill-content .normal{font-weight:400;font-size:400;min-height:.66667rem;max-height:2.26667rem;overflow:scroll;word-break:break-all}.claimInfoContent .invite-item .showMoreTraceNo .fill-content .normal .gap{height:.48rem}.claimInfoContent .invite-item .showMoreTraceNo .fill-bot{border-radius:.08rem;height:.48rem;background-color:#f7f7f7;padding:.13333rem;text-align:center;position:absolute;bottom:0;left:0;right:0;z-index:9}.claimInfoContent .invite-item .showMoreTraceNo .fill-bot .upOutlineIcon{margin-left:.08rem}.claimInfoContent .invite-item .claim-duty{margin-top:.13333rem}.claimInfoContent .invite-item .claim-duty .adm-swiper-slide{width:3.72rem}.claimInfoContent .invite-item .claim-duty .adm-swiper-slide .duty-swiper-item{width:3.61333rem;background:#fff;border-radius:.13333rem;border:1px solid #e5e5e5}.claimInfoContent .invite-item .claim-duty .adm-swiper-slide .duty-swiper-item .duty-top{padding:.16rem .10667rem .16rem .16rem;box-sizing:border-box;border-bottom:1px solid #e5e5e5;display:-webkit-box;display:flex;-webkit-box-pack:start;justify-content:flex-start;-webkit-box-align:center;align-items:center;min-height:.89333rem}.claimInfoContent .invite-item .claim-duty .adm-swiper-slide .duty-swiper-item .duty-top .duty-top-content{display:-webkit-box;display:flex;-webkit-box-align:start;align-items:flex-start}.claimInfoContent .invite-item .claim-duty .adm-swiper-slide .duty-swiper-item .duty-top .duty-title{display:-webkit-box;display:flex;flex-wrap:wrap;width:2.4rem;font-size:.18667rem;font-family:PingFangSC-Semibold,PingFang SC;font-weight:600;font-weight:700;color:#222;line-height:.28rem}.claimInfoContent .invite-item .claim-duty .adm-swiper-slide .duty-swiper-item .duty-top .duty-more{height:.22667rem;font-size:.16rem;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#666;line-height:.22667rem;display:-webkit-box;display:flex;-webkit-box-pack:end;justify-content:flex-end;-webkit-box-align:center;align-items:center;margin-top:.02667rem}.claimInfoContent .invite-item .claim-duty .adm-swiper-slide .duty-swiper-item .duty-bot{padding:.16rem .06667rem .16rem .16rem;box-sizing:border-box}.claimInfoContent .invite-item .claim-duty .adm-swiper-slide .duty-swiper-item .duty-bot .item{display:-webkit-box;display:flex;-webkit-box-pack:start;justify-content:flex-start;-webkit-box-align:center;align-items:center;height:.26667rem;font-size:.18667rem;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#999;line-height:.26667rem;margin-bottom:.04rem}.editPayeeTypeIcon{width:.13333rem}.am-carousel{position:relative}.am-carousel-wrap{font-size:.24rem;color:#000;background:none;text-align:center;zoom:1;width:100%}.am-carousel-wrap-dot{display:inline-block;zoom:1}.am-carousel-wrap-dot>span{display:block;width:.10667rem;height:.10667rem;margin:0 .04rem;border-radius:50%;background:#ccc}.am-carousel-wrap-dot-active>span{background:#888}.modal-mask{z-index:101;height:100%;width:100%;position:fixed;top:0;left:0;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-pack:center;justify-content:center;-webkit-box-align:end;align-items:flex-end;padding:.53333rem;background-color:rgba(0,0,0,.6)}.modal-mask.imgsView .modal-close-btn{width:.29333rem;height:.29333rem;position:absolute;top:-.66667rem;right:0}.modal-mask .modal-close-btn{width:.29333rem;height:.29333rem;margin-bottom:.26667rem}.modal-mask .modal-content{position:relative;min-height:2rem;background-color:#fff;border-radius:.10667rem;padding:0 .22667rem .24rem;width:100%;max-height:80%;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.modal-mask .modal-content.padding{padding-top:.66667rem}.modal-mask .modal-content .textes{overflow:scroll;-webkit-box-flex:1;flex:1 1}.modal-mask .modal-content .modal-top-img{width:calc(100% + .45333rem);margin-bottom:-1.06667rem;position:relative;z-index:1;top:0;left:-.22667rem;height:1.81333rem}.modal-mask .modal-content .tip_bg{width:100%;height:1.52rem;position:absolute;z-index:0;background:-webkit-linear-gradient(top,var(--theme-text-color),#fff);background:linear-gradient(180deg,var(--theme-text-color),#fff);opacity:.27;background-size:100%;top:0;left:0;border-radius:.13333rem}.modal-mask .modal-content .tip_bell{width:.78667rem;height:.88rem;position:absolute;top:.09333rem;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.modal-mask .modal-content .modal-title{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;position:relative;z-index:1;margin:.26667rem 0 0}.modal-mask .modal-content .modal-title .tip_left{width:.41333rem;height:.19333rem;background-size:100% 100%;background-image:url(https://static1.webao99.com/newclaim/img/tip_left_8c9f5b46.png),var(--theme-active-btn-bgc)}.modal-mask .modal-content .modal-title .tip_right{width:.41333rem;height:.19333rem;background-size:100% 100%;background-image:url(https://static1.webao99.com/newclaim/img/tip_right_ff86753b.png),var(--theme-active-btn-bgc)}.modal-mask .modal-content .modal-title .text{font-size:.25333rem;font-weight:700;color:#333;line-height:.36rem;margin-left:.08rem;margin-right:.08rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.modal-mask .modal-content .duan .modal-content-hang{font-size:.18667rem;line-height:.29333rem;color:#333;text-align:left;position:relative;z-index:1;display:-webkit-box;display:flex}.modal-mask .modal-content .duan .modal-content-hang.first{margin-top:.24rem;margin-bottom:.18667rem}.modal-mask .modal-content .modal-content-text{margin-top:.21333rem;font-size:.18667rem;line-height:.29333rem;color:#40577e;text-align:left;position:relative;z-index:1;display:-webkit-box;display:flex;white-space:pre-line}.modal-mask .modal-content .modal-content-text.center{display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center}.modal-mask .modal-content .modal-content-text img{width:.16rem;height:.09333rem;-webkit-transform:translateY(.09333rem);transform:translateY(.09333rem);margin-right:.09333rem}.modal-mask .modal-content input{margin-top:.18667rem;color:#40577e;background-color:#fafafa;width:100%;line-height:.41333rem;text-indent:.13333rem;z-index:2;min-height:.4rem}.modal-mask .modal-content .modal-btn{margin:.26667rem auto 0;width:3.29333rem;height:.52rem;text-align:center;font-size:.18667rem;line-height:.26667rem;border-radius:.10667rem;font-weight:600;font-weight:700;color:#fff;background:var(--theme-active-btn-bgc);border-radius:.25333rem;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center}.modal-mask .modal-content .modal-btns{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;margin-top:.24rem}.modal-mask .modal-content .modal-btns div{-webkit-box-flex:1;flex:1 1;margin-left:.08rem;margin-right:.08rem;padding:.13333rem 0;text-align:center;border-radius:.10667rem;font-size:.18667rem;line-height:.26667rem}.modal-mask .modal-content .modal-btns div.modal-btn-cancel{border:1px solid var(--theme-active-border-color);border-radius:.25333rem;color:var(--theme-text-color)}.modal-mask .modal-content .modal-btns div.modal-btn-ok{color:#fff;background:var(--theme-active-btn-bgc);border-radius:.25333rem}.modal-mask .modal-content .am-carousel{margin-top:.26667rem;margin-bottom:.26667rem}.modal-mask .modal-content .am-carousel,.modal-mask .modal-content .am-carousel .slider-frame,.modal-mask .modal-content .am-carousel .slider-frame .slider-list,.modal-mask .modal-content .am-carousel .slider-frame .slider-list .slider-slide{height:4rem!important;width:100%!important}.modal-mask .modal-content .am-carousel .slider-frame .slider-list .car-img{height:4rem!important}.modal-mask .modal-content .am-carousel .slider-decorator-0{bottom:-.33333rem!important}.modal-mask .modal-content .am-carousel .am-carousel-wrap-dot span{-webkit-transform:translateY(0)!important;transform:translateY(0)!important}.modal-mask .modal-content.imgView{padding:0;background:none}.modal-mask .modal-content.imgView .slider{margin:0}.modal-mask.modal-mask-text{padding:0;-webkit-box-pack:end;justify-content:flex-end}.modal-mask.modal-mask-text .modal-content{border-radius:.10667rem .10667rem 0 0}.modal-mask.modal-mask-preview{padding:0}.modal-mask.modal-mask-preview .preview-content{width:100%}.modal-mask.modal-mask-preview .preview-content .title{color:#fff;text-align:center}.modal-mask.modal-mask-preview .preview-content img{margin-top:.06667rem;width:100%;max-height:5.33333rem}.modal-mask .preview-content{position:relative}.submitting{position:fixed;width:100%;height:100%;top:0;left:0;-webkit-box-pack:center;justify-content:center;background-color:hsla(0,0%,100%,.3);z-index:200}.search_wrap,.submitting{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center}.search_wrap{-webkit-box-pack:justify;justify-content:space-between}.search_wrap .dis-search{width:.8rem;color:#666;font-size:.21333rem}.search_wrap .ok-search{color:#222;font-size:.21333rem;width:.8rem}.search_wrap .adm-search-bar{width:100%}.search_wrap .adm-search-bar .adm-search-bar-input-box{background:#f8f8f8!important}.search_wrap .adm-search-bar .adm-search-bar-input-box .adm-input .adm-input-clear{display:block!important}.search_wrap .adm-search-bar-active .adm-search-bar-input-box{--border:transparent!important;border:1px solid transparent!important;--border:1px solid transparent!important}.search_wrap button{width:.53333rem;margin-left:.13333rem}.addPayee{background-color:#f7f7f7}.addPayee.isModel{background-color:#fff}.addPayee .addPayeeContent{width:100%;padding:.13333rem .16rem 1.33333rem}.addPayee .topProgress{width:100%;background-color:#fff;overflow:auto}.addPayee .topProgress .adm-step-icon-container{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center}.addPayee .topProgress .adm-step-status-finish .adm-step-content,.addPayee .topProgress .adm-step-status-process .adm-step-content{padding:0}.addPayee .topProgress .adm-step-status-finish .adm-step-content .adm-step-title,.addPayee .topProgress .adm-step-status-process .adm-step-content .adm-step-title{font-family:PingFangSC-Regular;font-size:.18667rem;color:#222;text-align:center;line-height:.18667rem;font-weight:400;-webkit-box-pack:center;justify-content:center}.addPayee .topProgress .adm-step-status-wait .adm-step-content{padding:0}.addPayee .topProgress .adm-step-status-wait .adm-step-content .adm-step-title{font-family:PingFangSC-Regular;font-size:.18667rem;color:#858b9c;text-align:center;line-height:.18667rem;font-weight:400;-webkit-box-pack:center;justify-content:center}.addPayee .topProgress .selectedIcon{width:.21333rem;height:.21333rem}.addPayee .topProgress .am-steps-icon{display:-webkit-box!important;display:flex!important;-webkit-box-align:center!important;align-items:center!important}.addPayee .topProgress .progressBall{width:.21333rem;height:.34667rem;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center}.addPayee .topProgress .progressBall .progressBallContent{width:.12rem;height:.12rem;border-radius:.12rem;background:#c5cad5}.addPayee .topProgress .progressBall .progressBallContent.act{width:.21333rem;height:.21333rem;border-radius:.21333rem;background:var(--theme-active-btn-bgc);display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center}.addPayee .topProgress .progressBall .progressBallContent.act .selectedIcon{width:.13333rem;height:.1rem}.addPayee .invite-item{padding:1px .21333rem .26667rem;background-color:#fff;margin-bottom:.13333rem;border-radius:.13333rem}.addPayee .invite-item .canEdit,.addPayee .invite-item .canEdit .am-list-extra,.addPayee .invite-item .canEdit input{color:#333!important}.addPayee .invite-item .disabled,.addPayee .invite-item .disabled .am-list-extra,.addPayee .invite-item .disabled input{color:#999!important}.addPayee .invite-item .rightIcon{width:.33333rem!important;height:.53333rem!important;color:#c7c7c7!important}.addPayee .invite-item .item-text:last-of-type{border-bottom:none;margin-bottom:-.2rem}.addPayee .invite-item>div:last-of-type .am-list-item{margin-bottom:-.2rem}.addPayee .invite-item>div:last-of-type .am-list-item .am-list-line{border-bottom:none}.addPayee .invite-item>div:last-of-type .date-item,.addPayee .invite-item>div:last-of-type .item-text{border-bottom:none;margin-bottom:-.2rem}.addPayee .invite-item .title{display:-webkit-box;display:flex;margin-top:.26667rem;margin-bottom:.16rem;-webkit-box-align:center;align-items:center;position:relative;font-size:.22667rem}.addPayee .invite-item .title:before{width:.06667rem;height:.25333rem;background:var(--theme-active-btn-bgc);border-radius:.07667rem;content:"";margin-right:.07333rem}.addPayee .invite-item .title .deleteContent{position:absolute;right:0;padding:.05333rem .12rem;border:.5px solid #ff6868;border-radius:.19333rem;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;font-family:PingFangSC-Regular;font-size:.16rem;color:#ff6868;letter-spacing:.29px;font-weight:400}.addPayee .invite-item .title .deleteContent .delIcon{width:.15333rem;height:.17333rem;margin-right:.02667rem}.addPayee .invite-item i{font-family:PingFangSC-Regular;font-size:.18667rem;color:#ff3f19;letter-spacing:.34px;line-height:.26667rem;font-weight:400;margin-right:.02667rem}.addPayee .invite-item .item-text{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;font-size:.2rem;line-height:.26667rem;padding:.06667rem 0;-webkit-box-pack:justify;justify-content:space-between;border-bottom:1px solid rgba(211,214,218,.6);font-weight:400}.addPayee .invite-item .item-text .key{color:#333;white-space:nowrap}.addPayee .invite-item .item-text .value{min-height:.58667rem;color:#999;font-weight:400;overflow:hidden;text-overflow:ellipsis;flex-basis:auto!important;margin-left:.13333rem;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center}.addPayee .invite-item .item-text .value.black{color:#222}.addPayee .invite-item .item-text .canEdit{color:#333}.addPayee .invite-item .item-text .active{color:var(--theme-text-color);background-color:var(--theme-des-bgc);border:1px solid var(--theme-active-border-color);padding:0 .22667rem;border-radius:.4rem}.addPayee .invite-item .blank .am-list-extra{color:#333}.addPayee .invite-item .noblank .am-list-arrow{display:none}.addPayee .invite-item .address-item .value{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center}.addPayee .invite-item .address-item .value.canEdit:after{display:block;width:.2rem;height:.2rem;margin-left:.10667rem;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='26' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 0L0 2l11.5 11L0 24l2 2 14-13z' fill='%23C7C7CC' fill-rule='evenodd'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;background-position:50% 50%;visibility:visible;content:""}.addPayee .invite-item .address-item .city-item-text{margin-top:.16rem;background-color:#f9f9f9;border-radius:.05333rem;padding-right:.10667rem}.addPayee .invite-item .address-item .city-item-text .am-list-item:not(:last-child) .am-list-line:after{background-color:rgba(211,214,218,.6)}.addPayee .invite-item .address-item .city-item-text .am-list-line input{padding:0 .26667rem;line-height:.6rem;background-color:#f9f9f9;text-align:left!important}.addPayee .invite-item .address-item .city-item-text .am-textarea-control{padding:.10667rem .26667rem}.addPayee .invite-item .address-item .city-item-text .am-textarea-control textarea{line-height:.33333rem;background-color:#f9f9f9;text-align:left!important;padding:0 0 0 .10667rem;font-size:.2rem}.addPayee .invite-item .am-list-item{padding-left:0}.addPayee .invite-item .am-list-item .am-list-line{border-bottom:1px solid rgba(211,214,218,.6);height:-webkit-fit-content;height:fit-content;padding:.03333rem 0}.addPayee .invite-item .am-list-item .am-list-line .am-input-label,.addPayee .invite-item .am-list-item .am-list-line .am-list-content,.addPayee .invite-item .am-list-item .am-list-line .am-list-extra{font-size:.2rem!important;padding:0!important;line-height:.58667rem!important;color:#333;overflow:visible;font-weight:400}.addPayee .invite-item .am-list-item .am-list-line .am-input-label{width:-webkit-fit-content!important;width:fit-content!important;font-weight:400}.addPayee .invite-item .am-list-item .am-list-line .am-list-extra{color:#999;font-weight:400;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex-basis:auto!important;margin-left:.13333rem}.addPayee .invite-item .am-list-item .am-list-line input{text-align:right;font-size:.2rem;font-weight:400;color:#999}.addPayee .invite-item .am-list-item .am-list-line input::-webkit-input-placeholder{color:#999}.addPayee .invite-item .am-list-item .am-list-line input:disabled{color:#999!important}.addPayee .invite-item .am-list-item .am-list-line .am-input-clear{margin-left:.06667rem}.addPayee .invite-item .item-popselect .value{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center}.addPayee .invite-item .item-popselect .value.canEdit:after{display:block;width:.2rem;height:.2rem;margin-left:.10667rem;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='26' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 0L0 2l11.5 11L0 24l2 2 14-13z' fill='%23C7C7CC' fill-rule='evenodd'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;background-position:50% 50%;visibility:visible;content:""}.addPayee .invite-item .item-popselect .value.validity{font-size:.18667rem}.addPayee .invite-item .fill{border-radius:.13333rem;font-size:.18667rem;line-height:.26667rem;background-color:#fff;padding:0;border-radius:0}.addPayee .invite-item .fill.fill-bor{padding-bottom:.13333rem!important;border-bottom:.5px solid rgba(211,214,218,.6)}.addPayee .invite-item .item-tip{background:#f7f7f7;border-radius:.10667rem;padding:.16rem .17333rem;font-family:PingFangSC-Regular;font-size:.17333rem;color:#666;letter-spacing:0;text-align:justify;line-height:.24667rem;font-weight:400;margin-top:.04rem;margin-bottom:.04rem}.addPayee .invite-item .item-tip .highLight{color:#fa6400}.addPayee .invite-item .item-tip .bold{font-family:PingFangSC-Semibold;font-weight:600;font-weight:700}.addPayee .invite-item .date-item{display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between;border-bottom:.5px solid rgba(211,214,218,.6);line-height:.58667rem;font-weight:400;font-size:.2rem;color:#333}.addPayee .invite-item .date-item .ddd{font-size:.2rem;text-align:right;-webkit-box-flex:1;flex:1 1;color:#999;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:end;justify-content:flex-end}.addPayee .invite-item .date-item .list-arrow{display:block;width:.2rem;height:.2rem;margin-left:.10667rem;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='26' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 0L0 2l11.5 11L0 24l2 2 14-13z' fill='%23C7C7CC' fill-rule='evenodd'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;background-position:50% 50%;visibility:visible}.addPayee .invite-item .date-item .disabled{color:#999}.addPayee .invite-item .options{display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between}.addPayee .invite-item .options .option{width:45%;padding:.13333rem 0;text-align:center;background-color:#f7f7f7;border-radius:.4rem;font-size:.18667rem;font-weight:600;font-weight:700;box-sizing:border-box}.addPayee .invite-item .options .active{background-color:#fdf3e4;color:#fa6400;border:1px solid #fcc8a0}.addPayee .invite-item .selector{display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between}.addPayee .invite-item .selector .value{display:-webkit-box;display:flex;-webkit-box-flex:1;flex:1 1;-webkit-box-pack:end;justify-content:flex-end}.addPayee .invite-item .selector .option{width:-webkit-fit-content;width:fit-content;height:.4rem;padding:0 .22667rem;text-align:center;background-color:#f7f7f7;border-radius:.4rem;font-size:.18667rem;font-weight:600;font-weight:700;margin-left:.13333rem}.addPayee .invite-item .selector .active{color:#4387fd;background-color:#e2efff;border:1px solid #b4cfff;padding:0 .22667rem;border-radius:.4rem}.addPayee .invite-item .selector .disabled{color:#999!important}.addPayee .invite-item .flex{display:-webkit-box;display:flex}.addPayee .invite-item .relation{display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;background:#f1f5ff;border-radius:.02667rem;font-family:PingFangSC-Regular;font-size:.16rem;color:#6b97f5;font-weight:400;margin-left:.08rem;padding:0 .09333rem}.addPayee .invite-item .active .am-list-extra{line-height:.41333rem!important;width:-webkit-fit-content;width:fit-content;color:#4387fd;background-color:#e2efff;border:1px solid #b4cfff;padding:0 .22667rem!important;border-radius:.4rem;flex-basis:0%;flex-shrink:0}.addPayee .invite-item .active .am-list-arrow{display:none}.addPayee .invite-item .item-radio{display:-webkit-box;display:flex}.addPayee .invite-item .item-radio.long{display:inherit}.addPayee .invite-item .item-radio .radio-list{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:end;justify-content:flex-end;margin:.10667rem 0}.addPayee .invite-item .item-radio .radio-list .radio-item{width:1.02667rem;height:.41333rem;background:#fafafa;border-radius:.2rem;border:1px solid #fafafa;margin-left:.2rem;text-align:center;position:relative;color:#333;font-size:.18667rem;line-height:.41333rem;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center}.addPayee .invite-item .item-radio .radio-list .radio-item.small{width:.84rem}.addPayee .invite-item .item-radio .radio-list .radio-item .am-radio{width:0}.addPayee .invite-item .item-radio .radio-list .radio-item .am-radio-inner{display:none}.addPayee .invite-item .item-radio .radio-list .radio-item.active{background:var(--theme-des-bgc);border:1px solid var(--theme-active-border-color);color:var(--theme-text-color)}.addPayee .invite-item .item-checkbox,.addPayee .invite-item .item-checkbox .checkbox-list{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center}.addPayee .invite-item .item-checkbox .checkbox-list{margin-top:-.21333rem}.addPayee .invite-item .item-checkbox .checkbox-list .check-item{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;min-height:auto}.addPayee .invite-item .item-checkbox .checkbox-list .check-item .am-list-thumb{margin-right:0;margin-left:.4rem;line-height:.26667rem}.addPayee .invite-item .item-checkbox .checkbox-list .check-item .am-list-line{margin-left:.13333rem;align-self:auto}.addPayee .invite-item .item-checkbox .checkbox-list .check-item .am-list-line .am-list-content{font-size:.18667rem!important;color:#333;line-height:.26667rem!important}.addPayee .invite-item .item-checkbox .checkbox-list .check-item .am-list-line:after{background-color:transparent}.addPayee .invite-item .item-checkbox .checkbox-list .check-item .am-checkbox{width:.17333rem;height:.17333rem;display:block}.addPayee .invite-item .item-checkbox .checkbox-list .check-item .am-checkbox .am-checkbox-inner{border:1px solid #979797;width:.17333rem;height:.17333rem;border-radius:.02667rem}.addPayee .invite-item .item-checkbox .checkbox-list .check-item .am-checkbox .am-checkbox-inner:after{width:.04rem;height:.10667rem;top:-1px;right:.04rem;border-width:0 .02667rem .02667rem 0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.addPayee .invite-item .item-checkbox .checkbox-list .check-item .am-checkbox.am-checkbox-checked .am-checkbox-inner{border:1px solid var(--theme-active-border-color)}.addPayee .invite-item .item-checkbox .checkbox-list .check-item.am-list-item-active{background:none}.addPayee .invite-item .am-list-content{font-family:PingFangSC-Regular!important;font-size:.18667rem!important;color:#222!important;letter-spacing:.34px!important;line-height:.26667rem!important;font-weight:400!important}.addPayee .invite-item .am-list-item{min-height:.66667rem}.addPayee .invite-item .am-list-line{height:.66667rem}.addPayee .invite-item .am-list-line .am-list-arrow{margin-right:.04rem!important}.addPayee .invite-item .am-list-line .am-icon-down{margin-left:.14667rem}.addPayee .add-btn-box{position:fixed;z-index:101;left:0;bottom:0;width:100%;background-color:#fff;padding:.2rem;box-shadow:0 -.02667rem .09333rem 0 hsla(0,0%,82.7%,.38)}.addPayee .add-btn-box .btn{height:.66667rem;-webkit-box-pack:center;justify-content:center;font-size:.2rem;color:#fff;letter-spacing:0;text-align:center;background:var(--theme-text-color);border-radius:.33333rem}.addPayee .add-btn-box .btn,.addPayee .addBtn{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;font-family:PingFangSC-Regular;font-weight:400}.addPayee .addBtn{width:100%;padding-right:.26667rem;margin-top:.10667rem;-webkit-box-pack:end;justify-content:flex-end;font-size:.18667rem;color:var(--theme-text-color);letter-spacing:.34px}.addPayee .addBtn .big{font-size:.24rem;margin-top:-.02667rem;margin-right:.04rem}.addPayee .proportionInput .fake-input{width:.97333rem!important;height:.36rem!important;background:#f9f9f9;border-radius:.05333rem!important;font-family:PingFangSC-Regular!important;font-size:.18667rem!important;color:#999!important;letter-spacing:.34px!important;text-align:right;font-weight:400!important;right:0!important;left:inherit!important;padding-right:.26667rem!important}.addPayee .proportionInput .am-input-control{display:-webkit-box;display:flex;-webkit-box-pack:end;justify-content:flex-end}.addPayee .proportionInput .fake-input-container:after{content:"%";height:80%;display:block!important;position:relative;text-align:right;font-family:PingFangSC-Regular;font-size:.18667rem;color:#ccc;letter-spacing:.34px;font-weight:400;padding-right:.08rem!important;z-index:2}.addPayee .proportionInput .fake-input.focus:after{right:.28667rem!important}.bank-modal .bank_list .bank_search{padding:.24rem}.addAppleryWrap .addApplery,.addAppleryWrap .addApplery.isModel{background-color:#fff}.addAppleryWrap .addApplery .addAppleryContent{width:100%}.addAppleryWrap .addApplery .addAppleryContent .invite-item-addapplyer{background-color:#fff;margin-bottom:.13333rem;border-radius:.13333rem}.addAppleryWrap .addApplery .addAppleryContent .invite-item-addapplyer .canEdit{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;color:#333!important;margin:0}.addAppleryWrap .addApplery .addAppleryContent .invite-item-addapplyer .canEdit .am-list-extra,.addAppleryWrap .addApplery .addAppleryContent .invite-item-addapplyer .canEdit input{color:#333!important}.addAppleryWrap .addApplery .addAppleryContent .invite-item-addapplyer .disabled,.addAppleryWrap .addApplery .addAppleryContent .invite-item-addapplyer .disabled .am-list-extra,.addAppleryWrap .addApplery .addAppleryContent .invite-item-addapplyer .disabled input{color:#999!important}.addAppleryWrap .addApplery .addAppleryContent .invite-item-addapplyer .rightIcon{width:.33333rem!important;height:.53333rem!important;color:#c7c7c7!important}.addAppleryWrap .addApplery .addAppleryContent .invite-item-addapplyer .item-text:last-of-type{border-bottom:none;margin-bottom:0!important}.addAppleryWrap .addApplery .addAppleryContent .invite-item-addapplyer>div:last-of-type .am-list-item{margin-bottom:0!important}.addAppleryWrap .addApplery .addAppleryContent .invite-item-addapplyer>div:last-of-type .am-list-item .am-list-line{border-bottom:none}.addAppleryWrap .addApplery .addAppleryContent .invite-item-addapplyer>div:last-of-type .date-item,.addAppleryWrap .addApplery .addAppleryContent .invite-item-addapplyer>div:last-of-type .item-text{border-bottom:none;margin-bottom:0!important}.addAppleryWrap .addApplery .addAppleryContent .invite-item-addapplyer .title{display:-webkit-box;display:flex;margin-top:.26667rem;margin-bottom:.16rem;-webkit-box-align:center;align-items:center;position:relative;font-size:.22667rem}.addAppleryWrap .addApplery .addAppleryContent .invite-item-addapplyer .title:before{width:.06667rem;height:.25333rem;background:var(--theme-active-btn-bgc);border-radius:.07667rem;content:"";margin-right:.07333rem}.addAppleryWrap .addApplery .addAppleryContent .invite-item-addapplyer .title .deleteContent{position:absolute;right:0;padding:.05333rem .12rem;border:.5px solid #ff6868;border-radius:.19333rem;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;font-family:PingFangSC-Regular;font-size:.16rem;color:#ff6868;letter-spacing:.29px;font-weight:400}.addAppleryWrap .addApplery .addAppleryContent .invite-item-addapplyer .title .deleteContent .delIcon{width:.15333rem;height:.17333rem;margin-right:.02667rem}.addAppleryWrap .addApplery .addAppleryContent .invite-item-addapplyer i{font-family:PingFangSC-Regular;font-size:.18667rem;color:#ff3f19;letter-spacing:.34px;line-height:.26667rem;font-weight:400;margin-right:.02667rem}.addAppleryWrap .addApplery .addAppleryContent .invite-item-addapplyer .item-text{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;font-size:.2rem;line-height:.26667rem;padding:.06667rem 0;-webkit-box-pack:justify;justify-content:space-between;border-bottom:1px solid rgba(211,214,218,.6);font-weight:400;margin-bottom:0!important}.addAppleryWrap .addApplery .addAppleryContent .invite-item-addapplyer .item-text .key{color:#333;white-space:nowrap}.addAppleryWrap .addApplery .addAppleryContent .invite-item-addapplyer .item-text .value{min-height:.58667rem;color:#999;font-weight:400;overflow:hidden;text-overflow:ellipsis;flex-basis:auto!important;margin-left:.13333rem;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center}.addAppleryWrap .addApplery .addAppleryContent .invite-item-addapplyer .item-text .value.black{color:#222}.addAppleryWrap .addApplery .addAppleryContent .invite-item-addapplyer .item-text .canEdit{color:#333}.addAppleryWrap .addApplery .addAppleryContent .invite-item-addapplyer .item-text .active{color:var(--theme-text-color);background-color:var(--theme-des-bgc);border:1px solid var(--theme-active-border-color);padding:0 .22667rem;border-radius:.4rem}.addAppleryWrap .addApplery .addAppleryContent .invite-item-addapplyer .blank .am-list-extra{color:#333}.addAppleryWrap .addApplery .addAppleryContent .invite-item-addapplyer .noblank .am-list-arrow{display:none}.addAppleryWrap .addApplery .addAppleryContent .invite-item-addapplyer .address-item .value{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center}.addAppleryWrap .addApplery .addAppleryContent .invite-item-addapplyer .address-item .value.canEdit:after{display:block;width:.2rem;height:.2rem;margin-left:.10667rem;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='26' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 0L0 2l11.5 11L0 24l2 2 14-13z' fill='%23C7C7CC' fill-rule='evenodd'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;background-position:50% 50%;visibility:visible;content:""}.addAppleryWrap .addApplery .addAppleryContent .invite-item-addapplyer .address-item .city-item-text{margin-top:.16rem;background-color:#f9f9f9;border-radius:.05333rem;padding-right:.10667rem}.addAppleryWrap .addApplery .addAppleryContent .invite-item-addapplyer .address-item .city-item-text .am-list-item:not(:last-child) .am-list-line:after{background-color:rgba(211,214,218,.6);margin-bottom:0!important}.addAppleryWrap .addApplery .addAppleryContent .invite-item-addapplyer .address-item .city-item-text .am-list-line input{padding:0 .26667rem;line-height:.6rem;background-color:#f9f9f9;text-align:left!important}.addAppleryWrap .addApplery .addAppleryContent .invite-item-addapplyer .address-item .city-item-text .am-textarea-control{padding:.10667rem .26667rem}.addAppleryWrap .addApplery .addAppleryContent .invite-item-addapplyer .address-item .city-item-text .am-textarea-control textarea{line-height:.33333rem;background-color:#f9f9f9;text-align:left!important;padding:0 0 0 .10667rem;font-size:.2rem}.addAppleryWrap .addApplery .addAppleryContent .invite-item-addapplyer .am-list-item{padding-left:0;margin-bottom:0!important}.addAppleryWrap .addApplery .addAppleryContent .invite-item-addapplyer .am-list-item .am-list-line{border-bottom:1px solid rgba(211,214,218,.6);height:-webkit-fit-content;height:fit-content;padding:.03333rem 0}.addAppleryWrap .addApplery .addAppleryContent .invite-item-addapplyer .am-list-item .am-list-line .am-input-label,.addAppleryWrap .addApplery .addAppleryContent .invite-item-addapplyer .am-list-item .am-list-line .am-list-content,.addAppleryWrap .addApplery .addAppleryContent .invite-item-addapplyer .am-list-item .am-list-line .am-list-extra{font-size:.2rem!important;padding:0!important;line-height:.58667rem!important;color:#333;overflow:visible;font-weight:400}.addAppleryWrap .addApplery .addAppleryContent .invite-item-addapplyer .am-list-item .am-list-line .am-input-label{width:-webkit-fit-content!important;width:fit-content!important;font-weight:400}.addAppleryWrap .addApplery .addAppleryContent .invite-item-addapplyer .am-list-item .am-list-line .am-list-extra{color:#999;font-weight:400;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex-basis:auto!important;margin-left:.13333rem}.addAppleryWrap .addApplery .addAppleryContent .invite-item-addapplyer .am-list-item .am-list-line input{text-align:right;font-size:.2rem;font-weight:400;color:#999}.addAppleryWrap .addApplery .addAppleryContent .invite-item-addapplyer .am-list-item .am-list-line input::-webkit-input-placeholder{color:#999}.addAppleryWrap .addApplery .addAppleryContent .invite-item-addapplyer .am-list-item .am-list-line input:disabled{color:#999!important}.addAppleryWrap .addApplery .addAppleryContent .invite-item-addapplyer .am-list-item .am-list-line .am-input-clear{margin-left:.06667rem}.addAppleryWrap .addApplery .addAppleryContent .invite-item-addapplyer .item-popselect .value{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center}.addAppleryWrap .addApplery .addAppleryContent .invite-item-addapplyer .item-popselect .value.canEdit:after{display:block;width:.2rem;height:.2rem;margin-left:.10667rem;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='26' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 0L0 2l11.5 11L0 24l2 2 14-13z' fill='%23C7C7CC' fill-rule='evenodd'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;background-position:50% 50%;visibility:visible;content:""}.addAppleryWrap .addApplery .addAppleryContent .invite-item-addapplyer .item-popselect .value.validity{font-size:.18667rem}.addAppleryWrap .addApplery .addAppleryContent .invite-item-addapplyer .fill{border-radius:.13333rem;font-size:.18667rem;line-height:.26667rem;background-color:#fff;padding:0;border-radius:0}.addAppleryWrap .addApplery .addAppleryContent .invite-item-addapplyer .fill.fill-bor{padding-bottom:.13333rem!important;border-bottom:.5px solid rgba(211,214,218,.6)}.addAppleryWrap .addApplery .addAppleryContent .invite-item-addapplyer .item-tip{background:#f7f7f7;border-radius:.10667rem;padding:.16rem .17333rem;font-family:PingFangSC-Regular;font-size:.17333rem;color:#666;letter-spacing:0;text-align:justify;line-height:.24667rem;font-weight:400;margin-top:.04rem;margin-bottom:.04rem}.addAppleryWrap .addApplery .addAppleryContent .invite-item-addapplyer .item-tip .highLight{color:#fa6400}.addAppleryWrap .addApplery .addAppleryContent .invite-item-addapplyer .item-tip .bold{font-family:PingFangSC-Semibold;font-weight:600;font-weight:700}.addAppleryWrap .addApplery .addAppleryContent .invite-item-addapplyer .date-item{display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between;border-bottom:.5px solid rgba(211,214,218,.6);line-height:.58667rem;font-weight:400;font-size:.2rem;color:#333}.addAppleryWrap .addApplery .addAppleryContent .invite-item-addapplyer .date-item .ddd{font-size:.2rem;text-align:right;-webkit-box-flex:1;flex:1 1;color:#999;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:end;justify-content:flex-end}.addAppleryWrap .addApplery .addAppleryContent .invite-item-addapplyer .date-item .list-arrow{display:block;width:.2rem;height:.2rem;margin-left:.10667rem;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='26' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 0L0 2l11.5 11L0 24l2 2 14-13z' fill='%23C7C7CC' fill-rule='evenodd'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;background-position:50% 50%;visibility:visible}.addAppleryWrap .addApplery .addAppleryContent .invite-item-addapplyer .date-item .disabled{color:#999}.addAppleryWrap .addApplery .addAppleryContent .invite-item-addapplyer .options{display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between}.addAppleryWrap .addApplery .addAppleryContent .invite-item-addapplyer .options .option{width:45%;padding:.13333rem 0;text-align:center;background-color:#f7f7f7;border-radius:.4rem;font-size:.18667rem;font-weight:600;font-weight:700;box-sizing:border-box}.addAppleryWrap .addApplery .addAppleryContent .invite-item-addapplyer .options .active{background-color:#fdf3e4;color:#fa6400;border:1px solid #fcc8a0}.addAppleryWrap .addApplery .addAppleryContent .invite-item-addapplyer .selector{display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between}.addAppleryWrap .addApplery .addAppleryContent .invite-item-addapplyer .selector .value{display:-webkit-box;display:flex;-webkit-box-flex:1;flex:1 1;-webkit-box-pack:end;justify-content:flex-end}.addAppleryWrap .addApplery .addAppleryContent .invite-item-addapplyer .selector .option{width:-webkit-fit-content;width:fit-content;height:.4rem;padding:0 .22667rem;text-align:center;background-color:#f7f7f7;border-radius:.4rem;font-size:.18667rem;font-weight:600;font-weight:700;margin-left:.13333rem}.addAppleryWrap .addApplery .addAppleryContent .invite-item-addapplyer .selector .active{color:#4387fd;background-color:#e2efff;border:1px solid #b4cfff;padding:0 .22667rem;border-radius:.4rem}.addAppleryWrap .addApplery .addAppleryContent .invite-item-addapplyer .selector .disabled{color:#999!important}.addAppleryWrap .addApplery .addAppleryContent .invite-item-addapplyer .flex{display:-webkit-box;display:flex}.addAppleryWrap .addApplery .addAppleryContent .invite-item-addapplyer .relation{display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;background:#f1f5ff;border-radius:.02667rem;font-family:PingFangSC-Regular;font-size:.16rem;color:#6b97f5;font-weight:400;margin-left:.08rem;padding:0 .09333rem}.addAppleryWrap .addApplery .addAppleryContent .invite-item-addapplyer .active .am-list-extra{line-height:.41333rem!important;width:-webkit-fit-content;width:fit-content;color:#4387fd;background-color:#e2efff;border:1px solid #b4cfff;padding:0 .22667rem!important;border-radius:.4rem;flex-basis:0%;flex-shrink:0}.addAppleryWrap .addApplery .addAppleryContent .invite-item-addapplyer .active .am-list-arrow{display:none}.addAppleryWrap .addApplery .addAppleryContent .invite-item-addapplyer .item-radio{display:-webkit-box;display:flex}.addAppleryWrap .addApplery .addAppleryContent .invite-item-addapplyer .item-radio.long{display:inherit}.addAppleryWrap .addApplery .addAppleryContent .invite-item-addapplyer .item-radio .radio-list{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:end;justify-content:flex-end;margin:.10667rem 0}.addAppleryWrap .addApplery .addAppleryContent .invite-item-addapplyer .item-radio .radio-list .radio-item{width:1.02667rem;height:.41333rem;background:#fafafa;border-radius:.2rem;border:1px solid #fafafa;margin-left:.2rem;text-align:center;position:relative;color:#333;font-size:.18667rem;line-height:.41333rem;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center}.addAppleryWrap .addApplery .addAppleryContent .invite-item-addapplyer .item-radio .radio-list .radio-item.small{width:.84rem}.addAppleryWrap .addApplery .addAppleryContent .invite-item-addapplyer .item-radio .radio-list .radio-item .am-radio{width:0}.addAppleryWrap .addApplery .addAppleryContent .invite-item-addapplyer .item-radio .radio-list .radio-item .am-radio-inner{display:none}.addAppleryWrap .addApplery .addAppleryContent .invite-item-addapplyer .item-radio .radio-list .radio-item.active{background:var(--theme-des-bgc);border:1px solid var(--theme-active-border-color);color:var(--theme-text-color)}.addAppleryWrap .addApplery .addAppleryContent .invite-item-addapplyer .item-checkbox{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center}.addAppleryWrap .addApplery .addAppleryContent .invite-item-addapplyer .item-checkbox .checkbox-list{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;margin-top:-.21333rem}.addAppleryWrap .addApplery .addAppleryContent .invite-item-addapplyer .item-checkbox .checkbox-list .check-item{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;min-height:auto}.addAppleryWrap .addApplery .addAppleryContent .invite-item-addapplyer .item-checkbox .checkbox-list .check-item .am-list-thumb{margin-right:0;margin-left:.4rem;line-height:.26667rem}.addAppleryWrap .addApplery .addAppleryContent .invite-item-addapplyer .item-checkbox .checkbox-list .check-item .am-list-line{margin-left:.13333rem;align-self:auto}.addAppleryWrap .addApplery .addAppleryContent .invite-item-addapplyer .item-checkbox .checkbox-list .check-item .am-list-line .am-list-content{font-size:.18667rem!important;color:#333;line-height:.26667rem!important}.addAppleryWrap .addApplery .addAppleryContent .invite-item-addapplyer .item-checkbox .checkbox-list .check-item .am-list-line:after{background-color:transparent}.addAppleryWrap .addApplery .addAppleryContent .invite-item-addapplyer .item-checkbox .checkbox-list .check-item .am-checkbox{width:.17333rem;height:.17333rem;display:block}.addAppleryWrap .addApplery .addAppleryContent .invite-item-addapplyer .item-checkbox .checkbox-list .check-item .am-checkbox .am-checkbox-inner{border:1px solid #979797;width:.17333rem;height:.17333rem;border-radius:.02667rem}.addAppleryWrap .addApplery .addAppleryContent .invite-item-addapplyer .item-checkbox .checkbox-list .check-item .am-checkbox .am-checkbox-inner:after{width:.04rem;height:.10667rem;top:-1px;right:.04rem;border-width:0 .02667rem .02667rem 0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.addAppleryWrap .addApplery .addAppleryContent .invite-item-addapplyer .item-checkbox .checkbox-list .check-item .am-checkbox.am-checkbox-checked .am-checkbox-inner{border:1px solid var(--theme-active-border-color)}.addAppleryWrap .addApplery .addAppleryContent .invite-item-addapplyer .item-checkbox .checkbox-list .check-item.am-list-item-active{background:none}.addAppleryWrap .addApplery .addAppleryContent .invite-item-addapplyer .am-list-content{font-family:PingFangSC-Regular!important;font-size:.18667rem!important;color:#222!important;letter-spacing:.34px!important;line-height:.26667rem!important;font-weight:400!important}.addAppleryWrap .addApplery .addAppleryContent .invite-item-addapplyer .am-list-item{min-height:.66667rem}.addAppleryWrap .addApplery .addAppleryContent .invite-item-addapplyer .am-list-line{height:.66667rem}.addAppleryWrap .addApplery .addAppleryContent .invite-item-addapplyer .am-list-line .am-list-arrow{margin-right:.04rem!important}.addAppleryWrap .addApplery .addAppleryContent .invite-item-addapplyer .am-list-line .am-icon-down{margin-left:.14667rem}.readApplery{background-color:#fff;padding-bottom:.21333rem}.readApplery .item-tip-content{border-radius:.10667rem;overflow:hidden;border:none!important}.readApplery .item-tip-content .topContent{background:#fffaf6;font-size:.17333rem;font-family:PingFangSC-Semibold,PingFang SC;font-weight:600;font-weight:700;color:#222;font-weight:400;margin-bottom:.24rem!important}.readApplery .item-tip-content .topContent .desc{font-family:PingFangSC-Regular,PingFang SC}.applyerCom .subTitle{font-weight:400;font-size:.16rem;color:#666}.applyerCom .item-tip-content{border-radius:.10667rem;overflow:hidden;border:1px solid #ffdac7}.applyerCom .item-tip-content .topContent{padding:.17333rem .16rem;background:#fffaf6;font-size:.17333rem;font-family:PingFangSC-Semibold,PingFang SC;font-weight:600;font-weight:700;color:#222;font-weight:400}.applyerCom .item-tip-content .topContent .desc{font-family:PingFangSC-Regular,PingFang SC}.applyerCom .item-tip-content .item-tip{background:#fff;padding:.16rem;font-family:PingFangSC-Regular;font-size:.16rem;color:#999;letter-spacing:0;text-align:justify;line-height:.24rem;font-weight:400}.applyerCom .item-tip-content .item-tip .highLight{color:#fa6400}.applyerCom .item-tip-content .item-tip .bold{font-family:PingFangSC-Semibold;font-weight:600;font-weight:700}.applyerCom.noPaddingBt{padding-bottom:0!important}.apply{background:#f5f7fa;position:relative;top:0;left:0;z-index:1;min-height:100vh}.apply .wrap{padding:0}.apply .apply-con{position:relative;width:100vw;top:0;left:0;background:#f5f7fa}.apply .apply-con .bank_search{background-color:#fff;width:100%;padding:.13333rem .16rem;position:fixed;top:0;left:0;box-sizing:border-box;z-index:99}.apply .apply-con .bank_search .adm-search-bar{height:.50667rem;line-height:.50667rem}.apply .apply-con .empty{width:2.5rem;margin:0 auto;padding-top:20vh}.apply .footer{padding:.16rem;position:fixed;bottom:0;left:0;background-color:#fff;width:100%;box-shadow:0 -.02667rem .09333rem 0 hsla(0,0%,82.7%,.38);border-radius:.10667rem .10667rem 0 0;z-index:9}.apply .footer .tip{width:100%;font-weight:400;color:#fa6400;font-size:.16rem;line-height:.22667rem}.apply .footer .line{height:1px;background-color:#e5e5e5;margin:.16rem 0}.apply .footer .footer-body .foot-left{display:none}.apply .footer .footer-body .foot-left img{width:100%;height:100%}.apply .footer .footer-body .line{position:relative;border:1px solid #e5e5e5;display:none}.apply .footer .footer-body .foot-center .foot-center-text{font-size:.2rem;color:#40577e;font-weight:400}.apply .footer .footer-body .foot-center .foot-center-value .icon,.apply .footer .footer-body .foot-center .foot-center-value .num{font-size:.25333rem;color:#fa6400;font-weight:700}.apply .footer .footer-body .foot-center .foot-center-value .icon{position:relative;bottom:-.12rem;left:.06667rem;width:.10667rem;height:.06667rem}.apply .footer .footer-body .foot-right{width:3.33333rem;height:.66667rem;background:var(--theme-active-btn-bgc);color:#fff;font-size:.2rem;font-weight:400;border-radius:.50667rem}.medicineItem-wrap{margin:.93333rem .16rem 0;background:#f5f7fa;padding-bottom:2.4rem}.medicineItem-wrap .medicineItem{background-color:#fff;margin-top:.10667rem;border-radius:.13333rem}.medicineItem-wrap .medicineItem .med-head{position:relative;padding:.16rem;border-bottom:1px solid #e5e5e5}.medicineItem-wrap .medicineItem .med-head .med-head-left .adm-checkbox-icon{width:.26667rem;height:.28rem}.medicineItem-wrap .medicineItem .med-head .med-head-left .adm-checkbox-checked .adm-checkbox-icon{width:.26667rem;height:.28rem;background:var(--theme-active-btn-bgc)!important;border-color:var(--theme-active-border-color)!important}.medicineItem-wrap .medicineItem .med-head .med-head-left .med-head-left-text{-webkit-box-align:normal;align-items:normal}.medicineItem-wrap .medicineItem .med-head .med-head-left .med-head-left-name{margin-left:.16rem;font-weight:600;font-weight:700;color:#333;font-size:.21333rem;line-height:.30667rem}.medicineItem-wrap .medicineItem .med-head .med-head-left .med-head-left-spec{margin-left:.16rem;color:#7d8ba2;font-size:.16rem;line-height:.2rem}.medicineItem-wrap .medicineItem .med-head .med-head-right{min-width:.73333rem}.medicineItem-wrap .medicineItem .med-head .med-head-right .med-head-right-text{margin-right:.05333rem;font-weight:400;color:#4387fd}.medicineItem-wrap .medicineItem .med-head .med-head-right .rightArrowIcon{width:.09333rem;height:.14667rem}.medicineItem-wrap .medicineItem .med-body{padding:0 .2rem 0 .56rem}.medicineItem-wrap .medicineItem .med-body .med-body-top-left{max-width:65%;min-width:50%}.medicineItem-wrap .medicineItem .med-body .med-body-center .med-body-center-text,.medicineItem-wrap .medicineItem .med-body .med-body-top-left .med-body-top-left-text{color:#7d8ba2;font-weight:400;font-size:.18667rem;margin-bottom:.10667rem}.medicineItem-wrap .medicineItem .med-body .font-subtheme{margin-top:.10667rem}.medicineItem-wrap .medicineItem .med-body .med-body-top-right{position:relative;font-weight:400;font-size:.14667rem;height:.30667rem;line-height:.30667rem;padding:.05333rem .04rem;box-sizing:border-box;border-radius:0 0 .05333rem .05333rem;color:#fff}.medicineItem-wrap .medicineItem .med-body-bot{padding-bottom:.21333rem}.medicineItem-wrap .medicineItem .med-body-bot .med-body-bot-text{font-weight:400;font-size:.17333rem;color:#fa6400;padding:.05333rem .13333rem;background:#fef8ef;border-radius:.05333rem;margin:.10667rem .06667rem 0 0}.checkedMedModal .popupTopTitleContent{height:0!important}.checkedMedModal .content{padding:0 .16rem}.checkedMedModal .content .checked_med_modal .checked_med_modal_title{padding:.30667rem 0 .22667rem;font-size:.26667rem;color:#333;font-weight:700;text-align:left}.checkedMedModal .content .checked_med_modal .checked_med_modal_title .num{color:#fa6400}.checkedMedModal .content .checked_med_modal .medicineItem-wrap{max-height:50vh;overflow-y:scroll;background-color:#fff;margin-top:0;position:relative;padding-bottom:.8rem}.checkedMedModal .content .checked_med_modal .medicineItem-wrap .medicineItem{border:1px solid #f1f3f6}.checkedMedModal .content .checked_med_modal .medicineItem-wrap .medicineItem .med-body-top-left{text-align:left}.medDesModal .popupTopTitleContent{height:0!important}.medDesModal .buttonContent{display:none!important}.medDesModal .med_des_modal{text-align:left;padding-top:.44rem}.medDesModal .med_des_modal .med_des_modal_title{padding:0 .16rem}.medDesModal .med_des_modal .line{width:.38667rem;height:.08rem;background:var(--theme-active-border-color);border-radius:.04rem}.medDesModal .med_des_modal .med_des_title{color:#333;font-size:.26667rem;font-weight:700;margin:.10667rem 0 .24rem}.medDesModal .med_des_modal .med_des_sub_title{color:#333;font-size:.18667rem;font-weight:700;margin-bottom:.08rem}.medDesModal .med_des_modal .med_des_sub_content{font-size:.18667rem;font-weight:400;color:#7d8ba2;margin-bottom:.66667rem}.platform .apply-platform{background:#f5f7fa;position:relative;top:0;left:0;z-index:1;min-height:100vh}.platform .apply-platform .wrap{padding:0}.platform .apply-platform .apply-con{position:relative;width:100vw;top:0;left:0;background:#f5f7fa}.platform .apply-platform .apply-con .top-part{position:fixed;top:0;left:0;z-index:99;width:100%;background:#f5f7fa}.platform .apply-platform .apply-con .top-part .topProgress{width:100%;background-color:#fff;overflow:auto}.platform .apply-platform .apply-con .top-part .topProgress .adm-step-icon-container{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center}.platform .apply-platform .apply-con .top-part .topProgress .adm-step-status-finish .adm-step-content,.platform .apply-platform .apply-con .top-part .topProgress .adm-step-status-process .adm-step-content{padding:0}.platform .apply-platform .apply-con .top-part .topProgress .adm-step-status-finish .adm-step-content .adm-step-title,.platform .apply-platform .apply-con .top-part .topProgress .adm-step-status-process .adm-step-content .adm-step-title{font-family:PingFangSC-Regular;font-size:.18667rem;color:#222;text-align:center;line-height:.18667rem;font-weight:400;display:-webkit-box;display:flex;flex-wrap:nowrap;-webkit-box-pack:center;justify-content:center}.platform .apply-platform .apply-con .top-part .topProgress .adm-step-status-wait .adm-step-content{padding:0}.platform .apply-platform .apply-con .top-part .topProgress .adm-step-status-wait .adm-step-content .adm-step-title{font-family:PingFangSC-Regular;font-size:.18667rem;color:#858b9c;text-align:center;line-height:.18667rem;font-weight:400;display:-webkit-box;display:flex;flex-wrap:nowrap;-webkit-box-pack:center;justify-content:center}.platform .apply-platform .apply-con .top-part .topProgress .selectedIcon{width:.21333rem;height:.21333rem}.platform .apply-platform .apply-con .top-part .topProgress .am-steps-icon{display:-webkit-box!important;display:flex!important;-webkit-box-align:center!important;align-items:center!important}.platform .apply-platform .apply-con .top-part .topProgress .progressBall{width:.21333rem;height:.34667rem;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center}.platform .apply-platform .apply-con .top-part .topProgress .progressBall .progressBallContent{width:.12rem;height:.12rem;border-radius:.12rem;background:#c5cad5}.platform .apply-platform .apply-con .top-part .topProgress .progressBall .progressBallContent.act{width:.21333rem;height:.21333rem;border-radius:.21333rem;background:var(--theme-active-btn-bgc);display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center}.platform .apply-platform .apply-con .top-part .topProgress .progressBall .progressBallContent.act .selectedIcon{width:.13333rem;height:.1rem}.platform .apply-platform .apply-con .top-part .bank_search{background-color:#fff;width:100%;padding:.13333rem .16rem;box-sizing:border-box}.platform .apply-platform .apply-con .top-part .bank_search .adm-search-bar{height:.50667rem;line-height:.50667rem}.platform .apply-platform .footer{padding:.16rem;position:fixed;bottom:0;left:0;background-color:#fff;width:100%;box-shadow:0 -.02667rem .09333rem 0 hsla(0,0%,82.7%,.38);border-radius:.10667rem .10667rem 0 0;z-index:9}.platform .apply-platform .footer .tip{width:100%;font-weight:400;font-size:.16rem;line-height:.22667rem;color:#999}.platform .apply-platform .footer .line{height:1px;background-color:#e5e5e5;margin:.16rem 0}.platform .apply-platform .footer .footer-body .foot-left{width:.64rem;height:.70667rem}.platform .apply-platform .footer .footer-body .foot-left img{width:100%;height:100%}.platform .apply-platform .footer .footer-body .line{width:1px;height:.52rem;background-color:#e5e5e5}.platform .apply-platform .footer .footer-body .foot-center .foot-center-text{font-size:.2rem;color:#40577e;font-weight:400}.platform .apply-platform .footer .footer-body .foot-center .foot-center-value .icon,.platform .apply-platform .footer .footer-body .foot-center .foot-center-value .num{font-size:.25333rem;color:#fa6400;font-weight:700}.platform .apply-platform .footer .footer-body .foot-center .foot-center-value .icon{position:relative;bottom:-.12rem;left:.06667rem;width:.10667rem;height:.06667rem}.platform .apply-platform .footer .footer-body .foot-right{height:.66667rem;background:var(--theme-active-btn-bgc);color:#fff;font-size:.2rem;font-weight:400;border-radius:.50667rem}.platform .apply-platform .footer .footer-body .smallSize{width:2.48rem}.platform .apply-platform .footer .footer-body .largeSize{width:3.29333rem}.medicineItem-wrap-platform{margin:1.73333rem .16rem 0;background:#f5f7fa;padding-bottom:2.4rem}.medicineItem-wrap-platform.isDesc{margin:0;padding:0;background:#fff}.medicineItem-wrap-platform.isDesc .medicineItem{background:#f9f9f9!important}.medicineItem-wrap-platform.isDesc .medicineItem .med-body{padding-left:.32rem!important}.medicineItem-wrap-platform .medicineItem{background-color:#fff;margin-top:.10667rem;border-radius:.13333rem}.medicineItem-wrap-platform .medicineItem .med-head{position:relative;padding:.16rem;border-bottom:1px solid #e5e5e5}.medicineItem-wrap-platform .medicineItem .med-head .med-head-left .adm-checkbox-icon{width:.26667rem;height:.28rem}.medicineItem-wrap-platform .medicineItem .med-head .med-head-left .adm-checkbox-checked .adm-checkbox-icon{width:.26667rem;height:.28rem;background:var(--theme-active-btn-bgc)!important;border-color:var(--theme-active-border-color)!important}.medicineItem-wrap-platform .medicineItem .med-head .med-head-left .med-head-left-text{margin-left:.16rem;-webkit-box-align:normal;align-items:normal}.medicineItem-wrap-platform .medicineItem .med-head .med-head-left .med-head-left-name{font-weight:600;font-weight:700;color:#333;font-size:.21333rem;line-height:.30667rem;display:inline-block}.medicineItem-wrap-platform .medicineItem .med-head .med-head-left .med-heade-top-right{display:inline-block;font-weight:400;font-size:.14667rem;height:.25333rem;line-height:.25333rem;padding:0 .10667rem;box-sizing:border-box;border-radius:.02667rem;color:#fff;margin-left:.08rem}.medicineItem-wrap-platform .medicineItem .med-head .med-head-left .med-head-left-spec{margin-left:.16rem;color:#7d8ba2;font-size:.16rem;line-height:.2rem}.medicineItem-wrap-platform .medicineItem .med-head .med-head-right{min-width:.73333rem;margin-left:.05333rem}.medicineItem-wrap-platform .medicineItem .med-head .med-head-right .med-head-right-text{margin-right:.05333rem;font-weight:400;color:#999}.medicineItem-wrap-platform .medicineItem .med-head .med-head-right .rightArrowIcon{width:.09333rem;height:.14667rem}.medicineItem-wrap-platform .medicineItem .med-body{padding:0 .2rem 0 .56rem}.medicineItem-wrap-platform .medicineItem .med-body .med-body-top-left{max-width:65%;min-width:50%}.medicineItem-wrap-platform .medicineItem .med-body .med-body-top-left .med-body-top-left-text{color:#7d8ba2;font-weight:400;font-size:.18667rem;margin-bottom:.10667rem}.medicineItem-wrap-platform .medicineItem .med-body .med-body-center .med-body-center-text{color:#7d8ba2;font-weight:400;font-size:.18667rem;margin-top:.10667rem;display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-webkit-box-align:start;align-items:flex-start}.medicineItem-wrap-platform .medicineItem .med-body .med-body-center .med-body-center-text .med-body-center-text-left{min-width:.58667rem;display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between}.medicineItem-wrap-platform .medicineItem .med-body .font-subtheme{margin-top:.10667rem}.medicineItem-wrap-platform .medicineItem .med-body-bot{padding-bottom:.21333rem}.medicineItem-wrap-platform .medicineItem .med-body-bot .med-body-bot-text{font-weight:400;font-size:.17333rem;color:#fa6400;padding:.05333rem .13333rem;background:#fef8ef;border-radius:.05333rem;margin:.10667rem .06667rem 0 0}.checkedMedModalPlatform .popupTopTitleContent{height:0!important}.checkedMedModalPlatform .content{padding:0 .16rem}.checkedMedModalPlatform .content .checked_med_modal .checked_med_modal_title{padding:.30667rem 0 .22667rem .16rem;font-size:.26667rem;color:#333;font-weight:700;text-align:left}.checkedMedModalPlatform .content .checked_med_modal .checked_med_modal_title .num{color:#fa6400}.checkedMedModalPlatform .content .checked_med_modal .medicineItem-wrap-platform{max-height:50vh;overflow-y:scroll;background-color:#fff;margin-top:0;position:relative;padding-bottom:.8rem}.checkedMedModalPlatform .content .checked_med_modal .medicineItem-wrap-platform .medicineItem{border:1px solid #f1f3f6}.checkedMedModalPlatform .content .checked_med_modal .medicineItem-wrap-platform .medicineItem .med-body-top-left{text-align:left}.medDesModal .adm-popup-body-position-right,.WxCodeModal .adm-popup-body-position-right{height:auto!important;bottom:0;top:auto!important}.medDesModal .popupTopTitleContent,.WxCodeModal .popupTopTitleContent{height:0!important}.medDesModal .buttonContent,.WxCodeModal .buttonContent{display:none!important}.medDesModal .med_des_modal_platform,.WxCodeModal .med_des_modal_platform{text-align:left;width:100vw}.medDesModal .med_des_modal_platform .med_des_modal_title .title,.WxCodeModal .med_des_modal_platform .med_des_modal_title .title{font-size:.24rem;font-weight:600;font-weight:700;color:#333;line-height:.33333rem;padding:.24rem 0;text-align:center;position:relative}.medDesModal .med_des_modal_platform .med_des_modal_title .title .left,.WxCodeModal .med_des_modal_platform .med_des_modal_title .title .left{position:absolute;left:.32rem;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.medDesModal .med_des_modal_platform .med_des_modal_title .line,.WxCodeModal .med_des_modal_platform .med_des_modal_title .line{width:100%;height:.5px;background-color:#e5e5e5;margin-bottom:.24rem}.medDesModal .med_des_modal_platform .med_des_modal_title .wrap,.WxCodeModal .med_des_modal_platform .med_des_modal_title .wrap{padding:0 .34667rem}.medDesModal .med_des_modal_platform .med_des_modal_title .wrap .med_des_title,.WxCodeModal .med_des_modal_platform .med_des_modal_title .wrap .med_des_title{color:#333;font-size:.26667rem;font-weight:700;margin:.10667rem 0 .24rem}.medDesModal .med_des_modal_platform .med_des_modal_title .wrap .med_des_sub_title,.WxCodeModal .med_des_modal_platform .med_des_modal_title .wrap .med_des_sub_title{color:#333;font-size:.18667rem;font-weight:700;margin-bottom:.08rem}.medDesModal .med_des_modal_platform .med_des_modal_title .wrap .med_des_sub_content,.WxCodeModal .med_des_modal_platform .med_des_modal_title .wrap .med_des_sub_content{font-size:.18667rem;font-weight:400;color:#7d8ba2;margin-bottom:.66667rem}.medSearchModal{z-index:99}.medSearchModal .popupTopTitleContent{padding:.13333rem 0 .2rem;height:0!important}.medSearchModal .content{padding:0 .16rem!important}.medSearchModal .content .apply-con .search_wrap{display:fixed;width:100%;z-index:99}.medSearchModal .content .apply-con .medicineItem-wrap-platform{margin:.13333rem 0 0;max-height:80vh;height:80vh;overflow:scroll;background-color:#fff}.medSearchModal .content .apply-con .medicineItem-wrap-platform .medicineItem{border:1px solid #e5e5e5}.medSearchModal .content .apply-con .medicineItem-wrap-platform .medicineItem .med-head-right-text{margin-right:.02667rem}.medSearchModal .content .apply-con .footer{position:fixed;bottom:0;left:0;z-index:99;height:1.05333rem;width:100%;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;justify-content:space-around;padding:0 .2rem;background:#fff;box-shadow:0 0 0 0 #e5e5e5}.medSearchModal .content .apply-con .footer .foot-center-text{font-weight:400;color:#40577e;font-size:.2rem}.medSearchModal .content .apply-con .footer .num{font-weight:600;font-weight:700;color:#fa6400;font-size:.25333rem;margin-right:.13333rem}.medSearchModal .content .apply-con .footer .foot-right{background-color:var(--theme-active-btn-bgc);color:#fff;font-size:.21333rem;font-weight:400;border-radius:.33333rem;width:auto;width:3.44rem;height:.65333rem}.connectModal .connectModal_content{padding:.24rem .53333rem}.connectModal .connectModal_content .connect_tel,.connectModal .connectModal_content .connect_wx{width:100%;font-size:.21333rem;font-weight:400;color:#fff;background-color:var(--theme-active-btn-bgc);border-radius:.32rem;margin-bottom:.24rem;height:.66667rem;line-height:.66667rem;text-align:center}.connectModal .connectModal_content .connect_wx{background-color:#fff;border:.5px solid var(--theme-active-border-color);color:var(--theme-text-color)}.WxCodeModal{width:100vw}.WxCodeModal .adm-popup-body-position-right{top:auto!important;height:auto!important;bottom:0}.WxCodeModal .adm-popup-body-position-right .wxCode{text-align:center}.WxCodeModal .adm-popup-body-position-right .wxCode img{width:2.05333rem}.WxCodeModal .adm-popup-body-position-right .wxCode .text{margin-top:.16rem;font-size:.18667rem;font-weight:400;color:#999;margin-bottom:.53333rem}.medicineList .apply-platform .wrap .apply-con .empty{margin:0 auto;position:absolute;top:20%;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%);text-align:center}.medicineList .apply-platform .wrap .apply-con .empty img{width:1.06667rem;margin-bottom:.16rem}.medicineList .apply-platform .wrap .apply-con .empty p{font-size:.18667rem;font-weight:400;color:#999;line-height:.26667rem}.claimMate{background-color:#f7f7f7;height:100%;overflow-x:hidden;overflow-y:scroll}.claimMate .editTipContent{margin-top:.17333rem;margin-bottom:.10667rem;background:#fff;border-radius:.10667rem;padding-bottom:.2rem}.claimMate .editTipContent .topContent{padding:.21333rem .2rem .17333rem;border-bottom:1px solid #e5e5e5}.claimMate .editTipContent .textContent{padding:.16rem .09333rem 0;font-size:.18667rem;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#222;line-height:.26667rem;white-space:pre-line}.claimMate .editTipContent .compensateIcon{width:.32rem;height:.28rem}.claimMate .editTipContent .editPayeeTipIcon{width:.32rem;height:.30667rem}.claimMate .editTipContent .compensateText{font-size:.2rem;font-family:PingFangSC-Semibold,PingFang SC;font-weight:600;font-weight:700;color:#222;line-height:.28rem;margin-left:.08rem}.claimMate .editTipContent .compensateText .highlight{color:#fa6400}.claimMate .editTipContent .bottomContent{padding:.16rem .2rem 0}.claimMate .editTipContent .bottomContent .descContent{background:#fff5ee;border-radius:.05333rem;padding:.10667rem .14667rem .16rem .13333rem;font-size:.17333rem;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#fa6400;line-height:.28rem}.claimMate .topProgress{width:100%;background-color:#fff;overflow:auto}.claimMate .topProgress .adm-step-icon-container{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center}.claimMate .topProgress .adm-step-status-finish .adm-step-content,.claimMate .topProgress .adm-step-status-process .adm-step-content{padding:0}.claimMate .topProgress .adm-step-status-finish .adm-step-content .adm-step-title,.claimMate .topProgress .adm-step-status-process .adm-step-content .adm-step-title{font-family:PingFangSC-Regular;font-size:.18667rem;color:#222;text-align:center;line-height:.18667rem;font-weight:400;-webkit-box-pack:center;justify-content:center}.claimMate .topProgress .adm-step-status-wait .adm-step-content{padding:0}.claimMate .topProgress .adm-step-status-wait .adm-step-content .adm-step-title{font-family:PingFangSC-Regular;font-size:.18667rem;color:#858b9c;text-align:center;line-height:.18667rem;font-weight:400;-webkit-box-pack:center;justify-content:center}.claimMate .topProgress .selectedIcon{width:.21333rem;height:.21333rem}.claimMate .topProgress .am-steps-icon{display:-webkit-box!important;display:flex!important;-webkit-box-align:center!important;align-items:center!important}.claimMate .topProgress .progressBall{width:.21333rem;height:.34667rem;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center}.claimMate .topProgress .progressBall .progressBallContent{width:.12rem;height:.12rem;border-radius:.12rem;background:#c5cad5}.claimMate .topProgress .progressBall .progressBallContent.act{width:.21333rem;height:.21333rem;border-radius:.21333rem;background:var(--theme-active-btn-bgc);display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center}.claimMate .topProgress .progressBall .progressBallContent.act .selectedIcon{width:.13333rem;height:.1rem}.claimMate .claimMateContent{padding:.13333rem .16rem 1.33333rem}.claimMate .desc{font-family:PingFangSC-Regular;font-size:.17333rem;letter-spacing:0;font-weight:400;color:#999;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;margin-bottom:.16rem}.claimMate .desc .back{flex-shrink:0;padding:.08rem .14667rem;font-size:.17333rem;color:#fff;background-color:#ffbb02;border-radius:.26667rem;line-height:.17333rem;margin-left:.26667rem}.claimMate .invite-item{padding:1px 0 .26667rem;background-color:#fff;margin-bottom:.13333rem;border-radius:.13333rem}.claimMate .invite-item.hide{display:none}.claimMate .invite-item .margin-title{margin-top:.36rem}.claimMate .invite-item .big-title{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;font-size:.24rem;font-weight:bolder;line-height:.26667rem}.claimMate .invite-item .big-title:before{width:.08rem;height:.22667rem;background:var(--theme-active-btn-bgc);border-radius:.08rem;content:"";margin-right:.05333rem}.claimMate .invite-item .paddingItem{padding:0 .2rem}.claimMate .invite-item .paddingItem:last-of-type .render-item{border-bottom:none;padding-bottom:0}.claimMate .invite-item .render-item{border-bottom:1px solid #e5e5e5}.claimMate .invite-item .render-item.title{padding:.2rem}.claimMate .invite-item .render-item .item-title{display:-webkit-box;display:flex;font-size:.21333rem;line-height:.32rem;margin-top:.26667rem;font-weight:500;-webkit-box-align:start;align-items:flex-start}.claimMate .invite-item .render-item .item-title span{color:#e02020}.claimMate .invite-item .render-item .item-title .text{-webkit-box-flex:1;flex:1 1;font-size:.21333rem;line-height:.30667rem;font-weight:400}.claimMate .invite-item .render-item .item-title .text .active{color:#fa6400}.claimMate .invite-item .render-item .item-title .text .default{color:#222!important}.claimMate .invite-item .render-item .item-title .tip{width:.18667rem;height:.18667rem;margin-left:.05333rem;-webkit-transform:translateY(-1px);transform:translateY(-1px)}.claimMate .invite-item .render-item .item-title .instead{-webkit-box-flex:1;flex:1 1}.claimMate .invite-item .render-item .item-title .download{font-family:PingFangSC-Regular;font-size:.17333rem;color:var(--theme-text-color);text-align:right;font-weight:400;background:var(--theme-des-bgc);border-radius:.16rem;padding:.04rem .12rem;line-height:.25333rem}.claimMate .invite-item .render-item .summary{padding-left:.09333rem;margin-bottom:1px;font-family:PingFangSC-Regular;font-size:.17333rem;color:#fa6400;letter-spacing:0;font-weight:400;line-height:.25333rem;margin-top:.08rem}.claimMate .invite-item .render-item .images{display:-webkit-box;display:flex;flex-wrap:wrap}.claimMate .invite-item .render-item .images img{margin-right:.13333rem;width:calc(33.3% - .13333rem);margin-top:.16rem;height:1.33333rem;background-color:#f7f7f7;border-radius:.10667rem}.claimMate .invite-item .render-item .am-flexbox-item{margin-right:.13333rem}.claimMate .invite-item .render-item .am-image-picker{margin-top:.13333rem;margin-bottom:0}.claimMate .invite-item .render-item .am-image-picker .am-image-picker-list{padding-left:0;padding-right:0}.claimMate .invite-item .render-item .tipContent{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;font-family:PingFangSC-Regular;font-size:.18667rem;color:#e02020;letter-spacing:0;line-height:.32rem;font-weight:400;margin-bottom:.09333rem}.claimMate .invite-item .render-item .tipContent .tipText{margin-left:.08rem}.claimMate .add-btn-box{position:fixed;left:0;bottom:0;width:100%;background-color:#fff;padding:.2rem;box-shadow:0 -.02667rem .09333rem 0 hsla(0,0%,82.7%,.38);display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between}.claimMate .add-btn-box .btn{width:2.78667rem;height:.65333rem;text-align:center;font-size:.21333rem;font-weight:600;font-weight:700;color:#fff;background:var(--theme-active-btn-bgc);border-radius:.33333rem;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center}.claimMate .add-btn-box .btn.big{width:100%}.claimMate .add-btn-box .smallBtn{width:1.65333rem;height:.65333rem;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;border:1px solid var(--theme-active-border-color);border-radius:.33333rem;font-family:PingFangSC-Regular;font-size:.2rem;color:var(--theme-text-color);letter-spacing:0;text-align:center;font-weight:400}.claimMate .disabledBtn .btn,.claimMate .disabledBtn .smallBtn{background:var(--theme-des-bgc)}.claimMate .imgUploadContent{margin:.16rem 0 .33333rem;--cell-size:1.37333rem}.claimMate .imgUploadContent .adm-space-item{margin-right:.06667rem}.claimMate .imgUploadContent .adm-space-horizontal>.adm-space-item:nth-of-type(3n){margin-right:0!important}.claimMate .imgUploadContent .uploadBackImg{width:1.37333rem;height:1.37333rem}.claimMate .imgUploadContent .adm-image-uploader-cell-delete{right:.04rem;-webkit-transform:scale(1.5);transform:scale(1.5);background-color:rgba(0,0,0,.4)!important}.claimMate .adm-step .adm-step-indicator:after{background-color:#c5cad5}.closeTransparency{position:absolute;top:-.56rem;right:.13333rem;width:.29333rem;height:.29333rem}.dataExplain{background:#f7f7f7;max-height:65vh;position:relative;padding-top:.81333rem;overflow:auto}.dataExplain,.dataExplain .topTitleContent{width:100%;border-radius:.21333rem .21333rem 0 0}.dataExplain .topTitleContent{height:.81333rem;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;position:relative;border-bottom:1px solid #e5e5e5;background-color:#fff;position:fixed;top:0;left:0;z-index:9}.dataExplain .topTitleContent .textIcon{width:.41333rem;height:.2rem}.dataExplain .topTitleContent .title{font-family:PingFangSC-Medium;font-size:.22667rem;color:#333;letter-spacing:.47px;text-align:center;font-weight:700;margin:0 .08rem}.adm-mask .adm-image-viewer-indicator{top:inherit;bottom:1.33333rem}.mate-desc{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;background-color:#f7f7f7;height:100%;overflow:auto}.mate-desc .content{-webkit-box-flex:1;flex:1 1;overflow:scroll}.mate-desc .content .top-img{margin-bottom:-.86667rem;z-index:1;position:relative;text-align:center}.mate-desc .content .top-img img{width:100%}.mate-desc .content .top-img .file-title{text-align:center;position:absolute;top:.6rem;left:.38667rem;z-index:2;font-size:.32rem;font-weight:600;font-weight:700;color:#fff;line-height:.44rem}.mate-desc .content .item{word-break:break-all;word-wrap:break-word;position:relative;z-index:2;margin:.13333rem .2rem;padding:.26667rem .21333rem;border-radius:.10667rem;background-color:#fff}.mate-desc .content .item li{line-height:.32rem;margin-bottom:.05333rem}.mate-desc .content .item p{min-height:.21333rem}.mate-desc .content .item .title{display:-webkit-box;display:flex;margin-bottom:.2rem;font-family:PingFangSC-Medium;font-size:.24rem;color:#222;letter-spacing:0;line-height:.25333rem;font-weight:700;font-weight:500}.mate-desc .content .item .title:before{width:.07333rem;height:.25333rem;background:#0082ff;border-radius:.08rem;content:"";margin-right:.05333rem}.mate-desc .content .item .title span{position:relative}.mate-desc .content .item .title span:after{position:absolute;content:"";width:100%;height:.13333rem;z-index:-1;background:#eff5ff;top:.13333rem;left:0}.mate-desc .content .item .summary{display:-webkit-box;display:flex;margin-bottom:.16rem;-webkit-box-align:center;align-items:center;margin-top:.21333rem;font-size:.2rem;font-weight:600;font-weight:700}.mate-desc .content .item .summary:before{width:.06667rem;height:.06667rem;background-color:#e9290e;border-radius:50%;content:"";margin-right:.05333rem}.mate-desc .content .item .desc{margin-top:.05333rem;font-size:.18667rem;display:-webkit-box;display:flex;font-family:PingFangSC-Regular;color:#222;letter-spacing:0;line-height:.26667rem;font-weight:400}.mate-desc .content .item .desc .num{background:#f1f1f1;width:.21333rem;height:.21333rem;border-radius:50%;color:#666;line-height:.21333rem;text-align:center;margin-right:.06667rem;font-size:.13333rem;-webkit-transform:translateY(.02667rem);transform:translateY(.02667rem);flex-shrink:0;font-weight:500}.mate-desc .content .item .desc .active{color:#fa6400!important}.mate-desc .content .item ol li{display:-webkit-box;display:flex;-webkit-box-align:baseline;align-items:baseline;width:100%;flex-wrap:wrap;padding-left:.26667rem;position:relative;display:inline-block}.mate-desc .content .item ol li:before{-webkit-box-pack:center;justify-content:center;flex-shrink:0;background:#f1f1f1;height:.21333rem;width:.21333rem;display:-webkit-box;display:flex;border-radius:100%;-webkit-box-align:center;align-items:center;font-family:PingFangSC-Medium;font-size:.13333rem;color:#666;letter-spacing:.75px;font-weight:500;margin-right:.13333rem;white-space:nowrap;position:absolute;top:.05333rem;left:-.05333rem}.mate-desc .content .item ol li:first-of-type:before{content:"1"}.mate-desc .content .item ol li:nth-of-type(2):before{content:"2"}.mate-desc .content .item ol li:nth-of-type(3):before{content:"3"}.mate-desc .content .item ol li:nth-of-type(4):before{content:"4"}.mate-desc .content .item ol li:nth-of-type(5):before{content:"5"}.mate-desc .content .item ol li:nth-of-type(6):before{content:"6"}.mate-desc .content .item ol li:nth-of-type(7):before{content:"7"}.mate-desc .content .item ol li:nth-of-type(8):before{content:"8"}.mate-desc .content .item ol li:nth-of-type(9):before{content:"9"}.mate-desc .content .item ol li:nth-of-type(10):before{content:"10"}.mate-desc .content .item ol li:nth-of-type(11):before{content:"11"}.mate-desc .content .item ol li:nth-of-type(12):before{content:"12"}.mate-desc .content .item ol li:nth-of-type(13):before{content:"13"}.mate-desc .content .item ol li:nth-of-type(14):before{content:"14"}.mate-desc .content .item ol li:nth-of-type(15):before{content:"15"}.mate-desc .content .item ol li:nth-of-type(16):before{content:"16"}.mate-desc .content .item ol li:nth-of-type(17):before{content:"17"}.mate-desc .content .item ol li:nth-of-type(18):before{content:"18"}.mate-desc .content .item ol li:nth-of-type(19):before{content:"19"}.mate-desc .content .item ol li:nth-of-type(20):before{content:"20"}.mate-desc .content .item ol li:nth-of-type(21):before{content:"21"}.mate-desc .content .item ol li:nth-of-type(22):before{content:"22"}.mate-desc .content .item ol li:nth-of-type(23):before{content:"23"}.mate-desc .content .item ol li:nth-of-type(24):before{content:"24"}.mate-desc .content .item ol li:nth-of-type(25):before{content:"25"}.mate-desc .content .item ol li:nth-of-type(26):before{content:"26"}.mate-desc .content .item ol li:nth-of-type(27):before{content:"27"}.mate-desc .content .item ol li:nth-of-type(28):before{content:"28"}.mate-desc .content .item ol li:nth-of-type(29):before{content:"29"}.mate-desc .content .item ol li:nth-of-type(30):before{content:"30"}.mate-desc .content .item ol li:nth-of-type(31):before{content:"31"}.mate-desc .content .item ol li:nth-of-type(32):before{content:"32"}.mate-desc .content .item ol li:nth-of-type(33):before{content:"33"}.mate-desc .content .item ol li:nth-of-type(34):before{content:"34"}.mate-desc .content .item ol li:nth-of-type(35):before{content:"35"}.mate-desc .content .item ol li:nth-of-type(36):before{content:"36"}.mate-desc .content .item ol li:nth-of-type(37):before{content:"37"}.mate-desc .content .item ol li:nth-of-type(38):before{content:"38"}.mate-desc .content .item ol li:nth-of-type(39):before{content:"39"}.mate-desc .content .item ol li:nth-of-type(40):before{content:"40"}.mate-desc .content .item ol li:nth-of-type(41):before{content:"41"}.mate-desc .content .item ol li:nth-of-type(42):before{content:"42"}.mate-desc .content .item ol li:nth-of-type(43):before{content:"43"}.mate-desc .content .item ol li:nth-of-type(44):before{content:"44"}.mate-desc .content .item ol li:nth-of-type(45):before{content:"45"}.mate-desc .content .item ol li:nth-of-type(46):before{content:"46"}.mate-desc .content .item ol li:nth-of-type(47):before{content:"47"}.mate-desc .content .item ol li:nth-of-type(48):before{content:"48"}.mate-desc .content .item ol li:nth-of-type(49):before{content:"49"}.mate-desc .content .item ol li:nth-of-type(50):before{content:"50"}.mate-desc .content .item ol li:nth-of-type(51):before{content:"51"}.mate-desc .content .item ol li:nth-of-type(52):before{content:"52"}.mate-desc .content .item ol li:nth-of-type(53):before{content:"53"}.mate-desc .content .item ol li:nth-of-type(54):before{content:"54"}.mate-desc .content .item ol li:nth-of-type(55):before{content:"55"}.mate-desc .content .item ol li:nth-of-type(56):before{content:"56"}.mate-desc .content .item ol li:nth-of-type(57):before{content:"57"}.mate-desc .content .item ol li:nth-of-type(58):before{content:"58"}.mate-desc .content .item ol li:nth-of-type(59):before{content:"59"}.mate-desc .content .item ol li:nth-of-type(60):before{content:"60"}.mate-desc .content .item ol li:nth-of-type(61):before{content:"61"}.mate-desc .content .item ol li:nth-of-type(62):before{content:"62"}.mate-desc .content .item ol li:nth-of-type(63):before{content:"63"}.mate-desc .content .item ol li:nth-of-type(64):before{content:"64"}.mate-desc .content .item ol li:nth-of-type(65):before{content:"65"}.mate-desc .content .item ol li:nth-of-type(66):before{content:"66"}.mate-desc .content .item ol li:nth-of-type(67):before{content:"67"}.mate-desc .content .item ol li:nth-of-type(68):before{content:"68"}.mate-desc .content .item ol li:nth-of-type(69):before{content:"69"}.mate-desc .content .item ol li:nth-of-type(70):before{content:"70"}.mate-desc .content .item ol li:nth-of-type(71):before{content:"71"}.mate-desc .content .item ol li:nth-of-type(72):before{content:"72"}.mate-desc .content .item ol li:nth-of-type(73):before{content:"73"}.mate-desc .content .item ol li:nth-of-type(74):before{content:"74"}.mate-desc .content .item ol li:nth-of-type(75):before{content:"75"}.mate-desc .content .item ol li:nth-of-type(76):before{content:"76"}.mate-desc .content .item ol li:nth-of-type(77):before{content:"77"}.mate-desc .content .item ol li:nth-of-type(78):before{content:"78"}.mate-desc .content .item ol li:nth-of-type(79):before{content:"79"}.mate-desc .content .item ol li:nth-of-type(80):before{content:"80"}.mate-desc .content .item ol li:nth-of-type(81):before{content:"81"}.mate-desc .content .item ol li:nth-of-type(82):before{content:"82"}.mate-desc .content .item ol li:nth-of-type(83):before{content:"83"}.mate-desc .content .item ol li:nth-of-type(84):before{content:"84"}.mate-desc .content .item ol li:nth-of-type(85):before{content:"85"}.mate-desc .content .item ol li:nth-of-type(86):before{content:"86"}.mate-desc .content .item ol li:nth-of-type(87):before{content:"87"}.mate-desc .content .item ol li:nth-of-type(88):before{content:"88"}.mate-desc .content .item ol li:nth-of-type(89):before{content:"89"}.mate-desc .content .item ol li:nth-of-type(90):before{content:"90"}.mate-desc .content .item ol li:nth-of-type(91):before{content:"91"}.mate-desc .content .item ol li:nth-of-type(92):before{content:"92"}.mate-desc .content .item ol li:nth-of-type(93):before{content:"93"}.mate-desc .content .item ol li:nth-of-type(94):before{content:"94"}.mate-desc .content .item ol li:nth-of-type(95):before{content:"95"}.mate-desc .content .item ol li:nth-of-type(96):before{content:"96"}.mate-desc .content .item ol li:nth-of-type(97):before{content:"97"}.mate-desc .content .item ol li:nth-of-type(98):before{content:"98"}.mate-desc .content .item h1{font-family:PingFangSC-Medium;font-size:.24rem;color:#222;letter-spacing:0;line-height:.25333rem;font-weight:500;display:-webkit-box;display:flex;-webkit-box-align:start;align-items:flex-start;position:relative;z-index:2;margin-bottom:.16rem;line-height:.32rem}.mate-desc .content .item h1:before{content:"";display:block;background:var(--theme-active-btn-bgc);border-radius:.08rem;width:.08rem;height:.25333rem;margin-right:.08rem;flex-shrink:0;margin-top:.04rem}.mate-desc .content .item h1:after{display:block;content:"";width:2.66667rem;height:.17333rem;position:absolute;top:.16rem;left:.16rem;z-index:-1}.mate-desc .content .download-part .title:before{background:transparent}.mate-desc .content .download-part span:after{background:transparent!important}.mate-desc .content .download-part .download-box .download-title{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:justify;justify-content:space-between;padding:.16rem .2rem;background:var(--theme-des-bgc);border-radius:.10667rem .10667rem 0 0}.mate-desc .content .download-part .download-box .download-title .left-text{color:var(--theme-text-color);font-weight:600;font-family:PingFangSC-Medium;font-size:.22667rem;letter-spacing:1.28px;text-align:justify;line-height:.32rem;font-weight:700;font-weight:500}.mate-desc .content .download-part .download-box .download-title .right-btn{border-radius:.2rem;padding:.08rem .16rem;display:-webkit-box;display:flex;color:#fff;-webkit-box-align:center;align-items:center;background:var(--theme-active-btn-bgc)}.mate-desc .content .download-part .download-box .download-title .right-btn img{margin-left:.04rem;width:.06667rem;height:.09333rem}.mate-desc .content .download-part .download-box .download-content{background:#fbfbfb;border-radius:.10667rem;padding:0 .2rem}.mate-desc .content .download-part .download-box .download-content .dl-item{font-size:.18667rem;line-height:.64rem;border-bottom:1px solid #d3d6da;color:#273449;letter-spacing:0;font-weight:400}.mate-desc .content .download-part .download-box .download-content .dl-item:last-of-type{border-bottom:none}.mate-desc .add-btn-box{z-index:20;width:100%;background-color:#fff;padding:.2rem;box-shadow:0 -.04rem .16rem 0 rgba(0,0,0,.08)}.mate-desc .add-btn-box .btn{text-align:center;font-size:.21333rem;padding:.21333rem 0;border-radius:.10667rem;font-weight:600;font-weight:700;color:#fff;background:#666;border-radius:.33333rem}.mate-desc .add-btn-box .skip{margin-top:.16rem;text-align:center;font-family:PingFangSC-Regular;font-size:.18667rem;color:#999;letter-spacing:0;font-weight:400;padding:.16rem;width:100%}.mate-desc .add-btn-box .active{background:var(--theme-active-btn-bgc)}.mate-desc .download-file .modal-content input{margin-top:0}.mate-desc .download-file ::-webkit-input-placeholder{font-family:PingFangSC-Regular;font-size:.17333rem;color:#40577e;letter-spacing:.31px;font-weight:400}.mate-desc .download-file ::placeholder{font-family:PingFangSC-Regular;font-size:.17333rem;color:#40577e;letter-spacing:.31px;font-weight:400}.mate-desc .download-file .modal-btn{background:var(--theme-active-btn-bgc);border-radius:.25333rem;width:100%}.claimdesc .item .payeeInfo .payeeInfoContent .option{width:1.13333rem}.claimdesc{background-color:#f7f7f7;padding:.13333rem}.claimdesc .item{padding:1px .2rem .2rem;background-color:#fff;border-radius:.13333rem;margin-bottom:.13333rem}.claimdesc .item.hide{display:none}.claimdesc .item .item-text:last-of-type,.claimdesc .item>div:last-of-type .item-autograph:last-of-type,.claimdesc .item>div:last-of-type .item-medecine:last-of-type,.claimdesc .item>div:last-of-type .item-text,.claimdesc .item>div:last-of-type .item-text:last-of-type{border-bottom:none;margin-bottom:-.13333rem}.claimdesc .item .title{display:-webkit-box;display:flex;margin-top:.26667rem;margin-bottom:.16rem;-webkit-box-align:center;align-items:center;position:relative;font-size:.22667rem;font-weight:700}.claimdesc .item .title:before{width:.06667rem;height:.25333rem;background:var(--theme-active-btn-bgc);border-radius:.07667rem;content:"";margin-right:.07333rem}.claimdesc .item .title .subTitle{font-weight:400;font-size:.16rem;color:#666}.claimdesc .item .title .deleteContent{position:absolute;right:0;padding:.05333rem .12rem;border:.5px solid #ff6868;border-radius:.19333rem;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;font-family:PingFangSC-Regular;font-size:.16rem;color:#ff6868;letter-spacing:.29px;font-weight:400}.claimdesc .item .title .deleteContent .delIcon{width:.15333rem;height:.17333rem;margin-right:.02667rem}.claimdesc .item .agentCompany{margin-top:.08rem}.claimdesc .item .item-text{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;padding:.2rem 0;-webkit-box-pack:justify;justify-content:space-between;font-size:.2rem;border-bottom:1px solid rgba(211,214,218,.38)}.claimdesc .item .item-text .key{height:100%;font-size:.2rem;line-height:.26667rem!important}.claimdesc .item .item-text .key.warp{max-width:2.13333rem}.claimdesc .item .item-text .value{height:100%;font-family:PingFangSC-Regular;font-size:.18667rem;color:#666;letter-spacing:.34px;text-align:right;font-weight:400;max-width:2.66667rem}.claimdesc .item .item-text.active{padding:.09333rem 0}.claimdesc .item .item-text.active .value{color:#4387fd;background-color:#e2efff;border:1px solid #b4cfff;padding:0 .22667rem;border-radius:.4rem}.claimdesc .item .address-item{padding-bottom:.13333rem}.claimdesc .item .address-item .value{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center}.claimdesc .item .address-item .value.canEdit:after{display:block;width:.2rem;height:.2rem;margin-left:.10667rem;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='26' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 0L0 2l11.5 11L0 24l2 2 14-13z' fill='%23C7C7CC' fill-rule='evenodd'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;background-position:50% 50%;visibility:visible;content:""}.claimdesc .item .address-item .city-item-text{margin-top:.2rem;width:100%;padding:0}.claimdesc .item .address-item .city-item-text .am-list-line{width:100%!important;border-radius:.05333rem;padding:0}.claimdesc .item .address-item .city-item-text .am-list-line input{padding:0 .26667rem;line-height:.6rem;background:#f9f9f9;border-radius:.05333rem;text-align:left!important;font-family:PingFangSC-Regular;font-size:.18667rem;color:#666;font-weight:400}.claimdesc .item .item-fill{font-size:.2rem;margin-top:.13333rem;word-break:break-word;background-color:#fff;padding:0;border-radius:0}.claimdesc .item .item-fill.fill-bor{padding-bottom:.13333rem!important;border-bottom:1px solid hsla(0,0%,82.7%,.38)}.claimdesc .item .item-medecine{border-bottom:1px solid rgba(211,214,218,.38);padding-top:.2rem;padding-bottom:.14667rem}.claimdesc .item .item-medecine .name{font-size:.21333rem;font-weight:600;font-weight:700;margin-bottom:.10667rem}.claimdesc .item .item-medecine .icons{display:-webkit-box;display:flex;margin-bottom:.10667rem}.claimdesc .item .item-medecine .icons .icon{color:#fa6400;background-color:#fdf3e4;border-radius:.05333rem;line-height:.25333rem;padding:0 .09333rem;font-size:.17333rem;margin-right:.10667rem}.claimdesc .item .item-medecine .desc{color:#7d8ba2;font-size:.18667rem}.claimdesc .item .item-mate{padding-top:.13333rem;border-top:.5px solid #e5e5e5}.claimdesc .item .item-mate .name{font-family:PingFangSC-Regular;font-size:.21333rem;color:#333;letter-spacing:0;line-height:.32rem;font-weight:400}.claimdesc .item .item-mate .name .desc{font-family:PingFangSC-Regular;font-size:.17333rem;color:#fa6400;letter-spacing:0;font-weight:400}.claimdesc .item .item-mate .images{display:-webkit-box;display:flex;flex-wrap:wrap;margin-bottom:.26667rem}.claimdesc .item .item-mate .images img{width:32%;margin-right:2%;margin-top:.16rem;height:1.33333rem;background-color:#f7f7f7;border-radius:.10667rem}.claimdesc .item .item-mate .images img:nth-of-type(3n){margin-right:0}.claimdesc .item .item-tip{background:#f7f7f7;border-radius:.10667rem;padding:.16rem .17333rem;font-family:PingFangSC-Regular;font-size:.17333rem;color:#666;letter-spacing:0;text-align:justify;line-height:.24667rem;font-weight:400;margin-top:.04rem;margin-bottom:.04rem}.claimdesc .item .item-tip .highLight{color:#fa6400}.claimdesc .item .item-tip .bold{font-family:PingFangSC-Semibold;font-weight:600;font-weight:700}.claimdesc .item .item-autograph{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;padding:.13333rem 0;border-bottom:1px solid #d3d6da}.claimdesc .item .item-autograph .arrow{width:.16rem;height:.09333rem;display:block}.claimdesc .item .item-autograph .desc{font-size:.18667rem;color:#333;line-height:.26667rem;margin-left:.06667rem}.claimdesc .item .item-checkbox .checkbox-list{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center}.claimdesc .item .item-checkbox .checkbox-list .check-item{font-size:.18667rem;color:#333;line-height:.26667rem}.claimdesc .item .flex,.claimdesc .item .relation{display:-webkit-box;display:flex}.claimdesc .item .relation{-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;border-radius:.02667rem;font-family:PingFangSC-Regular;font-size:.16rem;font-weight:400;margin-left:.08rem;padding:0 .09333rem}.claimdesc .item .blue,.claimdesc .item .relation{background:#f1f5ff;color:#6b97f5}.claimdesc .item .orange{color:#ff893a;background:#fff2ea}.claimdesc .item .yellow{color:#f7b500;background:#fff7e1}.claimdesc .item .payeeInfo{width:100%;padding:.26667rem .2rem;background:#f7f7f7;border-radius:.13333rem;position:relative}.claimdesc .item .payeeInfo.dynamic{padding-bottom:.57333rem}.claimdesc .item .payeeInfo .payeeInfoContent{display:-webkit-box;display:flex;-webkit-box-align:baseline;align-items:baseline;margin-bottom:.10667rem}.claimdesc .item .payeeInfo .payeeInfoContent .option{width:1.49333rem;font-size:.18667rem;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#222;line-height:.26667rem;flex-shrink:0}.claimdesc .item .payeeInfo .payeeInfoContent .desc{font-size:.18667rem;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#666;line-height:.26667rem;margin-left:.10667rem}.claimdesc .item .payeeInfo .payeeInfoContent:last-of-type{margin-bottom:0}.claimdesc .item .payeeInfo .editContent{width:100%;height:.57333rem;position:absolute;left:0;bottom:0;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;font-size:.2rem;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#6da3ff;line-height:.28rem;border-top:1px solid #e5e5e5}.claimdesc .item .item-tip-content{border-radius:.10667rem;overflow:hidden}.claimdesc .item .item-tip-content .topContent{padding:.17333rem .16rem;background:#fffaf6;font-size:.17333rem;font-family:PingFangSC-Semibold,PingFang SC;font-weight:600;font-weight:700;color:#222;font-weight:400;margin-bottom:.24rem}.claimdesc .claim-result,.claimdesc .item .item-tip-content .topContent .desc{font-family:PingFangSC-Regular,PingFang SC}.claimdesc .claim-result{-webkit-box-align:center;align-items:center;height:.26667rem;font-size:.18667rem;font-weight:400;color:#222;line-height:.26667rem;margin-bottom:.08rem}.claimdesc .claim-result .tipColor{color:#fa6400}.claimdesc .claim-duty .adm-swiper-slide{width:3.72rem}.claimdesc .claim-duty .adm-swiper-slide .duty-swiper-item{width:3.61333rem;background:#fff;border-radius:.13333rem;border:1px solid #e5e5e5}.claimdesc .claim-duty .adm-swiper-slide .duty-swiper-item .duty-top-content{display:-webkit-box;display:flex;-webkit-box-align:start;align-items:flex-start}.claimdesc .claim-duty .adm-swiper-slide .duty-swiper-item .duty-top{padding:.16rem .10667rem .16rem .16rem;box-sizing:border-box;border-bottom:1px solid #e5e5e5;display:-webkit-box;display:flex;-webkit-box-pack:start;justify-content:flex-start;-webkit-box-align:center;align-items:center;min-height:.89333rem}.claimdesc .claim-duty .adm-swiper-slide .duty-swiper-item .duty-top .duty-title{display:-webkit-box;display:flex;flex-wrap:wrap;width:2.4rem;font-size:.18667rem;font-family:PingFangSC-Semibold,PingFang SC;font-weight:600;font-weight:700;color:#222;line-height:.28rem}.claimdesc .claim-duty .adm-swiper-slide .duty-swiper-item .duty-top .duty-more{height:.22667rem;font-size:.16rem;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#666;line-height:.22667rem;display:-webkit-box;display:flex;-webkit-box-pack:end;justify-content:flex-end;-webkit-box-align:center;align-items:center;margin-top:.02667rem}.claimdesc .claim-duty .adm-swiper-slide .duty-swiper-item .duty-bot{padding:.16rem .06667rem .16rem .16rem;box-sizing:border-box}.claimdesc .claim-duty .adm-swiper-slide .duty-swiper-item .duty-bot .dutyItem{display:-webkit-box;display:flex;-webkit-box-pack:start;justify-content:flex-start;-webkit-box-align:center;align-items:center;height:.26667rem;font-size:.18667rem;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#999;line-height:.26667rem;margin-bottom:.04rem}.electronSignature-content .dutyListDetail{padding:.2rem 0}.electronSignature-content .dutyListDetail .dutyTitle{font-size:.21333rem;font-family:PingFangSC-Semibold,PingFang SC;font-weight:600;font-weight:700;color:#333;line-height:.30667rem}.electronSignature-content .dutyListDetail .dutySubTitle{margin-top:.16rem;font-size:.18667rem;font-family:PingFangSC-Semibold,PingFang SC;font-weight:600;font-weight:700;color:#333;line-height:.26667rem}.electronSignature-content .dutyListDetail .dutyDesc{margin-top:.10667rem;font-size:.18667rem;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#333;line-height:.26667rem}.protocolPage{width:100%;height:100%;background-color:#fff;overflow:auto}.protocolPage .protocolContent{width:100%;height:auto;background-color:#fff;padding-top:.33333rem}.protocolPage .adm-tabs-header{width:100%;position:fixed;top:0;left:0;background:#fff;border-bottom:0}.protocolPage .adm-tabs-content{padding-top:.53333rem}.protocolPage .adm-tabs-tab{padding-top:.21333rem;padding-bottom:.08rem;font-size:.21333rem;line-height:.29333rem;letter-spacing:.19px;color:#666}.protocolPage .adm-tabs-tab-active{font-weight:600;font-weight:700}.protocolPage .adm-tabs-tab-line{height:.05333rem;border-radius:.02667rem}.protocolPage .adm-tabs-tab-list{margin-bottom:.16rem}.protocolPage.blue .adm-tabs-tab-active{color:var(--theme-text-color)!important}.protocolPage.blue .adm-tabs-tab-line{background:var(--theme-active-btn-bgc)}.spin_loading{width:100vw;height:100vh;position:fixed;top:0;left:0;z-index:999;-webkit-box-pack:center;justify-content:center;background:#f5f5f5}.spin_loading,.spin_loading .loading_con{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center}.spin_loading .loading_con{-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.spin_loading .adm-spin-loading{margin:0 auto}.spin_loading p{font-size:.16rem;color:#9e9e9e;padding-top:.16rem}.generalSituation{width:100%;background-color:#f7f7f7;padding:.13333rem .16rem 0;box-sizing:border-box}.generalSituation .personMessage{width:100%;background:#fff;border-radius:.13333rem;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;padding:.2rem 0 .17333rem .2rem;box-sizing:border-box}.generalSituation .personMessage .personDesc{font-size:.18667rem;font-family:PingFangSC-Regular;font-weight:400;color:#222;line-height:.26667rem;margin-top:.10667rem}.generalSituation .search{background:#fff;border-radius:.13333rem;padding:.2rem .2rem .05333rem;margin-top:.10667rem;box-sizing:border-box}.generalSituation .search,.generalSituation .search .pickerContent{width:100%;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.generalSituation .search .pickerContent{margin-top:.04rem}.generalSituation .search .pickerContent .pickerInfo{width:100%;padding:.2rem 0;display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between;-webkit-box-align:center;align-items:center;border-bottom:.5px solid rgba(211,214,218,.6)}.generalSituation .search .pickerContent .pickerInfo .textContent{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.generalSituation .search .pickerContent .pickerInfo .textContent .title{font-size:.18667rem;font-family:PingFangSC-Regular;font-weight:400;color:#222;line-height:.26667rem;white-space:pre-line}.generalSituation .search .pickerContent .pickerInfo .textContent .bottomContent{display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between;-webkit-box-align:center;align-items:center;margin-top:.16rem}.generalSituation .search .pickerContent .pickerInfo .textContent .bottomContent .desc{background:#f9f9f9;border-radius:.05333rem;width:1.98667rem;text-align:center;height:.48rem;line-height:.48rem;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center}.generalSituation .search .pickerContent .pickerInfo .textContent .bottomContent .desc .icon{width:.16rem;margin-right:.08rem}.generalSituation .search .pickerContent .pickerInfo .textContent .bottomContent .desc .text{color:#999}.generalSituation .search .pickerContent .pickerInfo .textContent .bottomContent .desc .valid{color:#222}.generalSituation .search .pickerContent .pickerInfo .textContent .bottomContent .line{height:.5px;width:.2rem;background:#ccc;margin:0 .05333rem}.generalSituation .search .pickerContent .pickerInfo .rightButton{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;font-size:.18667rem;font-family:PingFangSC-Regular;font-weight:400;line-height:.26667rem;min-width:50%;-webkit-box-pack:end;justify-content:flex-end}.generalSituation .search .pickerContent .pickerInfo .rightButton .nullText{color:#999;margin-right:.04rem}.generalSituation .search .pickerContent .pickerInfo .rightButton .hasText{color:#222}.generalSituation .search .pickerContent .pickerInfo .rightButton .dataText{color:#333;white-space:nowrap}.generalSituation .search .pickerContent .pickerInfo .rightButton .ballContent{margin-right:.2rem;font-size:.18667rem;font-family:PingFangSC-Regular;font-weight:400;color:#999;background-color:#fafafa;width:1.08rem;height:.41333rem;border-radius:.2rem;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center}.generalSituation .search .pickerContent .pickerInfo .rightButton .ballContent.right{margin:0}.generalSituation .search .pickerContent .pickerInfo .rightButton .ballContent.act{background-color:#e2efff;color:#4387fd;border:1px solid #b4cfff}.generalSituation .search .pickerContent .pickerInfo:last-of-type{border:none}.generalSituation .goButton{position:absolute;width:100%;height:1.06667rem;left:0;bottom:0;background-color:#fff}.generalSituation .goButton,.generalSituation .goButton .goButtonContent{display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center}.generalSituation .goButton .goButtonContent{width:4.6rem;height:.66667rem;background:#0082ff;border-radius:.33333rem;font-size:.21333rem;font-family:PingFangSC-Medium;font-weight:500;color:#fff}.searchLoadingPopup{width:100%;height:6.21333rem;background-color:#fff;border-radius:.21333rem .21333rem 0 0}.searchLoadingPopup .header{padding:.26667rem 0;box-sizing:border-box;-webkit-box-pack:center;justify-content:center;font-size:.24rem;font-family:PingFangSC-Medium;font-weight:500;color:#262626;line-height:.33333rem}.searchLoadingPopup .header,.searchLoadingPopup .loadingContent{width:100%;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center}.searchLoadingPopup .loadingContent{margin-top:.88rem;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;font-size:.21333rem;font-family:PingFangSC-Regular;font-weight:400;color:rgba(0,0,0,.5);line-height:.30667rem}.searchLoadingPopup .loadingContent .searchLoadingIcon{width:1.70667rem;height:1.70667rem;-webkit-animation:loadingRotate 2s linear infinite;animation:loadingRotate 2s linear infinite}.searchLoadingPopup .loadingContent .searchLoadingDesc{margin-top:.21333rem}@-webkit-keyframes loadingRotate{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(364deg);transform:rotate(364deg)}}@keyframes loadingRotate{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(364deg);transform:rotate(364deg)}}.nullRecordPopup{width:100%;background-color:#fff;border-radius:.13333rem .13333rem 0 0}.nullRecordPopup .topContent{display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;padding:.30667rem 0 .21333rem}.nullRecordPopup .topContent .textIcon{width:.41333rem;height:.18667rem}.nullRecordPopup .topContent .titleContent{margin:0 .13333rem}.nullRecordPopup .topContent .titleContent .title{font-size:.24rem;font-family:PingFangSC-Medium;font-weight:500;color:#333;line-height:.33333rem}.nullRecordPopup .textContent{width:100%;padding:0 .33333rem;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.nullRecordPopup .textContent .nullRecordTitle{font-size:.18667rem;font-family:PingFangSC-Semibold;font-weight:600;font-weight:700;color:#333;line-height:.26667rem}.nullRecordPopup .textContent .descContent{padding:.09333rem 0 .21333rem;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.nullRecordPopup .textContent .descContent .descInfo{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;margin-top:.12rem}.nullRecordPopup .textContent .descContent .descInfo .textDescRightIcon{width:.16rem;height:.16rem}.nullRecordPopup .textContent .descContent .descInfo .textDesc{margin-left:.05333rem;font-size:.17333rem;font-family:PingFangSC-Regular;font-weight:400;color:#40577e;line-height:.25333rem}.nullRecordPopup .buttonContent{width:100%;padding:.2rem;box-sizing:border-box;-webkit-box-pack:justify;justify-content:space-between;border-top:1px solid rgba(218,217,217,.5)}.nullRecordPopup .buttonContent,.nullRecordPopup .buttonContent .gobutton{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center}.nullRecordPopup .buttonContent .gobutton{width:2.2rem;height:.66667rem;border-radius:.33333rem;font-size:.2rem;font-family:PingFangSC-Regular;font-weight:400;line-height:.30667rem;-webkit-box-pack:center;justify-content:center}.nullRecordPopup .buttonContent .gobutton.left{color:#0576f1;border:1px solid #0082ff}.nullRecordPopup .buttonContent .gobutton.right{background:#0082ff;color:#fff}.topContent{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center}.topContent .block{width:.08rem;height:.26667rem;border-radius:.08rem;background:#0082ff}.topContent .title{font-size:.21333rem;font-family:PingFangSC-Semibold;font-weight:600;font-weight:700;color:#222;line-height:.30667rem;margin-left:.08rem}.medicalRecord{width:100%;height:100%;background-color:#f7f7f7;padding-top:.13333rem;box-sizing:border-box}.medicalRecord .personMessage{width:100%;background:#fff;border-radius:.13333rem;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;padding:.2rem 0 .17333rem .2rem;box-sizing:border-box}.medicalRecord .personMessage .personDesc{font-size:.18667rem;font-family:PingFangSC-Regular;font-weight:400;color:#333;line-height:.26667rem;margin-top:.10667rem}.medicalRecord .search{background:#fff;border-radius:.13333rem .13333rem 0 0;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;padding:.2rem .2rem .05333rem;box-sizing:border-box}.medicalRecord .search,.medicalRecord .search .descContent{width:100%;display:-webkit-box;display:flex;margin-top:.13333rem}.medicalRecord .search .descContent{height:.54667rem;background:#fff8f4;border-radius:.10667rem;font-size:.17333rem;font-family:PingFangSC-Regular;font-weight:400;color:#fa6400;line-height:.25333rem;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center}.medicalRecord .medicalRecord-list{width:100%;padding:0 .16rem 1.33333rem}.medicalRecord .medicalRecord-list .dataList{width:100%;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;border-radius:0 0 .13333rem .13333rem;padding:0 .2rem .24rem;background-color:#fff}.medicalRecord .medicalRecord-list .dataList .dataListContent{background-color:#f7f7f7;border-radius:.13333rem;margin-top:.2rem}.medicalRecord .medicalRecord-list .dataList .dataListContent .header{-webkit-box-pack:justify;justify-content:space-between;padding:.26667rem .16rem .16rem}.medicalRecord .medicalRecord-list .dataList .dataListContent .header,.medicalRecord .medicalRecord-list .dataList .dataListContent .header .headerLeft{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center}.medicalRecord .medicalRecord-list .dataList .dataListContent .header .headerLeft .ball{width:.24rem;height:.24rem;border-radius:.24rem;border:.02667rem solid #c2c2c2}.medicalRecord .medicalRecord-list .dataList .dataListContent .header .headerLeft .ball.act{background:url(https://static1.webao99.com/newclaim/img/selected_3cfde4f2.png) no-repeat;background-size:100%;border:none}.medicalRecord .medicalRecord-list .dataList .dataListContent .header .headerLeft .ball.disbled{background:url(https://static1.webao99.com/newclaim/img/idcardtypeRightIcon-disabled_a5300d8f.png) no-repeat;background-size:100%;border:none}.medicalRecord .medicalRecord-list .dataList .dataListContent .header .headerLeft .textContent{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;font-size:.21333rem;font-family:PingFangSC-Semibold;font-weight:600;font-weight:700;color:#333;line-height:.30667rem;margin-left:.14667rem}.medicalRecord .medicalRecord-list .dataList .dataListContent .header .headerRight{padding:0 .10667rem;height:.34667rem;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;background:#f1f5ff;border-radius:.66667rem;font-size:.17333rem;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#6b97f5;line-height:.25333rem}.medicalRecord .medicalRecord-list .dataList .dataListContent .messageContent{width:100%}.medicalRecord .medicalRecord-list .dataList .dataListContent .messageContent .messageInfo{margin:.06667rem .21333rem .06667rem .54667rem;display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between}.medicalRecord .medicalRecord-list .dataList .dataListContent .messageContent .messageInfo .title{font-size:.18667rem;font-family:PingFangSC-Regular;font-weight:400;color:#333;line-height:.26667rem}.medicalRecord .medicalRecord-list .dataList .dataListContent .messageContent .messageInfo .desc{font-size:.18667rem;font-family:PingFangSC-Regular;font-weight:400;color:#666;line-height:.26667rem}.medicalRecord .medicalRecord-list .dataList .dataListContent .bottomButtonContent{width:100%;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;margin-top:.13333rem;border-top:.5px solid #e5e5e5}.medicalRecord .medicalRecord-list .dataList .dataListContent .bottomButtonContent .bottomButton{width:1.04rem;height:.58667rem;background:#f7f7f7;border-radius:.21333rem;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;font-size:.18667rem;font-family:PingFangSC-Regular;font-weight:400;color:#999;line-height:.26667rem}.medicalRecord .medicalRecord-list .dataList .dataListContent .bottomButtonContent .bottomButton .bottomButtonText{margin-right:.08rem}.medicalRecord .medicalRecord-list .dataList .dataListContent:last-of-type{border:none}.medicalRecord .nullData{width:100%;height:5.04rem;border-radius:.13333rem;background-color:#fff;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center}.medicalRecord .nullData .nullDataIcon{width:2.13333rem;height:1.80667rem;margin-bottom:.29333rem}.medicalRecord .nullData .nullDataDesc{font-size:.18667rem;font-family:PingFangSC-Regular;font-weight:400;color:#999;line-height:.26667rem}.medicalRecord .goButton{position:absolute;width:100%;height:1.06667rem;left:0;bottom:0;background-color:#fff;box-shadow:0 -.5px 0 0 #e5e5e5}.medicalRecord .goButton,.medicalRecord .goButton .goButtonContent{display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center}.medicalRecord .goButton .goButtonContent{width:4.6rem;height:.66667rem;background:#0082ff;border-radius:.33333rem;font-size:.21333rem;font-family:PingFangSC-Medium;font-weight:500;color:#fff}.pdfview{width:100%;height:100%;background-color:#f6f6f6;position:relative}.pdfview .pageButton{width:100%;position:fixed;left:0;bottom:.66667rem;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center}.pdfview .pageButton .buttonContent{width:2.66667rem;display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between;-webkit-box-align:center;align-items:center}.pdfview .pageButton .buttonContent .addButton,.pdfview .pageButton .buttonContent .subButton{width:.66667rem;height:.66667rem;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;background-color:rgba(0,0,0,.1);border-radius:.66667rem}.pdfview .pdf-control{position:fixed;width:100%;left:0;bottom:0;padding:0 .21333rem;height:.66667rem;line-height:.66667rem;background:#fff;display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between;-webkit-box-align:center;align-items:center;font-size:.18667rem;color:#fff}.pdfview .pdf-control .block{width:.66667rem;height:.66667rem}.pdfview .pdf-control .pdf-control-page{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;color:#333}.pdfview .pdf-control .pdf-control-page .page-number-container{margin:0 .09333rem}.pdfview .pdf-control-zoom{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center}.pdfview .pdf-control-zoom .blowIcon{width:.25333rem;height:.24rem;margin-right:.16rem}.pdfview .loading{width:100%;height:100vh;background-color:#fff;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;position:fixed;top:0;left:0;z-index:99}.applicationHistory{width:100%;height:100%;background-color:#f7f7f7;padding-top:.2rem;box-sizing:border-box}.applicationHistory.blue .applicationHistory-list .dataList .dataListContent .actButton{padding:0 .2rem!important;-webkit-box-pack:justify!important;justify-content:space-between!important}.applicationHistory.blue .applicationHistory-list .dataList .dataListContent .actButton .actButtonContent{width:2.06667rem;height:.53333rem!important;border-radius:.10667rem!important;border:1px solid #23aae5!important;color:#0576f1!important}.applicationHistory.blue .applicationHistory-list .dataList .dataListContent .actButton .actButtonContent.big{width:100%}.applicationHistory.blue .applicationHistory-list .dataList .dataListContent .actButton .actButtonContent.gary{border:1px solid #a4aebe;color:#7d8ba2}.applicationHistory .applicationHistory-list{width:100%;padding:0 .13333rem}.applicationHistory .applicationHistory-list .dataList,.applicationHistory .applicationHistory-list .dataList .dataListContent{width:100%;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.applicationHistory .applicationHistory-list .dataList .dataListContent{background-color:#fff;margin-bottom:.13333rem;border-radius:.08rem;position:relative;-webkit-box-align:start;align-items:flex-start}.applicationHistory .applicationHistory-list .dataList .dataListContent .header{width:100%;padding:.16rem 0 .16rem .22667rem;display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between;border-bottom:1px solid #eee}.applicationHistory .applicationHistory-list .dataList .dataListContent .header .headerLeft{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center}.applicationHistory .applicationHistory-list .dataList .dataListContent .header .headerLeft .goodsIcon{width:.36rem;height:.36rem}.applicationHistory .applicationHistory-list .dataList .dataListContent .header .headerLeft .title{font-size:.21333rem;font-family:PingFangSC-Medium;color:#333;margin-left:.16rem}.applicationHistory .applicationHistory-list .dataList .dataListContent .header .headerLeft .title.bold{font-weight:800}.applicationHistory .applicationHistory-list .dataList .dataListContent .header .headerRight .tip{padding:.04rem .16rem;border-radius:.66667rem 0 0 .66667rem;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;font-size:.18667rem;font-family:PingFangSC-Regular,PingFang SC;font-weight:400}.applicationHistory .applicationHistory-list .dataList .dataListContent .header .headerRight .tip.success{background-color:#f1f5ff;color:#6b97f5}.applicationHistory .applicationHistory-list .dataList .dataListContent .header .headerRight .tip.wait{background:#ffede1;color:#fa6400}.applicationHistory .applicationHistory-list .dataList .dataListContent .header .headerRight .tip.reject{background-color:#f0f0f0;color:#999}.applicationHistory .applicationHistory-list .dataList .dataListContent .tipContent{width:100%;padding:0 .18667rem;margin-top:.17333rem}.applicationHistory .applicationHistory-list .dataList .dataListContent .tipContent .statusTip{width:100%;border-radius:.08rem;display:-webkit-box;display:flex;-webkit-box-align:start;align-items:flex-start;padding:.13333rem 0 .13333rem .16rem}.applicationHistory .applicationHistory-list .dataList .dataListContent .tipContent .statusTip.gary{background:#f7f7f7}.applicationHistory .applicationHistory-list .dataList .dataListContent .tipContent .statusTip.blue{background:#f1f5ff}.applicationHistory .applicationHistory-list .dataList .dataListContent .tipContent .statusTip.orange{background:#fff5ee}.applicationHistory .applicationHistory-list .dataList .dataListContent .tipContent .statusTip .title{font-size:.18667rem;font-family:PingFangSC-Medium;color:#333;line-height:.26667rem;margin-left:.13333rem;white-space:nowrap}.applicationHistory .applicationHistory-list .dataList .dataListContent .tipContent .statusTip .title.bold{font-weight:800}.applicationHistory .applicationHistory-list .dataList .dataListContent .tipContent .statusTip .desc{font-size:.18667rem;font-family:PingFangSC-Regular;font-weight:400;color:#666;line-height:.26667rem;margin-left:.08rem}.applicationHistory .applicationHistory-list .dataList .dataListContent .tipContent .statusTip .typeIcon{margin-top:.02667rem;flex-shrink:0}.applicationHistory .applicationHistory-list .dataList .dataListContent .textContent{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;margin-top:.17333rem;padding:0 .18667rem .13333rem}.applicationHistory .applicationHistory-list .dataList .dataListContent .textContent .textInfo{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;font-size:.18667rem;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;margin-bottom:.13333rem}.applicationHistory .applicationHistory-list .dataList .dataListContent .textContent .textInfo .type{color:#999}.applicationHistory .applicationHistory-list .dataList .dataListContent .textContent .textInfo .info{color:#333}.applicationHistory .applicationHistory-list .dataList .dataListContent .actButton{width:100%;height:.85333rem;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;border-top:1px solid #eee}.applicationHistory .applicationHistory-list .dataList .dataListContent .actButton .actButtonContent{width:2.13333rem;height:.53333rem;border-radius:.26667rem;border:1px solid #e91810;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;font-size:.2rem;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#e91b11}.applicationHistory .applicationHistory-list .dataList .dataListContent .actButton .actButtonContent.act{display:none}.applicationHistory .applicationHistory-list .dataList .dataListContent:last-of-type{margin-bottom:0}.applicationHistory .nullData{width:4.68rem;height:5.04rem;border-radius:.13333rem;background-color:#fff;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center}.applicationHistory .nullData .nullDataIcon{width:2.13333rem;height:1.80667rem;margin-bottom:.29333rem}.applicationHistory .nullData .nullDataDesc{font-size:.18667rem;font-family:PingFangSC-Regular;font-weight:400;color:#999;line-height:.26667rem}.withDrawPopup .inputReason{margin-top:.18667rem;width:100%;height:.58667rem;background:#fafafa;border-radius:.05333rem;color:#0375f1;font-size:.17333rem;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;line-height:.25333rem;padding-left:.22667rem;box-sizing:border-box}.withDrawPopup .inputReason::-webkit-input-placeholder{font-size:.17333rem;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#40577e;line-height:.25333rem}.am-flexbox{text-align:left;overflow:hidden;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center}.am-flexbox.am-flexbox-dir-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row}.am-flexbox.am-flexbox-dir-row-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;flex-direction:row-reverse}.am-flexbox.am-flexbox-dir-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.am-flexbox.am-flexbox-dir-column .am-flexbox-item{margin-left:0}.am-flexbox.am-flexbox-dir-column-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;flex-direction:column-reverse}.am-flexbox.am-flexbox-dir-column-reverse .am-flexbox-item{margin-left:0}.am-flexbox.am-flexbox-nowrap{flex-wrap:nowrap}.am-flexbox.am-flexbox-wrap{flex-wrap:wrap}.am-flexbox.am-flexbox-wrap-reverse{flex-wrap:wrap-reverse}.am-flexbox.am-flexbox-justify-start{-webkit-box-pack:start;justify-content:flex-start}.am-flexbox.am-flexbox-justify-end{-webkit-box-pack:end;justify-content:flex-end}.am-flexbox.am-flexbox-justify-center{-webkit-box-pack:center;justify-content:center}.am-flexbox.am-flexbox-justify-between{-webkit-box-pack:justify;justify-content:space-between}.am-flexbox.am-flexbox-justify-around{justify-content:space-around}.am-flexbox.am-flexbox-align-start{-webkit-box-align:start;align-items:flex-start}.am-flexbox.am-flexbox-align-end{-webkit-box-align:end;align-items:flex-end}.am-flexbox.am-flexbox-align-center{-webkit-box-align:center;align-items:center}.am-flexbox.am-flexbox-align-stretch{-webkit-box-align:stretch;align-items:stretch}.am-flexbox.am-flexbox-align-baseline{-webkit-box-align:baseline;align-items:baseline}.am-flexbox.am-flexbox-align-content-start{align-content:flex-start}.am-flexbox.am-flexbox-align-content-end{align-content:flex-end}.am-flexbox.am-flexbox-align-content-center{align-content:center}.am-flexbox.am-flexbox-align-content-between{align-content:space-between}.am-flexbox.am-flexbox-align-content-around{align-content:space-around}.am-flexbox.am-flexbox-align-content-stretch{align-content:stretch}.am-flexbox .am-flexbox-item{box-sizing:border-box;-webkit-box-flex:1;flex:1 1;margin-left:.10667rem;min-width:.13333rem}.am-flexbox .am-flexbox-item:first-child{margin-left:0}.am-image-picker-list{padding:.12rem .10667rem 0;margin-bottom:.2rem}.am-image-picker-list .am-flexbox{margin-bottom:.08rem}.am-image-picker-list .am-flexbox .am-flexbox-item{position:relative;margin-right:.06667rem;margin-left:0}.am-image-picker-list .am-flexbox .am-flexbox-item:after{display:block;content:" ";padding-bottom:100%}.am-image-picker-list .am-image-picker-item{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:100%;height:100%}.am-image-picker-list .am-image-picker-item .am-image-picker-item-remove{width:.2rem;height:.2rem;position:absolute;right:.08rem;top:.08rem;text-align:right;vertical-align:top;z-index:2;background-size:.2rem auto;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Ccircle fill-opacity='.4' fill='%23404040' cx='8' cy='8' r='8'/%3E%3Cpath d='M11.898 4.101a.345.345 0 00-.488 0L8 7.511l-3.411-3.41a.345.345 0 00-.488.488l3.411 3.41-3.41 3.412a.345.345 0 00.488.488L8 8.487l3.411 3.411a.345.345 0 00.488-.488L8.488 8l3.41-3.412a.344.344 0 000-.487z' fill='%23FFF'/%3E%3C/g%3E%3C/svg%3E")}.am-image-picker-list .am-image-picker-item .am-image-picker-item-content{height:100%;width:100%;border-radius:.04rem;background-size:cover}.am-image-picker-list .am-image-picker-item img{width:100%}.am-image-picker-list .am-image-picker-upload-btn{box-sizing:border-box;border-radius:.04rem;border:1px solid #ddd;background-color:#fff}.am-image-picker-list .am-image-picker-upload-btn:after,.am-image-picker-list .am-image-picker-upload-btn:before{width:1PX;height:.33333rem;content:" ";position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background-color:#ccc}.am-image-picker-list .am-image-picker-upload-btn:after{width:.33333rem;height:1PX}.am-image-picker-list .am-image-picker-upload-btn-active{background-color:#ddd}.am-image-picker-list .am-image-picker-upload-btn input{position:absolute;top:0;left:0;bottom:0;right:0;opacity:0}.applicationSubmit{width:100%;overflow:auto;background-color:#f7f7f7;padding:.13333rem .16rem 2.13333rem;box-sizing:border-box}.applicationSubmit .am-image-picker-list{padding-left:0!important;padding-right:0!important}.applicationSubmit .am-flexbox-item{width:1.33333rem!important;height:1.33333rem!important}.applicationSubmit .am-flexbox-item:nth-of-type(3n){margin-right:0!important}.applicationSubmit .loading{width:100%;height:100vh;position:fixed;top:0;left:0;z-index:9}.applicationSubmit .loading,.applicationSubmit .loading .loadingContent{display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center}.applicationSubmit .loading .loadingContent{padding:.26667rem .2rem;background-color:rgba(0,0,0,.6);box-shadow:0 .02667rem .08rem 0 hsla(0,0%,83.1%,.5);border-radius:.10667rem;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;color:#fff;font-size:.21333rem;margin-top:-.53333rem}.applicationSubmit .loading .loadingContent .loadingIcon{width:.44rem;height:.44rem;-webkit-animation:rotating 1s linear infinite;animation:rotating 1s linear infinite;margin-bottom:.16rem}.applicationSubmit .personMessage{width:100%;background:#fff;border-radius:.13333rem;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;padding:.2rem 0 .17333rem .2rem;margin-bottom:.16rem;box-sizing:border-box}.applicationSubmit .personMessage .topContent{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center}.applicationSubmit .personMessage .topContent .block{width:.08rem;height:.26667rem;border-radius:.08rem;background:-webkit-linear-gradient(left,#06cad2,#1caced);background:linear-gradient(90deg,#06cad2,#1caced)}.applicationSubmit .personMessage .topContent .title{font-size:.21333rem;font-family:PingFangSC-Semibold;font-weight:600;font-weight:700;color:#333;line-height:.30667rem;margin-left:.08rem}.applicationSubmit .personMessage .personDesc{font-size:.18667rem;font-family:PingFangSC-Regular;font-weight:400;color:#333;line-height:.26667rem;margin-top:.10667rem}.applicationSubmit .personMessage .checkInfo{display:-webkit-box;display:flex;-webkit-box-pack:start;justify-content:flex-start;margin-top:.21333rem;font-size:.18667rem}.applicationSubmit .personMessage .checkInfo .ball{width:.24rem;height:.24rem;border-radius:.24rem;border:1px solid #c2c2c2;flex-shrink:0}.applicationSubmit .personMessage .checkInfo .ball.act{background:url(https://static1.webao99.com/newclaim/img/selected_3cfde4f2.png) no-repeat;background-size:100%;border:none}.applicationSubmit .personMessage .checkInfo .ball.disbled{background:url(https://static1.webao99.com/newclaim/img/idcardtypeRightIcon-disabled_a5300d8f.png) no-repeat;background-size:100%;border:none}.applicationSubmit .personMessage .checkInfo .checkDesc{margin-left:.13333rem;max-width:4rem;font-size:.18667rem;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#333;line-height:.26667rem}.applicationSubmit .materials{width:100%;background:#fff;border-radius:.13333rem;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;margin-top:.13333rem;box-sizing:border-box;padding:.2rem .2rem .16rem}.applicationSubmit .materials .topContent{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center}.applicationSubmit .materials .topContent .block{width:.08rem;height:.26667rem;border-radius:.08rem;background:-webkit-linear-gradient(left,#06cad2,#1caced);background:linear-gradient(90deg,#06cad2,#1caced)}.applicationSubmit .materials .topContent .title{font-size:.21333rem;font-family:PingFangSC-Semibold;font-weight:600;font-weight:700;color:#333;line-height:.30667rem;margin-left:.08rem}.applicationSubmit .materials .descContent{background:#fff8f4;padding:.16rem .17333rem .18667rem;border-radius:.10667rem;font-family:PingFangSC-Regular;white-space:pre-line;font-size:.17333rem;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#fa6400;margin-top:.13333rem;line-height:.25333rem}.applicationSubmit .materials .descContent,.applicationSubmit .nullData{width:100%;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center}.applicationSubmit .nullData{height:5.04rem;border-radius:.13333rem;background-color:#fff;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-pack:center;justify-content:center}.applicationSubmit .nullData .nullDataIcon{width:2.13333rem;height:1.80667rem;margin-bottom:.29333rem}.applicationSubmit .nullData .nullDataDesc{font-size:.18667rem;font-family:PingFangSC-Regular;font-weight:400;color:#999;line-height:.26667rem}.applicationSubmit .goButton{position:fixed;width:100%;height:1.06667rem;left:0;bottom:0;background-color:#fff}.applicationSubmit .goButton,.applicationSubmit .goButton .goButtonContent{display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center}.applicationSubmit .goButton .goButtonContent{width:4.6rem;height:.66667rem;background:-webkit-linear-gradient(left,#06cad2,#1caced);background:linear-gradient(90deg,#06cad2,#1caced);font-size:.21333rem;font-family:PingFangSC-Medium;font-weight:500;color:#fff;border-radius:.10667rem}.common-finish-page{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-align:center;align-items:center;background:#f7f7f7}.common-finish-page .finish-icon{width:2rem;margin-top:.66667rem}.common-finish-page .title{font-size:.25333rem;font-weight:500;color:#666;line-height:.36rem;margin-top:.04rem}.common-finish-page .btn{font-size:.21333rem;font-weight:400;width:3.33333rem;height:.61333rem;line-height:.61333rem;text-align:center;border-radius:.10667rem}.common-finish-page .goon{margin-top:.49333rem;color:#fff;background:var(--theme-active-btn-bgc)}.common-finish-page .leave{background-color:#fff;color:#e90e12;border:1px solid #ff2102;margin-top:.17333rem}.common-finish-page .warning-box{width:calc(100% - .4rem);border-radius:.10667rem;padding:.26667rem .16rem;background-color:#fff;margin-top:.77333rem}.common-finish-page .warning-box .warning-title-box{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center}.common-finish-page .warning-box .warning-title-box img{width:.4rem;height:.2rem}.common-finish-page .warning-box .warning-title-box .text{font-size:.25333rem;font-weight:500;color:#333;line-height:.32rem;margin-left:.08rem;margin-right:.08rem}.common-finish-page .warning-box .desc{margin-top:.13333rem;font-size:.18667rem;font-weight:500;color:#999;line-height:.26667rem;display:-webkit-box;display:flex}.common-finish-page .warning-box .desc .num{background-color:#fff0ef;width:.21333rem;height:.21333rem;border-radius:50%;color:#7e5540;line-height:.21333rem;text-align:center;margin-right:.06667rem;font-size:.13333rem;-webkit-transform:translateY(.02667rem);transform:translateY(.02667rem);flex-shrink:0}.common-finish-page .warning-box .desc .active{color:#fa6400!important}.common-finish-page.common-finish-sw .goon{background-image:-webkit-linear-gradient(left,#e9440b,#e90014);background-image:linear-gradient(90deg,#e9440b,#e90014)}.common-finish-page.common-finish-lc .leave{border-radius:.4rem}.common-finish-page.common-finish-lc .goon{background-image:-webkit-linear-gradient(left,#f55900,red);background-image:linear-gradient(90deg,#f55900,red);border-radius:.4rem}.common-finish-page.common-finish-js .goon{background-image:-webkit-linear-gradient(left,#06cad2,#1caced);background-image:linear-gradient(90deg,#06cad2,#1caced)}.common-finish-page.common-finish-js .leave{background-color:#fff;color:#0576f1;border:1px solid #23aae5;margin-top:.17333rem}.common-finish-page.common-finish-js .warning-box .num{background-color:#f1f1f1;color:#999}.applicationDetail{width:100%;height:100%;overflow:auto;background-color:#f7f7f7;position:relative;padding:0 .2rem .4rem;background-size:100%}.applicationDetail .c-svgIcon{flex-shrink:0}.applicationDetail .topBgColor{width:100%;height:3.44rem;position:absolute;top:0;left:0;background:-webkit-linear-gradient(top,#e3f4ff,#f7f7f7);background:linear-gradient(180deg,#e3f4ff,#f7f7f7)}.applicationDetail.blue{background:none}.applicationDetail.blue .topTip{background:-webkit-linear-gradient(right,#06cad2,#1caced);background:linear-gradient(270deg,#06cad2,#1caced)}.applicationDetail.blue .topTip .descContent{color:#0283ff!important}.applicationDetail.blue .header .block{background-color:#1caced!important}.applicationDetail.blue .goButton{-webkit-box-pack:justify!important;justify-content:space-between!important;padding:0 .2rem!important}.applicationDetail.blue .goButton .goButtonContent{background:-webkit-linear-gradient(left,#06cad2,#1caced)!important;background:linear-gradient(90deg,#06cad2,#1caced)!important}.applicationDetail.blue .goButton .small{width:1.6rem!important;border:1px solid #23aae5!important;background:#fff!important;color:#0576f1!important}.applicationDetail.blue .goButton .big{width:2.8rem!important}.applicationDetail.red .topTip{background:-webkit-linear-gradient(right,#fdab78,#ff4f47);background:linear-gradient(270deg,#fdab78,#ff4f47)}.applicationDetail.red .topTip .descContent{color:#ff5d02!important}.applicationDetail.red .goButton .goButtonContent{background:-webkit-linear-gradient(top,#e9440b,#e90014)!important;background:linear-gradient(180deg,#e9440b,#e90014)!important}.applicationDetail.yellow .topTip{background:-webkit-linear-gradient(right,#ff9c8a,#ff713f);background:linear-gradient(270deg,#ff9c8a,#ff713f)}.applicationDetail.yellow .topTip .descContent{color:#ff5d02!important}.applicationDetail.yellow .goButton .goButtonContent{background:-webkit-linear-gradient(left,#ff9c8a,#ff713f)!important;background:linear-gradient(90deg,#ff9c8a,#ff713f)!important}.applicationDetail.redyellow .topTip{background:-webkit-linear-gradient(right,#f55900,red);background:linear-gradient(270deg,#f55900,red)}.applicationDetail.redyellow .topTip .descContent{color:#ff5d02!important}.applicationDetail.redyellow .goButton .goButtonContent{background:-webkit-linear-gradient(left,#f55900,red)!important;background:linear-gradient(90deg,#f55900,red)!important;border-radius:.4rem}.applicationDetail .topTip{width:100%;min-height:1.28rem;padding:.30667rem .2rem .2rem;margin-top:.16rem;box-sizing:border-box;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;position:relative;border-radius:.10667rem;background:-webkit-linear-gradient(right,#fdab78,#ff4f47);background:linear-gradient(270deg,#fdab78,#ff4f47)}.applicationDetail .topTip .topTipBackground{width:2.80667rem;height:2.26rem;position:absolute;top:0;left:0;background:url(https://static1.webao99.com/newclaim/img/detailTipBackground_88f4ee19.png) no-repeat;background-size:100%}.applicationDetail .topTip .tipContent{width:100%;padding:0 .10667rem 0 .05333rem;display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between;-webkit-box-align:center;align-items:center;overflow:hidden}.applicationDetail .topTip .tipContent .topTipText{max-width:3.2rem;font-size:.21333rem;font-family:PingFangSC-Semibold,PingFang SC;font-weight:600;font-weight:700;color:#fff;line-height:.30667rem;letter-spacing:1px}.applicationDetail .topTip .tipContent .rightBall{width:.61333rem;height:.61333rem;border-radius:.61333rem;background:#fff;flex-shrink:0}.applicationDetail .topTip .descContent{width:100%;margin-top:.13333rem;padding:.13333rem .10667rem;font-size:.17333rem;font-family:PingFangSC-Regular;font-weight:400;color:#ff5d02;line-height:.26667rem;background:#fff;border-radius:.05333rem;opacity:.96;white-space:pre-line}.applicationDetail .messageContent{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;background-color:#fff;margin-top:.17333rem;border-radius:.10667rem;position:relative;z-index:3}.applicationDetail .messageContent .header{width:100%;padding:.18667rem .21333rem .18667rem .28rem;-webkit-box-pack:justify;justify-content:space-between}.applicationDetail .messageContent .header,.applicationDetail .messageContent .header .headerLeft{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center}.applicationDetail .messageContent .header .headerLeft .block{width:.08rem;height:.25333rem;border-radius:.04rem;background-color:#d63d26}.applicationDetail .messageContent .header .headerLeft .goodsIcon{width:.32rem;height:.32rem}.applicationDetail .messageContent .header .headerLeft .title{font-size:.24rem;font-family:PingFangSC-Medium,PingFang SC;color:#000;margin-left:.08rem;line-height:.30667rem}.applicationDetail .messageContent .header .headerLeft .title.bold{font-weight:800}.applicationDetail .messageContent .textContent{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;margin-top:1px;padding:0 .2rem .13333rem}.applicationDetail .messageContent .textContent .textInfo{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;font-size:.18667rem;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;margin-bottom:.13333rem;line-height:.26667rem}.applicationDetail .messageContent .textContent .textInfo .type{color:#999;white-space:nowrap}.applicationDetail .messageContent .textContent .textInfo .info{color:#333;white-space:nowrap}.applicationDetail .messageContent .textContent .textInfo .info.gold{color:#fa6400;font-weight:600;font-weight:700}.applicationDetail .messageContent .textContent .textInfo.long{display:block}.applicationDetail .messageContent .textContent .textInfo.long .info{white-space:normal}.applicationDetail .messageContent .textContent .imgInfo{width:105%;font-size:.18667rem;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;margin-bottom:.16rem}.applicationDetail .messageContent .textContent .imgInfo .type{color:#999;white-space:nowrap}.applicationDetail .messageContent .textContent .imgInfo .imgContent{width:100%;display:-webkit-box;display:flex;flex-wrap:wrap}.applicationDetail .messageContent .textContent .imgInfo .imgContent .materialsImg{width:1.28rem;height:1.28rem;margin-top:.13333rem;margin-right:.13333rem;border-radius:.08rem}.applicationDetail .messageContent .textContent .descContent{width:100%;background:#fff8f4;padding:.16rem .17333rem .18667rem;border-radius:.10667rem;font-family:PingFangSC-Regular;display:-webkit-box;display:flex;-webkit-box-pack:start;justify-content:flex-start;-webkit-box-align:center;align-items:center;white-space:pre-line;font-size:.17333rem;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#fa6400;line-height:.25333rem;margin-bottom:.21333rem;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.applicationDetail .messageContent .textContent .descContent .descInfo{width:100%;margin-bottom:.02667rem}.electronSignature .topTipContent{padding:.13333rem .16rem;display:-webkit-box;display:flex;-webkit-box-align:baseline;align-items:baseline;background:#fff5ee}.electronSignature .topTipContent .waringTipIcon{width:.16rem;height:.16rem;margin-right:.05333rem;flex-shrink:0}.electronSignature .topTipContent .waringTipText{font-size:.17333rem;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#999;line-height:.25333rem}.electronSignature .topTipContent .waringTipText .highLight{color:#fa6400}.electronSignature .autographList{background-color:#f7f7f7;height:100%;padding:.08rem .16rem 2rem;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.electronSignature .autographList .content{-webkit-box-flex:1;flex:1 1;overflow:scroll}.electronSignature .autographList .autograph-item{background:#fff;border-radius:.13333rem;margin:.13333rem 0;padding-bottom:.26667rem;position:relative}.electronSignature .autographList .autograph-item .item-title{font-size:.24rem;font-weight:600;font-weight:700;color:#333;line-height:.33333rem;padding:.33333rem .13333rem 0;text-align:center}.electronSignature .autographList .autograph-item .item-btn{width:3.34667rem;height:.58667rem;font-size:.21333rem;line-height:.58667rem;text-align:center;margin:.24rem auto 0;border-radius:.58667rem;border:1px solid var(--theme-active-border-color)}.electronSignature .autographList .autograph-item .item-btn.btn-blue{background:var(--theme-active-btn-bgc);color:#fff;font-weight:600;font-weight:700}.electronSignature .autographList .autograph-item .item-btn.btn-gray{background:#fff;color:var(--theme-text-color);font-weight:400}.electronSignature .autographList .autograph-item .item-laber{position:absolute;top:0;right:0;font-size:.16rem;color:#fa6400;line-height:.26667rem;padding-left:.08rem;text-align:center;min-width:.89333rem;min-height:.37333rem}.electronSignature .autographList .autograph-item .item-laber.laber-orange{background:url(https://static1.webao99.com/newclaim/img/laber2_a8109aed.png) no-repeat;background-size:100%;color:#fa6400}.electronSignature .autographList .autograph-item .item-laber.laber-gray{background:url(https://static1.webao99.com/newclaim/img/laber1_fe9cc5b1.png) no-repeat;background-size:100%;color:#999}.electronSignature .autographList.autographListdefault .item-btn{width:2.36rem;border:1px solid var(--theme-active-border-color);border-radius:.29333rem}.electronSignature .autographList.autographListdefault .item-btn.btn-blue,.electronSignature .autographList.autographListdefault .item-btn.btn-gray{background:#fff;color:var(--theme-text-color);font-weight:400}.electronSignature .add-btn{width:100%;height:1.01333rem;background:#fff;box-shadow:0 -.02667rem .09333rem 0 hsla(0,0%,82.7%,.38);padding-top:.2rem;padding-bottom:.16rem;position:fixed;bottom:0;left:0}.electronSignature .add-btn button{width:calc(100% - .42667rem);height:.65333rem;background:var(--theme-active-btn-bgc);border-radius:.33333rem;margin:0 .21333rem;font-size:.21333rem;font-family:PingFangSC-Medium,PingFang SC;font-weight:400;color:#fff;line-height:.65333rem}.electronSignature .add-btn button:disabled{background:var(--theme-active-btn-bgc);color:#fff;-webkit-text-fill-color:#fff;opacity:.6}.custModal-mask .am-modal-content .am-modal-body .container .content{padding:0 .32rem}.custModal-mask .am-modal-content .am-modal-body .container .content .electronSignature-content .adm-tabs-tab-active{color:var(--theme-text-color)!important}.custModal-mask .am-modal-content .am-modal-body .container .content .electronSignature-content .adm-tabs-tab-line{background:var(--theme-active-btn-bgc)}.custModal-mask .am-modal-content .am-modal-body .container .content .electronSignature-content .protocol{max-height:60vh;min-height:35vh;padding-bottom:2.66667rem;overflow-y:scroll}.custModal-mask .am-modal-content .am-modal-body .container .content .electronSignature-content .am-tabs-default-bar-tab{font-family:PingFangSC-Regular;font-size:.21333rem;color:#333;letter-spacing:.39px;text-align:center;font-weight:400}.custModal-mask .am-modal-content .am-modal-body .container .content .electronSignature-content .am-tabs-default-bar-tab-active{font-family:PingFangSC-Medium;font-size:.21333rem;color:#333;letter-spacing:.39px;text-align:center;font-weight:500;font-weight:700}.custModal-mask .am-modal-content .am-modal-body .container .content .electronSignature-content .am-tabs-default-bar-underline{border:1px solid var(--theme-active-border-color)}.custModal-mask .am-modal-content .am-modal-body .container .content .electronSignature-content .am-tabs-content-wrap{margin-top:.4rem}.custModal-mask .am-modal-content .am-modal-body .container .content .electronSignature-content .footer{position:fixed;bottom:0;left:0;right:0;box-shadow:0 -.02667rem .09333rem 0 hsla(0,0%,82.7%,.38);padding:0 .2rem;background:#fff;z-index:9}.custModal-mask .am-modal-content .am-modal-body .container .content .electronSignature-content .footer .rules{padding-top:.10667rem;display:-webkit-box;display:flex;-webkit-box-pack:start;justify-content:flex-start;-webkit-box-align:center;align-items:center;flex-wrap:wrap;line-height:.32rem}.custModal-mask .am-modal-content .am-modal-body .container .content .electronSignature-content .footer .rules .rule-item{font-family:PingFangSC-Regular;font-size:.16rem;color:#4387fd;letter-spacing:0;font-weight:400;cursor:pointer}.custModal-mask .am-modal-content .am-modal-body .container .content .electronSignature-content .footer button{box-shadow:0 .02667rem .08rem 0 hsla(0,0%,83.1%,.5);background:var(--theme-active-btn-bgc);border-radius:.33333rem;padding:.2rem 0;margin:.2rem 0;width:100%;font-family:PingFangSC-Regular;font-size:.2rem;color:#fff;letter-spacing:0;text-align:center;font-weight:400}.custModal-mask .am-modal-content .am-modal-body .container .content .electronSignature-content .footer button:disabled{background:var(--theme-active-btn-bgc);color:#fff;-webkit-text-fill-color:#fff;opacity:.6}.verifyModal .am-modal-content .am-modal-body .container .content{padding:.2rem 0 0!important}.verifyModal .des{font-family:PingFangSC-Semibold;font-size:.21333rem;color:#333;letter-spacing:.44px;font-weight:600;font-weight:700;text-align:left;padding:0 .32rem}.verifyModal .sub-des{font-family:PingFangSC-Regular;font-size:.18667rem;color:#333;letter-spacing:0;font-weight:400;margin:.24rem 0 .48rem;padding:0 .32rem;text-align:justify}.verifyModal .line{background-color:#e5e5e5;height:1px}.verifyModal button{border-radius:.33333rem;padding:.2rem 0;margin:.2rem auto;width:4.6rem;font-family:PingFangSC-Regular;font-size:.2rem;letter-spacing:0;text-align:center;font-weight:400;box-shadow:0 -.5px 0 0 #e5e5e5}.verifyModal button,.verifyModal button:disabled{background:var(--theme-active-btn-bgc);color:#fff}.verifyModal button:disabled{-webkit-text-fill-color:#fff;opacity:.6}.singleRuleModal .adm-mask{z-index:9999}.singleRuleModal .adm-popup-body{z-index:99999}.videoPlay{background-color:#fff;overflow:auto}.videoPlay,.videoPlay .videoPlayer{width:100%;height:100%}.editCard{background-color:#f7f7f7;padding:.13333rem .13333rem 1.06667rem}.editCard .item{padding:1px .2rem .2rem;background-color:#fff;border-radius:.13333rem;margin-bottom:.13333rem}.editCard .item.noBottom{padding-bottom:0}.editCard .item .title{display:-webkit-box;display:flex;margin-top:.26667rem;margin-bottom:.16rem;-webkit-box-align:center;align-items:center;font-size:.22667rem;font-weight:600;font-weight:700}.editCard .item .title:before{width:.08rem;height:.2rem;background-color:#e9290e;border-radius:.04rem;content:"";margin-right:.13333rem}.editCard .item .item-text{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:justify;justify-content:space-between;line-height:.6rem;font-size:.2rem;border-bottom:1px solid rgba(211,214,218,.38)}.editCard .item .item-text.last{border-bottom:none;margin-bottom:-.13333rem}.editCard .item .item-text.noBorder{border-bottom:none}.editCard .item .item-text .key{font-size:.2rem}.editCard .item .item-text .value{font-size:.2rem;font-family:PingFangSC-Regular;font-weight:400;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;max-width:2.66667rem}.editCard .item .item-text.active{line-height:.41333rem;padding:.09333rem 0}.editCard .item .item-text.active .value{color:#4387fd;background-color:#e2efff;border:1px solid #b4cfff;padding:0 .22667rem;border-radius:.4rem}.editCard .item .address-item{background-color:#f9f9f9;color:#999;padding:.16rem;border-radius:.08rem;margin-top:.13333rem}.editCard .item .item-tip{background-color:#fffaf2;border-radius:.10667rem;padding:.16rem .17333rem;font-size:.16rem;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;line-height:.22667rem;margin-top:.04rem;margin-bottom:.10667rem}.editCard .item .item-tip .gary{color:#999}.editCard .item .item-tip .act{color:#ff801a}.editCard .item .am-list-item{padding:0}.editCard .item .am-list-item .am-list-content{font-size:.2rem}.editCard .item .am-list-item .am-list-line{padding:0}.editCard .item .am-list-item .am-list-line .am-input-label{font-size:.2rem}.editCard .item .am-list-item .am-list-line .am-input-control input{text-align:right;max-width:3.13333rem}.editCard .item .am-list-item .am-list-extra,.editCard .item .am-list-item .am-list-line .am-input-control input{font-size:.2rem;font-family:PingFangSC-Regular;font-weight:400;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.editCard .item .am-list-item .am-list-extra{max-width:2.66667rem;color:#bbb}.editCard .item .inputItem{border-bottom:1px solid rgba(211,214,218,.38)}.editCard .item .inputItem i{font-family:PingFangSC-Regular;color:#ff3f19;margin-right:.02667rem}.editCard .item .inputItem.noBorder{border-bottom:none}.editCard .item .inputItem.flex{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;line-height:.26667rem}.editCard .item .inputItem.flex .gap{color:#999;margin:0 .09333rem}.editCard .item .inputItem.flex .actBtn{color:#6da3ff;white-space:nowrap;cursor:pointer}.editCard .item .inputItem .am-list-line:after{display:none!important}.editCard .goButton{position:fixed;width:100%;height:1.06667rem;left:0;bottom:0;background-color:#fff;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;z-index:9}.editCard .goButton.hide{display:none}.editCard .goButton .goButtonContent{width:4.6rem;height:.66667rem;background:-webkit-linear-gradient(right,#06cad2,#1caced);background:linear-gradient(270deg,#06cad2,#1caced);font-size:.21333rem;font-family:PingFangSC-Medium,PingFang SC;font-weight:500;color:#fff;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;border-radius:.10667rem}.editCard.editCard-js .title:before{background-color:#1caced}.editCard.editCard-js .item-fill{background-color:#fff;padding:0;border-radius:0}.editCard.editCard-ga,.editCard.editCard-lc{background-image:url(https://static1.webao99.com/newclaim/img/claimdesc-bg_758d7acb.png);background-repeat:no-repeat;background-size:contain}.claimEntrance{width:100%;height:100%;overflow:auto;background-color:#fff;position:relative;padding-top:.16rem}.claimEntrance .entranceBg{width:100%;height:3rem;position:absolute;top:0;left:0;z-index:0}.claimEntrance .topTitleContent{width:100%;margin:.30667rem 0 .26667rem;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;position:relative}.claimEntrance .topTitleContent .textIcon{width:.41333rem;height:.2rem}.claimEntrance .topTitleContent .title{font-family:PingFangSC-Medium;font-size:.22667rem;color:#333;letter-spacing:.47px;text-align:center;font-weight:700;margin:0 .08rem}.claimEntrance .goodsList{padding:0 .16rem}.claimEntrance .goodsList .goodsInfo{width:100%;height:2.63333rem;margin-bottom:.16rem;display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between;-webkit-box-align:center;align-items:center;padding:0 .26667rem 0 .2rem;position:relative;background-image:-webkit-linear-gradient(left,#00c9ff 4%,#06b2ff 57%);background-image:linear-gradient(90deg,#00c9ff 4%,#06b2ff 57%);border-radius:.13333rem;overflow:hidden}.claimEntrance .goodsList .goodsInfo .goodsInfoBgContent{width:100%;height:100%;position:absolute;top:0;left:0}.claimEntrance .goodsList .goodsInfo .rightContent{position:absolute;left:.31333rem;bottom:.33333rem;z-index:2;padding:.09333rem .14667rem;display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between;-webkit-box-align:center;align-items:center;font-family:PingFangSC-Regular;font-size:.2rem;color:#333;letter-spacing:.41px;text-align:center;font-weight:400;background:#effeff;border-radius:.26133rem}.claimEntrance .goodsList .goodsInfo .rightContent .rightArrowIcon{width:.08rem;height:.13333rem;margin-left:.14667rem}.aggreement{height:100vh}.aggreement .aggreement-iframe{position:relative;z-index:1}.aggree-modal .des{font-size:.2rem;color:#222;letter-spacing:.4px;margin-bottom:.16rem;margin-top:.25333rem}.aggree-modal .des,.aggree-modal .question{font-family:PingFangSC-Semibold;font-weight:600;font-weight:700;text-align:left}.aggree-modal .question{font-size:.21333rem;color:#333;letter-spacing:.44px;margin-top:.16rem}.aggree-modal .question:first-child{margin-top:.24rem}.aggree-modal .answer{font-family:PingFangSC-Regular;font-size:.18667rem;color:#333;letter-spacing:0;text-align:justify;font-weight:400;text-align:left}.aggree-modal .answer:last-child{margin-bottom:.24rem}.aggree-modal .login__inputContent{padding:0;margin-bottom:.4rem}.aggree-modal .btn-wrap .btn-aggreen-des{font-family:PingFangSC-Regular;font-size:.17333rem;color:#fa6400;letter-spacing:0;font-weight:400;text-align:left}.aggree-modal .btn-aggree{background:var(--theme-active-btn-bgc);border-radius:.32667rem;font-family:PingFangSC-Regular;font-size:.2rem;color:#fff;letter-spacing:.29px;text-align:center;font-weight:400;padding:.18667rem 0;width:100%}.aggree-modal .btn-aggree:disabled{-webkit-text-fill-color:#fff;opacity:.6}.aggree-modal .ask{font-family:PingFangSC-Regular;font-size:.17333rem;color:#4385fc;letter-spacing:0;font-weight:400;height:.53333rem;line-height:.53333rem;display:block;text-align:center}.cust-popover .wrap{padding:.10667rem .16rem;background:#fff;background:#fff5ee;border-radius:.05333rem}.cust-popover .wrap span{text-align:left}.cust-popover .trangle{width:0;height:0;border:.08rem solid #fff5ee;border-top-width:.13333rem;margin-left:.29333rem}.cust-popover .trangle.top{border-bottom-color:transparent;border-left-color:transparent;border-right-color:transparent}.policyHistory{width:100%;height:100%;background-color:#f7f7f7;padding-top:.2rem;box-sizing:border-box}.policyHistory .reportHistory-list{width:100%;padding:0 .13333rem}.policyHistory .reportHistory-list .dataList{padding-bottom:.72rem}.policyHistory .reportHistory-list .dataList,.policyHistory .reportHistory-list .dataList .dataListContent{width:100%;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.policyHistory .reportHistory-list .dataList .dataListContent{background-color:#fff;margin-bottom:.13333rem;border-radius:.08rem;position:relative;-webkit-box-align:start;align-items:flex-start}.policyHistory .reportHistory-list .dataList .dataListContent .header{width:100%;padding:.16rem 0 .16rem .22667rem;display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between;border-bottom:1px solid #eee}.policyHistory .reportHistory-list .dataList .dataListContent .header .headerLeft{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center}.policyHistory .reportHistory-list .dataList .dataListContent .header .headerLeft .goodsIcon{width:.36rem;height:.36rem}.policyHistory .reportHistory-list .dataList .dataListContent .header .headerLeft .title{font-size:.24rem;font-family:PingFangSC-Medium;color:#000}.policyHistory .reportHistory-list .dataList .dataListContent .header .headerLeft .title.bold{font-weight:500;font-weight:700}.policyHistory .reportHistory-list .dataList .dataListContent .header .headerRight .tip{padding:.05333rem .16rem;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;font-size:.17333rem;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;height:.34667rem;border-radius:.66667rem 1px 1px .66667rem}.policyHistory .reportHistory-list .dataList .dataListContent .header .headerRight .tip.ISSUED,.policyHistory .reportHistory-list .dataList .dataListContent .header .headerRight .tip.WAIT_EFFECT{background:#ffede1;color:#fa6400}.policyHistory .reportHistory-list .dataList .dataListContent .header .headerRight .tip.EFFECTING{background-color:#f1f5ff;color:#6b97f5}.policyHistory .reportHistory-list .dataList .dataListContent .header .headerRight .tip.EXPIRED{background-color:#f0f0f0;color:#999}.policyHistory .reportHistory-list .dataList .dataListContent .textContent{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;margin-top:.17333rem;padding:0 .18667rem .13333rem}.policyHistory .reportHistory-list .dataList .dataListContent .textContent .textInfo{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;font-size:.18667rem;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;margin-bottom:.13333rem}.policyHistory .reportHistory-list .dataList .dataListContent .textContent .textInfo .type{color:#999;min-width:.93333rem}.policyHistory .reportHistory-list .dataList .dataListContent .textContent .textInfo .info{color:#333;word-break:break-all;word-break:break-word}.policyHistory .reportHistory-list .dataList .dataListContent .textContent .textInfo .relation{width:.50667rem;height:.21333rem;background:#f1f5ff;border-radius:.02667rem;margin-left:.08rem;font-family:PingFangSC-Regular;font-size:.16rem;color:#6b97f5;font-weight:400}.policyHistory .nullData,.policyHistory .reportHistory-list .dataList .dataListContent .textContent .textInfo .relation{display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center}.policyHistory .nullData{margin:0 .16rem;height:5.04rem;border-radius:.13333rem;background-color:#fff;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.policyHistory .nullData .nullDataIcon{width:2.13333rem;height:1.80667rem;margin-bottom:.29333rem}.policyHistory .nullData .nullDataDesc{font-size:.18667rem;font-family:PingFangSC-Regular;font-weight:400;color:#999;line-height:.26667rem}.protocolList{width:100%;overflow:auto;background-color:#f7f7f7;padding:.05333rem .16rem 0}.protocolList .protocolInfo{padding:.24rem .2rem 0;background:#fff;border-radius:.13333rem;margin-top:.10667rem}.protocolList .protocolInfo .topTitle{display:-webkit-box;display:flex;margin-bottom:.06667rem;-webkit-box-align:center;align-items:center;font-weight:700;font-size:.22667rem}.protocolList .protocolInfo .topTitle:before{width:.08rem;height:.25333rem;background:var(--theme-active-btn-bgc);border-radius:.08rem;content:"";margin-right:.13333rem}.protocolList .protocolInfo .protocolItem{width:100%;display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between;padding:.2rem 0;border-bottom:.5px solid rgba(211,214,218,.6)}.protocolList .protocolInfo .protocolItem .title{font-family:PingFangSC-Regular;font-size:.18667rem;color:#222;letter-spacing:.34px;font-weight:400}.protocolList .protocolInfo .protocolItem:last-of-type{border:none}.editPayee .invite-item .address-item .city-item-text .am-textarea-control{padding:.10667rem .26667rem}.editPayee .invite-item .address-item .city-item-text .am-textarea-control textarea{line-height:.33333rem;background-color:#f9f9f9;text-align:left!important;padding:0 0 0 .10667rem;font-size:.2rem}.editPayee .invite-item .payeeInfo .payeeInfoContent .desc{word-break:break-word}.accountManage{width:100%;overflow:auto;background-color:#f7f7f7;padding:.17333rem .16rem 0}.accountManage .functionItem{display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between;padding:.24rem .16rem .24rem .24rem;background:#fff;border-radius:.10667rem}.accountManage .functionItem .leftContent{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center}.accountManage .functionItem .leftContent .phoneIcon{width:.14667rem;height:.22667rem}.accountManage .functionItem .leftContent .desc{margin-left:.13333rem;font-family:PingFangSC-Regular;font-size:.18667rem;color:#222;letter-spacing:.34px;font-weight:400}.accountManage .functionItem .rightContent{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center}.accountManage .functionItem .rightContent .desc{font-family:PingFangSC-Regular;font-size:.18667rem;letter-spacing:.34px;text-align:right;font-weight:400;color:#222;margin-right:.12rem}.accountManage .functionItem .rightContent .desc.gary{color:#999}.accountManage .tipContent{width:100%;margin-top:.16rem;padding-right:.2rem;display:-webkit-box;display:flex;-webkit-box-pack:end;justify-content:flex-end}.accountManage .tipContent .tipIcon{width:.16rem;height:.16rem;margin-top:-.04rem;margin-right:.06667rem}.accountManage .tipContent .desc{font-family:PingFangSC-Regular;font-size:.17333rem;color:#fa6400;letter-spacing:.31px;text-align:right;font-weight:400}.accountManage .bottomContent{width:100%;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-align:center;align-items:center;position:absolute;left:0;bottom:.4rem}.accountManage .bottomContent .textContent{font-size:.16rem;color:#4b8dfa}.accountManage .bottomContent .logOut,.accountManage .bottomContent .textContent{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;font-family:PingFangSC-Regular;font-weight:400}.accountManage .bottomContent .logOut{width:3.88rem;height:.65333rem;-webkit-box-pack:center;justify-content:center;border:1px solid var(--theme-active-border-color);border-radius:.32667rem;margin-top:.29333rem;font-size:.2rem;color:var(--theme-text-color);letter-spacing:0;text-align:center}.editPhone{width:100%;overflow:auto;background-color:#f7f7f7;padding:.05333rem .16rem 0}.editPhone .editContent{width:100%;background:#fff;border-radius:.13333rem;margin-top:.10667rem;padding:.76rem .24rem .16rem;position:relative}.editPhone .editContent .titleContent{position:absolute;top:.16rem;left:.13333rem;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center}.editPhone .editContent .titleContent .no{width:.24rem;height:.24rem;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;background:var(--theme-active-btn-bgc);border-radius:.04667rem;font-family:PingFangSC-Semibold;font-size:.2rem;color:#fff;letter-spacing:0;text-align:center;font-weight:700}.editPhone .editContent .titleContent span{font-family:PingFangSC-Semibold;font-size:.24rem;color:#222;letter-spacing:0;font-weight:700;margin-left:.10667rem}.editPhone .editContent .tipDesc{font-family:PingFangSC-Semibold;font-size:.2rem;color:#222;letter-spacing:.4px;font-weight:700;margin-bottom:.16rem}.editPhone .editContent .am-input-control input::-webkit-input-placeholder{font-family:PingFangSC-Regular;font-size:.21333rem;color:#7d8ba2;letter-spacing:0;font-weight:400}.editPhone .editContent .am-input-control :-moz-placeholder,.editPhone .editContent .am-input-control ::-moz-placeholder{font-family:PingFangSC-Regular;font-size:.21333rem;color:#7d8ba2;letter-spacing:0;font-weight:400}.editPhone .editContent .am-input-control input:-ms-input-placeholder{font-family:PingFangSC-Regular;font-size:.21333rem;color:#7d8ba2;letter-spacing:0;font-weight:400}.editPhone .editContent .am-input-control input::-ms-input-placeholder{font-family:PingFangSC-Regular;font-size:.21333rem;color:#7d8ba2;letter-spacing:0;font-weight:400}.editPhone .closeTransparency{position:absolute;top:-.56rem;right:.13333rem;width:.29333rem;height:.29333rem}.editPhone .topTitleContent{width:100%;margin:.30667rem 0;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;position:relative}.editPhone .topTitleContent .textIcon{width:.41333rem;height:.2rem}.editPhone .topTitleContent .title{font-family:PingFangSC-Medium;font-size:.22667rem;color:#333;letter-spacing:.47px;text-align:center;font-weight:700;margin:0 .08rem}.editPhone .numInput{width:4.2rem;height:.66667rem;margin-bottom:.13333rem;background:#f9f9f9;font-family:PingFangSC-Regular;font-size:.21333rem;color:#7d8ba2;letter-spacing:0;font-weight:400;border-radius:.05333rem}.editPhone .numInput .am-list-line:after{display:none!important}.editPhone .numInput .fake-input-placeholder{font-family:PingFangSC-Regular!important;font-size:.21333rem!important;color:#7d8ba2!important;letter-spacing:0!important;font-weight:400!important}.editPhone .numInput .am-input-extra{height:.26667rem;padding-left:.21333rem;min-width:1.16rem;border-left:1px solid #ccc;font-size:.18667rem;color:#4385fc}.editPhone .loginBtn,.editPhone .numInput .am-input-extra{display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;font-family:PingFangSC-Regular;letter-spacing:0;font-weight:400}.editPhone .loginBtn{width:4.2rem;height:.65333rem;background:var(--theme-active-btn-bgc);border-radius:.32667rem;margin-top:.30667rem;font-size:.2rem;color:#fff;text-align:center}.editPhone .bottomContent{width:100%;position:fixed;left:0;bottom:0;background:#fff;box-shadow:0 -.02667rem .09333rem 0 hsla(0,0%,82.7%,.38)}.editPhone .bottomContent .topContent{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;padding:.10667rem .4rem 0}.editPhone .bottomContent .topContent .desc{color:#999}.editPhone .bottomContent .topContent .desc,.editPhone .bottomContent .topContent .light{font-family:PingFangSC-Regular;font-size:.17333rem;letter-spacing:0;line-height:.24667rem;font-weight:400}.editPhone .bottomContent .topContent .light{color:#fa6400}.editPhone .bottomContent .btnContent{width:100%;padding:.2rem}.editPhone .bottomContent .btnContent .okBtn{width:100%;height:.66667rem;background:var(--theme-active-btn-bgc);border-radius:.33333rem;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;font-family:PingFangSC-Regular;font-size:.2rem;color:#fff;letter-spacing:0;text-align:center;font-weight:400}.payeeList_page{background-color:#f7f7f7;height:100%;padding:.08rem .16rem 0;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.payeeList_page .content{-webkit-box-flex:1;flex:1 1;overflow:scroll}.payeeList_page .empty{width:100%;height:100%}.payeeList_page .empty .payeeList-empty-content{height:5.04rem;margin-bottom:0;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;background-color:#fff;border-radius:.10667rem;margin-top:.13333rem}.payeeList_page .empty .payeeList-empty-content .empty-img{width:1.6rem;margin-bottom:.26667rem}.payeeList_page .empty .payeeList-empty-content .empty-text{color:#fff;font-size:.18667rem;width:calc(100% - 1.33333rem);display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;font-size:.21333rem;font-weight:600;font-weight:700;padding-top:.16rem;padding-bottom:.16rem;background-color:#fff;border-radius:.13333rem;margin-bottom:.10667rem;background:var(--theme-active-btn-bgc);border-radius:.65333rem;box-shadow:0 1px .06667rem 0 hsla(0,0%,92.2%,.5)}.payeeList_page .payee-item:first-child{margin-top:.17333rem}.payeeList_page .payee-item{margin-bottom:.10667rem;background-color:#fff;padding:.2rem 0;border-radius:.10667rem}.payeeList_page .payee-item .manage-list{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-align:space-between;align-items:space-between}.payeeList_page .payee-item .manage-list .top{display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between;-webkit-box-align:center;align-items:center;padding:0 .16rem}.payeeList_page .payee-item .manage-list .top .item-name{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;margin-bottom:.10667rem}.payeeList_page .payee-item .manage-list .top .item-name .name-value{font-family:PingFangSC-Semibold;font-size:.22667rem;color:#222;font-weight:600;font-weight:700;word-break:break-all;word-break:break-word}.payeeList_page .payee-item .manage-list .top .right{display:-webkit-box;display:flex;-webkit-box-pack:end;justify-content:flex-end;-webkit-box-align:start;align-items:flex-start;font-family:PingFangSC-Regular;font-size:.17333rem;color:#999;letter-spacing:.36px;text-align:right;font-weight:400}.payeeList_page .payee-item .manage-list .item-card{padding:.16rem .16rem .10667rem;border-bottom:1px solid #eee}.payeeList_page .payee-item .manage-list .item-btns{padding:.16rem .16rem 0;color:#333}.payeeList_page .payee-item .claim-list{display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between;-webkit-box-align:center;align-items:center;padding:0 .16rem}.payeeList_page .payee-item .left{margin-right:.06667rem;max-width:60%;word-break:break-all;word-break:break-word}.payeeList_page .payee-item .left .item-name{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;margin-bottom:.10667rem}.payeeList_page .payee-item .left .item-name .name-value{font-family:PingFangSC-Semibold;font-size:.22667rem;color:#222;font-weight:600;font-weight:700;word-break:break-all;word-break:break-word}.payeeList_page .payee-item .left .item-name .name-icon{color:#e87e37;font-size:.17333rem;background-color:#fcf4ef;border-radius:.02667rem;padding:.04rem .09333rem;margin-left:.08rem;font-size:.16rem}.payeeList_page .payee-item .left .item-name .name-icon.self{color:#6b97f5;background-color:#f1f5ff}.payeeList_page .payee-item .item-card{font-family:PingFangSC-Regular;font-size:.18667rem;color:#999;font-weight:400}.payeeList_page .payee-item .claim-right{flex-shrink:0}.payeeList_page .payee-item .claim-right button{padding:.09333rem .24rem;background:var(--theme-active-btn-bgc);border-radius:.26667rem;font-family:PingFangSC-Regular;font-size:.2rem;color:#fff;letter-spacing:0;text-align:center;font-weight:400}.payeeList_page .payee-item .item-content{padding:.2rem 0;border-radius:.13333rem;margin-top:.21333rem}.payeeList_page .payee-item .item-content .message-item{display:-webkit-box;display:flex;font-size:.18667rem;line-height:.34667rem;-webkit-box-align:center;align-items:center;padding:0 .2rem;font-weight:400;color:#999}.payeeList_page .payee-item .item-content .message-item:first-of-type{border-bottom:.5px solid #eee;padding-bottom:.12rem}.payeeList_page .payee-item .item-content .message-item .type{color:#333;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;font-size:.21333rem;font-weight:600;font-weight:700}.payeeList_page .payee-item .item-content .message-item img{width:.29333rem;height:.29333rem;margin-right:.10667rem}.payeeList_page .payee-item .item-content .message-item .message-key{width:25%;color:#999;text-align:justify;height:.34667rem;overflow:hidden}.payeeList_page .payee-item .item-content .message-item .message-key:after{display:inline-block;width:100%;content:""}.payeeList_page .payee-item .item-content .message-item .message-value{color:#000}.payeeList_page .payee-item .item-btns{display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;flex-direction:row-reverse}.payeeList_page .payee-item .item-btns .item-btn{font-size:.18667rem;padding:0 .18667rem;border-left:1px solid #e0e0e0;display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center}.payeeList_page .payee-item .item-btns .item-btn img{width:.18667rem;height:.18667rem;margin-right:.09333rem}.payeeList_page .payee-item .item-btns .item-btn:last-of-type{border:none}.payeeList_page .payee-item .single-btn{border:1px solid var(--theme-active-border-color);border-radius:.10667rem;padding:.13333rem .66667rem;font-size:.2rem;color:var(--theme-text-color);width:-webkit-fit-content;width:fit-content;margin:.18667rem auto 0}.payeeList_page .uneffect-list .uneffect-text{font-family:PingFangSC-Regular;font-size:.16rem;color:#999;letter-spacing:0;font-weight:400;padding:.46667rem 0 .17333rem .2rem}.payeeList_page .uneffect-list .payee-item .name-value{color:#999}.payeeList_page .uneffect-list .payee-item .name-icon,.payeeList_page .uneffect-list .payee-item .name-icon.self{color:#999;background:#eee}.payeeList_page .uneffect-list .payee-item .right button{background:#d6d6d6;color:#fff}.payeeList_page .add-btn{width:100%;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;font-size:.21333rem;font-weight:600;font-weight:700;padding-top:.32rem;padding-bottom:.32rem;background-color:#fff;margin-bottom:.34667rem;box-shadow:0 -.04rem .16rem 0 rgba(0,0,0,.08);border-radius:.10667rem;z-index:10}.payeeList_page .add-btn img{width:.29333rem;height:.29333rem;margin-right:.09333rem;border-radius:.08rem;background:var(--theme-active-btn-bgc)}.payeeList_page .load-finish{width:100%;text-align:center;padding-bottom:.4rem;margin-top:.89333rem;color:#999;font-size:.18667rem}.columbus-loadMore__tips{font-size:.18667rem;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#999}.login_enter .bg{position:relative;width:100vw}.login_enter .content{position:absolute;top:1.68rem;left:.16rem;right:.16rem;background-color:#fff;padding:.2rem .13333rem;border-radius:.13333rem;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.login_enter .content .title{font-size:.24rem;font-weight:700;color:#222;line-height:.33333rem}.login_enter .content .dataWrap{margin-top:.2rem;-webkit-box-pack:justify;justify-content:space-between}.login_enter .content .dataWrap,.login_enter .content .dataWrap .data{display:-webkit-box;display:flex;flex-wrap:nowrap;-webkit-box-align:center;align-items:center}.login_enter .content .dataWrap .data{-webkit-box-pack:center;justify-content:center;font-size:.24rem;font-weight:700;color:#fff;line-height:.33333rem}.login_enter .content .dataWrap .data p{margin-right:.05333rem}.login_enter .content .dataWrap .data .right{width:.12rem;height:.18667rem}.login_enter .content .dataWrap .date2022{width:2.13333rem;height:.97333rem;background:#4689ff;border-radius:.13333rem}.login_enter .content .dataWrap .date2023{width:2.13333rem;height:.97333rem;background:#05c4a0;border-radius:.13333rem}.login_enter .content .des{margin-top:.2rem;border-radius:.10667rem;border:1px solid #dae8fc;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-pack:start;justify-content:flex-start;-webkit-box-align:center;align-items:center;flex-wrap:nowrap;padding:.26667rem}.login_enter .content .des .desItem .bold{font-weight:700!important}.login_enter .content .des .desItem .name,.login_enter .content .des .desItem .ord{font-size:.18667rem;font-weight:400;color:#222;line-height:.26667rem}.login_enter .content .des .desItem .warn{font-size:.17333rem;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#fa6400;line-height:.25333rem}.login_enter .content .des .desItem .nor{font-size:.18667rem;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#999;line-height:.25333rem}.login_enter .content .des .desItem .rightText{-webkit-box-pack:start;justify-content:flex-start;margin-left:.2rem}.login_enter .content .des .contact{width:3.88rem;height:.53333rem;background:#fff;border-radius:.26667rem;border:1px solid #dae8fc;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;margin-top:.26667rem}.login_enter .content .des .contact .contactIcon{width:.21333rem;margin-right:.10667rem}.login_enter .content .des .contact .contactText{height:.26667rem;font-size:.18667rem;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#222;line-height:.26667rem}.login_enter .content .des .des_ty{margin:.14667rem 0 .06667rem}.login_enter .content .des .des_warn{background:#f9f9f9;border-radius:.08rem;padding:.10667rem .13333rem;display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-webkit-box-pack:start;justify-content:flex-start;-webkit-box-align:start;align-items:flex-start}.login_enter .content .des .des_warn .warnIconPart{margin-right:.10667rem}.login_enter .content .des .des_warn .warnIconPart .warnIcon{width:.16rem;height:.16rem}.login_enter .content .des .des_warn .warn{font-size:.17333rem;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#fa6400;line-height:.25333rem}.editPayee{background-color:#f7f7f7;padding:0 .16rem}.editPayee .claimInfoContent{width:100%;padding:.13333rem 0 1.33333rem}.editPayee .topProgress{width:100%;background-color:#fff;overflow:auto}.editPayee .topProgress .adm-step-icon-container{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center}.editPayee .topProgress .adm-step-status-finish .adm-step-content,.editPayee .topProgress .adm-step-status-process .adm-step-content{padding:0}.editPayee .topProgress .adm-step-status-finish .adm-step-content .adm-step-title,.editPayee .topProgress .adm-step-status-process .adm-step-content .adm-step-title{font-family:PingFangSC-Regular;font-size:.18667rem;color:#222;text-align:center;line-height:.18667rem;font-weight:400;-webkit-box-pack:center;justify-content:center}.editPayee .topProgress .adm-step-status-wait .adm-step-content{padding:0}.editPayee .topProgress .adm-step-status-wait .adm-step-content .adm-step-title{font-family:PingFangSC-Regular;font-size:.18667rem;color:#858b9c;text-align:center;line-height:.18667rem;font-weight:400;-webkit-box-pack:center;justify-content:center}.editPayee .topProgress .selectedIcon{width:.21333rem;height:.21333rem}.editPayee .topProgress .am-steps-icon{display:-webkit-box!important;display:flex!important;-webkit-box-align:center!important;align-items:center!important}.editPayee .topProgress .progressBall{width:.21333rem;height:.34667rem;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center}.editPayee .topProgress .progressBall .progressBallContent{width:.12rem;height:.12rem;border-radius:.12rem;background:#c5cad5}.editPayee .invite-item{padding-bottom:0!important;padding:1px .21333rem .26667rem;background-color:#fff;margin-bottom:.13333rem;border-radius:.13333rem}.editPayee .invite-item.noPadding{padding-left:0!important;padding-right:0!important}.editPayee .invite-item.noPadding .title{padding:0 .21333rem}.editPayee .invite-item.noPadding .flex{padding:0 .21333rem .2rem;border-bottom:1px solid rgba(211,214,218,.6)}.editPayee .invite-item.noPadding .item-radio{padding:.09333rem .21333rem .13333rem!important;margin:0!important}.editPayee .invite-item .canEdit,.editPayee .invite-item .canEdit .am-list-extra,.editPayee .invite-item .canEdit input{color:#333!important}.editPayee .invite-item .rightIcon{width:.33333rem!important;height:.53333rem!important;color:#c7c7c7!important}.editPayee .invite-item .item-text:last-of-type{margin-bottom:-.2rem}.editPayee .invite-item .am-list-item:last-of-type .am-list-line{border-bottom:none}.editPayee .invite-item>div:last-of-type .am-list-item{margin-bottom:-.2rem}.editPayee .invite-item>div:last-of-type .am-list-item .am-list-line{border-bottom:none}.editPayee .invite-item>div:last-of-type .date-item,.editPayee .invite-item>div:last-of-type .item-text{border-bottom:none;margin-bottom:-.2rem}.editPayee .invite-item .title{display:-webkit-box;display:flex;margin-top:.26667rem;margin-bottom:.16rem;-webkit-box-align:center;align-items:center;position:relative;font-size:.22667rem;font-weight:600;font-weight:700}.editPayee .invite-item .title:before{width:.06667rem;height:.25333rem;background:var(--theme-active-btn-bgc);border-radius:.07667rem;content:"";margin-right:.07333rem}.editPayee .invite-item .title .subTitle{font-weight:400;font-size:.16rem;color:#666}.editPayee .invite-item .deleteContent{position:absolute;right:0;padding:.05333rem .12rem;border:.5px solid #ff6868;border-radius:.19333rem;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;font-family:PingFangSC-Regular;font-size:.16rem;color:#ff6868;letter-spacing:.29px;font-weight:400}.editPayee .invite-item .deleteContent .delIcon{width:.15333rem;height:.17333rem;margin-right:.02667rem}.editPayee .invite-item i{font-family:PingFangSC-Regular;font-size:.18667rem;color:#ff3f19;letter-spacing:.34px;line-height:.26667rem;font-weight:400;margin-right:.02667rem}.editPayee .invite-item .item-text{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;font-size:.2rem;line-height:.4rem;padding:.09333rem 0;-webkit-box-pack:justify;justify-content:space-between;border-bottom:1px solid hsla(0,0%,82.7%,.38);font-weight:400}.editPayee .invite-item .item-text .key{color:#333}.editPayee .invite-item .item-text .value{color:#999;font-weight:400;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex-basis:auto!important;margin-left:.13333rem;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center}.editPayee .invite-item .item-text .value.black{color:#222}.editPayee .invite-item .item-text .canEdit{color:#333}.editPayee .invite-item .item-text .active{color:#4387fd;background-color:#e2efff;border:1px solid #b4cfff;padding:0 .22667rem;border-radius:.4rem}.editPayee .invite-item .blank .am-list-extra{color:#333}.editPayee .invite-item .noblank .am-list-arrow{display:none}.editPayee .invite-item .address-item{padding-bottom:.13333rem}.editPayee .invite-item .address-item .value{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center}.editPayee .invite-item .address-item .value.canEdit:after{display:block;width:.2rem;height:.2rem;margin-left:.10667rem;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='26' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 0L0 2l11.5 11L0 24l2 2 14-13z' fill='%23C7C7CC' fill-rule='evenodd'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;background-position:50% 50%;visibility:visible;content:""}.editPayee .invite-item .address-item .city-item-text{margin-top:.2rem}.editPayee .invite-item .address-item .city-item-text .am-list-line{border-radius:.16rem}.editPayee .invite-item .address-item .city-item-text .am-list-line input{padding:0 .26667rem;line-height:.6rem;background-color:#f9f9f9;text-align:left!important}.editPayee .invite-item .am-list-item{padding-left:0}.editPayee .invite-item .am-list-item .am-list-line{padding-right:0;border-bottom:1px solid hsla(0,0%,82.7%,.38)}.editPayee .invite-item .am-list-item .am-list-line .am-input-label,.editPayee .invite-item .am-list-item .am-list-line .am-list-content,.editPayee .invite-item .am-list-item .am-list-line .am-list-extra{font-size:.2rem!important;padding:0!important;line-height:.58667rem!important;color:#333;overflow:visible;font-weight:400}.editPayee .invite-item .am-list-item .am-list-line .am-input-label{width:-webkit-fit-content!important;width:fit-content!important;font-weight:400}.editPayee .invite-item .am-list-item .am-list-line .am-list-extra{color:#999;font-weight:400;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex-basis:auto!important;margin-left:.13333rem}.editPayee .invite-item .am-list-item .am-list-line input{text-align:right;font-size:.2rem;font-weight:400;color:#999}.editPayee .invite-item .am-list-item .am-list-line input::-webkit-input-placeholder{color:#999}.editPayee .invite-item .am-list-item .am-list-line input:disabled{color:#999!important}.editPayee .invite-item .am-list-item .am-list-line .am-input-clear{margin-left:.06667rem}.editPayee .invite-item .item-popselect .value{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center}.editPayee .invite-item .item-popselect .value.canEdit:after{display:block;width:.2rem;height:.2rem;margin-left:.10667rem;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='26' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 0L0 2l11.5 11L0 24l2 2 14-13z' fill='%23C7C7CC' fill-rule='evenodd'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;background-position:50% 50%;visibility:visible;content:""}.editPayee .invite-item .item-popselect .value.validity{font-size:.18667rem}.editPayee .invite-item .fill{border-radius:.13333rem;font-size:.18667rem;line-height:.26667rem;background-color:#fff;padding:0;border-radius:0}.editPayee .invite-item .fill.fill-bor{padding-bottom:.13333rem!important;border-bottom:1px solid hsla(0,0%,82.7%,.38)}.editPayee .invite-item .item-tip{background:#f7f7f7;border-radius:.10667rem;padding:.16rem .17333rem;font-family:PingFangSC-Regular;font-size:.17333rem;color:#666;letter-spacing:0;text-align:justify;line-height:.24667rem;font-weight:400;margin-top:.04rem;margin-bottom:.04rem}.editPayee .invite-item .item-tip .highLight{color:#fa6400}.editPayee .invite-item .item-tip .bold{font-family:PingFangSC-Semibold;font-weight:600;font-weight:700}.editPayee .invite-item .date-item{display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between;border-bottom:1px solid hsla(0,0%,82.7%,.38);line-height:.58667rem;font-weight:400;font-size:.2rem;color:#333}.editPayee .invite-item .date-item .ddd{font-size:.2rem;text-align:right;-webkit-box-flex:1;flex:1 1;color:#999;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:end;justify-content:flex-end}.editPayee .invite-item .date-item .list-arrow{display:block;width:.2rem;height:.2rem;margin-left:.10667rem;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='26' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 0L0 2l11.5 11L0 24l2 2 14-13z' fill='%23C7C7CC' fill-rule='evenodd'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;background-position:50% 50%;visibility:visible}.editPayee .invite-item .date-item .disabled{color:#999}.editPayee .invite-item .options{display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between}.editPayee .invite-item .options .option{width:45%;padding:.13333rem 0;text-align:center;background-color:#f7f7f7;border-radius:.4rem;font-size:.18667rem;font-weight:600;font-weight:700;box-sizing:border-box}.editPayee .invite-item .options .active{background-color:#fdf3e4;color:#fa6400;border:1px solid #fcc8a0}.editPayee .invite-item .selector{display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between}.editPayee .invite-item .selector .value{display:-webkit-box;display:flex;-webkit-box-flex:1;flex:1 1;-webkit-box-pack:end;justify-content:flex-end}.editPayee .invite-item .selector .option{width:-webkit-fit-content;width:fit-content;height:.4rem;padding:0 .22667rem;text-align:center;background-color:#f7f7f7;border-radius:.4rem;font-size:.18667rem;font-weight:600;font-weight:700;margin-left:.13333rem}.editPayee .invite-item .selector .active{color:#4387fd;background-color:#e2efff;border:1px solid #b4cfff;padding:0 .22667rem;border-radius:.4rem}.editPayee .invite-item .selector .disabled{color:#999!important}.editPayee .invite-item .flex{display:-webkit-box;display:flex;padding-bottom:.2rem}.editPayee .invite-item .relation{display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;background:#f1f5ff;border-radius:.02667rem;font-family:PingFangSC-Regular;font-size:.16rem;color:#6b97f5;font-weight:400;margin-left:.08rem;padding:0 .09333rem}.editPayee .invite-item .relation.adult{background:#0082ff;font-size:.16rem}.editPayee .invite-item .relation.adult,.editPayee .invite-item .relation.noAdult{font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#fff;line-height:.22667rem}.editPayee .invite-item .relation.noAdult{background:#ffba4a}.editPayee .invite-item .active .am-list-extra{line-height:.41333rem!important;width:-webkit-fit-content;width:fit-content;color:#4387fd;background-color:#e2efff;border:1px solid #b4cfff;padding:0 .22667rem!important;border-radius:.4rem;flex-basis:0%;flex-shrink:0}.editPayee .invite-item .active .am-list-arrow{display:none}.editPayee .invite-item .item-radio{display:-webkit-box;display:flex}.editPayee .invite-item .item-radio.long{display:inherit}.editPayee .invite-item .item-radio .radio-list{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:end;justify-content:flex-end;margin:.10667rem 0}.editPayee .invite-item .item-radio .radio-list .radio-item{width:1.02667rem;height:.41333rem;background:#fafafa;border-radius:.2rem;border:1px solid #fafafa;margin-left:.2rem;text-align:center;position:relative;color:#333;font-size:.18667rem;line-height:.41333rem;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center}.editPayee .invite-item .item-radio .radio-list .radio-item.small{width:.84rem}.editPayee .invite-item .item-radio .radio-list .radio-item .am-radio{width:0}.editPayee .invite-item .item-radio .radio-list .radio-item .am-radio-inner{display:none}.editPayee .invite-item .item-radio .radio-list .radio-item.active{background:var(--theme-des-bgc);border:1px solid var(--theme-active-border-color);color:var(--theme-text-color)}.editPayee .invite-item .item-checkbox,.editPayee .invite-item .item-checkbox .checkbox-list{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center}.editPayee .invite-item .item-checkbox .checkbox-list{margin-top:-.21333rem}.editPayee .invite-item .item-checkbox .checkbox-list .check-item{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;min-height:auto}.editPayee .invite-item .item-checkbox .checkbox-list .check-item .am-list-thumb{margin-right:0;margin-left:.4rem;line-height:.26667rem}.editPayee .invite-item .item-checkbox .checkbox-list .check-item .am-list-line{margin-left:.13333rem;align-self:auto}.editPayee .invite-item .item-checkbox .checkbox-list .check-item .am-list-line .am-list-content{font-size:.18667rem!important;color:#333;line-height:.26667rem!important}.editPayee .invite-item .item-checkbox .checkbox-list .check-item .am-list-line:after{background-color:transparent}.editPayee .invite-item .item-checkbox .checkbox-list .check-item .am-checkbox{width:.17333rem;height:.17333rem;display:block}.editPayee .invite-item .item-checkbox .checkbox-list .check-item .am-checkbox .am-checkbox-inner{border:1px solid #979797;width:.17333rem;height:.17333rem;border-radius:.02667rem}.editPayee .invite-item .item-checkbox .checkbox-list .check-item .am-checkbox .am-checkbox-inner:after{width:.04rem;height:.10667rem;top:-1px;right:.04rem;border-width:0 .02667rem .02667rem 0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.editPayee .invite-item .item-checkbox .checkbox-list .check-item .am-checkbox.am-checkbox-checked .am-checkbox-inner{border:1px solid #108ee9}.editPayee .invite-item .item-checkbox .checkbox-list .check-item.am-list-item-active{background:none}.editPayee .invite-item .am-list-content{font-family:PingFangSC-Regular!important;font-size:.18667rem!important;color:#222!important;letter-spacing:.34px!important;line-height:.26667rem!important;font-weight:400!important}.editPayee .invite-item .am-list-item{min-height:.8rem}.editPayee .invite-item .am-list-line{height:.8rem}.editPayee .invite-item .am-list-line .am-list-arrow{margin-right:.04rem!important}.editPayee .invite-item .am-list-line .am-icon-down{margin-left:.14667rem}.editPayee .invite-item .item-text:last-of-type,.editPayee .invite-item>div:last-of-type .item-autograph:last-of-type,.editPayee .invite-item>div:last-of-type .item-medecine:last-of-type,.editPayee .invite-item>div:last-of-type .item-text,.editPayee .invite-item>div:last-of-type .item-text:last-of-type{border-bottom:none;margin-bottom:-.13333rem}.editPayee .invite-item .item-tip-content{overflow:hidden}.editPayee .invite-item .item-tip-content .topContent{border-radius:.10667rem;padding:.17333rem .16rem;background:#fffaf6;font-size:.17333rem;font-family:PingFangSC-Semibold,PingFang SC;font-weight:600;font-weight:700;color:#222;font-weight:400}.editPayee .invite-item .item-tip-content .topContent .desc{font-family:PingFangSC-Regular,PingFang SC}.editPayee .invite-item .payeeInfo{width:100%;padding:.26667rem .2rem;background:#f7f7f7;border-radius:.13333rem;position:relative}.editPayee .invite-item .payeeInfo.static{margin-top:.24rem}.editPayee .invite-item .payeeInfo.dynamic{padding-bottom:.57333rem}.editPayee .invite-item .payeeInfo .payeeInfoContent{display:-webkit-box;display:flex;-webkit-box-align:baseline;align-items:baseline;margin-bottom:.10667rem}.editPayee .invite-item .payeeInfo .payeeInfoContent .option{width:1.13333rem;font-size:.18667rem;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#222;line-height:.26667rem;flex-shrink:0}.editPayee .invite-item .payeeInfo .payeeInfoContent .desc{font-size:.18667rem;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#666;line-height:.26667rem}.editPayee .invite-item .payeeInfo .payeeInfoContent:last-of-type{margin-bottom:0}.editPayee .invite-item .payeeInfo .editContent{width:100%;height:.57333rem;position:absolute;left:0;bottom:0;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;font-size:.2rem;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#6da3ff;line-height:.28rem;border-top:1px solid #e5e5e5}.editPayee .invite-item .payeeList{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;margin-top:.13333rem}.editPayee .invite-item .payeeList .payeeListContent .adm-scroll-mask-right{width:1.06667rem}.editPayee .invite-item .payeeList .payeeListContent .adm-capsule-tabs-tab-wrapper{-webkit-box-flex:initial;flex:initial}.editPayee .invite-item .payeeList .payeeListContent .adm-capsule-tabs-tab-wrapper:first-of-type{padding-left:0}.editPayee .invite-item .payeeList .payeeListContent .adm-capsule-tabs-header{border-bottom:none;padding-left:0;padding-top:1 .06667rem;padding-bottom:.2rem}.editPayee .invite-item .payeeList .payeeListContent .adm-capsule-tabs-tab{padding:.06667rem .16rem;background:#f9f9f9;border-radius:.08rem;font-size:.18667rem;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#666;line-height:.26667rem}.editPayee .invite-item .payeeList .payeeListContent .adm-capsule-tabs-tab.adm-capsule-tabs-tab-active{color:var(--theme-text-color);background-color:var(--theme-des-bgc);border:1px solid var(--theme-active-border-color)}.editPayee .invite-item .payeeList .addContent{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;flex-shrink:0}.editPayee .invite-item .payeeList .addContent .bar{width:1px;height:.26667rem;background:#e5e5e5;margin-right:.13333rem}.editPayee .invite-item .payeeList .addBtn{padding:.09333rem .14667rem;background:#f9f9f9;border-radius:.08rem;font-size:.16rem;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#666;line-height:.22667rem;margin:0}.editPayee .invite-item .payeeList .addBtn.blue{color:#4387fd}.editPayee .invite-item .nullPayeeList{width:100%;height:2.08rem;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-align:center;align-items:center;background:#f7f7f7;border-radius:.13333rem;margin-top:.24rem;padding-top:.26667rem}.editPayee .invite-item .nullPayeeList .nullPayeeListIcon{width:1.06667rem;height:1.12rem}.editPayee .invite-item .nullPayeeList .nullPayeeListBtn{padding:.09333rem .56rem;border-radius:.22667rem;border:1px solid var(--theme-active-border-color);font-size:.18667rem;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:var(--theme-text-color);line-height:.26667rem;margin-top:.10667rem}.editPayee .suc_payee_list{border-radius:.13333rem}.editPayee .suc_payee_list .invite-item{border-radius:0;padding:.10667rem .2rem .21333rem!important;margin-bottom:0}.editPayee .suc_payee_list .invite-item .deleteContent{position:absolute;right:0;border:.5px solid #1dbc18;display:-webkit-box;display:flex;border-radius:.19333rem;-webkit-box-align:center;align-items:center;font-family:PingFangSC-Regular;font-size:.16rem;color:#1dbc18;letter-spacing:.29px;font-weight:400;background-color:#edffec}.editPayee .suc_payee_list .invite-item .deleteContent .delIcon{width:.14667rem;height:.14667rem;margin-right:.02667rem;background:#1dbc18;border-radius:100%}.editPayee .suc_payee_list .invite-item .dynamic{padding:.10667rem .2rem}.editPayee .suc_payee_list .first{border-top-left-radius:.13333rem!important;border-top-right-radius:.13333rem!important;padding:.10667rem .2rem 0!important}.editPayee .suc_payee_list .last{padding:.10667rem .2rem .21333rem!important;border-bottom-left-radius:.13333rem!important;border-bottom-right-radius:.13333rem!important}.editPayee .add-btn-box{position:fixed;z-index:101;left:0;bottom:0;width:100%;background-color:#fff;padding:.2rem;box-shadow:0 -.02667rem .09333rem 0 hsla(0,0%,82.7%,.38)}.editPayee .add-btn-box .btn{height:.66667rem;-webkit-box-pack:center;justify-content:center;font-size:.2rem;color:#fff;letter-spacing:0;text-align:center;background:var(--theme-active-btn-bgc);border-radius:.33333rem}.editPayee .add-btn-box .btn,.editPayee .addBtn{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;font-family:PingFangSC-Regular;font-weight:400}.editPayee .addBtn{width:100%;padding-right:.26667rem;margin-top:.10667rem;-webkit-box-pack:end;justify-content:flex-end;font-size:.18667rem;color:#4387fd;letter-spacing:.34px;margin-bottom:.21333rem}.editPayee .addBtn .big{font-size:.24rem;margin-top:-.02667rem;margin-right:.04rem}.editPayee .proportionInput .fake-input{width:.97333rem!important;height:.36rem!important;background:#f9f9f9;border-radius:.05333rem!important;font-family:PingFangSC-Regular!important;font-size:.18667rem!important;color:#999!important;letter-spacing:.34px!important;text-align:right;font-weight:400!important;right:0!important;left:inherit!important;padding-right:.26667rem!important}.editPayee .proportionInput .am-input-control{display:-webkit-box;display:flex;-webkit-box-pack:end;justify-content:flex-end}.editPayee .proportionInput .fake-input-container:after{content:"%";height:80%;display:block!important;position:relative;text-align:right;font-family:PingFangSC-Regular;font-size:.18667rem;color:#ccc;letter-spacing:.34px;font-weight:400;padding-right:.08rem!important;z-index:2}.editPayee .proportionInput .fake-input.focus:after{right:.28667rem!important}.editPayee .checkInfoTip{font-weight:400;font-size:.18667rem;color:#fa6400;line-height:.56rem;text-align:left;font-style:normal}.editPayee .item-text{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;min-height:.66667rem;-webkit-box-pack:justify;justify-content:space-between;line-height:.6rem;font-size:.2rem;border-bottom:1px solid rgba(211,214,218,.38)}.editPayee .item-text .key{height:100%;font-size:.2rem;line-height:.26667rem!important}.editPayee .item-text .key.warp{max-width:2.13333rem}.editPayee .item-text .value{height:100%;font-family:PingFangSC-Regular;font-size:.18667rem;color:#666;letter-spacing:.34px;text-align:right;font-weight:400;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;max-width:2.66667rem}.editPayee .item-text.active{line-height:.41333rem;padding:.09333rem 0}.editPayee .item-text.active .value{color:#4387fd;background-color:#e2efff;border:1px solid #b4cfff;padding:0 .22667rem;border-radius:.4rem}.editPayee .tipContent{margin-top:.17333rem;background:#fff;border-radius:.10667rem}.editPayee .tipContent .topContent{padding:.21333rem .2rem .17333rem;border-bottom:1px solid #e5e5e5}.editPayee .tipContent .compensateIcon{width:.32rem;height:.28rem}.editPayee .tipContent .editPayeeTipIcon{width:.32rem;height:.30667rem}.editPayee .tipContent .compensateText{font-size:.2rem;font-family:PingFangSC-Semibold,PingFang SC;font-weight:600;font-weight:700;color:#222;line-height:.28rem;margin-left:.08rem}.editPayee .tipContent .compensateText .highlight{color:#fa6400}.editPayee .tipContent .bottomContent{padding:.16rem .2rem .2rem}.editPayee .tipContent .bottomContent .descContent{background:#fff5ee;border-radius:.05333rem;padding:.10667rem .14667rem .16rem .13333rem;font-size:.17333rem;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#fa6400;line-height:.28rem}.editPayee .tipContent .bottomContent .descContent .reasonItem{display:block;margin-top:.06667rem}.editPayee .tipContent .bottomContent .descContent .name{font-weight:500;color:#222}.selectDrug{background-color:#f7f7f7;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;height:100%;position:fixed;top:0;width:100%;left:0;z-index:102}.selectDrug .content{-webkit-box-flex:1;flex:1 1;padding:.16rem;overflow:scroll}.selectDrug .content-box{background-color:#fff;border-radius:.13333rem;padding:.18667rem .16rem 0}.selectDrug .content-box .title{display:-webkit-box;display:flex;margin-bottom:.16rem;-webkit-box-align:center;align-items:center;font-size:.24rem;line-height:.33333rem;font-weight:600;font-weight:700}.selectDrug .content-box .title:before{width:.08rem;height:.22667rem;background-color:#e9290e;border-radius:.04rem;content:"";margin-right:.13333rem}.selectDrug .content-box .item{display:-webkit-box;display:flex;padding-top:.21333rem}.selectDrug .content-box .item .left-btn{width:.24rem;height:.24rem}.selectDrug .content-box .item .right-box{margin-left:.10667rem;-webkit-box-flex:1;flex:1 1;padding-bottom:.21333rem;border-bottom:1px solid #e5e5e5}.selectDrug .content-box .item .right-box .name{font-size:.21333rem;font-weight:600;font-weight:700;margin-bottom:.10667rem}.selectDrug .content-box .item .right-box .icons{display:-webkit-box;display:flex;margin-bottom:.10667rem}.selectDrug .content-box .item .right-box .icons .icon{color:#fa6400;background-color:#fdf3e4;border-radius:.05333rem;line-height:.25333rem;padding:0 .09333rem;font-size:.17333rem;margin-right:.10667rem}.selectDrug .content-box .item .right-box .desc{color:#7d8ba2;font-size:.18667rem}.selectDrug .content-box .item:last-of-type .right-box{border-bottom:none}.selectDrug .bottm-btn{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;padding:.2rem;background-color:#fff}.selectDrug .bottm-btn .text{font-size:.2rem;font-weight:600;font-weight:700;color:#40577e}.selectDrug .bottm-btn .count{color:#fa6400;font-size:.25333rem;margin-right:.26667rem}.selectDrug .bottm-btn .btn{font-weight:600;font-weight:700;border-radius:.10667rem;-webkit-box-flex:1;flex:1 1;color:#fff;font-size:.21333rem;line-height:.66667rem;text-align:center;background-image:-webkit-linear-gradient(left,#ff8a6b,#ff4415);background-image:linear-gradient(90deg,#ff8a6b,#ff4415)}.tipColor{color:#fa6400!important}.bank-modal .am-modal-body .container .content{padding:0 .2rem;height:80vh}.bank-modal .bank_list{height:100%}.bank-modal .bank_list .bank_search{padding:.24rem 0}.bank-modal .bank_list .bank_search .adm-search-bar-input-box{height:.50667rem;line-height:.50667rem}.bank-modal .bank_list .columbus-load-more{overflow:auto;max-height:80%;min-height:50%;height:80%}.bank-modal .bank_list .line_item{text-align:left;font-family:PingFangSC-Regular;font-size:.18667rem;color:#999;line-height:.21333rem;font-weight:400;padding:.2rem 0;border-bottom:.5px solid #e5e5e5}.bank-modal .bank_list .line_item .active{color:#333}.bank-modal .bank_list .blank_wrap{font-family:PingFangSC-Regular;font-size:.18667rem;color:#999;text-align:center;line-height:.26667rem;font-weight:400}.bank-modal .bank_list .blank_wrap img{width:2.68rem;margin:20vh auto 0}.systemMaintain{background-color:#fff;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-align:center;align-items:center;height:100vh}.systemMaintain img{display:block;width:3.70667rem;margin:1.32rem auto 0}.systemMaintain .title{width:100vw;height:.25333rem;font-size:.18667rem;font-family:PingFangSC-Semibold,PingFang SC;font-weight:600;color:#222;line-height:.24rem;text-align:center;margin-top:-.13333rem}.systemMaintain .text{width:3.16rem;height:.56rem;text-align:center;font-size:.17333rem;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#333;line-height:.24rem;margin-top:.2rem}.common-apply-finish-page,.common-finish-page,.common-upload-finish-page{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-align:center;align-items:center;border-top-color:#f7f7f7}.common-apply-finish-page .content,.common-finish-page .content,.common-upload-finish-page .content{width:calc(100% - .4rem);margin-top:.2rem;background:#fff;border-radius:.10667rem;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-align:center;align-items:center}.common-apply-finish-page .finish-icon,.common-finish-page .finish-icon,.common-upload-finish-page .finish-icon{width:2.26667rem;margin-top:.53333rem}.common-apply-finish-page .upload-finish-icon,.common-finish-page .upload-finish-icon,.common-upload-finish-page .upload-finish-icon{width:1.89333rem;width:2.26667rem;margin-top:.53333rem;margin-bottom:.24rem}.common-apply-finish-page .title,.common-finish-page .title,.common-upload-finish-page .title{font-size:.25333rem;font-weight:500;color:#666;line-height:.36rem;margin-top:.10667rem}.common-apply-finish-page .title .spe,.common-finish-page .title .spe,.common-upload-finish-page .title .spe{color:#fa6400!important}.common-apply-finish-page .btn,.common-finish-page .btn,.common-upload-finish-page .btn{font-size:.21333rem;font-weight:400;width:3.33333rem;height:.61333rem;line-height:.61333rem;text-align:center}.common-apply-finish-page .goon,.common-finish-page .goon,.common-upload-finish-page .goon{margin-top:.18667rem;color:#fff;background:var(--theme-active-btn-bgc);border-radius:.30667rem}.common-apply-finish-page .leave,.common-finish-page .leave,.common-upload-finish-page .leave{color:var(--theme-text-color);margin-top:.17333rem;border:1px solid var(--theme-active-border-color);border-radius:.30667rem;margin-bottom:.24rem;font-weight:700;font-weight:500}.common-apply-finish-page .warning-box,.common-finish-page .warning-box,.common-upload-finish-page .warning-box{width:calc(100% - .4rem);border-radius:.10667rem;padding:0 .26667rem .4rem;background-color:#fff;margin-top:.2rem}.common-apply-finish-page .warning-box .warning-title-box,.common-finish-page .warning-box .warning-title-box,.common-upload-finish-page .warning-box .warning-title-box{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center}.common-apply-finish-page .warning-box .warning-title-box .tip_left,.common-finish-page .warning-box .warning-title-box .tip_left,.common-upload-finish-page .warning-box .warning-title-box .tip_left{width:.41333rem;height:.19333rem;background-size:100% 100%;background-image:url(https://static1.webao99.com/newclaim/img/tip_left_8c9f5b46.png),var(--theme-active-btn-bgc)}.common-apply-finish-page .warning-box .warning-title-box .tip_right,.common-finish-page .warning-box .warning-title-box .tip_right,.common-upload-finish-page .warning-box .warning-title-box .tip_right{width:.41333rem;height:.19333rem;background-size:100% 100%;background-image:url(https://static1.webao99.com/newclaim/img/tip_right_ff86753b.png),var(--theme-active-btn-bgc)}.common-apply-finish-page .warning-box .warning-title-box .text,.common-finish-page .warning-box .warning-title-box .text,.common-upload-finish-page .warning-box .warning-title-box .text{font-size:.25333rem;font-weight:500;color:#333;line-height:.32rem;margin-left:.08rem;margin-right:.08rem}.common-apply-finish-page .warning-box .desc,.common-finish-page .warning-box .desc,.common-upload-finish-page .warning-box .desc{margin-top:.13333rem;font-size:.18667rem;font-weight:500;color:#999;line-height:.26667rem;display:-webkit-box;display:flex}.common-apply-finish-page .warning-box .desc .num,.common-finish-page .warning-box .desc .num,.common-upload-finish-page .warning-box .desc .num{background:#f1f1f1;width:.21333rem;height:.21333rem;border-radius:50%;line-height:.21333rem;text-align:center;margin-right:.06667rem;font-size:.13333rem;-webkit-transform:translateY(.02667rem);transform:translateY(.02667rem);flex-shrink:0;font-family:PingFangSC-Medium;color:#999;letter-spacing:.75px;font-weight:500}.common-apply-finish-page .warning-box .desc .text,.common-finish-page .warning-box .desc .text,.common-upload-finish-page .warning-box .desc .text{font-family:PingFangSC-Regular;font-size:.18667rem;color:#999;font-weight:400}.common-apply-finish-page .warning-box .desc .active,.common-finish-page .warning-box .desc .active,.common-upload-finish-page .warning-box .desc .active{color:#fa6400!important}.common-apply-finish-page .topProgress,.common-finish-page .topProgress,.common-upload-finish-page .topProgress{width:100%;background-color:#fff;overflow:auto}.common-apply-finish-page .topProgress .adm-step-icon-container,.common-finish-page .topProgress .adm-step-icon-container,.common-upload-finish-page .topProgress .adm-step-icon-container{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center}.common-apply-finish-page .topProgress .adm-step-status-finish .adm-step-content,.common-apply-finish-page .topProgress .adm-step-status-process .adm-step-content,.common-finish-page .topProgress .adm-step-status-finish .adm-step-content,.common-finish-page .topProgress .adm-step-status-process .adm-step-content,.common-upload-finish-page .topProgress .adm-step-status-finish .adm-step-content,.common-upload-finish-page .topProgress .adm-step-status-process .adm-step-content{padding:0}.common-apply-finish-page .topProgress .adm-step-status-finish .adm-step-content .adm-step-title,.common-apply-finish-page .topProgress .adm-step-status-process .adm-step-content .adm-step-title,.common-finish-page .topProgress .adm-step-status-finish .adm-step-content .adm-step-title,.common-finish-page .topProgress .adm-step-status-process .adm-step-content .adm-step-title,.common-upload-finish-page .topProgress .adm-step-status-finish .adm-step-content .adm-step-title,.common-upload-finish-page .topProgress .adm-step-status-process .adm-step-content .adm-step-title{font-family:PingFangSC-Regular;font-size:.18667rem;color:#222;text-align:center;line-height:.18667rem;font-weight:400;white-space:nowrap;-webkit-box-pack:center;justify-content:center}.common-apply-finish-page .topProgress .adm-step-status-wait .adm-step-content,.common-finish-page .topProgress .adm-step-status-wait .adm-step-content,.common-upload-finish-page .topProgress .adm-step-status-wait .adm-step-content{padding:0}.common-apply-finish-page .topProgress .adm-step-status-wait .adm-step-content .adm-step-title,.common-finish-page .topProgress .adm-step-status-wait .adm-step-content .adm-step-title,.common-upload-finish-page .topProgress .adm-step-status-wait .adm-step-content .adm-step-title{font-family:PingFangSC-Regular;font-size:.18667rem;color:#858b9c;text-align:center;line-height:.18667rem;font-weight:400;white-space:nowrap;-webkit-box-pack:center;justify-content:center}.common-apply-finish-page .topProgress .selectedIcon,.common-finish-page .topProgress .selectedIcon,.common-upload-finish-page .topProgress .selectedIcon{width:.21333rem;height:.21333rem}.common-apply-finish-page .topProgress .am-steps-icon,.common-finish-page .topProgress .am-steps-icon,.common-upload-finish-page .topProgress .am-steps-icon{display:-webkit-box!important;display:flex!important;-webkit-box-align:center!important;align-items:center!important}.common-apply-finish-page .topProgress .progressBall,.common-finish-page .topProgress .progressBall,.common-upload-finish-page .topProgress .progressBall{width:.21333rem;height:.34667rem;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center}.common-apply-finish-page .topProgress .progressBall .progressBallContent,.common-finish-page .topProgress .progressBall .progressBallContent,.common-upload-finish-page .topProgress .progressBall .progressBallContent{width:.12rem;height:.12rem;border-radius:.12rem;background:#c5cad5}.common-apply-finish-page .topProgress .progressBall .progressBallContent.act,.common-finish-page .topProgress .progressBall .progressBallContent.act,.common-upload-finish-page .topProgress .progressBall .progressBallContent.act{width:.21333rem;height:.21333rem;border-radius:.21333rem;background:var(--theme-active-btn-bgc);display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center}.common-apply-finish-page .topProgress .progressBall .progressBallContent.act .selectedIcon,.common-finish-page .topProgress .progressBall .progressBallContent.act .selectedIcon,.common-upload-finish-page .topProgress .progressBall .progressBallContent.act .selectedIcon{width:.13333rem;height:.1rem}.uploadFinish{padding:.2rem}.uploadFinish,.uploadFinish .content{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-align:center;align-items:center}.uploadFinish .content{width:100%;background:#fff;border-radius:.10667rem}.uploadFinish .content.bottom{margin-top:.16rem}.uploadFinish .finish-icon{width:2rem;margin-top:1.08rem}.uploadFinish .upload-finish-icon{width:1.89333rem;margin-top:.53333rem;margin-bottom:.24rem}.uploadFinish .title{font-size:.25333rem;font-weight:500;color:#666;line-height:.36rem;margin-top:.10667rem;margin-bottom:.53333rem}.uploadFinish .btn{font-size:.21333rem;font-weight:400;width:3.33333rem;height:.61333rem;line-height:.61333rem;text-align:center}.uploadFinish .goon{color:#fff;margin-bottom:.24rem;color:var(--theme-text-color);font-size:500;font-weight:700}.uploadFinish .goon,.uploadFinish .leave{border-radius:.30667rem;border:1px solid var(--theme-active-border-color)}.uploadFinish .leave{color:var(--theme-text-color);margin-top:.17333rem}.uploadFinish .warning-box{width:100%;padding:.2rem .26667rem .4rem}.uploadFinish .warning-box .warning-title-box{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center}.uploadFinish .warning-box .warning-title-box .tip_left{width:.41333rem;height:.19333rem;background-size:100% 100%;background-image:url(https://static1.webao99.com/newclaim/img/tip_left_8c9f5b46.png),var(--theme-active-btn-bgc)}.uploadFinish .warning-box .warning-title-box .tip_right{width:.41333rem;height:.19333rem;background-size:100% 100%;background-image:url(https://static1.webao99.com/newclaim/img/tip_right_ff86753b.png),var(--theme-active-btn-bgc)}.uploadFinish .warning-box .warning-title-box .text{font-size:.25333rem;font-weight:500;color:#333;line-height:.32rem;margin-left:.08rem;margin-right:.08rem}.uploadFinish .warning-box .desc{margin-top:.13333rem;font-size:.18667rem;font-weight:500;color:#999;line-height:.26667rem;display:-webkit-box;display:flex}.uploadFinish .warning-box .desc .num{background:#f1f1f1;width:.21333rem;height:.21333rem;border-radius:50%;line-height:.21333rem;text-align:center;margin-right:.06667rem;font-size:.13333rem;-webkit-transform:translateY(.02667rem);transform:translateY(.02667rem);flex-shrink:0;font-family:PingFangSC-Medium;color:#999;letter-spacing:.75px;font-weight:500}.uploadFinish .warning-box .desc .text{font-family:PingFangSC-Regular;font-size:.18667rem;color:#999;font-weight:400}.uploadFinish .warning-box .desc .active{color:#fa6400!important}.fixPayeefinish{padding:.2rem}.fixPayeefinish,.fixPayeefinish .content{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-align:center;align-items:center}.fixPayeefinish .content{width:100%;background:#fff;border-radius:.10667rem}.fixPayeefinish .content.bottom{margin-top:.16rem}.fixPayeefinish .finish-icon{width:2rem;margin-top:1.08rem}.fixPayeefinish .upload-finish-icon{width:1.89333rem;margin-top:.53333rem;margin-bottom:.24rem}.fixPayeefinish .title{font-size:.25333rem;font-weight:500;color:#666;line-height:.36rem;margin-top:.10667rem;margin-bottom:.53333rem}.fixPayeefinish .btn{font-size:.21333rem;font-weight:400;width:3.33333rem;height:.61333rem;line-height:.61333rem;text-align:center}.fixPayeefinish .goon{color:#fff;margin-bottom:.24rem;color:var(--theme-text-color);font-size:500;font-weight:700}.fixPayeefinish .goon,.fixPayeefinish .leave{border-radius:.30667rem;border:1px solid var(--theme-active-border-color)}.fixPayeefinish .leave{color:var(--theme-text-color);margin-top:.17333rem}.fixPayeefinish .warning-box{width:100%;padding:.2rem .26667rem .4rem}.fixPayeefinish .warning-box .warning-title-box{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center}.fixPayeefinish .warning-box .warning-title-box .tip_left{width:.41333rem;height:.19333rem;background-size:100% 100%;background-image:url(https://static1.webao99.com/newclaim/img/tip_left_8c9f5b46.png),var(--theme-active-btn-bgc)}.fixPayeefinish .warning-box .warning-title-box .tip_right{width:.41333rem;height:.19333rem;background-size:100% 100%;background-image:url(https://static1.webao99.com/newclaim/img/tip_right_ff86753b.png),var(--theme-active-btn-bgc)}.fixPayeefinish .warning-box .warning-title-box .text{font-size:.25333rem;font-weight:500;color:#333;line-height:.32rem;margin-left:.08rem;margin-right:.08rem}.fixPayeefinish .warning-box .desc{margin-top:.13333rem;font-size:.18667rem;font-weight:500;color:#999;line-height:.26667rem;display:-webkit-box;display:flex}.fixPayeefinish .warning-box .desc .num{background:#f1f1f1;width:.21333rem;height:.21333rem;border-radius:50%;line-height:.21333rem;text-align:center;margin-right:.06667rem;font-size:.13333rem;-webkit-transform:translateY(.02667rem);transform:translateY(.02667rem);flex-shrink:0;font-family:PingFangSC-Medium;color:#999;letter-spacing:.75px;font-weight:500}.fixPayeefinish .warning-box .desc .text{font-family:PingFangSC-Regular;font-size:.18667rem;color:#999;font-weight:400}.fixPayeefinish .warning-box .desc .active{color:#fa6400!important}.FixPayeeInfoFinish{padding:.2rem}.FixPayeeInfoFinish,.FixPayeeInfoFinish .content{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-align:center;align-items:center}.FixPayeeInfoFinish .content{width:100%;background:#fff;border-radius:.10667rem}.FixPayeeInfoFinish .content.bottom{margin-top:.16rem}.FixPayeeInfoFinish .finish-icon{width:2rem;margin-top:1.08rem}.FixPayeeInfoFinish .upload-finish-icon{width:1.89333rem;margin-top:.53333rem;margin-bottom:.24rem}.FixPayeeInfoFinish .title{font-size:.25333rem;font-weight:500;color:#666;line-height:.36rem;margin-top:.10667rem;margin-bottom:.53333rem}.FixPayeeInfoFinish .btn{font-size:.21333rem;font-weight:400;width:3.33333rem;height:.61333rem;line-height:.61333rem;text-align:center}.FixPayeeInfoFinish .goon{color:#fff;margin-bottom:.24rem;color:var(--theme-text-color);font-size:500;font-weight:700}.FixPayeeInfoFinish .goon,.FixPayeeInfoFinish .leave{border-radius:.30667rem;border:1px solid var(--theme-active-border-color)}.FixPayeeInfoFinish .leave{color:var(--theme-text-color);margin-top:.17333rem}.FixPayeeInfoFinish .warning-box{width:100%;padding:.2rem .26667rem .4rem}.FixPayeeInfoFinish .warning-box .warning-title-box{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center}.FixPayeeInfoFinish .warning-box .warning-title-box .tip_left{width:.41333rem;height:.19333rem;background-size:100% 100%;background-image:url(https://static1.webao99.com/newclaim/img/tip_left_8c9f5b46.png),var(--theme-active-btn-bgc)}.FixPayeeInfoFinish .warning-box .warning-title-box .tip_right{width:.41333rem;height:.19333rem;background-size:100% 100%;background-image:url(https://static1.webao99.com/newclaim/img/tip_right_ff86753b.png),var(--theme-active-btn-bgc)}.FixPayeeInfoFinish .warning-box .warning-title-box .text{font-size:.25333rem;font-weight:500;color:#333;line-height:.32rem;margin-left:.08rem;margin-right:.08rem}.FixPayeeInfoFinish .warning-box .desc{margin-top:.13333rem;font-size:.18667rem;font-weight:500;color:#999;line-height:.26667rem;display:-webkit-box;display:flex}.FixPayeeInfoFinish .warning-box .desc .num{background:#f1f1f1;width:.21333rem;height:.21333rem;border-radius:50%;line-height:.21333rem;text-align:center;margin-right:.06667rem;font-size:.13333rem;-webkit-transform:translateY(.02667rem);transform:translateY(.02667rem);flex-shrink:0;font-family:PingFangSC-Medium;color:#999;letter-spacing:.75px;font-weight:500}.FixPayeeInfoFinish .warning-box .desc .text{font-family:PingFangSC-Regular;font-size:.18667rem;color:#999;font-weight:400}.FixPayeeInfoFinish .warning-box .desc .active{color:#fa6400!important}.columbus-button{border:none;outline:none;white-space:nowrap;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;box-sizing:border-box;cursor:pointer;-webkit-appearance:none;margin:0;color:#333;height:.58667rem;border-radius:.05333rem;padding:0 .21333rem;font-size:100%;position:relative}.columbus-button:before{content:"";box-sizing:border-box;position:absolute;pointer-events:none;left:0;top:0;width:200%;height:200%;border:1px solid transparent;border-radius:.10667rem;-webkit-transform:scale(.5);transform:scale(.5);-webkit-transform-origin:0 0;transform-origin:0 0}.columbus-button__content{display:-webkit-box;display:flex;height:100%;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center}.columbus-button__icon{margin-right:.06667rem;display:block}.columbus-button:disabled{opacity:.5}.columbus-button--primary{color:#fff;background-color:#008e96}.columbus-button--primary:active:not(:disabled){background-color:rgba(0,142,150,.5)}.columbus-button--default{color:#333;background-color:#fff}.columbus-button--default:before{border-color:#e0e0e0}.columbus-button--default:active:not(:disabled){background-color:#f0f0f0}.columbus-button--info{color:#fff;background-color:#0076ff;border-color:#0076ff}.columbus-button--info:active:not(:disabled){background-color:#004799}.columbus-button--health{color:#fff;background-color:#28c79f;border-color:#28c79f}.columbus-button--health:active:not(:disabled){background-color:#17725b}.columbus-button--danger{color:#fff;background-color:#ef1313;border-color:#ef1313}.columbus-button--danger:active:not(:disabled){background-color:#920a0a}.columbus-button--ghost{background-color:#fff}.columbus-button--ghost:before{border-color:currentColor}.columbus-button--ghost:active:not(:disabled){background-color:#f0f0f0}.columbus-button--primary.columbus-button--ghost{color:#008e96}.columbus-button--info.columbus-button--ghost{color:#0076ff}.columbus-button--health.columbus-button--ghost{color:#28c79f}.columbus-button--danger.columbus-button--ghost{color:#ef1313}.columbus-button--round,.columbus-button--round:before{border-radius:13.33333rem}.columbus-button--block{display:block;width:100%}.columbus-button--sm{height:.4rem}.columbus-button--lg{height:.66667rem}.SzReportInfo .header{width:100vw;height:3.33333rem;background-image:url(https://static1.webao99.com/newclaim/img/SZReportInfoBg_66d6ee3a.png);background-size:100%;padding:.34667rem .14667rem .4rem .28rem}.SzReportInfo .header .text{width:2.26667rem;height:.61333rem;margin-bottom:.12rem}.SzReportInfo .header .info{font-family:PingFangSC,PingFang SC;font-weight:600;font-size:.17333rem;color:#fff;line-height:.25333rem;text-align:justify;font-style:normal}.SzReportInfo .header .mount{width:4.66667rem;height:1.21333rem;background-image:url(https://static1.webao99.com/newclaim/img/SZReportInfoBorder_36e35b47.png);background-size:100%;margin:.16rem 0 0 -.09333rem;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-pack:center;justify-content:center}.SzReportInfo .header .mount .title{width:1.84rem;height:.4rem;padding:.05333rem 0;margin:0 auto}.SzReportInfo .header .mount .numList{display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;height:.58667rem}.SzReportInfo .header .mount .numList .numItem:last-child{margin-right:0}.SzReportInfo .header .mount .numList .numPoint{width:.09333rem;height:.09333rem;margin-left:-.02667rem;margin-right:.02667rem;margin-top:.49333rem;vertical-align:baseline;background-image:url(https://static1.webao99.com/newclaim/img/SZReportInfoMountPoint_2809bedb.png);background-size:100%}.SzReportInfo .content{background:#fff;border-radius:.13333rem .13333rem 0 0;margin-top:-.29333rem;padding:.4rem .16rem .53333rem}.SzReportInfo .content .content_header{display:-webkit-box;display:flex;-webkit-box-pack:start;justify-content:flex-start;-webkit-box-align:center;align-items:center;margin:0 0 .17333rem .21333rem}.SzReportInfo .content .content_header .icon{width:.33333rem;height:.33333rem;margin-right:.09333rem}.SzReportInfo .content .content_header .text{font-family:PingFangSC,PingFang SC;font-weight:500;font-size:.26667rem;color:#333;line-height:.37333rem;text-align:justify;font-style:normal}.SzReportInfo .content .content_list .content_item{margin-bottom:.13333rem;width:4.66667rem;background:#fff;box-shadow:0 0 .02667rem 1px rgba(0,102,185,.1);border-radius:.13333rem;padding:.22667rem .2rem .05333rem}.SzReportInfo .content .content_list .content_item .item_header{display:-webkit-box;display:flex;-webkit-box-pack:start;justify-content:flex-start;-webkit-box-align:end;align-items:flex-end}.SzReportInfo .content .content_list .content_item .item_header .item_icon{width:.33333rem;height:.33333rem;margin-right:.13333rem}.SzReportInfo .content .content_list .content_item .item_header .item_text{font-family:PingFangSC,PingFang SC;color:#444;line-height:.33333rem;text-align:justify;font-style:normal}.SzReportInfo .content .content_list .content_item .item_header .item_name{font-weight:500;font-size:.24rem}.SzReportInfo .content .content_list .content_item .item_header .item_des{font-weight:500;font-size:.16rem}.SzReportInfo .content .content_list .content_item .item_mount{width:4.24rem;height:.53333rem;background:-webkit-linear-gradient(right,rgba(252,233,255,.45),rgba(231,243,255,.45));background:linear-gradient(270deg,rgba(252,233,255,.45),rgba(231,243,255,.45));border-radius:0 0 .06667rem .06667rem;margin-top:.06667rem;display:-webkit-box;display:flex;-webkit-box-pack:start;justify-content:flex-start;-webkit-box-align:center;align-items:center;padding-left:.48rem}.SzReportInfo .content .content_list .content_item .item_mount .mount_label{font-family:PingFangSC,PingFang SC;font-weight:500;font-size:.21333rem;color:#484848;text-align:justify;font-style:normal}.SzReportInfo .content .content_list .content_item .item_mount .item_text{font-family:PingFangSC,PingFang SC;font-weight:500;font-size:.33333rem;text-align:left;font-style:normal}.SzReportInfo .content .content_list .content_item .item_mount .mount_num{color:#fa6400;margin-right:.02667rem}.SzReportInfo .content .content_list .content_item .item_mount .mount_per{color:#484848}.SzReportInfo .content .tip{font-size:.13333rem;color:#999;margin-top:.2rem}.numItem{width:.42667rem;height:.58667rem;--num-height:11.73333vw;overflow:hidden;background:#fff;margin:0 .05333rem 0 0;border-radius:.05333rem;position:relative;background-image:url(https://static1.webao99.com/newclaim/img/SZReportInfoMountNum_3eeb786f.png);background-size:100%}.numScroller{position:absolute;-webkit-transition:-webkit-transform .5s ease-out;transition:-webkit-transform .5s ease-out;transition:transform .5s ease-out;transition:transform .5s ease-out,-webkit-transform .5s ease-out;width:100%}.scrollNum{height:.58667rem;width:.42667rem;height:var(--num-height);display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;font-family:DINAlternate;font-weight:700;font-size:.38667rem;color:#0082ff}.login_entrance .content{top:.57333rem;left:.26667rem;right:.26667rem}.login_entrance .content .title{font-size:.24rem;line-height:.33333rem;margin-left:.10667rem}.login_entrance .content .dataWrap{margin-top:.2rem;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.login_entrance .content .dataWrap,.login_entrance .content .dataWrap .data{display:-webkit-box;display:flex;flex-wrap:nowrap;-webkit-box-align:center;align-items:center}.login_entrance .content .dataWrap .data{width:100%;-webkit-box-pack:justify;justify-content:space-between;color:#fff;height:1.01333rem;margin-top:.10667rem;background-color:#fff;padding:0 .2rem 0 .26667rem;border-radius:.13333rem;position:relative}.login_entrance .content .dataWrap .data .year_name{margin-right:.05333rem;font-size:.24rem;font-family:PingFangSC,PingFang SC;font-weight:500;color:#222}.login_entrance .content .dataWrap .data .right{position:relative;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;z-index:2;background:#fff;border-radius:.28rem;border:1px solid #e0e0e0;padding:.13333rem .21333rem .13333rem .28rem}.login_entrance .content .dataWrap .data .right .text{font-size:.18667rem;font-family:PingFangSC,PingFang SC;font-weight:400;color:#222;line-height:.26667rem}.login_entrance .content .dataWrap .data .right .right_icon{margin-left:.06667rem;width:.09333rem;height:.18667rem}.login_entrance .content .dataWrap .data .corner_icon{position:absolute;bottom:0;right:0;z-index:1;width:.77333rem;height:.68rem}.login_entrance .content .des{margin-top:.2rem;border-radius:.10667rem;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-pack:start;justify-content:flex-start;-webkit-box-align:start;align-items:flex-start;flex-wrap:nowrap;background-color:#fff;padding:.26667rem;border-radius:.13333rem}.login_entrance .content .des .desItem .bold{font-weight:700!important}.login_entrance .content .des .desItem .name,.login_entrance .content .des .desItem .ord{font-size:.18667rem;font-weight:400;color:#222;line-height:.26667rem}.login_entrance .content .des .desItem .warn{font-size:.17333rem;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#fa6400;line-height:.25333rem}.login_entrance .content .des .desItem .nor{font-size:.18667rem;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#999;line-height:.25333rem}.login_entrance .content .des .desItem .rightText{-webkit-box-pack:start;justify-content:flex-start;margin-left:.2rem}.login_entrance .content .des .contact{width:3.88rem;height:.53333rem;background:#fff;border-radius:.26667rem;border:1px solid #dae8fc;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;margin-top:.26667rem}.login_entrance .content .des .contact .contactIcon{width:.21333rem;margin-right:.10667rem}.login_entrance .content .des .contact .contactText{height:.26667rem;font-size:.18667rem;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#222;line-height:.26667rem}.login_entrance .content .des .des_ty{margin:.14667rem 0 .06667rem}.login_entrance .content .des .des_warn{background:#f9f9f9;border-radius:.08rem;padding:.10667rem .13333rem;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-pack:start;justify-content:flex-start;-webkit-box-align:start;align-items:flex-start}.login_entrance .content .des .des_warn .warnIconPart{margin-right:.10667rem}.login_entrance .content .des .des_warn .warnIconPart .warnIcon{width:.16rem;height:.16rem}.login_entrance .content .des .des_warn .warn{font-size:.17333rem;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#fa6400;line-height:.25333rem;margin-top:.08rem}.login_entrance .bg{position:relative;width:100vw}.login_entrance .content{position:absolute;top:1.61333rem;left:.2rem;right:.2rem;background-color:#fff;padding:.26667rem .2rem .2rem;border-radius:.13333rem;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.login_entrance .content .title{font-size:.21333rem;font-family:PingFangSC-Semibold,PingFang SC;font-weight:600;color:#222;line-height:.30667rem;font-weight:700}.login_entrance .content .date{height:.48rem;background:#f7f7f7;border-radius:.05333rem;margin-top:.16rem;-webkit-box-pack:justify;justify-content:space-between;padding:0 .26667rem}.login_entrance .content .date,.login_entrance .content .date .date-left{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center}.login_entrance .content .date .date-left .date-icon{width:.16rem}.login_entrance .content .date .date-left .date-tip{color:#ccc}.login_entrance .content .date .date-left .date-tip,.login_entrance .content .date .date-left .date-value{font-size:.17333rem;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;margin-left:.05333rem}.login_entrance .content .btn{background:var(--theme-active-btn-bgc);border-radius:.10667rem;margin-top:.26667rem}.login_entrance .content .item-tip{background:#fff;padding:.16rem;font-family:PingFangSC-Regular;font-size:.16rem;color:#999;letter-spacing:0;text-align:justify;line-height:.24rem;font-weight:400}.login_entrance .content .item-tip .highLight{color:#fa6400}.login_entrance .content .item-tip .bold{font-family:PingFangSC-Semibold;font-weight:600;font-weight:700}:root,body{--theme-text-color:"#4387FD";--theme-active-border-color:"#0082FF";--theme-des-bgc:"#B4CFFF";--theme-active-btn-bgc:"#0082FF"}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0;-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:antialiased;-webkit-user-select:none;user-select:none;padding:0}main{display:block}a,canvas,img{-webkit-touch-callout:none}a{text-decoration:none;background:transparent}img{border:0;width:100%;vertical-align:middle;object-fit:contain}b,strong{font-weight:bolder}figure,h1,h2,h3,h4,ol,p,ul{margin:0}ol,ul{list-style:none;padding:0}textarea{resize:none}button,input,select,textarea{margin:0;outline:none}button:disabled,input:disabled,select:disabled,textarea:disabled{-webkit-text-fill-color:#999;background:transparent;opacity:1}input{border:0}input,input:checked{-webkit-appearance:none;appearance:none}input::-webkit-input-placeholder{color:#999}input::placeholder{color:#999}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{margin:0;-webkit-appearance:none;appearance:none}input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;appearance:button}*{box-sizing:border-box}.ellipsis{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}#root,body,html{height:100%}body{color:#333;font-size:.18667rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;text-size-adjust:100%!important;-moz-text-size-adjust:100%!important}button{padding:0;background:none;border:0;line-height:normal;vertical-align:middle;outline:none;color:inherit}.am-modal{margin-top:-20%}.am-picker-col-item-selected,.g-bigBtn{font-weight:500}.g-bigBtn{display:block;margin:0 auto;width:4.57333rem;height:.61333rem;background:#00be94;border-radius:.30667rem;font-size:.21333rem;line-height:.61333rem;font-family:PingFangSC,PingFangSC-Medium;text-align:center;color:#fff}.g-ellipsis{white-space:nowrap}.g-ellipsis,.g-ellipsis2{overflow:hidden;text-overflow:ellipsis}.g-ellipsis2{-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:2;word-break:break-word}.g-clearfix:after{display:block;clear:both;width:0;height:0;overflow:hidden;visibility:hidden;content:""}.g-noscrollbar{-webkit-overflow-scrolling:touch}.g-noscrollbar::-webkit-scrollbar{display:none}.am-modal-wrap .am-modal-title{font-size:.22667rem;line-height:.32rem;font-weight:600;font-weight:700}.am-modal-wrap .am-modal-button{font-size:.21333rem;font-weight:400;color:#6da3ff}.am-picker-popup{border-radius:.10667rem .10667rem 0 0}.am-picker-popup-header-left{font-family:PingFangSC-Regular!important;font-size:.21333rem!important;color:#666!important;letter-spacing:0!important;font-weight:400!important}.am-picker-popup-title{font-family:PingFangSC-Medium!important;font-size:.24rem!important;color:#222!important;letter-spacing:1px!important;font-weight:500!important}.am-picker-popup-header-right{font-family:PingFangSC-Regular!important;font-size:.21333rem!important;color:#6da3ff!important;letter-spacing:0!important;font-weight:400!important}.am-picker-popup-header{background:none}.am-picker-popup-wrap .am-picker-popup-body .am-picker-popup-header .am-picker-popup-header-left{color:#666}.am-picker-popup-wrap .am-picker-popup-body .am-picker-popup-header .am-picker-popup-title{font-family:PingFangSC-Medium;font-size:.24rem;color:#222;letter-spacing:1px;font-weight:500}.am-picker-popup-wrap .am-picker-popup-body .am-picker-popup-header .am-picker-popup-header-right{color:#4b8dfa}.am-picker .am-picker-col .am-picker-col-item{color:#999;font-size:.18667rem}.am-picker .am-picker-col .am-picker-col-item-selected{font-family:PingFangSC-Regular;font-size:.21333rem;color:#222;letter-spacing:0;font-weight:400}.electronSignature-content .adm-tabs-header{border:none}.electronSignature-content .am-tabs-default-bar-tab{white-space:nowrap!important}.electronSignature-content .protocol{max-height:60vh;min-height:35vh}.flex-row{-webkit-box-orient:horizontal;flex-direction:row}.flex-col,.flex-row{display:-webkit-box;display:flex;-webkit-box-direction:normal}.flex-col{-webkit-box-orient:vertical;flex-direction:column}.flex-nowrap{flex-wrap:nowrap}.flex-wrap{flex-wrap:wrap}.justify-start{-webkit-box-pack:start;justify-content:flex-start}.justify-center{-webkit-box-pack:center;justify-content:center}.justify-between{-webkit-box-pack:justify;justify-content:space-between}.justify-end{-webkit-box-pack:end;justify-content:flex-end}.justify-around{justify-content:space-around}.align-center{-webkit-box-align:center;align-items:center}.align-start{-webkit-box-align:start;align-items:flex-start}.align-end{-webkit-box-align:end;align-items:flex-end}.loadingIcon{width:.4rem;height:.4rem;-webkit-animation:rotating 1s linear infinite;animation:rotating 1s linear infinite;color:#9a9a9a}@-webkit-keyframes rotating{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes rotating{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.tip_left{background-image:url(https://static1.webao99.com/newclaim/img/tip_left_8c9f5b46.png),var(--theme-active-btn-bgc)}.tip_left,.tip_right{width:.41333rem;height:.19333rem;background-size:100% 100%}.tip_right{background-image:url(https://static1.webao99.com/newclaim/img/tip_right_ff86753b.png),var(--theme-active-btn-bgc)}.am-toast>span,.am-toast>span .am-toast-text{max-width:2.93333rem!important}.doubleDialogPopup .adm-button-primary{color:var(--theme-text-color);line-height:.21333rem;font-size:.24rem;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;line-height:.33333rem}.doubleDialogPopup .adm-auto-center-content{text-align:center;font-size:.18667rem;font-family:PingFangSC-Regular,PingFang SC;font-weight:400!important;color:#333;line-height:.26667rem}.doubleDialogPopup .adm-dialog-action-row .adm-button:first-of-type{font-size:.24rem;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#999;line-height:.33333rem}.adm-toast-mask{z-index:1200}