.game_detail_page{
    background-color:#fff;
}
.game_detail_page_header{
    width: 100%;
    height: 10.5rem;
    background:linear-gradient(to right, #53B7E8, #0071BC);
    position: relative;
}
.game_detail_page_header>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.game_detail_page_header .back_icon{
    width: 0.94rem;
    height: 1.63rem;
    /* position: absolute;
    left: 0.94rem;
    top: 1.78rem; */
    margin-top: 0.8rem;
}
.backBox{
     position: absolute;
    left: 0.94rem;
    top: 0.5rem;
    height: 5rem;
    width: 5rem;
    display: inline-block;
}
.game_detail_page_header .rightDownIcon {
    display: flex;
    align-items: center;
    position: absolute;
    right: 0.89rem;
    top: 1rem;
}


.game_detail_page_header_title{
    font-size: 1.45rem;
    font-weight:530;
    width: 40%;
    color: #FFFFFF;
    padding-top: 0.9rem;
    margin-left: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.game_detail_page_header .down_icon{
   width: 1.63rem;
}
.game_detail_page_header .collect_icon{
    width: 1.73rem;
    margin-right: 1.5rem;
}
.game_detail_page_header_title_info{
    width: 100%;
    height: 6.84rem;
    position: absolute;
    bottom: 0;
    background :linear-gradient(to right, #53B7E8, #0071BC);
    box-sizing: border-box;
    padding:0.78rem 1.57rem;
}

.game_detail_page_header_title_info .title_box{
    width: 100%;
    height: 100px;
    background: #fff;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 0 1rem;
    border-radius: 6px;
    box-shadow: 0px 0px 10px 1px rgba(60, 108, 188, 0.3);
}

.game_detai_header_info_img{
    background-color: #e2e2e2;
    width: 5.31rem;
    height: 5.31rem;
    border-radius: 1.42rem;
    margin-right:1rem;
}
.game_detai_header_info_img img{
    width: 100%;
    height: 100%;
    border-radius: 1.42rem;
}
.game_detai_header_info_cons{
    width: auto;
	max-width: 17rem;
    line-height: 1.78rem;
}
.game-detail-info-wrap {
    display: table;
    width: 100%;
    height: 100%;
}
.game-detail-info-wrap-cell {
    display: table-cell;
    vertical-align: middle;
    white-space: nowrap;
}
.game_detai_header_info_cons_title{
    font-size: 1.47rem;
    width: 16rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #111;
    font-weight: bold;
}
.game_detai_header_info_cons_down{
    color: #aaa;
    font-size:1rem;
}
.game_detai_header_info_cons_type{
	display:inline-block;
	float:left;
	max-width: 15rem;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.game_detai_header_info_cons_btnground{
    display: flex;
    align-items: center;
}
.game_detai_header_info_cons_btnground div{
    max-width: 4.73rem;
    height: 1.31rem;
    color: rgba(24, 24, 24, 0.3);
    border-radius: 0.31rem;
    text-align: center;
    font-size: 0.94rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.31rem;
    padding: 0.05rem 0.26rem;
    /* padding: 0.21rem 0.26rem; */
    margin-right: 0.47rem;
}
.game_detai_header_info_cons_btnground .cons_btnground_one{
    color: #F08C0E;
    border: 1px solid #F08C0E;
}
.game_detai_header_info_cons_btnground .cons_btnground_two{
    color: #FE6C6D;
    border: 1px solid #FE6C6D;
}
.game_detai_header_info_cons_btnground .cons_btnground_three{
    color: #58AB87;
    border: 1px solid #58AB87;
}
.cons_down_fgx{
    margin-left: 0.4rem;
    margin-right: 0.4rem;
    position: relative;
    top: -0.05rem
}
.game_detail_page_remark{
    font-size: 1.47rem;
    margin-top: 1.7rem;
    font-weight: bold;
    color: #FFB400;
}

.game_detail_coninfo{
    background-color: #ffffff;
    font-size: 1.47rem;
    color: #333333;
    font-weight:bold;
    padding: 4rem 1.57rem 0;
}

.game_detail_coninfo .hbox{
    display: flex; 
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
    width: 100%;
}

.game_detail_coninfo_con_item {
    margin-top: 1.57rem;
}
.game_detail_coninfo_right{
    line-height:1.97rem;
    word-wrap: break-word;
    color: #6D6D73;
    font-weight: 500;
    font-size: 1.31rem;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.tagTypeBox {
    display: flex;
    margin-top: 1.57rem;
}
.mainTag {
    width: auto;
    max-width: 6.26rem;
    height: 2.31rem;
    line-height: 2.31rem;
    text-align: center;
    background-color: #F6F6F6;
    padding: 0.2rem 0.94rem;
    border-radius: 0.31rem;
    font-size: 1.1rem;
    margin-right: 0.78rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.openTipText{
    color:#018FFF;
    font-size: 1.31rem;
    text-align: center;
    margin-top: 1.47rem;
}
.openMoreIcon {
    display: inline-block;
    width: 0.63rem;
    height: 0.42rem;
    background-image: url('../images/ico_zhankai.png');
    background-size: 100% 100%;
    vertical-align: middle;
    margin-left: 0.26rem;

}
.game_detail_imgground{
    margin-top: 1.57rem;
}
.game_detail_imgground .swiper-slide{
    max-width: 29.57rem;
    width: auto;
    /* width: 29.57rem; */
    height: 15.5rem;
    border-radius: 0.63rem;
}
.game_detail_imgground .swiper-slide img{
    /* width: 100%;
    border-radius: 0.63rem;
    height: 100%; */
    width: auto;
    border-radius: 0.63rem;
    height: 100%;
    object-fit: contain;
}
.game_detail_imgground .swiper-slide .emptySlideImg {
    width: 29.3rem;
    height: 15.5rem;
    background-color: #e2e2e2;
    border-radius: 0.63rem;
}
.game_detail_coninfo_con{
    font-size: 1.1rem;
    font-weight: 500;
    /* padding-bottom: 1.5rem; */
}
.vipExclusiveBox{
    background: linear-gradient(90deg, #FFE9B7, #FFF5DB);
    height: 4.52rem;
    border-radius: 1.26rem;
    margin: 0 1.57rem;
    line-height: 4.52rem;
    box-sizing: border-box;
    padding: 0 1.26rem;
}
.fengeshixian{
    width: 100%;
    height: 1rem;
    background-color: #f3f3f3
}
.maybe_like{
    background-color: white;
    /* height:18rem; */
    height:auto;
    margin-bottom: 5rem;
    position: relative;
}

.zhanweidiv{
    height: 1.2rem;
}
.game_detail_gameopen {
   /* margin: 3.05rem 1.57rem 0; */
   margin: 1.57rem 1.57rem 0 1.57rem;
}

.normalTitle {
    font-weight: bold;
    font-size: 1.47rem;
}
.gameDetailOpenItem {
    background-color: #F8F8F8;
    width: 48%;
    height: 5.31rem;
    border-radius: 0.63rem;
    margin-right: 0.94rem;
    margin-bottom: 0.94rem;
    box-sizing: border-box;
    padding: 1.1rem 0 0 1.26rem;
}
.gameDetailOpenItem:nth-child(2n +0) {
    margin-right: 0;
}
.game_detail_infos{
    height: 4.3rem;
    /*padding-left: 1rem;*/
    width: 75%;
}
.game_detail_bagitem{
    font-size: 1.3rem;
    background-color: #F8F8F8;
    height: 7.47rem;
    border-radius: 0.63rem;
    margin-bottom: 0.94rem;
    padding-bottom: 1.31rem;
}
.giftMainDetailBox {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    /* padding: 1.1rem 1.15rem 0; */
    padding: 1.13rem 1.16rem 0rem 1.22rem;
}
.game_detail_item_titles img{
    width: 6%;
}

.game_detail_gameopen_con{
    display: flex;
    flex-wrap: wrap;
    margin-top: 1.57rem;
    max-height: 18rem;
    overflow: hidden;
    position: relative;
    margin-bottom: 1.5rem;
}
.overlyWhiteBox {
    width: 100%;
    height: 7.21rem;
    background: linear-gradient(0deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    bottom: 0;
}
.opengameinfo {
    font-size: 1.31rem;
    font-weight: bold;
}


.game_detail_gameopen_item_dot{
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    background-color: #D4D2D2;
    position:absolute;
    top: 1.3rem;
    margin-right: 0.1rem;
}
.btn_game_open p{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.5rem;
    color: #6D6D73;
    margin-top: 0.44rem;
}
.gameopen_item_yest .btn_game_open{
    border-color: #AAAAAA!important;
    color: #AAAAAA!important;
}
.gameopen_item_yest{
    /* color: #999999!important; */
}


.long_fengexian{
    width: 100%;
    height: 1px;
    background-color: #EDEEEF;
}
.game_detail_bag{
    background-color: #ffffff;
    margin:0 1.57rem;
    margin-top: 1.5rem;
}
.game_detail_titles{
    font-size: 1.31rem;
    font-weight:bold;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.game_detail_summny{
    font-size: 1.1rem;
    margin-top: 0.5rem;
    color: #6D6D73;
    margin-bottom: 0.5rem;
}
.game_detail_bag_con{
    font-size: 1.1rem;
    color: #6D6D73;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    width: 96%;
}
.lingqu_btn{
    width:4.68rem;
    height: 2.15rem;
    line-height:2.15rem!important;
    text-align: center;
    color: #FFFFFF;
    font-size: 1.1rem;
    background: linear-gradient(90deg, #015EEA 0%, #018FFF 100%);
    border-radius: 0.31rem;
    margin-top: 1.7rem;
}
/* .lingqu_btn .disabled{
	width: 6rem;
    height: 2rem;
    display: block;
    margin: -1px;
    line-height: 2rem;
    background-color: #ccc;
    color: #ffffff;
    width: 100%;
    box-shadow: none;
    border: 1px solid #ccc;
    text-align: center;
    border-radius: 1.1rem;
    position:absolute;
	top:0;
	left:0;
} */
.gift .received{
    background: #E2E2E2;
    color: #A3A3AB;
}
.alone_activity {
    margin: 3.05rem 1.57rem 0;
}
.game_detail_activityBox {
    background-color: #F8F8F8;
    padding: 1.26rem 0 1.26rem 1.26rem;
    margin-top: 1.57rem;
    border-radius: 0.63rem;
}
.gamebag_use_info{
    color: #018FFF;
    font-size: 1.13rem;
    /* position: relative;
    top: -0.5rem; */
    font-weight: 500;
    color: #018FFF;
}
.game_detail_item_con{
    display: flex;
    align-items: center;
    margin-bottom: 1.52rem;
}
.game_detail_item_con:last-child {
    margin-bottom: 0;
}

.game_detail_item_con2 {
    display: table-cell;
    text-align: left;
    width: auto;
    position: relative;
    vertical-align: middle;
    width: 85%;
}

.fuzhu_con{
    width: 30px;
    height: 10px;
    position: absolute;
    right: 100px;
    opacity: 0;
}

.game_detail_item_con_btn p{
    background: rgba(254, 108, 109, 0.2);
    height: 1.47rem;
    line-height: .8rem;
    text-align: center;
    box-sizing: border-box;
    padding: 0.26rem 0.47rem;
    border-radius: 0.73rem;
    color: #FE6C6D;
    font-size: 0.94rem;
    border: 1px solid #FE6C6D;
}
.game_detail_item_con_btn .news {
    color: #018FFF;
    border-color: #018FFF;
    background: rgba(1, 143, 255, 0.2);
}
.game_detail_item_con_btn .notice {
    color: #FA8400;
    border-color: #FA8400;
    background: rgba(250, 132, 0, 0.2);
}
.game_detail_item_con_btn .introduce {
    color: #58AB87;
    border-color: #58AB87;
    background: rgba(88, 171, 135, 0.2);
}
.game_detail_item_con_title{
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 0.89rem;
    width: 96%;
}
.game_detail_item_con_title p{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	font-size:1.26rem;
    width: 100%;
}
.bag_infocon_modal{
    display: none
}
.bag_infocon_modal_header{
    width: 100%;
    height:3.34rem;
    background-color: #E9E7E8;
    color: #444444
}
.bag_infocon_modal_header p{
    text-align: center;
    line-height:3.34rem;
    font-size: 14px;
}
.bag_infocon_modal img{
    width: 1.2rem;
    position: absolute;
    top: 1.2rem;
    right:1rem;
}
.game_bag_con_info{
    font-size: 12px;
    color: #999999;
    width: 88%;
    margin: auto;
    margin-top: 0.3rem;
    line-height: 1.5rem;
    word-wrap: break-word;
    /* overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical; */
}
.game_bag_con_title{
    width: 88%;
    font-size: 14px;
    margin: auto;
    margin-top: 1.3rem;
}
.game_detail_item_con_into{
    float: right;
    /*margin-right: 1.5rem;*/
    color: #D7D7D7;
}
.game-detail-arrow{
	width:0.6rem;
}

.alone_activity{
    background-color: #ffffff
}
.maybe_like_firstline{
    height: 3rem;
    width: 94%;
    margin: 0 auto;
}
.maybe_like_firstline_left{
    font-size: 1.38rem;
    /*margin-left: 1rem;*/
	color:#222;
	font-weight:bold;
}
.maybe_like_firstline_right{
    font-size: 1.1rem;
    float: right;
    color: #999;
	margin:0.2rem 1.5rem 0 0;
    margin:0.2rem 0 0 0;
}
.maybe_like_gamecon{
    height: 9rem;
    width: 94%;
    margin: 0 auto;
}
.maybe_like_gamecon>a {
    width: 25%;
    display: block;
    float: left;
}
/*.other_gamecon_item{
    margin-left:9%!important;
}*/
.maybe_like_gamecon_item{
    /*margin-left: 1rem;*/
    width: 5.2rem;
    height: 8rem;
    margin: 0 auto;
    float: none;
}
.maybe_like_gamecon a:nth-child(1) .maybe_like_gamecon_item {
    margin-left: 0;
}
.maybe_like_gamecon a:nth-child(2) .maybe_like_gamecon_item {
    margin-left: .58rem;
}
.maybe_like_gamecon a:nth-child(3) .maybe_like_gamecon_item {
    margin-right: .58rem;
}
.maybe_like_gamecon a:nth-child(4) .maybe_like_gamecon_item {
    margin-right: 0;
}
.maybe_like_gamecon_item div{
    width: 100%;
    height: 5rem;
    border-radius: 1rem;
    background-color: #e2e2e2
}
.maybe_like_gamecon_item div img{
    width: 100%;
    height: 5rem;
    border-radius: 1rem;
}
.maybe_like_gamecon_item p{
    font-size: 13px;
    position: relative;
    top: 0.5rem;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* .down_load_frame{
	width: 100%;
    background: #fff;
    height: auto;
    padding: 0.25rem 0;
	position: fixed;
    bottom: 0;
    z-index: 999;
} */

.down_load_frame{
    position: fixed;
    bottom: 0;
    z-index: 999;
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    height: auto;
    padding: 0.25rem 1rem;

    display: flex;
    flex-direction: row;
    align-items: center;

    max-width: 500px;
}

/* .down_load_btn{
    width: 94%;
    height: 3.4rem;
	line-height: 3.4rem;
    background-color: #FF8E18 ;
    text-align: center;
    color: #fff;
	border-radius: 0.5rem;
	margin-left:3%;
	font-size:1.45rem;
} */

.down_load_btn{
    flex:1;
    height: 3.4rem;
	line-height: 3.4rem;
    background-color: #FF8E18 ;
    text-align: center;
    color: #fff;
	border-radius: 0.5rem;
	font-size:1.45rem;
}

.down_load_frame .btn_down{
    background-color: #2089FE;
}

.down_load_frame .btn_play{
    background-color: #FFA229;
}

.down_load_frame .down_load_btn:nth-child(2){
    margin-left: 0.5rem;
}

.h5_down_load_btn{
	width: 45%;
	float: left;
    margin: 0.25rem 0 0.25rem 3.3%;
}
.h5_down_load_btn_play{
	background: #018fff;
}
.bag_open_modals{
    display: none;
}
.layui-layer{
    border-radius:8px!important;
}
.bag_open_modals_closeimg{
    position: absolute;
    right: 1rem;
    top: 1rem;
    width: 1rem;
}
.bag_open_modals_firstline{
    text-align: center;
    margin-top: 1rem;
    font-weight: bold;
    font-size: 16px;
}
.bag_open_modals_secondline{
    font-size: 10px;
    text-align: center;
    margin-top: 0.2rem;
    color: gray
}
.bag_open_modals input{
    margin-top: 1rem;
    height: 25px!important;
    width: 80%!important;
    /*margin-left: 7%;*/
    text-indent: 5rem;
    font-size: 14px!important;
    color: #018FFF!important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-shadow: none!important;
}
.bag_open_modals span{
    color: gray;
    font-size: 14px;
    position: absolute;
    top:1.6rem;
    left: 10%;
}
.bag_open_modals_btn{
    margin-left: 40%;
    text-align: center;
    margin-top: 4%;
    width: 5.2rem;
    border-radius: 5px;
    height: 2.2rem;
    line-height: 2.2rem!important;
    background-color: #018FFF;
    color: #ffffff;
    font-size: 13px;
}
.layui-layer-page .layui-layer-content{
    border-radius: 8px!important;
}
.layui-layer-hui {
    min-width: 80px!important;
}
.layui-layer-hui .layui-layer-content{
    padding: 6px 25px!important;
}
.bag_open_modals .tap{
    font-size: 13px;
    text-align: center;
    color: gray;
    letter-spacing: 1px
}
.rebate-discount-box{
    width:100%;
    box-sizing: border-box;
    background: #ffffff;
    padding: 1.26rem 1.57rem 0;

}
.rebate-discount-box .sameDiscountBtn {
    display: inline-block;
    width: 15.16rem;
    height: 5.47rem;
    /* background-color: #F8F8F8; */
    border-radius: 0.63rem;
}
.imgBgLeft{
    /* background-color: pink; */
    background-image: url('../images/img_bg_zkfl.png');
    background-size: 100% 100%;
}
.imgBgRight{
    background-image: url('../images/img_bg_djqlq.png');
    background-size: 100% 100%;
}
.rebate-discount-box .rebate-discount-btn{
    margin-right: 0.31rem;
}
.insertMainDiscount{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding-left: 1.15rem;
}
.insertMainDiscount .title {
    font-size: 1.31rem;
    font-weight: bold;
}
.insertMainDiscount .desc {
    font-size: 1rem;
    color: #6D6D73;
    margin-top: 0.34rem;
}
.disountBackIcon {
    display: inline-block;
    width: 2.47rem;
    height: 2.47rem;
    background-image: url('../images/ico_fanli.png');
    background-size: 100% 100%;
    margin-right: 0.94rem;
}
.coupGetIcon{
    background-image: url('../images/ico_quan.png');
}
.rebate-discount-box .rebate-coupon-btn{
}
.v-middle{display: flex;align-items: center}

.discount-content-part{
    width:100%;
    padding: 1rem 2.1rem;
    box-sizing: border-box;
}
.discount-content-part .discount-title{
    font-size: 1.25rem;
    color: #333333;
    font-weight: bold;
}
.discount-content-part .discount-title .discount-icon{
    height: 1.87rem;
    width: 1.87rem;
    margin-right: 0.12rem;
}
.discount-content-part .discount-title .discount-icon.rebate-icon{
    background: url(../images/game_detail_discount/ico_back@2x.png)no-repeat;
    background-size: 100% 100%;
}
.discount-content-part .discount-title .discount-icon.charge-icon{
    background: url(../images/game_detail_discount/ico_discount@2x.png)no-repeat;
    background-size: 100% 100%;
}
.discount-content-part .discount-title .discount-icon.bing-icon{
    background: url(../images/game_detail_discount/ico_bangding@2x.png)no-repeat;
    background-size: 100% 100%;
}
.discount-content-part .discount-tips{
    font-size: 1.017rem;
    color: #999999;
    margin: 0.5rem 0;
}
.discount-otherBox  .discount-item{
    font-size: 1.17rem;
    color: #333333;
    line-height: 2rem;
}
.discount-content-part  .discount-item .star-icon{
    width:0.94rem;
    height: 0.94rem;
    background: url(../images/game_detail_discount/ico_xing@2x.png)no-repeat;
    background-size: 100% 100%;
    margin-right: 0.3rem;
}
.discount-list {
    padding: 0;
}
.no-discount{
    text-align: center;
    padding-top: 15rem;
    font-size: 1.3rem;
    color: #999999;
}
.coupon-game-list{
    width:100%;
    padding-bottom:3rem;
    box-sizing: border-box;
}
.coupon-game-list .coupon-game-item{
    width:100%;
    height: 11.9rem;
    background: url(../images/coupon/coupons_bg_use@2x.png)no-repeat;
    background-size: 100% 100%;
    padding: 1rem;
    box-sizing: border-box;
    color: #ffffff;
}
.coupon-game-list .coupon-game-item.invalid{
    background: url(../images/coupon/coupons_bg_nouse@2x.png)no-repeat;
    background-size: 100% 100%;
}
.coupon-detail-box{
    width: 100%;
    height: 7.278rem;
}
.coupon-game-list .coupon-num{
    width: 10.17rem;
    padding-left: 1.15rem;
    box-sizing: border-box;

}
.coupon-money{
    font-size: 2.34rem;
    color: #ffffff;
}
.coupon-use-condition{
    margin-top: 0.5rem;
    font-size: 0.94rem;
    color: #ffffff;
}
.coupon-money>span{
    font-size: 1.09rem;
    color: #ffffff;
    display: inline-block;
    vertical-align: super;
}
.coupon-game-list  .divide-line{
    margin-left: 0.4rem;
    margin-right: 0.4rem;
    position: relative;
    top: -0.05rem;
}
.coupon-name-date .coupon-name{
    font-size: 1.25rem;
    width:100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.coupon-name-date .coupon-date{
    margin-top: 0.6rem;
    font-size: 0.94rem;
}
.coupon-game-item .coupon-number {
    position: absolute;
    display: block;
    text-align: center;
    font-size: 1.09rem;
    color: #ffffff;
    width: 6.5rem;
    margin-top: 0.1rem;
}
.coupon-game-item .coupon-btn{
    margin-left: auto;
    width:6.5rem;
    height: 2.347rem;
    border-radius: 9.9rem;
    background: #ffffff;
    color: #FF8F18;
    font-size:1.09rem ;
    line-height: 2.347rem;
    text-align: center;
    margin-right: 1rem;
    display: block;
}
.coupon-game-item .coupon-btn.no-use{
background: rgb(255, 204, 167)
}
.coupon-game-item .coupon-btn.no-bg{
    background: transparent;
    color: #ffffff;
    height: auto;
}
.coupon-game-item.invalid .coupon-btn{
    color: #999999;
}
.coupon-name-date{
    max-width: 15rem;
}
.coupon-game-item .coupon-scope{
    width:100%;
    height: 2.5rem;
    line-height: 2.5rem;
    font-size:0.934rem ;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 0.5rem;
    box-sizing: border-box;
}

/* .swiper-box {
    display: none;
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;

    background-color: black;
    box-sizing: border-box;
} */

.swiper-box {
    display: none;
    width: 100%;  /* 改为100%而不是100vw，更好的适配性 */
    max-width: 500px; /* 添加最大宽度限制 */
    height: 100vh;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 50%;  /* 配合transform实现居中 */
    transform: translateX(-50%); /* 实现水平居中 */
    background-color: black;
    box-sizing: border-box;
}

.swiper-box .gameBottom {
    width: 100%;
    height: 100%;
}

.swiper-box .swiper-slide {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-box img {
    width: 100%;
}
.swiper-box .swiper-pagination-bullet {
    background-color: #fff!important;
}
.swiper-box .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 5rem!important;
}
/* 游戏详情页面的 */
.recharge_title {
    margin-left: 0;
}
.oneDayRebate{
    margin-left: 0.2rem;
    font-family: 'PingFang SC';
    font-weight: 500;
    color: #999999;
    font-size: 0.34rem;
}
.recharge {
    margin-top: 0.5rem;
    font-family: 'PingFang SC';
    font-weight: 500;
    color: #333333;
    font-size: 0.38rem;
}
.recharge img {
    width: 3%;
    padding-right: 0.7rem;
}
.percent {
    color: #FF0000;
}
.textRecharge {
    color: #222222;
}
.chargeFenge {
    margin: 0.6rem 0 1rem 0;
}
.game_detail_item_titles a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.game_detail_item_titles .vipImage {
    width:5rem;
    height: 1.89rem;
}
.game_detail_item_titles .vipText {
    color: #593218;
    margin-top: 0;
    font-weight: bold;
    font-size: 1.31rem!important;
    margin-left: 1.21rem!important;
}
.game_detail_item_titles  .jiantouIcon {
    width: 0.47rem;
    height: 0.84rem;
}
.detailContent{
    background: #fff;
    padding-bottom: 1.5rem;
    color: #666666;
}
.newClear {
    padding-left: 0.9rem;
}
.playVideoIcon {
    display: inline-block;
    width: 3.31rem;
    height: 3.31rem;
    background-image: url(../images/ico_bofang.png);
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}
.videoSwiperSlider .videoMainBox {
    width: 100%;
    height: 100%;
    position: relative;
}
.videoMainBox img {
    width: 100%!important;
    position: absolute!important;
    top: 0!important;
    left: 0!important;
    z-index: 9!important;
    object-fit: fill!important;
}


@media screen and (max-width:320px) and (orientation:portrait){
    .game_detail_imgground .swiper-slide{
        height: 17.3rem!important;
    }
    .game_detail_imgground .swiper-slide img{
        /* width: 100%; */
        width: auto;
        height:100%;
        /* height: 17.3rem!important; */
    }
    .game_bag_con_title{
        margin-top: 1rem!important
    }
    .bag_infocon_modal_header{
        height: 3rem!important;

    }
    .bag_infocon_modal_header p{
        position: relative;
        top: 0.7rem!important
    }
    .bag_open_modals span{
        position: absolute;
        top: 32.5%;
    }
    .maybe_like_firstline_right{
        margin-right: 1rem!important;
    }
    .game_detail_item_con_title{
        width: 20rem!important;
    }
    .game_detail_page_header{
        height: 13rem!important;
    }
    .game_detail_item_con_into{
        margin-right: 1.2rem!important;
    }
    .game_detail_gameopen_item .opengameinfo{
        width: 19rem!important;
    }
    .game_detai_header_info_cons{
        width: 14rem;
    }
    .game_detail_bag_con{
        padding-top: 0rem!important
    }
    .game_detai_header_info_cons_title{
        margin-bottom: 0.3rem!important
    }
    .game_detail_page_header_title_info{
        height: 8rem;;
    }
    .game_detai_header_info_img{
        background-color: #e2e2e2;
        width: 5.5rem;
        height: 5.5rem;
        margin-top: 1.2rem;
        margin-left: 0.7rem;
    }
    .game_detai_header_info_img img{
        width: 5.5rem!important;
        height: 5.5rem!important;

    }
    .game_detai_header_info_cons_title{
        margin-top: 1.2rem!important;
    }
    .game_detai_header_info_cons_btnground div{
        max-width:5.2rem;
    }
    .cons_down_fgx{
        margin-left: 0.4rem;
        margin-right: 0.4rem;
    }
    .game_detail_page_remark{
        margin-top: 2.9rem!important
    }
    .game_detail_imgground{
        height: 18rem!important;
    }
    
}
.game_detai_header_info_cons_type span:after{
    content: ',';
    display: inline-block;
    /* margin: 0 0.42rem; */
    margin: 0 0rem 0 0.3rem;
}
.game_detai_header_info_cons_type span:last-child:after {
    content: '';
}
.layui-layer-nobg{
    box-shadow: none !important;
}
.layui-layer-nobg .layui-layer-content{
border-radius: 0 !important;
}
.vipTable{
    width: 100%;
    height: auto;
    object-fit: fill;
}
.start_btn{
  
    width: 44.385%;
    height: 3.2rem;
    line-height: 3.2rem;
    text-align: center;
    color: #fff;
    border-radius: 0.5rem;
    margin-left: 3%;
    font-size: 1.45rem;
    color: #018fff;
    border: 0.1rem solid #018fff;
    margin: 0.25rem 0 0.25rem 3.3%;
}