@charset "utf-8";

/*列表通用 index、album*/

.album-list li .pic:before {
  content: '';
  position: absolute;
  transition: all 0.2s;
  opacity: 0;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.7);
}

.album-list li .box:hover .pic:before {
  transition: all 0.2s;

  opacity: 1;
}
.album-list.type3 .namebox {
  position: relative;
  inset: 0;
  z-index: 90;
  background: #142448;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 10px;
  margin: -32px 10px 0;
  top: 0;
  transition: all 0.3s ;
}
.album-list.type3 .item .name{
  height: auto;
  margin: 0 auto;
}
.album-list.type3 .item .box:hover .namebox {
  top: -42px;
  background: #EBB447;
}
/*瀑布流*/

.masonry-list.album-list.type1 .item {
  margin-bottom: 25px;
}

.masonry-list.album-list.type1 .item .name {
  text-align: left;
}

.masonry-list.album-list.type1 .item .box .more {
  display: none;
}

/*!瀑布流*/

/*!列表通用 index、album*/

.album-list.type1 .item {
  border-color: #f9d038;
 
}

.album-list.type1 .item .box .more:after {
  background-color: #f9d038;
   color: #142448;
}

/*瀑布流*/

.masonry-list .item:nth-child(n),
.has-side .masonry-list .item:nth-child(n) {
  clear: none !important;
}

/*!瀑布流*/
