/*** index ***/
.contain{
	position: relative;
	padding:0 0.2rem 0.2rem;
	min-height:calc(100% - 1rem);
}
.header-title{
	padding-top: 0.1rem;
	position: relative;
	display: flex;
	align-items: center;
	text-transform: capitalize;
}
.header-title:before{
	display: inline-block;
	content: '';
	width:6px;
	height: 17px;
	border-radius: 0.3rem;
	background-color:#00cb8c ;
}
.header-title span{
	display: inline-block;
	font-size: 0.2rem;
	color: #00cb8c;
	font-weight: bold;
	padding-left: 0.05rem;
}
/* index */

.row-grid ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding: 0.1rem 0;
}
.row-grid ul.hide{
	padding: 0;
}
.row-grid ul li{
	width: calc(50% - 0.1rem);
	display: inline-block;
	margin: 0.1rem 0;
}
.column-item{
	background-color: #fff;
	border-radius: 0.15rem;
	padding:0.15rem 0.1rem;
	border: 1px solid #caf4e7;
	display: block;
	text-align:center;
}
.column-item .title{
	margin-top: 0.04rem;
}
.column-item .suntext{
	font-size: 0.14rem;
	color:#8c8c8c;
}
.row-grid-item {
	position: relative;
	z-index: 2;
	zoom: 1;
	display: flex;
	align-items: center;
	background-color:#fff;
	border: 1px solid #caf4e7;
	border-radius: 0.15rem;
	padding: 0.15rem;
}
.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;
}
.row-grid-item .info{
	width: calc(100% - 1rem);
	padding-left: 0.15rem;
}
.row-grid-item .title,.column-item .title{
	font-size: 0.2rem;
	font-weight: bold;
	text-transform: capitalize;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-bottom: 0.05rem;
}
.playbtn{
	display:block;
	font-size: 0.2rem;
	font-weight: bold;
	text-align: center;
	border: 0;
	padding: 0.1rem;
	text-transform: capitalize;
	background-color:#000000;
	color: #fff;
	border-radius: 0.4rem;
}
.column-grid .row-grid-item{
	justify-content: space-between;
	margin-bottom: 0.15rem;
}
.row-grid-item .playbtn{
	width:1rem;
	flex-shrink: 0;
	font-size: 0.16rem;
}
.moreWrap{
	padding: 0.05rem 0;
	text-align: center;
}
.moreWrap .playbtn{
	width: 40%;
	margin: 0 auto;
}
.moreWrap p{
	font-size: 0.14rem;
	text-align:center;
	color: #00cb8c;
	opacity: 0.8;
}
/* star */
.star{
	display: flex;
	align-items: center;
}
.star span{
	display: inline-block;
	font-size: 0.2rem;
	font-family:"iconfont";
	color: #fbcd78;
	margin-right: 0.05rem;
}
.star span:before{
	content: "\e610";
}
/* tags */
.tags{
	display: flex;
	align-items:center;
	color: #3e50b4;
	text-transform: capitalize;
	padding-bottom: 0.1rem;
}
.tags .dt{
	font-size: 0.14rem;
	font-weight:bold;
	color: #666;
	padding-right: 0.1rem;
}
.tags span{
	position: relative;
	display: inline-block;
	font-size: 0.14rem;
	color: #00cb8d;
	padding: 0 0.05rem;
	background-color:#fff;
	border-radius: 0.3rem;
	border: 1px solid #00cb8d;
	text-align:center;
	margin-right: 0.05rem;
}
.card{
	position: relative;
	background-color:#fff;
	border: 1px solid #caf4e7;
	border-radius:0.15rem;
	padding: 0.15rem;
}
.card .head{
	position: relative;
	font-size: 0.2rem;
	text-transform: capitalize;
	color: #000;
	margin-bottom: 0.05rem;
}
.card .head span{
	position: relative;
	display: block;
	z-index: 11;
}
.card .section p{
	padding-left: 0;
	padding-right: 0;
}


