html,body,.wrapper,.story-header{width: 100%; position: relative;}
html,body { margin: 0 auto; background-color: #111112; min-width: 1080px; max-width: 3840px;}
html.overflow,body.overflow { overflow: hidden;}

.wrapper,.wrapper *{box-sizing: border-box;}
.wrapper{font-size: 12px; padding-top: 1.2rem;}

/* spr */
.explore-spr{ background-image:url(//game.gtimg.cn/images/gp/cp/a20230817explore/explore-spr.png); background-repeat:no-repeat; background-size:2.56rem 2.56rem;}
.explore-spr.btn-cancle.hover{ width:0.56rem; height:0.64rem; background-position:46.5% 67.1875%;}
.explore-spr.btn-cancle{ width:0.54rem; height:0.62rem; background-position:83.16832% 9.79381%;}
.explore-spr.btn-check{ width:0.66rem; height:0.66rem; background-position:10% 28.94737%;}
.explore-spr.btn-listen{ width:0.66rem; height:0.66rem; background-position:10% 67.89474%;}
.explore-spr.btn-play{ width:0.66rem; height:0.66rem; background-position:48.94737% 28.94737%;}
.explore-spr.btn-search{ width:0.3rem; height:0.3rem; background-position:8.40708% 89.82301%;}
.explore-spr.cateIcon1{ width:0.36rem; height:0.36rem; background-position:42.27273% 91.36364%;}
.explore-spr.cateIcon2{ width:0.36rem; height:0.36rem; background-position:62.27273% 91.36364%;}
.explore-spr.cateIcon3{ width:0.36rem; height:0.36rem; background-position:75.90909% 40.45455%;}
.explore-spr.cateIcon4{ width:0.36rem; height:0.36rem; background-position:71.36364% 60.45455%;}
.explore-spr.cateIcon5{ width:0.36rem; height:0.36rem; background-position:91.36364% 60.45455%;}
.explore-spr.cateIcon6{ width:0.36rem; height:0.36rem; background-position:82.27273% 80.45455%;}
.explore-spr.pull{ width:0.17rem; height:0.09rem; background-position:23.84937% 82.18623%;}
.explore-spr.title-bg-left{ width:1.41rem; height:0.1rem; background-position:16.52174% 7.72358%;}
.explore-spr.title-bg-right{ width:1.41rem; height:0.1rem; background-position:16.52174% 15.04065%;}

@-webkit-keyframes fadeInDn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,120px,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0)
    }
}
@keyframes fadeInDn {
    0% {
        opacity: 0;
        transform: translate3d(0,120px,0)
    }

    100% {
        opacity: 1;
        transform: translate3d(0,0,0)
    }
}
.fadeanim { -webkit-animation: fadeInDn .4s ease-out .2s both; animation: fadeInDn .4s ease-out .2s both;}

/* 标题 */
.explore-title{
	width: 16.2rem;
	height: 2.56rem;
	margin: 0 auto;
	position: relative;
}
.explore-title h2{
	width: 100%;
	text-align: center;
	font-size: .48rem;
	line-height: 2.56rem;
	color: #fff;
	letter-spacing: .1rem;
}
.explore-title em{
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -.05rem;
}
.explore-title em.title-bg-left{
	left: 5.2rem;
}
.explore-title em.title-bg-right{
	right: 5.2rem;
}
/* 分类 */
.explore-category{
	width: 16.2rem;
	height: .98rem;
	border-bottom: .02rem solid #29292a;
	margin: 0 auto;
	position: relative;
}
.explore-category:before{
	content: '';
	width: .06rem;
	height: .06rem;
	background: #888889;
	position: absolute;
	left: 0;
	bottom: -.04rem;
}
.explore-category:after{
	content: '';
	width: .06rem;
	height: .06rem;
	background: #888889;
	position: absolute;
	right: 0;
	bottom: -.04rem;
}
.explore-category-all{
	width: 9rem;
	height: .84rem;
	float: left;
	margin-right: 2.15rem;
}
.explore-category-all ul li{
	width: 1.28rem;
	height: 100%;
	float: left;
}
.explore-category-all li a{
	font-size: .24rem;
	line-height: .84rem;
	color: #a6a6a7;
	transition: all .5s;
}
.explore-category-all li.cur a{
	color: #ffb900;
	font-weight: bold;
}
.explore-category-all li a:hover{
	color: #ffb900;
	
}
.explore-category-sort{
	width: 2.16rem;
	height: .84rem;
	float: left;
	padding: 0 .3rem;
	border-radius: .24rem .24rem 0 0;
	position: relative;
	cursor: pointer;
	transition: all .3s;
}
/*.explore-category-sort:hover{
	background-color: #222;
}*/
.explore-category-sort .category-sort-btn{
	width: 100%;
	height: 100%;
	position: relative;
}
.explore-category-sort .category-sort-btn p{
	width: 1.56rem;
	height: 100%;
	color: #fff;
	font-size: .24rem;
	line-height: .84rem;
}
.explore-category-sort .category-sort-btn .pull{
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -.04rem;
	transition: all .3s;
}
.category-sort-btn:hover .pull{
	transform: rotate(180deg);
}
.explore-category-sort .category-sort-wrap{
	width: 2.16rem;
	height: 2.52rem;
	position: absolute;
	top: .84rem;
	left: 0;
	z-index: -1;
	overflow: hidden;
}
.explore-category-sort .category-sort-cont{
	width: 100%;
	height: 100%;
	padding: 0 .3rem;
	background-color: #222;
	border-radius: 0 0 .24rem .24rem;
	position: absolute;
	top: -2.52rem;
	transition: all .3s;
}
.explore-category-sort .category-sort-cont li{
	width: 100%;
	height: .84rem;
	border-top: .01rem solid #4c4c4c;
}
.category-sort-cont li a{
	font-size: .21rem;
	line-height: .84rem;
	color: #e8e8e8;
	transition: all .5s;
}
.category-sort-cont li:hover a{
	color: #ffb900;
}
.category-sort-cont li.cur a{
	color: #ffb900;
	font-weight: bold;
}
.explore-search{
	width: 2.6rem;
	height: .62rem;
	margin: .11rem 0;
	float: right;
	background: #222222;
	border-radius: .3rem;
	padding-left: .2rem;
	position: relative;
}
.explore-search .explore-search-inp{
	width: 1.9rem;
	height: .62rem;
	background: none;
	outline: none;
	border: none;
	color: #fff;
	font-size: .24rem;
	line-height: .62rem;
}
.explore-search .btn-search{
	display: block;
	position: absolute;
	top: 50%;
	right: .2rem;
	margin-top: -.15rem;
	cursor: pointer;
}
/* 主体内容 */
.explore-cont{
	width: 17rem;
	/*height: auto;*/
	min-height: 7rem;
	padding: 0 0 .88rem;
	margin: 0 auto;
}
.explore-cont:after{
	content: '';
	display: block;
	clear: both;
}
.explore-list-wrap{
	width: 100%;
	height: auto;
	opacity: 0;
}
.explore-list-wrap .explore-list-item{
	width: 4.86rem;
	height: 3.9rem;
	float: left;
	margin: .5rem .38rem 0;
	position: relative;
}
.explore-list-wrap .explore-list-item a{
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 7;
}
.explore-list-item .item-img-wrap{
	width: 4.86rem;
	height: 2.74rem;
	overflow: hidden;
	position: relative;
}
.explore-list-item .item-img-wrap img{
	width: 100%;
	height: auto;
	vertical-align: top;
	transition: all .5s;
}

