@charset "UTF-8";
.ivu-table-cell, .ivu-table-body, .ivu-table {
    overflow: inherit;
}

.book_list_content {
    padding: 0;
}

.book_list_content .ivu-row {
    padding: 10px 0;
}

.book_list_title {
    font-size: 18px;
    font-family: font-max;
}

.book_list_content .ivu-table-border th {
    font-family: font-max;
    font-weight: bold;
}

/*我的书单*/
.book_list_box {
    margin-bottom: 30px;
}

.book_list_tab {
    padding: 10px 0;
    margin-bottom: 15px;
}

.book_list_tab a {
    padding: 5px 10px;
    font-size: 16px;
    color: #666666;
    border-bottom: 2px solid transparent;
}

.book_list_tab a.active {
    color: #ff6700;
    border-bottom-color: #ff6700;
}

.book_list_row {
    padding: 0 5px;
    border-bottom: 1px solid #dbdbdb;
    width: 100%;
    height: auto;
}

.book_list_row.active {
    background: #f9f9f9;
}

.book_list_article {
    width: 100%;
}

.book_list_article h2 {
    font-size: 18px;
    color: #212121;
    line-height: 30px;
}

.book_list_article p {
    font-size: 14px;
    color: #999;
    line-height: 24px;
}

.book_list_article p span.span_date {
    display: inline-block;
    width: 35%;
}

.book_list_share {
    line-height: 65px;
}

.span_before {
    color: #ff6700;
}

.span_progress {
    color: #19be6b;
}

.span_over {
    color: #999999;
}

/*创建书单*/
.book_list_name {
    font-size: 14px;
    color: #333333;
    text-align: right;
    line-height: 32px;
}

.book_list_tip {
    line-height: 26px;
    color: #666666;
}

.book_list_name i, .span_red {
    color: red;
}

.book_list_img {
    width: 20%;
    min-height: 47px;
    padding: 5px;
    float: left;
}

.book_list_img .img {
    width: 100%;
    border: 1px solid #dbdbdb;
    text-align: center;
    line-height: 37px;
    position: relative;
    cursor: pointer;
}

.book_list_img img {
    width: 100%;
    height: auto;
}

.book_list_img .img.active:after {
    content: '\e73b';
    font-family: icons;
    display: block;
    font-size: 22px;
    color: #2d8cf0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
}

.book_list_box textarea.ivu-input {
    font-size: 12px;
}

.book_list_label {
    width: 100%;
    border-bottom: 1px solid #999999;
}

.label_title {
    font-size: 18px;
    color: #333333;
    line-height: 32px;
    padding: 0 10px;
}

.list_search {
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

.demo-spin-icon-load {
    animation: ani-demo-spin 1s linear infinite;
}

@keyframes ani-demo-spin {
    from {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(180deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.demo-spin-col {
    height: 100px;
    position: relative;
    border: 1px solid #eee;
}

.vertical-center-modal {
    display: flex;
    align-items: center;
    justify-content: center;
}

.vertical-center-modal .ivu-modal {
    top: 0;
}

.book_list_model {
    padding: 10px 0;
}

.book_item {
    width: 95%;
    margin: 0 auto;
    height: 100px;
    line-height: 80px;
    overflow: hidden;
    padding: 10px;
}

.book_item.on {
    background: #f5f5f5;
}

.book_item .img {
    width: 100%;
    height: 80px;
    text-align: center;
    line-height: 77px;
    border: 1px solid #dbdbdb;
    overflow: hidden;
}

.book_item .img img {
    max-width: 100%;
    height: auto;
    max-height: 80px;
}

.book_item h2 {
    height: 50px;
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    padding: 10px 0 0 10px;
    width: 98%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.book_item h2.book_name {
    width: 100%;
    padding-right: 2%;
}

.book_item h3 {
    height: 50px;
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    text-align: center;
    width: 100%;
    overflow: hidden;
    padding: 10px 0 0 10px;
}

.book_item p {
    height: 30px;
    font-size: 12px;
    color: #999999;
    line-height: 32px;
    padding-left: 10px;
}

.book_close {
    display: none;
    color: #999999;
    position: absolute;
    right: -15px;
    top: -10px;
}

.book_edit {
    display: none;
    color: #999999;
    position: absolute;
    right: -15px;
    top: 50px;
}

.book_item.on .book_close, .book_item.on .book_edit {
    display: block;
}

.modal_tip {
    color: #ed3f14;
    margin: 0 5px;
}

.book_list_search h3 {
    font-size: 16px;
    color: #2d8cf0;
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 10px;
}

.date_picker {
    width: 100%;
}

.fz_12 {
    font-size: 12px;
}

.book_pro_left {
    height: 140px;
    line-height: 140px;
    text-align: center;
    font-size: 16px;
    color: #666666;
    background: #f5f5f5;
    border-right: 1px solid #dbdbdb;
}

.book_pro_left span {
    font-size: 22px;
    color: #ff9900;
}

.book_pro_right {
    height: 140px;
    padding: 20px 40px;
    background: #f5f5f5;
}

.book_pro_right h2 {
    font-size: 18px;
    line-height: 40px;
    color: #333333;
}

.book_pro_right p {
    line-height: 24px;
    font-size: 14px;
    color: #666666;
    margin-top: 10px;
}

.book_table {
    margin-top: 30px;
}
.book_table_detail{
    margin:0 auto 10px;
}

.book_table * {
    line-height: 50px;
    text-align: center;
    font-size: 14px;
}

.book_table_th .ivu-col {
    color: #666666;
    background: #f5f5f5;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
}

.book_table_td .ivu-col {
    color: #999999;
    border-bottom: 1px solid #dbdbdb;
}

.book_table_td .ivu-col.c_red {
    color: #ed3f14;
}

.book_table_body .book_table_td:nth-child(2n) .ivu-col {
    background: #f5f5f5;
}

.book_table_body .ivu-btn {
    padding: 0 15px;
    border: none;
}

.book_table .ivu-row {
    padding: 0;
}

.book_table_name {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.book_photo{
    width:40px;
    height:40px;
    margin:5px auto;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border:1px solid #dbdbdb;
    overflow: hidden;
    position: relative;
}
.book_photo img{
    max-width:100%;
    width:auto;
    height:100%;
    position: absolute;
    left:50%;
    top:50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}