    @media screen and (max-width: 767px) {
        .m-is {
            display: block;
        }

        .for-aboutus a {
            width: auto !important;
            padding: 0% 2% !important;
            margin: 0% 1% !important;
        }

    }

    .buy_enterprise_member {
        margin: 0 auto;
        background: url(https://lognet.oss-cn-hangzhou.aliyuncs.com/p202104/08/企业服务页宣传图_YReIwGxeASAg.jpeg?x-oss-process=image/quality,Q_80)no-repeat center;
        background-size: 100%;
    }

    .container {
        margin: 0 auto;
    }

    .whole_container {
        background-color: #fff;
        min-height: 650px;
        padding: 25px 20px 50px 20px;
    }

    .for-aboutus {
        line-height: 200px;
        margin-left: 70%;
    }

    .apply_member {
        background-color: #eddab8;
        color: #181818;
        font-weight: bold;
        font-size: 18px;
        padding: 0px 25px;
        height: 40px;
        border-radius: 5px;
        display: inline-block;
        line-height: 38px;
        text-align: center;
        cursor: pointer;
    }

    .apply_member:hover {
        color: #181818;
    }

    .service_div {
        width: 100%;
        height: 35px;
        margin: 35px 0;
    }

    .six_service_img {
        background: url(https://lognet.oss-cn-hangzhou.aliyuncs.com/p202106/01/04a7d668aa958040b3e865360df47b2_QBsHvd5exeoH.jpg?x-oss-process=image/quality,Q_80)no-repeat center;
        height: 33px;
        width: 495px;
        margin: 0 auto;
    }

    .service_introduce_img {
        background: url(/public/static/front/images/log_service_img/enterprise_member/servicejiesao.png)no-repeat center;
        height: 33px;
        width: 495px;
        margin: 0 auto;
    }

    .six_service_list_ul {
        width: 100%;
    }

    .six_service_list_li {
        display: inline-block;
        margin: 0 15px;
    }

    .six_service_list_img {
        width: 150px;
        height: 150px;
        background-color: #f5f5f5;
        border-radius: 50%;
        line-height: 105px;
    }

    .six_service_list_info {
        font-size: 28px;
        margin: 30px 0;
        font-weight: bold;
        
    }

    .service_introduction {
        text-align: center;
    }

    .service_introduction input {
        /* width:160px; */
        height: 50px;
        background: linear-gradient(180deg, rgba(243, 93, 93, 1) 0%, rgba(215, 26, 30, 1) 100%, rgba(214, 21, 25, 1) 100%);
        border-radius: 4px;
        font-size: 24px;
        
        font-weight: bold;
        color: rgba(255, 255, 255, 1);
    }

    .service_introduce_div {
        padding: 0 40px;
    }

    .service_introduction h1 {
        height: 70px;
        font-size: 50px;
        
        font-weight: 800;
    }

    .service_introduction p {
        width: 475px;
        height: 153px;
        font-size: 20px;
        
        font-weight: 500;
        line-height: 28px;
        margin: 50px auto;
        text-align: left;
    }