.main {
    margin: 0 auto;
    max-width: 7.5rem;
    width: 100%;
    min-height: 100vh;
}
a {
    display: contents;
}
.head_nav .head_left {flex: 0 0 15%;}
.head_nav .head_title {
    flex-grow: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.head_nav .head_right {flex: 0 0 15%;text-align: right;}
.go_back {
    color: #FFFFFF;
}
.download_img {
    margin-left: 0rem !important;
    margin-right: 0.24rem;
    color: #FFFFFF;
}
.game_video {
    margin-top: 0.88rem;
}
.game_video video {
    width: 100%;
}
.game_item {
    margin: 0.2rem 0.24rem;
    height: 1.6rem;
    display: flex;
}
.end_margin {
    margin-right: 0.24rem;
}
.game_item img {
    width: 1.6rem;
    height: 1.6rem;
    /* border-radius: 0.2rem; */
}
.item {
    margin-left: 0.2rem;
    width: 3.9rem;
    flex-grow: 1;
}
.game_info {
    display: flex;
    width: 100%;
    align-items: center;
}
.game_title {
    color: #333333;
    font-size: 0.38rem;
    max-width: 3.9rem;
    font-weight: bold;
    text-overflow: ellipsis;
    overflow: hidden;
    /*display: -webkit-box;*/
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;

    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
}
.game_alias {
    color: #996600;
    border: solid 0.01rem #996600;
    padding: 0.02rem;
    border-radius: 0.05rem;
    font-weight: normal;
    font-size:0.18rem;
    margin-left: 0.1rem;
}
.i1 {
    margin: 0.15rem 0.05rem;
    font-size: 0.26rem;
    font-weight: 500;
    color: #999999;
}
.i2 {
    margin-left: 0.2rem;
}
.game_label {
    margin-right: 0.1rem;
    margin-top: 0.05rem;
    padding: 0.01rem 0.1rem;
    font-size: 0.22rem;
    color: #FFFFFF;
    border-radius: 0.06rem;
    height: 0.33rem;
    overflow: hidden;
    white-space: nowrap;
    max-width: 1.2rem;
}
.tags div:nth-child(1) {
    background: #4DCBD6;
}
.tags div:nth-child(2) {
    background: #47BF8D;
}
.tags div:nth-child(3) {
    background: #59ABFD;
}
.game_rebate_sign {
    display: flex;
    align-items: center;
    justify-items: center;
}
.game_rebate_sign img {
    width: 1.2rem;
    height: 1.2rem;
}
/* 折扣 */
.charge_discount {
    margin-top: 0.15rem;
    /*position: absolute;*/
    right: 0.24rem;
}
.game_discount_sign {
    margin-top: 0.15rem;
    width: 1.2rem;
    display: block;
    justify-content: center;
}
.discount_first_charge {
    width: 1.2rem;
    height: 0.9rem;
    background: #FF5D5D;
    border-radius: 0.02rem 0.02rem 0rem 0rem;
}
.first_charge {
    padding: 0.03rem;
    font-size: 0.22rem;
    font-weight: 400;
    color: #FFFFFF;
}
.first_discount {
    font-size: 0.36rem;
    font-weight: 500;
    color: #FFFFFF;
    text-align: center;
}
.discount_charge {
    height: 0.4rem;
    line-height: 0.4rem;
    background: #FFFFFF;
    border: 0.01rem solid #FF5D5D;
    border-radius: 0rem 0rem 0.02rem 0.02rem;
    font-size: 0.22rem;
    font-weight: 400;
    color: #FF5D5D;
    text-align: center;
}
/*  优惠券、省钱卡*/
.scroll-div {
    white-space: nowrap;
    overflow-x: auto;
    width: auto;
    margin-left: 0.24rem;
    margin-right: 0.24rem;
    border-radius: 0.1rem;
}
::-webkit-scrollbar {
    /* 隐藏滚动条，但依旧具备可以滚动的功能 */
    display: none
}
.scroll-div div:first-child {
    margin-left: 0;
}
.coupon {
    margin: 0rem;
    margin-left: 0.15rem;
    display: inline-block;
    width: 2.4rem;
    height: 1rem;
    position: relative;
    background-image: url("../images/coupon.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #FFFFFF;
}
.saving_card {
    background-image: url("../images/details_card.jpg");
}
.received {
    background-image: url("../images/coupon_received.png");
}
.start_margin {
    margin-right: 0.24rem;
}
.coupon_info {
    position: absolute;
    top: 0rem;
    height: 1rem;
    line-height: 1rem;
    width: 1.9rem;
    text-align: center;
}
.coupon_price {
    display: flex;
    height: 0.5rem;
    line-height: 0.5rem;
    justify-content: center;
}
.price_sign {
    margin-top: 0.15rem;
    height: 0.5rem;
    font-size: 0.26rem;
    font-weight: 500;
    color: #FFFFFF;
}
.coupon_amount {
    margin-left: 0.02rem;
    margin-top: 0.1rem;
    height: 0.5rem;
    font-size: 0.38rem;
    font-weight: 400;
    color: #FFFFFF;
}
.min_pay_amount {
    height: 0.5rem;
    line-height: 0.5rem;
    font-size: 0.22rem;
    font-weight: 500;
    color: #FFF4F2;
    text-align: center;
}
/* 时间轴 */
.game_time_axis {
    margin: 0.2rem 0.24rem 0rem;
    height: 1.8rem;
    background: #F7F7F7;
    border-radius: 0.1rem;
}
.item_time_axis {
    display: flex;
    margin: auto 0.18rem;
}
.game_time_axis img {
    margin-top: 0.28rem;
    width: 0.16rem;
    height: 0.16rem;
}
.scroll-axis {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    margin-left: 0.1rem;
    margin-right: 0.1rem;
}
.sketch_time_axis {
    display: flex;
    padding: 0.19rem 0.2rem 0.15rem;
    height: 0.25rem;
    align-items: center;
}
.title_time_axis {
    font-size: 0.26rem;
    font-weight: bold;
    color: #333333;
}
.remarks_time_axis {
    font-size: 0.22rem;
    font-weight: Medium;
    color: #999999;
}
.scroll_time_axis {
    display: inline-block;
    margin-left: -0.1rem;
    min-width: 2.2rem;
    height: 1rem;
    justify-content: center;
    text-align: center;
}
.server_enable .time_axis {
    color: #14b9c5;
}
.server_enable .straight_spot {
    background: #14b9c5
}
.server_enable .describe_time_axis {
    background: #14b9c5
}
.time_axis {
    height: 0.35rem;
    font-size: 0.22rem;
    font-weight: 400;
    color: #999999;
}
.straight_line {
    display: flex;
    height: 0.01rem;
    line-height: 0.01rem;
    background: #B3B3B3;
    align-items: center;
    justify-content: center;
}
.straight_spot {
    width: 0.1rem;
    height: 0.1rem;
    background: #B3B3B3;
    border-radius: 50%;
}
.time_axis_name {
    display: flex;
    margin-top: 0.15rem;
    line-height: 0.7rem;
    justify-content: center;
}
.describe_time_axis {
    background: #B3B3B3;
    border-radius: 0.3rem;
    padding: 0rem 0.13rem;
    height: 0.42rem;
    line-height: 0.45rem;
    text-align: center;
    font-size: 0.22rem;
    font-weight: 400;
    color: #FFFFFF;
}
.describe_time_axis span {max-width: 1.3rem;overflow: hidden;display: inline-block;}
/*福利  评论  活动  交易  礼包*/
.game_attribute_item {
    margin-top: 0.2rem;
    margin-bottom: 1.4rem
}
.tab-bar {
    margin-top: 0.4rem;
    display: flex;
    width: 100%;
    height: 0.6rem;
    background: #FFFFFF;
    justify-content: center;
    align-items: center;
}
.uni-tab-item {
    width: 30%;
    display: inline-block;
    text-align: center;
}
.uni-tab-item-title {
    font-size: 0.28rem;
    font-weight: bold;
    color: #999999;
}
.tab-active .uni-tab-item-title {
    color: #333333;
}
.uni-tab-item-title-line {
    width: 0.8rem;
    height: 0.06rem;
    background: #14b9c5;
    border-radius: 0.03rem;
    display: none;
}
.tab-active .uni-tab-item-title-line {
    display: block;
}
.split_line {
    margin-top: 0.15rem;
    height: 0.01rem;
    background: #E5E5E5;
    width: 100%;
    display: flex;
    justify-content: center;
}
.swiper-box {
    flex: 1;
}
.swiper-item {
    flex: 1;
    flex-direction: row;
}
.scroll-v {
    flex: 1;
    width: 7.5rem;
    width: 100%;
}
.footer_box {
    display: flex;
    padding: 0.22rem 0.3rem;
    width: 6.9rem;
    position: fixed;
    bottom: 0;
    background: #FFFFFF;
    justify-content: center;
    align-items: center;
    margin-bottom: constant(safe-area-inset-bottom);
    margin-bottom: env(safe-area-inset-bottom);
}
.game_footer_div {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    justify-items: center;
    width: 1rem;
}
.block-fav {/*width: 0.8rem;*/cursor: pointer;}
.block-share {cursor: pointer;}
.game_footer_img {
    width: 0.48rem;
    height: 0.48rem;
    background-size: contain;
    background-repeat: no-repeat;
    flex: 0 0 100%;
    background-position: center;
}
.icon-share {
    background-image: url("../images/details_share.png");
}
.icon-favorite {
    background-image: url("../images/details_collection_1.png");
}
.icon-favorited {
    background-image: url("../images/details_collection_2.png");
}
.icon-comment {
    background-image: url("../images/details__comment_2.png");
}
.icon-commented {
    background-image: url("/h5/app/comment/images/comment_comment_2.png");
}
.start_game {
    margin: 0 auto;
    width: 4.02rem;
    text-align: center;
    height: 0.76rem;
    line-height: 0.76rem;
    background: #14b9c5;
    border-radius: 0.38rem;
    font-size: 0.3rem;
    font-weight: 400;
    color: #FFFFFF;
    animation: twinkle .6s infinite alternate;
    -moz-animation: twinkle .6s infinite alternate;
    -ms-animation: twinkle .6s infinite alternate;
    -webkit-animation: twinkle .6s infinite alternate
}
@keyframes twinkle {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1)
    }
    100% {
        -webkit-transform: scale(0.95);
        -moz-transform: scale(0.95);
        -ms-transform: scale(0.95)
    }
}
@-moz-keyframes twinkle {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1)
    }
    100% {
        -webkit-transform: scale(0.95);
        -moz-transform: scale(0.95);
        -ms-transform: scale(0.95)
    }
}
.game_footer_title {
    margin-top: 0.1rem;
    font-size: 0.24rem;
    font-weight: 500;
    color: #333333;
    line-height: 0.36rem;
}
.remind_button {
    margin: 0 auto;
    width: 6rem;
    text-align: center;
    height: 0.84rem;
    border-radius: 0.42rem;
    background: #333333;
    display: flex;
    justify-content: center;
    align-items: center;
}
.remind_button img {
    width: 0.56rem;
    height: 0.56rem;
}
.remind_content {
    font-size: 0.3rem;
    font-weight: bold;
    color: #FFFFFF;
}
.remind_ad {
    margin-top: 0.03rem;
    font-size: 0.24rem;
    font-weight: 400;
    color: #D6B8B2;
}
/**welfare*/
.scroll_div {
    white-space: nowrap;
    overflow-x: auto;
    width: auto;
    margin-left: 0.24rem;
    margin-right: 0.24rem;
    padding-top: 0.2rem;
}
.rebate_notice {
    margin: auto 0.24rem;
    height: 0.6rem;
    background: #FFF2F2;
    border-radius: 0.06rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.rebate_notice_sige {
    height: 0.3rem;
}
.rebate_notice_jump {
    margin-left: 0.1rem;
    width: 0.16rem;
    height: 0.18rem;
    border-radius: 0.01rem;
}
.rebate_notice_title {
    margin-left: 0.1rem;
    max-width: 6rem;
    font-size: 0.26rem;
    font-weight: 500;
    color: #FF7171;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.scroll_div_item {
    display: inline-block;
    width: 2.1rem;
    height: 3.5rem;
    background: #FFFFFF;
}
.scroll_div_item img {
    width: 2.1rem;
    height: 3.5rem;
    border-radius: 0.1rem;
}
.game_introduction {
    margin: 0.3rem 0.25rem 0rem;
}
.game_welfare_label {
    display: flex;
    height: 0.44rem;
    line-height: 0.44rem;
    align-items: center;
}
.game_sign {
    width: 0.21rem;
    height: 0.24rem;
}
.game_attribute {
    flex-grow: 1;
    margin-left: 0.2rem;
    font-size: 0.26rem;
    font-weight: bold;
    color: #333333;
}
.rebate_sign {
    margin-right: 0.24rem;
    width: 1.1rem;
    background: #CCCCCC;
    border-radius: 0.2rem;
    font-size: 0.2rem;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
}
.sign_bg {
    background: #FF5D5D;
}
.game_content {
    font-size: 0.26rem;
    font-weight: 400;
    color: #666666;
    line-height: 0.5rem;
    overflow: auto;
    position: relative;
}
.hide {
    height: 1.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
}
.txt_expand {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 1rem;
    background: #fff;
    width: 1rem;
    height: 0.5rem;
}
.txt_fold {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    bottom: 0;
    visibility: hidden;
    width: 1rem;
    height: 0.5rem;
}
.slide_box {
    font-size: 0.26rem;
    font-weight: 400;
    color: #14b9c5;
}
.slide_box_img {
    margin: 0.1rem;
    width: 0.17rem;
    height: 0.18rem;
}
.game_remarks {
    margin-left: 0.24rem;
    font-size: 0.26rem;
    font-weight: 400;
    color: #FF5D5D;
    line-height: 0.44rem;
}
.guess_like {
    display: flex;
    margin: 0.3rem 0.24rem;
    font-size: 0.34rem;
    font-weight: bold;
    color: #333333;
}
.scroll_div_guess_like {
    margin-right: 0.24rem;
    display: inline-block;
}
.scroll_div_guess_like img {
    width: 1.3rem;
    height: 1.3rem;
    border-radius: 0.3rem;
}
.guess_like_name {
    margin-top: 0.2rem;
    font-size: 0.26rem;
    font-weight: 400;
    color: #333333;
    width: 1.3rem;
    display: flex;
    justify-content: center;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
}
.guess_like_download_bg {
    background: #F5FAFA;
    margin-top: 0.1rem;
    border-radius: 0.27rem;
    width: 1.1rem;
    line-height: 0.44rem;
    height: 0.44rem;
    text-align: center;
}
.guess_like_download {
    font-size: 0.26rem;
    font-weight: 400;
    color: #14b9c5;
}
/* 评论 */
.comment_item {
    padding: 0.2rem 0.24rem;
    position: relative;
}
.commemt_user {
    display: flex;
    align-content: space-between;
    align-items: center;
}
.commemt_user .user_icon {
    width: 0.6rem;
    height: 0.6rem;
}
.commemt_user .user_icon img {
    width: 100%;
    border-radius: 50%;
}
.commemt_user .user_name {
    margin-left: 0.2rem;
    flex: 1;
    font-size: 0.26rem;
    font-weight: 500;
    color: #666666;
}
.commemt_user .comment_integral {
    display: flex;
    align-items: center;
}
.commemt_user .comment_integral img {
    width: 0.32rem;
    height: 0.32rem;
    margin-right: 0.08rem;
    line-height: 0.6rem;
    text-align: center;
}
.commemt_user .comment_integral span {
    font-size: 0.24rem;
    font-weight: 400;
    color: #FF5D5D;
    line-height: 0.6rem;
    text-align: center;
}
.commemt_content {
    margin: 0.2rem 0 0 0.8rem;
    font-size: 0.26rem;
    font-weight: 400;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
    line-height: 0.44rem;
    max-height: 1.40rem;
}

.more_content{
    position: absolute;
    bottom: 0;
    right: 0.1rem;
    z-index: 2;
    cursor: pointer;
}
.more_content a{
    font-size: 0.26rem;
    font-weight: 400;
    color: #14b9c5;
}

.comment_reply {
    margin-left: 0.8rem;
    padding: 0.24rem 0.27rem;
    background: #F7F7F7;
    border-radius: 0.12rem;
}

.comment_reply .reply_content {
    font-size: 0.26rem;
    font-weight: 400;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    position: relative;
    line-height: 0.44rem;
    max-height: 1.40rem;
}
.comment_reply .comment_user{
    font-size: 0.26rem;
    font-weight: 400;
    color: #666666;
}
.comment_reply .more_reply a {
    font-size: 0.26rem;
    font-weight: 400;
    color: #14b9c5;
    line-height: 0.44rem;
}
.comment_time {
    flex: 1;
    font-size: 0.24rem;
    font-weight: 400;
    color: #999999;
}
.comment_other_info {
    margin-top: 0.25rem;
    margin-left: 0.8rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.comment_split_line{
    border-bottom: 0.01rem solid #E5E5E5;
    padding-bottom: 0.2rem;
}
.comment_other_info .reply_number {
    margin-right: 1.1rem;
    width: 0.28rem;
    height: 0.28rem;
    background-image: url("/h5/app/comment/images/comment_comment.png");
    background-size: contain;
    background-repeat: no-repeat;
}
.comment_link {
    position: absolute;
    left: 0.8rem;
    top: 0;
    right: 0.24rem;
    bottom: 1rem;
    display: inline-block;
}
/*.commented{
    background-image: url("/h5/app/comment/images/comment_comment_2.png") !important;
}*/
.comment_other_info .number {
    padding-left: 0.35rem;
    font-size: 0.24rem;
    font-weight: 400;
    color: #999999;
}
.comment_other_info .comment_support {
    width: 0.28rem;
    height: 0.28rem;
    margin-right: 0.8rem;
    background-image: url("/h5/app/comment/images/comment_praise_1.png");
    background-size: contain;
    background-repeat: no-repeat;
    font-size: 0.24rem;
    font-weight: 400;
    color: #999999;
}
.comment_praiseed{
    width: 0.28rem;
    height: 0.28rem;
    margin-right: 0.8rem;
    background-image: url("/h5/app/comment/images/comment_praise_2.png");
    background-size: contain;
    background-repeat: no-repeat;
    font-size: 0.24rem;
    font-weight: 400;
    color: #999999;
}
/* 活动 */
.activity_list {
    display: flex;
    margin: 0.1rem 0.24rem;
    height: 1.24rem;
    background: #F7F7F7;
    border-radius: 0.1rem;
    position: relative;
}
.activity_item {
    display: flex;
    margin: 0.3rem 0.3rem 0.14rem;
}
.activity_type {
    width: 1.14rem;
    height: 0.4rem;
    line-height: 0.4rem;
    background: #FF7171;
    border-radius: 0.04rem;
    font-size: 0.22rem;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
}
.activity_title {
    margin-left: 0.2rem;
    font-size: 0.26rem;
    font-weight: 400;
    color: #333333;
    max-width: 4.8rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.activity_date {
    margin-left: 0.3rem;
    font-size: 0.22rem;
    font-weight: 400;
    color: #999999;
}
.activity_url {
    position: absolute;
    right: 0;
    height: 1.24rem;
    line-height: 1.24rem;
    text-align: center;
}
.activity_url_img {
    margin-right: 0.3rem;
    width: 0.3rem;
    height: 0.3rem;
    /* background: #B3B3B3; */
    border-radius: 0.01rem;
}
.activity_expire {
    margin: 0.3rem auto;
    display: flex;
    justify-content: center;
}
.activity_expire_img {
    width: 1.92rem;
    height: 0.3rem;
}
/* 交易 */
.trade_list {
    margin: 0.4rem 0.24rem 0rem;
    height: 1.3rem;
    display: flex;
    justify-content: center;
}
.trade_game_img {
    width: 1.3rem;
    height: 1.3rem;
    background: #FFFFFF;
    border-radius: 0.3rem;
    display: inline-block;
}
.trade_game_info {
    margin-left: 0.2rem;
    font-size: 0.24rem;
    font-weight: 400;
    color: #999999;
    flex-grow: 1;
}
.trade_game_area {
    color: #FF876A;
    margin-bottom: 0.15rem;
}
.trade_game_content {
    margin-top: 0.15rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 4.05rem;
}
.trade_game_price {
    height: 1.3rem;
    line-height: 1.3rem;
    width: 1.3rem;
    text-align: center;
    font-size: 0.24rem;
    font-weight: bold;
    color: #FF7171;
}
/**礼包列表**/
.gift_list {
    margin: 0.2rem 0.24rem 0rem;
    display: inline-block;
}
.game_gift_type {
    margin-bottom: 0.3rem;
    font-size: 0.34rem;
    font-weight: bold;
    color: #333333;
}
.game_gift_item {
    margin-bottom: 0.2rem;
    display: flex;
    width: 7.02rem;
    background: #F7F7F7;
    border-radius: 0.1rem;
    align-items: center;
}
.game_gift_info {
    margin: 0.3rem 0.2rem;
    width: 5.24rem;
}
.game_gift_name {
    font-size: 0.3rem;
    font-weight: bold;
    color: #333333;
}
.game_gift_des {
    margin: 0.18rem auto;
    max-width: 5.2rem;
    font-size: 0.26rem;
    font-weight: 500;
    color: #666666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.game_gift_surplus {
    font-size: 0.24rem;
    font-weight: 500;
    color: #FF5D5D;
}
.gift_code {
    color: #14b9c5 !important;
}
.gift_operation {
    width: 1.1rem;
    height: 0.48rem;
    line-height: 0.48rem;
    background: #14b9c5;
    border: 0.01rem solid #14b9c5;
    border-radius: 0.24rem;
    text-align: center;
    font-size: 0.26rem;
    font-weight: 500;
    color: #FFFFFF;
    cursor: pointer;
}
.gift_operation_complete {
    width: 1.1rem;
    height: 0.48rem;
    line-height: 0.48rem;
    background: #FFFFFF;
    border: 0.01rem solid #FFFFFF;
    border-radius: 0.24rem;
    text-align: center;
    font-size: 0.26rem;
    font-weight: 500;
    color: #14b9c5;
    cursor: pointer;
}
/*img preview*/
.mask-img-preview {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1001;
    width: 100%;
    height: 100%;
    display: none;
}
.mask-img-preview .overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1002;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 1.0);
}
.mask-img-preview .floor {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1003;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.mask-img-preview .floor img {width: 100%;}
/*iOS setup*/
.mask {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1001;
    width: 100%;
    height: 100%;
    display: none;
}
.mask .mask-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1002;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
.mask .floor {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1003;
    width: 70%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.mask .floor .sign {height: 3rem;border-radius: 0.20rem;-webkit-border-radius: 0.20rem;-moz-border-radius: 0.20rem;background: #fff;}
.mask .floor .sign .up {width: 100%;display: flex;justify-content: center;align-items: center;flex-direction: column;}
.mask .floor .sign .up .text {width: 100%;}
.mask .floor .sign .up .text div {float: left;margin: .38rem 0 .32rem 0;font-size: 0.26rem;font-family: PingFang-SC-Regular;color: #333333;width: 33.33%; text-align: center;}
.mask .floor .sign .up .logo {margin: 0 12%;display: flex;justify-content: center;align-items: center;}
.mask .floor .sign .up .logo .number1, .mask .floor .sign .up .logo .number2, .mask .floor .sign .up .logo .number3 {width: .6rem;height: .6rem;background: url(../images/vip_pop_step_1.png) no-repeat center;background-size: .6rem;}
.mask .floor .sign .up .logo .progress {position: relative;width: 1rem; height: .02rem; background-color: #EEE;}
.mask .floor .sign .up .logo .progress .bg-blue {background-color: #14b9c5 !important;}
.mask .floor .sign .up .logo .progress .progress-bar {position: absolute;left: 0;top: 0;width: 0;max-width: 100%;height: .02rem;text-align: right;background-color: #5FB878;transition: all 1s;-webkit-transition: all 1s;}
.mask .floor .sign .up .logo .number2 {background: url(../images/vip_pop_step_2.png) no-repeat center;background-size: .6rem;}
.mask .floor .sign .up .logo .number3 {background: url(../images/vip_pop_step_3.png) no-repeat center;background-size: .6rem;}
.mask .floor .sign .up .logo .select_pic {background: url(../images/vip_pop_success.png) no-repeat center;background-size: .6rem;}
.mask .floor .sign .down {float: left; margin: .2rem auto; width: 100%;text-align: center;font-size: 0.26rem;font-family: PingFang-SC-Regular;color: #FF5D5D;}
.aoto_rebate {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1001;
    width: 100%;
    height: 100%;
    display: none;
}
.aoto_rebate_overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1002;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
}
.aoto_rebate_ctx {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    width: 65%;
    background-color: #FFFFFF;
    border-radius: 0.1rem;
    text-align: center;
}
.aoto_rebate_title {font-size: 0.28rem; flex: 0 0 100%;padding: 0.2rem 0 0.3rem 0;height: 0.4rem;}
.aoto_rebate_des {flex-grow: 1;padding: 0 0.5rem;line-height: 150%;color: #333333;}
.aoto_rebate_close_btn {
    flex: 0 0 100%;
    background-color: #14b9c5;
    color: #FFFFFF;
    height: 0.6rem;
    line-height: 0.6rem;
    margin-top: 0.4rem;
    border-bottom-left-radius: 0.1rem;
    border-bottom-right-radius: 0.1rem;
}

/* IOS超级签支付弹窗*/
.ios-currency-mask {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    color: white;
    z-index: 10;
}
.currency-container {
    position: absolute;
    bottom: 0;
    z-index: 20;
    width: 100%;
    background: #ffffff;
    border-top-left-radius: 0.2rem;
    border-top-right-radius: 0.2rem;
}
.head_title_recharge{
    margin: 0.25rem 0.26rem 0.1rem;
    display: flex;
    align-content: space-between;
}

.close img{
    width: 0.32rem;
    height: 0.32rem;
}
.nav_title_recharge{
    font-size: 0.32rem;
    font-weight: bold;
    color: #000000;
    line-height: 0.44rem;
    flex-grow: 1;
}
.recharge_explain{
    margin: auto 0.48rem;
    font-size: 0.26rem;
    font-weight: 400;
    color: #666666;
    line-height: 0.44rem;
}
.recharge_amount_item{
    margin: 0.15rem 0.48rem;
    display: flex;
    justify-content: center;
}

.recharge_new_user{
    width: 2.14rem;
    height: 2.55rem;
    background: #FFFFFF;
    border: 0.03rem solid #CCCCCC;
    border-radius: 0.2rem;
    margin-right: 0.2rem;
}
.recharge_old_user{
    width: 4.16rem;
    height: 2.55rem;
    background: #FFFFFF;
    border: 0.03rem solid #CCCCCC;
    border-radius: 0.2rem;
}
.user_selected{
    border: 0.03rem solid #FF5D5D;
}

.sign_new_user{
    margin-top: -0.01rem;
    margin-left: -0.02rem;
    width: 1.32rem;
    height: 0.36rem;
    background: #FF5D5D;
    border-radius: 0.2rem 0 0.20rem 0;
    font-size: 0.22rem;
    font-weight: 500;
    color: #FFFFFF;
    text-align: center;
}

.recharge_price{
    text-align: center;
}
.recharge_price .amount_sign{
    font-size: 0.32rem;
    font-weight: bold;
    color: #333333;
}
.recharge_price .price_value{
    font-size: 0.56rem;
    font-weight: bold;
    color: #333333;
}
.price_explain_title{
    padding-top: 0.1rem;
    text-align: center;
    font-size: 0.26rem;
    font-weight: 500;
    color: #666666;
    line-height: 0.3rem;
}
.price_explain_content{
    margin: 0.2rem 0.12rem auto;
    height: 0.8rem;
    background: #FFEBEB;
    border-radius: 0.12rem;
    text-align: center;
    font-size: 0.26rem;
    font-weight: 500;
    line-height: 0.32rem;
}
.download_term{
    padding-top: 0.1rem;
    font-size: 0.26rem;
    font-weight: 400;
    color: #FF5D5D;
}
.download_times{
    font-size: 0.26rem;
    font-weight: 400;
    color: #FFA582;
}

.recharge_old_user .old_user{
    padding-top: 0.36rem;
}
.price_explain_item{
    margin: 0.2rem 0.12rem auto;
    height: 0.8rem;
    display: flex;
    justify-content: space-between;
}
.old_user_welfare{
    width: 1.9rem;
    height: 0.8rem;
    background: #FFEBEB;
    border-radius: 0.12rem;
    text-align: center;
    line-height: 0.32rem;
}
.payment_method_title{
    margin: 0.1rem 0.24rem;
    font-size: 0.32rem;
    font-weight: bold;
    color: #333333;
}
.payment_method_item{
    margin: 0.2rem 0.48rem 0.3rem;
    display: flex;
    justify-content: space-between;
}

.payment_type {
    width: 45%;
    display: flex;
    align-items: center;
}

.payment_type .left_img {
    width: 0.54rem;
}
.payment_type img {
    width: 100%;
}
.payment_type .mid_text {
    flex-grow: 1;
    font-size: 0.28rem;
    font-weight: 700;
    margin-left: 0.1rem;
    color: #333333;
    line-height: 0.36rem;
}

.payment_type .right_img {
    width: 0.4rem;
    height: 0.4rem;
    background-image: url("/h5/app/detail/images/recharge_selected_2.png");
    background-repeat: no-repeat;
    background-size: contain;
}
.selected .right_img {
    background-image: url("/h5/app/detail/images/recharge_selected_1.png");
}
.pay_btn {
    margin: 0 0.24rem 1rem;
    height: 0.8rem;
    line-height: 0.8rem;
    background: #14b9c5;
    border-radius: 0.2rem;
    text-align: center;
}
.pay_btn a,.pay_btn span {
    font-size: 0.32rem;
    font-weight: 500;
    color: #FFFFFF;
}