.header{
	height: 70px;
	background: transparent;
	color: #fff;
	position: fixed;
	width: 100%;
	z-index: 99;
}
.headerRoll{
	background: #24242d;
	transition: .3s ease-out;
}
.navList>li{
	float: left;
	position: relative;
}
.logo{
	margin: 10px 20px 0 0;
}
.navList>li>a{
	display: block;
	padding: 0 20px;
	line-height: 70px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	position: relative;
}
.navList>li>a:before,.navList>li>a:after{
	position: absolute;
	content: '';
	bottom: 0;
	left: 50%;
	border-style: solid;
	width: 12px;
	border-width: 0 4px;
	border-color: #fff;
	/* height: 20px; */
	opacity: 0;
    transition: opacity .3s;
    -moz-transition:opacity .3s;
	-webkit-transition:opacity .3s;
	-o-transition:opacity .3s;
	animation: melody 1.1s infinite ease-out;
	-moz-animation: melody 1.1s infinite ease-out;   /*鍏肩敤鐏嫄娴忚鍣�*/
	-webkit-animation: melody 1.1s infinite ease-out; /*鍏肩敤璋锋瓕娴忚鍣�*/
	-o-animation: melody 1.1s infinite ease-out;
}
.navList>li>a:before{
	margin-left: -16px;
	animation-delay: 0.7s;
	-webkit-animation-delay: 0.7s;
	-moz-animation-delay: 0.7s; 
	-o-animation-delay: 0.7s;
}
.navList>li>a:after{
	margin-left: -8px;
	animation-delay: 0.9s;
	-webkit-animation-delay: 0.9s;
	-moz-animation-delay: 0.9s; 
	-o-animation-delay: 0.9s;
}
.navList>li>a:hover{
	color: #de2342;
}
.navList>li:hover>a:before,.navList>li:hover>a:after{
	opacity: 1;
	border-color: #de2342;
}
/*.c-current>a:after{
	opacity: 1;
	border-color: #de2342;
}
*/
/* .navList>li>a:hover:before,.navList>li>a:hover:after{
	opacity: 1;
	border-color: #de2342;
} */
/* 浜岀骇瀵艰埅 */
.navList_menu{
	position: absolute;
	left: 20px;
	top: 70px;
	min-width: 250px;
	background: #30343d;	
	display: none;
	z-index: 100;
}
.navList_menu li{
	line-height: 48px;
	padding: 0 25px;
}
.navList_menu li:hover{
	background: #de2342;
}
.navList>li:hover .navList_menu{
	display: block;
}
/* 鍔ㄧ敾鏁堟灉 */
@keyframes melody{
	0%,100%{
		height: 6px;
	}
	40%{
		height: 9px;
	}
	20%{
		height: 13px;
	}
	60%{
		height: 18px;
	}
}
@-moz-keyframes melody{
	0%,100%{
		height: 6px;
	}
	40%{
		height: 9px;
	}
	20%{
		height: 13px;
	}
	60%{
		height: 18px;
	}
}
@-webkit-keyframes melody {
	0%,100%{
		height: 6px;
	}
	40%{
		height: 9px;
	}
	20%{
		height: 13px;
	}
	60%{
		height: 18px;
	}
}
/*  鐢ㄦ埛鎿嶄綔*/
.userOpen li{
	float: left;
	position: relative;
}
.userOpen li a{
	display: block;
	line-height: 63px;
	margin: 0 15px;
	color: white;
}
.userOpen li a>i{
	font-size: 32px;
}
.userOpen li:first-child a{
	margin-left: 0;
}
.userOpen li:last-child a{
	margin-right: 0;
}
.userOpen li:nth-child(2) a>i{
	font-size: 28px;
}
ul.userOpen li a .r-headpic {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	object-fit: cover;
}
ul.userOpen li ul.r-subnav{
	position: absolute;
	top: 70px;
	min-width: 90px;
	background: #30343d;
	z-index: 99999;
	display: none;
	left: 15px;
}
ul.userOpen li ul.r-subnav li {
	line-height: 48px;
	padding: 0 25px;
	width: 90px;
}
ul.userOpen li ul.r-subnav li:first-child{
	text-align: center;
}
ul.userOpen li ul.r-subnav li a{
	line-height: 40px;
}
ul.userOpen li ul.r-subnav li:hover{
	background-color: #dc1937;
}
/* 涓棿鍐呭鍖哄煙 */
.linner{
	width: 1280px;
	height: 0px;
	background: #fff;
	margin: 0 auto;
	margin-top: 70px;
	z-index: 3;
}
/* 瑙嗛 */
 .startVideo{
    position: relative;
    width: 100%;
    height: 947px;
    overflow: hidden;
} 
.startVideo:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    z-index: -1;
    top: 0;
    left: 0;
    background: rgba(25,29,34,.65);
}
.fullscreenvideo {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%); 
	-o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: 1s opacity;
    -moz-transition: 1s opacity; 
	-o-transition: 1s opacity;
    transition: 1s opacity;
}
.startVideoLogo{
	position: absolute;
	top: 50%;
	left: 50%;
	/*margin-left: -433.5px;
	margin-top: -123.5px;*/
	z-index: 2;
	transform: translate(-50%, -50%);
}
/*  */
.coverWrapper{
	// margin-top: 20px;
}
.wrapperList{
	float: left;
	width: 32%;
	position: relative;
	overflow: hidden;
	margin: 0 0.66%;
	color: #fff;
}
.wrapperList:before,.wrapperList:after,.wrapperShow,.wrapperInfo,.wrapperImg:before,.wrapperImg:after{
	transition: all 0.3s ease-in-out;
}
.wrapperList:before{
	position: absolute;
	content: "";
    height: 100%;
    width: 150%;
    left: -314px;
    top: -116px;
    -moz-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    transform: rotate(-30deg);
    background-color: rgba(55,45,44,.65);
    z-index: 3;
    box-shadow: 0px 0px 0px 7px rgba(0,0,0,.7);
    opacity: 1;
}
.wrapperList:after{
	content: '';
	position: absolute;
	width: 0px;
    height: 0px;
    opacity: 0;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
   background-color: #171e22
}
.wrapperImg{
	position: relative;
}
.wrapperImg:before,.wrapperImg:after{
	position: absolute;
	content: '';
	left: 10px;
	bottom: 10px;
	right: 10px;
	top: 10px;
	opacity: 0;
}
.wrapperImg:before{
	border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.wrapperImg:after{
	border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.wrapperImg>img{
	width: 100%;
	height: 360px;
	object-fit: cover;
}
.wrapperShow{
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 8;
	opacity: 1;
}
.wrapperShow h4,.wrapperInfo h4{
	font-weight: bold;
    text-transform: uppercase;
    line-height: 20px;
    margin-bottom: 15px;
    font-size: 18px;
}
.wrapperInfo h4{
	padding: 0 40px;
	line-height: 50px;
}
.wrapperShow p,.wrapperInfo p{
	margin-bottom: 10px;
	line-height: 16px;
}
.wrapperShow i{
	font-size: 100px;
}
.wrapperInfo{
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}
.wrapperInfo p{
	padding: 0 20px;
}
.wrapperList:hover:before {
    top: -100%;
    left: -100%;
    opacity: 0;
}
.wrapperList:hover:after{
	width: 100%;
	height: 100%;
	opacity: 0.8;
}
.wrapperList:hover .wrapperImg:before,.wrapperList:hover .wrapperImg:after{
	opacity: 1;
	transform: scale(1);
	z-index: 5;
}
.wrapperList:hover .wrapperShow{
	top: 50%;
	opacity: 0;
}
.wrapperList:hover .wrapperInfo{
	top: 30%;
	opacity: 1;
	z-index: 6;
}
/* 灞呬腑鍐呭鍖哄煙 */
.middleCenter{
	width: 1173px;
	margin: 0 auto;
	padding: 15px 0;
}
/* 鏍囬 */
.headTitle{
	padding: 15px;
	background: #313e47;
}
.headTitle p{
	font-size: 24px;
}
.headTitle .line,.headTitle .shortLine{
	width: 42.5%;
	height: 4px;
	background: #fff;
	margin: 15px 0 0 15px;
	
}
.headTitle .shortLine{
	width: 40%;	
}
.original,.album,.hotSet,.platyTop,.advertisement,.recommend,.electric,.videoCategory{
	padding: 15px 0;
}
/* 宸﹁竟鍖哄煙 */
/* 鍘熷垱鐜板満姝岃矾 */
.originalList>li{
	float: left;
	width: 32.333% !important;
	position: relative;
	overflow: hidden;
}
.originalList>li:nth-child(2n){
	margin: 0 11px;
}
.originalList>li>img{
	width: 100%;
	height: 328px;
	object-fit: cover;
}
.originalList li:hover{
	background: #db152e;
}
.originalList li:hover>img,.recommendList li:hover .recommendPicture img,.recommendCover:hover .coverImg>img{
	opacity: .5;
	transform: scale(1.2) rotate(5deg);
    -o-transform: scale(1.2) rotate(5deg);
    -ms-transform: scale(1.2) rotate(5deg);
    -moz-transform: scale(1.2) rotate(5deg);
    -webkit-transform: scale(1.2) rotate(5deg);
}
.originalList li:hover .originalInfo{
	top: 50%;
    left: 0;
    right: 0;
    margin: 0;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    background-color: transparent;
    /* transition: .15s ease; */
}
.originalList li:hover .location{
	opacity: 0;
}
.originalList li:hover .originalIntro{
	opacity: 1;
}
.originalList li:hover .originalPlay{
	opacity: 1;
	height: 39px;
    width: 39px;
    margin: 0 0 15px;
    line-height: 35px;
    border: 2px solid #fff;
}
.originalList li,.originalAuthor,.originalTitle,.originalIntro,.originalInfo,.originalPlay,.originalList li:hover>img,.electricList li,.electricList li:hover:before,.electricList li:hover:after,.recommendCover img{
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.originalInfo{
	position: absolute;
	top: 100%;
    left: 20px;
    right: 20px;
    bottom: auto;
    margin: -94px auto 0;
    padding: 10px 15px 30px;
    text-align: center;
    background: #171e22;
    font-size: 12px;
}
.originalRate{
    background-color: #fff;
    padding: 2px 15px 3px;
    border-radius: 50px;
    opacity: 1;
    width: 20px;
    margin: 0 auto;
    color: #637e8f;
    transition: .1s ease;
}
.location{
	position: absolute;
    top: -10px;
    left: 0;
    right: 0;  
}
.originalPlay{
	height: 0;
    width: 0;
    background: none;
    opacity: 0;
    cursor: pointer;
}
.originalPlay i{
	color: #fff;
	font-size: 14px;
}
.originalTitle{
	width: 100%;
    font-size: 20px;
    line-height: normal;
    text-transform: capitalize;
    font-weight: bold;
    display: block;
}
.originalAuthor,.originalTitle,.originalIntro{
	margin-bottom: 10px;
}
.originalIntro{
	line-height: 24px;
	opacity: 0;
	font-size: 13px;
}
.originalOpen{
	margin-bottom: 14px;
}
.originalOpen p{
	float: left;
	width: 33.33%;
	box-sizing: border-box;
	/* padding: 0 5px; */
}
.originalOpen p i{
	vertical-align: -1px;
}
/* 涓浗鐢甸煶鑺� */
.electricList li,.albumLIst>li{
	background: #161e21;
	margin-bottom: 12px;
}
.electricList li{
	position: relative;
	height: 98px;
	z-index: 1;
}
.electricList li:before,.electricList li:after{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 98px;
    content: "";
    opacity: 0;
    z-index: -1;
}
.electricList li:after{
    background: url('../images/listbg.jpg');
}
.electricList li:hover:before {
    opacity: 0.8;
    background-color: #db152e;
}
.electricList li:hover:after{
    opacity: 0.2;
}
.electricList li>img{
	width: 125px;
	height: 98px;
	object-fit: cover;
}
.electricInfo,.electricDetails{
	margin: 25px 20px;
}
.electricInfo{
	width: 235px;
}
.electricInfo a{
	color: white;
}
.electricInfo h5{
	font-size: 18px;
	font-weight: bold;
}
.electricTag a{
	float: left;
	font-size: 13px;
}
.electricTag a:after{
	float: right;
    content: ",";
    margin: 0 5px;
}
.electricTag a:last-child:after{
	content: '';
}
.electricData{
	padding: 0 25px;
	font-size: 16px;
	margin: 25px 0;
    width: 100px;
    text-align: center;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    color: #FFFFFF!important;
}
.electricData font{
	color: #FFFFFF!important;
}
.electricDetails{
	width: 126px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background: #fff;
}
.electricDetails a{
	color: #171e22;
	font-size: 16px;
	font-weight: bold;
}
/*  */
.newestList li{
	float: left;
	width: 49%;
}
.newestList li:nth-child(2n){
	margin-left: 2%;
}
/* 鎺ㄨ崘涓撹緫 */
.albumLIst>li:last-child{
	margin-bottom: 0;
}
.albumInfo{
	position: relative;
	font-size: 16px;
	padding: 20px;
}
.albumInfo>img{
	width: 89px;
	height: 62px;
	object-fit: cover;
}
.albumInfo .albumTitle{
	padding: 0 15px;
	width: 325px;
}
.albumInfo .albumTitle h5{
	font-size: 18px;
    font-weight: bold;
    margin-top: 5px;
    transition: all 350ms;
}
.albumRank,.albumData,.albumMore{
	line-height: 62px;
}
.albumRank,.albumData{
	text-align: center;
	width: 100px;
}
.albumRank{
	position: absolute;
	right: 29%;
	top: 8%;
}
.albumData{
	margin-left: 70px;
	color: #FFFFFF!important;
}
.albumData font{
	color: #FFFFFF!important;
}
.albumMore i{
	font-size: 26px;
	vertical-align: -4px;
}
.albumLIst>li:first-child .albumPlayList{
	display: block;
}
.albumPlayList{
	border-top: 1px solid #283138;
	padding: 10px 0;
	display: none;
}
.albumPlayList>li{
	padding: 10px 20px;
	transition: .2s ease;
}
.albumPlayList>li:hover{
	background: #000;
}
.albumPlayList>li i{
	cursor: pointer;
}
.albumPlayInfo{
	width: 615px;
}
.albumPlayInfo i{
	font-size: 25px;
	vertical-align: -3px;
	float: left;
}
.albumPlayInfo>a{
	padding: 0 15px;
	font-size: 16px;
	float: left;
	width: 91%;
	color: white;
}
.albumPlayOpen i{
	font-size: 22px;
	margin: 0 5px;
	vertical-align: -2px;
}
.albumPlayOpen i:first-child{
	font-size: 20px;
}
.c-cover:hover .c-coverH{
	color: #DB152E;	
	transition: all 350ms;
}
.c-cover:hover .c-coverP{
	color: #DB152E;	
	transition: all 350ms;
}
.c-coverP{
	position: absolute;
	top: 57%;
	left: 16.5%;
	width: 50%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all 350ms;
	cursor: pointer;
}
.c-coverP a{
	color: #FFFFFF;
	margin-right: 2%;
}
.c-coverP a:hover{
	color: #DB152E;
}
.albumInfo .c-thumb-opend{
	position: absolute;
	width: 35px;
	height: 35px;
	left: 6%;
	top: 34%;
	cursor: pointer;
}
.albumInfo .c-thumb-opend:hover{
    animation: ball 2s  ease-in-out infinite;
}
@keyframes ball {
    20%{  transform: scale(.8);}
    40%{  transform: scale(1.2);}
    60%{  transform: scale(.9);}
    80%{  transform: scale(1);}
    100%{  transform: scale(1);}
}
/* 鍙宠竟鍖哄煙鈥斺�旂儹闂ㄥ鏇� */
.hotSetList{
	padding: 15px 0 30px 0;
	border-bottom: 1px solid #fff;
}
.hotSetList li>a{
	display: block;
	padding:12px 0;
	background: #161e21;
	margin-bottom: 4px;
	transition: .3s ease-in-out;
}
.hotSetList li:last-child a{
	margin-bottom: 0;
}
.hotSetList li:hover a,
.hotSetList li:hover .hotSetNum{
	color: #db152e;
	transition: .3s ease-in-out;
}
.hotSetList li>a:hover .hotSetNum,.hotSetList li>a:hover .hotSetInfo p:first-child{
	color: #db152e;
	transition: .3s ease-in-out;
}
.hotSetList li>a:hover .hotSetPicture,
.hotSetList li:hover .hotSetPicture{
	border-color: #db152e;
	background-color: #db152e;
	transition: .3s ease-in-out;
}
.hotSetList li>a:hover .hotSetPicture img,
.hotSetList li:hover .hotSetPicture img{
	opacity: .3;
	transition: .3s ease-in-out;
}
.hotSetList li .hotSetNum{
	width: 46px;
	text-align: center;
	color: #c2c7d2;
    font-size: 26px;
    line-height: 40px;
}
.hotSetList li .hotSetPicture{
	width: 40px;
	height: 40px;
	border: 2px solid #4e4e4e;
	position: relative;
}
.hotSetPicture img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s ease-in-out;
}
.hotSetList li .hotSetPicture img.t-play-icons{
	position: absolute;
	width: 22px;
	height: 22px;
	left: 9px;
	top: 9px;
	transition: all 0.3s ease-in-out;
}
.hotSetList li:hover .hotSetPicture img.t-play-icons{
	transform: scale(1.2);
}
.hotSetList li .hotSetInfo{
	padding: 0 15px;
	width: 290px;
	font-size: 15px;
	margin: -58px 94px;
}
ul.hotSetList li a{
	color: #fff;
}
.hotSetInfo p:first-child{
	color: white;
}
.hotSetInfo p:last-child{
	color: #637e8f;
}
/* 姣忔棩鎺ㄨ崘 */
.platyList li,.recommendList li{
	transition: .3s ease-in-out;
	border-bottom: 1px solid #283138;
	background: #161e21;
}
.platyList li:last-child,.recommendList li:last-child{
	border-bottom: none;
}
.recommendPicture{
	position: relative;
}
.recommendList li .recommendPicture .t-play-iconl{
	position: absolute;
	width: 40px;
	height: 40px;
	left: 30px;
	top: 15px;
	transition: .3s ease-in-out;
}
.platyList li{
	padding: 10px 20px;
	position: relative;
}
.platyList li:hover{
	background: #db152e;
}
.platyList li:hover .platyPicture{
	border-color: #171e22;
}
.platyList li .platyPicture{
	width: 45px;
	height: 45px;
	object-fit: cover;
	border: 2px solid #db152e;
	transition: .3s ease-in-out;
}
.platyList li .playicon{
	position: absolute;
	width: 22px;
	height: 22px;
	left: 33px;
	top: 23px;
	transition: all 0.3s ease-in-out;
}
.platyList li:hover .playicon{
	transform: scale(1.2);
}
.platyList li .platyInfo{
	padding: 0 10px;
	width: 243px;
	font-size: 12px;
	height: 49px;
	color: white;
}
.platyInfo>p{
	margin-top: 5px;
	font-size: 15px;
}
.platyList li .platyOpen{
	line-height: 49px;
}
.platyOpen i{
	margin-right: 10px;
	cursor: pointer;
}
.platyOpen i:last-child{
	margin-right: 0;
}
.platyOpen img{
	width: 13px;
	height: 13px;
}
/* 骞垮憡 */
.advertisement img{
	width: 100%;
	height: 565px;
	object-fit: cover;
}
/*  */
/* 瑙嗛绫诲埆 */
.categoryList>li{
	float: left;
	width: 32%;
	background: #161e21;
	box-sizing: border-box;
	height: 564px;
}
.categoryList>li:nth-child(2){
	margin: 0 2%;
}
.categoryList .recommend{
	padding: 0;
}
.categoryList .recommendList li{
	padding: 15px;
	height: 119px;
}
/* 鎺ㄨ崘 */
.recommendCover{
	padding: 15px 15px 0 15px;
	position: relative;
	overflow: hidden;
}
.recommendCover .coverTitle{
	position: absolute;
	bottom: 0;
    width: 92%;
    padding: 0 20px 6px;
    box-sizing: border-box;
}
.recommendCover .coverImg{
	overflow: hidden;
}
.coverImg img{
	height: 218px;
	width: 100%;
	object-fit: cover;
}
.recommendList li{
	padding: 20px;
	box-sizing: border-box;
}
.recommendList li>a{
	display: block;
}
.recommendList li:hover .recommendPicture,.recommendCover:hover .coverImg{
	background: #db152e;
}
.recommendList li:hover .recommendInfo p{
	color: #db152e;
}
.recommendList li .recommendPicture{
	display: inline-block;
	width: 26%;
	height: 70px;
	overflow: hidden;
	transition: .3s ease-in-out;
}
.recommendPicture img,
.recommendPicture>img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .3s ease-in-out;
}
.recommendList li .recommendInfo{
	width: 67%;
	margin-left: 5%;
	color: white;
}
.recommendInfo p,.recommendCover .coverTitle>a{
	font-size: 18px;
	font-weight: bold;
	text-overflow: -o-ellipsis-lastline;
  	overflow: hidden;
  	text-overflow: ellipsis;
  	display: -webkit-box;
  	-webkit-line-clamp: 2;
  	line-clamp: 2;
  	-webkit-box-orient: vertical;
  	max-height: 52px;
  	transition: .3s ease-in-out;
  	margin-bottom: 5px;
  	color: white;
}
.recommendInfo p{
	height: 45px;
	display: block;
	overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:2; /*定义的数字为显示的行数*/ 
	-webkit-box-orient:vertical;
}
.c-recommendInfo p{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
}
.c-recommendInfo .c-recommendInfo-p a{
	color: #FFFFFF;
}
.c-recommendList li:hover .c-recommendInfo-p a{
	color: #DB152E;
}
.recommendInfo .c-index-recommend a{
	color: #FFFFFF;
}
.recommendInfo .c-index-recommend p:hover{
	color: #DB152E;
}
.recommendList li:hover .recommendInfo .c-index-recommend a{
	color: #DB152E;
}
.y-recommendInfo a{
	color: #fff;
}
.y-recommendInfo a:hover{
	color: #fff;
}
/* 鎺ヨ繎搴曢儴鍙粦鍔ㄥ尯鍩�  */
.groomList>.swiper-slide{
	width: 20%;
	float: left;
	background: #000;
}
.groomList>.swiper-slide>img{
	width: 100%;
	height: 230px;
	object-fit: cover;
	opacity: .3;
}
.groomList>.swiper-slide:hover .flicker-link{
	opacity: 1;
}
.btn-1 {
	width: auto;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: normal;
	display: inline-block;
	padding: 10px 30px 10px;
	text-transform: capitalize;
}
.flicker-link a.btn-1,
.flicker-link{
	transition: all 0.3s ease-in-out;
}
.flicker-link a.btn-1{
	background-color: #db152e;
	color: #fff;
}
.flicker-link{
	left: 0;
	right: 0;
	top: 50%;
	opacity: 0;
	margin: 0 auto;
	text-align: center;
	position: absolute;
	transform: translateY(-80%);
	-o-transform: translateY(-80%);
	-ms-transform: translateY(-80%);
	-moz-transform: translateY(-80%);
	-webkit-transform: translateY(-80%);
}
.flicker-link a i {
	margin: 0 15px 0 0;
}
.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
a.originalTitle.conceal{
	color:white;
}
.navList_menu li a{
	color: white;
}
/*鎼滅储*/
.search-box.active {
	opacity: 1;
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);
}
.search-box {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 9999;
	overflow: auto;
	-webkit-transform: scale(0, 0);
	-moz-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	-o-transform: scale(0, 0);
	transform: scale(0, 0);
	opacity: 0;
}
.icon-search-close {
	position: absolute;
	right: 60px;
	top: 60px;
	/*background-position: -260px -120px;*/
	cursor: pointer;
}
.icon-header {
	display: inline-block;
	vertical-align: text-bottom;
	background: url(../images/cancel.png) no-repeat;
	width: 40px;
	height: 40px;
	background-size: 100%;
}
.search-content {
	position: absolute;
	width: 550px;
	left: 50%;
	margin-left: -275px;
	padding-top: 95px;
}
.search-input {
	margin-top: 55px;
}
.search-content input {
	border: none;
	border-bottom: 1px solid #f0f0f0;
	height: 45px;
	width: 100%;
	font-size: 26px;
	background-color: transparent;
	padding-right: 30px;
	color: #fff;
	outline: none;
}
.search-content input::-webkit-input-placeholder {
	color: #fff;
}
.search-input button {
	position: absolute;
	right: 0;
	width: 40px;
	height: 40px;
	text-indent: -999px;
	border: none;
	background: url(../images/icon-header.png) no-repeat -262px -68px;
	outline: 0;
	cursor: pointer;
}
.search-history {
	margin-top: 50px;
	display: inline-block;
	color: #fff;
}
.search-hot {
	margin-top: 40px;
}
.search-history strong {
	font-size: 16px;
	color: #fff;
	font-weight: 400;
}
.search-box .search-history ul {
	width: 550px;
}
.search-history ul li {
	float: left;
	height: 35px;
	border: 1px solid #f0f0f0;
	margin: 0 20px 20px 0;
	padding: 0 15px;
	cursor: pointer;
	list-style: none;
}
.search-history ul li a {
	display: inline-block;
	width: 100%;
	height: 100%;
	color: #333;
	font-size: 16px;
	line-height: 33px;
	color: #fff;
	text-decoration: none;
}
.search-hot ul li a {
	color: #eee;
	font-weight: 700;
}
.search-history ul {
	margin: 10px 0 0 0;
	display: inline-block;
}
.r-subnav-cnt{
	width: 100%;
	position: relative;
}
.y-index-hints a{
	color: #fff;
}
.y-index-hints a:hover{
	color: #fff;
}
/*新增样式*/
.top_banner {
  position: relative;
  width: 100%;
  height: auto;
}
.top_banner .swiper-pagination {
  position: absolute;
  bottom: 10px;
}
.top_banner .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.top_banner .swiper-slide img {
  width: 100%;
}
.top_banner .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
  width: 40px;
  border-radius: 4px;
}
.top_banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #0399e2;
}
.pop_box_bg .hotSet{
	float: left;
	margin: 0 5px;
}


