.big_box {
  width: 100%;
  min-height: 100vh;
  background: #070301;
}
.big_box .top_box {
  width: 100%;
  height: 667px;
  /* background: url("../images/top_bg.png") no-repeat center; */
  background-size: 100% 100%;
  padding-top: 20px;
}
.big_box .top_box .logo_box {
  width: 100%;
  display: flex;
  justify-content: center;
}
.big_box .top_box .logo_box img {
  width: 160px;
  height: auto;
}
.big_box .top_box .ad_box {
  margin-top: 18px;
}
.big_box .top_box .ad_box img {
  width: 305px;
  height: auto;
}
.big_box .top_box .title_box {
  margin-top: 18px;
  padding: 0 16px;
  box-sizing: border-box;
}
.big_box .top_box .title_box img {
  width: 100%;
  height: auto;
}
.big_box .middle_box {
  width: 100%;
  /* height: 667px; */
  background: url("../images/middle_bg.png") #070301 no-repeat center;
  background-size: 100% 100%;
  margin-top: -200px;
  background-position-y: 250px;
}
.big_box .middle_box .download_box {
  padding: 0 16px;
  box-sizing: border-box;
}
.big_box .middle_box .download_box .download_item {
  border-radius: 5px;
  padding: 15px;
  box-sizing: border-box;
}
.big_box .middle_box .download_box .download_item .left {
  width: 80px;
}
.big_box .middle_box .download_box .download_item .left img {
  width: 80px;
  height: auto;
}
.big_box .middle_box .download_box .download_item .center {
  flex: 1;
  font-size: 12px;
}
.big_box .middle_box .download_box .download_item .center .ttile {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 8px;
}
.big_box .middle_box .download_box .download_item .center .sub_item {
  display: flex;
  margin-bottom: 4px;
  align-items: center;
}
.big_box .middle_box .download_box .download_item .center .sub_item .sub {
  color: #fff;
}
.big_box .middle_box .download_box .download_item .center .sub_item img {
  width: 10px;
}
.big_box .middle_box .download_box .download_item .center .sub_item .eva {
  color: #FFFC38;
  margin-left: 4px;
}
.big_box .middle_box .download_box .download_item .center .sub_item .conetn {
  color: #fff;
}
.big_box .middle_box .download_box .download_item .center .special {
  color: #fff;
  opacity: 0.5;
}
.big_box .middle_box .download_box .download_item .right {
  width: 62px;
}
.big_box .middle_box .download_box .download_item .right img {
  width: 62px;
  height: auto;
}
.big_box .middle_box .download_box .download_item .right .add_margin {
  margin-top: 14px;
}
.big_box .middle_box .download_box .add_margin {
  margin-top: 16px;
}
.big_box .middle_box .banner_box {
  margin-top: 16px;
  box-sizing: border-box;
  display: flex;
  gap: 8px;
  overflow: auto;
  overflow-y: hidden;
}
.big_box .middle_box .banner_box::-webkit-scrollbar {
  display: none;
}
.big_box .middle_box .banner_box .banner_item {
  width: 320px;
  height: 180px;
  flex-shrink: 0;
  border-radius: 12px;
  border: 2px solid #E9D27E;
}
.big_box .bottom_box {
    margin-top: 26px;
}
.big_box .bottom_box .hot_games {
  width: 100%;
}
.big_box .bottom_box .hot_games .title {
  display: flex;
  justify-content: center;
}
.big_box .bottom_box .hot_games .title img {
  width: 190px;
  height: auto;
}
.big_box .bottom_box .hot_games .game_box {
  display: flex;
  gap: 8px;
  overflow: auto;
  overflow-y: hidden;
  margin-top: 16px;
  padding-left: 16px;
  box-sizing: border-box;
}
.big_box .bottom_box .hot_games .game_box::-webkit-scrollbar {
  display: none;
}
.big_box .bottom_box .hot_games .game_box .game_item {
  width: 143px;
  flex-shrink: 0;
}
.big_box .bottom_box .hot_games .game_box .game_item .game {
  width: 72px;
  height: 72px;
  margin-bottom: -30px;
  margin-left: 13px;
}
.big_box .bottom_box .hot_games .game_box .game_item .content {
  width: 100%;
  height: 164px;
  background: url("../images/game_bg1.png") no-repeat center;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 10px;
  box-sizing: border-box;
}
.big_box .bottom_box .hot_games .game_box .game_item .content .title {
  color: #fff;
  font-size: 16px;
  font-weight: 800;
}
.big_box .bottom_box .hot_games .game_box .game_item .content .sub_title {
  font-size: 12px;
  color: #fff;
  opacity: 0.7;
  margin: 6px 0;
}
.big_box .bottom_box .hot_games .game_box .game_item .content .btn_box {
  display: flex;
  justify-content: center;
  margin-top: 4px;
  width: 100%;
}
.big_box .bottom_box .hot_games .game_box .game_item .content .btn_box .btn {
  width: 85px;
  height: 25px;
  border-radius: 15px;
  background-image: linear-gradient(180deg, #FFFFFF 0%, #FFE9E6 100%);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2509803922);
  font-weight: 900;
  font-size: 12px;
  color: #EF0000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.big_box .bottom_box .hot_games .game_box .game_item:nth-child(2) .content {
  background: url("../images/game_bg2.png") no-repeat center;
  background-size: 100% 100%;
}
.big_box .bottom_box .hot_games .game_box .game_item:nth-child(2) .content .btn_box .btn {
  background-image: linear-gradient(180deg, #FFFFFF 0%, #FFE9E6 100%);
  color: #0079C2;
}
.big_box .bottom_box .hot_games .game_box .game_item:nth-child(3) .content {
  background: url("../images/game_bg3.png") no-repeat center;
  background-size: 100% 100%;
}
.big_box .bottom_box .hot_games .game_box .game_item:nth-child(3) .content .btn_box .btn {
  background-image: linear-gradient(180deg, #FFFFFF 0%, #FFE9E6 100%);
  color: #FF5000;
}
.big_box .bottom_box .hot_games .game_box2 .game_item:nth-child(1) .content {
  background: url("../images/game_bg3.png") no-repeat center;
  background-size: 100% 100%;
}
.big_box .bottom_box .hot_games .game_box2 .game_item:nth-child(2) .content {
  background: url("../images/game_bg1.png") no-repeat center;
  background-size: 100% 100%;
}
.big_box .bottom_box .hot_games .game_box2 .game_item:nth-child(3) .content {
  background: url("../images/game_bg2.png") no-repeat center;
  background-size: 100% 100%;
}
.big_box .bottom_box .real_games {
  width: 100%;
  height: 300px;
  background: url("../images/real_bg.png") no-repeat center;
  background-size: 100% 100%;
  margin-top: 20px;
  padding: 0 16px;
  box-sizing: border-box;
}
.big_box .bottom_box .real_games .title {
  display: flex;
  justify-content: center;
}
.big_box .bottom_box .real_games .title img {
  width: 190px;
  height: auto;
}
.big_box .bottom_box .real_games .real_box {
  border: 1px solid #53443D;
  border-radius: 10px;
  padding: 14px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 12px;
}
.big_box .bottom_box .real_games .real_box .real_item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.big_box .bottom_box .real_games .real_box .real_item img {
  width: 54px;
  height: auto;
}
.big_box .bottom_box .real_games .real_box .real_item .title {
  font-weight: 500;
  font-size: 10px;
  color: #F0E5BD;
  text-align: center;
}
.big_box .middle_box .download_box .download_item {
  /* background: #172B47; */
  padding: 30px 20px;
  background: url("../images/plat_bg.png") no-repeat center;
  background-size: 100% 100%;
}
.big_box .middle_box .download_box .download_item .top_flex {
  display: flex;
  gap: 10px;
}
.big_box .middle_box .download_box .download_item .btn_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 180px;
  height: 44px;
  margin: 0 auto;
  margin-top: 15px;
  background: url("../images/download_bg.png") no-repeat center;
  background-size: 100% 100%;
  padding: 0 20px;
  box-sizing: border-box;
  animation: transAni 1s infinite linear;
}
@keyframes transAni {
  0% {
      transform: scale(1.1);
  }
  50% {
      transform: scale(1);
  }
  100% {
      transform: scale(1.1);
  }
}
.big_box .middle_box .download_box .download_item .btn_box .left_btn img {
  width: 15px;
  height: 18px;
}
.big_box .middle_box .download_box .download_item .btn_box .right_btn img {
  width: 14px;
  height: 17px;
}
.big_box .middle_box .download_box .download_item .title_download {
  width: 100%;
  display: flex;
  justify-content: center;
}
.big_box .middle_box .download_box .download_item .title_download img {
  width: 210px;
  height: auto;
  margin-top: 20px;
}
.big_box .middle_box .download_box .download_item .list_box .left {
  flex: 1;
  display: flex;
  height: 32px;
  background: #12100C;
  border: 1px solid #AB9881;
  align-items: center;
  color: rgba(255, 255, 255, 0.8);
}
.big_box .middle_box .download_box .download_item .list_box .left .left_time {
  width: 66px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #AB9881;
}
.big_box .middle_box .download_box .download_item .list_box .left .web_str {
  flex: 1;
  display: flex;
  justify-content: center;
}
.big_box .middle_box .download_box .download_item .list_box .list_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  gap: 15px;
}
.big_box .middle_box .download_box .download_item .list_box .list_item .right_entry {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 32px;
  background-image: linear-gradient(270deg, #F1B958 0%, #F8DF7C 100%);
  border-radius: 5px;
  font-weight: 700;
  font-size: 12px;
  color: #161210;
}
.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%;
}

* {
	margin: 0;
	padding: 0;
}

p,
div {
	margin: 0;
	padding: 0;
}
.imgshow
{
	width: 100%;
	height: auto;
}
.real_box_new
{
	display: flex;justify-content: space-between;
	align-items: center;margin-top: 12px;
}
.video
{
	width:100%; height:100%; object-fit: fill;border-radius: 12px;
}
.banner_item
{
	width: 95%;
}


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

.servoce_box {
    position: fixed;
    right: 0;
    bottom: 200px;
    width: 71px;
    height: 75px;
    z-index: 999;
}
.servoce_box img {
    width: 80%;
}


/* 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;*/
}