/*在线报名开始*/
.major_setup {
    padding-bottom: 50px;
    position: relative;
}

form .content {
    text-align: center;
    margin-bottom: 43px;
    padding-top: 20px;
}

form .content label span, form .content .adjust span.lab {
    color: #262626;
    font-size: 16px;
    cursor: pointer;
    width: 130px;
    display: inline-block;
    text-align: right;
}

form .star::before {
    content: "*";
    display: inline-block;
    color: red;
    font-size: 20px;
    font-weight: bolder;
    position: relative;
    top: 3px;
    right: 8px;
}

form .sex::before, form .p_adjust::before {
    content: "";
    border: 1px solid #c6c6c6;
    background: white;
    width: 18px;
    height: 18px;
    display: inline-block;
    border-radius: 50%;
    vertical-align: bottom;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 4px;
}

input[type="radio"]:checked + .sex::before, input[type="radio"]:checked + .p_adjust::before {
    content: "";
    background: #bf0a0a;
    background-clip: content-box;
    padding: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

form .content > label {
    display: block;
    margin-bottom: 15px;
}

form .content > label input[type="text"], form .content > label input[type="number"], form .content > label select, form .content > label textarea {
    width: 390px;
    height: 40px;
    border: 1px solid #e2e2e2;
    font-size: 14px;
    color: black;
    font-family: Microsoft YaHei;
}

select.first_major, select.second_major, select#education {
    text-align: center;
    -ms-text-align-last: center;
    -moz-text-align-last: center;
    text-align-last: center;
}

form .content .adjust sub {
    display: inline-block;
    width: 400px;
    height: 40px;
    line-height: 40px;
    text-align: left;
    position: relative;
    vertical-align: unset;
}

form .content span.lab, form .content .adjust span.lab {
    width: 130px;
    display: inline-block;
    text-align: right;
    color: #262626;
    font-size: 16px;
}

form .content > label input {
    text-indent: 10px;
    font-size: 14px;
}

form .content > label #city {
    display: inline-block;
    width: 390px;
    overflow: hidden;
    vertical-align: text-top;
}

form .content > label #city select {
    width: 185px;
}

form .content > label #city .prov {
    float: left;
    background-position-x: 94%;
}

form .content > label #city .city {
    float: right;
    background-position-x: 94%;
}

form .content > label.native span {
    vertical-align: top;
    position: relative;
    top: 7px;
}

form .content > label textarea {
    height: 80px;
    padding: 0px 5px;
    padding-top: 10px;
    text-align: justify;
    resize: none;
}

form .content label.add span.lab {
    vertical-align: top;
    position: relative;
    top: 6px;
}

form .adjust .rad_f + .adjust::before {
    left: -4px;
}

form .content > label.sub,
form .content .name.exam_score,
form .content .name.major,
form .content .name.culture,
form .content > label.sec_sub,
form .content .name.sec_score {
    display: none;
    font-size: 0;
}

form .num-r {
    margin-right: 10px;
}

.major_setup form input[type="submit"], .major_setup form input[type="reset"] {
    width: 166px;
    text-align: center;
    display: inline-block;
    height: 42px;
    line-height: 42px;
    font-size: 18px;
    cursor: pointer;
    background: rgba(191,10,10,1);
    color: white;
    border:1px solid rgba(191,10,10,1);
    border-radius:5px;
}

.major_setup form input[type="submit"]:hover, .major_setup form input[type="reset"]:hover {
    opacity: .8;
}

.major_setup input:not([type="submit"]):not([type="reset"]):focus, .major_setup select:focus {
    border-color: #ff0000!important;
}

.major_setup form input[type="reset"] {
    color: #333;
    background:rgba(255,255,255,1);
    border-color:rgba(170,170,170,1);
}

.major_setup form input[type="submit"] {
    margin-right: 54px;
    margin-left: 49px;
}

.main_content form {
    text-align: center;
}

input[type="radio"] {
    width: 0;
    height: 0;
    opacity: 0;
}

form .content .for_sex {
    margin-bottom: 15px;
}

form .content .for_sex .w_sex {
    width: 400px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: left;
}

