.title1[data-v-5074e058] {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  padding-bottom: 10px;
}
.title2[data-v-5074e058] {
  font-size: 16px;
  color: #333;
  font-weight: bold;
  padding-bottom: 10px;
}
.red_title[data-v-5074e058] {
  color: #d75125;
  font-size: 14px;
  padding-bottom: 10px;
}
.content__info[data-v-5074e058] {
  font-weight: 400;
  font-size: 14px;
  padding-bottom: 10px;
}
.login-form-container[data-v-5074e058] {
  position: relative;
  width: 443px;
  min-height: 450px;
  background: #ffffff;
  padding: 40px 30px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
.login-form-container[data-v-5074e058] {
    width: 345px !important;
    padding: 52px 20px 40px;
}
}
.login-form-container .logo-box[data-v-5074e058] {
  width: 100%;
  position: absolute;
  top: -120px;
  left: 0;
  text-align: center;
}
.login-form-container .logo-box .logo-svg[data-v-5074e058] {
  width: 117px;
  display: block;
  height: 36px;
  font-size: 36px;
  color: #feec00;
  font-weight: bold;
  margin: 0 auto;
}
.login-form-container .logo-box .logo-desc[data-v-5074e058] {
  font-size: 16px;
  font-weight: bold;
  color: #feec00;
  line-height: 16px;
  display: inline-block;
  margin-top: 18px;
}
.login-form-container .welcome-desc[data-v-5074e058] {
  font-size: 28px;
  line-height: 28px;
  font-weight: bold;
}
.login-form-container .register-desc[data-v-5074e058] {
  font-size: 14px;
  line-height: 14px;
  color: #004B9E;
  cursor: pointer;
  margin-top: 10px;
}
.login-form-container .forget[data-v-5074e058] {
  color: #499dfb;
  font-size: 14px;
  line-height: 14px;
  margin-top: 16px;
  text-align: right;
  cursor: pointer;
}
.login-wrapper[data-v-5074e058] {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 750px;
  background: #004b9e;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wscn-http404-container[data-v-5074e058] {
  transform: translate(-50%, -50%);
  position: absolute;
  top: 40%;
  left: 50%;
}
.wscn-http404[data-v-5074e058] {
  position: relative;
  width: 1200px;
  padding: 0 50px;
  overflow: hidden;
}
@media only screen and (max-width: 576px) {
.wscn-http404[data-v-5074e058] {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
}
}
.wscn-http404 .pic-404[data-v-5074e058] {
  position: relative;
  float: left;
  width: 600px;
  overflow: hidden;
}
.wscn-http404 .pic-404__parent[data-v-5074e058] {
  width: 100%;
}
.wscn-http404 .pic-404__child[data-v-5074e058] {
  position: absolute;
}
.wscn-http404 .pic-404__child.left[data-v-5074e058] {
  width: 80px;
  top: 17px;
  left: 220px;
  opacity: 0;
  animation-name: cloudLeft-5074e058;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  animation-delay: 1s;
}
.wscn-http404 .pic-404__child.mid[data-v-5074e058] {
  width: 46px;
  top: 10px;
  left: 420px;
  opacity: 0;
  animation-name: cloudMid-5074e058;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  animation-delay: 1.2s;
}
.wscn-http404 .pic-404__child.right[data-v-5074e058] {
  width: 62px;
  top: 100px;
  left: 500px;
  opacity: 0;
  animation-name: cloudRight-5074e058;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  animation-delay: 1s;
}
@keyframes cloudLeft-5074e058 {
0% {
    top: 17px;
    left: 220px;
    opacity: 0;
}
20% {
    top: 33px;
    left: 188px;
    opacity: 1;
}
80% {
    top: 81px;
    left: 92px;
    opacity: 1;
}
100% {
    top: 97px;
    left: 60px;
    opacity: 0;
}
}
@keyframes cloudMid-5074e058 {
0% {
    top: 10px;
    left: 420px;
    opacity: 0;
}
20% {
    top: 40px;
    left: 360px;
    opacity: 1;
}
70% {
    top: 130px;
    left: 180px;
    opacity: 1;
}
100% {
    top: 160px;
    left: 120px;
    opacity: 0;
}
}
@keyframes cloudRight-5074e058 {
0% {
    top: 100px;
    left: 500px;
    opacity: 0;
}
20% {
    top: 120px;
    left: 460px;
    opacity: 1;
}
80% {
    top: 180px;
    left: 340px;
    opacity: 1;
}
100% {
    top: 200px;
    left: 300px;
    opacity: 0;
}
}
.wscn-http404 .bullshit[data-v-5074e058] {
  position: relative;
  float: left;
  width: 300px;
  padding: 30px 0;
  overflow: hidden;
}
.wscn-http404 .bullshit__oops[data-v-5074e058] {
  font-size: 32px;
  font-weight: bold;
  line-height: 40px;
  color: #1482f0;
  opacity: 0;
  margin-bottom: 20px;
  animation-name: slideUp-5074e058;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}
.wscn-http404 .bullshit__headline[data-v-5074e058] {
  font-size: 20px;
  line-height: 24px;
  color: #222;
  font-weight: bold;
  opacity: 0;
  margin-bottom: 10px;
  animation-name: slideUp-5074e058;
  animation-duration: 0.5s;
  animation-delay: 0.1s;
  animation-fill-mode: forwards;
}
.wscn-http404 .bullshit__info[data-v-5074e058] {
  font-size: 13px;
  line-height: 21px;
  color: grey;
  opacity: 0;
  margin-bottom: 30px;
  animation-name: slideUp-5074e058;
  animation-duration: 0.5s;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
}
.wscn-http404 .bullshit__return-home[data-v-5074e058] {
  display: block;
  float: left;
  width: 110px;
  height: 36px;
  background: #1482f0;
  border-radius: 100px;
  text-align: center;
  color: #ffffff;
  opacity: 0;
  font-size: 14px;
  line-height: 36px;
  cursor: pointer;
  animation-name: slideUp-5074e058;
  animation-duration: 0.5s;
  animation-delay: 0.3s;
  animation-fill-mode: forwards;
}
@keyframes slideUp-5074e058 {
0% {
    transform: translateY(60px);
    opacity: 0;
}
100% {
    transform: translateY(0);
    opacity: 1;
}
}
