.footer {
    margin-top: 0px;
}
.main{
    min-width: 1200px;
    max-width: 1920px;
    margin: 0 auto;
    /*background: url("../images/activity/bg.png") no-repeat top center;*/
    overflow: hidden;
}
.main-content{
    width: 1200px;
    margin: 0 auto;
}
.layui-breadcrumb{
    display: block;
    margin: 32px 0 22px;
}
.layui-breadcrumb a,.layui-breadcrumb a:hover{
    font-size: 16px;
    color: #515050!important;
}
.layui-breadcrumb span[lay-separator]{
    color: #9F9F9F!important;
}
.layui-breadcrumb a:last-child{
    color: #9F9F9F!important;
}
/*详情*/
.readBook_details{
    position: relative;
    margin-bottom: 68px;
}
.readBook_details .thumb{
    width: 400px;
    height: 542px;
    margin-right: 40px;
}
.readBook_details .title{
    padding-left: 30px;
    font-size: 28px;
    color: #000000;
    margin-bottom: 40px;
}
.readBook_details .author{
    font-size: 18px;
    color: #000000;
    margin-left: 30px;
    margin-right: 70px;
}
.readBook_details .type{
    font-size: 18px;
    color: #000000;
    margin-right: 70px;
}
.readBook_details .intro{
    font-size: 16px;
    color: #484848;
    line-height: 30px;
    text-indent: 2em;
    margin-top: 30px;
}
.readBook_btn{
    width: 159px;
    height: 48px;
    background: linear-gradient(263deg, #E44515 0%, #F16B42 100%);
    font-size: 22px;
    color: #FFFFFF;
    text-align: center;
    line-height:48px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.readBook_btn:hover{
    color: #fff;
}
/*猜你喜欢*/
.readBook_recommend{
    width: 100%;
    height: 690px;
    background:#F6F7F8;
}
.readBook_recommend>.title{
    width: 1118px;
    margin: 0 auto;
    font-size: 24px;
    color: #E44616;
    line-height: 26px;
    height: 26px;
    padding-left: 82px;
    padding-top:58px;
    background: url(../images/readbook/like_icon.png) no-repeat;
    background-position: 35px bottom;
}
/*列表*/
#readBook_list{
    width: 1200px;
    margin: 0 auto;
    margin-top: 38px;
}
#readBook_list .item{
    width: 274px;
    height: 460px;
    margin-right: 35px;
    margin-bottom: 66px;
    background: #fff;
}
#readBook_list .item:nth-of-type(4n){
    margin-right: 0;
}
#readBook_list .item .thumb{
    width: 100%;
    height: 374px;
}
#readBook_list .item .info{
    /*height: 90px;*/
    padding: 0 10px;
}
#readBook_list .item .info .title{
    font-size: 16px;
    color: #161616;
    text-align: center;
    height: 20px;
    padding-top: 20px;
}
#readBook_list .item .info .name{
    display: block;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    color: #8C8C8C;
    margin-top: 3px;
    text-align: center;
}
/*收藏*/
.collection{
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: top left;
    /*position: absolute;*/
    /*top: 0;*/
    /*right: 60px;*/
    cursor: pointer;
    display: inline-block;
    vertical-align: bottom;
}
.collection_n{
    background-image: url(../images/readbook/collection_n.png);
}
.collection_y{
    background-image: url(../images/readbook/collection_y.png);
}