/* 内容 */
.employeeWorks-title {
    height: 45px;
    font-size: 40px;
    color: #313131;
    text-align: center;
    line-height: 45px;
    font-weight: 400;
    margin-bottom: 80px;
}
.record-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.record-box + .record-box {
    margin-top: 40px;
}
.record-box .user-works {
    width: 832px;
    height: 470px;
    overflow: hidden;
}
.record-box .user-works video {
    width: 100%;
    height: 100%;
}
.record-box .introduce {
    width: 308px;
    height: 410px;
    background: #F5F5F5;
    padding: 30px;
}
.introduce .user-info {
    display: flex;
    align-items: center;
}
.user-info .avatar {
    width: 50px;
    height: 50px;
    margin-right: 10px;
}
.user-info .avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.user-info .creative {
    font-size: 14px;
    color: #313131;
    font-weight: 400;
}
.user-info .creative div + div {
    margin-top: 8px;
}
.introduce .creative-title {
    font-size: 20px;
    color: #313131;
    letter-spacing: 1.56px;
    line-height: 28px;
    font-weight: 700;
    margin-top: 40px;
    margin-bottom: 30px;
}
.introduce .creative-desc {
    font-size: 16px;
    color: #646464;
    letter-spacing: 1.14px;
    text-align: justify;
    line-height: 28px;
    font-weight: 400;
}
.load-more {
    width: 100%;
    height: 60px;
    margin-top: 10px;
    line-height: 60px;
    background: #F7F8FA;
    text-align: center;
}
.load-more:hover {
    cursor: pointer;
}
.load-more:active {
    background-color: #eee;
}
.load-more span {
    font-size: 16px;
    color: #A0A0A0;
    font-weight: 400;
}
.swiper-slide img {
    width: 100%;
    height: 100%;
}
.swiper-handle {
    width: 50px;
    height: 50px;
    position:absolute;
    z-index: 3000;
    top: calc(50% - 25px);
    cursor: pointer;
    display: none;
}
.swiper-handle img {
    height: 100%;
    width: 100%;
}
.swiper-container:hover .swiper-handle {
    display: block;
}
.left-arrow {
    left: 30px;
}
.right-arrow {
    right: 30px;
}
/* 视频 */
#video {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,1);
}
.video-plays {
    width: 62px;
    height: 62px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.video-li {
    position: relative;
    cursor: pointer;
}
.videoCan {
    object-fit: fill;
}
/* 轮播指示点 */
.my-bullet {
    width: 6px;
    height: 6px;
    margin-left: 6px;
}
.my-bullet-active {
    width: 20px;
}
.swiper-container .swiper-pagination {
    bottom: -1px;
    margin-right: 20px;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 1.24px;
    line-height: 20px;
    font-weight: 700;
}
<!--耗时1775413725.367秒-->