@charset "utf-8";
/* CSS Document */

.beauty_nav {
	width:100%;
	background:#EF758E;
	position:relative;
	z-index:9;
}

.beauty_menu {
	position:relative;
	z-index:19;
}

.beauty_menu .m {
	float:left;
	position:relative;
	z-index:1;
	margin-right:25px;
}

.beauty_menu li:last-child {
	margin-right:0;
}	

.beauty_menu h3 {
	line-height:50px;
	font-size:18px;
	float:left;
	font-weight:normal;
	position:relative;
	z-index:19;
}

.beauty_menu h3 a {
	display:block;
	color:#fff;
	padding:0 25px;
}

.beauty_menu h3 i {
	display:block;
	position: absolute;
    top: 50%;  
    right: 5px;  
    width: 5px;  
    height: 5px;  
    border-style: solid;  
    border-width: 2px 2px 0 0;  
    border-color: #fff;  
    -webkit-transform-origin: 75% 25%;  
    -webkit-transform: rotateZ(135deg);  
    -webkit-transition: 100ms ease-in .1s;  
    transition: 100ms ease-in .1s;
}	


.beauty_menu h3 a:hover {
	color:#fff!important;
}

.beauty_menu .sub {
	display:none;
	position:absolute;
	left:-50%;
	margin-left:10px;
	top:50px;
	z-index:19;
	width:160px;
	border:1px solid #E6E4E3;
	border-top:0;
	background-color:rgba(255,255,255,.95);
}
	
.beauty_menu .sub li {
	text-align:center;
	padding:0 10px;
	font-size:15px;
}	

.beauty_menu .sub li a {
	display:block;
	padding:8px 0;
	height:28px;
	line-height:28px;
}

.beauty_menu .sub li:last-child a {
	border-bottom:none;
}

.beauty_menu li.curt {
	position:relative;
	z-index:1;
	background:#e13b5d;
}

.beauty_menu li.curt i {
	border-color:#fff;
}

.beauty_menu li.curt a {
	position:relative;
	z-index:11;
	color:#fff;
}

.beauty_headline {
	border:1px solid #eee;
	height:50px;
	line-height:50px;
	margin-top:15px;
}

.beauty_headline_l {
	width:110px;
	height:30px;
	line-height:30px;
	font-size:14px;
	color:#FFF;
	background:#222;
	float:left;
	margin-top:10px;
	text-align:center;
	position:relative;
	z-index:1;
}

.beauty_headline_l:before {
	content:"";
	position:absolute;
	right:-12px;
	top:0;
	width:0; 
    height:0; 
    border-top:15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 12px solid #222;
}

.beauty_headline .sbd {
    overflow: hidden;
    width: -webkit-calc(100% - 160px);
    width: -moz-calc(100% - 160px);
    width: calc(100% - 160px);
    float: left;
	font-size:14px;
	margin-left:40px;
}

.beauty_headline ul {
	overflow:hidden;
	zoom:1;
}

.beauty_headline ul li {
	margin-right:40px;
	float:left;
	width:-webkit-calc(50% - 40px); 
	width:-moz-calc(50% - 40px); 
	width:calc(50% - 40px);
	overflow: hidden; 
    text-overflow: ellipsis;
    white-space: nowrap;
	position:relative;
	z-index:1;
	padding-left:20px;
}

.beauty_headline ul li:before {
	content:"";
	position:absolute;
	left:0;
	top:50%;
	width:6px;
	height:6px;
	background:#EF758E;
	margin-top:-3px;
	border-radius:50%;
}

.beauty_one {
	margin-top:20px;
	margin-bottom:20px;
}

