[v-cloak]{
    display: none;
}
 .f-19 {
     font-size: 19px;
 }

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

 .mb-40 {
     margin-bottom: 40px;
 }
 .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: 41px 67px;
     gap: 54px;
    padding: 70px 0 88px;
     min-width: 1200px;
     margin-bottom: 38px;
 }

 .project-img {
     width: 752px;
     height: 67px;
 }

 .logo-img{
    width: 229px;
        height: 41px;
 }
 
 .series-more-content {
    display: flex;
    justify-content: space-between;
    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/name-bg.png) no-repeat left bottom;
    background-size: 438px 62px;
 }
  .series-box-title2 {
    height: 40px;
    min-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;
    cursor: pointer;
 }

.series-data-type0,.series-data-type4,
.series-data-type6,.series-data-type9{
    background: url(/assets/images/seriesresource/bg-1.png) no-repeat center;
    background-size: cover;
 }
.series-data-type1,.series-data-type7,.series-data-type12 {
    background: url(/assets/images/seriesresource/bg-2.png) no-repeat center;
    background-size: cover;
}
.series-data-type2,.series-data-type5,.series-data-type8,.series-data-type11 {
    background: url(/assets/images/seriesresource/bg-3.png) no-repeat center;
    background-size: cover;
}
.series-data-type3,.series-data-type4,.series-data-type10,
.series-data-type13 {
    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;
}
.series-warp-list .series-item-main:nth-child(odd) {
    background: url(/assets/images/seriesresource/list-bg3.png) no-repeat left bottom;
    background-size: 100% 100%;
}
.series-warp-list .series-item-main:nth-child(even){
    background: url(/assets/images/seriesresource/list-bg2.png) no-repeat left bottom;
    background-size: 100% 100%;
}
.series-warp-list .series-item-main:nth-child(1) {
    background: url(/assets/images/seriesresource/list-bg3.png) no-repeat left bottom;
    background-size: 100% 100%;
}
.series-warp-list .series-item-main:nth-child(1) .series-box-title{
    display: block;
}
.series-item{
    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 img{
    width: 275px;
    height: 180px;
}
.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{
    width: 82px;
    height: 26px;
    border-radius: 4px;
    opacity: 1;
    background: #00b4fa;
    color: #ffffff;
    font-size: 15px;
    text-align: center;
    line-height: 26px;
    cursor: pointer;
}