
.breadcrumb > li + li:before {
    content: ">" !important;
    padding: 0 !important;
    padding-right: 0.05rem !important;
    color: #ccc;
}

.breadcrumb {
    padding: 0.32rem 0 0rem;
    background: none;
    margin: 0;
}

.breadcrumb .breadcrumb-item {
    padding-left: 0.05rem !important;
    font-size: 0.14rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #999999;
    opacity: 1;
}

.breadcrumb .breadcrumb-item:first-of-type {
    padding-left: 0 !important;
}

.breadcrumb .breadcrumb-item a {
    color: #999999;
}

.breadcrumb .breadcrumb-item.active {
    color: #333333;
}

.service-introduce{
    display: flex;
    align-items: center;
}
.service-introduce .left{
    width: 5.37rem;
}
.service-introduce .left .dot-list {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 0.1rem;
}

.service-introduce .left .dot-list :nth-child(1) {
    width: 0.1rem;
    height: 0.1rem;
    border-radius: 50%;
    background: #767676;
}

.service-introduce .left .dot-list :nth-child(2) {
    width: 0.08rem;
    height: 0.08rem;
    border-radius: 50%;
    background: #A1A1A1;
    margin: 0 0.08rem;
}

.service-introduce .left .dot-list :nth-child(3) {
    width: 0.06rem;
    height: 0.06rem;
    border-radius: 50%;
    background: #C8C8C8;
}
.service-introduce .left .new-th-title{
    align-items: flex-start;
    margin-top: 0.18reml;
}
.service-introduce .left p{
    margin-top: 0.4rem;
    font-family: Montserrat;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.3rem;
    letter-spacing: normal;
    color: #3D3D3D;
    position: relative;
    padding-bottom: 0.3rem;
}

.service-introduce .left p::after{
    content: '';
    position: absolute;
    width: 1.62rem;
    height: 0.04rem;
    background: #BF2A32;
    right: 0;
    bottom: 0;
}
.service-introduce .right{
    width: 5rem;
    height: 4.5rem;
    position: relative;
    overflow: hidden;
    margin-left: 0.5rem;
    
}
.service-introduce .right .img1{
    width: 3.2rem;
    height: auto;
    /* animation: float 8s ease-in-out infinite; */
    position: absolute;
    top: 0.6rem;
    left: 0.8rem;
    z-index: 2;
    /* filter: drop-shadow(0 15px 10px rgba(0,0,0,0.3)); 添加静态阴影 */
}

.service-introduce .right .img2{
    width: 3.4rem;
    height: auto;
    animation: float 8s ease-in-out infinite;
    position: absolute;
    top: 0.45rem;
    left: 0.79rem;
    z-index: 1;
    /* filter: drop-shadow(0 15px 10px rgba(0,0,0,0.3)); 添加静态阴影 */
}

@keyframes float {
    0% {
        transform: translateY(0) rotate(0deg);
    }
    25% {
        transform: translateY(20px) rotate(-5deg);
    }
    50% {
        transform: translateY(0) rotate(0deg);
    }
    75% {
        transform: translateY(-20px) rotate(5deg);
    }
    100% {
        transform: translateY(0) rotate(0deg);
    }
}

@keyframes float1 {
    0% {
        transform: translateY(0) rotate(0deg);
    }
    25% {
        transform: translateY(10px) rotate(-10deg);
    }
    50% {
        transform: translateY(0) rotate(0deg);
    }
    75% {
        transform: translateY(-10px) rotate(10deg);
    }
    100% {
        transform: translateY(0) rotate(0deg);
    }
}

@keyframes shadow-animate {
    0% {
        transform: scale(1) translateX(0) rotateX(80deg);
        opacity: 0.7;
    }
    25% {
        transform: scale(0.9) translateX(5px) rotateX(80deg);
        opacity: 0.5;
    }
    50% {
        transform: scale(1) translateX(0) rotateX(80deg);
        opacity: 0.7;
    }
    75% {
        transform: scale(0.9) translateX(-5px) rotateX(80deg);
        opacity: 0.5;
    }
    100% {
        transform: scale(1) translateX(0) rotateX(80deg);
        opacity: 0.7;
    }
}

