/*** index ***/
.contain{
	position: relative;
	padding:0.2rem;
	min-height:calc(100% - 1rem);
}
.header-title{
	position: relative;
	font-size: 0.28rem;
	text-transform: capitalize;
	font-weight: bold;
	padding: 0.15rem 0;
	color: #fff;
}
.header-title span{
	display: inline-block;
}
/* IMg */
.them-img{
	border-radius: 0.1rem;
	overflow: hidden;
	position: relative;
	background:#d9d9d9 url('../images/img_bg.jpg') center no-repeat;
}
.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: 1rem;
	height:1rem;
	border-radius: 0.1rem;
	overflow: hidden;
	display: inline-flex;
	align-items:center;
	justify-content: center;
	flex-shrink: 0;
}
.thum-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.f-orange{
	color: #fe7134;
}
.subtext{
	font-size: 0.14rem;
	overflow: hidden;
	text-overflow: -o-ellipsis-lastline;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	line-height: 1.3;
	margin: 0.06rem 0;
}
/* star */
.star{
	display: flex;
	align-items: center;
	padding-top: 0.05rem;
}
.star span{
	display: inline-block;
	font-size: 0.18rem;
	font-family:"iconfont";
	color: #ffcd33;
	margin-right: 0.04rem;
}
.star span:before{
	content: "\e614";
}

