.contain{
	padding:15px 20px;
	
}
.backTop{
	width: 60px;
	height: 60px;
	border-radius:15px;
	background-color:#E82E2F;
	color: #fff;
	position: fixed;
	bottom:30%;
	right: 10px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content:center;
}
.backTop i{
	display: inline-block;
	font-size: 32px;
}
.sortTitle{
	position: relative;
	padding:20px 15px;
	font-size: 42px;
	font-weight: 800;
	color: #E82E2F;
}
.gameList{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	padding: 0 5px;
}
.gameItem{
	position: relative;
	width: 80px;
	border-radius: 10px;
	overflow: hidden;
}
.gameItem .img{
	width: 100%;
	height: auto;
	border-radius: 8px;
	vertical-align: middle;
}

/* detail */
.thum{
	display: flex;
	flex-direction:row;
	justify-content: space-between;
	padding-top: 10px;
	margin-bottom:25px;
}
.thum-left{
	width: 40%;
	flex-shrink: 0;
	padding-right: 20px;
}
.thumWrap{
	position: relative;
	background-color: #fff;
	border-radius: 28px;
}
.thum .gameBox{
	position: relative;
	flex-direction:column;
	background-color: #fff;
	padding: 15px 0;
	border-radius: 28px;
}
.thum .gameBox .img {
    width:148px;
	height:148px;
	border-radius: 50%;
	overflow: hidden;
	flex-shrink: 0;
	margin:20px auto;
}
.thum .gameBox .img img{
	width: 100%;
	object-fit: cover;
}
.thum .gameBox .info{
	padding: 5px 0 0 0;
	text-align: center;	
}
.thum .gameBox .info .title{
	font-size: 28px;
	font-weight: bold;
	color: #333333;
}
.thum .starWrap {
    justify-content: center;
}
.thum .tagList{
	display: flex;
	align-items: center;
	padding:10px 20px;
}
.thum .tagList>dt{
	font-size: 24px;
	font-weight: 600;
}
.thum .tagList span {
    font-size:20px;
}
.thum .textWrap{
	padding: 20px 20px 0;
}
.tagList{
	margin-top: 10px;
}
.tagList span{
	display: inline-block;
	font-size:18px;
	margin-right: 3px;
}
.textWrap p{
	padding:10px 0 0;
	font-size: 18px;
}

.sortWrap.detail{
	background-color: transparent;
	border-radius: 0;
	padding: 0;
}

#play {
    display: block;
    color:#fff;
    background-color:#E82E2F;
    font-size: 32px;
    margin:20px 0 0;
    text-align: center;
    height: 74px;
	line-height:74px;
    border-radius: 50px;
    text-decoration: none;
	font-weight: bold;
   /* animation: playAnimate 500ms linear infinite alternate; */
}
#play.moreBtn{
	width:60%;
	margin: 15px auto;
}

/* company */
.detailWrap .thumWrap{
	padding:10px 15px;
}
.detailWrap .thumWrap h3{
	font-size: 24px;
	padding-top: 10px;
}
.detailWrap .thumWrap p{
	padding: 10px 0;
	color:#797979;
	font-size: 18px;
	line-height: 1.4;
}


@keyframes playAnimate {
    0%{
        transform: scale(.9);
    }
    100%{
        transform: scale(1);
    }
}


@media screen and (max-width:1025px){
	.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){
	#play {
	    font-size: 32px;
	    height: 64px;
	    line-height: 64px;
	}
	.sortWrap.detail .sortItem {
	   width: 174px;
	   margin-bottom: 15px;
	}
	.sortWrap.detail  .imgIcon {
	    height:174px;
		margin-bottom: 15px;
	}
	
}
@media screen and (max-width:768px){
	.thum{
		flex-direction: column;
	} 
	.thum-left {
	    width: 100%;
	    padding-right:0;
	}
	.thum .gameBox{
		display: flex;
		flex-direction: row;
		align-items: center;
		padding: 20px;
	}
	.thum .gameBox .img {
	    width: 128px;
	    height: 128px;
	    margin: 0;
	}
	.thum .gameBox .info{
		padding-left: 20px;
		display: inline-flex;
		flex: 1;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
	}
	.thumWrap {
		padding:0 10px 20px;
	   margin-top: 20px;
	}
	.sortTitle {
	    padding: 20px 15px;
	    font-size: 36px;
	}
	.sortWrap.detail .sortItem {
	   width: 166px;
	   margin-bottom: 10px;
	}
	.sortWrap.detail  .imgIcon {
	    height:166px;
		margin-bottom: 15px;
	}
}
@media screen and (max-width:641px){
	.sortTitle {
	    position: relative;
	    padding: 15px 5px;
	    font-size: 32px;
	    font-weight: 800;
	}
}
@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;
	}
	.thum .starWrap{
		margin-bottom: 0;
	}
	#play {
	    font-size: 28px;
	    height: 54px;
	    line-height:54px;
	}
	.thum .textWrap {
	    padding: 15px 15px 0;
	}
	.sortTitle {
	    font-size:26px;
	}
	.sortWrap.detail .sortItem {
	    width: 122px;
	}
	.sortWrap.detail .imgIcon {
	    height: 122px;
	    margin-bottom: 10px;
	}
}
@media screen and (max-width:431px){
	.contain{
		padding: 10px 15px;
	}
	.backTop{
		width: 44px;
		height: 44px;
		border-radius: 10px;
		bottom: 7%;
	}
	.backTop i{
		font-size: 28px;
	}
	.textWrap p {
	    font-size: 15px;
		line-height: 1.5;
	}
	.thumWrap {
	    padding: 0 10px 10px;
	}
	.thum .tagList span,.thum .tagList>dt {
	    font-size: 16px;
	}
	.thum .gameBox {
	    padding:15px;
	}
	.thumWrap {
	  margin-top: 15px;
	}
}
@media screen and (max-width:415px){
	.sortTitle {
	    font-size: 24px;
	}
	.sortWrap.detail .sortItem {
	    width: 118px;
	}
	.sortWrap.detail .imgIcon {
	    height: 118px;
	}
	.thum .gameBox .img {
	    width: 78px;
	    height: 78px;
	}
	.thum .gameBox .info .title {
	    font-size: 20px;
	}
	.thum .gameBox .info {
	    padding-left: 10px;
	}
	.starWrap .star {
	    width: 18px;
	    height: 18px;
	}
	#play {
	    font-size: 24px;
	    height: 48px;
	    line-height: 48px;
		margin-top: 15px;
	}
	.contain{
	  min-height:580px;	
	}
	
}
@media screen and (max-width:391px){
	.detailWrap .thumWrap p {
	    font-size: 16px;
	    line-height: 1.4;
	}
}
@media screen and (max-width:376px){
	.sortWrap.detail .sortItem {
	    width: 106px;
	}
	.sortWrap.detail .imgIcon {
	    height: 106px;
	}
	.contain{
	  min-height:518px;	
	}
}
@media screen and (max-width:360px){
	.sortWrap.detail .sortItem {
	    width: 100px;
	}
	.sortWrap.detail .imgIcon {
	    height: 100px;
	}
	.sortItem .title {
	    font-size: 14px;
	}
}
@media screen and (max-width:321px){
	.header {
	    padding:12px;
	}
	.contain {
	    padding: 10px 12px;
		min-height:434px;
	}
	.sortTitle {
	    font-size:20px;
		padding-bottom:5px;
	}
	.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){
	
}
