/*** index ***/
.contain{
	position: relative;
	padding:0 0.2rem 0.2rem;
	min-height:calc(100% - 1rem);
}
.header-title{
	position: relative;
	font-size: 0.22rem;
	color: #1ae6ad;
	padding-top: 0.15rem;
	display: flex;
	align-items: center;
	text-transform: capitalize;
	font-weight: 700;
}
/* index */
.row-grid{
	padding: 0.15rem 0 ;
}
.row-grid-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color:#1f2c39;
	border-radius: 0.08rem;
	padding: 0.1rem;
	margin-bottom: 0.1rem;
}
.row-grid-item:last-child{
	margin-bottom: 0;
}
.row-grid-item .thum-img{
	position: relative;
	width: 0.74rem;
	height:0.74rem;
	border-radius: 0.1rem;
	overflow: hidden;
	display: inline-flex;
	align-items:center;
	justify-content: center;
	flex-shrink: 0;
}
.row-grid-item .thum-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.row-grid-item .game-info{
	width: calc(100% - 0.7rem);
	display: inline-flex;
	align-items: center;
	padding-right: 0.1rem;
}
.row-grid-item .info{
	flex: 1;
	width: calc(100% - 0.74rem);
	padding-left: 0.15rem;
}
.row-grid-item .game-info .title{
	width: 98%;
	font-size: 0.18rem;
	font-weight: bold;
	text-transform: capitalize;
	color: #fff;
	margin-bottom: 0.1rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.row-grid-item .playbtn{
	background-color: #1ae6ad;
	color: #000;
	padding: 0.05rem 0.15rem;
}
.playbtn{
	display:block;
	border-radius: 0.06rem;
	font-size: 0.18rem;
	font-weight: bold;
	text-align: center;
	border: 0;
	padding: 0.15rem;
	text-transform: capitalize;
	background-color:#1f2c39;
	color: #fff;
}

.moreWrap p{
	padding: 0.1rem 0;
	font-size: 0.14rem;
	text-align:center;
	color: #656565;
}

/* detail */


/* star */
.star{
	display: flex;
	align-items: center;
}
.star span{
	display: inline-block;
	font-size: 0.2rem;
	font-family:"iconfont";
	color: #1ae6ad;
	margin-right: 0.05rem;
}
.star span:before{
	content: "\e614";
}
/* tags */
.tags{
	display: flex;
	align-items:center;
	color: #666;
	text-transform: capitalize;
}
.tags .dt{
	font-size: 0.22rem;
	font-weight:bold;
	min-width:0.7rem;
}
.tags span{
	position: relative;
	display: inline-block;
	font-size: 0.12rem;
	background-color: rgba(255,255,255,.2);
	color: #c8c8c8;
	border-radius: 0.02rem;
	padding: 0.01rem 0.05rem;
	text-align:center;
	margin-right: 0.05rem;
}
.card{
	background-color:#1f2c39;
	border-radius: 0.08rem;
	padding: 0.1rem;
	margin: 0.1rem 0;
}
.card .head{
	font-size: 0.2rem;
	padding-bottom: 0.1rem;
	text-transform: capitalize;
	color: #1ae6ad;
}
/* detail */
.card .row-grid-item{
	padding: 0 0 0.15rem;
	border-bottom: 1px solid #314150;
}
.detail-txt{
	margin-top: 0.1rem;
	color: #999;
}
.detail-card .head{
	text-transform: capitalize;
	font-size: 0.18rem;
}
.detail-card  p{
	color: #999;
	font-size: 0.16rem;
	padding: 0.15rem 0;
}
.detail-wrap .detail-card{
	background-color: transparent;
	padding:0;
}
.shadow{
	background-color:transparent;
	margin-top: 0;
}
.shadow .section{
	font-size: 0.16rem;
	color: #999;
	line-height: 1.5;
}
/* game */
.refreshWrap{
	position: relative;
}
.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;
}
.floatMenu{
	position: fixed;
	z-index: 11111;
	background-color:rgba(26,230,173,0.85);
	top:-0.1rem;
	right:-0.1rem;
	height: 0.5rem;
	border-radius:0.45rem;
	padding: 0.05rem 0.1rem;
	transform: rotate(45deg);
}
.floatMenu .btn{
	display:block;
	border-radius: 50%;
	text-align: center;
	transform: rotate(-45deg);
	padding: 0.1rem 0.05rem 0 0;
}
.floatMenu .btn i{
	display: block;
	font-size: 0.28rem;
	color: #16202a;
}
.chu_box {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.85);
    position: fixed;
    top: 0;
    left: -100%;
    overflow: hidden;
    z-index:9999;
}
.chu_box #sidebar{
	top: 0.2rem;
	left: 3%;
	width: 94%;
	background-color: #1f2c39;
	border-radius: 0.1rem;
	box-shadow: 0 0 10px rgba(0,0,0,0.15);
	display: flex;
	align-items:center;
	justify-content: space-between;
}
.chu_box .backbtn{
	display: inline-block;
	text-align:center;
	font-size: 0.2rem;
	min-width: 0.8rem;
	color:#c6c6c6;
}
.chu_box .mobile-ul{
	display: flex;	
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 0.15rem;
	padding-bottom: 0.15rem;
}
.chu_box .mobile-ul a {
	width: calc(50% - 0.06rem);
	display: inline-block;
	cursor: pointer;
	color:#c8c8c8;
	font-size: 0.16rem;
	border-radius: 0.08rem;
	background-color: #2e3b47;
	margin: 0.04rem 0;
}
.chu_box .mobile-ul a:active{
	background-color: #1ae6ad;
	color:#2e3b47 ;
}
.chu_active {
    left: 0;
}

