body {
  background-color: #12171c;
  color: #fff;
}

video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  z-index: 1;
}

a {
  color: #fff;
}

#common_head {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}

.page_1 {
  padding-top: 14.87%;
  padding-bottom: 10%;
  position: relative;
}

.page_1::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
}

.page_1 > div {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 75%;
  min-width: 1440px;
  margin: auto;
}

.page_1 > div > div:nth-child(1) {
  width: 825px;
  height: fit-content;
  position: relative;
  margin-right: 86px;
}

.page_1 > div > div:nth-child(1) .bg_img {
  width: 100%;
  height: auto;
  display: block;
}

.page_1 > div > div:nth-child(1) .list_img {
  position: absolute;
  width: 264px;
  height: fit-content;
  margin-top: 29.41%;
  margin-right: 70px;
  top: 0;
  right: 0;
  border-radius: 8px;
  overflow: hidden;
}

.page_1 > div > div:nth-child(1) .list_img img {
  display: block;
  width: 100%;
  height: auto;
}

.page_1 > div > div:nth-child(1) .game_name {
  white-space: nowrap;
  overflow: hidden;
  width: 70%;
  text-overflow: ellipsis;
  font-size: 24px;
  line-height: 24px;
  left: 26px;
  top: 87px;
  position: absolute;
}

.page_1 > div > div:nth-child(1) .sub_name {
  position: absolute;
  font-size: 10px;
  white-space: nowrap;
  overflow: hidden;
  width: 70%;
  text-overflow: ellipsis;
  left: 57px;
  top: 62px;
}

.page_1 > div > div:nth-child(2) {
  flex: 1;
  overflow: hidden;
}

.page_1 > div > div:nth-child(2) > p:nth-child(1),
.page_1 > div > div:nth-child(2) > p:nth-child(2) {
  width: 100%;
  font-size: 60px;
  height: 60px;
  overflow: hidden;
  line-height: 60px;
  font-weight: bold;
}

.page_1 > div > div:nth-child(2) > p:nth-child(1):nth-child(2),
.page_1 > div > div:nth-child(2) > p:nth-child(2):nth-child(2) {
  margin-bottom: 30px;
}

.page_1 p + ul li {
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.page_1 p + ul li::before {
  background-color: #4dc7ed;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 10px;
}

.page_1 ul + a {
  margin: 50px 0 15px;
  width: 255px;
  height: 77px;
  border-radius: 6px;
  font-size: 20px;
  line-height: 20px;
  padding-left: 27px;
  display: flex;
  align-items: center;
  background-image: linear-gradient(to right, #49e9ff 50%, #0c74d4 100%);
  background-size: 200%;
  background-position: right 0;
  transition: background-position 300ms ease-in;
}

.page_1 ul + a:hover {
  background-position: 0 0;
}

.page_1 ul + a img {
  width: 34px;
  height: 34px;
  margin-right: 17px;
}

.page_1 a + p {
  display: flex;
  height: 14px;
  align-items: center;
  opacity: 0.6;
  font-size: 14px;
}

.page_1 a + p span {
  margin-left: 20px;
}

.page_2 {
  width: 100%;
  position: relative;
}

.page_2 > img:nth-child(1) {
  width: 100%;
  height: auto;
  display: block;
}

.page_2 > div:nth-child(2) {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  padding-top: 5.88%;
  box-sizing: border-box;
}

.page_2 > div:nth-child(2)::before {
  content: "01";
  position: absolute;
  text-align: center;
  width: 100%;
  left: 0;
  font-size: 200px;
  line-height: 200px;
  font-family: Arial Black-Regular, Arial Black;
  opacity: 0.1;
  margin-top: 15%;
  top: 0;
}

.page_2 p:nth-child(1),
.page_2 p:nth-child(2) {
  font-size: 64px;
  line-height: 64px;
  margin-bottom: 20px;
  font-weight: bold;
}

.page_2 p:nth-child(1) span,
.page_2 p:nth-child(2) span {
  color: #bffb5e;
  font-family: Arial Black-Regular, Arial Black;
}

.page_2 p:nth-child(3) {
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 40px;
}

.page_2 .featured-thumbnails-wrapper {
  height: 300px;
  position: relative;
  width: 100%;
}

.page_2 .featured-thumbnails {
  position: absolute;
  left: 50%;
  top: 50%;
  padding-top: 40px;
}

.page_2 .featured-thumbnails-inner {
  display: flex;
  animation: featured-thumbnails-scroll 60s infinite linear;
  will-change: transform;
}

.page_2 .featured-thumbnails-inner a {
  flex: 0 0 305px;
  width: 305px;
  height: 142px;
  border-radius: 5px;
  margin-right: 30px;
  overflow: hidden;
}

.page_2 .featured-thumbnails-inner a img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.page_3 {
  padding: 100px 0;
  position: relative;
  text-align: center;
}

.page_3 p {
  position: relative;
  z-index: 2;
}

.page_3 p:nth-child(1) {
  line-height: 64px;
  font-size: 64px;
  font-weight: bold;
  margin-bottom: 20px;
}

.page_3 p:nth-child(2) {
  font-size: 30px;
  line-height: 30px;
}

.page_3::before {
  position: absolute;
  content: "02";
  font-family: Arial Black-Regular, Arial Black;
  font-size: 200px;
  line-height: 310px;
  width: 418px;
  height: 483px;
  left: 50%;
  transform: translate(-50%);
  color: rgba(255, 255, 255, 0.1);
  top: 64px;
  background-image: url("https://static.mofangjiasu.com/assets/d20220630_6.png");
  background-size: 100% 100%;
}

.page_img {
  display: block;
  margin: 0 auto 100px;
  width: 1084px;
  height: auto;
}

.page_4 {
  width: 1440px;
  margin: 0 auto 120px;
  height: 585px;
  background-image: url("https://static.mofangjiasu.com/assets/d20220630_5.png");
  background-size: 100% 100%;
  padding-left: 100px;
  box-sizing: border-box;
  padding-top: 219px;
  position: relative;
}

.page_4 p {
  position: relative;
  z-index: 2;
}

.page_4 p:nth-child(1) {
  font-size: 64px;
  line-height: 64px;
  margin-bottom: 20px;
  font-weight: bold;
}

.page_4 p:nth-child(2) {
  font-size: 30px;
  line-height: 30px;
}

.page_4::before {
  position: absolute;
  content: "03";
  font-size: 200px;
  line-height: 200px;
  opacity: 0.1;
  left: 100px;
  top: 245px;
  font-family: Arial Black-Regular, Arial Black;
}

@keyframes featured-thumbnails-scroll {
  from {
    -webkit-transform: translate(-25%, -150px);
    transform: translate(-25%, -150px);
  }
  to {
    -webkit-transform: translate(-75%, 150px);
    transform: translate(-75%, 150px);
  }
}

#footer {
  font-size: 12px;
  color: #fff;
  padding-bottom: 30px;
}

#footer p {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
}

