.banner {
  position: relative;
  padding: 130px 0 160px;
  background-color: #1459D3;
  color: #fff;
  text-align: center;
  overflow: hidden;
}
.banner::before {
  position: absolute;
  left: 235px;
  top: 40px;
  width: 377px;
  height: 338px;
  content: "";
  background: url(/assets/images/background/review-bannerBG.png);
}
.banner .check-box {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.banner .check-group > li {
  position: relative;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
  min-width: 365px;
  padding: 20px 20px 10px;
  line-height: 2;
  font-size: 2.4rem;
  background: #9ab7ec;
  border-radius: 10px 10px 0px 0px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.banner .check-group > li.active,
.banner .check-group > li:hover {
  color: #1459D3;
  overflow: hidden;
}
.banner .check-group > li.active::before,
.banner .check-group > li:hover::before {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}
.banner .check-group > li::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #FFF;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.main-wrap {
  padding: 80px 0;
}
.post-lists {
  text-align: center;
}
.post-lists dl {
  display: inline-block;
  vertical-align: top;
  margin: 30px 0;
  width: 540px;
  min-height: 310px;
  padding: 20px 25px;
  -webkit-box-shadow: 0px 1px 10px 0px rgba(37, 103, 225, 0.3);
          box-shadow: 0px 1px 10px 0px rgba(37, 103, 225, 0.3);
}
.post-lists dl:hover {
  -webkit-box-shadow: 3px 3px 10px 5px rgba(37, 103, 225, 0.3);
          box-shadow: 3px 3px 10px 5px rgba(37, 103, 225, 0.3);
}
.post-lists dl:nth-child(2n-1) {
  margin-right: 30px;
}
.post-lists dl:nth-child(2n) {
  margin-left: 30px;
}
.post-lists dl dt {
  margin-bottom: 25px;
  border-bottom: 1px solid #eee;
}
.post-lists dl dt img {
  max-height: 62px;
}
.post-lists dl dd {
  font-size: 1.4rem;
  color: #666;
  line-height: 1.8;
  min-height: 150px;
}
.slist h4 {
  font-size: 20px;
  font-family: MyriadPro;
  font-weight: normal;
}
.slist dl {
  margin: 0 auto 30px;
  padding: 25px 25px 25px 0;
  width: 1000px;
  min-height: 250px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 1px 10px 0px rgba(37, 103, 225, 0.3);
          box-shadow: 0px 1px 10px 0px rgba(37, 103, 225, 0.3);
}
.slist dl:hover {
  -webkit-box-shadow: 5px 5px 10px 3px rgba(37, 103, 225, 0.3);
          box-shadow: 5px 5px 10px 3px rgba(37, 103, 225, 0.3);
}
.slist dl > dt,
.slist dl > dd {
  display: inline-block;
  vertical-align: middle;
}
.slist .pic {
  width: 180px;
  text-align: center;
  border-right: 1px solid #D3DAE1;
  padding: 30px 0;
}
.slist .text {
  width: 750px;
  margin-left: 30px;
}
.slist .text p:last-child {
  margin-top: 1%;
  line-height: 1.5;
}
.slist .text .title {
  padding-top: 5px;
  margin-left: 2px;
}
.slist .text img,
.slist .text .title {
  display: inline-block;
  vertical-align: middle;
}
.s-tips {
  margin: 40px auto 0;
  width: 980px;
  font-size: 1.4rem;
  text-align: center;
}
.pagination {
  margin-top: 40px;
  text-align: center;
}
.pagination li {
  display: inline-block;
  vertical-align: middle;
}
.pagination li a,
.pagination li span {
  float: left;
  color: #666;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  border: 1px solid #f0f4f7;
  min-width: 28px;
  padding: 3px 4px 2px;
  margin: 0 5px 0 0;
  border-radius: 2px;
  background: #fff;
}
.pagination li a:hover {
  background-color: #2280E0;
  color: #fff;
}
.pagination .current {
  background: #1459D3;
  color: #fff;
  cursor: default;
}
.pagination .prev,
.pagination .next {
  color: transparent;
  background-image: url(/assets/images/icons/arw.png);
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: 9px;
}
.pagination .first,
.pagination .last {
  padding: 3px 8px 2px;
}
.pagination .next {
  background-position-y: -31px;
}
.pagination .page-link.prev {
  background-position-y: -111px;
}
.pagination .page-link.prev:hover {
  background-position-y: 9px;
}
.pagination .page-link.next {
  background-position-y: -70px;
}
.pagination .page-link.next:hover {
  color: transparent;
  background-position-y: -31px;
}
.product-tips {
  padding: 78px 0;
  background-color: #EEF1F3;
}
.product-tips .content {
  width: 360px;
  padding: 23px 0;
  background: #fff;
  -webkit-box-shadow: 0px 1px 10px 0px rgba(37, 103, 225, 0.3);
          box-shadow: 0px 1px 10px 0px rgba(37, 103, 225, 0.3);
  border-radius: 2px;
}
.product-tips .content:hover {
  background: #2280E0;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.product-tips .content:hover .link {
  color: #fff;
}
.product-tips .or {
  width: 160px;
}
.product-tips .or:lang(jp) {
  width: 260px;
}
.product-tips .or img {
  vertical-align: middle;
  width: 20%;
}
.product-tips .or-txt {
  display: inline-block;
  margin: 0 8px;
  vertical-align: middle;
  font-size: 3.4rem;
  color: #1459D3;
}
@media (max-width: 1200px) {
  .main-wrap .post-lists dl {
    margin: 0 0 30px;
  }
  .main-wrap .slist dl {
    width: 100%;
    padding: 20px;
    text-align: center;
  }
  .main-wrap .slist dt {
    border: none;
  }
  .main-wrap .slist .text {
    width: 100%;
    margin: 10px 0 0;
  }
  .main-wrap .s-tips {
    width: 100%;
  }
}
@media (max-width: 1000px) {
  .product-tips .f-dib {
    display: block;
    width: 100%;
  }
  .product-tips .or {
    margin: 10px auto;
    width: 160px;
  }
}
@media (max-width: 700px) {
  .banner {
    padding: 30px 0;
  }
  .banner .f-fs18 {
    min-height: 200px;
    margin-bottom: 80px;
  }
  .banner .check-group > li {
    min-width: auto;
    padding: 9px 20px 2px;
  }
  .post-lists dl {
    width: 100%;
  }
}
@media (max-width: 400px) {
  .banner .f-fs18 {
    margin-bottom: 40px;
  }
  .banner .check-group > li {
    font-size: 1.8rem;
  }
}
[lang="de"] .product-tips .or {
  width: 200px;
}
/*# sourceMappingURL=./review.css.map */