.new-header {
    background: rgba(0, 0, 0, .3);
    width: 100%;
    height: 60px;
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

.header-collapse {
    /* margin: 0 -20px; */
    margin: 0 auto;
    width: 83.333%;
}

@media (max-width: 970px) {
    .header-search-div {
        width: 250px !important;
    }
}

@media (max-width: 1401px) {
    .header-collapse {
        width: 100%;
    }
}

.header-nav li.active a {
    color: #b8b8b8;
}

.header-nav li a {
    height: 60px;
    display: block;
    line-height: 60px;
    padding: 0 20px;
    color: #fff;
    font-size: 0.16rem;
    /* font-family: "Microsoft YaHei"; */
    font-weight: normal;
}

.header-nav li a:focus,
.header-nav li a:hover {
    color: #b8b8b8;
    background: transparent;
}

.header-search {
    height: 60px;
    display: none;
    margin-right: 20px;
    font-size: 14px;
}

.header-search-div {
    width: 300px;
    height: 34px;
    background: rgb(124, 124, 124);
    border-radius: 2px 0 0 2px;
    margin-top: 13px;
    position: relative;
}

.header-arrow {
    width: 13px;
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -moz-transition: all 0.2s;
}

.header-arrow.active {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}

.header-search-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-top: 9px;
    background: url(../images/headerSearchIcon.png);
    background-size: 16px;
}

.head-search-btn {
    width: 34px;
    height: 34px;
    text-align: center;
    margin-top: 13px;
    cursor: pointer;
    display: inline-block;
    border-radius: 0 2px 2px 0;
    background: rgb(47, 47, 47);
}

.header-search-input {
    width: 74%;
    height: 100%;
    outline: none;
    border: none;
    background: transparent;
    font-size: 14px;
    color: #dadada;
    padding-left: 10px;
}

.head-search-right {
    margin-left: 74%;
    height: 100%;
    line-height: 34px;
    color: #dadada;
    cursor: pointer;
    position: relative;
    font-size: 14px;
}

.head-search-right span:before {
    display: inline-block;
    width: 1px;
    height: 12px;
    background: #dadada;
    content: '';
    margin-right: 8px;
}

#headSelect {
    list-style: none;
    position: absolute;
    top: 34px;
    left: 0;
    background: rgb(124, 124, 124);
    width: 100%;
    padding: 0;
    margin: 0;
    border-top: 1px solid #e5e5e5;
    display: none;
    z-index: 9999;
}

#headSelect li {
    width: 100%;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
}

#headSelect li a {
    color: #dadada;
}

#headSelect li a:hover {
    color: #b8b8b8;
    text-decoration: none;
}

.header-search-input::-webkit-input-placeholder {
    font-size: 14px;
    color: #dadada;
}

.header-search-input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    font-size: 14px;
    color: #dadada;
}

.header-search-input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    font-size: 14px;
    color: #dadada;
}

.header-search-input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    font-size: 14px;
    color: #dadada;
}

.header-nav-right {
    font-size: 0;
    height: 60px;
    position: relative;
}

.header-nav-right a {
    display: inline-block;
    font-size: 0.16rem;
    color: #fff;
    margin: 0 20px;
    font-family: "Microsoft YaHei";
    line-height: 60px;
}

.header-nav-right a:hover {
    color: #b8b8b8;
    text-decoration: none;
}

.dropdown-menu>li>a {
    margin: 0;
}

.nav-shopcart em {
    display: block;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    color: #fff;
    background: #f01818;
    border-radius: 50%;
    position: absolute;
    right: 9px;
    top: 10px;
    font-size: 12px;
    z-index: 2;
    font-style: normal;
}

.header-logo {
    height: 60px;
    line-height: 60px;
    margin: 0 20px;
}

.header-logo img {
    width: 74px;
    height: 18px;
    margin-top: 21px;
    display: block;
}

.shopCar {
    height: 60px;
    line-height: 60px;
    position: relative;
}

.car-icon {
    display: inline-block;
    width: 21px;
    height: 19px;
    background: url(../images/newhome/gwcicon.png);
    background-size: 21px 19px;
    vertical-align: middle;
}

.shopCar em {
    font-style: normal;
    display: block;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    color: #fff;
    background: #f01818;
    border-radius: 50%;
    position: absolute;
    right: -9px;
    top: 10px;
    font-size: 12px;
    z-index: 2;
}

.car-icon:hover {
    background: url(../images/newhome/gwcicon-hover.png);
    background-size: 21px 19px;
}

.headImg {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    vertical-align: middle !important;
}

.toTopBtn {
    position: fixed;
    width: 82px;
    height: 82px;
    cursor: pointer;
    bottom: 150px;
    right: 10px;
    z-index: 1000;
    display: none;
}

.toTopBtn img {
    width: 100%;
    height: 100%;
}

.hot-icon {
    display: inline-block;
    width: 22px;
    height: 20px;
    background: url(../images/hot@3x.png);
    background-size: 22px 20px;
    position: absolute;
    top: 12px;
    right: -2px;
}

.arrd-icon {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../images/arrow-d.png);
    background-size: 15px 15px;
    position: absolute;
    top: 22.5px;
    right: -2px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.subnav {
    position: absolute;
    top: 60px;
    right: -7px;
    background: #fff;
    border-radius: 5px;
    z-index: 1000;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    display: none;
}

.subnav p {
    height: 30px;
    line-height: 30px;
    margin: 0;
    border-bottom: 1px solid #b8b8b8;
}

.subnav p:last-child {
    border-bottom: none;
}

.header-nav .subnav p a {
    line-height: 30px;
    color: #333;
}

.header-nav li:hover .subnav {
    display: block;
}

.sign:hover .arrd-icon {
    transform: rotate(180deg);
}

.sign {
    margin-right: 10px;
}