.sortTitle {
    display: flex;
    justify-content: space-between;
    align-content: center;
    padding: 11px 15px;
}

.sortTitle h3 {
    font-size: 16px;
    color: #333;
    font-weight: 600;
}

.sortTitle a {
    font-size: 12px;
    color: #999;
    line-height: 2em;
}

#pop {
    margin-bottom: 15px;
}

#pop .pop {
    width: calc(100% - 30px);
    margin-left: 15px;
    overflow-x: hidden;
    padding-top: 22px;
}

#pop .pop .swiper-slide {
    width: 154px;
}

#pop .pop .swiper-slide > a {
    display: block;
    border-radius: 10px;
    padding: 15px 10px;
}

#pop .pop .swiper-slide > a .imgThum {
    position: relative;
}

#pop .pop .swiper-slide > a .imgThum .thum {
    position: absolute;
    height: 65px;
    width: 65px;
    border-radius: 10px;
    border: 3px solid #fff;
    bottom: 0;
}

#pop .pop .swiper-slide > a .imgThum .thum img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 7px;
}

#pop .pop .swiper-slide > a .imgThum .desc {
    text-align: right;
    font-size: 12px;
    color: #fff;
    padding: 0px 0 10px;
}

#pop .pop .swiper-slide > a .imgThum .desc span {
    color: #F99D00;
}

#pop .pop .swiper-slide h3 {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding-top: 5px;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

#pop .pop .swiper-slide:nth-child(odd) > a {
    background-color: rgba(67, 151, 23, .9);
}

#pop .pop .swiper-slide:nth-child(even) > a {
    background-color: rgba(39, 114, 58, .9);
}

#banner {
    margin: 15px 0;
    position: relative;
}

#banner .swiper-slide img {
    width: 100%;
}

.swiper-pagination-bullet-active {
    background-color: #fff !important;
}

.gameList {
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.gameList li {
    width: calc((100% - 30px) / 3);
    margin-bottom: 15px;
}

.gameList li a {
    display: block;
}

.gameList li a img {
    width: 100%;
}

.gameList li a h3 {
    text-align: center;
    line-height: 18px;
    max-height: 36px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(71, 74, 79, .87);
    overflow: hidden;
}

.gameList li a p {
    font-size: 12px;
    color: #9d9d9d;
    text-align: center;
}

.gameList li a p span {
    color: #F99D00;
}

.classify .icon {
    width: 1.5em;
    height: 1.5em;
    vertical-align: bottom;
    margin-right: 3px;
}


#menuBtn .leftBtn {
    display: none;
}


.topbar {
    position: relative;
    border-radius: 1.5rem;
    -webkit-box-shadow: 0 0 0.1rem 0 rgba(57, 57, 57, 0.19);
    box-shadow: 0 0 0.2rem 0 rgba(57, 57, 57, 0.19);
    background: #fff;
    margin: 1.0rem;
    overflow: inherit;
}

.topbar img {
    border-radius: .5rem .5rem 0 0;
    width: 100%;
}

.topbar .desc {
    background: #fff;
    padding: .6rem;
}

.topbar .desc h3 {
    font-weight: 700;
    font-size: 1.1rem;
    line-height: 1.2rem;
}

.topbar-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: .9rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.topbar .icon-tag {
    position: absolute;
    top: 1.2rem;
    left: -0.4rem;
    font-size: 1.26rem;
    border-radius: .42rem;
    font-weight: bold;
    color: #fff;
    height: 1.26rem;
    line-height: .86rem;
    padding: 0 .6rem;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #7a2fff), to(#a530fb));
    background-image: linear-gradient(-180deg, #7a2fff 0, #a530fb 100%);
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 100%;
}

.topbar .icon-tag-2 {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2fff5c), to(#a530fb));
    background-image: linear-gradient(-180deg, #2fff5c 0, #a530fb 100%);
}

.topbar .hot-tag {
    position: absolute;
    top: -1rem;
    right: -1.5rem;
    font-size: 1.26rem;
    border-radius: .42rem;
    font-weight: bold;
    color: #fff;
    height: 1.26rem;
    line-height: .86rem;
    padding: 0 .6rem;
}

.sortTitle_more {
    /*display:none;*/
}

/*.ads-top {*/
/*    max-height: 150px;*/
/*    height: 150px;*/
/*}*/

.ads-bottom {
    max-height: 150px;
}

.adstop {
    width: 320px; height: 100px;
}

@media(min-width: 500px) {
    .adstop {
        width: 468px; height: 60px;
    }
}
@media(min-width: 800px) {
    .adstop {
        width: 728px; height: 90px;
    }
}

ins.adsbygoogle[data-ad-status="unfilled"] {
    display: none !important;
}