.contain{
	padding:0 15px;
}
.sortWrap{
	
	background-color:#000000;
	border-radius: 10px;
	display: flex;
	justify-content: space-between;
	padding: 5px;
}
.sortTitle,.sortTitle2{
	padding: 15px 0;
	position: relative;
	display: flex;
	align-items: center;
}
.sortTitle{
	justify-content: center;
}
.sortTitle2{
	
	justify-content: space-between;
}
.sortTitle h3{
	display: inline-block;
    font-size: 22px;
}
.sortTitle a{
	padding: 0 10px;
    color:#333;  
	text-align: center;
	font-weight:800;
}
.sortTitle:before,.sortTitle::after,.sortTitle2:before,.sortTitle2::after{
	content: '';
	display: inline-block;
	height: 12px;
}
.sortTitle:before,.sortTitle::after{
	background: url("../images/line-bg.png") center no-repeat;
	background-size: auto 100%;
	width: 60px;
}
.sortTitle2:before,.sortTitle2::after{
	width: 108px;
	background: url("../images/line02-bg.png") center no-repeat;
	background-size: auto 100%;
}
.gameList{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.gameList li{
    width:calc((100% - 15px) / 2);
	margin-bottom: 15px;
}
/* .gameList~.sortTitle{
	padding-top:0;
} */
.gameItem{
	border-radius: 8px;
	overflow: hidden;
}
.gameItem .img{
	width: 100%;
	height: auto;
	border-radius: 8px;
	vertical-align: middle;
}
.leftWrap{
	width: 33%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.leftWrap li{
	width: 50%;
	padding: 4px;
	display: inline-block;
	vertical-align: middle;
}
.leftWrap li a{
	display: block;
}
.textWrap{
	line-height: 1.4;
	margin-bottom: 10px;
	font-size: 14px;
}
.centertWrap{
	width: 33%;
	padding:4px;
}
/* detail */
.thum{
	display:flex;
	justify-content: space-between;
	margin-bottom: 15px;
}
.thum>div{
	width: calc((100% - 15px) / 2);
}
.detailWrap{
	background-color: #ffd600;
	border-radius: 10px;
	padding: 15px;
}
.detailWrap.Info{
	margin-bottom: 0;
}

.tagList{
	padding-top: 5px;
	font-size: 0;
	letter-spacing: -4px;
}
.Info .tagList a{
	display: inline-block;
	padding:0 5px;
	color: #333;
	font-size: 14px;
	letter-spacing: 0;
}
.row .info{
	display: inline-flex;
	flex-direction:row;
	justify-content: space-between;
	align-items: center;
	flex: 1;
}
.row .starWrap{
	margin-top: 0;
}
.row .tags{
	display: inline-block;
}
.row .tags span{
	position: relative;
	display: inline-block;
	padding: 0 5px;
}
.row .tags span::after{
	content:'';
	display: inline-block;
	width: 1px;
	background-color: #000;
	position: absolute;
	top:3px;
	right: 0;
	bottom: 3px;
}
.row .tags span:last-child::after{
	width: 0;
}
.textInfo p{
	padding:5px 0 ;
	font-size: 16px;
}
#play {
    display: block;
    color: #fff;
    background-color: #F9734D;
    font-size: 18px;
    font-weight: 700;
    width: 100%;
    margin: 15px auto 0;
    text-align: center;
    height: 46px;
    line-height: 46px;
    border-radius: 10px;
    text-decoration: none;
   /* animation: playAnimate 500ms linear infinite alternate; */
}
@keyframes playAnimate {
    0%{
        transform: scale(.9);
    }
    100%{
        transform: scale(1);
    }
}
/* game */


/* nodata */
.nodata{
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	padding:0 0 30px;
}
.data-icon{
	min-height:90px;
	font-size: 100px;
	text-align: center;
	line-height:1.8;
}
.nodata p{
	font-size: 15px;
	text-align: center;
}
@media screen and (max-width:376px){
	.contain{
		padding: 10px;
	}
	.thum{
		margin-bottom: 10px;
	}
	.thum>div {
	    width: calc((100% - 10px) / 2);
	}
	.gameList li {
	    width: calc((100% - 10px) / 2);
	    margin-bottom: 10px;
	}
	.gameList li a .img{
		margin-right: 5px;
	}
	.starWrap .star {
	    width: 14px;
	    height: 14px;
	}
	.sortTitle h3{
		font-size: 18px;
	}
	.sortTitle:before,.sortTitle::after,.sortTitle2:before,.sortTitle2::after{
		content: '';
		display: inline-block;
		height: 11px;
	}
	.sortTitle:before, .sortTitle::after {
	    width: 50px;
	}
	.sortTitle2:before, .sortTitle2::after{
		width: 88px;
	}
}
@media screen and (max-width:320px){
	.thum{
		flex-direction: column;
	}
	.thum>div{
		width: 100%;
	}
	.thum>div:nth-child(1){
		margin-bottom: 10px;
	}
	.gameList li{
		width: 100%;
	}
	.sortTitle h3 {
	    font-size: 16px;
	}
}
@media screen and (max-width:280px){
	.contain{
		padding: 10px;
	}
	.thum{
		flex-direction: column;
	}
	.thum>div {
	    width:100%;
		margin-bottom: 10px;
	}
	.gameList li {
	    width:100%;
	}
	.gameList li a .img{
		margin-right: 5px;
	}
	.starWrap .star {
	    width: 14px;
	    height: 14px;
	}
	.sortTitle h3{
		font-size: 15px;
	}
	.sortTitle:before,.sortTitle::after,.sortTitle2:before,.sortTitle2::after{
		content: '';
		display: inline-block;
		height:8px;
	}
	.sortTitle:before, .sortTitle::after {
	    width:36px;
	}
	.sortTitle2:before, .sortTitle2::after{
		width: 68px;
	}
	.foot{
		flex-direction: column;
	}
	.foot .logo{
		width: 100%;
		text-align: left;
		margin-bottom: 10px;
	}
	.data-icon{
		min-height:40px;
	}
}
