	
#header-top{width: 100%;height: 58px; background-color:#000}
.home-header-user { position:relative; z-index:10; float:right}
#header-home {
    width: 1080px; margin:0 auto; 
}
#header-home .home-header-tab .home-logo {
    width: 148px; 
    height: 58px;margin-top:10px;
    float: left; 
}
#header-home .home-header-tab .home-logo img{height:36px}

#header-home .home-icons {
      width: 310px;
    float: right;
    margin-top: 18px; display:inline
}
#header-home .home-search-box {
    float: left;
    opacity: 0;
    transition: opacity 0.5s;
    -moz-transition: opacity 0.5s; /* Firefox 4 */
    -webkit-transition: opacity 0.5s; /* Safari �� Chrome */
    -o-transition: opacity 0.5s; /* Opera */ 
	
}
#header-home .home-search-box.active {
    opacity: 1;
}
#header-home .home-search-keys {
    background: none;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
    height: 28px;
    width: 120px; color:#fff
}
#header-home .home-icons span {
    float: left;
    cursor: pointer;
}

#header-home .home-icons .home-search-icon {
    display: block;
    width: 29px;
    height:29px; 
    margin-left: 5px; margin-right:5px;
	float:left; background-size:60%; background-position: center; background-repeat:no-repeat
}

#header-home .home-icons .home-user-icon {
    display: block;
    width: 29px;
    height:29px;
/*    background: url(../images/user-white.png) no-repeat center;background-size:80%;
*/ margin-left:5px; margin-right:5px
}
.hvr-icon-grow{ float:left}
#header-home .home-icons .home-cart-icon {

    position: relative;
    display: block;
    width: 29px;
    height:29px;
	margin-left: 14px; display:inline;
}
#header-home .home-icons .home-cart-num {
    position: absolute;
    right: -10px;
    top: -8px;
    width:16px;
    display: block;
    height: 16px;
    line-height: 17px;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
    color: #333; 
    font-size: 12px;
	z-index:1; display:none
}

#header-home .home-menu {
    float: left;
    margin-top: 80px;
    padding-left: 25px;
    color: #fff;
}
#header-home .home-menu ul li {
    padding-bottom: 30px;
    cursor: pointer;
    font-size: 16px;
    letter-spacing: 0.3em;
}
#header-home .home-menu ul li a{color: #fff;}
#header-home .home-menu ul li a:hover {color: #d6d6d6;}
.home-header-user  .header-menu-content {
    position: absolute;
    left: -60px;
    z-index: 20;
    display: none;
	    top: 20px; 

}

.home-header-user.active .header-menu-content {
    display: block;
}
.header-menu-left {
    width: 180px;
    /*min-height: 450px;*/
    margin-top:20px;
    height:220px;
    border-radius: 15px;
    background-color:rgba(49,49,49,.80);
    color: #fff;
    font-size: 14px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.4); padding-top:8px
}
.header-menu-left ul li {
    display: block;
    float: left;
    width: 100%;
	font-size:15px
}
.header-menu-left ul li:hover{ background-color:#fff; }
.header-menu-left ul li:hover a{ color:#333 }

.header-menu-left ul li:hover span {
    text-decoration: underline;
}
.header-menu-left ul li a {
    color:#fff;
	width:100%; display:inline-block; text-align:center;
	text-transform: uppercase;
    padding: 6px 0;
}



/* end */

.home-nav{float:left ; display:inline; padding-left:60px; width:560px}
.prev-con{
	text-align: center;
}
.prev{
	display: inline-block;
	margin-bottom: 20px;
	text-align: center;
}
h5{
	font-weight: bold;
}
.fec{
	font-size: 34px;
	color: #FFB40C;
	padding-right: 10px;
}
.zlight-hhh{
	padding-bottom: 10px;
	border-bottom: 1px solid #FFB40C;
}
#zlight-nav,
#zlight-main-nav,
#zlight-mobile-nav,
#zlight-main-nav > li,
#zlight-main-nav > li > a{
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
#zlight-main-nav > li > a{ text-align:center}
/*************
* WRAP
*************/
#zlight-nav{
	display: block;
	position: relative;
	width: 100%;
	z-index: 9999;
}
/*************
* MAIN NAV
*************/
#zlight-main-nav{
	list-style: none;
	margin: 0;
	padding: 0;
	display: none;


}
/*************
* CLEAR
*************/
#zlight-main-nav:before,
#zlight-main-nav:after,
#zlight-nav:before,
#zlight-nav:after {
  display: table;
  content: " ";
}

#zlight-main-nav:after,
#zlight-nav:after {
  clear: both;
}
/*************
* LI & A
*************/
#zlight-main-nav > li{
	padding: 0;
	margin: 0;
	float: left;
	position: relative;
	display: block;
	-webkit-transition: background  ease 0.3s;
	-moz-transition: background  ease 0.3s;
	transition: background  ease 0.3s; z-index:10
}
#zlight-main-nav > li > a{
	display: block;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	outline: 0;
	padding: 0 12px;
}
#zlight-main-nav > li:first-child > a{
	border-left: none;
}