.beauty_slide {
	width: 770px;
	position: relative;
	overflow: hidden;
	float:left;
	z-index:1;
}	
.beauty_slide .e_pic_wrap {
	width: 770px;
	height: 440px;
}	
.beauty_slide .e_pic_wrap li {
	position:relative;
	display: inline;
	width: 770px;
	height: 440px;
	overflow: hidden;
}
.beauty_slide .e_pic_wrap li img {
	position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
	height:100%;
	width:100%;
}	
.beauty_slide .e_bg_txt {
	position: absolute;
	left: 35px;
	bottom: 30px;
	width: 660px;
	height: 100px;
	z-index: 10;
	background-color:rgba(255,255,255,.72);
	padding:15px 20px;
}	
.beauty_slide .e_bg_txt h2 {
	font-size:24px;
	line-height:30px;
	margin-bottom:10px;
}	
.beauty_slide .e_bg_txt h2 a {
	color:#111;
}
.beauty_slide .e_bg_txt h2 a:hover {
	color:#E13B5D;
}
.beauty_slide .e_info {
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	font-size:14px;
	color:#333;
}	

.beauty_slide .l_view {
	background:#EF758E;
	color: #fff;
	width: 50px;
	height: 22px;
	line-height: 22px;
	padding: 0 2px;
	display: inline-block;
	text-align:center;
	position:relative;
	z-index:1;
}	

.beauty_slide .l_view:before {
    content: "";
    position: absolute;
    right: -9px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-left: 9px solid #EF758E;
}

.beauty_slide .hd {
	width:100%;
	position: absolute;
	bottom: 10px;
	text-align: center;
	z-index:1;
}	
.beauty_slide .hd li{
	display:inline-block;
	margin: 0 2px;
	background:#444;
	height: 5px;
	overflow: hidden;
	width: 20px;
	cursor: pointer;
}	
.beauty_slide .hd .on {
	background:#E13B5D;
}
	
