body {
    background-color: #131415;
}
.video-box {
    display: flex;
}
.video-box .right-top {
    margin-bottom: 9.4px;
}
.video-large {
    position: relative;
    width: 795px;
    height: 460px;
    margin-right: 8px;
    /* border: 1px solid #000; */
    background-size: cover;
    background-position: 50% 50%;
    overflow: hidden;
}
.video-item-common {
    position: relative;
    background-size: cover;
    background-position: 50% 50%;
    border-radius: 12px;
    overflow: hidden;
}
.video-item-common .title {
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.video-large .title {
    padding: 30px 22px;
}
.video-small .title {
    padding: 18px 10px;
}
.video-item-common .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.44);
}
.video-item-common:hover {
    opacity: 0.8;
    /* cursor: pointer; */
}
.video-item-common .link {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.video-item-common .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.1) 30%);
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.1) 30%);
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.1) 45%);
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.1) 30%);
    background-image: linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.1) 30%);
}
.video-item-common .category {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    line-height: 20px;
    color: #fff;
    padding: 4px 10px;
    font-size: 0.9em;
    background: #fc363b;
}
.video-small {
    position: relative;
    width: 396px;
    height: 224px;
    /* border: 1px solid #000; */
    background-size: cover;
    background-position: 50% 50%;
    overflow: hidden;
}
.main-container {
    max-width: var(--page-container-width);
}
.videos-container {
    /* max-width: 1120px; */
}
.videos-container .videos-big {
    width: 100%;
    /* padding-bottom: 30%; */
    position: relative;
}
.videos-container .videos-big .swiper-container {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.swiper-container a {
    display: inline-block;
    position: absolute;
    width: 49.5%;
    height: 100%;
    top: 0;
}
.swiper-container a.first {
    left: 0;
}
.swiper-container a.second {
    right: 0;
}
.mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.1) 30%);
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.1) 30%);
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.1) 45%);
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.1) 30%);
    background-image: linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.1) 30%);
}
.swiper-container .video-content {
    position: absolute;
    left: 15px;
    bottom: 6%;
    color: #fff;
    font-size: 20px;
}
.swiper-container .icon-play {
    /* position: absolute;
    left: 15px;
    bottom: 45px;*/
    font-size: 40px;
    color: #fff;
    display: block;
    padding: 12px 4px;
}
.videos-list {
    width: 100%;
}
.videos-list .filter-container {
    /* margin: 20px 20px 20px 0; */
    /* padding: 0; */
    /* background-color: #f4f4f4; */
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.videos-list .filter-container * {
    box-sizing: border-box;
}
@media (min-width: 800px) {
    .videos-list .filter-container {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}
.videos-list .sectionTitle {
    font-weight: 600;
    font-size: 32px;
    color: #ffffff;
    line-height: 40px;
}
@media (max-width: 800px) {
    .videos-list .sectionTitle {
        font-size: 15px;
        font-weight: 600;
        color: #fff;
        line-height: 21px;
    }
}
.videos-tagsList {
    display: inline-block;
    margin-left: 20px;
    box-sizing: border-box;
    padding-top: 11px;
}
.videos-tagsList * {
    box-sizing: border-box;
}
.videos-tagsList .list {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.videos-tagsList li {
    float: left;
}
.videos-tagsList li:last-child a {
    border: none;
    padding-right: 0;
}
.videos-tagsList li a {
    padding: 0 24px;
    display: inline-block;
    border-right: 1px solid #ccc;
    font-size: 16px;
    color: #fff;
    /* line-height: 40px; */
    line-height: 1;
}

.videos-tagsList li a.border-none {
    border: none;
}
.videos-tagsList li a:hover {
    color: var(--color-primary);
}
.videos-tagsList li a.active {
    color: var(--color-primary);
    /* font-size: 16px; */
}
@media (min-width: 800px) {
    .videos-tagsList li a {
        /* padding: 0 24px; */
        font-size: 24px;
        /* color: #fff; */
        /* line-height: 40px; */
        /* line-height: 1; */
    }
}
.videos-list .video-item {
    /* background-color: #f4f4f4; */
}
.videos-list .video-item:hover {
    /* background-color: #f4f4f4; */
    background-color: rgba(29, 227, 138, 0.1);
}
.videos-list .video-item:hover .video-pic {
    /* background-color: #f4f4f4; */
    border-radius: 0;
}
.videos-list .video-item-container {
    /* width: 33.3%; */
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
}

.videos-list .video-item .video-pic {
    width: 100%;
    padding-bottom: 60%;
    position: relative;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    border-radius: 12px;
    overflow: hidden;
}
.videos-list .video-item .video-intro {
    /* padding-top: 8px; */
    padding: 12px;
}
.videos-list .video-item .title {
    margin-bottom: 14px;
    height: 48px;
    font-weight: 500;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 28px;
}
.play {
    margin-left: 20px;
}
.videos-list .meta-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 24px;
}
.videos-list .meta-right {
    display: flex;
    align-items: center;
}
.videos-list .time {
}

.videos-list .meta {
    display: flex;
    align-items: center;
    margin-left: 20px;
}
.videos-list .meta-icon {
    color: rgba(0, 0, 0, 0.25);
    margin-right: 4px;
}
.videos-list .video-item .video-intro:hover {
    color: var(--color-primary);
}
.video-item .video-pic .icon-play-simple {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.44);
}
.video-item .video-pic .category {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 0 8px;
    background: #fc363b;
    height: 25px;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 12px;
    font-weight: 300;
    color: #ffffff;
    line-height: 17px;
    border-radius: 9px 0px 13px 0px;
}
.video-item .video-pic .category:hover {
    opacity: 0.8;
}
.video-item .video-pic .like-item {
    display: inline-block;
    position: absolute;
    right: 10px;
    bottom: 15px;
}
.video-pic .like-item .iconfont {
    font-size: 0.5em;
    color: #fff;
}
.video-pic .like-item .playTimes,
.video-pic .like-item .likeTimes {
    display: inline-block;
    margin: 0 5px;
}
.video-pic .playTimes span,
.video-pic .likeTimes span {
    color: #fff;
    margin-left: 5px;
    font-size: 0.5em;
}
.item-hot .hot-title {
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px 10px;
}
@media (min-width: 800px) {
    .videos-list-container .video-item {
        /* width: 97%; */
        width: 392px;
        height: 348px;
        margin-right: 12px;
    }
    .videos-list-container div:nth-of-type(3n + 3) .video-item {
        /* margin:0 auto; */
        /* border: 1px solid #f00; */
        margin-right: 0;
    }
    .videos-list-container div:nth-of-type(3n + 3) .video-item {
        /* margin:0 0 0 auto; */
    }
    .item-not-hot {
        width: 298px !important;
    }
    .item-hot {
        width: 470px !important;
    }
    .item-hot .category {
        background-color: #ffb000 !important;
    }

    .item-hot .category span {
        color: #fff !important;
    }
    .star {
        margin-right: 4px;
        font-size: 14px;
    }
}
@media (max-width: 800px) {
    .videos-container .videos-big {
        padding-bottom: 60%;
    }
    .swiper-container a {
        width: 100%;
    }
    .videos-list .video-item-container {
        width: 100%;
    }
    .swiper-container .video-content {
        bottom: 12%;
        font-size: 18px;
    }
    .swiper-container .icon-play {
        padding: 7px 2px;
    }
    .videos-list .video-item {
        width: 95%;
        margin: 0 auto;
    }
    .videos-list h3 {
        padding-left: 8px;
        font-size: 20px;
    }
    .videos-tagsList {
        margin-left: 0;
        padding-right: 16px;
    }
}
