.popBg{position:absolute;width:100%;height:100%;top:0;background:rgba(0, 0, 0, 0.51);z-index:99;display:none;}
.popBg .wrap{position: relative;height:100%;}
.popBg .popCont{width:90%;height:437px;background:#fff;position:absolute;left:5%;top:120px;}
.popBg .popCont .popMap{border:1px solid #ffb312;height:187px;margin-bottom:30px;}
.popBg .popCont table{width:900px;margin: 0 auto;border-top:2px solid #333;font-size:15px;font-family:ngR}
.popBg .popCont table th{border-bottom:1px solid #333;height:45px;text-align:left;text-indent: 20px;font-weight:normal;}
.popBg .popCont table td{border-bottom:1px solid #ddd;height:45px;text-indent: 20px;color:#888;}
.popBg .popCont table td i{font-size:0;text-indent:-9999px;display:inline-block;width:24px;height:22px;vertical-align:middle;}
.popBg .popCont table td i.dogIcon{background:url('../img/dogIcon.png') no-repeat}
.popBg .popCont table td i.catIcon{background:url('../img/catIcon.png') no-repeat}

.popBg .popCont .close{width:32px;height:32px;position:absolute;top: -15px;right: -15px;background:url('../img/closeBtn.png') no-repeat;cursor: pointer;z-index:99}
