.grd-bookmark {
    float: left;
    display: block;
    width: 98px;
    height: 132px;
    margin-left: 5px;
    margin-top: 0;
    margin-bottom: 5px;
    position: relative;
    bottom: unset;
    top: 3px;
    right: unset;
    left: 8px;
    overflow: hidden;
}

.grd-bookmark img {
    z-index: 1;
    width: 100%;
    border-radius: 2px;
    box-shadow: #e0e0e0 0 0 2px 0;
}

.jdl-bookmark {
    z-index: 2;
    background-color: #333;
    height: 35px;
    margin-top: -40px;
    opacity: 0.7;
}

.jdl-bookmark h3 {
    text-align: center;
    font-size: 12px;
    font-family: segoe ui;
    font-weight: 400;
    max-height: 38px;
    overflow: hidden;
    line-height: 18px;
    color: #fff;
}

.readed {
    color: #333;
    width: 21px;
    height: 15px;
    background: #fff;
    border-radius: 0;
    border-top-right-radius: 5px;
    overflow: hidden;
    min-width: unset;
    right: 8px;
    position: absolute;
    top: 7px;
    right: unset;
    left: 5px;
    top: 5px;
    box-shadow: rgba(86, 86, 86, .38) -2px 2px 2px 0
}

.readed h3 {
    text-align: center;
    font-size: 10px;
    font-family: segoe ui;
    font-weight: 900;
    max-height: 38px;
    overflow: hidden;
    line-height: 18px;
    color: red;
    margin-top: -2px;
}