
.top-img{
    padding: 0 calc(50% - 600px);
    height: 29.5rem;
    color: #909BA8;
    position: relative;
    z-index: 1;
}
.top-img img{
    width: 100%;
}
.top-img .top-title {
    position: absolute;
    top: 10rem;
    width: 34rem;
    font-size: var(--font-size-02);
    color: #262626 !important;
    line-height: 2;
}
.img {
    width: 100%;
}
.top-img .above-title {
    font-size: var(--font-size-10);
    font-family: Source Han Sans CN, Source Han Sans CN-Bold;
    font-weight: 700;
    text-align: left;
    color: #344050;
    line-height: 60px;
    letter-spacing: 0.96px;
    height: 5rem;
}
.top-img .below-title {
    font-size: var(--font-size-02);
    font-family: Source Han Sans CN, Source Han Sans CN-Regular;
    font-weight: 400;
    text-align: left;
    color: #5e6e82;
}
.business-pain .business-box > .title, .case .case-box > .title, .solve .solve-box > .title {
    font-size: var(--font-size-10);
    font-family: Source Han Sans CN, Source Han Sans CN-Bold;
    font-weight: 700;
    text-align: center;
    color: #344050;
    letter-spacing: 0.3rem;
    height: 9rem;
    line-height: 9rem;
}
/**
 * 功能描述：修改
 *
 * @author fanxiaofei
 * 2024/5/28 17:43
 */
.is-display {
    display: flex;
}
.justify-content-center {
    justify-content: center;
}
.justify-content-between {
    justify-content: space-between;
}
.hide {
    display: none;
}

