.sec1 {
    padding: 221px 0 0;
}

.sec1 .wrap .flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 94px;
}

.sec1 .wrap .flex .r {
    width: 552px;
}

.sec1 .wrap .flex .l {
    width: 800px;
}

.sec1 .wrap .flex .l .title_color {
    margin-bottom: 32px;
}

.sec1 .wrap .flex .l .text {
    font-weight: 300;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 34px;
}

.sec1 .wrap .numList {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sec1 .wrap .numList .line {
    width: 1px;
    height: 77px;
    background: rgba(255, 255, 255, 0.2);
}

.sec1 .wrap .numList .item .item_text {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec1 .wrap .numList .item .item_text span {
    display: block;
    font-family: Poppins R;
    font-weight: bold;
    font-size: 48px;
    color: #FFFFFF;
}

.sec1 .wrap .numList .item .item_text span.biao {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    margin: 20px 0 0 5px;
}

.sec1 .wrap .numList .item p {
    font-weight: 300;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 24px;
    text-align: center;
}

.sec2 {
    padding: 145px 0 128px;
}

.sec2 .wrap {
    display: flex;
    justify-content: space-between;
}

.sec2 .wrap .item {
    width: 516px;
    height: 510px;
    background: rgba(24, 45, 53, 0.5);
    border-radius: 12px;
    padding: 35px 30px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.sec2 .wrap .item .item_top .item_title {
    font-family: Poppins M;
    font-weight: 500;
    font-size: 28px;
    color: #FFFFFF;
    transition: 0.6s;
    margin-bottom: 35px;
}

.sec2 .wrap .item .item_top .item_text {
    padding: 35px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.sec2 .wrap .item .item_top .item_text li {
    font-weight: 300;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 30px;
    opacity: 0.8;
    padding: 0 0 0 15px;
    position: relative;
}

.sec2 .wrap .item .item_top .item_text li:after {
    content: "";
    width: 5px;
    height: 5px;
    background: #FFFFFF;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 12px;
}

.sec2 .wrap .item .item_bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.sec2 .wrap .item .item_bottom .color_btn {
    margin: 0 0 30px;
}

.sec2 .wrap .item .item_bottom .img {
    width: 200px;
    height: 186px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.sec2 .wrap .item:hover .item_top .item_title {
    color: #00BD56;
}

.sec2 .wrap .item:hover .item_bottom .color_btn:after {
    opacity: 1;
}

.sec2 .wrap .item:hover .item_bottom .color_btn p {
    color: #FFFFFF;
}

.sec2 .wrap .item:hover .item_bottom .color_btn img {
    filter: brightness(0) invert(1);
}

/*# sourceMappingURL=structural.css.map */
@media screen and (max-width: 1919px) {
    .sec1 {
        padding: 11.5104166667vw 0px 0px;
    }

    .sec1 .wrap .flex {
        margin-bottom: 4.8958333333vw;
    }

    .sec1 .wrap .flex .r {
        width: 28.75vw;
    }

    .sec1 .wrap .flex .l {
        width: 41.6666666667vw;
    }

    .sec1 .wrap .flex .l .title_color {
        margin-bottom: 1.6666666667vw;
    }

    .sec1 .wrap .flex .l .text {
        font-size: 0.9375vw;
        line-height: 1.7708333333vw;
    }

    .sec1 .wrap .numList .line {
        height: 4.0104166667vw;
    }

    .sec1 .wrap .numList .item .item_text span {
        font-size: 2.5vw;
    }

    .sec1 .wrap .numList .item .item_text span.biao {
        font-size: 0.8333333333vw;
        margin: 1.0416666667vw 0px 0px 0.2604166667vw;
    }

    .sec1 .wrap .numList .item p {
        font-size: 0.8333333333vw;
        line-height: 1.25vw;
    }

    .sec2 {
        padding: 7.5520833333vw 0px 6.6666666667vw;
    }

    .sec2 .wrap .item {
        width: 26.875vw;
        height: 26.5625vw;
        border-radius: 0.625vw;
        padding: 1.8229166667vw 1.5625vw 1.5625vw;
    }

    .sec2 .wrap .item .item_top .item_title {
        font-size: 1.4583333333vw;
        margin-bottom: 1.8229166667vw;
    }

    .sec2 .wrap .item .item_top .item_text {
        padding: 1.8229166667vw 0px 0px;
    }

    .sec2 .wrap .item .item_top .item_text li {
        font-size: 0.8333333333vw;
        line-height: 1.5625vw;
        padding: 0px 0px 0px 0.78125vw;
    }

    .sec2 .wrap .item .item_top .item_text li::after {
        width: 0.2604166667vw;
        height: 0.2604166667vw;
        top: 0.625vw;
    }

    .sec2 .wrap .item .item_bottom .color_btn {
        margin: 0px 0px 1.5625vw;
    }

    .sec2 .wrap .item .item_bottom .img {
        width: 10.4166666667vw;
        height: 9.6875vw;
    }
}
@media screen and (max-width: 768px) {
    .sec1 {
        padding: 100px 0 0;
    }
    .sec1 .wrap .flex {
        display: block;
    }
    .sec1 .wrap .flex .l {
        width: 100%;
    }
    .sec1 .wrap .flex .l .title_color {
        margin-bottom: 20px;
    }
    .sec1 .wrap .flex .l .text {
        font-size: 16px;
        line-height: 1.8;
    }
    .sec1 .wrap .flex .r {
        width: 100%;
    }
    .sec1 .wrap .numList {
        flex-wrap: wrap;
    }

    .sec1 .wrap .numList .item .item_text span {
        font-size: 36px;
    }
    .sec1 .wrap .numList {
        flex-wrap: wrap;
        gap: 20px 0;
        padding: 0;
    }
    .sec1 .wrap .numList .item  {
        width: 48%;
    }
    .sec1 .wrap .numList .item p {
        font-size: 12px;
        line-height: 1.6;
    }
    .sec1 .wrap .numList .line:nth-child(4) {
        display: none;
    }
    .sec1 .wrap .numList .line {
        height: 42px;
    }

    .sec2 {
        padding: 80px 0 20px;
    }
    .sec2 .wrap {
        display: block;
    }
    .sec2 .wrap .item {
        width: 100%;
        height: unset;
        padding: 20px;
        border-radius: 4px;
        margin-bottom: 40px;
    }
    .sec2 .wrap .item .item_top .item_title {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .sec2 .wrap .item .item_top .item_text {
        padding: 20px 0 0;

    }
    .sec2 .wrap .item .item_top .item_text li {
        font-size: 14px;
        line-height: 24px;
        padding: 0 0 0 15px;
        margin-bottom: 5px;
    }
    .sec2 .wrap .item .item_top .item_text li:after {
        width: 5px;
        height: 5px;
        top: 9px;
    }
    .sec2 .wrap .item .item_bottom .img {
        width: 120px;
        height: 140px;
    }
    .sec1 .wrap .numList .item .item_text span.biao {
        font-size: 12px;
        margin: 2px 0 0 5px;
    }
}
