.hiden {
    display: none !important;
}

.game_down {
    padding: 0.3rem;
    box-sizing: border-box;
}


.game_down .game {
    width: 6.9rem;
    height: 3rem;
    background: #FFFFFF;
    border: 0.02rem solid #F0F5FF;
    box-shadow: 0 0.08rem 0.18rem 0 rgba(61, 126, 255, 0.1);
    border-radius: 0.1rem;
    box-sizing: border-box;
    padding: 0.3rem;
}

.game_down .game .img_info {
    display: flex;
    justify-content: space-between;
}

.game_down .game .img_info img {
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 0.3rem;
}

.game_down .game .img_info .name_info {
    width: 4.6rem;
    height: 1.4rem;
    box-sizing: border-box;
    padding: 0.1rem 0;
}

.game_down .game .img_info .name_info h1 {
    width: 100%;
    font-size: 0.32rem;
    font-family: PingFang SC;
    font-weight: bold;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 0.1rem;
}

.game_down .game .img_info .name_info .info {
    display: flex;
    flex-wrap: wrap;
}

.game_down .game .img_info .name_info .info p {
    width: 2.3rem;
    font-size: 0.24rem;
    font-family: PingFang SC;
    font-weight: 500;
    color: #666666;
    margin-bottom: 0.03rem;
}

.game_down .game .btn {
    margin-top: 0.2rem;
    display: block;
    width: 6.3rem;
    height: 0.8rem;
    background: #3D7EFF;
    position: relative;
    box-sizing: border-box;
    padding-left: 2.79rem;
    font-size: 0.3rem;
    font-family: PingFang SC;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 0.8rem;
}

.game_down .game .btn::before {
    content: '';
    background: url(../images/d_1.png) no-repeat;
    background-size: 0.28rem 0.3rem;
    width: 0.28rem;
    height: 0.3rem;
    position: absolute;
    top: 0.25rem;
    left: 2.33rem;
}

.serve_list {
    background: #FFF;
    padding: 0.3rem;
}

.serve_list .tab_btns {
    display: flex;
}

.serve_list .tab_btns li {
    width: 2.22rem;
    height: 0.8rem;
    background: #EEF4FF;
    text-align: center;
    line-height: 0.8rem;
    font-size: 0.28rem;
    font-family: PingFang SC;
    font-weight: bold;
    color: #6190EF;
}

.serve_list .tab_btns li+li {
    margin-left: 0.12rem;
}

.serve_list .tab_btns li.active {
    color: #FFF;
    background: #3D7EFF;
}

.serve_list .tab_btns a {
    width: 2.22rem;
    height: 0.8rem;
    background: #EEF4FF;
    text-align: center;
    line-height: 0.8rem;
    font-size: 0.28rem;
    font-family: PingFang SC;
    font-weight: bold;
    color: #6190EF;
}

.serve_list .tab_btns a+a {
    margin-left: 0.12rem;
}

.serve_list .tab_btns a.active {
    color: #FFF;
    background: #3D7EFF;
}

.serve_list .tab_list .game_item {
    display: flex;
    padding: 0.3rem 0;
}

.serve_list .tab_list .game_item img {
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 0.26rem;
}

.serve_list .tab_list .game_item .name_info {
    width: 5.4rem;
    margin-left: 0.3rem;
    padding: 0.05rem 0;
}

.serve_list .tab_list .game_item .name_info h2 {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.28rem;
    font-family: PingFang SC;
    font-weight: bold;
    color: #333333;
    margin-bottom: 0.08rem;
}

.serve_list .tab_list .game_item .name_info .info_btn {
    display: flex;
}

.serve_list .tab_list .game_item .name_info .info {
    width: 3.8rem;
}

.serve_list .tab_list .game_item .name_info .ser {
    font-size: 0.22rem;
    font-family: PingFang SC;
    font-weight: 500;
    color: #999999;
    margin-bottom: 0.04rem;
}

.serve_list .tab_list .game_item .name_info .ser i {
    display: inline-block;
    width: 0.01rem;
    height: 0.18rem;
    background: #E8E8E8;
    margin: 0.06rem 0.15rem 0;
}

.serve_list .tab_list .game_item .name_info .text {
    font-size: 0.22rem;
    font-family: PingFang SC;
    font-weight: 500;
    color: #F14E52;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.serve_list .tab_list .game_item .name_info .btn {
    width: 1.28rem;
    height: 0.62rem;
    background: #3D7EFF;
    border-radius: 0.1rem;
    text-align: center;
    line-height: 0.62rem;
    font-size: 0.24rem;
    font-family: PingFang SC;
    font-weight: bold;
    color: #FFFFFF;
    margin-left: auto;
}

.serve_list .tab_list .more,
.serve_list .tab_list .nomore {
    position: relative;
    padding-right: .3rem;
    width: 100%;
    height: .68rem;
    line-height: .68rem;
    background: #EEF4FF;
    font-size: .28rem;
    font-weight: bold;
    color: #6190EF;
    text-align: center;
    box-sizing: border-box;
}

.serve_list .tab_list .nomore {
    padding: 0;
}

.serve_list .tab_list .more::after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    margin-left: .13rem;
    content: "";
    width: .26rem;
    height: .26rem;
    background: url("../images/load.png") no-repeat center;
    background-size: cover;
}



.info1 {
    width: 100%
}

.info1 p {
    color: #666;
    font-size: 0.26rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.info1 p span:nth-of-type(1) {
    margin-right: 0.2rem
}

.info1 p:nth-of-type(2) {
    color: #ff9b24;
    margin-top: .1rem
}

.game .info h1 {
    color: #ff9b24
}

.game .info .text1 {
    display: none
}

.game .info p {
    margin-top: 11px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666
}

.game .info p span {
    margin-right: 20px
}