.banner {
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 20px;
}

.banner .banner-item {
    display: inline-block;
    width: 300px;
    overflow: hidden;
    cursor: pointer;
    padding-right: 15px;
}

.banner .banner-item .item {
    position: relative;
    display: flex;
    align-items: flex-end;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.banner .banner-item:hover .thumbnail-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #000;
    opacity: .5;
    top: 0;
    left: 0;
    transition: all .2s;
}

.banner .banner-item:hover .thumbnail-hover {
    display: block;
}

.thumbnail-hover {
    position: absolute;
    top: 50%;
    left: 50%;
    display: none;
    transform: translate(-50%,-50%);
    width: 36px!important;
    height: 36px!important;
}

.banner .banner-item .item .content {
    position: absolute;
    color: #fff;
    width: 100%;
    padding: 10px;
    background-image: linear-gradient(#fff0,#716e6ed9);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.banner .banner-item .item p {
    margin: 0;
}

.banner .banner-item .item .content .view {
    display: flex;
    align-items: center;
}

.banner .banner-item .item .content .view img {
    width: 20px;
    margin: 0 5px 0 0;
}

.banner .banner-item .item .content .title {
    font-weight: 500;
    font-size: 1.1rem;
    padding-bottom: 10px
}

.banner.items.active .banner-item {
    cursor: grabbing;
}

.box-title {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: baseline;
    border-bottom: 1px solid #cdcdcd;
    margin-bottom: 12px;
}

.section-title {
    font-size: 1.3rem;
    padding: 8px 20px 8px 0;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.section-title img {
    width: 18px;
    margin-right: 10px;
}

.more-detail {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-weight: 500;
    padding: 8px 0;
    font-size: 14px;
    color: #000;
    opacity: .6;
}

.more-detail:hover {
    opacity: 1;
    color: #000;
}

.top {
    margin-bottom: 20px;
}

.more-detail img {
    margin-left: 5px;
    transform: rotate(180deg);
    opacity: .6;
}

.video-item {
    position: relative;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    cursor: pointer;
}
.video-item-top {
    position: relative;
}
.video-item .level {
    border-radius: 0;
    border-bottom-left-radius: 10px;
    right: 0;
    top: 0;
}
.level {
    position: absolute;
    color: #fff;
    padding: 2px 8px;
    border-radius: 10px;
    right: 5px;
    top: 15px;
    font-weight: 500;
    min-width: 70px;
    text-align: center;
    z-index: 2;
    font-size: 13px;
}
.level.level-11 {
    background-color: #4eaf4e;
}
.level.level-12 {
    background-color: #fbc054;
}
.level.level-13 {
    background: #ff6262;
}
.video-item img {
    min-width: 227px;
    display: block;
}
.video-item:hover {
    box-shadow: 0 2px 8px 0 #63636333;
}
.video-item:hover .thumbnail-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #000;
    opacity: .5;
    top: 0;
    left: 0;
    transition: all .2s;
}
.video-item:hover .thumbnail-hover {
    display: block;
}
.video-item .item-content {
    padding: 10px 10px 0;
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: space-between;
}

.video-item .item-content .title {
    margin: 0;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.video-item .item-content .view {
    color: gray;
    font-size: 14px;
}

.bottom .tab-header {
    display: flex;
    margin-bottom: 10px;
}

.bottom .tab-header .tab-header-item.active {
    opacity: 1;
}

.bottom .tab-header .tab-header-item {
    opacity: .7;
    cursor: pointer;
    padding: 5px 20px;
    border-radius: 5px;
    margin-right: 2px;
    font-weight: 500;
}

.bottom-main {
    display: flex;
}

.bottom-main .popular-box {
    width: 50%;
}

.bottom-main .popular-box .tab-body {
    display: none;
    width: 100%;
    height: calc(420px - 35px);
    overflow-y: scroll;
    border-radius: 10px;
}

.bottom-main .popular-box .tab-body.active {
    display: block;
}

.bottom-main .popular-box .tab-body .bottom-video-items {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.bottom-main .popular-box .tab-body .bottom-video-items .bottom-video-item {
    cursor: pointer;
    width: 100%;
    display: flex;
    flex-direction: row;
    box-shadow: none;
    margin: 5px 0;
    background: none;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    height: 100px;
}

.bottom-main .popular-box .tab-body::-webkit-scrollbar {
    width: 5px;
}

.bottom-main .popular-box .tab-body::-webkit-scrollbar-thumb {
    background: #291669;
    border-radius: 10px;
}

.item-wrapper {
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
}

.item-wrapper:hover {
    background-color: #fff;
}

.item-img {
    position: relative;
    margin: 10px;
}

.item-img img {
    display: block;
    width: 130px;
    border-radius: 10px;
    height: 100%;
    object-fit: cover;
}

.item-img .level {
    top: 0;
    left: 0;
    right: unset;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
}

.bottom-main .popular-box .tab-body .bottom-video-items .bottom-video-item:first-child {
    margin-top: 0;
}

.bottom-item-content {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    display: flex;
    padding: 0 10px;
}
.bottom-item-content .title {
    font-weight: 600;
}
.bottom-item-content .view {
    font-size: 14px;
    color: gray;
    width: 150px;
    text-align: right;
}
.bottom-main .img-box {
    width: 50%;
    margin-left: 10px;
    height: 385px;
}
.bottom-main .img-box img {
    object-fit: cover;
    display: block;
    border-radius: 10px;
    height: 100%;
}
.box-video {
    user-select: none;
}
@media (max-width: 768px) {
    .banner {
        overflow: scroll;
    }
    .banner::-webkit-scrollbar {
        width: 1px;
    }
    .box-video {
        font-size: 14px;
    }
    .section-title {
        font-size: 14px;
    }
    .more-detail {
        font-size: 12px;
    }
    .bottom-item-content .view {
        display: none;
    }
}
@media (max-width: 992px) {
    .bottom-main .img-box {
        display: none;
    }
    .bottom-main .popular-box {
        width: 100%;
    }
}




