﻿@charset "UTF-8";
* {
	font-family: "Microsoft YaHei";
}

body {
	color: #333;
	font-size: 16px;
	font-weight: 300;
	background: #fff;
}

ul,
ol,
li {
	list-style-type: none;
}

a:link,
a:active,
a:visited {
	text-decoration: none;
}

a {
	-webkit-transition: color 0.3s, box-shadow 0.3s;
	-moz-transition: color 0.3s, box-shadow 0.3s;
	transition: color 0.3s, box-shadow 0.3s;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

/* 自定义滚动条 */

::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}

::-webkit-scrollbar-button:vertical {
	display: none;
}

::-webkit-scrollbar-corner,
::-webkit-scrollbar-track {
	border-radius: 5px;
	background-color: #e2e2e2;
}

::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background-color: rgba(0, 0, 0, .3);
}

::-webkit-scrollbar-thumb:vertical:hover {
	background-color: rgba(0, 0, 0, .35);
}

::-webkit-scrollbar-thumb:vertical:active {
	background-color: rgba(0, 0, 0, .38);
}

/*当检测到浏览器低于ie9时触发*/

.full-coverage {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: #fff;
	z-index: 999999999999999;
}

.full-coverage .Small-background-block {
	width: 440px;
	height: 240px;
	padding: 30px;
	background: #f2f2f2;
	box-shadow: 0 15px 15px 2px #ccc;
	line-height: 1.7em;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -250px;
	margin-top: -200px;
	color: #677887;
}

.full-coverage .Small-background-block .annotation {
	font-size: 24px;
	font-weight: 200;
	color: #283038;
	line-height: 1.7em;
}

.full-coverage .Small-background-block .proposal {
	font-size: 16px;
	margin-bottom: 9px;
}

.software {
	margin: 0 20px 0 20px;
}

.texts {
	position: absolute;
}

.nav {
    box-shadow: 0px 2px 5px #888888;
	width: 100%;
	height: 90px;
	background-color: #fff;
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	background-image: -webkit-linear-gradient(150deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .4), rgba(255, 255, 255, .1), rgba(255, 255, 255, .4), rgba(255, 255, 255, .1), rgba(255, 255, 255, .4), rgba(255, 255, 255, .1));
	background-image: linear-gradient(150deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .4), rgba(255, 255, 255, .1), rgba(255, 255, 255, .4), rgba(255, 255, 255, .1), rgba(255, 255, 255, .4), rgba(255, 255, 255, .1));
}


.menuon
{
    display:none !important;
}
 .menu_on
    {
        display:block !important;
  
    }
    	.menu_on .row [class*="col"] {
		float: none;
		display: block;
		width: 100%;
		margin-left: 0;
		margin-top: 1px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box
	}
	.menu_on .row:first-child [class*="col"]:first-child {
		margin-top: 0
	}
	.menu_on .row {
		margin-top: 0
	}
    .megamenu>li>.menu_on {
		position: static;
		margin-top: 50px
	}
    .megamenu>li .menu_on .namenu
    {
        width: 100% !important;
    }
    .megamenu>li .menu_on .namenu a,.megamenu>li .menu_on .namenu a:hover
    {
        padding: 15px 25px;
        background-color: rgba(0, 0, 0, 0.1);
        display: table;
    }
    .megamenu>li .menu_on .col-md-3 {
		display: block;
		width: 100%;
		border-bottom: solid 1px rgba(0, 0, 0, 0.1);
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
        
	}

.megamenu>li .menu_on:hover,
	.megamenu>li.active {
		border-top: 0
	}
	.megamenu>li .menu_on>a {
		padding: 15px 25px
	}
	.megamenu>li .menu_on:hover>a,
	.megamenu>li .menu_on.active>a {
		padding: 15px 25px
	}


.row {
	margin-right: 0;
	margin-left: 0;
}

.megamenu {
	margin: 0 0 0 0;
}

.logo {
	height: 69px;
	padding: 10px 120px 0 0;
	float: left;
}

.megamenu h4 {
	margin-top: 0;
}

.megamenu .adress label {
	float: left;
	width: 100%;
	margin-bottom: 2px;
}

.megamenu {
	width: 1200px;
	height: 90px;
	margin: 0 auto;
	position: relative;
	font-size: 15px;
}

.megamenu li {
	float: left;
	display: inline;
	padding-top: 5px;
}

/*.dropdown li{
	padding: 0 !important;
}*/

