/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 *  Owl Carousel - Core
 */
 
 .auto_1130 p img {
	 display:none;
 }
.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	/* position relative and z-index fix webkit rendering fonts issue */
	position: relative;
	z-index: 1;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	-moz-backface-visibility: hidden;
	/* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	/* fix for flashing background */
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
	display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}

/* No Js */
.no-js .owl-carousel {
	display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
	animation-duration: 1000ms;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	animation-name: fadeOut;
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
	transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url("../images/owl.video.play.png") no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
}


/* page-Top */
body {
	transition: all .3s ease-in-out;
}

body.paddtop {}

.page-Top {
	background: #0b0b09;
	transition: all .3s ease-in-out;
	top: 0;
	opacity: 1;
	width: 100%;
	overflow: hidden;
}

.page-Top.hide {}

.page-Top .auto {
	position: relative;
}

.page-Top_left,
.page-Top_right {
	position: absolute;
	top: 17px;
}

.page-Top_left a,
.page-Top_right a {
	display: inline-block;
	color: #cbcbcb;
	font-size: 12px;
	transition: color ease-in-out 0.3s;
}

.page-Top_left a:hover,
.page-Top_right a:hover {
	color: #fff;
}

.page-Top_left a {
	margin-right: 25px;
}

.page-Top_right a {
	margin-left: 25px;
}

.page-Top_left {
	left: 0;
}

.page-Top_right {
	right: 0;
}

.page-Top_mid {
	text-align: center;
	width: 100%;
	display: table;
}

.page-Top_mid .logo_white {
	height: 250px;
	display: table-cell;
	vertical-align: middle;
	max-width: 202px;
}

@media(max-width:1160px) {
	.page-Top_left {
		left: 15px;
	}

	.page-Top_right {
		right: 15px;
	}
}

@media(max-width:640px) {
	.page-Top_left {
		position: static;
	}

	.page-Top_right {
		position: static;
	}

	.page-Top_right a {
		margin-left: 8px;
	}

	.page-Top_left a {
		margin-right: 8px;
	}

	.page-Top_right a:first-child {
		margin-left: 0;
	}
}

.Header {
	background-color: #ffffff;
	z-index: 110;
	transition: all 0.5s ease-in-out;
}

.Header .auto {
	position: relative;
}

.Header .searchbox,
.Header .searchbox * {
	transition: all ease-in-out 0.3s;
}

.Header .searchbox {
	position: absolute;
	right: 0;
	width: 18%;
	max-width: 231px;
	height: 25px;
	border: 1px solid #cccccc;
	top: 50%;
	margin-top: -12px;
	padding-right: 30px;
}

.Header .searchbox .text {
	width: 100%;
	border: none;
	background: none;
	color: #b9b9b9;
	padding: 0 10px;
	line-height: 23px;
	height: 23px;
}

.Header .searchbox .inpbtn {
	position: absolute;
	right: 5px;
	top: 0;
	background: url(../images/top_search_icon.png) no-repeat center center;
	width: 20px;
	height: 100%;
	border: none;
	cursor: pointer;
}

.Header .searchbox.focus {
	border-color: #333;
}

.Header .searchbox.focus .text {
	color: #000;
}

.Header .searchbox.focus .inpbtn {
	background-image: url(../images/top_search_icon_hover.png);
}

@media(max-width:1160px) {
	.Header .searchbox {
		right: 15px;
	}
}

.Header .logo-black {
	float: left;
	max-width: 129px;
	width: 0;
	padding: 9px 0;
	opacity: 0;
}


.Header .nav li {
	float: left;
	padding: 12px 0;
}

.Header .nav li+li {
	margin-left: 154px;
}

.Header .nav li>a {
	color: #797979;
	font-size: 14px;
	transition: color ease-in-out 0.3s;
	position: relative;
}

.Header .nav li>a:hover,
.Header .nav li.on>a {
	color: #000;
}

.Header .nav li.on>a:after {
	content: "";
	display: block;
	border: 5px solid #000;
	border-color: transparent transparent #000 transparent;
	position: absolute;
	bottom: -12px;
	width: 0;
	height: 0;
	left: 50%;
	margin-left: -3px;
}

.Header .nav li .subnav {
	/*background: rgba(0,0,0,0.85);*/
	background: #000;
	position: absolute;
	left: 0;
	width: 100%;
	top: 100%;
	z-index: 99;
	padding: 30px 0;
	display: none;
}

.Header .nav li .subnav .columnbox>* {
	float: left;
	width: 24%;
	padding: 0 5%;
}

.Header .nav li .subnav .columnbox h3 {
	margin: 0;
	font-weight: normal;
	font-size: 14px;
}

.Header .nav li .subnav .columnbox h3 a {
	color: #a3a3a3;
	transition: color .3s ease-in-out;
}

.Header .nav li .subnav .columnbox h3 a:hover {
	color: #fff;
}

.Header .nav li .subnav .columnbox figure {
	font-size: 12px;
	color: #a3a3a3;
	margin-top: 30px;
}

.Header .nav li .subnav .columnbox .picbox {
	padding: 0 2.71%;
	width: 28%;
}

.Header .nav li .subnav .columnbox .picbox a {
	display: block;
	border: 5px solid #363636;
}

.Header .nav li .subnav .starsingle .item {
	width: 33.3334%;
	float: left;
	padding: 0 2.55%;
}

.Header .nav li .subnav .starsingle .pic a {
	display: block;
	border: 5px solid #363636;
}

.Header .nav li .subnav .starsingle .pic a:hover {
	border-color: #fff;
}

.Header .nav li .subnav .magazine .item {
	width: 25%;
	float: left;
	padding: 0 2.55%;
}

.Header .nav li .subnav .magazine .pic a {
	display: block;
	border: 5px solid #363636;
}

.Header .nav li .subnav .magazine .pic a:hover {
	border-color: #fff;
}

.Header .nav li .subnav .magazine h4 {
	text-align: center;
}

.Header .nav li .subnav .magazine h4 a {
	color: #a3a3a3;
	transition: color .3s ease-in-out;
}

.Header .nav li .subnav .magazine h4 a:hover {
	color: #fff;
}

.Header .nav li .subnav .catelist .item {
	width: 20%;
	float: left;
	padding: 0 2.55%;
}

.Header .nav li .subnav .catelist .item a {
	color: #a3a3a3;
}

.Header .nav li .subnav .catelist .item a:hover {
	color: #fff;
	transition: color .3s ease-in-out;
}

.Header .nav li .subnav .catelist .item h3 {
	font-weight: normal;
	font-size: 14px;
	margin: 0;
}

.Header .nav li .subnav .catelist .item dl {
	padding: 20px 0 0;
}

.Header .nav li .subnav .catelist .item dl dd {
	padding: 5px 0;
	font-size: 12px;
}

.Header .nav li .subnav .catelist .item dl dd a i {
	font-style: normal;
	font-family: 宋体;
}

.Header.fixHeader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	border-bottom: 1px solid #d7d8da;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
}

.Header.fixHeader .logo-black {
	width: 20%;
	opacity: 1;
	margin-right: 5%;
}

.Header.fixHeader .nav li+li {
	margin-left: 88px;
}

@media (max-width:1024px) {
	.Header .nav li+li {
		margin-left: 15px;
	}

	.Header.fixHeader .logo-black {
		margin-right: 2%;
	}

	.Header.fixHeader .nav li+li {
		margin-left: 8px;
	}
}

.Header #open_menu,
.Header .layer {
	display: none;
}

@media (max-width:1000px) {
	.Header #open_menu {
		display: block;
		float: right;
		top: 7px;
		width: 30px;
		height: 30px;
		margin-left: 10px;
		position: relative;
		z-index: 101;
		transition: background 0.3s;
		cursor: pointer;
	}

	.Header #open_menu i,
	.Header #open_menu i::before,
	.Header #open_menu i::after {
		background: #000;
		border-radius: 3px;
	}

	.Header #open_menu i {
		left: 20%;
		width: 80%;
		height: 2px;
		margin-top: -1px;
	}

	.Header #open_menu.open_menu_on i {
		height: 3px;
		margin-top: -1.5px;
	}

	.Header .layer {
		display: none;
		position: fixed;
		z-index: 100;
		background: rgba(0, 0, 0, .5);
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
	}

	.Header .logo-black {
		width: 37% !important;
		opacity: 1;
	}

	.Header .searchbox {
		right: 45px;
		width: 42%;
	}

	.Header .nav {
		padding: 0;
		position: fixed;
		left: -100%;
		width: 60%;
		max-width: 300px;
		transition: all .5s ease-in-out;
		background: #000;
		z-index: 111;
		height: 100%;
		top: 0;
		overflow-y: scroll;
	}

	.Header .nav.navshow {
		left: 0;
	}

	.Header .nav li {
		float: none;
		width: 100%;
		margin-left: 0 !important;
		padding: 10px 10px;
	}

	.Header .nav li>a {
		font-size: 16px;
	}

	.Header .nav li>a:hover,
	.Header .nav li.on>a {
		color: #fff;
	}

	.Header .nav li .subnav {
		position: relative;
		width: 100% !important;
		padding: 20px 0 0;
	}

	.Header .nav li .subnav .auto {
		padding: 0 0 10px;
	}

	.Header .nav li .subnav .columnbox>* {
		float: none;
		width: 100%;
		padding: 0;
		margin-bottom: 10px;
	}

	.Header .nav li .subnav .columnbox .picbox {
		float: none;
		width: 100%;
		padding: 0;
	}

	.Header .nav li .subnav .columnbox figure {
		display: none;
	}

	.Header .nav li .subnav .starsingle .item,
	.Header .nav li .subnav .catelist .item,
	.Header .nav li .subnav .magazine .item {
		width: 100%;
		float: none;
		margin-bottom: 10px;
	}

	.Header .nav li .subnav .catelist .item dl {
		display: none;
	}
}


.HomeBanner {
	position: relative;
}

.HomeBanner li a {
	display: block;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 177%;
}

@media (min-width: 489px) {
	.HomeBanner li a {
		background-image: none !important;
	}
}

@media (max-width: 488px) {
	.HomeBanner li a {
		height: 149px;
	}

	.HomeBanner li a img {
		display: none !important;
	}
}

.HomeBanner .owl-dots {
	position: absolute;
	bottom: 15px;
	width: 100%;
	text-align: center;
}

.HomeBanner .owl-dots .owl-dot {
	display: inline-block;
	margin: 0 3px;
}

.HomeBanner .owl-dots .owl-dot span {
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background: #898989;
}

.HomeBanner .owl-dots .owl-dot.active span {
	background: #464646;
}

.HomeBanner .owl-nav>div {
	position: absolute;
	height: 58px;
	text-indent: 9999px;
	overflow: hidden;
	top: 50%;
	margin-top: -19px;
	width: 60px;
	transition: all .3s ease-in-out;
}

.HomeBanner .owl-nav>div:before,
.HomeBanner .owl-nav>div:after {
	position: absolute;
	content: "";
	width: 25px;
	height: 1px;
	background-color: #d2d2d2;
	display: block;
	left: 15px;
	transition: all ease-in-out .3s;
}

.HomeBanner .owl-nav .owl-next:after,
.HomeBanner .owl-nav .owl-next:before {
	right: 15px;
}

.HomeBanner .owl-nav .owl-prev {
	left: 15%;
}

.HomeBanner .owl-nav .owl-prev:before {
	transform: rotate(-45deg);
	top: 20px;
}

.HomeBanner .owl-nav .owl-prev:after {
	transform: rotate(-135deg);
	bottom: 20px;
}

.HomeBanner .owl-nav .owl-next {
	right: 15%;
}

.HomeBanner .owl-nav .owl-next:before {
	transform: rotate(45deg);
	top: 20px;
	left: auto;
}

.HomeBanner .owl-nav .owl-next:after {
	transform: rotate(135deg);
	bottom: 20px;
	left: auto;
}

.HomeBanner .owl-nav>div:hover:before,
.HomeBanner .owl-nav>div:hover:after {
}

.HomeBanner .owl-nav>div:hover {
}

@media(max-width:767px) {
	.HomeBanner .owl-nav>div {
		width: 35px;
		height: 35px;
		margin-top: -17px;
	}

	.HomeBanner .owl-nav .owl-prev {
		left: 0;
	}

	.HomeBanner .owl-nav .owl-next {
		right: 0;
	}

	.HomeBanner .owl-nav>div:before,
	.HomeBanner .owl-nav>div:after {
		width: 15px;
		left: 10px;
	}

	.HomeBanner .owl-nav .owl-next:before,
	.HomeBanner .owl-nav .owl-next:after {
		right: 10px;
	}

	.HomeBanner .owl-nav .owl-prev:before {
		transform: rotate(45deg);
		top: 22px;
	}

	.HomeBanner .owl-nav .owl-prev:after {
		transform: rotate(135deg);
		bottom: 22px;
	}

	.HomeBanner .owl-nav .owl-next:before {
		transform: rotate(-45deg);
		top: 22px;
	}

	.HomeBanner .owl-nav .owl-next:after {
		transform: rotate(-135deg);
		bottom: 22px;
	}
}


.HomeTit {
	text-align: center;
	line-height: 1.25;
	margin-top: 57px;
	margin-bottom: 30px;
}

.HomeTit h2 {
	margin: 0 0 8px;
	font-weight: normal;
	font-size: 30px;
	color: #0e0702;
}

.HomeTit h3 {
	margin: 0;
	font-weight: normal;
	font-size: 18px;
	color: #5d5b59;
}

@media (max-width: 767px) {
	.HomeTit h2 {
		font-size: 24px;
	}

	.HomeTit h3 {
		font-size: 16px;
	}
}

.Homesection1 {}

.Homesection1-left {
	float: left;
	width: 28.762%;
}

.Homesection1-right {
	float: right;
	width: 71.233%;
}

.Homesection1 .Homesection1-left>.item {
	padding-bottom: 67.6%;
	position: relative;
}

.Homesection1 .Homesection1-left .word {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	color: #737270;
	font-size: 16px;
	width: 100%;
	transform: translateY(-50%);
}

.Homesection1 .Homesection1-left .word h3 {
	margin: 0;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 20px;
	color: #000;
}

.Homesection1 .Homesection1-left .skintest .word,
.Homesection1 .Homesection1-left .skintest .word h3 {
	color: #dfdfdf;
}

.Homesection1 .videobox {
	position: relative;
	padding-bottom: 54.6%;
}

