
.album-list {
  margin: 0 -22px;
}

.album-item {
  width: 33.33%;
  padding: 0 22px;
  margin-bottom: 64px;
  float: left;
}
.album-item .inner {
  border: 1px solid #D6D6D6;
  cursor: pointer;
}
.album-item .head {
  width: 100%;
  height: 208px;
  overflow: hidden;
  position: relative;
  background-size: cover;
}
.album-item .head:hover p{
  bottom: 0;
}
.album-item .head p{
  position: absolute;
  left: 0;
  bottom: -32px;
  width: 100%;
  transition: all ease .3s;
  line-height: 32px;
  background: rgba(0,0,0,.5);
  margin: 0;
  color: #fff;
  padding: 0 24px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.album-mark{
  display: none;
  padding: 6px 10px;
  line-height: 20px;
  position: absolute;
  right: 16px;
  top: 16px;
  background: #F13A39;
  color: #fff;
}
.album-item .head:hover .album-mark{
  display: block;
}
.album-mark:hover{
  color: #fff;
}
.album-mark:after{
  content: '收藏';
}
.album-mark.active{
  display: block;
  background: #333;
}
.album-mark.active:after{
  content: '已收藏';
}
.album-item .content {
  height: 320px;
  cursor: pointer;
  padding: 12px 24px;
  color: #333;
  font-size: 28px;
  position: relative;
}
.album-item .font-scroll {
  height: 250px;
  overflow: hidden;
}
.item-xhr {
  width: 100px;
  height: 1px;
  background: #D6D6D6;
  margin-top: 16px;
}
.album-item .font {
  height: 40px;
  line-height: 40px;
  margin-bottom: 12px;
  white-space: nowrap;
}
.album-item .number {
  font-size: 12px;
  color: #9B9B9B;
  margin-top: 10px;
}

.scroll_bar {
  display: none;
  position: absolute;
  top: 15px;
  right: 20px;
  width: 3px;
  height: 70%;
  background-color: #D6D6D6;
}
.album-item .content:hover .scroll_bar{
  display: block;
}
.scroll_slider {
  position: absolute;
  top: 0;
  left: -8px;
  width: 18px;
  height: 18px;
  max-width: 18px;
  border-radius: 5px;
}
.div_top {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 3px;
  background: #333;
}


#fontTemplate {
  display: none;
}
