﻿.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;
    background-color: #152344;
    background-size: 62% auto;
    background-position: 92% 66%;
    background-repeat: no-repeat;
}


.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;
    padding-bottom: 10rem;
}

.banner-detail-warp .banner-title {
    font-size: 4.375rem;
    font-weight: 100;
    color: #fff;
    line-height: 1;
}

.banner-detail-warp .banner-title-line {
    display: inline-block;
    font-size: 1.125rem;
    margin-top: 4.75rem;
    width: 5rem;
    height: 0.5rem;
    background-color: #fff;
}

.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;
    transition: all 0.2s linear;
}

.banner-tool-warp .free-btn:hover {
    background-color: #C51030;
    color: #fff;
}



.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;
    position: relative;
}

.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_design/img/svg/arrow-left.svg');
}

.custom-carousel-control .arrow-left:hover {
    background-image: url('/service_design/img/svg/arrow-left-active.svg');
}

.custom-carousel-control .arrow-right {
    background-image: url('/service_design/img/svg/arrow-right.svg');
}

.custom-carousel-control .arrow-right:hover {
    background-image: url('/service_design/img/svg/arrow-right-active.svg');
}



.costom-section-carousel {
    height: 69.75rem;
    background: url('/service_design/img/bg-line.png') no-repeat center;
    background-size: 100% auto;
    position: relative;
    background-color: #fff;

}

.costom-section-title-warp {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 7.25rem 26.875rem 0;
    box-sizing: border-box;
}

.costom-section-title-warp .costom-section-title-item {
    display: flex;
    flex-direction: column;
    align-items: center;

}

.costom-section-content {
    position: relative;
    height: 72%;
}

.costom-section-content .costom-section-content-card {
    position: absolute;
    width: 23.75rem;
    height: 32.5rem;
    /* background-color: #C4112F; */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: all 1s ease-in-out;
}

.costom-section-content.default .costom-section-content-card:nth-child(1) {
    left: 10%;
}

.costom-section-content.default .costom-section-content-card:nth-child(2) {
    left: 30%;
}

.costom-section-content.default .costom-section-content-card:nth-child(4) {
    left: 70%;
}

.costom-section-content.default .costom-section-content-card:nth-child(5) {
    left: 90%;
}





.costom-section-content .card-warp {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 1.2s;
    transform-style: preserve-3d;
    perspective: 1000px;

}

.costom-section-content .costom-section-content-card.active .card-warp {
    transform: rotateY(180deg);
}

.costom-section-content .card-content-front,
.costom-section-content .card-content-back {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: transform 1.2s ease;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.costom-section-content .card-content-front {
    transform: rotateY(0deg);
}

.costom-section-content .card-content-back {
    transform: rotateY(180deg);
}

.costom-section-content .card-content-back a {
    color: #fff;
}

.card-content-front {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #F9F9F9;
    color: #C4112F;
    border-radius: 1.25rem;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.102);
    overflow: hidden;
}

.card-content-front .line {
    width: 2.5rem;
    height: 2px;
    background-color: #C4112F;
    margin-top: 3.125rem;
}

.card-content-front i {
    display: inline-flex;
    width: 4.75rem;
    height: 4.75rem;
    background-color: #F9F9F9;
    border-radius: 4.75rem;
    border: 1px solid #080403;
    align-items: center;
    justify-content: center;
    color: #C4112F;
    font-size: 1.875rem;
    margin-top: 4.625rem;
}

.card-content-front a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 8.5rem;
    height: 1.5rem;
    color: #080403;
    font-size: 0.875rem;
    margin-top: 5rem;
    border: 0.01rem solid #080403;
}


.card-content-back {
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, #000000 87%);
    border-radius: 1.25rem;
    overflow: hidden;
    box-shadow: 0px 0px 10px 0px #000000;
    padding: 2.5rem 2.875rem;
    background-size: 100% 100%;
    position: relative;
}

.card-content-back a.more {
    display: inline-flex;
    width: 8.125rem;
    height: 1.875rem;
    box-sizing: border-box;
    border: 0.5px solid #FFFFFF;
    color: #fff;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 2.5rem;
    bottom: 2.5rem;
}


.link_website {
    display: inline-flex;
    width: 16.875rem;
    height: 4.375rem;
    border-radius: 4.375rem;
    background: #C51030;
    font-family: MicrosoftYaHeiLight;
    font-size: 1.25rem;
    font-weight: normal;
    line-height: 1.25rem;
    letter-spacing: normal;
    color: #FFFFFF;
    align-items: center;
    padding: 0 1.875rem;
    justify-content: space-between;
    transition: all 0.4s;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.102);

}

