@media only screen and (max-width: 767px) {
  .container {
    min-width: auto;
    background: url(/img/ag/images/bg_h5.png) no-repeat top center / 100% auto;
  }
  .top-container {
    height: 100%;
    background: none;
  }
  .top-container .content-box {
    width: 96%;
    justify-content: space-between;
  }
  .top-container .banner {
    max-width: 100%;
    min-height: 514px;
    background: url(/img/ag/images/img_banner_h5.png) no-repeat center / auto 100%;
  }
  .platform-card {
    min-width: auto;
    width: 49%;
    height: 23.6vw;
    margin-right: 0;
    margin-bottom: 0;
    margin-top: 14px;
    padding: 12px 8px;
    background: url(/img/ag/images/cardBg.png) no-repeat center / 100% 100%;
  }
  .platform-card.hot {
    background-image: url(/img/ag/images/cardBgHot.png);
  }
  .platform-card.hot:first-child {
    width: 100%;
    padding-right: 20px;
    background-image: url(/img/ag/images/cardBgHotF.png);
  }
  .platform-card .left-box {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: auto;
    min-width: 84px;
    height: 65px;
    margin-right: 5px;
    background: url(/img/ag/images/cardLogoBg.png) no-repeat center / 100% 100%;
  }
  .platform-card .left-box img {
    width: 80%;
    height: 85%;
  }
  .platform-card .right-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }
  .platform-card.hot:first-child .left-box {
    margin-right: 15px;
  }
  .platform-card.hot:first-child .right-box {
    flex: 1;
    flex-direction: row;
    align-items: center;
  }
  .platform-card.hot:first-child .right-box .title {
    position: relative;
    top: auto;
    right: auto;
    transform: none;
  }
  .platform-card.hot:first-child .right-box .dec {
    padding-left: 3px;
  }
  .platform-card .right-box .title {
    font-family: SF Pro Text;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0em;
    text-align: left;
  }
  .platform-card.hot .right-box .title {
    position: absolute;
    top: -12px;
    right: 50%;
    transform: translateX(50%);
    width: 72px;
    height: 21px;
  }
  .platform-card.hot .right-box .title img {
    width: 100%;
    height: 100%;
  }
  .platform-card .right-box .dec {
    margin-top: 0;
    height: auto;
    font-family: SF Pro Text;
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: 0em;
    text-align: left;
  }
  .platform-card .right-box a {
    width: 69px;
    min-height: 24px;
    max-height: 24px;
    margin-top: 4px;
    background: url(/img/ag/images/cardBtn.svg) no-repeat center / 100% 100%;
  }
  .platform-card.hot .right-box a {
    background-image: url(/img/ag/images/cardBtnHot.svg);
  }
  .bottom-container {
    width: 96%;
    height: auto;
    background: none;
    margin: 0 auto;
    padding-top: 16px;
  }
  .info-box {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .info-box-left {
    width: 100%;
  }
  .info-box-left > img {
    width: 98%;
  }
  .info-box-left .main-box {
    width: 100%;
  }
  .info-box-left .main-box table {
    width: 100%;
  }
  .info-box-left .main-box table thead tr {
    height: 36px;
    font-family: SF Pro Text;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
  }
  .info-box-left .main-box table tbody tr {
    height: 44px;
    font-family: SF Pro Text;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
  }
  .info-box-left .main-box table tbody tr:last-child {
    font-family: SF Pro Text;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
  }
  .info-box-left .main-box table tbody tr:last-child td {
    padding-left: 22px;
  }
  .info-box-right {
    width: 100%;
    margin-left: 0;
  }
  .info-box-right .game-card {
    width: 49%;
    height: 56vw;
  }
  .cooperate {
    width: 100%;
    margin-top: 30px;
    height: auto !important;
  }
  .side_bar {
    position: initial;
    width: 30vw;
    top: 40%;
    transform: initial;
  }
  .side_bar .service, .side_bar .qq {
    width: 30vw;
    height: 30vw;
    font-size: 12px;
  }
  .side_bar .service, .side_bar .qq span{
    bottom: 3px;
    font-size: 12px;
  }
  .side_bar .service {
    position: fixed;
    bottom: 15px;
    right: 0;
  }
  .side_bar .qq {
    position: fixed;
    bottom: 20px;
    left: 0;
  }
  .info-box-left .activity_title_pc {display: none !important;}
  .info-box-left .activity_title_h5 {display: inline-block !important;}
  .footer img{width: 90%;}
  .footer .footer_pc{display: none !important;}
  .footer .footer_h5{display: inline-block !important;}
  .cooperate img{width: 100%;}
  .cooperate .cooperate_pc{display: none !important;}
  .cooperate .cooperate_h5{display: inline-block !important;}
}