.mobile-header-banner{
    margin-top: 10px;
    display: none;
    height: 80px;
}
.mobile-container{
    margin: 0 auto;
    border: 2px #fff solid;
    border-radius: 4px;
    width: 500px;
    height: 80px;
    overflow: hidden;
    position: relative;
}
.mobile-slidewrapper{
    position: absolute;
    left: 0;
    top: 0;
    height: 80px;
    margin: 0;
    padding: 0;
}
.mobile-swiper-slide{
    width: 500px;
    height: 80px;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    cursor: pointer;
}
@media (min-width: 100px) and (max-width: 960px)
{
    .mobile-header-banner{
        display: block;
    }
}