/*文章内页下载模块背景*/
.cn_btn{
    border: 1px solid #e28ba8;
    border-radius: 4px;
    background: rgb(226 139 168);
    border-radius: 4px;
    color: #fff;
    padding: 6.5px 16px;
    transition: opacity .2s;
    position: relative;
    cursor: pointer;
    font-size: 13px;
    margin: 0;
    white-space: nowrap;
    left: 20px;
}
a.cn_btn, .entry-content a.button.text{color: #ffffff;}

.download-rights{background: #fafcff;}
.download-info{
    background-image: url(/wp-content/themes/b2/Assets/fontend/images/hidden-bg.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-color: #fafcff;
}
.allow-down .download-current {
    background: rgb(226 139 168 / 0%);
    border: 2px dashed rgb(226 139 168 / 0%);
}
.not-allow-down .download-current {
    background: rgb(244 67 54 / 0%);
    border: 2px dashed rgb(255 0 0 / 0%);
}