/* tags */
.tags{
	display: flex;
	align-items: center;
	text-transform: capitalize;
	font-size: 0.16rem;
	padding: 0.1rem 0;
}
.tags .dt{
	display: inline-block;
	font-weight:bold;
	color: #ff678c;
	padding-right: 0.1rem;
}
.tags dd{
	display: inline-flex;
}
.tags span{
	position: relative;
	display: inline-block;
	color: #ff678c;
	background-color:#ffc9d6;
	margin-right: 0.15rem;
	padding:0.01rem 0.05rem;
}
.playbtn{
	display:block;
	font-size: 0.22rem;
	font-weight: bold;
	text-align: center;
	padding:0.1rem;
	text-transform:capitalize;
	background-color:#ff678c;
	color: #fff;
	border-radius: 0.1rem;
}
/* index */
.row-grid-item {
	position: relative;
	z-index: 2;
	zoom: 1;
	display: flex;
	align-items:center;
	justify-content: space-between;
	padding: 0.1rem;
	border-radius: 0.1rem;
	background-color: #fff;
	margin:0 0 0.1rem;
}
.gameInfo{
	display: inline-flex;
	align-items: center;
	width: calc(100% - 0.8rem);
}
.row-grid-item .head{
	display: flex;
	align-items: center;
}
.row-grid-item .head .title{
	padding-right: 0.15rem;
}
.row-grid-item .head .star{
	padding-top: 0;
}
.row-grid-item .info{
	width:calc(100% - 1rem);
	padding-left: 0.2rem;
}
.row-grid-item .title{
	font-size: 0.22rem;
	font-weight: bold;
	text-transform: capitalize;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.row-grid-item .playbtn{
	width: 1rem;
}
.column-grid li:last-child .row-grid-item{
	margin-bottom: 0;
}

/* latest game */
.row-grid{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.row-grid li{
	width: calc(50% - 0.1rem);
}
.row-grid li .thum-img {
    width: 0.74rem;
    height: 0.74rem;
	border-radius: 0.08rem;
}
.row-grid li .info{
	width: calc(100% - 0.74rem);
}
.column-item{
	position: relative;
	display: inline-block;
	width: calc(50% - 0.1rem);
	margin-bottom: 0.2rem;
}
.column-item .them-img{
	width: 3.32rem;
	height: 3.32rem;
}
.column-item .tips{
	position: absolute;
	top:0;
	left: 0;
	border-radius: 0.1rem 0 0.15rem 0;
	padding: 0.04rem 0.08rem;
	background-color:#fecd32;
	border-right: 2px solid #343235;
	border-bottom: 2px solid #343235;
	text-align: center;
	color: #343235;
	z-index: 111;
	font-size: 0.16rem;
	text-transform: capitalize;
}
.column-item .title{
	text-transform: capitalize;
	font-size: 0.2rem;
	background-color: #ffcc32;
	border: 3px solid #343235;
	border-radius: 0.1rem;
	text-align: center;
	padding: 0.1rem;
	color: #343235;
	margin-top: 0.1rem;
}
.moreWrap{
	text-align: center;
	padding: 0.15rem 0;
}
.moreWrap .playbtn{
	font-size: 0.22rem;
	width: 40%;
	display: inline-block;
	background-color: #ffffff;
	color:#ff678c;
	border-radius: 0.15rem;
}
/* game */
.game-griad{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.game-griad .them-img{
	width: 1.28rem;
	height: 1.28rem;
	margin-bottom: 0.12rem;
}
/* list */
.card{
	position: relative;
	background-color:#fff;
	border-radius:0.15rem;
	padding: 0.15rem;
}
.card .section p{
	padding-left: 0;
	padding-right: 0;
	line-height: 1.5;
}
/* detail */

.detail-wrap>.card .row-grid-item{
	padding: 0;
}
.detail-wrap>.card .row-grid-item~.tags {
	padding-top: 0.1rem;
	margin-top: 0.1rem;
	border-top: 1px solid #eee;
	padding-bottom: 0;
}
.section{
	color: #666;
}
.section p{
	padding: 0.05rem;
	font-size: 0.16rem;
}
.card .head{
	padding: 0.05rem 0;
	font-size: 0.22rem;
	color: #333333;
	text-transform: capitalize;
}
/* 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: 30%;
	right:0rem;
	width: 0.44rem;
	height: 0.44rem;
	text-align: center;
	background-color:#ff678c;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	z-index: 111111;
}
.floatMenu i{
	display: inline-block;
	color: #fff;
	font-size: 0.24rem;
}
.floatItem{
	position: fixed;
	width: 100%;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	zoom: 1;
	z-index: 111111;
	padding: 0.1rem 0.1rem 0;
}
.floatItem .row-grid-item{
	width: 100%;
}
.floatItem .row-grid-item .thum-img{
	width: 0.36rem;
	height: 0.36rem;
	border-radius: 0.05rem;
}
.floatItem .row-grid-item .info{
	width: calc(100% - 0.36rem);
	display: inline-flex;
	align-items: center;
}
.floatItem .title{
	margin-bottom: 0;
}
.floatItem .star{
	padding-top: 0;
}
.chu_box {
    width: 100%;
    height: 100%;
    background-color: rgba(100,124,255,.9);
    position: absolute;
    top: 0;
    left: -100%;
    overflow: hidden;
    z-index:9999;
}
.chu_box #sidebar{
	left: 5%;
	right: 5%;
	top: 35%;
	width: 90%;
	border-radius: 0.1rem;
}
.chu_box .mobile-ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 0.1rem;
}
.chu_box .mobile-ul a{
	padding: 0.12rem 0.05rem;
	width: calc(50% - 0.05rem);
	border-radius: 0.08rem;
	border-bottom: 0;
	display: inline-block;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.chu_active {
    left: 0;
}


@keyframes playAnimate {
    0%{
        transform: scale(.9);
    }
    100%{
        transform: scale(1);
    }
}

@media screen and (max-width:769px){
	.column-item .them-img {
	    width: 3.16rem;
	    height: 3.16rem;
	}
	.game-griad .them-img {
	    width: 1.23rem;
	    height: 1.23rem;
	}
}
@media screen and (max-width:541px){
	.row-grid-item .title {
	    font-size: 0.18rem;
	}
}
@media screen and (max-width:441px){
	.contain {
	    padding:0.12rem;
	}
	.header-title {
		padding: 0.1rem 0;
	    font-size: 0.22rem;
		border-width: 2px ;
	}
	.star span {
	    font-size: 0.13rem;
	    margin-right: 0.02rem;
	}
	.row-grid-item {
	   padding: 0.08rem;
	}
	.row-grid-item .thum-img{
		width:0.76rem;
		height:0.76rem;
	}
	.row-grid-item .info {
	    width: calc(100% - 0.76rem);
	    padding-left: 0.1rem;
	}
	.gameInfo {
	    width: calc(100% - 0.88rem);
	}
	.row-grid-item .playbtn {
	    width: 0.8rem;
		padding: 0.05rem;
	}
	.row-grid-item .subtext {
		margin: 0.02rem 0;
	    line-height: 1.3;
		font-size: 0.12rem;
	}
	.row-grid-item .title {
	    font-size: 0.18rem;
	}
	.row-grid li {
	    width: calc(50% - 0.05rem);
	}
	.row-grid li .thum-img {
	    width: 0.54rem;
	    height: 0.54rem;
	    border-radius: 0.06rem;
	}
	.row-grid li .info {
	    width: calc(100% - 0.54rem);
	}
	.row-grid li .title {
	    font-size: 0.14rem;
	}
	.tags {
	    padding: 0.05rem 0;
		font-size: 0.14rem;
	}
	.tags span {
	    margin-right: 0.1rem;
	}
	.section p {
	    font-size: 0.14rem;
	}
	.card .section p{
		line-height: 1.4;
	}
	.playbtn {
	   border-radius: 0.08rem;
	}
	.chu_box .mobile-ul a{
		padding: 0.08rem 0.05rem;
		border-radius: 0.06rem;
	}
	.moreWrap{
		padding: 0.1rem 0 ;
	}
	.moreWrap .playbtn{
		padding: 0.08rem 0;
		font-size: 0.22rem;
	}
}
@media screen and (max-width:431px){
	.game-griad .them-img {
	    width: 1.16rem;
	    height: 1.16rem;
		 margin-bottom: 0.09rem;
	}
	.column-item .them-img {
	    width: 1.78rem;
	    height: 1.78rem;
	}
	
}
@media screen and (max-width:415px){
	.column-item .them-img {
	    width: 1.7rem;
	    height: 1.7rem;
	}
	.game-griad .them-img {
	    width: 1.11rem;
	    height: 1.11rem;
	    margin-bottom: 0.09rem;
	}
}
@media screen and (max-width:394px){
	.row-grid li {
	    width: calc(50% - 0.04rem);
	}
	.row-grid-item{
		margin-bottom: 0.08rem;
	}
	
}
@media screen and (max-width:391px){
	.column-item .them-img {
	    width: 1.6rem;
	    height: 1.6rem;
	}
	.game-griad .them-img {
	    width: 1.06rem;
	    height: 1.06rem;
		margin-bottom: 0.06rem;
	}
}
@media screen and (max-width:376px){
	.column-item .them-img {
	    width: 1.55rem;
	    height: 1.55rem;
	}
	.game-griad .them-img {
	    width: 1.02rem;
	    height: 1.02rem;
	}
}
@media screen and (max-width:321px){
	.column-item .them-img {
	    width: 1.68rem;
	    height: 1.68rem;
	}
	.game-griad .them-img {
	    width: 1.12rem;
	    height: 1.12rem;
	}
	.floatMenu {
	    width: 0.42rem;
	    height: 0.42rem;
		top: 25%;
	}
	.chu_box #sidebar {
		top: 29%;
	}
}