.over-hide span, .over-hide {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.align-items-center {
    align-items: center;
}
.business-pain {
    height: 46rem;
    position: relative;
}
.business-pain > .business-box {
    position: absolute;
    width: 1200px;
    left: 50%;
    top: 39%;
    transform: translate(-50%, -50%);
}
.business-pain .pain-box {
    /*margin-top: 7%;*/
    justify-content: space-between;
}
.business-pain .difficulty-content {
    width: 81%;
}
.business-pain .difficulty-img {
    width: 25%;
    position: absolute;
    left: 29%;
    top: 41%;
}
.business-pain .difficulty-title {
    background-color: #F5F9FE;
    padding: 3% 3%;
    border-radius: 1.5rem;
    margin-top: 1%;
    width: 32%;
    height: 376px;
}
.business-pain .content-top {
    background-color: #F5F9FE;
    padding: 3% 5% 3% 8%;
    border-radius: 1.5rem;
    margin-top: 1%;
    width: 43%;
    height: 376px;
}
.business-pain .difficulty-title .title, .business-pain .content-top .title {
    font-size: var(--font-size-06);
    font-family: Source Han Sans CN, Source Han Sans CN-Medium;
    font-weight: 500;
    text-align: left;
    color: #333333;
    line-height: 70px;
    letter-spacing: 0.1rem;
}
.business-pain .difficulty-title .child {

    justify-content: space-between;
}
.business-pain .difficulty-title .child-content {
    padding: 4% 1.1%;
    background-color: #fff;
    margin-top: 7%;
    border-radius: 2rem;
    width: 71%;
    text-align: center;
    cursor: pointer;
    font-size: 17px;
    height: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.business-pain .difficulty-img > img {
    width: 100%;
}
.business-pain .content-top .child {
    flex-wrap: wrap;
    justify-content: space-between;
}
.business-pain .content-top .child-content:nth-child(1), .business-pain .content-top .child-content:nth-child(4) {
    /*margin-left: 0;*/
}
.business-pain .content-top .child-content {
    padding: 3% 3.1%;
    background-color: #fff;
    margin-left: 8.2%;
    border-radius: 2rem;
    margin-top: 5%;
    width: 35%;
    text-align: center;
    cursor: pointer;
    font-size: 17px;
    height: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*.business-pain .child-content:hover:not(.checked) {*/
/*    background: #cfe8ff;*/
/*    opacity: 0.6;*/
/*}*/
.solve {
    background: url('../analysis/img/solve-bg.jpg') no-repeat;
    /* background-size: 100% 100%; */
    height: 48rem;
    background-position: center;
    overflow: hidden;
}
.solve .solve-box {
    height: 80%;
}
.solve .solve-title-box {
    height: 12%;
    color: #5E6E82;
}
.solve .solve-width {
    width: 1200px;
    margin: auto;
    height: 85%;
}
.solve .checked {
    color: #2d94ef;
}
.solve .solve-title-box > div {
    font-size: var(--font-size-04);
    font-family: Source Han Sans CN, Source Han Sans CN-Bold;
    font-weight: 700;
    text-align: left;
    letter-spacing: 0.4px;
    line-height: 2rem;
    margin-left: 4%;
}
.solve .solve-title-box > div:hover {
    opacity: 0.8;
}
.solve .solve-content .title-box {
    justify-content: center;
    height: 25%;
    align-items: center;
    width: 92%;
    margin: auto;
}
.solve .solve-content {
    background-image: url(../../../../assets/web/model/wisdi/img/sove-child-bg.png);
    width: 100%;
    height: 84%;
    background-size: 100% 100%;
    z-index: 2;
    position: relative;
    background-repeat: no-repeat;
}
.solve .bottom-box {
    width: 100%;
    justify-content: space-between;
    height: 90%;
}
.solve .left-text {
    width: 65%;
}
.solve .show-child {
    height: 73%;
    width: 99%;
    margin: auto;
}
.solve .show-child .solve-item {
    height: 100%;
    width: 100%;
    margin: auto;
}
.solve .carouse-btn {
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: 3%;
}
.solve .carouse-btn .layui-btn {
    font-family: Source Han Sans CN, Source Han Sans CN-Regular;
    font-weight: 400;
    text-align: center;
    color: #B6C1D2;
    line-height: 50px;
    letter-spacing: 0.1rem;
    margin: auto;
    cursor: pointer;
    font-size: var(--font-size-01);
    width: 211px;
    height: 50px;
    background: #f9f9f9;
    border: 1px solid #b6c1d2;
    border-radius: 8px;
}
.solve .carouse-btn .layui-btn:hover {
    /* opacity: 0.8; */
    background: url(../product/img/submit.png) no-repeat;
    background-size: 100% 100%;
    color: #FFFFFF;
    border: 1px solid #239DF3;
    box-shadow: 0 11px 24px -4px #239DF3;
}
.solve .carouse-btn .layui-btn a {
    color: #B6C1D2;
}

.solve .carouse-btn .layui-btn:hover a {
    color: #FFFFFF;
}
.solve .solve-item5 .bottom-box > div {
    padding: 0 5%;
}
.solve-item5 {
    width: 100% !important;
}
.solve .bottom-box > div {
    padding: 0 4%;
}
.solve-item.solve-item5 > .top-box {
    width: 92%;
    margin: auto;
}
.solve .check-img {
    color: #fff;
    width: 130px;
    height: 53px;
    background: linear-gradient(180deg,#447ddf 0%, #1ca5fa 100%), rgba(0,135,59,0.00);
    border-radius: 27px;
    box-shadow: 1.46px 13.92px 40px 14px rgba(81,145,255,0.41);
    font-size: var(--font-size-02);
}
.img {
    width: 100%;
}
.solve .right-img img {
    /* height: 100%; */
}
.solve .right-img {
    width: 30%;
}
.solve .left-child-img {
    height: 100%;
    margin-top: 0.5%;
    margin-right: 1%;
    width: 3%;
}
.cursor {
    cursor: pointer;
    padding: 0 3%;
    font-size: var(--font-size-02);
}
.solve .left-text .child-title {
    font-size: var(--font-size-01);
    font-family: Source Han Sans CN, Source Han Sans CN-Regular;
    font-weight: 400;
    text-align: left;
    color: #5E6E82;
    line-height: 1.6rem;
    letter-spacing: 0.1rem;
    width: 94%;
    /*-webkit-line-clamp: 2;*/
}
.solve .left-text .top-title, .solve .left-text .top-title span {
    font-size: var(--font-size-08);
    font-family: Source Han Sans CN, Source Han Sans CN-Regular;
    font-weight: 400;
    text-align: left;
    color: #344050 !important;
    line-height: 48px;
    letter-spacing: 0.6px;
}
.solve .show-child .child-margin {
    margin-top: 2%;
    margin-bottom: 3%;
}
.solve .title-box > div {
    width: 20%;
}
.solve .title-box > div:hover {
    opacity: 0.8;
}
.solve .top-box .top-item {
    width: 33%;
}
.solve .solve-item .top-child-img img {
    width: 6rem;
}
.solve .solve-item .top-right {

    margin-left: 0.5rem;
}
.solve .solve-item .top-right .top-title {
    font-size: var(--font-size-06);
    font-family: Source Han Sans CN, Source Han Sans CN-Regular;
    font-weight: 400;
    text-align: left;
    color: #344050;
    line-height: 48px;
    letter-spacing: 0.6px;
    display: none;
}
.solve .solve-item .top-right .top-content span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    font-size: var(--font-size-01);
    font-family: Source Han Sans CN, Source Han Sans CN-Regular;
    font-weight: 400;
    text-align: left;
    color: #5e6e82 !important;
    line-height: 30px;
    letter-spacing: 0.32px;
}
.solve .bottom-box .left-text .check-number {
    margin-top: 38.2%;
    margin-right: 26%;
    width: 100%;
}
.case {
    position: relative;
    min-height: 40rem;
    width: 100%;
    background: url(../../../../assets/web/model/analysis/img/case-bg.png) no-repeat;
    /* background-size: 100% 100%; */
    background-position: center;
}
.case .case-box {
    position: absolute;
    width: 100%;
    margin: auto;
    height: 100%;
}

.case .contact-bottom {
    height: 3rem;
    align-items: center;
    margin: auto;
    justify-content: space-around;
    background: #F9FCFF;
    padding: 0 calc(42% - 600px);
}
.case .contact-bottom > div {
    width: 25%;
    font-size: 0.9rem;
    justify-content: center;
}
.all-height {
    height: 100%;
}
.all-width {
    width: 100%;
}
.case .contact-bottom .img {
    width: 15%;
}
.case .layui-carousel {
    height: 64.5% !important;
    width: 1200px !important;
    margin: auto;
    border-radius: 0.5rem;
    background-color: transparent;
    margin-bottom: 2.5rem;
}
.case .layui-carousel-ind {
    margin-top: 6%;
    text-align: center;
}
.case .layui-carousel-ind li {
    width: 2rem;
    border-radius: 0.2rem;
    margin: 0 0.3rem;
}
.case .layui-carousel-ind li.layui-this {
    background-color: #2D94EF;
}
.case .layui-carousel-arrow:hover, .case .layui-carousel-ind ul:hover {
    background-color: transparent;
}
.case .layui-carousel .carouse-box {
    background-color: transparent;
    width: 100%;
    align-items: center;
    border-radius: 0.5rem;
}
.case .layui-carousel .carouse-img{
    width: 100%;
    height: auto;
    /* margin-left: 2.5%; */
    height: 78%;
    border-radius: 22px;
    display: flex;
    align-items: end;
    color: #FFFFFF;
    padding: 0 0 2%;
}
.case .layui-carousel .carouse-content {
    width: 90%;
    margin-left: 5%;
    position: absolute;
    color: #FFF;
    text-align: left;
    position: absolute;
    bottom: -16%;
    font-size: var(--font-size-01);
}
.case .layui-carousel .carouse-content .title {
    font-size: 1.7rem;
    font-family: Source Han Sans CN, Source Han Sans CN-Medium;
    font-weight: 500;
    text-align: left;
    line-height: 5rem;
    letter-spacing: 0.2rem;
}
.case .layui-carousel .carouse-content .carouse-btn {
    margin-top: 5%;
    display: flex;
    justify-content: center;
    /* display: none; */
}
.case .layui-carousel .carouse-content .content {
    font-size: var(--font-size-02);
    font-family: Source Han Sans CN, Source Han Sans CN-Regular;
    font-weight: 400;
    text-align: center;
    color: #FFFFFF;
    line-height: 37px;
    letter-spacing: 1.44px;
}
.case .layui-carousel .carouse-content .content span {
    color: #666666;
}
.layui-carousel > [carousel-item] {
    border-radius: 0.5rem;
    height: 100%;
}
.case .layui-carousel .layui-carousel-arrow {
    display: none;
}

.top-title span {
    color: #5e6e82 !important;
    font-size: var(--font-size-02);
}
.child-content:hover {
    background: #CFE8FF !important;
    color: #207FFF;
}
.solve .solve-item5 .bottom-box > .left-text {
    padding: 0 0% 0 5%;
}

.solve .solve-item5 .bottom-box >.right-img {
    padding: 0 4% 0 2%;
}
