.eyoucms_inn_page .blog_boxes {
    padding: 0;
}

.eyoucms_inn_page .container {
    max-width: none;
    width: 100%;
    padding: 0;
}

.slide-inner img {
    width: 100%;
}

.fangan-top-box h3 {
    font-size: 30px;
    font-weight: 500;
    line-height: 42px;
}

.fangang-list-content {
    width: 80%;
}

.fangang-list-content .fangang-item {
    flex: 1;
    width: -webkit-fill-available;
    width: -moz-available;
}

.fangang-item-con {
    border-radius: 24px;
    overflow: hidden;
    background: #f5f9ff;
    cursor: pointer;
}


.fangan-img-list img {
    width: 100%;
    top: 0;
    left: 0;
    transition: opacity .3s;
}

.fangan-img-list img:nth-child(2) {
    z-index: -1;
}

.fangan-img-list .box-height {
    padding-top: 62.23958333333333%;
}

.fangang-item-con:hover .fangan-img-list img:nth-child(1) {
    opacity: 0;
}

.fangang-item-con:hover .fangan-img-list img:nth-child(2) {
    z-index: 1;
}


.fangan-desc-con .desc-item.desc-one,
.fangan-desc-con .desc-item.desc-two {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e5e5e5;
}


.desc-item .desc-item-title {
    color: #171a1d;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    font-family: PingFang SC;
    margin-bottom: 4px;
}

.desc-item .desc-item-title:hover {
    font-weight: 600;
    color: #007fff;
}

.desc-item .desc-item-text {
    color: rgba(24, 28, 31, .6);
    line-height: 26px;
    font-size: 14px;
    font-family: PingFang SC;
}


.mui-zebra-module-box .mui-zebra-module:nth-child(1) {
    background: url(../images/fangbg001.png), linear-gradient(rgb(254, 254, 255) 65%, rgb(232, 245, 255) 101%);
    background-size: cover;
    background-position: center;
}

.mui-zebra-module-box .mui-zebra-module:nth-child(2) {
    background: url(../images/fangbg002.png), linear-gradient(rgb(254, 254, 255) 65%, rgb(232, 245, 255) 101%);
    background-size: cover;
    background-position: center;
}

.mui-zebra-module-box .mui-zebra-module:nth-child(3) {
    background: url(../images/fangbg003.png), linear-gradient(rgb(254, 254, 255) 65%, rgb(232, 245, 255) 101%);
    background-size: cover;
    background-position: center;
}

.mui-zebra-module .mui-zebra-module-con {
    width: 80%;
}

.mui-zebra-module-con .module-left {
    width: 40%;
}

.moduleContent-title h3 {
    font-size: 40px;
    font-weight: 500;
    color: #171a1d;
}

.moduleContent-desc-item {
    border-radius: 10px;
}

.moduleContent-desc-item:hover {
    cursor: default;
    background: #fff;
    box-shadow: 0 2px 20px 0 rgba(202, 235, 255, .73);
}

.moduleContent-desc-item h4 {
    color: #171a1d;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
}

.moduleContent-desc-item p {
    font-size: 14px;
    color: rgba(23, 26, 29, .6);
    font-size: 12px;
    line-height: 1.57;
}

.mui-zebra-module-con .module-right {
    width: 55%;
}

.module-right-con {
    /* width: 55%; */
}

.module-right-con img {
    width: 100%;
}

.fangan-botton-box a {
    display: inline-block;
    height: 44px;
    line-height: 43px;
    border-radius: 8px;
    font-size: 18px;
    padding: 0 22px;
    background: #fff;
    border: 1px solid rgba(0, 127, 255, .478);
    color: #0072e4;
    transition: border 0.3s, background 0.3s;
}

.fangan-botton-box a:hover {
    border: none;
    color: #fff;
    transition: background 0.3s;
    background: linear-gradient(112deg, rgb(181, 33, 255) 0%, rgb(101, 76, 255) 20%, rgb(50, 102, 255) 69%, rgb(0, 127, 255) 99%);
}

.solution-box .solution-con {
    width: 80%;
}



.solution-item .solution-item-con {
    width: 25%;
    background: #f7f8fa;
    border-radius: 16px;
    padding: 10px 18px;
}

