.contain{
	padding:60px 30px 0;
}
.sortTitle{
	position: relative;
	padding: 15px 0 15px 28px;
}
.sortTitle:before{
	position: absolute;
	left: 0;
	top: 10px;
	content: "";
	width: 64px;
	height:64px;
	border-radius: 50%;
	display: inline-block;
	background: linear-gradient(135deg,rgba(164,239,46,0.9),rgba(164,239,46,0) 68%);
}
.sortTitle a{
	display: block;
    color:#fff;
	text-align:left;
	font-weight:800;
	font-size: 32px;
	position: relative;
	z-index: 111;
	zoom: 1;
}
.gameList{
    display: flex;
	flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
	margin:0 -10px 20px;
}
.gameList li{
	display: inline-block;
    width:50%;
	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 */
.thum{
	display: flex;
	flex-direction:row;
	justify-content: space-between;
	padding: 0 15px 20px;
}
.thum>div{
	width: calc(50% - 10px);
	padding: 15px;
}
.thum>div.gameItems{
	flex-direction: row;
	align-items: flex-start;
	border-radius: 35px;
}
.thum .gameItems .img{
	width: 108px;
	height: 108px;
	margin:0 15px 0 0;
}
.thum .gameItems .img img {
	width: 100%;
    border-radius:30px;
	height: 100%;
}
.thum .info{
	width: calc(100% - 118px);
	text-align: left;
}
.thum .gameItems .title {
	white-space: wrap;
	margin-top: 0;
    font-size: 22px;
}
.thum .gameItems .starWrap{
	margin:5px 0 20px;
}
.thum .gameItems .btn{
	color: #fff;
	font-size: 16px;
	padding: 6px 15px;
	border-radius: 40px;
	background-color:#2FC9FF;
	font-weight: bold;
}

.detailWrap{
	background-color: #292B2F;
	border-radius:30px;
	padding: 20px;
	color:#fff;
}
.detailWrap h3{
	font-size: 28px;
	margin-bottom: 10px;
}
.detailWrap.Info{
	display: flex;
	padding:15px 30px;
	border-radius: 35px;
}
.detailWrap.Info h4{
	font-size: 20px;
	margin-bottom: 5px;
}
.detailWrap .textInfo{
	padding: 0;
}
.textInfo{
	background-color: #292B2F;
	border-radius:20px;
	padding: 20px;
	line-height: 1.6;
	font-size: 18px;
	margin-top: 15px;
}
.textInfo p{
	padding: 10px 0;
}
.tagList{
	padding-top: 5px;
	font-size: 0;
	letter-spacing: -4px;
}
.Info .tagList a{
	display: inline-block;
	margin: 5px;
	color: #fff;
	font-size: 16px;
	letter-spacing: 0;
}
.detail.sortWrap{
	margin: 0;
	padding-bottom: 15px;
	background-color: transparent;
}
.detail.sortWrap .sortItem{
	margin: 15px 0;
}

#play {
    display: block;
    color:#17181C;
    background-color:#A4EF2E;
    font-size: 24px;
    margin: 20px 0;
    text-align: center;
    height: 54px;
	line-height: 54px;
    border-radius:30px;
    text-decoration: none;
	font-weight: bold;
   /* animation: playAnimate 500ms linear infinite alternate; */
}
#play span,#play i{
	display: inline-block;
	vertical-align: middle;
}
#play i{
	font-size: 28px;
	width: 34px;
	margin: 0 10px;
}
#play.d-line{
	font-size: 20px;
	width: 50%;
	color: #fff;
	margin: 20px auto;
}
#play.d-line i{
	margin: 0;
	transform: rotate(90deg);
	font-size: 24px;
}


@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:1280px){
	.contain{
		padding:84px 20px 0;
	}
}
@media screen and (max-width:1025px){
	.contain{
		padding: 85px 20px 0;
	}
	.thum {
	    flex-direction:column;
		padding: 0;
	}
	.thum>div {
	    width: 100%;
	    padding: 15px 0 20px;
	}
	.thum>div.gameItems{
		align-items: center;
	}
	.thum .gameItems .img {
	    width: 168px;
	    height: 168px;
	}
	.detail.sortWrap {
	   flex-wrap: wrap;
	}
	.detail.sortWrap .sortItem {
	    margin: 15px 0;
		width: 160px;
		height: 160px;
	}
	.gameList{
		margin-top: 15px;
	}
	.gameList li {
		padding-top: 20px;
		padding-bottom: 20px;
	    width: 100%;
	}
	
	.Info .tagList a {
	    font-size: 18px;
	}
	.detailWrap.Info h4 {
	    font-size: 20px;
		margin-top: 5px;
	}
}
@media screen and (max-width:915px){
	.detail.sortWrap .sortItem {
	    width: 145px;
	    height: 145px;
	}
	.sortTitle:before {
		top: 15px;
	    width: 50px;
	    height: 50px;
	}
}
@media screen and (max-width:821px){
	.contain {
	    padding: 88px 30px 0;
	}
	.gameList li {
	    width: 100%;
	    padding: 15px;
	}
	.detail.sortWrap .sortItem {
	    width: 126px;
	    height: 126px;
	}
}

