.plan-box {
    margin: 0 auto;
    text-align: center;
}

.plan-content {
    margin-top: 80px;
}


/*创新/优势功能*/
.advantage-box {
    margin: 0 auto;
    padding: 100px 0;
    width: 1200px;
    text-align: center;
}

.advantage-box h2 {
    margin-bottom: 100px;
    font-size: 38px;
    color: #333;
    font-weight: 400;
}

.advantage-content {
    display: flex;
    justify-content: space-between;
}

.advantage-item {
    width: 145px;
    height: 150px;
}

.advantage-item img {
    margin: 0 auto;
}

.advantage-item p {
    margin-top: 10px;
    font-size: 18px;
    line-height: 30px;
    color: #333;
}

.operate-pain-content {
    margin: 30px auto 82px;
    text-align: center;
    font-size: 26px;
    line-height: 46px;
    letter-spacing: 1px;
    color: #333333;
}

.operate-pain-img-list {
    margin-top: 92px;
    display: flex;
    justify-content: center;
}

.operate-pain-img-list-cover {
    overflow: hidden;
    max-height: 300px;
    min-height: 300px;
}


.operate-pain-img-list-item {
    margin-right: 23px;
    width: 384px;
    height: 297px;
    text-align: center;
    background-color: #ffffff;
    box-shadow: 0 1px 16px 0 rgba(188, 177, 168, 0.1);
    border-radius: 4px;
    border: solid 1px #eaeaea;
    position: absolute;
    transition: 0.4s;

}

.operate-pain-img-list-item-title {
    margin-top: 26px;
    font-size: 22px;
    font-weight: 400;
    color: #333;
}

.operate-pain-img-list-item-detail {
    margin-right: 23px;
    position: relative;
    padding: 0 20px;
    width: 385px;
    height: 0;
    transition: 0.4s;
    overflow: hidden;
    box-sizing: border-box;
    text-align: left;
    z-index: 2;
    font-size: 20px;
    color: #fff;
    background: url(../../../images/pc/productCenter/operate/pain-bg.png) no-repeat 100% 100%;
    /*border: solid 1px transparent;*/

}

.operate-pain-img-list-cover:hover .operate-pain-img-list-item-detail {
    height: 300px;
    transition: 0.4s;
}

.operate-pain-img-list-item-detail > h2 {
    margin-top: 20px;
    font-size: 26px;
    font-weight: 700;
    color: #fff;
}

.operate-pain-img-list-item-detail-line {
    margin: 16px 0 27px;
    width: 52px;
    height: 4px;
    background-color: #fff;
}

/*解决方案"*/
.question-answer-box {
    height: 810px;
    margin-top: 97px;
    padding-top: 1px;
    background: url(../../../images/pc/productCenter/operate/question-answer-bg.png) no-repeat 100% 100%;
}

.question-answer-box-bg {
    width: 100%;
}

.practice-title {
    margin: 0 auto;
    padding: 0;
    width: fit-content;
    position: relative;
    color: #fff;
}

.swiper-box {
    display: flex;
    align-items: center;
    width: 1200px;
    margin: 58px auto 0;
}

.practice-show .swiper-button-next,
.practice-show .swiper-button-prev {
    position: relative;
    z-index: 1;
}

.practice-show .swiper-button-next {
    background-image: url(../../../images/pc/productCenter/operate/next.png);
}

.practice-show .swiper-button-prev {
    background-image: url(../../../images/pc/productCenter/operate/prev.png);
}

.swiper-container {
    width: 1050px;
    height: 400px;
    position: relative;
    --swiper-navigation-color: #00ff33; /* 单独设置按钮颜色 */
    --swiper-navigation-size: 30px; /* 设置按钮大小 */
}

.practice-show .swiper-pagination-bullet {
    margin-left: 13px;
    width: 290px;
    height: 123px;
    line-height: 123px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 0 16px 0 rgba(155, 155, 155, 0.08);
    border-radius: 10px;
    color: #333;
    opacity: 1;
}

.practice-show .swiper-pagination-bullet span {
    margin-left: 17px;
    font-size: 22px;

}

.practice-show .swiper-pagination-bullet-active {
    position: relative;
    background-image: linear-gradient(0deg, #ff8624 0%, #ff9947 100%);
    color: #fff;
    overflow: hidden;
}

.practice-show .swiper-pagination-bullet-active::after {
    content: '';
    position: absolute;
    right: 0;
    width: 0;
    height: 0;
    border-top: 32px solid #222;
    border-left: 32px solid transparent;
}

.swiper-pagination-box > img {
    width: 60px;
    height: 60px;
}

.practice-show .question-answer-item {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.practice-show .question-answer-item-left {
    margin-right: 10px;
}

.practice-show .question-answer-item-left > img {
    width: 50px;
    height: 50px;
}

.practice-show .question-answer-item-left h2 {
    margin-top: 28px;
    font-size: 30px;
    color: #333;
}

.practice-show .question-answer-item-left p {
    margin-top: 30px;
    font-size: 22px;
    color: #333;
}

.question-answer-box .swiper-pagination {
    margin-top: 28px;
    display: flex;
    justify-content: center;
    left: 0;
    right: 0;
    z-index: 1;
}

.question-answer-box .module-title-box {
    margin: 60px auto 50px;
}

.opacity {
    display: none;
}