.notice {
    height: 560px;
    border: 1px solid rgb(195, 206, 210);
    border-radius: 10px;
    overflow: hidden;
}

.notice .noticeHead {
    background-color: rgba(195, 206, 210, 0.7);
    height: 26px;
}

.notice .noticeContent {
    background-color: #FFFFFF;
    height: 100%;
		overflow: hidden;
}



.notice .noticeMsg {
    font-size: 20px;
    color: rgb(221,17,17);
    text-align: center;
    margin: 50px 0 30px;
}

.notice .noticeAction {
    text-align: center;
}

.notice .noticeContent .noticeAction .noticeLogin, 
.notice .noticeContent .noticeAction .noticeRegistation {
    font-size: 20px;
    margin-right: 20px;
    color: rgb(103,150,221);
}

.notice .noticeContent .noticeIconAuth,
.notice .noticeContent .noticeIconAuthImage {
    margin: 10% auto;
		width: 60px;
		height: 184px;
		background-position: -412px -37px;
}

.notice .noticeContent .noticeIconAccessClosed {
    margin: 10% auto;
		background-position: 0px -702px;
		width: 196px;
		height: 190px;
}