﻿.public-site-header .public-container {
    justify-content: space-between;
}



.public-site-topbar {
    position: relative;
    z-index: 30;
    height: 40px;
    font-size: 12px;
    color: #b0b0b0;
    background: #333;
}

.public-site-topbar a {
    color: #b0b0b0;
    line-height: 40px;
    display: inline-block;
    padding: 0 5px;
    text-align: center;
    position: relative;
}

.public-site-topbar a:hover {
    color: #fff;
}

.public-site-topbar a+a:before {
    content: '';
    display: block;
    width: 1px;
    height: 12px;
    border-left: 1px solid #444;
    left: 0;
    top: 50%;
    margin-top: -5px;
    position: absolute;
}

.public-site-topbar .login,
.public-site-topbar .register {
    display: none;
}

.public-site-topbar .user {
    display: none;
    position: relative;
    width: 110px;
    padding: 0;
    white-space: nowrap;
    float: left;
}

.public-site-topbar .user .user-name {
    position: relative;
    z-index: 5;
    display: block;
    width: 120px;
    height: 40px;
    text-align: center;
}

.public-site-topbar .user .user-name .name {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    width: auto;
    _width: 75px;
    max-width: 75px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    _zoom: 1;
    vertical-align: text-bottom;
}

.public-site-topbar .user .user-name i {
    font-size: 16px;
    line-height: 24px;
    vertical-align: 11px;
}

.public-site-topbar .user .user-menu {
    display: none;
    position: absolute;
    left: -1px;
    top: 40px;
    z-index: 3;
    width: 122px;
    margin: 0;
    padding: 7px 0;
    border: 1px solid #e0e0e0;
    border-top: 0;
    list-style-type: none;
    background: #fff;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

.public-site-topbar .user .user-menu a {
    display: block;
    padding: 3px 30px;
    line-height: 2;
}

.public-site-topbar .user:hover .user-menu {
    display: block;
}

.public-site-topbar .user.user-active a {
    color: #424242;
}

.public-site-topbar .user.user-active a:hover {
    color: #ff6700;
}

.public-site-topbar .user.user-active .user-name {
    background: #fff;
}

.public-site-topbar .user.user-active .user-menu a {
    -webkit-transition: all .2s;
    transition: all .2s;
}

.public-site-topbar .user.user-active .user-menu a:hover {
    background-color: #f5f5f5;
}

.public-site-topbar .topbar-nav {
    height: 40px;
    line-height: 40px;
}

.public-site-topbar .topbar-cart {
    height: 40px;
    line-height: 40px;
    width: 120px;
    margin-left: 15px;
}

.public-site-topbar .topbar-cart a {
    position: relative;
    z-index: 32;
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #b0b0b0;
    background: #424242;
}

.public-site-topbar .topbar-cart a:hover {
    color: #ff6700;
    background: #fff;
}

.public-site-topbar .topbar-cart i {
    margin-right: 4px;
    font-size: 20px;
    line-height: 20px;
    vertical-align: -4px;
}

.public-site-topbar .topbar-info {
    height: 40px;
    line-height: 40px;
}

.public-site-header {
    width: 100%;
    background: #fff;
}

.public-site-header .public-container {
    display: flex;
}

.public-site-header .public-container .head-nav {
    overflow: hidden;
}

.public-site-header .public-container .head-nav ul {
    white-space: nowrap;
    overflow: hidden;
    overflow-x: auto;
}

.public-site-header .public-container .head-nav ul li {
    float: none;
    display: inline-block;
}

.public-site-header a {
    color: #333333;
}

.public-site-header a:hover {
    color: #ff6700;
}

.public-site-header .logo {
    margin-right: 50px;
}

.public-site-header .logo a {
    display: block;
    color: #333;
    padding: 0px 0px;
    line-height: 100px;
    font-size: 44px;
    text-decoration: none;
}

.public-site-header .logo a:empty:before {
    content: "";
}

.public-site-header .logo img {
    max-height: 50px;
}

.public-site-header .head-nav {
    line-height: 100px;
}

.public-site-header .head-nav ul {
    padding: 0;
    margin: 0;
}

.public-site-header .head-nav ul li {
    display: block;
    outline: none;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    position: relative;
}

.public-site-header .head-nav ul li a {
    font-size: 16px;
    position: relative;
    display: block;
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
    padding: 0px 15px;
}

.public-site-header .head-nav ul li a .cn {
    font-size: 14px;
    padding-top: 10px;
    line-height: 20px;
    text-align: center;
}

.public-site-header .head-nav ul li a .en {
    font-size: 12px;
    line-height: 20px;
    padding-bottom: 10px;
    text-align: center;
}

.public-site-header .head-nav ul li.active a {
    color: #ff6700;
}

.public-site-header .head-nav ul li:hover dl {
    display: block;
}

.public-site-header .head-nav ul li dl {
    display: none;
    position: absolute;
    z-index: 1;
    border-radius: 0px 0px 3px 3px;
    overflow: hidden;
}

.public-site-header .head-nav ul li dl dd.active a {
    color: #ff6700;
}

.public-site-header .head-nav ul li dl dd a {
    background: rgba(0, 0, 0, 0.8);
    line-height: 40px;
    font-size: 14px;
    display: block;
    white-space: nowrap;
}

.public-site-header .search-box {
    position: relative;
    width: 296px;
    border: 1px solid #eeeeee;
    overflow: hidden;
    margin-top: 25px;
}

.public-site-header .search-box.search-box-focus {
    border-color: #ff6700;
}

.public-site-header .search-box.search-box-focus .submit {
    border-color: #ff6700;
}

.public-site-header .search-box .keyword {
    outline: none;
    color: #666666;
    background: none;
    font-size: 14px;
    border: none;
    width: 100%;
    height: 50px;
    padding: 10px;
}

.public-site-header .search-box .submit {
    height: 50px;
    width: 50px;
    color: #666666;
    padding: 8px 10px;
    border: none;
    cursor: pointer;
    position: absolute;
    outline: none;
    top: 0px;
    right: 0px;
    background: transparent;
    border-left: 1px solid #eeeeee;
}

.public-site-header .search-box .submit:before {
    font-size: 20px;
    font-weight: bold;
}

.public-site-header .search-box .submit:hover {
    background-color: #ff6700;
    border-color: #ff6700;
}

.public-site-header .search-box .submit:hover:before {
    color: #fff;
}
