body {
    user-select: none;
    background-color: var(--color-white);
    overflow-x: hidden;
}

.others-container {
    padding: 96px 0 96px;
}
.others-wrapper {
    margin: 0 auto;
    width: 1130px;
}
.others-video .box {
    height: 635px;
}
.others-video .box video {
    display: block;
    width: 100%;
    height: 100%;
    background-color: var(--color-black);
    object-fit: cover;
}
.others-content > div {
    margin-top: 10px;
}
.others-content p {
    margin-top: 10px;
    color: var(--color-dark);
    font-size: 16px;
    text-align: justify;
}
.others-content img {
    max-width: 100%;
}
.others-content video {
    display: block;
    width: 100%;
    background-color: var(--color-black);
}