/* explore-spr */
.explore-spr{ background-image:url(//game.gtimg.cn/images/gp/cp/a20230817explore/m/explore-spr.png); background-repeat:no-repeat; background-size:13.43rem 1.6rem;}
.explore-spr.cancle{ width:0.3rem; height:0.29rem; background-position:95.0495% 79.38931%;}
.explore-spr.cateIcon1{ width:0.5rem; height:0.5rem; background-position:78.80897% 17.27273%;}
.explore-spr.cateIcon2{ width:0.5rem; height:0.5rem; background-position:78.80897% 70%;}
.explore-spr.cateIcon3{ width:0.5rem; height:0.5rem; background-position:98.53055% 17.27273%;}
.explore-spr.cateIcon4{ width:0.47rem; height:0.47rem; background-position:92.05247% 68.14159%;}
.explore-spr.cateIcon5{ width:0.5rem; height:0.5rem; background-position:83.29466% 70%;}
.explore-spr.cateIcon6{ width:0.5rem; height:0.5rem; background-position:87.78036% 70%;}
.explore-spr.chick-go{ width:4.9rem; height:1.18rem; background-position:61.07855% 45.2381%;}
.explore-spr.chick-goi{ width:0.14rem; height:0.27rem; background-position:93.90519% 51.8797%;}
.explore-spr.chick-notgo{ width:4.94rem; height:1.22rem; background-position:2.23793% 50%;}
.explore-spr.pack{ width:0.36rem; height:0.23rem; background-position:98.39327% 78.83212%;}
.explore-spr.pull{ width:0.37rem; height:0.23rem; background-position:98.46861% 56.20438%;}
.explore-spr.title-bg-left{ width:1.89rem; height:0.17rem; background-position:93.32756% 13.28671%;}
.explore-spr.title-bg-right{ width:1.89rem; height:0.17rem; background-position:93.32756% 30.76923%;}
/*html,body { height: 100%; }*/
.wrapper,.wrapper *{ -webkit-box-sizing:border-box; box-sizing:border-box;}
a,img,input {border:none;background: none;}
html.overflow,body.overflow { overflow: hidden;}

.wrapper{
	background: url(//game.gtimg.cn/images/gp/cp/a20230817explore/m/bg-repeat.jpg) repeat-y center top;
	background-size: 100%;
	padding-top: 0;
}
/* 二级导航 S */
.explore-top{
	width: 100%;
	height: auto;
	background-color: rgba(0, 0, 0, .8);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	margin-top: 1.38rem;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 5;
}
.explore-top p{
	font-size: .4rem;
	color: #fff;
	line-height: 1.6rem;
	text-align: center;
	pointer-events: none;
}
.explore-top ul{
	background: #111112;
	padding: 0 .68rem;
}
.explore-top li{
	width: 9.92rem;
	height: 1.4rem;
	line-height: 1.4rem;
	font-size: .4rem;
	border-bottom: 1px solid #414141;
}
.explore-top li:last-child{
	border: none;
}
.explore-top li a{
    width: 100%;
    height: 100%;
    display: block;
	color: #e8e8e8;
}
.explore-top a span{
	font-weight: bold;
	color: #ffb900;
}
/* 分类钮 */
.explore-top-all{
	width: 2.5rem;
	height: 1.6rem;
	float: left;
	position: relative;
}
.explore-top-all .explore-top-all-btn{
	width: 100%;
	height: 100%;
	position: relative;
}
.explore-top-all .explore-top-all-btn p{
	width: 2rem;
	height: 1.6rem;
}
.explore-top-all .explore-top-all-btn .pull{
	display: block;
	position: absolute;
	top: .7rem;
	right: .3rem;
	pointer-events: none;
	transition: all .3s
}
.explore-top-all .explore-top-all-cont{
	height: 0;
	position: absolute;
	left: 0;
	top: 1.6rem;
	background-color: rgba(0,0,0,0.6);
	z-index: 10;
	transition: all .4s;
	overflow-y: auto;
}
.explore-top-all .explore-top-all-btn.cur p{
	color: #ffb900;
}
.explore-top-all .explore-top-all-btn.cur .pull{
	transform: rotate(180deg);
}
.explore-top li.cur a{
	font-weight: bold;
	color: #ffb900;
}
/* 排序钮 */
.explore-top-sort{
	width: 3.5rem;
	height: 1.6rem;
	float: left;
	position: relative;
}
.explore-top-sort .explore-top-sort-btn{
	width: 100%;
	height: 100%;
	position: relative;
}
.explore-top-sort .explore-top-sort-btn p{
	width: 3rem;
	height: 1.6rem;
}
.explore-top-sort .explore-top-sort-btn .pull{
	display: block;	
	position: absolute;
	top: .7rem;
	right: .3rem;
	pointer-events: none;
	transition: all .3s
}
.explore-top-sort .explore-top-sort-cont{
	height: 0;
	position: absolute;
	left: -2.5rem;
	top: 1.6rem;
	background-color: rgba(0,0,0,0.6);
	z-index: 10;
	transition: all .4s;
	overflow-y: auto;
}
.explore-top-sort .explore-top-sort-btn.cur p{
	color: #ffb900;
}
.explore-top-sort .explore-top-sort-btn.cur .pull{
	transform: rotate(180deg);
}
/* 搜索框 */
.explore-top-search{
	width: 5rem;
	height: 1.6rem;
	float: right;
	padding: .35rem 0;
	position: relative;
}
.explore-top-search .explore-top-search-inp{
	width: 100%;
	height: 100%;
	position: relative;
}
.explore-top-search .explore-top-search-inp input{
	width: 4.75rem;
	height: .9rem;
	font-size: .36rem;
	color: #fff;
	background-color: #222222;
	border-radius: .4rem;
	padding-left: .4rem;
	line-height: .9rem;
	vertical-align: top;
	outline: none;
}
.explore-top-search .explore-top-search-inp .cancle{
	display: none;
	position: absolute;
	right: .7rem;
	top: .3rem;
}
.explore-top-search .explore-top-search-cont{
	height: 0;
	width: 11.25rem;
	position: absolute;
	left: -6.25rem;
	top: 1.6rem;
	background-color: rgba(0,0,0,0.6);
	z-index: 10;
	transition: all .4s;
	overflow-y: auto;
}
.search-item-cate-detail{
	height: .5rem;
	background: #000;
	padding-right: .2rem;
	margin-right: .2rem;
	clip-path: polygon(0% 0%, 86% 0%, 100% 100%, 0% 100%);
	z-index: 3;
	float: left;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.search-item-cate-detail .explore-spr{
	float: left;
}
.search-item-cate-detail .item-cate-tit{
	color: #868482;
	font-size: .3rem;
	line-height: .5rem;
	float: left;
	padding: 0 .1rem;
}
.search-result-none{
	height: 9.7rem;
	width: 100%;
	background: #111112;
}
.search-result-none p{
	width: 100%;
	color: #797979;
	line-height: 9.7rem;
	font-size: .4rem;
	margin: 0 auto;
}
/* 二级导航 E */

/* 页面内容 */
.explore-cont{
	width: 100%;
	height: auto;
	background: url(//game.gtimg.cn/images/gp/cp/a20230817explore/m/bg-repeat.jpg) repeat-y center top;
	background-size: cover;
	padding: 4rem 0;
	overflow-y: auto;
}
.explore-tit{
	width: 100%;
	height: .88rem;
	margin-bottom: 1rem;
	position: relative;
}
.explore-tit p{
	width: 4.1rem;
	height: .88rem;
	line-height: .88rem;
	font-size: .68rem;
	color: #fff;
	letter-spacing: .1rem;
	text-align: center;
	margin: 0 auto;
}
.explore-tit .title-bg-left{
	display: block;
	position: absolute;
	top: 50%;
	left: 1.6rem;
	margin-top: -.1rem;
}
.explore-tit .title-bg-right{
	display: block;
	position: absolute;
	top: 50%;
	right: 1.7rem;
	margin-top: -.1rem;
}
.explore-list-wrap{
	width: 100%;
}
.explore-list-wrap ul{
	padding-left: .4rem;
}
.explore-list-wrap ul .explore-list-item{
	width: 4.64rem;
	float: left;
	margin: 0 .3rem .6rem;
	position: relative;
}
.explore-list-item a{
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
}
.explore-list-item .item-img-wrap{
	width: 4.64rem;
	height: 2.62rem;
	overflow: hidden;
	position: relative;
}
.explore-list-item .item-img-wrap:after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
	background: linear-gradient(to top, rgba(0, 0, 0, .6), rgba(0, 0, 0, 0));
}
.explore-list-item .item-img-wrap img{
	width: 100%;
	height: auto;
}

.explore-list-item-music .item-img-wrap img{
	width: auto;
	height: 100%;
	margin:0 auto;
	position:relative;
	display:block;
	z-index:2;
}

.explore-list-item-music .item-img-wrap .cover_bg{
	width: 100%;
	z-index: 1;
	position: absolute;
	filter: blur(15px);
	left: 0;
	top: 0;
}
.explore-list-item .item-img-wrap .item-cate-detail{
	height: .48rem;
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .8);
	padding-right: .2rem;
	clip-path: polygon(0% 0%, 86% 0%, 100% 100%, 0% 100%);
	z-index: 4;
}
.item-img-wrap .item-cate-detail .explore-spr{
	float: left;
	margin: -.02rem;
}
.item-img-wrap .item-cate-detail .item-cate-tit{
	color: #868482;
	font-size: .3rem;
	line-height: .48rem;
	float: left;
	padding: 0 .1rem;
}
.explore-list-item .item-info{
	height: 1.5rem;
	padding: .3rem 0 0;
}
.explore-list-item .item-info p{
	font-size: .4rem;
	line-height: .6rem;
	color: #fff;
	overflow:hidden;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	text-overflow:ellipsis;
	word-break: break-all;
}

/* 光子鸡弹窗 */
.chick-pop-wrapper{
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, .9);
	z-index: 8;
	display: none;
}
.chick-pop-wrapper .chick-pop-cont{
	width: 100%;
	height: 10rem;
	position: relative;
	top: 50%;
	left: 0;
	margin-top: -5rem;
}
.chick-pop-cont h4{
	width: 4.61rem;
	height: 2.1rem;
	margin: 0 auto;
}
.chick-pop-cont h4 img{
	width: 100%;
	height: auto;
}
.chick-pop-cont p{
	font-size: .68rem;
	color: #E8E8E8;
	line-height: 2.68rem;
	text-align: center;
}
.chick-pop-cont a{
	font-size: .5rem;
	text-align: center;
}
.chick-pop-cont .chick-go{
	display: block;
	color: #222;
	line-height: 1.18rem;
	margin: .6rem auto;
	position: relative;
}
.chick-pop-cont .chick-notgo{
	display: block;
	color: #fff;
	line-height: 1.22rem;
	margin: .6rem auto;
}
.chick-pop-cont .chick-go .chick-goi{
	display: block;
	position: absolute;
	top: 50%;
	right: 1.1rem;
	margin-top: -.14rem;
}