.shadow-panel {
    border: 1px solid #d3d3d3;
    background-color: #fff;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1)
}

.shadow-img {
    border: 1px solid #d3d3d3;
    background-color: #fff;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
    width: 110px;
    height: 146px
}

.tablex {
    line-height: 1.5;
    font-size: 16px
}

.tablex td {
    border-top-width: 0px
}

.ebook-title {
    text-align: center;
    margin-bottom: 15px
}

.ebook-title > a {
    font-size: 23px;
    color: #000;
    line-height: 25px
}

.table th, .table td {
    line-height: inherit
}

pre {
    margin: 0 10px 10px -10px
}

.center {
    margin-left: auto;
    margin-right: auto;
    text-align: center
}

body {
    font-family: "Helvetica Neue", "微软雅黑", Helvetica, Arial, sans-serif, STHeiti
}

.format-tag {
    padding: 0;
    font-size: 12px;
    color: #fff;
    width: 40px;
    height: 20px;
    display: inline-block;
    text-align: center;
}

.link-name:hover {
    text-decoration: none
}

.link-name:hover + span {
    visibility: visible
}

a.PDF {
    color: #FF4136
}

a.CHM {
    color: #85144b
}

a.ZIP {
    color: #85144b
}

a.EPUB {
    color: #2ECC40
}

a.MOBI {
    color: #0074D9
}

a.AZW3 {
    color: #FFDC00
}

span.PDF {
    background-color: #FF4136
}

span.CHM {
    background-color: #85144b
}

span.EPUB {
    background-color: #2ECC40
}

span.MOBI {
    background-color: #0074D9
}

span.ZIP {
    background-color: #85144b
}

span.AZW3 {
    background-color: #FFDC00
}

.btn {
    text-shadow: none
}

.region {
    border: 1px solid #EEE
}

.region-head {
    border-bottom: 0 solid #EEE;
    margin-bottom: 5px;
    padding: 6px 0 6px 15px;
    background: url(http://image.banshujiang.cn/background.png) 0 -476px
}

.region-body {
    padding: 0;
}

td.da {
    text-align: right;
    color: green;
    font-weight: bold;
    font-size: 14px;
    padding-right: 50px
}

/**
 * small list style
 */
.small-list {
    list-style: none;
    margin: 0;
}

.small-list li {
    margin: 20px 50px;
    position: relative;
}

.small-list__item-image img {
    width: 140px;
    height: 186px
}

.small-list__item-desc {
    padding: 10px 0 0 10px;
}

.small-list__item-desc em {
    font-style: normal;
    background-color: #FFFB77;
}

.small-list__item-download {
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 30px;
    line-height: 30px;
    background: #08c;
    text-align: center
}

.small-list__item-download a {
    color: #fff;
    text-decoration: none
}

.book-property {
    list-style: none;
    margin: 0;
}

.book-property li {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 10px 0;
}

.book-property__title {
    color: grey;
}

.ebook-markdown {
    margin: 25px 0 25px;
    padding: 0 15px 15px 15px;
    line-height: 22px;
}

.ebook-markdown h1 {
    font-size: 20px;
}

.ebook-markdown h2 {
    font-size: 18px;
}

.ebook-markdown h3 {
    font-size: 16px;
}

.ebook-markdown li {
    margin: 4px 0;
}

.ebook-markdown .ebook-markdown-content {
    padding: 0 15px 0 15px;
}