﻿
/*文章内容页预约报名表单 start*/
.school_online_registration{
    width: 698px;
    height: 290px;
    background: #FFF4F2;
    margin: 30px auto;
}
.school_online_registration_form {
    text-align: center;
    font-size: 14px;
    color: #333;
    position: relative;
}

.school_online_registration_form ul {
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 28px;
}

.school_online_registration_form ul li {
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 10px;
    margin-bottom: 12px;
    background: #FFFFFF;
    border-radius: 4px;
}
.school_online_registration_form ul li span{
    border-right: 1px solid #DDDDDD;
    padding-right:  10px;
    padding-left:  10px;
}
.school_online_registration_form ul .w190{
    width: 190px;
    margin-left: 0;
}
.school_online_registration_form ul .w220{
    width: 220px;
}
.school_online_registration_form ul .w450{
    width: 450px;
}


.school_online_registration_form ul li>input,
.school_online_registration_form ul li>select {
    height: 20px;
    color: #333;
    padding-left: 12px;
    border: none;
}
.school_online_registration_form ul .w190>input{
    width: 126px;
}
.school_online_registration_form ul .w220>input,
.school_online_registration_form ul .w220>select {
    width: 130px;
}

.school_online_registration_form ul li>input::-webkit-input-placeholder {
    color: #999;
}

.school_online_registration_form ul li>.census_register {
    height: 20px;
    display: flex;
    justify-content: flex-start;
}

.school_online_registration_form ul li select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url("http://www.555edu.com/skin/default/images/new_version_2020/select_down.png") right 10px center no-repeat scroll transparent;
    border: none;
}

.school_online_registration_form ul li>.census_register select {
    width: 170px;
    color: #333;
    border-radius: 5px;
    padding-left: 12px;
}

.school_online_registration_form ul li>.census_register .census_register_div:not(:first-child) {
    margin-left: 16px;
}


.school_online_registration_form .form_button {
    margin: 12px auto 0;
}

.school_online_registration_form .form_button input {
    width: 320px;
    height: 48px;
    background: #F0302F;
    border-radius: 24px;
    font-size: 20px;
    color: #FFFFFF;
    font-weight: 800;
    letter-spacing: 5px;
}

.school_online_registration_form .form_button input:hover {
    cursor: pointer;
}

.toolTip-box {
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 5px 5px 6px;
    box-sizing: border-box;
    border-radius: 6px;
    max-width: 240px;
    background: rgba(0, 0, 0, 0.6);
    font-size: 15px;
    color: #fff;
    text-align: justify;
    opacity: 1;
    z-index: 1003;
    letter-spacing: 2px;
}

/*文章内容页预约报名表单 end*/