.Homesection1 .Homesection1-left>.item .item-inner,
.Homesection1 .videobox .pic {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.Homesection1 .videobox .pic span {
	color: #f94e4e;
	font-size: 12px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.Homesection1 .videobox .pic span:before {
	content: "";
	display: block;
	width: 48px;
	height: 48px;
	margin: 5px auto;
	background: url(../images/video_icon.png) no-repeat center;
	-moz-opacity: 0.8;
	opacity: 0.8;
	filter: alpha(opacity=80);
	background-size: 100% 100%;
}

.Homesection1 .videobox .video {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.Homesection1 .videobox .video video {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	background: #000;
}

@media (max-width:1000px) {

	.Homesection1-left,
	.Homesection1-right {
		width: 100%;
		float: none;
	}
}

.Homesection2 {
	margin-top: 46px;
}

.Homesection2-left {
	float: left;
	width: 50%;
}

.Homesection2-right {
	float: right;
	width: 50%;
}

.Homesection2 .Homesection2-left>.item .item-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.Homesection2 .Homesection2-left .Model {
	padding-bottom: 62.655%;
	position: relative;
}

.Homesection2 .Homesection2-left .mainpro {
	padding-bottom: 26.196%;
	position: relative;
}

.Homesection2 .Homesection2-left .word {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	color: #dfdfdf;
	font-size: 18px;
	width: 100%;
	transform: translateY(-50%);
}

.Homesection2 .Homesection2-left .word h3 {
	margin: 0;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 24px;
}

.Homesection2 .productbox {
	position: relative;
}

.Homesection2 .productbox .owl-nav>div {
	position: absolute;
	width: 51px;
	height: 51px;
	top: 50%;
	text-indent: 9999px;
	overflow: hidden;
	margin-top: -25px;
	background: url(../images/pro-btns.png) no-repeat;
}

.Homesection2 .productbox .owl-nav .owl-prev {
	background-position: 0 0;
	left: 0;
}

.Homesection2 .productbox .owl-nav .owl-next {
	background-position: -52px 0;
	right: 0;
}

@media (max-width:1000px) {

	.Homesection2-left,
	.Homesection2-right {
		width: 100%;
		float: none;
	}
}

.Homesection3 {
	margin-top: 58px;
	text-align:center;
}

.adbox .img_wap {
	display: none;
}

@media (max-width:1000px) {
	.adbox .img_pc {
		display: none;
	}

	.adbox .img_wap {
		display: inline;
	}
}

.Homesection4 {}

.proeva-scroll {}

.proeva-scroll .owl-nav>div {
	position: absolute;
	width: 20px;
	height: 38px;
	text-indent: 9999px;
	overflow: hidden;
	top: 50%;
	margin-top: -19px;
}

.proeva-scroll .owl-nav>div:before,
.proeva-scroll .owl-nav>div:after {
	position: absolute;
	content: "";
	width: 25px;
	height: 1px;
	background-color: #6b6b6b;
	display: block;
	left: 0;
	transition: all ease-in-out .3s;
}

.proeva-scroll .owl-nav .owl-prev {
	left: -30px;
}

.proeva-scroll .owl-nav .owl-prev:before {
	transform: rotate(-45deg);
	top: 10px;
}

.proeva-scroll .owl-nav .owl-prev:after {
	transform: rotate(-135deg);
	bottom: 10px;
}

.proeva-scroll .owl-nav .owl-next {
	right: -30px;
}

.proeva-scroll .owl-nav .owl-next:before {
	transform: rotate(45deg);
	top: 10px;
	left: auto;
	right: 0;
}

.proeva-scroll .owl-nav .owl-next:after {
	transform: rotate(135deg);
	bottom: 10px;
	left: auto;
	right: 0;
}

.proeva-scroll .owl-nav>div:hover:before,
.proeva-scroll .owl-nav>div:hover:after {
	background: #000;
}

@media (max-width:1189px) {
	.proeva-scroll .owl-nav .owl-prev {
		left: 0;
	}

	.proeva-scroll .owl-nav .owl-next {
		right: 0;
	}
}

.proeva-scroll li {
	position: relative;
}

.proeva-scroll li .pic {
	overflow: hidden;
}

.proeva-scroll li h3 {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0;
	margin: 0;
	font-weight: normal;
	font-size: 14px;
	padding: 5px;
	background: rgba(76, 76, 76, 0.8) none repeat scroll 0 0 !important;
	filter: Alpha(opacity=80);
	background: #4c4c4c;
	text-align: center;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
}

.proeva-scroll li h3 span {
	color: #e7e7e7;
	position: relative;
	transition: color .3s ease-in-out;
	-webkit-transition: color .3s ease-in-out;
	-moz-transition: color .3s ease-in-out;
	-ms-transition: color .3s ease-in-out;
}

.proeva-scroll li:hover h3 {
	background: rgba(76, 76, 76, 1) none repeat scroll 0 0 !important;
	filter: Alpha(opacity=100);
}

.proeva-scroll li:hover h3 span {
	color: #fff;
}

.proeva-scroll li .pic img {
	transition: transform .3s ease-in-out;
	-webkit-transition: -webkit-transform .3s ease-in-out;
	-moz-transition: -moz- transform.3s ease-in-out;
	-ms-transition: -ms-transform .3s ease-in-out;
}

.proeva-scroll li:hover .pic img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
}

.Homesection5 {
	margin: 33px 0;
}

.Homesection5 .Homesection-left {
	float: left;
	width: 28.762%;
}

.Homesection5 .Homesection-right {
	float: right;
	width: 71.233%;
}

.Homesection5 .Homesection-left>.item {
	padding-bottom: 45%;
	position: relative;
}

.Homesection5 .Homesection-left>.item .item-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.Homesection5 .Homesection-left .word {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	color: #737270;
	font-size: 18px;
	line-height: 1.85;
	width: 100%;
	transform: translateY(-50%);
}

.Homesection5 .Homesection-left .word h3 {
	margin: 0;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 20px;
	color: #000;
}

.Homesection5 .Homesection-left .skintest .word,
.Homesection5 .Homesection-left .skintest .word h3 {
	color: #dfdfdf;
}

.Homesection5 .Imgbox {
	position: relative;
	padding-bottom: 54.6%;
	overflow: hidden;
}

.Homesection5 .Imgbox .owl-carousel {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.Homesection5 .Imgbox .owl-dots {
	position: absolute;
	right: 5%;
	bottom: 3%;
}

.Homesection5 .Imgbox .owl-dots .owl-dot {
	display: inline-block;
	margin: 0 3px;
}

.Homesection5 .Imgbox .owl-dots .owl-dot span {
	display: block;
	width: 9px;
	height: 9px;
	background: #0e0702;
	border-radius: 9px;
}

.Homesection5 .Imgbox .owl-dots .owl-dot.active span {
	background: #7a7673;
}

@media (max-width:1000px) {

	.Homesection5 .Homesection-left,
	.Homesection5 .Homesection-right {
		float: none;
		width: 100%;
	}
}

.Homesection6 {
	margin-bottom: 4%;
}

.magazine-sroll li .pic {
	overflow: hidden;
}

.magazine-sroll li .pic a {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	transition: transform .3s ease-in-out;
	-webkit-transition: -webkit-transform .3s ease-in-out;
	-moz-transition: -moz- transform.3s ease-in-out;
	-ms-transition: -ms-transform .3s ease-in-out;
}

.magazine-sroll li .pic a img {
	visibility: hidden;
}

.magazine-sroll li .pic:hover a {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
}

.magazine-sroll li .word {
	padding: 5% 3%;
	text-align: center;
}

.magazine-sroll li .word h3 {
	margin: 0;
	/*font-weight: normal;*/
	font-size: 14px;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.magazine-sroll li .word h3 a {
	color: #717171;
}

.magazine-sroll li .word .con {
	color: #717171;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-top: 5px;
	line-height: 20px;
	height: 40px;
}

.magazine-sroll li .word h3 a:hover {
	color: #000;
}

.magazine-sroll .owl-nav>div {
	position: absolute;
	width: 20px;
	height: 38px;
	text-indent: 9999px;
	overflow: hidden;
	top: 38%;
	margin-top: -19px;
}

.magazine-sroll .owl-nav>div:before,
.magazine-sroll .owl-nav>div:after {
	position: absolute;
	content: "";
	width: 25px;
	height: 1px;
	background-color: #6b6b6b;
	display: block;
	left: 0;
	transition: all ease-in-out .3s;
}

.magazine-sroll .owl-nav .owl-prev {
	left: -30px;
}

.magazine-sroll .owl-nav .owl-prev:before {
	transform: rotate(-45deg);
	top: 10px;
}

.magazine-sroll .owl-nav .owl-prev:after {
	transform: rotate(-135deg);
	bottom: 10px;
}

.magazine-sroll .owl-nav .owl-next {
	right: -30px;
}

.magazine-sroll .owl-nav .owl-next:before {
	transform: rotate(45deg);
	top: 10px;
	left: auto;
	right: 0;
}

.magazine-sroll .owl-nav .owl-next:after {
	transform: rotate(135deg);
	bottom: 10px;
	left: auto;
	right: 0;
}

.magazine-sroll .owl-nav>div:hover:before,
.magazine-sroll .owl-nav>div:hover:after {
	background: #000;
}

@media (max-width:1189px) {
	.magazine-sroll .owl-nav .owl-prev {
		left: 0;
	}

	.magazine-sroll .owl-nav .owl-next {
		right: 0;
	}
}


.footer {
	font-size: 12px;
	color: #d6d6d6;
}

.footer a {
	color: #d6d6d6;
}

.footer a:hover {
	color: #fff;
}

.footer .bottom {
	background: #000;
	padding: 20px;
	text-align: center;
}

@media(max-width:1000px) {
	.footer .bottom {
		display: none;
	}
}

.footer nav .item {
	float: left;
	width: 20%;
}

.footer nav .item>h2 {
	font-weight: normal;
	font-size: 18px;
	color: #fff;
	margin: 0;
}

.footer nav .item>.ul {
	padding: 9px 0 0;
}

.footer nav .item>.ul li {
	padding: 24px 0 0;
	line-height: 1.25;
}

.footer nav .item .ul.new li .inner {
	position: relative;
	height: 36px;
	padding-left: 46px;
}

.footer nav .item .ul.new li .pic {
	display: block;
	width: 36px;
	height: 36px;
	position: absolute;
	top: 0;
	left: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.footer nav .item .ul.new li .word h4 {
	font-weight: normal;
	margin: 0;
	font-size: 12px;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.footer nav .item .ul.new li .word .con {
	margin: 0;
	padding-top: 5px;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.footer .linklist {
	padding: 3% 0 0;
}

.footer .linklist a {
	display: inline-block;
	margin: 5px;
}


.footer .bottom .ico {
	margin-top: 18px;
	position: relative;
}

.footer .bottom .ico>* {
	display: inline-block;
}

.footer .bottom .ico span {
	font-size: 15px;
}

.footer .bottom .ico a {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	text-align: center;
	line-height: 35px;
	font-size: 24px;
	margin-left: 5px;
}

.footer .bottom .ico a span {
	display: block;
	font-size: 30px;
}

.footer .bottom .ico .weixinbox {
	display: none;
	position: absolute;
	top: -21px;
	left: 37%;
	max-width: 85px;
	z-index: 9999;
}

.footer .bottom .tel {
	padding-top: 10px;
	line-height: 1.85;
}

.footer footer {
	background: #0b0b09;
	padding: 10px 0;
}

.footer .links,
.footer .copyright {
	text-align: center;
}

.footer .links a {
	display: inline-block;
	position: relative;
}

.footer .links a+a {
	margin-left: 20px;
}

.footer .links a+a:before {
	content: "";
	display: block;
	position: absolute;
	width: 1px;
	height: 60%;
	top: 20%;
	background: #b9b9b9;
	left: -10px;
}

@media(min-width:1001px) {
	.footer .copyright {
		float: left;
		width: 50%;
		text-align: left;
	}

	.footer .links {
		float: right;
		width: 45%;
		text-align: right;
	}
}

.fixrightbox {
	position: fixed;
	right: 5%;
	bottom: 10%;
	z-index: 101;
}

.fixrightbox li {
	position: relative;
}

.fixrightbox li+li {
	margin-top: 5px;
}

.fixrightbox li>a {
	color: #fff;
	display: block;
	width: 52px;
	line-height: 52px;
	text-align: center;
	height: 52px;
	background: #434343;
	font-size: 30px;
}

.fixrightbox li>a:hover {
	background: #a0a0a0;
}

.fixrightbox .weixinbox {
	position: absolute;
	top: 0;
	right: 62px;
	width: 0;
	max-height: 168px;
	box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.15);
	opacity: 0;
	transition: all .3s ease-in-out;
}

.fixrightbox .weixin:hover .weixinbox {
	width: 168px;
	opacity: 1;
}

.fixrightbox .telbox {
	position: absolute;
	top: 0;
	right: 62px;
	width: 0;
	height: 100%;
	opacity: 0;
	transition: all .3s ease-in-out;
	background: #fff;
	line-height: 52px;
	text-align: center;
	box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.15);
	overflow: hidden;
}

.fixrightbox .tel:hover .telbox {
	width: 168px;
	opacity: 1;
}

/* Location */
.location {
	background: #000;
	min-height: 40px;
	padding: 10px;
	line-height: 20px;
	color: #a3a3a3;
	font-size: 12px;
}

.location a {
	color: #a3a3a3;
}

.location a:hover {
	color: #fff;
}


.pageMain {
	background: #ececec;
}

.pageMain .pageMain-inner {
	background: #fff;
	padding: 37px 44px;
	margin: 0 auto;
	max-width: 1130px;
}

@media(max-width:1160px) {
	.pageMain .pageMain-inner {
		padding: 25px 15px;
		max-width: 1160px;
	}
}

.Banner {
	text-align: center;
}

/*AG*/
.AGbox {
	padding-top: 4%;
}

.AGbox .Titbox {
	text-align: center;
	margin-bottom: 3%;
}

.AGbox .Titbox h2 {
	margin: 0;
	font-weight: normal;
	color: #000000;
	font-size: 24px;
}

.AGbox .Titbox span {
	color: #8b8b8b;
	font-size: 12px;
	display: block;
}

.AGbox .searchbox {
	max-width: 629px;
	margin: 0 auto;
	position: relative;
}

.AGbox .searchbox .text {
	border: 1px solid #ccc;
	line-height: 31px;
	height: 35px;
	width: 511px;
	padding: 0 10px;
	width: 82%;
}

.AGbox .searchbox .btn {
	max-width: 99px;
	width: 16%;
	background: #333333;
	height: 35px;
	line-height: 35px;
	font-size: 16px;
	border: none;
	position: absolute;
	right: 0;
	top: 0;
	color: #a3a3a3;
	cursor: pointer;
	transition: all .3s ease-in-out;
}

.AGbox .searchbox .btn:hover {
	color: #fff;
	background: #000;
}

@media (max-width:767px) {
	.AGbox .searchbox .btn {
		font-size: 14px;
	}

	.fixrightbox {
		bottom: 40%;
	}
}

@media (max-width:640px) {

	.fixrightbox {
		bottom: 20%;
	}

	.fixrightbox li>a {
		width: 38px;
		height: 38px;
		line-height: 38px;
	}
}

/* Article */
.BannerScroll {
	position: relative;
}

.BannerScroll .owl-nav>div {
	position: absolute;
	width: 51px;
	height: 51px;
	top: 50%;
	text-indent: 9999px;
	overflow: hidden;
	margin-top: -25px;
	background: url(../images/pro-btns.png) no-repeat;
}

.BannerScroll .owl-nav .owl-prev {
	background-position: 0 0;
	left: 0;
}

.BannerScroll .owl-nav .owl-next {
	background-position: -52px 0;
	right: 0;
}

.Articelbox {
	padding-top: 4%;
}

.Articelbox .Titbox {
	text-align: center;
	margin-bottom: 3%;
}

.Articelbox .Titbox h2 {
	margin: 0;
	font-weight: normal;
	color: #000000;
	font-size: 24px;
	text-transform: uppercase;
}

.Articelbox .catebox {
	text-align: center;
}

.Articelbox .catebox a {
	display: inline-block;
	padding: 0 5px;
	margin: 10px;
	position: relative;
	color: #7b7b7b;
	padding-bottom: 5px;
}

.Articelbox .catebox a:after {
	content: "";
	width: 100%;
	height: 2px;
	background: transparent;
	bottom: -5px;
	left: 0;
	display: block;
	position: absolute;
}

.Articelbox .catebox a+a:before {
	content: "";
	width: 1px;
	height: 60%;
	background: #7b7b7b;
	top: 15%;
	left: -11px;
	display: block;
	position: absolute;
}

.Articelbox .catebox a:hover {
	color: #000;
}

.Articelbox .catebox a.on:after {
	background: #1a1a1a;
}

.Articellist {
	overflow: hidden;
}

.Articellist ul {
	margin: 0 -1%;
}

.Articellist li {
	float: left;
	width: 33.3334%;
	padding: 1.5% 1%;
}

.Articellist li .inner {
	position: relative;
}

.Articellist li .pic {
	width: 100%;
	padding-bottom: 134%;
	position: relative;
	overflow: hidden;
}

.Articellist li .pic a {
	display: block;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.Articellist li .pic a {
	transition: transform .5s ease-in-out;
	-webkit-transition: -webkit-transform .5s ease-in-out;
	-moz-transition: -moz- transform.5s ease-in-out;
	-ms-transition: -ms-transform .5s ease-in-out;
}

.Articellist li .pic a:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
}

.Articellist li .word {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 41px;
	/*background:rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;filter:Alpha(opacity=0);*/
	background: #d3d3d3;
	line-height: 41px;
	padding-right: 110px;
}

.Articellist li .word time {
	position: absolute;
	right: 0;
	top: 0;
	width: 85px;
	text-align: center;
	background: #767676;
	display: block;
	height: 100%;
	color: #c5c5c5;
	font-size: 12px;
}

.Articellist li .word time:before {
	content: "";
	width: 0;
	height: 0;
	border-style: dashed solid dashed dashed;
	border-color: transparent #767676 transparent transparent;
	border-width: 41px 40px 0 0;
	position: absolute;
	left: -40px;
}

.Articellist li .word .tit {
	margin: 0;
	font-weight: normal;
	padding: 0 10px;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	position: relative;
	font-size: 14px;
}

.Articellist li .word .tit a {
	color: #676767;
}

.Articellist li .word .tit a:hover {
	color: #000;
}

@media (max-width:767px) {
	.Articellist li {
		width: 50%;
	}

	.Articellist li .word {
		padding-right: 0;
	}

	.Articellist li .word time {
		display: none;
	}

	.Articelbox .Titbox h2 {
		font-size: 20px;
	}
}

.Article_Page {}

.Article_Page .titbox {
	text-align: center;
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 2%;
}

.Article_Page .titbox h1 {
	color: #333;
	font-size: 20px;
	line-height: 1.25;
	margin: 0 0 8px 0;
}

.Article_Page .titbox time {
	color: #a5a4a3;
	font-size: 12px;
}

.Article_Page .Single {
	padding: 3% 0;
	min-height: 500px;
	font-size: 14px;
	color: #737373;
}

.Article_Page .Single * {
	white-space: normal;
}

.Article_Page .info_back {
	text-align: center;
	clear: both;
	padding: 20px 0;
}

.Article_Page .info_back a {
	color: #cd1701;
	font-size: 14px;
}

.Article_Page .info_pn span {
	display: block;
	font-size: 14px;
}

.Article_Page .info_pn span a {
	color: #999;
}

.Article_Page .info_pn span a:hover {
	color: #cd1701;
}

.Article_Page .info_pn>a {
	display: block;
}

.pagebox {
	position: relative;
	margin: 3% 0 1%;
	width: 100%;
	font-size: 12px;
	zoom: 1;
	overflow: hidden;
	text-align: center;
	padding: 30px 0 5%;
	text-align: center;
}

.shoppagebox {
	margin: 0;
	padding: 30px 0;
}

.pagebox .line {
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	top: 41%;
	background: #ececec;
	display: none;
}

.pagebox .pagemid {
	display: inline-block;
	background: #fff;
	padding: 0 10px;
	position: relative;
	z-index: 2;
	font-size: 14px;
	color: #7b7b7b;
	display: none;
}

.pagebox .pagemid>* {
	display: inline-block;
	margin: 0 10px;
}

.pagebox .pagemid a {
	color: #7b7b7b;
}

.pagebox .pagemid a:hover {
	color: #000;
	background: none;
}

.pagebox .pagemid .page_prev i,
.pagebox .pagemid .page_next i {
	display: inline-block;
	font-style: normal;
}

.pagebox .pagemid .page_prev i {
	padding-right: 10px;
}

.pagebox .pagemid .page_next i {
	padding-left: 10px;
}


.pagebox span {
	padding: 0px 3px;
	display: inline-block;
}

.pagebox a {
	display: inline-block;
	margin: 0px 2px;
	width: 30px;
	height: 30px;
	color: #000;
	background: #d3d3d3;
	line-height: 30px;
	border-radius: 5px;
	transition: .3s ease-out;
	box-sizing: content-box;
	padding: 0;
}

.pagebox a:hover {
	color: #fff;
	background: #000;
}

.pagebox .a_first,
.pagebox .a_end {
	border: none;
	padding: 0 5px;
	background: none;
	color: #000;
}

.pagebox .a_next,
.pagebox .a_prev {
	font-family: 宋体;
	padding: 0 5px;
	background: none;
	color: #000;
}

.pagebox .p_page a.a_cur {
	color: #fff;
	background: #000;
}

.pagebox .page_prev,
.pagebox .page_next {
	width: auto;
	background: none;
}

@media (max-width: 767px) {
	.pagebox a {
		display: none;
	}
}


.commentmodule {
	padding: 1% 0;
}

.commentmodule .writebox .login {
	width: 42px;
	height: 42px;
	border: 1px solid #959595;
	color: #959595;
	display: block;
	position: relative;
	border-radius: 100%;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	z-index: 3;
	left: 9px;
	bottom: -8px;
	background: #fff;
}

.commentmodule .writebox dl {
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;
}

.commentmodule .writebox .fillin {
	border: 1px solid #959595;
	border-radius: 10px;
	height: 100px;
	width: 100%;
	resize: none;
	overflow: hidden;
	padding: 20px 10px;
}

.commentmodule .writebox dl span {
	position: absolute;
	left: 7px;
	display: block;
	top: -34px;
	width: 46px;
	height: 46px;
	border-radius: 100%;
	border: 1px solid #959595;
	background: #fff;
}

.commentmodule .writebox .comment_icon {
	float: left;
}

.commentmodule .writebox .comment_icon a {
	background: url(../images/comment_icon.png) no-repeat;
	width: 18px;
	height: 18px;
	display: inline-block;
}

.commentmodule .writebox .comment_icon a+a {
	margin-left: 10px;
}

.commentmodule .writebox .comment_icon a.a1 {
	background-position: 0 0;
}

.commentmodule .writebox .comment_icon a.a2 {
	background-position: -18px 0;
}

.commentmodule .writebox .tit {
	float: right;
	height: 30px;
	line-height: 30px;
	width: 99px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	background: #959595;
	border-radius: 10px;
	position: relative;
}

.commentmodule .writebox .tit:before {
	content: "";
	width: 0;
	height: 0;
	border-style: dashed solid dashed dashed;
	border-color: transparent #959595 transparent transparent;
	border-width: 14px 14px 0 0;
	position: absolute;
	left: -4px;
	bottom: 0;
}

.commentlist {
	margin: 3% 0;
}

.commentlist .nolist {
	background: #f8f8f8;
	color: #cccccc;
	line-height: 30px;
	text-align: center;
}

.Recommendlist {
	position: relative;
}

.Recommendlist li .inner {
	position: relative;
}

.Recommendlist li .pic {
	width: 100%;
	padding-bottom: 134%;
	position: relative;
	overflow: hidden;
}

.Recommendlist li .pic a {
	display: block;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: transform .3s ease-in-out;
	-webkit-transition: -webkit-transform .3s ease-in-out;
	-moz-transition: -moz- transform.3s ease-in-out;
	-ms-transition: -ms-transform .3s ease-in-out;
}

.Recommendlist li .pic:hover a {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
}


.Recommendlist li .word {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 22px;
	background: #4c4c4c;
	line-height: 22px;
	padding: 0 10px;
}

.Recommendlist li .word a {
	color: #dadada;
	font-size: 12px;
	display: block;
}

.Recommendlist li :hover .word {
	background: #000;
}

.Recommendlist li :hover .word a {
	color: #fff;
}

.Recommendlist .owl-nav>div {
	position: absolute;
	width: 20px;
	height: 38px;
	text-indent: 9999px;
	overflow: hidden;
	top: 50%;
	margin-top: -19px;
}

.Recommendlist .owl-nav>div:before,
.Recommendlist .owl-nav>div:after {
	position: absolute;
	content: "";
	width: 25px;
	height: 1px;
	background-color: #6b6b6b;
	display: block;
	left: 0;
	transition: all ease-in-out .3s;
}

.Recommendlist .owl-nav .owl-prev {
	left: -30px;
}

.Recommendlist .owl-nav .owl-prev:before {
	transform: rotate(-45deg);
	top: 10px;
}

.Recommendlist .owl-nav .owl-prev:after {
	transform: rotate(-135deg);
	bottom: 10px;
}

.Recommendlist .owl-nav .owl-next {
	right: -30px;
}

.Recommendlist .owl-nav .owl-next:before {
	transform: rotate(45deg);
	top: 10px;
	left: auto;
	right: 0;
}

.Recommendlist .owl-nav .owl-next:after {
	transform: rotate(135deg);
	bottom: 10px;
	left: auto;
	right: 0;
}

.Recommendlist .owl-nav>div:hover:before,
.Recommendlist .owl-nav>div:hover:after {
	background: #000;
}

.Recommendlist .owl-nav>div.disabled:hover:before,
.Recommendlist .owl-nav>div.disabled:hover:after {
	background: #6b6b6b;
}

.Recommendlist .owl-nav>div.disabled {
	cursor: default;
}

@media (max-width:1189px) {
	.Recommendlist .owl-nav .owl-prev {
		left: 0;
	}

	.Recommendlist .owl-nav .owl-next {
		right: 0;
	}
}



/*Contact*/
.mapbox {
	margin-bottom: 3%
}

#allmap {
	width: 100%;
	height: 400px;
}

.Contact .Titbox {
	text-align: center;
	margin-bottom: 3%;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 3%;
	margin-bottom: 3%;
}

.Contact .Titbox h2 {
	margin: 0 0 10px 0;
	font-weight: normal;
	color: #000000;
	font-size: 24px;
}

.Contact .Titbox span {
	color: #8b8b8b;
	font-size: 12px;
	display: block;
}

.Contact .form h2 {
	color: #585858;
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 20px 0;
}

.Contact .form dl {
	margin: 0 0 15px;
}

.Contact .form .text {
	border: 1px solid #ccc;
	width: 100%;
	line-height: 33px;
	padding: 0 10px;
	font-size: 16px;
	color: #a3a3a3;
}

.Contact .form dl dd {
	float: left;
	width: 48%;
}

.Contact .form dl dd:nth-child(2n+1) {
	float: right;
}

.Contact .form textarea {
	resize: none;
	overflow: hidden;
	height: 300px;
}

.Contact .form .form_bot p {
	float: right;
	font-size: 12px;
	color: #969696;
	margin: 0;
}

.Contact .form .btn {
	float: left;
	font-size: 16px;
	color: #b3b3b3;
	width: 172px;
	height: 35px;
	line-height: 32px;
	text-align: center;
	background: #333;
	border: none;
	cursor: pointer;
}

.Contact .form .btn:hover {
	background: #000;
	color: #fff;
}

@media (max-width:767px) {

	.Contact .form .form_bot p,
	.Contact .form .form_bot .btn {
		float: none;
	}

	.Contact .form .form_bot p {
		margin-top: 10px;
	}
}

.SkinBanner {
	position: relative;
}

/*.SkinBanner .owl-dots{ position:absolute; bottom: 3%; left: 0; text-align: center; width: 100%;} 
.SkinBanner .owl-dot{ display: inline-block; margin: 0 3px;}
.SkinBanner .owl-dot span{ display: block; width: 8px; height: 8px; border-radius: 100%; background: #ffffff;}
.SkinBanner .owl-dot.active span{ background: #808080;}*/
.BannerScroll .owl-dots {
	position: absolute;
	bottom: 15px;
	width: 100%;
	text-align: center;
}

.BannerScroll .owl-dots .owl-dot {
	display: inline-block;
	margin: 0 3px;
}

.BannerScroll .owl-dots .owl-dot span {
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background: #898989;
}

.BannerScroll .owl-dots .owl-dot.active span {
	background: #464646;
}

.BannerScroll .owl-nav>div {
	position: absolute;
	height: 58px;
	text-indent: 9999px;
	overflow: hidden;
	top: 50%;
	margin-top: -19px;
	width: 60px;
	background: #000;
	transition: all .3s ease-in-out;
}

.BannerScroll .owl-nav>div:before,
.BannerScroll .owl-nav>div:after {
	position: absolute;
	content: "";
	width: 25px;
	height: 1px;
	background-color: #d2d2d2;
	display: block;
	left: 15px;
	transition: all ease-in-out .3s;
}

.BannerScroll .owl-nav .owl-next:after,
.BannerScroll .owl-nav .owl-next:before {
	right: 15px;
}

.BannerScroll .owl-nav .owl-prev {
	left: 0;
}

.BannerScroll .owl-nav .owl-prev:before {
	transform: rotate(-45deg);
	top: 20px;
}

.BannerScroll .owl-nav .owl-prev:after {
	transform: rotate(-135deg);
	bottom: 20px;
}

.BannerScroll .owl-nav .owl-next {
	right: 0;
}

.BannerScroll .owl-nav .owl-next:before {
	transform: rotate(45deg);
	top: 20px;
	left: auto;
}

.BannerScroll .owl-nav .owl-next:after {
	transform: rotate(135deg);
	bottom: 20px;
	left: auto;
}

.BannerScroll .owl-nav>div:hover:before,
.BannerScroll .owl-nav>div:hover:after {
	background: #000;
}

.BannerScroll .owl-nav>div:hover {
	background: #fff;
}

@media(max-width:767px) {
	.BannerScroll .owl-nav>div {
		width: 35px;
		height: 35px;
		margin-top: -17px;
	}

	.BannerScroll .owl-nav>div:before,
	.BannerScroll .owl-nav>div:after {
		width: 15px;
		left: 10px;
	}

	.BannerScroll .owl-nav .owl-next:before,
	.BannerScroll .owl-nav .owl-next:after {
		right: 10px;
	}

	.BannerScroll .owl-nav .owl-prev:before {
		transform: rotate(45deg);
		top: 22px;
	}

	.BannerScroll .owl-nav .owl-prev:after {
		transform: rotate(135deg);
		bottom: 22px;
	}

	.BannerScroll .owl-nav .owl-next:before {
		transform: rotate(-45deg);
		top: 22px;
	}

	.BannerScroll .owl-nav .owl-next:after {
		transform: rotate(-135deg);
		bottom: 22px;
	}
}



.skincarelist {
	overflow: hidden;
}

.skincarelist ul {
	margin: 0 -1%;
}

.skincarelist li {
	float: left;
	width: 33.3334%;
	padding: 1.5% 1%;
}

.skincarelist li .inner {
	position: relative;
}

.skincarelist li .pic {
	width: 100%;
	padding-bottom: 134%;
	position: relative;
	overflow: hidden;
}

.skincarelist li .pic a {
	display: block;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.skincarelist li .pic a {
	transition: transform .5s ease-in-out;
	-webkit-transition: -webkit-transform .5s ease-in-out;
	-moz-transition: -moz- transform.5s ease-in-out;
	-ms-transition: -ms-transform .5s ease-in-out;
}

.skincarelist li .pic a:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
}

.skincarelist li .word {
	text-align: center;
	line-height: 1.85;
	padding: 5% 2%;
}

.skincarelist li .word .tit {
	margin: 0;
	font-weight: normal;
	padding: 0 10px;
	position: relative;
	font-size: 14px;
}

.skincarelist li .word .tit a {
	color: #333333;
}

.skincarelist li .word .tit span {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	font-size: 16px;
}

.skincarelist li .word .tit span.en {
	font-size: 24px;
}

.skincarelist li .word .tit a:hover {
	color: #000;
}

.skincarelist li .word .price {
	display: block;
	font-size: 14px;
	color: #000;
	margin-top: 5px;
}

.skincarelist li .star {
	margin-top: 3%;
	color: #000;
}

.skincarelist li .word .more {
	width: 100%;
	max-width: 183px;
	text-align: center;
	display: block;
	height: 32px;
	line-height: 30px;
	border: 1px solid #000;
	margin: 5px auto 0;
	color: #6a6a6a;
	font-size: 12px;
	transition: all .3s ease-in-out;
}

.skincarelist li .word .more:hover {
	color: #fff;
	background: #000;
}


@media (max-width:767px) {
	.skincarelist li {
		width: 50%;
	}

	.skincarelist li .word {
		padding-right: 0;
	}

	.skincarelist li .word time {
		display: none;
	}

	.skincarelist li .word .tit span.en {
		font-size: 20px;
	}

	.skincarelist li .word .tit span {
		font-size: 14px;
	}
}

.RighInfo001278 {
	padding: 2% 0;
}

.RighInfo001278 .prod_info {
	position: relative;
	padding-left: 46%;
	min-height: 525px;
	line-height: 1.65;
}

.RighInfo001278 .prod_info .tit {
	margin: 0;
	font-weight: normal;
	font-size: 24px;
	color: #5d5b59;
}

.RighInfo001278 .prod_info .tit_cn {
	margin: 0;
	color: #5d5b59;
	font-weight: normal;
	font-size: 18px;
}

.RighInfo001278 .prod_info .dl>* {
	display: inline-block;
	font-size: 12px;
}

.RighInfo001278 .prod_info .dl .star {
	color: #000;
}

.RighInfo001278 .prod_info .dl a {
	margin-left: 10px;
	color: #737373;
	text-decoration: underline;
}

.RighInfo001278 .prod_info .price {
	font-size: 16px;
	color: #000000;
	font-family: "microsoft yahei";
}

.RighInfo001278 .prod_info .price em {
	font-style: normal;
	font-size: 30px;
	font-family: "microsoft yahei";
}

.RighInfo001278 .prod_info .con {
	font-size: 12px;
	color: #5d5b59;
	min-height: 96px;
	/*max-height: 256px; overflow: hidden;*/
	/*text-justify:inter-ideograph; text-align:justify; word-wrap:break-word; overflow:hidden;*/
	line-height: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 14;
	overflow: hidden;
	height: 280px;
	text-overflow: ellipsis;
}

.RighInfo001278 .prod_info .con p {
	margin-bottom: 0;
}

.RighInfo001278 .prod_info .con * {
	white-space: normal !important;
}

.RighInfo001278 .prod_info .share {
	padding: 2% 0;
	overflow: hidden;
}

.RighInfo001278 .prod_info .share em {
	float: left;
	font-size: 14px;
	font-style: normal;
	line-height: 28px;
}

.RighInfo001278 .prod_info .box .cart {
	display: inline-table;
	width: 158px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	background: #000000;
	color: #fff;
	border-radius: 5px;
}

.RighInfo001278 .prod_info .box {
	margin-top: 50px;
}

.RighInfo001278 .prod_info .box .purchase {
	display: inline-table;
	width: 158px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	background: #b69878;
	color: #fff;
	border-radius: 5px;
	margin-left: 30px;
}

@media(min-width:641px) {
	.RighInfo001278 .big_img {
		position: absolute;
		left: 0;
		top: 0;
		height: 85%;
		width: 43%;
	}

	.RighInfo001278 .big_img li {
		position: absolute;
		width: 100%;
		top: 0;
		left: 0;
		height: 100%;
	}

	.RighInfo001278 .big_img li .table {
		display: table;
		width: 100%;
		height: 100%;
	}

	.RighInfo001278 .big_img li .table_cell {
		display: table-cell;
		vertical-align: middle;
		padding: 0;
	}

	.RighInfo001278 .big_img li img {
		max-height: 100%;
	}
}

.RighInfo001278 .big_img li {
	text-align: center;
	/*border:1px solid #dcdcdc;*/
}


.RighInfo001278 .list {
	/*padding:0 30px;*/
	position: relative;
}

.RighInfo001278 .list a {
	position: absolute;
	width: 26px;
	height: 26px;
	background: url(../images/righinfo001278-btn_prev.png) no-repeat center center;
	cursor: pointer;
	top: 50%;
	margin-top: -13px;
	z-index: 10;
	display: none;
}

.RighInfo001278 .list a.prev {
	left: 0;
}

.RighInfo001278 .list a.next {
	right: 0;
	background-image: url(../images/righinfo001278-btn_next.png);
}

.RighInfo001278 .list a.prevStop,
.RighInfo001278 .list a.nextStop {
	cursor: default;
}

.RighInfo001278 .list li {
	position: relative;
	text-align: center;
	float: left;
}

.RighInfo001278 .list li .table {
	width: 90%;
	margin: 0 auto;
	padding: 0;
	border: 2px solid transparent;
}

.RighInfo001278 .list li.on .table {
	border-color: #c9c9c9;
}

@media(min-width:641px) {
	.RighInfo001278 .list {
		position: absolute;
		left: 0;
		top: 87%;
		width: 43%;
	}
}

.RighInfo001278 .tab {
	padding: 3% 0;
}

.RighInfo001278 .tab .h1_tab {
	margin: 0;
	overflow: hidden;
	font-weight: normal;
	font-size: 14px;
	text-align: center;
	border-top: 4px solid #000;
}

.RighInfo001278 .tab .h1_tab span {
	display: inline-block;
	padding: 0 3%;
	line-height: 44px;
	cursor: pointer;
	color: #000;
	font-size: 16px;
	border: 1px solid #cdcccc;
}

.RighInfo001278 .tab .h1_tab span.on {
	background-color: #000;
	color: #fff;
	border-color: #000;
}

.RighInfo001278 .tab .info {
	padding-top: 3%;
	min-height: 350px;
}

@media(max-width:640px) {
	.RighInfo001278 .prod_info {
		padding-left: 0;
	}

	.RighInfo001278 .big_img {
		margin-bottom: 3%;
	}

	.RighInfo001278 .big_img li {
		padding: 3%;
	}

	.RighInfo001278 .prod_info .tit {
		font-size: 20px;
	}

	.RighInfo001278 .prod_info .tit_cn {
		font-size: 16px;
	}

	.RighInfo001278 .prod_info .price em {
		font-size: 24px;
	}

	.RighInfo001278 .tab .h1_tab span {
		font-size: 14px;
	}
}

.Relatedbox {}

.Relatedbox .re_tit {
	font-size: 24px;
	text-align: center;
	padding: 3% 0;
	color: #686868;
}

.Relatedbox .re_tit span {
	display: block;
	font-size: 16px;
	margin-top: 10px;
	color: #000;
}

@media (max-width:767px) {
	.specialMenu .menu_tit {
		font-size: 20px;
	}
}

.specialMain .pageMain-inner {
	padding: 0;
}

.specialMenu {
	background: #f5f5f5;
	height: 100%;
	padding: 25px 25px;
}

.specialMenu .menu_tit {
	margin: 0;
	font-size: 24px;
	font-weight: normal;
	padding-bottom: 10px;
}

.specialMenu .menu_tit span {
	color: #fff;
	font-size: 12px;
	background: #000;
	padding: 3px 8px;
	position: relative;
	top: -5px;
	margin-left: 10px;
	display: inline-block;
}

.specialMenu nav li:first-child {
	border-top: 1px solid #d0d0d0;
}

.specialMenu nav li {
	border-bottom: 1px solid #d0d0d0;
	padding: 10px 0;
}

.specialMenu nav li>a {
	font-size: 14px;
	color: #747270;
}

.specialMenu nav li>a i {
	font-style: normal;
	font-size: 12px;
	color: #a4a3a2;
}

.specialMenu nav li>a:hover,
.specialMenu nav li>a:hover i,
.specialMenu nav li.on>a,
.specialMenu nav li.on>a i {
	color: #000;
}

@media (min-width:1001px) {
	.specialMenu {
		width: 25%;
		float: left;
		padding: 64px 25px;
	}

}

.speciaRight {
	padding: 25px 3%;
}

@media (min-width:1001px) {
	.speciaRight {
		float: right;
		width: 75%;
		padding: 64px 3%;
	}
}

.newlist .itembox+.itembox {
	margin-top: 5%;
}

.newlist .item_head {
	position: relative;
	border-bottom: 1px solid #f0f0f0;
	padding: 5px 0 12px 0;
}

.newlist .item_head>h1 {
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.newlist .item_head>h1>a {
	color: #5d5b59;
}

.newlist .item_head>h1>a:hover {
	color: #000;
}

.newlist .item_head time {
	color: #b3b2b1;
	font-size: 12px;
}

.newlist .item_head time a {
	color: #b3b2b1;
}

.newlist .item_head time a:hover {
	color: #000;
}

.newlist .item_read {
	position: relative;
	padding: 15px 0 0;
	margin: 20px 0;
}

.newlist .item_read>span {
	position: absolute;
	top: 0;
	left: -5px;
	display: block;
	width: 51px;
	height: 29px;
	line-height: 29px;
	background: #000;
	color: #fff;
	font-size: 14px;
	text-align: center;
}

.newlist .item_read>span:after {
	content: "";
	width: 0;
	height: 0;
	border-color: transparent #858584 transparent transparent;
	border-style: dashed solid dashed dashed;
	border-width: 0 8px 4px 0;
	position: absolute;
	bottom: -4px;
	left: 0;
}

.newlist .item_read p {
	background: #f9f9f9;
	padding: 20px 15px;
	margin: 0;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	color: #757371;
}

.newlist .item_content {}

.newlist .item_content .pic {
	text-align: center;
	overflow: hidden;
}

.newlist .item_content .pic a img {
	transition: transform .5s ease-in-out;
	-ms-transition: -ms-transform .5s ease-in-out;
	-moz-transition: -moz-transform 0.5s ease-out;
	-webkit-transition: -webkit-transform 0.5s ease-out;
}

.newlist .item_content .pic a:hover img {
	transform: scale(1.05);
}

.newlist .item_content .con {
	color: #787674;
	font-size: 14px;
	margin: 20px 0;
}

.newlist .item_other {
	border-top: 2px solid #eeeeee;
	border-bottom: 2px solid #eeeeee;
	padding: 10px 0;
}

.newlist .item_other>span {
	display: inline-block;
	position: relative;
	padding-left: 18px;
}

.newlist .item_other>span+span {
	margin-left: 10px;
}

.newlist .item_other>span:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 13px;
	background: url(../images/specail_icon.png) no-repeat;
}

.newlist .item_other>span.thumbsup:before {
	background-position: 0 center;
}

.newlist .item_other>span.user:before {
	background-position: -13px center;
}

.newlist .item_other .more {
	float: right;
	color: #787674;
}

.newlist .item_other .more:hover {
	color: #000;
}

@media (min-width:641px) {
	.newlist .item_head {
		padding-right: 154px;
	}

	.newlist .item_head time {
		position: absolute;
		right: 0;
		bottom: 5px;
	}
}

@media (max-width:767px) {
	.newlist .item_head>h1 {
		font-size: 16px;
	}
}

.Timeline {
	font-size: 12px;
}

.Timeline ul {
	position: relative;
	padding: 5% 0;
}

.Timeline ul:before {
	content: "";
	width: 1px;
	height: 100%;
	position: absolute;
	left: 78px;
	background: #c9c9c9;
}

.Timeline ul li {
	position: relative;
	padding-left: 92px;
	margin-top: 15px;
	padding-bottom: 10%;
}

.Timeline ul li:before {
	content: "";
	position: absolute;
	left: 72px;
	width: 12px;
	height: 12px;
	display: block;
	border-radius: 100%;
	border: 2px solid #808080;
	background-color: #fff;
	top: 3px;
}

.Timeline ul li time {
	color: #555;
	position: absolute;
	left: 0;
	top: 0;
}

.Timeline ul li h3 {
	font-weight: normal;
	margin: 0;
}

.Timeline ul li h3 a {
	color: #7b7b7b;
}

.Timeline ul li.on a,
.Timeline ul li:hover a {
	color: #000;
}

.Timeline ul li:hover:before,
.Timeline ul li.on:before {
	border-color: #000;
	background-color: #000;
}

.specialinfo {}

.specialinfo .item_head {
	position: relative;
	border-bottom: 1px solid #f0f0f0;
	padding: 5px 0 12px 0;
}

.specialinfo .item_head>h2 {
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.specialinfo .item_head>h2>a {
	color: #5d5b59;
}

.specialinfo .item_head>h2>a:hover {
	color: #000;
}

.specialinfo .item_head time {
	color: #b3b2b1;
	font-size: 12px;
}

.specialinfo .item_head time a {
	color: #b3b2b1;
}

.specialinfo .item_head time a:hover {
	color: #000;
}

.specialinfo .item_read {
	position: relative;
	padding: 15px 0 0;
	margin: 20px 0;
}

.specialinfo .item_read>span {
	position: absolute;
	top: 0;
	left: -5px;
	display: block;
	width: 51px;
	height: 29px;
	line-height: 29px;
	background: #000;
	color: #fff;
	font-size: 14px;
	text-align: center;
}

.specialinfo .item_read>span:after {
	content: "";
	width: 0;
	height: 0;
	border-color: transparent #858584 transparent transparent;
	border-style: dashed solid dashed dashed;
	border-width: 0 8px 4px 0;
	position: absolute;
	bottom: -4px;
	left: 0;
}

.specialinfo .item_read p {
	background: #f9f9f9;
	padding: 20px 15px;
	margin: 0;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	color: #757371;
}

.specialinfo .item_content {
	color: #969696;
	font-size: 14px;
	line-height: 1.85;
}

.speciaRight .info_back {
	text-align: center;
	clear: both;
	padding: 20px 0;
}

.info_back a {
	color: #cd1701;
	font-size: 14px;
}

.info_pn span {
	display: block;
	font-size: 14px;
}

.info_pn span a {
	color: #999;
}

.info_pn span a:hover {
	color: #cd1701;
}

.info_pn>a {
	display: block;
}

.specialinfo .item_link {
	font-size: 12px;
	color: #7b7b7b;
}

.specialinfo .item_link a {
	color: #7b7b7b;
}

.specialinfo .item_link a:hover {
	color: #000;
}

@media (min-width:641px) {
	.specialinfo .item_head {
		padding-right: 154px;
	}

	.specialinfo .item_head time {
		position: absolute;
		right: 0;
		bottom: 5px;
	}
}

@media (max-width: 767px) {
	.specialinfo .item_head>h2 {
		font-size: 16px;
	}
}

.Downloadlist .itembox {
	border-bottom: 2px solid #f0f0f0;
}


.StarSingle {
	min-height: 500px;
	padding: 3% 0;
}

.ThanmelinTV {
	padding-top: 4%;
}

.ThanmelinTV .Titbox {
	text-align: center;
	margin-bottom: 3%;
}

.ThanmelinTV .Titbox h2 {
	margin: 0;
	font-weight: normal;
	color: #000000;
	font-size: 24px;
}

.ThanmelinTV .Titbox span {
	color: #8b8b8b;
	font-size: 12px;
	display: block;
}

.Topvideo video {
	width: 100%;
}

.videolist {
	overflow: hidden;
}

.videolist .ul {
	margin: 0 -1%;
}

.videolist li {
	float: left;
	width: 50%;
	padding: 2% 1%;
}

.videolist li .inner {}

.videolist li .pic {
	position: relative;
	padding-bottom: 64%;
	overflow: hidden;
}

.videolist li .pic a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.videolist li .pic a span {
	display: table;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .65);
	opacity: 0;
}

.videolist li .pic a span i {
	display: table-cell;
	background: url(../images/video.png) no-repeat center;
	width: 100%;
	height: 100%;
}

.videolist li .pic a:hover span {
	opacity: 1;
}

.videolist li .pic a {
	transition: transform .5s ease-in-out;
	-webkit-transition: -webkit-transform .5s ease-in-out;
	-moz-transition: -moz- transform.5s ease-in-out;
	-ms-transition: -ms-transform .5s ease-in-out;
}

.videolist li .pic a:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
}

.videolist li .word {
	background: #f8f8f8;
	padding: 2% 3%;
}

.videolist li .word .tit {
	color: #5a5a59;
	font-size: 16px;
	font-weight: normal;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.videolist li .word .con {
	font-size: 14px;
	margin: 0 0 10px;
	color: #8a8a89;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
}

.videolist li .word time {
	display: block;
	border-top: 1px solid #cecece;
	padding-top: 10px;
	color: #7f7f7f;
}


.videoinfo {}

.videoinfo .videoinfo_head {
	position: relative;
	border-bottom: 1px solid #d4d4d4;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.videoinfo .videoinfo_head h2 {
	font-size: 18px;
	color: #000;
	margin: 0;
	font-weight: normal;
}

.videoinfo .videoinfo_head time {
	color: #777777;
	font-size: 12px;
}

@media (min-width: 1001px) {
	.videoinfo .videoinfo_head {
		padding-right: 150px;
	}

	.videoinfo .videoinfo_head time {
		position: absolute;
		right: 0;
		bottom: 10px;
	}
}

.video_other {
	padding: 10px 0 5px;
	border-bottom: 1px solid #d4d4d4;
}

.video_other dl>* {
	display: inline-block;
	font-size: 12px;
}

.video_other dl>*+* {
	margin-left: 10px;
}

.video_other dl .Playback {
	position: relative;
	padding-left: 25px;
	color: #000;
	font-size: 10px;
}

.video_other dl .Playback:before {
	content: "";
	left: 0;
	top: 0;
	height: 100%;
	width: 16px;
	background: url(../images/video_icon.png) no-repeat center;
	display: block;
	position: absolute;
}

.video_other dl a {
	color: #666;
	border: 1px solid #e1e1e0;
	padding: 3px 6px;
}

@media (min-width: 1001px) {
	.video_other dl {
		float: left;
	}

	.video_other .share {
		float: right;
	}
}

.video_other .share .bdsharebuttonbox>em,
.video_other .share .bdsharebuttonbox>a {
	display: inline-block;
	float: none !important;
}

.video_other .share .bdsharebuttonbox>em {
	font-style: normal;
	position: relative;
	top: -10px;
}

.videoinfo .video_con {
	padding: 20px 0;
	line-height: 1.85;
	color: #989898;
	font-size: 14px;
}

.videoinfo .video video {
	width: 100%;
}

.aboutSingle {
	min-height: 700px;
}

.skintest {}

.skintest .Titbox {
	text-align: center;
	margin-bottom: 3%;
}

.skintest .Titbox h2 {
	margin: 0;
	font-weight: normal;
	color: #000000;
	font-size: 30px;
}

.skintest .Titbox span {
	color: #060609;
	font-size: 18px;
	display: block;
}

.skinproblem {
	padding: 3% 0;
	line-height: 1.85;
}

.skincate .skinproblem,
.skinproblem.skinpro {
	display: none;
}

@media (max-width: 767px) {
	.skintest .Titbox h2 {
		font-size: 24px;
	}

	.skintest .Titbox span {
		font-size: 16px;
	}
}

.skintest .jianyi {
	padding: 3% 0;
	color: #000;
	font-size: 14px;
	line-height: 1.85;
}

.skintest .jianyi .tit {
	margin: 0;
	font-weight: bold;
	font-size: 24px;
}

.skintest .jianyi .con {
	padding-top: 8px;
}

.skinproblem .skinhead {
	border-bottom: 1px solid #a6a6a6;
	font-weight: normal;
	margin: 0;
	font-size: 18px;
	padding: 0 0 15px 0;
	color: #000;
}

.skinproblem .skinhead.center {
	text-align: center;
}

.skinproblem .skinhead span {
	font-size: 14px;
	display: block;
}

.skinproblem .itembox {
	border-bottom: 1px solid #a6a6a6;
}

.skinproblem .item {
	color: #5b5b5c;
	font-size: 16px;
	padding: 15px 0;
}

.skinproblem .item dd {
	cursor: pointer;
	position: relative;
	padding-left: 25px;
}

.skinproblem .item dd .fen {
	display: none;
}

.skinproblem .item dd.on,
.skinproblem .item dd:hover {
	color: #000;
}

.skinproblem .item dd:before {
	position: absolute;
	content: "";
	display: block;
	width: 13px;
	height: 13px;
	border: 1px solid #5b5b5c;
	left: 0;
	top: 50%;
	margin-top: -6px;
}

.skinproblem .item .tit {
	margin: 0 0 15px;
	font-weight: normal;
	font-size: 16px;
}

.skinproblem .page {
	text-align: center;
	padding: 2% 0;
}

.skinproblem .page .next {
	font-size: 30px;
	color: #5b5b5c;
}

.skinproblem .probemlist {
	max-width: 737px;
	margin: 3% auto;
}

.skinproblem .probemlist li {
	float: left;
	padding: 5px;
	width: 33.3334%;
}

.skinproblem .probemlist li a {
	display: block;
	width: 100%;
	height: 44px;
	line-height: 44px;
	background: #dadada;
	color: #373739;
	font-size: 14px;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	padding: 0 5px;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
}

.skinproblem .probemlist li a:hover {
	background: #000;
	color: #fff;
}

.skintest .skincarelist {
	padding: 3% 60px;
}

.skintest .skincarelist ul {
	margin: 0;
}

.skintest .skincarelist li {
	float: none;
	width: 100%;
	padding: 0;
}

.skintest .skincarelist .owl-nav>div {
	position: absolute;
	width: 20px;
	height: 38px;
	text-indent: 9999px;
	overflow: hidden;
	top: 35%;
	margin-top: -19px;
}

.skintest .skincarelist .owl-nav>div:before,
.skintest .skincarelist .owl-nav>div:after {
	position: absolute;
	content: "";
	width: 25px;
	height: 2px;
	background-color: #d2d2d2;
	display: block;
	left: 0;
	transition: all ease-in-out .3s;
}

.skintest .skincarelist .owl-nav .owl-prev {
	left: -56px;
}

.skintest .skincarelist .owl-nav .owl-prev:before {
	transform: rotate(-45deg);
	top: 10px;
}

.skintest .skincarelist .owl-nav .owl-prev:after {
	transform: rotate(-135deg);
	bottom: 10px;
}

.skintest .skincarelist .owl-nav .owl-next {
	right: -56px;
}

.skintest .skincarelist .owl-nav .owl-next:before {
	transform: rotate(45deg);
	top: 10px;
	left: auto;
	right: 0;
}

.skintest .skincarelist .owl-nav .owl-next:after {
	transform: rotate(135deg);
	bottom: 10px;
	left: auto;
	right: 0;
}

.skintest .skincarelist .owl-nav>div:hover:before,
.skintest .skincarelist .owl-nav>div:hover:after {
	background: #000;
}

.skintest .skincarelist .owl-nav .disabled {
	display: none;
}

.skintest .backtest {
	margin: 3% 0 0;
}

.skintest .backtest a {
	display: block;
	margin: 0 auto;
	width: 69px;
	height: 69px;
	border-radius: 100%;
	background: #000;
	padding: 20px 19px;
	color: #fff;
	font-size: 15px;
	line-height: 1;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
}

.skintest .backtest a:hover {
	background: #818181;
	color: #d2d2d2;
}

.searchlist {
	min-height: 300px;
	padding: 3% 0 3% 0;
}

.searchlist li {
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #eee;
	position: relative;
	padding-right: 100px;
}

.searchlist li a {
	padding-left: 20px;
}

.searchlist li i {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -20px;
	color: #cd1701;
	font-size: 40px;
	display: block;
	font-style: normal;
}

.searchlist li time {
	position: absolute;
	right: 0;
	top: 0;
}

.Starlist {
	padding-top: 45px;
}

.Starlist .num {
	font-style: normal;
	position: absolute;
	top: 10%;
	right: 3%;
	width: 17%;
}

.Starlist .Topitem .word {
	width: 50%;
	float: right;
	padding: 6% 5% 0;
	color: #000;
}

.Starlist .Topitem .con_wap {
	display: none;
}

.Starlist .word .tit {
	font-size: 26px;
	font-weight: normal;
	margin: 0 0 15px 0;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.Starlist .word .tit a {
	color: #000;
}

.Starlist .word .tit_s {
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.Starlist .word .con {
	font-size: 14px;
	line-height: 1.85;
	margin-top: 5px;
	max-width: 300px;
}

.Starlist .word .con dl {
	position: relative;
	padding-right: 60px;
}

.Starlist .word .con dl span {
	position: absolute;
	top: 0;
	right: 0;
}

.Starlist .word .price {
	font-size: 25px;
	padding: 15px 0;
}

.Starlist .word .btn a {
	display: inline-block;
	background: url(../images/star_more.png) no-repeat;
	width: 116px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	color: #000;
}

.Starlist .word .btn a i {
	font-style: normal;
	font-family: 宋体;
	padding-left: 10px;
}

.Starlist .item {
	float: left;
	width: 48%;
	margin-top: 45px;
}

.Starlist .item:nth-child(2n+1) {
	float: right;
}

.Starlist .item .pic {
	text-align: center;
	padding-bottom: 66%;
	position: relative;
	background: #fbfbfa;
}

.Starlist .item .pic a,
.Starlist .Topitem .pic a {
	display: block;
	width: 100%;
	height: 116%;
	position: absolute;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 63%;
	transition: transform 0.5s ease-in-out;
	-webkit-transition: -webkit-transform 0.5s ease-in-out;
	-moz-transition: -moz-transform 0.5s ease-in-out;
	-ms-transition: transform 0.5s ease-in-out;
}

.Starlist .item .word {
	text-align: center;
	color: #000;
	padding: 6% 5% 0;
}

.Starlist .item .word .con {
	text-align: center;
	max-width: none;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
}

.Starlist .item .word .price {
	font-size: 18px;
}


.Starlist .Topitem {
	background: #fbfbfa;
}

.Starlist .Topitem .pic {
	width: 50%;
	text-align: center;
	float: left;
	padding-bottom: 40%;
	position: relative;
}

.Starlist .Topitem .pic a {
	height: 114%;
}

.Starlist .item:hover .pic a,
.Starlist .Topitem .pic:hover a {
	transform: scale(1.05);
}

@media (max-width:1024px) {
	.Starlist .word .tit {
		font-size: 22px;
	}

	.Starlist .word .tit_s {
		font-size: 16px;
	}

	.Starlist .Topitem .word {
		padding-top: 2%;
	}

	.Starlist {
		padding-top: 5%;
	}

	.Starlist .item {
		margin-top: 5%;
	}
}

@media (max-width:767px) {
	.Starlist .word .tit {
		font-size: 20px;
	}

	.Starlist .Topitem {
		background: no-repeat;
	}

	.Starlist .Topitem .pic a {
		background-size: 34%;
	}

	.Starlist .Topitem .pic {
		width: 100%;
		float: none;
		background: #fbfbfa;
	}

	.Starlist .Topitem .word {
		width: 100%;
		float: none;
		text-align: center;
	}

	.Starlist .Topitem .con {
		display: none;
	}

	.Starlist .Topitem .con_wap {
		display: block;
		max-width: none;
	}
}

@media (max-width:488px) {
	.Starlist .word .tit {
		font-size: 18px;
	}

	.Starlist .word .tit_s {
		font-size: 14px;
	}

	.Starlist .item {
		width: 100%;
		float: none !important;
	}

	.Starlist .item .word .con {
		height: auto;
	}
}

.NewsTips {
	position: fixed;
	top: 30%;
	left: 0;
	_position: absolute;
	display: none;
	_top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.bottom, 10)||0)-(parseInt(this.currentStyle.marginTop, 10)||0)-(parseInt(this.currentStyle.marginBottom, 10)||0)));
	z-index: 101;
}

.NewsTips .close {
	position: absolute;
	top: 5px;
	right: 5px;
	font-family: 宋体;
	font-size: 18px;
	color: #000;
	cursor: pointer;
}

.NewsTips .box {
	width: 200px;
	padding: 30px 10px 15px 10px;
	background: #f6f6f6;
}

.NewsTips .box .tit {
	font-size: 16px;
	font-weight: normal;
	margin: 0;
	color: #000;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.NewsTips .box figure {
	line-height: 20px;
	font-size: 12px;
	margin: 10px 0;
	height: 40px;
	overflow: hidden;
}

.NewsTips .box .more {
	display: block;
	width: 88px;
	font-size: 12px;
	height: 21px;
	text-align: center;
	line-height: 21px;
	background: #000;
	color: #fff;
	margin: 0;
}

.AG_page {}

.AG_page .content .tips {
	font-size: 18px;
	color: #000;
	line-height: 22px;
	padding: 5% 0 10%;
}

.AG_page .content ul li h3 {
	height: 35px;
	font-size: 18px;
	color: #000;
	border-bottom: 1px solid #5e5e5e;
	margin: 0;
	font-weight: normal;
}

.AG_page .content ul li span {
	display: inline-block;
	min-width: 248px;
	font-size: 14px;
	color: #000;
	padding-top: 10px;
}

.AG_page .content ul li span em {
	font-style: normal;
}

.AG_page .content ul li+li h3 {
	margin-top: 5%;
}

@media (min-width:768px) {
	.AG_page .pic {
		float: left;
		width: 40%;
	}

	.AG_page .content {
		float: right;
		width: 55%;
	}
}


/*商城新增样式*/
.nav2 {
	background: #000;
	height: 40px;
	z-index: 9;
}

.nav2 .nav2_btn {
	width: 225px;
	float: left;
	position: relative;
	z-index: 9;
}

.nav2 .nav2_btn .h2 {
	background: #b69878;
	color: #fff;
	font-size: 16px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	margin: 0;
}

.nav2 .nav2_btn .h2 i {
	display: inline-block;
	width: 20px;
	height: 15px;
	background: url(../images/nav2btn.png) no-repeat;
	vertical-align: middle;
	margin: -2px 5px 0 0;
}

.nav2_btn .ul {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	background: #fff;
	background: rgba(255, 255, 255, 0.8);
	padding: 10% 10% 5%;
	display: none;
}

.nav2 .nav2_btn:hover .ul {
	display: block;
}

.nav2_btn .ul li {
	margin-bottom: 20px;
}

.nav2_btn .ul li .h3 {
	margin-bottom: 5px;
}

.nav2_btn .ul li .h3 a {
	font-size: 16px;
	color: #000;
	font-weight: normal;
}

.nav2_btn li .dl dd {
	width: 50%;
	float: left;
	margin-bottom: 5px;
}

.nav2_btn li .dl dd>a {
	font-size: 12px;
	color: #666;
}

.nav2_btn .ul li .h3 a:hover,
.nav2_btn li .dl dd>a:hover,
.nav2_btn li .dl dd a.on {
	color: #b69878;
}

.nav2_btn li.li_type .dl dd {
	width: 33.33%;
}

.nav2_btn li .list {
	position: absolute;
	left: 100%;
	top: 0;
	width: 420px;
	height: 100%;
	background: #fff;
	background: rgba(255, 255, 255, 0.8);
	display: none;
}

.nav2_btn li .list .m {
	padding: 50px 42px 0;
}

.nav2_btn li .list a {
	font-size: 14px;
	color: #666;
	width: 50%;
	padding-right: 5%;
	margin-bottom: 8px;
	float: left;
}

.nav2_btn li .list a:hover {
	color: #b69878;
}

.nav2 .crumbs {
	float: left;
	padding-left: 22px;
	color: #888;
}

.nav2 .crumbs a,
.nav2 .crumbs span {
	font-size: 12px;
	color: #888;
	line-height: 40px;
}

.nav2 .crumbs a:hover {
	color: #b69878;
}

/*首页*/
.homeban .owl-theme .owl-dots {
	position: absolute;
	bottom: 16px;
	left: 0;
	width: 100%;
}

.homeban .owl-theme .owl-dots .owl-dot span {
	background: #fff;
}

.homeban .owl-theme .owl-dots .owl-dot.active span,
.homeban .owl-theme .owl-dots .owl-dot:hover span {
	background: #000;
}

.homeban .item .pic {
	width: 100%;
	height: 495px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.HomeVideo {
	padding-bottom: 125px;
}

.HomeVideo .HomeVideo_h {
	font-size: 55px;
	line-height: 55px;
	padding: 85px 0 55px;
	color: #333;
	text-align: center;
}

.HomeVideo .HomeVideo_info {
	background: #000;
	position: relative;
}

.HomeVideo .HomeVideo_info video {
	display: block;
	width: 100%;
	height: 635px;
}

.HomeVideo .HomeVideo_info .pic {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	z-index: 9;
}

.HomeVideo .HomeVideo_info .pic .play {
	width: 59px;
	height: 59px;
	background: url(../images/play.png) no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -30px 0 0 -30px;
	cursor: pointer;
}


.HomeAd1 {
	width: 100%;
	height: 540px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.HomeAd2 {
	width: 1300px;
	max-width: 100%;
	height: 400px;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.HomeAd1 a,
.HomeAd2 a {
	display: block;
	width: 100%;
	height: 100%;
}

.HomeHot {}

.HomeHot .auto {
	padding: 0 50px;
}

.HomeHot .HomeHot_h {
	padding: 100px 0 85px;
}

.HomeHot .HomeHot_h .h3,
.HomeHot .HomeHot_h .h2 {
	font-size: 34px;
	font-weight: normal;
	line-height: 1.2;
	text-align: center;
}

.HomeHot .HomeHot_h .h2 {
	font-size: 55px;
}

.HomeHot .HomeHotTop {}

.HomeHotTop .pic {
	width: 590px;
	float: left;
}

.HomeHotTop .pic img {
	width: 100%;
}

.HomeHotTop .info {
	width: 440px;
	float: right;
	text-align: center;
}

.HomeHotTop .info img {
	width: 440px;
	height: 464px;
}

.HomeHot .ul {
	padding: 0 0 90px;
}

.HomeHot .ul li {
	width: 50%;
	float: left;
}




.skincarelist {
	overflow: hidden;
}

/*.skincarelist ul{ padding:70px 60px 45px;}*/
.skincarelist li {
	float: left;
	width: 33.3334%;
	padding: 1.5% 1%;
}

.skincarelist li .inner {
	position: relative;
}

.skincarelist li .pic {
	width: 100%;
	padding-bottom: 134%;
	position: relative;
	overflow: hidden;
}

.skincarelist li .pic a {
	display: block;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.skincarelist li .pic a {
	transition: transform .5s ease-in-out;
	-webkit-transition: -webkit-transform .5s ease-in-out;
	-moz-transition: -moz- transform.5s ease-in-out;
	-ms-transition: -ms-transform .5s ease-in-out;
}

.skincarelist li .pic a:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
}

.skincarelist li .word {
	text-align: center;
	line-height: 1.85;
	padding: 5% 2%;
}

.skincarelist li .word .tit {
	margin: 0;
	font-weight: normal;
	padding: 0 10px;
	position: relative;
	font-size: 14px;
}

.skincarelist li .word .tit a {
	color: #333333;
}

.skincarelist li .word .tit span {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	font-size: 16px;
}

.skincarelist li .word .tit span.en {
	font-size: 24px;
}

.skincarelist li .word .tit a:hover {
	color: #000;
}

.skincarelist li .word .price {
	display: block;
	font-size: 14px;
	color: #000;
	margin-top: 5px;
}

.skincarelist li .star {
	margin-top: 3%;
	color: #000;
}

.skincarelist li .word .more {
	width: 100%;
	max-width: 183px;
	text-align: center;
	display: block;
	height: 32px;
	line-height: 30px;
	border: 1px solid #000;
	margin: 5px auto 0;
	color: #6a6a6a;
	font-size: 12px;
	transition: all .3s ease-in-out;
}

.skincarelist li .word .more:hover {
	color: #fff;
	background: #000;
}

/*首页*/




/*列表页*/
.ProductPart {
	padding: 40px 0 50px;
}


.ProductPart3 {
	padding: 35px 0 80px;
}

.ProductPart3 .ProductPart3_h {
	font-size: 55px;
	color: #000;
	text-align: center;
	margin-bottom: 50px;
}

.ProductPart3 .skincarelist ul {
	padding: 0;
}

.ProductPart3 .skincarelist ul li {
	width: 27.83%;
	padding: 0;
	margin-bottom: 35px;
	margin-right: 8.25%;
}

.ProductPart3 .skincarelist ul li:nth-child(3n) {
	margin-right: 0;
}

.ProductPart4 {}

.ProductPart4 .ProductPart4_h {
	font-size: 55px;
	color: #000;
	text-align: center;
	margin-bottom: 50px;
}

.ProductPart4 .skincarelist {
	padding: 0 65px 110px;
	overflow: inherit;
}

.ProductPart4 .skincarelist ul {
	padding: 0;
}

.ProductPart4 .skincarelist li {
	width: 100%;
}

.ProductPart4 .owl-theme .owl-nav {
	display: block;
}

.ProductPart4 .owl-carousel .owl-nav .owl-prev,
.ProductPart4 .owl-carousel .owl-nav .owl-next {
	margin: 0;
	padding: 0;
	font-size: 0;
	position: absolute;
	top: 22%;
	width: 60px;
	height: 100px;
}

.ProductPart4 .owl-carousel .owl-nav .owl-prev {
	left: -125px;
	background: url(../images/pd_left.png) no-repeat center;
}

.ProductPart4 .owl-carousel .owl-nav .owl-next {
	right: -125px;
	background: url(../images/pd_right.png) no-repeat center;
}

/*列表页*/



/*详情页*/
.proinfo {
	padding: 40px 0;
	padding-bottom: 60px;
}

.proinfo .img {
	float: left;
	width: 525px;
}

.proinfo .img figure img {
	width: 525px;
	height: 525px;
}

.proinfo .img li {
	float: left;
	cursor: pointer;
	width: 97px;
	padding-top: 10px;
	margin-right: 10px;
}

.proinfo .img li.end {
	margin-right: 0;
}

.proinfo .img li img {
	width: 98px;
	height: 97px;
}

.proinfo .img li.on img {
	border: 2px solid #b69878;
	width: 97px;
	height: 97px;
}

.proinfo .intro {
	width: 510px;
	float: right;
}

.proinfo .intro h1 {
	font-size: 24px;
	color: #666666;
	text-transform: capitalize;
	font-weight: normal;
}

.proinfo .intro h2 {
	font-size: 18px;
	color: #333333;
	font-weight: normal;
}

.proinfo .intro .star em {
	font-style: normal;
	color: #666666;
	font-size: 14px;
	padding-left: 15px;
}

.proinfo .intro .price {
	font-style: normal;
	color: #2e2e2e;
	font-size: 30px;
}

.proinfo .intro .price em {
	font-style: normal;
	color: #2e2e2e;
	font-size: 18px;
}

.proinfo .intro .bdsharebuttonbox {
	margin-top: 10px;
	padding-bottom: 15px;
}

.proinfo .intro .bdsharebuttonbox a {
	float: none !important;
	padding-bottom: 5px;
}

.proinfo .intro .bdsharebuttonbox a.popup_sqq {
	background-position: 0 -2652px;
}

.proinfo .intro .bdsharebuttonbox span {
	color: #666666;
	font-size: 14px;
}

.proinfo .intro .con p {
	color: #666666;
	font-size: 14px;
	line-height: 24px;
}

.proinfo .intro .box .cart {
	display: inline-table;
	width: 158px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	background: #000000;
	color: #fff;
	border-radius: 5px;
}

.proinfo .intro .box {
	margin-top: 50px;
}

.proinfo .intro .box .purchase {
	display: inline-table;
	width: 158px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	background: #b69878;
	color: #fff;
	border-radius: 5px;
	margin-left: 30px;
}

.proinfo .tab {
	padding-top: 60px;
}

.proinfo .tab .h1_tab {
	margin: 0;
	border-bottom: 1px solid #e7e8e8;
	overflow: hidden;
	font-size: 16px;
	font-weight: normal;
	color: #666;
}

.proinfo .tab .h1_tab span {
	float: left;
	width: 118px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	background-color: #f3f3f3;
	margin-right: 4px;
	cursor: pointer;
}

.proinfo .tab .h1_tab span.on {
	background-color: #b69878;
	color: #fff;
}

.proinfo .tab .info {
	padding-top: 30px;
}

.emoticons {
	width: 100%;
	margin-bottom: 20px;
}

.emoticons .publisher {
	padding-bottom: 10px;
	margin-bottom: 10px;
	position: relative;
}

.emoticons .publisher textarea {
	width: 100%;
	height: 120px;
	padding: 20px 30px;
	border: 1px solid #d5d5d5;
	resize: none;
	font-family: 微软雅黑;
	border-radius: 5px;
}

.emoticons .publisher .trigger {
	background: url(../images/bq_bg.png) no-repeat;
	width: 22px;
	height: 22px;
	display: inline-table;
}

.emoticons .publisher .trigger1 {
	background: url(../images/bq_bg1.png) no-repeat;
	width: 22px;
	height: 22px;
	display: inline-table;
	margin-left: 20px;
}

.emoticons .publisher .button {
	position: absolute;
	right: 0;
	border: none;
	background: #313131;
	color: #fff;
	font-size: 16px;
	width: 112px;
	height: 36px;
	line-height: 36px;
	border-radius: 5px;
	bottom: 10px;
	cursor: pointer;
}

.emoticons .publisher .trigger-active {
	color: #eb7350;
}

.emoticons .result {
	padding: 10px 15px;
	border: 1px dotted #d5d5d5;
	margin-top: 10px;
	height: 150px;
	line-height: 24px;
}

.emoticons .result img {
	vertical-align: middle;
}

.widget-layer {
	position: relative;
	width: 410px;
	margin-top: 8px;
	background: #fff;
	border: 1px solid #d5d5d5;
	border-radius: 2px;
}

.widget-layer:before {
	position: absolute;
	top: -16px;
	left: 2px;
	display: block;
	content: '';
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-bottom-color: #d5d5d5;
}

.widget-layer:after {
	position: absolute;
	top: -15px;
	left: 2px;
	display: block;
	content: '';
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-bottom-color: #f0f0f0;
}

.widget-layer .widget-tool {
	height: 28px;
	background: #f0f0f0;
}

.widget-layer .widget-close {
	float: right;
	width: 28px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	font-family: Arial;
	color: #333;
}

.widget-layer ul {
	width: 372px;
	margin: 0 auto;
	padding: 15px 5px 20px;
	overflow: hidden;
	list-style: none;
}

.widget-layer li {
	position: relative;
	z-index: 8;
	float: left;
	width: 30px;
	height: 30px;
	padding: 4px;
	margin-left: -1px;
	margin-top: -1px;
	border: 1px solid #d5d5d5;
	cursor: pointer;
}

.widget-layer li:hover {
	z-index: 9;
	border-color: #eb7350;
}



.evantlist {
	overflow: hidden;
	padding-top: 50px;
}

.evantlist .txt {
	text-align: center;
	margin-bottom: 50px;
}

.evantlist .txt h3 {
	color: #000000;
	font-size: 24px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

.evantlist .txt span {
	font-size: 16px;
	color: #8f8f8f;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-top: 10px;
	display: block;
}

.evantlist ul {}

.evantlist li {
	float: left;
	width: 316px;
	margin-right: 90px;
}

.evantlist li.end {
	margin-right: 0;
}

.evantlist li .inner {
	position: relative;
}

.evantlist li .pic {
	width: 100%;
	padding-bottom: 100%;
	position: relative;
	overflow: hidden;
}

.evantlist li .pic a {
	display: block;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.evantlist li .pic a {
	transition: transform .5s ease-in-out;
	-webkit-transition: -webkit-transform .5s ease-in-out;
	-moz-transition: -moz- transform.5s ease-in-out;
	-ms-transition: -ms-transform .5s ease-in-out;
}

.evantlist li .pic a:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
}

.evantlist li .word {
	text-align: center;
	line-height: 1.85;
	padding: 5% 2%;
}

.evantlist li .word .tit {
	margin: 0;
	font-weight: normal;
	padding: 0 10px;
	position: relative;
	font-size: 14px;
}

.evantlist li .word .tit a {
	color: #333333;
}

.evantlist li .word .tit span {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	font-size: 16px;
}

.evantlist li .word .tit span.en {
	font-size: 24px;
}

.evantlist li .word .tit a:hover {
	color: #000;
}

.evantlist li .word .price {
	display: block;
	font-size: 16px;
	color: #000;
	margin-top: 5px;
}

.evantlist li .star {
	margin-top: 3%;
	color: #000;
}

.evantlist li .word .more {
	width: 100%;
	max-width: 183px;
	text-align: center;
	display: block;
	height: 32px;
	line-height: 30px;
	border: 1px solid #000;
	margin: 5px auto 0;
	color: #000;
	font-size: 14px;
	transition: all .3s ease-in-out;
}

.evantlist li .word .more:hover {
	color: #fff;
	background: #000;
}

/*详情页*/

/*注册*/
.form_box {
	padding: 40px 0;
	padding-bottom: 110px;
}

.form_box .wrap-container {
	position: relative;
	display: table;
	width: 100%;
}

.form_box .pic {
	width: 50%;
	display: table-cell;
}

.form_box .pic img {
	width: 100%;
}

.form_box .box {
	background: #fff;
	display: table-cell;
	width: 50%;
	vertical-align: middle;
	padding: 0 3%;
	border: 1px solid #e4e4e4;
	border-left: none;
}

.form_box .box-inner {
	margin: 0 auto;
}

.form_box .box-inner .tab .on {
	font-size: 23px;
	color: #333333;
	text-align: center;
	display: block;
	margin-bottom: 30px;
	font-weight: bold;
}

.form_box .box-inner .con li {
	margin-bottom: 22px;
}

.form_box .box-inner .con .label {
	float: left;
	width: 95px;
	height: 45px;
	line-height: 45px;
	text-align: right;
}

.form_box .box-inner .con .inp {
	float: right;
	width: 385px;
	position: relative;
}

.form_box .box-inner .con .inp .text {
	width: 360px;
	height: 45px;
	line-height: 45px;
	background-color: #fff;
	border: 1px solid #e4e4e4;
	padding: 0 10px;
	transition: 0.3s;
}

.form_box .box-inner .con .inp .text1 {
	width: 250px
}

.form_box .box-inner .con .inp .text2 {
	width: 105px;
	height: 45px;
	line-height: 45px;
	background: #000;
	color: #fff;
}

.form_box .box-inner .con .inp .text:focus {
	border-color: #000;
}

.form_box .box-inner .con .inp em {
	font-style: normal;
	color: #e30808;
	padding-left: 10px;
}

.form_box .box-inner .con .inp span {
	color: #666666;
	padding-left: 5px;
}

.form_box .box-inner .con .inp span a {
	color: #666666;
}

.form_box .box-inner .con .inp .but {
	background: #000;
	color: #fff;
	height: 45px;
	line-height: 45px;
	border-radius: 30px;
	border: none;
	width: 360px;
	font-size: 18px;
	cursor: pointer;
}

.form_box .box-inner .con .inp p {
	margin-bottom: 0;
	line-height: 40px;
	height: 40px;
	display: inline-flex;
}

.form_box .box-inner .con .inp .qq {
	display: inline-table;
	background: url(../images/qq_ico.png) no-repeat;
	width: 35px;
	height: 35px;
	margin-left: 10px;
	margin-right: 10px;
}

.form_box .box-inner .con .inp .weixin {
	display: inline-table;
	background: url(../images/wx_ico.png) no-repeat;
	width: 35px;
	height: 35px;
	margin-right: 10px;
}

.form_box .box-inner .con .inp span.span {
	font-size: 12px;
}

.form_box .box-inner .con .inp span.span a {
	font-size: 12px;
	color: #000;
}

.form_box .box-inner .con .inp .wangji {
	position: absolute;
	right: 20px;
	color: #666666;
	top: 3px;
}

.form_box .box-inner .con .inp .yan {
	width: 98px;
	height: 45px;
	padding-left: 8px;
}

/*注册*/



/*购物车*/
.box_min {
	margin-top: 40px;
	padding-bottom: 75px;
}

.left_min {
	float: left;
	width: 190px;
	border: 1px solid #e4e4e4;
}

.right_min {
	float: right;
	width: 920px;
}

.menu_c {
	padding-bottom: 50px;
}

.menu_c header {
	height: 40px;
	line-height: 40px;
	background: #000;
	color: #fff;
	font-size: 18px;
	text-align: center;
}

.menu_c header span {
	display: block;
	font-family: Arial;
	padding-top: 3px;
	font-size: 14px;
	text-transform: uppercase;
}

.menu_c li {
	font-size: 16px;
}

.menu_c li a {
	display: block;
	line-height: 50px;
	padding-left: 50px;
	position: relative;
	color: #333333;
}

.menu_c li a.aon,
.menu_c li a:hover {
	color: #b69878;
	background-position: 20px bottom;
}

.menu_c li a.aon::before {
	background: #b69878;
}

.menu_c li a:hover:before {
	background: #b69878;
}

.menu_c li a:before {
	content: '';
	position: absolute;
	width: 10px;
	height: 2px;
	background: #333333;
	top: 25px;
	left: 22px;
}



.shopping_cart .redcolor {
	color: #b69878;
}

.shopping_cart .yichu {
	border: solid 1px #e4e4e4;
	background: #f6f6f6;
	color: #7c7c7c;
	font-size: 12px;
	padding: 4px 12px;
	border-radius: 3px;
}

.shopping_cart .yellowcolor {
	color: #f6aa00;
}

.shopping_cart .iradio {
	position: absolute;
	top: 45%;
	left: 20px;
	display: block;
	width: 17px;
	height: 17px;
	background: url(../images/shop_icon.png) no-repeat 0 0;
}

.shopping_cart .iradio.unradiobtn {
	background-position: 0 -48px;
}

.shopping_cart .iradio.radiobtn {
	background-position: 0 -2px;
}

.shopping_cart .m_numberSelect {
	display: inline-block;
	position: relative;
	background-color: #FFF;
	width: 96px;
}

.shopping_cart .m_numberSelect .i_minus,
.shopping_cart .m_numberSelect .i_add {
	width: 27px;
	height: 22px;
	line-height: 22px;
	display: inline-block;
	color: #796767;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	float: left;
	background: #efefef;
}

.shopping_cart .m_numberSelect .numberInput {
	width: 40px;
	color: #7c7c7c;
	font-size: 14px;
	text-align: center;
	line-height: 22px;
	border: none;
	display: inline-block;
	height: 22px;
	float: left;
	background: #efefef;
	margin: 0 1px;
}

.shopping_cart .cartall {
	line-height: 50px;
	height: 50px;
	background: #efefef;
}

.shopping_cart p {
	float: right;
	padding-right: 20px;
	font-size: 12px;
}

.shopping_cart p em {
	font-weight: bold;
	color: #b69878;
	font-style: normal;
	font-size: 14px;
}

.shopping_cart a.clearcart {
	padding-left: 20px;
	color: #999;
}

.shopping_cart .cartbtns {
	margin-top: 30px;
	text-align: right;
}

.shopping_cart .cartbtns a {
	width: 120px;
	height: 42px;
	line-height: 42px;
	font-size: 16px;
	text-align: center;
	display: inline-block;
	border-radius: 5px;
	color: #fff;
}

.shopping_cart a.cartsubmit {
	background: #000;
}

.shopping_cart .cartbtns a.goshop {
	background: #b69878;
}


.shopping_cart .item {
	padding-bottom: 25px;
}

.shopping_cart .item-inner {
	border: #e5e5e5 1px solid;
	color: #666;
}

.shopping_cart .item-head {
	font-size: 12px;
	height: 50px;
	line-height: 50px;
	position: relative;
	background: #f9f9f9;
	display: table;
	width: 100%;
	text-align: center;
	font-weight: bold;
}

.shopping_cart .item-inner .item-body {
	border-top: solid 1px #e5e5e5;
}

.shopping_cart .item-head em {
	font-style: normal;
}

.shopping_cart .item-head span {
	display: table-cell;
	font-size: 14px;
	font-weight: normal;
	color: #7f7f7f;
}

.shopping_cart .item-head .span1 {
	width: 45px;
}

.shopping_cart .item-head .span3,
.shopping_cart .item-head .span4,
.shopping_cart .item-head .span5,
.shopping_cart .item-head .span6 {
	width: 13%;
}

.shopping_cart .item-list {
	display: table;
	width: 100%;
	text-align: center;
	line-height: 1.425;
}

.shopping_cart .item-td {
	display: table-cell;
	vertical-align: middle;
	padding: 10px;
	width: 15%;
}

.shopping_cart .item-td+.item-td {
	border-left: 1px solid #f2f2f2;
}

.shopping_cart .item-list+.item-list .item-td {
	border-top: 1px solid #f2f2f2;
}

.shopping_cart .pro {
	width: 45%;
	position: relative;
	padding-left: 50px;
}

.shopping_cart .pro .pic {
	position: relative;
	max-width: 97px;
	display: table;
	float: left;
	height: 97px;
	width: 45%;
}

.shopping_cart .pro .pic a {
	display: table-cell;
	vertical-align: middle;
}

.shopping_cart .pro .pic a img {
	max-width: 100%;
	max-height: 92px;
}

.shopping_cart .pro .tit {
	padding-left: 15px;
	text-align: left;
	display: table;
	float: left;
	height: 97px;
	width: 65%;
}

.shopping_cart .pro .tit a {
	display: table-cell;
	vertical-align: middle;
	color: #000;
}

.shopping_cart .pro .tit a span {
	color: #969191;
	display: block;
	font-size: 12px;
}

.shopping_cart .item-td .jin {
	color: #b69878;
	font-size: 14px;
	font-weight: bold;
}

/*购物车*/

/*提交订单*/
.order_top {
	margin-bottom: 20px;
	border-bottom: 1px solid #b69878;
}

.order_top h3 {
	font-size: 18px;
	color: #b69878;
	font-weight: normal;
	line-height: 2.2em;
}

.order_mid {
	border: 1px solid #efefef;
	margin-bottom: 20px;
}

.order_mid h4 {
	background-color: #efefef;
	height: 47px;
	line-height: 47px;
	padding: 0 25px;
	font-size: 14px;
	color: #7f7f7f;
	font-weight: normal;
}

.order_mid .consignee {
	padding: 15px 50px;
	overflow: hidden;
}

.order_mid .input {
	width: 50%;
	overflow: hidden;
	float: left;
	padding: 15px 0;
}

.order_mid label {
	font-size: 14px;
	color: #666;
	display: block;
	float: left;
	width: 130px;
	text-align: right;
	height: 33px;
	line-height: 33px;
	padding-right: 10px;
}

.order_mid .text {
	border: 1px solid #efefef;
	background-color: #fff;
	height: 33px;
	width: 262px;
	display: block;
	float: left;
	padding: 0 5px;
}

.order_mid .textarea {
	padding: 15px 0;
	overflow: hidden;
	clear: both;
}

.order_mid textarea {
	border: 1px solid #efefef;
	background-color: #fff;
	display: block;
	float: left;
	width: 671px;
	height: 109px;
	padding: 5px;
}

.order_mid .warning {
	margin-left: 125px;
	font-size: 12px;
	color: #b69878;
	clear: both;
	padding: 15px 0;
}

.order_mid .payment {
	overflow: hidden;
	border-top: 1px solid #efefef;
	padding: 11px 55px;
}

.order_mid .radio {
	float: left;
	line-height: 33px;
	padding-right: 35px;
}

.order_mid .radio input {
	margin-right: 5px;
}

.order_btm .proList {
	border: 1px solid #efefef;
	margin-bottom: 20px;
}

.order_btm dl {
	display: table;
	width: 100%;
}

.order_btm dd {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 14px;
}

.order_btm dd span {
	font-weight: bold;
	color: #b69878;
}

.order_btm dd a {
	display: block;
}

.order_btm dl.title {
	background-color: #efefef;
	height: 47px;
	color: #7f7f7f;
}

.order_btm .name {
	width: 455px;
}

.order_btm .amount {
	width: 150px;
}

.order_btm .number {
	width: 150px;
}

.order_btm .total {
	width: 163px;
}

.order_btm dl.item {
	border-top: 1px solid #efefef;
}

.order_btm dl.item dd {
	padding: 12px 0;
	color: #7c7c7c;
	border-left: 1px solid #efefef;
	overflow: hidden;
}

.order_btm dl.item .name {
	padding: 12px 25px;
	border-left: none;
	text-align: left;
}

.order_btm .pic {
	width: 80px;
	height: 90px;
	position: relative;
	overflow: hidden;
	float: left;
}

.order_btm .pic img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.order_btm .info {
	padding-left: 25px;
	display: table-cell;
	height: 90px;
	vertical-align: middle;
}

.order_btm .info .cn {
	color: #000;
	font-size: 14px;
	line-height: 1.5em;
	margin-bottom: 5px;
}

.order_btm .info .en {
	color: #a3a3a3;
	font-size: 12px;
	line-height: 1.5em;
}

.order_btm .cost {
	background-color: #efefef;
	height: 47px;
	line-height: 47px;
	padding: 0 25px;
	font-size: 14px;
	color: #7f7f7f;
	font-size: 12px;
	overflow: hidden;
	margin-bottom: 30px;
}

.order_btm .cost .data {
	float: right;
}

.order_btm .cost span {
	font-size: 14px;
	color: #b69878;
	font-weight: bold;
	padding: 0 5px;
}

.order_btm .submit {
	overflow: hidden;
}

.order_btm .submit input {
	color: #fff;
	background-color: #b69878;
	width: 116px;
	height: 40px;
	cursor: pointer;
	float: right;
	border-radius: 5px;
	font-size: 16px;
	border: none;
}

/*订单中心*/
.order_box {
	background: #fff;
}

.order_box .bluecolor {
	color: #b69878;
}

.order_box .yellowcolor {
	color: #b69878;
}

.order_box .graycolor {
	color: #b69878;
}


.order_box .shop-head {
	padding-bottom: 3%;
	height: 43px;
	line-height: 43px;
}

.order_box .shop-head .tabs li {
	float: left;
	width: 132px;
	text-align: center;
	font-size: 14px;
	position: relative;
	background: #efefef;
	border-radius: 3px;
	margin-right: 10px;
}

.order_box .shop-head .tabs li a {
	display: block;
	color: #505050;
}

.order_box .shop-head .tabs li.on {
	background: #000;
	color: #fff;
}

.order_box .shop-head .tabs li.on a {
	color: #fff;
}

.order_box .shop-head .tabs li:hover a {
	color: #fff;
}

.order_box .shop-head .tabs li:hover {
	background: #000;
}

@media only screen and (max-width:767px) {
	.order_box .shop-head {
		background: no-repeat;
		height: auto;
		margin-top: 15px;
	}

	.order_box .shop-head .tabs li {
		min-width: 1px;
		padding: 0 10px;
	}
}

@media only screen and (max-width:480px) {
	.order_box .shop-head .tabs li {
		padding: 0 3px;
	}
}

.order_box .shop-list {
	padding-top: 25px;
}

.order_box .item {
	padding-bottom: 25px;
}

.order_box .item-inner {
	border: #e5e5e5 1px solid;
	color: #666;
}

.order_box .item-head {
	font-size: 14px;
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
	position: relative;
	background: #efefef;
}

.order_box .item-head>* {
	display: inline-block;
	text-align: center;
}

.order_box .item-head>*+* {
	padding-left: 20px;
}

.order_box .item-head span {
	color: #6a6a6a;
	font-size: 14px;
}

.order_box .item-head span.total {
	padding-left: 295px;
}

.order_box .item-head>* b {
	font-weight: normal;
}

.order_box .item-head .number {
	text-align: left;
}

.order_box .item-head .number+.number {
	padding-left: 85px;
}

.order_box .item-head .number b {
	font-weight: normal;
}

.order_box .item-head .statue {
	text-align: right;
	float: right;
}

.order_box .item-list {
	display: table;
	width: 100%;
	text-align: center;
}

.order_box .item-td {
	display: table-cell;
	vertical-align: middle;
	padding: 10px;
}

.order_box .item-td .info .bluecolor {
	color: #009ee8;
}

.order_box .item-td .item-td_inner .bluecolor1 {
	color: #009ee8;
	display: block;
}

.order_box .item-td .item-td_inner .bluecolor2 {
	color: #999999;
	display: block;
}

.order_box .item-td+.item-td {
	border-left: 1px solid #f2f2f2;
}

.order_box .item-list+.item-list .item-td {
	border-top: 1px solid #f2f2f2;
}

.order_box .paystatus {
	display: block;
}

.order_box .pro {
	width: 40%;
}

.order_box .pro .box>* {
	display: table;
	float: left;
	height: 97px;
	width: 70%;
}

.order_box .pro .pic {
	position: relative;
	max-width: 97px;
}

.order_box .pro .pic a {
	display: table-cell;
	vertical-align: middle;
}

.order_box .pro .pic a img {
	max-width: 100%;
	max-height: 97px;
}

.order_box .pro .tit {
	padding-left: 15px;
	text-align: left;
}

.order_box .pro .tit a {
	display: table-cell;
	vertical-align: middle;
	font-size: 16px;
}

.order_box .pro .tit a {
	display: table-cell;
	vertical-align: middle;
	color: #000;
}

.order_box .pro .tit a span {
	color: #969191;
	display: block;
	font-size: 12px;
}

/*订单中心*/




/*分页*/
.Page000793 .Pages {
	padding: 20px 0;
	text-align: center;
	line-height: 23px;
	zoom: 1;
	overflow: hidden;
}

.Page000793 .Pages a {
	display: inline-block;
	height: 35px;
	margin: 0;
	font-size: 12px;
	line-height: 35px;
}

.Page000793 .p_cur,
.Page000793 .p_count,
.Page000793 .p_total,
.Page000793 .p_jump {
	display: none;
}

.Page000793 .p_page {
	padding: 0px 5px;
	display: inline-block;
}

.Page000793 .p_page a {
	color: #5f5c4d;
	border: solid 1px #ececec;
	display: inline-block;
	padding: 0 12px;
	overflow: hidden;
	position: relative;
	background-color: #fff;
}

.Page000793 .p_page .a_prev,
.Page000793 .p_page .a_next {
	width: 80px;
}

.Page000793 .p_page .num a {
	width: 35px;
}

/*hover*/
.Page000793 .p_page .a_first:hover,
.Page000793 .p_page .a_end:hover,
.Page000793 .p_page .a_prev:hover,
.Page000793 .p_page .a_next:hover,
.Page000793 .p_page .num a:hover,
.Page000793 .p_page .num .a_cur {
	background: #000;
	color: #fff;
}

.Page000793 em {
	font-style: normal;
}

/*分页*/

/*账户信息*/
.from_min .from {
	border: solid 1px #e4e4e4;
	margin-top: 25px;
	padding: 50px 80px;
	padding-bottom: 110px;
}

.from_min .from h1 {
	margin: 0;
	font-size: 20px;
	text-align: center;
	color: #000000;
	margin-bottom: 50px;
}

.from_min .from .btn {
	cursor: pointer;
	border: none;
	font-size: 16px;
	color: #fff;
	background: #b69878;
	width: 118px;
	height: 40px;
	line-height: 40px;
	border-radius: 5px;
}

.from_min .from .f_name {
	width: 130px;
	padding-right: 15px;
	text-align: right;
	color: #919191;
}

/*.from_min .from table{ max-width:535px;}*/
.from_min .from td {
	line-height: 35px;
	padding-bottom: 25px;
	vertical-align: top;
}

.from_min .from .text {
	width: 340px;
	border: 1px solid #e4e4e4;
	height: 40px;
	line-height: 40px;
	padding: 0 2%;
}

.from_min .from .textcode {
	width: 80px;
}

.from_min .from .text:focus {
	border-color: #000;
	transition: all ease 0.5s;
}

.from_min .from .text1 {
	width: 600px;
}

.from_min .form_err {
	color: #df2130;
}

.from_min #is_default {
	width: 20px;
}

/*账户信息*/

/*地址簿*/
.from_min .add_min {
	border: solid 1px #e4e4e4;
	margin-top: 25px;
	padding: 50px 25px;
	padding-bottom: 110px;
}

.from_min .add_min h1 {
	margin: 0;
	font-size: 20px;
	text-align: center;
	color: #000000;
}

.from_min .add_min .tianjia {
	background: #b69878;
	color: #fff;
	font-size: 14px;
	width: 162px;
	height: 42px;
	line-height: 42px;
	display: block;
	text-align: center;
	border-radius: 5px;
	position: relative;
	text-indent: 15px;
	margin-top: 50px;
	margin-bottom: 20px;
}

.from_min .add_min .tianjia:before {
	position: absolute;
	content: '';
	background: url(../images/tianjia.png)no-repeat;
	width: 20px;
	height: 20px;
	left: 20px;
	top: 12px;
}

.from_min .add_min table {
	width: 100%;
	border: solid 1px #e4e4e4;
	border-collapse: collapse;
	border-spacing: 0;
}

.from_min .add_min table th {
	background: #efefef;
	color: #7f7f7f;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	border: none;
	padding: 0 15px;
	height: 50px;
	line-height: 50px;
}

.from_min .add_min table td {
	text-align: center;
	font-size: 14px;
	border: solid 1px #e4e4e4;
	padding: 25px 25px;
}

.from_min .add_min table td.color1 {
	color: #b69878;
}

.from_min .add_min table td.color2 {
	color: #009ee8;
}

/*地址簿*/

/*退出登录*/

.black_overlay {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 99;
	background: rgba(0, 0, 0, 0.70);
}

.white_content {
	position: fixed;
	top: 25%;
	left: 0;
	right: 0;
	bottom: 20%;
	background-color: #fff;
	z-index: 1002;
	overflow: auto;
	border-radius: 10px;
}

.white_content_small {
	display: none;
	position: absolute;
	top: 20%;
	left: 30%;
	width: 40%;
	height: 50%;
	border: 16px solid lightblue;
	background-color: white;
	z-index: 1002;
	overflow: auto;
}

.white_content .colse {
	text-align: right;
	cursor: default;
	height: 20px;
	margin-right: 15px;
	font-size: 16px;
}

.white_content .colse span {
	cursor: pointer;
	display: block;
	background: url(../images/colse.png) no-repeat;
	width: 20px;
	height: 20px;
	float: right;
}

.white_content .ul li {
	padding: 5px 10px;
	margin: 10px;
}

.white_content .ul li .textarea {
	line-height: 20px !important;
	height: 60px !important;
}

.valueAdded {
	max-width: 465px;
	max-height: 245px;
	margin: 0 auto;
	padding-top: 10px;
}

.valueAdded .tip {
	text-align: center;
	font-size: 18px;
	padding: 5px 0;
	color: #000;
	padding-top: 40px;
}

.white_content .exam .exam_but {
	border: none;
	width: 120px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	background: #b69878;
	font-weight: normal;
	color: #fff;
	margin: 10px auto;
	border-radius: 5px;
	display: block;
	margin-top: 20px;
	font-size: 16px;
	cursor: pointer;
}

/*退出登录*/



/*网站地图*/
.ul_sitemap li {
	border-bottom: dotted 1px #ddd;
	padding: 5px 0px;
}

.ul_sitemap li strong {
	width: 90px;
	display: inline-block;
}

.buyaction {
	padding: 3% 0;
}

.buyaction .auto {
	max-width: 290px;
	margin: 0 auto;
}

.buyaction .sp-title {
	color: #b69878;
	margin: 0;
	font-size: 18px;
}

.buyaction .buycar table td {
	padding: 10px 10px;
}

.buyaction .buycar table td.td1 {
	text-align: right;
	width: 60px;
	padding-left: 0;
	padding-right: 0;
}

.buyaction .buycar table th {
	text-align: left;
	padding: 10px 0;
}

.buyaction .btns {
	text-align: center;
}

.buyaction .btns input {
	display: block;
	background: #b69878;
	color: #fff;
	border-radius: 5px;
	padding: 5px 15px;
	text-align: center;
	font-weight: normal;
	border: none;
	margin-top: 20px;
	cursor: pointer;
}


.footer .footer-shop {
	text-align: center;
}

.footer .footer-shop a {
	display: inline-block;
	margin: 24px 20px;
	font-size: 16px;
}
