.version{
    margin-left: 30px;
    /* color: #1e9fff!important; */
}

.date.red{
    color: red!important;
}

.hide{
    display: none!important;
}
.zdy_mask{
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999888888;
    background-color: rgba(0, 0, 0, 0.25);
    border: none;  
}
.zdy_iframe{
    position: fixed;
    /* display: none; */
    top: 0;
    right: -1000%;
    /* right: 0; */
    width: 1240px;
    height: 100%;
    z-index: 999888888;
    background-color: rgba(0, 0, 0, 0.25);
    border: none;
    transition: all 0.3s;
}