/*
┌─────────txwl───────────────────────┐
│ 网站设计制作:≮天下-网络≯ QQ:550088018  唯一网址：WWW.10jh.COM   │
│        五年网页设计制作经验、高端建站美工团队为你服务              │
└────────────────────────────── .Com ─┘
*/
.pop-public-video {
    display: none;
}

.pop-public-mask {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
    filter: Alpha(opacity=50);
    z-index: 999;
}

.pop-public-in {
    width: 1024px;
    height: 600px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -512px;
    margin-top: -300px;;
    z-index: 999;
}
.pop-public-close {
    position: absolute;
    top: 0px;
    right:  -55px;
    width: 45px;
    height: 45px;
    background: url("../image/close.png") center center no-repeat;
    z-index: 999;
}