@font-face
{
font-family: 'fzcyjt';
  
  src: url('./fzcyjt.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

html, body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #FFFFFF;
}

ul > li {
  list-style: none;
}

.ml-27 {
  margin-left: 27px;
}

.width-visual {
  width: 1440px;
  margin: 0 auto;
  overflow: hidden;
}

.js-scroll {
  opacity: 0;
  transition: opacity 500ms;
}

.js-scroll.scrolled {
  opacity: 1;
}

.scrolled.slide-in-right {
  animation: slide-in-right 1s ease-in-out both;
}

@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

.fixed-contain {
  position: fixed;
  top: 55%;
  right: 30px;
  width: 165px;
  height: 248px;
  box-sizing: border-box;
  background: #FFFFFF;
  box-shadow: 0px 4px 20px 0px rgba(223, 230, 242, 0.5);
  border-radius: 30px;
  z-index: 110;
}

.fixed-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  margin: 0;
}

.fixed-image {
  width: 120px;
  height: 120px;
  background: #F7F6FE;
}

.qr-code {
  width: 120px;
  height: 120px;
}

.fixed-text {
  font-size: 16px;
  font-family: 'fzcyjt';
  font-weight: 400;
  color: #393E46;
  line-height: 1;
  text-align: center;
}

.banner-wrapper {
  position: relative;
  height: 888px;
  width: 100%;
  max-width: 1920px;
  background-image: url('./images/banner1.png');
  background-size: 1920px 888px;
  background-repeat: no-repeat;
  margin: 0 auto;
  min-width: 1440px;
  overflow-x: scroll;
}

.banner-image {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  height: 888px;
}

.banner-image::after{
  display: block;
  clear: both;
  content: '';
}

header, footer {
  width: 100%;
}

.info-content {
  position: relative;
  padding-bottom: 70px;
}

.common_title, .common_subtitle {
  position: relative;
  width: 100%;
  line-height: 1.5;
  margin: 16px 0 0;
  color: #454950;
  text-align: center;
}

.common_title {
  font-family: STYuanti-SC-Bold, STYuanti-SC;
  font-size: 36px;
  font-weight: bold;
  padding-top: 94px;
}

.common_subtitle {
  font-family: STYuanti-SC-Regular, STYuanti-SC;;
  font-size: 24px;
  font-weight: 400;
}

.game {
  background: url(./images/path.png) no-repeat top 40% center;
  height: 800px;
  margin-top: 106px;
  padding: 0 95px;
}

.flex {
  display: flex;
}

.stars, .box {
  width: 602px;
  margin-left: 78px;
}

.stars {
  display: flex;
  justify-content: space-around;
  height: 23px;
  margin-bottom: 31px;
}

.box {
  position: relative;
  height: 198px;
  background-color: #78D9FF;
  box-shadow: 0px 4px 32px 0px rgba(116, 121, 145, 0.2);
  border-radius: 30px;
}

