header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 66;
  transition: all 0.5s ease;
}

header.topFixed {
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.06);
  backdrop-filter: blur(8px);
}

.banner_head {
  padding: 20px 0;
}

.banner_head button {
  display: flex;
  margin-left: 30px;
}

.banner_head button:hover {
  opacity: 0.75;
}

footer {
  padding: 40px 0px;
  background: #0e1425;
}

footer p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #999999;
  flex: 1;
  padding-right: 30px;
}

footer .dr>span {
  padding: 0 20px;
  color: #e4e6ea;
}

footer .dr a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #999999;
}

footer .dr a img {
  height: 14px;
  margin-right: 6px;
}

footer .f1 {
  margin-top: 30px;
  padding: 12px 0;
  color: #999;
  font-size: 14px;
  font-weight: 400;
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
}

.en_a,
.lang_my .ms_a {
  background: linear-gradient(90deg, #69d84f 0%, #f0e130 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.lang_my .en_a {
  background: none;
  -webkit-text-fill-color: #999999;
  text-fill-color: #999999;
}

.mask_alert {
  background-color: #212121cc;
  position: fixed;
  z-index: 666;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: none;
}

.mask_wrap {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.alert_con {
  width: calc(100% - 32px);
  max-width: 480px;
  /* height: auto; */
  background: #ffffff;
  box-shadow: 0px 2px 18px rgba(0, 0, 0, 0.1);
  border-radius: 14px;
  position: relative;
  padding: 40px;
}

.alert_con::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  padding: 2px;
  border-radius: 14px;
  background: linear-gradient(90deg, #69d84f 0%, #f0e130 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.from_box {
  position: relative;
  z-index: 1;
}

.form_tit {
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  color: #202e54;
  margin-bottom: 30px;
  text-align: center;
}

.form_item {
  padding-bottom: 16px;
  position: relative;
}

.form_item .sendCode {
  position: absolute;
  top: 15px;
  right: 16px;
  z-index: 3;
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  color: #202e54;
}

.form_item .el-select {
  width: 100%;
}

.form_item .el-input__inner {
  height: 47px;
  line-height: 47px;
  font-size: 14px;
}

.form_item .el-input__inner:focus {
  border-color: #4eca56 !important;
}

.form_tips {
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  color: #bdc0c3;
  padding: 13px 0;
}

.form_tips a {
  color: #202e54;
}

.form_tips a:hover {
  text-decoration: underline;
}

.form_btn {
  background: linear-gradient(163.62deg, #202e54 7.88%, #0e1425 92.56%);
  border-radius: 14px;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  text-transform: initial;
  color: #ffffff;
  width: 100%;
  height: 56px;
}

.form_btn:hover {
  opacity: 0.9;
}

.el-select-dropdown__item.selected {
  color: #0e1425;
  font-weight: 500;
}

@keyframes shake {

  80%,
  100% {
    transform: rotate(-5deg);
  }

  84%,
  96% {
    transform: rotate(5deg);
  }

  86%,
  90%,
  94% {
    transform: rotate(-10deg);
  }

  88%,
  92% {
    transform: rotate(10deg);
  }
}

.aside_btn {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 66666;
  animation: shake 3s cubic-bezier(0.36, 0.07, 0.19, 0.97) both infinite;
}

.aside_m {
  display: none;
}

@media only screen and (max-width: 450px) {
  .banner_head {
    justify-content: center;
  }

  .banner_head .dr {
    display: none;
  }

  .logo_img {
    width: 100px;
  }

  footer {
    padding: 30px 0px;
  }

  footer .flex_sb_cen {
    flex-direction: column;
  }

  footer p {
    margin-right: 0;
    text-align: center;
    margin-bottom: 16px;
  }

  .alert_con {
    padding: 20px 16px;
  }

  .form_tit {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 20px;
  }

  .form_item {
    padding-bottom: 12px;
  }

  .form_btn {
    border-radius: 10px;
    font-size: 16px;
    line-height: 1.3;
    height: 48px;
  }

  .aside_btn {
    bottom: 55px;
  }

  .aside_m {
    display: block;
  }

  .aside_pc {
    display: none;
  }
}