body .main-header {
    width: 100vw;
    z-index: 20;
    position: fixed;
    top: 0;
    left: 0;
}

.header-wrap .nav-wrap .head-content {
    height: 0.7rem;
}

.cl-tab-fixed {
    z-index: 9 !important;
}

.header-wrap .logo img,
.nav-wrap .logo-wrap .logo img {
    display: none;
}

body.vehicleOpen .body {
    display: block !important;
}

.nav-wrap {
    position: fixed !important;
    background-color: transparent !important;
    background: transparent -webkit-gradient(linear, left top, left bottom, from(#002C5FB3), to(transparent)) 0% 0% no-repeat padding-box;
    border: none !important;
    top: 0;
    left: 0;
    z-index: 100;
}

.nav-wrap .links-wrap li a {
    color: #fff !important;
}

.nav-wrap.gnb-Fixed,
.header-wrap.gnb-Fixed {
    background: none !important;
    background-color: #ffffff !important;
    border-bottom: 0.02rem solid #cccccc !important;
}

.nav-wrap.gnb-Fixed .links-wrap li a {
    color: #333333 !important;
}

.nav-wrap.gnb-Fixed .links-wrap li:not(.search-item) a.active {
    color: #00aad2 !important;
}

.nav-wrap.scrollUp,
.nav-wrap.gnb-Fixed.scrollUp,
.header-wrap.scrollUp,
.header-wrap.gnb-Fixed.scrollUp {
    top: -0.8rem !important;
    -webkit-transform: translateY(-80px) !important;
    transform: translateY(-80px) !important;
    -webkit-transition: all 0.5s !important;
    transition: all 0.5s !important;
}

.header-wrap .right-wrap .menu-btn {
    filter: invert(1)
}

.header-wrap.gnb-Fixed .right-wrap .menu-btn {
    filter: invert(0)
}

@media (max-width: 1000px) {
    .header-wrap .logo {
        width: 0.8rem;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media (max-width: 1024px) {
    .mb-pad.fixed .header-wrap .logo {
        width: 2.3rem;
        left: 17%!important;
    }
}

@media (max-width: 500px) {
    .search-pop-warp {
        left: 0px !important;
        opacity: 0;
        top: 0;
    }
}

@media (max-width: 1024px) {
    .header-wrap .right-wrap .sousuo-btn {
        display: none;
    }

    .header-wrap .head-content-wrap {
        border: none;
    }

    .header-wrap {
        position: fixed !important;
        background-color: transparent !important;
        background: transparent -webkit-gradient(linear, left top, left bottom, from(#002C5FB3), to(transparent)) 0% 0% no-repeat padding-box;
        border: none !important;
    }

    .header-wrap .right-wrap {
        position: relative;
    }

    .header-wrap .right-wrap .menu-btn.close {
        filter: none !important;
        position: absolute;
        top: 0.01rem;
        right: 0;
    }

    .header-wrap .right-wrap .sousuo-btn {
        width: 0.4rem;
        height: 0.4rem;
        background-position: center !important;
        background-size: 100% !important;
    }

    .header-wrap .menu-wrap .nav-list li a {
        line-height: 0.9rem;
        color: #333333;
    }

    .header-wrap .panel-wrap .panel-title .content-wrap {
        line-height: 1rem;
    }
}

@media (max-width: 768px) {
    .header-wrap .panel-wrap .panel-title .content-wrap {
        line-height: 0.8rem;
    }

    .header-wrap .right-wrap .menu-btn.close {
        filter: none !important;
        position: absolute;
        top: 0;
        right: 0;
    }
}

/* - Chrome ≤56,
   - Safari 5-10.0
   - iOS Safari 4.2-10.2
   - Opera 15-43
   - Opera Mobile >12
   - Android Browser 2.1-4.4.4
   - Samsung Internet
   - UC Browser for Android
   - QQ Browser */
.header-wrap .menu-wrap .search-wrap input::-webkit-input-placeholder {
    color: #999;
    font-size: 0.3rem;
}

/* Firefox 4-18 */
.header-wrap .menu-wrap .search-wrap input:-moz-placeholder {
    color: #999;
    font-size: 0.3rem;
}

/* Firefox 19-50 */
.header-wrap .menu-wrap .search-wrap input::-moz-placeholder {
    color: #999;
    font-size: 0.3rem;
}

/* - Internet Explorer 10–11
     - Internet Explorer Mobile 10-11 */
.header-wrap .menu-wrap .search-wrap input:-ms-input-placeholder {
    color: #999 !important;
    font-size: 0.32rem !important;
}

/* Edge (also supports ::-webkit-input-placeholder) */
.header-wrap .menu-wrap .search-wrap input::-ms-input-placeholder {
    color: #999;
    font-size: 0.3rem;
}

/* CSS Working Draft */
.header-wrap .menu-wrap .search-wrap input::placeholder {
    color: #999;
    font-size: 0.3rem;
}

.mb-header.fixed {
    z-index: 23 !important;
}