/* banner */
.banner {
    width: 100%;
    height: 60.833rem;
    position: relative;
}
.banner .banner-background {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    z-index: -1;
}
.banner .banner_content {
    padding-left: 5.556rem;
    padding-right: 7.986rem;
    padding-top: 8.681rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.banner .banner_content_left {
    display: flex;
    flex-direction: column;
    align-items: start;
}
.banner .banner_content_title {
    font-weight: 700;
    font-size: 3.333rem;
    color: #ffffff;
}
.banner .banner_content_title strong {
    font-weight: 700;
    font-size: 3.333rem;
    color: #f9b125;
}
.banner .banner_content_desc {
    font-size: 1.111rem;
    line-height: 1.667rem;
    width: 46.944rem;
    margin-top: 1.944rem;
    margin-bottom: 2.222rem;
    color: white;
}
.banner .banner_content_btn {
    display: flex;
    align-items: center;
    gap: 1.944rem;
}
.banner .banner_content_rightimg {
    width: 31.349rem;
    height: 40.417rem;
}
.banner .warpper_infor {
    position: absolute;
    bottom: 4.792rem;
    left: 20.556rem;
    display: flex;
    align-items: center;
    gap: 2.222rem;
}
.banner .warpper_infor_item {
    width: 9.444rem;
    height: 10.833rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.833rem;
    background: white;
    padding: 0.833rem 0;
    border-radius: 1.389rem;
    position: relative;
}
.banner .warpper_infor_item::before {
    content: "";
    position: absolute;
    top: -0.0694rem;
    left: -0.0694rem;
    bottom: -0.0694rem;
    right: -0.0694rem;
    z-index: -1;
    border-radius: 1.389rem;
    background: linear-gradient(
        184.22deg,
        rgba(37, 50, 146, 0) 9.63%,
        #3e55f8 96.89%
    );
}
.banner .warpper_infor_imgsvg {
    width: 3.056rem;
    height: 3.056rem;
    border-radius: 100%;
    background: #c6f1e7;
}
.banner .warpper_infor_imgsvg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.banner .warpper_infor_number {
    color: #42cfad;
    font-weight: 700;
    font-size: 1.667rem;
}
.banner .warpper_infor_item:nth-child(2) .warpper_infor_number {
    color: #fc6a83;
}
.banner .warpper_infor_item:nth-child(3) .warpper_infor_number {
    color: #8e96ff;
}
.banner .warpper_infor_text {
    color: #141414e5;
    font-weight: 500;
    font-size: 1.111rem;
    width: 7.083rem;
    text-decoration: center;
    text-align: center;
}

@media (max-width: 1024px) {
    .banner .warpper_infor {
        left: 5%;
    }
}

@media (max-width: 639.98px) {
    .banner {
        height: auto;
    }
    .banner .banner_content {
        flex-direction: column;
        align-items: flex-start;
        padding: 6rem 1.5rem 2rem;
        gap: 2rem;
    }
    .banner .banner_content_left {
        width: 100%;
    }
    .banner .banner_content_title,
    .banner .banner_content_title strong {
        font-size: 2rem;
    }
    .banner .banner_content_desc {
        width: 100%;
        margin-top: 1rem;
        margin-bottom: 1.5rem;
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .banner .banner_content_btn {
        flex-wrap: wrap;
        row-gap: 1rem;
    }
    .banner .banner_content_rightimg {
        width: 100%;
        max-width: 18rem;
        height: auto;
        margin: 0 auto;
    }
    .banner .warpper_infor {
        position: static;
        width: 100%;
        justify-content: space-between;
        gap: 0.5rem;
        padding: 0 1.5rem 2rem;
    }
    .banner .warpper_infor_item {
        width: 30%;
        height: auto;
        padding: 0.75rem 0.25rem;
    }
    .banner .warpper_infor_text {
        width: 100%;
        font-size: 0.8rem;
    }
}
/*  */
