.popup_bg_NS {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
}
.popup-box_NS{
    width: 90%;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, .3);
    position: fixed;
    left: 5%;
    top: 30%;
    z-index: 99999;
    padding-bottom: 0.5rem;
    border-radius: 20px;
    box-sizing: border-box;
    box-shadow: 0 0px 10px #d6d6d6; 
}

.popup-box_NS p{
    margin-bottom: 0.4rem;
    line-height: 1.8;
    color: #000;
}

.popup_top_NS{
    padding: 10% 5% 0 5%;
    box-sizing: border-box;
}
.popup_btn_NS{text-align: center;padding: 10% 5%;}
/* .popup_btn_NS a{ */
    /* display: inline-block; */
    /* width: 2rem; */
    /* height: 0.6rem; */
    /* line-height: 0.6rem; */
    /* text-align: center; */
  
/* } */
.popup_btn_NS .agree_NS{
    padding: 2% 5%;
    background-color: #255393;
    color: #fff;
    margin-right: 0.5rem;
}
.popup_btn_NS .decline_NS{
    background-color: #c5c5c5;
    color: #727171;
    padding: 2% 5%;
}
