/*最近閱讀*/
.library-tab{
    width: 100%;
    height: 1.3rem;
    background: #fff;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -moz-box;
    align-items: center;
    justify-content: center;
    box-align: center;
    box-pack: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    -moz-box-align: center;
    -moz-box-pack: center;
}
.all-library-list{
	padding: 0.2rem 0.2rem 0 0.2rem;
    background: #fff;
    display: block;
}
.all-library-list-main{
	border-bottom: 1px solid #eee;
    padding-bottom: 0.2rem;
}
.all-library-list-main img{
	display: block;
    width: 1.2rem;
    height: 1.7rem;
    margin-right: 0.3rem;
}
.all-library-list-title{
	font-size: 0.32rem;
    color: #333;
    line-height: 0.7rem;
}
.all-library-list-info{
	font-size: 0.26rem;
    color: rgb(154,154,154);
    line-height: 0.6rem;
}
.all-library-list-time{
	font-size: 0.22rem;
    color: rgb(154,154,154);
}
.all-library-list-btns{
	width: 1rem;
	display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -moz-box;
    align-items: center;
    justify-content: center;
    box-align: center;
    box-pack: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    -moz-box-align: center;
    -moz-box-pack: center;
}
.all-library-list-btn1 {
    background: #00bece;
    color: #fff;
    width: 0.9rem;
    height: 0.4rem;
    font-size: 0.28rem;
    -webkit-border-radius: 0.05rem;
    -moz-border-radius: 0.05rem;
    border-radius: 0.05rem;
    border: 1px solid transparent;
    text-align: center;
    line-height: 0.4rem;
    margin: 0.2rem 0;
    display: block;
}
.all-library-list-btn2 {
    background: #fff;
    color: #00bece;
    width: 0.9rem;
    height: 0.4rem;
    font-size: 0.28rem;
    -webkit-border-radius: 0.05rem;
    -moz-border-radius: 0.05rem;
    border-radius: 0.05rem;
    border: 1px solid #00bece;
    text-align: center;
    line-height: 0.4rem;
    margin: 0.2rem 0;
    display: block;
}