.beauty_slide .prev, .beauty_slide .next {
	width: 40px;
	height: 60px;
	display: none;
	background:url(../images/ad_ctr.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	margin-top:-30px;
	z-index: 10;
	cursor: pointer;
	text-indent: -9999px;
	filter:alpha(opacity=30);
	opacity:0.3;
}	
.beauty_slide .prev { left: 0; }	
.beauty_slide .next {
	background-position: 0 -60px;
	right: 0;
}	
.beauty_slide .prev:hover, .beauty_slide .next:hover {
	filter:alpha(opacity=50) !important;
	opacity:0.7!important;
}

.beauty_hot {
	width:400px;
	float:right;
}	

.beauty_hot h4 {
	height:30px;
	margin-bottom:12px;
}

.beauty_hot h4 b {
	display:block;
	float:left;
	color:#EF758E;
	font-size:24px;
	line-height:30px;
}

.beauty_hot h4 i {
	display:block;
	float:left;
	font-size:14px;
	text-transform:uppercase;
	margin-left:20px;
	color:#666;
	padding-top:10px;
}

.beauty_hot .one {
	border-top:1px dotted #EF758E;
	border-bottom:1px dotted #EF758E;
	padding:10px 0 15px 0;
}

.beauty_hot .one b {
	display:block;
	font-weight:normal;
	font-size:22px;
	text-align:center;
	height:40px;
	line-height:40px;
	overflow:hidden;
	margin-bottom:3px;
}

.beauty_hot .one p {
	font-size:13px;
	height:48px;
	line-height:24px;
	color:#777;
	overflow: hidden; 
    text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:2; 
	-webkit-box-orient:vertical;
}

.beauty_hot .two {
	padding-top:10px;
}

.beauty_hot .two:last-child {
	padding-top:0px;
}

.beauty_hot .two li {
	width:-webkit-calc(50% - 20px); 
	width:-moz-calc(50% - 20px); 
	width:calc(50% - 20px);
	float:left;
	height:32px;
	line-height:32px;
	overflow:hidden;
	font-size:14px;
	position:relative;
	z-index:1;
	padding-left:15px;
}


.beauty_hot .two li:before {
	content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 6px;
    height: 6px;
    background: #EF758E;
    margin-top: -3px;
    border-radius: 50%;
}

.beauty_hot .two li:first-child {
	font-size:18px;
	text-align:center;
	width:100%;
	padding-left:0;
	height:40px;
	line-height:40px;
}

.beauty_hot .two li:first-child:before {
	background:none;
}

.beauty_hot .two li:first-child a {
	color:#EF758E;
}

.beauty_hot .two li:first-child a:hover {
	color:#E13B5D;
}

.beauty_hot .two li:nth-child(2n+1) {
	float:right;
}

.beauty_title {
	background:url(../images/line.png) repeat-x center;
	height:50px;
}

.beauty_title .tit_name {
	float:left;
	margin-left:20px;
	background:#FFF;
	padding:0 20px;
}

.beauty_title .tit_name b {
	font-size:28px;
	color:#E13B5D;
	line-height:45px;
	display:block;
	float:left;
	font-weight:normal;
}

.beauty_title .tit_name i {
	display:block;
	float:left;
	background:#EF758E;
	color:#FFF;
	height:32px;
	line-height:32px;
	font-size:16px;
	float:left;
	margin-top:9px;
	padding:0 10px;
	text-transform: uppercase;
	margin-left:15px;
}

.beauty_title .tit_more {
	float:right;
	margin-right:20px;
	padding:0 5px;
	background:#FFF;
}

.beauty_title .tit_more_c {
	position:relative;
	height: 32px;
    line-height: 32px;
    font-size: 15px;
	margin-top:8px;
	/*background:#EF758E;
	padding:0 20px;*/
	font-size:16px;
}

/*.beauty_title .tit_more_c:before, .beauty_title .tit_more_c:after {
	content: "";
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}

.beauty_title .tit_more_c:before {
	left:-12px;
    border-right: 12px solid #EF758E;
}

.beauty_title .tit_more_c:after {
	right: -12px;
    border-left: 12px solid #EF758E;
}*/

.beauty_title .tit_more_c a {
	display:inline-block;
	color:#EF758E;
	padding:0 20px;
	position:relative;
	z-index:1;
}

.beauty_title .tit_more_c a:before {
	content:"/";
	font-size:18px;
	font-weight:100;
	position:absolute;
	right:-4px;
	top:0;
	color:#ddd;
}

.beauty_title .tit_more_c a:last-child:before {
	content:"";
}


.beauty_two {
	margin-bottom:30px;
}

.beauty_two_l {
	width:800px;
	float:left;
}

.beauty_two_tp {
	background:#f5f5f5;
	margin-bottom:20px;
}

.beauty_two_tp:last-child {
	margin-bottom:0;
}

.beauty_two_pic {
	width:410px;
	height:240px;
	float:left;
	overflow:hidden;
	position:relative;
	z-index:1;
}

.beauty_two_pic img {
	position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
	height:100%;
	width:100%;
	z-index:5;
}

.beauty_two_pic .cot {
	position:absolute;
	z-index:11;
	background-color:rgba(0,0,0,.4);
	width:370px;
	height:40px;
	line-height:40px;
	font-size:16px;
	color:#fff;
	box-sizing:border-box;
	padding:0 10px 0 15px;
	overflow:hidden;
	left:20px;
	bottom:15px;
	font-weight:normal;
}

.beauty_two_txt {
	width:-webkit-calc(100% - 460px); 
	width:-moz-calc(100% - 460px); 
	width:calc(100% - 460px);
	float:right;
	margin:0 25px;
}

.beauty_two_top {
	border-bottom:1px dotted #999;
	padding:13px 0 12px 0;
}

.beauty_two_top b {
	display:block;
	font-size:18px;
	overflow: hidden; 
    text-overflow: ellipsis;
    white-space: nowrap;
	height:40px;
	line-height:40px;
}

.beauty_two_top p {
	font-size:13px;
	overflow: hidden; 
    text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:2; 
	-webkit-box-orient:vertical;
	line-height:24px;
	height:48px;
}

.beauty_two_list {
	margin-top:10px;
}

.beauty_two_list li {
	height:35px;
	line-height:35px;
	font-size:15px;
	overflow: hidden; 
    text-overflow: ellipsis;
    white-space: nowrap;
	position:relative;
	z-index:1;
	padding-left:15px;
}

.beauty_two_list li:before {
	content:"";
	width:4px;
	height:4px;
	background:#333;
	position:absolute;
	left:0;
	top:50%;
	margin-top:-2px;
}

.beauty_two_tp:nth-child(2n) .beauty_two_pic {
	float:right;
}

.beauty_two_tp:nth-child(2n) .beauty_two_txt {
	float:left;
}

.beauty_two_r {
	width:380px;
	float:right;
}

.beauty_two_new {
	
}

.beauty_two_new li {
	border-bottom:1px dotted #999;
	padding:17px 0;
	width:100%;
	float:left;
}

.beauty_two_new li:first-child {
	padding-top:0;
}

.beauty_two_new li .pic {
    width: 145px;
    height: 94px;
    float: left;
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin-right: 15px;
}

.beauty_two_new li .pic img {
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    height: 100%;
    width: 100%;
}

.beauty_two_new li .txt {
}

.beauty_two_new li b {
    display: block;
    font-size: 16px;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.beauty_two_new li p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 12px;
    line-height: 22px;
    height: 44px;
    margin-top: 5px;
    color: #999;
}

.beauty_pingc {
	margin-bottom:25px;
}

.beauty_pc_l {
    width: 860px;
    float: left;
	margin-top:15px;
}

.beauty_pc_one {
	width:360px;
	float:left;
}

.beauty_pc_pic {
	margin-bottom:10px;
}

.beauty_pc_pic span {
	display:block;
	width:100%;
	height:240px;
	overflow:hidden;
	position:relative;
	z-index:1;
	margin-bottom:7px;
}

.beauty_pc_pic span img {
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    height: 100%;
    width:100%;
    z-index: 5;
}

.beauty_pc_pic b {
	display: block;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 40px;
    line-height: 40px;
}

.beauty_pc_pic p {
	font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 24px;
    height: 48px;
	color:#888;
}

.beauty_pc_all {
	border-top: 1px dotted #EF758E;
    border-bottom: 1px dotted #EF758E;
	padding:9px 0;
	height:95px;
	overflow:hidden;
}

.beauty_pc_all li {
    width: -webkit-calc(50% - 20px);
    width: -moz-calc(50% - 20px);
    width: calc(50% - 20px);
    float: left;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    font-size: 14px;
    position: relative;
    z-index: 1;
    padding-left: 15px;
}

.beauty_pc_all li:nth-child(2n) {
	float:right;
}

.beauty_pc_all li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 6px;
    height: 6px;
    background: #EF758E;
    margin-top: -3px;
    border-radius: 50%;
}

