/**
 富文本样式
 */
.RichText * {
    all: revert;
    outline-style: revert;
    -webkit-appearance: revert;
}

/*弹框遮罩样式*/
#book-mask_layer{
    background: #000;
    opacity: .5;
    filter: alpha(opacity=50);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 990;
    display: none;
}
/*图书详情页弹框样式，文章详情页*/
.book-citation {
    width: 100%;
    max-width: 600px;
    min-height: 140px;
    padding: 35px 20px;
    background-color: #FFFFFF;
    display: none;
    z-index: 999;

    position:fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.book-citation a{
    float: right;
}
.book-citation div{
    padding: 0 30px;
}
.book-citation textarea{
    width: 97%;
    min-height: 110px;
    resize: none;
    border: 1px solid #cccccc;
    font-size: 16px;
    padding: 8px;
    background-color: #ffffff;
}
.book-citation .btn-abouts{
    position: absolute;
    right: 64px;
    bottom: 6px;
    background-color: #008868;
    color: #FFFFFF;
    font-weight: bold;
}

.btn-abouts {
    width: 105px;
    height: 30px;
    /*border-radius: 5px;*/
    color: #333;
    background: white;
    border: 1px solid #333;
    margin-left: 20px;
    transition: background-color 1s ease;
    font-weight: bold;
}