.px-mask {
    position: fixed;
    left: 0;
    top: 0;
    opacity: .2;
    width: 100%;
    height: 100%;
    background-color: #000;
    display: none;
}

.px-w800 {
    width: 800px;
}

.px-pop {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 4px;
    display: none;
}

.px-pophead {
    position: relative;
}

.px-pophead-tit {
    color: #000000;
    font-size: 20px;
    text-align: center;
    line-height: 45px;
    padding-top: 22px;
}

.px-pophead-close {
    width: 18px;
    height: 18px;
    position: absolute;
    right: 37px;
    top: 32px;
    background: url("../../zs/zpdb/images/pop-close.png") no-repeat center;
    cursor: pointer;
}

.px-popmain {
    max-height: 500px;
    overflow: auto;
    margin-top: 15px;
}

.mab16 {
    margin-bottom: 16px;
}

.px-popf-itemlab {
    font-size: 14px;
    color: #666;
    margin-right: 5px;
    width: 150px;
    text-align: right;
}

.vermidd {
    vertical-align: middle;
}

.disinblock {
    display: inline-block;
}

.px-popbtn {
    text-align: center;
    padding: 30px 0;
}

ul li {
    list-style: none;
}

.px-popbtn .px-popbtnbgw {
    background-color: #fff;
    color: #09f;
}

.px-popbtn a {
    width: 118px;
    line-height: 28px;
    height: 28px;
    border-radius: 3px;
    border: 1px solid #09f;
    margin: 0 5px;
}

.disinblock {
    display: inline-block;
}

a {
    text-decoration: none;
    color: #333;
    cursor: pointer;
}

.px-popbtn .px-popbtnbgb {
    background-color: #09f;
    color: #fff;
}
