 

.BrandDesignCase {
  margin-bottom: 135px; }
  @media (min-width: 1500px) {
    .BrandDesignCase .container {
      max-width: 100%; } }
  .BrandDesignCase .top {
    padding: 0 10px;
    margin-bottom: 50px; }
    .BrandDesignCase .top .tab {
      margin-top: 10px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-flex-flow: wrap;
          -ms-flex-flow: wrap;
              flex-flow: wrap; }
      .BrandDesignCase .top .tab .list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: wrap;
            -ms-flex-flow: wrap;
                flex-flow: wrap; }
        .BrandDesignCase .top .tab .list span:last-child {
          display: none; }
        .BrandDesignCase .top .tab .list a {
          font-size: 20px;
          -webkit-transition: 0.5s ease all;
          transition: 0.5s ease all;
          color: #666666;
          padding: 0 12px;
          position: relative; }
          .BrandDesignCase .top .tab .list a:hover {
            color: #d11a2d; }
          .BrandDesignCase .top .tab .list a:first-child {
            padding-left: 0; }
      .BrandDesignCase .top .tab .more {
        margin-left: auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .BrandDesignCase .top .tab .more a {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          font-size: 20px;
          color: #666666;
          font-family: 'SegoeUI_SemilightItalic';
          -webkit-transition: 0.5s ease all;
          transition: 0.5s ease all; }
          .BrandDesignCase .top .tab .more a:hover {
            color: #d11a2d; }
  .BrandDesignCase .content ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .BrandDesignCase .content ul .parent {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-flow: wrap;
          -ms-flex-flow: wrap;
              flex-flow: wrap;
      width: 100%; }
      .BrandDesignCase .content ul .parent li {
        padding: 0 10px;
        margin-bottom: 20px; }
    .BrandDesignCase .content ul li a {
      display: block; }
      .BrandDesignCase .content ul li a:hover .img .content {
        opacity: 1; }
      .BrandDesignCase .content ul li a .img {
        position: relative; }
        .BrandDesignCase .content ul li a .img .content {
          opacity: 0;

          -webkit-transition: 0.5s ease all;
          transition: 0.5s ease all;
          position: absolute;
          width: 100%;
          height: 100%;
          background: #d11a2d;
          top: 0;
          left: 0;
          color: #fff; }
          .BrandDesignCase .content ul li a .img .content .flex {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            height: 100%;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
                -ms-flex-direction: column;
                    flex-direction: column;
            -webkit-box-pack: start;
            -webkit-justify-content: flex-start;
                -ms-flex-pack: start;
                    justify-content: flex-start;
            min-width: 0;
            padding: 10%; }
            .BrandDesignCase .content ul li a .img .content .flex .title {
              font-size: 25px;
              line-height: 1.3;
              display: -webkit-box;
              -webkit-line-clamp: 2;
              -webkit-box-orient: vertical;
              overflow: hidden; }
            .BrandDesignCase .content ul li a .img .content .flex .position {
              font-size: 16px;
              margin-top: 20px;
              margin-bottom: 30px;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: nowrap; }
            .BrandDesignCase .content ul li a .img .content .flex .desc {
              font-size: 16px;
              line-height: 2;
              display: -webkit-box;
              -webkit-line-clamp: 4;
              -webkit-box-orient: vertical;
              overflow: hidden; }
            .BrandDesignCase .content ul li a .img .content .flex .iconimg {
              display: -webkit-box;
              display: -webkit-flex;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-pack: end;
              -webkit-justify-content: flex-end;
                  -ms-flex-pack: end;
                      justify-content: flex-end;
              margin-top: 30px; }
  @media (min-width: 1500px) {
    .BrandDesignCase:nth-of-type(2n+0) .content ul .parent li .img img {
      width: 100%;
      height: 100%;
      display: block; }
    .BrandDesignCase:nth-of-type(2n+0) .content ul .parent:nth-of-type(1) li:nth-of-type(1) .img, .BrandDesignCase:nth-of-type(2n+0) .content ul .parent:nth-of-type(1) li:nth-of-type(2) .img {
      width: 280px;
      height: 280px; }
    .BrandDesignCase:nth-of-type(2n+0) .content ul .parent:nth-of-type(1) li:nth-of-type(3) .img {
      width: 580px;
      height: 250px; }
    .BrandDesignCase:nth-of-type(2n+0) .content ul .parent:nth-of-type(2) li:nth-of-type(1) .img {
      width: 580px;
      height: 250px; }
    .BrandDesignCase:nth-of-type(2n+0) .content ul .parent:nth-of-type(2) li:nth-of-type(2) .img, .BrandDesignCase:nth-of-type(2n+0) .content ul .parent:nth-of-type(2) li:nth-of-type(3) .img {
      width: 280px;
      height: 280px; }
    .BrandDesignCase .content ul .parent li .img img {
      width: 100%;
      height: 100%;
      display: block; }
    .BrandDesignCase .content ul .parent:nth-of-type(2) li:nth-of-type(1) .img, .BrandDesignCase .content ul .parent:nth-of-type(2) li:nth-of-type(2) .img {
      width: 280px;
      height: 280px; }
    .BrandDesignCase .content ul .parent:nth-of-type(2) li:nth-of-type(3) .img {
      width: 580px;
      height: 250px; }
    .BrandDesignCase .content ul .parent:nth-of-type(1) li:nth-of-type(1) .img {
      width: 580px;
      height: 550px; }
    .BrandDesignCase .content ul .parent:nth-of-type(1) li:nth-of-type(2) .img, .BrandDesignCase .content ul .parent:nth-of-type(1) li:nth-of-type(3) .img {
      width: 280px;
      height: 280px; } }

@media (max-width: 1499px) {
    .BrandDesignCase:nth-of-type(2n+0) .content ul .parent li .img img {
      width: 100%;
      height: 100%;
      display: block; }
    .BrandDesignCase:nth-of-type(2n+0) .content ul .parent:nth-of-type(1) li:nth-of-type(1) .img, .BrandDesignCase:nth-of-type(2n+0) .content ul .parent:nth-of-type(1) li:nth-of-type(2) .img {
      width: 280px;
      height: 280px; }
    .BrandDesignCase:nth-of-type(2n+0) .content ul .parent:nth-of-type(1) li:nth-of-type(3) .img {
      width: 580px;
      height: 250px; }
    .BrandDesignCase:nth-of-type(2n+0) .content ul .parent:nth-of-type(2) li:nth-of-type(1) .img {
      width: 580px;
      height: 250px; }
    .BrandDesignCase:nth-of-type(2n+0) .content ul .parent:nth-of-type(2) li:nth-of-type(2) .img, .BrandDesignCase:nth-of-type(2n+0) .content ul .parent:nth-of-type(2) li:nth-of-type(3) .img {
      width: 280px;
      height: 280px; }
    .BrandDesignCase .content ul .parent li .img img {
      width: 100%;
      height: 100%;
      display: block; }
    .BrandDesignCase .content ul .parent:nth-of-type(2) li:nth-of-type(1) .img, .BrandDesignCase .content ul .parent:nth-of-type(2) li:nth-of-type(2) .img {
      width: 280px;
      height: 280px; }
    .BrandDesignCase .content ul .parent:nth-of-type(2) li:nth-of-type(3) .img {
      width: 580px;
      height: 250px; }
    .BrandDesignCase .content ul .parent:nth-of-type(1) li:nth-of-type(1) .img {
      width: 580px;
      height: 550px; }
    .BrandDesignCase .content ul .parent:nth-of-type(1) li:nth-of-type(2) .img, .BrandDesignCase .content ul .parent:nth-of-type(1) li:nth-of-type(3) .img {
      width: 280px;
      height: 280px; } }

@media (max-width: 991px) {
     .BrandDesignCase:nth-of-type(2n+0) .content ul .parent li .img img {
      width: 100%;
      height: 100%;
      display: block; }
    .BrandDesignCase:nth-of-type(2n+0) .content ul .parent:nth-of-type(1) li:nth-of-type(1) .img, .BrandDesignCase:nth-of-type(2n+0) .content ul .parent:nth-of-type(1) li:nth-of-type(2) .img {
      width: 280px;
      height: 280px; }
    .BrandDesignCase:nth-of-type(2n+0) .content ul .parent:nth-of-type(1) li:nth-of-type(3) .img {
      width: 580px;
      height: 250px; }
    .BrandDesignCase:nth-of-type(2n+0) .content ul .parent:nth-of-type(2) li:nth-of-type(1) .img {
      width: 580px;
      height: 250px; }
    .BrandDesignCase:nth-of-type(2n+0) .content ul .parent:nth-of-type(2) li:nth-of-type(2) .img, .BrandDesignCase:nth-of-type(2n+0) .content ul .parent:nth-of-type(2) li:nth-of-type(3) .img {
      width: 280px;
      height: 280px; }
    .BrandDesignCase .content ul .parent li .img img {
      width: 100%;
      height: 100%;
      display: block; }
    .BrandDesignCase .content ul .parent:nth-of-type(2) li:nth-of-type(1) .img, .BrandDesignCase .content ul .parent:nth-of-type(2) li:nth-of-type(2) .img {
      width: 280px;
      height: 280px; }
    .BrandDesignCase .content ul .parent:nth-of-type(2) li:nth-of-type(3) .img {
      width: 580px;
      height: 250px; }
    .BrandDesignCase .content ul .parent:nth-of-type(1) li:nth-of-type(1) .img {
      width: 580px;
      height: 550px; }
    .BrandDesignCase .content ul .parent:nth-of-type(1) li:nth-of-type(2) .img, .BrandDesignCase .content ul .parent:nth-of-type(1) li:nth-of-type(3) .img {
      width: 280px;
      height: 280px; } }
@media (max-width: 767px) {
     .BrandDesignCase:nth-of-type(2n+0) .content ul .parent li .img img {
      width: 100%;
      height: 100%;
      display: block; }
    .BrandDesignCase:nth-of-type(2n+0) .content ul .parent:nth-of-type(1) li:nth-of-type(1) .img, .BrandDesignCase:nth-of-type(2n+0) .content ul .parent:nth-of-type(1) li:nth-of-type(2) .img {
      width: 280px;
      height: 280px; }
    .BrandDesignCase:nth-of-type(2n+0) .content ul .parent:nth-of-type(1) li:nth-of-type(3) .img {
      width: 580px;
      height: 250px; }
    .BrandDesignCase:nth-of-type(2n+0) .content ul .parent:nth-of-type(2) li:nth-of-type(1) .img {
      width: 580px;
      height: 250px; }
    .BrandDesignCase:nth-of-type(2n+0) .content ul .parent:nth-of-type(2) li:nth-of-type(2) .img, .BrandDesignCase:nth-of-type(2n+0) .content ul .parent:nth-of-type(2) li:nth-of-type(3) .img {
      width: 280px;
      height: 280px; }
    .BrandDesignCase .content ul .parent li .img img {
      width: 100%;
      height: 100%;
      display: block; }
    .BrandDesignCase .content ul .parent:nth-of-type(2) li:nth-of-type(1) .img, .BrandDesignCase .content ul .parent:nth-of-type(2) li:nth-of-type(2) .img {
      width: 280px;
      height: 280px; }
    .BrandDesignCase .content ul .parent:nth-of-type(2) li:nth-of-type(3) .img {
      width: 580px;
      height: 250px; }
    .BrandDesignCase .content ul .parent:nth-of-type(1) li:nth-of-type(1) .img {
      width: 580px;
      height: 550px; }
    .BrandDesignCase .content ul .parent:nth-of-type(1) li:nth-of-type(2) .img, .BrandDesignCase .content ul .parent:nth-of-type(1) li:nth-of-type(3) .img {
      width: 280px;
      height: 280px; } }

@media (max-width: 575px) {
      .BrandDesignCase:nth-of-type(2n+0) .content ul .parent li .img img {
      width: 100%;
      height: 100%;
      display: block; }
    .BrandDesignCase:nth-of-type(2n+0) .content ul .parent:nth-of-type(1) li:nth-of-type(1) .img, .BrandDesignCase:nth-of-type(2n+0) .content ul .parent:nth-of-type(1) li:nth-of-type(2) .img {
      width: 280px;
      height: 280px; }
    .BrandDesignCase:nth-of-type(2n+0) .content ul .parent:nth-of-type(1) li:nth-of-type(3) .img {
      width: 580px;
      height: 250px; }
    .BrandDesignCase:nth-of-type(2n+0) .content ul .parent:nth-of-type(2) li:nth-of-type(1) .img {
      width: 580px;
      height: 250px; }
    .BrandDesignCase:nth-of-type(2n+0) .content ul .parent:nth-of-type(2) li:nth-of-type(2) .img, .BrandDesignCase:nth-of-type(2n+0) .content ul .parent:nth-of-type(2) li:nth-of-type(3) .img {
      width: 280px;
      height: 280px; }
    .BrandDesignCase .content ul .parent li .img img {
      width: 100%;
      height: 100%;
      display: block; }
    .BrandDesignCase .content ul .parent:nth-of-type(2) li:nth-of-type(1) .img, .BrandDesignCase .content ul .parent:nth-of-type(2) li:nth-of-type(2) .img {
      width: 280px;
      height: 280px; }
    .BrandDesignCase .content ul .parent:nth-of-type(2) li:nth-of-type(3) .img {
      width: 580px;
      height: 250px; }
    .BrandDesignCase .content ul .parent:nth-of-type(1) li:nth-of-type(1) .img {
      width: 580px;
      height: 550px; }
    .BrandDesignCase .content ul .parent:nth-of-type(1) li:nth-of-type(2) .img, .BrandDesignCase .content ul .parent:nth-of-type(1) li:nth-of-type(3) .img {
      width: 280px;
      height: 280px; } }