/*** index ***/
.contain{
	position: relative;
	padding:0.2rem;
	min-height:calc(100% - 1rem);
}
.card{
	background-color: #fff;
	border-radius: 0.1rem;
	padding: 0.2rem;
}
.card-head{
	display: flex;
	flex-direction: row;
	align-items: center;
}
.header-title{
	position: relative;
	font-size: 0.2rem;
	color: #333333;
	padding: 0.1rem 0;
	display: flex;
	align-items: center;
	text-transform: capitalize;
	font-weight: 1000;
}
.header-title span{
	position: relative;
	display: inline-block;
	padding-left: 0.1rem;
}
.header-title::before{
	display: inline-block;
	z-index: 10;
	content: '';
	width: 0.05rem;
	height: 0.18rem;
	background:#ac7bff;
	border-radius: 0.08rem;
}
.game-griad{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.game-griad li{
	width: 1.42rem;
	display:inline-block;
	margin: 0 0.1rem;
}
.game-griad li a{
	display: block;
}
.them-img{
	width: 1.42rem;
	height: 1.42rem;
	border-radius: 0.1rem;
	overflow: hidden;
	margin: 0 auto;
}
.them-img img{
	max-width: 100%;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.game-griad .name{
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 0.16rem;
	color: #333;
	margin: 0.05rem 0;
	
}
/* detail */
.row-griad{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0.1rem 0;
}
.row-griad .row-item{
	margin: 0.15rem 0;
	position: relative;
	width: calc(33.3333% - 0.15rem);
}
.row-griad .row-item::after{
	position: absolute;
	content: '';
	z-index: 1;
	border-radius: 0.1rem;
	background-color: #fff;
	left: 0;
	right: 0;
	bottom: 0;
	top:0.3rem;
}
.row-griad .row-item>a{
	position: relative;
	zoom:1;
	z-index: 10;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 90%;
	margin: 0 auto;
}
.row-griad .row-item .thum-img{
	width: 1.5rem;
	height: 1.5rem;
	border-radius: 0.1rem;
	overflow: hidden;
	
}
.row-griad .row-item .thum-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.row-griad .row-item .title{
	text-align: center;
	font-size: 0.18rem;
	padding: 0.05rem 0;
}
.row-griad .row-item .playbtn{
	margin-bottom: 0.2rem;
}
.playbtn{
	display: block;
	background-color: #aa7bfd;
	border-radius: 0.1rem;
	padding: 0.1rem 0.15rem;
	color: #fff;
	font-size: 0.18rem;
	font-weight: bold;
	text-align: center;
	border: 0;
	width: 60%;
	text-transform: capitalize;
}
.tags{
	text-align: center;
	padding-bottom: 0.1rem;
}
.tags span{
	position: relative;
	display: inline-block;
	font-size: 0.14rem;
	color: #999;
	text-transform: capitalize;
	padding: 0 0.07rem;
}
.tags span::after{
	position: absolute;
	content: '';
	width: 1px;
	background-color: #999;
	right: 0;
	top: 0.03rem;
	height: 0.12rem;
	display: inline-block;
}
.tags span:last-child::after{
	width: 0;
}

/* list */
.game-list-item{
	background-color: #fff;
	border-radius:.1rem;
	padding: 0.15rem;
	margin-bottom: 0.2rem;
}
.game-list-item a{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between; 
}
.game-list-item .thum-img{
	width: 1.6rem;
	height:1.6rem;
	border-radius: 0.1rem;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	flex-shrink: 0;
}
.game-list-item .thum-img img{
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
	object-position:center;
}
.game-list-item .info{
	flex: 1;
	padding: 0 0 0 0.2rem;
}
.game-list-item .info .title{
	font-size: 0.24rem;
	font-weight: bold;
	margin-bottom: 0.1rem;
	overflow: hidden;
}
.star{
	margin: 0.1rem 0;
	display: flex;
	align-items: center;
}
.star span{
	display: inline-block;
	font-size: 0.22rem;
	font-family:"iconfont";
	margin-right: 0.05rem;
	color: #fec36b;
}
.star span:before{
	content: '\e611';
}
.game-list-item .tags{
	text-align: left;
}
.game-list-item .tags span {
	padding: 0 0.1rem;
}
.game-list-item .tags span::after {
    top: 0.05rem;
}
.game-list-item .tags span:first-child{
	padding-left: 0;
}
.game-list-item  .playbtn{
	width:1.6rem;
	margin-top: 0.05rem;
}
.list-card .game-griad li {
    width:1.46rem;
	margin-bottom:0.2rem;
}
.list-card .game-griad li .them-img {
    width: 1.46rem;
    height:1.5rem;
	
}
/* detail */
.detail-wrap{
	padding-top: 0 !important;
}
.detail-wrap .ads:first-child{
	padding-top: 0;
}
.detail-wrap .detail-card{
	background-color: #fff;
	border-radius: 0.1rem;
}
.detail-card{
	padding:0 0.15rem;
}
.detail-card .head{
	text-transform: capitalize;
	font-size: 0.18rem;
}
.detail-card  p{
	color: #797979;
	font-size: 0.14rem;
	padding: 0.1rem 0;
}

/* 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: #fff;
	top:0.15rem;
	left:0rem;
	border-radius:0 0.3rem 0.3rem 0;
	padding: 0.05rem;
}
.floatMenu .btn{
	display:block;
	width: 0.42rem;
	height:0.42rem;
	border-radius: 50%;
	text-align: center;
	line-height:0.42rem;
	overflow: hidden;
}
.floatMenu .btn img{
	width:100%;
	display: inline-block;
}
.chu_box {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.7);
    position: fixed;
    top: 0;
    left: -100%;
    overflow: hidden;
    z-index:9999;
}
.chu_box #sidebar{
	top: 0;
	left: 0;
	height: 100%;
	width: 70%;
	background-color: #fff;
	border-radius: 0;
}
.chu_box .mobile-ul{
	height: auto;
	padding:0.2rem 0.15rem 0.15rem;
	height:80%;
	overflow-y: auto;
}
.chu_box .mobile-ul a {
	padding: 0.1rem 0;
	border-bottom: 0;
}
.chu_box .closedbtn{
	position: absolute;
	bottom: 10%;
	background-color: #fff;
	width: 0.42rem;
	height: 0.42rem;
	line-height: 0.42rem;
	border-radius: 50%;
	text-align: center;
	left: 45%;
	box-shadow: 0 0 10px rgba(0,0,0,0.15);
}
.chu_box .closedbtn i{
	font-style: normal;
	font-size: 0.32rem;
}
.chu_active {
    left: 0;
}
.floatMenu.active{
	left: 70%;
}

@keyframes playAnimate {
    0%{
        transform: scale(.9);
    }
    100%{
        transform: scale(1);
    }
}

@media screen and (max-width:913px){
	
}
@media screen and (max-width:821px){
	.game-griad li {
		margin: 0;
	}
	.playbtn {
	    border-radius: 0.08rem;
	    padding: 0.08rem 0.15rem;
	    font-size: 0.16rem;
	    width: 94%;
	}
}
@media screen and (max-width:769px){
	.game-griad li,.them-img {
	    width: 1.4rem;
	}
	.them-img {
	    height: 1.4rem;
	}
	.list-card .game-griad li {
	    width: 1.4rem;
	}
	.list-card .game-griad li .them-img {
		width: 1.4rem;
	    height: 1.4rem;
	}
}
@media screen and (max-width:541px){
	.contain {
	    padding: 0.15rem;
	}
	.card {
	    padding: 0.12rem;
	}
	.game-griad li,.them-img{
		width:1rem;
	}
	.them-img{
		height: 1rem;
	}
	.row-griad .row-item {
	    margin: 0.15rem 0;
	    width: calc(50% - 0.1rem);
	}
	.game-list-item .info .title {
	    font-size: 0.18rem;
	}
	.star {
	    margin: 0.05rem 0;
	}
	.star span {
	    font-size: 0.16rem;
		margin-right: 0.03rem;
	}
	.game-list-item {
	    padding: 0.12rem;
	    margin-bottom: 0.15rem;
	}
	.game-list-item .tags {
	    padding-bottom: 0.05rem;
	}
	.game-list-item .playbtn {
	    width: 1.3rem;
	}
	.game-list-item .info {
	    padding: 0 0 0 0.15rem;
	}
}
@media screen and (max-width:441px){
	.contain{
		padding:0.1rem;
	}
	.card {
	    border-radius: 0.08rem;
	    padding: 0.1rem;
	}
	.game-griad li {
	    width:0.8rem;
	}
	.them-img {
	    width:0.8rem;
	    height: 0.8rem;
		border-radius: 0.08rem;
	}
	.row-griad {
	    padding: 0.1rem 0;
	}
	.row-griad .row-item {
	    margin: 0.08rem 0;
	    width: calc(50% - 0.07rem);
	}
	.row-griad .row-item>a {
	    width: 86%;
	}
	.row-griad .row-item .thum-img {
	    width: 1.34rem;
	    height: 1.34rem;
	    border-radius: 0.08rem;
	}
	.row-griad .row-item .title {
	    font-size: 0.16rem;
	}
	.playbtn {
	    padding: 0.05rem 0.15rem;
	}
	.tags span{
		font-size: 0.12rem;
	}
	.game-griad .name {
	    font-size: 0.14rem;
	}
	.game-list-item .thum-img{
		width: 1.2rem;
		height: 1.2rem;
	}
	.game-list-item .info .title {
	    font-size: 0.18rem;
		margin-bottom: 0.05rem;
	}
	.game-list-item .tags span::after {
		height: 0.1rem;
	}
	.list-card .game-griad li {
	    width: 1.12rem;
		margin-bottom: 0.12rem;
	}
	.list-card .game-griad li .them-img {
		width: 1.12rem;
	    height: 1.12rem;
	}
	.row-griad .row-item .playbtn{
		margin-bottom: 0.15rem;
	}
}
@media screen and (max-width:431px){
	.game-griad li {
	    width: 0.8rem;
	}
	.them-img {
	    width: 0.8rem;
	    height: 0.8rem;
	}
	.game-list-item .tags span{
	    font-size: 0.12rem;
	}
	.list-card .game-griad li {
	    width: 1.08rem;
	}
	.list-card .game-griad li .them-img {
		width: 1.08rem;
	    height: 1.08rem;
	}
}
@media screen and (max-width:415px){
	.game-griad li {
	    width: 0.75rem;
	}
	.them-img {
	    width: 0.75rem;
	    height: 0.75rem;
	}
	.row-griad .row-item .thum-img {
	    width: 1.24rem;
	    height: 1.24rem;
	}
	.game-list-item .thum-img {
	    width: 1.1rem;
	    height: 1.1rem;
	}
	.star span {
	    font-size: 0.14rem;
	    margin-right: 0.02rem;
	}
	.list-card .game-griad li {
	    width: 1.05rem;
	}
	.list-card .game-griad li .them-img{
		width:  1.05rem;
		height: 1.05rem;
	}
}
@media screen and (max-width:394px){
	.contain{
		padding:0.1rem;
	}
	.row-griad .row-item>a {
	    width: 86%;
	}
	.row-griad .row-item .thum-img {
	    width: 1.2rem;
	    height: 1.2rem;
	}
	.game-griad li {
	    width: 0.72rem;
	}
	.them-img {
	    width: 0.72rem;
	    height: 0.72rem;
	}
	.floatMenu .btn {
	    width: 0.36rem;
	    height: 0.36rem;
	    line-height: 0.36rem;
	}
}
@media screen and (max-width:376px){
	.game-griad li {
	    width: 0.68rem;
	}
	.them-img {
	    width: 0.68rem;
	    height: 0.68rem;
	}
	.row-griad .row-item .thum-img {
	    width: 1.1rem;
	    height: 1.1rem;
	}
	
}
@media screen and (max-width:321px){
	.game-griad li {
	    width: 0.74rem;
	}
	.them-img {
	    width: 0.74rem;
	    height: 0.74rem;
	}
}

/* 下拉刷新插件样式 */
.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;
}
.refreshWrap .loading,.refreshWrap .loadTxt{
	vertical-align: middle;
	display: inline-block;
	color: #999;
}
.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);
    }
}
