/*** index ***/
.contain{
	padding:0.2rem;
	min-height:calc(100% - 1rem);
}
.card{
	background: linear-gradient(to right,#ff6f5b,#ffc3ba);
	border-radius: 0.08rem;
	padding: 0.2rem;
}
.card-row{
	display: flex;
	justify-content: space-between;
}
.card-row .card{
	width: calc(50% - 0.1rem);
}
.card-head{
	display: flex;
	flex-direction: row;
	align-items: center;
}
.imgItem{
	width: 0.96rem;
	height: 0.96rem;
	border-radius: 0.08rem;
	overflow: hidden;
	display:flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}
.imgItem img{
	max-width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.card-head .title{
	font-size: 0.18rem;
	padding-left: 0.1rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	flex: 1;
}
.card .playbtn{
	margin-top: 0.1rem;
}
.header-title{
	position: relative;
	font-size: 0.2rem;
	color: #ff6d59;
	padding: 0.1rem 0;
	display: flex;
	align-items: center;
	text-transform: capitalize;
	font-weight: 1000;
}
.header-title span{
	position: relative;
	display: inline-block;
}
.header-title span::after{
	z-index: 10;
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-image: linear-gradient(to right,rgba(255,255,255,0),rgba(255,255,255,0.5));
}
.game-griad{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.game-griad li{
	width: 1.22rem;
	display: inline-block;
	padding-bottom: 0.3rem;
}
.game-griad li a{
	display: block;
}
.game-griad li:nth-child(7),
.game-griad li:nth-child(8),
.game-griad li:nth-child(9),
.game-griad li:nth-child(10),
.game-griad li:nth-child(11),
.game-griad li:last-child{
	padding-bottom: 0;
}
.them-img{
	width: 1.22rem;
	height: 1.22rem;
	border-radius: 0.08rem;
	overflow: hidden;
}
.them-img img{
	max-width: 100%;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.game-griad .name{
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 0.16rem;
	color: #e93219;
	margin: 0.02rem 0;
	
}
.playbtn{
	border-radius: 0.2rem;
	background-color: #ffffff;
	text-transform: capitalize;
	font-size: 0.16rem;
	display: block;
	text-align: center;
	font-weight: bold;
	padding: 0.06rem;
}
.game-info .playbtn{
	display: inline-block;
	padding: 0.02rem 0.2rem;
	margin: 0;
}

.row-item{
	display: flex;
	align-items: center;
	overflow: hidden;
	margin-bottom: 0.3rem;
	justify-content: space-between;
}
.row-item .left{
	display: inline-flex;
	align-items:center;
	width: calc(100% - 1rem);
}
.row-item .thum-img{
	width: 1.16rem;
	height: 1.16rem;
	display: inline-block;
	overflow: hidden;
	border-radius: 0.08rem;
	flex-shrink: 0;
}
.row-item .thum-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.row-item .game-info{
	padding-left: 0.2rem;
}
.row-item .game-info .title{
	width: 76%;
}
.row-item .game-info .title dt{
	font-size: 0.18rem;
	height: 0.24rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: bold;
}
.row-item .playbtn{
	flex-shrink: 0;
	padding: 0.05rem 0.2rem;
	background-color: #ff6d59;
	color: #fff;
}
.row-item:last-child{
	margin-bottom: 0;
}
/* detail */

.star{
	display: flex;
	padding: 0.08rem 0;
	align-items: center;
}
.star span{
	width: 0.18rem;
	height: 0.18rem;
	font-family: "iconfont";
	color: #ffe372;
	font-size: 0.16rem;
	display: inline-block;
}
.star em{
	font-style: normal;
	color:#ffe372;
	font-size: 0.14rem;
	padding-left: 0.05rem;
}

.tags{
	display: flex;
	align-items: center;
	padding: 0.05rem 0;
}
.tags span{
	position: relative;
	display: inline-block;
	color: #e93219;
	padding:0 0.08rem;
	font-size: 0.12rem;
	text-transform: capitalize;
}
.tags span::after{
	position: absolute;
	top: 0.05rem;
	right: 0;
	content: '';
	width: 1px;
	height: 0.07rem;
	background-color:#e93219;
}
.tags span:last-child::after{
	width: 0;
}
.tags span:first-child{
	padding-left: 0;
}

.column-griad .card{
	margin-bottom: 0.15rem;
}
.moreBtn{
	display: block;
	background-color:#ff6d59 ;
	border-radius: 0.1rem;
	padding: 0.04rem 0.1rem;
	color: #fff;
	margin: 0.1rem auto;
	width: 30%;
	text-align: center;
}
.moreBtn i{
	display: inline-block;
	transform: rotate(180deg);
	font-size: 0.24rem;
}
/* detail */
.btn{
	background-color: #fff !important;
	color:#333 !important;
}
.tagul{
	display: flex;
	align-items: center;
	color: #fff;
	text-transform: capitalize;
}
.tagul dt{
	display: inline-block;
}
.tagul dd{
	display: inline-flex;
	align-items: center;
	padding-left: 0.05rem;
}
.tagul dd span{
	display: inline-block;
	padding:0 0.05rem;
}
.detail-card{
	border-radius: 0.1rem;
	background-color: #fff;
	padding: 0.15rem;
	box-shadow: 0 0 10px rgba(0,0,0,0.15);
}
.detail-card .head{
	text-transform: capitalize;
	font-size: 0.18rem;
}
.detail-card  p{
	color: #666;
	font-size: 0.16rem;
	padding: 0.1rem 0;
}

/* game */
.gameWrap{
	height:100%;
}
.gameWrap .gamePlay{
	width: 100%;
	height: 100%;
}
.gamePlay>iframe {
    display: block;
    width: 1px;
    min-width: 100%;
    height: 1px;
    min-height: 100%;
    border: 0;
    overflow: hidden;
    z-index: 999;
}
.floatMenu{
	position: fixed;
	z-index: 111111;
	background-color: #fff;
	top: 0;
	left:0.05rem;
	border-radius:0 0 0.3rem 0.3rem;
	padding: 0.05rem;
	box-shadow: 0 0 10px rgba(0, 0, 0,0.15);
}
.floatMenu .btn{
	display:block;
	width: 0.42rem;
	height:0.42rem;
	border-radius: 50%;
	text-align: center;
	line-height:0.42rem;
}
.floatMenu .btn img{
	width:100%;
	display: inline-block;
}
.chu_box {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.7);
    position: fixed;
    top: 0;
    left: -100%;
    overflow: hidden;
    z-index:9999;
}
.chu_box #sidebar{
	top: 0;
	height: 95%;
	width: 100%;
	border-radius:0 ;
	background-color: transparent;
}
.chu_box .mobile-ul{
	height: auto;
	padding:0.2rem 0.15rem 0.15rem;
	height:80%;
	border-radius:0 0 0.15rem 0.15rem;
	overflow-y: auto;
	background-color: #fff;
}
.chu_box .mobile-ul a {
	display:inline-block;
	border-bottom: 0;
	width: calc(50% - 0.07rem);
	padding: 0.1rem 0;
}
.chu_box .closedbtn{
	position: absolute;
	bottom: 10%;
	background-color: #fff;
	width: 0.42rem;
	height: 0.42rem;
	line-height: 0.42rem;
	border-radius: 50%;
	text-align: center;
	left: 45%;
	box-shadow: 0 0 10px rgba(0,0,0,0.15);
}
.chu_box .closedbtn i{
	font-style: normal;
	font-size: 0.32rem;
}
.chu_active {
    left: 0;
}
.floatItem{
	display: flex;
	position: absolute;
	left: 0.15rem;
	right: 0.15rem;
	bottom: 0.2rem;
	border-radius: 0.08rem;
	padding: 0.1rem;
	background-color:#fff;
	box-shadow:0 0 10px rgba(0, 0, 0,0.15);
	/* display: none; */
	align-items: center;
	z-index: 111;
}
.floatItem .img{
	display: inline-block;
	width: 0.46rem;
	height: 0.46rem;
	border-radius: 0.08rem;
	overflow: hidden;
	flex-shrink: 0;
}
.floatItem .img img{
	width: 100%;
	height: auto;
	object-fit: cover;
}
.floatItem .info{
	width: calc(100% - 0.46rem);
	padding-left: 0.1rem;
	padding-right: 0.1rem;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
}
.floatItem .info .title{
	width: calc(100% - 1.1rem);
	font-size: 0.18rem;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}


@keyframes playAnimate {
    0%{
        transform: scale(.9);
    }
    100%{
        transform: scale(1);
    }
}

@media screen and (max-width:913px){
	
}
@media screen and (max-width:821px){
	.imgItem {
	    width: 0.86rem;
	    height: 0.86rem;
	}
	.game-griad li {
	    width:1.52rem;
	}
	.them-img{
		width: 1.52rem;
		height: 1.52rem;
	}
	.row-item .thum-img {
	    width: 0.96rem;
	    height: 0.96rem;
	}
	.row-item {
	    margin-bottom: 0.2rem;
	  
	}
}
@media screen and (max-width:769px){
	.card-row .card {
	    width: calc(50% - 0.07rem);
	}
	.game-griad li {
	    width:1.40rem;
	}
	.them-img{
		width: 1.40rem;
		height: 1.40rem;
	}
	.game-griad li:nth-child(7), .game-griad li:nth-child(8), .game-griad li:nth-child(9){
		padding-bottom: 0.15rem;
	}
	.game-griad li:nth-child(10),
	.game-griad li:nth-child(11),
	.game-griad li:last-child{
		padding-bottom: 0;
	}
}
@media screen and (max-width:541px){
	.card{
		padding: 0.12rem;
	}
	.imgItem {
	    width: 0.66rem;
	    height: 0.66rem;
	}
	.playbtn {
	    padding: 0.04rem;
	}
	.game-griad li {
	    width:0.98rem;
		padding-bottom: 0.15rem;
	}
	.them-img{
		width:0.98rem;
		height:0.98rem;
	}
	.row-item .thum-img {
	    width: 0.66rem;
	    height: 0.66rem;
	}
	.row-item .game-info {
	    padding-left: 0.15rem;
	}
	.detail-card p{
		font-size: 0.14rem;
	}
}
@media screen and (max-width:441px){
	.contain{
		padding:0.12rem;
	}
	.card-head .title{
		font-size: 0.16rem;
	}
	.header-title{
		font-size: 0.2rem;
	}
	.card-row .card {
	    width: calc(50% - 0.05rem);
	}
	.card {
	    padding: 0.12rem;
	}
	.game-griad li{
		width: 1.08rem;
	}
	.row-item .game-info{
		padding-left: 0.1rem;
	}
	.them-img{
		width: 1.08rem;
		height: 1.08rem;
	}
	.imgItem {
	    width: 0.46rem;
	    height: 0.46rem;
	   
	}
}
@media screen and (max-width:431px){
	.imgItem-griad{
		padding: 0.06rem;
	}
	.game-griad li {
	    width: 1.06rem;
	}
	.them-img{
		width:1.06rem;
		height:1.06rem;
	}
	
}
@media screen and (max-width:415px){
	.game-griad li {
	    width: 1.01rem;
	}
	.them-img{
		width:1.01rem;
		height:1.01rem;
	}
	
}
@media screen and (max-width:394px){
	.contain{
		padding:0.1rem;
	}
	.game-griad li {
	    width: 0.96rem;
	}
	.them-img{
		width: 0.96rem;
		height:0.96rem;
	}
	.detail-card p{
		font-size: 0.12rem;
	}
}
@media screen and (max-width:376px){
	.game-griad li {
	    width: 0.91rem;
	}
	.them-img{
		width: 0.91rem;
		height:0.91rem;
	}
}
@media screen and (max-width:361px){
	.game-griad li {
	    width:1.04rem;
	}
	.them-img{
		width: 1.04rem;
		height: 1.04rem;
	}
}