.annunciate-overlay {
    z-index: 999999;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
}

.annunciate {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90vw;
    height: 115vw;
    max-height: 80vh;
    border-radius: 6px;
    background-color: #fff;
}

.annunciate-head-pic {
    height: 245px;
    overflow: hidden;
}

.annunciate a:link, .annunciate a:focus, .annunciate a:visited {
    color: #0782C1
}

.annunciate-title {
    display: flex;
    justify-content: space-between;;
    align-items: center;
    height: 12vw;
    padding: 0 3.73vw;
}

.annunciate-title-str {
    margin: 0 2px 0 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.annunciate-title > span {
    font-size: 4.8vw;
    color: #000;
}

.annunciate-close {
    width: 4.26vw;
    height: 4.26vw;
    cursor: pointer;
    background: url("../../../../images/student/stage/order_close.png") no-repeat;
    background-size: cover;
}

.annunciate-body {
    flex: 1;
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    padding: 3.73vw;
    overflow-y: auto;
}

.annunciate-body-head-pic {
    flex: 1;
    line-height: 23px;
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    padding: 35px 26px;
    color: #333;
}

.annunciate-body .content-title {
    font-size: 4vw;
    font-weight: bold;
    text-align: center;
    margin-bottom: 2.66vw;
}

.annunciate-footer-head-pic {
    display: flex;
    height: 64px;
}

.head-pic-btn {
    flex: 1;
    height: 55px;
    background: white;
    border: 0px;
    font-size: 15px;
}

.head-pic-cancle {
    border-right: 1px solid #ddd;
    color: #333;
}

.head-pic-ok {
    color: #00aaff;
}

.annunciate-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 64px;
    padding-left: 90px;
}

.annunciate-footer label {
    height: 40px;
    line-height: 41px;
    padding-left: 4px;
    color: #777;
    font-size: 12px;
}
.annunciate-footer input {
    margin-top: 2px;
}
.annunciate-footer button {
    background-color: #0075FF;
    color: white;
    border: 0px;
    height: 42px;
    width: 110px;
    font-size: 13px;
    border-radius: 4px;
    margin-right: 12px;
}

.annunciate-footer .prev, .annunciate-footer .next {
    font-size: 3.2vw;
    color: #02A7F0;
    cursor: pointer;
}

/*.annunciate-body p,*/
/*.annunciate-body em,*/
/*.annunciate-body s,*/
/*.annunciate-body p,*/
/*.annunciate-body ol li,*/
/*.annunciate-body ul li,*/
/*.annunciate-body span,*/
/*.annunciate-body pre*/
/*{*/
/*    font-size: 3.2vw !important;*/
/*}*/

.annunciate em {
    font-style: italic;
}

.annunciate ins {
    text-decoration: underline
}

.annunciateImg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.annunciateImg img{
    width: 80vw;
}

.annunciateImg .annunciateImg-close {
    position: absolute;
    right: 5vw;
    top: -2.34vw;
    width: 5.3vw;
    height: 5.3vw;
    transform: translate(100%, -100%);
    cursor: pointer;
    background: url("../../../../images/6.8.4/close.png") no-repeat;
    background-size: cover;
}

.annunciateImg .annunciateImg-footer {
    position: absolute;
    bottom: -10px;
}

.annunciateImg .annunciateImg-footer {
    position: absolute;
    bottom: -10px;
}

.annunciateImg .annunciateImg-footer {
    width: 100%;
    position: absolute;
    bottom: -5px;
}

.annunciateImg-footer .prev, .annunciateImg-footer .next {
    position:absolute;
    width: 15.8vw;
    height: 7vw;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #00000046;
    border-radius: 19px;
    cursor: pointer;
    font-size:2.73vw;
}
.annunciateImg-footer .prev{
    left: 0;
}
.annunciateImg-footer .next{
    right: 0;
}