.case-indicators {
    margin-bottom: unset !important;
    bottom: -2rem !important;
}

.case-indicators [data-bs-target] {
    background-color: #4f85f3 !important;
}

.summary {
    box-shadow: 10px 10px 20px 0 rgba(174, 174, 192, 0.22), -10px -10px 20px 0 rgba(214, 232, 255, 0.39);
    text-align: center;
    margin-top: 3rem;
    margin-bottom: 3rem;
    padding: 2rem 1.25rem 1rem 1.25rem;
}

.summary p {
    margin-top: 1rem;
    text-align: left;
    text-indent: 2rem;
    padding: 0 1rem;
}

.advantage {
    padding-top: 1rem;
    padding-bottom: 3rem;
}

.advantage .title {
    text-align: center;
    padding: 1.25rem 0 1.75rem 0;
}


.advantage .img-responsive {
    max-width: 100% !important;
    max-height: 100% !important;
}

.advantage .content .part-text h5 {
    color: #000;
    font-size: 1.3rem;
    margin-bottom: 1rem;
    line-height: 1.5em;
}

.advantage .model-content .part-text h5 {
    text-align: center;
}

.advantage .content .part-text p {
    /*text-indent: 2rem;*/
    margin-bottom: 0.75rem;
}

.advantage .content .part-img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.showImageBox {
    margin-top: 70px;
    padding-top: 95px;
    padding-bottom: 150px;
    background-color: rgba(1, 85, 168, 0.05);
}

.case-content-box {
    background-color: rgba(1, 85, 168, 0.05);
}

.case-other-box {
    padding-top: 40px;
}


.case-title {
    padding-top: 2rem;
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    color: #333333;
    line-height: 40px;
    letter-spacing: 1px;
}

.case-content {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    line-height: 24px;
    color: #454E5A;
    font-size: 16px;
    text-align: left;
}

.case-content img{
    display: flex;
    justify-content: center;
    align-items: center;
}

.case-image-box {
    padding-top: 3rem;
    margin-bottom: 3rem;
}

.case-min-box {
    padding-bottom: 3rem;
}

.case-more-box {
    text-align: left;
    padding-top: 3rem;
    padding-bottom: 5rem;
}

.case-more-min {
    background: linear-gradient(180deg, #E6F0FB 0%, #F6F9FC 100%);
    box-shadow: 0px 2px 8px 1px rgba(0, 86, 210, 0.12);
    border-radius: 6px;
    border: 1px solid #FFFFFF;
    height: 80px;
    font-size: 16px;
    font-family: AlibabaPuHuiTiM;
    color: #0F0F0F;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 20px;
    display: flex;
    align-items: center;
}

.bg1 {
    background-image: url("/website/cn/assets/img/case/bg1.png");
    background-size: 100% 100%;
}

.case-left {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ggh_img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-image {
    display: block;
}

.banner-title {
    position: absolute;
    top: 160px;
    color: #FFFFFF;
    font-size: 50px;
}

.banner-context {
    position: absolute;
    top: 250px;
    font-size: 20px;
    font-family: AlibabaPuHuiTiR;
    color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 992px) {
    .banner-title {
        position: absolute;
        top: 100px;
        color: #FFFFFF;
        font-size: 30px;
    }

    .banner-context {
        position: absolute;
        top: 200px;
        font-size: 16px;
        font-family: AlibabaPuHuiTiR;
        color: rgba(255, 255, 255, 0.7);
    }
}

.img-font {
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #999999;
    line-height: 24px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

.case-lun-box {
    position: relative;
    margin-top: 3rem;
    height: 320px;
}

.case-lun-box ul {

}

.case-lun-box ul li {
    position: absolute;
    left: 0;
    transition: 0.4s;
}

.case-lun-box ul:hover {
    cursor: pointer;
}

#point {
    list-style-type: none;
    position: absolute;
    bottom: 5px;
    left: 50%;
    /*margin:auto;*/
    height: 29px;
    line-height: 29px;
    /*z-index: 10;*/
}

#point > .selected {
    background-color: #0b0d0c;
}

#point > li {
    width: 16px;
    height: 2px;
    float: left;
    margin-right: 10px;
    -webkit-border-radius: 100%;
}

.case-cpm-box {
    padding-top: 3rem;
}

.case-cpm-box img {
    width: 100%;
    max-height: 200px;
}

@media (max-width: 1400px) {
    .case-min-box img{
        width: 360px;
    }
}
