header{background:url('../images/bg.png') no-repeat center top;background-size:cover;overflow:hidden;min-width:992px;}
.hd_bd{width:992px;margin:0 auto;position:relative;height:650px;}
.logo_ht{width:245px;background:#fff;border-radius:0 0 20px 20px;padding:14px 0 17px;text-align:center;}
.logo_ht_img{width:175px;}
.hd_bd h1{font-size:64px;margin-top:155px;}
.hd_bd h3{font-size:34px;margin-top:15px;}
.mobile_hr{width:550px;position:absolute;bottom:-133px;right:-158px;}
#swiper{width:200px;height:437px;position:absolute;right:134px;bottom:63px;border-radius:20px;overflow:hidden;}

.main{width:900px;margin:0 auto 100px;}
.game_box{margin-top:100px;}
.game_box h1{text-align:center;font-size:36px;}
.game_box .line{background:#FFAF3E;width:66px;height:6px;margin:5px auto;}
.game_box p{font-size:20px;margin-top:46px;letter-spacing:0;line-height:38px;}
.game_box .game_banner{width:100%;margin-top:35px;}

footer{background:url('../images/bg2.png') no-repeat center top;background-size:cover;text-align:center;padding:70px 0;min-width:992px;}
.logo_ft{width:245px;background:#fff;border-radius:40px 0 40px 0;padding:14px 0 17px;text-align:center;margin:0 auto 20px}
.logo_ft_img{width:175px;}
footer h3{font-size:18px;letter-spacing:0;line-height:46px;}
footer p a{font-size:16px;letter-spacing:0;line-height:36px;margin:0 10px;}
footer p a:link{color:#333}

.text_content{word-wrap:break-word;padding:20px;}

@media screen and (max-width:768px){
  *{box-sizing:border-box;}
  header{min-width:0;padding-bottom:50px;}
  .hd_bd{width:100%;padding:0 15px;height:auto;overflow:hidden;}
  .logo_ht{display:block;width:220px;left:0;margin:0 auto}
  .hd_bd h1{font-size:34px;margin-top:20px;text-align:center;}
  .hd_bd h3{font-size:20px;margin-top:10px;text-align:center;}
  .mobile_hr{display:none;}
  #swiper{display:none;}
  .main{width:100%;padding:0 15px;}
  .game_box h1{font-size:30px;}
  .game_box p{font-size:20px;line-height:34px;}
  footer{width:100%;padding:30px 15px;min-width:0;}
  footer h3{font-size:16px;}
}
