/*** index ***/
.contain{
	position: relative;
	padding:0.2rem;
	min-height:calc(100% - 1rem);
}
.header-title{
	font-size: 0.24rem;
	text-transform: capitalize;
	padding: 0.15rem 0;
	color: #fff;
}
.header-title span{
	position: relative;
	display: inline-block;
	padding-bottom: 8px;
	font-weight: 800;
}
.header-title span:before{
	position: absolute;
	content: '';
	height:6px;
	bottom: 0;
	left: 0;
	right:10px;
	background-image: linear-gradient(to right,#925cfa,#191e1a 45%);
}
/* IMg */
.them-img{
	border-radius: 0.15rem;
	overflow: hidden;
	position: relative;
	background:#d9d9d9 url('../images/img_bg.jpg') center no-repeat;
	border: 3px solid #343235;
}
.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.96rem;
	height:0.96rem;
	overflow: hidden;
	display: inline-flex;
	align-items:center;
	justify-content: center;
	border-radius: 0.1rem;
	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;
	overflow: hidden;
	text-overflow: -o-ellipsis-lastline;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 1.3;
	margin: 0.08rem 0 0;
	color:#6a6a6a;
}
/* 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.14rem;
}
.tags .dt{
	display: inline-block;
	font-weight:bold;
	color: #343235;
	padding-right: 0.1rem;
}
.tags dd{
	display: inline-flex;
}
.tags span{
	position: relative;
	display: inline-block;
	color: #fff;
	background-color:#945dff;
	margin-right: 0.15rem;
	padding: 0 0.05rem;
}

.playbtn{
	display:block;
	font-size: 0.22rem;
	font-weight: bold;
	text-align: center;
	padding:0.1rem;
	text-transform:capitalize;
	background: linear-gradient(45deg,#925efe,#4041fd);
	border-radius: 0.06rem;
}
/* index */
.row-grid-item {
	position: relative;
	z-index: 2;
	zoom: 1;
	display: flex;
	align-items:center;
	justify-content: space-between;
	padding: 0.1rem;
	background-color: #2d2f2c;
	border-radius: 0.15rem;
	margin-bottom: 0.15rem;
}
.gameInfo{
	display: inline-flex;
	align-items: center;
}
.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% - 0.98rem);
	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;
}
.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;
}
.column-item{
	position: relative;
	display: inline-block;
	width: calc(50% - 0.07rem);
	margin-bottom: 0.15rem;
	background-color: #2d2f2a;
	border-radius: 0.15rem;
	padding: 0.1rem;
}
.column-item .head{
	display: flex;
	align-items: center;
}
.column-item .thum-img{
	width: 0.64rem;
	height: 0.64rem;
}
.column-item .title{
	text-transform: capitalize;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 98%;
	font-size: 0.2rem;
	margin-bottom: 0.1rem;
}
.column-item .info{
	width: calc(100% - 0.64rem);
	padding-left: 0.1rem;
}
.column-item .subtext{
	-webkit-line-clamp: 3;
}
.moreWrap{
	text-align: right;
	padding:0;
}
.moreWrap .playbtn{
	position: relative;
	font-size: 0.2rem;
	background: transparent;
	color: #955dfe;
	display: inline-block;
}
.moreWrap .playbtn::after{
	position: absolute;
	content: '';
	height:6px;
	bottom: 0;
	left:45%;
	right:0;
	background-image: linear-gradient(to right,#191e1a ,#925cfa);
}
/* list */
.card{
	position: relative;
	background-color:#2d2f2c;
	border-radius:0.15rem;
	padding: 0.15rem;
}
.card .section p{
	padding-left: 0;
	padding-right: 0;
	line-height: 1.5;
}
/* detail */
.detail-wrap>.row-grid-item{
	margin-top: 0.15rem;
}
.detail-wrap>.row-grid-item .thum-img{
	width: 0.72rem;
	height: 0.72rem;
}

.section p{
	padding: 0.05rem 0;
	line-height: 1.5;
	font-size: 0.16rem;
}
.card .head{
	padding: 0.05rem 0;
	font-size: 0.22rem;
	color: #333333;
	text-transform: capitalize;
	text-align: center;
}
.tabHead{
	display: flex;
	align-items: center;
	padding:0.1rem 0 ;
}
.tabHead li{
	min-width: 40%;
	padding-right: 0.2rem;
	display: inline-block;
	color: #737373;
}
.tabHead li span{
	position: relative;
	text-transform: capitalize;
	font-weight: 700;
	display: inline-block;
	padding-bottom: 6px;
	font-size: 0.16rem;
}

.tabHead li.active{
	color: #fff;
}
.tabHead li.active span{
	font-size: 0.2rem;
}
.tabHead li.active span:before{
	position: absolute;
	content: '';
	height:5px;
	bottom: 0;
	left: 0;
	width: 60%;
	background-image: linear-gradient(to right,#925cfa,#191e1a 45%);
}
.tabHead li:last-child.active span:before{
	right: 4px;
	left: auto;
	background-image: linear-gradient(to right,#191e1a,#925cfa);
}
.tabBody .section{
	display: none;
	color: #6a6c6b;
}
/* 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;
	bottom: 0.1rem;
	right:0.1rem;
	width: 0.44rem;
	height: 0.44rem;
	text-align: center;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	z-index: 111111;
}
.floatMenu i{
	display: inline-block;
	color: #ffffff;
	font-size: 0.36rem;
}
.floatItem{
	position: fixed;
	width: calc(100% - 0.54rem);
	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%;
	margin-bottom: 0;
}
.floatItem .row-grid-item .thum-img{
	width: 0.42rem;
	height: 0.42rem;
	border-radius: 0.05rem;
}
.floatItem .row-grid-item .info{
	display: inline-flex;
	align-items: center;
	width: calc(100% - 0.42rem);
}
.floatItem .title{
	width: 60%;
	margin-bottom: 0;
}
.floatItem .star{
	padding: 0;
}
.chu_box {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.9);
    position: absolute;
    top: 0;
    left: -100%;
    overflow: hidden;
    z-index:9999;
}
.chu_box #sidebar{
	width: 75%;
	border-radius: 0.15rem;
	right: 0.1rem;
	top: auto;
	bottom: 0.7rem;
	background-color: #2d2f2c;
}
.chu_box .mobile-ul {
    padding: 0.05rem 0.15rem;
}
.chu_box .mobile-ul a {
	background-color: #191e1a;
}
.chu_active {
    left: 0;
}
.chu_box .mobile-ul a:active{
	background-color: #945dff;
	color: #fff;
	-webkit-tap-highlight-color: transparent;
}
/* category */
.category-ul{
	width: 100%;
	padding: 0.1rem 0 0;
}
.category-ul li{
	padding: 0.05rem 0;
}
.category-item{
	position: relative;
	display: flex;
	align-items: center;
	background-color:#2d2f2c;
	padding: 0.15rem;
	border-radius: 0.08rem;
	cursor: pointer;
}
.category-item span{
	display: inline-block;
}
.category-item .title{
	width: 65%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
	font-size: 0.18rem;
	text-transform: capitalize;
	padding-bottom:6px;
	color: #fff;
	padding-right: 0.1rem;
}
.category-item .title::after{
	position: absolute;
	content: '';
	height:4px;
	bottom: 0;
	left: 0;
	right:10px;
	background-image: linear-gradient(to right,#925cfa,rgba(147,93,251,0) 30%);
}
.category-item .text{
	color: #737373;
	font-size: 0.12rem;
	padding-left: 0.1rem;
}
.category-item .icon{
	position: absolute;
	right:0.1rem;
	top: 0.14rem;
	color: #4d4d4d;
	font-size: 0.28rem;
}
.category-item:active,.category-item.active{
	background-color:#7a61d7;
	color: #fff;
	-webkit-tap-highlight-color: transparent;
}


@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 {
	    font-size: 0.2rem;
	}
	.header-title span{
		padding-bottom: 4px;
	}

	.thum-img {
	    width: 0.76rem;
	    height: 0.76rem;
	}
	.row-grid-item {
	    margin-bottom: 0.1rem;
		border-radius: 0.08rem;
	}
	.row-grid-item .info {
	    width: calc(100% - 0.76rem);
	}
	.subtext {
	    font-size: 0.12rem;
	}
	.star span {
	    font-size: 0.12rem;
	    margin-right: 0.04rem;
	}
	.column-item {
		border-radius: 0.08rem;
	    width: calc(50% - 0.05rem);
	    margin-bottom: 0.1rem;
	}
	.column-item .thum-img {
	    width: 0.46rem;
	    height: 0.46rem;
		border-radius: 0.06rem;
	}
	.column-item .info{
		width: calc(100% - 0.46rem);
		padding-left: 0.06rem;
	}
	.column-item .title {
	    margin-bottom: 0.05rem;
	}
	.gameInfo {
	   width: calc(100% - 0.8rem);
	}
	.row-grid-item .title,.column-item .title {
	    font-size: 0.16rem;
	}
	.f-orange{
		font-size: 0.12rem;
	}
	.tags {
		font-size: 0.12rem;
	}
	.tags span {
	    margin-right: 0.05rem;
	}
	.section p {
	    font-size: 0.14rem;
		line-height: 1.4;
	}
	.detail-wrap>.row-grid-item .thum-img{
		width: 0.64rem;
		height: 0.64rem;
	}
	.detail-wrap>.row-grid-item{
		margin-top: 0.1rem;
	}
	.row-grid-item .playbtn{
		padding: 0.06rem;
		width: 0.7rem;
	}
	.playbtn {
	    font-size: 0.16rem;
	}
	.moreWrap .playbtn{
		padding: 0.06rem 0;
		font-size: 0.16rem;
	}
	.moreWrap .playbtn::after ,.tabHead li.active span:before,.header-title span:before {
	    height: 4px;
	}
	.floatItem {
	    width: calc(100% - 0.48rem);
	}
	.floatItem .row-grid-item{
		padding: 0.06rem;
	}		
	.floatItem .row-grid-item .thum-img{
		width: 0.32rem;
		height: 0.32rem;
		border-radius: 0.03rem;
	}
	.floatItem .row-grid-item .info{
		padding-left: 0.1rem;
		width: calc(100% - 0.34rem);
	}
	.floatItem .title{
		font-size: 0.14rem;
	}
}
@media screen and (max-width:431px){
	
}
@media screen and (max-width:415px){
	
}
@media screen and (max-width:394px){
	.column-item .title {
	    font-size: 0.14rem;
	}
	
}
@media screen and (max-width:391px){
	
	
}
@media screen and (max-width:376px){
	
}
@media screen and (max-width:321px){
	
	.floatMenu {
	    width: 0.42rem;
	    height: 0.42rem;
	}
	.floatItem {
	    width: calc(100% - 0.44rem);
	}
	.category-item .icon {
	 
	    top: 0.18rem;
	    font-size: 0.24rem;
	}
}

