.cont h2{
    color: #0c7ed9;
    font-size: 0.32rem;
    font-weight: bold;
    width: 7.1rem;
    margin: 0.29rem auto 0;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 0.19rem;
}
.cont{
    padding-bottom: 1.5rem;
}
.cont h4{
    text-align: center;
    font-size: 0.32rem;
    font-weight: bold  ;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.ul_input{
    width: 6.68rem;
    margin: 0 auto;
}
.ul_input li{
    margin-bottom: 0.25rem;
}
.ul_input li label{
    display: inline-block;
    vertical-align: middle;
    font-size: 0.28rem;
    padding-left: 0.28rem;
    background: url('../images/xing.png')no-repeat left center;
    background-size: 0.12rem;
    width: 1.2rem;
    text-align: justify;
    text-align-last: justify;
}
/* 这个是重点 */
.ul_input li label:after {
    content: " ";
    width: 100%;
}


.ul_input li input{
    width:4.6rem;
    height: 0.68rem;
    border: 1px solid #cccccc;
    font-size: 0.24rem;
    padding-left: 0.1rem;
}
.ul_input li select{
    width:4.73rem;
    height: 0.68rem;
    border: 1px solid #cccccc;
    font-size: 0.24rem;
    padding-left: 0.1rem;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    background: url('../images/select.png')no-repeat right 0.21rem center;
    background-size: 0.2rem 0.11rem;
}
.submit{
        font-size: 0.35rem;
    display: block;
    width: 6.1rem;
    margin: 0.38rem auto 0;
    height: 0.8rem;
    background: #0c7ed9;
    color: #fff;
}
#map{
    width: 7.1rem;
    height: 4.25rem;
    margin: 0 auto;
}