.main {
    margin: 0 auto;
    max-width: 7.5rem;
    width: 100%;
    min-height: 100vh;
}
.header {
    height: 0.88rem;
    z-index: 10;
    background-color: #fff;
    top: 0rem;
    position: fixed;
    width: 100%;
}
.header_content{
    display: flex;
    align-items: center;
    margin: auto 0.24rem;
}
.game_nav {
    height: 0.6rem;
    width: 6.26rem;
    position: relative;
    display: flex;
    align-items: center;
}
.game_nav_type{
    margin-left: 0.3rem;
    font-size: 0.3rem;
    font-weight: 400;
    color: #333333;
}
.nav_select{
    font-size: 0.35rem;
    font-weight: bold;
}
.game_nav_block {
    height: 0.05rem;
    background: #14b9c5;
    border-radius: 0.03rem;
}

.icon-btn {
    margin-left: 0.3rem;
    height: 0.88rem;
    line-height: 0.88rem;
    display: flex;
    align-items: center;
}

.search_sign {
    width: 0.5rem;
    height: 0.5rem;
}
.split_line{
    height: 1rem;
    width: 100%;
    background-color: #F2F2F2;
}
.game_list {
    /*margin-bottom: 1.2rem;*/
    display: flex;
    flex-direction: row;
    height: calc(100vh - 2rem);
}
.left_list {
    width: 25%;
    background-color: #f2f2f2;
    overflow-y: auto;
}
.nav_row {
    width: 100%;
    height: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.2rem 0rem 0rem 0.2rem;
    font-size: 0.26rem;
    font-weight: 500;
    color: #333333;
    line-height: 0.3rem;
    position: relative;
}
.nav_row a {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}
.on{
    background-color: #FFFFFF;
    font-size: 0.3rem;
    font-weight: bold;
    color: #333333;
}

.nav_block {
    position: absolute;
    left: 0.24rem;
    width: 0.06rem;
    height: 0.3rem;
    background: #14b9c5;
    border-radius: 0.03rem;
}
.right_list{
    display: inline-block;
    background-color: #FFFFFF;
    margin: 0.2rem 0.2rem 0 0.2rem;
    overflow-y: auto;
    overflow-x: hidden;
    width: 75%;
}

.game_list_item {
    width: 100%;
    background: #FFFFFF;
    display: flex;
    margin-bottom: 0.4rem;
    position: relative;
}

.game_list_item img {
    width: 1.3rem;
    height: 1.3rem;
    border-radius: 0.2rem;
}
.game_link {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: inline-block;
}

.item {
    margin-left: 0.2rem;
    flex-grow: 1;
}

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

.game_title {
    color: #333333;
    font-size: 0.28rem;
    max-width: 2.9rem;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    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.3rem;
    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.1rem 0.05rem;
    font-size: 0.24rem;
    font-weight: 500;
    color: #999999;
}

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

.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;
}