/*** index ***/
.contain{
	position: relative;
	zoom: 1;
	z-index: 2;
	padding:0.4rem 0.2rem 0.2rem;
	min-height: 7.38rem;
}
.header-title{
	font-size: 0.32rem;
	text-transform: capitalize;
	padding: 0.15rem 0;
	color: #aa61f8;
}
.header-title span{
	position: relative;
	display: inline-block;
	font-weight: 800;
}

/* 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.98rem;
	height:0.98rem;
	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{
	background-color:#f3f3f3;
	border-radius: 0.1rem;
	font-size: 0.14rem;
	line-height: 1.3;
	padding: 0.1rem;
	margin: 0.1rem 0 0;
	color:#c2c2c2;
}
.subtext span{
	display: block;
	overflow: hidden;
	text-overflow: -o-ellipsis-lastline;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
/* 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 dd{
	display: inline-flex;
}
.tags span{
	position: relative;
	display: inline-block;
	color: #a963f9;
	text-decoration: underline;
	padding-right: 0.1rem;
}

.playbtn{
	display:block;
	font-size: 0.22rem;
	font-weight: bold;
	text-align: center;
	padding:0.1rem;
	text-transform:capitalize;
	background:#d9b5fd;
	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: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
	border-radius: 0.2rem;
	margin-bottom: 0.15rem;
}
.gameInfo{
	width: calc(100% - 1.1rem);
	display: inline-flex;
	align-items: center;
}
.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;
	margin-bottom: 0.15rem;
	background-color: #fff;
	border-radius: 0.2rem;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
	padding: 0.15rem;
}
.column-item:last-child{
	margin-bottom: 0;
}
.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;
	font-weight: 700;
	margin-bottom: 0.1rem;
}
.column-item .info{
	width: calc(100% - 0.64rem);
	display: inline-flex;
	justify-content: space-between;
	align-items: center;
	padding-left: 0.15rem;
}
.column-item .info>dl{
	width: 70%;
}
.moreWrap{
	text-align: right;
	padding:0;
}
.moreWrap .playbtn{
	position: relative;
	font-size: 0.24rem;
	background: transparent;
	color: #955dfe;
	text-decoration: underline;
	display: inline-block;
}

/* list */
.card{
	position: relative;
	background-color:#fff;
	border-radius:0.2rem;
	padding: 0.15rem;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.card .section p{
	padding-left: 0;
	padding-right: 0;
	line-height: 1.5;
	color: #999999;
}
/* detail */
.detail-wrap{
	margin-top: -0.15rem;
}
.detail-wrap::before{
	position: absolute;
	z-index: 0;
	content: '';
	width: 100%;
	left: 0;
	top: 0;
	background: url('../image/2.png') top center no-repeat;
	background-size: 100%;
	height:3rem;
}
.detail-wrap>*{
	z-index: 2;
}
.detail-wrap>.row-grid-item{
	background-color: transparent;
	box-shadow: none;
	padding-left: 0;
	padding-right: 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;
}
.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: 3.6rem;
	left:0;
	width: 0.48rem;
	height: 0.48rem;
	text-align: center;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	z-index: 111111;
	background-color: #fff;
	border-radius: 50%;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.floatMenu i{
	display: inline-block;
	color: #e6e6e6;
	font-size: 0.2rem;
}
.floatMenu.active{
	background-color: #dab6ff;
}
.floatMenu.active i{
	color: #fff;
}
.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.1rem;
	margin-bottom: 0;
}
.floatItem .row-grid-item .thum-img{
	width: 0.6rem;
	height: 0.6rem;
}
.floatItem .row-grid-item .info{
	width: calc(100% - 0.6rem);
}
.floatItem .title{
	width: 60%;
	margin-bottom: 5px;
}
.floatItem .star{
	padding: 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%;
	border-radius: 0.15rem;
	left: 0;
	top: auto;
	bottom: 0.78rem;
	background-color: #ab60f8;
}
.chu_box .mobile-ul {
    padding:0.15rem;
}
.chu_active {
    left: 0;
}

/* 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){
	.floatMenu{
		bottom: 5.4rem;
	}
	.chu_box #sidebar{
		top: auto;
		bottom: 1rem;
	}
}
@media screen and (max-width:541px){
	.row-grid-item .title {
	    font-size: 0.18rem;
	}
}
@media screen and (max-width:441px){
	.contain {
		min-height: 7.32rem;
	    padding:0.1rem 0.12rem;
	}
	.header-title{
		font-size: 0.2rem;
		padding: 0.15rem 0 0.1rem;
	}
	.thum-img {
	    width: 0.68rem;
	    height: 0.68rem;
		border-radius: 0.12rem;
	}
	.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.68rem);
	}
	.subtext {
	    font-size: 0.12rem;
	}
	.star span {
	    font-size: 0.12rem;
	    margin-right: 0.03rem;
	}
	.column-item {
		padding: 0.1rem;
		border-radius: 0.15rem;
	    margin-bottom: 0.1rem;
	}
	.column-item .thum-img {
	    width: 0.56rem;
	    height: 0.56rem;
		border-radius: 0.1rem;
	}
	.column-item .info{
		width: calc(100% - 0.56rem);
		padding-left: 0.1rem;
	}
	.column-item .title {
	    margin-bottom: 0.05rem;
	}
	.column-item .subtext {
		margin-top: 0.08rem;
	    border-radius: 0.1rem;
	}
	.gameInfo {
	   width: calc(100% - 0.88rem);
	}
	.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.01rem;
	}
	.section p {
	    font-size: 0.14rem;
		line-height: 1.4;
	}
	.detail-wrap>.row-grid-item .thum-img{
		width: 0.68rem;
		height: 0.68rem;
	}
	.column-item .info>dl {
	    width: 60%;
	}
	.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;
	}
	.floatItem .row-grid-item{
		padding: 0.06rem;
		border-radius: 0.1rem;
	}
	.floatItem .row-grid-item .thum-img{
		width: 0.44rem;
		height: 0.44rem;
		border-radius: 0.08rem;
	}
	.floatItem .row-grid-item .info{
	    width: calc(100% - 0.44rem);
	}
	.floatItem .title{
		font-size: 0.16rem;
		margin-bottom: 0.01rem;
	}
	.floatMenu{
		bottom: 3.5rem;
	}
	.floatMenu i{
		font-size: 0.16rem;
	}
	.chu_box #sidebar{
		bottom: 0.78rem;
	}
	
}
@media screen and (max-width:431px){
	.contain {
		min-height: 7.1rem;
	}
	.floatMenu {
		width: 0.44rem;
		height: 0.44rem;
	 
	}
}
@media screen and (max-width:415px){
	.contain {
		min-height:6.77rem;
	}
	
}
@media screen and (max-width:394px){
	.contain {
		min-height:6.43rem;
	}
	.column-item .title {
	    font-size: 0.14rem;
	}
	.floatMenu {
	    bottom: 3.5rem;
	}
}
@media screen and (max-width:391px){
	.contain {
		min-height:6.35rem;
	}
	.floatMenu {
	    bottom: 3.5rem;
	}
}
@media screen and (max-width:376px){
	.column-item .thum-img {
	    width: 0.52rem;
	    height: 0.52rem;
	}
	.column-item .info {
	    width: calc(100% - 0.52rem);
	}
}
@media screen and (max-width:321px){
	.floatMenu {
	    width: 0.42rem;
	    height: 0.42rem;
	}
	.category-item .icon {
	    top: 0.18rem;
	    font-size: 0.24rem;
	}
}

