.sewage-marker-info-point-wrap{padding:5px;display:flex}.sewage-marker-info-point-wrap>.images-wrap{width:400px;height:280px;position:relative}.sewage-marker-info-point-wrap>.images-wrap:hover>.button-wrap>div{opacity:1}.sewage-marker-info-point-wrap>.images-wrap>.button-wrap>div{position:absolute;z-index:3;font-size:24px;top:50%;transform:translateY(-50%);border-radius:50%;width:30px;height:30px;transition:opacity .3s ease-in-out;background-color:rgba(31,45,61,.3);color:#fff;line-height:24px;text-align:center;cursor:pointer;opacity:0}.sewage-marker-info-point-wrap>.images-wrap>.button-wrap>div:hover{background-color:rgba(31,45,61,.5)}.sewage-marker-info-point-wrap>.images-wrap>.button-wrap>.prev{left:5px}.sewage-marker-info-point-wrap>.images-wrap>.button-wrap>.prev.disabled{cursor:not-allowed;color:#999}.sewage-marker-info-point-wrap>.images-wrap>.button-wrap>.next{right:5px}.sewage-marker-info-point-wrap>.images-wrap>.button-wrap>.next.disabled{cursor:not-allowed;color:#999}.sewage-marker-info-point-wrap>.images-wrap>.img-wrap{width:100%;height:100%;overflow:hidden;position:relative}.sewage-marker-info-point-wrap>.images-wrap>.img-wrap>img{width:100%;height:100%;cursor:pointer;opacity:0;transition:opacity 1s ease-in-out;position:absolute;z-index:1}.sewage-marker-info-point-wrap>.images-wrap>.img-wrap>img.is-active{opacity:1;z-index:2}.sewage-marker-info-point-wrap>.images-wrap>.count-wrap{position:absolute;left:50%;transform:translateX(-50%);bottom:5px;border-radius:4px;background-color:rgba(0,0,0,.7019607843);color:#bbb;font-size:12px;padding:0 8px;z-index:3}.sewage-marker-info-point-wrap>.images-wrap>.count-wrap>span+span{margin-left:3px}.sewage-marker-info-point-wrap>.right-wrap{height:280px;margin-left:10px;width:320px;display:flex;flex-direction:column}.sewage-marker-info-point-wrap>.right-wrap>.info-wrap{flex:1}.sewage-marker-info-point-wrap>.right-wrap>.info-wrap .item{display:flex;align-items:flex-start;font-size:14px;line-height:22px}.sewage-marker-info-point-wrap>.right-wrap>.info-wrap .item>.label{white-space:nowrap;color:#2b85e4}.sewage-marker-info-point-wrap>.right-wrap>.info-wrap .item>.value{color:#00e7ff}.sewage-marker-info-point-wrap>.right-wrap>.info-wrap .item>.type{display:inline-block;background-color:#079c51;margin-left:5px;line-height:1;padding:2px 5px}.sewage-marker-info-point-wrap>.right-wrap>.info-wrap .item>.type:before{content:"正常";color:#fff;font-size:12px;font-weight:bolder}.sewage-marker-info-point-wrap>.right-wrap>.info-wrap .item>.type.error{background-color:red}.sewage-marker-info-point-wrap>.right-wrap>.info-wrap .item>.type.error:before{content:"异常"}.sewage-marker-info-point-wrap>.right-wrap>.info-wrap .item.textarea-item{margin-top:5px}.sewage-marker-info-point-wrap>.right-wrap>.info-wrap .item.textarea-item>.value{width:100%}.sewage-marker-info-point-wrap>.right-wrap>.info-wrap .item.textarea-item>.value>.ivu-input-type-textarea>textarea{background-color:rgba(13,29,70,.7490196078)!important;border-color:#2b85e4;color:#00e7ff}.sewage-marker-info-point-wrap>.right-wrap>.button-wrap,.sewage-marker-info-point-wrap>.right-wrap>.info-wrap>.row{display:flex;align-items:center;justify-content:space-between}.sewage-marker-info-point-wrap>.right-wrap>.button-wrap{margin-top:10px}.sewage-marker-info-point-wrap>.right-wrap>.button-wrap>.ivu-btn{width:48%}