.contain{
	padding:0 20px;
}
.sortWrap .btnWrap{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 0 25px;
	border-bottom: 1px solid #943FFF;
	margin-bottom:5px;
}
.sortWrap .btnWrap a{
	display: inline-block;
	background-color:#A96BFF;
	border-radius: 30px;
	color: #fff;
	padding:20px;
	width: 48%;
	text-align: center;
	font-size:28px;
}
.sortWrap .itemWrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 10px 0 0;
}
.sortTitle{
	position: relative;
	font-size: 48px;
	font-weight: 800;
	padding:20px 0;
}
.sortTitle:first-child{
	padding-top:5px;
}
.gameList{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.gameItem{
	margin-bottom: 25px;
	position: relative;
	overflow: hidden;
	width: 100%;
	background:#EF7939;
	border-radius: 25px;
	padding: 20px;
	margin-bottom: 15px;
}
.gameItem>a{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.gameItem:last-child{
	margin-bottom: 0;
}
.gameItem .itemHead{
	display:inline-flex;
	align-items:center;
}
.gameItem .them{
	width: 260px;
	height:195px;
	overflow: hidden;
	border-radius: 20px;
	vertical-align: middle;
	border: 3px solid #5703CD;
	flex-shrink: 0;
}
.gameItem .them img{
	width: 100%;
	object-fit:fill;
}
.gameItem .itemHead-info{
	padding-left: 20px;
	color:#fff;
}
.gameItem .itemHead-info .title{
	width: 75%;
	font-size: 36px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.gameItem .playBtn{
	display: block;
}
.stars{
	margin:15px 0;
	letter-spacing: -4px;
	font-size: 0;
}
.stars span,.gameItem .tags span{
	display: inline-block;
	vertical-align: middle;
}
.stars span{
	width: 44px;
	height:44px;
	background: url('../images/star-icon.png') no-repeat;
	background-size: 100%;
}
.gameItem .tags span{
	border-radius: 30px;
	background-color: #5703CD;
	padding:10px 15px;
	font-size: 22px;
	margin-top: 5px;
}
/* gameWrap */
.gameCon{
	background-color:#FEE119;
	border-radius: 25px;
	padding: 20px 15px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.gameCon .sortItem{
	width: 205px;
	margin:10px;
}
.gameCon .sortItem .imgIcon {
    height:205px;
}
/* detail */
.thum{
	display: flex;
	flex-direction:row;
	justify-content: space-between;
}
.thum-left{
	width: 50%;
	flex-shrink: 0;
	padding-right: 20px;
}
.thumWrap{
	position: relative;
	background-color: #fff;
	border-radius: 28px;
}
.thum .gameBox{
	position: relative;
	flex-direction:column;
	background-color: #5703CD;
	padding:20px;
	border-radius: 25px;
	color: #fff;
}
.gameBox .top{
	display: inline-flex;
	align-items: center;
	width: 100%;
	flex-shrink: 0;
}
.thum .gameBox .img {
    width:180px;
	height:180px;
	border-radius: 25px;
	overflow: hidden;
	flex-shrink: 0;
}
.thum .gameBox .img img{
	width: 100%;
	object-fit: cover;
}
.thum .gameBox .info{
	padding: 5px 0 0 20px;
	flex: 1;
}
.thum .gameBox .info .title{
	font-size: 34px;
	font-weight: bold;
}
.thum .tagList{
	display: flex;
	align-items: center;
	margin-top: 15px;
}
.thum .tagList span {
	display: inline-block;
    font-size:18px;
	background-color:#EF7939;
	border-radius: 30px;
	padding:10px 15px;
	margin: 0 5px 10px;
}
.thum .thumWrap{
	background-color:#FEE119;
}
.thum .textWrap{
	padding: 20px;
}
.thum .stars span {
    width: 42px;
    height: 42px;
}
.tagList{
	margin-top: 10px;
}
.tagList span{
	display: inline-block;
	font-size:18px;
	margin-right: 3px;
}
.textWrap p{
	padding:10px 0 0;
	font-size: 24px;
	line-height: 1.3;
}
.sortWrap.detail{
	background-color: transparent;
	border-radius: 0;
	padding: 0;
}

#play {
    display: block;
    color:#fff;
    background-color:#EF7939;
    font-size: 32px;
    margin:20px 0 0;
    text-align: center;
    height: 74px;
	line-height:74px;
    border-radius: 20px;
    text-decoration: none;
	font-weight: bold;
   /* animation: playAnimate 500ms linear infinite alternate; */
}
#play.moreBtn{
	width:60%;
	margin: 15px auto;
}

/* company */
.detailWrap .thumWrap{
	padding:20px 30px;
	color: #fff;
	margin-bottom:20px;
}
.detailWrap .thumWrap h3{
	font-size: 36px;
	padding-top: 10px;
}
.detailWrap .thumWrap p{
	padding: 15px 0;
	font-size: 24px;
	line-height: 1.4;
}

.floatItem{
	display: flex;
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 20px;
	border-radius: 30px;
	padding:25px;
	background-color:#5703CD;
	display: none;
	align-items: center;
	color: #fff;
}
.floatItem .img{
	display: inline-block;
	width: 128px;
	height:128px;
	border-radius: 25px;
	overflow: hidden;
	flex-shrink: 0;
}
.floatItem .img img{
	width: 100%;
	height: auto;
	object-fit: cover;
}
.floatItem .info{
	width: calc(100% - 148px);
	padding-left: 30px;
}
.floatItem .info .title{
	width: 90%;
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.floatItem .stars span {
    width: 32px;
    height:32px;
}

@keyframes playAnimate {
    0%{
        transform: scale(.9);
    }
    100%{
        transform: scale(1);
    }
}
@media screen and (max-width:1025px){
	.gameCon .sortItem {
	    width: 214px;
	    margin: 10px;
	}
	.sortWrap.detail .sortItem {
	    width: 228px;
	   margin-bottom: 25px;
	}
	.sortWrap.detail  .imgIcon {
	    height: 228px;
		margin-bottom: 15px;
	}
}
@media screen and (max-width:913px){
	.sortWrap.detail .sortItem {
	    width: 270px;
	}
	.sortWrap.detail .imgIcon {
	    height: 270px;
	}
}
@media screen and (max-width:821px){
	.gameItem>a{
		flex-direction: column;
	}
	.gameItem .itemHead {
	   margin-bottom:20px;
	}
	.gameCon {
	    justify-content:space-between;
	}
	.gameCon .sortItem {
	    width: 222px;
	    margin: 10px;
	}
	.gameCon .sortItem .imgIcon {
	    height: 222px;
	}
	.thum{
		flex-direction: column;
	}
	.thum-left {
	    width: 100%;
	    padding-right:0;
	}
	#play {
	    font-size: 32px;
	    height: 64px;
	    line-height: 64px;
		margin-bottom: 20px;
	}
	.sortWrap.detail .sortItem {
	   width: 174px;
	   margin-bottom: 15px;
	}
	.sortWrap.detail  .imgIcon {
	    height:174px;
		margin-bottom: 15px;
	}
	
}
@media screen and (max-width:768px){
	.sortWrap .btnWrap a{
		font-size: 26px;
	}
	#play{
		margin-bottom: 15px;
	}
	.thum{
		flex-direction: column;
	} 
	.thum-left {
	    width: 100%;
	    padding-right:0;
	}
	.thum .gameBox{
		padding: 25px;
	}
	.gameBox .top{
		width: 100%;
	}
	.thumWrap {
		padding:0 10px 20px;
	}
	.sortTitle {
	    font-size: 42px;
	}
	.sortWrap.detail .sortItem {
	   width: 166px;
	   margin-bottom: 10px;
	}
	.sortWrap.detail  .imgIcon {
	    height:166px;
		margin-bottom: 15px;
	}
}
@media screen and (max-width:641px){
	.gameCon {
		justify-content: space-between;
	}
	.gameCon .sortItem {
	    width: 174px;
	    margin: 8px 5px;
	}
	.gameCon .sortItem .imgIcon {
	    height:174px;
	}
	.sortTitle {
	    padding: 15px 0;
	    font-size: 26px;
	}
	.gameItem{
		padding: 15px;
	}
	.gameItem>a{
		flex-direction: column;
	}
	.gameItem .them {
	    width: 230px;
	    height: 172px;
	}
	.gameItem .itemHead-info .title{
		font-size: 24px;
		width: 80%;
	}
	.gameItem .itemHead{
		width: 100%;
		margin-bottom: 20px;
	}
	.stars {
	    margin: 10px 0;
	}
	.gameItem .tags span {
	    font-size: 18px;
	}
}
@media screen and (max-width:541px){
	.thum{
		margin-bottom: 0;
	}
	.thum .gameBox .img {
	    width:90px;
	    height: 90px;
	}
	.thum .gameBox .info .title {
	    font-size: 22px;
	}
	
	.thum .gameBox .info{
		padding-top: 0;
	}
	.gameItem .them {
	    width: 150px;
	    height: 112px;
	}
	.gameItem .itemHead-info{
		padding-left: 15px;
	}
	.gameItem .itemHead-info .title {
	    font-size:20px;
	}
	.stars span {
	    width: 24px;
	    height: 24px;
	    background: url(../images/star-icon.png) no-repeat;
	    background-size: 100%;
	}
	#play {
	    font-size: 28px;
	    height: 54px;
	    line-height:54px;
		margin: 15px 0;
	}
	.thum .textWrap {
	    padding: 15px;
	}
	.sortTitle {
	    font-size:26px;
	}
	.sortWrap.detail .sortItem {
	    width: 122px;
	}
	.sortWrap.detail .imgIcon {
	    height: 122px;
	    margin-bottom: 10px;
	}
	.gameItem .tags span {
	    font-size: 14px;
		padding: 6px 10px;
	}
	.playBtn {
	    height: 40px;
	    line-height: 40px;
	    font-size: 16px;
	}
}
@media screen and (max-width:431px){
	.contain{
		padding: 0 15px;
	}
	.sortWrap {
		padding: 15px;
	}
	.sortWrap .btnWrap {
	    padding:5px 0 20px;
	    margin-bottom: 5px;
	}
	.sortWrap .btnWrap a {
	    border-radius:20px;
	    padding:10px 15px;
	    font-size: 20px;
	}
	.sortTitle {
		padding: 12px 0;
	    font-size: 24px;
	}
	#play {
	    font-size: 22px;
	}
	.gameCon{
		justify-content: space-between;
	}
	.gameCon .sortItem {
	    width: 116px;
	    margin:5px 0;
	}
	.gameCon .sortItem .imgIcon {
	    height: 116px;
	}
	.gameItem .them {
	    width: 140px;
	    height: 105px;
	}
	.gameItem .itemHead{
		width: 100%;
		margin-top: 5px;
		margin-bottom: 15px;
	}
	.gameItem .itemHead-info {
	    padding-left: 15px;
	}
	.gameItem .itemHead-info .title {
		width:75%;
	    font-size:22px;
	}
	.gameItem .tags span {
	    font-size: 14px;
		
	}
	.stars{
		margin: 5px 0 10px;
	}
	.stars span {
	    width: 26px;
	    height: 26px;
	}
	.gameCon {
	    border-radius: 20px;
	    padding:15px;
	}
	.textWrap p {
	    font-size: 16px;
		line-height: 1.5;
	}
	
	.detailWrap .thumWrap{
		padding:15px 20px;
		margin-bottom: 15px;
	}
	.detailWrap .thumWrap h3 {
	    font-size: 24px;
	}
	.detailWrap .thumWrap p {
	    font-size: 16px;
	}
	.thum .tagList{
		margin-top:5px;
	}
	.thum .tagList span {
	    font-size: 15px;
		padding: 5px 10px;
		margin:4px 2px;
	}
	.thum .gameBox {
	    padding:15px;
	}
	.thum .gameBox .img {
	    width: 110px;
	    height:110px;
		border-radius: 20px;
	}
	.thum .gameBox .info .title{
		font-size: 24px;
		padding-top: 5px;
	}
	.thum .stars span{
		width: 32px;
		height: 32px;
	}
	.floatItem{
		padding: 15px;
	}
	.floatItem .img {
	    width: 108px;
	    height: 108px;
	    border-radius: 20px;
	}
	.floatItem .info{
		padding-left: 15px;
	}
	.floatItem .info .title {
	    font-size: 28px;
	}
}
@media screen and (max-width:415px){
	.contain{
	  min-height:580px;	
	}
	.sortTitle {
	    font-size: 24px;
	}
	.sortWrap.detail .sortItem {
	    width: 118px;
	}
	.sortWrap.detail .imgIcon {
	    height: 118px;
	}
	.thum .gameBox .img {
	    width: 98px;
	    height: 98px;
		border-radius: 15px;
	}
	.thum .gameBox .info {
	    padding-left: 15px;
	}
	.thum .stars span {
	    width: 26px;
	    height:26px;
		margin-right: 2px;
	}
	#play {
	    font-size: 24px;
	    height: 48px;
	    line-height: 48px;
		margin-top: 15px;
	}
	.gameCon .sortItem {
	    width: 110px;
	}
	.gameCon .sortItem .imgIcon {
	    height: 110px;
		border-radius: 18px;
	}
	.floatItem .img {
	    width: 92px;
	    height:92px;
	    border-radius: 15px;
	}
	.floatItem .info .title {
	    font-size: 24px;
	}
	.gameItem .itemHead-info .title {
		width:65%;
	    font-size:20px;
	}
}
@media screen and (max-width:391px){
	.detailWrap .thumWrap p {
	    font-size: 16px;
	    line-height: 1.4;
	}
	.sortWrap .btnWrap {
	    padding:0 0 15px;
	    margin-bottom:0;
	}
	.thum .stars span{
		width:24px;
		height:24px;
	}
	.sortWrap .btnWrap a {
	    font-size: 18px;
	}
	.gameItem .them {
	    width: 130px;
	    height:97px;
	}
	.gameItem .itemHead-info {
	    padding-left: 10px;
	}
	
	
	.stars span {
	    width: 24px;
	    height: 24px;
	}
	.gameItem .tags span {
	    font-size: 14px;
	}
	.gameCon .sortItem {
	    width: 102px;
	}
	.gameCon .sortItem .imgIcon {
	    height: 102px;
	}
}
@media screen and (max-width:376px){
	.contain{
	  min-height:518px;	
	}
	.sortWrap .btnWrap a {
	    font-size: 18px;
	}
	.gameItem .them {
	    width: 120px;
	    height: 90px;
	}
	.stars {
	    margin: 5px 0;
	}
	.stars span {
	    width: 22px;
	    height: 22px;
	}
	.playBtn {
	    font-size:18px;
	    height: 42px;
	    line-height: 42px;
	}
	.gameItem .tags span {
	    border-radius: 20px;
	    padding: 5px 10px;
	    font-size: 13px;
	}
	.gameItem .itemHead-info .title {
	    font-size: 18px;
	}
	.sortWrap.detail .sortItem {
	    width: 106px;
	}
	.sortWrap.detail .imgIcon {
	    height: 106px;
	}
	.gameCon .sortItem {
	    width: 98px;
	}
	.gameCon .sortItem .imgIcon {
	    height:98px;
	}
	
}
@media screen and (max-width:360px){
	.sortWrap .btnWrap a {
	    font-size: 16px;
	}
	.sortWrap.detail .sortItem {
	    width: 100px;
	}
	.sortWrap.detail .imgIcon {
	    height: 100px;
	}
	.sortItem .title {
	    font-size: 14px;
	}
	.gameCon .sortItem {
	    width: 94px;
	}
	.gameCon .sortItem .imgIcon {
	    height: 94px;
		border-radius: 15px;
	}
}
@media screen and (max-width:321px){
	.header {
	    padding:12px;
	}
	.contain {
	    padding: 0 10px;
		min-height:434px;
	}
	.sortTitle {
	    font-size:20px;
	}
	.sortWrap.detail .sortItem {
	    width: 90px;
	}
	.sortWrap.detail .imgIcon {
	    height:90px;
	}
	.thum .gameBox .img {
	    width:68px;
	    height:68px;
	}
	.thum .gameBox .info .title {
	    font-size:18px;
	}
	.starWrap .star {
	    width: 14px;
	    height: 14px;
		margin: 0 1px;
	}
	#play {
	    font-size: 20px;
	    height: 44px;
	    line-height: 44px;
	}
	.thum .textWrap {
	    padding: 10px 10px 0;
	}
	.thum .tagList {
	    display: flex;
	    align-items: center;
	    padding: 5px 10px;
	}
	.detailWrap .thumWrap p {
	    font-size: 15px;
	    line-height: 1.4;
	}
}
@media screen and (max-width:280px){
	
}
