
.wrapper1200{
	width: 1200px;
	margin:0 auto;
}

/* 美容 */
.beauty{
	margin-bottom: 90px;
}
.beauty h1{
	background: url(../ele.png) no-repeat -142px -567px;
	width: 298px;
	height: 101px;
	margin:0 auto 20px;
}
.beauty h1 *{
	display: block;
	width: 298px;
	height: 101px;
	text-indent: -10000em;
	overflow: hidden;
}
.beauty .channel-focus{
	float: left;
}
.beauty .channel-name{
	background: #e92d67;
}
.beauty .video-b{
	float: right;
	width: 350px;
	min-height: 530px;
	background: #242424;
}
.beauty .video-b h4{
	margin-bottom: 10px;
	background: #7a64a7;
	height: 37px;
	line-height: 37px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	font-weight: bolder;
}
.beauty .video-b dl{
	position: relative;
	margin:0 29px;
	border-bottom: dotted 1px #5b5b5b;
	padding:29px 0;
}
.beauty .video-b dt{
	position: absolute;
	top:50%;
	left:0;
	margin-top:-9px;
	background: url(../ele.png) no-repeat -28px -198px;
	width: 19px;
	height: 19px;
}
.beauty .video-b dd{
	margin-left: 30px;
	word-break:break-all;
}
.beauty .video-b dd a{
	font-size: 18px;
	color: #9d9d9d;
	line-height: 1.2;
}
.beauty .video-b dt *{
	display: none;
}
.beauty .video-b img{
	display: block;
	width: 295px;
	height: 166px;
	opacity: 0.7;
}
.beauty .video-b .current dt{
	position:relative;
	margin:0 0 20px;
	background: #999;
	width: 100%;
	height: auto;
	background: #000;
}
.beauty .video-b .current dt *{
	display: block;
}

.channel-focus{
	position: relative;
}
.channel-focus,
.channel-focus .swiper-container{
	width: 790px;
	height: 530px;
}
.channel-focus .swiper-slide{
	overflow: hidden;
	position: relative;
	width: 790px;
	height: 530px;
}
.channel-focus .swiper-slide a >img{
	display: block;
	width: 790px;
	height: 530px;
}
.channel-focus .info{
	position: absolute;
	background: rgba(255,255,255,0.9);
	background: #fff \9;
	left:132px;
	right:132px;
	bottom: 0;
	min-height: 125px;
}
.channel-focus .info h2{
	padding-bottom: 13px;
	text-align: center;
}
.channel-focus .info h3{
	padding-top: 2px;
	text-align: center;
	font-size: 24px;
	line-height: 1.3;
	margin:0 20px 15px;
	word-break:break-all;
}

.channel-name{
	display: inline-block;
	position: relative;
	background: #e33624;
	width: 150px;
	padding:15px 0;
	color: #fff;
	font-size: 16px;
	text-align: center;
}
a.channel-name:hover{
	color: #fff;
}



.xyzp-pic li{
	overflow: hidden;
}
 
.xyzp-pic li img{  
	cursor: pointer;  
	transition: all 0.6s;  
}  
.xyzp-pic li img:hover{  
	transform: scale(1.03);  
}  


/* 动画 */
.article-box img,
.channel-focus .hover img,
.recommend .left .box a img,
.celebrity .bg img,
.room .swiper-slide img,
.feature dl img{
	-webkit-transition:transform 400ms;
       -moz-transition:transform 400ms;
         -o-transition:transform 400ms;
    	    transition:transform 400ms;
}

.article-box:hover img,
.channel-focus:hover .hover img,
.recommend .left .box a:hover img,
.celebrity .bg:hover img,
.room .swiper-slide:hover img,
.feature dl:hover img{
	-webkit-transform:scale(1.03,1.03);
	   -moz-transform:scale(1.03,1.03);
	     -o-transform:scale(1.03,1.03);
		    transform:scale(1.03,1.03);
}


