@charset "UTF-8";.ResetPassword-container{padding-top:20px}.ResetPassword-container .code-wrap{display:flex;justify-content:space-between;align-items:center}.Login-container{width:100%;height:100%;display:flex;justify-content:flex-end;position:relative}.Login-container>.blank{background-size:100% 100%;background-repeat:no-repeat;flex:1 1}.Login-container>.blank.cloud-exam{background-image:url(/static/media/bg.8100b6be.png)}.Login-container>.blank.std{background-image:url(/static/media/std_bg.5c2628c6.png)}.Login-container>.logo-wrap{position:absolute;left:40px;top:40px}.Login-container>.logo-wrap>img{display:block;width:400px}.Login-container>.logo-wrap>div{padding-top:10px;color:#007c36;font-size:28px;text-align:center}.Login-container>.main{background-color:#fff;width:700px;padding:0 100px;box-shadow:0 0 4px #1890ff;display:flex;flex-direction:column;justify-content:center}.Login-container>.main>header{padding:20px 20px 10px}.Login-container>.main>header>.title{padding-bottom:20px;font-size:32px}.Login-container>.main>header>.tab-wrap>.tab{display:flex;align-items:center}.Login-container>.main>header>.tab-wrap>.tab>div{width:200px;padding:10px 0;color:#1890ff;font-size:16px;font-weight:700;text-align:center;cursor:pointer}.Login-container>.main>header>.tab-wrap>.stand-by{background-color:#1890ff;width:200px;height:2px;transition:all .5s ease 0s}.Login-container>.main>article{width:100%;height:400px;padding:20px}.Login-container>.main>article .code-wrap{display:flex}.Login-container>.main>article .code-wrap>img{height:40px;margin-left:10px;cursor:pointer}.Login-container>.main>article .remember-wrap{display:flex;justify-content:space-between;align-items:center}.Login-container>.main>article .remember-wrap>span{color:#999;font-size:14px;cursor:pointer}.Login-container>.main>article .std-miniprogram>div:first-of-type{display:flex;align-items:center;justify-content:center}.Login-container>.main>article .std-miniprogram>div:first-of-type>img{height:200px}.Login-container>.main>article .std-miniprogram>div:nth-of-type(2){color:#3e84fd;line-height:40px;display:flex;align-items:center;justify-content:center}.Welcome-container{padding-top:64px;justify-content:center}.Welcome-container,.Welcome-container>.main{width:100%;height:100%;display:flex;align-items:center}.Welcome-container>.main{background-image:url(/static/media/welcome_bg.2f7230f4.png);background-size:100% 100%;background-repeat:no-repeat;padding:60px 120px;flex-wrap:wrap}.Welcome-container>.main>.li{width:28%;height:36%;margin-left:8%;border-radius:20px;color:#fff;font-weight:700;display:flex;flex-direction:column;justify-content:center;align-items:center;cursor:pointer}.Welcome-container>.main>.li>.img-wrap{height:80px}.Welcome-container>.main>.li>.img-wrap>img{height:100%;display:block}.Welcome-container>.main>.li>.title{padding:16px 0;font-size:32px}.Welcome-container>.main>.li>.desc{font-size:16px}.Welcome-container>.main>.li:nth-of-type(3n+1){margin-left:0}.Welcome-container>.main>.li:first-of-type{background-image:linear-gradient(90deg,#92fe9d 0,#00c9ff)}.Welcome-container>.main>.li:nth-of-type(2){background-image:linear-gradient(0deg,#ff9a9e 0,#fecfef 99%,#fecfef)}.Welcome-container>.main>.li:nth-of-type(3){background-image:linear-gradient(-225deg,#7742b2,#f180ff 52%,#fd8bd9)}.Welcome-container>.main>.li:nth-of-type(4){background-image:linear-gradient(120deg,#f093fb,#f5576c)}.Welcome-container>.main>.li:nth-of-type(5){background-image:linear-gradient(0deg,#7028e4 0,#e5b2ca)}.Welcome-container>.main>.li:nth-of-type(6){background-image:radial-gradient(circle 248px at center,#16d9e3 0,#30c7ec 47%,#46aef7 100%)}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */.animated{animation-duration:1s;animation-fill-mode:both}.animated.infinite{animation-iteration-count:infinite}.animated.hinge{animation-duration:2s}.animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY{animation-duration:.75s}@keyframes bounce{0%,20%,53%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}.bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.pulse{animation-name:pulse}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.rubberBand{animation-name:rubberBand}@keyframes shake{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.shake{animation-name:shake}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.headShake{animation-timing-function:ease-in-out;animation-name:headShake}@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:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.tada{animation-name:tada}@keyframes wobble{0%{transform:none}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:none}}.wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:none}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{animation-name:jello;transform-origin:center}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.bounceIn{animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}.bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}.bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}.bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}.bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.bounceOut{animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}.bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}.bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}.bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:none}}.fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:none}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:none}}.fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:none}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:none}}.fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}.fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:none}}.fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes flip{0%{transform:perspective(400px) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95);animation-timing-function:ease-in}to{transform:perspective(400px);animation-timing-function:ease-in}}.animated.flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.flipInX{backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.flipInY{backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedIn{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg);opacity:1}to{transform:none;opacity:1}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}@keyframes lightSpeedOut{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{animation-name:lightSpeedOut;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform-origin:center;transform:rotate(-200deg);opacity:0}to{transform-origin:center;transform:none;opacity:1}}.rotateIn{animation-name:rotateIn}@keyframes rotateInDownLeft{0%{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInDownLeft{animation-name:rotateInDownLeft}@keyframes rotateInDownRight{0%{transform-origin:right bottom;transform:rotate(45deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInDownRight{animation-name:rotateInDownRight}@keyframes rotateInUpLeft{0%{transform-origin:left bottom;transform:rotate(45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInUpLeft{animation-name:rotateInUpLeft}@keyframes rotateInUpRight{0%{transform-origin:right bottom;transform:rotate(-90deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInUpRight{animation-name:rotateInUpRight}@keyframes rotateOut{0%{transform-origin:center;opacity:1}to{transform-origin:center;transform:rotate(200deg);opacity:0}}.rotateOut{animation-name:rotateOut}@keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate(45deg);opacity:0}}.rotateOutDownLeft{animation-name:rotateOutDownLeft}@keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate(-45deg);opacity:0}}.rotateOutDownRight{animation-name:rotateOutDownRight}@keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}}.rotateOutUpLeft{animation-name:rotateOutUpLeft}@keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate(90deg);opacity:0}}.rotateOutUpRight{animation-name:rotateOutUpRight}@keyframes hinge{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%,80%{transform:rotate(60deg);transform-origin:top left;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.hinge{animation-name:hinge}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:none}}.rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{animation-name:zoomOutDown}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}.zoomOutLeft{animation-name:zoomOutLeft}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}.zoomOutRight{animation-name:zoomOutRight}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{animation-name:zoomOutUp}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.slideOutUp{animation-name:slideOutUp}.ant-menu-root.ant-menu-inline,.ant-menu-root.ant-menu-vertical{background:#1890ff;border-right:1px solid #1890ff;color:#fff}.ant-menu-root.ant-menu-inline .ant-menu-submenu-active,.ant-menu-root.ant-menu-inline .ant-menu-submenu-selected,.ant-menu-root.ant-menu-inline .ant-menu:not(.ant-menu-inline) .ant-menu-submenu-open,.ant-menu-root.ant-menu-inline a,.ant-menu-root.ant-menu-vertical .ant-menu-submenu-active,.ant-menu-root.ant-menu-vertical .ant-menu-submenu-selected,.ant-menu-root.ant-menu-vertical .ant-menu:not(.ant-menu-inline) .ant-menu-submenu-open,.ant-menu-root.ant-menu-vertical a{color:#fff}.ant-menu-root.ant-menu-inline .ant-menu-submenu-title .ant-menu-submenu-arrow:after,.ant-menu-root.ant-menu-inline .ant-menu-submenu-title .ant-menu-submenu-arrow:before,.ant-menu-root.ant-menu-vertical .ant-menu-submenu-title .ant-menu-submenu-arrow:after,.ant-menu-root.ant-menu-vertical .ant-menu-submenu-title .ant-menu-submenu-arrow:before{background:#fff}.ant-menu-root.ant-menu-inline .ant-menu-submenu-title:hover,.ant-menu-root.ant-menu-vertical .ant-menu-submenu-title:hover{color:#fff}.ant-menu-root.ant-menu-inline .ant-menu-submenu-title:hover .ant-menu-submenu-arrow:after,.ant-menu-root.ant-menu-inline .ant-menu-submenu-title:hover .ant-menu-submenu-arrow:before,.ant-menu-root.ant-menu-vertical .ant-menu-submenu-title:hover .ant-menu-submenu-arrow:after,.ant-menu-root.ant-menu-vertical .ant-menu-submenu-title:hover .ant-menu-submenu-arrow:before{background:#fff}.ant-menu-root.ant-menu-inline .ant-menu-submenu>.ant-menu,.ant-menu-root.ant-menu-vertical .ant-menu-submenu>.ant-menu{background-color:rgba(50,156,255,.15)}.ant-menu-horizontal>.ant-menu-item-selected,.ant-menu-root.ant-menu-inline .ant-menu-item>a:hover,.ant-menu-root.ant-menu-vertical .ant-menu-item>a:hover{color:#fff}[class*=btn]{cursor:pointer}.bg--primary{background:#1890ff}.ant-upload-list-item-card-actions{top:1px}.header{padding:0 40px 0 0;height:65px}.header .ant-menu{background:transparent;color:#fff}.header .ant-menu .ant-menu-item:hover,.header__trigger{color:#fff}.ant-layout-content{min-height:auto}.ant-col-4-8{display:block;box-sizing:border-box;width:20%;flex:0 0 auto;float:left;position:relative}small{opacity:.6}.tiny-editor-test .tox .tox-statusbar{display:none}.editor-html-global{background-color:#f5f5f5;font-size:16px;padding:8px;border:1px solid #a1a1a1;border-radius:5px;width:100%;min-height:60px;box-sizing:border-box}.add-poit-paper-content{color:#67c23a!important;font-size:22px;font-weight:700;width:160px}.answer-success{border:1px solid #67c23a!important;font-size:20px;font-weight:600;color:#000;background:#67c23a;opacity:.3}.answer-success-color{color:#67c23a!important}.answer-error-color{color:#f56c6c!important}.answer-error{border:1px solid #f56c6c!important;font-size:20px;font-weight:600;color:#000;background:#f56c6c;opacity:.3}.text-muted{opacity:.6}.clear{display:block;overflow:hidden}.center{justify-content:center}.center,.y-center{display:flex;align-items:center}.block{display:block}.inline{display:inline}.none{display:none}.b-white{border-color:#fff}.w-full{width:100%}.w-auto{width:auto}.h-auto{height:auto}.h-full{height:100%}.h-v{height:100vh}.h-v-5{height:50vh}.pull-left{float:left}.pull-right{float:right}.content-layout-container{position:relative;width:100%;height:100%;overflow:hidden}.global-content-container{position:relative;width:100%;height:100%;display:flex;flex-direction:column}.global-content{flex-grow:1;overflow:auto}.my-drawer-footer-style{height:55px;width:100%;border-top:1px solid #e9e9e9;padding:10px 16px;background:#fff;text-align:right;z-index:9999}.my-drawer-footer-style,.spinning{position:absolute;right:0;bottom:0}.spinning{top:0;left:0;z-index:999999;background-color:initial;display:flex;justify-content:center;align-items:center}.spinning .ant-spin-dot{font-size:56px}.spinning .ant-spin-dot-item,.spinning .ant-spin-dot i{width:18px;height:18px}.bf-container span{word-break:break-word}.cache-route{overflow:hidden;flex:1 1;height:100%}.flex{display:flex}.basis-xs{flex-basis:20%}.basis-sm{flex-basis:33%}.basis-df{flex-basis:50%}.basis-lg{flex-basis:60%}.basis-xl{flex-basis:80%}.flex-sub{flex:1 1}.flex-twice{flex:2 1}.flex-treble{flex:3 1}.flex-direction{flex-direction:column}.flex-wrap{flex-wrap:wrap}.align-start{align-items:flex-start}.align-end{align-items:flex-end}.align-center{align-items:center}.self-start{align-self:flex-start}.self-center{align-self:flex-center}.self-end{align-self:flex-end}.self-stretch{align-self:stretch}.align-stretch{align-items:stretch}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.margin-0{margin:0}.margin-xs{margin:4px}.margin-sm{margin:8px}.margin{margin:12px}.margin-lg{margin:16px}.margin-xl{margin:20px}.margin-top-xs{margin-top:4px}.margin-top-sm{margin-top:8px}.margin-top{margin-top:12px}.margin-top-lg{margin-top:16px}.margin-top-xl{margin-top:20px}.margin-right-xs{margin-right:4px}.margin-right-sm{margin-right:8px}.margin-right{margin-right:12px}.margin-right-lg{margin-right:16px}.margin-right-xl{margin-right:20px}.margin-bottom-xs{margin-bottom:4px}.margin-bottom-sm{margin-bottom:8px}.margin-bottom{margin-bottom:12px}.margin-bottom-lg{margin-bottom:16px}.margin-bottom-xl{margin-bottom:20px}.margin-left-xs{margin-left:4px}.margin-left-sm{margin-left:8px}.margin-left{margin-left:12px}.margin-left-lg{margin-left:16px}.margin-left-xl{margin-left:20px}.margin-lr-xs{margin-left:4px;margin-right:4px}.margin-lr-sm{margin-left:8px;margin-right:8px}.margin-lr{margin-left:12px;margin-right:12px}.margin-lr-lg{margin-left:16px;margin-right:16px}.margin-lr-xl{margin-left:20px;margin-right:20px}.margin-tb-xs{margin-top:4px;margin-bottom:4px}.margin-tb-sm{margin-top:8px;margin-bottom:8px}.margin-tb{margin-top:12px;margin-bottom:12px}.margin-tb-lg{margin-top:16px;margin-bottom:16px}.margin-tb-xl{margin-top:20px;margin-bottom:20px}.padding-0{padding:0}.padding-xs{padding:4px}.padding-sm{padding:8px}.padding{padding:12px}.padding-lg{padding:16px}.padding-xl{padding:20px}.padding-top-xs{padding-top:4px}.padding-top-sm{padding-top:8px}.padding-top{padding-top:12px}.padding-top-lg{padding-top:16px}.padding-top-xl{padding-top:20px}.padding-right-xs{padding-right:4px}.padding-right-sm{padding-right:8px}.padding-right{padding-right:12px}.padding-right-lg{padding-right:16px}.padding-right-xl{padding-right:20px}.padding-bottom-xs{padding-bottom:4px}.padding-bottom-sm{padding-bottom:8px}.padding-bottom{padding-bottom:12px}.padding-bottom-lg{padding-bottom:16px}.padding-bottom-xl{padding-bottom:20px}.padding-left-xs{padding-left:4px}.padding-left-sm{padding-left:8px}.padding-left{padding-left:12px}.padding-left-lg{padding-left:16px}.padding-left-xl{padding-left:20px}.padding-lr-xs{padding-left:4px;padding-right:4px}.padding-lr-sm{padding-left:8px;padding-right:8px}.padding-lr{padding-left:12px;padding-right:12px}.padding-lr-lg{padding-left:16px;padding-right:16px}.padding-lr-xl{padding-left:20px;padding-right:20px}.padding-tb-xs{padding-top:4px;padding-bottom:4px}.padding-tb-sm{padding-top:8px;padding-bottom:8px}.padding-tb{padding-top:12px;padding-bottom:12px}.padding-tb-lg{padding-top:16px;padding-bottom:16px}.padding-tb-xl{padding-top:20px;padding-bottom:20px}.text-lg{font-size:12px}.text-xl{font-size:14px}.text-xxl{font-size:18px}.text-sl{font-size:30px}.text-Abc{text-transform:Capitalize}.text-ABC{text-transform:Uppercase}.text-abc{text-transform:Lowercase}.text-price:before{content:"¥";font-size:80%;margin-right:4px}.text-cut{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.text-bold{font-weight:700}.text-content{line-height:1.6}.line-red,.lines-red,.text-red{color:#e54d42}.line-orange,.lines-orange,.text-orange{color:#f37b1d}.line-yellow,.lines-yellow,.text-yellow{color:#fbbd08}.line-olive,.lines-olive,.text-olive{color:#8dc63f}.line-green,.lines-green,.text-green{color:#39b54a}.line-cyan,.lines-cyan,.text-cyan{color:#1cbbb4}.line-blue,.lines-blue,.text-blue{color:#0081ff}.line-purple,.lines-purple,.text-purple{color:#6739b6}.line-mauve,.lines-mauve,.text-mauve{color:#9c26b0}.line-pink,.lines-pink,.text-pink{color:#e03997}.line-brown,.lines-brown,.text-brown{color:#a5673f}.line-grey,.lines-grey,.text-grey{color:#8799a3}.line-gray,.lines-gray,.text-gray{color:#5e5c5b}.line-black,.lines-black,.text-black{color:#333}.bg-red,.line-white,.lines-white,.text-white{color:#fff}.bg-red{background-color:#e54d42}.bg-orange{background-color:#f37b1d;color:#fff}.bg-yellow{background-color:#fbbd08;color:#333}.bg-olive{background-color:#8dc63f;color:#fff}.bg-green{background-color:#39b54a;color:#fff}.bg-cyan{background-color:#1cbbb4;color:#fff}.bg-blue{background-color:#0081ff;color:#fff}.bg-purple{background-color:#6739b6;color:#fff}.bg-mauve{background-color:#9c26b0;color:#fff}.bg-pink{background-color:#e03997;color:#fff}.bg-brown{background-color:#a5673f;color:#fff}.bg-grey{background-color:#8799a3;color:#fff}.bg-gray{background-color:#f0f0f0;color:#333}.bg-black{background-color:#333;color:#fff}.bg-white{background-color:#fff;color:#666}.bg-shadeTop{background-image:linear-gradient(#000,rgba(0,0,0,.01));color:#fff}.bg-shadeBottom{background-image:linear-gradient(rgba(0,0,0,.01),#000);color:#fff}.bg-red.light{color:#e54d42;background-color:#fadbd9}.bg-orange.light{color:#f37b1d;background-color:#fde6d2}.bg-yellow.light{color:#fbbd08;background-color:rgba(254,242,206,.8235294117647058)}.bg-olive.light{color:#8dc63f;background-color:#e8f4d9}.bg-green.light{color:#39b54a;background-color:#d7f0db}.bg-cyan.light{color:#1cbbb4;background-color:#d2f1f0}.bg-blue.light{color:#0081ff;background-color:#cce6ff}.bg-purple.light{color:#6739b6;background-color:#e1d7f0}.bg-mauve.light{color:#9c26b0;background-color:#ebd4ef}.bg-pink.light{color:#e03997;background-color:#f9d7ea}.bg-brown.light{color:#a5673f;background-color:#ede1d9}.bg-grey.light{color:#8799a3;background-color:#e7ebed}.hidden{display:none}.pointer{cursor:pointer}.editor-wrapper .read-only .public-DraftEditor-content{word-break:normal}::-webkit-scrollbar{height:8px}::-webkit-scrollbar-thumb{background-color:initial;background-image:linear-gradient(90deg,transparent 0,transparent 50%,#ccc 0,#ccc)}.table-operations{margin-bottom:16px}.table-operations>button{margin-right:8px}.editable-row-text{padding:5px}.editable-row-operations a{margin-right:8px}.react-resizable{position:relative;background-clip:padding-box}.react-resizable-handle{position:absolute;width:10px;height:100%;bottom:0;right:-5px;cursor:col-resize;z-index:1}.ant-table-wrapper,.ant-table-wrapper .ant-spin-nested-loading{height:100%}.ant-tabs-content{height:90%;flex-grow:1}.ant-advanced-search-form{padding-top:6px}.ant-advanced-search-form .ant-form-item{display:flex;margin-bottom:12px}.ant-advanced-search-form .ant-form-item-control-wrapper{flex:1 1}.avatar-uploader>.ant-upload{width:128px;height:128px}.ant-legacy-form-item .ant-radio-disabled+span{color:#000}ul.icons-list{list-style:none;overflow:hidden}ul.icons-list li{float:left;width:10%;text-align:center;list-style:none;cursor:pointer;height:100px;transition:all .3s;background-color:#fff}ul.icons-list li:hover{background-color:#ccc;color:#fff}ul.icons-list li i{margin:16px 0 10px}ul.icons-list li span{display:block;text-align:center}.ant-btn+.ant-btn{margin-left:10px}.ant-btn-link+.ant-btn-link,.ant-transfer-operation .ant-btn+.ant-btn{margin-left:0}.vertical-center-modal{text-align:center;white-space:nowrap}.vertical-center-modal:before{content:"";display:inline-block;height:100%;vertical-align:middle;width:0}.vertical-center-modal .ant-modal{display:inline-block;vertical-align:middle;top:0;text-align:left}.ant-menu-dark.ant-menu-inline .ant-menu-item-selected{background-color:#5f5f5f!important}.custom-trigger{font-size:18px;line-height:43px;padding:0 16px;cursor:pointer;transition:color .3s}.ant-layout-sider-collapsed{overflow-y:initial!important}.avatar{position:relative;display:inline-block;width:40px;line-height:1;white-space:nowrap;font-weight:700}.avatar i{position:absolute;left:0;top:0;width:10px;height:10px;margin:1px;border-width:2px;border-style:solid;border-radius:100%}.avatar i.bottom{left:auto;top:auto;bottom:0;right:0}.avatar i.on{background-color:#6cc788}.avatar img{width:100%}.switcher{z-index:1050;position:fixed;top:78px;right:-240px;width:222px;transition:right .2s ease;border:1px solid hsla(0,0%,47.1%,.1);background-clip:padding-box}.switcher.active{right:-2px}.switcher .sw-btn{position:absolute;left:-43px;top:-1px;padding:10px 15px;z-index:1045;border:1px solid hsla(0,0%,47.1%,.1);border-right-width:0;background-clip:padding-box}.my-sider-own-container .ant-menu-root.ant-menu-inline .ant-menu-submenu-title:hover,.my-sider-own-container .ant-menu-root.ant-menu-vertical .ant-menu-submenu-title:hover{color:#000!important}.ant-menu-item-active,.ant-menu-item:hover,.ant-menu-submenu-active,.ant-menu-submenu-title:hover,.ant-menu:not(.ant-menu-inline) .ant-menu-submenu-open{color:#fff!important}.banner-user{height:200px}.banner-user-elem{text-align:center;color:#fff;position:relative;overflow:hidden}.banner-user-elem .banner-user-title{font-size:32px;top:40%}.banner-user-elem .banner-user-text{top:40%}.banner-anim-elem .bg{width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.custom-arrow-thumb{height:220px}.custom-arrow-thumb .user-arrow{top:50%;margin-top:-40px}.custom-arrow-thumb .user-arrow .img-wrapper{width:120px;height:80px;float:left;position:relative}.custom-arrow-thumb .user-arrow .img-wrapper li{width:100%;height:100%;background-size:cover;background-position:50%;position:absolute}.custom-arrow-thumb .user-arrow .arrow{width:20px;height:80px;background:rgba(0,0,0,.3);position:relative}.custom-arrow-thumb .user-arrow .arrow:after,.custom-arrow-thumb .user-arrow .arrow:before{width:2px;height:15px;background:#fff;display:block;content:" ";position:absolute}.custom-arrow-thumb .user-arrow.next{right:-120px}.custom-arrow-thumb .user-arrow.next .arrow{float:left}.custom-arrow-thumb .user-arrow.next .arrow:before{transform:rotate(-40deg);top:28px;left:10px}.custom-arrow-thumb .user-arrow.next .arrow:after{transform:rotate(40deg);bottom:27px;left:10px}.custom-arrow-thumb .user-arrow.prev{left:-120px}.custom-arrow-thumb .user-arrow.prev .arrow{float:right}.custom-arrow-thumb .user-arrow.prev .arrow:before{transform:rotate(40deg);top:28px;left:8px}.custom-arrow-thumb .user-arrow.prev .arrow:after{transform:rotate(-40deg);bottom:27px;left:8px}.custom-arrow-thumb .user-thumb{overflow:hidden;background:hsla(0,0%,100%,.15);height:40px}.custom-arrow-thumb .user-thumb>span{width:50px;height:30px;margin:5px;box-shadow:0 0 5px rgba(0,0,0,.15);transition:background .3s;background:transparent}.custom-arrow-thumb .user-thumb>span.active{background:hsla(0,0%,100%,.45)}.custom-arrow-thumb .user-thumb>span i{display:block;width:46px;height:26px;margin:2px;background-size:cover;background-position:50%}.cursor-move,.react-draggable{cursor:move}.cursor-move strong,.react-draggable strong{background:#ddd;border:1px solid #999;border-radius:3px;display:block;margin-bottom:10px;padding:3px 5px;text-align:center}.no-cursor{cursor:auto}.card-tool{position:absolute;right:24px;top:24px}.list-group .list-group-item{position:relative;display:block;margin-bottom:-1px;padding:12px 16px;background:transparent;border:1px solid hsla(210,8%,51%,.065);border-width:1px 0}.list-group .list-group-item:first-child{border-top-width:0}.list-group .list-group-item:last-child{border-bottom-width:0}.no-padding .ant-card-body{padding:0!important}img{vertical-align:middle}.img-responsive{width:100%;height:auto}.img-circle{border-radius:50%}.text{font-size:1rem}.text-2x{font-size:2rem}.text-3x{font-size:3rem}.text-4x{font-size:4rem}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.text-danger,.text-danger-hover a:hover{color:#f44455!important}.text-dark,.text-dark-hover a:hover{color:#2e3e4e!important}.text-info,.text-info-hover a:hover{color:#6887ff!important}.text-success,.text-success-hover a:hover{color:#6cc788!important}.text-blue,.text-blue-hover a:hover{color:#2196f3!important}.dark-white{color:#2e3e4e;background-color:#fff}.min-black{background-color:rgba(0,0,0,.065)}.black,.min-black{color:hsla(0,0%,100%,.87)}.black{background-color:#2a2b3c}.dark{background-color:#2e3e4e}.dark,.grey{color:hsla(0,0%,100%,.87)}.grey{background-color:#424242}.primary{background-color:#0cc2aa}.info,.primary{color:hsla(0,0%,100%,.87)}.info{background-color:#6887ff}.warn{background-color:#fcc100}.danger,.warn{color:hsla(0,0%,100%,.87)}.danger{background-color:#f44455}.w-8{width:8px;height:8px}.w-8,.w-16{display:inline-block}.w-16{width:16px;height:16px}.w-20{width:20px;height:20px;display:inline-block}.w-24{width:24px;height:24px}.w-24,.w-32{display:inline-block;text-align:center}.w-32{width:32px;height:32px;line-height:32px}.w-40{width:40px;height:40px;line-height:40px}.w-40,.w-48{display:inline-block;text-align:center}.w-48{width:48px;height:48px;line-height:48px}.w-56{width:56px;height:56px;line-height:56px;display:inline-block;text-align:center}.b-a{border:1px solid hsla(210,8%,51%,.13)}.pb-s{padding-bottom:.5rem!important}.pb-m{padding-bottom:1rem!important}.pb-l{padding-bottom:2rem!important}.pa-s{padding:.5rem!important}.pa-m{padding:1rem!important}.pa-l{padding:2rem!important}.mr-s{margin-right:.5rem!important}.mr-m{margin-right:1rem!important}.mr-l{margin-right:2rem!important}.mb-s{margin-bottom:.5rem!important}.mb-m{margin-bottom:1rem!important}.mb-l{margin-bottom:2rem!important}body{margin:0;padding:0;font-family:sans-serif}#root{height:100%;zoom:95%}.examPlaceSelectorOverlay>.ant-dropdown-menu:empty{display:none}.ant-layout{height:100%}.ant-layout .logo{height:100%;padding:10px;display:flex;justify-content:center;align-items:center}.ant-layout .logo>img{height:100%;margin-right:10px;display:block}.ant-layout .logo>span{color:#fff;font-size:24px}.ant-layout .ant-layout-sider-collapsed .anticon{font-size:16px}.ant-layout .ant-layout-sider-collapsed .ant-menu-submenu-vertical>.ant-menu-submenu-title:after,.ant-layout .ant-layout-sider-collapsed .nav-text{display:none}.ant-layout .ant-layout-sider-collapsed .ant-menu-dark:not(.ant-menu-inline) .ant-menu-submenu-open{color:inherit}.ant-layout p{margin:10px 0}.gutter-example .ant-row>div{background:transparent;border:0}.gutter-box{padding:5px 0}.drawer-wrapper{padding:20px 20px 50px;overflow-y:auto;overflow-x:hidden;flex-grow:1;display:flex;flex-direction:column}.ant-legacy-form-explain,.ant-legacy-form-extra{color:#000}.extra{clear:both;min-height:22px;margin-top:-2px;color:rgba(0,0,0,.45);font-size:14px;line-height:1.5;transition:color .3s cubic-bezier(.215,.61,.355,1)}.extra-danger{color:#f44455}.warning{color:#faad14}.error{color:#f44455}.success{color:#57da9b}.affirm{color:#3e84fd}.tips-icon{font-size:20px;display:block;margin-right:6px;color:#faad14}.tab-flex{display:flex;flex:1 1;flex-direction:column}.ant-legacy-form-inline .ant-legacy-form-item{display:block;margin-right:16px;margin-bottom:0}.ant-legacy-form-item{margin-bottom:10px}:global .ant-card-head-title{font-size:14px!important}.explain{display:flex}.explain>div:nth-of-type(2){flex:1 1}.explain>div:nth-of-type(2)>div{padding-bottom:10px}