/* detail */
.detail-wrap{
	padding-bottom: 0 !important;
}
.detail-wrap>.row-grid-item{
	margin: 0.1rem 0;
	padding: 0.08rem;
}

.detail-wrap>.row-grid-item .info .title{
	width: 85%;
}

.detail-wrap .card{
	border: 0;
}
.section{
	color: #888;
}
.section p{
	padding: 0.05rem;
	font-size: 0.16rem;
}
/* game */
.refreshWrap{
	position: relative;
}
.gameWrap{
	height:100%;
}
.gameWrap .gamePlay{
	width: 100%;
	height: calc(100% - 1rem);
}
.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;
	top: 0.1rem;
	left: 0.1rem;
	background-color: #fff;
	border-radius: 0.15rem;
	width: 0.42rem;
	height: 0.42rem;
	border: 1px solid #caf4e6;
	display: flex;
	align-items:center;
	justify-content: center;
}
.floatMenu  i{
	display: block;
	font-size: 0.22rem;
	color: #808080;
}

.chu_box {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.15);
    position: fixed;
    top: 0;
    left: -100%;
    overflow: hidden;
    z-index:9999;
}
.chu_box #sidebar{
	top: 0.35rem;
	left: 0.35rem;
	width: 75%;
	display: flex;
	align-items:center;
	justify-content: flex-end;
	border-radius: 0.15rem;
	background-color: #fff;
	
}
.chu_box #sidebar .mobile-ul{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0.1rem 0.15rem;
	
}
.chu_box #sidebar .mobile-ul a{
	width: calc(50% - 0.05rem);
	display: inline-block;
	border: 1px solid #caf4e6;
	border-radius: 0.4rem;
	padding: 0.06rem;
	font-size: 0.16rem;
	text-align: center;
	margin: 0.05rem 0;
}
.chu_active .mobile-ul a:active{
	color: #fff;
	background-color:#00cb8c;
	-webkit-tap-highlight-color: transparent;
}
.chu_active {
    left: 0;
}

/* floatItem */
.floatItem{
	padding: 0.15rem;
	z-index: 111111;
	left:0;
	right: 0;
	bottom: 0;
}



@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.1rem;
	}
	.row-grid ul li {
	    width: calc(50% - 0.05rem);
	    margin: 0.05rem 0;
	}
	.column-item .title{
		font-size: 0.16rem;
		 margin-bottom: 0.02rem;
	}
	.column-item .suntext{
		font-size: 0.12rem;
	}
	.row-grid-item .info{
		width: calc(100% - 1.44rem);
		padding-left: 0.1rem;
	}
	.star span {
	    font-size: 0.14rem;
	    margin-right: 0.02rem;
	}
	.row-grid-item .playbtn {
	    width: 0.7rem;
	    flex-shrink: 0;
		padding:0.04rem;
	}
	.detail-wrap>.row-grid-item .thum-img{
		width: 0.68rem;
		height: 0.68rem;
		border-radius: 0.08rem;
	}
	.detail-wrap>.row-grid-item .info .title{
		font-size: 0.18rem;
	}
	.tags span {
	    font-size: 0.11rem;
	}
	.header-title{
		font-size: 0.2rem;
	}
	.section p {
	    font-size: 0.14rem;
	}
	.playbtn{
		font-size: 0.18rem;
	}
	.chu_box #sidebar .mobile-ul a{
		font-size: 0.14rem;
	}
	.floatItem{
		padding: 0.1rem;
	}
	.floatMenu  i{
		font-size: 0.18rem;
	}
	.floatItem .row-grid-item{
		padding: 0.08rem;
	}
	.floatItem .row-grid-item .thum-img{
		width: 0.6rem;
		height: 0.6rem;
	}
	.gameWrap .gamePlay{
		height: calc(100% - 0.8rem);
	}
}
@media screen and (max-width:431px){
	
}
@media screen and (max-width:415px){
	
}
@media screen and (max-width:394px){
	
}
@media screen and (max-width:391px){
	
	
}
@media screen and (max-width:376px){
	
}
@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%;
	text-align: center;
	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);
    }
}
