* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1;
}

body {
  min-width: 1200px;
  padding-top: 600px;
}
::-webkit-scrollbar {
  width: 7px;
  height: 7px;
  background-color: #f5f5f5;
}

::-webkit-scrollbar-track {
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #dddddd;
}
.none {
  display: none !important;
}
header {
  background: url(../img/banner.png) no-repeat top center;
  width: 100%;
  height: 600px;
  position: absolute;
  margin: 0 auto;
  /* width: 100%; */
  left: 0;
  /* -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); */
  top: 0;
}
.login-box {
  width: 1200px;
  margin: 0 auto;
  padding-top: 16px;
}
.login-box .login-box_un {
  color: #5547f7;
  width: 112px;
  height: 36px;
  background-color: #ffffff;
  border-radius: 18px;
  font-size: 13px;
  cursor: pointer;
}
.login-box .login-box_un:hover {
  background-color: #f4f5fe;
}
.login-box .login-box_un i {
  display: block;
  width: 1px;
  height: 11px;
  background-color: #5547f7;
  margin: 0 10px;
}
.login-box .login-box_in {
  position: relative;
  font-size: 18px;
  color: #ffffff;
  line-height: 1.1;
  margin-top: -6px;
}
.login-box .login-box_in span {
  line-height: 1.1;
}
.login-box .login-box_in img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: solid 2px #ffffff;
  margin-right: 5px;
}
.login-box .login-box_in .name {
  max-width: 110px;
  display: block;
}
.login-box .login-box_in .outlogin {
  border-left: 1px solid #ffffff;
  padding-left: 8px;
  margin-left: 5px;
  cursor: pointer;
}
@-webkit-keyframes wave {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -1600px;
  }
}
@keyframes wave {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -1600px;
  }
}
@-webkit-keyframes wave_up {
  0%,
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
}
@keyframes wave_up {
  0%,
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
}
.main {
  width: 100%;
  height: 520px;
  background: transparent;
  overflow-x: hidden;
  padding-top: 40px;
  margin: -198px auto 0;
  position: relative;
  max-width: 1920px;
}
.main .main__ocean {
  background: url(../img/purple.svg) repeat-x;
  position: absolute;
  width: 6400px;
  left: 0;
  height: 198px;
  bottom: 70px;
  -webkit-transform: translate(0, 0, 0);
  -ms-transform: translate(0, 0, 0);
  transform: translate(0, 0, 0);
  -webkit-animation: wave 7s ease infinite;
  animation: wave 7s ease infinite;
}
.main .main__ocean.main__ocean-up {
  background: url(../img/blue.svg);
  -webkit-animation: wave_up 4s ease infinite;
  animation: wave_up 4s ease infinite;
  opacity: 1;
}

.main .main__form {
  width: 800px;
  height: 440px;
  background-image: url(../img/get_bg.png);
  background-size: 800px 100px;
  background-position: center -3px;
  background-repeat: no-repeat;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(107, 112, 216, 0.2);
  box-shadow: 0px 0px 40px 0px rgba(107, 112, 216, 0.2);
  border-radius: 40px;
  position: relative;
  border: solid 3px #ffffff;
  z-index: 1;
  padding-top: 76px;
}