.megamenu>li>a {
	float: left;
	padding: 20px 30px 20px 30px;
	color: #555;
	font-weight: 200;
	font-size: 16px;
	text-decoration: none;
	text-transform: uppercase;
	transition: color .4s ease-in-out;
	-moz-transition: color .4s ease-in-out;
	-webkit-transition: color .4s ease-in-out;
	-o-transition: color .4s ease-in-out
}

/* 产品 */

.product-nav {
	text-align: center;
}

.product-navs {
	text-align: left;
}

.product-nav h5,
.product-navs h5 {
	font-weight: bold;
	padding-bottom: 15px;
}

.product-nav li,
.product-navs li {
	float: none !important;
	display: block;
	line-height: 28px;
}

.product-nav li a,
.product-navs li a {
	color: #333 !important;
}

#showtext {
	width: 220px;
	height: 55px;
	text-align: center;
	border-radius: 5px;
	background: #fea1b2;
	margin: 100px auto;
	line-height: 50px;
	border: 0;
	display: block;
	color: #fff;
	cursor: pointer;
}

.none {
	visibility: hidden;
	position: absolute;
	top: 0;
}

/* 完 */

.megamenu>li.right {
	float: right;
}

.megamenu>li>.megapanel {
    box-shadow: 0px 2px 6px #000 inset;
    /*border:solid #fea1b2 1px;*/
	position: absolute;
	display: none;
	background: #fff;
	width: 100.2%;
	top: 90px;
	padding: 20px;
	left: -1px;
	z-index: 99999;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}



.megamenu .megapanel ul {
	margin: 0;
	padding: 0
}

.megamenu>li.showhide {
	display: none;
	width: 100%;
	height: 50px;
	cursor: pointer;
	color: #555;
	border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}

.megamenu>li.showhide span.title {
	margin: 15px 0 0 25px;
	float: left
}

.megamenu>li.showhide span.icon1:after {
	position: absolute;
	content: "";
	right: 25px;
	top: 23px;
	height: 3px;
	width: 25px;
	font-size: 50px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	z-index: 1;
	-webkit-box-sizing: initial;
	box-sizing: initial;
}

.megamenu>li.showhide span.icon2:after {
	position: absolute;
	content: "";
	right: 25px;
	top: 28px;
	height: 3px;
	width: 25px;
	font-size: 50px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	z-index: 1;
	-webkit-box-sizing: initial;
	box-sizing: initial;
}

.skyblue,
.skyblue>li.showhide {
	width: 1200px;
	margin: 0 auto;
}

.skyblue li>a,
.skyblue>li.showhide span {
	color: #666;
	text-align: center;
}

.skyblue>li:hover>a,
.skyblue>li.active>a {
	color: #ff2a2b;
	border-bottom: solid 1px;
	text-align: center;
}

.skyblue li div a:hover {
	text-decoration: underline;
}

/* 搜索 */

.search {
	float: right;
	margin-top: 8px;
	border-bottom: 1px solid #fff;
}

.search input[type="search"] {
	border: none;
	outline: none;
	padding: 5px 0px 5px 10px;
	font-size: 14px;
	color: #f5f5f5;
	background: none;
}

.search form input[type="submit"] {
	background: url(../images/search.png) no-repeat 8px 9px;
	width: 31px;
	height: 33px;
	border: none;
	margin: 0 0 0 -4px;
	padding: 0;
}

@media(max-width:1200px) {
	.skyblue,
	.skyblue>li.showhide {
		width: 100%;
	}
}

@media(max-width:768px) {
	.nav {
		height: auto;
		background-image: none;
		background-color: #fff;
	}
	#done {
		display: none !important;
	}
	.logo {
		position: absolute;
		z-index: 10;
		top: 8%;
		left: 20px;
		height: 84%;
		padding: 0;
	}
	.skyblue,
	.skyblue>li.showhide {
		height: 60px;
	}
	.skyblue>li:hover>a,
	.skyblue>li.active>a {
		border: 0;
	}
	.megamenu>li {
		display: block;
		width: 100%;
		border-bottom: solid 1px rgba(0, 0, 0, 0.1);
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box
	}

	.skyblue,
	.skyblue>li.showhide {
		width: 100%;
	}
	.megamenu>li:hover,
	.megamenu>li.active {
		border-top: 0
	}
	.megamenu>li>a {
		padding: 15px 25px
	}
	.megamenu>li:hover>a,
	.megamenu>li.active>a {
		padding: 15px 25px
	}
	.megamenu a {
		width: 100%;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box
	}
	.megamenu .dropdown,
	.megamenu .dropdown li .dropdown {
		width: 100%;
		display: none;
		left: 0;
		border-left: 0;
		position: static;
		border: 0;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box
	}
	.megamenu .dropdown li {
		background: #fff !important;
		border: 0
	}
	.megamenu .dropdown>li>a {
		padding-left: 40px !important
	}
	.megamenu>li>.megapanel {
		position: static;
		margin-top: 50px
	}
	.cen div {
		text-align: center;
	}
	.megapanel .row [class*="col"] {
		float: none;
		display: block;
		width: 100%;
		margin-left: 0;
		margin-top: 15px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box
	}
	.megapanel .row:first-child [class*="col"]:first-child {
		margin-top: 0
	}
	.megapanel .row {
		margin-top: 0
	}

	.black {
		background: #222
	}
	.search {
		display: none;
	}
}

