.newpop {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .7);
    display: none;
    z-index: 10000;
}
html.ovh,html.ovh body{
    height: 100%;
    overflow: hidden;
}
.popBox {
    width: 80%;
    position: absolute;
    left: 10%;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 20px;
}
.newpop .popClose {
    width: 24px;
    height: 24px;
    position: absolute;
    background: url(../img/x.png) no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    top: 0;
}
.newpop .pic {
    text-align: center;
}
.newpop .pic img {
    width: 60%;
}
.newpop .txt {
    text-align: center;
    color: #fff;
    line-height: 1.4;
}
.newpop .txt h3 {
    font-size: 20px;
    font-weight: normal;
    margin: 0;
    margin-top: 10px;
}
.newpop .txt p {
    font-size: 14px;
    margin: 0;
    margin-top: 10px;
    text-align: center;
}