.solution-item-top .solution-item-con:nth-child(1) {
    background: -webkit-gradient(linear, right top, left top, color-stop(60%, #f7f8fa), to(rgba(255, 0, 0, 0)));
    background: linear-gradient(270deg, #f7f8fa 60%, rgba(255, 0, 0, 0));
}

.solution-item-top .solution-item-con:nth-child(4) {
    background: -webkit-gradient(linear, left top, right top, color-stop(60%, #f7f8fa), to(rgba(255, 0, 0, 0)));
    background: linear-gradient(90deg, #f7f8fa 60%, rgba(255, 0, 0, 0));
}

.solution-item-con .solution-item-img {
    width: 50px;
    height: 50px;
    border-radius: 8px;
    background: #fff;
}

.solution-item-img img {
    width: 50px;
    height: 50px;
    border-radius: 8px;
}

.solution-item-text {
    width: calc(100% - 50px - 10px);
}

.solution-item-text .solution-text-title,
.solution-item-text .solution-text-desc {
    font-size: 14px;
    line-height: 24px;
    color: #181c1f;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.solution-item-text .solution-text-desc {
    margin-top: 2px;
    font-weight: 400;
    color: #4c5157;
}

.solution-item-text-empty .solution-text-title,
.solution-item-text-empty .solution-text-desc {
    width: 87px;
    height: 20px;
    background: #fff;
    border-radius: 6px;
}

.solution-item-text-empty .solution-text-desc {
    margin-top: 10px;
    width: 100%;
}


.solution-area-title p {
    font-size: 18px;
    color: #4c5157;
    font-family: PingFang SC;
    cursor: default;
}


.solution-area-con .solution-area-item {
    flex: 1;
    border-radius: 18px;
    transition: flex .3s;
}

.solution-area-con .solution-area-item:hover,
.solution-area-con .solution-area-item.active {
    flex: 2;
}


.solution-area-item-con {
    height: 280px;
    border-radius: 20px;
    overflow: hidden
}

.solution-area-item-con .solution-area-bg {
    background-color: rgba(0, 0, 0, 0.5);
}

.solution-area-item:nth-child(1) .solution-area-item-con {
    background: url(../images/t010b4eb8010595e620.webp) center center / auto 100% no-repeat;
}

.solution-area-item:nth-child(2) .solution-area-item-con {
    background: url(../images/t017bd1331477ebb68e.webp) center center / auto 100% no-repeat;
}

.solution-area-item:nth-child(3) .solution-area-item-con {
    background: url(../images/t01cb3e2cfdc062197f.webp) center center / auto 100% no-repeat;
}

.area-con-img-title img {
    width: 50px;
    border-radius: 8px;
}

.area-con-img-title p {
    font-size: 30px;
    color: #fff;
}

.area-con-desc p {
    font-size: 18px;
    line-height: 22px;
    font-weight: 6500;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dd-icon-box {
    right: 20px;
    bottom: 20px;
    display: none;
    transition: display 0.3s;
}

.solution-area-item.active .dd-icon-box {
    display: block;
}

.dd-icon-box .dd-icon {
    font-size: 26px;
    color: #fff;
}







@media (max-width: 767px) {

    .container {
        padding: 0 !important;
    }

    .fangang-list-box {
        padding: 30px 0;
    }

    .fangang-list-content {
        width: 100%;
        flex-direction: column;
        padding: 10px;
        margin-top: 20px;
    }

    .fangan-top-box h3 {
        font-size: 26px;
    }

    .fangan-top-box p {
        font-size: 14px;
    }

    .mui-zebra-module .mui-zebra-module-con {
        width: 100%;
        flex-direction: column;
    }

    .mui-zebra-module-box .mui-zebra-module {
        padding: 20px;
    }

    .mui-zebra-module-con .module-left,
    .mui-zebra-module-con .module-right {
        width: 100%;
    }

    .moduleContent-title h3 {
        font-size: 26px;
        padding: 10px;
        text-align: center;
    }


    .solution-box .solution-con {
        width: 100%;
        padding: 20px;
    }

    .solution-item-top .solution-item-con:nth-child(1),
    .solution-item-top .solution-item-con:nth-child(4) {
        display: none;
    }

    .solution-list .solution-item {
        flex-direction: column;
    }

    .solution-item .solution-item-con {
        width: 100%;
    }

    .solution-area-con {
        flex-direction: column;
    }

}