.banner-warp {
    position: relative;
}

.custom-carousel {
    height: 60rem;
}

.custom-carousel .carousel-inner {
    background-color: #2B2B37;
    height: 100%;
}

.custom-carousel .carousel-inner .carousel-item {
    height: 100%;
}

.custom-carousel .carousel-inner .benner-content {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 19.75rem;
}


.custom-carousel .carousel-indicators {}

.custom-carousel .carousel-indicators li {
    background-color: #959595;
    opacity: 0.5;
    width: 3.125rem;
    height: 2px;
    margin-left: 0.625rem;
    margin-right: 0.625rem;
    border-bottom-width: 3.125rem;
}

.custom-carousel .carousel-indicators .active {
    background-color: #C4112F;
    opacity: 1;
}


.banner-detail-warp {
    color: #fff;
}

.banner-detail-warp .banner-title {
    font-size: 3.125rem;
    color: #fff;
    line-height: 1;
}

.banner-detail-warp .banner-title-en {
    font-size: 1.125rem;
    padding-top: 1rem;
}

.banner-detail-warp .p1 {
    font-size: 1.5rem;
    padding-top: 3.25rem;
}

.banner-detail-warp .p2 {
    font-size: 1.5rem;
    padding-top: 1rem;
}

.banner-tool-warp {
    display: flex;
    padding-top: 4.875rem;
}

.banner-tool-warp a {
    width: 8.875rem;
    height: 2.5rem;
    border-radius: 2.5rem;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 2.5rem;
}

.banner-tool-warp .free-btn {
    background-color: #fff;
    color: #080403;
}

.banner-tool-warp .case-btn {
    background-color: #C51030;
    color: #fff;
}

.banner-tool-warp a:hover {
    background-color: #C51030;
    color: #fff !important;
}


.banner-img {
    width: 40.3125rem;
    height: auto;
}

.custom-control-warp {
    height: 5rem;
    width: 45.125rem;
    background-color: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.25rem 0;
    box-sizing: border-box;
}

.custom-carousel-indicators {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 27.625rem;
    flex-shrink: 0;
    border-right: 0.01rem solid #959595;
}

.custom-carousel-indicators>span {
    /* font-size: 0.75rem; */
}

.custom-carousel-indicators .index {
    color: #000000;
}

.custom-carousel-indicators .num {
    color: #959595;
}

.custom-carousel-indicators .progress {
    width: 13.125rem;
    height: 1px;
    background-color: #959595;
    margin: 0 1rem;
}

.custom-carousel-indicators .progress .line {
    width: 100%;
    height: 1px;
    background-color: #C51030;
    transition: width 0.4s;
}


