.main {
    margin: 0 auto;
    max-width: 7.5rem;
    width: 100%;
    min-height: 100vh;
}
.header {
    height: 0.88rem;
    height: calc(0.88rem + constant(safe-area-inset-top));
    height: calc(0.88rem + env(safe-area-inset-top));
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    background-color: #FFFFFF;

}
.header-fixed {
    width: 100%;
    background-color: #FFFFFF;
    height: 0;
    height: constant(safe-area-inset-top);
    height: env(safe-area-inset-top);
}
.header_content{
    display: flex;
    align-items: center;
    background-color: #FFFFFF;
    width: 7.02rem;
    margin: 0 auto;
}
.input_search {
    height: 0.6rem;
    line-height: 0.6rem;
    width: 6.22rem;
    background-color: #f5f5f5;
    border-radius: 0.3rem;
    position: relative;
    display: flex;
    align-items: center;
}
.search_zoom {
    position: absolute;
    left: 0.2rem;
}
.search_zoom img{
    width: 0.28rem;
    height: 0.28rem;
}
.search_box {
    padding-left: 0.65rem;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.26rem;
    width: 5.12rem;
    background-color: #f5f5f5;
    border-radius: 0.3rem;
    color: #999999;
}
/*.input_search input {
    padding-left: 0.65rem;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.26rem;
    width: 5.12rem;
    background-color: #f5f5f5;
    border-radius: 0.3rem;
}*/

.icon-btn {
    margin-left: 0.3rem;
    line-height: 0.88rem;
}
.icon-btn a{
    display: inline-block;
}

.download_sign {
    width: 0.5rem;
    height: 0.5rem;
}

.rotation_padding_wrap{
    text-align: center;
    width: 100%;
    height: 2.9rem;
    overflow: hidden;
    padding-top: 1.02rem;
}
.rotation_padding_wrap img{
    width: 7.02rem;
    height: 2.9rem;
    border-radius: 0.2rem;
}