.box-image {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.box-image::after {
  clear: both;
  content: '';
  display: block;
}

.game-image-list {
  width: 232px;
  height: 231px;
}

.game-list-title {
  margin-top: -18px;
  margin-bottom: 8px;
  font-size: 26px;
  font-family: STYuanti-SC-Bold, STYuanti-SC;
  font-weight: bold;
  line-height: 1.5;
  color: #454950;
  text-align: center;
}

.game-list-subtitle {
  margin: 0;
  text-align: center;
  font-size: 20px;
  font-family: STYuanti-SC-Regular, STYuanti-SC;
  font-weight: 400;
  color: #AAAAAA;
}

.game-relative {
  position: relative;
}

.game-relative::after {
  clear: both;
  content: '';
  display: block
}

.game-first-image {
  position: absolute;
  top: 50px;
  left: 0;
}

.game-second-image {
  position: absolute;
  top: 119px;
  left: 25%
}

.game-third-image {
  position: absolute;
  top: 131px;
  left: 50%;
}

.game-last-image {
  position: absolute;
  right: 0;
  top: 0;
}

.choice {
  height: 900px;
  background: #F2FBFF;
  max-width: 1920px;
  margin: 0 auto;
}

.choice-list {
  display: flex;
  justify-content: space-around;
  padding-top: 41px;
}

.choice-list > li {
  position: relative;
}

.choice-list-subtitle {
  font-size: 26px;
  font-family: STYuanti-SC-Bold, STYuanti-SC;
  font-weight: bold;
  color: #393E46;
  line-height: 1.5;
  position: absolute;
  top: 288px;
  left: 50%;
  transform: translate(-50%, 0);
}

.choice-list-subtitle::after{
  display: block;
  clear: both;
  content: '';
}

.cooperation-list {
  display: flex;
  justify-content: space-around;
  padding-top: 90px;
  margin: 0;
}

.footer {
  position: relative;
  margin-top: 110px;
  height: 266px;
  min-width: 1366px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-text {
  text-align: center;
  z-index: 200;
  margin-top: 79px;
}

.footer-image {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.footer-image::after {
  display: block;
  clear: both;
  content: '';
}

.footer-title {
  display: inline-block;
  vertical-align: bottom;
  padding-bottom: 5px;
  font-size: 24px;
  line-height: 1.5;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
}

.footer-dec, .footer-link {
  font-size: 18px;
  font-family: Helvetica;
  color: #FFFFFF;
  line-height: 1.5;
}

.footer-link {
  text-decoration: none;
  margin-right: 5px; 
}

.s-head {
  height: 284px;
  width: 100%;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.s-h-title {
  font-size: 36px;
  font-family: 'fzcyjt';
  font-weight: bold;
  color: #171B21;
  line-height: 50px;
}

.s-h-s-title {
  margin-top: 16px;
  font-size: 24px;
  font-family: 'fzcyjt';
  font-weight: 400;
  color: #171B21;
  line-height: 33px;
}

.s-body {
  height: 600px;
  background: rgba(50,197,255,0.2000);
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 1440px;
}

.s-b-item {
  margin: 0 10px;
  width: 380px;
  height: 360px;
  background: #FFFFFF;
  box-shadow: 0px 2px 20px 0px rgba(0,0,0,0.0500);
  border-radius: 30px;
  text-align: center;
  box-sizing: border-box;
  padding-top: 68px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.s-b-title {
  font-size: 26px;
  font-family: STYuanti-SC-Bold, STYuanti-SC;
  font-weight: bold;
  color: #171B21;
  line-height: 37px;
  margin-bottom: 30px;
}
.s-b-des-c {
  text-align: left;
  height: 131px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.s-b-des {
  font-size: 24px;
  font-family: STYuanti-SC-Regular, STYuanti-SC;
  font-weight: 400;
  color: #171B21;
  line-height: 33px;
  margin-bottom: 10px;
}

.seo-text {
  opacity: 0;
  position: fixed;
  bottom: 0;
  left: 0;
}

.about-m-title {
  font-size: 36px;
  font-family: STYuanti-SC-Bold, STYuanti-SC;
  font-weight: bold;
  color: #171B21;
  line-height: 50px;
  margin-bottom: 40px;
  text-align: center;
}
.about-m-dec {
  font-size: 24px;
  font-family: 'fzcyjt';
  font-weight: 400;
  color: #171B21;
  line-height: 33px;
}
.about-me {
  width: 1240px;
  margin: 50px auto 0;
}

.b-head-b {
  font-size: 40px;
  font-family: 'fzcyjt';
  font-weight: bold;
  color: #006B9F;
  line-height: 56px;
  margin-bottom: 16px;
}

.banner-dec {
  position: absolute;
  top: 263px;
  left: 421px;
  min-width: 563px;
}

.logo {
  width: 80px;
  height: 80px;
  border-radius: 10px;
  margin-right: 8px;
}

.h-title {
  font-size: 48px;
  font-family: 'fzcyjt';
  font-weight: bold;
  color: #006B9F;
  line-height: 67px;
}

.b-head-t {
  display: flex;
  align-items: center;
  margin-bottom: 13px;
}
.b-f-d {
  font-size: 26px;
  font-family: STYuanti-SC-Light, STYuanti-SC;
  font-weight: 300;
  color: #005C88;
  line-height: 37px;
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.b-f-dot {
  width: 18px;
  height: 18px;
  background: rgba(50,197,255,0.4000);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 12px;
  

}

.b-f-dot >div {
  width: 9px;
  height: 9px;
  background: #00B7FF;
  border-radius: 50%;
}

.b-f-d {
  display: flex;
  width: 100%;
}

@media screen and (max-width: 1450px) {
  .banner-wrapper {
    background-image: url('./images/banner2.png');
    background-size: 1440px 888px;
  }
  .banner-dec {
    position: absolute;
    left: 200px;
  }
}