#app,body,html{width:100%;height:100%;padding:0;margin:0;overflow-x:hidden}::-webkit-scrollbar{width:5px;height:8px}::-webkit-scrollbar-track{--webkit-box-shadow:inset 0 0 3px rgba(0,0,0,0.3);border-radius:5px}::-webkit-scrollbar-thumb,::-webkit-scrollbar-thumb:window-inactive{border-radius:3px;background:#b9b9b9;--webkit-box-shadow:inset 0 0 3px rgba(0,0,0,0.5)}body,dd,div,dl,dt,h1,h2,h3,h4,li,ol,ul{margin:0;padding:0;font-style:normal}li,ol,ul{list-style:none}img{border:0;vertical-align:middle}body{color:#333;background-color:hsla(0,0%,98%,.85);text-align:center}.clear{clear:both;height:1px;width:100%;overflow:hidden;margin-top:-1px}a{color:#333;text-decoration:none}a:hover{color:#ba2636;text-decoration:underline}::v-deep .el-dialog__body{padding:0;max-height:500px;overflow-y:scroll}.login_button{cursor:pointer;font-weight:700;width:100%;font-family:Helvetica,"sans-serif";transition:all .2s;padding:10px 20px;border-radius:5px;color:#fff;border:1px solid transparent;display:flex;align-items:center;justify-content:center;font-size:15px}.login_button,.login_button:hover{background:#1c87db}.login_button>svg{width:34px;margin-left:10px;transition:transform .3s ease-in-out}.login_button:hover svg{transform:translateX(5px)}.login_button:active{transform:scale(.95)}