@media only screen and (max-width: 768px){
    .seat{
        width: 100%;
        height: 100%;
        box-sizing: border-box;
    }
    .seat_box{
        width: 100%;
    }
    .seat_box_top{
        width: 100%;
        height: 6.16rem;
    }
    .seat_box_bottom{
        width: 100%;
        margin-top: 0.9rem;
    }
    .seat_box_bottom_text{
        width: 100%;
        font-weight: 300;
        font-size: 0.48rem;
        color: #434444;
        line-height: 0.72rem;
        text-align: justify;
    }

}
@media only screen and (min-width: 800px){
    .seat{
        width: 100%;
        height: 100%;
        box-sizing: border-box;
    }
    .all_content_bottom{
        width: 100%;
        padding-left: 70px;
        box-sizing: border-box;
    }
    .seat_box{
        width: 100%;
    }
    .seat_box_top{
        width: 100%;
        height: 370px;
    }
    .seat_box_bottom{
        width: 100%;
        margin-top: 28px;
    }
    .seat_box_bottom_text{
        width: 100%;
        font-weight: 300;
        font-size: 16px;
        color: #434444;
        line-height: 24px;
        text-align: justify;
    }
}
.anchorBL{
    display: none;
}
