
section .apply {
    height: 475px;
    margin: 0 auto;
    padding: 20px 35px;
    background-color: #fff;
    border-radius: 10px;
}
section .apply .apply-title {
    height: 60px;
    font-size: 30px;
    font-weight: normal;
    text-align: center;
}
/* 输入框 */
section .apply form>div {
    height: 64px;
}
section .apply span,
section .apply span{
    font-size: 14px;
    color: red;
}
section .name-form>input, 
section .phone-form>input,
section .organization-form>input,
section .phone-code-form>input,
section .check-code-form>input {
    width: 100%;
    height: 40px;
    padding:0 36px 0 20px;
    border: 1px solid #6399c5;
    border-radius: 5px;
    font-size: 16px;
    box-sizing: border-box;
}
section .check-code-form>input,
section .phone-code-form>input {
    float: left;
    width: 55%;
}
section .check-code-form span {
    float: left;
    width: 100%;
}
section .check-code-form img {
    float: right;
    width: 40%;
    height: 40px;
}
section .phone-code-form span {
    float: left;
    width: 100%;
}
section .apply button {
    display: block;
    width: 100%;
    height: 44px;
    background-color: #119cd3;
    color: #fff;
    font-size: 18px;
    border-radius: 6px;
    line-height: 44px;
    border: none;
    box-sizing: border-box;
}
section .phone-code-form>button {
    float: right;
    width: 40%;
    height: 40px;
    line-height: 40px;
}
