.page_wrapper p{
    font-size: 14px;
    text-align: center;
    margin-bottom: 5px;
}
#container .all-news-right .about-con{
    padding: 45px 5px;
}
/* 私募理财无权弹窗 start */
#ebank_private_service_popup{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0,0,0,.7);
    z-index: 9999;
    display: none;
    justify-content: center;
    align-items: center;

}
#ebank_private_service_popup .popup_content{
    width: 586px;
    height: 390px;
    background: url("/images/online_service_popup/pc/bg.png");
    padding-top: 40px;
    box-sizing: border-box;
    position: relative;
    border-radius: 10px;
}
#ebank_private_service_popup .popup_content .close_btn{
    position: absolute;
    top: 0;
    right: -30px;
    cursor: pointer;
}
#ebank_private_service_popup .popup_content .title{
    height: 55px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}
#ebank_private_service_popup .popup_content .description{
    text-align: center;
    padding: 20px 0;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#ebank_private_service_popup .popup_content .description .p1{
    font-size: 18px;
    margin-bottom: 10px;
}
#ebank_private_service_popup .popup_content .description .p2{
    color: #52525D;
    font-size: 14px;
}
#ebank_private_service_popup .popup_content .content{
    padding: 0 160px;
    display: flex;
    justify-content: space-around;
    margin-top: 17px;
}
#ebank_private_service_popup .popup_content .content a{
    position: relative;
    width: 102px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(to bottom, #FCA219, #FA7605);
    border-radius: 10px;
    cursor: pointer;
    color: #fff;
    font-weight: bold;
}
#ebank_private_service_popup .popup_content .content a.back_btn{
    background: #fff;
    color: #000;
    border: 1px solid #E8E7EA;
}
#ebank_private_service_popup .popup_content .content a:hover{
    opacity: .7;
}
/* 私募理财无权弹窗 end */