/*** index ***/
.contain{
	position: relative;
	zoom: 1;
	z-index: 2;
	padding: 0 0.2rem 0.2rem;
	min-height: 7.38rem;
}
.header-title{
	padding: 0.15rem 0 0.1rem;
	font-size: 0.32rem;
	text-transform: capitalize;
	color: #337de6;
}
.header-title span{
	position: relative;
	display: inline-block;
	font-weight: 800;
}

/* IMg */
.them-img{
	width: 100%;
	height: 100%;
	
	overflow: hidden;
	position: relative;
}
.them-img figure{
	width: 100%;
	height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
}
.them-img figure img{
    flex-basis: 100%;
	width: 100%;
    max-width: 100%;
	object-fit: cover;
	object-position: center;
	height: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
}
.thum-img{
	position: relative;
	width: 0.94rem;
	height:0.94rem;
	overflow: hidden;
	display: inline-flex;
	align-items:center;
	justify-content: center;
	border-radius: 0.15rem;
	flex-shrink: 0;
}
.thum-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.f-orange{
	color: #fbb924;
}
.subtext{
	font-size: 0.14rem;
	line-height: 1.3;
	color:#c2c2c2;
	overflow: hidden;
	text-overflow: -o-ellipsis-lastline;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.subtext span{
	display: block;
	
}
/* star */
.star{
	display: flex;
	align-items: center;
	color:#f3213e;
}
.star span{
	display: inline-block;
	font-family:"iconfont";
}
.star span:before{
	font-size: 0.15rem;
	content: "\e61d";
}
.star em{
	padding-left: 0.03rem;
	padding-top: 0.02rem;
	font-style: normal;
	font-size: 0.16rem;
	
}
/* tags */
.tags{
	margin-top: 0.1rem;
	display: flex;
	align-items: center;
	text-transform: capitalize;
	font-size: 0.14rem;
}
.tags dd{
	display: inline-block;
}
.tags span{
	display: inline-block;
	background-color:#b3d2ff;
	color: #fff;
	padding: 0.01rem 0.02rem;
	margin-right: 0.05rem;
}
.playbtn{
	display:block;
	font-size: 0.22rem;
	font-weight: bold;
	text-align: center;
	padding:0.1rem;
	text-transform:capitalize;
	background:#f32041;
	color: #fff;
	border-radius: 0.3rem;
}
/* index */
.row-grid-item {
	position: relative;
	z-index: 2;
	zoom: 1;
	display: flex;
	align-items:center;
	justify-content: space-between;
	padding: 0.15rem;
	background-color: #fefff9;
	border: 2px solid #317deb;
	border-radius: 0.2rem;
	margin-bottom: 0.15rem;
}

.row-grid-item .head{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 0.05rem;
}
.gameInfo{
	width: calc(100% - 1.1rem);
	display: inline-flex;
	align-items: center;
}
.row-grid-item .info{
	width:calc(100% - 1rem);
	padding-left: 0.15rem;
}
.row-grid-item .title{
	font-size: 0.22rem;
	font-weight: bold;
	text-transform: capitalize;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.gameInfo .title{
	width: 90%;
}
.row-grid-item .head .title{
	max-width: 70%;
}
.row-grid-item .playbtn{
	width: 1rem;
}

/* recommend game */
.game-grid{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border: 2px solid #317eea;
	border-radius: 0.2rem;
	padding:0.07rem 0.12rem;
}
.game-grid .game-item{
	margin: 0.05rem 0;
	display: block;
	width: 1.09rem;
	height: 1.09rem;
	border-radius: 0.15rem;
	overflow: hidden;
}
.moreWrap{
	padding: 0.05rem 0;
}
.moreWrap .playbtn{
	padding: 0.1rem;
	position: relative;
	font-size: 0.24rem;
	background: transparent;
	color: #fff;
	background-color:#f32041;
	display:block;
}

/* list */
.card{
	position: relative;
	border-radius:0.15rem;
	padding: 0.1rem;
	border: 2px solid #317eea;
	margin-bottom: 0.15rem;
}

/* detail */
.detail-wrap{
	margin-top: 0.15rem;
}

.detail-wrap>.card>.row-grid-item{
	padding: 0;
	border: 0;
	margin-bottom: 0;
}
.detail-wrap>.row-grid-item .thum-img{
	width: 0.72rem;
	height: 0.72rem;
}
.detail-wrap>.row-grid-item .title{
	color: #fff;
}
.detail-wrap>.row-grid-item .tags{
	padding-top: 0.05rem;
}
.detail-wrap>.row-grid-item .tags span{
	color: #fff;
}
.detail-wrap>.row-grid-item .playbtn{
	background-color: #fff;
	color:#ab62f9;
}
.section p{
	padding: 0.05rem 0;
	line-height: 1.5;
	font-size: 0.16rem;
	color: #9a9a9a;
}
/* 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;
}
/* floatItem */
.floatMenu{
	position: absolute;
	top: 0.1rem;
	right:0.1rem;
	width: 0.54rem;
	height: 0.54rem;
	text-align: center;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	z-index: 111111;
	background-color: #fdfffa;
	border-radius: 50%;
	border: 2px solid #317deb;
}
.floatMenu i{
	display: inline-block;
	color: #317deb;
	font-size: 0.2rem;
}

.floatItem{
	position: fixed;
	width: 100%;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	zoom: 1;
	z-index: 111111;
	padding:0 0.1rem 0.1rem;
}
.floatItem .row-grid-item{
	width: 100%;
	padding: 0.06rem;
	margin-bottom: 0;
}
.floatItem .row-grid-item .thum-img{
	width: 0.54rem;
	height: 0.54rem;
}
.floatItem .row-grid-item .info{
	width: calc(100% - 0.55rem);
}
.floatItem .title{
	width: 60%;
	margin-bottom: 5px;
}
.floatItem .tags{
	margin-top: 0;
}
.chu_box {
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,.9);
    position: absolute;
    top: 0;
    left: -100%;
    overflow: hidden;
    z-index:9999;
}
.chu_box #sidebar{
	width: 100%;
	top:0;
	left: 0;
	background-color: #fefff9;
	padding-top: 0.88rem;
}
.chu_box .mobile-ul {
    padding:0.15rem;
}
.chu_active {
    left: 0;
}


