.head{
	width: 100%;
	background: #448fd5;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
}
.head .head-main{
	width: 1200px;
	height: 60px;
	margin: 0 auto;
}
.head .head-main .head-logo{
	float: left;
	margin: 0 25px 0 0;
}
.head .head-main .head-nav{
	float: left;
}
.head .head-main .head-nav li{
	float: left;
	margin: 0 9px;
}
.head .head-main .head-nav li a{
	color: #fff;
	line-height: 60px;
}
.head .head-main .head-search{
	float: left;
	overflow: hidden;
	margin:12px 0 0 150px;
}
.head .head-main .head-search input{
	width: 305px;
	height: 34px;
	border: 1px solid #fff;
	float: left;
	background: transparent;
	padding-left: 10px;
	box-sizing: border-box;
	color: #fff;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.head .head-main .head-search span{
	width: 99px;
	height: 34px;
	float: left;
	color: #448fd5;
	font-size: 18px;
	text-align: center;
	line-height: 34px;
	background: #fff;
	cursor: pointer;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.head .head-main .head-user{
	float: right;
	position: relative;
}
.head .head-main .head-user .user-head{
	width: 28px;
	height: 28px;
	border-radius: 50%;
	overflow: hidden;
}
.head .head-main .head-user .user-head{
	margin-top: 16px;
}
.head .head-main .head-user .user-card {
    width: 140px;
    height: 184px;
    background: #303030;
    position: absolute;
    right: 0px;
    top: 53px;
    z-index: 201;
    display: none;
    border-radius: 3px; 
}
.head .head-main .head-user .user-card .triangle {
    position: absolute;
    width: 21px;
    height: 16px;
    background: url("/imgs/icon_triangle.png") no-repeat;
    top: -5px;
    right: -3px; 
}
.head .head-main .head-user .user-card ul {
	float: left; }
.head .head-main .head-user .user-card ul li {
	float: left;
	width: 140px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}
.head .head-main .head-user .user-card ul li a {
    color: #fff;
    font-size: 14px;
    width: 100%;
    height: 100%;
    float: left;
    text-align: center; 
}
.head .head-main .head-user .user-card ul li:hover a {
    color: #81baef; 
}
.head .head-main .head-user .user-card ul li:hover {
    color: #81baef;
    background: #2a2a2a; 
}
.head .head-main .head-user .user-card ul .card-mymsg em {
    background-position: 0 48px; 
}
.head .head-main .head-user .user-card ul .card-orders em {
    background-position: 0 32px; 
}
.head .head-main .head-user .user-card ul .card-query em {
    background-position: 0 16px; 
}
.head .head-main .head-user .user-card .user-exit {
    float: right;
    font-size: 12px;
    color: #6c6b78;
}
.head .head-main .head-user .user-head img{
	width: 100%;
	height: 100%;
}
.head .head-main .head-user .user-login, .head .head-main .head-user .user-reg, .head .head-main .head-user span{
	float: left;
	color: #fff;
	cursor: pointer;
	line-height: 60px;
}
.head .head-main .head-user span{
	margin: 0 8px;
}
.fast-menu{
	position: fixed;
	width:100%;
	height: 0;
	background: #fff;
	left: 0;
	top: 60px;
	overflow: hidden;
	z-index: 12;
	transition: height 300ms;
	box-shadow: 0 3px 3px #c2c4d2;
}
.fast-menu .menu-main{
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}
.fast-menu .menu-main a{
	line-height: 70px;
	padding: 0 8px;
	height: 100%;
	float: left;
	transition: background 200ms;
}
.fast-menu .menu-main span{
	width: 200px;
	height: 58px;
	float: right;
	background: #448fd5;
	font-size: 20px;
	color: #fff;
	text-align: center;
	line-height: 58px;
	margin-top: 6px;
	cursor: pointer;
	transition: all 300ms;
}
.fast-menu .menu-main span:hover{
	background: #4796df;
}
.fast-menu .menu-main span i{
	font-size: 20px;
	width: 20px;
}
.fast-menu .menu-main a.active{
	background: #5ea5e7;
	color: #fff;
}