.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: #000000;
    line-height: 2em
}

#history .pop,
#pop .pop {
    overflow-x: auto;
    padding: .2rem;
    margin-right: .2rem;
    padding-top: .6rem;
}

#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;
    bottom: 0;
    box-shadow: 0 .02667rem .16rem rgba(0, 0, 0, .117647), 0 .02667rem .10667rem rgba(0, 0, 0, .117647)
}

#pop .pop .swiper-slide>a .imgThum .thum img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 7px;
    animation: scales_p .8s infinite linear;
    -webkit-animation: scales_p .8s infinite linear
}

@keyframes scales_p {

    0%,
    100% {
        transform: scale(1);
    }

    25%,
    75% {
        transform: scale(1.05);
    }

    50% {
        transform: scale(1.1);
    }
}

@-webkit-keyframes scales_p {

    0%,
    100% {
        transform: scale(1);
    }

    25%,
    75% {
        transform: scale(1.05);
    }

    50% {
        transform: scale(1.1);
    }
}

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

#pop .pop .swiper-slide>a .imgThum .desc span {
    font-weight: 600;
    font-size: .5rem;
}

#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 >a {
    background-image: linear-gradient(to top, #52a5c4 0%, #5271C433 100%);
}

#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 {
    margin: 1%;
    padding: .2rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    box-shadow: 0 .02667rem .16rem rgba(0, 0, 0, .117647), 0 .02667rem .10667rem rgba(0, 0, 0, .117647)
}

.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;
    text-shadow: 0.05rem 0.05rem 0.05rem #00000033
}

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

.gameList li p span {
    color:#e1431d;
}

.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: 0 2px 10px 0 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: #e1cd1d;
    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
}

nav {
    padding: .8rem 0;
    position: relative;
    height: 2.6rem
}

nav .top-search {
    width: 70%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

nav .top-search>input::-webkit-search-cancel-button {
    display: none
}

nav .top-search>input {
    width: 100%;
    height: 2.2rem;
    border-radius: 2.4rem;
    outline: none;
    border: 1px solid #887e85;
    padding-left: 1rem;
    -webkit-border-radius: 2.4rem;
    -moz-border-radius: 2.4rem;
    -ms-border-radius: 2.4rem;
    -o-border-radius: 2.4rem
}

nav .top-search>img {
    width: 2rem;
    height: 1.7rem;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.ad-1 {
    display: flex;
    justify-content: center
}

.footer {
    
    padding: 0.533333rem 0;
    text-align: center;
    width:100%;
    background-color: #52bac4;
    color:#fff;
    /* position: fixed; */
    /*bottom: -17px;
    left: 0px;*/
    /* width: 100vw; */
    /* margin-top: 23rem; */
}

.detailImg {
    position: relative;
}

.detailImg-dec {
    position: absolute;
    bottom: 0;right: 0;
    padding: 0 .2rem;
    border-radius: 2rem;
    color: #ffffff;
    font-size: .3rem;
    background-image: linear-gradient(to top, #00beb7 40%, #c7ffca 100%);
}

.detailImg-dec i {
    font-size: .1rem;
}

.sortTitle i {
    font-size: .4rem;
    color: #555555;
}