.floating-box{position:fixed;top:40%;width:200px;padding:10px;background-color:#fff;-webkit-box-shadow:0 0 10px rgba(0,0,0,.1);box-shadow:0 0 10px rgba(0,0,0,.1);z-index:10000}.floating-box.left{left:0;border-top-right-radius:10px;border-bottom-right-radius:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;.text{font-size:14px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:5px}}.floating-box.right{right:0;border-top-left-radius:10px;border-bottom-left-radius:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;.text{font-size:14px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:5px}}*{padding:0;margin:0}body,html{height:100%}#app{font-family:Avenir,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#2c3e50}.el-header{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-line-pack:center;align-content:center;width:1240px;margin:0 auto}.el-header,.el-header .logo{display:-webkit-box;display:-ms-flexbox;display:flex}.el-header .logo{width:280px;padding:10px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.el-header .logo img{height:40px;line-height:60px}.el-main{padding:0!important}.footer{width:100%;height:216px;overflow:hidden;background-color:#14679f}.footer-content{width:1240px;margin:0 auto;padding-top:20px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.footer-content,.footer-content .content-nav{display:-webkit-box;display:-ms-flexbox;display:flex}.footer-content .content-nav{-ms-flex-pack:distribute;justify-content:space-around}.footer-content .content-nav li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:0 20px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.footer-content .content-nav li p{font-size:20px;color:#d4edff;padding:10px 0}.footer-content .content-nav li span{color:#f7f7f7;font-weight:300;padding:5px 0}.footer-content img{width:170px;height:170px;padding:10px}.footer .copyright{height:30px;background:#125688}.footer .copyright span{color:#fff;line-height:30px}img{max-width:100%;height:auto}table{border-top:1px solid #ebeef5;border-left:1px solid #ebeef5}table td,table th{border-right:1px solid #ebeef5;padding:3px 5px}table td,table th{border-bottom:1px solid #ebeef5}table th{text-align:center}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{background-color:#c1c1c1;border-radius:10px}::-webkit-scrollbar-track{background-color:#f0f0f0}