/* banner样式 */
@media screen and (min-width: 768px) {
    .site-header-in .header-banner, .site-header-in .header{
        background-color: transparent;
    }
    .top-style-bottom{
        border-top: none !important;
    }
    .social-top .header-banner-content, .top-style-bottom .wrapper{
        /*width: calc(100% - 400px);*/
        /*min-width: 1100px;*/
    }
    #bannerView {
        position: absolute;
        top: 0;
        width: 100%;
        overflow: hidden;
        margin: 0 auto;
        min-width: 1000px;
        height: 100%;
    }
    .layer {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .layer img {
        max-width: unset;
        user-select: none;
        pointer-events: none;
    }
}