/*************
* DROPDOWN
*************/
.zlight-dropdown:hover > .zlight-submenu{
	display: block;
}
/*************
* SUBMENU
*************/
.zlight-submenu{
	margin: 0;
	padding: 0;
	list-style: none;
	display: none;
    background: rgba(49,49,49,.80);
	box-shadow: 0 1px 7px rgba(0,0,0,0.3);
	position: absolute;
	top: 100%;
	left: 0;
}
.zlight-submenu > li{
	float: none;
	position: relative;
	display: block;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.zlight-submenu > li > a{
	display: block;
	float: none;
	text-decoration: none;
	outline: none;

	text-transform: uppercase;
	padding: 10px 22px;


	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.zlight-submenu > li:first-child > a{
	border-top: none;
}
.zlight-submenu > li:last-child > a{
	border-bottom: none;
}
.zlight-submenu .zlight-submenu{
	top: 0;
	left: 100%;
}
/*************
* ICON
*************/
#zlight-main-nav i{
	padding: 0 5px;
}
/****************************
* MOBILE NAV
****************************/
#zlight-mobile-nav{
	display: none;
}
#zlight-mobile-nav > span{
	text-transform: uppercase;
	padding: 0 10px 0 20px;
	float: left;
}
#zlight-mobile-nav > .zlight-icon{
	float: right;
	padding: 0 20px 0 10px;
}
#zlight-mobile-nav > select{
	background: none;
	border: none;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;

	width: 100%;
	cursor: pointer;
}
#zlight-mobile-nav:before,
#zlight-mobile-nav:after {
  display: table;
  content: " ";
}
#zlight-mobile-nav:after {
  clear: both;
}

/***************************
* MEDIA QUERIES
***************************/

/* Small devices (tablets, 768px and up) */
@media (max-width: 768px) {
	#zlight-mobile-nav{
		display: block;
	}
}
@media (min-width: 769px) {
	#zlight-main-nav{
		display: block;
	}
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
	
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	
}

/* ��¼�� */
.login-wrapper .login-item-content form {
    padding:30px;
}
.login-wrapper .modal-body {
    padding: 50px 1rem;
}
.login-wrapper .form-group {
    margin-bottom: 35px;
}
.login-wrapper .form-group .input-yzm {
    width: 220px;
    float: left;
}
.login-wrapper .form-group .form-control {
    border-radius: 0;
    border: none;
    height:50px;
    border-bottom: 1px solid #999;
} 
.login-wrapper .form-group .btn-yzm {
    width: 140px;
    height: 50px;
    background-color: #333;
    color: #fff;
    font-size: 16px;
    margin-left: 10px;
}
.login-wrapper .login-item-content .btn-login {
    width: 100%;
    height: 50px;
    color: #fff;
    font-size: 16px;
    background-color: #000;
    border-radius: 5px;
}
.login-wrapper .wechat-login {
    font-size: 14px;
    text-align: center;
    color: #666;
    padding-top:40px;
}

.login-wrapper .login-tips {
    width: 100%;
    height: 55px;
    line-height: 55px;
    text-align: center;
    font-size: 14px;
    background-color: #f3f3f3;
    color: #999;
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 0 0 15px 15px;
}
.login-wrapper .login-tips .go-register {
    color: #333;
    cursor: pointer;
}

/*  ad */
@font-face {
	font-family: 'icomoon';
	src:url('../js/sb-search/fonts/icomoon/icomoon.eot');
	src:url('../js/sb-search/fonts/icomoon/icomoon.eot?#iefix') format('embedded-opentype'),
		url('../js/sb-search/fonts/icomoon/icomoon.woff') format('woff'),
		url('../js/sb-search/fonts/icomoon/icomoon.ttf') format('truetype'),
		url('../js/sb-search/fonts/icomoon/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

.home-search{ float:left}

.sb-search {
	position: relative;
	width: 0%;
	min-width: 40px;
	height: 40px;
	float: right;
	overflow: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-backface-visibility: hidden;
}

.sb-search-input {
	position: absolute;
	top: -6px;
	right: 0;
	border: none;
	outline: none;
	background: none;
	width: 100%;
	height: 40px; 
	margin: 0;
	z-index: 10;
	font-family: inherit;
	font-size: 12px;
	color: #fff; border-bottom:1px solid #d9d7d8
}

.sb-search-input::-webkit-input-placeholder {
	color: #eee;
}

.sb-search-input:-moz-placeholder {
	color: #eee;
}

.sb-search-input::-moz-placeholder {
	color: #eee;
}

.sb-search-input:-ms-input-placeholder {
	color: #eee;
}

.sb-icon-search,
.sb-search-submit  {
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	margin: 0;
	line-height: 24px;
	text-align: center;
	cursor: pointer; font-weight:700
}

.sb-search-submit {
	background: #fff; /* IE needs this */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    opacity: 0;
	color: transparent;
	border: none;
	outline: none;
	z-index: -1;
}

.sb-icon-search {
	color: #d9d7d8;
	background: #000;
	z-index: 90;
	font-size: 16px;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
}

.sb-icon-search:before {
/*	content: "\e000";
*/	
background: url(../images/earch-white.png) no-repeat;
content: " ";
display: block;
height: 40px;
width: 40px;
}

/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search {
	width: 40%;
}

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
	background: #000;
	color: #fff;
	z-index: 11;
}

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
	z-index: 90;
}

/*  add  page_header */
ul.menu-bar{    width: auto;
    height: 50px;
    float: right;
    position: relative; display:none}
ul.menu-bar li {
    height: 44px;
    margin-left: 30px;
    float: left;
    color: #fff;
    text-align: center;
    font-size: 13px;
    cursor: pointer;
}
ul.menu-bar li a{ color:#FFF}