.home{margin:0 auto;height:100vh;position:relative;width:100%;display:flex;flex-direction:column;min-width:1200px;max-width:1920px;overflow:auto}.home .homePath{background-color:#fff}.home .homePath .nav a{color:#000!important;margin:0 10px}.home .hrader{top:0;z-index:100;position:absolute;width:100%;color:#fff;text-align:center;line-height:60px;display:flex}.home .hrader .logo{width:200px;height:40px;font-weight:600;font-size:40px}.home .hrader .logo img{height:100%}.home .hrader .nav{width:calc(100% - 400px)}.home .hrader .nav a{font-weight:600;color:#fff;margin:0 10px;position:relative}.home .hrader .nav .router-link-active:after{content:"";position:absolute;width:100%;height:2px;background-color:#000;left:0;bottom:-10px}.home .hrader .but button{line-height:40%;background:linear-gradient(-45deg,#3f00b5,#9f69fe,#27c8b7,#3f00b5);background-size:800% 400%;padding:1em 2em;display:inline-block;border:none;border-radius:10px;font-size:17px;font-weight:700;color:#fff;transition:all .5s ease-in-out;animation:gradient 10s cubic-bezier(.62,.28,.23,.99) infinite both}.home .hrader .but button:hover{animation:gradient 3s infinite;transform:scale(1.05)}.home .hrader .but button:active{animation:gradient 3s infinite;transform:scale(.8)}@keyframes gradient{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.home .hrader .el-menu{background-color:transparent}.home .contentpath{padding-top:60px!important}.home .el-main{height:calc(100% - 260px);background-color:#e9eef3;color:#333;text-align:center;padding:0}.home .el-main .crumbs{padding:0 20px;height:55px;display:flex;align-items:center}.home .el-footer{color:#959ba2;height:200px!important;border-top:1px solid #969696;background:linear-gradient(180deg,#323232 0,#3f3f3f 40%,#1c1c1c 150%),linear-gradient(0deg,hsla(0,0%,100%,.4) 0,rgba(0,0,0,.25) 200%);background-blend-mode:multiply;position:relative}.home .el-footer h2{position:absolute;left:100px;top:30px}.home .el-footer div{position:absolute;bottom:20px;left:100px}.home .el-footer div p{margin-bottom:10px;text-align:left;font:400 12px/1.5 Microsoft YaHei,"\5FAE\8F6F\96C5\9ED1",Arial}