/* 立即報名 */
.three_foot {
    background: #ebebeb;
    width: 100%;
    /* margin-top: -80px; */
}
.three_foot .foot_left{
    border-right: 4px solid white;
}
.three_foot .foot_left, .three_foot .foot_right{
    display: inline-block;
    width: 49%;
    text-align: center;
    height: 100px;
    background: #ebebeb;
    line-height: 100px;
    font-size: 36px;
    color: #fd9800;
    font-weight: 600;
}
.three_foot a{
    color: #fd9800;
}

.login_box{
    margin-top: 4px;
}

/* 手機版 */
@media(max-width:1540px){
    /* .three_foot{
        margin-top: -20px;
    } */
}

@media(max-width:1200px){
    .three_foot .foot_left, .three_foot .foot_right{
        font-size: 26px;
    }
    /* 立即登錄 */
    .three_foot{
        margin-top: 0;
        font-size: 30px;
        color: #fd9800;
        font-weight: 600;
    }
    .foot_top{
        border-bottom: 2px solid white;
        /* height: 120px; */
        padding: 10px 19px;
    }
    .foot_left_m{
        display: inline-block;
        width: 70%;
        text-align: left;
        height: 100%;
    }
    .foot_right_m{
        display: inline-block;
        width: 15%;
        /* text-align: end; */
        /* height: 100%; */
        vertical-align: revert;
    }
    .docteam_bottom img{
        margin-left: 0;
        width: 100%;
    }
    .foot_text{
        line-height: normal;
        font-size: 22px;
    }
}
