/*书籍列表*/
.book-list-module li .detail .descripe,.horiz-bookDetail-module li .detail .descripe,.three-colBooks-module .book-list-module li .detail .descripe,.three-colBooks-module .book-title {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden
}
.book-list-module li,.book-list-module ul {
    width: 100%
}

.book-list-module li a {
    display: -moz-box;
    display: -webkit-box;
    display: -o-box;
    display: box;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px 5px
}

.book-list-module li span {
    display: block
}

.book-list-module li .imgArea {
    width: 84px;
    height: 120px;
    margin-right: 12px;
    padding-top: 5px;
    position: relative
}

.book-list-module li .imgArea img {
    vertical-align: top;
    width: 84px;
    height: 120px;
    background: url(//img63.ddimg.cn/ddreader/images/book_def.png) center center no-repeat;
    background-size: 84px 120px
}

.book-list-module li .imgArea .promotion {
    position: absolute;
    right: 0;
    top: 5px;
    width: 34px;
    height: 34px
}

.book-list-module li .imgArea .promotion img {
    width: 100%;
    height: auto;
    background: 0 0
}

.book-list-module li .imgArea:after {
    content: " ";
    display: block;
    background: url(//img62.ddimg.cn/ddreader/images/shadow188.png) center center no-repeat;
    background-size: 94px 130px;
    width: 94px;
    height: 130px;
    position: absolute;
    left: -5px;
    top: 0
}

.book-list-module li a.paper {
    padding: 0 10px 5px 0
}

.book-list-module li a.paper .imgArea {
    width: 110px;
    height: auto;
    margin-right: 0
}

.book-list-module li a.paper .imgArea img {
    width: 100px;
    height: auto;
    margin-left: 5px;
    padding: 5px 0
}

.book-list-module li a.paper .imgArea:after {
    background: 0 0
}

.book-list-module li .detail {
    display: block;
    -moz-box-flex: 1;
    -webkit-box-flex: 1;
    box-flex: 1;
    padding-top: 4px
}

.book-list-module li .detail .title {
    font-size: 14px;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    height: 24px;
    line-height: 24px;
    display: block
}

.book-list-module li .detail .author {
    color: #666;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    height: 25px;
    line-height: 25px;
    display: block
}

.book-list-module li .detail .descripe {
    color: #999;
    display: -webkit-box
}

.book-list-module li .detail .sjzxj-icon {
    background: url(../img/sjzxj.png) left center no-repeat;
    background-size: 71px 14px;
    display: block;
    height: 20px;
    margin-top: 3px
}

.book-list-module li .detail .price {
    color: #999;
    height: 24px;
    line-height: 24px;
    margin-top: 10px
}

.book-list-module li .detail .price .promotion_title {
    font-size: 12px;
    display: inline-block
}

.book-list-module li .detail .price .original_price,.book-list-module li .detail .price .original_price_title,.book-list-module li .detail .price .sale_title {
    color: #666;
    display: inline-block
}

.book-list-module li .detail .price .original_price_title {
    margin-left: 10px;
    font-size: 10px
}

.book-list-module li .detail .price .original_price {
    text-decoration: line-through;
    font-size: 10px
}

.book-list-module li .detail .price i {
    color: #ff5a55
}

.book-list-module li.pub_book .imgArea img {
    height: 84px;
    width: 84px;
    padding: 18px 0;
    background: url(//e.dangdang.com/media/h5/ddreader50/img/bookzw.png) center center no-repeat #fff;
    background-size: 37px 37px
}

.book-list-module li.pub_book .imgArea .promotion img {
    padding: 0;
    width: 100%;
    height: auto;
    background: 0 0
}

.book-list-module .load {
    text-align: center;
    padding: 10px 0;
    width: 100%;
    color: #969696
}

.book-list-module .load img {
    display: inline-block;
    width: 16px;
    height: 16px
}
.book-list-module .common-more {
    margin-bottom: -5px;
    margin-top: 5px
}



/*八个入口*/

.entrance-module {
    margin: 0 10px;
    padding-bottom: 5px;
    background: url("//e.dangdang.com/media/h5/ddreader50/img/bookzw.png") center center no-repeat #fff;
    background-size: 37px 37px;
}

.entrance-module ul {
    /* display: -moz-box;
    display: -webkit-box;
    display: -o-box;
    display: box;
    width: 100%; */
    width: 100%;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.entrance-module ul li i,.entrance-module ul li i img {
    width: 45px;
    height: 45px;
    display: block
}

/*一行五个图标入口*/
.entrance-module.five-entrance-module ul li i, .entrance-module.five-entrance-module ul li i img{
    width: 42px;
    height: 42px;
}

.entrance-module ul li {
    /* display: block;
    -moz-box-flex: 1;
    -webkit-box-flex: 1;
    box-flex: 1; */
    background:#fff;
    flex: 1
}

.entrance-module ul li a {
    display: block;
    text-align: center;
    padding-top: 10px
}

/*一行五个图标样式调整*/
.entrance-module.five-entrance-module ul li a{
    padding-top: 15px;
    padding-bottom: 5px;
}

.entrance-module ul li i {
    margin: 0 auto;
    vertical-align: top
}

.entrance-module ul li em {
    display: block;
    vertical-align: top;
    font-size: 12px;
    color: #666;
    line-height: 24px
}

/*通栏banner 广告*/

.one-colAds-module .link {
    /*padding: 4px 10px 15px*/
}

.one-colAds-module .link h2 {
    font-size: 16px;
    color: #333;
    line-height: 24px;
    padding-top: 8px;
    padding-left:10px;
}

.one-colAds-module .link h3 {
    font-size: 12px;
    color: #666;
    line-height: 20px;
    padding-left:10px;
}

.one-colAds-module .link img {
    display: block;
    width: 100%;
    padding-top: 8px;
    background: url("//e.dangdang.com/media/h5/ddreader50/img/bookzw.png") center center no-repeat #fff;
    background-size: 37px 37px;
}

/*轮播*/
.slider {
    overflow: hidden;
    background-color: #fff;
    width: 100%;
    position: relative;
    background: url("//e.dangdang.com/media/h5/ddreader50/img/bookzw.png") center center no-repeat #fff;
    background-size: 37px 37px;
}

.slider .slide_group {
    position: relative;
    font-size: 0;
    white-space: nowrap;
    -webkit-transition: all 0s linear;
    transition: all 0s linear;
    min-height: 80px
}

.slider .slide_group .slide {
    display: inline-block;
    position: relative;
    font-size: 14px;
    min-height: 89px
}

.slider .slide_group .slide img {
    transition: .6s all ease
}

.slider .slide_position {
    text-align: right;
    padding: 0 10px 0 0;
    position: absolute;
    left: 0;
    bottom: 8px;
    width: 100%;
    box-sizing: border-box;
    height: 5px;
    line-height: 5px;
    font-size: 0
}

.slider .slide_position span {
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 11px;
    background: #000;
    margin: 0 3px;
    cursor: pointer;
    opacity: .5;
    vertical-align: middle
}

.slider .slide_position span.active,.slider .slide_position span.on {
    background-color: #fc645f;
    opacity: 1
}

/*历史专题*/



.book-list-module .common-more {
    margin-bottom: -5px;
    margin-top: 5px
}
.special_list {
    padding: 10px 10px 2px
}

.special_list li {
    margin-bottom: 8px;
    min-height: 70px;
    border-radius: 5px;
    overflow: hidden;
    background: url(//e.dangdang.com/media/h5/ddreader50/img/bookzw.png) center center no-repeat #fff;
    background-size: 37px 37px
}

.special_list li:first-child p {
    padding-top: 0
}

.special_list li p {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    height: 20px;
    line-height: 20px;
    display: block;
    color: #333;
    font-size: 14px;
    padding: 6px 0
}

.special_list li img {
    display: block;
    width: 100%;
    border-radius: 5px
}

.special_list .load {
    text-align: center;
    padding: 10px 0;
    width: 100%;
    color: #969696
}

.special_list .load img {
    display: inline-block;
    width: 16px;
    height: 16px
}


/*3*N模块样式*/
.common-title {
    height: 43px;
    line-height: 43px;
    width: 100%;
    display: -moz-box;
    display: -webkit-box;
    display: -o-box;
    display: box
}

.common-title em {
    font-size: 16px;
    color: #333;
    padding-left: 10px;
    display: block;
    -moz-box-flex: 1;
    -webkit-box-flex: 1;
    box-flex: 1
}

.common-title .more {
    display: block;
    width: 100px;
    text-align: right;
    font-size: 12px;
    color: #999;
    padding-right: 10px
}

.common-title .more .change-icon,.common-title .more .more-icon {
    background: url(../img/recommend-icons.png) 0 14px no-repeat;
    background-size: 50px 50px;
    display: inline-block;
    width: 13px;
    height: 43px;
    vertical-align: top;
    margin-left: 3px
}

.common-title .more .change-icon {
    background-position: -20px 15px
}

.common-more .more {
    border-top: 1px solid #e6e6e6;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 12px;
    color: #666;
    display: block
}

.common-time {
    height: 34px;
    line-height: 34px;
    font-size: 12px;
    color: #666;
    margin: 0 10px
}

.common-time i {
    color: #ff4e4e;
    margin: 0 4px
}

.common-time img {
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    margin-top: -3px
}

.common-title .common-time em,.common-title .common-time i {
    display: inline-block;
    height: 14px;
    line-height: 14px;
    vertical-align: middle
}

.common-title .common-time {
    border-bottom: 0;
    padding-top: 5px;
    color: #999
}

.common-title .common-time span {
    color: #ff5a55
}

.common-title .common-time i {
    width: 11px;
    background: #ff5a55;
    color: #fff;
    text-align: center;
    margin: -2px 1px 0 0;
    border-radius: 2px
}

.common-title .common-time em {
    background: url(../img/time.png) center center no-repeat;
    background-size: 2px 6px;
    margin-left: -1px;
    width: 6px;
    padding: 0;
    margin-top: -2px
}

.three-colBooks-module {
    width: 100%
}

.three-colBooks-module ul {
    overflow: hidden;
    clear: both;
}
.three-colBooks-module ul li{
    width: 33.3333%;
    float: left;
    margin-top: 10px;
    /*background: url("//e.dangdang.com/media/h5/ddreader50/img/bookzw.png") center center no-repeat #fff;*/
    /*background-size: 37px 37px;*/
}

.three-colBooks-module li a {
    width: 95px;
    display: block;
    margin: 0 auto;
    position: relative
}

.three-colBooks-module li a:after {
    content: " ";
    display: block;
    background: url(//img61.ddimg.cn/ddreader/images/shadow188_3.png) center center no-repeat;
    background-size: 105px 145px;
    width: 105px;
    height: 145px;
    position: absolute;
    left: -5px;
    top: -5px
}

.three-colBooks-module li img {
    width: 95px;
    height: 135px;
    background: url(//img63.ddimg.cn/ddreader/images/book_def.png) center center no-repeat;
    background-size: 95px 135px;
    vertical-align: top;
    margin-bottom: 9px
}

.three-colBooks-module li .promotion {
    position: absolute;
    right: 0;
    top: 0;
    width: 34px;
    height: 34px
}

.three-colBooks-module li .promotion img {
    width: 100%;
    height: auto;
    background: 0 0
}
.three-colBooks-module li.pub_book{
    width: 29.33%;
    float: left;
    margin-right: 3%;
    display: block;
    -moz-box-flex: 1;
    -webkit-box-flex: 1;
    box-flex: 1;
}
.three-colBooks-module li.pub_book a{
    display: block;
    width: auto;
}
.three-colBooks-module li.pub_book img {
    width: 100%;
    background: url(//e.dangdang.com/media/h5/ddreader50/img/bookzw.png) center center no-repeat #fff;
    background-size: 37px 37px
}

.three-colBooks-module li.pub_book .promotion img {
    width: 100%;
    height: auto;
    background: 0 0;
    padding: 0
}
/*.three-colBooks-module li .radioTag{
    position: absolute;
    left: 0;
    top:95px;
    width: 16px;
    height: 16px;
    background: url(../img/audioBtn.png?1) no-repeat;
    background-size: 100% auto;
}*/
.three-colBooks-module li.pub_book:nth-child(3n+1){
    padding-left: 3%;
}
.three-colBooks-module li.pub_book a:after {
    content: "";
    display: block;
    background: none;
    width: auto;
    height: auto;
}
.three-colBooks-module .book-title {
    line-height: 15px;
    color: #333;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    display:-moz-box;
    display: -webkit-box;
    display: box;
    height: 30px;
}

.three-colBooks-module .book-author {
    color: #999;
    display: block;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 10px
}

.three-colBooks-module .price {
    line-height: 15px;
    color: #999;
    font-size: 10px;
    display: inline-block;
    vertical-align: top
}

.three-colBooks-module .price i {
    color: #ff5a55
}

.three-colBooks-module .original_price {
    text-decoration: line-through
}

.three-colBooks-module .sjzxj {
    padding-right: 13px;
    background: url(../img/sjzxj2.png) right 2px no-repeat;
    background-size: 10px 10px
}

.three-colBooks-module .book-list-module {
    padding-bottom: 5px
}

.three-colBooks-module .book-list-module ul {
    width: 100%;
    zoom:1}

.three-colBooks-module .book-list-module ul:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden
}

.three-colBooks-module .book-list-module li {
    width: 50%;
    float: left
}

.three-colBooks-module .book-list-module li a {
    display: -moz-box;
    display: -webkit-box;
    display: -o-box;
    display: box;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px 20px
}

.three-colBooks-module .book-list-module li a:after {
    content: " ";
    background: 0 0
}

.three-colBooks-module .book-list-module li:nth-child(odd) a {
    padding-right: 10px
}

.three-colBooks-module .book-list-module li:nth-child(even) a {
    padding-left: 20px
}

.three-colBooks-module .book-list-module li span {
    display: block
}

.three-colBooks-module .book-list-module li span.original_price {
    display: inline-block
}

.three-colBooks-module .book-list-module li .imgArea {
    width: 84px;
    height: 120px;
    margin-right: 12px;
    padding-top: 5px;
    position: relative
}

.three-colBooks-module .book-list-module li .imgArea img {
    vertical-align: top;
    width: 84px;
    height: 120px;
    background: url(//img63.ddimg.cn/ddreader/images/book_def.png) center center no-repeat;
    background-size: 84px 120px
}

.three-colBooks-module .book-list-module li .imgArea:after {
    content: " ";
    display: block;
    background: url(//img62.ddimg.cn/ddreader/images/shadow188.png) center center no-repeat;
    background-size: 94px 130px;
    width: 94px;
    height: 130px;
    position: absolute;
    left: -5px;
    top: 0
}

.three-colBooks-module .book-list-module li .imgArea .promotion {
    position: absolute;
    right: 0;
    top: 5px;
    width: 34px;
    height: 34px
}

.three-colBooks-module .book-list-module li .imgArea .promotion img {
    width: 100%;
    height: auto;
    background: 0 0
}

.three-colBooks-module .book-list-module li .detail {
    display: block;
    -moz-box-flex: 1;
    -webkit-box-flex: 1;
    box-flex: 1;
    padding-top: 4px
}

.three-colBooks-module .book-list-module li .detail .title {
    font-size: 14px;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    height: 24px;
    line-height: 24px;
    display: block
}

.three-colBooks-module .book-list-module li .detail .author {
    color: #666;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    height: 25px;
    line-height: 25px;
    display: block
}

.three-colBooks-module .book-list-module li .detail .descripe {
    color: #999;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    display: -webkit-box;
    margin-top: 20px
}

.three-colBooks-module .book-list-module li .detail .sjzxj-icon {
    background: url(../img/sjzxj.png) left center no-repeat;
    background-size: 71px 14px;
    display: block;
    height: 20px;
    margin-top: 3px
}

.three-colBooks-module .book-list-module li.pub_book .imgArea img {
    height: 84px;
    width: 84px;
    padding: 18px 0;
    background: url(//e.dangdang.com/media/h5/ddreader50/img/bookzw.png) center center no-repeat #fff;
    background-size: 37px 37px
}

.three-colBooks-module .book-list-module li.pub_book .imgArea .promotion {
    position: absolute;
    right: 0;
    top: 5px;
    width: 50px;
    height: 50px
}

.three-colBooks-module .book-list-module li.pub_book .imgArea .promotion img {
    width: 100%;
    height: auto;
    padding: 0;
    background: 0 0
}

.three-colBooks-module .book-list-module li:after {
    content: " ";
    background: 0 0
}

.three-colBooks-module .book-list-module .load {
    text-align: center;
    padding: 10px 0;
    width: 100%;
    color: #969696
}

.three-colBooks-module .book-list-module .load img {
    display: inline-block;
    width: 16px;
    height: 16px
}

/*返回顶端*/
.back_to_top {
    width: 45px;
    height: 45px;
    position: fixed;
    right: 18px;
    bottom: 70px;
    background: url(//img60.ddimg.cn/ddreader/images/back_to_top.png) no-repeat;
    background-size: cover;
    display: none;
    z-index: 10;
}

/*包月vip 头图*/
.baoyue-intro-module .title {
    min-height: 120px;
    line-height: 0;
    background: url(//e.dangdang.com/media/h5/ddreader50/img/bookzw.png) center center no-repeat;
    background-size: 37px 37px
}
.baoyue-intro-module .title img{
    width: 100%
}
.baoyue-intro-module .intro {
    background-color: #fa3c0f;
    padding: 10px 20px
}

.baoyue-intro-module .intro .inner {
    color: #ac5318;
    line-height: 16px;
    font-size: 12px;
    background-color: #ffeeb1;
    padding: 10px;
    border-radius: 5px
}

@media screen and (max-width: 320px) {
    .baoyue-intro-module .intro .inner {
        top:37%
    }
}

.baoyue-footer-module .intro {
    padding: 10px
}

.baoyue-footer-module .intro h2 {
    padding-bottom: 5px;
    font-size: 16px;
    color: #333
}

.baoyue-footer-module .intro p {
    font-size: 12px;
    line-height: 16px;
    color: #666
}

.baoyue-footer-module .intro.ios {
    margin-bottom: 60px
}

.baoyue-footer-module .btn {
    height: 60px;
    border-top: 1px solid #e6e6e6
}

/*头图模块样式*/
.adv-head-image{
    overflow: hidden;
    display: block;
    color: #333;
    text-decoration: none;
}
.adv-head-image h2{
    font-size: 16px;
    line-height: 46px;
    padding-left: 13px;
    color: #333;
}
.adv-head-image img{
    width: 100%;
    display: block;
}
/* 三色区块链接 */

.three-block-link{
    overflow: hidden;
    padding-top: 10px;
}
.three-block-link h2{
    font-size: 16px;
    color: #333;
    line-height: 20px;
    padding-left: 10px;
}
.three-block-link .block-link-wrap{
    padding: 10px 6px;
    overflow: hidden;
}
.three-block-link .block-link{
    border-radius: 4px;
    box-sizing: border-box;
    float: left;
    width: 33.3333%;
    padding: 0 6px;
    overflow: hidden;
}
.three-block-link .block-link img{
    display: block;
    width: 100%;
}
.three-block-link .block-link-wrap .block-link:first-child{
    margin-right: 0;
}


/*三色区块推荐——无边框样式*/

.three-block-link.no-border .block-link-wrap{
    padding: 0;
}
.three-block-link.no-border .block-link{
    padding: 0;
    border-radius:0;
}



/*三链接推荐*/
.three-book-recommend{
    overflow: hidden;
    height: 214px;
}
.three-book-recommend h2{
    padding-top: 20px;
    color: #494949;
    font-size: 15px;
    width: 122px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
}
.three-book-recommend h3{
    font-size: 12px;
    color: #9b9b9b;
    margin-top: 5px;
    width: 116px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
}
.three-book-recommend .left-recommend{
    padding-left: 15px;
    float: left;
    width: 34%;
}
.three-book-recommend .left-recommend a img{
    margin-top: 15px;
    height: 107px;
    max-width: 107px;
    background: url(//img63.ddimg.cn/ddreader/images/book_def.png) 0 0 no-repeat;
    background-size: cover;
}
.three-book-recommend .right-recommend{
    overflow: hidden;
    border-left: 0.3px solid #e0e0e0;
}
.three-book-recommend .line-recommend{
    padding-left: 15px;
    overflow: hidden;
}
.three-book-recommend .line-recommend:first-child{
    border-bottom: 0.3px solid #e0e0e0;
}

.three-book-recommend .line-recommend .left-title{
    float: left;
    width: 56%;
}
@media screen and (max-width: 320px) {
    .three-book-recommend .line-recommend .left-title{
        width: 53%;
    }
    .three-book-recommend .left-recommend{
        width: 38%;
        padding-left: 10px;
    }
}

.three-book-recommend .line-recommend a img{
    padding-top: 16px;
    padding-bottom: 16px;
    height: 75px;
    max-width: 75px;
    background: url(//img63.ddimg.cn/ddreader/images/book_def.png) 0 0 no-repeat;
    background-size: cover;
    vertical-align: top;
}
/*四链接推荐*/
.four-block-recommend{
    overflow: hidden;
}
.four-block-recommend h2{
    font-size: 16px;
    color: #333;
    line-height: 26px;
    padding-left: 13px;
    padding-top: 10px;
}

.four-block-recommend .book-recommend-wrap{
    margin-bottom: 10px;
}
.four-block-recommend .book-recommend-wrap li{
    float: left;
    width: 50%;
    position: relative;
    margin-bottom: 5px;
    margin-top: 5px;
}
/*.four-block-recommend .book-recommend-wrap li:nth-child(2n+1):after{
    content: "";
    height:100%;
    width: 1px;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #e0e0e0;
    transform:scale(.5,1);
    -webkit-transform:scale(.5,1);
}*/
.four-block-recommend .book-recommend-wrap li:nth-child(2n+1) a{
    border-right: 1px solid #e0e0e0;
}
.four-block-recommend .book-recommend-wrap li .whole-link-wrap{
    display: block;
    overflow: hidden;
}
.four-block-recommend .book-recommend-wrap li .whole-link-wrap img{
    float: left;
    margin-left: 13px;
    width: 60px;
    height: 86px;
}
.four-block-recommend .book-recommend-wrap li .whole-link-wrap .right-description{
    overflow: hidden;
    text-align: center;
    position: relative;
    height: 86px;
}
.whole-link-wrap .right-description .description-wrap{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform:translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);
}
.whole-link-wrap .right-description .description-wrap h3{
    font-size: 14px;
    color: #494949;
    text-align: center;
    line-height: 26px;
    margin: 0 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
}
.whole-link-wrap .right-description .description-wrap h4{
    font-size: 12px;
    /*color: #9b9b9b;*/
    color: #ff5a55;
    line-height: 20px;
    text-align: center;
    margin: 0 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
}

/*文字链*/

.text-link{
    overflow: hidden;
}
.text-link h2{
    font-size: 16px;
    color: #333;
    line-height: 46px;
    padding-left: 13px;
}
.text-link .text-line-wrap{
    padding-left: 13px;
}
.text-link .text-line-wrap a{
    display: block;
    text-decoration: none;
    font-size: 14px;
    color: #494949;
    line-height: 49px;
    border-bottom: 0.3px solid #e0e0e0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
    width: auto;
    position: relative;
    padding-right: 24px;
}
.text-link .text-line-wrap a:last-child{
    border-bottom: none;
}
.text-link .text-line-wrap a img{
    width: 20px;
    height: 20px;
    line-height: 49px;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -3px;
}
.text-link .text-line-wrap a i{
    position: absolute;
    right: 11px;
    top: 19px;
    height: 12px;
    width: 6px;
    background: url(//img62.ddimg.cn/ddreader/images/btn_arrow_forward.png) right center no-repeat;
    background-size: cover;
}

/*作者推荐*/
.writer-book-recommend{
    overflow: hidden;
    margin-bottom: 10px;
}
.writer-book-recommend h2{
    font-size: 16px;
    color: #333;
    line-height: 46px;
    padding-left: 13px;
}
.writer-book-recommend h3 a{
    padding-left: 13px;
    font-size: 14px;
    line-height: 18px;
    vertical-align: middle;
    color: #494949;
}
.writer-book-recommend h3 span{
    display: inline-block;
    font-size: 10px;
    background-color: #ffa339;
    color: #fff;
    padding: 0 2px;
    margin-right: 6px;
    line-height: 16px;
    height: 16px;
    vertical-align: middle;
    margin-top:-3px;
}
.writer-book-recommend p a{
    text-decoration: none;
    font-size: 14px;
    color: #999;
    line-height: 23px;
    padding-right: 13px;
    padding-left: 13px;
    margin-top: 13px;
    height: 69px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:3;
}
.writer-book-recommend ul li{
    width: 33.33%;
    float: left;
    margin-top: 10px;
}

.writer-book-recommend ul li a{
    width: 85px;
    display: block;
    margin: 0 auto;
    position: relative;
}

.writer-book-recommend ul li a img{
    width: 85px;
    height: 122px;
    background: url(//img63.ddimg.cn/ddreader/images/book_def.png) center center no-repeat;
    background-size: 85px 122px;
    vertical-align: top;
    margin-bottom: 12px;
}
.writer-book-recommend ul li a .book-title{
    line-height: 18px;
    color: #494949;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    display: -moz-box;
    display: -webkit-box;
    height: 36px;
    font-size: 13px;
}
.writer-book-recommend ul li a .book-author{
    color: #999;
    display: block;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 10px;
}
.writer-book-recommend ul li a .price{
    line-height: 15px;
    color: #999;
    font-size: 10px;
    display: inline-block;
    vertical-align: top;
}
.writer-book-recommend ul li a .price i {
    color: #ff5a55;
}
.writer-book-recommend ul li a .promotion {
    position: absolute;
    right: 0;
    top: 0;
    width: 34px;
    height: 34px
}
.writer-book-recommend ul li a .promotion img {
    width: 100%;
    height: auto;
    background: 0 0
}

/*四块推荐*/
.four-block-link{
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 10px;
}
.four-block-link h2{
    font-size: 16px;
    color: #333;
    line-height: 20px;
    padding-left: 13px;
}
.four-block-link .block-link-wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction:row;
    flex-wrap:nowrap;
    flex-flow:row nowrap;
    justify-content:space-between;
    padding: 10px 9px 0 9px;
    margin-right: 0;
}
.four-block-link .block-link{
    /*min-height: 108px;*/
    -webkit-box-flex: 1 1 auto;
    -moz-box-flex: 1 1 auto;   
    -ms-flex: 1 1 auto;
    flex:1 1 auto;
    color: #fff;
    line-height: 51px;
    font-size: 16px;
    text-align: center;
    position: relative;
    -webkit-border-radius:3px;
    border-radius: 3px;
    overflow: hidden;
    vertical-align: top;
}
.block-link-wrap .block-link:first-child{
    margin-right: 9px;
}
.four-block-link .block-link img{
    width: 100%;
    vertical-align: top;
}

/*四块推荐——无边框样式*/
.four-block-link.no-border{
    padding-top: 0px;
    padding-bottom: 0px;
}
.four-block-link.no-border .block-link-wrap{
    padding: 0;
}
.four-block-link.no-border .block-link{
    -webkit-border-radius: 0;
    border-radius: 0;
}
.four-block-link.no-border .block-link:first-child{
    margin-right: 0;
}

/*四块推荐——无边框样式*/
.four-block-link.no-border{
    padding-top: 0px;
    padding-bottom: 0px;
}
.four-block-link.no-border .block-link-wrap{
    padding: 0;
}
.four-block-link.no-border .block-link{
    -webkit-border-radius: 0;
    border-radius: 0;
}
.four-block-link.no-border .block-link:first-child{
    margin-right: 0;
}



/*tab切换new*/
.tab3xNnew .title-block {
    padding-top: 9px;
    background: url(../img/bg_title.png) no-repeat;
    background-size: cover;
}

.tab3xNnew .title-block .title-con {
    text-align: center;
}

.tab3xNnew .title-block .title{
    position: relative;
    line-height: 56px;
    font-size: 18px;
    color: #393939;
}

.tab3xNnew .title-block .cup-icon{
    position: absolute;
    top: -6px;
    left: -47px;
    width: 27px;
    height: 31px;
    background: url(../img/icon_cup@2x.png) no-repeat;
    background-size: contain;
}

.tab3xNnew .common-tab-title{
    height: 40px;
    line-height: 40px;
    width: 100%;
    display: -moz-box;
    display: -webkit-box;
    display: -o-box;
    display: box;
    /*display: -webkit-flex;
    display: flex;
    flex-flow:row nowrap;
    justify-content:space-around;*/
    border-bottom: 1px solid #ffedd3;
    position: relative;
    margin-bottom: 18px;
    box-sizing: border-box;
}
.tab3xNnew .common-tab-title .red-bar{
    position: absolute;
    width: 50px;
    height: 2px;
    background: #ff9100;
    bottom: 0;
    left: 0;
}

.tab3xNnew .common-tab-title .tab-title {
    font-size: 15px;
    color: #333;
    text-align: center;
    display: block;
    -moz-box-flex: 1;
    -webkit-box-flex: 1;
    box-flex: 1;
    /*flex: 0 1 auto;*/
}
.tab3xNnew .common-tab-title .check {
    color: #ff9100;
}
.tab3xNnew .tab-content{
    display: none;
}
.tab3xNnew .tab-content:first-of-type{
    display: block;
}
.three-colBooks-module.tab3xNnew .tab-content ul li .imgArea {
    display: inline-block;
    position: relative;
}

.three-colBooks-module.tab3xNnew .tab-content ul:first-child li:nth-child(1) .imgArea::before, 
.three-colBooks-module.tab3xNnew .tab-content ul:first-child li:nth-child(2) .imgArea::before,
.three-colBooks-module.tab3xNnew .tab-content ul:first-child li:nth-child(3) .imgArea::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    color: transparent;
    width: 34px;
    height: 34px;
    /* margin-right: 0.16rem; */
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
}

.three-colBooks-module.tab3xNnew .tab-content ul:first-child li:nth-child(1) .imgArea::before{
    background: url(../img/top_01@2x.png) no-repeat;
    background-size: contain;
}
.three-colBooks-module.tab3xNnew .tab-content ul:first-child li:nth-child(2) .imgArea::before{
    .icon-num();
    background: url(../img/top_02@2x.png) no-repeat;
    background-size: contain;
}
.three-colBooks-module.tab3xNnew .tab-content ul:first-child li:nth-child(3) .imgArea::before{
    .icon-num();
    background: url(../img/top_03@2x.png) no-repeat;
    background-size: contain;
}


/* 租阅插件 */
.lease-read-info-module {
    padding: 0 12px;
    /* height: 50px; */
    line-height: 50px;
    font-size: 14px;
    overflow: hidden;
}
.lease-read-info-module .lease-read-block {
    display: table;
    /* height: 50px; */
    line-height: 50px;
    overflow: hidden;
    color: #494949;
}
.lease-read-info-module .cust-img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    /* vertical-align: -11px; */
    background: url(../img/reaseread_head.png) no-repeat;
    background-size: cover;
    border: 1px solid #ccc;
}
.lease-read-info-module .lease-read-info{
    vertical-align: middle;
    display: table-cell;
    overflow: hidden;
    line-height: 18px;
}
.lease-read-info-module .date-block {
    color: #494949;
}
.lease-read-info-module .action-block {
    height: 50px;
    display: block;
    float: right;
}
.lease-read-info-module .action-block .action-text {
    margin: 10px 0;
    overflow: hidden;
    display: inline-block;
    vertical-align: 0;
    width: 70px;
    height: 30px;
    background-color: #d5ad64;
    line-height: 30px;
    font-size: 11px;
    color: #fff;
    text-align: center;
    border-radius: 15px;
}
.lease-read-info-module .action-block i {
    margin: 20px 0;
    display: inline-block;
    width: 6px;
    height: 10px;
    margin-left: 6px;
    /* vertical-align: 1px; */
    background: url(../img/reaseread_gray_next.png) no-repeat;
    background-size: cover;
}

/*vip大会员组件*/
.vip-read-info-module {
    padding: 18px 12px;
    height: 41px;
    line-height: 41px;
    font-size: 14px;
    overflow: hidden;
}
.vip-read-info-module .vip-read-block {
    display: block;
    float: left;
}
.vip-read-info-module .vip-cust-img {
    width: 41px;
    height: 41px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    background: url(../../img/user-icon@2x.png) no-repeat;
    background-size: cover;
    border: 1px solid #dfdfdf;
}
.vip-read-info-module .vip-read-info {
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
}
.vip-read-info-module .vip-read-info .vip-cust-nickname{
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;
    color: #404040;
    margin-top: 4px;
}
.vip-read-info-module .vip-read-info .vip-read-info-txt {
    display: block;
    font-size: 12px;
    line-height: 12px;
    padding-top: 7px;
    color: #999;
}
.vip-read-info-module .vip-date-block {
    color: #494949;
}
.vip-read-info-module .vip-action-block {
    display: block;
    float: right;
}
.vip-read-info-module .vip-action-block .vip-action-text {
    display: inline-block;
    background-color: #dcac5a;
    width: 72px;
    height: 28px;
    line-height: 28px;
    margin-top: 7px;
    text-align: center;
    border-radius: 15px;
    font-size: 12px;
    color:#fff;
}
.vip-read-info-module .vip-action-block i {
    margin: 15px 0;
    display: inline-block;
    width: 6px;
    height: 10px;
    margin-left: 6px;
    background: url(../../img/reaseread_gray_next.png) no-repeat;
    background-size: cover;
}

/* 猜你喜欢 */
.guess-you-like-module ul {
    overflow: hidden;
}
.guess-you-like-module ul li {
    width: 33.3%;
    height: 179px;
    float: left;
    margin-top: 10px;
}
.guess-you-like-module li a {
    width: 84px;
    display: block;
    margin: 0 auto;
    position: relative
}
.guess-you-like-module li a:after {
    content: " ";
    display: block;
    background: url(//img62.ddimg.cn/ddreader/images/shadow188.png) center center no-repeat;
    background-size: 94px 130px;
    width: 94px;
    height: 130px;
    position: absolute;
    left: -5px;
    top: -5px
}
.guess-you-like-module li img {
    width: 84px;
    height: 120px;
    background: url(//img63.ddimg.cn/ddreader/images/book_def.png) center center no-repeat;
    background-size: 84px 120px;
    vertical-align: top;
    margin-bottom: 9px
}
.guess-you-like-module .book-title {
    line-height: 15px;
    color: #333;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    display: -webkit-box
}
.guess-you-like-module .book-author {
    color: #999;
    display: block;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 10px
}
.guess-you-like-module li .radioTag{
    position: absolute;
    left: 0;
    top:95px;
    width: 16px;
    height: 16px;
    background: url(../img/audioBtn.png) no-repeat;
    background-size: 100% auto;
}

/* 秒读计划 */
.second-reading-plan-module .plan-detail-item {
    border-bottom: 1px solid #ececec;
}
.second-reading-plan-module .plan-detail-item .plan-detail-block {
    display: block;
    overflow: hidden;
    padding-top: 15px;
    padding-left: 13px;
    padding-right: 13px;
    padding-bottom: 20px;
}
.second-reading-plan-module .plan-detail-item .plan-cover {
    width: 85px;
    height: 120px;
    float: left;
}
.second-reading-plan-module .plan-detail-item .img-cover {
    width: 85px;
    height: 120px;
    display: block;
    background: url(//img63.ddimg.cn/ddreader/images/book_def.png) center center no-repeat;
    background-size: cover;
}
.second-reading-plan-module .plan-detail-item .plan-info {
    overflow: hidden;
    padding-left: 12px;
    color: #666;
}
.second-reading-plan-module .plan-detail-item .plan-title {
    display: block;
    height: 30px;
    font-size: 16px;
    color: #111;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.second-reading-plan-module .plan-detail-item .plan-desc {
    display: -webkit-box;
    display: box;
    height: 36px;
    line-height: 18px;
    font-size: 13px;
    word-spacing: 1.5px;
    letter-spacing: 1.5px;
    color: #888;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
.second-reading-plan-module .plan-detail-item .sensitive-block {
    overflow: hidden;
    padding-top: 36px;
}
.second-reading-plan-module .plan-detail-item .price-block {
    display: block;
    float: left;
    color: a5a5a5;
    font-size: 13px;
    line-height: 13px;
}
.second-reading-plan-module .plan-detail-item .red-price{
    color:#ff4e4e;
    margin-right:3px;
}
.second-reading-plan-module .plan-detail-item .old-price{
    color:#a5a5a5;
    text-decoration: line-through;
    vertical-align: top;
}
.second-reading-plan-module .plan-detail-item .join-block{
    float: right;
    display: block;
    font-size: 13px;
    color: #a5a5a5;
}
.second-reading-plan-module .plan-item {
    height: 51px;
    line-height: 51px;
    margin: 0 13px;
    overflow: hidden;
    border-bottom: 1px solid #ececec;
}
.second-reading-plan-module .plan-item .plan-block {
    float: left;
    color: #393939;
    font-size: 15px;
}
.second-reading-plan-module .plan-item .plan-icon {
    display: inline-block;
    width: 23px;
    height: 13px;
    background: url(../img/secondReading.png) no-repeat;
    background-size: cover;
    margin-right: 7px;
    float: left;
    margin-top: 20px;
} 
.second-reading-plan-module .plan-item .plan-title {
    width: 5rem;
    display: block;
    margin-right: 20px;
    float: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.second-reading-plan-module .plan-item .join-block {
    float: right;
    font-size: 13px;
    color: #a5a5a5;
}
.second-reading-plan-module .person-num{
    width: 44px;
    text-align: right;
    overflow: hidden;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    float: right;
}
.second-reading-plan-module .join-block i {
    display: inline-block;
    float: right;
}
.second-reading-plan-module ul .plan-item:last-child {
    border: none;
}

/* 礼券样式 */
/*start--单券*/
.coupon-module-con {
    margin: 10px 13px;
    color: #fff;
    overflow: hidden;
}
.coupon-module-con .coupon-module-one {
    position: relative;
    height: 2.133333rem;
    overflow: hidden;
}
.coupon-module-con .coupon-module-one .left-side {
    float: left;
    width: 0.08rem;
    height: 2.133333rem;;
    display: inline-block;
    background: url('//img60.ddimg.cn/coupon/coupon_l_1.png') no-repeat center;
    background-size: cover;
}
.coupon-module-con .coupon-module-one .right-side {
    float: right;
    width: 0.08rem;
    height: 2.133333rem;;
    display: inline-block;
    background: url('//img63.ddimg.cn/coupon/coupon_r_1.png') no-repeat center;
    background-size: cover;
}
.coupon-module-con .coupon-module-one .content {
    overflow: hidden;
}
.coupon-module-con .coupon-module-one .content-con {
    height: 2.133333rem;;
    overflow: hidden;
    background-color: #fd7b2b;
}
.coupon-module-con .coupon-module-one .left-con {
    padding: 0.4rem 0.373333rem 0 0.346667rem;
    float: left;
}
.coupon-module-con .coupon-module-one .coin {
    display: inline-block;
    font-style: normal;
    font-size: 0.64rem;
    line-height: 0.64rem;
    vertical-align: 0.533333rem;
}
.coupon-module-con .coupon-module-one .price-num {
    display: inline-block;
    font-size: 1.44rem;
    line-height: 1.44rem;
}
.coupon-module-con .coupon-module-one .right-con {
    overflow: hidden;
    /* height: 2.133333rem;*/
    padding-top: 0.32rem;
    padding-right: 0.346667rem;
    box-sizing: border-box;
}
.coupon-module-con .coupon-module-one .right-con p {
    font-size: 0.32rem;
    line-height: 0.506667rem;
    height: 0.506667rem;
    overflow: hidden;
    font-weight: normal;
}
.coupon-module-con .coupon-module-one .get-action {
    display: inline-block;
    width: 1.76rem;
    height: 0.48rem;
    background-color: #fff;
    color: #fd7b2b;
    border-radius: 2.666667rem;
    font-size: 0.293333rem;
    line-height: 0.48rem;
    text-align: center;
    margin-top: 0.106667rem;
}
.coupon-module-con .coupon-module-one .status-text {
    display: none;
}
/*已领取*/
.coupon-module-con .coupon-module-ylq .left-side {
    background: url('//img62.ddimg.cn/coupon/coupon_l_2.png') no-repeat center;
    background-size: cover;
}
.coupon-module-con .coupon-module-ylq .content-con{
    background-color: #ffa974;
}
.coupon-module-con .coupon-module-ylq .right-side {
    background: url('//img62.ddimg.cn/coupon/coupon_r_2.png') no-repeat center;
    background-size: cover;
}
.coupon-module-con .coupon-module-ylq .get-action {
    display: none;
}
.coupon-module-con .coupon-module-ylq .status-text {
    font-size: 0.373333rem;
    /* margin-left: 0.346667rem;*/
    margin-top: 0.133333rem;
    display: block;
}
/*已抢光*/
.coupon-module-con .coupon-module-yqg .left-side {
    background: url('//img61.ddimg.cn/coupon/coupon_l_3.png') no-repeat center;
    background-size: cover;
}
.coupon-module-con .coupon-module-yqg .content-con{
    background-color: #c9c9c9;
}
.coupon-module-con .coupon-module-yqg .right-side {
    background: url('//img62.ddimg.cn/coupon/coupon_r_3.png') no-repeat center;
    background-size: cover;
}
.coupon-module-con .coupon-module-yqg .get-action {
    display: none;
}
.coupon-module-con .coupon-module-yqg .status-text {
    font-size: 0.373333rem;
    /* margin-left: 0.346667rem;*/
    margin-top: 0.133333rem;
    display: block;
}
/*end--单券*/

/*start--双券*/
.coupon-module-con .coupon-module-item-two {
    width: 50%;
    float: left;
    box-sizing: border-box;
}
.coupon-module-con .coupon-module-two .left-con {
    padding: 0.4rem 0.133333rem 0 0.16rem;
}
.coupon-module-con .coupon-module-two .coin {
    font-size: 0.48rem;
    line-height: 0.48rem;
    vertical-align: 0.533333rem;
}
.coupon-module-con .coupon-module-two .price-num {
    font-size: 1.226667rem;
    line-height: 1.226667rem;
}
.coupon-module-con .coupon-module-two .right-con {
    padding-right: 0.16rem;
}
.coupon-module-con .coupon-module-two .right-con p {
    line-height: 0.506667rem;
    height: 1.013334rem;
}
/*end--双券*/

/*start--三券*/
.coupon-module-con .coupon-module-item-three {
    width: 33.3%;
    float: left;
    box-sizing: border-box;
}
.coupon-module-con .coupon-module-three .left-con {
    float: none;
    padding: 0;
    padding-top: 0.106667rem;
    overflow: hidden;
    text-align: center;
}
.coupon-module-con .coupon-module-three .coin {
    font-size: 0.373333rem;
    line-height: 0.373333rem;
    vertical-align: 0.373333rem;
}
.coupon-module-con .coupon-module-three .price-num {
    font-size: 0.96rem;
    line-height: 0.96rem;
    height: 0.96rem;
}
.coupon-module-con .coupon-module-three .right-con {
    padding: 0;
    text-align: center;
    height: auto;
}
.coupon-module-con .coupon-module-three .right-con p {
    font-size: 0.24rem;
    line-height: 0.4rem;
    height: 0.373333rem;
}
/*end--三券*/

div#textAreaDesc{ margin-left: 10px; margin-right: 10px; }
div#textAreaDesc strong{ font-weight: bold; }

/*横向拖动产品模块*/

.drag-wrap .common-title {
    height: 43px;
    line-height: 43px;
    width: 100%;
    display: -moz-box;
    display: -webkit-box;
    display: -o-box;
    display: box;
    margin-bottom:0;
}

.drag-wrap .common-title em {
    font-size: 16px;
    color: #333;
    padding-left: 10px;
    display: block;
    -moz-box-flex: 1;
    -webkit-box-flex: 1;
    box-flex: 1;
}
.clearfix:after{
    content:'';
    clear:both;
    display: block;
    visibility: hidden;
}
.drag-wrap{
    width: 100%;
    background-color: #fff;
}
.drag-wrap .imgArea {display: block;}
.drag-product-list{
    overflow: hidden;
    padding-bottom: 20px;
}
.drag-product-list ul{
    padding-right: 16px;
    /* 先设置一个大概宽度，后边js动态精确计算 */
    width: 500%;
}
.drag-product-list ul li{
    float: left;
    padding-left: 16px;
}
.drag-product-list ul li a{
    width: 95px;
    display: block;
    position: relative;
}
/*.drag-product-list ul li a img{
    box-shadow: 0px 0 10px rgba(0,0,0,0.3);
    -webkit-box-shadow:0px 0 10px rgba(0,0,0,0.3);
}*/
.drag-product-list ul li a .promotion {
    position: absolute;
    right: 0;
    top: 0;
    width: 34px;
    height: 34px;
}
.drag-product-list ul li a .promotion img{
    background: 0;
    width: 100%;
    height: auto;
    box-shadow: none;
    -webkit-box-shadow:none;
}

.drag-product-list ul li a img{
    width: 95px;
    height: 135px;
    vertical-align: top;
    background: url(//img63.ddimg.cn/ddreader/images/book_def.png) center center no-repeat;
    background-size: 95px 135px;
    margin-bottom: 9px;
}
.drag-product-list ul li a img.vipMediaPic {
    display: none;
}
.drag-product-list ul li .book-title{
    line-height: 15px;
    color: #333;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    display: -moz-box;
    display: -webkit-box;
    display: box;
    height: 30px;
}
.drag-product-list ul li .book-author{
    color: #999;
    display: block;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 10px;
}
.drag-product-list ul li .price{
    line-height: 15px;
    color: #999;
    font-size: 10px;
    display: inline-block;
    vertical-align: top;
}
.drag-product-list ul li .price i{
    color: #ff5a55;
}
.drag-product-list ul li .original_price{
    text-decoration: line-through;
}
/*.drag-product-list ul li:last-child a img{
    box-shadow: none;
    -webkit-box-shadow:none;
}*/
.drag-product-list ul li a:after{
    content: " ";
    display: block;
    background: url(//img61.ddimg.cn/ddreader/images/shadow188_3.png) center center no-repeat;
    background-size: 105px 145px;
    width: 105px;
    height: 145px;
    position: absolute;
    left: -5px;
    top: -5px;
}
.drag-product-list ul li:last-child a:after{
    content: "";
    display: none;
    background: none;
}

/*横向拖动产品模块 ---end*/

/* 统一处理促销图标 */
.promotion {
    width: auto!important;
    height: auto!important;
}
.promotion img {
    display: block!important;
    vertical-align: top!important;
    width: 51px!important;
    height: auto!important;
    margin: 0!important;
    padding: 0!important;
}