.container .book {
    display: flex;
    margin-top: 30px;
}

.book-left {
    width: 230px;
    flex: 0 0 auto;
    background: #fff; }
.book-left .menu-card li a {
    line-height: 50px;
    font-size: 15px;
    display: block;
    padding-left: 20px;
    border-left: 1px solid #fff; }
.book-left .menu-card li.active a {
    border-color: #5079b7;
    background: #f2f5fb;
    color: #5079b7; }
.book-left .menu-card li.active .myset {
    background-position: -38px -111px; }
.book-left .menu-card li.active .myarc {
    background-position: -38px -141px; }
.book-left .menu-card li.active .myfac {
    background-position: -38px -171px; }
.book-left .menu-card li.active .mycom {
    background-position: -38px -201px; }
.book-left .menu-card li.active .mybook {
    background-position: -38px -231px; }
.book-left .menu-card li.active .mynotify {
    background-position: -38px -261px; }
.book-left .menu-card li.active .myrec {
    background-position: -38px -291px; }
.book-left .menu-card li .zcj-icon {
    width: 15px;
    height: 15px;
    margin-right: 10px; }

.book-right {
    flex: 1 1 auto;
    margin-left: 30px;
    padding: 10px 10px;
    background: #fff; }

.book-repeate {
    margin-top: 10px; }
.book-repeate .item {
    width: 265px;
    border: 3px solid rgba(0, 0, 0, 0.08);
    background: #fff;
    float: left;
    margin: 0 25px 25px 16px;
    padding-bottom: 10px; }
.book-repeate .item .img {
    width: 225px;
    height: 225px;
    position: relative;
    margin-top: 5px;}
.book-repeate .item .img img {
    width: 100%;
    height: 100%; }
.book-repeate .item .time {
    line-height: 2;
    color: #919191;
    padding: 0 15px;
    font-size: 12px;
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;}
.book-repeate .item .title {
    color: #3f3f3f;
    font-size: 14px;
    line-height: 1.4;
    padding: 0 15px;
    height: 35px;
    overflow: hidden;
    margin-top: 4px; }
.book-repeate .item .bookprice {
    margin-top: 5px;
    padding: 0 15px;
    font-size: 16px;
    text-align: right;
}
.book-repeate .item .locations {
    color: #919191;
    padding: 0 15px;
    margin-top: 12px;
    height: 18px;
    overflow: hidden;}
.book-repeate .item .locations .zcj-icon {
    margin-right: 5px; }



.book-detail-layout {
    width: 100%;
    height: 280px;
    background-color: #ffffff;}
.book-detail-layout .imgs {
    width: 256px;
    height: 256px;
    float: left;
    position: relative;
    margin-top: 10px;
    margin-left: 10px;}
.book-detail-layout .infos {
    width: 510px;
    float: left;
    margin-left: 10px;
    margin-top: 15px;}
.book-detail-layout .infos .zcj-icon {
    margin-right: 10px; }
.book-detail-layout .infos .title {
    font-size: 18px;
    color: #060606;
    height: 50px;
    overflow: hidden; }
.book-detail-layout .infos .time {
    color: #919191;
    font-size: 14px;
    margin-top: 6px; }
.book-detail-layout .infos .bookprice {
    color: #919191;
    font-size: 18px;
    margin-top: 10px; }
.book-detail-layout .infos .read {
    margin-top: 60px;
    font-size: 14px; }
.book-detail-layout .infos .read span {
    margin-right: 8px; }
.book-detail-layout .ewm-img {
    float: left;
    margin-left: 35px;
    width: 130px;
    text-align: center; }
.book-detail-layout .ewm-img img {
    width: 130px;
    margin-top: 50px; }
.book-detail-layout .ewm-img .desc {
    font-size: 12px;
    color: #606060;
    margin-top: 10px; }