.custom-carousel {
    height: 62.875rem;
}

.carousel-inner,
.carousel-item {
    height: 100%;
}

.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-content-warp {
    height: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-content-warp .mask {
    width: 100%;
    height: 100%;
    background-color: rgba(43, 43, 55, 0.95);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.banner-content-warp ul {
    display: flex;
}

.banner-content-warp ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 2.5rem;
}

.banner-content-warp ul i.icon {
    display: inline-block;
    width: 2.875rem;
    height: 2.875rem;
    background-color: #C4112F;
    border-radius: 3rem;
    background-size: 50% 50%;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 0.625rem;
}


.costom-section-carousel {
    height: 69.75rem;
    background: url('/img/bg-line.png') no-repeat center;
    background-size: 100% auto;

}

.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);
}

.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 ul li a {
    color: #fff;
    font-size: 0.75rem;
}

.card-content-back .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);

}



.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;

}


.link_website:hover {
    color: #fff;
    padding-right: 1rem;
}


.costom-section-common {
    background: linear-gradient(237deg, rgba(197, 16, 48, 0.102) 9%, rgba(255, 255, 255, 0) 45%);
}

.section-head {

    padding: 0 18rem 0;
    box-sizing: border-box;
}

.costom-section-common .section-title {
    padding-top: 6.5rem;
    color: #C4112F;
    font-size: 1.5rem;
}



.costom-section-common .section-content {
    display: flex;
    justify-content: flex-end;

    margin-top: 6.5rem;
    background-color: #000000;
    border-radius: 40px;
    margin: 6.5rem auto 0;
    width: 60%;
    transform: translateY(100px);
    overflow: hidden;
    position: relative;
    /* opacity: 0; */
}

.costom-section-common .section-content .section-content-text {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.costom-section-common .section-content img {
    height: auto;
    width: 70%;
}

.costom-section-common .section-content .to-detail {
    display: inline-flex;
    align-items: center;
    margin-top: 7.5rem;
    color: #FFFFFF;
    font-size: 1rem;
    width: 16.875rem;
    height: 4.375rem;
    align-items: center;
    justify-content: space-between;
    border: 0.01rem solid #FFFFFF;
    padding: 0 1.875rem;
    box-sizing: border-box;
    letter-spacing: 1px;
    transition: all 0.4s;
    border-radius: 4.375rem;

}

.costom-section-common .section-content .to-detail:hover {
    padding-right: 1rem;
}

.costom-section-common .section-content .to-detail img {
    width: 2.25rem;
}


.bak-section-content-warp {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #000000;
    z-index: 1;
    background-image: url(/img/bg-19.png);
    background-size: 100% 100%;
    display: none;
}



.costom-section-common2 {
    padding: 0 18rem;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    height: 45.25rem;
    align-items: center;
    background-image: url('/img/11691.svg');
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
    z-index: 3;
    background-color: #fff;
}

.costom-section-common2 img {
    width: 25rem;
    height: 14.125rem;
    object-fit: cover;
}


.costom-section-common3 {
    display: flex;
    height: 100vh;
    overflow: hidden;
}

.costom-section-common3 ul {
    width: auto;
    display: flex;
    flex-wrap: nowrap;
    padding: 4rem;
    position: relative;
    left: 50%;
    height: 100vh;
    align-items: center;

}

.costom-section-common3 ul li {
    flex-shrink: 0;
    width: 26.25rem;
    height: 31.5rem;
    border-radius: 1.875rem;
    margin-right: 1.875rem;
}

.costom-section-common3 .section3-content {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 1s;
    transform-style: preserve-3d;
    perspective: 1000px;
}

.costom-section-common3 .section3-content.active {
    transform: rotateY(180deg);
}


.costom-section-common3 .section3-content .section3-content-front,
.costom-section-common3 .section3-content .section3-content-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    box-shadow: 0px 20px 20px 0px rgba(197, 16, 48, 0.0392);
}

.costom-section-common3 .section3-content .section3-content-back {
    /* background-color: #C4112F; */
    /* color: #fff; */
    transform: rotateY(180deg);
}

.costom-section-common3-mobile {
    display: none;
}

.costom-section-common3-mobile li {
    display: flex;
    align-items: center;
    margin: 0 2rem;
    padding: 1.25rem;
    background-color: #fff;
    margin-top: 2rem;
    border-radius: 0.625rem;
    box-shadow: 0px 20px 20px 0px rgba(197, 16, 48, 0.0392);
}

