#app,#app-detail{
    max-width: 1160px;
    margin-top: 50px;
}

a{
    text-decoration: none;
}

.fm-list-ul{
    padding-left: 20px;
}

.fm-list-ul li{
    list-style: none;
}

.fm-list-item{
    position: relative;
    display: block;
    padding: 16px 24px 16px 126px;
    text-decoration: none;
    border-bottom: 1px solid rgba(0,0,0,.08);
    cursor: pointer;
    transition: background-color .18s cubic-bezier(.4,0,.2,1);
    height: 160px;
}

.fm-list-item a {
    text-decoration: none;
}

.fm-list-item-image{
    position: absolute;
    left:0px;
    width: 110px;
    height: 160px;
}

.fm-list-item-image img {
    width: 100%;
    height: 100%;
}

.fm-list-item-title{
    height: 30px;
    overflow: hidden;
    font-size: 16px;
    line-height: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.fm-list-item-title h2{
    font-size: 16px;
}

.fm-list-item-des p.info{
    display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
}



.fm-detail{
    padding: 24px 24px 16px;
}

.fm-detail-info{
    display: flex;
	flex-direction: column;
	align-items: center;
}

.fm-nav{
    margin-bottom: 20px;
}

.img-box{
margin-bottom: 10px;
}



.fm-chapter-list{
    margin-top: 20px;
}

.fm-chapter-list-wrap{
    padding: 20px;
}


.fm-chapter {
    margin: 0 auto;
    text-align: center;
}

.fm-chapter img {
    display: block;
    max-width:100%;
}



.search-bar {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 722px;
    height: 46px;
    margin-left: 30px;
    background-color: #f1f3f4;
    border-radius: 8px;
    transition-duration: .18s;
    transition-property: background-color,box-shadow;
}

/* list */
.comicItem{
    display: flex;
    flex-flow: column;
    max-width: 180px;
    padding: 0 5px 24px;
}
.comicItem .cover{
    width: 100%;
    padding-top: 133.3%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}

.comicItem .title{
    margin: 10px 0 5px;
    display: flex;
    align-items: center;
}

.comicItem .tags{
    font-size: 13px;
    line-height: 18px;
    color: #999;
    padding: 2px 0;
    display: inline-block;
}

.pages{
    text-align: center;
}

.pages a{
    margin: 0 15px;
    color: black;
}

.footer{
	margin-top:20px;
    height: 150px;
}

.footer .copy{
	padding-top:80px;
	text-align:center;

}


/* detail */
.fmDetail{
    background: #fafafa;
}