/***----- product-page -----***/
.product-888 .product-banner .banner-main {
  background-image: url("../img/common/888-banner-main-bg.png"); }

.product-888 .m-title {
  margin-bottom: 20px; }

.product-888 .text-note {
  font-size: 16px;
  font-weight: 700;
  font-style: italic;
  line-height: 130%;
  margin-bottom: 20px; }
  @media (max-width: 1366px) {
    .product-888 .text-note {
      font-size: 14px; } }
  @media (max-width: 991px) {
    .product-888 .text-note {
      font-weight: 400; } }
  .product-888 .text-note:last-child {
    margin-bottom: 0; }

.product-888 .introduce-text {
  font-size: 24px;
  font-weight: 700;
  line-height: 130%; }
  @media (max-width: 1366px) {
    .product-888 .introduce-text {
      font-size: 18px; } }
  @media (max-width: 991px) {
    .product-888 .introduce-text {
      font-size: 14px;
      line-height: 140%; } }

.product-888 .product-feature {
  background-color: #fff;
  padding: 90px 0; }
  @media (max-width: 991px) {
    .product-888 .product-feature {
      padding: 45px 0; } }
  .product-888 .product-feature .feature-list {
    width: 100%;
    max-width: 920px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-flow: wrap;
    flex-flow: wrap; }
    .product-888 .product-feature .feature-list li {
      width: 33.33%;
      padding: 0 5px;
      margin-top: 50px;
      text-align: center; }
      @media (max-width: 767px) {
        .product-888 .product-feature .feature-list li {
          width: 50%;
          margin-top: 30px; } }
      .product-888 .product-feature .feature-list li .feature-icon {
        margin-bottom: 14px; }
        @media (max-width: 991px) {
          .product-888 .product-feature .feature-list li .feature-icon img {
            max-width: 60px; } }
      .product-888 .product-feature .feature-list li .feature-name {
        display: block;
        text-align: center;
        font-weight: 700; }
        @media (max-width: 991px) {
          .product-888 .product-feature .feature-list li .feature-name {
            font-size: 13px; } }

