.form_sex{
    font-size: 1.2em;
    color: #c83c23;
    background: #fff;
    overflow: hidden;
    padding-bottom: 0.2rem;
    margin-top: 0.2rem;
}
.chenggu_form{
    width: 690px;
    margin: 0.3rem auto;

}
.suanming{
    background: #FFF8F2;
    border: 1px solid #E6CAB5;
    opacity: 1;
    border-radius: 0.1rem;
}
.chu_info{
    width: 630px;
    margin: 0 auto;
    height: 0.88rem;
    line-height: 0.88rem;
    border-bottom: 1px solid rgba(230, 202, 181, 1);
}
.chu_info:last-child{
    border-bottom: none;
}
.chusheng_year{
    text-align: center;
    font-size: 0.32rem;
    font-weight: bold;
    color: #C4814D;
    float: left;
    line-height: 0.88rem;

}
.jiinput{
    display: inline-block;
    width: 470px;
    position: relative;
}
#birthday{
    width: 100%;
    line-height: 0.8rem;
    padding: 0;
    font-size: 0.32rem;
    color: #333;
    border: 0;
    background: none;
}
.shijian{
    width: 100%;
    line-height: 0.8rem;
    padding: 0;
    font-size: 0.32rem;
    color: #999;
    border: 0;
    background: none;
}
.tijiao_anniu{
    overflow: hidden;
    margin-top: 0.4rem;
}
.anniu1 {
    background-image: url(../images/duance.png);
    background-size: 100%;
    width: 330px;
    height: 88px;
    line-height: 88px;
    text-align: center;
    float: left;
    font-size: 0.36rem;
    color: #FFFFFF;
    margin-right: 0.25rem;
    border: none;
    background-color:unset;

}
.anniu {
    background-image: url(../images/ce.png);
    background-size: 100%;
    width: 330px;
    height: 88px;
    line-height: 88px;
    text-align: center;
    float: left;
    font-size: 0.36rem;
    color: #FFFFFF;
    margin-right: 0;

}

.jiinput:before {
    content: '';
    background-image: url(../images/daosan.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 0.2rem;
    height: 0.12rem;
    vertical-align: middle;
    display: inline-block;
    position: absolute;
    top: 0.38rem;
    right: 0rem;
    z-index: 10;
}
input, select, button, textarea {
    font-family: inherit;
    outline: 0;
    margin: 0;
    color: inherit;
    -webkit-appearance: none;
}
