* {
  box-sizing: border-box; }

@media screen and (max-width: 750px) {
  .breadContainer {
    overflow-x: auto; }
    .breadContainer .linkBox {
      flex-shrink: 0; } }

.listBox {
  width: 83.33333vw;
  margin: 0 auto;
  overflow: hidden; }
  @media screen and (max-width: 750px) {
    .listBox {
      width: 89.33333vw;
      margin-bottom: 10.66666vw; } }
  .listBox .part {
    float: left;
    width: 26.04166vw;
    height: auto;
    display: flex;
    flex-direction: column;
    margin-right: 2.60416vw;
    margin-bottom: 2.60416vw;
    background-color: #fff; }
    .listBox .part:nth-child(3n) {
      margin-right: 0; }
    @media screen and (min-width: 750px) {
      .listBox .part:hover .bottom .productArr {
        background: url(../img/productArr-active.png) no-repeat;
        background-size: 100% 100%; }
      .listBox .part:hover .imgBox img {
        transform: scale(1.05, 1.05); }
      .listBox .part:hover .bottom h2 {
        color: #0097e0; } }
    @media screen and (max-width: 750px) {
      .listBox .part {
        float: unset;
        display: block;
        width: 100%;
        height: auto;
        margin-right: 0;
        margin-bottom: 4vw; }
        .listBox .part:last-child {
          margin-bottom: 0; } }
    .listBox .part .imgBox {
      width: 100%;
      height: 19.53125vw;
      overflow: hidden;
      margin-bottom: 1.45833vw; }
      @media screen and (max-width: 750px) {
        .listBox .part .imgBox {
          height: 66.66666vw;
          margin-bottom: 0; } }
      .listBox .part .imgBox img {
        width: 100%;
        height: 100%;
        transform: scale(1, 1);
        transition: all 0.2s linear; }
    .listBox .part .bottom {
      width: 100%;
      height: 9.45833vw;
      position: relative;
      padding: 0 1.5625vw; }
      @media screen and (max-width: 750px) {
        .listBox .part .bottom {
          height: 29.33333vw;
          padding: 4vw 4vw 6.66666vw;
          background: #fff; } }
      .listBox .part .bottom h2 {
        font-weight: bold;
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 1.04166vw; }
        @media screen and (max-width: 750px) {
          .listBox .part .bottom h2 {
            margin-bottom: 2.66666vw; } }
      .listBox .part .bottom p {
        margin-bottom: 1.40625vw;
        line-height: 1.8; }
        @media screen and (max-width: 750px) {
          .listBox .part .bottom p {
            line-height: 3.73333vw;
            margin-bottom: 4vw; } }
      .listBox .part .bottom .productArr {
        position: absolute;
        left: 1.5625vw;
        bottom: 2.3vw;
        width: 1.5625vw;
        height: 0.3125vw;
        background: url(../img/productArr-default.png) no-repeat;
        background-size: 100% 100%; }
        @media screen and (max-width: 750px) {
          .listBox .part .bottom .productArr {
            position: static;
            width: 4vw;
            height: 0.8vw;
            background-image: url("../img/productArr-active.png"); } }

.buttonContainer {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 1.5625vw;
  padding-bottom: 5.20833vw; }
  @media screen and (max-width: 750px) {
    .buttonContainer {
      padding: 0;
      padding-bottom: 13.33333vw; } }
  .buttonContainer .loadMore {
    cursor: pointer;
    width: 10.41666vw;
    height: 3.33333vw;
    background: linear-gradient(90deg, #19b7ff 0%, #0097e0 100%);
    color: #fff;
    font-size: 0.83333vw;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; }
    @media screen and (max-width: 750px) {
      .buttonContainer .loadMore {
        width: 26.66666vw;
        height: 8.53333vw;
        font-size: 2.93333vw;
        line-height: 8.53333vw; } }
    @media screen and (min-width: 750px) {
      .buttonContainer .loadMore:hover .arr {
        margin-left: 1.5625vw; } }
    .buttonContainer .loadMore .arr {
      display: block;
      width: 0.83333vw;
      height: 0.83333vw;
      margin-left: 1.04166vw;
      transition: all 0.2s linear; }
      @media screen and (max-width: 750px) {
        .buttonContainer .loadMore .arr {
          width: 2.66666vw;
          height: 2.66666vw;
          margin-left: 1.33333vw; } }
