#solutionBanner {
    height: 55vh;
    background-size: cover;
    position: absolute;
}

#solutionBanner::after {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(30, 41, 59, 0.6);
    backdrop-filter: blur(2px);
    position: absolute;
}

#level2_banner {
    width: 100%;
    height: 610px;
    background-size: cover;
}

#level2_banner .content {
    height: 100%;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#level2_banner .content h2 {
    font-size: 48px;
    font-weight: 600;
    line-height: 72px;
    letter-spacing: 3px;
    margin-bottom: 60px;
}

#level2_banner .content p {
    font-size: 24px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: 1px;
    padding: 0 440px;
    text-align: center;
}

.main-container {
    color: #334155;
    font-weight: 500;
}

.block {
    padding-top: 60px;
    position: relative;
}

.block>p {
    margin-bottom: 40px;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 1px;
    text-align: center;
}

.block>p>img {
    width: 54px;
    margin-right: 20px;
}

.block>p>span {
    font-size: 40px;
    line-height: 56px;
    letter-spacing: 2px;
}

.solutionWrapper,
.painWrapper {
    margin-top: 40px;
    height: 436px;
    overflow: hidden;
    position: relative;
    border: 1px solid #eee;
    border-right: 0;
}

.solutionWrapper {
    border: none;
    height: 550px;
}

.solutionWrapper .carousel-wrap,
.painWrapper .carousel-wrap {
    height: 100%;
}

.painWrapper .item {
    height: 100%;
    width: 480px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 80px 96px 36px;
    border-right: 1px solid #eee;
    background: url('../images/dot.png') no-repeat;
    background-size: 200px;
    background-position: center;
    text-align: center;
}

.painWrapper .item.large {
    width: 640px;
    padding: 80px 110px 36px;
}

.painWrapper .item:hover {
    background-color: #fafafa;
}

.painWrapper .item>img {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
}

.painWrapper .item>span {
    font-size: 24px;
    line-height: 48px;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.painWrapper .item>p {
    font-size: 18px;
    line-height: 36px;
    letter-spacing: 1px;
}

.control {
    position: absolute;
    height: 100%;
    bottom: 0;
    width: 100%;
    z-index: 2;
}

.control .arrow {
    position: absolute;
    width: 60px;
    height: 60px;
    background: #334155;
    text-align: center;
    line-height: 60px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.painWrapper .control .arrow {
    background: #F1F5F9;
}

.control .arrow:hover {
    opacity: 0.8;
}

.control .arrow.left {
    left: 0;
}

.control .arrow.right {
    right: 0;
}

.control .arrow img {
    width: 24px;
    height: 24px;
    color: #52acff;
    margin-right: 0;
}

.solution .pic-box {
    display: flex;
    height: 550px;
}

.solution .pic-box .per-pic {
    flex: 1;
    padding: 100px 146px;
    color: #fff;
    position: relative;
    background-repeat: round;
}

.per-pic h3,
p,
ul {
    position: relative;
    z-index: 2;
}

.mySwiper .swiper-wrapper {
    z-index: 2;
}

.per-pic h3 {
    font-size: 32px;
    line-height: 48px;
    letter-spacing: 2px;
    margin-bottom: 30px;
    font-weight: 700;
}

.per-pic p,
.per-pic li {
    font-size: 22px;
    line-height: 40px;
    letter-spacing: 1px;
}

.per-pic ul {
    margin-top: 30px;
}

.per-pic::after {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: rgba(30, 41, 59, 0.6);
    z-index: 1;
}

.data-display {
    display: flex;
    background-color: #1890FF;
    height: 200px;
    color: #fff;
    justify-content: center;
}

.data-display .per-data {
    text-align: center;
    width: 300px;
    padding-top: 38px;
}

.data-display .per-data label {
    font-size: 48px;
    font-weight: 500;
    line-height: 72px;
    letter-spacing: 3px;
    margin-bottom: 14px;
}

.data-display .per-data p {
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: 1px;
}

.example {
    color: #fff;
    height: 942px;
    background: url('../images/example-bg.png') no-repeat;
    background-size: cover;
}

.example-box {
    height: 650px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.example-box img {
    height: 100%;
}

.example-box .right {
    width: 900px;
    height: 650px;
    background: #FFFFFF;
    padding: 60px 80px;
}

.example-box .right img {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
}

.example-box .right .painUl {
    margin-bottom: 40px;
}

.example-box .right .painUl li {
    font-size: 16px;
    font-weight: 400;
    color: #334155;
    line-height: 32px;
    letter-spacing: 1px;
    /* margin-bottom: 40px; */
}

.example-box .right .painUl li::before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url('../images/arrow-right-bold.svg') no-repeat;
    transform: scale(0.9) translateY(12px);
}

.example-box .right p {
    font-size: 16px;
    font-weight: 400;
    color: #334155;
    line-height: 24px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.example-box .right h2.blue {
    font-size: 24px;
    font-weight: 500;
    color: #1890FF;
    line-height: 36px;
    letter-spacing: 1px;
    margin-bottom: 32px;
}

.example-box .right .button.plain {
    border-color: #1890FF;
    color: #1890FF;
    margin-top: 0;
}

#exampleUl {
    display: flex;
    margin-bottom: 20px;
}

#exampleUl li {
    font-size: 24px;
    font-weight: 500;
    color: #94A3B8;
    line-height: 33px;
    letter-spacing: 1px;
    margin-right: 40px;
    cursor: pointer;
}

#exampleUl li.active {
    color: #1890FF;
}

#exampleUl li.active::after {
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    background: #1890FF;
    margin-top: 8px;
}

@media screen and (max-width: 1440px) {
    .painWrapper .item {
        padding: 80px 70px 36px;
    }
    .solution .pic-box .per-pic {
        padding: 100px 100px;
    }
    .per-pic h3 {
        /* font-size: 28px; */
        margin-bottom: 20px;
    }
    .per-pic ul {
        margin-top: 20px;
    }
}
