.apply {
    font-size: 16px;
    border: 1px solid #fff;
    /*display: block;*/
    background-color: rgba(40,113,213,.3);
    color: #fff;
    border-radius: 4px;
    margin-top: 20px;
    display: inline-block;
    width: 200px;
    height: 38px;
    line-height: 37px;
    text-align: center;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;

    
    
    cursor: pointer;
    transition:opacity 1s ease-out 1.2s, top 1s ease-out 1.2s, color 0.3s, background-color 0.3s;
    opacity: 1;
    border: 1px solid #fff;
}

.apply:hover {
    color: #2871d5;
    background-color: #fff;
    text-decoration: none;
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

.section.active   .apply {
    opacity: 1;
    top: 50%;
}

.apply:hover, .section3 .applybtn:hover, .section5 .applybtn:hover, #section7 .applybtn:hover {
    background-color: #fff;
    color: #1878c4;
}


.applybtn{
    display: inline-block;
    width: 200px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border: 2px solid #2fbb20;
    border-radius: 5px;
    margin-top: 120px;
    opacity: 0;
    cursor: pointer;
    transition:opacity 1s ease-out 1.2s, margin-top 1s ease-out 1.2s, color 0.3s, background-color 0.3s;
}

@media (min-width: 992px) and (max-width: 1199px) {

.banner .btn-slide {
        width: 175px;
        height: 38px;
        line-height: 38px;
    }
.banner .apply {
        width: 175px;
        height: 38px;
        line-height: 38px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .banner .btn-slide {
        width: 175px;
        height: 38px;
        line-height: 38px;
    }
    .banner .apply {
        width: 175px;
        height: 38px;
        line-height: 38px;
    }
}

@media (max-width: 767px) {

    .banner .btn-slide {
        width: 175px;
        height: 38px;
        line-height: 38px;
    }
    .banner .apply {
        width: 175px;
        height: 38px;
        line-height: 38px;
    }
}

@media (max-width: 480px) {

    .banner .btn-slide {
        width: 145px;
        height: 38px;
        line-height: 38px;
    }
    .banner .btn-slide {
        width: 145px;
        height: 38px;
        line-height: 38px;
    }
}

.btn-slide {
    font-size: 16px;
    border: 1px solid #fff;
    /*display: block;*/
    background-color: rgba(40,113,213,.3);
    color: #fff;
    border-radius: 4px;
    margin-top: 20px;
    display: inline-block;
    width: 200px;
    height: 38px;
    line-height: 37px;
    text-align: center;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}

.btn-slide:hover {
    color: #2871d5;
    background-color: #fff;
    text-decoration: none;
    -webkit-animation-name: pulse;
    animation-name: pulse;
}