.big-item[data-v-af6dc548] {
    width: 100%;
    border-radius: 5px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 15px;
    padding: 10px
}

.big-item .them[data-v-af6dc548] {
    width: 100%;
    height: auto;
    position: relative
}

.big-item .them img[data-v-af6dc548] {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 5px
}

.big-item dl[data-v-af6dc548] {
    padding: 10px 5px
}

.big-item dl dt[data-v-af6dc548] {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
    line-height: 1.2
}

.big-item dl dd[data-v-af6dc548] {
    /* height: 56px; */
    line-height: 1.4;
    font-size: 14px
}

.big-item dl dd a[data-v-af6dc548] {
    color: #666;
    text-decoration: none;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word
}

.big-item .btn-orange[data-v-af6dc548] {
    border-radius: 3px;
    color: #fff;
    background-color: #ff5441;
    text-align: center;
    padding: 6px 15px;
    display: block;
    margin: 5px auto;
    font-size: 14px
}

.big-item .btn-orange i[data-v-af6dc548] {
    margin-left: 5px
}

.item-card[data-v-5d6dea46] {
    display: block;
    width: 100%;
    height: 180px;
    position: relative;
    overflow: hidden;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 20px #00000014;
    transition: all .4s cubic-bezier(.4,0,.2,1)
}

@media screen and (max-width: 768px) {
    .item-card[data-v-5d6dea46] {
        height:140px
    }
}

@media screen and (max-width: 480px) {
    .item-card[data-v-5d6dea46] {
        height:120px
    }
}

.item-card h4[data-v-5d6dea46] {
    position: absolute;
    left: 0;
    top: 0;
    width: 65%;
    height: 100%;
    padding: 20px 40px 20px 20px;
    box-sizing: border-box;
    font-size: 17px;
    line-height: 1.5;
    color: #1f2937;
    display: flex;
    align-items: center;
    overflow: hidden;
    font-weight: 600;
    clip-path: polygon(0 0,100% 0,93% 100%,0 100%);
    background: linear-gradient(135deg,#f8f9fa,#fff);
    transition: color .3s ease;
    z-index: 1
}

@media screen and (max-width: 768px) {
    .item-card h4[data-v-5d6dea46] {
        width:65%;
        padding: 15px 30px 15px 15px;
        font-size: 15px;
        line-height: 1.4;
        clip-path: polygon(0 0,100% 0,92% 100%,0 100%)
    }
}

@media screen and (max-width: 480px) {
    .item-card h4[data-v-5d6dea46] {
        width:68%;
        padding: 12px 25px 12px 12px;
        font-size: 14px;
        line-height: 1.3;
        clip-path: polygon(0 0,100% 0,90% 100%,0 100%)
    }
}

.item-card h4 span[data-v-5d6dea46] {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    max-height: 6em
}

@media screen and (max-width: 768px) {
    .item-card h4 span[data-v-5d6dea46] {
        -webkit-line-clamp:3;
        max-height: 4.2em
    }
}

.item-card .thum[data-v-5d6dea46] {
    position: absolute;
    right: 0;
    top: 0;
    width: 42%;
    height: 100%;
    clip-path: polygon(10% 0,100% 0,100% 100%,0 100%);
    overflow: hidden
}

@media screen and (max-width: 768px) {
    .item-card .thum[data-v-5d6dea46] {
        width:40%;
        clip-path: polygon(12% 0,100% 0,100% 100%,0 100%)
    }
}

@media screen and (max-width: 480px) {
    .item-card .thum[data-v-5d6dea46] {
        width:38%;
        clip-path: polygon(15% 0,100% 0,100% 100%,0 100%)
    }
}

.item-card .thum[data-v-5d6dea46]:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg,#00000008,#0000 50%);
    z-index: 1
}

.item-card .thum img[data-v-5d6dea46] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease
}

.love__container[data-v-97e1f75e] {
    display: flex;
    flex-direction: column;
    max-width: 1024px;
    min-height: 100vh;
    margin: 0 auto;
    background-color: #f8fafd
}

.love__container .love__section[data-v-97e1f75e] {
    width: 100%;
    margin-top: 20px
}

.love__container .love__section .part[data-v-97e1f75e] {
    padding: 15px
}

.love__container .love__section .part .part_title[data-v-97e1f75e] {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
    zoom:1;font-weight: 700;
    color: #343c5c;
    font-size: 20px;
    margin: 10px 0 15px
}

.love__container .love__section .part .part_title span[data-v-97e1f75e] {
    position: relative;
    z-index: 2;
    zoom:1;font-weight: 700
}

.love__container .love__section .part .part_title[data-v-97e1f75e]:after {
    content: attr(data-title);
    width: max-content;
    height: 100%;
    bottom: 1px;
    left: 52%;
    background-color: #ff5441;
    z-index: 0;
    margin-left: 5px;
    padding: 0 15px 0 5px;
    color: #fff
}

.love__container .love__section .part .part-wrap .item-box[data-v-97e1f75e] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px
}

.love__container .love__section .part-1[data-v-97e1f75e] {
    background: #081430 url(../img/index_bg-Dxwlmx4U.jpg) top center no-repeat;
    background-size: 100%
}

.love__container .love__section .part-1 .part_title[data-v-97e1f75e] {
    color: #fff
}

.love__container .love__section .part-3 .row-item[data-v-97e1f75e] {
    background-color: #fff;
    border-radius: 5px;
    padding: 10px;
    box-sizing: border-box;
    box-shadow: 2px 2px 8px #00000014
}

.love__container .love__section .part-4[data-v-97e1f75e] {
    position: relative
}

.love__container .love__section .part-4 .end-item[data-v-97e1f75e] {
    position: relative;
    width: 100%;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    z-index: 11;
    background-color: #f4f7fb;
    margin-bottom: 15px
}

@media screen and (min-width: 1024px) {
    .part-3 .part-wrap ul[data-v-97e1f75e] {
        display:flex!important;
        flex-direction: row!important;
        flex-wrap: wrap!important
    }

    .part-3 .row-item[data-v-97e1f75e] {
        width: calc(50% - 20px)
    }
}

@media screen and (max-width: 1023px) {
    .part-3 .row-item[data-v-97e1f75e] {
        width:100%
    }
}