.service-features{
    padding: 0.3rem 0 0.5rem 0;
}

.service-features-list{
    display: flex;
    flex-wrap: wrap;
    align-self: center;
    justify-content: space-between;
    overflow: auto;
    margin-top: 0.4rem;
    width: 8.73rem;
    padding: 0.05rem;
    gap: 0.94rem;
}

.service-features-item{
    width: 2.25rem;
    height: 2.03rem;
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.16);
    display: flex;
    flex-direction: column;
    align-self: center;
    justify-content: flex-start;
}

.service-features-item .img-box{
    width: 0.66rem;
    height: 0.66rem;
    background: #BF2A32;
    margin: 0.39rem auto 0.25rem auto; 
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-features-item .img-box img{
    width: 0.5rem;
    height: auto;
}

.service-features-item h5{
    font-family: Montserrat;
    font-size: 0.24rem;
    font-weight: bold;
    line-height: 0.3rem;
    text-align: center;
    letter-spacing: 0.05em;
    /* 外部/text-color */
    color: #252B42;
}

.service-features-item.mt4{
    margin-top: -0.4rem;
}

.service-process{
    padding: 0.5rem 0 1.2rem 0;
}

.service-process-content{
    display: flex;
    align-items: flex-end;
}

.service-process-content .left{
    width: 5.38rem;
    margin-right: 0.6rem;
}

.service-process-item{
    width: 100%;
    height: auto;
    border-radius: 10px;
    background: #FFFFFF;
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.06);
    position: relative;
    padding: 0.1rem  0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #CB2933;
    margin-top: 0.12rem;
}

.service-process-item::after{
    content: '';
    position: absolute;
    border-right: 15px solid transparent;
    border-top: 18px solid #CB2933;
    border-left: 15px solid transparent;
    right: 0.1rem;
    top: 0.1rem;
}
.service-process-item .number{
    width: 1rem;
    height: 0.67rem;
    border-right: 1px solid #D8D8D8;
    font-family: Montserrat;
    font-size: 0.48rem;
    font-weight: bold;
    line-height: 0.67rem;
    letter-spacing: 0.1em;
    text-align: center;
}

.service-process-item .text-bar{
    margin-left: 0.2rem;
    flex: 1;
    min-height: 0.67rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.service-process-item .text-bar h4{
    font-family: Montserrat;
    font-size: 0.24rem;
    font-weight: bold;
    line-height: 0.24rem;
    letter-spacing: 0.1em;
    /* light-background-color */
    
}

.service-process-item .text-bar h6{
    font-family: Montserrat;
    font-size: 0.14rem;
    font-weight: 300;
    line-height: 0.24rem;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    display: none;
    margin-top: 0.12rem;
}
.service-process-content .right{
    width: 6rem;
    margin-top: 0.5rem;
}

.service-process-item-active{
    background: #BF2A32;
    color: white;
}

.service-process-item-active::after{
    content: '';
    position: absolute;
    border-right: 15px solid transparent;
    border-top: 18px solid #fff;
    border-left: 15px solid transparent;
    right: 0.1rem;
    top: 0.1rem;
}

.service-process-item-active h6{
    display: block !important;
}

.service-process-content .right .img-box{
    width: 6rem;
    height: 3.59rem;
    overflow: hidden;
    margin-top: 0.4rem;
}

.mentor-presentation{
    width: 100%;
    height: 8.16rem;
    background-image: url('https://cn-resourses.oss-cn-shanghai.aliyuncs.com/publish-resources/production/cms-service/img/dszs.jpg');
    background-size:  cover;
    background-position: center;
}

.mentor-presentation-content{
    padding-top: 1.5rem; 
    width: 100%;
    height: 100%;
    background: rgba(191, 42, 50, 0.7);
    position: relative;
}

.mentor-presentation-list{
    position: absolute;
    width: 12.36rem;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #EDEDED;
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.06);
}

