.annunciate-overlay {
    z-index: 9999;
    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%);
    border-radius: 6px;
    background-color: #fff;
}
.annunciate a:link,.annunciate a:focus,.annunciate a:visited {
    color:#0782C1
}
.annunciate-title{
    display: flex;
    justify-content: space-between;;
    align-items: center;
    height: 55px;
    padding: 0 20px;
}

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

.annunciate-title>span{
    font-size: 18px;
    color: #000;
}

.annunciate-close{
    width: 16px;
    height: 16px;
    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:  20px;
    overflow-y: auto;
}
.annunciate-body .content-title{
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}
.annunciate-footer{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 62px;
    padding-left: 90px;
}
.annunciate-footer label {
    height: 12px;
    padding-left: 4px;
    color: #777;
}
.annunciate-footer button {
    background-color: #0075FF;
    color: white;
    border: 0px;
    height: 38px;
    width: 100px;
    font-size: 13px;
    border-radius: 4px;
    margin-right: 12px;
}
.annunciate-footer .prev,.annunciate-footer .next{
    font-size: 14px;
    color: #02A7F0;
    cursor: pointer;
}
.annunciate em{
    font-style: italic;
}
.annunciate ins{
    text-decoration: underline
}
.annunciateImg{
    position:absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.annunciateImg .annunciateImg-close{
    position:absolute ;
    right: -10px;
    top: -10px;
    width:20px ;
    height: 20px;
    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 ;
    display: flex;
    justify-content: space-between;
    bottom: -48px;
}
.annunciateImg-footer .prev,.annunciateImg-footer .next{
    width:74px ;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #00000046;
    border-radius: 19px;
    cursor: pointer
}

/*补充用户信息 开始*/

.userinfo-pop-div-common {
    width: 650px;
    min-height: 277px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.25);
    z-index: 10000;
}

.userinfo-pop-title {
    display: flex;
    justify-content: space-between;
    height: 50px;
    border-bottom: 1px solid #EAEAEA;
}

.userinfo-pop-title h4 {
    line-height: 53px;
    padding-left: 18px;
    font-weight: 500;
    font-size: 16px;
    color: #999;
}

.userinfo-pop-title i {
    width: 34px;
    line-height: 52px;
    font-size: 17px;
    cursor: pointer;
}

.overflow-y-scroll {
    overflow-y: scroll;
}

.overflow-y-visible {
    overflow-y: visible;
}

.userinfo-pop-div-content {
    margin: 32px 42px 0px 38px;
    max-height: 500px;
}

.userinfo-pop-div-content h4 {
    font-size: 16px;
    color: #333;
    margin-bottom: 32px;
}

.userinfo-pop-div-content-select {
    display: flex;
    margin: 0px 20px 13px 20px;
}

.userinfo-pop-div-content-select span {
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    margin-right: 19px;
    color: #aaa;
    width: 92px;
    line-height: 44px;
}

.userinfo-pop-div-content-select-province select {
    width: 136px !important;
}

.userinfo-pop-div-content-select select {
    height: 41px;
    /*width: 419px;*/
    font-size: 14px;
    margin-bottom: 6px;
    color: #777;
}


.userinfo-pop-div-content-select input {
    height: 40px;
    /*width: 398px;*/
    font-size: 14px;
    margin-bottom: 6px;
    color: #777 !important;
    padding: 0px 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.checkbox-content {
    position: relative;
    height: 60px;
}

.checkbox-content div {
    margin: -1px 20px;
    position: absolute;
    top: 0px;
    left: 91px;
    font-size: 14px;

    display: flex;
    flex-wrap: wrap;
}

.checkbox-content div span {
    width: 100px;
    height: 33px;
}

.checkbox-content div span input {
    margin-right: 5px;
    cursor: pointer;
}

.userinfo-pop-bottom {
    display: flex;
    justify-content: center;
}

.userinfo-pop-bottom button {
    width: 126px;
    height: 44px;
    padding-bottom: 8px;
    font-size: 15px;
    margin: 25px 6px 39px 6px;
    border-radius: 5px;
}

.userinfo-pop-bottom .ok-button {
    background-color: #09f;
    color: white;
    border: 1px solid #00000000;
    font-weight: 500;
}

.userinfo-pop-bottom .cancel-button {
    color: #7f7f7f;
}

.userinfo-pop-mask {
    background-color: #00000055;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    z-index: 9999;
}

#userinfoContentCommon input:-internal-autofill-previewed,
#userinfoContentCommon input:-internal-autofill-selected {
    transition: background-color 5000s ease-out 0.5s;
}

.userinfo-logout-btn {
    border: 0px;
    color: #999;
    font-size: 13px;
    text-decoration: underline;
    margin-right: 14px;
}

.ok-button-common {
    height: 44px;
    line-height: 45px;
    font-size: 15px;
    text-align: center;
    background-color: #09f;
    width: 126px;
    color: white;
    border: 1px solid #00000000;
    font-weight: 500;
    margin: 25px 0px 39px 0px;
    border-radius: 5px;
    cursor: pointer;
}

.ok-button-common:hover {
    color: white;
}

/*补充用户信息 结束*/