@charset "UTF-8";:root{--adm-radius-s: 4px;--adm-radius-m: 8px;--adm-radius-l: 12px;--adm-font-size-1: 9px;--adm-font-size-2: 10px;--adm-font-size-3: 11px;--adm-font-size-4: 12px;--adm-font-size-5: 13px;--adm-font-size-6: 14px;--adm-font-size-7: 15px;--adm-font-size-8: 16px;--adm-font-size-9: 17px;--adm-font-size-10: 18px;--adm-color-primary: #1677ff;--adm-color-success: #00b578;--adm-color-warning: #ff8f1f;--adm-color-danger: #ff3141;--adm-color-yellow: #ff9f18;--adm-color-orange: #ff6430;--adm-color-wathet: #e7f1ff;--adm-color-text: #333333;--adm-color-text-secondary: #666666;--adm-color-weak: #999999;--adm-color-light: #cccccc;--adm-color-border: #eeeeee;--adm-color-background: #ffffff;--adm-color-highlight: var(--adm-color-danger);--adm-color-white: #ffffff;--adm-color-box: #f5f5f5;--adm-color-text-light-solid: var(--adm-color-white);--adm-color-text-dark-solid: #000000;--adm-color-fill-content: var(--adm-color-box);--adm-font-size-main: var(--adm-font-size-5);--adm-font-family: -apple-system, blinkmacsystemfont, "Helvetica Neue", helvetica, segoe ui, arial, roboto, "PingFang SC", "miui", "Hiragino Sans GB", "Microsoft Yahei", sans-serif;--adm-border-color: var(--adm-color-border)}html[data-prefers-color-scheme=dark]{--adm-color-primary: #3086ff;--adm-color-success: #34b368;--adm-color-warning: #ffa930;--adm-color-danger: #ff4a58;--adm-color-yellow: #ffa930;--adm-color-orange: #e65a2b;--adm-color-wathet: #0d2543;--adm-color-text: #e6e6e6;--adm-color-text-secondary: #b3b3b3;--adm-color-weak: #808080;--adm-color-light: #4d4d4d;--adm-color-border: #2b2b2b;--adm-color-box: #0a0a0a;--adm-color-background: #1a1a1a;--adm-color-background-body: var(--adm-color-background);--adm-border-color: var(--adm-color-border)}:root{-webkit-tap-highlight-color:rgba(0,0,0,0)}html{background-color:var(--adm-color-background-body)}body{color:var(--adm-color-text);font-size:var(--adm-font-size-main);font-family:var(--adm-font-family)}a,button{cursor:pointer}a{color:var(--adm-color-primary);transition:opacity ease-in-out .2s}a:active{opacity:.8}.adm-plain-anchor{color:unset;transition:none}.adm-plain-anchor:active{opacity:unset}body.adm-overflow-hidden{overflow:hidden!important}div.adm-px-tester{--size: 1;height:calc(var(--size) / 2 * 2px);width:0;position:fixed;left:-100vw;top:-100vh;-webkit-user-select:none;user-select:none;pointer-events:none}.adm-mask{--z-index: var(--adm-mask-z-index, 1000);position:fixed;top:0;left:0;z-index:var(--z-index);display:block;width:100%;height:100%}.adm-mask-aria-button{position:absolute;top:0;left:0;z-index:0;width:100%;height:100%;pointer-events:none}.adm-mask-content{z-index:1}.adm-auto-center{display:flex;justify-content:center}.adm-auto-center-content{flex:0 1 auto}.adm-button{--color: var(--adm-color-text-light-solid);--text-color: var(--adm-button-text-color, var(--adm-color-text));--background-color: var(--adm-button-background-color, var(--adm-color-background));--border-radius: var(--adm-button-border-radius, 4px);--border-width: var(--adm-button-border-width, 1px);--border-style: var(--adm-button-border-style, solid);--border-color: var(--adm-button-border-color, var(--adm-color-border));color:var(--text-color);background-color:var(--background-color);position:relative;display:inline-block;box-sizing:border-box;height:auto;padding:7px 12px;margin:0;font-size:var(--adm-font-size-9);line-height:1.4;text-align:center;border:var(--border-width) var(--border-style) var(--border-color);border-radius:var(--border-radius);cursor:pointer;transition:opacity ease .15s;-webkit-user-select:none;user-select:none}.adm-button:focus{outline:none}.adm-button:before{position:absolute;top:0;left:0;transform:translate(calc(var(--border-width) * -1),calc(var(--border-width) * -1));width:100%;height:100%;background-color:var(--adm-color-text-dark-solid);border:var(--border-width) var(--border-style) var(--adm-color-text-dark-solid);border-radius:var(--border-radius);opacity:0;content:" ";box-sizing:content-box}.adm-button:active:before{opacity:.08}.adm-button-default.adm-button-fill-outline{--background-color: transparent;--border-color: var(--adm-color-text)}.adm-button-default.adm-button-fill-none{--background-color: transparent;--border-width: 0px}.adm-button:not(.adm-button-default){--text-color: var(--adm-color-text-light-solid);--background-color: var(--color);--border-color: var(--color)}.adm-button:not(.adm-button-default).adm-button-fill-outline{--text-color: var(--color);--background-color: transparent}.adm-button:not(.adm-button-default).adm-button-fill-none{--text-color: var(--color);--background-color: transparent;--border-width: 0px}.adm-button-primary{--color: var(--adm-color-primary)}.adm-button-success{--color: var(--adm-color-success)}.adm-button-danger{--color: var(--adm-color-danger)}.adm-button-warning{--color: var(--adm-color-warning)}.adm-button-block{display:block;width:100%}.adm-button-disabled{cursor:not-allowed;opacity:.4}.adm-button-disabled:active:before{display:none}.adm-button.adm-button-mini{padding-top:3px;padding-bottom:3px;font-size:var(--adm-font-size-main)}.adm-button.adm-button-mini.adm-button-shape-rounded{padding-left:9px;padding-right:9px}.adm-button.adm-button-small{padding-top:3px;padding-bottom:3px;font-size:var(--adm-font-size-7)}.adm-button.adm-button-large{padding-top:11px;padding-bottom:11px;font-size:var(--adm-font-size-10)}.adm-button.adm-button-shape-rounded{--border-radius: 1000px}.adm-button.adm-button-shape-rectangular{--border-radius: 0}.adm-button-loading{vertical-align:bottom}.adm-button-loading-wrapper{display:flex;height:1.4em;align-items:center;justify-content:center}.adm-button-loading-wrapper>.adm-loading{opacity:.6}.adm-dot-loading{display:inline-block}.adm-spin-loading{--color: var(--adm-color-weak);--size: 32px;width:var(--size);height:var(--size)}.adm-spin-loading-svg{width:100%;height:100%;animation:adm-spin-loading-rotate .8s infinite linear}.adm-spin-loading-svg>.adm-spin-loading-fill{stroke:var(--color)}@keyframes adm-spin-loading-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.adm-toast-mask .adm-toast-wrap{position:fixed;top:0;left:0;width:100%;height:100%;text-align:center}.adm-toast-mask .adm-toast-main{display:inline-block;position:relative;top:50%;transform:translateY(-50%);width:auto;max-width:204px;max-height:70%;overflow:auto;color:#fff;word-break:break-all;background-color:#000000b3;border-radius:8px;pointer-events:all;font-size:var(--adm-font-size-7);line-height:1.5;box-sizing:border-box;text-align:initial}.adm-toast-mask .adm-toast-main-text{padding:12px;min-width:0}.adm-toast-mask .adm-toast-main-icon{padding:35px 12px;min-width:150px}.adm-toast-mask .adm-toast-main-icon .adm-toast-icon{text-align:center;margin-bottom:8px;font-size:36px;line-height:1}.adm-toast-loading{--size: 48px;margin:0 auto 8px}._navheader_1ddrm_1{position:fixed;top:0;width:100%;height:44px;background-color:#fff;z-index:100;padding-left:15px;padding-right:15px;display:flex;flex-direction:row;justify-content:center;align-items:center;box-sizing:border-box}._navheader_1ddrm_1 ._back_1ddrm_16{position:absolute;left:10px;width:20px;height:20px}._navheader_1ddrm_1 ._title_1ddrm_22{width:72%;height:auto;color:#333;font-weight:700;font-size:16px;line-height:30px;text-align:center;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}._navheader_1ddrm_1 ._sum_1ddrm_34{position:absolute;right:15px;height:13px;font-size:13px;font-weight:400;color:#666;line-height:13px}@keyframes _ldio-17wv4vw4acr-o_nxijq_1{0%{opacity:1;transform:translate(0 0)}49.99%{opacity:1;transform:translate(40px)}50%{opacity:0;transform:translate(40px)}to{opacity:0;transform:translate(0)}}@keyframes _ldio-17wv4vw4acr_nxijq_30{0%{transform:translate(0)}50%{transform:translate(40px)}to{transform:translate(0)}}._ldio-17wv4vw4acr_nxijq_30 ._item_nxijq_30{position:absolute;width:40px;height:40px;border-radius:50%;top:30px;left:10px}._ldio-17wv4vw4acr_nxijq_30 ._item_nxijq_30:nth-child(1){background:#ff4d4f;animation:_ldio-17wv4vw4acr_nxijq_30 1s linear infinite;animation-delay:-.5s}._ldio-17wv4vw4acr_nxijq_30 ._item_nxijq_30:nth-child(2){background:#3ca7fa;animation:_ldio-17wv4vw4acr_nxijq_30 1s linear infinite;animation-delay:0s}._ldio-17wv4vw4acr_nxijq_30 ._item_nxijq_30:nth-child(3){background:#ff4d4f;animation:_ldio-17wv4vw4acr-o_nxijq_1 1s linear infinite;animation-delay:-.5s}._loadingio-spinner-dual-ball-ryto7w5w6z_nxijq_57{width:50px;height:50px;display:inline-block;overflow:hidden}._ldio-17wv4vw4acr_nxijq_30{width:100%;height:100%;position:relative;transform:translateZ(0) scale(.5);backface-visibility:hidden;transform-origin:0 0}._ldio-17wv4vw4acr_nxijq_30 ._item_nxijq_30{box-sizing:content-box}._error_1wxr1_1{position:fixed;top:0;bottom:0;left:0;right:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;background-color:#fff}._error_1wxr1_1 ._status_1wxr1_14{width:100%;text-align:center}#root{margin:0 auto;text-align:center}body{margin:0!important;font-family:ui-sans-serif,system-ui,-apple-system,system-ui,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";-webkit-text-size-adjust:100%!important;text-size-adjust:100%!important;-moz-text-size-adjust:100%!important}p{margin:0}@keyframes window-open{0%{transform:translateY(120px)}to{transform:translateY(0)}}::-webkit-scrollbar{width:0px}.mask{width:100%;left:0;top:0;right:0;bottom:0;height:100%;position:fixed;background:rgba(0,0,0,.6);z-index:200}.dialog-item{width:100%;height:calc(100% - 214px);background:#fff;border-radius:12px 12px 0 0;position:absolute;left:0;top:214px;display:flex;flex-direction:column;animation:window-open .3s}.dialog-item .top-box{width:100%;height:auto;float:left;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;padding:20px 15px;overflow:hidden}.dialog-item .top-box .category-box{width:100%;height:54px;float:left;display:flex;align-items:center;overflow-y:hidden;flex-wrap:nowrap;-webkit-overflow-scrolling:touch;margin:0;padding:0}.dialog-item .top-box .category-box .item{display:flex;flex-direction:column;align-items:center;font-weight:400;font-size:15px;color:#333;margin-right:20px;list-style:none;white-space:nowrap}.dialog-item .top-box .category-box .item:last-child{margin-right:0}.dialog-item .top-box .category-box .item.active{font-weight:600}.dialog-item .top-box .category-box .item i{width:20px;height:4px;background:#fff;border-radius:2.5px;margin-top:10px}.dialog-item .top-box .category-box .item i.active{background:#ff4d4f}.dialog-item .top-box .category-box .item i.effect{background:#9355de}.dialog-item .children-box{width:100%;height:auto;max-height:calc(100% - 94px);float:left;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;padding:0 15px 20px;overflow-x:hidden;overflow-y:auto}.dialog-item .children-box .child{width:100%;height:74px;border-radius:8px;border:1px solid #e5e5e5;margin-bottom:20px;display:flex;align-items:center;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;padding:25px 15px;justify-content:space-between}.dialog-item .children-box .child:last-child{margin-bottom:0}.dialog-item .children-box .child .child-name{font-size:16px;font-weight:500;color:#333;line-height:24px}.dialog-item .children-box .child .child-num{font-size:16px;font-weight:400;color:#ff4d4f;line-height:16px;display:flex;align-items:center}.dialog-item .children-box .child .child-num.active{color:#9355de}.dialog-item .children-box .child .child-num img{width:10px;height:10px;transform:rotate(180deg);margin-left:12px}.analysis-box{width:100%;height:auto;float:left;box-sizing:border-box;background-color:#fff;padding:20px 15px;display:flex;flex-direction:column}.analysis-box .status{width:100%;float:left;height:auto;box-sizing:border-box;background:#f4fafe;border-radius:4px;padding:13px 15px}.analysis-box .status .answer{display:flex;flex-direction:row;align-items:center;width:100%;float:left;height:auto}.analysis-box .status .answer i{width:4px;height:18px;background:#04c877;border-radius:2px;margin-right:10px}.analysis-box .status .my-answer{display:flex;flex-direction:row;align-items:center;width:100%;float:left;height:auto;margin-top:20px}.analysis-box .status .my-answer i{width:4px;height:18px;background:#ff4d4f;border-radius:2px;margin-right:10px}.analysis-box .status .score{display:flex;flex-direction:row;align-items:center;width:100%;float:left;height:auto;margin-top:20px}.analysis-box .status .score.active{margin-top:0}.analysis-box .status .score i{width:4px;height:18px;background:#3ca7fa;border-radius:2px;margin-right:10px}.analysis-box .remark{width:100%;float:left;height:auto;box-sizing:border-box;background:#04c877;border-radius:4px;padding:10px 15px;margin-top:20px;display:flex;flex-direction:column;word-wrap:break-word;font-size:14px;font-weight:400;color:#fff;line-height:24px}.result-box{width:100%;height:auto;float:left;box-sizing:border-box;background-color:#fff;padding:20px 15px}.result-box .analysis-box{padding:0}.navfooter{position:fixed;bottom:0;width:100%;height:55px;background-color:#fff;z-index:100;padding:5px 15px;display:grid;column-gap:63px;grid-template-columns:repeat(4,minmax(0,1fr));border-top:1px solid #f1f2f6;box-sizing:border-box}.navfooter.wechatMini{height:calc(55px + env(safe-area-inset-bottom))}.navfooter.active{padding:5px 40px;display:grid;column-gap:96px;grid-template-columns:repeat(3,minmax(0,1fr))}.navfooter .item-footer{width:36px;height:44px;display:flex;flex-direction:column;justify-content:center;align-items:center}.navfooter .item-footer img{width:28px;height:28px;margin-bottom:4px}.navfooter .item-footer span{height:11px;font-size:11px;font-weight:400;color:#666;line-height:11px}.answersheet-item{width:100%;height:calc(100% - 114px);background:#fff;border-radius:12px 12px 0 0;position:absolute;left:0;top:114px;display:flex;flex-direction:column;animation:window-open .3s}.answersheet-item .top-box{width:100%;height:auto;display:flex;align-items:center;justify-content:space-between;box-sizing:border-box;padding:30px 15px 0}.answersheet-item .top-box .new-surplus{width:auto}.answersheet-item .top-box .surplus{width:auto;height:14px;font-size:14px;font-weight:400;color:#999;line-height:14px}.answersheet-item .top-box .surplus strong{color:#3ca7fa}.answersheet-item .top-box .back{width:auto;font-size:14px;height:14px;font-weight:400;color:#666;line-height:14px}.answersheet-item .answers{width:100%;height:auto;margin-bottom:0;position:relative;overflow-y:scroll;overflow-x:hidden;box-sizing:border-box}.answersheet-item .answers.active{margin-bottom:81px}.answersheet-item .answers.n-wechatMini{margin-bottom:calc(0px + env(safe-area-inset-bottom))}.answersheet-item .answers.wechatMini{margin-bottom:calc(81px + env(safe-area-inset-bottom))}.answersheet-item .answers .answer-item{width:100%;height:auto;margin-top:10px;box-sizing:border-box;padding:20px 15px 30px;background:#ffffff}.answersheet-item .answers .answer-item .name{width:100%;margin-bottom:30px;height:18px;font-size:18px;font-family:PingFangSC-Medium,PingFang SC;font-weight:500;color:#333;line-height:18px}.answersheet-item .answers .answer-item .numberbox{width:100%;height:auto;display:grid;grid-row-gap:30px;grid-column-gap:33px;grid-template-columns:repeat(6,minmax(0,1fr))}.answersheet-item .answers .answer-item .numberbox .num{width:30px;height:30px;background:#cccccc;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:500;color:#fff}.answersheet-item .answers .answer-item .numberbox .num.active{background:#3ca7fa}.answersheet-item .answers .answer-item .numberbox .num.correct{background:#04c877}.answersheet-item .answers .answer-item .numberbox .num.nocorrect{background:#ff5068}.answersheet-item .answers .answer-item .numberbox .num.act{background:#fa8c16}.answersheet-item .answers .answer-item .numberbox .num.no{background:#999999}.answersheet-item .answers .answer-item .numberbox .practice-num{width:28px;height:28px;border:1px solid #c1c4cb;color:#999;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:500}.answersheet-item .answers .answer-item .numberbox .practice-num.completed{border:1px solid #e1a500;background-color:#e1a500;color:#fff}.answersheet-item .answers .answer-item .numberbox .practice-num.active{border:1px solid #e1a500;background-color:#e1a5001a;color:#e1a500}.answersheet-item .config-btn{width:100%;height:auto;box-sizing:border-box;padding:15px;position:fixed;bottom:0;background-color:#fff;border-top:1px solid #e5e5e5}.answersheet-item .config-btn.wechatMini{padding-bottom:calc(15px + env(safe-area-inset-bottom))}.answersheet-item .config-btn .submit{width:100%;height:50px;background:linear-gradient(315deg,#33baf7 0%,#1784ed 100%);border-radius:4px;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:500;color:#fff;line-height:16px}.answersheet-item .mask{width:100%;height:100%;position:fixed;top:0;left:0;background-color:#0009;display:flex;align-items:center;justify-content:center;z-index:100}.answersheet-item .mask .popup{width:295px;height:151px;background:#ffffff;border-radius:8px;display:flex;flex-direction:column}.answersheet-item .mask .popup .text{width:100%;height:104px;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:400;color:#333;border-bottom:1px solid #f5f5f5}.answersheet-item .mask .popup .button{width:100%;height:auto;display:flex;flex-direction:row}.answersheet-item .mask .popup .button .cancel{width:146px;height:45px;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:400;color:#171923;border-right:1px solid #f5f5f5}.answersheet-item .mask .popup .button .confirm{width:147px;height:45px;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:400;color:#3ca7fa}.pop-mask{width:100%;height:100%;position:fixed;top:0;left:0;background-color:#0009;display:flex;align-items:center;justify-content:center;z-index:203}.pop-mask .popup{width:295px;height:151px;background:#ffffff;border-radius:8px;display:flex;flex-direction:column;box-sizing:border-box}.pop-mask .popup .text{width:100%;height:104px;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:400;color:#333;border-bottom:1px solid #f5f5f5;padding-left:15px;padding-right:15px;box-sizing:border-box}.pop-mask .popup .button{width:100%;height:auto;display:flex;flex-direction:row}.pop-mask .popup .button .cancel{width:146px;height:45px;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:400;color:#171923;border-right:1px solid #f5f5f5}.pop-mask .popup .button .confirm{width:147px;height:45px;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:400;color:#3ca7fa}.nav-header{position:fixed;top:0;width:100%;height:44px;background-color:#fff;z-index:100;padding-left:15px;padding-right:15px;display:flex;flex-direction:row;justify-content:center;align-items:center;box-sizing:border-box}.nav-header.marking{background-color:#3ca7fa}.nav-header.pass{background-color:#04c877}.nav-header.nopass{background-color:#ff5068}.nav-header .back{position:absolute;left:10px;width:20px;height:20px}.nav-header .title{width:72%;height:auto;color:#fff;font-weight:700;font-size:16px;line-height:30px;text-align:center;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.nav-header .sum{position:absolute;right:15px;height:13px;font-size:13px;font-weight:400;color:#666;line-height:13px}.score-result{width:100%;height:210px;margin-top:44px;display:flex;flex-direction:column;align-items:center;justify-content:center;box-sizing:border-box}.score-result.active{margin-top:0}.score-result.marking{background-color:#3ca7fa}.score-result.pass{background-color:#04c877}.score-result.nopass{background-color:#ff5068}.score-result .wait{font-size:18px;font-weight:500;color:#fff}.score-result .score{height:48px;font-size:24px;font-weight:500;line-height:48px;color:#fff;margin-bottom:30px}.score-result .score strong{font-size:48px;font-weight:500}.score-result .pass-info{font-size:18px;font-weight:500;color:#fff}.score-result .info-num{height:14px;font-size:14px;font-weight:400;color:#fff;line-height:14px;margin-top:20px}.paper-answers{width:100%;height:auto;margin-bottom:80px;box-sizing:border-box}.paper-answers.active{margin-bottom:calc(80px + env(safe-area-inset-bottom))}.paper-answers .answer-item{width:100%;height:auto;margin-bottom:10px;box-sizing:border-box;padding:20px 15px 30px;background:#ffffff}.paper-answers .answer-item .name{width:100%;margin-bottom:30px;height:18px;font-size:18px;font-family:PingFangSC-Medium,PingFang SC;font-weight:500;color:#333;line-height:18px}.paper-answers .answer-item .numberbox{width:100%;height:auto;display:grid;grid-row-gap:30px;grid-column-gap:33px;grid-template-columns:repeat(6,minmax(0,1fr))}.paper-answers .answer-item .numberbox .num{width:30px;height:30px;background:#fa8c16;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:500;color:#fff}.paper-answers .answer-item .numberbox .num.marking{background:#fa8c16}.paper-answers .answer-item .numberbox .num.active{background:#04c877}.paper-answers .answer-item .numberbox .num.no{background:#999999}.paper-answers .answer-item .numberbox .num.error{background:#ff4d4f}.paper-config-btn{width:100%;height:60px;box-sizing:border-box;padding:5px 15px;position:fixed;bottom:0;display:flex;flex-direction:row;background:#fff;justify-content:space-between}.paper-config-btn.wechatMini{height:calc(60px + env(safe-area-inset-bottom))}.paper-config-btn .analysis{width:165px;height:50px;box-sizing:border-box;border:1px solid #3ca7fa;background:#ffffff;border-radius:4px;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:500;color:#3ca7fa}.paper-config-btn .redo{width:165px;height:50px;box-sizing:border-box;background:linear-gradient(315deg,#33baf7 0%,#1784ed 100%);border-radius:4px;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:500;color:#fff;line-height:16px}.paper-question-box{width:100%;float:left;margin-top:44px;position:relative;padding-bottom:55px;height:auto}.paper-question-box.active{margin-top:0}.paper-question-box.wechatMini{padding-bottom:calc(55px + env(safe-area-inset-bottom))}.paper-question-box .remaining-time{position:absolute;height:16px;font-size:14px;font-weight:400;color:#999;line-height:14px;right:15px;top:22px;z-index:10;display:flex;align-items:center}.paper-question-box .remaining-time img{width:16px;height:16px;margin-right:5px}.block{width:100%;height:51px;float:left}.rich-style h1,.rich-style h2,.rich-style h3,.rich-style h4,.rich-style h5,.rich-style h6{margin-top:8px;margin-bottom:8px;padding:0;font-weight:700;color:#000}.rich-style ul,.rich-style ol{margin-top:8px;margin-bottom:8px;padding-left:15px;color:#000}.rich-style p code,.rich-style li code{font-size:14px;word-wrap:break-word;padding:2px 4px;border-radius:4px;margin:0 2px;color:#1e6bb8;background-color:#1b1f230d;font-family:Operator Mono,Consolas,Monaco,Menlo,monospace;word-break:break-all}.rich-style .ql-size-small{font-size:.75em}.rich-style .ql-size-large{font-size:1.5em}.rich-style .ql-size-huge{font-size:2.5em}.rich-style .ql-align-center{text-align:center}.rich-style .ql-align-right{text-align:right}.rich-style .ql-align-justify{text-align:justify}.rich-style .hljs-left{text-align:left}.rich-style .hljs-center{text-align:center}.rich-style .hljs-right{text-align:right}.rich-style .hljs-justify{text-align:justify}.rich-style .ql-video{display:block;width:100%;height:195px;margin:0 auto}.rich-style{width:100%;height:auto;float:left;font-size:16px;color:#333;line-height:30px;word-break:break-word;word-wrap:break-word;text-align:left}.rich-style .ql-code-block-container{background-color:#23241f;color:#f8f8f2;overflow:visible;margin-bottom:5px;margin-top:5px;padding:5px 10px;border-radius:3px}.rich-style em{font-style:italic;color:#000}.rich-style img{display:block;margin:0 auto;max-width:100%;border-style:none;max-width:100%!important}.rich-style a{text-decoration:none;color:#1e6bb8;word-wrap:break-word;font-weight:700;border-bottom:1px solid #1e6bb8}.rich-style h1{font-size:2em}.rich-style h2{font-size:1.5em}.rich-style h3{font-size:1.17em}.rich-style h4{font-size:1em}.rich-style h5{font-size:.83em}.rich-style h6{font-size:.67em}.rich-style li{list-style-type:none;padding-left:1.5em;position:relative}.rich-style ul{list-style-type:disc}.rich-style ul li{margin-top:5px;margin-bottom:5px;line-height:26px;text-align:left;color:#010101;font-weight:500}.rich-style ol li{counter-reset:myCounter;counter-increment:list-0}.rich-style ol li .ql-ui:before{display:inline-block;margin-left:-1.5em;margin-right:.3em;text-align:right;white-space:nowrap;width:1.2em}.rich-style ol li[data-list=bullet]>.ql-ui:before{content:"•"}.rich-style ol li[data-list=ordered]>.ql-ui:before{content:counter(list-0,decimal) ". "}.rich-style p{font-size:16px;padding-top:15px;padding-bottom:15px;margin:0;line-height:30px;color:#333}.rich-style strong{font-weight:700;color:#333}.rich-style pre{padding:0 4px}.rich-style blockquote{display:block;font-size:1em;overflow:auto;border-left:2px solid rgba(0,0,0,.4);background:rgba(0,0,0,.05);color:#6a737d;padding:10px 15px;margin:10px 0}.rich-style blockquote p{margin:0!important;padding:0}.adm-space-item{width:100%;padding-bottom:0!important;margin-right:0!important}.adm-space-item .adm-image-uploader-cell{display:none}.chapterList{position:fixed;bottom:0;left:0;right:0;top:150px;z-index:202;width:100%;box-sizing:border-box;background-color:#fff;border-radius:8px 8px 0 0;padding:15px}.chapterList .list-container{width:100%;height:100%;display:flex;flex-direction:column;padding-left:0;margin-top:0;margin-bottom:0;overflow:auto}.chapterList .list-container .chapter{list-style:none;width:100%;float:left;height:auto;margin-top:15px;margin-bottom:15px;display:block}.chapterList .list-container .chapter .chapter-item{width:100%;height:auto;float:left;display:flex;align-items:center}.chapterList .list-container .chapter .chapter-item .name{flex:1;font-size:16px;font-weight:600;color:#333;line-height:18px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chapterList .list-container .chapter .chapter-item .icon{width:auto;margin-right:15px}.chapterList .list-container .chapter .chapter-item .icon img{width:14px;transform:rotate(180deg);margin-left:auto;cursor:pointer;transition:transform .3s linear}.chapterList .list-container .chapter .chapter-item .icon img.trans{transform:rotate(270deg)}.chapterList .list-container .chapter .articlep{width:100%;height:auto;float:left;padding-top:20px}.chapterList .list-container .chapter .articlep .article-item{width:100%;height:auto;float:left;box-sizing:border-box;background:#f3f6f9;border-radius:4px;padding:10px;display:flex;align-items:center;margin-bottom:10px}.chapterList .list-container .chapter .articlep .article-item:last-child{margin-bottom:0}.chapterList .list-container .chapter .articlep .article-item .free-label{width:32px;height:16px;box-sizing:border-box;line-height:16px;text-align:center;background-color:#04c877;border-radius:2px;margin-right:10px;color:#fff;font-size:12px;font-weight:400}.chapterList .list-container .chapter .articlep .article-item .article-title{flex:1;font-size:14px;font-weight:400;color:#333;line-height:18px}.chapterList .list-container .chapter .articlep .article-item.active .article-title{color:#3ca7fa}.chapterList .list-container .chapter .sel{display:flex}
