/*申请信息*/
.apply{
    padding:30px 15px;
    background: white;
    display: block;
    margin:70px 0 60px 0;
}

.apply h3{
    font-size:18px;
    margin-top:0;
    font-weight: bold;
    text-align: center;
    color:#197ffd;
}
.apply>p{
    margin:20px 0;
    color:#666;
}
.checkboxClass>p,.apply>p{
    font-size:14px;
}
.apply img{
   display: none;
}

.shadow{
    position:fixed;
    top:0;
    left:0;
    z-index: 999;
    display: none;
}