    * {
      margin: 0;
      padding: 0;
    }

    div,
    p,
    span {
      margin: 0;
      padding: 0;
    }

    html,
    body {
      width: 100%;
      height: 100%;
      background: #010101;
    }

a {
    text-decoration: none;
    color: #333;
    outline: 0;
}
.big_box {
  width: 100%;
  min-height: 100vh;
  background: #010101;
  padding-bottom: 80px;
  position: relative;
}
.top_logo {
  display: flex;
  justify-content: center;
}
.big_box .top_box {
  width: 100%;
  height: 518px;
  background: url("./images/top_bg.png") no-repeat center;
  background-size: 100% 100%;
  padding-top: 68px;
  position: relative;
}
.big_box .top_box .logo {
  width: 133px;
}
.big_box .top_box .human {
  margin-top: -50px;
}
.big_box .top_box .word {
  width: 100%;
  position: absolute;
  bottom: 200px;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.big_box .top_box .word .top {
  width: 100%;
  display: flex;
  justify-content: center;
}
.big_box .top_box .word .top .title1 {
  width: 99px;
  height: 48px;
}
.big_box .top_box .word .top .title2 {
  width: 100px;
  height: 50px;
}
.big_box .top_box .word .title3 {
  width: calc(100% - 40px);
  height: auto;
}
.big_box .top_box .box2 {
  width: 100%;
  height: 186px;
  background-image: linear-gradient(180deg, rgba(194, 1, 105, 0), #000 14%);
  box-shadow: 0 0.048rem 0.16rem 0 rgba(6, 10, 14, 0.15);
  position: absolute;
  bottom: 0;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.big_box .top_box .box2 .cont {
  width: calc(100% - 40px);
  height: 134px;
  background: url("./images/bg_2.png") no-repeat center;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 17px;
}
.big_box .top_box .box2 .cont .left img {
  width: 92px;
  height: 92px;
}
.big_box .top_box .box2 .cont .right .top {
  display: flex;
  gap: 14px;
  align-items: center;
}
.big_box .top_box .box2 .cont .right .top .word_t {
  color: #FAFCCC;
  font-family: Alibaba PuHuiTi;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
}
.big_box .top_box .box2 .cont .right .top .name {
  height: 20px;
  width: 38px;
  border-radius: 22px;
  background: linear-gradient(180deg, #F00 16.67%, #B50000 100%);
  text-align: center;
  line-height: 20px;
  color: #FFF;
  font-family: PingFang SC;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
}
.big_box .top_box .box2 .cont .right .middle {
  display: flex;
  align-items: center;
  margin-top: 4px;
  gap: 6px;
  color: #FFF;
  font-family: PingFang SC;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
}
.big_box .top_box .box2 .cont .right .download {
  display: flex;
  align-items: center;
  margin-top: 4px;
  gap: 12px;
}
.big_box .top_box .box2 .cont .right .download .left_d {
  display: flex;
  align-items: center;
  gap: 2px;
  color: #FFF;
  opacity: 0.6;
  font-family: PingFang SC;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
}
.big_box .download_box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
.big_box .download_box img {
  width: 211px;
  height: 50px;
  -webkit-animation: myfirst 1s infinite linear;
  animation: myfirst 1s infinite linear;
}
.big_box .poster {
  width: calc(100% - 40px);
  margin: 0 auto;
  margin-top: 20px;
  border-radius: 10px;
  border: 4px solid #F8DF85;
}
.poster_box {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  padding: 20px;
  box-sizing: border-box;
}
.poster_box video {
  border-radius: 10px;
  border: 3px solid #F8DF85 ;
}
.big_box .types_container {
  width: 100%;
  margin-top: 20px;
}
.big_box .types_container .title {
  width: 100%;
  display: flex;
  justify-content: center;
}
.big_box .types_container .title img {
  width: calc(100% - 60px);
  margin: 0 auto;
}
.big_box .types_container .list_box {
  width: calc(100% - 40px);
  margin: 0 auto;
  margin-top: 10px;
}
.big_box .types_container .list_box .list_item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 13px;
}
.big_box .types_container .list_box .list_item .left {
  flex: 1;
  display: flex;
  height: 30px;
  align-items: center;
  border: 1px solid #AEA288;
}
.big_box .types_container .list_box .list_item .left .label {
  height: 100%;
  width: 75px;
  text-align: center;
  border-right: 1px solid #AEA288;
  line-height: 30px;
  color: #FFF;
  opacity: 0.8;
  font-family: PingFang TC;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
}
.big_box .types_container .list_box .list_item .left .value {
  padding-left: 17px;
  box-sizing: border-box;
  color: #FFF;
  opacity: 0.8;
  font-family: PingFang TC;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
}
.big_box .types_container .list_box .list_item .btn {
  width: 70px;
  height: 30px;
  border-radius: 4px;
  background: linear-gradient(99deg, #F8DF85 9.2%, #F1B753 97.17%);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-family: PingFang TC;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
}
.big_box .add_margin {
  margin-top: 43px;
}
.big_box .add_margin .game_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  width: calc(100% - 40px);
  margin: 0 auto;
  margin-top: 10px;
}
.big_box .add_margin .game_box .game_item {
  width: 33%;
}
.big_box .add_margin .game_box .game_item img {
  width: 100%;
  height: auto;
}
.big_box .add_margin .content_vip {
  width: calc(100% - 20px);
  margin-left: 20px;
  margin-top: 10px;
  position: relative;
  overflow-x: hidden;
  height: 266px;
  padding-top: 26px;
}
.big_box .add_margin .content_vip .left {
  width: 238px;
  height: 182px;
  background: url("./images/vip_bg.png") no-repeat center;
  background-size: 100% 100%;
  position: relative;
  z-index: 2;
}
.big_box .add_margin .content_vip .left .top_ttile {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 14px;
  box-sizing: border-box;
}
.big_box .add_margin .content_vip .left .top_ttile img {
  width: 90px;
  height: 24px;
}
.big_box .add_margin .content_vip .left .top_ttile .sub {
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
  font-family: PingFang SC;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  background: linear-gradient(90deg, #FDE3AB 0%, #FFFDF8 50.5%, #FDE3AB 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: -5px;
}
.big_box .add_margin .content_vip .left .top_ttile .sub span {
  background: linear-gradient(90deg, #FDE3AB 0%, #FFFDF8 50.5%, #FDE3AB 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: PingFang SC;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.big_box .add_margin .content_vip .left .middle_lists {
  width: 90%;
  margin: 0 auto;
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.big_box .add_margin .content_vip .left .middle_lists .middle_item {
  width: 32%;
  height: 36px;
  background: url("./images/btn_bg.png") no-repeat center;
  background-size: 100% 100%;
  border-radius: 4px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.big_box .add_margin .content_vip .left .middle_lists .middle_item p {
  font-family: PingFang SC;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  background: linear-gradient(180deg, #FE1500 0%, #550700 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.big_box .add_margin .content_vip .left .bottom {
  display: flex;
  justify-content: center;
  margin-top: 4px;
}
.big_box .add_margin .content_vip .left .bottom img {
  width: 74px;
  height: 21px;
}
.big_box .add_margin .content_vip .right {
  position: absolute;
  right: -40px;
  top: 0px;
  /*z-index: 3;*/
}
.big_box .add_margin .content_vip .right img {
  width: 200px;
  height: 256px;
}
.big_box .bottom_foot {
  position: fixed;
  left: 0;
  bottom: 0;
  height: 90px;
  background: #000;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  box-sizing: border-box;
  align-items: center;
  gap: 12px;
  z-index: 999;
  width: 100%;
}
.big_box .bottom_foot .left img {
  width: 61px;
  height: 61px;
}
.big_box .bottom_foot .right img {
  width: 61px;
  height: 61px;
}
.big_box .bottom_foot .center .first {
  color: #FFF;
  font-family: PingFang SC;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  opacity: 0.8;
  margin-bottom: 4px;
}
.big_box .bottom_foot .center .sec {
  color: #FFF;
  font-family: PingFang SC;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.big_box .bottom_foot .center .sec span {
  text-shadow: 0px 2px 4px #97541E;
  font-family: PingFang TC;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.72px;
  background: linear-gradient(180deg, #EDD084 20.59%, #FDF86A 48.13%, #EBC451 72.06%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.big_box .bottom_foot .center .third {
  display: flex;
  align-items: center;
  margin-top: 4px;
}
.big_box .bottom_foot .center .third p {
  color: #FFF;
  font-family: PingFang SC;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  opacity: 0.8;
  margin-left: 4px;
}
.big_box .servoce_box {
  position: fixed;
  right: 0;
  bottom: 200px;
  width: 71px;
  height: 75px;
  z-index: 999;
}
.big_box .servoce_box img {
  width: 100%;
}/*# sourceMappingURL=index.css.map */

.box3 {
  position: static;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.big_box .box2 .cont {
  width: calc(100% - 40px);
  height: 134px;
  background: url("./images/bg_2.png") no-repeat center;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 17px;
}
.big_box .box2 .cont .left img {
  width: 92px;
  height: 92px;
}
.big_box .box2 .cont .right .top {
  display: flex;
  gap: 14px;
  align-items: center;
}
.big_box .box2 .cont .right .top .word_t {
  color: #FAFCCC;
  font-family: Alibaba PuHuiTi;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
}
.big_box .box2 .cont .right .top .name {
  height: 20px;
  width: 38px;
  border-radius: 22px;
  background: linear-gradient(180deg, #F00 16.67%, #B50000 100%);
  text-align: center;
  line-height: 20px;
  color: #FFF;
  font-family: PingFang SC;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
}
.big_box .box2 .cont .right .middle {
  display: flex;
  align-items: center;
  margin-top: 4px;
  gap: 6px;
  color: #FFF;
  font-family: PingFang SC;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
}
.big_box .box2 .cont .right .download {
  display: flex;
  align-items: center;
  margin-top: 4px;
  gap: 12px;
}
.big_box .box2 .cont .right .download .left_d {
  display: flex;
  align-items: center;
  gap: 2px;
  color: #FFF;
  opacity: 0.6;
  font-family: PingFang SC;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
}
.inform {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: calc(100% - 40px);
    margin: 0 auto;
}
.inform .button {
  width: 100%;
  text-align: center;
  padding-top: 10px;
}
.inform .button button {
    width: 211px;
    border: 0;
    height: 50px;
    background: url('./images/27baa0_412x102.png') center no-repeat;
    background-size: 100% 100%;
    -webkit-animation: myfirst 1s infinite linear;
    animation: myfirst 1s infinite linear;
}
@keyframes myfirst {
  0% {
      transform: scale(1.1);
  }
  50% {
      transform: scale(1);
  }
  100% {
      transform: scale(1.1);
  }
}



.jcBox {
    max-width: 750px;
    width: 100%;
    display: none;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10000;
}
.jcBox img {
	width: 96%;
}


.inform {
	width:100%;
	/*padding-bottom:1.6rem;*/
	/*float:left*/
}
.inform .button {
	width:100%;
	text-align:center;
padding-top:.5rem
}
.inform .button button {
	width: 211px;
	border: 0;
	height:50px;
	background:url(./images/27baa0_412x102.png) center no-repeat;
	background-size:100% 100%;
	-webkit-animation:myfirst 1s infinite linear;
	animation:myfirst 1s infinite linear
}
@-webkit-keyframes myfirst {
from {
transform:scale(1.1)
}
50% {
transform:scale(1)
}
to {
	transform:scale(1.1)
}
}
@keyframes myfirst {
from {
transform:scale(1.1)
}
50% {
transform:scale(1)
}
to {
	transform:scale(1.1)
}
}


/* hongbao tanchuang */
.hongbao-wrapper {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    z-index: 200;
}
.hb-main {
    width: 100%;
    height: 100vh;
    position: relative;
}
.hb-main .ma {
margin: 1rem auto;
    animation: hob_shake 1s infinite;
    max-width: 65%;
    top: 17%;
    left: 17.5%;
}
 .ma_img1 {
 display: block;
 position: absolute;
 z-index: 999;
 text-align: center;
 margin: 0 auto;
 top: 1.5rem;
 left: 1.5rem;
}
.closes {
    width: 40px;
    position: absolute;
    top: 10%;
    right: 10%;
    /*right: 1.5rem;
    top: 1rem;*/
}