.popup_bg_cn {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
}
.popup-box_cn{
    width: 90%;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, .3);
    position: fixed;
    left: 5%;
    right: 5%;
    top: 20%;
    z-index: 99999;
}
.popup-box_cn h1{
    font-size: 0.3rem;
    margin-bottom: 0.5rem;
    text-align: center;
}
.popup-box_cn p{
    font-size: 0.2rem;
    margin-bottom: 0.4rem;
    line-height: 1.8;
}
.popup-box_cn span{
    display: block;
    margin-bottom: 0.3rem;
}
.popup_top_cn{
    padding: 0.5rem 0.4rem 0 0.4rem;
    box-sizing: border-box;
}
.popup_btn_cn{text-align: center;padding: 0.3rem 0.45rem;border-top: 1px solid #ccc;}
.popup_btn_cn a{
    display: inline-block;
    width: 2rem;
    height: 0.7rem;
    line-height: 0.7rem;
    text-align: center;
    border: 1px solid #5b88c6;
    border-radius: 20px;
    color: #5b88c6;
    margin: 0 4%;
}
.popup_btn_cn .agree{
    margin-left: 0.1rem;
}
.popup_btn_cn a:hover{
    background-color: #5b88c6;
    color: #fff;
}