.page-not-found{width:100%;height:100vh;overflow:hidden;background-color:#e3f2fd;display:flex;justify-content:center;align-items:center;background-image:url(../img/404.bfc853d2.png);background-repeat:no-repeat;background-position:bottom;background-size:auto;animation:background-liner-move 1s ease-in-out infinite alternate-reverse}.page-not-found .content{text-align:center;margin-top:-150px}.page-not-found .content .title-en{font-family:ZhanKuIiterature;font-weight:700;font-size:40px;color:#409eff;text-shadow:0 0 10px #fff}.page-not-found .content .title-cn{font-family:ZhanKuIiterature;font-size:20px;margin-top:20px;color:#333;text-shadow:0 0 5px #aaa}.page-not-found .content .button-control-group{margin-top:120px;margin-bottom:50px}.page-not-found .content .button-control-group .el-button{border-radius:0;width:150px}.page-not-found .content .button-control-group .el-button+.el-button{margin-left:50px}@keyframes background-liner-move{0%{background-position-y:98%}to{background-position-y:95%}}