.nlyz {position: fixed;top: 0px;left: 0px;width: 100% !important;background: rgba(0,0,0,0.8);height: 100vh !important;z-index: 9999;display: none;}
.nlyz_main {max-width: 500px;margin: auto;background: white;padding: 15px 15px 50px;z-index: 9999;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);width: 90%;max-height: 90vh;overflow: auto;border-radius: 8px;
}
.nlyz_main p {text-align: center;}
.nlyz_main .years_logo{ text-align: center; padding: 20px 0; }
.nlyz_ms {font-size: 13px;text-align: center;margin: 20px 0;line-height: 1.8em;color: #1d1d1d;}
.nlyz_ms_b{font-size: 14px;text-align: center;margin: 20px 0;line-height: 1.8em;color: #1d1d1d;}
.nlyz_title {font-size: 20px;text-align: center;font-weight: bold;color:#009d4e;}
.nlyz_main p a {width: 160px;height: 40px;display: inline-block;background: #009d4e;color: #fff;line-height: 40px;margin: 0px 10px;border-radius: 4px;cursor: pointer;font-size: 16px;}
.nlyz_main p a:nth-of-type(1) {background: none;border: 1px #000 solid;color: #000;}

@media screen and (max-width:768px) {
.nlxz_main p a{ width:40%;}
}