.contain{
	padding:20px 0 10px;
}
.sortTitle{
	position: relative;
	padding: 15px;
	background: linear-gradient(to right,#1F4388,#052666);
}
.sortTitle a{
	display: block;
    color:#6583c0;
	text-align:left;
	font-weight:800;
	font-size: 24px;
}
.sortWrap{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 15px 20px 30px;
}
.gameList{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	margin:15px ;
}
.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 */
.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: #1F4388;
	border-radius:50px;
	padding: 15px;
	color:#6583c0;
}
.detailWrap.Info{
	display: flex;
	padding: 20px;
	flex-direction: column;
	border-radius: 35px;
}
.detailWrap.Info h4{
	font-size: 20px;
	margin-bottom: 5px;
}
.textInfo{
	background-color: #1F4388;
	border-radius:20px;
	padding: 20px;
	margin:25px 15px;
	line-height: 1.8;
	font-size: 18px;
}
.textInfo p{
	padding: 10px 0;
}
.tagList{
	padding-top: 5px;
	font-size: 0;
	letter-spacing: -4px;
}
.Info .tagList a{
	display: inline-block;
	margin: 5px;
	color: #6583c0;
	font-size: 16px;
	letter-spacing: 0;
}
.detail.sortWrap{
	padding-bottom: 15px;
}
.detail.sortWrap .sortItem{
	margin: 15px 0;
}

#play {
    display: block;
    color:#3B63B2;
    background-color:#1F4388;
    font-size: 32px;
    margin: 20px 30px 30px ;
    text-align: center;
    height: 70px;
	line-height: 70px;
    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;
}

