.contain{
	padding:0 20px;
}
.sortTitle{
	position: relative;
	padding: 10px 0;
}
.sortTitle a{
	display: block;
    color:#FF2A2A;  
	text-align:left;
	font-weight:800;
	font-size: 20px;
}
.sortWrap{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 -10px;
}

.gameList{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	margin: 0 -10px;
}
.gameList li{
    width:25%;
	padding:15px;
}
.gameItem{
	width: 80px;
	border-radius: 10px;
	overflow: hidden;
}
.gameItem .img{
	width: 100%;
	height: auto;
	border-radius: 8px;
	vertical-align: middle;
}

.textWrap{
	line-height: 1.4;
	margin-bottom: 10px;
	font-size: 14px;
}

/* detail */
.detailTop{
	display: flex;
	flex-direction: row;
	padding: 10px 0;
	justify-content: space-between;
	align-items: flex-start;
}
.thum{
	width: 50%;
	display:inline-flex;
	flex-direction: column;
	justify-content: space-between;
	margin-bottom: 15px;
	padding-right: 15px;
}
.thum>div{
	padding: 15px;
	margin-top: 15px;
}
.thum>div.gameItems{
	flex-direction: row;
	align-items: flex-start;
}
.thum .gameItems .img{
	margin:0 15px 0 0;
}
.thum .gameItems .title {
    font-size: 22px;
	margin-bottom: 15px;
}
.detailWrap{
	background-color: #fff;
	border-radius: 10px;
	padding: 15px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.detailWrap.Info{
	margin-bottom: 0;
	display: flex;
	flex-direction: column;
}

.tagList{
	padding-top: 5px;
	font-size: 0;
	letter-spacing: -4px;
}
.Info .tagList a{
	display: inline-block;
	padding-right: 5px;
	color: #333;
	font-size: 14px;
	width: 33%;
	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{
	padding-top: 5px;
}
.textInfo p{
	padding:5px 0 ;
	font-size: 16px;
	color: #999999;
}
#play {
    display: block;
    color: #fff;
    background-color: #ff2a2a;
    font-size: 18px;
    font-weight: 700;
    width: 40%;
    margin: 15px auto ;
    text-align: center;
    height: 42px;
    line-height: 42px;
    border-radius: 30px;
    text-decoration: none;
   /* animation: playAnimate 500ms linear infinite alternate; */
}
#play.w100{
	width:100%;
}
@keyframes playAnimate {
    0%{
        transform: scale(.9);
    }
    100%{
        transform: scale(1);
    }
}
/* more */
.moreWrap{
	display: flex;
	justify-content: space-between;
	flex-direction: row;
}
.moreWrap>.moreBox{
	width: calc(50% - 10px);
}
.moreBox .wrap{
	display: flex;
	justify-content: space-between;
}
.moreBox .w-left{
	width: 358px;
	height:358px;
	margin-right: 10px;
	overflow: hidden;
	display: inline-block;
}
.imgItem{
	display: block;
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
}
.imgItem img{
	width: 100%;
	height: auto;
	object-fit: contain;
	border-radius: 10px;
	display: block;
}
.moreBox .w-right{
	width: calc(100% - 382px);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.moreBox .w-right .imgItem{
	width:166px;
	height:166px;
}
.moreBox .w-right .imgItem:last-child{
	margin-right: 0;
}
.moreBox .bot .imgItem{
	margin-top: 20px;
	width:calc(33.33% - 15px);
}
.moreBox:nth-child(2) .bot .imgItem{
	margin-top: 0;
	margin-bottom: 5px;
}
.detail.moreBox {
	margin-top: 10px;
	width: calc(50% - 15px);
	padding:20px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
}
.detail.moreBox .w-left {
    width:346px;
    height:346px;
    margin-right: 10px;
    overflow: hidden;
    display: inline-block;
}
.detail.moreBox .w-right {
    width: calc(100% - 364px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.detail.moreBox .w-right .imgItem {
    width: 162px;
    height: 162px;
    margin-left: 0;
    margin-right: 0;
}
/* 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:1025px){
	.moreBox .w-left {
	    width: 308px;
	    height: 308px;
	}
	.moreBox .w-right {
	    width: calc(100% - 328px);
	  
	}
	.moreBox .w-right .imgItem {
	    width: 146px;
	    height: 146px;
	}
	.detail.moreBox .w-left {
	    width:280px;
	    height:280px;
	}
	.detail.moreBox .w-right {
	    width: calc(100% - 300px);
	}
	.detail.moreBox .w-right .imgItem {
		width: 132px;
		height:132px; 
	}
	.gameItems .img {
	    width: 150px;
	    height: 150px;
	    margin: 25px auto 20px;
	}
}
@media screen and (max-width:821px){
	.moreBox .w-left {
	    width: 240px;
	    height:240px;
	}
	.moreBox .w-right {
	    width: calc(100% - 258px);
	}
	.moreBox .w-right .imgItem {
		width: 110px;
		height:110px; 
	}
	.gameItems .img {
	    width: 132px;
	    height: 132px;
	}
	.detail.moreBox .w-left {
	    width: 215px;
	    height:215px;
	}
	.detail.moreBox .w-right {
	    width: calc(100% - 230px);
	}
	.detail.moreBox .w-right .imgItem {
		width: 100px;
		height:100px; 
	}
	.thum .gameItems .img {
	    width: 98px;
	     height:98px;
	}
}
@media screen and (max-width:768px){
	.contain{
		padding:0 15px;
	}
	.moreWrap {
	    flex-direction:column;
	}
	.moreWrap>.moreBox{
		width: 100%;
	}
	.moreBox:nth-child(1) .bot .imgItem{
		margin-bottom: 15px;
	}
	.moreBox:nth-child(2) .bot .imgItem {
	    margin-bottom: 0;
	}
	.detail.moreBox{
		width: calc(50% - 5px);
		padding: 15px;
	}
	.detail.moreBox .w-left {
	    width: 218px;
	    height: 218px;
	}
	.detail.moreBox .w-right {
	    width: calc(100% - 235px);
	}
	.detail.moreBox .w-right .imgItem {
	    width: 98px;
	    height:98px;
	}
	.gameList li {
	    width: 25%;
	    padding: 10px;
	}
	.thum .gameItems .img {
	    width: 84px;
	    height: 84px;
	}
	.gameItems .img {
	    width: 126px;
	    height: 126px;
	}
	.moreBox .w-left {
	    width: 390px;
	    height: 390px;
	}
	.moreBox .w-right {
	    width: calc(100% - 400px);
	}
	.moreBox .w-right .imgItem {
	    width: 186px;
	    height:186px;
	}
	.moreBox .bot .imgItem {
	    margin-top: 30px;
	    width: calc(33.33% - 15px);
	    margin-bottom:0;
	}
}
@media screen and (max-width:431px){
	.gameList{
		margin: 0 -10px;
	}
	.gameList li {
	    width: 50%;
	    padding: 10px;
	}
	.detailTop{
		flex-direction: column;
	}
	.thum,.detail.moreBox{
		width: 100%;
	}
	.gameItems .img {
	    width:88px;
	    height:88px;
	}
	.moreBox .w-left {
	    width:258px;
	    height: 258px;
	}
	.moreBox .w-right {
	    width: calc(100% - 276px);
	}
	.moreBox .w-right .imgItem {
	    width: 122px;
	    height:122px;
	}
	.moreBox .bot .imgItem {
	    margin-top: 15px;
	    width: calc(33.33% - 10px);
	   
	}
	.detail.moreBox .w-left{
		width: 235px;
		height: 235px;
	}
	.detail.moreBox .w-right {
	    width: calc(100% - 250px);
	}
	.detail.moreBox .w-right .imgItem {
	    width: 110px;
	    height:110px;
	}
}
@media screen and (max-width:415px){
	.detailTop {
	    flex-direction:column;
	    padding: 10px 0;
	}
	.sortWrap{
		margin: 0 -8px;
	}
	.sortItem{
		width: calc(50% - 16px);
		margin: 8px;
	}
	.gameList{
		margin:0 -8px;
	}
	.gameList li {
	    width: 50%;
		padding:8px;
	}
	.gameItems .img {
		margin-top: 10px;
	    width: 118px;
	    height:118px;
	}
	.moreBox .w-left{
		width: 250px;
		height: 250px;
	}
	.moreBox .w-right {
		flex-direction: column;
	    width: calc(100% - 266px);
	}
	.moreBox .w-right .imgItem{
		width: 116px;
		height:116px;
		margin-left: 0;
		margin-right: 0;
	}
	.moreBox .bot .imgItem {
	    margin-top:15px;
	    width: calc(33.33% - 10px);
	    margin-bottom:0;
	}
	.detail.moreBox {
		padding: 10px;
	}
	.detail.moreBox .w-left{
		width: 238px;
		height: 238px;
	}
	.detail.moreBox .w-right {
	    width: calc(100% - 252px);
	}
	.detail.moreBox .w-right .imgItem {
	    width: 110px;
	    height:110px;
	}
	#play{
		width: 100%;
	}
	.thum{
		flex-direction: column;
		width: 100%;
		padding-right: 0;
		margin-bottom: 0;
	}
	.thum>div {
	    width:100%;
		margin-top: 15px;
	}
	.thum>div.gameItems{
		margin-top:5px;
		flex-direction: row;
	}
	.thum .gameItems .img {
	    width: 88px;
	    height:88px;
	}
	.thum .gameItems .title{
		font-size: 18px;
		margin-bottom: 10px;
	}
	.detail.moreBox {
		width: 100%;
		margin-top: 0;
	}
}
@media screen and (max-width:391px){
	.mobile-ul{
		flex-direction: column;
	}
	.mobile-ul li,.mobile-ul li:nth-child(1){
		width: 100%;
	}
	.moreBox .w-left{
		width: 235px;
		height: 235px;
	}
	.moreBox .w-right {
		flex-direction: column;
	    width: calc(100% - 248px);
	}
	.moreBox .w-right .imgItem{
		width: 110px;
		height:110px;
		
	}
	.moreBox .bot .imgItem {
	    margin-top:15px;
	    width: calc(33.33% - 8px);
	    margin-bottom:0;
	}
	.detail.moreBox .w-left{
		width: 222px;
		height:222px;
	}
	.detail.moreBox .w-right {
	    width: calc(100% - 235px);
	}
	.detail.moreBox .w-right .imgItem {
	    width: 104px;
	    height:104px;
	}
}
@media screen and (max-width:376px){
	.thum{
		flex-direction: column;
		margin-bottom: 10px;
	}
	.thum>div {
	    width: 100%;
		margin-top: 15px;
	}
	.thum>div.gameItems{
		flex-direction: row;
		padding: 10px;
	}
	.thum>div.gameItems .img{
		display:inline-block;
		margin: 0;
		width:88px;
		height:88px
	}
	.thum>div.gameItems .info{
		text-align: left;
		display: inline-block;
		padding-left: 10px;
	}
	.thum>div.gameItems .title{
		font-size: 17px;
		margin-bottom: 10px;
	}
	.moreBox .w-left{
		width: 222px;
		height: 222px;
	}
	.moreBox .w-right {
		flex-direction: column;
	    width: calc(100% - 238px);
	}
	.moreBox .w-right .imgItem{
		width: 104px;
		height:104px;
		margin-left: 0;
		margin-right: 0;
	}
	.moreBox .bot .imgItem {
	    margin-top:15px;
	    width: calc(33.33% - 8px);
	    margin-bottom:0;
	}
	.detail.moreBox .w-left{
		width: 212px;
		height: 212px;
	}
	.detail.moreBox .w-right {
	    width: calc(100% - 226px);
	}
	.detail.moreBox .w-right .imgItem {
	    width: 98px;
	    height: 98px;
		margin-left: 0;
		margin-right: 0;
	}
	.gameItems .img{
		width: 130px;
		height: 130px;
		margin-top: 5px;
	}
	
}
@media screen and (max-width:360px){
	.detail.moreBox .w-left {
	    width: 202px;
	    height: 202px;
	}
	.detail.moreBox .w-right {
	    width: calc(100% - 215px);
	}
	.detail.moreBox .w-right .imgItem {
	    width: 94px;
	    height: 94px;
	}
	.gameItems .img {
	    width: 120px;
	    height: 120px;
	}
	.moreBox .w-left {
	    width: 215px;
	    height: 215px;
	}
	.moreBox .w-right {
	    width: calc(100% - 230px);
	}
	.moreBox .w-right .imgItem {
	    width: 100px;
	    height: 100px;
	}
}
@media screen and (max-width:321px){
	.moreBox .w-left {
	    width: 188px;
	    height:188px;
	}
	.moreBox .w-right {
	    width: calc(100% - 200px);
	}
	.moreBox .w-right .imgItem {
	    width:87px;
	    height:87px;
	    margin-left: 0;
	    margin-right: 0;
	}
	.moreBox .bot .imgItem {
	    margin-top:15px;
	    width: calc(33.33% - 8px);
	    margin-bottom:0;
	}
	.detail.moreBox .w-left{
		width: 176px;
		height: 176px;
	}
	.detail.moreBox .w-right{
		width: calc(100% - 188px);
	}
	.detail.moreBox .w-right .imgItem{
		width: 81px;
		height: 81px;
	}
	.thum>div.gameItems .img {
	    display: inline-block;
	    margin: 0;
	    width: 74px;
	    height: 74px;
	}
	.gameItems .img {
	    width: 100px;
	    height: 100px;
	    margin:10px auto;
	}
}
@media screen and (max-width:280px){
	.contain{
		padding:0 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;
	}
	
	
	
	.foot{
		flex-direction: column;
	}
	.foot .logo{
		width: 100%;
		text-align: left;
		margin-bottom: 10px;
	}
	.data-icon{
		min-height:40px;
	}
}
