.sline_banner {
    background: url(../../../../../img/sline/sline-banner.jpg) no-repeat top / cover;
}

.color_banner .gradient {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
}

.color-section .symptoms-desc_box {
    padding: 0;
}

.color-section .symptoms-desc_box .symptoms_img {
    height: 250px;
}


.symptoms-img_box img {
    width: 100%;
}
.symptoms-desc_box {
    width: calc((100% - 60px)/4);
}
.symptoms-desc_box .symptoms_img {
    background: #FFFFFF;
    overflow: hidden;
    display: flex;
    justify-content: center;
}
.symptoms-desc_box .symptoms_img img{
    height: 100%;
    width: auto;
}
section.radar-chart {}


.sline01 .flex-box {
    width: 100%;
    display: flex;
    gap: 20px;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
    background-color: #fcfaf5;
    margin-bottom: 40px;
    overflow: hidden;
}

.sline01 .flex-box .img {
    width: calc(100% / 2);
    height: 300px;
    height: 200px;
    flex: 1;
    border-radius: 32px;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.sline01 .flex-box .txt {
    width: calc(100% / 2);
    justify-content: center;
    text-align: center;
    box-sizing: border-box;
    font-size: 24px;
    font-weight: 300;
    color: #767676;
    flex: 1;
    line-height: 32px;
}

.sline01 .flex-box .txt span.bold {
    font-weight: 700;
    color: #767676;
}

.sline01 .flex-box:nth-child(2),
.sline01 .flex-box:nth-child(5) {
    flex-direction: row-reverse;
}

.sline01 .banner_box1 {
    height: 670px;
    margin: 8vw 0;
}

.sline01 .banner_box1 img {
    width: 100%;
}

.sline01 .banner_box2 {
    height: 600px;
    /* background: url(../../../../../img/sline/sline-banner03.jpg) no-repeat; */
    background-size: 120%;
    background-position: -100px -110px;
    position: relative;
    margin: 8vw 0;
    overflow: hidden;
}

.sline01 .banner_box2 img {
    width: 100%;
}

.sline01 .banner_box2 .txt {
    font-size: 44px;
    color: #767676;
    text-align: right;
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translate(0, -50%);
}

.main_banner .gradient {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.4;
    background: hsla(152, 100%, 50%, 1);
    background: linear-gradient(90deg, hsla(152, 100%, 50%, 1) 0%, hsla(186, 100%, 69%, 1) 100%);
    background: -moz-linear-gradient(90deg, hsla(152, 100%, 50%, 1) 0%, hsla(186, 100%, 69%, 1) 100%);
    background: -webkit-linear-gradient(90deg, hsla(152, 100%, 50%, 1) 0%, hsla(186, 100%, 69%, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#00FF87", endColorstr="#60EFFF", GradientType=1);
}

.color-section {
    background-color: #f9f9f9;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 40px 20px;
}

.color-section .symptoms-desc_box .symptoms_tit {
    font-size: 24px;
}

.sline01 .flex-box .img img {
    height: 100%;
    width: auto;
}

@media screen and (max-width:820px) {
    .sline01 .banner_box1 {
        height: 60vw;
    }

    .sline01 .banner_box2 {
        height: 60vw;
    }

    .sline01 .banner_box2 .txt {
        font-size: 32px;
    }

    .color-section {
        padding: 40px 10px;
        gap: 10px;
    }

    .symptoms-desc_box {
        width: calc((100% - 10px)/2);

    }
}

@media screen and (max-width:560px) {
    .color-section {
        grid-template-columns: 1fr;
    }
}