/*** index ***/
.contain{
	position: relative;
	padding:0 0.2rem 0.2rem;
	min-height:calc(100% - 1rem);
}
.header-title{
	position: relative;
	font-size: 0.2rem;
	color: #120f10;
	display: flex;
	align-items: center;
	text-transform: capitalize;
	font-weight: bold;
	padding-top: 0.15rem;
}
/* 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;
}
.row-grid-item {
	position: relative;
	z-index: 2;
	zoom: 1;
	display: flex;
	align-items: center;
	background-color:#fff;
	border-radius: 0.1rem;
	padding: 0.15rem;
}
.row-grid-item:last-child{
	margin-bottom: 0;
}
.row-grid-item .thum-img{
	position: relative;
	width: 1rem;
	height:1rem;
	border-radius: 0.15rem;
	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 .info{
	width: calc(100% - 1rem);
	padding-left: 0.15rem;
}
.row-grid-item .title{
	font-size: 0.2rem;
	font-weight: bold;
	text-transform: capitalize;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-bottom: 0.1rem;
}
.playbtn{
	display:block;
	font-size: 0.2rem;
	font-weight: bold;
	text-align: center;
	border: 0;
	padding: 0.1rem;
	text-transform: capitalize;
	background-color:#ffd677;
	color: #120f10;
	border-radius: 0.1rem;
}
.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 p{
	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: #fbcd78;
	margin-right: 0.05rem;
}
.star span:before{
	content: "\e614";
}
/* tags */
.tags{
	display: flex;
	align-items:center;
	color: #3e50b4;
	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.12rem;
	color: #747474;
	background-color:#d9d9d9;
	padding:0 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{
	position: relative;
	font-size: 0.18rem;
	text-transform: capitalize;
	color: #000;
	margin-bottom: 0.05rem;
}
.card .head span{
	position: relative;
	display: block;
	z-index: 11;
}
.card .head::after{
	position: absolute;
	content: '';
	border-radius: 0.1rem;
	background-image: linear-gradient(to right,#fef7a6,#ffffff);
	background-repeat: no-repeat;
	width: 24%;
	height: 0.1rem;
	bottom: 0;
	left: 0;
	z-index: 0;
}
.card .head:last-of-type::after{
	background-image: linear-gradient(to right,#fdb9a8,#ffffff);
	background-repeat: no-repeat;
}
.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{
	width: 60%;
	display: inline-flex;
	flex-direction: column;
}
.detail-wrap>.row-grid-item .info .title{
	width: 65%;
}
.card .row-grid-item{
	padding: 0 0 0.15rem;
	border-bottom: 1px solid #314150;
}
.detail-head{
	position: relative;
	border-radius: 0.15rem;
	overflow: hidden;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	height: 2.8rem;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 0.1rem;
}
.detail-head .detail-mask{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color:#000;
	opacity: 0.8;
	z-index: 11;
}
.detail-head .img{
	width: 100%;
}
.detail-head .imgbox{
	position: absolute;
	left: calc((100% - 1rem)/2);
	z-index: 111;
}
.detail-head .imgbox .img-icon{
	width: 1rem;
	border-radius: 0.12rem;
	margin-bottom: 0.1rem;
}
.detail-head .playbtn{
	font-size: 0.16rem;
	padding: 0.05rem;
}
.section{
	color: #666;
}
.section p{
	padding: 0.05rem;
	font-size: 0.16rem;
}
/* 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;
	right: 0.1rem;
	background-color: #fff;
	border-radius: 0.2rem;
	height:0.6rem;
	line-height: 0.6rem;
}
.floatMenu  i{
	display: block;
	font-size: 0.16rem;
	color: #dadada;
	padding: 0 0.01rem;
}
.floatMenu.active{
	right: 90%;
}
.floatMenu.active i{
	transform: rotateY(180deg);
}
.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.15rem;
	left: 0.1rem;
	right: 0.1rem;
	width: auto;
	display: flex;
	align-items:center;
	justify-content: flex-end;
	border-radius: 0.1rem;
	background-color: #fff;
}
.chu_box #sidebar .mobile-ul{
	padding: 0.12rem;
	width: 90%;
}
.chu_active {
    left: 0;
}

/* floatItem */
.floatItem{
	padding: 0.15rem;
	z-index: 111111;
	left:0;
	right: 0;
	bottom: 0;
}

/* category */

.category-griad{
	display: flex;
	flex-wrap: wrap;
	
	justify-content: space-between;
}
.category-griad .category-item{
	background-color:#fff;
	border-radius: 0.1rem;
	color:#333333;
	width: calc(50% - 0.06rem);
	cursor: pointer;
	margin: 0.05rem 0;
}
.category-griad .category-item a{
	display: block;
	padding: 0.1rem;
	color: #878787;
	font-size: 0.14rem;
}
.category-griad .category-item a .title{
	position: relative;
	color: #232323;
	text-transform: capitalize;
	margin-bottom: 0.05rem;
	font-size: 0.18rem;
	overflow: hidden;
	text-overflow: -o-ellipsis-lastline;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.category-griad .category-item a .title span{
	display: block;
	position: relative;
	z-index: 2;
	zoom: 1;
}
.category-griad .category-item a .title::after{
	position: absolute;
	content: '';
	border-radius: 0.1rem;
	background-image: linear-gradient(to right,#fef7a6,#ffffff);
	background-repeat: no-repeat;
	width: 60%;
	height: 0.1rem;
	bottom: 0;
	left: 0;
}
.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.1rem;
	}
	.row-grid ul li {
	    width: calc(50% - 0.05rem);
	    margin: 0.05rem 0;
	}
	.row-grid-item {
	    padding: 0.06rem;
	}
	.row-grid-item .thum-img {
	    width: 0.54rem;
	    height:0.54rem;
	    border-radius: 0.08rem;
	}
	.row-grid-item .title {
	    font-size: 0.14rem;
	    margin-bottom: 0.05rem;
	}
	.row-grid-item .info{
		width: calc(100% - 0.58rem);
		padding-left: 0.06rem;
	}
	.star span {
	    font-size: 0.12rem;
	    margin-right: 0.02rem;
	}
	.row-grid-item .playbtn {
	    width: 0.7rem;
	    flex-shrink: 0;
		padding:0.04rem;
	}
	.column-grid .row-grid-item {
	    margin-bottom: 0.1rem;
	}
	.detail-wrap>.row-grid-item .thum-img{
		width: 0.6rem;
		height: 0.6rem;
	}
	.tags span {
	    font-size: 0.11rem;
	}
	.header-title{
		font-size: 0.2rem;
	}
	.section p {
	    font-size: 0.14rem;
	}
	.playbtn{
		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);
    }
}