.custom-carousel-control {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom-carousel-control span {
    display: block;
    width: 2rem;
    height: 0.375rem;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin: 0 1rem;
    cursor: pointer;
}

.custom-carousel-control .arrow-left {
    background-image: url('/service_website/img/svg/arrow-left.svg');
}

.custom-carousel-control .arrow-left:hover {
    background-image: url('/service_website/img/svg/arrow-left-active.svg');
}

.custom-carousel-control .arrow-right {
    background-image: url('/service_website/img/svg/arrow-right.svg');
}

.custom-carousel-control .arrow-right:hover {
    background-image: url('/service_website/img/svg/arrow-right-active.svg');
}






.service-warp {
    display: flex;
    height: 39.0625rem;
    background-color: #C51030;
    position: relative;
}

.service-warp .service-brief {
    width: 50.3125rem;
    padding-left: 8.875rem;
    padding-right: 8rem;
    box-sizing: border-box;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.service-warp .service-brief .more {
    width: 8.875rem;
    height: 2.375rem;
    margin-top: 6.75rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    line-height: 1;
    color: #fff;
    border: 1px solid #fff;
}

.service-warp .service-list {
    width: calc(100% - 50.3125rem);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.service-warp .service-item-warp {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    overflow: hidden;
    transition: all 0.4s;
}

.service-warp .service-item-warp:hover {
    background-size: 120% 120%;
}

.service-warp .service-item-content {
    background-color: rgba(197, 16, 48, 0.9);
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    translate: none;
    rotate: none;
    scale: none;
    opacity: 0;
}

/* .service-warp .service-item-content:before {
    content: '';
    position: absolute;
    width: calc(100% - 2rem);
    height: calc(100% - 2rem);
    margin: 1rem;
    border: 0.01rem solid #fff;
}

.service-warp .service-item-content .line {
    display: inline-block;
    width: 1.5rem;
    height: 2px;
    background-color: #fff;
} */


.about-warp {
    height: 100.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: #fff;
}

.about-warp .background {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url('/service_website/img/svg/line.svg');
    background-size: 128% auto;
    background-position-x: 26%;
    background-position-y: -100%;
}


.about-warp h4 {
    color: #959595;
    font-size: 2.5rem;
}

.about-warp .more {
    width: 8.875rem;
    height: 2.375rem;
    margin-top: 5.375rem;
    border: 1px solid #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    line-height: 1;
    position: relative;
}

.about-warp .more:before {
    content: '';
    display: block;
    position: absolute;
    left: -2px;
    top: -2px;
    width: 0;
    height: calc(100% + 4px);
    background-color: #C51030;
    transition: width 0.4s;
}

.about-warp .more:after {
    content: '+';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s 0.1s;
}

.about-warp .more:hover:before {
    width: calc(100% + 4px);
}

.about-warp .more:hover:after {
    opacity: 1;
}


.workflow-warp {
    height: 40rem;
    position: relative;
}

.workflow-warp:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 21.875rem;
    background-color: #E3E3E3;
}

.workflow-warp .workflow-content {
    width: 43rem;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    position: absolute;
    left: 50%;
    top: 6.25rem;
    transform: translateX(-50%);
}

.workflow-warp .workflow-content .workflow-item {
    height: 9.375rem;
}

.workflow-warp .workflow-content .title-warp {
    background-color: #C51030;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.workflow-warp .workflow-content .title-warp img {
    font-size: 1.5rem;
    color: #545454;
    font-weight: 500;
    float: left;
    position: absolute;
    width: 3.5rem;
    top: 8rem;
    left: 30%;
}

.workflow-warp .workflow-content .methods2 {
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-position: center;
    position: relative;
    padding: 0;
    box-sizing: border-box;
}

.workflow-warp .workflow-content .methods2 .methods2-border {
    width: 100%;
    height: 100%;
    border: 0.01rem solid #C51030;
    opacity: 0;
}


.workflow-warp .workflow-content .methods3 {
    background-color: #fff;
    padding: 2.375rem 0 0 1.875rem;
    box-sizing: border-box;
}

.workflow-warp .workflow-content .methods3-content {
    position: relative;
}

.workflow-warp .workflow-content .methods3-content:before {
    /* 在左边中间的白色三角形 */
    content: '';
    display: block;
    position: absolute;
    left: -0.7rem;
    top: 50%;
    transform: translate(-100%, -50%);
    width: 0;
    height: 0;
    border-right: 0.5rem solid #fff;
    border-top: 0.625rem solid transparent;
    border-bottom: 0.625rem solid transparent;
}


.workflow-warp .workflow-content .methods4 img {
    background-color: #C51030;
    width: 4.5rem;
    height: 4.5rem;
    padding-top: 1rem;
}

.workflow-warp .workflow-content .methods6 {
    background-color: #fff;
}

.workflow-warp .workflow-content .methods6 .methods6-content {
    position: relative;
    height: 100%;
    padding: 2.375rem 0 0 1.875rem;
    box-sizing: border-box;
    z-index: 3;
}

.workflow-warp .workflow-content .methods6 .methods6-content:after {
    /* 在左边中间的白色三角形 */
    content: '';
    display: block;
    position: absolute;
    right: 0.14rem;
    top: 50%;
    transform: translate(-100%, -50%);
    width: 0;
    height: 0;
    border-left: 0.5rem solid #fff;
    border-top: 0.625rem solid transparent;
    border-bottom: 0.625rem solid transparent;
}

.workflow-warp .workflow-content .methods7 {
    /* 占用gird两格 */
    grid-column: span 2;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    position: relative;
    padding: 0;
    box-sizing: border-box;
}

.workflow-warp .workflow-content .methods7-border {
    width: 100%;
    height: 100%;
    border: 0.01rem solid #C51030;
    opacity: 0;
}


.workflow-warp .workflow-content .methods9 {
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    position: relative;
    padding: 0;
    box-sizing: border-box;
}

.workflow-warp .workflow-content .methods9-border {
    width: 100%;
    height: 100%;
    border: 0.01rem solid #C51030;
    opacity: 0;
}

.workflow-warp .workflow-content .methods10 {
    /* 占用gird两格 */
    grid-column: span 2;
    width: 100%;
    height: 100%;
    padding: 2.375rem 0 0 1.875rem;
    box-sizing: border-box;
}

.workflow-warp .workflow-content .methods10-content {
    position: relative;
}


.workflow-warp .workflow-content .methods10-content:before {
    /* 在左边中间的白色三角形 */
    content: '';
    display: block;
    position: absolute;
    left: -0.7rem;
    top: 50%;
    transform: translate(-100%, -50%);
    width: 0;
    height: 0;
    border-right: 0.5rem solid #fff;
    border-top: 0.625rem solid transparent;
    border-bottom: 0.625rem solid transparent;
}


.case-warp {
    height: 69.75rem;
    background-color: #fff;
    position: relative;
}

.case-warp .case-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 16.125rem;
}

.case-warp .case-header .case-title-warp {
    color: #080403;
}

.case-warp .case-header ul {
    display: flex;
}

.case-warp .case-header ul li {
    font-size: 1rem;
    width: 5.125rem;
    height: 2.125rem;
    background-color: #E3E3E3;
    color: #959595;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0.625rem;
    cursor: pointer;
}

.case-warp .case-header ul li.active {
    background-color: #C51030;
    color: #fff;
}

.case-content-warp {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.case-content-warp .case-content-item {
    height: 38.625rem;
    background-size: cover;

}

.case-content-warp .case-content-item .case-content {
    display: block;
    width: 100%;
    height: 100%;
    background-color: transparent;
    padding: 0;
    box-sizing: border-box;
}

/* rgba(197, 16, 48, 0.9) */

.case-content-warp .case-content-item .case-content .mask {
    border: 0.01rem solid #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    opacity: 0;
}




.case-warp .tool-warp {
    display: flex;
    justify-content: center;
}


.case-warp .more {
    width: 8.875rem;
    height: 2.375rem;
    margin-top: 5.375rem;
    border: 1px solid #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    line-height: 1;
    position: relative;
}

.case-warp .more:before {
    content: '';
    display: block;
    position: absolute;
    left: -2px;
    top: -2px;
    width: 0;
    height: calc(100% + 4px);
    background-color: #C51030;
    transition: width 0.4s;
}

.case-warp .more:after {
    content: '+';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s 0.1s;
}

.case-warp .more:hover:before {
    width: calc(100% + 4px);
}

.case-warp .more:hover:after {
    opacity: 1;
}



.marvel-warp {
    height: 16.5625rem;
    display: flex;
    background-color: #C51030;
    justify-content: center;
    position: relative;
}

.marvel-warp canvas {
    position: absolute;
    left: 0;
    top: 0;
}

.marvel-warp .marvel-item {
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 5.625rem;
    margin: 4.875rem 0;
}

.marvel-warp .marvel-item.line {
    border-right: 0.01rem solid #fff;
}

.marvel-warp .marvel-item .marvel-title {
    font-size: 2.625rem;
    text-align: center;
}

.marvel-warp .marvel-item .marvel-desc {
    font-size: 1rem;
    margin-top: 1rem;
    letter-spacing: 1px;
}


.customer-warp {
    height: 18.75rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}

.customer-warp .customer-content {
    width: 84.375rem;
    height: 6.25rem;
    display: flex;
    overflow: hidden;
    position: relative;
}

/* 使用before\after 给customer-content 添加白色不透明度渐变遮罩 */
.customer-warp .customer-content:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 10%;
    height: 100%;
    z-index: 3;
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 1));
}

