body {
    min-width: 320px;
    max-width: 750px;
    /* flexible 给我们划分了 10 等份 */
    width: 10rem;
    margin: 0 auto!important;
    font-family: Arial, Helvetica;
    background-color: #FFF5F5;
}

ul,
ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

@media screen and (min-width: 750px) {
    html {
        font-size: 75px!important;
    }
}

#app {
    padding: .56rem .426667rem 0;
}

.video_box {
  width: 9.146667rem;
  height: auto;
  box-sizing: border-box;
  border-radius: .266667rem;
  background-color: #000;
}

.header {
    box-sizing: border-box;
    padding: .4rem 0;
    width: 9.146667rem;
    height: auto;
    background: #ffffff;
    border-radius: .266667rem;
}

.game_info {
    padding: 0 .266667rem;
    display: flex;
    align-items: center;
    position: relative;
}

.icon_coupon {
    position: absolute;
    top: -0.4rem;
    right: .266667rem;
    width: .933333rem;
    height: 1.04rem;
    background: #ff0f20;
    border-radius: 0 0 .466667rem .466667rem;
    font-size: .346667rem;
    font-weight: 500;
    text-align: center;
    color: #fffdf2;
}

.icon_coupon span {
    display: block;
}

.icon_coupon span:nth-child(1) {
    padding-top: .106667rem;
}

.icon_coupon span:nth-child(2) {
    font-size: .346667rem;
    font-weight: bold;
}

.game_info img {
    display: block;
    width: 2.4rem;
    height: 2.4rem;
    margin-right: .266667rem;
}