.mentor-presentation-item{
    width: 4.12rem;
    height: 1.42rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.mentor-presentation-item:nth-child(2){
    background: #fff;
}

.mentor-presentation-item .img-box{
    width: auto;
    height: 0.58rem;
    margin-right: 0.1rem;
    margin-left: 0.2rem;
}


.mentor-presentation-item .text-box h4{
    font-family: Montserrat;
    font-size: 0.26rem;
    font-weight: bold;
    line-height: 0.42rem;
    letter-spacing: 0.1em;
    /* 品牌色 */
    color: #CB2933;
}

.mentor-presentation-item .text-box h6{
    font-family: Montserrat;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.24rem;
    letter-spacing: 0.05em;
    color: #BF2A32;
}

.service-guarantee{
    padding: 0.5rem 0 0.8rem 0;
}

.service-guarantee-content{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.service-guarantee-list{
    width: 6.95rem;
    margin-right: 0.6rem;
}

.service-guarantee-item{
    width: 100%;
    padding: 0.2rem 0.2rem 0.12rem 0.1rem;
    border-top: 1px solid #D8D8D8; 
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.service-guarantee-item:first-child{
    border-top: none;
}

.service-guarantee-item .img-box{
    width: 0.4rem;
    height: 0.4rem;
    overflow: hidden;
    margin-right: 0.22rem;
}

.service-guarantee-item .img-box img{
    object-fit: contain;
}

.service-guarantee-item  h4{
    font-family: Montserrat;
    font-size: 0.24rem;
    font-weight: bold;
    line-height: 0.34rem;
    letter-spacing: 0.1em;
    color: #BF2A32;
}

.service-guarantee-item p{
    font-family: Montserrat;
    font-size: 0.18rem;
    font-weight: 300;
    line-height: 0.28rem;
    letter-spacing: normal;
    color: #3D3D3D;
    margin-top: 0.12rem;
}

.right-img-box{
    width: 3.94rem;
    height: 5.02rem;
    overflow: hidden;
}

.success-case{
    padding: 0.54rem 0 1.2rem 0;
    position: relative;
}

.success-case-list{
    width: 12.59rem;
    height: auto;
    margin-top: 0.4rem;
    overflow: hidden;
    padding-bottom: 0.1rem;
}

.success-case-slide{
    width: 100%;
    display: flex;
    gap: 0.37rem;
}
.success-case-item{
    width: 2.87rem;
    padding: 0 0.25rem 0.25rem 0;
    height: auto;
    position: relative;
}
.border-container{
    width: 2.62rem;
    height: 3.34rem;
    border-radius: 0.1rem;
    background: #FFFFFF;
    box-sizing: border-box;
    border: 0.01rem solid #EDEDED;
}
.success-case-item .img-box{
    width: 2.62rem;
    height: 3.34rem;
    overflow: hidden;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
    border-radius: 0.1rem;
    position: absolute;
    top: 0.24rem;
    left: 0.25rem;
}
.success-case-item .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.success-case-info{
    width: 2.27rem;
    height: 0.88rem;
    padding: 0 0.2rem;
    border-radius: 0 0.15rem 0.15rem 0;
    background: #FAFAFA;
    box-shadow: 0px 0.04rem 0.1rem 0 rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    position: absolute;
    left: 0.25rem;
    bottom: 0.25rem;
}

.success-case-info h4{
    width: -webkit-fill-available;
    font-family: Montserrat;
    font-size: 0.24rem;
    font-weight: bold;
    line-height: 0.24rem;
    letter-spacing: 0.1em;
    color: #252B42;
    margin-bottom: 0.1rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.success-case-info h6{
    width: -webkit-fill-available;
    font-family: Montserrat;
    font-size: 0.18rem;
    font-weight: 300;
    line-height: 0.24rem;
    letter-spacing: normal;
    color: #3D3D3D;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.go-details-btn{
    width: 0.2rem;
    height: 0.2rem;
    border-radius: 0.2rem;
    background: #BF2A32;
    position: absolute;
    top: 0.15rem;
    right: 0.15rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.go-details-btn img{
    width: 0.14rem;
    height: auto;
    display: block;
}