/* #loginBtn {
    margin-left: 100px;
    color: #fff;
    background: linear-gradient(to right, #0093fd 0%, #005ff4 100%) !important;
} */
.nextbox img{
    width: 30px;
    padding-top: 100px;
    cursor: pointer;
}
.phoneWidth {
    display: none;
}
.endbox img {
    width: 30px;
    padding-top: 100px;
    transform: rotateY(180deg)
}
.nextbox2 img {
    width: 30px;
    padding-top: 100px;
    transform: rotateY(180deg);
    cursor: pointer;
}
.endbox2 img {
    width: 30px;
    padding-top: 100px;
}

.gray-bg {
    background: #f4f4f4;
    padding: 50px 0;
}

.bannerDiv {
    background-image: url(../../imgs/Scheme/Solution_kv.jpg);

}
h2 {
    font-weight: 400;
}
.bannerTitle p {
    width: 60%;
}

/* .Scheme-content {
    padding-top: 50px;
    padding-bottom: 50px;
} */

.ul-Scheme {
    display: flex;
    justify-content: space-between;
}
.phone_ul-Scheme{
    display: flex;
    justify-content: space-between;
}

.li-Scheme {
    list-style: none;
    width: 15%;
    cursor: pointer;
    padding: 15px 0;
    font-size: 18px;

}
.li-Scheme2 {
    list-style: none;
    width: 15%;
    cursor: pointer;
    padding: 15px 0;
    font-size: 18px;
}

.phone_li-Scheme {
    list-style: none;
    width: 15%;
    cursor: pointer;
    padding: 15px 0;
    font-size: 18px;
}

.tab_active {
    /* font-size: 20px; */
    color: #4289F2;
}

.Textcenter {

    /* width: 130px; */
    line-height: 1.2;
}

.Textcenter p {
    text-align: center;
    margin: 15px auto;
    margin-top: 25px;
}

.Textcenter-content {
    text-align: center;
    line-height: 1.2;
}

.Textcenterspan {
    font-size: 14px;
    line-height: 1.8;
}

.ul-Scheme-Detail {
    display: flex;
    justify-content: space-between;
}

.li-Scheme-Detail {
    list-style: none;
    width: 25%;
    padding: 15px 0;
}

.Detailtext {
    text-align: left;
    background-color: white;
    padding-top: 20px;
    width: 320px;
    height: 200px;
    /* border-top: 1px dashed #ccc; */
}

.Detailtext-width {
    padding: 30px;
    padding-bottom: 50px;
    margin: 0 auto;
    border-top: 1px dashed #ccc;
}

.Detailtext-img {
    padding: 30px;
    margin: 0 auto;
    /* border-top: 1px dashed #ccc; */
}

.Detail-Title {
    font-size: 16px;
    font-weight: 900;
}

.Detail-Textdetail {
    font-size: 12px;
    line-height: 1.8;
}

.show {
    display: block;
}

.showimg {
    display: none;
    margin: auto;
}
.ul-Scheme {
    display: none;
}
.ul_active {
    display: flex;
}

.noneimg {
    display: block;
    margin: auto;
}

.tab_active .showimg {
    display: block;
    margin: auto;
}

.tab_active .noneimg {
    display: none;
    margin: auto;
}

.content-item{
    margin-bottom: 20px;
}

#first_tab_active {
    /* margin-left: 10%; */
}

#first_li_Detail {
    /* margin-left: 8%; */
}

#first_li_Detail2 {
    /* margin-left: 8%; */
}

@media (max-width: 768px) {
    #first_tab_active {
        margin-left: 0%;
    }

    #first_li_Detail {
        margin-left: 0%;
    }

    #first_li_Detail2 {
        margin-left: 0%;
    }

    .ul-Scheme {
        display: flex;
    }

    .li-Scheme {
        list-style: none;
        cursor: pointer;
        width: 100%;
        padding: 30px 50px;
        font-size: 18px;
    }
    .li-Scheme2 {
        list-style: none;
        cursor: pointer;
        width: 100%;
        padding: 30px 50px;
        font-size: 18px;
    }
    .phone_li-Scheme {
        list-style: none;
        cursor: pointer;
        width: 100%;
        padding: 0px 10vw;
        font-size: 18px;
    }

    .Textcenter {
        text-align: center;
        width: 80vw;
        line-height: 1.2;
    }

    .ul-Scheme-Detail {
        display: grid;
        justify-content: center;
    }

    .bannerDiv {
        background-position: center;
    }
    .bannerTitle p {
        width: 100%;
    }

    .Scheme-content {
        width: 100%;
        overflow-x: auto;
        padding: 0px;
    }

    .Detailtext {}
}
@media (max-width: 480px) {
    .gray-bg {
        background: #f4f4f4;
        padding: 50px 0 0 0;
    }
    .webWidth {
        display: none;
    }

    .phoneWidth {
        display: block;
    }
    .nextbox img {
        display: none;
    }

    .endbox img {
        display: none;
    }

    .nextbox2 img {
        display: none;
    }

    .endbox2 img {
        display: none;
    }

    .bannerTitle h2 {
        font-size: 16px;
        font-weight: 400;
        text-align: center;
        padding: 0 10px;
    }
    .bannerTitle p {
        margin-top: -12px;
        font-weight: 200;
        transform: scale(0.61);
        width: 165vw;
    }
}