.category_list {
    margin: 0rem 0.24rem;
    display: flex;
    justify-content: space-between;
}
.category {
    margin-top: 0.3rem;
    text-align: center;
}
.category a {color: #000000;}
.category img {
    width: 0.88rem;
    height: 0.79rem;
}
.category .text{
    padding-top: 0.2rem;
}

.card_vertical, .card_banner{
    width: 7.02rem;
    margin: 0.3rem auto 0 auto;
}
.selected_games{
    height: 0.32rem;
    line-height: 0.32rem;
}
.selected_games_title {
    float: left;
    font-size: 0.34rem;
    font-weight: bold;
    color: #333333;
}

.selected_games_more {
    float: right;
}

.selected_games_more a{font-size: 0.24rem; font-weight: normal;color: #999999;}

.selected_games_list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
}

.selected_games_item {
    flex: 0 0 25%;
    margin-top: 0.4rem;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    position: relative;
}

.selected_games_item a {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
}

/**
 * 特价标签
 */
.special_offer {
    z-index: 2;
    height: 0.3rem;
    line-height: 0.3rem;
    padding: 0.02rem 0.1rem;
    font-size: 0.2rem;
    background: linear-gradient(60deg, #FF7F5D 0%, #FF4A4A 100%);
    border-radius: 0.15rem;
    color: #FFFFFF;
    position: absolute;
    top: -0.15rem;
    right: 0;
}

.selected_games_item img {
    width: 1.45rem;
    height: 1.45rem;
}

.selected_games_name {
    margin-top: 0.2rem;
    max-width: 1.5rem;
    font-size: 0.26rem;
    color: #333333;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    text-align: center;
}
.game_tags {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    height: 0.195rem;
}

.selected_games_label {
    font-size: 0.22rem;
    display: inline-flex;
    font-weight: 500;
    color: #999999;
    margin-top: 0.1rem;
}

.interval {
    margin-left: 0.2rem;
}

.banner {
    margin-top: 0.3rem;
    position: relative;
}
.banner_mask{
    position: absolute;
    bottom: 0;
    height: 0.5rem;
    line-height: 0.5rem;
    width: 100%;
    text-align: center;
    color: #FFFFFF;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1));
    border-bottom-left-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}

.banner img {
    width: 100%;
    height: 2.9rem;
    border-radius: 0.2rem;
}

/**/
.card_horizontal,.card_poster{
    margin: 0.4rem 0rem 0rem 0.24rem;
}

.horizontal_list{
    margin-top: 0.3rem;
    overflow-x: auto;
    height: 5.2rem;
    display: -webkit-flex; /* Safari */
    -webkit-flex-flow: row-reverse wrap; /* Safari 6.1+ */
    display: flex;
    flex-flow: column;
    flex-wrap: wrap;
}

.game_list_item {
    width: 5.4rem;
    height: 1.5rem;
    margin-right: 0.2rem;
    margin-bottom: 0.15rem;
    background: #FFFFFF;
    border: 0.01rem solid #E6E6E6;
    box-shadow: #E6E6E6 0.02rem 0.02rem 0.06rem 0.02rem;
    border-radius: 0.1rem;
    display: flex;
}
.game_list_item a {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
.game_list_item img {
    margin: 0.1rem 0.15rem;
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 0.2rem;
}

.item {
    margin: 0.18rem 0.2rem 0.18rem 0rem;
    width: 3.7rem;
}

.game_info {
    display: flex;
    width: 100%;
    align-items: center;
}

.game_title {
    color: #333333;
    font-size: 0.30rem;
    /*max-width: 2.8rem;*/
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    flex-grow: 1;
    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;
}

.discount {
    margin-left: 0.2rem;
    width: 0.8rem;
    height: 0.32rem;
    color: #FFF000;
    background-image: url("/h5/app/public/images/list_label.png");
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
    text-align: center;
    line-height: 0.32rem;
}

.i1 {
    margin: 0.05rem 0.05rem;
    font-size: 0.24rem;
    color: #999;
    max-width: 1.2rem;
    overflow: hidden;
    white-space: nowrap;
}

.i2 {
    margin: 0.05rem 0.05rem;
    font-size: 0.24rem;
    color: #FF876A;
    max-width: 1.5rem;
    white-space: nowrap;
    overflow: hidden;
}

.game_label {
    margin-right: 0.1rem;
    padding: 0.01rem 0.1rem;
    font-size: 0.20rem;
    color: #FFFFFF;
    border-radius: 0.06rem;
    height: 0.3rem;
    overflow: hidden;
    white-space: nowrap;
}
.tags div:nth-child(1) {
    background: #4DCBD6;
}
.tags div:nth-child(2) {
    background: #47BF8D;
}
.tags div:nth-child(3) {
    background: #59ABFD;
}

.poster_list{
    overflow-x: auto;
    white-space:nowrap;
    width: auto;
}

.poster_list_item {
    margin: 0.3rem 0.2rem 0 0rem;
    display: inline-block;
    width: 2.4rem;
    position: relative;

}

.poster_list_item img {
    width: 2.4rem;
    height: 3.4rem;
    border-radius: 0.1rem;
}
.poster_bottom {
    position: absolute;
    bottom: 0;
    height: 1.2rem;
    width: 100%;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.9));
    border-bottom-left-radius: 0.1rem;
    border-bottom-right-radius: 0.1rem;
}
.shelf_time {
    position: absolute;
    top: 0.1rem;
    right: 0.1rem;
    padding: 0.08rem 0.1rem;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 0.08rem;
    font-size: 0.22rem;
    font-weight: 400;
    color: #FFFFFF;
}

.poster_list .game_name {
    position: absolute;
    bottom: 0.5rem;
    font-size: 0.3rem;
    font-weight: bold;
    color: #FFFFFF;
    width: 100%;
    overflow: hidden;
}

.poster_list .game_label_list {
    position: absolute;
    bottom: 0.13rem;
    left: 0.1rem;
    font-size: 0.24rem;
    color: #E6E6E6;
    width: 2rem;
    display: flex;
    align-items: center;
    height: 0.23rem;
    line-height: 0.23rem;
}

.label_interval {
    margin-right: 0.11rem;
}

.account_trade{
    margin: 0.5rem 0rem 0rem 0.24rem;
}

.account_list{
    overflow-x: auto;
    white-space:nowrap;
    width: auto;
}

.account_list_item {
    margin: 0.3rem 0.15rem 0 0rem;
    display: inline-block;
    width: 3.2rem;
    height: 3.2rem;
    position: relative;
    background: #FFFFFF;
    border: 0.01rem solid #E6E6E6;
    box-shadow: 0rem 0.02rem 0.04rem 0rem #E6E6E6;
    border-radius: 0.1rem;
}
.account_list_item img {
    width: 3.2rem;
    height: 1.7rem;
    border-radius: 0.1rem;
}

.account_games_name {
    margin: 0.15rem 0.2rem 0.12rem 0.2rem;
    width: 2.8rem;
    height: 0.28rem;
    line-height: 0.28rem;
    font-size: 0.3rem;
    color: #333333;
    font-weight: bold;
    text-overflow: ellipsis;
    overflow: hidden;
}

.account_games_des {
    margin: 0rem 0.2rem;
    font-size: 0.24rem;
    font-weight: 500;
    color: #999999;
    max-width: 2.6rem;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 0.28rem;
    line-height: 0.28rem;
}

.account_games_info {
    margin: 0.15rem 0.23rem 0.26rem 0.2rem;
    height: 0.32rem;
    line-height: 0.32rem;
}

.account_games_time {
    float: left;
    font-size: 0.2rem;
    font-weight: 400;
    color: #999999;
}

.price_sign {
    position: absolute;
    bottom: 0.15rem;
    margin-left: -0.15rem;
    font-size: 0.2rem;
    font-weight: 500;
    color: #FF5D5D;
}

.account_games_price {
    display: flex;
    float: right;
    font-size: 0.42rem;
    font-weight: bold;
    color: #FF5D5D;
}

.games_price {
    float: right;
    font-size: 0.42rem;
    font-weight: bold;
    color: #FF5D5D;
}

.games_cate{
    margin: 0.3rem 0.24rem 1.5rem 0.24rem;
}
.games_cate_title {
    font-size: 0.34rem;
    font-weight: bold;
    color: #333333;
}
.games_cate_list {
    display: flex;
    justify-content: space-around;
    flex-wrap: nowrap;
    align-items: center;
    flex-direction: row;
}
.games_cate_list .cat_big {
    width: 33%;
}

.games_cate_list .cat_small {
    width: 66%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.cate_list {
    display: flex;
    flex-wrap: wrap;
    flex: 0 0 50%;
    justify-content: center;
    align-items: center;
}

.item_cate{
    height: 0.7rem;
    width: 2.15rem;
    margin: 0.1rem 0;
    border-radius: 0.1rem;
    font-size: 0.3rem;
    font-weight: 500;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.games_cate_list .cat_big .item_cate{
    height: 1.6rem;
}

.game_link {position: absolute; top: 0; bottom: 0; left: 0; right: 0;display: inline-block;}

/* bottom download app */
.app {
    margin: 0 auto;
    width: 100%;
    max-width: 7.5rem;
    height: 1.20rem;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    bottom: 0;
    z-index: 1000;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    color: #FFFFFF;
    margin-bottom: var(--sab);
    visibility: hidden;
}
.app .app_logo img{
    width: 0.86rem;
    height: 0.86rem;
    border-radius: 0.1rem;
    margin: 0 0.25rem;
}
.app .app_title {flex-grow: 1;}
.app .app_title h1{font-size: 0.3rem;}
.app .app_btn {
    width: 1.65rem;
}
.app .app_btn a {
    width: 1.40rem;
    height: 0.60rem;
    text-align: center;
    line-height: 0.60rem;
    font-size: 0.26rem;
    background: #14b9c5;
    border-radius: 0.1rem;
    display: block;
    color: #FFFFFF;
}

/* activity pop box */
.pop_mask {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1001;
    width: 100%;
    height: 100%;
    display: none;
}
.pop_mask .pop_container {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1002;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
}
.pop_box {
    width: 5rem;
    height: 6.65rem;
}
.pop_close {height: 0.4rem;text-align: right;}
.pop_close span{
    width: 0.4rem;
    height: 0.4rem;
    background-image: url("/h5/app/public/images/pop_close.png");
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
    display: inline-block;
    margin-right: 0.1rem;
}
.pop_box img {
    width: 5rem;
}