/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/.animated{animation-duration:.5s;animation-fill-mode:both}.animated.infinite{animation-iteration-count:infinite}.animated.hinge{animation-duration:2s}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-30px)}60%{transform:translateY(-15px)}}.bounce{animation-name:bounce}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.pulse{animation-name:pulse}@keyframes rubberBand{0%{transform:scale(1)}30%{transform:scaleX(1.25) scaleY(.75)}40%{transform:scaleX(.75) scaleY(1.25)}60%{transform:scaleX(1.15) scaleY(.85)}to{transform:scale(1)}}.rubberBand{animation-name:rubberBand}@keyframes shake{0%,to{transform:translateX(0)}10%,30%,50%,70%,90%{transform:translateX(-10px)}20%,40%,60%,80%{transform:translateX(10px)}}.shake{animation-name:shake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scale(1)}10%,20%{transform:scale(.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale(1.1) rotate(3deg)}40%,60%,80%{transform:scale(1.1) rotate(-3deg)}to{transform:scale(1) rotate(0)}}.tada{animation-name:tada}@keyframes wobble{0%{transform:translateX(0)}15%{transform:translateX(-25%) rotate(-5deg)}30%{transform:translateX(20%) rotate(3deg)}45%{transform:translateX(-15%) rotate(-3deg)}60%{transform:translateX(10%) rotate(2deg)}75%{transform:translateX(-5%) rotate(-1deg)}to{transform:translateX(0)}}.wobble{animation-name:wobble}@keyframes bounceIn{0%{opacity:0;transform:scale(.3)}50%{opacity:1;transform:scale(1.05)}70%{transform:scale(.9)}to{opacity:1;transform:scale(1)}}.bounceIn{animation-name:bounceIn}@keyframes bounceInDown{0%{opacity:0;transform:translateY(-2000px)}60%{opacity:1;transform:translateY(30px)}80%{transform:translateY(-10px)}to{transform:translateY(0)}}.bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%{opacity:0;transform:translateX(-2000px)}60%{opacity:1;transform:translateX(30px)}80%{transform:translateX(-10px)}to{transform:translateX(0)}}.bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%{opacity:0;transform:translateX(2000px)}60%{opacity:1;transform:translateX(-30px)}80%{transform:translateX(10px)}to{transform:translateX(0)}}.bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%{opacity:0;transform:translateY(2000px)}60%{opacity:1;transform:translateY(-30px)}80%{transform:translateY(10px)}to{transform:translateY(0)}}.bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{0%{transform:scale(1)}25%{transform:scale(.95)}50%{opacity:1;transform:scale(1.1)}to{opacity:0;transform:scale(.3)}}.bounceOut{animation-name:bounceOut}@keyframes bounceOutDown{0%{transform:translateY(0)}20%{opacity:1;transform:translateY(-20px)}to{opacity:0;transform:translateY(2000px)}}.bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{0%{transform:translateX(0)}20%{opacity:1;transform:translateX(20px)}to{opacity:0;transform:translateX(-2000px)}}.bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{0%{transform:translateX(0)}20%{opacity:1;transform:translateX(-20px)}to{opacity:0;transform:translateX(2000px)}}.bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{0%{transform:translateY(0)}20%{opacity:1;transform:translateY(20px)}to{opacity:0;transform:translateY(-2000px)}}.bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translateY(-2000px)}to{opacity:1;transform:translateY(0)}}.fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translateX(-2000px)}to{opacity:1;transform:translateX(0)}}.fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translateX(20px)}to{opacity:1;transform:translateX(0)}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translateX(2000px)}to{opacity:1;transform:translateX(0)}}.fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translateY(2000px)}to{opacity:1;transform:translateY(0)}}.fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(20px)}}.fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(2000px)}}.fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(-20px)}}.fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(-2000px)}}.fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(20px)}}.fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(2000px)}}.fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-20px)}}.fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-2000px)}}.fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes flip{0%{transform:perspective(400px) translateZ(0) rotateY(0) scale(1);animation-timing-function:ease-out}40%{transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);animation-timing-function:ease-out}50%{transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);animation-timing-function:ease-in}80%{transform:perspective(400px) translateZ(0) rotateY(1turn) scale(.95);animation-timing-function:ease-in}to{transform:perspective(400px) translateZ(0) rotateY(1turn) scale(1);animation-timing-function:ease-in}}.animated.flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);opacity:0}40%{transform:perspective(400px) rotateX(-10deg)}70%{transform:perspective(400px) rotateX(10deg)}to{transform:perspective(400px) rotateX(0deg);opacity:1}}.flipInX{backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);opacity:0}40%{transform:perspective(400px) rotateY(-10deg)}70%{transform:perspective(400px) rotateY(10deg)}to{transform:perspective(400px) rotateY(0deg);opacity:1}}.flipInY{backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px) rotateX(0deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px) rotateY(0deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedIn{0%{transform:translateX(100%) skewX(-30deg);opacity:0}60%{transform:translateX(-20%) skewX(30deg);opacity:1}80%{transform:translateX(0) skewX(-15deg);opacity:1}to{transform:translateX(0) skewX(0deg);opacity:1}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}@keyframes lightSpeedOut{0%{transform:translateX(0) skewX(0deg);opacity:1}to{transform:translateX(100%) skewX(-30deg);opacity:0}}.lightSpeedOut{animation-name:lightSpeedOut;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform-origin:center center;transform:rotate(-200deg);opacity:0}to{transform-origin:center center;transform:rotate(0);opacity:1}}.rotateIn{animation-name:rotateIn}@keyframes rotateInDownLeft{0%{transform-origin:left bottom;transform:rotate(-90deg);opacity:0}to{transform-origin:left bottom;transform:rotate(0);opacity:1}}.rotateInDownLeft{animation-name:rotateInDownLeft}@keyframes rotateInDownRight{0%{transform-origin:right bottom;transform:rotate(90deg);opacity:0}to{transform-origin:right bottom;transform:rotate(0);opacity:1}}.rotateInDownRight{animation-name:rotateInDownRight}@keyframes rotateInUpLeft{0%{transform-origin:left bottom;transform:rotate(90deg);opacity:0}to{transform-origin:left bottom;transform:rotate(0);opacity:1}}.rotateInUpLeft{animation-name:rotateInUpLeft}@keyframes rotateInUpRight{0%{transform-origin:right bottom;transform:rotate(-90deg);opacity:0}to{transform-origin:right bottom;transform:rotate(0);opacity:1}}.rotateInUpRight{animation-name:rotateInUpRight}@keyframes rotateOut{0%{transform-origin:center center;transform:rotate(0);opacity:1}to{transform-origin:center center;transform:rotate(200deg);opacity:0}}.rotateOut{animation-name:rotateOut}@keyframes rotateOutDownLeft{0%{transform-origin:left bottom;transform:rotate(0);opacity:1}to{transform-origin:left bottom;transform:rotate(90deg);opacity:0}}.rotateOutDownLeft{animation-name:rotateOutDownLeft}@keyframes rotateOutDownRight{0%{transform-origin:right bottom;transform:rotate(0);opacity:1}to{transform-origin:right bottom;transform:rotate(-90deg);opacity:0}}.rotateOutDownRight{animation-name:rotateOutDownRight}@keyframes rotateOutUpLeft{0%{transform-origin:left bottom;transform:rotate(0);opacity:1}to{transform-origin:left bottom;transform:rotate(-90deg);opacity:0}}.rotateOutUpLeft{animation-name:rotateOutUpLeft}@keyframes rotateOutUpRight{0%{transform-origin:right bottom;transform:rotate(0);opacity:1}to{transform-origin:right bottom;transform:rotate(90deg);opacity:0}}.rotateOutUpRight{animation-name:rotateOutUpRight}@keyframes slideInDown{0%{opacity:0;transform:translateY(-2000px)}to{transform:translateY(0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-2000px)}to{transform:translateX(0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{opacity:0;transform:translateX(2000px)}to{transform:translateX(0)}}.slideInRight{animation-name:slideInRight}@keyframes slideOutLeft{0%{transform:translateX(0)}to{opacity:0;transform:translateX(-2000px)}}.slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateX(0)}to{opacity:0;transform:translateX(2000px)}}.slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateY(0)}to{opacity:0;transform:translateY(-2000px)}}.slideOutUp{animation-name:slideOutUp}@keyframes slideInUp{0%{opacity:0;transform:translateY(2000px)}to{opacity:1;transform:translateY(0)}}.slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateY(0)}to{opacity:0;transform:translateY(2000px)}}.slideOutDown{animation-name:slideOutDown}@keyframes hinge{0%{transform:rotate(0);transform-origin:top left;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);transform-origin:top left;animation-timing-function:ease-in-out}40%{transform:rotate(60deg);transform-origin:top left;animation-timing-function:ease-in-out}80%{transform:rotate(60deg) translateY(0);transform-origin:top left;animation-timing-function:ease-in-out;opacity:1}to{transform:translateY(700px);opacity:0}}.hinge{animation-name:hinge}@keyframes rollIn{0%{opacity:0;transform:translateX(-100%) rotate(-120deg)}to{opacity:1;transform:translateX(0) rotate(0deg)}}.rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1;transform:translateX(0) rotate(0deg)}to{opacity:0;transform:translateX(100%) rotate(120deg)}}.rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale(.3)}50%{opacity:1}}.zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale(.1) translateY(-2000px);animation-timing-function:ease-in-out}60%{opacity:1;transform:scale(.475) translateY(60px);animation-timing-function:ease-out}}.zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale(.1) translateX(-2000px);animation-timing-function:ease-in-out}60%{opacity:1;transform:scale(.475) translateX(48px);animation-timing-function:ease-out}}.zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale(.1) translateX(2000px);animation-timing-function:ease-in-out}60%{opacity:1;transform:scale(.475) translateX(-48px);animation-timing-function:ease-out}}.zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale(.1) translateY(2000px);animation-timing-function:ease-in-out}60%{opacity:1;transform:scale(.475) translateY(-60px);animation-timing-function:ease-out}}.zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1;transform:scale(1)}50%{opacity:0;transform:scale(.3)}to{opacity:0}}.zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale(.475) translateY(-60px);animation-timing-function:linear}to{opacity:0;transform:scale(.1) translateY(2000px);transform-origin:center bottom}}.zoomOutDown{animation-name:zoomOutDown}@keyframes zoomOutLeft{40%{opacity:1;transform:scale(.475) translateX(42px);animation-timing-function:linear}to{opacity:0;transform:scale(.1) translateX(-2000px);transform-origin:left center}}.zoomOutLeft{animation-name:zoomOutLeft}@keyframes zoomOutRight{40%{opacity:1;transform:scale(.475) translateX(-42px);animation-timing-function:linear}to{opacity:0;transform:scale(.1) translateX(2000px);transform-origin:right center}}.zoomOutRight{animation-name:zoomOutRight}@keyframes zoomOutUp{40%{opacity:1;transform:scale(.475) translateY(60px);animation-timing-function:linear}to{opacity:0;transform:scale(.1) translateY(-2000px);transform-origin:center top}}.zoomOutUp{animation-name:zoomOutUp}.welcomeTips[data-v-16f0a459]{position:fixed;top:20px;left:20px;font-size:30px;color:#fff;text-shadow:-1px -1px 0 #001685,1px -1px 0 #001685,-1px 1px 0 #001685,1px 1px 0 #001685,0 -2px 0 #001685,0 2px 0 #001685,-2px 0 0 #001685,2px 0 0 #001685}.screen_box img[data-v-16f0a459]{width:26%}.screen_box .screen_tips[data-v-16f0a459]{color:#3370ff;animation:blink-16f0a459 1.5s infinite}@keyframes blink-16f0a459{0%,to{opacity:1}50%{opacity:.4}}.screen_box .open_sign[data-v-16f0a459]{height:140px}.screen_box .open_sign img[data-v-16f0a459]{width:120px;height:120px}.screen_box .open_sign img.is-disabled[data-v-16f0a459]{opacity:.5;pointer-events:none;cursor:not-allowed}button[data-v-0c618e28]{margin:5px;padding:8px 16px;font-size:14px}video[data-v-0c618e28]{border:1px solid #ccc;background:#000}.sign_stu .return_btn[data-v-2dc9ce81]{position:absolute;left:20px;top:21px;width:40px;height:40px;border-radius:50%;border:2px solid hsla(0,0%,100%,.7);background:rgba(51,112,255,.9);color:#fff;font-size:18px;font-weight:700;z-index:9}.sign_stu .sign_img_face[data-v-2dc9ce81]{width:100%;height:100%;margin:auto}.sign_stu .sign_face_btn[data-v-2dc9ce81]{margin:auto;width:310px;text-align:center;position:relative}.sign_stu .sign_face_btn .txt[data-v-2dc9ce81]{position:absolute;left:0;top:0;width:100%;height:100%;color:#fff;font-size:18px;letter-spacing:2px}.sign_stu .sign_face_btn .txt .iconfont[data-v-2dc9ce81]{font-size:20px}.sign_stu .sign_face_btn img[data-v-2dc9ce81]{width:90%}.sign_stu .sign_box[data-v-2dc9ce81]{width:700px;margin-top:30px}.sign_stu .sign_box .small_eight[data-v-2dc9ce81]{width:110px;z-index:1000;margin-top:10px}.sign_stu .sign_box .sys_name[data-v-2dc9ce81]{margin-bottom:20px;font-size:20px}.sign_stu .sign_box .stu_list[data-v-2dc9ce81]{margin-top:20px;border-top:1px dashed #fff}.sign_stu .sign_box .start_experiment[data-v-2dc9ce81]{margin:auto;width:100px;text-align:center;margin-top:20px;display:flex;align-items:center;justify-content:center;height:35px;color:#fff}.sign_stu .sign_box .stu_name[data-v-2dc9ce81]{margin-top:20px;font-size:14px;color:#3370ff;display:flex;overflow:auto;flex-wrap:wrap;line-height:30px;max-height:88px;justify-content:center}.sign_stu .sign_box .stu_name .stu_detail[data-v-2dc9ce81]{display:flex;width:175px;justify-content:center}.sign_stu .sign_box .stu_name .stu_detail .text-elipse[data-v-2dc9ce81]{max-width:55%;min-width:30%}.sign_stu .sign_box .stu_name[data-v-2dc9ce81]::-webkit-scrollbar{display:none}.sign_stu .sign_box .stu_name[data-v-2dc9ce81]{-ms-overflow-style:none;scrollbar-width:none}.sign_stu .sign_box .sign_img_box[data-v-2dc9ce81]{width:310px;height:310px;position:relative;margin:auto;padding:4px;margin-top:-20px}.sign_stu .sign_box .sign_img_box .scan-line[data-v-2dc9ce81]{position:absolute;top:0;left:4px;height:6px;width:calc(100% - 8px);background:#04c300;animation:scan-move-2dc9ce81 2.5s linear infinite}.sign_stu .sign_box .sign_img_box .scan-line[data-v-2dc9ce81]:after{content:"";display:block;height:30px;width:100%;position:absolute;bottom:6px;left:0;background:linear-gradient(180deg,rgba(70,255,178,0),rgba(4,195,0,.3))}@keyframes scan-move-2dc9ce81{0%{top:0}to{top:100%}}.sign_stu .sign_box .sign_img_box .img_cont[data-v-2dc9ce81]{width:100%;height:100%}.sign_stu .sign_box .sign_img_box .img_cont .success_code[data-v-2dc9ce81]{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.6)}.sign_stu .sign_box .sign_img_box .img_cont .success_code div[data-v-2dc9ce81]{width:80px;height:110px;background:none;text-align:center;color:#fff}.sign_stu .sign_box .sign_img_box .img_cont .success_code i[data-v-2dc9ce81]{color:#01db42;font-size:60px}.sign_stu .sign_box .sign_img_box .img_cont div[data-v-2dc9ce81]{width:100%;height:100%;background-color:#fff}.sign_stu .sign_box .sign_img_box .img_cont div img[data-v-2dc9ce81]{width:100%;height:100%}.sign_stu .sign_box .sign_img_box .sign_left_top[data-v-2dc9ce81]{position:absolute;left:0;top:0;width:23px;height:23px;border-left:4px solid #3370ff;border-top:4px solid #3370ff}.sign_stu .sign_box .sign_img_box .sign_right_top[data-v-2dc9ce81]{position:absolute;right:0;top:0;width:23px;height:23px;border-right:4px solid #3370ff;border-top:4px solid #3370ff}.sign_stu .sign_box .sign_img_box .sign_left_bottom[data-v-2dc9ce81]{position:absolute;left:0;bottom:0;width:23px;height:23px;border-left:4px solid #3370ff;border-bottom:4px solid #3370ff}.sign_stu .sign_box .sign_img_box .sign_right_bottom[data-v-2dc9ce81]{position:absolute;right:0;bottom:0;width:23px;height:23px;border-right:4px solid #3370ff;border-bottom:4px solid #3370ff}.sign_stu .welcomeTips[data-v-2dc9ce81]{position:fixed;top:20px;left:20px;font-size:30px;color:#fff;text-shadow:-1px -1px 0 #001685,1px -1px 0 #001685,-1px 1px 0 #001685,1px 1px 0 #001685,0 -2px 0 #001685,0 2px 0 #001685,-2px 0 0 #001685,2px 0 0 #001685}.gw_msg[data-v-0a1fa844]{background:rgba(0,0,0,.05)}.gw_msg .nodata[data-v-0a1fa844]{padding:0}.gw_msg .msg_box[data-v-0a1fa844]{overflow:auto}.gw_msg .msg_box .msg_list[data-v-0a1fa844]{width:70%;border-radius:10px;margin:auto;position:relative}.gw_msg .msg_box .msg_list .red_new[data-v-0a1fa844]{position:absolute;right:-2px;top:-2px;width:8px;height:8px;border-radius:50%;background:red}.gw_msg .msg_box .msg_list .msg_cont[data-v-0a1fa844]{width:100%}.gw_msg .msg_box .msg_list .msg_title[data-v-0a1fa844]{color:#ff7f00}.gw_msg .msg_box .msg_list .msg_txt[data-v-0a1fa844]{width:calc(100% - 180px)}.gw_msg .msg_box .msg_list .msg_line_time[data-v-0a1fa844]{border-top:1px dashed #e3e3e3}.gw_msg .msg_box .msg_list .msg_time[data-v-0a1fa844]{width:150px;color:#949494}.gw_msg .msg_box .msg_list .msg_btn[data-v-0a1fa844]{color:#3370ff}.gw_msg .msg_box .msg_list .msg_text[data-v-0a1fa844]{transition:all .3s ease;line-height:2.5}.gw_msg .msg_box .msg_list[data-v-0a1fa844] .img_list{width:60px;height:60px;background:#fff;border-radius:4px;position:relative}.gw_msg .msg_box .msg_list[data-v-0a1fa844] .img_list .del_img{position:absolute;top:-10px;right:-10px;color:#ff1e1e;font-size:20px;border-radius:50%;background:#fff}.gw_msg .msg_box .msg_list[data-v-0a1fa844] .img_list .el-image{width:100%;height:100%}.gw_msg .msg_box .msg_list[data-v-0a1fa844] .img_list .el-image img{border-radius:4px;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.fade-enter-active[data-v-0a1fa844],.fade-leave-active[data-v-0a1fa844]{transition:opacity .3s ease}.fade-enter[data-v-0a1fa844],.fade-leave-to[data-v-0a1fa844]{opacity:0}.slide-enter-active[data-v-0a1fa844]{transition:all .3s ease-out}.slide-leave-active[data-v-0a1fa844]{transition:all .3s ease-in}.slide-enter[data-v-0a1fa844],.slide-leave-to[data-v-0a1fa844]{transform:translateY(-10px);opacity:0}.chat-interface[data-v-10ee1c6b]{display:flex;flex-direction:column;height:100%;width:85%;margin:0 auto;border-radius:8px;padding:20px 0}.chat-messages[data-v-10ee1c6b]{flex:1;overflow-y:auto}.chat-message[data-v-10ee1c6b]{margin:6px 0}.chat-message .ai_bottom[data-v-10ee1c6b]{border-bottom:1px dashed #d2d2d2}.chat-message .user_msg .user_text[data-v-10ee1c6b]{width:calc(100% - 30px);margin-left:5px;line-height:25px}.chat-message .user_msg .user_icon[data-v-10ee1c6b]{width:25px;height:25px;border-radius:5px 5px 0 5px;background:#ff7f00;font-size:12px;line-height:25px;color:#fff;position:relative}.chat-message .user_msg .user_icon span[data-v-10ee1c6b]{display:inline-block;width:10px;height:6px;border-radius:50%;position:absolute;right:-2px;bottom:0;background:#ff7f00}.chat-message .user_msg .ai_icon[data-v-10ee1c6b]{background:#3370ff}.chat-message .user_msg .ai_icon span[data-v-10ee1c6b]{background:#3370ff}.message.user[data-v-10ee1c6b]{text-align:right;color:#333}.message.ai[data-v-10ee1c6b]{text-align:left;color:#1a73e8}.chat-input[data-v-10ee1c6b]{display:flex;gap:8px}.chat-input input[data-v-10ee1c6b]{flex:1;padding:8px}.chat-input button[data-v-10ee1c6b]{padding:8px 16px}.tea_assistant[data-v-b9613292]{background:rgba(0,0,0,.05);border-radius:10px}.tea_assistant .small_eight[data-v-b9613292]{width:58px;z-index:5}.tea_assistant .chose-student-wrap[data-v-b9613292]{display:flex;flex-wrap:wrap}.tea_assistant .chose-student-wrap .normal-div[data-v-b9613292]{width:100px;height:40px;margin-top:10px;border-radius:5px;background:#f8faff;border:1px solid #3370ff;text-align:center;line-height:40px;margin-left:40px;cursor:pointer;color:#3370ff}.tea_assistant .chose-student-wrap .current-active[data-v-b9613292]{background:#3370ff;color:#fff}.tea_assistant .aiHand[data-v-b9613292]{width:60px;position:absolute;right:20px;bottom:20px;z-index:9}.tea_assistant .left[data-v-b9613292]{width:calc(85% - 20px);overflow:auto;background:#fff;border-radius:10px}.tea_assistant .left .refer_box[data-v-b9613292]{height:calc(100% - 70px)}.tea_assistant .left .refer_box .test_list[data-v-b9613292]{background:#fff;height:100%}.tea_assistant .left .refer_box .test_list .test_type[data-v-b9613292]{border-radius:2px;min-width:62px;line-height:25px;text-align:center;background:#e8f3ff;color:#1a8cfe;padding:0 10px}.tea_assistant .left .refer_box .h-100[data-v-b9613292]{overflow:auto}.tea_assistant .left .refer_box .h-100[data-v-b9613292] .latxt-content{line-height:3}.tea_assistant .left .refer_box .h-100[data-v-b9613292] .latxt-content p{line-height:3}.tea_assistant .left .refer_box .new_background[data-v-b9613292]{background:rgba(51,112,255,.05)!important;border-radius:10px}.tea_assistant .left .refer_box .new_background .new_border[data-v-b9613292]{border-radius:10px}.tea_assistant .left .strat_title[data-v-b9613292]{position:relative;height:70px}.tea_assistant .left .strat_title .stra_tab[data-v-b9613292]{background:#f7f8f9;border-radius:10px;height:50px}.tea_assistant .left .strat_title .stra_tab div[data-v-b9613292]{width:150px;line-height:46px;height:46px;text-align:center;font-size:16px;font-family:NotoSansHans-Regular\, NotoSansHans;border-radius:10px}.tea_assistant .left .strat_title .stra_tab .active[data-v-b9613292]{background:#3370ff;color:#fff}.tea_assistant .right[data-v-b9613292]{width:15%;overflow:auto;border-radius:10px}.tea_assistant .right .step_type_box .step_type[data-v-b9613292]{background:#f7f8f9;line-height:1.5;border-radius:10px;font-size:16px}.tea_assistant .right .step_type_box .step_name[data-v-b9613292]{border:1px solid #f7f8f9;border-radius:10px}.tea_assistant .right .step_type_box .active[data-v-b9613292]{border-color:#eef3ff;background:#eef3ff;color:#3370ff}.tea_assistant .right .step_type_box .border_b[data-v-b9613292]{border-radius:0;border-bottom:1px solid #f7f8f9}.hand_box-dialog-content .msg_box .msg_title[data-v-4649b9be]{color:#666;font-weight:400;margin-top:10px}.hand_box-dialog-content .msg_box .msg_title-nopadding[data-v-4649b9be]{height:40px!important;padding:0 0 0 16px!important;overflow:hidden!important}.hand_box-dialog-content .msg_box-question .msg_right[data-v-4649b9be]{background:#f7f8f9;padding:2px 16px 16px;border-radius:5px}.hand_box-dialog-content .msg_box-question .msg_content[data-v-4649b9be]{background:#fff;height:160px;overflow:auto;line-height:40px;padding-left:16px;border:1px solid #ddd}.hand_box-dialog-content .msg_box-question .mt-5[data-v-4649b9be]{height:40px;padding:0 0 0 16px}.hand_box-dialog-content .msg_box-question .msg_content-stu[data-v-4649b9be]{padding:0 0 0 16px}.hand_box-dialog-content .msg_box-question .msg_title[data-v-4649b9be]{height:30px;line-height:30px}.hand_box-dialog-content[data-v-4649b9be] .pt-20{padding-top:0!important}.hand_box-dialog-content[data-v-4649b9be] .zk-dialog .dialog-con .body{max-height:620px!important;padding:20px 20px 0!important;overflow:hidden}[data-v-4649b9be] .zk-dialog .dialog-con .body{overflow-x:hidden!important}[data-v-4649b9be] .el-upload--picture-card{width:80px;height:80px;line-height:80px}[data-v-4649b9be] .el-upload-list--picture-card .el-upload-list__item{width:80px;height:80px;line-height:80px}[data-v-4649b9be] .item{width:80px;height:80px;line-height:80px;margin-top:0!important}[data-v-4649b9be] .zk-dialog .dialog-con{overflow:hidden!important}[data-v-91b2eb72] .zk-dialog .dialog-con{overflow-x:hidden!important}.hand_box-dialog-content[data-v-91b2eb72]{position:relative}.hand_box-dialog-content .msg_box .msg_title[data-v-91b2eb72]{color:#666;font-weight:400;margin-top:10px}.hand_box-dialog-content .msg_box-question .msg_wrap[data-v-91b2eb72]{display:flex}.hand_box-dialog-content .msg_box-question .msg_wrap .msg_right[data-v-91b2eb72]{position:relative;background:#f7f8f9;padding:8px 16px 16px;border-radius:5px;width:650px}.hand_box-dialog-content .msg_box-question .msg_wrap .msg_left[data-v-91b2eb72]{width:80px;color:#f7f8f9;border-radius:5px;margin-left:20px;display:flex;justify-content:center;align-items:center;cursor:pointer;background:#3370ff}.hand_box-dialog-content .msg_box-question .msg_wrap .msg_left p[data-v-91b2eb72]{writing-mode:vertical-rl;text-orientation:upright;letter-spacing:4px}.hand_box-dialog-content .msg_box-question .msg_content[data-v-91b2eb72]{background:#fff;min-height:160px;max-height:163px;overflow:auto;line-height:30px;padding-left:16px;border:1px solid #ddd;padding:5px 16px;border-radius:5px;overflow-x:hidden;height:370px}.hand_box-dialog-content .msg_box-question .msg_content[data-v-91b2eb72] .item{margin-top:0;height:80px;width:80px}.hand_box-dialog-content .msg_box-question .msg_content .same-question[data-v-91b2eb72]{width:80px;height:80px;position:absolute;right:-9px;top:13px;z-index:9999999}.hand_box-dialog-content .msg_box-question .msg_content .same-question .icon-icon-xiangsiwenti[data-v-91b2eb72]{font-size:50px;color:#3370ff}.hand_box-dialog-content .msg_box-question .msg_content-370[data-v-91b2eb72]{max-height:360px;height:360px;background:#fafafa;border:0;padding:0;margin-top:-10px!important}.hand_box-dialog-content .msg_box-question .msg_content-340[data-v-91b2eb72]{max-height:200px;height:200px}.hand_box-dialog-content .msg_box-question .msg_content-120[data-v-91b2eb72]{max-height:160px!important;height:160px!important;min-height:110px!important}.hand_box-dialog-content .msg_box-question .msg_content-40[data-v-91b2eb72]{min-height:40px}.hand_box-dialog-content .msg_box-question .mt-5[data-v-91b2eb72]{height:40px;padding-left:16px}.hand_box-dialog-content .msg_box-question .msg_title[data-v-91b2eb72]{height:40px;line-height:40px}.hand_box-dialog-content .same-qusetion-content[data-v-91b2eb72]{display:flex;transition:transform .5s ease;width:650px;overflow:hidden}.hand_box-dialog-content .same-qusetion-content .msg_right[data-v-91b2eb72]{width:650px!important;height:370px}.hand_box-dialog-content .same-qusetion-content .div-wrap[data-v-91b2eb72]{width:650px;transition:transform .5s ease;margin-left:10px;flex-shrink:0}.hand_box-dialog-content .same-qusetion-content .div-wrap[data-v-91b2eb72]:first-of-type{margin-left:0}.hand_box-dialog-content .same-qusetion-content .nav-button[data-v-91b2eb72]{position:absolute;top:45%;transform:translateY(-50%);width:40px;height:40px;background:rgba(51,51,51,.2);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:1;color:#fff}.hand_box-dialog-content .same-qusetion-content .nav-button i[data-v-91b2eb72]{font-size:20px}.hand_box-dialog-content .same-qusetion-content .nav-button.left[data-v-91b2eb72]{left:20px}.hand_box-dialog-content .same-qusetion-content .nav-button.right[data-v-91b2eb72]{right:130px}.hand_box-dialog-content .same-qusetion-content .nav-button[data-v-91b2eb72]:hover{background:rgba(51,51,51,.4)}[data-v-91b2eb72] .el-upload--picture-card{height:100px;width:100px;line-height:100px;display:none}[data-v-91b2eb72] .el-upload-list--picture-card .el-upload-list__item{width:80px;height:80px;line-height:80px}[data-v-91b2eb72] .zk-dialog .dialog-con .body{overflow-x:hidden!important}[data-v-91b2eb72] .pt-20{padding-top:10px!important}.hand_box-list[data-v-18ab12a0]{display:grid;grid-template-columns:repeat(auto-fill,minmax(15rem,1fr));gap:60px;padding:60px;overflow:auto}.hand_box-list .list-item[data-v-18ab12a0]{position:relative;color:#523600;min-width:250px;width:100%;height:15rem;aspect-ratio:1;padding:30px 30px 20px}.hand_box-list .list-item .disflex[data-v-18ab12a0]{position:relative;height:60px}.hand_box-list .list-item .disflex p[data-v-18ab12a0]{margin:10px 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;white-space:normal}.hand_box-list .list-item .disflex span[data-v-18ab12a0]{position:absolute;right:20px;top:12px}.hand_box-list .list-item .title-type[data-v-18ab12a0]{font-size:16px;font-weight:500;color:#523600}.hand_box-list .list-item .title-type .same-title[data-v-18ab12a0]{font-size:12px;color:#1577ff;margin-left:2rem}.hand_box-list .list-item .title-type .icon-icon-xiangsi[data-v-18ab12a0]{font-size:14px;margin:4px 4px 0}.hand_box-list .list-item .ai-contenting[data-v-18ab12a0]{min-width:130px;max-width:150px;height:30px;line-height:30px;position:absolute;right:3px;top:30px;padding-left:10px;background:#fff;color:#1577ff;border-radius:10px 0 0 10px}.hand_box-list .list-item .title-content[data-v-18ab12a0]{height:6rem;overflow:hidden;font-size:12px;display:block;position:relative;color:#523600;line-height:20px;font-weight:400}.hand_box-list .list-item .question-title[data-v-18ab12a0]{overflow:hidden;display:block}.hand_box-list .list-item .title-time[data-v-18ab12a0]{font-size:12px;position:absolute;left:30px;bottom:10px}.hand_box-list .list-item .title-type-wancheng[data-v-18ab12a0]{padding-top:40px}.hand_box-list .list-item .question-title[data-v-18ab12a0]{font-size:12px}.hand_box-list .list-item .title-content-fenxiang[data-v-18ab12a0]{height:180px}.hand_box-list .list-item .title-content-question[data-v-18ab12a0]{height:85px}.span0[data-v-18ab12a0]{color:#ed310b}.span1[data-v-18ab12a0]{color:#3370ff}.span2[data-v-18ab12a0],.span3[data-v-18ab12a0]{color:#949494}.span5[data-v-18ab12a0]{color:#ed310b}.span4[data-v-18ab12a0]{color:#00b621}.span6[data-v-18ab12a0]{color:#ff6900}.span-common[data-v-18ab12a0]{display:block;text-align:center;line-height:27px;font-size:12px;position:relative}.span-q[data-v-18ab12a0]:after{content:"";display:block;position:absolute;left:-20px;top:2px;width:0;height:0;border-left:10px solid transparent;border-right:10px solid #d47800;border-top:10px solid transparent}.span-q[data-v-18ab12a0]:before{content:"";display:block;position:absolute;right:-20px;top:2px;width:0;height:0;border-left:10px solid #d47800;border-right:10px solid transparent;border-top:10px solid transparent}.span-s[data-v-18ab12a0]:after{content:"";display:block;position:absolute;left:-20px;top:2px;width:0;height:0;border-left:10px solid transparent;border-right:10px solid #0061ef;border-top:10px solid transparent}.span-s[data-v-18ab12a0]:before{content:"";display:block;position:absolute;right:-20px;top:2px;width:0;height:0;border-left:10px solid #0061ef;border-right:10px solid transparent;border-top:10px solid transparent}.wangEditor[data-v-4dce33db]{width:100%;height:100%;margin:0}.wangEditor[data-v-4dce33db] .w-e-modal,.wangEditor body .w-e-modal>div[data-v-4dce33db]{padding:10px}[data-v-4dce33db] .w-e-text-container{overflow:visible}[data-v-4dce33db] .w-e-text-container p{margin:10px 0}[data-v-4dce33db] .w-e-text-placeholder{transform:translateY(-4px);font-size:14px;color:#9090a4;font-style:normal}[data-v-4dce33db] .w-e-text-container [data-slate-editor]{min-height:calc(var(--min-height, 300px) - 15px)}[data-v-4dce33db] .w-e-menu-panel p,[data-v-4dce33db] .w-e-text-container p,[data-v-4dce33db] .w-e-toolbar p{font-size:unset!important}.answer-wrap .small_eight[data-v-c01f4e6c]{top:-18%;left:-13%}.answer-wrap .title-p[data-v-c01f4e6c]{margin:0 auto 10px}.answer-wrap .question-content .el-textarea[data-v-c01f4e6c]{border:1px solid #dcdfe6;border-radius:4px}.answer-wrap .question-content .el-textarea[data-v-c01f4e6c] textarea{padding:5px 15px}.answer-wrap .status-content[data-v-c01f4e6c]{text-align:left;text-overflow:ellipsis}.answer-wrap .status-content span[data-v-c01f4e6c]:first-of-type{width:100%;display:inline-block;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.answer-wrap .questionList-content .questionList-item[data-v-c01f4e6c]{width:100%}.answer-wrap .questionList-content .questionList-item .item-left[data-v-c01f4e6c]{width:100%}.answer-wrap .questionList-content .questionList-item .item-left .item-left-top[data-v-c01f4e6c]{padding:10px;background:#f7f8f9;border-radius:5px;position:relative;height:200px}.answer-wrap .questionList-content .questionList-item .item-left .item-left-top .item-left-content[data-v-c01f4e6c]{height:240px;width:100%}.answer-wrap .questionList-content .questionList-item .item-left .item-left-top .item-left-bottom[data-v-c01f4e6c]{padding:10px;display:flex;position:absolute;right:20px;bottom:0;font-size:12px}.answer-wrap .questionList-content .questionList-item .item-left .item-left-top .item-left-bottom p[data-v-c01f4e6c]:nth-of-type(2){margin-left:20px}.answer-wrap .questionList-content .questionList-item .item-left .item-left-answer[data-v-c01f4e6c]{margin-top:20px;position:relative;border:1px solid #f2f2f2;border-radius:10px;overflow:hidden;background:#f2f2f2}.answer-wrap .questionList-content .questionList-item .item-left .item-left-answer .anwser-content[data-v-c01f4e6c]{height:calc(41vh - 100px);overflow-y:auto;padding:12px 12px 10px 12px;background:#f2f2f2}.answer-wrap .questionList-content .questionList-item .anwser-content-1[data-v-c01f4e6c]{padding:12px;border:1px solid #f2f2f2;border-radius:10px;overflow:auto;margin-top:10px;background:#f7f8f9}.answer-wrap .own-footer[data-v-c01f4e6c]{width:200px;margin:10px auto 0}.answer-wrap[data-v-c01f4e6c] .el-textarea__inner{border:0}.answer-wrap[data-v-c01f4e6c] .el-textarea__inner{padding:5px 0}.answer-wrap[data-v-c01f4e6c] .zk-dialog .dialog-con .body{padding:0 20px}.answer-wrap[data-v-c01f4e6c] .el-checkbox__input.is-checked+.el-checkbox__label{color:#666;font-weight:400}.answer-wrap[data-v-c01f4e6c] .el-checkbox__input.is-checked .el-checkbox__inner{background:#3370ff;border-color:#3370ff}.answer-wrap[data-v-c01f4e6c] .zk-dialog .dialog-con{position:none;overflow:visible}.answer-wrap .close-own-btn[data-v-c01f4e6c]{background:#3370ff}.answer-wrap .add-img[data-v-c01f4e6c]{margin-top:10px}.answer-wrap .msg_file[data-v-c01f4e6c]{border-radius:5px}.answer-wrap .msg_file[data-v-c01f4e6c] .img_list{width:60px;height:60px;background:#fff;border-radius:4px;position:relative}.answer-wrap .msg_file[data-v-c01f4e6c] .img_list .del_img{position:absolute;top:-10px;right:-10px;color:#ff1e1e;font-size:20px;border-radius:50%;background:#fff;z-index:5}.answer-wrap .msg_file[data-v-c01f4e6c] .img_list .el-image{width:100%;height:100%}.answer-wrap .msg_file[data-v-c01f4e6c] .img_list .el-image img{border-radius:4px;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.answer-wrap .msg_file .add_img[data-v-c01f4e6c]{width:60px;height:60px;background:#fff;border:1px solid #f1f1f1;border-radius:4px}.answer-wrap .msg_file .add_img .add_icon[data-v-c01f4e6c]{color:#949494;font-size:18px}.hand_box .user-list-content[data-v-6852165d]{display:flex;align-items:center;padding:10px;cursor:pointer;margin-bottom:5px}.hand_box .user-list-content input[type=radio][data-v-6852165d]{margin-right:10px}.hand_box .user-list-content.selected[data-v-6852165d]{background-color:#f0f7ff;border-radius:4px}.hand_box .chose-student-wrap[data-v-6852165d]{display:flex;flex-wrap:wrap}.hand_box .chose-student-wrap .normal-div[data-v-6852165d]{width:100px;height:40px;margin-top:10px;border-radius:5px;background:#f8faff;border:1px solid #3370ff;text-align:center;line-height:40px;margin-left:40px;cursor:pointer;color:#3370ff}.hand_box .chose-student-wrap .current-active[data-v-6852165d]{background:#3370ff;color:#fff}.hand_box .left[data-v-6852165d]{background:rgba(0,0,0,.05);border-radius:10px;width:100%}.hand_box .right[data-v-6852165d]{width:25%}.hand_box .right .right_btn[data-v-6852165d]{width:200px}.hand_box .right .right_btn div[data-v-6852165d]{height:80px;line-height:80px;font-size:26px;color:#fff;text-align:center;border-radius:10px}.hand_box .right .right_btn .finsh_btn[data-v-6852165d]{background:linear-gradient(148.82deg,#55d5f9,#40dfe7);box-shadow:0 4px 24px rgba(109,243,243,.4)}.hand_box .right .right_btn .quest_btn[data-v-6852165d]{background:linear-gradient(148.82deg,#ffd334,#f59a02);box-shadow:0 4px 24px rgba(255,163,0,.4)}.hand_box .right .right_btn .share_btn[data-v-6852165d]{background:linear-gradient(148.82deg,#3993fc,#347afe);box-shadow:0 4px 24px #bdd1ff;margin:20% 0}.handup-xiao8-wrap[data-v-748c97f7]{position:absolute;top:120px;left:50%;margin-left:-50px}.hand_box .close_icont[data-v-748c97f7]{position:fixed;right:20px;top:20px;background:#fff;width:35px;height:35px;border-radius:50%}.hand_box .close_icont i[data-v-748c97f7]{font-size:22px}.hand_box .user-list-content[data-v-748c97f7]{display:flex;align-items:center;padding:10px;cursor:pointer;margin-bottom:5px}.hand_box .user-list-content input[type=radio][data-v-748c97f7]{margin-right:10px}.hand_box .user-list-content.selected[data-v-748c97f7]{background-color:#f0f7ff;border-radius:4px}.hand_box .chose-student-wrap[data-v-748c97f7]{display:flex;flex-wrap:wrap}.hand_box .chose-student-wrap .normal-div[data-v-748c97f7]{width:100px;height:40px;margin-top:10px;border-radius:5px;background:#f8faff;border:1px solid #3370ff;text-align:center;line-height:40px;margin-left:40px;cursor:pointer;color:#3370ff}.hand_box .chose-student-wrap .current-active[data-v-748c97f7]{background:#3370ff;color:#fff}.hand_box .left[data-v-748c97f7]{width:100%;border-radius:10px}.hand_box .right[data-v-748c97f7]{width:25%}.hand_box .right .right_btn[data-v-748c97f7]{width:200px}.hand_box .right .right_btn div[data-v-748c97f7]{height:80px;line-height:80px;font-size:26px;color:#fff;text-align:center;border-radius:10px}.hand_box .right .right_btn .finsh_btn[data-v-748c97f7]{background:linear-gradient(148.82deg,#55d5f9,#40dfe7);box-shadow:0 4px 24px rgba(109,243,243,.4)}.hand_box .right .right_btn .quest_btn[data-v-748c97f7]{background:linear-gradient(148.82deg,#ffd334,#f59a02);box-shadow:0 4px 24px rgba(255,163,0,.4)}.hand_box .right .right_btn .share_btn[data-v-748c97f7]{background:linear-gradient(148.82deg,#3993fc,#347afe);box-shadow:0 4px 24px #bdd1ff;margin:20% 0}.app[data-v-748c97f7]{width:85%;height:100%;position:relative;padding-left:120px;padding-right:120px;display:flex;justify-content:space-between;align-items:center;margin:0 auto}.app div[data-v-748c97f7]{justify-content:center;text-align:center}.supply_sign[data-v-748c97f7]{left:0;bottom:10%;width:150px;height:70px;opacity:1;position:fixed;line-height:70px;font-size:16px;text-align:center;border-radius:0 40px 0 0;color:#3370ff;border-radius:0 35px,0,0;background:hsla(0,0%,100%,.4)}.btn89-bottom[data-v-748c97f7],.btn89-new[data-v-748c97f7],.btn89[data-v-748c97f7]{width:230px;height:230px;border:none;outline:none;border-radius:230px;cursor:pointer;font-size:26px;font-weight:700;color:#fff;font-size:35px;box-shadow:0 4px 16px rgba(0,0,0,.2);position:relative;top:0;left:0;z-index:10}.btn89-new[data-v-748c97f7]{position:absolute;top:0;left:0;z-index:9}.el-icon-success[data-v-748c97f7]{font-size:60px;color:#13ab00;position:absolute;right:30px;top:-13px;z-index:10;background-color:#f0f8ff;border-radius:50%}.btn89-bottom[data-v-748c97f7]{opacity:.6;background:linear-gradient(180deg,rgba(255,148,60,.2),rgba(255,148,60,0))}.btn89-new[data-v-748c97f7]{box-reflect:below 1px linear-gradient(180deg,#ffb272,#ff7400);-webkit-box-reflect:below 1px linear-gradient(180deg,transparent,rgba(0,0,0,.1))}.main .the_video[data-v-081f84b2]{height:60vh}.main .the_video .left_list[data-v-081f84b2]{width:330px;height:100%}.main .the_video .left_list .video_list_box[data-v-081f84b2]{height:100%;background:#f7f8f9;overflow:auto}.main .the_video .left_list .step_type[data-v-081f84b2]{background:#f7f8f9;line-height:1.5;border-radius:10px;font-size:16px}.main .the_video .left_list .step_name[data-v-081f84b2]{border-radius:10px;background:#fff}.main .the_video .left_list .active[data-v-081f84b2]{border-color:#eef3ff;background:#eef3ff;color:#3370ff}.main .the_video .left_list .border_b[data-v-081f84b2]{border-radius:0;border-bottom:1px solid #f7f8f9}.main .the_video .video_show[data-v-081f84b2]{width:calc(100% - 330px)}.main .seeVideo[data-v-081f84b2] .body{padding:2px;overflow:hidden}.main .seeVideo[data-v-081f84b2] .dialog-con{padding:0}.main .seeDoc[data-v-081f84b2] .body{padding:2px;overflow:hidden}.main .nodata[data-v-081f84b2]{padding:0}.main .video_show[data-v-081f84b2]{height:100%}.main .doc_show[data-v-081f84b2]{height:60vh}.main .return_btn span[data-v-081f84b2]{width:120px;height:50px;border-radius:8px;color:#3370ff}.main .video_list[data-v-081f84b2]{overflow:auto;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:50px;align-items:start;height:calc(100% - 80px)}.main .video_list .video_card[data-v-081f84b2]{border-radius:8px}.main .video_list .video_card .card_img[data-v-081f84b2]{width:100%;aspect-ratio:16/9}.main .video_list .video_card .card_img img[data-v-081f84b2]{border-radius:8px;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.main .video_list .video_card .card_title[data-v-081f84b2]{text-align:center;line-height:46px;height:46px;font-size:16px}.main .sb_list[data-v-081f84b2]{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:50px;padding:70px;max-height:100%;overflow:auto}.main .sb_list .sb_item[data-v-081f84b2]{height:195px;border-radius:10px;border:1px solid #c0d3ff;overflow:hidden}.main .sb_list .sb_item .type_box[data-v-081f84b2]{height:calc(100% - 135px);background:#fff;text-align:center}.main .sb_list .sb_item .more_box[data-v-081f84b2]{background:#2d67f4;border-radius:50%;height:20px;width:20px}.main .sb_list .sb_item .more_box i[data-v-081f84b2]{color:#fff}.main .sb_list .sb_item .type_name[data-v-081f84b2]{font-size:16px;color:#333;width:100%;text-align:center}.main .sb_list .sb_item .img_box[data-v-081f84b2]{height:135px;overflow:hidden;background:#f4faff}.main .sb_list .sb_item .img_box[data-v-081f84b2] .el-image{width:100%;height:100%}.main .sb_list .sb_item .img_box[data-v-081f84b2] .el-image img{border-radius:10px 10px 0 0;max-width:100%;max-height:100%}.main .sb_list .sb_item .img_box1[data-v-081f84b2]{height:135px;overflow:hidden;background:#f4faff}.main .sb_list .sb_item .img_box1[data-v-081f84b2] .el-image{width:100%;height:100%}.main .sb_list .sb_item .img_box1[data-v-081f84b2] .el-image img{border-radius:10px 10px 0 0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.main .device-control-fullscreen[data-v-081f84b2]{position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999;background:#fff}.main .device-control-fullscreen .close-btn[data-v-081f84b2]{position:absolute;top:20px;right:20px;z-index:10000;font-size:36px;color:#666}.main .device-control-fullscreen iframe[data-v-081f84b2]{width:100%;height:100%;border:none}.main .yq-card[data-v-081f84b2]{line-height:44px;border-radius:8px}.main .yq-card .yq-list[data-v-081f84b2]{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:30px}.main .yq-card .yq-list .yq-box[data-v-081f84b2]{background-color:#fff;border-radius:10px;overflow:hidden}.main .yq-card .yq-list .yq-box .yq-t[data-v-081f84b2]{background:#f4faff;border-bottom:1px solid #a7d7ff}.main .yq-card .yq-list .yq-box .yq-t img[data-v-081f84b2]{width:100%}.main .yq-card .yq-list .yq-box .yq-name[data-v-081f84b2]{font-size:16px;line-height:50px;text-align:center;position:relative}.main .yq-card .yq-list .yq-box .yq-name i[data-v-081f84b2]{position:absolute;right:0;top:50%;transform:translateY(-50%);font-size:20px}.res_box[data-v-22145eb2]{background:rgba(0,0,0,.05);border-radius:10px}.res_box .left[data-v-22145eb2]{width:100%}.res_box .left .src_img[data-v-22145eb2]{border-radius:10px}.res_box .left .src_img[data-v-22145eb2] .el-image{width:100%;height:100%}.res_box .left .src_img[data-v-22145eb2] .el-image img{max-width:100%;max-height:100%;height:auto;width:auto}.res_box .left1[data-v-22145eb2]{width:calc(75% - 20px)}.res_box .right[data-v-22145eb2]{width:25%;border-radius:10px}.res_box .right .res_list_box[data-v-22145eb2]{height:calc(100% - 50px);overflow:auto}.res_box .right .res_head[data-v-22145eb2]{line-height:50px;text-align:center;border-bottom:1px solid #f7f8f9}.res_box .right .res_list[data-v-22145eb2]{height:50px}.res_box .right .res_list .res_title[data-v-22145eb2]{width:100%}.res_box .right .res_list .res_title .res_no[data-v-22145eb2]{width:30px}.res_box .right .res_list .res_title .res_name[data-v-22145eb2]{width:calc(100% - 80px)}.res_box .right .res_list .res_title img[data-v-22145eb2]{width:25px;line-height:25px}.res_box .right .active[data-v-22145eb2]{background:#f7f9ff}.res_box .right .active .res_title .res_name[data-v-22145eb2]{color:#3370ff}.hand_box-list[data-v-0ec68ec6]{display:grid;grid-template-columns:repeat(auto-fill,minmax(15rem,1fr));gap:60px;overflow:auto}.hand_box-list .list-item[data-v-0ec68ec6]{position:relative;color:#523600;min-width:250px;width:100%;height:15rem;aspect-ratio:1;padding:30px 30px 20px}.hand_box-list .list-item .disflex[data-v-0ec68ec6]{position:relative;height:60px}.hand_box-list .list-item .disflex p[data-v-0ec68ec6]{margin:10px 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;white-space:normal}.hand_box-list .list-item .disflex span[data-v-0ec68ec6]{position:absolute;right:20px;top:12px}.hand_box-list .list-item .title-type[data-v-0ec68ec6]{font-size:24px;color:#fff}.hand_box-list .list-item .title-type .same-title[data-v-0ec68ec6]{font-size:12px;color:#1577ff;margin-left:2rem}.hand_box-list .list-item .title-type .icon-icon-xiangsi[data-v-0ec68ec6]{font-size:14px;margin:4px 4px 0}.hand_box-list .list-item .ai-contenting[data-v-0ec68ec6]{min-width:130px;max-width:150px;height:30px;line-height:30px;position:absolute;right:3px;top:30px;padding-left:10px;background:#fff;color:#1577ff;border-radius:10px 0 0 10px}.hand_box-list .list-item .title-content[data-v-0ec68ec6]{height:6rem;overflow:hidden;font-size:12px;display:block;position:relative;color:#523600;line-height:20px;font-weight:400}.hand_box-list .list-item .question-title[data-v-0ec68ec6]{overflow:hidden;display:block}.hand_box-list .list-item .title-time[data-v-0ec68ec6]{font-size:12px;position:absolute;left:30px;bottom:20px}.hand_box-list .list-item .title-type-wancheng[data-v-0ec68ec6]{padding-top:40px}.hand_box-list .list-item .question-title[data-v-0ec68ec6]{font-size:12px}.hand_box-list .list-item .title-content-fenxiang[data-v-0ec68ec6]{height:180px}.hand_box-list .list-item .title-content-question[data-v-0ec68ec6]{height:85px}.span0[data-v-0ec68ec6]{color:#ed310b}.span1[data-v-0ec68ec6]{color:#3370ff}.span2[data-v-0ec68ec6],.span3[data-v-0ec68ec6]{color:#949494}.span5[data-v-0ec68ec6]{color:#ed310b}.span4[data-v-0ec68ec6]{color:#00b621}.span6[data-v-0ec68ec6]{color:#ff6900}.span-common[data-v-0ec68ec6]{display:block;text-align:center;line-height:27px;font-size:12px;position:relative}.span-q[data-v-0ec68ec6]:after{content:"";display:block;position:absolute;left:-20px;top:2px;width:0;height:0;border-left:10px solid transparent;border-right:10px solid #d47800;border-top:10px solid transparent}.span-q[data-v-0ec68ec6]:before{content:"";display:block;position:absolute;right:-20px;top:2px;width:0;height:0;border-left:10px solid #d47800;border-right:10px solid transparent;border-top:10px solid transparent}.span-s[data-v-0ec68ec6]:after{content:"";display:block;position:absolute;left:-20px;top:2px;width:0;height:0;border-left:10px solid transparent;border-right:10px solid #0061ef;border-top:10px solid transparent}.span-s[data-v-0ec68ec6]:before{content:"";display:block;position:absolute;right:-20px;top:2px;width:0;height:0;border-left:10px solid #0061ef;border-right:10px solid transparent;border-top:10px solid transparent}.notification-dot[data-v-0ec68ec6]{position:absolute;top:1px;right:5px;width:10px;height:10px;border-radius:50%;background:red}.title_txt[data-v-0ec68ec6]{position:relative}.gw_msg .nodata[data-v-de82f2dc]{padding:0}.gw_msg .msg_box[data-v-de82f2dc]{scrollbar-width:thin;scrollbar-color:#fff transparent}.gw_msg .msg_box[data-v-de82f2dc]::-webkit-scrollbar{width:8px;height:8px}.gw_msg .msg_box[data-v-de82f2dc]::-webkit-scrollbar-thumb{background-color:#fff;border-radius:4px}.gw_msg .msg_box[data-v-de82f2dc]{-ms-overflow-style:none}.gw_msg .msg_box[data-v-de82f2dc]::-ms-scrollbar{width:8px;height:8px}.gw_msg .msg_box[data-v-de82f2dc]::-ms-scrollbar-thumb{background-color:#fff;border-radius:4px}.gw_msg .msg_box[data-v-de82f2dc]{overflow:auto}.gw_msg .msg_box .msg_list[data-v-de82f2dc]{width:100%;border-radius:10px;margin:auto;position:relative}.gw_msg .msg_box .msg_list .red_new[data-v-de82f2dc]{position:absolute;right:-2px;top:-2px;width:8px;height:8px;border-radius:50%;background:red}.gw_msg .msg_box .msg_list .msg_cont[data-v-de82f2dc]{width:100%}.gw_msg .msg_box .msg_list .msg_title[data-v-de82f2dc]{color:#ff7f00}.gw_msg .msg_box .msg_list .msg_txt[data-v-de82f2dc]{width:calc(100% - 180px)}.gw_msg .msg_box .msg_list .msg_line_time[data-v-de82f2dc]{border-top:1px dashed #e3e3e3}.gw_msg .msg_box .msg_list .msg_time[data-v-de82f2dc]{width:150px;color:#949494}.gw_msg .msg_box .msg_list .msg_btn[data-v-de82f2dc]{color:#3370ff}.gw_msg .msg_box .msg_list .msg_text[data-v-de82f2dc]{transition:all .3s ease;line-height:2.5}.gw_msg .msg_box .msg_list[data-v-de82f2dc] .img_list{width:60px;height:60px;background:#fff;border-radius:4px;position:relative}.gw_msg .msg_box .msg_list[data-v-de82f2dc] .img_list .del_img{position:absolute;top:-10px;right:-10px;color:#ff1e1e;font-size:20px;border-radius:50%;background:#fff}.gw_msg .msg_box .msg_list[data-v-de82f2dc] .img_list .el-image{width:100%;height:100%}.gw_msg .msg_box .msg_list[data-v-de82f2dc] .img_list .el-image img{border-radius:4px;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.fade-enter-active[data-v-de82f2dc],.fade-leave-active[data-v-de82f2dc]{transition:opacity .3s ease}.fade-enter[data-v-de82f2dc],.fade-leave-to[data-v-de82f2dc]{opacity:0}.slide-enter-active[data-v-de82f2dc]{transition:all .3s ease-out}.slide-leave-active[data-v-de82f2dc]{transition:all .3s ease-in}.slide-enter[data-v-de82f2dc],.slide-leave-to[data-v-de82f2dc]{transform:translateY(-10px);opacity:0}.res_box[data-v-22c3d713]{background:hsla(0,0%,100%,.2);border-radius:10px}.h-100 .handup-wrap[data-v-22c3d713]{height:calc(100% - 70px);border-radius:10px}.h-100 .teacher-top-content[data-v-22c3d713]{display:flex;width:35rem;height:70px;background-size:100% 100%!important;text-align:center;justify-content:center;align-items:center;z-index:3;margin:auto}.h-100 .teacher-top-content .wrap[data-v-22c3d713]{width:20rem;height:46px;margin:5px auto;background:#f7f8f9;border-radius:10px;box-sizing:border-box;display:flex;gap:0;align-items:center;justify-content:center}.h-100 .teacher-top-content .wrap span[data-v-22c3d713]{flex:1;text-align:center;line-height:40px;vertical-align:middle;color:#000;cursor:pointer;border-radius:10px;box-sizing:border-box;position:relative;height:46px;font-size:16px;display:flex;align-items:center;justify-content:center}.h-100 .teacher-top-content .wrap .active[data-v-22c3d713]{color:#fff;background:#3370ff}.h-100 .notification-dot[data-v-22c3d713]{position:absolute;top:5px;right:-4px;width:10px;height:10px;border-radius:50%;background:red}.h-100 .title_txt[data-v-22c3d713]{position:relative}.h-100 .method-2[data-v-22c3d713]{text-align:center;line-height:15px;font-size:12px;color:#fff}@media(max-width:1366px){.h-100 .teacher-top-content[data-v-22c3d713]{top:20px}}.main ._img[data-v-181ec24c]{position:relative;width:50px;margin:auto;transition:all .1s ease}.main .xiao8_with_bubble[data-v-181ec24c]{position:fixed;left:20px;top:20px;z-index:9}.main .fixed_box[data-v-181ec24c]{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99}.main .welcome[data-v-181ec24c]{position:fixed;top:20px;left:20px;z-index:88;color:#000;font-size:30px;font-weight:700;width:302px}.main .stu_ai_qrcode_card[data-v-181ec24c]{position:fixed;right:20px;bottom:38px;z-index:48;width:233px;height:230px;box-sizing:border-box;padding:8px 10px 10px;border-radius:12px;display:flex;flex-direction:column;overflow:visible}.main .stu_ai_qrcode_card .tips_small_eight[data-v-181ec24c]{position:absolute;left:12px;top:-6px;width:39px;z-index:1}.main .stu_ai_qrcode_card .stu_ai_qrcode_head[data-v-181ec24c]{padding:4px 6px 0 50px;color:#111;line-height:1.2}.main .stu_ai_qrcode_card .stu_ai_qrcode_head .tips_xiao8[data-v-181ec24c]{width:32px;height:auto;vertical-align:middle}.main .stu_ai_qrcode_card .stu_ai_qrcode_msg[data-v-181ec24c]{margin:6px 2px 6px;padding:6px 8px;text-align:center;font-size:12px;line-height:1.45;color:#222;background:hsla(0,0%,100%,.55);border-radius:8px;flex-shrink:0}.main .stu_ai_qrcode_card .stu_ai_qrcode_inner[data-v-181ec24c]{flex:1;min-height:0;align-items:center;justify-content:center}.main .stu_ai_qrcode_card .stu_ai_qrcode_inner .stu_ai_qrcode_qrcode[data-v-181ec24c]{width:130px;height:130px;box-sizing:border-box;border:1px solid transparent;border-radius:5px;background-image:linear-gradient(180deg,rgba(206,232,255,.8),rgba(51,112,255,.1)),linear-gradient(180deg,#c0cbff,rgba(180,202,255,.59));background-origin:border-box;background-clip:padding-box,border-box}.main .stu_ai_qrcode_card .stu_ai_qrcode_inner .stu_ai_qrcode_qrcode .stu_ai_qrcode_frame[data-v-181ec24c]{width:100%;height:100%;box-sizing:border-box;background:transparent;border-radius:4px;box-shadow:inset 0 1px 4px rgba(0,62,209,.1);line-height:0;display:flex;align-items:center;justify-content:center}.main .stu_ai_qrcode_card .stu_ai_qrcode_inner .stu_ai_qrcode_qrcode .stu_ai_qrcode_frame[data-v-181ec24c] .qr-code-container{padding:6px;background:#fff}.main .refresh[data-v-181ec24c]{font-size:14px;color:#fff;position:fixed;top:0;right:0;z-index:10;background:rgba(51,112,255,.7);border-left:1px solid #fff;border-bottom:1px solid #fff;border-top:0;border-radius:0 0 0 20px;width:100px;height:50px}.main .refresh .iconfont[data-v-181ec24c]{line-height:36px;height:36px;color:#fff}.main .sign_bu[data-v-181ec24c]{font-size:14px;color:#fff;position:fixed;top:0;left:0;z-index:10;background:rgba(51,112,255,.7);border-top:0;border-radius:0 0 20px 0;border-right:1px solid #fff;border-bottom:1px solid #fff;width:100px;height:50px}.main .sign_bu .iconfont[data-v-181ec24c]{line-height:36px;height:36px;color:#fff}.main .daoxue_stu[data-v-181ec24c]{font-size:14px;color:#fff;position:fixed;top:0;left:120px;z-index:10;background:rgba(0,202,193,.7);border-left:1px solid #fff;border:1px solid #fff;border-top:0;border-radius:0 0 20px 20px;width:130px;height:50px;overflow:visible;transform-origin:center top;animation:daoxuePulse-181ec24c 1.5s ease-in-out infinite}.main .daoxue_stu .daoxue_stu_glow[data-v-181ec24c]{position:absolute;left:50%;bottom:-2.5px;width:200px;height:105px;margin-left:-100px;background:rgba(0,202,193,0);border-radius:0 0 20px 20px;z-index:0;pointer-events:none;animation:daoxueStuGlow-181ec24c 1.5s ease-in-out infinite}.main .daoxue_stu .daoxue_stu_inner[data-v-181ec24c]{position:relative;z-index:1}.main .daoxue_stu .iconfont[data-v-181ec24c]{line-height:36px;height:36px;color:#fff}.main .msg_box .msg_left[data-v-181ec24c]{width:24px}.main .msg_box .msg_left i[data-v-181ec24c]{color:#ffac01;font-size:18px}.main .msg_box .msg_right[data-v-181ec24c]{width:calc(100% - 24px)}.main .msg_box .msg_right[data-v-181ec24c] .img_list{width:60px;height:60px;background:#fff;border-radius:4px;position:relative}.main .msg_box .msg_right[data-v-181ec24c] .img_list .del_img{position:absolute;top:-10px;right:-10px;color:#ff1e1e;font-size:20px;border-radius:50%;background:#fff}.main .msg_box .msg_right[data-v-181ec24c] .img_list .el-image{width:100%;height:100%}.main .msg_box .msg_right[data-v-181ec24c] .img_list .el-image img{border-radius:4px;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.main .main_page[data-v-181ec24c]{height:calc(100% - 110px);position:relative}.main .main_nav[data-v-181ec24c]{width:100%;height:110px;border-radius:10px;position:relative}.main .main_nav .trapezoid-svg[data-v-181ec24c]{position:absolute;bottom:10px;left:0;right:0;height:60px}.main .main_nav .trapezoid-svg img[data-v-181ec24c]{width:100%;height:100%}.main .main_nav .red_new[data-v-181ec24c]{position:absolute;right:-2px;top:-2px;width:8px;height:8px;border-radius:50%;background:red}.main .main_nav .nav_dl[data-v-181ec24c]{width:8%;height:100%;border-radius:8px;position:relative}.main .main_nav .nav_dl .tips_word[data-v-181ec24c]{position:absolute;z-index:20;bottom:100px;left:0;transform:translateX(-27%);width:310px;height:90px}.main .main_nav .nav_dl .tips_word .tips_xiao8[data-v-181ec24c]{width:32px}.main .main_nav .nav_dl .tips_word .times_over[data-v-181ec24c]{width:20px;height:20px;border-radius:50%;color:#666;font-size:12px;background:#fff}.main .main_nav .nav_dl .tips_word .tips_small_eight[data-v-181ec24c]{position:absolute;left:16px;top:-7px;width:39px}.main .main_nav .nav_dl .tips_word .tips_content[data-v-181ec24c]{width:280px;margin:auto;line-height:30px;border-radius:5px;text-align:center;color:#000;font-size:12px;background:hsla(0,0%,100%,.3)}.main .main_nav dl[data-v-181ec24c]{width:100%;position:relative;transition:all .1s ease}.main .main_nav dl dt[data-v-181ec24c]{text-align:center;transition:all .1s ease}.main .main_nav dl dt ._img[data-v-181ec24c]{height:50px;display:flex;align-items:flex-end;justify-content:center}.main .main_nav dl dt img[data-v-181ec24c]{width:40px;transition:all .1s ease;-webkit-user-select:none;user-select:none}.main .main_nav dl dd[data-v-181ec24c]{margin-top:5px;font-size:12px;text-align:center;transition:all .1s ease;color:#666}.main .main_nav ._img2[data-v-181ec24c]{position:relative;top:-5px}.main .main_nav ._img2 ._img[data-v-181ec24c]{width:55px!important;height:62px}.main .main_nav ._img2 ._img img[data-v-181ec24c]{width:100%}.main .main_nav .nav_assistant_pulse dt ._img[data-v-181ec24c]{position:relative}.main .main_nav .nav_assistant_pulse dt ._img .nav_assistant_glow[data-v-181ec24c]{position:absolute;left:50%;bottom:-2.5px;width:70px;height:70px;margin-left:-35px;background:rgba(24,234,188,0);border-radius:20px;z-index:0;pointer-events:none;animation:navAssistantGlow-181ec24c 1.5s ease-in-out infinite}.main .main_nav .nav_assistant_pulse dt ._img img[data-v-181ec24c]{position:relative;z-index:1;width:50px}.main .main_nav .active[data-v-181ec24c]{position:relative}.main .main_nav .active[data-v-181ec24c]:after{content:"";width:100%;height:69px;position:absolute;bottom:10px;left:0;background:linear-gradient(180deg,rgba(180,214,255,.15),rgba(0,62,209,.15))}.main .main_nav .active dt img[data-v-181ec24c]{width:100%;border-radius:21px}.main .main_nav .active dd[data-v-181ec24c]{font-weight:700;color:#000;text-shadow:-1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,1px 1px 0 #fff}.gth_img[data-v-181ec24c]{position:fixed;left:20px;top:20px;width:120px;animation:borderFlash-181ec24c 1s infinite}.shan_top[data-v-181ec24c]{position:fixed;left:0;top:0;z-index:9;width:100%;height:50px;background:linear-gradient(180deg,rgba(255,124,0,.5),rgba(255,235,190,0));animation:borderFlash-181ec24c 1s infinite}.shan_bottom[data-v-181ec24c]{position:fixed;bottom:0;left:0;z-index:9;width:100%;height:50px;background:linear-gradient(180deg,rgba(255,235,190,0),rgba(255,124,0,.5));animation:borderFlash-181ec24c 1s infinite}.shan_left[data-v-181ec24c]{position:fixed;left:0;top:0;width:50px;height:100vh;z-index:9;background:linear-gradient(90deg,rgba(255,124,0,.5),rgba(255,235,190,0));animation:borderFlash-181ec24c 1s infinite}.shan_right[data-v-181ec24c]{position:fixed;right:0;top:0;width:50px;height:100vh;z-index:9;background:linear-gradient(90deg,rgba(255,235,190,0),rgba(255,124,0,.5));animation:borderFlash-181ec24c 1s infinite}@keyframes borderFlash-181ec24c{0%,to{opacity:1}50%{opacity:0}}@keyframes daoxuePulse-181ec24c{0%,to{transform:scale(1)}50%{transform:scale(.9)}}@keyframes daoxueStuGlow-181ec24c{0%{width:200px;height:105px;margin-left:-100px;background-color:rgba(0,202,193,0)}49%{width:120px;height:48px;margin-left:-60px;background-color:rgba(0,202,193,0)}50%{width:120px;height:48px;margin-left:-60px;background-color:rgba(0,202,193,.3)}to{width:200px;height:125px;margin-left:-100px;background-color:rgba(0,202,193,0)}}@keyframes navAssistantPulse-181ec24c{0%,to{transform:scale(1)}50%{transform:scale(.8)}}@keyframes navAssistantGlow-181ec24c{0%{width:70px;height:70px;margin-left:-35px;background-color:rgba(24,234,188,0)}49%{width:40px;height:40px;margin-left:-20px;background-color:rgba(24,234,188,0)}50%{width:40px;height:40px;margin-left:-20px;background-color:rgba(24,234,188,.4)}to{width:70px;height:70px;margin-left:-35px;background-color:rgba(24,234,188,0)}}.notification-dot[data-v-181ec24c]{width:15px;height:15px;border-radius:50%;background:red;position:absolute;right:-7px;top:-7px}