/*弹出房源图片*/
.layer_himg{width:90% !important;height:90%;background:none !important;box-shadow:none;display:flex;justify-content:center;align-items:center}
.layer_himg .layui-layer-content{width:100%;overflow:visible;}
.layer_himg .arrow-left,.layer_himg .arrow-right{width:42px;height:80px;cursor:pointer;position:absolute;top:50%;margin-top:-80px;display:inline-block;z-index:99;}
.layer_himg .arrow-left{background:url(../images/slide-arrow.png) no-repeat;background-position:0px -20px;left:10px;}
.layer_himg .arrow-right{background:url(../images/slide-arrow.png) no-repeat;background-position:0px -104px;right:10px;}

.layer_himg .box{width:710px;}
.layer_himg .pop-bimg{width:100%;height:auto;position:relative;}
.layer_himg .pop-bimg .swiper-slide{background:none;}
.layer_himg .pop-bimg .swiper-slide img{width:100%;height:400px;display:block;}
.layer_himg .pop-bimg .swiper-slide iframe{border:none;}

.layer_himg .pop-simg{width:100%;margin-top:10px;}
.layer_himg .pop-simg .swiper-container{width:710px;height:auto;}
.layer_himg .pop-simg .swiper-slide{width:110px;height:90px;cursor:pointer;position:relative;background:none;margin:0px 10px 0px 0px;}
.layer_himg .pop-simg .swiper-slide img{width:110px;height:90px;}
.layer_himg .pop-simg img{padding:1px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;border:none;}
.layer_himg .pop-simg .active img{padding:0px;border:1px solid #000;}
.layer_himg .text{color:#fff;font-size:12px;margin-top:20px;padding-left:66px;line-height:24px;position:relative;}
.layer_himg .text i{position:absolute;left:0px;top:0px;z-index:2;}
.layer_himg .layui-layer-close,.layer_himg .layui-layer-close:hover{background:url(../images/slide-arrow.png) no-repeat;background-position:0 -188px;width:35px;height:35px;top:0px;right:0px;}