@charset "UTF-8";
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
}

.no-scroll {
  overflow: hidden;
}

::-webkit-scrollbar {
  width: 0px;
}

a {
  text-decoration: none;
}

ul li {
  list-style: none;
}

.scrollLine {
  background: #FE6732;
  height: 2px;
  position: fixed;
  top: 0;
  transition: 1s;
  width: 0;
  z-index: 99999;
}

.bg {
  background: url(https://ak-gw.akspeedy.com/act/2024/20240930/1196.png) top no-repeat;
  overflow: hidden;
}

@keyframes studentAni {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(10%);
  }
}

.bg .cd {
  background: url(https://ak-gw.akspeedy.com/act/2024/20240930/1200.png) top no-repeat;
  height: 2753px;
  margin: auto;
  position: relative;
  width: 1200px;
}

.bg .cd .timeCountDown {
  position: relative;
  left: 390px;
  top: 240px;
  color: black;
  font-size: 22px;
  width: 430px;
}

.bg .cd .logo {
  position: absolute;
  background: url(https://ak-gw.akspeedy.com/act/2024/20240930/logo.png) top no-repeat;
  left: 0px;
  top: 58px;
  height: 51px;
  width: 209px;
}

.bg .cd .download {
  position: absolute;
  background: url(https://ak-gw.akspeedy.com/act/2024/20240930/download.png) 0 0 no-repeat;
  right: 0px;
  top: 56px;
  height: 50px;
  width: 166px;
  cursor: pointer;
}

.bg .cd .download:hover {
  background: url(https://ak-gw.akspeedy.com/act/2024/20240930/download.png) -166px 0 no-repeat !important;
}

.bg .cd .download:active {
  background: url(https://ak-gw.akspeedy.com/act/2024/20240930/download.png) -332px 0 no-repeat !important;
}

.bg .cd .login {
  align-items: center;
  display: flex;
  width: 388px;
  height: 42px;
  justify-content: center;
  min-width: 197px;
  position: absolute;
  right: 404px;
  top: 580px;
  color: #814B27;
}

.bg .cd .login span {
  font-size: 20px;
  line-height: 1.2;
}

.bg .cd .login p {
  font-size: 20px;
  line-height: 1.2;
}

.bg .cd .login a {
  font-size: 20px;
  line-height: 1.2;
  transition: color 0.4s;
  color: #814B27;
}

.bg .cd .login a:hover {
  color: #EE5D2E;
}

.bg .cd .downIcon {
  position: relative;
  left: 564px;
  top: 846px;
  padding-left: 24px;
}

.bg .cd .downIcon div {
  width: 45px;
  height: 41px;
  background: url(https://ak-gw.akspeedy.com/act/2024/20240930/icon.png) 0 0 no-repeat;
}

.bg .cd .buy {
  position: absolute;
  background: url(https://ak-gw.akspeedy.com/act/2024/20240930/buy.png) 0 0 no-repeat;
  height: 60px;
  width: 190px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 26px;
  font-weight: 800;
}

.bg .cd .buy:hover {
  background: url(https://ak-gw.akspeedy.com/act/2024/20240930/buy.png) -190px 0 no-repeat;
}

.bg .cd .buy:active {
  background: url(https://ak-gw.akspeedy.com/act/2024/20240930/buy.png) -380px 0 no-repeat;
}

.bg .cd .buy_0 {
  left: 336px;
  top: 1030px;
}

.bg .cd .buy_1 {
  left: 876px;
  top: 1030px;
}

.bg .cd .buy_2 {
  left: 336px;
  top: 1280px;
}

.bg .cd .buy_3 {
  left: 876px;
  top: 1280px;
}

.rule {
  position: absolute;
  bottom: 116px;
  padding: 0 65px;
}

.rule p:nth-child(1):before {
  content: "1.";
  margin-right: 5px;
}

.rule p:nth-child(2):before {
  content: "2.";
  margin-right: 5px;
}

.rule p:nth-child(3):before {
  content: "3.";
  margin-right: 5px;
}

.rule p:nth-child(4):before {
  content: "4.";
  margin-right: 5px;
}

.rule p:nth-child(5):before {
  content: "5.";
  margin-right: 5px;
}

.rule p:nth-child(6):before {
  content: "6.";
  margin-right: 5px;
}

.rule p:nth-child(7):before {
  content: "7.";
  margin-right: 5px;
}

.rule p:nth-child(8):before {
  content: "8.";
  margin-right: 5px;
}

.rule p:nth-child(9):before {
  content: "9.";
  margin-right: 5px;
}

.rule p:nth-child(10):before {
  content: "10.";
  margin-right: 5px;
}

.rule p {
  line-height: 2.5;
  display: flex;
  font-size: 18px;
  color: #535353;
  margin: 0;
}

.rule p span {
  position: relative;
  font-weight: 700;
  line-height: 2.5;
  cursor: pointer;
  transition: color 0.4s;
  margin: 0 5px;
  color: #f7680a;
}

.popup {
  display: block;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.7);
  animation-name: fadeIn;
  animation-duration: 0.4s;
}

.popup .popup_center {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url(https://ak-gw.akspeedy.com/act/2024/20240930/popup.png) top no-repeat;
  margin: 15% auto;
  padding: 22px;
  width: 484px;
  height: 302px;
}

.popup .popup_center .close {
  display: block;
  position: relative;
  top: 8px;
  left: 226px;
  background: url(https://ak-gw.akspeedy.com/act/2024/20240930/close.png) 0 0 no-repeat;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.popup .popup_center .close:hover {
  background: url(https://ak-gw.akspeedy.com/act/2024/20240930/close.png) -20px 0 no-repeat;
}

.popup .popup_center .close:active {
  background: url(img/close.png) -40px 0 no-repeat;
}

.popup .popup_center .cdk_1 {
  position: relative;
  top: 64px;
  font-size: 20px;
  color: #ffffff;
}

.popup .popup_center .cdk_2 {
  position: relative;
  top: 64px;
  font-size: 16px;
  color: #ffffff;
}

.popup .popup_center .textContent {
  padding-top: 12px;
  padding-left: 64px;
}

.popup .popup_center .textContent p {
  margin-top: 4px;
  margin-bottom: 4px;
  font-size: 16px;
  color: #ffffff;
}

.popup .popup_center .exchange {
  top: 12px !important;
}

.popup .popup_center .copy {
  position: relative;
  top: 128px;
  width: 208px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  background: url(img/button.png) 0 0 no-repeat;
  border-radius: 6px;
  cursor: pointer;
  font-size: 18px;
  color: #ffffff;
}

.popup .popup_center .copy:hover {
  background: url(img/button.png) -208px 0 no-repeat;
  cursor: pointer;
}

.popup .popup_center .copy:active {
  background: url(img/button.png) -416px 0 no-repeat;
  cursor: pointer;
}

.popup .popup_center span {
  position: relative;
  top: 8px;
  text-align: center;
  font-size: 24px;
  font-weight: Bold;
  color: #ff5d42;
}

/* 淡入动画 */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