@keyframes playAnimate {
    0%{
        transform: scale(.9);
    }
    100%{
        transform: scale(1);
    }
}

@media screen and (max-width:769px){
	
	
}
@media screen and (max-width:541px){
	.row-grid-item .title {
	    font-size: 0.18rem;
	}
}
@media screen and (max-width:441px){
	.contain {
	    padding:0 0.12rem 0.2rem;
	}
	.header-title{
		font-size: 0.2rem;
	}
	.thum-img {
	    width: 0.74rem;
	    height: 0.74rem;
		border-radius:0.1rem;
	}
	.row-grid-item {
		padding: 0.1rem;
	    margin-bottom: 0.1rem;
		border-radius:0.15rem;
	}
	.row-grid-item .info {
		padding-left: 0.1rem;
	    width: calc(100% - 0.76rem);
	}
	.subtext {
	    font-size: 0.12rem;
	}
	.star span {
	    font-size: 0.12rem;
	    margin-right: 0.03rem;
	}
	.gameInfo {
	   width: calc(100% - 0.8rem);
	}
	.row-grid-item .title{
	    font-size: 0.18rem;
	}
	.row-grid-item .playbtn{
		padding: 0.06rem;
		width: 0.7rem;
	}
	.playbtn {
	    font-size: 0.18rem;
	}
	.tags {
		font-size: 0.12rem;
	}
	.section p {
	    font-size: 0.14rem;
		line-height: 1.4;
	}
	.detail-wrap>.row-grid-item .thum-img{
		width: 0.68rem;
		height: 0.68rem;
	}
	.moreWrap .playbtn{
		font-size: 0.18rem;
	}
	.floatMenu {
		width: 0.4rem;
		height: 0.4rem;
	}
	.chu_box #sidebar{
		padding-top: 0.5rem;
	}
	.floatItem .row-grid-item .head{
		margin-bottom: 0;
	}
	
}
@media screen and (max-width:431px){
	.contain {
		min-height: 7.1rem;
	}
	.game-grid{
		padding: 0.05rem 0.1rem;
	}
	.game-grid .game-item {
	    width: 1.08rem;
	    height: 1.08rem;
	}
	
}
@media screen and (max-width:415px){
	.contain {
		min-height:6.77rem;
	}
	.game-grid .game-item {
	    width: 1.03rem;
	    height: 1.03rem;
	}
	.floatMenu {
		width: 0.4rem;
		height: 0.4rem;
	 
	}
}
@media screen and (max-width:394px){
	.contain {
		min-height:6.43rem;
	}
	.game-grid .game-item {
	    width: 0.98rem;
	    height: 0.98rem;
	}
	
	
}
@media screen and (max-width:391px){
	.contain {
		min-height:6.35rem;
	}

}
@media screen and (max-width:376px){
	.game-grid .game-item {
		width: 0.93rem;
		height: 0.93rem;
		margin: 0.04rem 0;
	}
	.thum-img {
	    width: 0.68rem;
	    height: 0.68rem;
	    border-radius: 0.1rem;
	}
	.row-grid-item {
	    padding: 0.08rem;
	}
}
@media screen and (max-width:321px){
	.game-grid .game-item {
		width: 1.03rem;
		height: 1.03rem;
	}
	.floatMenu {
	    width: 0.42rem;
	    height: 0.42rem;
	}
}

