* {
    margin: 0;
    padding: 0;
}

#cover {
    background: #000;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9995;
    top: 0;
    display: none;
    opacity: 0.5;
}

#notice {

}

#notice:hover {

}

#pop_bg3 {
    color: #eac38b;
/*     background-image: url(../images/pop_bg.jpg); */
    width: 715px;
    height: 700px;
    position: fixed;
    top: 0px;
    left: 50%;
    margin-left: -357px;
    z-index: 9999;
    display: none;
    opacity: 0;
    text-align: center;
}

#pop_bg3 #close_btn {
    cursor: pointer;
    position: absolute;
    margin-top: 20px;
    margin-left: 650px;
    width: 40px;
    height: 40px;
    z-index: 100;
}

#pop_bg3 .scr {
    position: relative;
    margin: 0 auto;
    width: 640px;
    font-size: 15px;
    height: 600px;
    line-height: 1.8em;
    left: 5px;
    top: 80px;
}

#pop_bg3 ol li {
    clear: both;
    margin-left: 15px;
    list-style: decimal;
    text-align: left;
    opacity: .8;
}

#pop_bg3 ol li ol li {
    list-style: disc;
}