.img28402 .title-text {
    font-size: 60px;
    color: #000000;
    letter-spacing: 0;
    font-weight: 700;
    text-align: center;
    margin-bottom: 14px;
}

.img28402 .mark28402 .banner-name-mark>h1,
.img28402 .mark28402 .banner-name-mark>h2,
.img28402 .mark28402 .banner-name-mark>h3,
.img28402 .mark28402 .banner-name-mark>h4,
.img28402 .mark28402 .banner-name-mark>h5,
.img28402 .mark28402 .banner-name-mark>h6 {
    color: var(--color-match-ellipses-title-setting1);
}

.img28402 .mark28402 .banner-docs>.paragraph1,
.img28402 .mark28402 .banner-docs>.paragraph2,
.img28402 .mark28402 .banner-docs>.paragraph3 {
    color: var(--color-match-ellipses-docs-setting1);
}

.img28402 .contain-text {
    font-size: 18px;
    color: #252525;
    letter-spacing: 0;
    font-weight: 400;
    text-align: center;
    margin-bottom: 30px;
}

.img28402 .ul28402 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding-top: 20px;
}

.img28402 .item28402 {
    width: calc(92% / 3);
    margin-bottom: 6%;
    margin-left: 4%;
    position: relative;
}

.img28402 .mainImg {
    position: absolute;
    top: -12px;
    left: 0;
    width: 79.35%;
    height: 96%;
    z-index: 1;
}

.img28402 .secondImg {
    position: relative;
    top: 8.6%;
    left: 8.7%;
    width: 91.304%;
    vertical-align: top;
}

.img28402 .banner-name {
    position: absolute;
    width: 90%;
    bottom: 0px;
    right: 0;
    font-size: 21.37px;
    color: #333333;
    letter-spacing: 0;
    text-align: right;
    line-height: 28.49px;
    /* font-weight: 900; */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    padding-right: 30px;
    box-sizing: border-box;
}

.img28402 .banner-name,
.img28402 .banner-name * {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.img28402 .mark28402 {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 8.6%;
    left: 0;
    z-index: 2;
}

.img28402 .mark28402::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 20px;
    background: var(--color-match-setting1, #0C59D4);
    border-radius: 1px;
    z-index: 3;
}

.img28402 .banner-name-mark {
    /* position: absolute; */
    left: 15.33%;
    bottom: 77%;
    right: 13.52%;
    font-size: 23.74px;
    color: #FFFFFF;
    letter-spacing: 0;
    font-weight: 900;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 20px;
}

.img28402 .banner-docs {
    /* position: absolute; */
    top: 28%;
    left: 15.33%;
    right: 13.52%;
    font-size: 17.81px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 25px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.img28402 .moreBtn {
    position: absolute;
    left: 50px;
    bottom: 30px;
    font-size: 14px;
    padding: 13px 34px;
    background: var(--color-match-setting1, #0C59D4);
    border-radius: 4px;
    color: #fff;
    /* margin-top: 20px; */
    /* display: inline-block; */
}

.img28402 .moreBtn:hover {
    background-color: #fff !important;
    color: var(--color-match-setting2, rgb(13,13,13));
}

.img28402 .footer {
    display: flex;
    justify-content: center;
}

.img28402 .footOne {
    width: 206px;
    height: 48px;
    background: var(--color-match-setting2, rgb(13,13,13));
    position: relative;
    border-radius: 4px;
    /* margin-right: 15px; */
}

.img28402 .footTwo {
    width: 206px;
    height: 48px;
    background: var(--color-match-setting1, #0C59D4);
    position: relative;
    border-radius: 4px;
}

.img28402 .foot-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 15px;
    color: #FFFFFF;
    letter-spacing: 0;
    font-weight: 900;
}

.img28402 .moreBtn::before {
    display: block;
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    left: 0;
}

.img28402 .markLine {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 8.6%;
    left: 0;
    background: var(--color-match-setting2, rgb(13,13,13));
    opacity: 0.8;
    border-radius: 21.37px;
    z-index: 2;
}

.img28402 .mark28402 .banner-description {
    padding: 30px 20px 30px 50px;
    height: 100%;
    box-sizing: border-box;
}

.img28402 .item28402>.banner-description {
    transform: translateY(15px);
}

@media (min-width:1440px) {
    .img28402 .item28402:hover .mark28402 {
        display: block;
    }

    .img28402 .item28402:hover .markLine {
        display: block;
    }

    .img28402 .item28402:hover .banner-name {
        display: none;
    }

    .img28402 .item28402:hover .secondImg {
        display: none;
    }

    .img28402 .item28402:hover .mainImg-mark {
        position: absolute;
        top: 58.6%;
        left: 50%;
        transform: translate(-50%, -50%)
    }


}

@media (max-width:1439px) {
    .img28402 .banner-docs {
        -webkit-line-clamp: 3;
    }
}

@media screen and (max-width: 768px) {
    .img28402 .title-text {
        font-size: 30px;
        margin-bottom: 5px;
    }

    .img28402 .contain-text {
        font-size: 14px;
        color: #252525;
        letter-spacing: 0;
        text-align: center;
        line-height: 20px;
        font-weight: 400;
        margin-bottom: 28px;
    }

    .img28402 .item28402 {
        width: calc((100% - 15px) / 2);
        margin-bottom: 40px;
        margin-left: 15px;
        position: relative;
    }

    .img28402 .item28402:nth-child(2n+1) {
        margin-left: 0px;
    }

    .img28402 .banner-name {
        /* top:81%; */
        font-size: 16px;
        color: #333333;
        letter-spacing: 0;
        text-align: right;
        line-height: unset;
        /* font-weight: 900; */
        /* width: 60%; */
    }

    .img28402 .footOne {
        width: 94.6%;
        height: 38px;
        position: relative;
        border-radius: 2.4px;
        left: 5.6%;
        /* margin-right: 9.2px; */
    }

    .img28402 .footTwo {
        width: 94.6%;
        height: 38px;
        position: relative;
        left: 5.5%;
        border-radius: 2.4px;
    }

    .img28402 .foot-text {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 11.2px;
        color: #FFFFFF;
        letter-spacing: 0;
        font-weight: 900;
        white-space: nowrap;
    }

    .img28402 .footer {
        margin-top: 3%;
    }

    .img28402 .button-foot {
        width: 50%;
    }

    .img28402 .backstage-componet {
        width: 100%;
    }

    .img28402 .banner-name {
        font-size: 16px !important;
        font-weight: unset;
    }

}

@media screen and (min-width: 769px) {
    .img28402 .item28402:nth-child(3n+1) {
        margin-left: 0px;
    }
}

@media screen and (min-width: 768px) and (max-width:1220px) {
    .img28402 .banner-name {
        font-size: 14px;
        line-height: 19.49px;
    }

    .img28402 .footTwo {
        border-radius: 4px;
        height: 72px;
    }

    .img28402 .footOne {
        border-radius: 4px;
        height: 72px
    }

    .img28402 .banner-docs {
        font-size: 15.81px;
        line-height: 28.05px;
    }

    .img28402 .banner-name-mark {
        font-size: 21.74px;
    }
}

@media (max-width:510px) {
    .img28402 .item28402 {
        width: 100%;
        margin-bottom: 50px;
    }

    .img28402 .box .ul28402 .item28402 {
        margin-left: 0;
    }
}