/* PC导航 */
#pc-header .logo {
    padding: 15px 0;
}

#pc-header .logo img {
    max-width: none;
    max-height: 60px;
}

#pc-header .navbar {
    background: #111;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.03);
    z-index: 9;
    position: fixed;
}

/* #pc-header .nav li.active ul li a {
    color: #eee;
} */

#pc-header .nav>li>a {
    color: #eee;
    line-height: 90px;
    position: relative;
    min-width:140px;
    padding: 0 35px;
    font-size: 16px;
    font-weight: 400
}
#pc-header .en .nav>li>a {
    font-size: 15px!important;
    padding: 0 15px;
}

/* #pc-header .nav li:last-child a{padding:0 0 0 20px;} */
#pc-header .nav li ul {
    top: 90px;
    padding: 0;
}

#pc-header .nav>li>a:hover, #pc-header .nav>li.active>a, #pc-header .nav li:hover a.first-level {
    color: #fff;
    background-color: #086996;
}

#pc-header .nav li ul {
    background: #FFF;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    transition: 0.3s;
    color: #3e3e3e;
}

#pc-header .nav li ul li a {
    background: #FFF;
    line-height: 42px;
    color: #3e3e3e;
    font-size: 14px;
    font-weight: normal;
    display: block;
    width: 100%;
    text-align: center;
    padding-left: 0;
    padding-right: 0;

}

#pc-header .nav li ul li a:hover {
    background: #000000;
    color: #fff;
}

/* pc搜索图标 */
#pc-header .searchBar {
    position: absolute;
    top: 37px;
    right: 120px
}

#pc-header a.search-ico i {
    font-size: 18px;
    color: #6E6E6E;
}

/* 购物车图标 */
#pc-header .shopBar {
    position: absolute;
    top: 37px;
    right: 80px
}

#pc-header a.shop-ico i {
    font-size: 18px;
    color: #6E6E6E;
}

/* 注册登录切换 */
.register .tab {
    font-size: 0
}

.register .tab li {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 20px;
    width: 60px;
    color: #666;
    margin: 0 0 40px 0
}

.register .tab li::before {
    background: #ccc;
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 3px;
    border-radius: 3px;
    transition: transform .3s;
}

.register .tab li.cur {
    color: #000000
}

.register .tab li.cur::before {
    background: #000000;
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 3px;
    border-radius: 3px;
    transition: transform .3s;
}

.register .line {
    margin: 0px;
    padding: 0;
    position: relative;
    text-align: center;
}

.register .line span {
    display: inline-block;
    padding: 0 20px;
    position: relative;
    z-index: 200;
}

.register .line hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #E2E2E2 -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-style: solid none none;
    margin-top: 10px;
    position: absolute;
    top: 0;
    width: 100%;
}

.register .bnt-login {
    margin: 0 auto;
    text-align: center
}

.register .bnt-login a {
    display: inline-block;
    color: #fff;
    font-size: 22px;
    width: 48px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    margin-right: 10px;
    border-radius: 30px
}

.register .bnt-login a:hover {
    opacity: 0.8
}

.register .bnt-login a.weixin {
    background: #38B624
}

.register .bnt-login a.qq {
    background: #1F92DF
}

.register .bnt-login a.weibo {
    background: #FF6000
}

/* 注册登录切换 end*/
/* 弹出搜索 begin */
.searchBar-m {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    z-index: 9999;
    text-align: center
}

.searchBar-m .mask {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.8;
}

.searchBar-m a {
    display: block;
    position: absolute;
    right: 5%;
    top: 5%;
    width: 60px;
    height: 60px;
    line-height: 56px;
    font-size: 48px;
    z-index: 9999;
    color: #fff;
}

.searchBar-m a:hover {
    color: #000000
}

.searchBar-m .form-group {
    width: 70%;
    max-width: 720px;
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -200%);
}

.searchBar-m .input {
    width: 88%;
    background: transparent;
    border: 0;
    border-bottom: 2px solid #f2f2f2;
    color: #6E6E6E;
    height: 60px;
    line-height: 60px;
    float: left;
    padding: 0
}

.searchBar-m .button {
    width: 8%;
    height: 60px;
    line-height: 60px;
    border-bottom: 2px solid #f2f2f2;
    display: block;
    float: left;
    background: url(../images/ico-search-button.png) no-repeat center 50%;
    text-indent: -2000px
}

.searchBar-m .button:hover {
    background: url(../images/ico-search-button.png) no-repeat center 50%;
}

/* 弹出搜索 end */