.beauty_pc_new {
	width:-webkit-calc(100% - 380px); 
	width:-moz-calc(100% - 380px); 
	width:calc(100% - 380px);
	float:right;
}

.beauty_pc_new li {
	padding-bottom:15px;
	width:100%;
	float:left;
}

.beauty_pc_new li .time {
	width:70px;
	float:left;
}

.beauty_pc_new li .time b,.beauty_pc_new li .time i {
	display:block;
	text-align:center;
	background:#f2f2f2;
	color:#777;
}

.beauty_pc_new li .time b {
	height:46px;
	font-size:26px;
	line-height:46px;
	margin-bottom:3px;
}

.beauty_pc_new li .time i {
	font-size:13px;
	height:30px;
	line-height:30px;
}

.beauty_pc_new li .txt {
	width:-webkit-calc(100% - 85px); 
	width:-moz-calc(100% - 85px); 
	width:calc(100% - 85px);
	float:right;
}

.beauty_pc_new li .txt b {
    display: block;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 22px;
    line-height: 22px;
	margin-bottom:10px;
}

.beauty_pc_new li .txt p {
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 24px;
    height: 48px;
	color:#888;
}

.beauty_pc_r {
	width:320px;
	float:right;
	margin-top:15px;
}

.beauty_pc_list {
	margin-top:-12px;
}

.beauty_pc_list li {
	border-bottom: 1px dotted #999;
	height: 46px;
    line-height: 46px;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    z-index: 1;
    padding-left: 20px;
}

.beauty_pc_list li:before {
	content: "";
    display:inline-block;
    width: 0;
    height: 0;
    border-top: 9px solid #EF758E;
    border-left: 9px solid transparent;
	position:absolute;
	left:0;
	top:18px;
	z-index:5;
}

.beauty_pc_img {
	width:100%;
	float:left;
	margin-top:10px;
}

.beauty_pc_img li {
	width:-webkit-calc(25% - 15px); 
	width:-moz-calc(25% - 15px); 
	width:calc(25% - 15px);
	float:left;
	margin-right:20px;
}