#footer span,
#footer a {
  margin-right: 100px;
}

#footer span:last-child,
#footer a:last-child {
  margin-right: 0;
}

#footer a {
  color: #fff;
}

#mod-dialog .modal-dialog {
  width: 720px;
  height: 472px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  box-shadow: none;
  border: none;
  background-color: transparent;
}

#mod-dialog .modal-dialog .modal-content {
  box-shadow: none;
  border: none;
  background-color: transparent;
  height: 100%;
  background-image: url("https://static.mofangjiasu.com/assets/d20230601_5.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}

#mod-dialog .modal-body {
  padding: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  position: relative;
}

#mod-dialog .modal-body::before {
  position: absolute;
  width: 322px;
  height: 322px;
  content: "";
  background-image: url("https://static.mofangjiasu.com/assets/d20230601_3.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  left: -119px;
  top: -143px;
}

#mod-dialog .close {
  position: absolute;
  font-size: 30px;
  color: #fff;
  text-shadow: none;
  opacity: 1;
  width: 40px;
  height: 40px;
  top: 10px;
  right: 10px;
  z-index: 2;
}

#mod-dialog .downCEF {
  width: 218px;
  height: 80px;
  background-image: url("https://static.mofangjiasu.com/assets/d20230601_2.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: 10px;
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 1);
  font-size: 18px;
  line-height: 24.7px;
  color: rgba(214, 227, 255, 1);
  line-height: 71px;
  text-align: center;
  font-weight: bold;
  z-index: 2;
}

#mod-dialog .downCEF::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("https://static.mofangjiasu.com/assets/d20230601_7.png");
  background-size: 100% 100%;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  transition: 0.2s;
}

#mod-dialog .downCEF:hover::before {
  opacity: 1;
}

#mod-dialog .downCEF span {
  position: relative;
  z-index: 2;
}

#mod-dialog ul {
  padding: 144px 0 0 10px;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
}

#mod-dialog li {
  width: 118px;
  height: 197px;
  position: relative;
  margin-left: -10px;
  cursor: pointer;
}
#mod-dialog li:hover .cover {
  opacity: 0;
}
#mod-dialog li:hover .hover {
  opacity: 1;
}

#mod-dialog li img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#mod-dialog li .cover {
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 1;
  transition: opacity 0.8s;
}

#mod-dialog li .hover {
  width: 207px;
  height: 318px;
  opacity: 0;
  z-index: 2;
  transition: opacity 0.3s;
}

#mod-dialog .last {
  background-image: url("https://static.mofangjiasu.com/assets/d20230601_6.png");
  background-size: 100% 100%;
  text-align: center;
  line-height: 17px;
  color: #c9dbff;
  font-size: 12px;
  padding-top: 103px;
  position: relative;
}

#mod-dialog .last a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
#mod-dialog .last::before {
  position: absolute;
  content: "";
  width: 131px;
  height: 176px;
  background-image: url("https://static.mofangjiasu.com/assets/d20230601_8.png");
  background-size: 100% 100%;
  top: -78px;
  right: -41px;
}