/*老凡增加 header k*/
#header {
    min-height: 65px;
    background: #171717;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 100;
    max-height: 65px;
    backface-visibility: hidden;
    border-bottom: 1px solid #474747;
}
.container {
    position: relative;
    margin: 0 auto;
    width: 1280px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}
.logo {
    float: left;
    background: url(https://www.miidj.com/app/templates/default/images/logo1.png) no-repeat;
    width: 146px;
    height: 15px;
    text-indent: -9999px;
    overflow: hidden;
    margin: 24px 0 0 29px;
}
.logo a {
    display: block;
    height: 100%;
}
#nav {
    height: 65px;
    width: 705px;
    float: left;
    padding: 24px 25px 0 40px;
    border-right: 1px solid #121212;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}
#nav ul {
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    list-style: none;
    text-align: justify;
}
nav ul, nav ol {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}
#nav li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    height: 20px;
}
#nav a {
    display: inline-block;
    font: 16px/18px 'helveticaneuecyrbold','Arial',sans-serif;
    color: #fff;
    padding: 0 0 23px;
    border-bottom: 2px solid transparent;
}
#nav li>ul {
    visibility: hidden;
    padding: 0;
    position: absolute;
    z-index: 9;
    left: 0;
    top: 41px;
    width: 238px;
    background: #ff1242;
    opacity: 0;
}
#nav ul {
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    list-style: none;
    text-align: justify;
}
#nav li>ul li {
    display: block;
    height: 35px;
    border-top: 1px solid #dc1a43;
}
#nav li>ul li a {
    display: block;
    font: 14px/35px 'Arial',sans-serif;
    color: #fff!important;
    padding: 0 18px;
    border-bottom: none!important;
}
#nav li.second-style-menu ul {
    left: 238px;
    top: -5px;
}
#nav li>ul:before {
    content: '';
    position: absolute;
    left: 20px;
    top: -8px;
    background: url(https://mixupload.com/images/bg-sprite.png) no-repeat -17px 0;
    width: 15px;
    height: 8px;
}
#header .container>form {
    float: left;
    width: 65px;
    height: 100%;
}
#header .container>form fieldset {
    position: relative;
    top: 17px;
    left: 16px;
}
#header fieldset input[type=text] {
    border: 0;
    padding: 0 25px;
    display: block;
    font: 18px helveticaneuecyrroman,arial,sans-serif;
    color: #8d9095;
    position: absolute;
    right: 65px;
    top: -72px;
    width: 669px;
    height: 65px;
    bottom: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}
