.no-scroll {
    height: 100vh;
    overflow: hidden;
}

.yxk-swiper {
    width: 92%;
    margin: 0;
}

.yxk-nav {
    height: 0.8rem;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    flex-wrap: nowrap;
}

.yxk-nav a {
    display: block;
    margin-right: 0.3rem;
    font-size: 0.3rem;
    font-weight: bold;
    color: #666666;
    position: relative;
    flex-shrink: 0;
}

.yxk-nav a:last-child{
    margin-right:0;
}
.yxk-nav a.checked {
    color: #333333;
}

.yxk-nav a.checked:after {
    content: "";
    display: block;
    width: 50%;
    height: 0.05rem;
    bottom: -0.1rem;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #ff8439;
    border-radius: 0.03rem;
    position: absolute;
}

.yxk-container {
    position: relative;
    margin-bottom:0;

}

.yxk-container .yxk-filter {
    cursor: pointer;
    width: 0.36rem;
    height: 0.35rem;
    position: absolute;
    top: 0.25rem;
    right: 0;
    background: url(/images/v1/mg33.png) no-repeat center center;
    background-size: 0.28rem 0.31rem;
}

.yxk-container .yxk-filter.checked {
    background-image: url(/images/v1/mg34.png);
    background-size: 100% 100%;
}

.yxk-s-result {
    height: 0.6rem;
    line-height: 0.6rem;
    text-align: left;
    color: #333333;
}

.orange {
    color: #ff8439 !important;
}

.yxk-li {
    width: 100%;
    height: 2.1rem;
    margin-top: 0.4rem;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    color: #555555;
}

.yxk-li:first-child {
    margin-top: 0.2rem;
}

.yxk-li .yxk-img {
    width: 1.58rem;
    height: 2.1rem;
    margin-right: 0.25rem;
    overflow: hidden;
    border-radius: 0.1rem;
}

.yxk-li .yxk-img img {
    height: 100%;
    border-radius: 0.1rem;
}

.yxk-li .game-info {
    width: 5.1rem;
    height: 2.1rem;
}

.yxk-li .game-name {
    width: 100%;
    height: 0.8rem;
    margin-bottom: 0.05rem;
    display: block;
}

.yxk-li .game-name b {
    display: block;
    height: 0.35rem;
    line-height: 0.35rem;
    width: 100%;
    overflow: hidden;
    font-size: 0.3rem;
    color: #4a4a4a;
}

.yxk-li .game-name span {
    display: block;
    height: 0.45rem;
    line-height: 0.45rem;
    width: 100%;
    overflow: hidden;
    font-size: 0.24rem;
    color: #cccccc;
}

.yxk-li .game-score {
    height: 0.32rem;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    font-size: 0.26rem;
    color: #333333;
    margin-bottom: 0.22rem;
    font-weight: bold;
    display: flex;
}

.yxk-li .score-star {
    background: url(/images/v1/mg32.png) no-repeat center center;
    background-size: 1.38rem 0.25rem;
    height: 0.25rem;
    width: 1.38rem;
    margin-right: 0.12rem;
}

.yxk-li .game-score .score-star div {
    background: url(/images/v1/mg31.png) no-repeat left center;
    height: 0.25rem;
    background-size: 1.38rem 0.25rem;
    width: 60%;
}

.yxk-li .game-time {
    height: 0.33rem;
    line-height: 0.33rem;
    width: 100%;
    overflow: hidden;
    margin-bottom: 0.05rem;
}

.yxk-li .game-time span {
    padding-left: 0.15rem;
}

.yxk-li .game-lang {
    height: 0.33rem;
    line-height: 0.33rem;
}

/*筛选*/
.filter-container {
    width: 100%;
    max-width: 7.5rem;
    height: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 2.1rem;
    background: white;
    margin: auto;
    z-index: 8;
    display: none;
}

.filter-title {
    height: 0.6rem;
    line-height: 0.55rem;
    font-size: 0.28rem;
    color: #cccccc;
}

.filter-ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.filter-ul .filter-li {
    width: 1.29rem;
    height: 0.6rem;
    line-height: 0.6rem;
    border-radius: 0.04rem;
    border: solid 1px #cccccc;
    color: #555555;
    font-size: 0.28rem;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
    margin: 0 0 0.2rem 0.1rem;
    display:table;
    table-layout: fixed;
}
.filter-ul .filter-li span{
    display:table-cell;
    vertical-align: middle;
    width:100%;
    white-space: nowrap;
    overflow:hidden;
}
.filter-ul .long {
    width: 1.8rem;
}

.filter-ul .filter-li:nth-child(5n+1) {
    margin-left: 0;
}

.filter-ul .filter-li.checked {
    color: white;
    background-color: #ff8439;
    border-color: #ff8439;
}

.confirm-filter {
    width: 3.35rem;
    height: 0.75rem;
    border-radius: 0.38rem;
    line-height: 0.75rem;
    text-align: center;
    border: solid 1px #ff8439;
    color: #ff8439;
    font-size: 0.28rem;
    margin: 0.6rem auto 0;
    cursor: pointer;
    position: fixed;
    bottom: 0.3rem;
    left: 0;
    right: 0;
    background: white;
}

.main-filter {
    height: calc(100% - 3.2rem);
    overflow-y: auto;
    padding-bottom: 1rem;
    box-sizing: border-box;
}