@media screen and (max-width:768px){
	.contain {
	    padding:90px 20px 0;
	}
	.gameList {
	    flex-direction: column;
	}
	.gameList li {
	    display: block;
	    width:100%;
	}
}
@media screen and (max-width:641px){
	.contain {
	    padding:90px 20px 0;
	}
	.thum {
	   padding: 0;
	   flex-direction:column;
	}
	.thum>div {
	    width:100%;
		padding:5px;
	}
	.thum .gameItems .img img {
	    border-radius:15px;
	}
	.thum .gameItems{
		margin-bottom: 10px;
	}
	.detail.sortWrap{
		flex-wrap: wrap;
	}
	.gameList {
	    flex-direction:column;
	}
	.gameList li {
	    display: block;
	    width: 100%;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.sortTitle:before {
	    top: 12px;
	    width: 54px;
	    height: 54px;
	}
}
@media screen and (max-width:541px){
	.gameItems .img {
	    width: 128px;
	    height: 128px;
	}
}
@media screen and (max-width:431px){
	.contain {
	    padding: 0 15px;
	}
	.sortTitle{
		padding: 15px 0 15px 22px;
	}
	.sortTitle a {
	    font-size: 24px ;
	}
	.sortTitle:before {
	    top: 13px;
	    width: 38px;
	    height:38px;
	}
	.gameList{
		flex-direction: column;
		margin-top: 0;
		margin-bottom:5px;
	}
	.gameList li{
		width: 100%;
		padding: 10px 15px;
	}
	.gameItems .img {
	    width: 90px;
	    height: 90px;
		border-radius: 12px;
	}
	.gameItems .img img{
		border-radius: 12px;
	}
	.thum {
	    flex-direction:column;
		padding: 0;
	}
	.thum>div {
	    width: 100%;
	    padding:10px 0;
	}
	.thum>div.gameItems {
	    align-items: center;
		margin-bottom: 5px;
	}
	.thum .gameItems .img {
	    width: 94px;
	    height: 94px;
	}
	.thum .gameItems .img img {
	    border-radius:15px;
	}
	.detail.sortWrap{
		padding: 0 10px;
	}
	.detailWrap.Info {
		flex-direction: column;
	    border-radius:50px;
		padding: 10px 20px;
	}
	.detail.sortWrap .sortItem {
		width: 110px;
		height:110px;
		margin:10px 0;
	}
	.detailWrap.Info h4,.Info .tagList a{
		font-size: 14px;
	}
	.textInfo {
	    border-radius: 15px;
	    padding: 15px;
	    font-size: 14px;
	}
	#play {
	    display: block;
	    font-size: 18px;
		height: 45px;
		line-height: 45px;
	   
	}
	.tagList{
		padding-top: 0;
	}
	#play.d-line{
		height: 48px;
		line-height: 48px;
	}
	.detailWrap {
	    border-radius: 25px;
	    padding:20px;
		margin-bottom: 15px;
	}
	.detailWrap .textInfo{
		padding: 0;
		margin: 0;
	}
}
@media screen and (max-width:415px){
	.contain{
		padding:55px 15px 0;
	}
	.gameItems .img {
	    width: 94px;
	    height: 94px;
	}
	.detailWrap h3 {
	    font-size: 22px;
		margin-bottom: 0;
	}
	.textInfo p {
	    font-size: 15px;
		line-height: 1.5;
	}
	.detailWrap:last-child{
		margin-bottom: 0;
	}
}
@media screen and (max-width:391px){
	.detail.sortWrap .sortItem {
	    width: 102px;
	    height: 102px;
		margin:8px 0;
	}
	.sortTitle:before {
	   
	    width: 34px;
	    height: 34px;
	}
}
@media screen and (max-width:376px){
	.detail.sortWrap {
	    padding:0 3px;
	}
	.detail.sortWrap .sortItem {
	    width: 100px;
	    height: 100px;
	}
	.gameItems .title {
	    width: 90%;
	    font-size: 16px;
	    max-height: 36px;
	}
	.gameItems .img {
	    width: 80px;
	    height: 80px;
	}
}
@media screen and (max-width:360px){
	.gameList li {
	    padding: 10px;
	}
	.detail.sortWrap .sortItem {
	    width: 96px;
	    height:96px;
	}
	
}
@media screen and (max-width:321px){
	.contain {
	    padding:50px 10px 0;
	}
	.gameItems .img {
	    width: 74px;
	    height:74px;
	}
	.gameItems .btn {
	    font-size: 22px;
	    padding: 2px 12px 1px 12px;
	}
	.gameItems .title {
	    font-size: 15px;
	    max-height:32px;
	}
	.gameItems .infoWrap dd {
	    font-size: 12px;
	}
	.gameItems .infoWrap {
	    padding-left: 10px;
	}
	.sortTitle {
	    padding: 10px 0 10px 15px;
	}
	.sortTitle a {
	    font-size: 20px;
	}
	.sortTitle:before {
		top: 10px;
	    width: 30px;
	    height: 30px;
	}
	.thum .gameItems .img {
	    width: 84px;
	    height: 84px;
	}
	.thum .gameItems .title {
	    font-size: 20px;
	}
	
	.starWrap .star {
	    width: 18px;
	    height: 18px;
	}
	.detailWrap.Info {
		padding: 10px 20px;
	}
	.detailWrap.Info h4 {
	    font-size: 16px;
		margin-top:6px;
	}
	.Info .tagList a {
	    margin:3px 5px;
	    font-size: 14px;
	}
	.textInfo {
	    border-radius: 20px;
	    padding:15px;
	    margin: 15px 0;
	    line-height: 1.6;
	    font-size: 14px;
	}
	#play {
	    display: block;
	    font-size: 20px;
	    height: 44px;
	    line-height: 44px;
	    border-radius: 30px;
	}
	.detail.sortWrap .sortItem {
	    width: 88px;
	    height: 88px;
	}
}
@media screen and (max-width:280px){
	
}
