body {
    line-height: 1;
  }
    
.phone_header,.footer_phone{
  display: none;
}
  .header,
  .footer {
    padding: 22px 144px 50px 144px;
  }

  /* .header{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999999;
    background: #fff;
  } */
  .header img {
    margin-right: 30px;
  }

  .header nav {
    align-self: self-end;
  }

  .header nav .item {
    margin-right: 30px;
    font-size: 16px;
    font-weight: bold;
    color: #656565;
    white-space: nowrap;
  }

  .home .game .title, .about .title {
    font-size: 32px;
    color: #666666;
    margin-bottom: 50px;
    margin-top: 128px;
  }

  /* 轮播 */
  .swipermy {
    /* margin-bottom: 128px; */
    position: relative;
  }

  .swipermy .list img {
    width: 100%;
    border-radius: 10px;
  }

  .thum {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translate(-50%, 0);
  }

  .thum li {
    margin: 0 15px;
  }
  .thum img{
    border-radius: 5px;
    /* width: 80px;
    height: 80px; */
  }
  
  /* 游戏 */
  .game .item {
    margin-right: 36px;
  }
  .game .item:last-child {
    margin-right: none;
  }

  .game .item {
    position: relative;
    flex: 1;
    height: 560px;
    min-width: 320px;
  }

  .game .item .bg {
    border-radius: 10px 10px 0 0;
    background: url("../imgs/G1.jpg") no-repeat;
    width: 100%;
    height: 400px;
    /* background-size: cover; */
        /* background-size: 100%; */

    background-position: 50%;
  }
  .game .item .bg1 {
    background: url("../imgs/G2.png") no-repeat;
    /* background-size: cover; */
        /* background-size: 100%; */
    background-position: 50%;
  }
  .game .item .bg2 {
    background: url("../imgs/G3.jpg") no-repeat;
    /* background-size: cover; */
        /* background-size: 100%; */

    background-position: 50%;
  }

  .position {
    /* position: relative; */
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 10px;
  }

  .game .head:nth-child(1) {
    border-radius: 50%;
  }

  .game .name {
    font-size: 32px;
    font-weight: bold;
    color: #333333;
    white-space: nowrap;
    margin: 10px 0;
  }
  .game .go{
    background: url("../imgs/ico_go.png");
    width: 40px;
    height: 40px;
    display: inline-block;
  }

  /* 关于我们 */
  /* .about .title{
    margin-top: 172px;
  } */
  .about .content {
    margin-bottom: 40px;
    font-size: 40px;
    color: #666666;
    line-height: 48px;
    background: -webkit-linear-gradient(left ,#0095DF,#455BF5,#FF5F47);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: block;
  }


  .about .content1 {
    font-size: 16px;
    font-family: NotoSans;
    color: #333333;
    line-height: 32px;
  }

  .dn {
    display: none;
  }

  .content_warp {
    padding: 0 144px;
    /* margin-top: 129px; */
  }

  /* swiper */
  .swipermy1{
    margin: 80px 0 120px 0;
  }
  .swipermy1 img{
    border-radius: 10px;
  }
  .swiper {
    width: 100%;
    height: 560px;
  }  
  .swipermy1 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .footer{
    background: #000;
    /* font-size: 16px;
    color: #FFFFFF;
    line-height: 18px; */
  }
  .footer .logo{
    margin-right: 70px;
  }
  .footer .left .txt{
    align-self: end;
  }
  .footer .Copyright{
    margin-top: 35px;
  }
  .footer .hrefmy a{
    font-size: 16px;
    color: #FFFFFF;
    line-height: 20px;
    margin-right: 30px;
  }
  .footer .Copyright{
    font-size: 16px;
    color: #FFFFFF;
    line-height: 18px;
  }

  .footer .contact_txt{
    font-size: 22px;
    color: #FFFFFF;
    line-height: 24px;
  }

  .footer .contact_val{
    font-size: 32px;
    color: #FFFFFF;
    line-height: 20px;
    background: #333333;
    border-radius: 16px 16px 16px 16px;
    opacity: 1;
    height: 80px;
    line-height: 80px;
    padding: 0 35px;
    margin-top: 20px;
  }
  .footer .ico_email{
    background: url("../imgs/email.png") no-repeat;
    display: inline-block;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    margin-right: 5px;
  }
  .footer .ico_right{
    background: url("../imgs/go_right.png") no-repeat;
    display: inline-block;
    width: 16px;
    height: 13px;
    margin-left: 5px;
  }


  /* 弹窗 */
  .dialog_wrap{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 999;
    background: #000;
    opacity: 1;
  }
  .dialog{
    width: 60%;
    height: 720px;
    background: #FFFFFF;
    border-radius: 16px 16px 16px 16px;
    opacity: 1;
    margin: 0 auto;
    margin-top: 100px;
  }
  .dialog .title .left{
    position: relative;
    top: 40px;
    left: 20px;
  }
  .dialog .title{
    height: 120px;
    background: #CBCBCB;
    border-radius: 16px 16px 0px 0;
    opacity: 1;
    position: relative;
  }
  .dialog img{
    margin-right: 24px;
    border-radius: 50%;
  }
  .dialog .txt_wrap{
    align-self: end;
    display: inline-block;
  }
  .dialog .gameName{
    font-size: 32px;
    font-weight: bold;
    color: #000000;
  }
  .dialog .short_txt{
    font-size: 22px;
    color: #333333;
    margin-top: 32px;
  }
  .dialog .close{
    background: url("../imgs/close.png") no-repeat;
    width: 40px;
    height: 40px;
    display: inline-block;
    position: absolute;
    right: 40px;
    top: 40px;
  }
  .dialog .content{
    font-size: 16px;
    color: #333333;
    line-height: 32px;
    padding: 20px;
    overflow-y: auto;
    height: 480px;
    margin-top: 40px;
  }
  
  .active{
    border: 2px solid #fff;
    border-radius: 5px;
  }
