.banner {
  background: url(/resource/images/reviews/MC-reviews-banner-bg.jpg) no-repeat;
  background-size: cover;
  padding: 100px 0;
  text-align: center;
  color: #fff;
}
.banner h1 {
  font-size: 80px;
  line-height: 86px;
  margin-bottom: 24px;
}
@media (min-device-width: 2048px) {
  .banner {
    background-image: url(/resource/images/reviews/MC-reviews-banner-bg@2x.jpg);
    background-size: 100% 100%;
  }
}
.reviews .topnav {
  border-bottom: 2px solid #F8F9FA;
}
.reviews .top-wrap {
  width: 1280px;
  max-width: 100%;
  margin: auto;
  padding: 0 5%;
  text-align: center;
  display: flex;
  justify-content: center;
}
.reviews .top-wrap li {
  width: 33.1%;
  margin: 0 20px;
}
.reviews .top-wrap li.active span {
  border-bottom: 1px solid #2258F6;
  color: #2258F6;
  font-weight: 600;
}
.reviews .top-wrap li.active span::after {
  width: 0;
  height: 0;
  border-bottom: 6px solid transparent;
  border-top: 6px solid #2258F6;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: '';
  position: absolute;
  display: block;
  bottom: -13px;
  left: 50%;
  transform: translateX(-50%);
}
.reviews .top-wrap li span {
  position: relative;
  border-bottom: 1px solid transparent;
  color: #000;
  padding: 18px 0;
  display: block;
}
.reviews .wrap {
  text-align: center;
  padding: 160px 0;
}
.reviews .item1 {
  display: none;
}
.reviews #post-list .newlist .uri-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.reviews .newlist {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.reviews .newlist .uri-item {
  width: 32.5%;
  text-align: center;
  background: #FFFFFF;
  border-radius: 16px 16px 16px 16px;
  border: 1px solid #E6E8E9;
  padding: 40px 24px;
  margin-bottom: 18px;
}
.reviews .newlist .uri-item > img {
  margin-bottom: 16px;
}
.reviews .newlist .uri-item p {
  line-height: 32px;
  text-align: center;
  margin-bottom: 16px;
  flex: 1;
}
.reviews .newlist .ic-arw:hover::after {
  transform: translateX(5px);
}
.reviews .item1 .uri-item {
  text-align: left;
  width: 49.4%;
}
.reviews .item1 .uri-item p:last-child {
  margin-bottom: 0;
}
.reviews .item1 .uri-header {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 20px;
}
.reviews .item1 .uri-header::after {
  content: '';
  width: 120px;
  height: 24px;
  background: url(/resource/images/index/MC-home-media-ic-5star.svg) no-repeat;
  background-size: 100% 100%;
}
.reviews .item1 .name {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}
.reviews .item1 .ic-flag {
  display: inline-block;
  width: 24px;
  height: 16px;
  vertical-align: -2px;
  background: url(/resource/images/reviews/MC-reviews-img-national-sprite.svg) no-repeat;
}
.reviews .item1 .ic-flag-us {
  background-position: -64px -20px;
}
.reviews .item1 .ic-flag-de {
  background-position: -152px -20px;
}
.reviews .item1 .ic-flag-cn {
  background-position: -20px -128px;
}
.reviews .item1 .ic-flag-au {
  background-position: -108px -92px;
}
.reviews .item1 .ic-flag-it {
  background-position: -64px -56px;
}
.reviews .item1 .ic-flag-uk {
  background-position: -64px -92px;
}
.reviews .item1 .country {
  display: inline-block;
  margin-left: 5px;
  vertical-align: 2px;
}
.reviews .item1 .title {
  display: block;
  margin-bottom: 24px;
}
.reviews .pagination {
  text-align: center;
  display: inline-block;
  margin-top: 62px;
  max-width: 100%;
}
.reviews .pagination ul {
  margin: auto;
  display: flex;
  width: auto;
  max-width: 100%;
}
.reviews .pagination ul li {
  color: rgba(0, 0, 0, 0.65);
  margin: 0 4px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.15);
  cursor: pointer;
}
.reviews .pagination ul li a {
  color: rgba(0, 0, 0, 0.65);
}
.reviews .pagination ul li:nth-child(1),
.reviews .pagination ul li:last-child,
.reviews .pagination ul li:nth-child(2) {
  display: none;
}
.reviews .pagination ul li.disabled {
  opacity: 0.8;
  color: rgba(0, 0, 0, 0.7);
}
.reviews .pagination ul li.active {
  color: #fff;
  background: #2258F6;
}
@media (max-width: 767px) {
  .banner {
    padding-bottom: 20px;
  }
  .banner p {
    line-height: 1.2;
  }
  .banner h1 {
    font-size: 32px;
    line-height: 1.2;
  }
  .reviews .top-wrap li {
    width: 45%;
  }
  .reviews .top-wrap li span {
    padding: 12px 0;
  }
  .reviews .wrap {
    padding: 40px 0;
  }
  .reviews .newlist .uri-item {
    width: 100%;
    padding: 20px 15px;
  }
  .reviews .newlist .uri-item p {
    text-align: center;
    line-height: 20px;
  }
  .reviews .item1 .name {
    font-size: 16px;
  }
  .reviews .item1 .uri-header::before {
    zoom: 0.8;
    top: 7px;
  }
  .reviews .item1 .country {
    vertical-align: 0px;
  }
}
.layui-fixbar,
.layui-layer-shade,
.layui-layer .layui-layer-iframe .summer-popup {
  display: none !important;
}
