.bg {
    padding-bottom: 0.46rem;
}

.bg .main {
    display: flex;
    justify-content: space-between;
}

.right_hr {
    margin-bottom: 0.3rem !important;
}
.video_wrap{
    display: flex;
    flex-wrap: wrap;
    gap: 0.3rem 0.2rem;
}
.video_box{
    width: fit-content;
    height: fit-content;
}
.video_box video{
    width: 3rem;
    height: 1.68rem;
    object-fit: cover;
}
.video_box_p {
    font-weight: 400;
    font-size: 0.14rem;
    color: #000000;
    text-align: center;
    margin-top: 0.12rem;
}