.wrapper {
    padding: 0 0.11rem 0 0.2rem;
    font-size: .16rem;
    margin-top: 0.1rem;
}

.f1,
.f2,
.f3,
.f4 {
    display: flex;
    align-items: center;
    margin-bottom: .17rem;
}

.f1 ul {
    display: flex;
    margin-left: .1rem;
}

.f1>div,
.f2>div,
.f3>div,
.f4>div {
    font-size: .11rem;
}

.f1 ul li:nth-child(5n) a,
.f2 ul li:nth-child(5n) a,
.f3 ul li:nth-child(5n) a,
.f4 ul li:nth-child(5n) a {
    margin-right: 0;
}

.f1 ul li a,
.f2 ul li a,
.f3 ul li a,
.f4 ul li a {
    padding: .04rem .14rem;
    background-color: #EDF4FE;
    border-radius: .12rem;
    margin-right: .1rem;
    font-size: 0.11rem;
    font-weight: 400;
    color: #474747;
    display: inline-block;
}

.f1 ul li a.f1_active,
.f2 ul li a.f2_active,
.f3 ul li a.f3_active,
.f4 ul li a.f4_active {
    background-color: #CEE2FF;
}

.f2 ul,
.f3 ul,
.f4 ul {
    display: flex;
    margin-left: 0.21rem;
}
.contents .Book_con {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    margin-top: 0.2rem;
    margin-bottom: 0.1rem;
    padding-bottom: 0.1rem;
}

.contents .Book_con .Live_content_left {
    width: 1.6rem;
    height: .92rem;
    border-radius: 0.04rem;
    position: relative;
}
.contents .Book_con .Live_content_left img{
    width: 100%;
    height: 100%;
    border-radius: 0.04rem;
    position: relative;
    display: block;
}
.contents .Book_con .Live_content_right {
    display: flex;
    flex: 1;
    margin-left: 0.16rem;
    flex-direction: column;
}

.Live_content_right .Live_content_title {
    width: 1.6rem;
    font-size: .14rem;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.87);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
    padding-bottom: .05rem;
}

.Live_content_right p {
    width: 1.6rem;
    font-size: .14rem;
    font-weight: 400;
    color: rgba(153, 153, 153, 0.87);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
}