.costom-section-common3-mobile li .number {}

.costom-section4-content {
    padding: 0 18rem 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.875rem;
}

.costom-section4-content li {
    position: relative;
    overflow: hidden;
    height: 19.25rem;
    transform: translateY(100%);
    opacity: 0;

}



.costom-section4-content .costom-section4-item {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 3.125rem;
    border-radius: 1.25rem;
    border: 0.01rem solid #e5e5e5;
    background-color: #fff;
    height: 19.25rem;
}

.costom-section4-content .costom-section4-item {
    /* padding: 2rem !important; */
}


.costom-section4-content .mask {
    position: absolute;
    width: 5.75rem;
    height: 5.75rem;
    border-radius: 6rem;
    overflow: hidden;
    transition: all 1s;
    transform: translate(3.125rem, 3.125rem);
}

.costom-section4-content .costom-section4-item.active {
    background-color: #C4112F;
    border-color: #C4112F;
    color: #fff;
    width: 312px;
    height: 19.25rem;
    transform: translate(-3.125rem, -3.125rem);
    transition: all 1s;
}

.costom-section4-content .costom-section4-item .icon {
    display: inline-flex;
    width: 5.75rem;
    height: 5.75rem;
    align-items: center;
    justify-content: center;
}

.costom-section4-content .costom-section4-item .icon img {
    width: 2.5rem;
    height: 2.5rem;
}

.costom-section4-content li:hover .mask {
    width: 100%;
    height: 100%;
    border-radius: 1.25rem;
    transform: translate(0, 0);
}

.costom-section4-content li:hover .mask .active {
    transform: translate(0, 0);
}



.costom-section5-content {
    display: flex;
    padding: 0 18rem;
    box-sizing: border-box;
    flex-direction: column;
    margin-top: 7rem;
}

.costom-section5-content li {
    display: flex;
    align-items: center;

    background-color: transparent;
    height: 5.625rem;
    border-bottom: 0.01rem solid rgba(149, 149, 149, 0.5);
    transition: all 0.8s;
    width: 100%;
}

.costom-section5-content li .number {
    width: 7.5rem;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.8s;
    position: relative;
}

.costom-section5-content li .text {
    width: 35%;
}

.costom-section5-content li .text p {
    transition: all 0.8s;
}

.costom-section5-content li>i,
.costom-section5-content li img {
    display: inline-block;
    width: 3.75rem;
    margin: 0 2.5rem;
    color: #959595;
    transition: all 0.8s;

}

.costom-section5-content li:hover {
    background-color: #C51030;
    padding-left: 2.5rem;
    box-sizing: border-box;
    border-color: #C4112F;
}

.costom-section5-content li:hover .number {
    color: #fff;
}

.costom-section5-content li:hover>i {
    color: #fff;
}


.costom-section5-content li:hover .text p {
    color: #fff;
}

.costom-section5-content .float-warp {
    width: 14.375rem;
    height: 15.375rem;
    border-radius: 1.25rem;
    background-color: #fff;
    box-shadow: 0px 10px 20px 0px rgba(197, 16, 48, 0.102);
    position: absolute;
    right: 20%;
    padding: 1.875rem;
    box-sizing: border-box;
    visibility: hidden;
    opacity: 0;
}

.costom-section5-content .float-warp .float-warp-text {
    height: 100%;
    width: 100%;
    position: relative;
    top: 0%;
    left: 0;
    z-index: 2;
}

.costom-section5-content .float-warp .iconfont {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    color: #fdf3f5;
}


.costom-section5-content .float-warp .tabs-warp span {
    display: inline-flex;
    padding: 0.25rem 0.5rem;
    background-color: #FCF2F4;
    color: #C51030;
    border-radius: 0.25rem;
}


.costom-section-common6 {
    padding: 0 18rem;
    box-sizing: border-box;
    overflow: hidden;

}

