.bd_but_box_yg {
    overflow: visible;
}

.bd_but_box_yg a {
    display: block;
    margin: 0 auto;
    height: .46rem;
    background-color: #FFC701;
    font-size: .18rem;
    color: #222;
    text-align: center;
    line-height: .46rem;
}

.bd_but_box_yg a.js_add_shelfed {
    background: rgba(242, 242, 242, 1);
    color: rgba(214, 214, 214, 1);

}

.bd_but_box_yg a.js_add_shelf {
    color: #FFC701;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 0 1px #d9d9e7;
    text-align: center;
    cursor: pointer;
}

.bd_but_box_yg .add-icon {
    float: left;
    width: 10%;
    padding: 0.15rem 0.15rem 0 0.25rem;
}

.bd_type .type_text.vip_cp_style {
    background: linear-gradient(180deg, rgba(255, 216, 135, 1) -11%, rgba(243, 224, 184, 1) 100%);
    color: #AC883B;
}


.pop_fixed {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    font-family: PingFang-SC-Bold, PingFang-SC;
    z-index: 999;
}

.pop_box {
    width: 3.15rem;
    background: #fff;
    border-radius: 0.12rem;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
}

.pop_title {
    font-size: 0.17rem;
    font-weight: bold;
    color: rgba(66, 66, 66, 1);
    line-height: 0.27rem;
    text-align: center;
    padding-top: 0.2rem;
}

.pop_img {
    width: 100%;
    text-align: center;
    margin: 0.12rem 0 0.18rem;
    font-size: 0;
}

.pop_img img {
    width: 1.78rem;
    height: 1.78rem;
    box-shadow: 0rem 0.02rem 0.12rem 0rem rgba(0, 0, 0, 0.3);
    border-radius: 0.08rem;
}

.pop_tip {
    font-size: 0.13rem;
    color: rgba(66, 66, 66, 1);
    line-height: 0.24rem;
    text-align: center;
}

.pop_btn {
    width: 100%;
    border-top: 0.01rem solid #D6D6D6;
    padding: 0.1rem 0;
    text-align: center;
    color: rgba(234, 94, 94, 1);
    font-size: 0.18rem;
    margin-top: 0.15rem;
}

.pop_btn a {
    color: rgba(234, 94, 94, 1);
    display: block;
    width: 100%;
}

.pop_close {
    position: absolute;
    width: 0.28rem;
    height: 0.28rem;
    background: #fff url("/assets/yg/img/frontend/icon/cha_icon_2.png") no-repeat center center/100% 100%;
    left: 1.44rem;
    bottom: -0.58rem;
    border-radius: 100%;
}