.banner {
    width: 100%;
    height: 100%;
    background-image: url(/assets/background/shanghai_xuhuibinjiang.jpg);
    background-size: cover; 
    background-position: top;
    background-blend-mode: overlay;
    background-color: rgb(33, 33, 33, .5);
    @media screen and (max-width: 1024px) {
        background-position: 30%;
    }
}
.banner_container div {
    display: flex;
    margin-top: 33px;
}
.banner_logo {
    flex-direction: row;
}
.banner_logo img {
    height: 44px;
    margin-right: 33px;
}
.banner_logo_u {
    flex-direction: column;
}
.banner_logo_u span{
    color: rgb(233, 233, 233);
    margin-bottom: 11px;
}
.banner_logo_u img {
    height: 55px;
}



.banner_title {
    flex-direction: row;
}
.banner_title span {
    text-align: left;
}



.note {
    display: flex; 
    align-items: center;
}
.note a img {
    height: 33px;
    @media screen and (max-width: 1024px) {
        height: 44px;
        margin-right: 11px;
    }
}



.person_container {
    gap: 7% !important;
}



.live {
    width: 100%;
    & img {
        width: 160px;
    }
    & span {
        text-align: center;
        @media screen and (max-width: 1024px) {
            text-align: left;
            padding-left: 32px;
        }
    }
}


.inline_link_img {
    display: inline;
    content: url(/assets/icon/link.png);
    height: 13px;
}



.snapshots_container {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, 280px);
    justify-content: space-between;
    gap: 30px;
    margin-bottom: max(33px, 3%);
}
.snapshots_container div {
    border: 1px solid lightgray;
}
.snapshots_container div a {
    display: flex;
}
.snapshots_container div a img {
    height: 210px;
    width: 280px;
    background-size: cover; 
    margin: 3px;
}
@media screen and (max-width: 1024px) {
    .snapshots_container {
        grid-template-columns: repeat(auto-fill, 45%);
    }
    .snapshots_container div a img {
        width: 100%;
    }
}
