/*发布弹出*/
.popBox{ position: fixed; left: 0; right: 0; bottom: 0; z-index: 1008; display: none; background: #fff;}
.popCon{ padding: 25px;}
.popCon .hd{color: #333;font-size:18px;font-weight: normal;line-height:25px;text-align: center;margin-bottom: 25px;}
.popCon .popClose{width: 44px;height: 44px;	background: url(/static/modular/house/image/icon_x.png) center center no-repeat;-webkit-background-size: 44px auto;background-size: 44px auto;display: block;margin: 0 auto;}
.ani_fabu_in {animation:fabu_animate_in .5s 0s ease-in-out;animation-fill-mode:both;animation-iteration-count:1}
.g-pubList{line-height: 20px;text-align: center;}
.g-pubList ul{overflow: hidden;}
.g-pubList li{float: left;width: 25%;margin-bottom: 30px; font-size: 14px;}
.g-pubList .icon{height: 55px;margin-bottom: 5px;}
.g-pubList .icon img{width: 55px;height: 55px;display: inline;}
.g-pubList .icon1{height: 55px;margin-bottom: 5px;}
.g-pubList .icon1 img{width: 55px;height: 55px;display: inline;}
.mask {
    display: none;
    position: fixed;
    z-index: 1007;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .8;
}