.galleryBox {
  background: #fff;
  box-sizing: border-box;
  border: #ec008c solid 5px;
  border-top: 0;
  padding: 1% 1% 0; }
  .galleryBox .galleryCat {
    width: 100%;
    padding-top: 20px; }
    .galleryBox .galleryCat li {
      float: left;
      width: 50%;
      padding: 10px;
      box-sizing: border-box;
      position: relative;
      margin-bottom: 20px; }
      .galleryBox .galleryCat li a {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 100; }
      .galleryBox .galleryCat li .catImg {
        position: relative;
        width: 100%;
        height: 100%; }
        .galleryBox .galleryCat li .catImg img {
          width: 100%;
          height: auto;
          border: #fff solid 2px;
          box-sizing: border-box;
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.38); }
        .galleryBox .galleryCat li .catImg img:nth-child(1) {
          transform: rotate(10deg);
          position: absolute;
          top: 0px;
          z-index: 10; }
        .galleryBox .galleryCat li .catImg img:nth-child(2) {
          transform: rotate(-5deg); }
      .galleryBox .galleryCat li p {
        text-align: center;
        color: #ec008c;
        font-weight: bold;
        line-height: 1.2;
        background: rgba(255, 255, 255, 0.89);
        padding: 5px;
        position: relative;
        z-index: 10;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.38); }
    .galleryBox .galleryCat li:after {
      content: "";
      display: block;
      clear: both; }
    .galleryBox .galleryCat li:nth-child(2n-1) {
      clear: left; }
      .galleryBox .galleryCat li:nth-child(2n-1) img:nth-child(1) {
        transform: rotate(-10deg);
        position: absolute;
        top: 0px;
        z-index: 10; }
      .galleryBox .galleryCat li:nth-child(2n-1) img:nth-child(2) {
        transform: rotate(5deg); }
  .galleryBox .galleryCat:after {
    content: "";
    display: block;
    clear: both; }

.photoList {
  width: 100%;
  overflow: hidden; }
  .photoList li {
    width: 49.4%;
    overflow: hidden;
    vertical-align: top;
    margin-bottom: 1%;
    transition: all 0.5s ease;
    backface-visibility: hidden; }
    .photoList li a {
      display: block; }
    .photoList li img {
      width: 100%;
      height: auto;
      vertical-align: top; }

/*# sourceMappingURL=style.map */