.book_list {
    display: flex;
    padding-top: 10px;
    flex-wrap: wrap;
}

.book_item {
    width: 30%;
    height: 6rem;
    margin-right: 5%;
    margin-bottom: 15px;
}

.book_item:nth-child(3n) {
    margin-right: 0;
}

.book {
    position: relative;
    color: white;
    width: 100%;
    height: 100%;
    background-color: #008344;
    border-radius: 5px;
    box-shadow: 5px 5px 5px #888888;
    overflow: hidden;
    opacity: 0.7;
    cursor: pointer;
    box-sizing: border-box;
    border-left: 3px solid #121212;
}

.book .info {
    height: 100%;
    padding: 10px;
    box-sizing: border-box;
    margin-left: 6px;
    border-left: 1px solid #b9b9b9;
    box-shadow: -5px 0px 0px #4c4c4c70;
}

.book>div {
    z-index: 11;
}

.book .title {
    padding-top: 15px;
    font-size: 16px;
    text-align: center;
    color: #ffffffbd;
}

.book .subtitle {
    padding: 30px 0px 0px 0;
    font-size: 14px;
    line-height: 1.3;
    /* font-weight: bold; */
}

.book .author {
    font-size: 9px;
    padding: 5px;
}

.book .publish {
    font-size: 9px;
    /* padding-top: 150px;
    padding-left: 50px; */
}

.book .bg {
    float: left;
    z-index: -1 !important;
    width: 100%;
    margin-left: -10px;
    bottom: 0px;
    height: 100%;
    background-size: cover;
    position: absolute;
}



/* 好物视频 */
#mescroll2 {
    /* display: block; */
    background: #f9f9f9;
    padding: 0.2rem 0.2rem;
}

.video_list {
    display: flex;
    flex-wrap: wrap;
}

.video_list li {
    width: 49%;
    border: 1px solid #eee;
    box-sizing: border-box;
    margin-right: 5px;
    margin-bottom: 5px;
    /* flex: 1; */
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
}

.video_list li:nth-child(2n) {
    margin-right: 0;
}

.video_list li a {
    display: block !important;
    padding: 0 !important;
}

.video_list .item .img {
    width: 100% !important;
    height: 5rem !important;
    margin-right: 0.5rem !important;
    flex: 1;
    flex-shrink: 0;
}



.video_list .item .info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 5px;
}

.video_list .item .info .ty-title {
    font-size: 14px;
}

.liulan {
    color: #fff;
    position: absolute;
    font-size: 12px;
    bottom: 5px;
    left: 5px;
}

.liulan img {
    width: 15px !important;
    vertical-align: middle;
}

.liulan span {
    margin-top: 0 !important;
    vertical-align: middle;
}