.read_popup_box, .custom_popup_box {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, .5);
    font-size: 0;
    text-align: center;
    white-space: nowrap;
}

.rpb_main,
.rpb_jgb {
    display: inline-block;
    vertical-align: middle;
}

.rpb_jgb {
    overflow: hidden;
    height: 100%;
    margin-left: -1px;
    width: 1px;
}

.rpb_main {
    overflow: hidden;
    width: 100%;
}

.rpbm_box {
    padding: .3rem .16rem .1rem;
    position: relative;
    left: 0;
    top: 0;
    overflow: hidden;
    background-color: #fff;
    margin: .14rem .48rem;
    border-radius: .16rem;
    white-space: normal;
    -webkit-box-shadow: 0 .03rem .1rem rgba(0, 0, 0, 1);
    box-shadow: 0 .03rem .1rem rgba(0, 0, 0, 1);
}

.rpbm_box a {
    display: block;
}

.rpb_img {
    overflow: hidden;
    margin: 0 auto .16rem;
    height: 1.39rem;
    width: 1.04rem;
    border-radius: .04rem;
    -webkit-box-shadow: 0 0 .1rem rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 .1rem rgba(0, 0, 0, 0.4);
}

.rpb_img a,
.rpb_img img {
    overflow: hidden;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: .04rem;
}

.rpb_tit {
    overflow: hidden;
    margin: 0 0 .16rem;
    height: .26rem;
    font-size: .18rem;
    color: #000;
    line-height: .26rem;
}

.rpb_tit a {
    overflow: hidden;
    display: block;
    height: .26rem;
    font-size: .18rem;
    color: #000;
    line-height: .26rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.rpb_p {
    margin-bottom: .1rem;
    overflow: hidden;
    max-height: .72rem;
}

.rpb_p a {
    overflow: hidden;
    display: block;
    font-size: .14rem;
    color: rgba(0, 0, 0, .5);
    text-align: left;
    line-height: .24rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.rpb_but {
    text-align: center;
    height: .3rem;
}

.rpb_but a {
    display: block;
    height: .3rem;
    text-align: center;
    font-size: .16rem;
    color: #007aff;
    line-height: .3rem;
}

.rpbm_close_but {
    display: block;
    position: absolute;
    right: .1rem;
    top: .1rem;
    height: .2rem;
    width: .2rem;
    background: url("/assets/yg/img/frontend/icon/cha_icon_2.png") no-repeat center center;
    background-size: .14rem .14rem;
    border-radius: .2rem;
}