@media(max-width:993px) {
	.hot-sell {
		display: none;
	}
}

.namenu {
	width: 50%;
	margin: 0 auto;
}

.namenu a,
.namenu a:hover {
	color: #333;
}

/* banner */

.swiper-container {
	width: 100%;
	height: 100%;
	margin-top: 90px;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	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;
}

.swiper-slide img {
	width: 100%;
}

.swiper-pagination-bullet {
	width: 60px;
	height: 3px;
	border-radius: 0;
	background: #fff;
}

.swiper-pagination-bullet-active {
	background: #fea1b2;
}

/* 约会装 */

.hot-sell {
	width: 100%;
	margin-top: 122px;
	background-color: #e74246;
	background-image: linear-gradient(135deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .5), rgba(255, 255, 255, .1), rgba(255, 255, 255, .5), rgba(255, 255, 255, .1));
	background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .5), rgba(255, 255, 255, .1), rgba(255, 255, 255, .5), rgba(255, 255, 255, .1));
}

.bodr {
	position: relative;
}

.bodr .tit {
	position: absolute;
	left: 0;
	top: -72px;
	width: 100%;
	padding-left: 35px;
	font-size: 26px;
	line-height: 72px;
	color: #111;
}

.bodr .con {
	margin: 0 -15px;
	padding: 15% 15px;
}

.bodr .link {
	position: relative;
	display: block;
	height: 310px;
	overflow: hidden;
}

