.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;
}
 #history,#pop{
    margin-bottom: 15px;
}
#history .pop,#pop .pop{
    width: calc(100% - 30px);
    margin-left: 15px;
    overflow-x: hidden;
    padding-top: 22px;
}
#history .pop .swiper-slide,#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,#banners{
    margin: 15px 0 0;
    position: relative;
    padding: 0 7.5px;
}
#banner .swiper-slide,#banners .swiper-slide{
    width: 70%;
    padding: 0 7.5px;
}
#banner .swiper-slide img,#banners .swiper-slide img{
    width: 100%;
    border-radius: 10px;
}
.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;
}


#history .pop .swiper-slide {
    width: 154px;
    border-radius: 10px;
    background-color: #f9f9f9;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, .02)
}

#history .pop .swiper-slide >a {
    text-align: center
}

#history .pop .swiper-slide a.play {
    display: block;
    margin: 10px auto 15px;
    color: #fff;
    font-size: 14px;
    background-color: #fc2745;
    width: 60px;
    height: 26px;
    line-height: 26px;
    border-radius: 14px
}

#history .pop .swiper-slide a .thum {
    width: 70px !important;
    height: 70px !important;
    margin: -20px auto 10px;
    border-radius: 10px;
    overflow: hidden
}

#history .pop .swiper-slide a .thum img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

#history .pop .swiper-slide a h3 {
    font-size: 14px;
    color: #666;
    overflow: hidden;
    padding: 0 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 400
}

#history .pop .swiper-slide a .desc {
    font-size: 12px;
    color: #999
}

#history .pop .swiper-slide a .desc span {
    color: #f99d01
}


