section {
  position: relative; }

main {
  background-color: #f6f6f6 !important; }

.x-icon {
  display: inline-flex;
  align-items: center; }

.banner {
  width: 100%;
  height: 360px;
  background: url("../img/album/banner_bg.png") no-repeat;
  background-size: cover; }
  .banner .locals {
    position: relative;
    top: 315px;
    font-size: 16px;
    color: #ffffff; }
    .banner .locals .local {
      position: absolute;
      right: 0; }
      .banner .locals .local img {
        width: 15px;
        height: 19px;
        position: relative;
        top: 4px;
        right: 1px; }

.nav {
  width: 1200px;
  margin: 0 auto; }
  .nav .nav-item {
    display: inline-block; }

.sort_2 {
  margin-top: 24px;
  margin-bottom: 24px;
  color: #333333;
  background-color: #ffffff; }
  .sort_2 ul {
    height: 48px;
    line-height: 48px;
    color: #333333;
    font-size: 18px;
    margin-left: 40px; }
    .sort_2 ul li {
      height: 48px;
      box-sizing: border-box;
      float: left;
      margin-right: 24px;
      cursor: pointer; }
    .sort_2 ul .active {
      color: #E74B3B;
      border-bottom: 4px solid #E74B3B; }

.sort_items .items {
  display: flex;
  flex-wrap: wrap; }
  .sort_items .items .item {
    margin-right: 20px;
    margin-bottom: 23px;
    position: relative;
    width: 305px;
    background-color: #ffffff; }
    .sort_items .items .item img, .sort_items .items .item video {
      width: 100%; }
    .sort_items .items .item .download {
      position: absolute;
      left: 12px;
      bottom: 55px; }
    .sort_items .items .item .recom {
      position: absolute;
      right: 12px;
      bottom: 55px;
      color: white;
      font-weight: bold; }
    .sort_items .items .item .title_div {
      margin-top: -4px;
      align-items: center;
      height: 46px;
      line-height: 46px;
      color: #333333;
      font-size: 14px;
      font-weight: bold;
      color: #333333;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      text-align: center; }
  .sort_items .items .item:nth-child(4n+4) {
    margin-right: 0; }

#albumPage {
  margin-bottom: 32px; }

.work-cards {
  margin-left: -20px; }

.work-card {
  float: left;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
  margin-bottom: 16px;
  margin-left: 20px;
  width: 305px;
  display: block;
  transition: transform .5s ease, box-shadow .5s ease; }
  .work-card:hover {
    color: #E74B3B; }
  .work-card .work-card-body {
    width: 305px;
    height: 172px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center; }
    .work-card .work-card-body .recom {
      position: absolute;
      right: 16px;
      bottom: 16px;
      color: #fff;
      font-weight: bold; }
    .work-card .work-card-body img {
      width: 100%;
      min-height: 100%; }
    .work-card .work-card-body video {
      width: 100%;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 0; }
  .work-card .work-card-footer {
    text-align: center;
    padding: 12px 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
