.comp-popup-window{position:fixed;left:0;top:0;width:100%;height:100%;background-color:rgba(0,0,0,0.3);z-index:1000}.comp-popup-window .comp-pw-view{background:#fff;border-radius:6px;margin:0 auto;position:relative;top:33%;left:0;transform:translateY(-33%)}.comp-popup-window .comp-pw-view.small{width:33.33%;height:33.33%}.comp-popup-window .comp-pw-view.big{width:66.66%;height:66.66%}.comp-popup-window .comp-pw-view.max{width:80%;height:80%}.comp-popup-window .comp-pw-view .pw-title{height:40px;line-height:40px;font-size:18px;font-weight:normal;text-align:center;border-bottom:1px solid #f1f1f1}.comp-popup-window .comp-pw-view .pw-close{background:url(../images/close_but.png) no-repeat center center;width:40px;height:40px;position:absolute;right:0;top:0;cursor:pointer}.comp-popup-window .comp-pw-view .pw-content{padding:20px 30px;position:absolute;line-height:26px;font-size:14px;left:0;top:40px;bottom:70px;right:0;overflow:auto}.comp-popup-window .comp-pw-view .pw-content .pw-textarea.middle{position:absolute;top:50%;left:0;width:100%;transform:translateY(-50%)}.comp-popup-window .comp-pw-view .pw-content .pw-textarea.justify{text-align:justify}.comp-popup-window .comp-pw-view .pw-content .pw-textarea.center{text-align:center}.comp-popup-window .comp-pw-view .pw-opters{height:70px;line-height:70px;width:100%;position:absolute;bottom:0;text-align:center}.comp-popup-window .comp-pw-view .pw-opters span{width:26%;height:40px;border-radius:4px;line-height:40px;cursor:pointer;display:inline-block;border:1px solid #23B383}.comp-popup-window .comp-pw-view .pw-opters span.cancel{background-color:#fff;color:#23B383;margin-right:6%}.comp-popup-window .comp-pw-view .pw-opters span.sure{background-color:#23B383;color:#fff}

/*# sourceMappingURL=popup-window.css.map */