.bodr .more {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
	font-size: 18px;
	color: #fff;
	text-align: center;
	line-height: 310px;
	z-index: 2;
	background-color: rgba(0, 0, 0, 0.5);
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.bodr .link:hover .more {
	opacity: 1;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.bodr .img {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	-moz-transform: translate3d(-50%, -50%, 0);
	-o-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}

/* 基础底妆 */

.container {
	margin-top: 80px;
}

.makeup {
	margin-top: 0;
}

.makeup-hd {
	padding: 75px 0 50px;
	text-align: center;
	background-position: center;
	background-repeat: no-repeat;
}

.makeup-1 .makeup-hd {
	background-image: url('../images/makeup-1.png');
}

.makeup-2 .makeup-hd {
	background-image: url('../images/makeup-2.png');
}

.makeup-3 .makeup-hd {
	background-image: url('../images/makeup-3.png');
}

.makeup-4 .makeup-hd {
	background-image: url('../images/makeup-4.png');
}

.makeup-hd .cn {
	font-size: 62px;
	color: #fff;
	line-height: 1.5;
}

.makeup-hd .en {
	font-size: 55px;
	color: #f9dede;
	line-height: 1.5;
}

.makeup .tabs {
	margin-top: 0;
}

.tabs .tabs-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.tabs .tabs-list li {
	flex: 1;
	text-align: center;
}

.tabs .tabs-list li a {
	padding: 0;
	height: 75px;
	line-height: 75px;
	font-size: 18px;
}

.tabs .tabs-list li.active a {
	background-color: #fd6d71;
}

/* 视频 */

.vie {
	background-color: #f7c5c7;
}

.vie .vie-conter {
	padding: 50px 0;
	margin-top: 0;
}

.vie .vie-conter .video {
	display: block;
	margin: 0 auto;
	width: 90%;
	min-height: 400px;
}

/* 新闻 */

.news .cn {
	color: #333;
	font-size: 20px;
	text-align: center;
}

.news .en {
	text-align: center;
	color: #ff2a2b;
	font-size: 28px;
	margin-bottom: 5px;
}

.news .en:after,
.news .en:before {
	border: 1px dotted #ff2a2b;
	width: 120px;
	display: inline-block;
	vertical-align: middle;
	content: "";
	margin: 0 2%;
}

@media(max-width:768px) {
	.news .en:after,
	.news .en:before {
		width: 60px;
	}
	.swiper-container {
		margin-top: 60px;
	}
}

.news .item a {
	display: block;
	color: #333;
	line-height: 1.5;
}

.news .item a:hover {
	color: #f0595a;
}

.news .img-box {
	display: block;
	margin-bottom: 25px;
}

.news .img-box .img {
	width: 100%;
}

.news .item .tit {
	font-size: 20px;
}

.news .item .txt {
	clear: both;
	padding-bottom: 10px;
	padding-top: 5px;
	font-size: 15px;
}

.news .item .date {
	float: right;
	font-size: 18px;
}

.news .item .more {
	font-size: 18px;
	color: #ff2a2b;
}

@media(max-width:768px) {
	.new {
		margin-bottom: 20px;
	}
}

/* 底部 */

.footer {
	background: #333;
}

.section {
	padding: 6.5rem 1.25rem;
}

.emails {
	text-align: center;
	padding: 20px 0;
}

.footer h5 {
	display: inline-block;
	padding: 0 25px;
	line-height: 55px;
	margin: 0 auto;
	font-size: 2rem;
	text-align: center;
	background: #7f5a5b;
	color: #fff;
	text-transform: initial;
}

@media only screen and ( max-width:768px) {
	.footer h5 {
		width: 50%;
	}
}

@media only screen and ( max-width:750px) {
	.footer h5 {
		width: 80%;
	}
	.second {
		display: none;
	}
}

.section h6,
.section p a {
	text-align: center;
}

.section h6 {
	color: #5e595a;
	font-size: 18px;
	padding: 20px 0 10px 0;
}

.section p a {
	color: #fff;
	font-size: 2rem;
	display: block;
}

/* footer form */

.footer-form {
	margin-top: 10px;
}

.footer-form textarea {
	resize: vertical;
	height: 59px;
}

.footer .footer-form input,
.footer-form textarea,
.footer-form select {
	margin-bottom: 3em;
	color: #fff;
	font-size: 20px;
	background: none;
	border: 0px;
	border-bottom: 1px solid #666;
	padding: 15px;
	width: 100%;
	outline: none;
	transition: background 0.20s linear 0s;
	-o-transition: background 0.20s linear 0s;
	-ms-transition: background 0.20s linear 0s;
	-moz-transition: background 0.20s linear 0s;
	-webkit-transition: background 0.20s linear 0s;
}

.footer .footer-form input:hover,
.footer-form textarea:hover,
.footer-form select:hover,
.footer-form input:focus,
.footer-form textarea:focus,
.footer-form select:focus {
	border-bottom: solid 1px #fff;
}

.footer .footer-form .button {
	background: #442e2f;
	color: #5e595a;
	border: 0;
	margin: 0;
}

.footer .footer-form .button:hover {
	border: 0;
	background: #fea1b2;
	color: #fff;
	cursor: pointer;
}

/* placeholder */

.footer .footer-form ::-webkit-input-placeholder {
	/* Chrome */
	color: #5e595a;
}

.footer .footer-form :-ms-input-placeholder {
	/* IE 10+ */
	color: #5e595a;
}

.footer .footer-form ::-moz-placeholder {
	/* Firefox 19+ */
	color: #5e595a;
	opacity: 1;
}

.footer .footer-form :-moz-placeholder {
	/* Firefox 4 - 18 */
	color: #5e595a;
	opacity: 1;
}

.copyright {
	background: #181415;
	line-height: 30px;
	padding: 35px 0;
	text-align: center;
	color: #fff;
}

/* 悬浮物 */

.fixeds {
	position: fixed;
	bottom: 50px;
	right: 30px;
	z-index: 99;
	width: 190px;
	font-size: 20px;
	color: #000;
	text-align: center;
}

.fixeds a {
	color: #000;
}

.fixeds .bd {
	display: inline-block;
	padding: 0 15px;
	margin-bottom: 8px;
	line-height: 36px;
	border-radius: 18px;
	border: 3px solid #000;
	background-color: #fff;
    font-size: 16px;
}

.fixeds .kf-box {
	display: inline-block;
	/*width: 152px;
	padding-top: 88px;*/
    width: 152px;
	padding-top: 88px;
	background: url('../images/kf.png') no-repeat center top;
    
}

.fixeds .qr {
	margin-bottom: 8px;
	border-radius: 18px;
	border: 10px solid #000;
    width: 121px;
    height: 121px;
}

.fixeds .wb {
	background: url('../images/wb.png') no-repeat center ;
   
}

.fixeds .qq {
	background: url('../images/qq.png') no-repeat center;
}

.fixeds .wb,.fixeds .qq {
	width: 160px;
	height: 60px;
	background-color: #fff;
}

.fixeds .top {
	display: none;
	width: 160px;
	height: 70px;
	margin: 0 auto;
	border: 2px solid #000;
	border-radius: 30px;
	outline: none;
	color: white;
	cursor: pointer;
	background: #fff url('../images/aow.png') no-repeat center;
}

.fixeds .bd:hover, .fixeds .top:hover{
	background-color: #a6defd;
}

/* 产品页 */

#main {
	margin-top: 30px;
}

.bg-banner img {
	margin-top: 90px;
	width: 100%;
}

.breadcrumbs {
	overflow: hidden;
}

.breadcrumbs li strong {
	font-weight: 100 !important;
}

.breadcrumbs ul li {
	float: left;
	font-size: 14px;
}

.breadcrumbs ul li a {
	color: #666;
}

.breadcrumbs ul li a:hover {
	color: #fea1b2;
}

.breadcrumbs span {
	padding: 0 5px;
}

.hwe {
	text-align: center;
	margin-top: 130px;
}

.same-category {
	width: 238px;
	font-size: 14px;
	margin: 10px auto;
}

.hwe a {
	color: #333;
}

.hwe a:hover {
	color: #fea1b2;
	text-decoration: underline;
}

.alin img {
	margin: 0 auto;
	display: block;
}

.product-sec-lips {
	margin-top: 30px !important;
	border-right: 1px dotted #ccc;
}

.product-sec-lips:last-child {
	border-right: 0;
	/*指定父元素的最后一个*/
}

@media only screen and ( max-width:768px) {
	.hwe {
		margin: 0;
	}
	.alin img {
		width: 100%;
		margin: 20px auto;
	}
	.product-sec-lips {
		border: 0;
	}
	.bg-banner img {
		margin-top: 60px;
	}
}

/* 产品列表 */

.xxm {
	text-align: center;
}

@media only screen and ( max-width:768px) {
	.xxm {
		margin-bottom: 20px;
	}
}

.xxm p {
	margin: 10px 0 20px 0;
}

.xxm p a,
.xxm span {
	font-size: 14px;
	color: #111;
}

.xxm p a:hover {
	color: #fea1b2;
}

.displ {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.displ figcaption {
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
}

.displ img {
	opacity: 0.8;
	margin: 0 auto;
	display: block;
}

.displ figcaption h2,
.displ figcaption p,
.displ figcaption img {
	transition: all 0.35s;
	color: #333;
	opacity: 0;
	font-size: 14px;
}

.displ figcaption h2 {
	padding-top: 30%;
}

.displ figcaption {
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.displ:hover figcaption h2,
.displ:hover figcaption p,
.displ:hover figcaption img {
	opacity: 1;
}

.displ:hover img {
	opacity: 0.1;
}

.displ h2:after {
	top: 100%;
	content: " ";
	width: 20%;
	margin: 10px auto;
	display: block;
	border-bottom: .0625rem solid rgba(153, 153, 153, 0.5);
}

.examine {
	margin-top: 30px;
}

.examine a {
	padding: 10px;
	display: block;
	color: #fff;
	background: #fea1b2;
	transition: all 0.35s;
}

.examine a:hover {
	background: #111;
}

/* 分页 */

.paging {
	margin-top: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pagination>li>a,
.pagination>li>span {
	color: #333;
	padding: 6px 16px;
	font-size: 18px;
}

.pagination>li>a:hover,
.pagination>li>span:hover {
	color: #fff;
	background: #fea1b2;
}

.actives {
	color: #fff !important;
	background: #fea1b2 !important;
}

/* 详情页 */

.mgn {
	margin-top: 50px;
}

.preview {
	width: 80%;
	height: 400px;
	margin: 0 auto;
}

/* smallImg */

.smallImg {
	position: relative;
	height: 52px;
	margin-top: 1px;
	background-color: #F1F0F0;
	padding: 6px 5px;
	width: 390px;
	overflow: hidden;
	float: left;
}

.scrollbutton {
	width: 14px;
	height: 50px;
	overflow: hidden;
	position: relative;
	float: left;
	cursor: pointer;
}

/*.scrollbutton.smallImgUp , .scrollbutton.smallImgUp.disabled {
	background: url(images/d_08.png) no-repeat;
}

.scrollbutton.smallImgDown , .scrollbutton.smallImgDown.disabled {
	background: url(images/d_09.png) no-repeat;
	margin-left: 375px;
	margin-top: -50px;
}*/

#imageMenu {
	height: 50px;
	width: 360px;
	overflow: hidden;
	margin-left: 0;
	float: left;
}

#imageMenu li {
	height: 50px;
	width: 60px;
	overflow: hidden;
	float: left;
	text-align: center;
}

#imageMenu li img {
	width: 50px;
	height: 50px;
	cursor: pointer;
}

#imageMenu li#onlickImg img,
#imageMenu li:hover img {
	width: 44px;
	height: 44px;
	border: 3px solid #959595;
}

