﻿body{
    overflow-x:hidden;
}
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.4rem;
        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 {
        display: flex;
        flex-direction: column;
    }

        .ul_input li label {
            display: inline-block;
            vertical-align: middle;
            font-size: 0.28rem;
            margin-bottom: 0.15rem;
        }

        .ul_input li .sexForms {
            display: flex;
            align-items: center;
            height: fit-content;
        }

            .ul_input li .sexForms .radios {
                width: 0.3rem;
                height: 0.3rem;
                margin: 0;
                padding: 0;
            }

            .ul_input li .sexForms .ml {
                margin-left: 0.5rem;
            }


            .ul_input li .sexForms .radio_t {
                margin: 0;
                padding: 0;
                margin-left: 0.15rem;
                font-size: 0.28rem;
            }

        .ul_input li span {
            color: #ff0000
        }

        .ul_input li .star1 {
            color: #333
        }

        /* 这个是重点 */
        .ul_input li label:after {
            content: " ";
            width: 100%;
        }

        .ul_input li input {
            width: 100%;
            height: 0.58rem;
            border: 1px solid #cccccc;
            font-size: 0.24rem;
            padding-left: 0.1rem;
        }

        .ul_input li select {
            width: 102%;
            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;
        }
.footer {
    height: 1rem;
    background-color: #333333;
    color: #848484;
    text-align:center;
    line-height:1rem;
    font-size:0.28rem;
}
.tips {
    font-size: 0.22rem;
    line-height: 0.4rem;
    color: #333;
    width: 6.68rem;
    margin: 0 auto;
    word-break: break-all;
}

    .tips span {
        color: #ff0000;
        margin-right:3px;
    }

.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;
}
