/*
* @Author: Marte
* @Date:   2019-05-15 09:50:47
* @Last Modified by:   Marte
* @Last Modified time: 2019-07-11 15:37:36
*/
#header {
    width: 100%;
    min-width: 1200px;
	background-color: #efefef;
	min-height: 200px;
}
.usercenter_title{
	background: #ececec !important;
}
.usercenter_titlespan{
	width: 440px !important;
	background-color: #9ec4e9 !important;
}
.header_top {
    height: 40px;
    background-color:#efefef;
    border-bottom:1px solid #e5e5e5;
    color:#666;
    box-shadow:0 1px 1px 0 rgba(0, 0, 0, 0.1);
}
.header_topHeader {
    position:relative;
    width: 1200px;
    margin:0 auto;
}
.header_left li{
    float:left;
    font-size:14px;
    height:36px;
    line-height:36px;
    margin-right:22px;
}
.header_right {
    float:right;
    overflow:hidden;
}
.header_right .header_right_user {
    width:96px;
    height:40px;
    text-align:center;
    // background-color:#223079;
}
.header_right .header_right_user:hover {
    background-color:#223079;
}
.header_right .header_right_user:hover>a {
    color:#fff;
}
.header_right_user a {
    color:#666;
}
.header_right li{
    float:left;
    font-size:16px;
    line-height:36px;
    margin-left:22px;
}
.header_right .gotobatchOrder{
    margin-left:0;
}
.header_right .gotobatchOrder>a:hover{
    background-color:#223079;
    color:#fff;
}
.header_right .gotobatchOrder>a {
    float:left;
    width:96px;
    height: 40px;
    text-align:center;
}
.header_right .helpcenter{
    margin-left:0;
}
.header_right .helpcenter>a:hover{
    background-color:#223079;
    color:#fff;
}
.header_right .helpcenter>a {
    float:left;
    width:96px;
    height: 40px;
    text-align:center;
}
.header_right li:last-child i{
    display:inline-block;
    position: relative;
    top:6px;
    width:24px;
    height:24px;
    background:url(../img/image/phone_PNG463_ahno.png) no-repeat;
    margin-right:8px;
    margin-left: 8px;
}
.login a,
.helpcenter_n a,
.register a {
    color:#666;
    font-size:14px
}
/* search部分 */
.search {
    width:1200px;
    height:118px;
    margin:0 auto;
}
.logo {
    float:left;
    margin-top:28px;
    position:relative;
}
.logo h1 img{
    width:229px;
    height:72px;
}
.search_input>div{
    float:left;
    width:504px;
    border:1px solid #ccc;
    border-radius:4px;
    margin-left:95px;
    margin-top:46px;

}
.search_input input {
    border-radius:4px;
    outline:none;
    width:400px;
    height:40px;
    padding-left:16px;
    color:#999;
    font-size:16px;
    font-family:"Microsoft YaHei";
    border:none;
    box-sizing:border-box;
}
.search_input button {
    float:right;
    border: none;
    width:104px;
    height:40px;
    background-color:#1b2757;
    font-size:20px;
    color:#fafafa;
    cursor: pointer;
}
.search_input button img {
    width:20px;
    padding-right:12px;
    position:relative;
    top:2px;
}
.search_input ul {
    float:left;
    margin-left:76px;
    margin-top:8px;
}
.search_input li {
    float:left;
}
.search_input li a {
    font-size:14px;
    color: #666;
}
.search_input li a:hover {
    color:#223079;
}
.user_center {
    position: absolute;
    top:40px;
    width:160px;
    height:150px;
    background-color:#fff;
    box-shadow:0px 2px 8px 0px rgba(0, 0, 0, 0.16);
    z-index:99;
}
.user_center_name {
    width:120px;
    height:48px;
    border-bottom:1px solid #eee;
    margin-bottom:8px;
}
.user_center_name a {
    display:block;
    color:#333;
    font-size:14px;
    font-weight:700;
    line-height:48px;
    text-align:left;
}
.user_center_quite {
    width:120px;
    height:40px;
    border-top:1px solid #eee;
    margin-top:8px;
}
.user_center_quite a {
    display:block;
    color:#666;
    font-size:14px;
    line-height:40px;
    text-align:left;
}
.header_right .user_center_quite:hover a{
    color: #223079;
}
.header_right .user_center_normalli {
    width:160px;
    height:40px;
    margin-left:0;
    text-align:left;
    padding-left:23px;
    box-sizing:border-box;
}
.header_right .user_center_normalli:hover {
    background-color:#223079;
}
.header_right .user_center_normalli:hover a {
    color:#fff;
}
.header_right .user_center_normalli a {
    color:#666;
    line-height:40px
}
.lineli {
    color:#ccc;
    margin-left:20px;
}