.link_website:hover {
    color: #fff;
    padding-right: 1rem;
}


.costom-section-carousel .costom-tool-warp {
    display: flex;
    justify-content: space-between;
    padding: 0 18rem 0;
    height: 1px;
    position: relative;
    z-index: 999;
    opacity: 0;
    transition: all 0.4s;

}

.costom-section-carousel .costom-tool-warp span {
    font-size: 2.625rem;
    color: #E54F6A;
    transform: translateY(18.25rem);
    position: relative;
    width: 3.75rem;
    height: 3.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    cursor: pointer;
    border-radius: 50%;
    background-color: #f9f9f9;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.102);
    transition: all 0.4s;

}

.costom-section-carousel .costom-tool-warp span:active {
    box-shadow: none;
}

/*.costom-section-carousel .costom-tool-warp span   添加圆形波浪效果 */

.costom-section-carousel .costom-tool-warp span:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 0.5;

}




.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-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;
    opacity: 0;
    /* transition: all 0.8s; */
}




/* .service-warp .service-item-content:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 0.01rem solid #fff;
    transition: all 0.6s;

} */

.service-warp .service-item-content .line {
    display: inline-block;
    width: 1.5rem;
    height: 2px;
    background-color: #fff;
}

.service-warp .service-item-warp:hover {
    background-size: 120% 120%;
}

/* 
.service-warp .service-item-warp:hover .service-item-content {
    opacity: 1;
}


.service-warp .service-item-warp:hover .service-item-content:before {
    width: calc(100% - 2rem);
    height: calc(100% - 2rem);
    left: 1rem;
    top: 1rem;
} */


.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_design/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 transparent;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: transparent;
    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;
}



.new-case-warp {
    display: grid;
    grid-template-columns: 50% 50%;
    background-color: #fff;
    overflow: hidden;
    position: relative;
    z-index: 10;
    padding: 6.5rem 0;
}

.new-case-warp .new-case-left {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 6.5rem;
    padding-right: 6rem;
    box-sizing: border-box;
}

.new-case-warp .new-case-left img {
    width: 19.75rem;
}

.new-case-warp .new-case-left>div {
    padding-left: 4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.new-case-warp .new-case-left>div a {
    width: 9rem;
    height: 2.375rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #C51030;
}


.alarm-warp {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    background-color: #fff;
    position: relative;
    z-index: 10;
}

.alarm-warp div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 6.25rem 0;
}

.contact-warp {
    height: 28rem;
    background-image: url('/service_design/img/11941@1.5x.png');
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 10;

}

.contact-warp .form-control {
    height: 2.5rem;
    font-size: 0.75rem;
    padding-left: 1.75rem;
}

.contact-warp .form-item {
    position: relative;

}

.contact-warp .form-item::before {
    content: '*';
    color: #C51030;
    font-size: 1.25rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0.75rem;
    padding-top: 0.5rem;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    box-sizing: border-box;

}

.contact-warp .btn {
    width: 100%;
    height: 2.5rem;
    background-color: #C51030;
    color: #fff;
    border: none;
    outline: none;
}

.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%;
        padding-bottom: 2rem;
    }

    .banner-img {
        width: 50%;
    }


    .costom-section-content {
        overflow: hidden;
    }

    .costom-section-title-warp {
        /* grid-template-columns: repeat(3, 1fr); */
        padding: 3.75rem 0 0;
    }

    .costom-section-carousel .costom-tool-warp {
        // display: none;
        padding: 0 4rem;
    }

    .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;
    }

    .service-warp .service-brief .more {
        margin-top: 2rem;
    }

    .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);

    }

    .case-content-warp .case-content-item {
        height: 12rem;
    }

    .case-content-warp .case-content-item .case-content .mask i {
        display: none !important;
    }

    .case-content-warp .case-content-item .case-content .mask .fs-12 {
        margin-top: 0 !important;
    }




    .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;
    }

    .new-case-warp {
        position: relative;
        padding-bottom: 17rem;
    }

    .new-case-warp .new-case-left {
        display: flex;
        flex-direction: column;
        padding: 0;
    }

    .new-case-warp .new-case-right img,
    .new-case-warp .new-case-left img {
        width: 100%;
        height: 12rem;
        object-fit: cover;

    }

    .new-case-warp .new-case-left>div {
        position: absolute;
        width: 100% !important;
        left: 50%;
        top: 56%;
        padding: 0;
        transform: translateX(-50%);
        z-index: 11;

    }

    .contact-warp {
        padding: 0 !important;
    }

    .contact-warp>div {
        width: 50% !important;
        padding-right: 2rem;
    }



}