@media (max-width: 576px){

    body .service .titleview .title-phone{
        color: #595959;
        padding: 0;
        position: relative;
        font-weight: bold;
        font-size: 1.5rem;
    }


    body .service .titleview .title-phone::before{
        content: "";
        position: absolute;
        background: url(../images/left-titlebg-ico.png) no-repeat;
        width: 6.4rem;
        height: 3.6rem;
        left: -7rem;
        top: 50%;
        margin-top: -1.8rem;
    }

    body .service .titleview .title-phone::after{
        content: "";
        position: absolute;
        background: url(../images/right-titlebg-ico.png) no-repeat;
        width: 6.4rem;
        height: 3.6rem;
        right: -6.4rem;
        top: 50%;
        margin-top: -1.8rem;
    }

    body .futuregroup  .titleview .title-phone{
        color: #595959;
        padding: 0;
        position: relative;
        font-weight: bold;
        font-size: 1.5rem;
    }


    body .futuregroup  .titleview .title-phone::before{
        content: "";
        position: absolute;
        background: url(../images/left-titlebg-ico.png) no-repeat;
        width: 6.4rem;
        height: 3.6rem;
        left: -8rem;
        top: 50%;
        margin-top: -1.8rem;
    }

    body .futuregroup  .titleview .title-phone::after{
        content: "";
        position: absolute;
        background: url(../images/right-titlebg-ico.png) no-repeat;
        width: 6.4rem;
        height: 3.6rem;
        right: -8.5rem;
        top: 50%;
        margin-top: -1.8rem;
    }



    body .videomodule  .titleview .title-phone{
        color: #595959;
        padding: 0;
        position: relative;
        font-weight: bold;
        font-size: 1.5rem;
    }


    body .videomodule  .titleview .title-phone::before{
        content: "";
        position: absolute;
        background: url(../images/left-titlebg-ico.png) no-repeat;
        width: 6.4rem;
        height: 3.6rem;
        left: -8rem;
        top: 50%;
        margin-top: -1.8rem;
    }

    body .videomodule  .titleview .title-phone::after{
        content: "";
        position: absolute;
        background: url(../images/right-titlebg-ico.png) no-repeat;
        width: 6.4rem;
        height: 3.6rem;
        right: -9rem;
        top: 50%;
        margin-top: -1.8rem;
    }

    body .calculator  .titleview .title-phone{
        color: #595959;
        padding: 0;
        position: relative;
        font-weight: bold;
        font-size: 1.5rem;
    }


    body .calculator  .titleview .title-phone::before{
        content: "";
        position: absolute;
        background: url(../images/left-titlebg-ico.png) no-repeat;
        width: 6.4rem;
        height: 3.6rem;
        left: -8rem;
        top: 50%;
        margin-top: -1.8rem;
    }

    body .calculator  .titleview .title-phone::after{
        content: "";
        position: absolute;
        background: url(../images/right-titlebg-ico.png) no-repeat;
        width: 6.4rem;
        height: 3.6rem;
        right: -9rem;
        top: 50%;
        margin-top: -1.8rem;
    }
















    body .service .content .item-1 .item-div{
        margin-bottom: 2rem;
    }

    body .service .content .item-2 .express .express-text{
        justify-content: left !important;
    }

    body .service .content .item-2 .name{
        font-size: 1.5rem !important;
    }

    body .service .content .item-2 .name::before{
        left: -3rem !important;
    }
    body .service .content .item-2 .name::after{
        right: -4.2rem !important;
    }

    body .service .content .item-2 .express .express-text{
        font-size: 1.1rem !important;
    }

    body .service .content .item-2 .express{
        height: auto;
    }


    body .service .content .item-2 .express .express-text{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    body .futuregroup .content .classify-box .tese-cont .title{
        font-size: 1.5rem !important;
    }
   
    body .videomodule .content .procedures .step{
        width: 100px;
    }



    body .calculator .content{
        padding: 2rem 1rem !important;
    }


    body .calculator .content .left .table{
        min-width: 360px !important;
    }

    body .calculator{
        padding: 3rem calc((100% - 120rem) / 2) 10rem;;
    }

    body .choices{
        padding-top: 1rem !important;
    }


    .choices .titleview .title{
        font-size: 1.5rem !important;
    }

    body .choices .titleview .info{
        line-height: 1.1 !important;
        letter-spacing: 0 !important;
        text-align: left !important;
    }




}