@charset "utf-8";
.nomoreOpen{background-color:#333;color:#fff}
.nomoreOpen form {margin: 0;padding: 7px 7px 7px;position: relative;}
.nomoreOpen form{overflow:hidden;display:block}
.nomoreOpen form span{display: flex;align-items: center;float: left;gap: 4px;}
.nomoreOpen form span input{margin: 0;width: 17px;height: 17px;}
.nomoreOpen form span label{line-height: 1.2;display: inline-block;}
.nomoreOpen form a.PZwindowClose{background: url(/Web-home/fnct/popup/template/images/PZwindowClose.png) 50% 50% no-repeat;width: 20px;height: 20px;margin: 0;text-indent:-5000px;float: right;background-size: cover;}

.PZwindow  {position: fixed !important; z-index: 1001 !important;}
.nomoreOpen form input{padding:4px;width: 20px;height: 20px;/* position: relative; *//* top: 4px; */}

@media all and (max-width: 500px) {
  .PZwindow {top: 95px !important; left: 0px !important; width: 100% !important;}
}