.more-search {
    color: #313336;
    text-align: center;
    position: absolute;
    top: 8px;
    width: 120px;
    left: -120px;
    font-size: 12px;
    display: none;
    border: 0;
    background: 0 0;
    cursor: pointer;
}
#header fieldset input[type=submit] {
    cursor: pointer;
    text-indent: -9999px;
    border: 0;
    width: 65px;
    height: 65px;
    background: url(https://mixupload.com/images/bg-1.png) no-repeat center;
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -ms-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
}
.header-right {
    float: right;
    width: 291px;
}
.header-search {
    float: left;
    font-size: 0;
    line-height: 0;
    padding: 6px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    width: 143px;
    border-radius: 3px;
    margin: 17px 10px 0 5px;
    text-align: center;
    background: #e81943;
}
.header-search span {
    display: inline-block;
    vertical-align: top;
    font: 12px/19px 'helveticaneuecyrroman','Arial',sans-serif;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.header-menu {
    cursor: pointer;
    position: relative;
    border-left: 1px solid #48484b;
    border-right: 1px solid #48484b;
    float: left;
    height: 65px;
    padding: 0;
    line-height: 65px;
    text-align: center;
    width: 65px;
}
.header-menu:hover {
    border-color:transparent;
    background:#ff1242
}
.header-menu img {
    vertical-align:middle
}
.header-user:hover ul, .header-menu:hover ul {
    visibility:visible;
    transition:opacity .2s linear, visibility .2s step-start;
    opacity:1
}
.header-user ul, .header-menu ul {
    z-index: 9;
    visibility: hidden;
    position: absolute;
    opacity: 0;
    right: 0;
    top: 63px;
    width: 195px;
    background: #121212;
    border-top: 2px solid #ff1242;
}
.header-user li, .header-menu li {
    height: 40px;
    text-align: left;
    border-top: 1px solid #3c3f42;
}
.header-user a, .header-menu a {
    position: relative;
    display: block;
    padding: 0 30px 0 0;
    font: 12px/40px 'helveticaneuecyrroman','Arial',sans-serif;
    color: #fff;
}
.header-user {
    cursor: pointer;
    position: relative;
    float: left;
    width: 65px;
    height: 65px;
    text-align: center;
    line-height: 65px;
}
.header-user img {
    vertical-align: middle;
}
#nav li.second-style-menu:hover ul {
    visibility:visible;
    opacity:1;
    transition:opacity .2s linear, visibility .2s step-start;
    position:absolute;
    top:-1px
}
#nav li:hover ul.first-style-menu {
    visibility:visible;
    opacity:1;
    transition:opacity .2s linear, visibility .2s step-start
}
li.second-style-menu ul:before {
    background: 0 0!important;
}
.header-user a i, .header-menu a i {
    padding: 0 15px;
}
.header-search .stream-btn {
    display: none;
}
.genresMenuHiddes {
    position: absolute;
    left: 238px;
    top: 0;
    padding: 0;
    z-index: 9;
    width: 238px;
    background: #ff1243;
    border-left: 1px solid #dc1a43;
}
#nav li>ul li a:hover, #nav li>ul li.active>a, #nav li.actived a {
    background:#fff;
    color:#ff1243!important
}
/*老凡增加 header e*/