/* bigImg */

.bigImg {
	position: relative;
	float: left;
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
}

.bigImg #midimg {
	width: 100%;
}

.bigImg #winSelector {
	width: 235px;
	height: 210px;
}

#winSelector {
	position: absolute;
	cursor: crosshair;
	filter: alpha(opacity=15);
	-moz-opacity: 0.15;
	opacity: 0.15;
	background-color: #000;
	border: 1px solid #fff;
}

/* bigView */

#bigView {
	position: absolute;
	overflow: hidden;
	z-index: 999;
	left: 450px !important;
	box-shadow: -1px 1px 8px 3px #f2f2f2;
}

#bigView img {
	position: absolute;
}

.star-product {
	display: inline-block;
	height: 26px;
	color: #fff;
	line-height: 26px;
	padding: 0 5px;
	left: 0;
	top: 0;
	font-size: 12px;
	background: #111;
	margin-bottom: 10px;
}

.introduce h4 {
	margin-bottom: 8px;
}

.introduce p {
	font-size: 14px;
	line-height: 22px;
}

.introduce div span {
	margin: 20px 0 50px 0;
	color: #111;
	font-weight: bold;
	display: block;
}

.product-details-img h4 {
	text-align: center;
	margin-bottom: 10px;
}

.product-details-img h4:after {
	content: " ";
	width: 5%;
	height: 2px;
	margin: 10px auto;
	display: block;
	background: #111;
}

