.popup_bg {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
}
.popup-box{
    width: 660px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, .3);
    position: fixed;
    left: 32%;
    top: 30%;
    z-index: 99999;
    padding-bottom: 50px;
    border-radius: 20px;
    box-sizing: border-box;
    box-shadow: 0 0px 10px #d6d6d6; 
}

.popup-box p{
    margin-bottom: 40px;
    line-height: 1.8;
    color: #000;
}

.popup_top{
    padding: 70px 45px 0 45px;
    box-sizing: border-box;
}
.popup_btn{text-align: center;padding: 26px 40px;}
.popup_btn a{
    display: inline-block;
    width: 188px;
    height: 48px;
    line-height: 48px;
    text-align: center;
  
}
.popup_btn .agree{
    background-color: #255393;
    color: #fff;
    margin-right: 50px;
}
.popup_btn .decline{
    background-color: #c5c5c5;
    color: #727171;
}
