/*** index ***/
.contain{
	padding:0.2rem;
}
.card{
	background-color: #fff;
	border-radius: 0.2rem;
	box-shadow: 0 0 10px rgba(0, 0, 0,0.15);
	padding: 0.05rem;
	margin: 0.05rem 0;
}
.card .card-head{
	text-align: center;
	font-size: 0.2rem;
	text-transform: capitalize;
}
.imgItem-griad{
	display: flex;
	justify-content: space-between;
	overflow: hidden;
	padding: 0.18rem;
}
.imgItem-griad li{
	display: inline-block;
}
.imgItem{
	width: 2.6rem;
	height: 2.6rem;
	border-radius: 0.2rem;
	overflow: hidden;
	display:flex;
	align-items: center;
	justify-content: center;
}
.imgItem img{
	max-width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.header-title{
	position: relative;
	font-size: 0.26rem;
	color: #6c9ff4;
	padding: 0.1rem 0;
	display: flex;
	align-items: center;
	text-transform: capitalize;
	font-weight: 800;
}
.header-title>*{
	display: inline-block;
}
.header-title span{
	padding-left: 0.1rem;
}
.game-griad li{
	margin-bottom: 0.15rem;
}

.game-item{
	display: flex;
	align-items: center;
	padding: 0.06rem;
}
.them-img{
	width: 1.38rem;
	height: 1.02rem;
	border-radius: 0.2rem;
	overflow: hidden;
	display: inline-block;
	flex-shrink: 0;
}
.them-img img{
	max-width: 100%;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.game-info{
	display:inline-block;
	padding-left: 0.15rem;
	font-weight: 700;
}
.game-info .name{
	font-size: 0.2rem;
	color: #666;
	margin-bottom: 0.15rem;
	line-height: 1;
}
.playbtn{
	border-radius: 0.2rem;
	background-color: #6c9ff4;
	padding: 0.08rem 0.18rem;
	color: #fff;
	font-size: 0.2rem;
	text-transform: capitalize;
	font-size: 0.16rem;
	display: block;
	margin: 0.2rem 0 0.05rem;
	text-align: center;
	font-weight: bold;
}
.game-info .playbtn{
	display: inline-block;
	padding: 0.02rem 0.18rem;
	margin: 0;
}

.row-griad{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.row-griad li{
	width: calc(25% - 0.15rem);
	margin-bottom: 0.1rem;
}
.row-griad li a{
	display: flex;
	align-items: center;
	padding:0 0.02rem;
}
.row-griad .thum-img{
	width: 0.54rem;
	height: 0.54rem;
	display: inline-flex;
	overflow: hidden;
	border-radius: 0.2rem;
	align-items: center;
	justify-content: center;
}
.row-griad .thum-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-fit: contain;
}
.row-griad li a .game-info{
	font-size: 0.16rem;
	line-height: 1;
}
/* detail */
.starUl{
	padding: 0.03rem 0;
}
.star{
	display: inline-block;
	width: 0.16rem;
	height: 0.16rem;
	line-height: 0.16rem;
}
.star:before{
	font-family: "iconfont";
	content: "\e729";
	color: #ffe815;
	font-size: 0.16rem;
}
.section p{
	padding: 0.1rem 0;
	font-size: 0.14rem;
	line-height: 1.4;
	color: #5a5a5a;
}
.tags{
	display: flex;
	align-items: center;
}
.tags span{
	display: inline-block;
	background-color: #6c9ff4;
	border-radius: 0.3rem;
	color: #fff;
	padding: 0 0.1rem;
	height: 0.26rem;
	font-size: 0.14rem;
	line-height: 0.26rem;
	text-transform: capitalize;
	margin-right: 0.06rem;
}

/* game */
.gameWrap{
	height:calc(100% - 10px);
}
.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: 11111;
	background-color: #fff;
	top: 0.15rem;
	left:0.15rem;
	border-radius: 0.5rem;
	padding: 0.05rem;
	box-shadow: 0 0 10px rgba(0, 0, 0,0.15);
}
.floatMenu a{
	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.35rem;
	left:0.3rem;
	width: 84%;
	border-radius:0.15rem;
	padding:0.2rem 0.2rem 0.22rem;
}
.chu_box .mobile-ul{
	height: auto;
	padding: 0;
}
.chu_box .mobile-ul a {
    margin: 10px 0;
	display: block;
	min-width: calc(50% - 0.1rem);
}
.chu_active {
    left: 0;
}
.floatItem{
	display: flex;
	position: absolute;
	left: 0.15rem;
	right: 0.15rem;
	bottom: 0.2rem;
	border-radius: 0.15rem;
	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.54rem;
	height: 0.54rem;
	border-radius:  0.15rem;
	overflow: hidden;
	flex-shrink: 0;
}
.floatItem .img img{
	width: 100%;
	height: auto;
	object-fit: cover;
}
.floatItem .info{
	width: calc(100% - 0.54rem);
	padding-left: 0.1rem;
	display: inline-flex;
	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){
	.imgItem{
		width: 2.28rem;
		height:2.28rem;
	}
}
@media screen and (max-width:821px){
	.imgItem{
		width: 2.0rem;
		height:2.0rem;
	}
	.row-griad li{
		width: calc(50% - 0.08rem);
	}
}
@media screen and (max-width:769px){
	.imgItem{
		width: 1.9rem;
		height: 1.9rem;
	}
}
@media screen and (max-width:541px){
	.imgItem-griad{
		padding: 0.11rem;
	}
	.imgItem{
		width: 1.28rem;
		height: 1.28rem;
	}
}
@media screen and (max-width:441px){
	.contain{
		padding:0 0.15rem 0.15rem;
	}
	.header-title{
		font-size: 0.22rem;
	}
	.imgItem{
		width: 1.02rem;
		height: 1.02rem;
	}
}
@media screen and (max-width:431px){
	.contain{
		padding: 0 0.15rem 0.15rem;
	}
	.imgItem-griad{
		padding: 0.06rem;
	}
	.imgItem{
		width: 1.05rem;
		height: 1.05rem;
		border-radius: 0.15rem;
	}
}

@media screen and (max-width:415px){
	.imgItem{
		width: 1.01rem;
		height: 1.01rem;
	}
}
@media screen and (max-width:394px){
	.imgItem{
		width: 0.95rem;
		height: 0.95rem;
	}
}
@media screen and (max-width:376px){
	.imgItem{
		width: 0.92rem;
		height: 0.92rem;
	}
}
@media screen and (max-width:361px){
	.imgItem{
		width: 1.02rem;
		height: 1.02rem;
	}
}