.explore-list-item-music .item-img-wrap img{
	width: auto;
	height: 100%;
	margin:0 auto;
	vertical-align: top;
	transition: all .5s;
}

.explore-list-item-music .item-img-wrap .cover_bg{
	width: 100%;
	z-index: -1;
	position: absolute;
	filter: blur(30px);
	left: 0;
	top: 0;
}
.explore-list-item .item-cate-detail{
	height: .34rem;
	padding-right: .16rem;
	background: rgba(0, 0, 0, .8);
	clip-path: polygon(0% 0%, 90% 0%, 100% 100%, 0% 100%);
	position: absolute;
	left: 0;
	bottom: -.01rem;
	z-index: 6;
}
.explore-list-item .item-cate-detail .explore-spr{
	float: left;
	margin: -.02rem 0;
}
.explore-list-item .item-cate-detail .item-cate-tit{
	float: left;
	color: #837c79;
	font-size: .21rem;
	line-height: .34rem;
	padding: 0 .08rem;
}
.explore-list-item .item-img-wrap .item-hover-wrap{
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .7);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	opacity: 0;
	transition: all .5s;
}
.explore-list-item .item-hover-wrap .explore-spr{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -.33rem 0 0 -.33rem;
}
.explore-list-item:hover .item-hover-wrap{
	opacity: 1;
}
.explore-list-item:hover .item-img-wrap img{
	transform: scale(1.1);
}
.explore-list-item .list-item-info{
	width: 100%;
	padding: .24rem 0;
}
.explore-list-item .list-item-info p{
	color: #fff;
	font-size: .24rem;
	line-height: .34rem;
	overflow:hidden;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	text-overflow:ellipsis;
	word-break: break-all;
}

/* 弹出层 */
html.overflow,body.overflow { overflow: hidden;}
.pop_layer { position: fixed; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.9); z-index: 99;}
.pop_comm { position: fixed !important; left: 50%; top: 50%; -webkit-transform:translate(-50%, -50%); transform: translate(-50%, -50%); z-index: 99;}
.comm_pop { display: none; position: relative; outline: none;}

/*.pop1 { width: 25.6rem; height: 9rem; display: none; outline: none; position: relative;}*/
.pop1 { padding: .02rem; outline: none; position: relative; display: none; }
.pop_close { position: absolute; right: -4rem; top: -1.78rem; z-index: 5; transition: all .3s; width: .54rem; height: .62rem;}
.pop_close em { position: absolute; left: 0; top: 0; z-index: 1; transition: .3s ease-in-out; }
.pop_close em.btn-cancle { opacity: 1;}
.pop_close em.btn-cancle.hover { opacity: 0;}
.pop_close:hover em.btn-cancle { opacity: 0;}
.pop_close:hover em.btn-cancle.hover { opacity: 1;}
.pop1-box { width: 100%; overflow: hidden; height: 6rem; padding-bottom: .6rem;}

.chick-cont{
	width: 4.8rem;
	height: 6rem;
	margin: 0 auto;
}
.chick-cont>img{
	width: 100%;
	height: auto;
	vertical-align: top;
}
.chick-cont>p{
	font-size: .26rem;
	line-height: .46rem;
	color: #fff;
	text-align: center;
	margin-top: .3rem;
}