.costom-section-common6 .section6-content {
    width: 100%;
    height: 57.375rem;
    border-radius: 2.5rem;
    background: radial-gradient(21% 50% at 73% 37%, #E54F6A 0%, #C51030 100%);

    position: relative;
    padding: 6.875rem 6.25rem;
    margin: 0 auto;
    transform: translateX(100%) scale(0.6);

    opacity: 0;

}

.costom-section-common6 .section6-content:before {
    content: '';
    display: inline-flex;
    background-image: url('/img/icon/icon-aowit.svg');
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: bottom center;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;


}

.costom-section-common6 .link-btn {
    display: inline-flex;
    width: 16.875rem;
    height: 4.375rem;
    border-radius: 4.375rem;
    background-color: #fff;
    border: 1px solid #fff;
    overflow: hidden;
    position: relative;
    padding: 0;
    margin: 0;
}

.costom-section-common6 .link-btn .default {
    height: 100%;
    width: 100%;
    background-color: #fff;
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 1.875rem;
    box-sizing: border-box;
}

.costom-section-common6 .link-btn .active {
    height: 100%;
    width: 100%;
    padding: 0 1.875rem;
    box-sizing: border-box;
    background-color: #C4112F;
    color: #fff;
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.costom-section-common6 .link-btn img {
    width: 2.5rem;
}

@keyframes link-btn {
    0% {
        width: 30%;
    }

    20% {
        opacity: 1;
    }

    60% {
        width: 100%;
    }

    80% {
        width: 90%;
    }

    100% {
        width: 100%;
    }
}

.costom-section-common6 .link-btn .mask {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 30%;
    border-radius: 4.375rem;
    overflow: hidden;
    opacity: 0;
    transition: all 0.8s;
}

.costom-section-common6 .link-btn:hover .mask {
    animation: link-btn 0.8s linear;
    width: 100%;
    opacity: 1;

}


@media screen and (max-width: 680px) {
    .custom-carousel {
        height: 22rem;
    }

    .banner-content-warp .mask {
        padding: 1.25rem;
    }

    .banner-content-warp .mask>img {
        width: 40% !important;
    }

    .banner-content-warp .position-relative {
        width: 60% !important;
    }


    .banner-content-warp .position-relative img {
        width: 100% !important;
    }

    .costom-section-carousel {
        height: 56.75rem;
    }

    .costom-section-carousel .costom-section-title-warp {
        padding: 2rem 1.25rem 0;
    }

    .costom-section-content {
        overflow: hidden;
    }

    .costom-section-content .costom-section-content-card {
        width: 21.75rem;
        height: 30.5rem;
    }

    .section-head {
        padding: 0 2rem;

    }

    .section-content-text {
        padding: 0.5rem 0 0 0.5rem !important;
    }

    .section-content-warp {
        display: none;
    }


    .bak-section-content-warp {
        display: block;
        position: inherit;
        height: 36rem;
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-position: bottom right;
    }

    .bak-section-content-warp .bak-section-content {
        height: 100%;
        background-color: rgba(0, 0, 0, 0.8);
    }


    .bak-section-content-warp .bak-section-content .to-detail {
        display: inline-flex;
        align-items: center;
        margin-top: 7.5rem;
        color: #FFFFFF;
        font-size: 1rem;
        width: 16.875rem;
        height: 4.375rem;
        align-items: center;
        justify-content: space-between;
        border: 0.01rem solid #FFFFFF;
        padding: 0 1.875rem;
        box-sizing: border-box;
        letter-spacing: 1px;
        transition: all 0.4s;
        border-radius: 4.375rem;

    }

    .bak-section-content-warp .bak-section-content .to-detail:hover {
        padding-right: 1rem;
    }

    .bak-section-content-warp .bak-section-content .to-detail img {
        width: 2.25rem;
    }

    .costom-section-common2 {
        padding: 3.75rem 2rem;
        flex-direction: column;
        align-items: center;
        height: 36rem;
    }

    .costom-section-common3 {
        display: none;
    }

    .costom-section-common3-mobile {
        display: block;
    }

    .costom-section-common3-mobile li {
        opacity: 0;
        /* transform: translateX(-100%); */

    }


    .costom-section-common4 .section-head>p {
        padding: 0 !important;
    }

    .costom-section-common4 .costom-section4-content {
        padding: 0 2rem;
        grid-template-columns: repeat(2, 1fr);

    }

    .costom-section-common5 .section-head>p {
        padding: 0 !important;
    }

    .costom-section-common5 .costom-section5-content {
        padding: 0 2rem;

    }

    .costom-section-common6 {
        padding: 0 2rem;

    }

    .costom-section-common6 .section6-content {
        height: 32rem;
        padding: 2rem 2rem;

    }

    .costom-section-common6 .section6-content h2 {
        font-size: 2.5rem !important;
    }

    .costom-section-common6 .link-btn {
        margin: 0 auto !important;
    }


    .costom-section-carousel .costom-tool-warp {
        padding: 0 2rem;
    }

}