@font-face {
  font-family: Poppins-Light;
  src: url(../fonts/Poppins-Light.ttf);
}
@font-face {
  font-family: Poppins-Regular;
  src: url(../fonts/Poppins-Regular.ttf);
}
@font-face {
  font-family: Poppins-Medium;
  src: url(../fonts/Poppins-Medium.ttf);
}
@font-face {
  font-family: Poppins-SemiBold;
  src: url(../fonts/Poppins-SemiBold.ttf);
}
@font-face {
  font-family: cutedino;
  src: url(../fonts/cutedino-g33gg.ttf);
}
body {
  overflow-x: hidden;
}
.pc-show {
  display: block;
}
.mobile-show {
  display: none;
}

.button {
  opacity: 1;
}

.w1280 {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8;
  width: 100%;
  height: 81px;
  padding: 0 32px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.header .left {
  display: flex;
  align-items: center;
}
.header .left .logo {
  display: block;
  font-size: 0;
}
.header .left .logo img {
  transform: scale(1);
  transition: transform 0.5s;
  height: 43px;
}
.header .left .nav {
  display: flex;
  padding-left: 5px;
}
.header .left .nav li {
  position: relative;
  margin-left: 52px;
}
.header .left .nav li a {
  display: flex;
  transition: color 0.5s;
  align-items: center;
  font-family: Poppins-Regular;
  font-size: 14px;
  line-height: 43px;
  color: #fff;
}
.header .left .nav li a img {
  margin-left: 5px;
}
.header .left .nav li .level {
  display: none;
  position: absolute;
  top: 43px;
  left: 50%;
  transform: translateX(-50%);
  min-width: 140px;
}
.header .left .nav li .level .center {
  position: relative;
  padding: 15px 0;
  border-radius: 8px;
  background: rgba(20, 5, 49, 0.8);
}
.header .left .nav li .level .center a {
  justify-content: center;
  margin: 0 20px;
  transition: background 0.3s, color 0.3s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 16px;
  line-height: 36px;
  color: #fff;
}
.header .left .nav li .level .center a:last-child {
  border-bottom: 0;
}
.header .left .nav li .level .center::after {
  content: '';
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid rgba(20, 5, 49, 0.8);
}
.header .right {
  display: flex;
  align-items: center;
}
.header .right .game {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-right: 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  font-size: 0;
}
.header .right .game img {
  width: 25px;
  height: auto;
}
.header .right .button {
  transform: translateY(5px);
  width: 124px;
  height: 49px;
  background: url(/storage/images/headerBtn.png) no-repeat center/cover;
  background-size: 100% auto;
  text-align: center;
  font-size: 14px;
  line-height: 44px;
  color: #fff;
}
.header .right .menu {
  display: none;
}
.header.active {
  background: rgba(10, 9, 21, 0.9);
}

.headerMobList {
  display: none;
}

.footer {
  background: #110a29;
}
.footer .w1280 {
  padding-top: 80px;
}
.footer .w1280 .top {
  display: flex;
  justify-content: space-between;
  padding-bottom: 135px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer .w1280 .top .left .logo {
  font-size: 0;
}
.footer .w1280 .top .left .tips {
  margin-top: 17px;
  color: #ffffff;
}
.footer .w1280 .top .left .text {
  margin-top: 12px;
  font-size: 14px;
  line-height: 2;
  color: rgba(255, 255, 255, 0.5);
}
.footer .w1280 .top .left .text a {
  display: block;
  color: rgba(255, 255, 255, 0.5);
}
.footer .w1280 .top .right {
  display: flex;
}
.footer .w1280 .top .right ul {
  margin-left: 120px;
}
.footer .w1280 .top .right ul p {
  margin-bottom: 10px;
  font-family: Poppins-Medium;
  font-size: 18px;
  line-height: 2;
  color: #fff;
}
.footer .w1280 .top .right ul li a {
  font-size: 14px;
  line-height: 34px;
  color: rgba(255, 255, 255, 0.5);
}
.footer .w1280 .top .right ul .link {
  display: flex;
  padding-top: 10px;
}
.footer .w1280 .top .right ul .link a {
  font-size: 0;
  margin-right: 17px;
}
.footer .w1280 .top .right ul .link a:last-child {
  margin-right: 0;
}
.footer .w1280 .top .right ul:first-child {
  margin-left: 50px;
}
.footer .w1280 .info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
}
.footer .w1280 .info .left {
  font-size: 14px;
  line-height: 2;
  color: rgba(255, 255, 255, 0.5);
}
.footer .w1280 .info .gotop {
  font-size: 0;
}

.footer .w1280 .info .left a{
    color: rgba(255, 255, 255, 0.5);
}

.footerMob {
  display: none;
}

.pagination {
  display: flex;
  justify-content: center;
}
.pagination li {
  margin-left: 10px;
}
.pagination li a,
.pagination li span {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.5s;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.1);
  font-family: Poppins-Medium;
  font-size: 18px;
  color: #fff;
}
.pagination li.active a,
.pagination li.active span {
  background-image: linear-gradient(135deg, #caf662 0%, #008b88 100%),
    linear-gradient(#ffffff, #ffffff);
}
.pagination li:first-child {
  margin-left: 0;
}

.pagination li:first-child {
  margin-left: 0;
}
.pageLoading{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9;
    width: 100%;
    height: 100vh;
    background: url(../images/pageLoading.jpg) no-repeat center / cover;
    font-size: 0;
}
.pageLoading video{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.pageLoading p{
    margin-top: 20px;
    text-align: center;
    font-family: cutedino;
    font-size: 24px;
    color: #fff;
}
.pageLoading p span{
    color: #12eb31;
}

.pageWindow {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10;
  }
  .pageWindow .content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 700px;
    max-height: 766px;
    height: 70%;
    padding: 75px 50px 50px;
    background: url(/storage/images/thegame/thegameimg27.png) no-repeat;
    background-size: 100% 100%;
  }
  .pageWindow .content .close {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 3;
    width: 30px;
    height: 30px;
    font-size: 0;
    cursor: pointer;
  }
  .pageWindow .content .title {
    text-align: center;
    font-family: Poppins-SemiBold;
    font-size: 32px;
    color: #fff;
  }
  .pageWindow .content .line {
    width: 100%;
    height: 1px;
    margin: 0 auto;
    margin-top: 15px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
  }
  .pageWindow .content .cont {
    overflow: auto;
    padding-top: 20px;
    font-size: 18px;
    line-height: 34px;
    color: #fff;
  }
@media (any-hover: hover) {
  .header .left .logo:hover img {
    transform: scale(1.1);
  }
  .header .left .nav li:hover > a {
    color: #12eb31;
  }
  .button {
    transition: filter 0.3s;
  }
  .button:hover {
    filter: drop-shadow(0px 0px 3px rgba(255, 255, 255, 0.8));
    transition: filter 0.3s;
    opacity: 1;
  }
  .pagination li span:hover,
  .pagination li a:hover {
    background-image: linear-gradient(135deg, #caf662 0%, #008b88 100%),
      linear-gradient(#ffffff, #ffffff);
  }
}
@media (max-width: 1440px) {
  .footer .w1280 .top .right ul {
    margin-left: 80px;
  }
}
@media (max-width: 1200px) {
  .footer .w1280 .top .right ul {
    margin-left: 55px;
  }
}
@media (max-width: 1080px) {
  .pc-show {
    display: none !important;
  }
  .mobile-show {
    display: block !important;
  }
  .header {
    height: 61px;
    padding: 0 5%;
  }
  .header .left .logo img {
    height: 36px;
  }
  .header .left .nav {
    display: none;
  }
  .header .right .game {
    width: 36px;
    height: 36px;
    margin-right: 20px;
  }
  .header .right .game img {
    width: 16px;
    height: auto;
  }
  .header .right .button {
    display: none;
  }
  .header .right .menu {
    display: block;
    transition: background 0.5s;
    width: 36px;
    height: 36px;
    background: url(/storage/images/menu.png) no-repeat center;
  }
  .header .right .menu.on {
    background: url(/storage/images/close.png) no-repeat center;
  }
  .headerMobList {
    position: fixed;
    top: 61px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    width: 100%;
    height: calc(55% - 61px);
    background: rgba(0, 0, 0, 0.95);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .headerMobList ul {
    padding: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .headerMobList ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .headerMobList ul li > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 0 5%;
    font-size: 16px;
    line-height: 3;
    color: #fff;
  }
  .headerMobList ul li > a i {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 0;
    width: 48px;
    height: 48px;
  }
  .headerMobList ul li > a i img {
    position: absolute;
    transform: rotate(90deg);
    transition: transform 0.5s;
  }
  .headerMobList ul li > a.on i img {
    transform: rotate(-90deg);
  }
  .headerMobList ul li .level {
    overflow: hidden;
    height: 0;
  }
  .headerMobList ul li .level .center a {
    display: block;
    padding: 0 5% 0 8%;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 16px;
    line-height: 3;
    color: #666;
  }
  .footer {
    display: none;
  }
  .footerMob {
    display: block;
    background: #110a29;
  }
  .footerMob ul.topNav {
    padding: 0;
    display: none;
  }
  .footerMob ul.topNav li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .footerMob ul.topNav li > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 0 5%;
    font-size: 16px;
    line-height: 3;
    color: #fff;
  }
  .footerMob ul.topNav li > a i {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 0;
    width: 48px;
    height: 48px;
  }
  .footerMob ul.topNav li > a i img {
    position: absolute;
    transform: rotate(90deg);
    transition: transform 0.5s;
    filter: contrast(0) brightness(10);
  }
  .footerMob ul.topNav li > a.on i img {
    transform: rotate(-90deg);
  }
  .footerMob ul.topNav li .level {
    overflow: hidden;
    height: 0;
  }
  .footerMob ul.topNav li .level .center a {
    display: block;
    padding: 0 5% 0 8%;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 16px;
    line-height: 3;
    color: rgba(255, 255, 255, 0.8);
  }
  .footerMob > .center {
    padding: 30px 5%;
  }
  .footerMob > .center .logo {
    font-size: 0;
  }
  .footerMob > .center .logo img {
    height: 40px;
  }
  .footerMob > .center .text,
  .footerMob > .center .title {
    margin-top: 10px;
    font-size: 16px;
    color: #fff;
  }
  .footerMob > .center .address,
  .footerMob > .center .mail {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
  }
  .footerMob > .center .cont {
    display: flex;
    margin-top: 10px;
  }
  .footerMob > .center .cont a {
    margin-right: 15px;
    font-size: 0;
  }
  .footerMob .beian {
    padding: 10px 5%;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    text-align: center;
    font-size: 14px;
    line-height: 2;
    color: #fff;
  }
  .footerMob .beian a {
    color: #fff;
  }
  .pageWindow .content {
    padding: 40px 30px;
    background-size: 100% 100%;
    max-width: 600px;
    width: 90%;
    max-height: 60%;
  }
  .pageWindow .content .close {
    top: 15px;
    right: 15px;
  }
  .pageWindow .content .title {
    font-size: 24px;
  }
  .pageWindow .content .cont {
    padding-top: 0;
    margin-top: 20px;
    font-size: 14px;
    line-height: 24px;
  }
} /*# sourceMappingURL=currency.css.map */
