﻿
/*文章内容页预约报名表单 start*/
.online_registration{
    width: 698px;
    height: 650px;
    background: #FFF4F2;
    margin-top: -30px;
    margin-bottom: 20px;
}
.online_registration_form {
    text-align: center;
    font-size: 14px;
    color: #333;
    position: relative;
}

.online_registration_form ul {
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 28px;
}

.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;
}
.online_registration_form ul li span{
    border-right: 1px solid #DDDDDD;
    padding-right:  10px;
    padding-left:  10px;
}
.online_registration_form ul .w190{
    width: 190px;
    margin-left: 0;
}
.online_registration_form ul .w220{
    width: 220px;
}
.online_registration_form ul .w450{
    width: 450px;
}


.online_registration_form ul li>input,
.online_registration_form ul li>select {
    height: 20px;
    color: #333;
    border-radius: 5px;
    padding-left: 12px;
}
.online_registration_form ul .w190>input{
    width: 126px;
}
.online_registration_form ul .w220>input,
.online_registration_form ul .w220>select {
    width: 130px;
}

.online_registration_form ul li>input::-webkit-input-placeholder {
    color: #999;
}

.online_registration_form ul li>.census_register {
    height: 20px;
    display: flex;
    justify-content: flex-start;
}

.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;
}

.online_registration_form ul li>.census_register select {
    width: 170px;
    color: #333;
    border-radius: 5px;
    padding-left: 12px;
}

.online_registration_form ul li>.census_register .census_register_div:not(:first-child) {
    margin-left: 16px;
}


.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;
}

.online_registration .title-img{
    width:697px;
    height: 144px;
    background: url("http://www.555edu.com/skin/default/images/new_version_2025/article-online-bg.jpg") center center no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.online_registration .title-img p{
    padding-top: 14px;
    text-align: center;
    font-family: Source Han Sans CN;
    font-weight: 800;
    font-size: 32px;
    color: #FFFFFF;
    line-height: 40px;
    text-shadow: 0px 4px 0px rgba(0,20,53,0.2);
}
.online_registration .title-img div{
    margin: 11px auto;
    width: 625px;
    display: flex;
    justify-content: space-between;
}
.online_registration .title-img div span{
    padding:0 22px;
    height: 28px;
    background: #FFFFFF;
    border-radius: 14px;
    font-family: Source Han Sans CN;
    font-size: 16px;
    color: #F0302F;
    line-height: 28px;
}

.online_registration .liucheng{
    width: 659px;
    height: 200px;
    border-bottom:1px dashed #D0D0D0;
    padding-top:29px;
    margin: 0 auto;
}
.online_registration .liucheng span{
    font-family: Source Han Sans CN;
    font-weight: bold;
    font-size: 32px;
    color: #333333;
    line-height: 32px;
    text-align:center;
    display: block;
}
.online_registration .liucheng img{
    display:block;
    width: 520px;
    height: 64px;
    margin: 20px auto 0;
}
.online_registration .liucheng ul{
    margin: 0 auto;
    width: 444px;
    display: flex;
    justify-content: space-between;
}

.online_registration .liucheng ul li{
    width: 148px;
    text-align:center;
    font-family: Source Han Sans CN;
    font-size: 16px;
    color: #333333;
}
.online_registration .liucheng ul li:nth-child(1){
    font-weight: bold;
    color: #F0302F;
}

.online_registration .form_bottom{
    display: flex;
    justify-content: space-between;
    width: 652px;
    margin: 16px auto;
}
.online_registration .form_bottom .wx-div{
    display: flex;
    text-align: left;
}
.online_registration .form_bottom .wx-div  img{
    width: 88px;
    height: 88px;
    border: 4px solid rgba(240,48,47,0.3);
    border-radius: 5px;
}
.online_registration .form_bottom .wx-div .tel{
    margin-left: 17px;
    padding-top: 22px;
}

.online_registration .form_bottom .wx-div .tel span{
    font-family: Source Han Sans CN;
    font-weight: bold;
    font-size: 20px;
    color: #F0302F;
    line-height: 20px;
    margin-bottom: 10px;
    display: block;
}
.online_registration .form_bottom .wx-div .tel p{
    font-family: Source Han Sans CN;
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    line-height: 16px;
}


.online_registration .form_bottom .sub{
    width: 268px;
    height: 48px;
    line-height: 48px;
    background: #F0302F;
    border-radius: 24px;
    font-size: 20px;
    color: #FFFFFF;
    font-weight: 800;
    letter-spacing: 1px;
    border:0;
    margin-top: 18px;
}

.online_registration .form_bottom .sub:hover {
    cursor: pointer;
}
/*文章内容页预约报名表单 end*/