form .f_title span {
    font-size: 18px;
    font-weight: bolder;
    color: black;
}

form .sex::before {
    position: relative;
    top: -10px;
    margin-right: 10px;
}

form .f_title {
    text-align: left;
}

form .content label span.sex {
    margin-right: 25px;
    width: auto;
}

form .f_title {
    text-align: left;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 11px;
    margin: 20px 6px;
    padding-left: 22px;
}

form .f_title span::before {
    content: "";
    width: 4px;
    height: 17px;
    display: inline-block;
    margin-right: 12px;
    background: #E21A37;
    position: relative;
    top: 3px;
}

form > .f_title:nth-child(1) {
    padding-top: 33px;
}

form .p_adjust::before {
    position: relative;
    top: -11px;
    margin-right: 11px;
}

form .content label span.p_adjust {
    margin-right: 23px;
    text-align: left;
    width: auto;
}

/*在线报名结束*/


[contenteditable="true"], input, textarea {
    -webkit-user-select: auto!important;
    -khtml-user-select: auto!important;
    -moz-user-select: auto!important;
    -ms-user-select: auto!important;
    -o-user-select: auto!important;
    user-select: auto!important;
}



/*新表单样式*/
.baoming{
    margin-top: 27px;
    position: relative;
    height: 317px;
    background-color: #f0f0f0;
}

.baoming-form{
    border: 1px solid #D6D6D6;
    border-bottom: none;
}

.baoming-form ul li{
    margin-bottom: 10px;
    padding: 10px 0;
    text-align: left;
    border-bottom: 1px solid #D6D6D6;
}

.baoming-form ul li.required span:first-child:before{
    content: '*';
    padding: 0 6px;
    color: red;
}

.baoming-form ul li input, .baoming-form ul li select{
    width: 262px;
    height: 36px;
    line-height: 36px;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #D6D6D6;
    font-size: 14px;
    font-weight: 300;
    color: #999;
    padding-left: 10px;
}
.baoming-form ul li .radio{
    display: inline-block;
    width: 262px;
    height: 20px;
    line-height: 20px;
}
.baoming-form ul li .radio input{
    width: 20px;
    height: 16px;
    line-height: 16px;
    margin-left: 10px;
    margin-right: 3px;
}

.baoming-form ul li span {
    display: inline-block;
    text-align: right;
    width: 120px;
    margin-right: 12px;
    font-size: 14px;
    font-weight: 300;
    color: #333;
}

.baoming-form ul li #submit{
    width: 160px;
    height: 42px;
    margin-top: 8px;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    cursor: pointer;
    background-color: #FF4001;
}

.baoming-form ul li p{
    font-size: 12px;
    font-weight: 300;
    color: #FF4001;
    line-height: 14px;
}
.baoming-form ul li.required span:before{
    top: -10px;
}
.baoming-form #code{
    width: 142px;
}
.baoming-form button.code{
    margin-left: 20px;
    height: 36px;
    border-radius: 2px;
    background-color: #ddd;
    box-shadow: none;
    padding: 3px 6px;
}



.baoming-form .p-adjust::before {
    position: relative;
    top: -11px;
    margin-right: 11px
}

.baoming-form label span.p-adjust {
    margin-right: 23px;
    text-align: left;
}


.baoming-form .adjust span.lab {
    color: #262626;
    font-size: 16px
}

.baoming-form .p-adjust::before {
    content: "";
    border: 4px solid #ddd;
    background: white;
    width: 18px;
    height: 18px;
    display: inline-block;
    border-radius: 50%;
    vertical-align: bottom;
    box-sizing: border-box;
    margin-right: 4px
}

input[type="radio"]:checked+.p-adjust::before {
    content: "";
    background: #0089E1;
    box-sizing: border-box
}

.baoming-form .adjust sub {
    display: inline-block;
    width: 400px;
    height: 40px;
    line-height: 40px;
    text-align: left;
    position: relative;
    vertical-align: unset
}

.baoming-form .adjust span.lab {
    width: 140px;
    display: inline-block;
    text-align: right;
    color: #262626;
    font-size: 16px
}

.baoming-form .input-adjust{
    display: none;
}
/*新表单样式*/