/* floatItem */
.floatItem{
	position: absolute;
	z-index: 111111;
	left: 0.15rem;
	right: 0.15rem;
	bottom: 0.25rem;
}

/* category */
.category-griad{
	background-color: #fff;
	padding:0.1rem 0.15rem;
	min-height:calc(100vh - 1.03rem);
}
.category-ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.category-griad .category-item{
	background-color:#fff2bd;
	border-radius: 0.15rem;
	color:#ffd24b;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: calc(33.3333% - 0.1rem);
	padding: 0.1rem 0.05rem;
	text-align:center;
	margin: 0.05rem 0;
	cursor: pointer;
	min-height: 0.54rem;
}
.category-griad .category-item:active{
	background-color: #fcb934;
	color: #fff;
	-webkit-tap-highlight-color: transparent;
}



@keyframes playAnimate {
    0%{
        transform: scale(.9);
    }
    100%{
        transform: scale(1);
    }
}

@media screen and (max-width:769px){
	
}
@media screen and (max-width:541px){
	
}
@media screen and (max-width:441px){
	.contain {
	    padding:0.15rem;
	    min-height: calc(100% - 1rem);
	}
	.row-grid-item .game-info .title{
		font-size: 0.16rem;
	}
	.row-grid-item .thum-img {
	    width: 0.64rem;
	    height: 0.64rem;
	    border-radius: 0.1rem;
	}
	.playbtn{
		font-size: 0.16rem;
	}
	.star span {
	    font-size: 0.16rem;
	    margin-right: 0.05rem;
	}
	.detail-card p {
	    font-size: 0.14rem;
	}
}
@media screen and (max-width:431px){
	.moreWrap{
		margin: 0.1rem 0;
	}
	
}
@media screen and (max-width:415px){
	
}
@media screen and (max-width:394px){
	
}
@media screen and (max-width:391px){
	
	
}
@media screen and (max-width:376px){
	.contain {
	    padding:0 0.1rem 0.1rem;
	}
	
}
@media screen and (max-width:321px){
	
}

/* 下拉刷新插件样式 */
.refreshWrap .refresh{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height:0.6rem;
	line-height:0.6rem;
	text-align: center;
}
.refreshWrap .loadingBox{
	width: 100%;
	height:0.4rem;
	text-align: center;
	padding: 0.1rem;
	position: relative;
	z-index: 2;
	font-size: 0.12rem;
}
.refreshWrap .loading,.refreshWrap .loadTxt{
	vertical-align: middle;
	display: inline-block;
	color: #999;
	font-size: 0.12rem;
	text-align: center;
}
.refreshWrap .loading{
	border-radius: 50%;
	width: 16px;
	height: 16px;
	border: 1px solid #666;
	border-top-color: transparent;
	margin-right: 8px;
	transform: translateZ(0);
	position: relative;
}
.refreshWrap .noMore .loading{
	display:none;
}
.refreshWrap .success{
	border-color: transparent;
}
.refreshWrap .success:before{
	content:"";
	border:1px solid #666;
	border-top-color: transparent;
	border-left-color:transparent;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 8px;
	height: 16px;
}
.refreshWrap .rotate {
    -webkit-animation: refresh-rotate 0.6s linear infinite;
    animation: refresh-rotate 0.6s linear infinite;
}
@keyframes refresh-rotate {
    0% {
        transform: rotateZ(0deg);
        -moz-transform: rotate(0deg);
    }
    100% {
        transform: rotateZ(360deg);
        -moz-transform: rotate(360deg);
    }
}