.product-details-img img {
	width: 100%;
}

@media only screen and ( max-width:768px) {
	.mgn {
		margin-top: 0;
	}
	.preview {
		width: 100%;
		height: 100%;
	}
	.product-details-img h4:after {
		width: 18%;
	}
}

/* 彩妆技巧 */

.leax {
	text-align: center;
	margin-top: 20px;
	line-height: 40px;
}

.leax p a {
	font-size: 14px;
	color: #333;
}

.leax p a:hover {
	color: #fea1b2;
}

.zhuangrong {
	width: 60%;
	margin: 100px auto;
}

.zhuangrong h4 {
	margin-bottom: 10px;
}

.zhuangrong p {
	font-size: 14px;
}

.zhuangrong a {
	color: #111;
	margin-top: 10px;
	display: block;
}

.zhuangrong a:hover {
	color: #fea1b2;
}

/* 妆容步骤 */

.chamm {
	float: right;
}

.chamm,
.chamm:hover,
.chamms,
.chamms:hover {
	color: #fff;
}

.chamm span,
.chamms span {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.chamm span {
	left: 95px !important;
}

.category {
	top: 30px !important;
}

.title {
	top: 60px !important;
}

.icoplay,
.icoplays {
	width: 58px;
	height: 41px;
	margin: 0 auto;
	background: url(../images/sprite-a.png);
}

.icoplay {
	top: 150px !important;
}

.icoplays {
	top: 80px !important;
}

.chamms>.category {
	top: 20px !important;
}

.chamms>.title {
	top: 40px !important;
}

@media only screen and ( max-width:768px) {
	.cimg {
		width: 100%;
	}
	.buzh {
		margin-top: 15px;
	}
	.chamm {
		float: none;
	}
	.chamm span {
		left: 0 !important
	}
}

@media only screen and ( max-width:640px) {
	.category {
		top: 20px !important;
	}
	.title {
		top: 40px !important;
	}
	.icoplay {
		top: 100px !important;
	}
	.chamm span {
		left: 0 !important
	}
}

/* 时尚妆容列表 */

.zzsc {
	margin: auto;
	position: relative;
}

.zzsc img {
	width: 100%;
}

.text {
	width: 100%;
	height: auto;
	background-color: #000;
	FILTER: alpha(opacity=60);
	opacity: 0.7;
	-moz-opacity: 0.7;
	position: absolute;
	left: 0px;
	bottom: 0px;
}

.imgtext {
	width: 100%;
	height: auto;
	float: left;
	padding: 10px;
	color: #fff;
	font-size: 14px;
	line-height: 200%;
	text-align: center;
}

.imgtext a {
	color: #fff;
}

.imgtext a:hover,
.zmae a:hover,
.zmaes a:hover {
	color: #fea1b2;
}

.zmae {
	width: 80%;
	margin: 100px auto;
	text-align: center;
}

.zmae h4:after,
.zmaes h4:after {
	content: " ";
	width: 20%;
	height: 2px;
	margin: 10px auto;
	display: block;
	background: #111;
}

.zmae a,
.zmaes a {
	color: #333;
}

.zmae p,
.zmaes p {
	font-size: 14px;
	line-height: 24px;
}

.haha {
	color: #111;
	font-weight: bold;
	text-align: center;
	display: block;
	padding-top: 10px;
}

.haha:hover {
	color: #fea1b2;
}

.zmaes {
	width: 40%;
	text-align: center;
	margin-top: 50px;
	float: left;
}

.dapei {
	margin-bottom: 30px;
}

@media only screen and ( max-width:768px) {
	.zmae {
		margin: 10px auto;
	}
	.zmaes {
		width: 100%;
	}
	.zzsc {
		width: 100% !important;
	}
	.amdax .col-md-4 {
		border-right: 0 !important;
		float: none !important;
	}
	.haha {
		font-size: 2rem;
	}
}

.amdax .col-md-4:last-child {
	border-right: 0 !important;
	/*指定父元素的最后一个*/
}

.row-lf img {
	width: 100%;
}

/* 时尚妆容详情 */

.tele h4 {
	color: #111;
	text-align: center;
}

.tele h4:after {
	content: " ";
	width: 12%;
	height: 2px;
	margin: 10px auto;
	display: block;
	background: #111;
}

.tel-bold {
	padding: 15px 0 15px 0;
	border-bottom: 1px dotted #ccc;
}

.tel-bold span {
	display: block;
	font-size: 24px;
	line-height: 30px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background-image: url(file:///C:/Users/asus/Desktop/%E6%82%A6%E6%A2%A6%E5%A7%BF/xiangmu/images/swiper-button-next.svg);
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background-image: url(file:///C:/Users/asus/Desktop/%E6%82%A6%E6%A2%A6%E5%A7%BF/xiangmu/images/swiper-button-prev.svg);
}

.jieshao img {
	margin: 0 auto;
}

.fg-img {
	float: right;
}

.hei {
	color: #333;
	font-size: 14px;
	left: 0;
	right: 0;
	bottom: -15px;
	position: absolute;
}

.hei:hover {
	color: #fea1b2;
}

.xiss h4 {
	margin: 20px auto;
}

.llla {
	margin-left: 8.4%;
}

.wulala {
	padding: 0;
	display: block;
	width: 823px;
	overflow: hidden;
	margin-left: 112px;
}

.wulala a {
	display: block;
}

.wulala img {
	width: 100%;
	display: block;
}

@media only screen and ( max-width:1024px) {
	.wulala {
		width: 87.4%;
		margin-left: -4px;
	}
}

@media only screen and ( max-width:768px) {
	.wulala {
		width: 100%;
		margin-left: 0;
		padding-right: 15px;
		padding-left: 15px;
	}
	.jieshao img {
		width: 50%;
	}
	.fg-img {
		float: none;
	}
	.xis {
		display: none;
	}
	.xiss {
		display: block !important;
	}
	.llla {
		margin-left: 0;
	}
}

/* 潮流资讯 */

.nwe-lies {
	width: 98%;
	margin: 0 auto;
	border-bottom: solid 1px #333;
	overflow: hidden;
	text-align: center;
}

.nwe-lies div {
	width: 50%;
	float: left;
}

.nwe-lies img {
	width: 80%;
	padding-bottom: 20px;
}

.xinpin {
	padding-top: 100px;
	line-height: 24px;
	text-align: center;
}

.xinpin h4 a {
	color: #111;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 8px;
	display: block;
}

.xinpin h4 a:hover {
	color: #fea1b2;
}

.xinpin span,
.xinpin p {
	font-size: 14px;
}

.xinpin p {
	font-weight: bold;
}

.topa {
	border-bottom: solid 1px #ccc;
}

.fgada {
	border-right: solid 1px #333;
}

.fgadas {
	border-left: solid 1px #333;
}

.nwe-liess img {
	width: 80%;
	padding-bottom: 20px;
	margin: 0 auto;
	display: block;
}

@media only screen and ( max-width:768px) {
	.xinpin {
		padding-top: 0;
	}
	.topa {
		margin-top: 20px;
	}
	.fgada {
		border: 0;
	}
	.fgadas {
		border: 0;
	}
}

.examines {
	padding: 50px 0;
	text-align: center;
}

.examines .more {
	display: inline-block;
	width: 146px;
	line-height: 55px;
	text-align: center;
	color: #fff;
	border-radius: 5px;
	background-color: #fd6d71;
	transition: background-color 0.2s;
}

.examines .more:hover {
	background-color: #eb5a5e;
	transition: background-color 0.2s;
}

/* 内容 */

.essay {
	text-align: center;
}
.essay h4{
	margin-bottom: 15px;
}
.essay span {
	font-size: 14px;
	margin-top: 5px;
	/*display: block;*/
}

.essay-top {
	margin-top: 100px;
	border-bottom: solid 1px #ccc;
}

.essay-top p {
	font-size: 14px;
	line-height: 24px;
}

.essay-top span {
	/*height: 50px;
	display: block;*/
}

.essay-top img {
	width: 80%;
	margin: 20px auto;
	display: block;
}

.pager li>a {
	color: #333;
}

.pager li>a:hover {
	color: #fea1b2;
	background: #fff;
}

/* 品牌故事 */

.hwagus {
	padding-top: 50px;
}

.hwagus h3 {
	text-align: center;
	line-height: 34px;
}

.hwagus p {
	padding-top: 20px;
}

.gsu img {
	width: 100%;
}

.container-fluid {
	margin-top: 30px;
	background: #eeeeee;
}

.container-fluid .container h3,
.container-fluid .container p {
	text-align: center;
}

.xmisd {
	background: #fff;
}

.xmisd img {
	width: 100%;
	margin: 15px auto;
	display: block;
}

.container-fluid h3 {
	margin-bottom: 10px;
}

.t-t {
	color: #333;
	text-align: center;
	margin: 15px;
	font-size: 18px;
}

.t-c {
	font-size: 15px;
	padding-bottom: 30px;
}

@media screen and (max-width:768px) {
	.vie .vie-conter .video {
		min-height: auto;
	}
	.makeup-hd {
		padding: 20px 0 15px;
		background-size: cover;
	}
	.makeup-hd .cn {
		font-size: 28px;
	}
	.makeup-hd .en {
		font-size: 26px;
	}
	.news {
		margin-top: 30px;
	}
	.news .en {
		font-size: 20px;
	}
	.news .cn {
		font-size: 18px;
	}
	.news .item {
		margin-bottom: 20px;
	}
	.news .item .tit {
		font-size: 18px;
	}
	.news .item .date {
		font-size: 16px;
	}
	.news .item .txt {
		font-size: 15px;
	}
	.news .item .more {
		font-size: 16px;
	}
	.footer .container {
		margin-top: 25px;
	}
	.fixeds {
		display: none;
	}
}

@media screen and (max-width:414px) {
	.makeup-hd {
		padding: 15px 0 10px;
	}
	.makeup-hd .cn,
	.makeup-hd .en {
		font-size: 20px;
	}
	.news {
		margin-top: 30px;
	}
	.news .en {
		font-size: 18px;
	}
	.news .cn {
		font-size: 15px;
	}
	.news .item {
		margin-bottom: 20px;
	}
	.news .item .tit {
		font-size: 16px;
	}
	.news .item .date {
		font-size: 15px;
	}
	.news .item .txt {
		font-size: 14px;
	}
	.news .item .more {
		font-size: 15px;
	}
	.examines {
		padding: 15px 0;
	}
	.footer .container {
		padding-top: 20px;
		padding-bottom: 40px;
		margin-top: 25px;
	}
	.footer .footer-form input,
	.footer-form textarea,
	.footer-form select {
		margin-bottom: 2em;
		font-size: 16px;
	}
}