.beauty_pc_img li:nth-child(4n) {
	float:right;
	margin-right:0;
}

.beauty_pc_img li span {
	display: block;
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin-bottom: 10px;
}

.beauty_pc_img li span img {
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    height: 100%;
    width: 100%;
    z-index: 5;
}

.beauty_pc_img li b {
    font-size: 15px;
    overflow: hidden; 
    text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:2; 
	-webkit-box-orient:vertical;
    line-height: 25px;
	max-height:50px;
	font-weight:normal;
}

.beauty_xs {
	margin-bottom:20px;
}

.perfume_pic {
	margin-top:15px;
}

.perfume_pic li {
    width: -webkit-calc(33% - 15px);
    width: -moz-calc(33% - 15px);
    width: calc(33% - 15px);
    float: left;
    margin-right: 28px;
}

.perfume_pic li:nth-child(3n) {
	float:right;
	margin-right:0;
}

.perfume_pic li .imgs {
	position:relative;
	height:260px;
	overflow:hidden;
	width:100%;
	z-index:1;
}

.perfume_pic li .imgs img {
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    height: 100%;
    width:100%;
    z-index: 5;
}

.perfume_pic li .imgs p {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5;
    background: linear-gradient(to top, rgb(0, 0, 0), transparent);
    width: 100%;
    height: 70px;
    color: #FFF;
    box-sizing: border-box;
    padding: 30px 15px 0px 15px;
}

.perfume_pic li .imgs p b {
    display: block;
    color: #FFF;
    font-size: 16px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	font-weight:normal;
}

.perfume_pic li .lis {
	margin-top:10px;
}

.perfume_pic li .lis p {
	height: 35px;
    line-height: 35px;
    overflow: hidden;
}

.perfume_pic li .lis p b {
	display: block;
    font-weight: normal;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: -webkit-calc(100% - 70px);
    width: -moz-calc(100% - 70px);
    width: calc(100% - 70px);
    float: left;
    padding-left: 15px;
    position: relative;
    z-index: 1;
}

.perfume_pic li .lis p i {
	display: block;
    font-size: 12px;
    color: #999;
    float: right;
}

.perfume_pic li .lis p b:before {
    content: "";
    width: 4px;
    height: 4px;
    background: #333;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
}

.beauty_cz {
	margin-bottom:20px;
}

.makeup_l {
	width:360px;
	float:left;
	margin-top:10px;
}

.makeup_c {
	width:480px;
	float:left;
	margin-left:20px;
	margin-top:10px;
}

.makeup_r {
	width:320px;
	float:right;
	margin-top:10px;
}

.makeup_lu {}

.makeup_lu li {
	margin-bottom: 20px;
}

.makeup_lu li span {
    display: block;
    width: 100%;
    height: 214px;
    overflow: hidden;
    position: relative;
    z-index: 1;
	margin-bottom:5px;
}

.makeup_lu li span img {
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    height: 100%;
    width: 100%;
    z-index: 5;
}

.makeup_lu li b {
    display: block;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 40px;
    line-height: 40px;
}

.makeup_lu li p {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 24px;
    height: 48px;
    color: #888;
}

.makeup_all {
	
}

.makeup_cleft {
	width:200px;
	float:left;
}

.makeup_cleft li {
	height:146px;
	position:relative;
	z-index:1;
	overflow:hidden;
	margin-bottom:15px;
}

.makeup_cleft li img {
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    height: 100%;
    width:100%;
    z-index: 5;
}

.makeup_cleft li p {
    position: absolute;
    z-index: 5;
    left: 0;
    bottom: 0;
    z-index: 5;
    background: linear-gradient(to top, rgb(0, 0, 0), transparent);
    width: 100%;
    height: 70px;
    color: #FFF;
    box-sizing: border-box;
    padding: 30px 15px 0px 15px;
}

.makeup_cleft li p b {
    display: block;
    color: #FFF;
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
}

.makeup_cright {
	width: -webkit-calc(100% - 220px);
    width: -moz-calc(100% - 220px);
    width: calc(100% - 220px);
    float: right;
	margin-top:-8px;
}

