/* 表单 */
.m_form{
    display: flex; justify-content: center; align-items: center;
    flex-direction: column; background: #fff;padding: 1rem 0;
}
.u_form{
    display: flex; justify-content: left; align-items: center; padding: .0rem 0;
    max-height: 100%;
}
.u_form *{
    max-height: 100%;
}
.u_form img{width: auto; height: 1.4rem;}
.u_form li{ position: relative;margin: .6rem 0; overflow: hidden;
    border:1px solid rgb(195 195 195); width: 100%;
    background: #fff;border-radius: 4px;}
.u_form input {
    
    display: block;
    height: 1.9rem;
    width: 16.2rem;
    font-size: 1.0rem;
    line-height: 1.9rem;
    text-indent: 0.1rem;
    padding-left: 0.6rem;
    box-sizing: border-box;
}
.u_form ul{
    margin: 0 .2rem;
}
.u_form li a {
    padding: 0 0.1rem;
    display: block;
    height: 0.36rem;
    line-height: .36rem;
    top: 0.86rem;
    color: #f30404;
    font-size: .24rem;
    position: absolute;
    background: #fff;
    RIGHT: 0.3rem;
}

/* 底部按钮 */
.m_footbtn{
    width: 100%;
    position: fixed;
    bottom: 0;
    display: flex;
    justify-content: space-between;z-index: 9;
    margin: 0;
    left: 0;
}
.m_footbtn a{
    text-align: center;
    color: #fff;
    width:33.333%;
    font-size: .9rem;
    padding: .6rem 0 .96rem;
    display: flex; flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #f74e45;
}
.m_footbtn a img{
    display: block;
    width: 1.5rem ;
    height: auto;margin:0 .0rem .1rem 0;
}
.m_footbtn a:first-child{
    background: #fd7c1c;
}
.m_footbtn a:last-child{
    background: #fd7c1c;
}
.m_form .s_btn3{
   
    background: #ff5a00;
    width: 16.2rem;
    color: #fff;
    border-radius: 20px;
    padding: 0.16rem 0rem;
    margin-bottom: 0.2rem;
    text-align: center;font-size: 1rem;
}
.m_form h2{
    font-size: 1.2rem;
}
.m_footer {
    padding: 2rem 0 6rem;
}