.solEABox {
    position: relative;
}

.solEACon {
    display: flex;
    position: relative;
}

.solEALeft {
    width: 46%;
    position: relative;
}

.solEATop {
    position: relative;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 50px;
}

.solEAText {
    font-size: 26px;
    font-weight: 300;
    margin-bottom: 150px;
}

.solEARig {
    width: 50%;
    position: relative;
}

.solEAImg {
    width: 100%;
    padding-top: 65%;
    position: relative;
}

.solEAImg img {
    width: 130%;
    position: absolute;
    left: -30%;
    top: 0;
}

@media(max-width:1680px) {
    .solEAText {
        font-size: 24px;
        margin-bottom: 100px;
    }
}

@media(max-width:1480px) {
    .solEAText {
        font-size: 22px;
        margin-bottom: 50px;
    }
}

@media(max-width:1368px) {
    .solEAText {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .solEATop {
        border-bottom: 1px solid rgba(0, 0, 0, .1);
        margin-bottom: 30px;
    }
}

@media(max-width:1200px) {
    .solEACon {
        flex-wrap: wrap;
    }

    .solEALeft {
        width: 100%;
    }

    .solEARig {
        width: 600px;
    }

    .solEAImg img {
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }
}

@media(max-width:900px) {
    .solEAText {
        font-size: 18px;
    }
}

@media(max-width:680px) {
    .solEAText {
        font-size: 18px;
    }

    .solEARig {
        width: 100%;
    }
}

@media(max-width:500px) {
    .solEAText {
        font-size: 16px;
    }
}












.solEXBox {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.solEXBg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.solEXBg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.solEXBox .inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    z-index: 2;
    position: relative;
}

.solEXLeft {
    width: 45%;
    position: relative;
}
.solEXTop{
    position: relative;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    margin-bottom: 30px;
}
.solEXText {
    font-size: 24px;
    font-weight: 300;
    color: #fff;
    position: relative;
}


.solEXRig{
     width: 100%;
     position: relative;
     margin-top: 50px;
}
.solEXList {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;

}

.solEXItem {
    backdrop-filter: blur(10px);
    background-color: rgba(0, 0, 0, .4);
    border-radius: 18px;
    padding:40px 30px;
    margin-bottom: 20px;
    width: calc(33.3% - 20px);
}
.solEXTit{
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    margin: 10px 0;
}

.solEXMs{
    font-size: 16px;
    color: #fff;
    opacity: .8;
}
.solEXIcon{
    width: 30px;
    height: 30px;
    display: none;
}
.solEXIcon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media(max-width:1680px) {
    .solEXItem {
        padding: 30px;
    }
}

@media(max-width:1368px) {
    .solEXItem img {
        height: 65px;
        margin: 0 auto 30px;
    }

    .solEXText {
        font-size: 16px;
    }
    .solEXTit {
    font-size: 20px;}
    .solEXMs{
        font-size: 14px;
    }
    .solEXTop {
    padding-bottom: 15px;
    margin-bottom: 20px;
}
}


@media(max-width:1200px) {
    .solEXBox {
        height: auto;
    }

    .solEXBox .inner {
        flex-wrap: wrap;
    }

    .solEXLeft {
        width: 100%;
        margin-bottom: 50px;
    }

    .solEXRig {
        width: 80%;
    }

    .solEXBox2 .solEXLeft {
        order: -1;
    }
}

@media(max-width:900px) {
    .solEXRig {
        width: 100%;
    }

    .solEXItem img {
        height: 50px;
        margin: 0 auto 20px;
    }
}

@media(max-width:680px) {
    .solEXItem {
        margin-right: 10px;
    }

    .solEXRig {
        width: 100%;
    }

    .solEXItem {
        padding: 30px 20px 30px;
    }

    .solEXItem p {
        font-size: 14px;
    }

    .solEXItem img {
        height: 40px;
        margin: 0 auto 10px;
    }
        .solEXTit {
        font-size: 18px;
    }
}

@media(max-width:500px) {
    .solEXText {
        font-size: 14px;
    }
    .solEXItem p {
        font-size: 12px;
    }
}










.solECBox {
    position: relative;
    background: #f7f8f9;
    overflow: hidden;
}

.solECTop {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 50px;
}

.solECText {
    width: 45%;
    position: relative;
}

.solECText p {
    font-size: 18px;
}

.solECList {
    position: relative;
}
.solESwiper{
    width: 100%;
    position: relative;
}
.solECItem {
    margin-right: 30px;
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
    height: auto;
}


.solECImg {
    width: 100%;
    padding-top: 60%;
    position: relative;
}

.solECImg img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

.solECTbox {
    padding: 30px 40px;
    position: relative;
}

.solECTit {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.solECTit p {
    font-size: 24px;
    font-weight: 600;
    width: calc(100% - 50px);
}

.solECTit img {
    width: 40px;
}
.solECMs{
    font-size: 16px;
    margin-top: 10px;
}

@media(max-width:1368px) {
    .solECText p {
        font-size: 22px;
    }

    .solECTbox {
        padding: 20px 30px;
    }

    .solECTit img {
        width: 30px;
    }

    .solECText {
        width: 50%;
    }

}

@media(max-width:1280px) {
    .solECTit p {
        width: calc(100% - 40px);
    }

    .solECTit img {
        width: 25px;
    }

 
}

@media(max-width:1200px) {
    .solECTop {
        flex-wrap: wrap;
        padding-bottom: 0;
        border-bottom: none;

    }

    .solECText {
        width: 100%;
        margin-top: 30px;
    }


    .solECImg {
        padding-top: 0;
        height: 350px;
    }
}

@media(max-width:900px) {

    .solECImg {
        padding-top: 0;
        height: 300px;
    }
}

@media(max-width:680px) {
.solECTit p {
    font-size: 20px;}
    .solECImg {
        padding-top: 0;
        height: 250px;
    }
    .solECMs {
    font-size: 14px;}
        .solECTbox {
        padding: 20px 20px;
    }
}

@media(max-width:680px) {

    .solECImg {
        padding-top: 0;
        height: 230px;
    }
}











.solRBox {
    position: relative;
    background: #f7f8f9;
    overflow: hidden;
}

.solRTop {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.solRBtnBox {
    display: flex;
    justify-content: end;
    align-items: center;
    margin-top: 30px;
}

.solRBtn {
    width: 60px;
    height: 60px;
    margin: 0 10px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.48s;
}

.solRBtn svg {
    width: 45%;
    height: 45%;
}

.solRBtn svg path {
    fill: #999;
}

.solRSwiper_next {
    background: #315790;
    border: #315790;
}

.solRSwiper_next svg path {
    fill: #fff;
}

.solRList {
    margin-top: 30px;
    position: relative;
}

.solRItem {
    position: relative;
    cursor: pointer;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
}

.solRItem a {
    position: relative;
    padding: 60px 20px;
    display: block;
}

.solRTit {
    font-size: 28px;
    font-weight: 600;
    text-align: center;
}

.solRImg {
    height: 250px;
    width: 100%;
    margin: 50px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.solRImg img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}


@media(max-width:1680px) {
    .solRTit {
        font-size: 24px;
    }

    .solRImg {
        margin-top: 0;
    }
}

@media (max-width: 1369px) {
    .solRBtn {
        width: 55px;
        height: 55px;
        margin: 0 5px;
    }

}

@media (max-width: 680px) {
    .solRTit {
        font-size: 20px;
    }
}

@media (max-width: 500px) {
    .solRBtn {
        width: 50px;
        height: 50px;
        margin: 0 3px;
    }
}

















/*  */
.cusABox {
    background: #f7f8f9;
    position: relative;
}

.cusACon {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cusAList {
    display: flex;
    flex-wrap: wrap;
}

.cusAItem {
    width: calc(33.3% - 20px);
    backdrop-filter: blur(.3rem);
    background-color: rgba(255, 255, 255, .8);
    border-radius: 18px;
    padding: 60px 20px 40px;
    margin-right: 30px;
}

.cusAItem:nth-child(3n) {
    margin-right: 0;
}

.cusAItem img {
    height: 65px;
    margin: 0 auto 50px;
    display: block;
}

.cusAItem p {
    font-size: 16px;
    /* font-weight: 600; */
    text-align: center;
}

.cusALeft {
    width: 50%;
}

.cusAText {
    font-size: 18px;
    margin-bottom: 50px;
}

.cusATop {
    padding-bottom: 30px;
    margin-bottom: 50px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.cusARig {
    width: 45%;
    position: relative;
}

.cusAImg {
    width: 100%;
    padding-top: 80%;
    position: relative;
}

.cusAImg img {
    width: 100%;
    position: absolute;
    top: 0;
    left: -20%;
}


.cusCBox {
    position: relative;
    height: 100vh;
}

.cusCBg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.cusCBg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cusCBox .inner {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cusCImg {
    width: 45%;
}

.cusCRig {
    width: 50%;
}

.cusCText {
    font-size: 18px;
    color: #fff;
    opacity: .8;
    margin-bottom: 50px;
}

.cusCList {
    display: flex;
    flex-wrap: wrap;
}

.cusCItem {
    width: calc(33.3% - 20px);
    backdrop-filter: blur(.2rem);
    background-color: #1c1c1c;
    border-radius: 18px;
    padding: 60px 20px 40px;
    margin-right: 30px;
}

.cusCItem:nth-child(3n) {
    margin-right: 0;
}

.cusCItem img {
    height: 65px;
    margin: 0 auto 50px;
    display: block;
}

.cusCItem p {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-align: center;
}

.cusBTop {
    padding-bottom: 30px;
    margin-bottom: 50px;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    position: relative;
}











@media(max-width:1680px) {

    .cusAItem,
    .cusCItem {
        width: calc(33.3% - 14px);
        margin-right: 20px;
    }
}

@media(max-width:1368px) {

    .cusAText,
    .cusCText {
        font-size: 16px;
    }

    .cusAItem p,
    .cusCItem p {
        font-size: 14px;
    }

    .cusAItem img,
    .cusCItem img {
        height: 50px;
        margin: 0 auto 30px;
    }

    .cusATop,
    .cusCTop {
        padding-bottom: 20px;
        margin-bottom: 30px
    }

    .cusAItem img,
    .cusAItem img {
        height: 40px;
    }
}

@media(max-width:1024px) {
    .cusCBox {
        height: auto;
    }

    .cusACon,
    .cusCBox .inner {
        flex-wrap: wrap;
    }

    .cusALeft,
    .cusCLeft {
        width: 100%;
    }

    .cusARig,
    .cusCRig {
        width: 600px;
        margin-top: 30px;
    }

    .cusAImg img,
    .cusCImg img {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
}

@media(max-width:680px) {

    .cusAItem,
    .cusCItem {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
        display: flex;
        align-items: center;
        padding: 20px 30px;
        justify-content: space-between;
    }

    .cusAItem img,
    .cusCItem img {
        height: 30px;
        margin: 0;
    }

    .cusAItem p,
    .cusCItem p {
        text-align: left;
        width: calc(100% - 70px);
    }

    .cusAText,
    .cusCText {
        font-size: 14px;
    }

    .cusARig,
    .cusCRig {
        width: 100%;
        margin-top: 20px;
    }

    .cusAText,
    .cusCText {
        margin-bottom: 30px;
    }
}














.cusJBox {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.cusJBg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.cusJBg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cusJBox .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.cusJLeft {
    width: 50%;
    padding: 50px 0;
}

.cusJTop {
    padding-bottom: 30px;
    margin-bottom: 50px;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    position: relative;
}

.cusJRig {
    width: 45%;
}

.cusJTit {
    font-size: 24px;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 600;
    position: relative;
}

.cusJMs {
   font-size: 24px;
    font-weight: 300;
    color: #fff;
    position: relative;
}

.cusJText {
    position: relative;
    margin-top: 30px;
}

.cusJText p {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    padding-left: 15px;
    position: relative;
    margin-bottom: 10px;
}

.cusJText p::before {
    content: '';
    width: 6px;
    height: 6px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    background: #fff;
}

.cusKBox {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.cusKBg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.cusKBg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cusKBox .inner {
    display: flex;
    justify-content: space-between;

}

.cusKTop {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cusKMs {
    width: 50%;
    font-size: 18px;
    color: #fff;
    position: relative;
}









@media(max-width:1368px) {
    .cusJTop {
        padding-bottom: 20px;
        margin-bottom: 30px;
    }

    .cusJMs,
    .cusKMs {
        font-size: 16px;
    }

    .cusJTit {
        font-size: 22px;
    }
}

@media(max-width:1200px) {
    .cusKTop {
        flex-wrap: wrap;
    }

    .cusKMs {
        width: 100%;
        margin-top: 30px;
    }

    .cusJBox .inner {
        flex-wrap: wrap;
    }

    .cusJLeft {
        width: 100%;
    }

    .cusJBox,
    .cusKBox {
        height: auto;
        min-height: 500px;
    }

    .cusJTit {
        font-size: 20px;
    }
}

@media(max-width:500px) {
    .cusJTit {
        font-size: 20px;
    }

    .cusJMs,
    .cusKMs {
        font-size: 14px;
    }

    .cusJText p {
        font-size: 14px;
        position: relative;
        margin-bottom: 6px;
    }
}











































.disABox {
    position: relative;
    height: 100vh;
}

.disABg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.disABg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.disABox .inner {
    height: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.disAText {
    font-size: 28px;
    font-weight: 300;
    color: #fff;
    opacity: .8;
}

.disAleft {
    width: 45%;
    height: 100%;
    position: relative;
}

.disATit {
    padding-bottom: 30px;
    margin-bottom: 50px;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.disARig {
    width: 45%;
    height: 100%;
    display: flex;
    align-items: end;
}

.disAList {
    position: relative;
    width: 100%;
}

.disAItem {
    width: 100%;
    height: 120px;
    backdrop-filter: blur(20px);
    background-color: rgba(0, 0, 0, .5);
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 16px;
    margin-bottom: 30px;
}

.disAItem img {
    width: 50px;
}

.disAItem p {
    width: calc(100% - 80px);
    font-size: 18px;
    color: #fff;
}



@media(max-width:1680px) {
    .disAText {
        font-size: 24px;
    }

    .disAItem img {
        width: 40px;
    }
}

@media(max-width:1368px) {
    .disAText {
        font-size: 22px;
    }

    .disAItem img {
        width: 35px;
    }

    .disATit {
        padding-bottom: 20px;
        margin-bottom: 30px;
    }

    .disAItem p {
        width: calc(100% - 80px);
        font-size: 16px;
    }
}

@media(max-width:1200px) {
    .disABox .inner {
        flex-wrap: wrap;
    }

    .disAleft {
        width: 100%;
        height: auto;
    }

    .disARig {
        width: 100%;
        height: auto;
        margin-top: 50px;
    }

    .disAItem img {
        width: 30px;
    }

    .disABox {
        height: auto;
    }

    .disAText {
        font-size: 20px;
    }

    .disAItem {
        height: 100px;
        margin-bottom: 20px;
    }
}

@media(max-width:900px) {
    .disAText {
        font-size: 18px;
    }
}

@media(max-width:680px) {
    .disAText {
        font-size: 16px;
    }

    .disAItem {
        padding: 20px
    }

    .disAItem {
        height: 80px;
    }

    .disARig {
        margin-top: 30px;
    }

}



























.disXBox {
    position: relative;
    height: 100vh;
}

.disXBg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.disXBg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.disXBox .inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    height: 100%;
}

.disXLeft {
    width: 50%;
    padding: 50px 0;
}

.disXTop {
    padding-bottom: 30px;
    margin-bottom: 50px;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    position: relative;
}

.disXRig {
    width: 45%;
}

.disXTit {
    font-size: 48px;
    line-height: 1;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 300;
    position: relative;
}

.disXMs {
    font-size: 18px;
    opacity: .8;
    position: relative;
    color: #fff;
}

.disXText {
    position: relative;
    margin-top: 30px;
}

.disXText p {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    padding-left: 15px;
    position: relative;
    margin-bottom: 10px;
}

.disXText p::before {
    content: '';
    width: 6px;
    height: 6px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    background: #fff;
}

@media(max-width:1680px) {
    .disXTit {
        font-size: 42px;
    }
}

@media(max-width:1368px) {
    .disXTit {
        font-size: 36px;
    }

    .disXTop {
        padding-bottom: 20px;
        margin-bottom: 30px;
    }

    .disXText p {
        font-size: 16px;
    }
}

@media(max-width:1200px) {
    .disXTit {
        font-size: 32px;
    }

    .disXBox {
        height: auto;
    }

    .disXBox .inner {
        flex-wrap: wrap;
    }

    .disXLeft {
        width: 100%;
    }
}

@media(max-width:1200px) {
    .disXTit {
        font-size: 28px;
    }
}

@media(max-width:680px) {
    .disXTit {
        font-size: 24px;
    }

    .disXText p {
        font-size: 14px;
    }

    .disXMs {
        font-size: 16px;
    }
}


























.disSBox {
    position: relative;
    background: #f7f8f9;
    overflow: hidden;
}

.disSCon {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    width: 100%;
    height: 680px;
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
}

.disSImgBox {
    width: 50%;
    height: 100%;
    position: relative;
}

.disSImg {
    width: 100%;
    height: 100%;
    position: relative;
}

.disSImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.disSImg::after {
    width: 40%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
}

.disSBf {
    width: 120px;
    height: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgba(28, 31, 31, .6);
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.disSBf svg {
    width: 30px;
    height: 30px;
}

.disSBf svg path {
    fill: #fff;
}

.disSBf p {
    font-size: 18px;
    color: #fff;
    text-align: center;
}

.disSTbox {
    width: 50%;
    height: 100%;
    position: relative;
    padding: 70px 8% 70px 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.disSText {
    font-size: 20px;
    font-weight: 300;
    margin: 30px 0 70px;
}

.disSLogo {
    width: 180px;
}

.disSList {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.disSItem {
    position: relative;
}

.disSItem img {
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
}

.disSItem p {
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}

.disSJtBox {
    width: calc(25% - 70px);
    position: relative;
}

.disSJt {
    height: 50px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.disSJt svg {
    width: 22px;
    height: 22px;
    position: relative;
}

.disSJt svg path {
    fill: #315790;
}

.disSJtBox p {
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}

.disSJtBox p::after {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 14px;
    content: '';
    border-bottom: 1px dashed rgba(0, 0, 0, .1);
    height: 1px;
}

@media(max-width:1680px) {
    .disSItem img {
        width: 40px;
        height: 40px;
    }

    .disSJt {
        height: 40px;
    }

    .disSLogo {
        width: 150px;
    }
}

@media(max-width:1368px) {
    .disSItem img {
        width: 30px;
        height: 30px;
    }

    .disSLogo {
        width: 130px;
    }

    .disSJt {
        height: 30px;
    }

    .disSBf p {
        font-size: 16px;
    }

    .disSBf {
        width: 100px;
        height: 100px;
    }

    .disSBf svg {
        width: 25px;
        height: 25px;
    }

    .disSText {
        font-size: 18px;
        font-weight: 300;
        margin: 30px 0 50px;
    }

    .disSTbox {
        padding: 50px;
    }
}

@media(max-width:1200px) {
    .disSCon {
        height: auto;
        flex-wrap: wrap;
    }

    .disSImgBox {
        width: 100%;
        padding-top: 50%;
        position: relative;
        height: auto;
    }

    .disSImg {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }
    .disSImg::after {
    width: 100%;
    height: 40%;
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
}
.disSTbox{
    width: 100%;
}
  .disSItem p{
        font-size: 16px;
    }
}
@media(max-width:680px){
        .disSTbox {
        padding: 50px 30px;
    }
        .disSText {
        font-size: 16px;}
         .disSItem img {
        width: 25px;
        height: 25px;
            margin-bottom: 10px;
    }

    .disSLogo {
        width: 110px;
    }

    .disSJt {
        height: 25px;
            margin-bottom: 10px;
    }
  .disSJt svg {
    width: 18px;
    height: 18px;}
        .disSImgBox {
        width: 100%;
        padding-top: 65%;}
        .disSBf p{
            display: none;
        }
            .disSBf {
        width: 80px;
        height: 80px;
    }
}
@media(max-width:500px){
        .disSBf {
        width: 70px;
        height: 70px;
    }
        .disSLogo {
        width: 90px;
    }
        .disSItem p {
        font-size: 14px;
    }
}