
.ourAdvantages{
    background-image:var(--bg-img) !important;
}
.ourAdvantages-2-title{
    font-size: 1.6vw;
    font-weight: bold;
    color: #FCFCFC;
}
.ourAdvantages-2-title-2{
    width: 60%;
    font-size: 0.8vw;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    line-height: 1.25vw;
    margin-top: 2vw;
}

.ourAdvantages-2-list{
    width: 60%;
    display: flex;
    justify-content: space-between;
    margin-top: 5.2vw;
}
.ourAdvantages-2-item p:nth-child(1){
    display: inline-block;
    font-size: 1.5vw;
    font-weight: bold;
    /* color: #FFFFFF; */
    line-height: 3vw;
    border-bottom: 2px solid;
    background: linear-gradient(to right, rgb(255,255,255) 0%, #fff 0%);
    -webkit-background-clip: text; /* 设置背景剪切为文本 */
    -webkit-text-fill-color: transparent; /* 设置文本颜色为透明 */
    transition: all .3s;
}
.ourAdvantages-2-item p:nth-child(1):hover{
    background: linear-gradient(to right, rgb(0,78,161) 0%, #fff 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.ourAdvantages-2-item p:nth-child(2){
    margin-top: 0.8vw;
    font-size: 0.8vw;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.25vw;
    width: 14vw;
}

@media (max-width: 996px) {
    .ourAdvantages{
        height: auto !important;
    }
    .ourAdvantages-2-title{
        font-size: 16px;
        margin-top: 40px;
    }
    .ourAdvantages-2-title-2{
        width: 80%;
        font-size: 13px;
        line-height: 24px;
        margin-top: 6.4vw;
    }
    .ourAdvantages-2-list{
        width: 80%;
        flex-direction: column;
    }
    .ourAdvantages-2-item p:nth-child(1){
        font-size: 18px;
        line-height: 36px;
    }
    .ourAdvantages-2-item p:nth-child(2){
        width: 100%;
        line-height: 24px;
        font-size: 13px;
    }
    .ourAdvantages-2-item{
        margin-bottom: 9.6vw;
    }
}
