.product-anker a {
  opacity: 1; }

.prodTitle {
  margin: 0;
  text-align: center;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 700; }
  .prodTitle span {
    padding: 0 1rem; }
  @media (max-width: 768px) {
    .prodTitle {
      font-size: 26px; } }

.aggregateRating {
  position: relative;
  padding-bottom: 1rem; }
  .aggregateRating .item {
    display: inline-block;
    color: #333333;
    font-size: 1.2rem;
    line-height: 1.5rem;
    cursor: pointer; }
  .aggregateRating .rating {
    display: inline-block; }
    .aggregateRating .rating i {
      font-size: 1.8rem; }
    .aggregateRating .rating .value {
      display: none; }
  .aggregateRating .size {
    padding-left: 1.5rem;
    font-size: 14px;
    color: #FEC93B;
    vertical-align: -1px; }
    .aggregateRating .size:hover {
      color: #00a7e1; }

.rating {
  line-height: 1.5; }
  .rating .stars {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    white-space: nowrap;
    margin-left: 0 !important; }
    .rating .stars span {
      vertical-align: top; }
      .rating .stars span i {
        margin: 0 0.7px; }
  .rating .mask {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    overflow: hidden; }
  .rating .value {
    margin-left: 0.5rem;
    vertical-align: middle; }
  .rating .iconfont {
    position: relative;
    display: inline-block;
    margin: 0;
    color: #fec93b;
    font-size: 14px;
    overflow: hidden;
    vertical-align: top; }

.prodVideo {
  padding: 80px 0 40px; }
  @media (max-width: 1200px) {
    .prodVideo {
      padding: 40px 0 20px; } }
  .prodVideo .proVideo-slick-slider {
    padding: 3rem 0; }
    .prodVideo .proVideo-slick-slider .slick-slide {
      padding: 35px; }
      @media (max-width: 450px) {
        .prodVideo .proVideo-slick-slider .slick-slide {
          padding: 20px; } }
    .prodVideo .proVideo-slick-slider .slick-prev {
      left: 0;
      right: auto; }
    .prodVideo .proVideo-slick-slider .slick-next {
      right: 0;
      left: auto; }
    .prodVideo .proVideo-slick-slider .slick-dots li button:before {
      opacity: 1;
      color: #C0E7F6; }
    .prodVideo .proVideo-slick-slider .slick-dots li.slick-active button:before {
      opacity: 1;
      color: #00A9E0; }
    .prodVideo .proVideo-slick-slider .slick-dots li {
      margin: 0; }

.highlights * {
  box-sizing: border-box; }
.highlights p {
  margin: 15px; }
.highlights .medias {
  padding: 2rem 1rem; }
  .highlights .medias img {
    max-width: 100%;
    max-height: 25px; }
  .highlights .medias h4 {
    font-weight: 500; }
  .highlights .medias ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    box-pack: justify;
    justify-content: space-between;
    align-items: center; }
    @media (min-width: 768px) {
      .highlights .medias ul {
        flex-wrap: unset; } }
  .highlights .medias li {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    padding: 1rem 1%;
    max-width: 30%;
    text-align: center; }
    @media (min-width: 768px) {
      .highlights .medias li {
        max-width: 150px; } }
.highlights .fullimg img {
  width: 100%;
  max-width: none; }
  @media (max-width: 1440px) {
    .highlights .fullimg img {
      max-width: none;
      width: 140%;
      transform: translate(-14.28571%); } }
  @media (max-width: 767px) {
    .highlights .fullimg img {
      max-width: none;
      width: 120%;
      transform: translate(-8.33333%); } }
.highlights .line {
  display: inline-block;
  vertical-align: top;
  width: 100px;
  height: 3px;
  background: #00a7e1;
  filter: opacity(0.8);
  margin: 1.5rem 0; }
  @media (min-width: 768px) {
    .highlights .line {
      width: 100px;
      margin: 2.5rem 0; } }
.highlights .banner {
  overflow: hidden;
  position: relative;
  color: #323232; }
  @media (min-width: 768px) {
    .highlights .banner.white {
      color: white; } }
  @media (max-width: 767px) {
    .highlights .banner.left .img img {
      max-width: none;
      width: 200%;
      transform: translate(-37.5%); } }
  @media (min-width: 768px) {
    .highlights .banner.left .txt {
      text-align: left; }
      .highlights .banner.left .txt .box {
        text-align: left; } }
  @media (max-width: 767px) {
    .highlights .banner.right .img img {
      max-width: none;
      width: 200%;
      transform: translate(-12.5%); } }
  @media (min-width: 768px) {
    .highlights .banner.right .txt {
      padding-right: 5%;
      text-align: right; }
      .highlights .banner.right .txt .box {
        text-align: left; } }
  .highlights .banner.up .box {
    max-width: none; }
  @media (max-width: 767px) {
    .highlights .banner.up .img img {
      max-width: none;
      width: 200%;
      transform: translate(-25%); } }
  @media (min-width: 768px) {
    .highlights .banner.up .txt {
      top: 10%;
      transform: translate(-50%, -10%); } }
  .highlights .banner .img {
    display: table;
    width: 100%;
    position: relative; }
    .highlights .banner .img img {
      width: 100%;
      float: left; }
      @media (max-width: 1440px) {
        .highlights .banner .img img {
          max-width: none;
          width: 130%;
          transform: translate(-11.53846%); } }
      @media (max-width: 767px) {
        .highlights .banner .img img {
          max-width: none;
          width: 200%;
          transform: translate(-25%); } }
  .highlights .banner .txt {
    padding: 1rem;
    box-sizing: border-box;
    text-align: center;
    width: 100%;
    max-width: 1200px;
    backface-visibility: hidden; }
    @media (min-width: 768px) {
      .highlights .banner .txt {
        position: absolute;
        padding: 2.5rem;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%); } }
  .highlights .banner .box {
    max-width: 340px;
    display: inline-block;
    width: 100%;
    line-height: 1.2;
    text-align: center; }
    .highlights .banner .box h4 {
      font-size: 3rem;
      margin: 0;
      line-height: 1; }
      .highlights .banner .box h4 i {
        font-size: 5rem;
        line-height: 0.7;
        font-weight: 400; }
      .highlights .banner .box h4 + .desc {
        padding-top: 1.5rem; }
        @media (min-width: 768px) {
          .highlights .banner .box h4 + .desc {
            padding-top: 2.5rem; } }
      @media (min-width: 1350px) {
        .highlights .banner .box h4 {
          font-size: 75px; } }
    .highlights .banner .box .desc {
      line-height: 1.4;
      margin: 0; }
      .highlights .banner .box .desc p:first-child {
        margin-top: 0; }
      @media (min-width: 768px) {
        .highlights .banner .box .desc {
          font-size: 16px; } }
.highlights .columns {
  display: inline-block;
  width: 100%;
  vertical-align: middle; }
  .highlights .columns .num {
    font-style: normal;
    font-size: 14px;
    color: #00a7e1;
    vertical-align: top;
    margin: 0 2rem 0 -3rem;
    width: 1rem;
    display: inline-block;
    padding: 0.5rem 0;
    border-bottom: 1px solid #00a7e1; }
  .highlights .columns .box {
    overflow: hidden;
    position: relative; }
  .highlights .columns .txt {
    box-sizing: border-box;
    width: 100%;
    color: #323232;
    text-align: center;
    padding: 30px 10px;
    backface-visibility: hidden; }
    .highlights .columns .txt a {
      color: #323232; }
    @media (min-width: 768px) {
      .highlights .columns .txt .txtBox {
        display: inline-block;
        max-width: 340px;
        width: 100%; }
      .highlights .columns .txt.white {
        color: #fff; } }
    .highlights .columns .txt.up .box {
      max-width: none; }
    .highlights .columns .txt .name {
      padding: 0;
      font-size: 3rem;
      color: #323232;
      font-weight: 500;
      margin: 0;
      transition: 0.4s;
      line-height: 1.1; }
      .highlights .columns .txt .name.iconfont {
        font-size: 21px;
        font-weight: 400; }
        .highlights .columns .txt .name.iconfont i {
          font-size: 150px; }
      @media (max-width: 768px) {
        .highlights .columns .txt .name {
          font-size: 1.8rem;
          line-height: 1.12; } }
      @media (max-width: 767px) {
        .highlights .columns .txt .name:after {
          margin: 1rem auto;
          height: 2px; } }
      .highlights .columns .txt .name + .detail {
        padding-top: 1.5rem; }
        @media (min-width: 768px) {
          .highlights .columns .txt .name + .detail {
            padding-top: 2.2rem; } }
    .highlights .columns .txt .detail {
      font-size: 16px;
      color: #7f7f7f;
      margin: 0;
      padding: 0;
      transition: 0.4s;
      line-height: 1.7; }
      @media (max-width: 768px) {
        .highlights .columns .txt .detail {
          font-size: 1rem;
          line-height: 1.4rem;
          overflow: hidden; } }
    @media (min-width: 768px) {
      .highlights .columns .txt .action {
        padding-top: 2.5rem; } }
    @media (max-width: 768px) {
      .highlights .columns .txt .action {
        padding-top: 1rem; } }
    .highlights .columns .txt .more {
      position: relative;
      box-sizing: border-box;
      display: inline-block;
      cursor: pointer;
      height: 36px;
      line-height: 36px;
      font-size: 16px;
      border-radius: 36px;
      padding: 0 2rem;
      margin-right: 1rem;
      text-decoration: none;
      background: #00a7e1;
      background-image: linear-gradient(to right, #00a7e1, #00a7e1);
      color: #fff; }
      .highlights .columns .txt .more:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        border-radius: 36px;
        border: 1px solid transparent; }
      .highlights .columns .txt .more:last-child {
        margin-right: 0; }
      .highlights .columns .txt .more:hover {
        background: #fff;
        background-image: linear-gradient(to right, #10b5ec, #0eb5ec);
        color: white; }
        .highlights .columns .txt .more:hover:after {
          border: 1px solid #00a7e1; }
      @media (max-width: 767px) {
        .highlights .columns .txt .more.play, .highlights .columns .txt .more.stop {
          display: inline-block;
          margin: 0;
          position: absolute;
          top: -6rem;
          z-index: 1;
          left: 50%;
          transform: translate(-50%); } }
  .highlights .columns .img img {
    width: 100%; }
  .highlights .columns .img .video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    trasition: 400ms;
    pointer-events: none; }
  .highlights .columns .bg {
    display: none; }
  @media (min-width: 768px) {
    .highlights .columns .box {
      display: table;
      width: 100%;
      background: #f8f8f8; }
    .highlights .columns .img,
    .highlights .columns .txt {
      display: inline-block;
      vertical-align: middle; }
    .highlights .columns .img {
      position: relative;
      width: 60%;
      overflow: hidden; }
      .highlights .columns .img img {
        max-width: none;
        width: 100%;
        visibility: hidden;
        min-height: 500px; }
      .highlights .columns .img .bg {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background-position: 50%;
        background-size: cover;
        background-repeat: no-repeat;
        transition: 0.8s; }
      .highlights .columns .img.left {
        float: right; }
      .highlights .columns .img:hover .bg {
        transform: scale(1.1); }
    .highlights .columns .txt {
      width: 40%; }
      .highlights .columns .txt.left {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%); }
        .highlights .columns .txt.left .txtBox {
          text-align: left; }
      .highlights .columns .txt.right .txtBox {
        text-align: left; } }
  @media (min-width: 768px) {
    .highlights .columns.img50 .img, .highlights .columns.img50 .txt {
      width: 50%; } }

.cus_highlights img {
  width: 100%; }
.cus_highlights .banner {
  width: 100%; }
  .cus_highlights .banner .bannerBox {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    line-height: 0; }
    @media (max-width: 1200px) {
      .cus_highlights .banner .bannerBox {
        padding: 1rem; } }
    .cus_highlights .banner .bannerBox.full {
      max-width: none; }
      @media (max-width: 1200px) {
        .cus_highlights .banner .bannerBox.full {
          padding: 0; } }
.cus_highlights .img_text {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto; }
  @media (max-width: 1200px) {
    .cus_highlights .img_text {
      padding: 0 1rem; } }
  .cus_highlights .img_text .img_text_box {
    display: flex;
    flex-wrap: wrap;
    margin: 1% 0; }
    @media (max-width: 1200px) {
      .cus_highlights .img_text .img_text_box {
        margin: 1rem 0; } }
    @media (max-width: 768px) {
      .cus_highlights .img_text .img_text_box {
        display: block; } }
    .cus_highlights .img_text .img_text_box .img {
      line-height: 0; }
    @media (max-width: 768px) {
      .cus_highlights .img_text .img_text_box .txt {
        padding: 1rem 0 2rem; } }
    .cus_highlights .img_text .img_text_box .txt h3 {
      font-size: 20px; }
.cus_highlights .img_text_4 .item {
  width: 23.5%;
  margin: 1%; }
  @media (max-width: 768px) {
    .cus_highlights .img_text_4 .item {
      width: 100%;
      margin: 0; } }
  .cus_highlights .img_text_4 .item:nth-of-type(4n) {
    margin-right: 0; }
  .cus_highlights .img_text_4 .item:nth-of-type(4n+1) {
    margin-left: 0; }
.cus_highlights .img_text_3 .item {
  width: 32%;
  margin: 1%; }
  @media (max-width: 768px) {
    .cus_highlights .img_text_3 .item {
      width: 100%;
      margin: 0; } }
  .cus_highlights .img_text_3 .item:nth-of-type(3n) {
    margin-right: 0; }
  .cus_highlights .img_text_3 .item:nth-of-type(3n+1) {
    margin-left: 0; }
.cus_highlights .txt {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 2% 0; }
  @media (max-width: 1200px) {
    .cus_highlights .txt {
      padding: 1rem; } }

.prodSpecs {
  overflow: hidden;
  background: #f9f9f9;
  padding: 2rem 1rem; }
  .prodSpecs ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  .prodSpecs .list {
    overflow: hidden;
    margin: 0 auto;
    max-width: 1000px;
    padding-top: 2rem;
    word-wrap: break-word; }
  .prodSpecs .oldData .item {
    border: none; }
    .prodSpecs .oldData .item li {
      padding: 0.3em 0; }
  .prodSpecs .item {
    box-sizing: border-box;
    vertical-align: top;
    padding: 12px 0;
    display: table;
    width: 100%;
    border-bottom: 1px solid #9f9f9f; }
  .prodSpecs .col {
    display: table-cell;
    vertical-align: middle; }
  .prodSpecs h6 {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    width: 100px; }
    @media (min-width: 768px) {
      .prodSpecs h6 {
        width: 200px; } }
  .prodSpecs .info {
    padding-left: 1.2rem;
    line-height: 1.4; }
    .prodSpecs .info a {
      text-decoration: underline; }
  .prodSpecs li {
    box-sizing: border-box; }
  @media (min-width: 768px) {
    .prodSpecs {
      padding: 5.6rem 1rem; } }

.prodFaq {
  overflow: hidden;
  padding: 2rem 1rem; }
  @media (min-width: 768px) {
    .prodFaq {
      padding: 5.6rem 1rem; } }
  .prodFaq .list {
    padding: 1rem;
    min-height: 200px; }
    .prodFaq .list img {
      max-width: 100%; }
    .prodFaq .list.paging dl.cur i {
      background: #7f7f7f; }
    .prodFaq .list.paging dt {
      cursor: unset;
      font-weight: 700; }
      .prodFaq .list.paging dt i {
        width: 6px;
        height: 6px;
        top: 14px; }
    .prodFaq .list.paging dd {
      color: #7f7f7f; }
    .prodFaq .list dl {
      margin: 1rem 0;
      padding: 0 .5rem 0 2.4rem;
      position: relative;
      font-size: 14px; }
      .prodFaq .list dl:hover {
        background: #f2f2f2; }
      @media (max-width: 767px) {
        .prodFaq .list dl {
          font-size: 12px; } }
      .prodFaq .list dl.cur i {
        background: #00a7e1; }
      .prodFaq .list dl.cur .open {
        display: none; }
      .prodFaq .list dl.cur .close {
        display: inline-block; }
      .prodFaq .list dl.cur dd {
        display: block; }
    .prodFaq .list dt {
      cursor: pointer;
      padding: 0.6rem 0 0;
      line-height: 1.4; }
      .prodFaq .list dt i {
        position: absolute;
        top: 9px;
        left: 0.2rem;
        overflow: hidden;
        width: 16px;
        height: 16px;
        line-height: 16px;
        text-align: center;
        border-radius: 50%;
        vertical-align: baseline;
        margin-right: 0.5rem;
        background: #7f7f7f;
        color: #fff;
        font-size: 1rem; }
      .prodFaq .list dt .open {
        display: inline-block; }
      .prodFaq .list dt .close {
        display: none; }
      @media (max-width: 767px) {
        .prodFaq .list dt {
          line-height: 1.8; }
          .prodFaq .list dt i {
            top: 2px; } }
    .prodFaq .list dd {
      margin: 0;
      padding: 0.5rem 0;
      color: #323232;
      display: none; }
  .prodFaq .nav {
    text-align: center;
    border-bottom: 1px solid #e0e0e0; }
    .prodFaq .nav ul {
      list-style: none;
      margin: 0;
      padding: 0;
      display: inline-block;
      line-height: 36px;
      margin-bottom: 12px; }
      @media (min-width: 768px) {
        .prodFaq .nav ul {
          border: 1px solid #00a7e1;
          border-radius: 36px; } }
    .prodFaq .nav li {
      position: relative;
      display: inline-block;
      border-radius: 36px;
      padding: 0 1.5rem;
      transition: 0.4s;
      cursor: pointer; }
      .prodFaq .nav li.active {
        background: #00a7e1;
        color: #fff; }
        @media (min-width: 768px) {
          .prodFaq .nav li.active:before, .prodFaq .nav li.active:after {
            display: block; } }
      .prodFaq .nav li:before, .prodFaq .nav li:after {
        display: none;
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        width: 0;
        height: 0;
        transform: translateX(-50%);
        border: 6px solid transparent;
        margin-top: 13px; }
      .prodFaq .nav li:before {
        border-top-color: #e0e0e0;
        border-bottom: none; }
      .prodFaq .nav li:after {
        border-width: 5px;
        border-top-color: white;
        border-bottom: none; }
    @media (min-width: 768px) {
      .prodFaq .nav {
        margin-top: 1rem;
        margin-bottom: 20px; }
        .prodFaq .nav ul {
          margin-bottom: 20px; }
        .prodFaq .nav li:before, .prodFaq .nav li:after {
          margin-top: 21px; } }

.prodDownloads {
  background: #f9f9f9;
  font-size: 16px;
  padding: 2rem 1rem; }
  @media (min-width: 768px) {
    .prodDownloads {
      padding: 5.6rem 1rem; } }
  .prodDownloads ul {
    padding: 0;
    margin: 0;
    list-style: none; }
  .prodDownloads .content {
    padding: 2rem 0 0;
    text-align: center; }
    @media (min-width: 768px) {
      .prodDownloads .content {
        padding: 4.5rem 0 0; } }
    .prodDownloads .content li {
      margin: 1.5rem 0;
      padding: 0 1rem; }
      @media (min-width: 768px) {
        .prodDownloads .content li {
          display: inline-block;
          width: 33.3%; } }
  .prodDownloads li {
    box-sizing: border-box; }
    .prodDownloads li a {
      color: #00a7e1;
      word-wrap: break-word;
      text-decoration: none; }
      .prodDownloads li a:hover {
        color: #323232;
        text-decoration: none; }
    .prodDownloads li i {
      margin-right: 0.5rem;
      text-align: center; }
  .prodDownloads .table {
    display: table;
    width: 100%;
    table-layout: fixed; }
    .prodDownloads .table li {
      display: table-row; }
    .prodDownloads .table .col {
      box-sizing: border-box;
      display: table-cell;
      vertical-align: top;
      white-space: nowrap;
      padding: 3px 5px; }
      .prodDownloads .table .col span {
        overflow: hidden;
        text-overflow: ellipsis;
        display: inline-block;
        white-space: normal;
        max-width: 100%; }
    .prodDownloads .table .type {
      width: 90px;
      text-align: left;
      padding-left: 0; }
      @media (min-width: 768px) {
        .prodDownloads .table .type {
          width: 140px; } }
    .prodDownloads .table .name {
      width: 40%;
      text-align: left; }
    .prodDownloads .table .date {
      width: 80px;
      text-align: center;
      color: #999999; }
    .prodDownloads .table .down {
      width: 50px;
      text-align: center;
      padding-right: 0; }

/* .prodRelate {
  $slickBtnSize: 30px;
  $iconSize: 16px;
  overflow: hidden;
  font-size: $fontSize;
  padding: 2rem 1rem;
  background: $extraLightgrey;
  @media (min-width: $minPadWidth) {
    padding: 3rem 1rem;
  }
  .content {
    padding: 2rem 0 0;
    min-height: 10rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .item {
    vertical-align: top;
    box-sizing: border-box;
    overflow: hidden;
    // padding: 0 4%;
    width: 24%;
    @media (max-width: 450px) {
      // width: 50%;
      width: 48%;
      margin-bottom: 10px;
    }
    .link {
      background: #fff;
      padding: .6rem;
      display: block;
      position: relative;
      text-decoration: none;
      height: 100%;
      &:hover {
        .border {
          left: 0;
          width: 100%;
        }
      }
      .border {
        position: absolute;
        top: -1px;
        left: 50%;
        z-index: 5;
        width: 0;
        height: 3px;
        overflow: hidden;
        background: $color;
        transition: 200ms;
      }
      .image {
        position: relative;
        text-align: center;
        height: 250px;
        width: 100%;
        .img {
          height: 100%;
          width: auto;
          display: inline-block;
          position: relative;
          img {
            height: 100%;
          }
        }
      }
      .title {
        font-size: $fontSize;
        margin: 0.6rem;
        color: $gray;
        text-align: center;
        overflow: hidden;
        @media (max-width: $minPadWidth) {
          font-size: 1rem;
        }
      }
      .price {
        text-align: center;
        margin: .6rem;
        font-weight: 700;
        .dicountColor {
          color: $discountColor;
        }
        .dicountPrice {
          color: #666;
          margin-left: .5rem;
          font-size: 14px;
          text-decoration: line-through;
        }
      }
      .actions {
        text-align: center;
        @media (max-width: $minPadWidth) {
          display: none;
        }
        // :global {
          .button-normal {
            margin: .6rem;
          }
        // }
      }
    }
  }
  // .slick-arrow {
  //   font-size: 0;
  //   line-height: 0;
  //   position: absolute;
  //   z-index: 2;
  //   top: 50%;
  //   transform: translateY(-50%);
  //   width: $slickBtnSize;
  //   height: 100%;
  //   border-radius: 50%;
  //   cursor: pointer;
  //   border: none;
  //   outline: none;
  //   background: none;
  //   &.slick-disabled {
  //     opacity: 0.1;
  //     cursor: not-allowed;
  //     &:hover {
  //       &:after {
  //         border-color: $gray;
  //       }
  //     }
  //   }
  //   &:after {
  //     content: "";
  //     position: absolute;
  //     top: 50%;
  //     left: 50%;
  //     width: $iconSize;
  //     height: $iconSize;
  //     border-top: 2px solid;
  //     border-right: 2px solid;
  //     border-color: $gray;
  //   }
  //   &:hover {
  //     &:after {
  //       border-color: $color;
  //     }
  //   }
  // }
  // .slick-prev {
  //   left: 0;

  //   &:after {
  //     transform: translate(-30%, -50%) rotate(225deg);
  //   }
  // }
  // .slick-next {
  //   right: 0;

  //   &:after {
  //     transform: translate(-70%, -50%) rotate(45deg);
  //   }
  // }
  // .slick-list {
  //   margin: 0 $slickBtnSize;
  // }
} */
.prodReviews {
  box-shadow: none;
  padding: 5.6rem 1rem;
  color: #323232; }
  @media (max-width: 767px) {
    .prodReviews {
      padding: 2rem 1rem; } }
  .prodReviews .box {
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 3rem 0 2rem; }
    @media (max-width: 767px) {
      .prodReviews .box {
        padding: 2rem 0 1rem; } }
  .prodReviews .tp-widget-wrapper {
    max-width: 100%; }

.prodCompare {
  box-shadow: none;
  padding: 5.6rem 1rem;
  color: #323232; }
  @media (max-width: 767px) {
    .prodCompare {
      padding: 2rem 1rem; } }
  .prodCompare .tit {
    font-size: 36px;
    text-align: center;
    margin: 0; }
    @media (max-width: 767px) {
      .prodCompare .tit {
        font-size: 28px; } }
  .prodCompare ul {
    padding: 0;
    margin: 0; }
    .prodCompare ul li {
      list-style: none; }
  .prodCompare .list {
    width: 200px; }
    .prodCompare .list .tit {
      font-size: 14px;
      font-weight: bold;
      width: 200px;
      height: 70px;
      border-bottom: 1px solid #ccc;
      border-top: 1px solid #ccc; }
    .prodCompare .list .item {
      font-size: 14px;
      height: 70px;
      box-sizing: border-box;
      border-bottom: 1px solid #ccc; }
  .prodCompare .box {
    display: flex;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 3rem 0 2rem; }
    @media (max-width: 767px) {
      .prodCompare .box {
        padding: 2rem 0 1rem; } }
  .prodCompare .itself {
    text-align: left;
    display: flex; }
    .prodCompare .itself .list {
      width: 140px;
      line-height: 70px; }
      .prodCompare .itself .list .tit {
        width: 100%;
        text-align: left;
        padding: 0;
        line-height: 70px;
        box-sizing: border-box; }
      .prodCompare .itself .list .item {
        line-height: 1.2;
        display: flex;
        font-weight: 600;
        word-break: break-all;
        justify-content: left;
        align-items: center; }
  .prodCompare .other {
    color: #555;
    display: flex;
    text-align: center;
    -webkit-overflow-scrolling: touch;
    overflow: auto; }
    .prodCompare .other .list .tit {
      color: #555;
      padding: 0 40px;
      box-sizing: border-box;
      display: flex;
      justify-content: center;
      align-items: center; }
    .prodCompare .other .list .item {
      line-height: 1.2;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 0 20px; }
    .prodCompare .other .list:nth-child(1) {
      background: #F5F5F7;
      width: 250px; }
      .prodCompare .other .list:nth-child(1) .tit {
        width: 250px;
        padding: 0 60px; }
  .prodCompare .fixedtable {
    position: relative;
    overflow-x: auto; }
    @media (max-width: 768px) {
      .prodCompare .fixedtable table {
        table-layout: auto;
        border-left: 0;
        border-right: 0; } }
    @media (max-width: 768px) {
      .prodCompare .fixedtable th, .prodCompare .fixedtable td {
        min-width: 140px; }
        .prodCompare .fixedtable th:first-child, .prodCompare .fixedtable td:first-child {
          background: #f6f8f9;
          position: sticky;
          left: 0;
          z-index: 2;
          padding: 0; } }
  .prodCompare table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    font-size: 14px;
    line-height: 1.2; }
    .prodCompare table tr {
      border-bottom: 1px solid #ccc; }
      .prodCompare table tr:first-child {
        border-top: 1px solid #ccc;
        font-weight: 600; }
    .prodCompare table td {
      height: 70px;
      padding: 6px 8px;
      vertical-align: middle; }
      .prodCompare table td:first-child {
        width: 140px;
        font-weight: 600; }
      .prodCompare table td:nth-child(n+2) {
        color: #555;
        text-align: center; }
      .prodCompare table td:nth-child(2) {
        background: #F5F5F7;
        width: 220px; }
