form .error {
    color: #fd5f39;
    background: url(/static/images/alert.png) left center no-repeat;
    padding: 0px 0 0 24px;
    /*margin: 6px 0 0 20px;*/
    text-align: left;
}

select {
    position: relative;
    z-index: 1;
    appearance: none;
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari 和 Chrome */
}

select::-ms-expand {
    display: none;
}

.red_color {
    color: red;
    padding: 5px;
}

.required_width {
    width: 96%;
}

.bottom_body form .step_tiitle {
    padding-left: 150px;
    text-align: left;
}

.person_reg_wrap .bottom_body form {
    text-align: right;
}

.person_reg_wrap .bottom_body .input_row .sbtn {
    width: 75%;
    margin-left: 150px;
}

.person_reg_wrap .bottom_body .input_row .coitxty {
    width: 96%;
}

/*.person_reg_wrap .bottom_body .input_row input[type='button'] {*/
/*    width: 96%;*/
/*}*/

.person_reg_wrap .bottom_body .add_more_btn {
    width: 92%;
    margin-left: 22px;
}