.top-bar-wrap{width:100%;box-shadow:0 0 10px 0 rgba(0,0,0,.2);position:sticky;top:0;left:0;background-color:#fff;z-index:100}.top-bar-wrap .top-bar{max-width:1010px;margin:0 auto;justify-content:space-between;font-size:18px}.top-bar-wrap .top-bar,.top-bar-wrap .top-bar .top-bar-item{height:48px;display:flex;align-items:center}.top-bar-wrap .top-bar .top-bar-item span{display:block;line-height:48px;padding:0 10px;cursor:pointer}.top-bar-wrap .top-bar .top-bar-item span.active{background-color:#e8eaed;pointer-events:none}.top-bar-wrap .top-bar .top-bar-item span:hover{background-color:#e8eaed}.footer-bar-wrap{background-color:#e6e8f4;font-size:12px;padding-bottom:30px}.footer-bar-wrap .footer-bar{display:flex;flex-flow:column nowrap;max-width:1010px;margin:0 auto;box-sizing:border-box;padding:0 30px}.footer-bar-wrap .footer-bar .line{height:1px;width:100%;margin:0 auto;background-color:hsla(0,0%,62.7%,.5019607843);margin-bottom:20px}.footer-bar-wrap .footer-bar p{color:#a0a0a0;text-align:right;margin:4px 0}.footer-bar-wrap .footer-bar a{text-align:right;margin:4px 0;text-decoration:none}.footer-bar-wrap .footer-bar a:hover{text-decoration:underline}@media screen and (max-width:480px){.footer-bar-wrap{position:relative}.footer-bar-wrap .footer-bar{padding:0 10px}}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}html{color:#333}[v-clock]{display:none!important}a{color:rgba(43,135,209,.8)}a:hover{color:#2b87d1}button:focus{outline:0}.common-btn{background-color:#ffd154;color:#333;min-width:110px;padding:0;height:50px;border:none;border-radius:5px;font-size:18px;font-weight:700;cursor:pointer;transition:background-color .5s;-webkit-user-select:none;-moz-user-select:none;user-select:none;animation:textFadeIn .5s linear}.common-btn:hover{background-color:#fff}.common-btn.secondary{background-color:hsla(0,0%,100%,.5)}.common-btn.secondary:hover{background-color:#fff}.common-btn[disabled]{cursor:not-allowed}.common-btn[disabled]:hover{background-color:#ffd154}.common-btn[disabled].secondary:hover{background-color:hsla(0,0%,100%,.5)}.common-wrap{position:relative;display:flex;flex-flow:column nowrap;justify-content:center;align-items:center;height:480px;color:#fff;background-color:#2b87d1;text-align:center}.common-wrap .info{width:240px;display:flex;justify-content:space-between;font-size:28px;margin-bottom:20px}.common-wrap .info .item{display:flex;height:40px;align-items:center}.common-wrap .info .item span{cursor:default}.common-wrap .info .item .opacity{opacity:.8}.common-wrap .info .item .keys{margin:0 10px}.common-wrap .info .item .icon{font-size:32px;vertical-align:bottom}.common-wrap .info .item .svg{height:26px;width:26px;fill:#fff}@media screen and (max-width:480px){.commmon-wrap .info{font-size:24px}.commmon-wrap .info .item .icon{font-size:28px}}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none}input[type=number]{-moz-appearance:textfield}.pages{min-height:100vh;box-sizing:border-box;background-color:#e6e8f4;padding-bottom:30px}.hide{display:none!important}@media screen and (max-width:480px){.hide-on-mob{display:none!important}}@media screen and (min-width:480px){.hide-on-pc{display:none!important}}@keyframes textFadeIn{0%{opacity:.1;transform:translateY(10px)}to{opacity:1;transform:translate(0)}}#app .el-dialog__title{position:relative;font-size:20px;font-weight:700;margin:0 0 10px 20px}#app .el-dialog__title:before{position:absolute;content:"";height:20px;width:4px;left:-10px;top:4px;background-color:#2b87d1}