html,body{
    padding: 0;margin: 0;
}
.container {
    min-width: 1280px;
}
.top-container {
  height: 1757px;
  background: url(../img/mainBg.png) no-repeat center top;
}
.top-container .content-box {
  display: flex;
  flex-wrap: wrap;
  width: 1262px;
  margin: 0 auto;
}
.top-container .banner {
  max-width: 100%;
  min-height: 530px;
  background: url(../img/img_banner_pc.png) no-repeat center / auto 100%;
}
.platform-card {
  position: relative;
  display: flex;
  align-items: center;
  min-width: 414px;
  max-width: 414px;
  height: 216px;
  padding: 15px;
  background: url(../img/cardBg.png) no-repeat center / 100% 100%;
  margin-right: 10px;
  margin-bottom: 20px;
  box-sizing: border-box;
}
.platform-card:nth-child(3n) {
  margin-right: 0;
}
.platform-card:last-child,
.platform-card:nth-last-child(2),
.platform-card:nth-last-child(3) {
  margin-bottom: 0;
}
.platform-card.hot {
  background: url(../img/cardBgHot.png) no-repeat center / 100% 100%;
}

.platform-card .left-box {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 198px;
  height: 172px;
  margin-right: 20px;
  background: url(../img/cardLogoBg.png) no-repeat center / 100% 100%;
}
.platform-card .left-box img {
  width: 130px;
  height: 140px;
}
.platform-card .right-box .title {
  font-family: SF Pro Text;
  font-size: 28px;
  font-weight: 400;
  line-height: 33px;
  letter-spacing: 0em;
  text-align: left;
  color: #F2C6FF;
}
.platform-card.hot .right-box .title {
  position: absolute;
  top: -20px;
  right: 32px;
}
.platform-card .right-box .dec {
  margin-top: 8px;
  color: #fff;
  font-family: SF Pro Text;
  font-size: 20px;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: left;
  height: 75px;
}
.platform-card .right-box a {
  display: block;
  width: 136px;
  height: 34px;
  margin-top: 24px;
  background: url(../img/cardBtn.svg) no-repeat center / 100% 100%;
}
.platform-card.hot .right-box a {
  background-image: url(../img/cardBtnHot.svg);
}
.bottom-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  background: url(../img/contentBg.png) no-repeat center top;
  padding-top: 100px;
}
.info-box {
  display: flex;
}
.info-box-left {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.info-box-left>img {
  width: 420px;
}
.info-box-left .activity_title_pc {display: inline-block !important;}
.info-box-left .activity_title_h5 {display: none !important;}
.info-box-left .main-box table {
  width: 626px;
  border-spacing: 0;
  border-collapse: collapse;
  color: #fff;
  border-radius: 24px;
  box-shadow: 0px 4px 4px 0px #00000040;
  overflow: hidden;
}
.info-box-left .main-box table td {
  text-align: center;
}
.info-box-left .main-box table thead tr {
  height: 66px;
  background: linear-gradient(90.53deg, #C45FFE 0%, #8D58E5 23.26%, #601264 50.7%, #4526BB 70.54%, #2908B3 100%);
  font-family: SF Pro Text;
  font-size: 26px;
  font-weight: 700;
  line-height: 31px;
  letter-spacing: 0em;
  text-align: center;
}
.info-box-left .main-box table tbody tr {
  height: 54px;
  background: linear-gradient(180deg, #312935 0%, #40335B 100%);
  border-bottom: 0.5px solid #6D6771;
  font-family: DIN;
  font-size: 26px;
  font-weight: 500;
  line-height: 31px;
  letter-spacing: 0em;
  text-align: center;
}
.info-box-left .main-box table tbody tr:last-child {
  background: linear-gradient(90.16deg, #000000 20.48%, #281A2F 98.98%);
  border-bottom: none;
  font-family: SF Pro Text;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
}
.info-box-left .main-box table tbody tr:last-child td {
  padding: 10px 0;
  padding-left: 40px;
  text-align: left;
}
.info-box-left .main-box table tbody tr:last-child td p {
  margin: 0;
}
.info-box-right {
  display: flex;
  flex-wrap: wrap;
  width: 603px;
  margin-left: 30px;
}
.info-box-right .game-card {
  width: 201px;
  height: 234px;
  position: relative;
}
.info-box-right .game-card img {
  width: 100%;
  height: 100%;
}
.info-box-right .game-card .content {
  position: absolute;
  bottom: 15px;
  text-align: center;
  width: 100%;
  color: #fff;
  font-size: 14px;
}

.cooperate {
  width: 1226px;
  height: 113px;
  margin: 70px 0;
}
.cooperate img {
  width: 100%;
  height: 100%;
}

.cooperate .cooperate_pc{display: inline-block !important;}
.cooperate .cooperate_h5{display: none !important;}

.footer{
  width: 100%;
  background:rgba(24, 12, 36, 1);
  text-align: center;
  padding: 30px 0;
}
.footer img{
  width: 800px;
}

.footer .footer_pc{display: inline-block;}
.footer .footer_h5{display: none;}

.side_bar{
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 152px;
}

.side_bar .service{
  display: inline-block;
  width: 152px;
  height: 154px;
  background: url(../img/img_customerService.png);
  background-size: 100% 100%;
  cursor: pointer;
}
.side_bar .qq{
  display: inline-block;
  width: 152px;
  height: 154px;
  background: url(../img/img_QQ.png);
  background-size: 100% 100%;
  cursor: pointer;
  position: relative;
}
.side_bar .qq span{
  position: absolute;
  bottom: 5px;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 14px;
}
