* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.body {
    position: relative;
    padding: 30px 6px 20px 6px;
}

.notice {
    position: fixed;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 6px 0;
    top: 0;
    left: 0;
    color: #DC8F1B;
    background-color: #FDF6EC;
}

.laba {
    width: 16px;
    height: 16px;
}
.notice_body{
    margin-left: 6px;
    font-size: 14px;
}

.log_img {
    text-align: center;
}

.log_img img {
    width: 65px;
    height: 65px;
}

.title {
    text-align: center;
    font-size: 22px;
    font-weight: bolder;
    margin-top: 35px;
}

.bg_img img {
    margin-top: 45px;
    width: 100%;
    height: 50vh;
}

.apply_btn {
    margin-top: 20px;
}

.apply {
    background-color: #6190E8;
    height: 46px;
    border-radius: 5px;
    line-height: 46px;
    font-size: 16px;
}

.foot {
    padding-top: 20px;
    text-align: center;
    color: #b4b6b8;
    font-size: 14px;
}

.foot1 {
    margin-bottom: 10px;
}

.tan {
    text-align: center;
    font-size: 16px;
}

.tan div {
    margin-top: 20px;
}