.makeup_cright li {
	height: 35px;
    line-height: 35px;
    overflow: hidden;
}

.makeup_cright li b {
    display: block;
    font-weight: normal;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /*width: -webkit-calc(100% - 70px);
    width: -moz-calc(100% - 70px);
    width: calc(100% - 70px);
    float: left;*/
    padding-left: 15px;
    position: relative;
    z-index: 1;
}

.makeup_cright li b:before {
    content: "";
    width: 4px;
    height: 4px;
    background: #333;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
}

.makeup_cright li i {
    display: block;
    font-size: 12px;
    color: #999;
    float: right;
}

.makeup_cright li:nth-child(7n+1) b {
    font-size: 16px;
    padding-left: 0;
    height: 40px;
    line-height: 40px;
}

.makeup_cright li:nth-child(7n+1) b a {
	color: #EF758E;
}

.makeup_cright li:nth-child(7n+1) b a:hover {
	color: #E13B5D;
}

.makeup_cright li:nth-child(7n+1) b:before {
    background: none;
}

.makeup_rlist {
	margin-bottom:10px;
}

.makeup_rlist li {
	margin-bottom:15px;
	width:100%;
	float:left;
}

.makeup_rlist li h6 {
	font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 24px;
    line-height: 24px;
	width:100%;
	float:left;
	margin-bottom:8px;
}

.makeup_rlist li span {
	display: block;
    width: 120px;
    height: 82px;
    overflow: hidden;
    position: relative;
    z-index: 1;
	float:left;
}

.makeup_rlist li span img {
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    height: 100%;
    width:100%;
    z-index: 5;
}

.makeup_rlist li p {
	float:right;
	width:190px;
	font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 24px;
    height: 72px;
    color: #888;
}

.beauty_zx {
	margin-bottom:20px;
}

.plastic {
	width:-webkit-calc(50% - 15px); 
	width:-moz-calc(50% - 15px); 
	width:calc(50% - 15px);
	float:left;
	margin-bottom:10px;
}

.plastic:nth-child(2n) {
	float:right;
}

.plas_top {
	/*background:#f5f5f5;*/
	border-top: 1px dotted #EF758E;
    border-bottom: 1px dotted #EF758E;
    padding: 15px 0;
}

.plas_top .pic {
    width: 150px;
    height: 100px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    float: left;
}

.plas_top .pic img {
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    height: 100%;
    width: 100%;
    z-index: 5;
}

.plas_top .txt {
	width: -webkit-calc(100% - 165px);
    width: -moz-calc(100% - 165px);
    width: calc(100% - 165px);
    float: right;
}

.plas_top .txt b {
	display: block;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 40px;
    line-height: 40px;
}

.plas_top .txt p {
	font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 24px;
    height: 48px;
    color: #888;
}

.plas_ano {
	margin-top:10px;
	height:215px;
	overflow:hidden;
}

.plas_ano li {
	width:100%;
	float:left;
	height:36px;
	line-height:36px;
}

.plas_ano li b {
    display: block;
    font-weight: normal;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: -webkit-calc(100% - 70px);
    width: -moz-calc(100% - 70px);
    width: calc(100% - 70px);
    float: left;
    padding-left: 15px;
    position: relative;
    z-index: 1;
}

.plas_ano li b:before {
    content: "";
    width: 4px;
    height: 4px;
    background: #333;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
}

.plas_ano li i {
    display: block;
    font-size: 12px;
    color: #999;
    float: right;
}


.beauty_ztit {
    height: 36px;
    line-height: 36px;
    margin-bottom: 10px;
}

.beauty_ztit b {
    display: block;
    float: left;
    font-weight: normal;
    font-size: 20px;
    position: relative;
    z-index: 1;
    padding-left: 15px;
	color:#222;
}

.beauty_ztit b:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 4px;
    height: 18px;
    margin-top: -8px;
    background: #EF758E;
}

.beauty_ztit .more {
    display: block;
    float: right;
    font-size: 14px;
    color: #999;
	background:url(../images/more.png) no-repeat right center;
	padding-right:25px;
}

.beauty_ztit .more:hover {
	color: #EF758E;
	background:url(../images/more2.png) no-repeat right center;
}
