.bd_head_open_vip {
    overflow: hidden;
    height: .21rem;
    margin: .12rem .15rem;
    text-align: center;
    font-size: 0;
}

.bd_head_open_vip a {
    padding-right: .2rem;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: .21rem;
    background: url("/assets/yg/img/frontend/icon/icon_36.png") no-repeat right center;
    background-size: .14rem auto;
    font-family: 'PingFang-SC-Regular';
    font-size: .15rem;
    color: #d48741;
    line-height: .21rem;
}

.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;
}


.shadow-box{
    display: none;
    width: 100%;
    height: calc(100vh);
    background: rgba(0,0,0,0.7);
    position: fixed;
    top: 0;
    z-index: 999;
}

.shadow-content{
    /*width: 3.215rem;*/
    /*height: 4.48rem;*/
    width: 90%;
    height: 60%;
    position: absolute;
    top:.5rem;
    left: 50%;
    margin-left: -45%;
    /*margin-left: -1.607rem;*/
}
.close-share{
    width: .25rem;
    position: absolute;
    top: 70%;
    left: 50%;
    margin-left: -0.125rem;
}


.feed_module{
  margin-bottom: .55rem;
}
