body > .suspension.suspension-mask {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1000;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0, 0.2);
}

body > .suspension.z-index {
    z-index: 1000;
}
.template.template-remind {
    position: absolute;
    width: 450px;
    height: 105px;
    border-radius: 7px;
    font-size: 12px;
    box-shadow: #aaa 0px 0px 6px;
    background: #fff;
    z-index: 2001;
}
.template.template-remind .template-left {
    display: inline-block;
    padding: 10px;
    width: 370px;
    height: 105px;
    border-right: 1px solid #ccc;
}
.template.template-remind .template-button-wrapper {
    float: left;
    padding-top: 22px;
}
.template.template-notice button {
    color: #ffffff;
    background-color: #ff6b6b;
    border-color: #ff6b6b;
}
.template.template-message button {
    color: #ffffff;
    background-color: #2dc1e3;
    border-color: #2dc1e3;
}
.template.template-remind .template-title {
    display: inline-block;
    float: left;
    padding-left: 8px;
    padding-top: 20px;
    width: 265px;
    height: 100%;
    font-size: 20px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.template.template-remind .template-content {
    position: absolute;
    right: -4px;
    top: 5px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    width: 70px;
    height: 105px;
    line-height: 105px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    word-break: break-all;
    color: #333;
}
.template.template-remind .template-content:hover {
    color: #a5e5ff;
}
#notices {
    background: rgba(0, 0, 0, 0.3);
}
#notices .message-dialog {
    width: 70%;
}
#notices .modal-header .modal-title {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
#notices .modal-body .modal-notice-content {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
#notices .message-dialog .modal-notice-content {
    height: 70vh;
}
#notices .message-dialog #room-borrow-iframe {
    width: 100%;
    height: 100%;
    border: none;
}

#notices #countDown {
    color: #737373;
}