/*** index ***/
.contain{
	position: relative;
	padding:0 0.2rem 0.2rem;
	/*min-height:calc(100% - 1rem);*/
}
.header-title{
	position: relative;
	font-size: 0.22rem;
	color: #5772ff;
	display: flex;
	align-items: center;
	text-transform: capitalize;
	font-weight: bold;
	padding-top: 0.1rem;
}
/* index */
.column-grid ul{
	padding: 0.05rem 0;
}
.column-grid li{
	padding: 0.05rem 0;
}
.row-grid-item {
	position: relative;
	z-index: 2;
	zoom: 1;
	display: flex;
	background-color:#fff;
	border-radius: 0.1rem;
	padding: 0.15rem;
}
.row-grid-item:last-child{
	margin-bottom: 0;
}
.thum-img{
	position: relative;
	width: 1.1rem;
	height:1.1rem;
	border-radius: 0.15rem;
	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% - 1.1rem);
	padding-left: 0.2rem;
	display: inline-flex;
	flex-direction: column;
	justify-content: space-between;
}
.row-grid-item .title{
	font-size: 0.2rem;
	font-weight: bold;
	text-transform: capitalize;
	color: #666;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.playbtn{
	display:block;
	font-size: 0.2rem;
	font-weight: bold;
	text-align: center;
	border: 0;
	padding: 0.1rem;
	text-transform: uppercase;
	background-color:#ced6ff;
	color: #5772ff;
	border-radius: 0.3rem;
	margin: 0.1rem 0;
}
.row-grid-item .playbtn{
	width:1rem;
	flex-shrink: 0;
	font-size: 0.16rem;
}
.moreWrap{
	padding: 0.1rem 0;
	text-align: center;
}
.moreWrap .playbtn{
	display: inline-block;
	padding: 0.1rem 0.3rem;
}
.moreWrap p{
	font-size: 0.14rem;
	text-align:center;
	color: #656565;
}

/* star */
.star{
	display: flex;
	align-items: center;
}
.star span{
	display: inline-block;
	font-size: 0.2rem;
	font-family:"iconfont";
	color: #fbcd78;
}
.star span:before{
  content: "\e614";
}
.star em{
	padding-left: 0.05rem;
	display: inline-block;
	font-style: normal;
	font-size: 0.12rem;
}
/* tags */
.tags{
	display: flex;
	align-items:center;
	text-transform: capitalize;
}
.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: #5772ff;
	background-color: #ced6ff;
	border-radius: 0.02rem;
	padding:0.01rem 0.03rem;
	text-align:center;
	margin-right: 0.05rem;
}
.card{
	position: relative;
	background-color:#fff;
	border-radius:0.1rem;
	padding: 0.15rem;
	margin: 0.1rem 0;
}
.card .head{
	font-size: 0.2rem;
	padding-bottom: 0.05rem;
	text-transform: capitalize;
	color: #000;
}
.card .section p{
	color: #666;
	padding-left: 0;
	padding-right: 0;
	line-height: 1.5;
}

/* detail */
.detail-wrap{
	padding-bottom: 0 !important;
}
.detail-wrap .row-grid-item{
	margin: 0.1rem 0;
}

.detail-wrap .row-grid-item .info {
	justify-content: center;
}
.detail-wrap  .row-grid-item .info .title{
	margin-bottom: 0.1rem;
}
.card .row-grid-item{
	padding: 0 0 0.15rem;
	border-bottom: 1px solid #314150;
}
.section{
	color: #999;
}
.section p{
	padding: 0.05rem;
	font-size: 0.16rem;
}
.detail-wrap .tags{
	margin-top: 0.1rem;
	border-top: 1px solid #e8e8e8;
	padding: 0.15rem 0 0.05rem;
}
/* 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;
	top:0.15rem;
	left:0;
	border-radius:50%;
	background-color: rgba(87,114,255,.6);
	padding: 0.1rem;
	
}
.floatMenu .btn{
	display:block;
	border-radius: 50%;
	text-align: center;
	width: 0.32rem;
	height: 0.32rem;
	line-height: 0.32rem;
}
.floatMenu .btn i{
	display: block;
	font-size: 0.24rem;
	color: #fff;
}
.floatMenu.active{
	opacity: 1;
}
.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.35rem;
	left:0.35rem;
	width: 70%;
	display: flex;
	align-items:center;
	justify-content: space-between;
	border-radius: 0.15rem;
}
.chu_box .backbtn{
	display: inline-block;
	text-align:center;
	font-size: 0.2rem;
	min-width: 0.8rem;
	color:#c6c6c6;
}
.chu_active {
    left: 0;
}

/* floatItem */
.floatItem{
	padding: 0.15rem;
	z-index: 111111;
	left:0;
	right: 0;
	bottom: 0;
}

/* category */
.category-item{
	background-color:#fff;
	padding: 0.1rem;
	border-radius: 0.1rem;
	cursor: pointer;
	margin: 0.1rem 0;
	display: flex;
	justify-content: space-between;
	align-items:center;
}
.category-item .thum-img{
	width: 0.8rem;
	height: 0.8rem;
}
.category-item .info{
	width: 60%;
	text-transform: capitalize;
}
.category-item .title{
	color: #5772ff;
	font-size: 0.18rem;
	font-weight: bold;
}
.category-item dd{
	padding-top: 0.05rem;
	color: #666;
	font-size: 0.12rem;
}
.category-item .btn{
	background-color: #ced6ff;
	border-radius: 0.12rem;
	color: #5d79ff;
	width: 0.4rem;
	height: 0.4rem;
	line-height: 0.4rem;
	text-align:center;
	border: 0;
	font-size: 0.2rem;
}

@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;
	}
	.card{
		border-radius: 0.06rem;
	}
	.row-grid-item {
	    padding: 0.08rem;
		border-radius: 0.06rem;
	}
	.thum-img {
	    width: 0.7rem;
	    height:0.7rem;
	    border-radius: 0.06rem;
	}
	.row-grid-item .title {
	    font-size: 0.16rem;
	}
	.row-grid-item .info{
		padding-left: 0.1rem;
		width: calc(100% - 0.74rem);
	}
	.star span {
	    font-size: 0.12rem;
	    margin-right: 0.02rem;
	}
	.row-grid-item .playbtn {
	    width: 0.7rem;
	    flex-shrink: 0;
		padding:0.04rem;
	}
	.tags span {
	    font-size: 0.11rem;
	}
	.header-title{
		font-size: 0.2rem;
	}
	.section p {
	    font-size: 0.14rem;
	}
	.category-item{
		padding: 0.08rem;
	}
	.category-item .thum-img{
		width: 0.56rem;
		height: 0.56rem;
	}
	.category-item .title {
	    font-size: 0.16rem;
	}
	.category-item .btn{
		width: 0.32rem;
		height: 0.32rem;
		line-height: 0.32rem;
		font-size: 0.18rem;
	}
	
}
@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);
    }
}