.customer-warp .customer-content:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 10%;
    height: 100%;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 1));
}


@keyframes move {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

.customer-warp .customer-content .customer-inner {
    width: auto;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    animation: move 16s linear infinite;
}

.customer-warp .customer-content .customer-inner img {
    width: 100%;
    flex-shrink: 0;
}


@media screen and (max-width: 680px) {

    /* .customer-warp .customer-content {
        width: 100%;
    } */

    .panel {
        width: 100%;
        padding: 0 2rem;
    }

    .banner-detail-warp .banner-title {
        font-size: 1.5rem;
        /* 文字不换行 */
        white-space: nowrap;
    }

    .banner-detail-warp .p1 {
        /* 文字不换行 */
        /* white-space: nowrap; */
    }

    .banner-detail-warp .p2,
    .banner-detail-warp .p1 {
        font-size: 1.25rem;
        padding-top: 1rem;
    }

    .banner-tool-warp {
        padding-top: 2rem;
    }

    .custom-carousel {
        height: 30rem;
    }

    .banner-detail-warp {
        width: 50%;
    }

    .banner-img {
        width: 50%;
    }


    .custom-control-warp {
        width: 100%;
        padding: 1.25rem;
    }


    .service-warp {
        height: auto;
        display: flex;
        flex-direction: column;
    }

    .service-warp .service-brief {
        margin: 2rem 0;
        width: 100%;
    }

    .service-warp .service-list {
        width: 100%;
    }

    .service-warp .service-item-warp {
        /* 高度和宽度一致 */
        height: 33.3vw;
    }

    .service-warp .service-item-content {
        padding: 1rem;
    }

    .about-warp {
        height: 60rem;
        padding-top: 4rem;
    }

    .case-warp {
        height: auto;
        padding-bottom: 6rem;
    }

    .case-content-warp {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0.5rem;

    }

    .case-content-warp .case-content-item {
        height: 12rem;
    }




    .workflow-warp {
        width: 100%;
    }

    .workflow-warp .workflow-content {
        width: 100%;
        position: absolute;
        left: 0;
        transform: translateX(0);
    }


    .case-warp .case-header ul {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 1rem;

    }

    .marvel-warp {
        display: grid;
        grid-template-columns: 50% 50%;

    }

    .marvel-warp .marvel-item {
        margin: 0 1rem;
        padding: 0;
        border-right: none !important;
    }

    .marvel-warp .marvel-item .marvel-desc {
        text-align: center;
    }


}