@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:1025px){
	.textInfo{
		margin: 25px;
	}
	.sortWrap {
	    padding: 15px 25px 30px;
	}
}
@media screen and (max-width:821px){
	.gameList li{
		padding: 12px;
	}
}
@media screen and (max-width:768px){
	.sortWrap{
		padding: 10px 20px 30px;
	}
	.sortItem {
	    padding: 15px;
	    width: calc(33.33% - 10px);
	    color: #fff;
	}
	.sortItem .imgIcon {
	    width: 72px;
	    height:72px;
	}
	.sortItem h4 {
	    font-size: 18px;
	    margin-bottom: 10px;
	}
	.sortItem .userInfo {
	    width: calc(100% - 72px);
	    padding-left: 10px;
	}
	.gameList li {
	    width: 25%;
	    padding: 10px;
	}
	.gameItems .img {
	    width: 116px;
	    height: 116px;
		margin: 15px auto 0;
	}
	.gameItems .img img {
	    width: 100%;
	    border-radius:20px;
	    object-fit: cover;
	}
	.starWrap {
	    margin: 0 0 10px;
	}
	.detail.sortWrap .sortItem {
		padding: 20px;
		width: calc(50% - 10px);
	}
	.detail.sortWrap .sortItem .userInfo {
	    width: calc(100% - 80px);
	    padding-left: 10px;
	}
}
@media screen and (max-width:641px){
	.sortItem {
	    padding:15px;
	    width: calc(50% - 10px);
	}
	.sortItem .imgIcon {
	    width: 74px;
	    height: 74px;
	}
	.detail.sortWrap .sortItem{
		margin: 10px 0;
	}
	.gameList li {
	    width:50%;
		padding: 15px;
	}
	.gameItems .img {
	    width: 198px;
	    height: 198px;
	    margin:30px auto 15px;
	}
	.starWrap{
		margin-bottom: 25px;
	}
}
@media screen and (max-width:431px){
	.contain{
		padding: 10px 0 0;
	}
	.gameList{
		 margin: 10px;
	}
	.thum{
		padding-top: 10px;
		flex-direction:column;
	}
	.thum>div {
	    width:100%;
	}
	.thum>div.gameItems{
		margin-bottom: 15px;
	}
	.detail.sortWrap{
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.detailWrap.Info{
		border-radius:55px;
	}
	.textInfo {
		margin:20px 15px;
		line-height: 1.5;
		font-size: 16px;
	}
	.gameList li {
	    width: 50%;
	    padding: 10px;
	}
	.gameItems .img {
		margin-top: 15px;
	    width: 136px;
	    height: 136px;
	}
	.sortTitle {
	    padding:10px 15px;
	}
	#play {
	    font-size: 24px;
	    margin: 20px 20px 30px;
	    height: 55px;
	    line-height: 55px;
	    border-radius: 30px;
	}
	.sortTitle a {
	    font-size: 20px;
	}
	.sortWrap {
	   flex-direction: column;
	   padding: 0 15px 10px;
	}
	.sortItem {
	    padding:15px;
	    width: 100%;
		margin: 10px 0;
	}
	.sortItem .imgIcon {
	    width: 70px;
	    height:70px;
	}
	.sortItem .userInfo {
	    width: calc(100% - 70px);
	}
	.detail.sortWrap .sortItem {
	    margin: 10px 0;
		width: 100%;
	}
	.detail.sortWrap .sortItem .imgIcon {
	    width: 80px;
	    height:80px;
	}
	.detail.sortWrap .sortItem .userInfo {
	    width: calc(100% - 90px);
	}
	
	
}
@media screen and (max-width:415px){
	.sortTitle {
	    padding:10px 15px;
	}
	.sortTitle a {
	    font-size:20px;
	}
	.sortWrap {
		padding: 0 15px 5px;
	    flex-direction: column;
	}
	.sortItem {
		padding: 15px;
	    width: 100%;
		margin-bottom: 15px;
	}
	.sortItem .imgIcon {
	    width: 78px;
	    height:78px;
		border-radius: 45%;
	}
	.gameList li {
	    width: 50%;
	    padding: 10px;
	}
	.thum>div {
	    width:100%;
	}
	.thum>div.gameItems{
		margin-bottom: 15px;
	}
	.thum .gameItems .title {
		text-align: left;
		margin-bottom: 0;
		font-size: 18px;
	}
	.detailWrap.Info {
	    flex-direction:row;
		padding: 10px 20px;
		border-radius:60px;
	}
	.textInfo {
	    margin: 15px;
	    line-height: 1.5;
	    font-size: 14px;
	}
	.detail.sortWrap{
		padding:15px;
	}
	.detail.sortWrap .sortItem {
	    margin: 8px 0;
		width: 100%;
	}
	
	#play {
	    margin: 10px 20px 20px;
	   
	}
	.sortItem h4 {
	    font-size: 16px;
	}
	.gameItems .img {
	    width: 124px;
	    height: 124px;
		margin: 15px auto 0;
	}
	.starWrap {
	    margin-bottom: 15px;
	}
	
}
@media screen and (max-width:391px){
	.gameItems .img {
	    width: 122px;
	    height: 122px;
		margin-top:10px;
	}
	.starWrap {
	    margin: 5px 0 10px;
	}
	.gameItems .title{
		margin-top: 5px;
	}
}
@media screen and (max-width:376px){
	.contain {
	    padding: 15px 0;
	}
	
	.thum>div.gameItems .img {
	    width: 94px;
	    height: 94px;
		margin-right: 10px;
	}
	.thum .gameItems .img img {
	    border-radius: 20px;
	}
	.thum .info {
	    width: calc(100% - 104px);
	    text-align: left;
	}
	.starWrap .star {
	    width: 14px;
	    height: 14px;
	}
	.thum{
		padding: 0 10px 15px;
	}
	.thum .gameItems .title {
	    font-size: 16px;
	}
	.thum .gameItems .btn {
	    font-size: 14px;
	    padding: 4px 10px;
	}
	.thum .gameItems .starWrap {
		margin-top: 0;
	    margin-bottom:15px;
	}
	.detailWrap.Info h4{
		font-size: 16px;
		margin-top: 5px;
	}
	.Info .tagList a {
	    font-size: 14px;
	}
	.sortTitle {
	    padding: 10px;
	}
	.textInfo {
	    margin: 15px;
	}
	.sortTitle a {
	    font-size: 18px;
	}
	.sortItem {
	    margin-bottom: 15px;
	}
	.sortItem .userInfo {
		font-size: 14px;
	}
	.gameList {
	    margin: 10px 8px 0;
	}
	.gameList li {
	    padding:8px;
	}
	.gameItems {
	    border-radius: 15px;
	}
	.gameItems .img {
	    width: 110px;
	    height: 110px;
	    margin:15px auto 5px;
	}
	.starWrap {
	    display: flex;
	    margin: 0 0 10px;
	}
	.gameItems .title {
		margin-top: 5px;
	    font-size: 14px;
		margin-bottom: 0;
	}
	.sortItem .imgIcon {
	    width: 70px;
	    height: 70px;
	    border-radius: 40%;
	}
}
@media screen and (max-width:360px){
	.gameItems .img {
	    width: 100px;
	    height: 100px;
		margin-top: 10px;
	}
	.sortItem .imgIcon {
	    width: 60px;
	    height: 60px;
	}
	.sortItem .userInfo {
	    width: calc(100% - 60px);
	    padding-left: 10px;
	}
}
@media screen and (max-width:321px){
	
}
@media screen and (max-width:280px){
	.gameItems .img {
	    width: 88px;
	    height:88px;
	    margin-top:5px;
	}
	.starWrap .star {
	    width: 12px;
	    height:12px;
		margin: 0 1px;
	}
	.gameItems .title {
	    margin-top: 0;
	}
	.gameList li {
	    padding: 6px;
	}
	.detail.sortWrap .sortItem {
	   padding: 11px;
	   margin:6px 0;
	}
	.sortItem .userInfo {
	    font-size: 12px;
	}
	.sortItem h4 {
	    font-size: 14px;
		margin-bottom: 5px;
	}
	#play {
	    font-size: 18px;
	}
}
