/* 
*    适配手机端
*/
@media screen and (max-width: 750px) {
    .contentDiv{
        height: auto !important;
        padding-top: 0 !important;
    }
    .barContent,
    .schedule_presentation_bg,
    .form_item{
        width: 100%;
    }

    .pageNameDiv{
        height: auto;
        padding: 2.13vw 3.2vw;
        border-bottom: 1px solid #EDEEF0;
        margin-bottom: 6.4vw;
    }

    .schedule-body-wrap{
        padding: 0 3.2vw 6.4vw 3.2vw;
        width: 100%;

    }

    .reminder,
    .option_schedule_presentation{
        width: 100% !important;
    }

    .schedule_presentation_bg{
        height: 42.67vw;
        background-image: url('../images/m/top.png');
        border-radius: 2.13vw;
        padding: 8.53vw;
    }

    .schedule_us{
        margin-top: 0;
        margin-left: 0;
        font-size: 8.53vw;
        line-height: 12.8vw;
    }

    .schedule_us_two{
        margin-left: 0;
        font-size: 4.27vw;
        line-height: 6.4vw;
    }

    .form_item{
        margin-top: 4.27vw !important;
    }

    .flex_row_l{
        width: 89px;
        margin-right: 12px;
        display: flex;
        justify-content: flex-end;
    }

    .form_input,
    .selectObj,
    .flex_row_r{
        flex: 1;
    }

    .flex_row_r{
        font-weight: 400;
        font-size: 14px;
        line-height: 22px;
        color: #848C99;
    }
}