.product-888 .introduce-1 {
  background: url("../img/data/888-introduce-1-bg.png") no-repeat 50% 50%;
  background-size: cover;
  height: 46vw;
  color: #fff;
  position: relative; }
  @media (min-width: 1900px) {
    .product-888 .introduce-1 {
      height: 890px; } }
  @media (max-width: 991px) {
    .product-888 .introduce-1 {
      height: auto;
      padding: 40px 0; } }
  @media (max-width: 991px) {
    .product-888 .introduce-1::before {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      background-color: rgba(0, 0, 0, 0.7); } }
  .product-888 .introduce-1 .wrap {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 5; }
    @media (max-width: 991px) {
      .product-888 .introduce-1 .wrap {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
  .product-888 .introduce-1 .introduce-center {
    width: 66%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-bottom: 70px; }
    @media (max-width: 1366px) {
      .product-888 .introduce-1 .introduce-center {
        padding: 0 10px 40px; } }
    @media (max-width: 991px) {
      .product-888 .introduce-1 .introduce-center {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        padding-bottom: 20px; } }
  .product-888 .introduce-1 .introduce-left,
  .product-888 .introduce-1 .introduce-right {
    width: 17%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%; }
    @media (max-width: 991px) {
      .product-888 .introduce-1 .introduce-left,
      .product-888 .introduce-1 .introduce-right {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 30%;
        height: auto;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; } }
    @media (max-width: 767px) {
      .product-888 .introduce-1 .introduce-left,
      .product-888 .introduce-1 .introduce-right {
        width: 50%; } }
    .product-888 .introduce-1 .introduce-left .list,
    .product-888 .introduce-1 .introduce-right .list {
      text-align: center; }
      @media (max-width: 991px) {
        .product-888 .introduce-1 .introduce-left .list,
        .product-888 .introduce-1 .introduce-right .list {
          width: 100%; } }
      .product-888 .introduce-1 .introduce-left .list > li,
      .product-888 .introduce-1 .introduce-right .list > li {
        text-align: center;
        font-size: 26px;
        font-weight: 700;
        text-align: center;
        line-height: 100%;
        margin-bottom: 20px; }
        @media (max-width: 1366px) {
          .product-888 .introduce-1 .introduce-left .list > li,
          .product-888 .introduce-1 .introduce-right .list > li {
            font-size: 20px; } }
        @media (max-width: 767px) {
          .product-888 .introduce-1 .introduce-left .list > li,
          .product-888 .introduce-1 .introduce-right .list > li {
            font-size: 16px;
            margin-bottom: 15px; } }
        .product-888 .introduce-1 .introduce-left .list > li:last-child,
        .product-888 .introduce-1 .introduce-right .list > li:last-child {
          margin-bottom: 0; }
      .product-888 .introduce-1 .introduce-left .list .list-sub li,
      .product-888 .introduce-1 .introduce-right .list .list-sub li {
        font-weight: 700;
        padding-top: 25px;
        font-size: 18px; }
        @media (max-width: 1366px) {
          .product-888 .introduce-1 .introduce-left .list .list-sub li,
          .product-888 .introduce-1 .introduce-right .list .list-sub li {
            font-size: 16px; } }
        @media (max-width: 767px) {
          .product-888 .introduce-1 .introduce-left .list .list-sub li,
          .product-888 .introduce-1 .introduce-right .list .list-sub li {
            font-size: 14px;
            padding-top: 18px;
            font-weight: 400; } }

.product-888 .introduce-2 {
  background: url("../img/data/888-introduce-2-bg.png") no-repeat 100% 50%;
  background-size: cover;
  padding: 70px 0;
  position: relative; }
  @media (max-width: 767px) {
    .product-888 .introduce-2 {
      padding: 40px 0; } }
  @media (max-width: 991px) {
    .product-888 .introduce-2::before {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      background-color: rgba(0, 0, 0, 0.7); } }
  .product-888 .introduce-2 .thumb {
    position: relative;
    z-index: 5;
    padding-left: 50px;
    width: 50%; }
    @media (max-width: 991px) {
      .product-888 .introduce-2 .thumb {
        padding-left: 0; } }
    @media (max-width: 767px) {
      .product-888 .introduce-2 .thumb {
        padding-left: 0;
        width: 70%; } }

.product-888 .introduce-3 {
  background-color: #fff;
  padding: 50px 0 80px; }
  @media (max-width: 991px) {
    .product-888 .introduce-3 {
      padding: 20px 0 40px; } }
  .product-888 .introduce-3 .color {
    color: #d27b71; }
  .product-888 .introduce-3 .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-flow: wrap;
    flex-flow: wrap; }
  .product-888 .introduce-3 .infor {
    width: 40%; }
    @media (max-width: 991px) {
      .product-888 .introduce-3 .infor {
        width: 45%; } }
    @media (max-width: 767px) {
      .product-888 .introduce-3 .infor {
        width: 100%; } }
    .product-888 .introduce-3 .infor .m-title {
      margin-bottom: 0;
      line-height: 140%; }
      @media (max-width: 767px) {
        .product-888 .introduce-3 .infor .m-title {
          text-align: center;
          margin-bottom: 30px; } }
  .product-888 .introduce-3 .introduce-list {
    width: 50%; }
    @media (max-width: 767px) {
      .product-888 .introduce-3 .introduce-list {
        width: 100%; } }
    .product-888 .introduce-3 .introduce-list .list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: wrap;
      flex-flow: wrap; }
      .product-888 .introduce-3 .introduce-list .list li {
        width: 33.33%;
        text-align: center;
        margin-top: 30px; }
        @media (max-width: 991px) {
          .product-888 .introduce-3 .introduce-list .list li {
            margin-top: 20px; } }
        .product-888 .introduce-3 .introduce-list .list li .icon {
          margin-bottom: 20px; }
          @media (max-width: 991px) {
            .product-888 .introduce-3 .introduce-list .list li .icon img {
              max-width: 60px; } }
        .product-888 .introduce-3 .introduce-list .list li .label {
          font-weight: 700;
          display: block; }
          @media (max-width: 991px) {
            .product-888 .introduce-3 .introduce-list .list li .label {
              font-size: 14px; } }
          @media (max-width: 767px) {
            .product-888 .introduce-3 .introduce-list .list li .label {
              font-size: 13px; } }

.product-888 .gallery-thumb {
  background: url("../img/data/888-gallery-slider.png") no-repeat 50% 50%;
  padding: 85px 0 110px;
  background-size: cover; }
  @media (max-width: 991px) {
    .product-888 .gallery-thumb {
      padding: 40px 0; } }
  .product-888 .gallery-thumb .m-title {
    margin-bottom: 45px;
    text-align: center;
    color: #fff; }
    @media (max-width: 991px) {
      .product-888 .gallery-thumb .m-title {
        margin-bottom: 20px; } }
  .product-888 .gallery-thumb .gallery-slider .slick-arrow {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    z-index: 5;
    top: calc(50% - 45px);
    background-color: #fff;
    text-indent: 0;
    font-size: 40px;
    color: #8f8f8f; }
    @media (max-width: 1366px) {
      .product-888 .gallery-thumb .gallery-slider .slick-arrow {
        width: 70px;
        height: 70px;
        top: calc(50% - 35px);
        font-size: 30px; } }
    .product-888 .gallery-thumb .gallery-slider .slick-arrow.slick-next {
      right: 20%; }
      @media (max-width: 1366px) {
        .product-888 .gallery-thumb .gallery-slider .slick-arrow.slick-next {
          right: 18%; } }
    .product-888 .gallery-thumb .gallery-slider .slick-arrow.slick-prev {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg);
      left: 20%; }
      @media (max-width: 1366px) {
        .product-888 .gallery-thumb .gallery-slider .slick-arrow.slick-prev {
          left: 18%; } }
    .product-888 .gallery-thumb .gallery-slider .slick-arrow:focus {
      outline: none; }
  .product-888 .gallery-thumb .gallery-slider .items {
    padding: 0 35px; }
    @media (max-width: 991px) {
      .product-888 .gallery-thumb .gallery-slider .items {
        padding: 0 16px; } }
    @media (max-width: 767px) {
      .product-888 .gallery-thumb .gallery-slider .items {
        padding: 0 10px; } }
    .product-888 .gallery-thumb .gallery-slider .items img {
      display: inline;
      width: 100%; }

.product-888 .introduce-4 {
  background-color: #f7fbfa;
  padding: 70px 0; }
  @media (max-width: 991px) {
    .product-888 .introduce-4 {
      padding: 50px 0; } }
  .product-888 .introduce-4 .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-flow: wrap;
    flex-flow: wrap; }
  .product-888 .introduce-4 .thumb {
    width: 55%; }
    @media (max-width: 767px) {
      .product-888 .introduce-4 .thumb {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; } }
  .product-888 .introduce-4 .infor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40%; }
    @media (max-width: 767px) {
      .product-888 .introduce-4 .infor {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 30px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    .product-888 .introduce-4 .infor .m-title {
      margin-bottom: 0; }
      @media (max-width: 767px) {
        .product-888 .introduce-4 .infor .m-title {
          text-align: center; } }

.product-888 .introduce-5 {
  background: url("../img/data/888-introduce-5-bg.png") no-repeat 50% 50%;
  background-size: cover;
  height: 33vw; }
  @media (min-width: 1900px) {
    .product-888 .introduce-5 {
      height: 660px; } }
  @media (max-width: 767px) {
    .product-888 .introduce-5 {
      height: auto;
      padding: 40px 0;
      color: #fff; } }
  .product-888 .introduce-5 .infor {
    width: 40%; }
    @media (max-width: 767px) {
      .product-888 .introduce-5 .infor {
        padding: 16px;
        background-color: rgba(0, 0, 0, 0.7);
        width: 100%;
        border-radius: 8px; } }
    .product-888 .introduce-5 .infor .m-title {
      line-height: 140%;
      margin-bottom: 25px; }
    .product-888 .introduce-5 .infor .madein {
      width: 100%;
      max-width: 480px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .product-888 .introduce-5 .infor .madein .icon {
        width: 174px; }
        @media (max-width: 991px) {
          .product-888 .introduce-5 .infor .madein .icon {
            width: 80px; } }
      .product-888 .introduce-5 .infor .madein .text {
        font-weight: 700;
        margin-bottom: 0;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding-left: 25px; }
        @media (max-width: 991px) {
          .product-888 .introduce-5 .infor .madein .text {
            padding-left: 16px; } }

.product-888 .introduce-6 {
  background: url("../img/data/368-introduce-3-bg.png") no-repeat 0 100%;
  height: 979px;
  padding-top: 164px;
  padding-bottom: 30px; }
  @media (max-width: 1400px) {
    .product-888 .introduce-6 {
      height: 700px;
      padding-top: 80px; } }
  @media (max-width: 991px) {
    .product-888 .introduce-6 {
      height: auto;
      padding-top: 50px; } }
  .product-888 .introduce-6 .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    -ms-flex-flow: wrap;
    flex-flow: wrap; }
  .product-888 .introduce-6 .introduce-infor {
    width: 40%;
    padding-right: 60px; }
    @media (max-width: 1400px) {
      .product-888 .introduce-6 .introduce-infor {
        padding-right: 30px; } }
    @media (max-width: 991px) {
      .product-888 .introduce-6 .introduce-infor {
        padding-right: 0px;
        width: 100%; } }
    .product-888 .introduce-6 .introduce-infor .m-title {
      margin-bottom: 30px; }
      @media (max-width: 1199px) {
        .product-888 .introduce-6 .introduce-infor .m-title {
          margin-bottom: 20px; } }
    .product-888 .introduce-6 .introduce-infor .introduce-detail {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      @media (max-width: 1400px) {
        .product-888 .introduce-6 .introduce-infor .introduce-detail .icon {
          width: 150px; } }
      @media (max-width: 991px) {
        .product-888 .introduce-6 .introduce-infor .introduce-detail .icon {
          width: 100px; } }
      .product-888 .introduce-6 .introduce-infor .introduce-detail .detail-text {
        margin-bottom: 0;
        font-weight: 700;
        padding-left: 20px; }
        @media (max-width: 991px) {
          .product-888 .introduce-6 .introduce-infor .introduce-detail .detail-text {
            padding-left: 16px; } }
  .product-888 .introduce-6 .introduce-thumb {
    width: 60%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 30px; }
    @media (max-width: 991px) {
      .product-888 .introduce-6 .introduce-thumb {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-bottom: 0; } }
    @media (max-width: 991px) {
      .product-888 .introduce-6 .introduce-thumb img {
        max-width: 80%; } }

.product-888 .introduce-7 {
  padding: 90px 0 125px;
  background-color: #4a3333; }
  @media (max-width: 991px) {
    .product-888 .introduce-7 {
      padding: 50px 0 40px; } }
  .product-888 .introduce-7 .m-title {
    text-align: center;
    color: #fff;
    margin-bottom: 60px; }
    @media (max-width: 991px) {
      .product-888 .introduce-7 .m-title {
        margin-bottom: 30px; } }
  .product-888 .introduce-7 .introduce-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .product-888 .introduce-7 .introduce-list li {
      width: calc(33.33% - 13px); }
      @media (max-width: 991px) {
        .product-888 .introduce-7 .introduce-list li {
          width: calc(33.33% - 5px); } }
      .product-888 .introduce-7 .introduce-list li img {
        width: 100%; }
