.m-img-text .title{font-size: 36px;line-height: 46px;font-weight: bold;margin-bottom: 50px;color: #818286;}
.forms{display: flex;flex-flow: row wrap;}
.content{display: block;box-sizing: border-box;width: 50%;margin-bottom: 24px;}
.content label{display: block !important;text-align: left;font-size: 18px;line-height: 14px;margin: 0 0 10px 8px;padding: 0;}
.content label span:after{display: inline-block !important;color: red;font-size: 12px;line-height: 1;content: "*" !important;top: -2px !important;}
.content .shu{width: 90%;line-height: initial !important;margin-right: 20px;}
.content.width95{width: 95%}
.content .auto_input{
    box-sizing: border-box;
    margin: 0;
    font-variant: tabular-nums;
    list-style: none;
    font-feature-settings: "tnum";
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 4px 11px;
    color: rgba(0,0,0,.65);
    font-size: 16px;
    line-height: 1.5;
    background-color: #fff;
    background-image: none;
    border: 1px solid #d9d9d9;
    border-radius: 40px;
    transition: all .3s;
    height: 50px !important;
}
.content ul{
    box-sizing: border-box;
    margin: 0;
    font-variant: tabular-nums;
    list-style: none;
    font-feature-settings: "tnum";
    position: relative;
    display: inline-block;
    width: 16%;
    color: rgba(0,0,0,.65);
    font-size: 14px;
    border: 1px solid #d9d9d9;
    border-radius: 40px 0 0 40px;
    transition: all .3s;
    height: 50px !important;
}
.content ul li{line-height: 50px;text-align: center;font-weight: bold;}
.bottom{width: 100%}
.bottom span{color: #818286;font-size: 18px;}
.bottom .tiao{color: #0079b8;font-size: 16px;margin-left: 20px;}
.bottom .checkbox{display: flex;margin-top: 20px;}
.bottom .checkbox input{width: 25px;height: 25px;border: 1px solid #d9d9d9;}
.bottom .checkbox .zc{font-size: 12px;line-height: 25px;margin-left: 15px;}
.bottom .btn{height: 55px;line-height:55px;font-size:20px;width: 455px;max-width: 100%;border-radius: 27.5px;display: inline-block;background-color: #0079b8;color: #fff;margin: 20px 0 0 0 ;padding:0;border: 2px solid #0079b8;}
.bottom .bi {margin-top: 20px;font-size: 12px;}
.bottom .bi span:after{display: inline-block !important;color: #0079b8;font-size: 12px;line-height: 1;content: "*" !important;top: -2px !important;}

@media screen and (max-width:990px){
    .content {
        width: 100%;
    }
    .content .shu{
        width: 100%;
        margin-right: 0;
    }
    .content.width95{
        width: 100%;
    }
    .bottom .btn{
        width: 99%;
    }
}