.banner {
    width: 100%;
    color: #fff;
    position: relative;
}

.banner_bg {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.banner .container {
    position: absolute;
    top: 4.25rem; /* 170px */
    left: 5.75rem; /* 230px */
    width: 45%;
    height: auto;
}

.banner h1 {
    font-size: 1.4rem; /* 56px */
    font-family: "MiSans Bold";
    margin-bottom: 0.875rem; /* 35px */
    font-weight: 700;
    text-shadow: 0 0.1rem 0.25rem #0c4397; /* 4px 10px */
}

.banner p {
    font-size: 0.75rem; /* 30px */
    margin-bottom: 0.625rem; /* 25px */
    text-shadow: 0 0.05rem 0.15rem #083881; /* 2px 6px */
}

@media screen and (max-width: 1528px) {
    .banner .container {
        top: 3.5rem; /* 140px */
    }

    .banner p {
        -webkit-line-clamp: 2;
    }
}

.cta-button {
    width: 5.5rem; /* 220px */
    height: 1.25rem; /* 50px */
    background-color: #00c853;
    color: #fff;
    border: none;
    border-radius: 0.25rem; /* 10px */
    cursor: pointer;
    font-size: 1rem; /* 16px */
    transition: background-color 0.2s, box-shadow 0.3s;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.cta-button:hover {
    background-color: rgb(91, 228, 148);
}

.cta-button:active {
    background-color: #00a545;
    box-shadow: 0 0 0.5rem rgba(47, 167, 97, 0.3); /* 20px */
}

.banner_icon {
    position: absolute;
    top: 3rem; /* 120px */
    width: 23%;
    left: 64%;
}

.contentBox {
    width: 100%;
    margin-bottom: 2.5rem; /* 100px */
}

.title {
    width: 17.5rem; /* 700px */
    margin: 0 auto;
}

.title_box {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.5rem; /* 60px */
    padding: 0.625rem 0 0.5rem 0; /* 25px 0 20px 0 */
}

.title_box p {
    font-size: 0.925rem; /* 37px */
    font-weight: 600;
}

.title_box img:nth-child(3) {
    transform: rotateZ(180deg);
}

.title_btnimg {
    margin-bottom: 0.375rem; /* 14px */
}

.intro_content {
    width: 35rem; /* 1400px */
    font-size: 0.525rem; /* 21px */
    text-indent: 2em;
    line-height: 2;
    background-color: #f6faff;
    padding: 0.75rem; /* 30px */
    box-sizing: border-box;
    border-radius: 0.15rem; /* 6px */
    text-align: justify;
}

.system_content {
    font-size: 0.525rem; /* 21px */
    text-indent: 2em;
    line-height: 1.7;
}

.system_image1 {
    width: 100%;
    margin-top: 0.4rem; /* 16px */
    text-align: center;
}

.system_image2 {
    margin-top: 0.4rem; /* 16px */
    width: 75%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.advantage {
    display: flex;
    justify-content: space-between;
}

.advantage_box {
    min-width: 6rem; /* 240px */
    display: flex;
    flex-direction: column;
    align-items: center;
}

.advantage_img{
    width: 3.825rem !important;
}

.advantage_title {
    font-size: 0.525rem; /* 21px */
    font-weight: 600;
    margin-top: 0.4rem; /* 16px */
}

.advantage_text {
    width: 7rem; /* 280px */
    font-size: 0.425rem; /* 17px */
    line-height: 1.7;
    margin-top: 0.4rem; /* 16px */
    padding: 0 0.4rem; /* 16px */
    box-sizing: border-box;
}

.as {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem; /* 40px */
}

.as_box {
    width: 11rem; /* 440px */
    height: 5.5rem; /* 220px */
    background: linear-gradient(to bottom, #f7faff, #fdfeff);
    border: 0.1rem #fff solid; /* 4px */
    border-radius: 0.2rem; /* 8px */
    box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.1); /* 24px */
    box-sizing: border-box;
}

.as_title {
    font-size: 0.6rem; /* 24px */
    font-weight: 600;
    margin: 0.7rem 0 0 0.7rem; /* 28px */
}

.as_text {
    line-height: 1.7;
    padding: 0 0.7rem; /* 28px */
    position: relative;
    top: 35%;
    transform: translateY(-50%);
    font-size: 0.4rem;
}

.as_box2 {
    width: 8rem; /* 320px */
    height: 4.125rem; /* 165px */
    background: linear-gradient(to bottom, #f7faff, #fdfeff);
    border: 0.1rem #fff solid; /* 4px */
    border-radius: 0.2rem; /* 8px */
    box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.1); /* 24px */
    box-sizing: border-box;
}

.as_title2 {
    font-size: 0.6rem; /* 24px */
    font-weight: 600;
    margin: 0.175rem 0 0 0.5rem; /* 7px 0 0 20px */
}

.as_text2 {
    line-height: 1.7;
    padding: 0 0.5rem; /* 20px */
    position: relative;
    top: 37%;
    transform: translateY(-50%);
    font-size: 0.4rem;
}
