.index_body {
    background: url(../img/country/loli.png);
    height: 100%;
    width: 100%;
    overflow: auto;
    background-position: center center;
    background-size: cover;

}

.index_div {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: absolute;
}

.logo_div {
    position: relative;
    left: 70px;
    top: 8%;
    width: 70px;
    height: 70px;
    cursor: default;
    z-index: 999;
}

.logo_img {
    width: 70px;
    height: 70px;
}

.top_div {
    display: inline-block;
    position: absolute;
    color: red;
    font-size: 25px;
    font-weight: 600;
    top: -15px;
    left: 90px;
    width: 78px;

}

.top_text {
    font-size: 30px;
    letter-spacing: 5px;
    color: #ff6eac
}

.main_div {
    position: relative;
    margin: 0 auto;
    left: 149px;
    top: 10%;
    padding: 0px 5px;
    background-color: rgba(255, 255, 255, 0);
    display: inline-block;
}

/* 公告墙 */
.notice_div {
    width: 340px;
    background-color: #ffffffb8;
    border: 0px solid #ffffffb8;
    border-radius: 16px;
    padding: 7px 20px;
    line-height: 30px;
    color: black;
}

.notice_text span {
    background-color: rgba(255, 255, 255, 0) !important;
}

.notice_tip {
    padding: 0px;
    text-align: center;
}

.notice_text {
    margin-top: -6px;
}

.data_div {
    text-align: right;
}

.message {
    position: absolute;
    cursor: pointer;
}

.message:hover {
    color: blue;
    text-decoration: underline;
}