.main .main__form .form__title {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 31px;
}
.main .main__form .form__desc {
  text-align: center;
  font-size: 18px;
  color: #666666;
  line-height: 36px;
}
.main .main__form .form__btn {
  width: 360px;
  height: 80px;
  background-image: -o-linear-gradient(left, #4444f4 0%, #8c52ff 100%);
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#4444f4),
    to(#8c52ff)
  );
  background-image: linear-gradient(90deg, #4444f4 0%, #8c52ff 100%);
  border-radius: 40px;
  font-size: 20px;
  color: #ffffff;
  margin: 71px auto 0;
  cursor: pointer;
}
.main .main__form .form__btn:hover {
  background-image: -o-linear-gradient(left, #8887f8 0%, #b591ff 100%);
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#8887f8),
    to(#b591ff)
  );
  background-image: linear-gradient(90deg, #8887f8 0%, #b591ff 100%);
}

.popup {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  -ms-touch-action: none;
  touch-action: none;
}

.popup .receive-popup {
  position: relative;
  width: 500px;
  height: 345px;
  background-color: #ffffff;
  border-radius: 40px;
  padding: 40px 55px 0;
}
@media (max-width: 1366px) {
  .popup .receive-popup {
   transform: scale(0.9);
  }
}
.popup .receive-popup i {
  display: block;
  position: absolute;
  top: 24px;
  right: 24px;
  width: 14px;
  height: 14px;
  background-image: url("../img/close.png");
  background-size: contain;
  cursor: pointer;
}
.popup .receive-popup img.popup-status {
  width: 80px;
  height: 80px;
  margin-bottom: 30px;
}
.popup .receive-popup .popup-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}
.popup .receive-popup .popup-tips {
  font-size: 16px;
  color: #666666;
  margin-bottom: 40px;
}
.popup .receive-popup .popup-btns {
  width: 100%;
}
.popup .receive-popup .popup-btns .popup-btn {
  width: 180px;
  height: 64px;
  background-image: -o-linear-gradient(left, #4444f4 0%, #8c52ff 100%);
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#4444f4),
    to(#8c52ff)
  );
  background-image: linear-gradient(90deg, #4444f4 0%, #8c52ff 100%);
  border-radius: 20px;
  font-size: 18px;
  color: #ffffff;
  position: relative;
}
.popup .receive-popup .popup-btns .popup-btn:hover {
  background-image: -o-linear-gradient(left, #8887f8 0%, #b591ff 100%);
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#8887f8),
    to(#b591ff)
  );
  background-image: linear-gradient(90deg, #8887f8 0%, #b591ff 100%);
}
.popup .receive-popup .popup-btns .popup-btn .btn-sign {
  width: 40px;
  height: 49px;
  position: absolute;
  top: 7px;
  right: 7px;
}
.popup .receive-popup .popup-btns .popup-btn .btn-sign {
  width: 40px;
  height: 49px;
  position: absolute;
  top: 7px;
  right: 7px;
}

.popup .receive-popup .popup-btns .popup-btn .popup-code-box {
  position: absolute;
  width: 180px;
  height: 192px;
  background: transparent;
  top: 64px;
  left: 0;
  padding-top: 10px;
  display: none;
}
.popup .receive-popup .popup-btns .popup-btn:hover .popup-code-box {
  display: block;
}
.popup .receive-popup .popup-btns .popup-btn .popup-code-box .popup-code {
  width: 180px;
  height: 180px;
  background-color: #ffffff;
  background-image: url(../img/download_Android.png);
  background-size: 160px 160px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(107, 112, 216, 0.2);
  box-shadow: 0px 0px 30px 0px rgba(107, 112, 216, 0.2);
  border-radius: 20px;
  border: solid 2px #eeeeee;
}
.popup .receive-popup .popup-btns .popup-btn .popup-code-box .popup-code.ios {
  background-image: url(../img/download_ios.png);
}
.desc {
  width: 100%;
  background-color: #fff;
  margin-top: -67px;
  padding-top: 144px;
  padding-bottom: 119px;
}
.desc .desc-title {
  text-align: center;
  font-size: 36px;
  color: #333333;
  margin-bottom: 80px;
  letter-spacing: 1px;
}
.desc .desc-list {
  width: 1120px;
  margin: 0 auto;
}
.desc .desc-list:last-child {
  margin-top: 98px;
}
.desc .desc-list .desc-list-item {
  width: 120px;
}
.desc .desc-list .desc-list-item img {
  width: 120px;
  height: 120px;
}
.desc .desc-list .desc-list-item p {
  text-align: center;
  font-size: 18px;
  color: #333333;
  margin-top: 24px;
}

.rule {
  width: 100%;
  height: 860px;
  background: url(../img/footer_bg.png) no-repeat center;
  padding-top: 119px;
}
.rule .rule-title {
  text-align: center;
  color: #333333;
  font-size: 36px;
}
.rule .rule-box {
  width: 1200px;
  height: 442px;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 40px;
  border: solid 2px #ffffff;
  margin: 60px auto 0;
  padding: 72px 78px;
}
.rule .rule-box p {
  font-size: 16px;
  line-height: 30px;
  color: #333333;
  margin-bottom: 30px;
}

footer {
  max-width: 1920px;
  width: 100%;
  height: 100px;
  background-color: #1f2329;
  font-size: 16px;
  color: #999999;
  margin: 0 auto;
}
footer a {
  color: #999999;
}

.toast {
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 10px;
  position: fixed;
  z-index: 9999999;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 1.4;
  font-size: 14px;
  color: #ffffff;
  padding: 12px 30px;
}
