#app{background-color:#38394e}.user-notice .question-content{position:absolute;top:0;left:10px;right:10px;bottom:0;text-align:center;overflow-y:scroll;z-index:1}.user-notice .question-content .title{font-size:18px;color:#fff;margin:30px 0 10px;font-weight:700}.user-notice .question-content .count{color:#fff;margin-bottom:15px}.user-notice .question-content .progress{position:relative;width:160px;height:6px;border-radius:100px;margin:0 auto 20px;background-color:hsla(0,0%,100%,.4)}.user-notice .question-content .progress .bar{background-color:rgba;border-radius:100px;bottom:0;left:0;overflow:hidden;position:absolute;top:0;transition:.5s;background-color:#fff}.user-notice .question-content .body{background:hsla(0,0%,100%,.95);border-radius:10px;text-align:left;padding:20px;margin-bottom:20px}.user-notice .question-content .body .question .question-title{font-size:18px;font-weight:700;margin-top:10px}.user-notice .question-content .body .question .question-img{max-height:300px;margin:10px auto 0;display:block}.user-notice .question-content .body .question .option-group{margin-top:30px}.user-notice .question-content .body .question .option-group .disable-btn{background-color:#ddd;width:100%;border-radius:4px;text-align:center;padding:15px;font-size:16px;color:#fff}.user-notice .question-content .body .question .option-group .option-text{display:block;margin-bottom:15px;font-size:14px;border:1px solid #333;color:#333;padding:15px 15px 15px 64px;border-radius:4px;position:relative}.user-notice .question-content .body .question .option-group .option-text.disabled{pointer-events:none}.user-notice .question-content .body .question .option-group .option-text.choose{background-color:#a3efad;animation:right .3s}.user-notice .question-content .body .question .option-group .option-text.choose:after{content:"";color:#07c160}.user-notice .question-content .body .question .option-group .option-text:before{font-style:italic;position:absolute;top:0;bottom:0;left:0;width:46px;line-height:46px;border-right:1px solid #333;text-align:center}.user-notice .question-content .body .question .option-group .option-text:first-of-type:before{content:"A"}.user-notice .question-content .body .question .option-group .option-text:nth-of-type(2):before{content:"B"}.user-notice .question-content .body .question .option-group .option-text:nth-of-type(3):before{content:"C"}.user-notice .question-content .body .question .option-group .option-text:nth-of-type(4):before{content:"D"}.user-notice .question-content .body .question .option-group .option-text:nth-of-type(5):before{content:"E"}.user-notice .question-content .body .question .option-group .option-text:nth-of-type(6):before{content:"F"}.user-notice .question-content .body .question .option-group .option-text:nth-of-type(7):before{content:"G"}.user-notice .question-content .body .question .option-group .option-text:nth-of-type(8):before{content:"H"}.user-notice .question-content .body .question .option-group .option-text:nth-of-type(9):before{content:"I"}.user-notice .question-content .body .question .option-group .option-text:nth-of-type(10):before{content:"J"}.user-notice .question-content .body .question .option-group .option-text:nth-of-type(11):before{content:"K"}.user-notice .question-content .body .question .option-group .option-text:nth-of-type(12):before{content:"L"}.user-notice .question-content .body .question .option-group .option-text:nth-of-type(13):before{content:"M"}.user-notice .question-content .body .question .option-group .option-text:nth-of-type(14):before{content:"N"}.user-notice .question-content .body .question .option-group .option-text:active{background-color:#f1f1f1}.user-notice .question-content .body .question .option-group .option-text.right{background-color:#a3efad;animation:right .3s}.user-notice .question-content .body .question .option-group .option-text.right:before{content:"✔︎"!important;color:#07c160}@keyframes right{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.user-notice .question-content .body .question .option-group .option-text.wrong{background-color:#f7cfcf;animation:wrong .3s}.user-notice .question-content .body .question .option-group .option-text.wrong:before{content:"✘"!important;color:#fa5151}@keyframes wrong{0%{transform:translateX(0)}20%{transform:translateX(-10px)}40%{transform:translateX(10px)}60%{transform:translateX(-10px)}80%{transform:translateX(10px)}to{transform:translateX(0)}}.user-notice .question-content .body .question .question-notice{color:#d98c00;margin:20px 0;font-size:15px}.user-notice .question-content .body .question .countdown{margin:20px 0 10px;background-color:#07c160;width:100%;border-radius:4px;text-align:center;padding:15px;font-size:16px;color:#fff}.user-notice .question-content .body .question .countdown.disabled{background-color:#aaa}