﻿*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;list-style:none;outline:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;text-decoration:none;}body,html{height:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-webkit-font-smoothing:antialiased;}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{color:#000;background:#ff0}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em;bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{font:inherit;margin:0;color:inherit;outline:0}button{overflow:visible}button,select{text-transform:none}button,input[type=button],input[type=reset],input[type=submit]{cursor:pointer;-webkit-appearance:button;}button[disabled],input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}input{line-height:normal}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type="number"]{-webkit-appearance:none}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto;-webkit-appearance:none;}input[type=search]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-moz-placeholder{color:#999}::-webkit-input-placeholder{color:#999}:-ms-input-placeholder{color:#999}fieldset{margin:0 2px;padding:.35em .625em .75em;border:1px solid silver}legend{padding:0;border:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-spacing:0;border-collapse:collapse}td,th{padding:0}input:-webkit-autofill,textarea:-webkit-autofill, select:-webkit-autofill{background: #fff !important;}
body{ 
	background-color: #fff;
	font-size: 14px;
	font-family: "PingFang SC","微软雅黑","Arial";
	-webkit-text-size-adjust:none;
}
a{ 
	color: #333;
	text-decoration: none;
	transition: color 0.3s linear;
}
.clear{
	clear: both;
}
.maincenter{ 
	width: 1220px;
	margin: 0 auto;
}
.transition{
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
/*common top nav*/
.nav-wrap-abs{
	width: 100%;
	height: 95px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
.showtpl-nav{
	height: 100px;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,.1);
	box-shadow: 0px 0px 5px rgba(0,0,0,.1);
	position: static;
}
.showtpl-nav .nav-list li{
	line-height: 43px;
}
.nav-container{
	height: 100%;
	padding: 25px 0;
	overflow: hidden;
}
.showtpl-nav .nav-container{
	padding: 13px 0;
}
.web-logo{
	float: left;
	width: 40px;
	height: 40px;
}
.nav-list{
	float: right;
	width: 582px;
}
.nav-list li{
	float: left;
	width: 65px;
	text-align: center;
	margin-left: 18px;
}
.nav-list li a:after{
	content: "";
	margin: 0 auto;
	display: block;
	width: 0;
	height: 1px;
	background-color: #000;
	margin-top: 10px;
	opacity: 0;

	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.nav-list li a:hover::after, .nav-list li.current a:after{
	width: 2em;
	opacity: 1;
}
.nav-list li a{
	color: #666;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.nav-list li.current a,.nav-list li a:hover{
	color: #333;
}
.nav-container[data-goods] .nav-list li a{
	color: rgba(190,190,190,0.8);
}
.nav-container[data-goods] .nav-list li.current a{
	color: rgba(255,255,255,0.8);
}
.nav-container[data-goods] .nav-list li a:hover::after, .nav-container[data-goods] .nav-list li.current a:after{
	background-color: rgba(255,255,255,0.8);
}
/*index-banner start*/
.index-banner{
	width: 100%;
	height: auto;
	position: relative;
}
.index-banner img{
	width: 100%;
	display: block;
	max-width: 1920px;
	min-width: 1220px;
}
.slider-bars{
	width: 112px;
	height: 57px;
	position: absolute;
	bottom: 0;
	right: calc((100% - 1220px) / 2);
	right: -ms-calc((100% - 1220px) / 2);
	right: -webkit-calc((100% - 1220px) / 2);
	right: -moz-calc((100% - 1220px) / 2);
	z-index: 8;
	font-size: 0;
}
.slider-bar{
	width: 56px;
	height: 57px;
	display: inline-block;
	text-align: center;
	line-height: 57px;
	color: #fff;
	background-color: rgba(0,0,0,0.8);
	cursor: pointer;
}
.slider-bar:hover{
	background-color: rgba(0,0,0,1);
}
/*index-ads*/
.index-ads{
	overflow: hidden;
	margin: 68px auto;
}
.index-ad{
	width: 390px;
	height: 290px;
	overflow: hidden;
	float: left;
	margin-right: 25px;

	position: relative;
}
.index-ad img{
	width: 100%;
	display: block;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.index-ad:hover img{
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.index-ad .title-ceng{
	width: 100%;
	height: 60px;
	line-height: 60px;
	color: #fff;
	background-color: rgba(0,0,0,0.5);
	padding: 0 20px;

	position: absolute;
	bottom: 0;
	left: 0;
}
.index-ad .title-ceng:after{
	content: '\e611';
	font-family: 'iconfont';
	font-size: 16px;
	float: right;

}
.index-ads .index-ad:last-child{
	margin-right: 0;
}
.line-hr{
	width: 100%;
	height: 1px;
	background-color: #d6d6d6;
}
/*index-news*/
.index-news{
	overflow: hidden;
	padding: 70px 0;
}
.index-part-tag{
	text-align: center;
	color: #333;
	font-size: 20px;
	margin-bottom: 60px;
}
.index-part-tag span{
	display: block;
	color: #666;
	margin-top: 5px;
	font-size: 12px;
	text-transform: uppercase;
}
.index-news-item{
	width: 340px;
	float: left;
	margin-right: 100px;
}
.index-news .index-news-item:nth-last-of-type(2){
	margin-right: 0;
}
.news-inputDate{
	padding: 15px 0;
	font-size: 12px;
	color: #999;
	font-family: 'PingFang SC' Arial;
	border-bottom: #e5e5e5 1px solid;
	position: relative;
}
.news-inputDate:after{
	content: "";
	display: block;
	width: 0;
	height: 1px;
	background-color: #000;
	position: absolute;
	bottom: -1px;
	left: 0;

	-webkit-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.news-inputDate span{
	color: #333;
	font-size: 36px;
	letter-spacing: 2px;
} 
.news-title{
	margin: 26px 0 20px 0;
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #333;
}
.news-title:hover{
	color: #000;
}
.news-description{
	line-height: 24px;
	color: #666;
	font-size: 12px;
	margin-bottom: 40px;
}
.news-link{
	color: #999;
	font-size: 12px;
	opacity: 0;
	visibility: hidden;
	display: block;
	transform: translateY(20px);
}

.index-news-item:hover .news-link{
	color: #333;
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.index-news-item:hover .news-inputDate:after{
	width: 100%;
}
.news-seemore{
	text-align: center;
	padding-top: 60px;
}
.com-btn{
	padding: 8px 25px;
	color: #fff;
	background-color: #000;
	/*display: block;*/
}
.com-btn:hover{
	background-color: rgba(0,0,0,0.8);
}

/*index-ad-area*/
.index-ad-area img{
	width: 100%;
	display: block;
}

/*index-service*/
.index-service{
	overflow: hidden;
	padding: 70px 0;
}
.index-service-item{
	width: 230px;
	height: 380px;
	margin-right: 17px;
	float: left;

	position: relative;
}
.index-service .index-service-item:last-of-type{
	margin-right: 0;
}
.service-type-img{
	width: 230px;
	height: 380px;
	
	-webkit-filter: grayscale(80%); 
	-moz-filter: grayscale(80%); 
	-ms-filter: grayscale(80%); 
	-o-filter: grayscale(80%); 
	filter: grayscale(80%); 
	
	
	-webkit-transition: all 0.5s linear ;
	-o-transition: all 0.5s linear ;
	transition: all 0.5s linear;
}
.zoomInfo{
	padding: 0 24px;
	background-color: rgba(0,0,0,0.3);
	
	height: 60px;
	overflow: hidden;

	bottom: 0;
	left: 0;
	position: absolute;
	color: #fff;
}
.zoomInfo .service-title{
	line-height: 60px;
	font-size: 16px;
	white-space: nowrap;
	text-align: center;
}
.zoomInfo .service-text{
	line-height: 20px;
	font-size: 12px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.zoomInfo .service-more{
	font-size: 10px;
	font-family: Arial;
	margin-bottom: 24px;
	margin-top: 28px;
	color: #ccc;
}
.index-service-item:hover .service-type-img{
	-webkit-filter: none; 
	-moz-filter: none; 
	-ms-filter: none; 
	-o-filter: none; 
	filter: none; 
	filter: none; 
}
.index-service-item:hover .zoomInfo .service-title{
	text-align: left;
	padding-top: 8px;
	line-height: 50px;
}
.index-service-item:hover .zoomInfo{
	height: 180px;
	background-color: rgba(0,0,0,0.9);
}
/*foot-wrap*/
.foot-wrap{
	background-color: #eaeaea;
	width: 100%;
}
.footer{
	height: 210px;
	overflow: hidden;
	padding: 40px 0;
}
.footer-l{
	width: 450px;
	padding-left: 20px;
	float: left;
}
.footer-nav{
	display: block;
	padding: 20px 0 25px 0;
	font-size: 14px;
	color: #ccc;
}
.footer-nav a{
	color: #333;
}
.footer-nav a:hover{
	text-decoration: underline;
}
.footer-copy{
	display: block;
	font-size: 12px;
	color: #999;
	line-height: 20px;
	font-family: Arial;
}
.rcode{
	float: right;
}
/*second-banner*/
.second-banner{
	width: 100%;
	max-width: 1920px;
	max-height: 380px;
	margin: 0 auto;
	overflow: hidden;
}
.second-banner img{
	width: 100%;
	display: block;
}
.news-list-wrap{
	padding: 60px 0;
}
.tab-type-nav{
	height: 30px;
	margin-bottom: 20px;
	overflow: hidden;
}
.tab-type-nav li{
	float: left;
	margin-right: 10px;
}
.tab-type-nav li a{
	color: #666;
	padding: 0 25px;
	display: block;
	height: 30px;
	line-height: 30px;
}
.tab-type-nav li.thisone a{
	background-color: rgb(0,0,0);
	color: #fff;
}
.news-item{
	padding: 50px 0;
	border-bottom: #f9f9f9 1px solid;
	overflow: hidden;
	-webkit-transition:  all 0.3s ease-in-out;
	-o-transition:  all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.news-item:hover{
	background-color: #f9f9f9;
}
.news-item .news-inputDate{
	width: 200px;
	float: left;
	border-bottom: none;
	-webkit-transition:  all 0.3s ease-in-out;
	-o-transition:  all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.news-item .news-content{
	width: 680px;
	float: left;
}
.news-item .news-thumb{
	float: right;
	width: 200px;
	height: 100px;
	overflow: hidden;

	-webkit-transition:  all 0.6s ease-in-out;
	-o-transition:  all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}
.news-item-title{
	font-size: 16px;
	line-height: 30px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-weight: normal;
	margin-bottom: 20px;
}
.news-item-desc{
	line-height: 20px;
	font-size: 12px;
	color: #666;
}
.news-item .news-thumb img{
	display: block;
}
.news-item:hover .news-inputDate{
	padding-left: 18px;
}
.news-item:hover .news-thumb{
	margin-right: 18px;
}
.news-page-margin{
	margin-top: 50px;
}

/*page-wrap*/
.page-wrap{
	width: 100%;
	text-align: center;
}
.page-wrap a,.page-wrap span{
	display: inline-block;
	min-width: 32px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	padding: 0 5px;
	color: #333;
	margin: 0 3px;

	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.page-wrap a:hover{
	background-color: rgba(3,3,3,0.1);
}
.page-wrap .first-page,.page-wrap .last-page{
	font-size: 14px;
}
.page-wrap .first-page:before{
	content: "\e62b";
	font-family: "iconfont";
}
.page-wrap .last-page:before{
	content: "\e611";
	font-family: "iconfont";
}
.page-wrap .current-page{
	background-color: rgb(0,0,0);
	color: #fff;
}

/* img-flicker */
.img-flicker{
	position: relative;
	overflow: hidden;
}
.img-flicker:after {
    content: "";
    height: 100%;
    width: 100px;
    -webkit-transform: skewX(-25deg) translateZ(0);
    transform: skewX(-25deg) translateZ(0);
    background-image: linear-gradient(90deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.3) 50%,hsla(0,0%,100%,0));
    position: absolute;
    left: -100%;
    top: 0;
    z-index: 2;
}
 .img-flicker:hover:after{transition:left 0.5s ease-in-out;left:100%}

/* ===========secondpage layout============== */
.second-view{
	padding: 80px 0;
	overflow: hidden;
}
.left-nav{
	width: 216px;
	float: left;
}
.left-nav li{
	height: 50px;
	line-height: 50px;
	color: #333;
	padding-right: 38px;
}
.left-nav li a{
	display: block;
	padding-left: 20px;
	height: 50px;
	color: #666;
	border-bottom: #e5e5e5 1px solid;
	position: relative;

	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.left-nav li a:after{
	content: "";
	width: 0;
	height: 1px;
	background-color: #000;
	position: absolute;
	left: 0;
	bottom: 0;

	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.left-nav li a:hover{
	color: #222;
	padding-left: 25px;
}
.left-nav li a:hover:after{
	width: 100%;
}
.left-nav li.current a{
	background-color: #000;
	color: #fff;
	border-bottom-color: #000;
}
.right-content{
	width: 955px;
	float: right;
}
.contact-adress{
	width: 100%;
	height: 280px;
	overflow: hidden;

	position: relative;
}
.contact-text{
	width: 340px;
	height: 280px;
	background-color: rgba(0, 0, 0, 0.8);
	padding: 50px 0 0 40px;
	color: #fff;

	position: absolute;
	right: 0;
	top: 0;
}
.contact-text h3{
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 16px;
}
.contact-text li{
	line-height: 23px;
	font-size: 12px;
}

.store-list{
	width: 100%;
	overflow: hidden;
	padding: 66px 0;
	border-bottom: #e5e5e5 1px solid;
}
.store-ls-txt{
	width: 590px;
	float: left;
}
.store-ls-txt h3{
	font-size: 20px;
	color: #333;
	margin-bottom: 10px;
}
.store-address{
	margin-bottom: 20px;
}
.store-address p{
	line-height: 20px;
	font-size: 12px;
	color: #666;
}
.store-address p a{
	margin-left: 20px;
}
.store-address .icon-map{
	vertical-align: middle;
	display: inline-block;
	animation:updown 1s linear 0s infinite;
	-webkit-animation:updown 1s linear 0s infinite;
}

@-webkit-keyframes updown /* Safari 和 Chrome */
{
	0%, 10% {
	    -webkit-transform: scale(1) translateY(0);
	    transform: scale(1) translateY(0);
	}
	100% {
	    -webkit-transform: scale(1.35) translateY(-3px);
	    transform: scale(1.35) translateY(-3px);
	}
}

.hairdresser-ls{
	overflow: hidden;
}
.hairdresser-ls li{
	width: 60px;
	height: 60px;
	float: left;
	margin-right: 20px;
	overflow: hidden;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;

	position: relative;
}
.hairdresser-ls li img{
	width: 60px;
	height: 60px;
	display: block;
}
.hairdresser-ls li span{
	height: 20px;
	width: 100%;
	background-color: rgba(0,0,0,0.5);
	color: #fff;
	text-align: center;
	line-height: 20px;
	font-size: 12px;

	position: absolute;
	bottom: 0;
	left: 0;
}
.hairdresser-ls li:hover{
	-webkit-transform: rotate(10deg);
	-ms-transform: rotate(10deg);
	-o-transform: rotate(10deg);
	transform: rotate(10deg);
	border-radius: 100%;
}
.store-img{
	width: 340px;
	height: 200px;
	float: right;
}
.store-img img{
	width: 340px;
	height: 200px;
	display: block;
}

/*list-product*/
.filter-ls{
	height: 58px;
	padding-top: 16px;
	padding-left: 102px;
	padding-right: 25px;
	overflow: hidden;
	position: relative;
}
.filter-ls.filter-open{
	height: auto;
}
.filter-ls span, .filter-ls a{
	display: inline-block;
}
.filter-name{
	width: 102px;
	height: 22px;
	line-height: 22px;

	color: #999;
	padding-left: 4px;

	position: absolute;
	left: 0;
	top: 16px;
}
.filter-more{
	width: 25px;
	height: 25px;
	text-align: right;
	color: #333;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 14px;
}
.filter-more .iconfont{
	font-size: 24px;
}
.filter-item{
	min-width: 62px;
	padding: 0 15px;
	height: 22px;
	line-height: 22px;
	color: #333;
	text-align: center;
	margin-bottom: 16px;
	cursor: pointer;
}
.filter-item.selected{
	background-color: #000;
	color: #fff;
}
.filter-item:hover{
	background-color: rgba(9,9,9,0.1);
}

.sort-wrap{
	width: 100%;
	height: 60px;
	border-bottom: #e5e5e5 1px solid;
	margin-top: 20px;
}
.sort-wrap .sort-item{
	display: inline-block;
	height: 60px;
	line-height: 60px;
	padding: 0 2px;
	position: relative;
	margin-right: 45px;
	color: #999;
}
.sort-wrap .sort-item.sort-selected{
	color: #333;
}
.sort-wrap .sort-item.sort-selected:after{
	content: "";
	width: 100%;
	height: 1px;
	background-color: #000;

	position: absolute;
	left: 0;
	bottom: 0;
}
.sort-wrap .sort-item.sort-selected .sort-desc{
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	display: inline-block;
}

.filter-selected-tags{
	padding: 16px 0;
	border-bottom: #e5e5e5 1px solid;
	margin-bottom: 10px;
	padding-left: 102px;
	overflow: hidden;
	position: relative;
}
.crumb-select-item{
	position: relative;
    float: left;
    height: 22px;
    line-height: 20px;
    border: 1px solid #DDD;
    vertical-align: top;
    margin: 0 5px 5px 0;
    padding: 0 28px 0 4px;
    cursor: pointer;
    background: #f3f3f3;
}
.crumb-select-item b {
    font-weight: 400;
    color: #999;
    font-style: normal;
    vertical-align: middle;
}
.crumb-select-item em {
    color: #e4393c;
    font-style: normal;
    vertical-align: middle;
}
.crumb-select-item i {
    display: block;
    position: absolute;
    width: 25px;
    height: 22px;
    line-height: 22px;
    right: -1px;
    top: -1px;
    text-align: center;
    color: #e4393c;
    font-style: normal;
}
.crumb-select-item:hover {
	border: 1px solid #e4393c;
}
.crumb-select-item:hover i{
	color: #fff;
	background-color: #e4393c;
}
.search-goods-form{
	position: absolute;
	top: 16px;
	right: 0;

	width: 260px;
	height: 30px;
	overflow: hidden;
	border: #e5e5e5 1px solid;
}
.search-goods-form .input-txt{
	width: 220px;
	height: 30px;
	border: none;
	background-color: #fff;
	padding-left: 10px;
	vertical-align: middle;
}
.search-goods-form .icon-search{
	width: 30px;
	height: 30px;
	text-align: center;
	display: inline-block;
}
/* goods-list-wrap */
.goods-list-wrap{
	width: 100%;
	margin-top: 30px;
	overflow: hidden;
}
.goods-list-wrap li{
	width: 286px;
	height: 350px;
	overflow: hidden;
	margin-right: 25px;
	margin-bottom: 30px;
	float: left;
	text-align: center;
	
}
.wow-border{
	position: relative;
}
.wow-border:before, .wow-border:after, .wow-inner:before, .wow-inner:after{
	position: absolute;
    content: "";
    display: block;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    background-color: #000;
}
.wow-border:before, .wow-border:after{
    left: 0;
    width: 100%;
    height: 1px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);   
}
.wow-border:before{
	top: 0;
	-webkit-transform-origin: right center;
    transform-origin: right center;
}
.wow-border:after{
	bottom: 0;
	-webkit-transform-origin: left center;
    transform-origin: left center;
}
.wow-border:hover:before, .wow-border:hover:after{
	-webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.wow-border:hover:before{
	-webkit-transform-origin: left center;
    transform-origin: left center;
}
.wow-border:hover:after{
	-webkit-transform-origin: right center;
    transform-origin: right center;
}

.wow-inner:before, .wow-inner:after{
	top: 0;
    width: 1px;
    height: 100%;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
}
.wow-inner:before{
	left: 0;
	-webkit-transform-origin: top center;
    transform-origin: top center;
}
.wow-inner:after{
	right: 0;
	-webkit-transform-origin: bottom center;
    transform-origin: bottom center;
}
.wow-border:hover .wow-inner:before, .wow-border:hover .wow-inner:after{
	-webkit-transform: scaleY(1);
    transform: scaleY(1)
}
.wow-border:hover .wow-inner:before{
	-webkit-transform-origin: bottom center;
    transform-origin: bottom center;
}
.wow-border:hover .wow-inner:before{
	-webkit-transform-origin: top center;
    transform-origin: top center;
}

.goods-list-wrap li:nth-child(4n){
	margin-right: 0;
}
.goods-list-wrap li a{
	display: block;
	width: 100%;
	height: 100%;
}
.goods-list-wrap li .goods-img{
	width: 286px;
	height: 275px;
	display: block;
}
.goods-list-wrap li .goods-name{
	width: 100%;
	display: block;
	margin-bottom: 13px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #666;
}
.goods-list-wrap li .goods-price{
	font-family: Arial;
	display: block;
}
.goods-list-wrap li .goods-price:before{
	content: "￥";
	font-size: 12px;
}
/* show-container */
.show-container{
	padding: 24px 0 120px 0;
}
.postion-nav{
	height: 50px;
	line-height: 50px;
	color: #999;
}
.postion-nav a{
	color: #999;
}
.postion-nav a:after{
	content: "\e611";
	font-family: "iconfont";
	vertical-align: middle;
	margin: 0 10px;
}
.postion-nav a:hover{
	color: #333;
}
.show-goods-wrap{
	overflow: hidden;
}
.show-goods-thumb{
	width: 630px;
	float: left;
	overflow: hidden;
}
.goods-big-img{
	display: block;
	width: 500px;
	height: 500px;
	border: #e9e9e9 1px solid;
	background: #f5f5f5 url("../images/loaders/three-dots.svg") center center no-repeat;
	float: left;
	overflow: hidden;
}
.goods-big-img img{
	width: 100%;
	height: 100%;
	display: block;
}
.goods-sm-thumb{
	width: 116px;
	height: 500px;
	overflow: hidden;
	float: right;
}
.goods-sm-thumb li{
	width: 116px;
	height: 116px;
	border: #e9e9e9 1px solid;
	margin-bottom: 12px;
	cursor: pointer;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.goods-sm-thumb li.active{
	border-color: #000;
}
.goods-sm-thumb li img{
	width: 114px;
	height: 114px;
	display: block;
	
}
.show-goods-txt{
	width: 545px;
	float: right;
}
.show-goods-title{
	font-size: 22px;
	color: #333;
}
.show-goods-desc{
	color: #999;
	line-height: 28px;
	margin-bottom: 15px;
}
.show-goods-info{
	margin-bottom: 28px;
}
.show-goods-info li{
	height: 56px;
	line-height: 56px;
	color: #333;
	border-bottom: #f5f5f5 1px solid;
}
.show-goods-info li span{
	width: 112px;
	color: #999;
	display: inline-block;
}
.old-price{
	color: #999;
	text-decoration: line-through;
}
.new-price{
	color: #333;
	font-size: 24px;
}
.new-price b{
	color: #f30000;
}
.show-goods-btns{
	margin-top: 30px;
} 
.show-goods-btns .goods-btn{
	margin-right: 10px;
}
.show-goods-btns .goods-btn .iconfont{
	font-size: 24px;
	margin-right: 5px;
	color: #000;
	vertical-align: middle;
}
.goods-btn{
	width: 200px;
	height: 50px;
	line-height: 48px;
	border: #333 1px solid;
	background-color: #fff;
	display: inline-block;
	color: #666;
	text-align: center;
	border-radius: 5px;
	font-size: 18px;
	vertical-align: middle;
	cursor: pointer;
}
.goods-btn:hover{
	opacity: 0.8;
}
.goods-btn-buy{
	border-color: #f30000;
	background-color: #f30000;
	color: #fff;
}
/* show-goods-content */
.show-goods-content{
	width: 860px;
	float: left;
}
.show-goods-content .tab-type-nav{
	width: 100%;
	height: 48px;
	border-bottom: #e5e5e5 1px solid;
}
.show-goods-content .tab-type-nav li a{
	height: 48px;
	line-height: 48px;
}
.show-goods-history{
	width: 320px;
	border: #e5e5e5 1px solid;
	float: right;
}
.show-goods-history h3{
	width: 100%;
	height: 48px;
	line-height: 48px;
	text-align: center;
	color: #333;
	font-weight: normal;
	background-color: #f1f1f1;
}
.history-goods-ls li{
	float: none;
	width: 100%;
	text-align: center;
	position: relative;
}
.history-goods-ls li .goods-img{
	display: inline-block;
}
.history-goods-ls li:after,.history-goods-ls li:before{
	content: "";
	width: 80%;
	height: 1px;
	background: #e5e5e5;
	position: absolute;
	bottom: 0px;
	left: 50%;
	z-index: 1;
	margin-left: -40%;
}
.history-goods-ls li:before{
	width: 0;
	background: #000;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	z-index: 2;
}
.history-goods-ls li:hover:before{
	width: 80%;
}
.history-goods-ls li:last-child:before,.history-goods-ls li:last-child:after{
	content: none;
}