.banner .content {
    top: 0;
    bottom: 0;
    margin: auto;
}

.topMain {
    padding-top: 1rem;
}

.topMain .content {
    font-size: var(--overview);
    line-height: var(--lineHeight18);
}

.topMain .content p:not(:last-child) {
    margin-bottom: .4rem;
}

.systemArc {
    padding: 1rem 0;
}

.systemArc .pic {
    max-width: 1230px;
    margin: .4rem auto 0;
}

.appScen {
    padding: 1rem 0;
    background: url(../img/znhySolution/appScenBg.png) center top no-repeat;
    background-size: 100% 100%;
}

.appScen .grid {
    grid-template-columns: repeat(2, 1fr);
    row-gap: .6rem;
    column-gap: .6rem;
    margin-top: .6rem;
}

.appScen .grid .item {
    display: flex;
}

.appScen .grid .item .leftPic {
    width: 2rem;
    height: 2rem;
}

.appScen .grid .item .rightList {
    margin-left: .3rem;
    width: calc(100% - 2.3rem);
}

.appScen .grid .item .rightList .tit {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #333;
}

.appScen .grid .item .rightList ul {
    margin-top: .1rem;
}

.appScen .grid .item .rightList li {
    color: var(--color777);
    font-size: var(--comTextCont);
    line-height: var(--lineHeight18);
    position: relative;
    list-style-type: disc;
    margin-left: 20px;
}


.appScen .grid .item .rightList li::marker {
    color: #B81C22;
}

.planAdv {
    padding: 1rem 0;
}

.planAdv .grid {
    grid-template-columns: repeat(2, 1fr);
    row-gap: .6rem;
    column-gap: .6rem;
    margin-top: .6rem;
}

.planAdv .grid .item .leftPic {
    width: .92rem;

}

.planAdv .grid .item .leftPic img {
    height: auto;
}

.planAdv .grid .item {
    display: flex;
}

.planAdv .grid .item .rightCont {
    margin-left: .4rem;
    width: calc(100% - 1.32rem);
}

.planAdv .grid .item .rightCont .tit {
    font-size: var(--comSubTit);
    color: #B81C22;
}

.planAdv .grid .item .rightCont .txt {
    font-size: var(--comTextCont);
    line-height: var(--lineHeight18);
    color: var(--color777);
    margin-top: .1rem;
    max-width: 4rem;
}

.coreProduct {
    padding: 1rem 0;
    background: url(../img/znhySolution/coreProductBg.png) center top no-repeat;
    background-size: 100% 100%;
}

.coreProduct .grid {
    grid-template-columns: repeat(2, 1fr);
    row-gap: .4rem;
    column-gap: .2rem;
    margin-top: .6rem;
}

.coreProduct .grid .item .pic {
    height: 2.74rem;
    width: 100%;
}

.coreProduct .grid .item .pic img {
    object-fit: cover;
}

.coreProduct .grid .item .textCont {
    padding-right: .3rem;
}

.coreProduct .grid .item .tit {
    font-size: var(--comSubTit);
    margin-top: .2rem;
}

.coreProduct .grid .item .txt {
    font-size: var(--comTextCont);
    line-height: var(--lineHeight18);
    color: var(--color777);
    margin-top: .1rem;
}


.case {
    padding: 1rem 0 1.06rem;
}

.case .swiper {
    margin-top: .5rem;
}

.case .swiper .swiper-slide {
    background: #F4F4F4;
}


.elementor > .elementor-section.elementor-section-boxed > .elementor-container {
    padding: 0;
    max-width: 12.8rem;
    width: 100%;
    margin: 0 auto;
}

.elementor > .elementor-element-9841855 > .elementor-container {
    padding: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 auto !important;
}

.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
    padding: 0 !important;
}

.elementor-element.elementor-element-109f496 {
    font-size: var(--overview) !important;
    line-height: var(--lineHeight18) !important;
}

.elementor-element-cd8f157 {
    margin-bottom: 40px;
}

@media (min-width: 768px) {
    .elementor-element-ac08f7b > .elementor-container {
        display: flex;
        justify-content: space-between;
    }

    .elementor-column.elementor-col-50, .elementor-column[data-col="50"] {
        width: 49%;
    }
}

@media screen and (max-width: 1440px) and (min-width: 1024px) {
    .elementor > .elementor-section.elementor-section-boxed > .elementor-container {
        padding-left: 0.3rem;
        padding-right: 0.3rem;
        max-width: 12rem;
        width: 85%;
    }

    .elementor > .elementor-element-9841855 > .elementor-container {
        padding: 0 !important;
        max-width: 100% !important;
        width: 100% !important;
    }
}

@media screen and (max-width: 1024px) {
    .elementor > .elementor-section.elementor-section-boxed > .elementor-container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .elementor > .elementor-element-9841855 > .elementor-container {

        padding-left: 0px !important;
        padding-right: 0px !important;

    }

    .appScen .grid .item .leftPic img {
        object-fit: cover;
    }

    .appScen .grid .item .rightList {
        width: calc(100% - 2.3rem);
    }

    .appScen .grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
}

@media screen and (max-width: 768px) {


    .appScen .grid {
        grid-template-columns: 1fr;
    }

    .appScen .grid .item .leftPic {
        width: 3rem;
        height: 3rem;
    }

    .appScen .grid .item .rightList .tit {
        font-size: 18px;
    }


    .coreProduct .grid {
        grid-template-columns: 1fr;
    }

    .coreProduct .grid .item .pic {
        height: auto;
    }

    .planAdv .grid {
        grid-template-columns: 1fr;
    }

    .planAdv .grid .item .rightCont .txt {
        max-width: 100%;
    }

    .appScen .grid .item .leftPic {
        min-height: 150px;
        min-width: 150px;
    }

    .appScen .grid .item .rightList .tit {
        font-size: 16px;
    }

    .elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper {
        display: flex;
    }

    .elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper .elementor-image-box-title {
        font-size: var(--comSubTit) !important;
        color: #B81C22 !important;
        text-align: left !important;
        margin-bottom: 5px !important;
    }

    .elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper .elementor-image-box-description {
        font-size: var(--comTextCont);
        line-height: var(--lineHeight18);
        color: var(--color777);
        text-align: left !important;
    }

    .elementor-element-e4e47b9 .elementor-widget-container {
        padding: 0 !important;
    }

    .elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper .elementor-image-box-img {
        width: 0.92rem !important;
    }

    .elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper .elementor-image-box-content {
        margin-left: 0.4rem;
        width: calc(100% - 1.32rem);
    }

    .elementor-column-gap-default > .elementor-column > .elementor-element-populated {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 500px) {

    .appScen .grid .item .leftPic {
        min-height: auto;
        min-width: auto;
        width: 100%;
        height: auto;
    }

    .appScen .grid .item {
        /*flex-direction: column;*/
    }

    .appScen .grid .item .rightList {
        width: 100%;
        margin-left: 10px;
    }

    .appScen .grid .item .rightList .tit {
        margin-bottom: 5px;
    }

    .appScen .grid .item .leftPic {
        margin-bottom: 10px;
    }

    .elementor > .elementor-section.elementor-section-boxed > .elementor-container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .elementor > .elementor-element-9841855 > .elementor-container {

        padding-left: 0px !important;
        padding-right: 0px !important;

    }
}