html,
body {
    padding: 0;
    margin: 0;
    height: 100%;
}

* {
    box-sizing: border-box;
}

@media (min-width:770px) {


    .section-option , .section-goods {
        width: 100%;
        background: #fff;
        padding: 0.4rem 0;
    }

    .section-service , .section-step {
        width: 100%;
        padding: 0.4rem 0;
        background: #F5F8FA;
    }

    .section-option .option-main ,.section-goods .goods-main ,  .section-service .service-main , .section-step .step-main {
        width: 7.6rem;
        margin: 0 auto;
        overflow: hidden;
        position: relative;
    }

    .option-main .option-main-line, .goods-main .goods-main-line , .service-main .service-main-line , .step-main .step-main-line {
        width: 0.3rem;
        height: 0.04rem;
        margin: 0 auto 0.1rem;
        background: #E7402A;
    }

    .option-main .option-main-title , .goods-main .goods-main-title , .service-main .service-main-title , .step-main .step-main-title {
        width: 100%;
        padding: 0 1rem;
        margin-bottom: 0.2rem;
        text-align: center;
        font-family: HarmonyOS Sans SC;
        font-weight: 540;
        font-size: 0.23rem;
        color: #333333;
    }

    .service-list {
        width: 90%;
        margin: 0 auto;
        display: flex;
        align-items: center;
    }

    .service-list .service-li {
        flex: 1;
        margin-right: 0.125rem;
        position: relative;
        box-shadow: 0px 4px 15px 4px rgba(169,178,197,0.19);
        border-top-right-radius: 0.12rem;
        border-bottom-right-radius: 0.12rem;
    }

    .service-list .service-li:last-child {
        margin-right: 0 !important;
    }

    .service-list .service-li .service-bg {
        width: 100%;
        height: 100%;
    }

    .service-list .service-li .service-content {
        position: absolute;
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        padding: 0.15rem;
        top: 0;
    }

    .service-content .service-title {
        font-family: HarmonyOS Sans SC;
        font-weight: 550;
        font-size: 0.12rem;
        color: #333333;
        margin-bottom: 0.1rem;
    }

    .service-content .service-info {
        display: flex;
        flex-wrap: wrap;
    }

    .service-content .service-info p {
        padding: 0.03rem 0.14rem;
        font-family: HarmonyOS Sans SC;
        font-weight: 400;
        font-size: 0.08rem;
        color: #666666;
        border: 1px solid #CCCCCC;
        border-radius: 0.125rem;
        margin: 0 0.1rem 0.05rem 0;
        cursor: pointer;
    }
    .service-content .service-info p:hover{
        color: #FFFFFF;
        border: 1px solid #E7402A;
        background-color: #E7402A;
    }

    .step-operate {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-bottom: 0.35rem;
    }

    .step-operate .step-operate-li {
        width: 1.3rem;
        height: 0.36rem;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        background: #FFFFFF;
        border-radius: 0.2rem;
        border: 1px solid #999999;
        cursor: pointer;
        margin: 0 0.06rem;
        transition: all 0.25s ease-in-out;
    }

    .step-operate .step-operate-li p:nth-child(1) {
        font-weight: 550;
        font-size: 0.09rem;
        color: #333333;
    }

    .step-operate .step-operate-li p:nth-child(2) {
        font-size: 0.08rem;
        color: #666666;
    }

    .step-operate .step-operate-li-select p {
        color: #E7402A !important;
    }

    .step-operate .step-operate-li-select {
        border: 1px solid #E7402A;
    }
    .step-operate .step-operate-li:hover{
         border: 1px solid #E7402A;
    }
   .step-operate .step-operate-li:hover p{
        color: #E7402A;
    }
    .step-list {
        display: flex;
        align-items: center;
    }
    .step-list-2 {
        width: 55%;
        margin: 0 auto;
    }

    .step-list  .step-li {
        flex: 1;
        display: flex;
    }

    .step-list  .step-li:last-child .step-li-img {
        display: none;
    }

    .step-list  .step-li:last-child  {
        flex: 0.5;
    }

    .step-li .step-li-content {
        width: 0.7rem;
        height: 0.75rem;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .step-li .step-li-content .step-index {
        width: 0.25rem;
        height: 0.25rem;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #F6E1E1;
        border-radius: 50%;
        font-family: HarmonyOS Sans SC;
        font-weight: 550;
        font-size: 0.09rem;
        color: #E7402A;
        margin-bottom: 0.125rem;
    }

    .step-li .step-li-content .step-title {
        width: 100%;
        text-align: center;
        font-family: HarmonyOS Sans SC;
        font-weight: 540;
        font-size: 0.08rem;
        color: #333333;
    }

    .step-list  .step-li:nth-child(odd) .step-li-img  {
        flex: 1;
        margin-left: -0.1rem;
        padding: 0.06rem 0 0 0;
    }

    .step-list  .step-li:nth-child(even) .step-li-img  {
        flex: 1;
        margin-left: -0.1rem;
        padding: 0.04rem 0 0 0;
    }



    .step-li .step-li-img img {
        width: 100%;
    }

    .option-list {
        width: 100%;
        display: flex;
    }

    .option-tabs-list {
        display: flex;
        justify-content: center;
        margin-bottom: 0.2rem;
    }

    .option-tabs-list .option-tabs-li {
        position: relative;
        overflow: hidden;
        width: 1.2rem;
        height: 0.45rem;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #F4F5F5;
        border-radius: 0.075rem;
        margin: 0 0.05rem;
        font-family: HarmonyOS Sans SC;
        font-size: 0.08rem;
        color: #333333;
        cursor: pointer;
    }

    .option-tabs-list .option-tabs-li:after, .option-tabs-list .option-tabs-li:before  {
        bottom: 0;
        content: "";
        left: 0;
        position: absolute;
        right: 0;
        top: 0
    }



    @keyframes sweep {
        0% {
            transform: translateX(-100%)
        }

        to {
            transform: translateX(500%)
        }
    }

    .option-tabs-list .option-tabs-li-select:after {
        animation: sweep 9s linear infinite;
        background: linear-gradient(270deg, #E7402A 0%, transparent 100%);
        width: 50%
    }

    .option-tabs-list .option-tabs-li-select {
        color: #333333;
        background: #FFFFFF;
        box-shadow: 0px 3px 0.16rem 0.04rem rgba(169,178,197,0.19);

    }

    .select-option {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .select-option .select-option-content {
        flex: 1;
        padding: 0 1.2rem 0 0;
    }

    .select-option .select-option-img {
        width: 2.93rem;
    }
    .select-option .select-option-operate {
        display: flex;
        width: fit-content;
        padding: 0 0.2rem;
        height: 0.25rem;
        align-items: center;
        background: #E7402A;
        border-radius: 0.125rem;
        font-family: HarmonyOS Sans SC;
        font-weight: 400;
        font-size: 0.075rem;
        color: #FFFFFF;
        text-decoration: none;
        cursor: pointer;
    }

    .select-option .select-option-operate:hover {
        background: #dc3620;
    }

    .select-option .select-option-img img {
        width: 100%;
        height: 100%;
    }

    .select-option-content .select-option-title {
        font-family: HarmonyOS Sans SC;
        font-weight: 500;
        font-size: 0.16rem;
        color: #E7402A;
        margin-bottom: 0.1rem;
    }

    .select-option-content .select-option-sub-title {
        margin-bottom: 0.2rem;
    }

    .select-option-content .select-option-sub-title .title {
        font-family: HarmonyOS Sans SC;
        font-weight: bold;
        font-size: 0.13rem;
        color: #333333;
        margin-bottom: 0.02rem;
    }

    .select-option-content .select-option-sub-title .value {
        font-family: HarmonyOS Sans SC;
        font-weight: 400;
        font-size: 0.09rem;
        color: #666666;
    }

    .section-collect {
        width: 100%;
        box-sizing: border-box;
        padding: 0.25rem 0;
        background: url("/images/scm/index_inquiry_bg1.png");
        background-size: 100% 100%;
    }

    .section-collect .collect-main {
        width: 7.6rem;
        margin: 0 auto;
        display: flex;
        align-items: center;
    }

    .collect-main-left {
        flex: 1;
        padding: 0 1.5rem 0 0;
    }

    .collect-main .collect-main-left .collect-logo {
        width: 1.5rem;
    }

    .collect-main .collect-main-left .collect-main-title1 {
        margin: 0 0 0.15rem 0;
        font-family: HarmonyOS Sans SC;
        font-weight: 900;
        font-size: 0.18rem;
        color: #FFFFFF;
        padding: 0 1.5rem 0 0;
        line-height: 0.27rem;
    }

    .collect-main .collect-main-left .collect-main-title2 {
        font-family: HarmonyOS Sans SC;
        font-weight: 400;
        font-size: 0.1rem;
        color: #FFFFFF;
        line-height: 0.18rem;
    }

    .collect-main-form {
        width: 2.5rem;
        box-sizing: border-box;
        padding: 0.15rem;
        background: #FFFFFF;
    }

    .collect-main-form .el-form-item {
        margin-bottom: 0.1rem !important;
    }

    .collect-main-form .collect-form-operate {
        width: fit-content;
        display: flex;
        margin: 0.15rem 0 0 0;
        padding: 0.05rem 0.2rem;
        background: #E7402A;
        border-radius: 0.12rem;
        font-family: HarmonyOS Sans SC;
        font-weight: 400;
        font-size: 0.08rem;
        color: #FFFFFF;
        cursor: pointer;
    }

    .collect-main-form .collect-form-operate:hover {
        background: #dc3620;
    }

    .section-sign {
        width: 100%;
        box-sizing: border-box;
        padding: 0.4rem 0;
    }

    .section-sign .sign-main {
        width: 7.6rem;
        margin: 0 auto;
    }

    .section-sign .sign-main .sign-main-title {
        width: 100%;
        text-align: center;
        font-family: HarmonyOS Sans SC;
        font-weight: 540;
        font-size: 0.14rem;
        color: #000000;
        margin-bottom: 0.1rem;
    }

    .section-sign .sign-main .sign-main-operate {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .section-sign .sign-main .sign-main-operate a {
        width: fit-content;
        padding: 0.1rem 0.2rem;
        margin: 0 0.1rem;
        background: #FFFFFF;
        border-radius: 0.2rem;
        font-family: HarmonyOS Sans SC;
        font-weight: 540;
        font-size: 0.09rem;
        color: #000000;
        border: 1px solid #000000;
        text-decoration: none;
        transition: all 0.25s ease-in-out;
    }

    .section-sign .sign-main .sign-main-operate a:hover {
        color: #E7402A;
        border: 1px solid #E7402A;
    }

    .goods-swiper {
        width: 80%;
        margin: 0 auto;

        padding: 0.1rem;
        overflow: hidden;
    }

    .goods-swiper .swiper-slide{
        height: 2.15rem;
        display: flex;
        justify-content: center;
        align-items: center;
        box-sizing: border-box;
        background: #FFFFFF;
        box-shadow: 0px 4px 15px 4px rgba(169,178,197,0.19);
    }


    .goods-swiper .goods-slide {
        height: 100%;
        padding: 0.2rem 0.15rem;
    }

    .goods-swiper .goods-slide .goods-slide-img {
        width: 0.18rem;
        height: 0.18rem;
    }

    .goods-swiper .goods-slide .goods-slide-title {
        margin: 0.1rem 0;
        font-family: HarmonyOS Sans SC;
        font-weight: bold;
        font-size: 0.1rem;
        color: #333333;
    }

    .goods-swiper .goods-slide .goods-slide-info {
        font-family: HarmonyOS Sans SC;
        font-weight: 400;
        font-size: 0.08rem;
        color: #666666;
    }

    .swiper-pagination-goods {
        margin-top: 0.15rem;
        display: flex;
        justify-content: center;

    }

    .swiper-pagination-goods .swiper-pagination-bullet {
        width: 0.07rem;
        height: 0.07rem;
        border-radius: 50%;
        background: #ffffff;
        border: 1px solid #909090;
    }

    .swiper-pagination-goods .swiper-pagination-bullet-active {
        width: 0.07rem;
        height: 0.07rem;
        border-radius: 50%;
        background: #ffffff;
        border: 1px solid #E7402A;
    }

    .swiper-button-prev-goods {
        position: absolute;
        z-index: 999;
        left: 0.2rem;
        top: 56%;
        width: 0.27rem;
        height: 0.27rem;
        transform: translateY(-50%);
    }

    .swiper-button-next-goods {
        position: absolute;
        z-index: 999;
        right: 0.2rem;
        top: 56%;
        width: 0.27rem;
        height: 0.27rem;
        transform: translateY(-50%);
    }

    .swiper-button-prev-goods img, .swiper-button-next-goods img {
        width: 100%;
        height: 100%;
        cursor: pointer;
    }


    .option-tabs-li-click::after {
        animation: none !important;
        background: linear-gradient(270deg, #FFFFFF 0%, transparent 100%) !important;
    }

}


@media (max-width:768px){
    .icon-list-h5 {
        width: 100%;
        padding: 1rem 0.5rem;
        background: url("/images/scm-h5/index_icon_bg1.png");
        background-size: 100% 100%;
    }

    .icon-main-h5 {
        width: 100%;
    }

    .icon-main-h5 .icon-main-title-h5 {
        width: 100%;
        text-align: center;
        font-family: HarmonyOS Sans SC;
        font-weight: 550;
        font-size: 0.55rem;
        color: #FFFFFF;
        line-height: 0.8rem;
        margin-bottom: 0.6rem;
    }

    .icon-ul-h5 .icon-li-h5 {
        width: 100%;
        padding: 0.35rem 0;
        margin-top: -1px;
        text-align: left;
        font-family: HarmonyOS Sans SC;
        font-weight: 400;
        font-size: 0.325rem;
        color: #FFFFFF;
        border-top: 1px dotted #FFFFFF;
        border-bottom: 1px dotted #FFFFFF;
    }

    .section-collect-h5 {
        width: 100%;
        padding: 1rem 0.5rem;
        background: url("/images/scm-h5/index_inquiry_bg1.png");
        background-size: 100% 100%;
    }

    .section-collect-h5 .collect-title1-h5  {
        font-family: HarmonyOS Sans SC;
        font-weight: 550;
        font-size: 0.5rem;
        color: #FFFFFF;
    }

    .section-collect-h5 .collect-title2-h5  {
        margin: 0.5rem 0;
        font-family: HarmonyOS Sans SC;
        font-weight: 400;
        font-size: 0.35rem;
        color: #FFFFFF;
    }

    .section-collect-h5 .collect-form-h5 {
        width: 100%;
        background-color: #fff;
        padding: 0.75rem 0.5rem;
    }

    .section-collect-h5 .collect-form-operate {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 1rem;
        background: #E7402A;
        border-radius: 0.625rem;
        font-family: HarmonyOS Sans SC;
        font-weight: 400;
        font-size: 0.375rem;
        color: #FFFFFF;
    }

    .section-collect-h5 .el-form-item--mini.el-form-item, .section-collect-h5 .el-form-item--small.el-form-item {
        margin-bottom: 0.375rem;
    }

    .section-sign-h5 {
        width: 100%;
        padding: 1rem 0.5rem;
        background: #fff;
    }

    .section-sign-h5 .sign-title {
        width: 100%;
        text-align: center;
        margin-bottom: 0.5rem;
        font-family: HarmonyOS Sans SC;
        font-weight: 400;
        font-size: 0.45rem;
        color: #000000;
    }

    .section-sign-h5 .sign-operate-h5 {
        display: flex;
        flex-direction: column;
    }

    .section-sign-h5 .sign-operate-h5 a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 1.15rem;
        margin-bottom: 0.375rem;
        background: #FFFFFF;
        border-radius: 0.625rem;
        border: 1px solid #333333;
        text-decoration: none;
        color: #333333;

    }

    .section-goods-h5 {
        width: 100%;
        background: #fff;
        padding: 1rem 0.5rem 1.5rem 0.5rem;
        overflow: hidden;
    }

    .section-goods-h5 .goods-title-h5 , .section-option-h5 .option-title-h5 , .section-step-h5 .step-title-h5 , .section-service-h5 .service-title-h5  {
        width: 100%;
        text-align: center;
        margin: 0.4rem 0;
        font-family: HarmonyOS Sans SC;
        font-weight: 550;
        font-size: 0.5rem;
        color: #333333;
    }

    .section-goods-h5 .goods-line-h5 , .section-option-h5 .option-line-h5 , .section-step-h5 .step-line-h5 ,  .section-service-h5 .service-line-h5  {
        width: 0.9rem;
        height: 0.125rem;
        margin: 0 auto;
        background: #E7402A;
    }
    
    .goods-swiper-h5 {
        height: 8.75rem;
        width: 90%;
        position: relative;
        margin: 0 auto;
    }

    .goods-swiper-h5 .swiper-slide {
        display: flex;
        align-items: center;

    }

    .goods-swiper-h5 .goods-slide-h5 {
        width: 95%;
        height: 100%;
        padding: 0.75rem 0.5rem;
        background: #FFFFFF;
        box-shadow: 0px 2px 10px 3px rgba(169,178,197,0.19);
    }

    .goods-swiper-h5 .goods-slide-h5 .goods-slide-img {
        height: 0.6rem;
        width: 0.6rem;
    }

    .goods-swiper-h5 .goods-slide-h5 .goods-slide-title {
        margin: 0.5rem 0;
        font-family: HarmonyOS Sans SC;
        font-weight: bold;
        font-size: 0.4rem;
        color: #333333;
    }

    .goods-swiper-h5 .goods-slide-h5 .goods-slide-info {
        font-family: HarmonyOS Sans SC;
        font-weight: 400;
        font-size: 0.35rem;
        color: #666666;
    }

    .swiper-pagination-goods-h5 , .swiper-pagination-service-h5 {
        position: absolute;
        z-index: 999;
        bottom: -0.6rem !important;
        display: flex;
        justify-content: center;

    }

    .swiper-pagination-goods-h5 .swiper-pagination-bullet , .swiper-pagination-service-h5 .swiper-pagination-bullet {
        width: 0.3rem;
        height: 0.3rem;
        background: #FFFFFF;
        border-radius: 50%;
        border: 1px solid #989898;
    }

    .swiper-pagination-goods-h5 .swiper-pagination-bullet-active , .swiper-pagination-service-h5 .swiper-pagination-bullet-active {
        width: 0.3rem;
        height: 0.3rem;
        background: #FFFFFF;
        border-radius: 50%;
        border: 1px solid #E60012 !important;
    }

    .section-option-h5 {
        width: 100%;
        box-sizing: border-box;
        padding: 1rem 0.5rem;
        background: #fff;
    }

    .option-tabs-list-h5 {
        width: 100%;
        overflow-x: auto;
        white-space:nowrap;
        margin-bottom: 0.5rem;
    }

    .option-tabs-list-h5::-webkit-scrollbar {
        display: none;
    }

    .option-tabs-list-h5 .option-tabs-li-h5 {
        display: inline-block;
        position: relative;
        overflow: hidden;
        padding: 0.35rem 0.5rem;
        margin-right: 0.4rem;
        font-family: HarmonyOS Sans SC;
        font-weight: 400;
        font-size: 0.35rem;
        color: #999999;
        background: #F4F5F5;
        border-radius: 0.125rem;

    }

    .option-tabs-list-h5 .option-tabs-li-select-h5 {
        color: #ffffff;
        background: linear-gradient(90deg, #6D69B7 0%, #C4368B 48%, #E7402A 100%);
    }

    .select-option-h5 .option-li-h5 {
        width: 100%;
        margin-bottom: 0.75rem;
    }

    .select-option-h5 .option-li-h5 .title {
        margin-bottom: 0.25rem;
        font-family: HarmonyOS Sans SC;
        font-weight: bold;
        font-size: 0.4rem;
        color: #333333;
    }

    .select-option-h5 .option-li-h5 .info {
        font-family: HarmonyOS Sans SC;
        font-weight: 400;
        font-size: 0.325rem;
        color: #666666;
    }

    .select-option-h5 .option-li-img {
        height: 4.3rem;
        width: 100%;
        margin-bottom: 0.75rem;
    }

    .select-option-h5 .option-li-operate {
        height: 1rem;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #E7402A;
        border-radius: 0.625rem;
        font-family: HarmonyOS Sans SC;
        font-weight: 400;
        font-size: 0.375rem;
        color: #FFFFFF;
        text-decoration: none;
    }

    .section-step-h5 , .section-service-h5 {
        width: 100%;
        box-sizing: border-box;
        padding: 1rem 0.5rem;
        background: #F5F8FA;
        overflow: hidden;
    }

    .step-operate-h5 {
        display: flex;
        justify-content: center;
        margin-bottom: 0.6rem;
    }

    .step-operate-h5 .step-operate-li-h5 {
        height: 1.35rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 0.25rem;
        margin: 0 0.1rem;
        background: #FFFFFF;
        border-radius: 0.7rem;
        border: 1px solid #999999;
    }



    .step-operate-h5 .step-operate-li-select-h5 {
        border: 1px solid #E7402A;
    }

    .step-operate-h5 .step-operate-li-select-h5 p {
        color: #E7402A !important;
    }

    .step-operate-h5 .step-operate-li-h5 p:nth-child(1) {
        width: 100%;
        text-align: center;
        font-family: HarmonyOS Sans SC;
        font-weight: 550;
        font-size: 0.325rem;
        color: #333333;
    }

    .step-operate-h5 .step-operate-li-h5 p:nth-child(2) {
        font-family: HarmonyOS Sans SC;
        font-weight: 500;
        font-size: 0.275rem;
        color: #666666;
    }

    .step-list-h5 {
        display: flex;
        flex-direction: column;
        width: 70%;
        margin: 0 auto;
    }

    .step-list-h5 .step-li-h5:last-child .step-li-img-h5  {
        display: none;
    }

    .step-li-h5 .step-li-content-h5 {
        display: flex;
        align-content: center;
    }

    .step-li-h5 .step-li-content-h5 .step-index {
        width: 1rem;
        height: 1rem;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 0.4rem;
        background: #F6E1E1;
        border-radius: 50%;
        font-family: HarmonyOS Sans SC;
        font-weight: bold;
        font-size: 0.375rem;
        color: #E7402A;
    }

    .step-li-h5 .step-li-content-h5 .step-title {
        flex: 1;
        display: flex;
        align-items: center;
        font-family: HarmonyOS Sans SC;
        font-weight: 400;
        font-size: 0.35rem;
        color: #333333;
    }

    .step-li-h5 .step-li-img-h5 {
        width: fit-content;
        margin: 0.125rem 0 0.125rem 0.4rem;
    }

    .step-li-h5 .step-li-img-h5 img  {
        height: 0.7rem;
    }


    .service-swiper-h5 {
        height: 7rem;
        width: 90%;
        position: relative;
        margin: 0 auto;
    }

    .service-swiper-h5 .swiper-slide {
        display: flex;
        align-items: center;
    }

    .service-swiper-h5 .service-slide-h5 {
        width: 95%;
        height: 100%;
        padding: 0.4rem 0.4rem;
        background: #FFFFFF;
        box-shadow: 0px 2px 10px 3px rgba(169, 178, 197, 0.19);
        position: relative;
        border-top-right-radius: 0.5rem;
        border-bottom-right-radius: 0.5rem;
    }

    .service-swiper-h5 .service-slide-h5 .service-slide-img {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        position: absolute;
    }

    .service-swiper-h5 .service-slide-h5 .service-slide-content {
        width: 100%;
        height: 100%;
        position: relative;
        z-index: 999;

    }
    .service-swiper-h5 .service-slide-h5 .service-slide-content .service-slide-title {
        font-family: HarmonyOS Sans SC;
        font-weight: 550;
        font-size: 0.425rem;
        color: #333333;
        margin-bottom: 0.325rem;
    }

    .service-swiper-h5 .service-slide-h5 .service-slide-content .service-slide-info {
        display: flex;
        flex-wrap: wrap;
    }

    .service-slide-h5 .service-slide-content .service-slide-info p {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 0.8rem;
        padding: 0 0.45rem;
        font-family: HarmonyOS Sans SC;
        font-weight: 400;
        font-size: 0.325rem;
        color: #525252;
        background: #FFFFFF;
        border-radius: 0.5rem;
        border: 1px solid #666666;
        margin: 0 0.325rem 0.325rem 0;
    }

    .section-service-h5 {
        padding: 1rem 0.5rem 1.5rem 0.5rem !important;
    }



}