@media screen and (min-width: 769px) {
    .bodymain {
        padding-top: 72px;
        height: 760px;
        background: rgba(239, 244, 247, 1);
        background-size: 100% 100%;
    }

    .bodymain_content {
        width: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: space-around;
        padding: 0 10%;
        box-sizing: border-box;
    }

    .bodymain_left {
        width: 50%;
        height: 600px;
        padding-top: 93px;
    }

    .bodymain_left_titlebig {
        font-size: 30px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: rgba(56, 56, 56, 1);
        line-height: 40px;
        padding-bottom: 10px;
        float: left;
        width: 100%;
    }

    .bodymain_left_title {
        font-size: 22px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: rgba(56, 56, 56, 1);
        line-height: 40px;
        padding-bottom: 70px;
        width: 100%;
    }

    .bodymain_left_img {
        width: 80%;
        height: 247px;
    }

        .bodymain_left_img img {
            width: 457px;
            height: 247px;
        }

    .bodymain_left_bottom {
        padding-top: 68px;
        font-size: 22px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: rgba(56, 56, 56, 1);
        line-height: 40px;
        width: 100%;
        float: left
    }

    .bodymain_left_bottomblock {
        padding-top: 53px;
        width: 100%;
    }

    .bodymain_left_bottomli {
        font-size: 18px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: rgba(56, 56, 56, 1);
        line-height: 40px;
        float: left;
        width: 50%;
    }

    .bodymain_left_bottomli_symbol {
        color: #148ECB;
        font-size: 16px;
        float: left;
        padding-right: 5px;
        width: 18px;
        height: 16px;
    }

        .bodymain_left_bottomli_symbol img {
            width: 18px;
            height: 16px;
        }

    .bodymain_right {
        margin-bottom: 116px;
        height: 700px;
    }

    .news_banner {
        width: 100%;
        height: 300px;
        background: url('../img/serviceone/apply/banner_1366.png') no-repeat;
        background-size: 100% 100%;
    }

        .news_banner .banner_bg {
            height: 100%;
            background: rgba(0, 0, 0, 0.5);
            position: relative
        }

    .banner_bg .banner-cont {
        position: absolute;
        left: 235px;
        top: 95px;
    }

    .banner-cont h3 {
        font-size: 44px;
        font-weight: 300;
        color: #fff;
        letter-spacing: 5px;
    }

    .banner-cont span {
        display: block;
        width: 208px;
        height: 1px;
        background: #fff;
        margin: 11px 0;
    }

    .banner-cont p {
        font-size: 34px;
        color: #fff;
        font-weight: 300;
        letter-spacing: 3px;
    }

    .apply_wrap {
        box-shadow: 0px 0px 20px 0px rgba(68, 93, 192, 0.15);
        border-radius: 5px;
        background: white;
        padding-bottom: 1px;
        width: 520px;
        height: 600px;
    }

        .apply_wrap h1 {
            
margin: 0 auto;
    margin-top: 100px;
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(56, 56, 56, 1);
    padding-top: 67px;
    line-height: 40px;
    width: 390px;

        }

        .apply_wrap h3 {
            
    text-align: left;
    margin: 0 auto;
    margin-bottom: 60px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    line-height: 20px;
    padding: 0 50px;
    padding-top: 22px;
    width: 390px;

        }
.apply_wrap h2 {
          
     display:none;
    font-size: 12px;
    color: #B9B9B9;
    margin-top: 10px;
    margin: 0 auto;
    width: 390px;

        }

    .apply0 {
        margin: 0 auto;
        overflow: hidden;
        font-size: 14px;
        color: #888888;
        margin-bottom: 30px;
    }

    .apply_left {
        width: inherit;
    }

    .apply_wrap input {
        
    width: 390px;
    padding-left: 10px;
    height: 44px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(169, 194, 208, 1);
    border-radius: 5px;
    display: block;
    margin: 0 auto;
    box-sizing: border-box;

    }

    input {
        outline: none;
    }

        input::-webkit-input-placeholder {
            color: #CCCCCC;
        }

    .apply_right {
        float: right;
    }

    .apply_wrap .line {
        height: 6px;
        margin-top: 50px;
        margin-bottom: 40px;
        width: 100%;
        background: url(../img/申请试用/line1366.png) no-repeat;
    }

    .code {
        margin-left: 350px;
        overflow: hidden;
    }

        .code label {
            float: left;
            font-size: 14px;
            color: #888;
            margin-top: 10px;
        }

        .code input {
            float: left;
            border: 1px solid #F0F0F0;
            height: 34px;
            line-height: 34px;
            padding-left: 10px;
        }

        .code span {
            float: left;
            width: 86px;
            height: 34px;
        }

            .code span img {
                width: 100%;
                height: 100%;
            }

    .submit_btn input {
        padding: 0;
        display: block;
        background: none;
        border: none;
        width: 350px;
        height: 44px;
        outline: none;
        text-align: center;
        line-height: 44px;
        color: #fff;
        font-size: 14px;
        background-color:#0073E6 ;
        margin-top: 30px;
        border-radius: 2px;
        margin: 60px auto 60px;
    }

        .submit_btn input:hover {
            text-decoration: none;
        }


    .present_wrap {
    }

        .present_wrap h3 {
            font-size: 34px;
            font-weight: 400;
            color: rgba(85, 85, 85, 1);
            text-align: center;
            margin-top: 80px;
            margin-bottom: 15px;
        }

        .present_wrap p {
            color: #888;
            font-size: 16px;
            letter-spacing: 10px;
            text-align: center;
            margin-bottom: 60px;
        }

    .present {
        width: 28%;
        overflow: hidden;
        margin: 0 auto 60px;
    }

        .present label {
            float: left;
            font-size: 14px;
            color: #888;
        }

        .present input {
            float: left;
            border: none;
            border-bottom: 1px solid #F0F0F0;
            margin-left: 22px;
            width: 267px;
            outline: none;
            padding-left: 10px;
        }

        .present #validateCode {
            width: 200px;
        }

        .present img {
            float: left;
            width: 70px;
            height: 25px;
            cursor: pointer;
            margin-top: -5px;
            margin-left: 10px;
        }

    .present_check {
        width: 28%;
        margin: auto;
        font-size: 14px;
        color: #888;
        overflow: hidden;
    }

        .present_check input[type='checkbox'] {
            float: left;
            margin-right: 10px;
        }
}
@media screen and (max-width: 768px) {
    .bodymain {
        background: url(../img/serviceone/预约演示/背景2880.png) no-repeat;
        background-size: 100% 100%;
        height: 770px;
    }

    .bodymain_content {
        width: 100%;
        margin: 0 auto;
        padding: 0 25px;
        box-sizing: border-box;
    }

    .bodymain_left {
        width: 100%;
        padding-top: 25px;
    }

    .bodymain_left_titlebig {
        padding-bottom: 5px;
        float: left;
        width: 100%;
        font-size: 17px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: rgba(56,56,56,1);
        line-height: 20px;
    }

    .bodymain_left_title {
        padding-bottom: 30px;
        width: 100%;
        font-size: 12px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: rgba(56,56,56,1);
        line-height: 20px;
    }

    .bodymain_left_img {
        width: 100%;
        height: 162px;
    }

        .bodymain_left_img img {
            width: 100%;
            height: 100%;
        }

    .bodymain_left_bottom {
        padding-top: 30px;
        width: 100%;
        font-size: 12px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: rgba(56,56,56,1);
        line-height: 20px;
    }

    .bodymain_left_bottomblock {
        padding-top: 14px;
        width: 100%;
    }

    .bodymain_left_bottomli {
        float: left;
        width: 50%;
        font-size: 10px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: rgba(56,56,56,1);
        line-height: 20px;
    }

    .bodymain_left_bottomli_symbol {
        color: #148ECB;
        font-size: 16px;
        float: left;
        padding-right: 5px;
        width: 18px;
        height: 16px;
    }

        .bodymain_left_bottomli_symbol img {
            width: 9px;
            height: 8px;
        }

    .bodymain_right {
        background: rgba(239, 244, 247, 1);
        float: left;
        margin-top: 40px;
    }

    .news_banner {
        width: 100%;
        height: 300px;
        background: url('../img/serviceone/apply/banner_1366.png') no-repeat;
        background-size: 100% 100%;
    }

        .news_banner .banner_bg {
            height: 100%;
            background: rgba(0, 0, 0, 0.5);
            position: relative
        }

    .banner_bg .banner-cont {
        position: absolute;
        left: 235px;
        top: 95px;
    }

    .banner-cont h3 {
        font-size: 44px;
        font-weight: 300;
        color: #fff;
        letter-spacing: 5px;
    }

    .banner-cont span {
        display: block;
        width: 208px;
        height: 1px;
        background: #fff;
        margin: 11px 0;
    }

    .banner-cont p {
        font-size: 34px;
        color: #fff;
        font-weight: 300;
        letter-spacing: 3px;
    }

    .apply_wrap {
        box-shadow: 0px 0px 20px 0px rgba(68, 93, 192, 0.15);
        border-radius: 5px;
        background: white;
        padding-bottom: 1px;
        width: 325px;
        height: 330px;
        margin: 0 auto;
    }

        .apply_wrap h1 {
            padding-left: 25px;
            font-size: 15px;
            font-family: Microsoft YaHei;
            font-weight: 400;
            color: rgba(56,56,56,1);
            line-height: 20px;
            padding-top: 36px;
        }

        .apply_wrap h3 {
            text-align: left;
            margin-bottom: 16px;
            padding: 0 25px;
            padding-top: 10px;
            font-size: 10px;
            font-family: Microsoft YaHei;
            font-weight: 400;
            color: rgba(102,102,102,1);
            line-height: 15px;
        }

.apply_wrap h2 {
            display:none;
        }

    .apply0 {
        margin: 0 auto;
        overflow: hidden;
        font-size: 14px;
        color: #888888;
        margin-bottom: 15px;
    }

    .apply_left {
        width: inherit;
        margin: 0 25px;
    }

    .apply_wrap input {
        padding-left: 10px;
        width: 100%;
        height: 35px;
        background: rgba(255, 255, 255, 1);
        border: 1px solid rgba(169, 194, 208, 1);
        border-radius: 2px;
        display: block;
        box-sizing: border-box;
    }

    input {
        outline: none;
    }

        input::-webkit-input-placeholder {
            color: #CCCCCC;
        }

    .apply_right {
        float: right;
    }

    .apply_wrap .line {
        height: 6px;
        margin-top: 50px;
        margin-bottom: 40px;
        width: 100%;
        background: url(../img/申请试用/line1366.png) no-repeat;
    }

    .code {
        margin-left: 350px;
        overflow: hidden;
    }

        .code label {
            float: left;
            font-size: 14px;
            color: #888;
            margin-top: 10px;
        }

        .code input {
            float: left;
            border: 1px solid #F0F0F0;
            height: 34px;
            line-height: 34px;
            padding-left: 10px;
        }

        .code span {
            float: left;
            width: 86px;
            height: 34px;
        }

            .code span img {
                width: 100%;
                height: 100%;
            }

    .submit_btn input {
        padding: 0;
        background: none;
        border: none;
        height: 35px;
        outline: none;
        text-align: center;
        line-height: 35px;
        color: #fff;
        font-size: 14px;
        background-color: #2bcca8;
        border-radius: 2px;
        margin: 20px 25px 20px 25px;
        display: block;
        width: -webkit-fill-available;
    }

        .submit_btn input:hover {
            text-decoration: none;
        }


    .present_wrap {
    }

        .present_wrap h3 {
            font-size: 34px;
            font-weight: 400;
            color: rgba(85, 85, 85, 1);
            text-align: center;
            margin-top: 80px;
            margin-bottom: 15px;
        }

        .present_wrap p {
            color: #888;
            font-size: 16px;
            letter-spacing: 10px;
            text-align: center;
            margin-bottom: 60px;
        }

    .present {
        width: 28%;
        overflow: hidden;
        margin: 0 auto 60px;
    }

        .present label {
            float: left;
            font-size: 14px;
            color: #888;
        }

        .present input {
            float: left;
            border: none;
            border-bottom: 1px solid #F0F0F0;
            margin-left: 22px;
            width: 267px;
            outline: none;
            padding-left: 10px;
        }

        .present #validateCode {
            width: 200px;
        }

        .present img {
            float: left;
            width: 70px;
            height: 25px;
            cursor: pointer;
            margin-top: -5px;
            margin-left: 10px;
        }

    .present_check {
        width: 28%;
        margin: auto;
        font-size: 14px;
        color: #888;
        overflow: hidden;
    }

        .present_check input[type='checkbox'] {
            float: left;
            margin-right: 10px;
        }
}​