.game_name_active {
    width: 5.013333rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.game_info h3 {
    margin: 0;
    font-size: .48rem;
    font-weight: 800;
    color: #222222;
}

.game_name {
    flex: 1;
    height: 2.4rem;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.recommend_box {
    display: flex;
    align-items: center;
}

.genre_str,
.recommend {
    font-size: .346667rem;
    font-weight: 500;
    text-align: left;
    color: #666666;
}

.recommend_box .icon_star {
    display: inline-block;
    width: 2.546667rem;
    height: .4rem;
    margin-left: .133333rem;
}

.game_welfare {
    padding-top: .266667rem;
    width: 9.12rem;
    height: 4.2rem;
}

.game_labels {
    padding: .266667rem;
    font-size: .346667rem;
    font-weight: 400;
    color: #ffffff;
}

.game_labels span {
    display: inline-block;
    padding: .173333rem .133333rem;
    border-radius: .08rem;
    margin-right: .266667rem;
}

.down_load {
    margin: 0 auto;
    width: 7.733333rem;
    height: 1.173333rem;
    background: linear-gradient(-8deg, #ff5400 0%, #ffa71e 100%);
    border-radius: .586667rem;
    font-size: .426667rem;
    font-weight: 800;
    text-align: center;
    color: #fff6db;
    line-height: 1.173333rem;
}

.coupon_card {
    box-sizing: border-box;
    padding: .533333rem .64rem;
    margin-top: .266667rem;
    width: 9.146667rem;
    height: auto;
    background-color: #fff;
    border-radius: .266667rem;
}

.coupon_box {
    overflow: hidden;
}

.tab_header {
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-size: .4rem;
    color: #666666;
    font-weight: 700;
    padding-bottom: .266667rem;
}

.tab_item {
    position: relative;
    font-size: .48rem;
    font-weight: 800;
    color: #222222;
}

.tab_item::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -0.106667rem;
    width: 100%;
    height: .133333rem;
    background: linear-gradient(to right, #ff5400 0%, #ffffff 100%);
}

.coupon_list {
    width: 7.866667rem;
    height: 1.706667rem;
    background: url('../img/bg_coupon.png') no-repeat;
    background-size: 100%;
    margin-top: .266667rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.coupon_amount {
    color: #1F73FF;
    width: 2.606667rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: .4rem;
}


/* .coupon_amount span:nth-child(1) {
    display: inline-block;
    font-size: .386667rem;
    font-weight: 400;
} */

.coupon_amount span {
    display: inline-block;
    font-size: 1.12rem;
    font-weight: bold;
}

.coupon_amount span::before {
    content: '¥';
    font-size: .386667rem;
    font-weight: 400;
}

.coupon_btn {
    width: 1.44rem;
    height: 1.44rem;
    background: url('../img/btn_icon.png') no-repeat;
    background-size: 100%;
    margin-right: .16rem;
}

.coupon_content {
    flex: 1;
    color: #fff;
}

.coupon_title {
    font-size: .4rem;
    font-weight: 800;
    line-height: 0.6rem;
}

.coupon_title span:nth-child(1) {
    font-size: .4rem;
    font-weight: 800;
}

.coupon_title span:nth-child(2) {
    padding: .053333rem .08rem;
    font-size: .32rem;
    font-weight: 500;
    width: 1.12rem;
    height: .426667rem;
    background: rgba(255, 255, 255, 0.4);
    border-radius: .08rem;
}

.coupon_use {
    font-size: .346667rem;
    font-weight: 500;
    line-height: 0.6rem;
}

.line {
    /* width: .013333rem; */
    height: 1.333333rem;
    border-left: .013333rem dashed #666;
}

.card_list {
    box-sizing: border-box;
    padding: .186667rem;
    margin-top: .266667rem;
    width: 7.866667rem;
    height: 1.706667rem;
    background: #fff5e3;
    border-radius: .266667rem;
    font-size: .32rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.card_content {
    width: 5.066667rem;
}

.card_name {
    font-size: .373333rem;
    font-weight: 800;
    color: #ff5601;
}

.card_title {
    font-size: .293333rem;
    font-weight: 500;
    color: #222222;
    padding-top: .24rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.kucun_box {
    text-align: center;
    width: 1.946667rem;
}

.kucun span:nth-child(1) {
    font-size: .32rem;
    font-weight: 500;
    color: #222222;
}

.kucun span:nth-child(2) {
    font-size: .373333rem;
    font-weight: 800;
    color: #ff5601;
}

.card_btn {
    margin: .186667rem auto 0;
    width: 1.653333rem;
    height: .586667rem;
    background: linear-gradient(-17deg, #ff5400 0%, #ffa71e 100%);
    border-radius: .293333rem;
    line-height: .586667rem;
    text-align: center;
    color: #fff;
    font-size: .32rem;
    font-weight: 500;
    color: #ffffff;
}

.game_account {
    box-sizing: border-box;
    padding: .266667rem 0;
    margin-top: .266667rem;
    width: 9.146667rem;
    height: auto;
    background: #ffffff;
    border-radius: .266667rem;
}

.account_title {
    padding: .266667rem 0;
    display: block;
    width: 2.28rem;
    height: .466667rem;
    margin: 0 auto;
}

.swiper-container {
    width: 100%;
    height: 4.733333rem;
}

.swiper-slide {
    width: 2.666667rem;
    height: 4.733333rem;
}

.swiper-slide img {
    width: 2.666667rem;
    height: 4.733333rem;
}

.swiper-slide:nth-child(1) {
    margin-left: .133333rem;
}

.introduction {
    font-size: .32rem;
    font-weight: 500;
    color: #222222;
    line-height: .533333rem;
    padding: .266667rem .426667rem 0;
}

.introduction p {
    margin: .16rem 0;
}

.guess_like {
    box-sizing: border-box;
    padding: .266667rem 0;
    margin-top: .266667rem;
    width: 9.146667rem;
    height: auto;
    background: #ffffff;
    border-radius: .266667rem;
}

.guess_title {
    padding: .266667rem 0;
    display: block;
    width: 2.28rem;
    height: .466667rem;
    margin: 0 auto;
}

.more_game_like {
    padding: .266667rem 0;
    width: 8.08rem;
    height: 5.866667rem;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
}

.more_game_item {
    width: 2.133333rem;
    height: auto;
}

.more_game_item img {
    width: 2.133333rem;
    height: 2.133333rem;
    display: block;
}

.more_game_item span {
    display: inline-block;
    width: 2.133333rem;
    padding-top: .16rem;
    font-size: .32rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-weight: 500;
    text-align: center;
    color: #222222;
}

.info {
    text-align: center;
    font-size: .32rem;
    font-weight: 500;
    line-height: .58rem;
    padding-bottom: 2rem;
    color: #222;
}

.info_agreement {
    padding: .8rem 0 0;
    font-size: .346667rem;
}

.info_agreement a {
    text-decoration: none;
    color: #222;
}

.info_agreement a:hover {
    cursor: pointer;
}

.info p {
    margin: 0;
}

.footer {
    /* margin-top: .266667rem;
    margin-left: -0.426667rem; */
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    right: 0;
    width: 10rem;
    height: 1.813333rem;
    background: url('../img/footer.png') no-repeat;
    background-size: 100%;
    z-index: 8;
}

.see_more {
    margin: .266667rem auto 0;
    width: 3.333333rem;
    height: .8rem;
    border: .013333rem solid #ff5400;
    border-radius: .133333rem;
    font-size: .346667rem;
    font-weight: 500;
    text-align: center;
    color: #ff5400;
    line-height: .8rem;
}

.mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9;
}

.dlg {
    width: 8rem;
    height: 10.56rem;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}

.dlg_box {
    box-sizing: border-box;
    padding: .533333rem .973333rem;
    width: 8rem;
    height: 9.16rem;
    border-radius: .4rem;
    background-color: #fff;
    text-align: center;
    font-size: .32rem;
}

.dlg_box p {
    margin: 0;
    font-weight: 500;
    color: #333333;
    padding: .386667rem 0 .253333rem;
}

.dlg_title {
    padding-bottom: .533333rem;
}

.dlg_icon_box {
    margin: 0 auto;
    width: 5.12rem;
    height: 1.6rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dlg_gamedescribe {
    margin: .266667rem auto .533333rem;
    line-height: .906667rem;
    font-size: .373333rem;
    font-weight: 600;
}

.gamedescribe01,
.gamedescribe02 {
    width: 5.733333rem;
    height: .906667rem;
    border-radius: .133333rem;
    margin: 0 auto;
}

.gamedescribe01 {
    background: #e4efff;
    color: #148EFF;
}

.gamedescribe02 {
    background: #FFEEC8;
    color: #FF560B;
}

.dlg_install {
    width: 4.533333rem;
    height: 1.173333rem;
    background: linear-gradient(-8deg, #ff5400 0%, #ffa71e 100%);
    border-radius: .586667rem;
    margin: 0 auto;
    line-height: 1.173333rem;
    font-size: .426667rem;
    font-weight: 800;
    text-align: center;
    color: #fff6db;
    margin-bottom: .533333rem;
}

.dlg_install_explain {
    color: #999999;
    font-weight: 400;
}

.game_app,
.dlg_gameicon {
    display: block;
    width: 1.6rem;
    height: 1.6rem;
}

.icon_arrow {
    display: block;
    width: .866667rem;
    height: .2rem;
}

.dlg_box h3 {
    font-size: .48rem;
    font-weight: 800;
    color: #222222;
    margin: 0;
}

.dlg_close {
    width: .72rem;
    height: .72rem;
    background: url('../img/close.png') no-repeat;
    background-size: 100%;
    margin: .6rem auto 0;
}

.dlg_discount {
    font-size: .48rem;
    color: #FF1313;
    font-weight: 600;
}

.img_none,
.img_none img {
    display: block;
    width: 8rem;
}



.copy_mask {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 111;
}

.copy_mask .copy_dlg {
  width: 10rem;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.copy_mask img {
  width: 10rem;
}

.copy_mask .icon_close {
  display: block;
  margin: 0 auto;
  width: 1rem;
  height: 1rem;
  background: url('../img/dlg-close.png') no-repeat;
  background-size: 100%;
  z-index: 9999;
}