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



#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%;
	border-radius: .5rem;
}
.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;
}

.gameList2{
	padding: 0 10px;
}
.gameList2 li{
    width: calc((100% - 30px)/4);
}
.gameList2 li a h3{
	font-size: 8px;
}

#menuBtn .leftBtn{
display:none;	
}
