[v-cloak] {
    display: none;
}

.f-19 {
    font-size: 19px;
}

.f-22 {
    font-size: 22px;
}

.mb-40 {
    margin-bottom: 40px;
}


.space-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.center-between {
    display: flex;
    justify-content: center;
    align-items: center;
}

.series-box-title {
    height: 62px;
    font-size: 28px;
    padding-left: 90px;
    padding-top: 22px;
    color: #ffffff;
    font-weight: Bold;
    background: url(/assets/images/seriesresource/list-name-bg.png) no-repeat left bottom;
    background-size: 276px 62px;
    display: none;
}

.series-box-title2 {
    height: 40px;
    width: 400px;
    color: #333333;
    font-size: 28px;
    line-height: 40px;
    font-weight: Bold;
    background: url(/assets/images/seriesresource/name-bg2.png) no-repeat left bottom;
    background-size: 336px 40px;
    padding-left: 70px;
}

.series-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
    margin-top: 56px;
    padding-bottom: 45px;
}

.series-data {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 8px 25px 18px;
    border-radius: 10px;
}

.series-data-type1,
.series-data-type5,
.series-data-type11 {
    background: url(/assets/images/seriesresource/bg-1.png) no-repeat center;
    background-size: cover;
}

.series-data-type2,
.series-data-type8,
.series-data-type13 {
    background: url(/assets/images/seriesresource/bg-2.png) no-repeat center;
    background-size: cover;
}

.series-data-type3,
.series-data-type6,
.series-data-type9,
.series-data-type12 {
    background: url(/assets/images/seriesresource/bg-3.png) no-repeat center;
    background-size: cover;
}

.series-data-type4,
.series-data-type5,
.series-data-type11 {
    background: url(/assets/images/seriesresource/bg-4.png) no-repeat center;
    background-size: cover;
}

.series-sort-name {
    width: 38px;
    color: #7700df;
    font-size: 19px;
    font-weight: 600;
    font-style: oblique;
}

.series-name {
    width: 190px;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
}

.series-warp-list .series-item:nth-child(odd) {
    background: url(/assets/images/seriesresource/list-bg3.png) repeat left bottom;
}

.series-warp-list .series-item:nth-child(even) {
    background: url(/assets/images/seriesresource/list-bg2.png) repeat left bottom;
}

.series-warp-list .series-item:nth-child(1) {
    background: url(/assets/images/seriesresource/list-bg3.png) repeat left bottom;
}
.series-warp-list .series-item:nth-child(2) .series-box-title {
    display: block;
}

.series-main {
    padding: 40px 40px 50px;
}

.series-item-content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 33px;
    margin-top: 30px;
}

.series-content {
    width: 275px;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
}
.series-content-img{
    position: relative;
    cursor: pointer;
}

.series-content-img .cover_img {
    width: 275px;
    height: 180px;
}
.series-content-img .play-icon {
    width: 60px;
    height: 60px;
    position: absolute;
    z-index: 2;
}

.series-content-name {
    padding: 12px 16px 20px;
    background-color: #fff;
    color: #333333;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
}

.ellipsis1 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.more-btn {
    color: #00b4fa;
    font-size: 15px;
    line-height: 26px;
    cursor: pointer;
    margin-top: 30px;
}

.v-modal-mask::after{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
    background: #000;
    content: "";
}

 .empty {
    padding-top: 160px;
    text-align: center;
    display: grid;
    justify-items: center;
    grid-template-rows: 160px 30px;
    color: #666666;
 }
 .header-content{
    background: url(/assets/images/seriesresource/list.png) no-repeat center center;
    background-size: cover;
    display: grid;
    align-items: center;
    justify-items: center;
    grid-template-rows: 67px 30px;
    gap: 40px;
    padding: 80px 0 103px;
    min-width: 1200px;
 }
 .project-img{
    width: 752px;
    height: 67px;
 }
 .project-name{
    color: #ffffff;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 4px;
 }