@charset "utf-8";
#mobile-header-1002 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    background: #ffffff;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
    z-index: 10;
}

#mobile-header-1002 .col1 {
    width: auto;
}

#mobile-header-1002 .col2 {
    float: right;
    width: auto;
}

#mobile-header-1002 .col3 {
    float: right;
    width: auto;
}

#mobile-header-1002 .logo {
    width: auto;
    height: 50px;
    padding-top: 10px;
}

#mobile-header-1002 .logo img {
    height: 30px;
    display: block;
}

#mobile-header-1002 .search {
    width: auto;
    height: 50px;
    padding-top: 10px;
}

#mobile-header-1002 .search a {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

#mobile-header-1002 .search a i {
    display: inline;
    vertical-align: middle;
}

#mobile-header-1002 .mobile-nav {
    width: auto;
    height: 50px;
    padding-top: 10px;
}

#mobile-header-1002 .mobile-nav a {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

#mobile-header-1002 .mobile-nav a i {
    display: inline;
    vertical-align: middle;
}

#mobile-header-1002 .mobile-nav a i.close {
    display: none;
}

@media screen and (min-width: 1240px) {
    #mobile-header-1002 {
        display: none;
    }
}