.review_main .review_bottom {
  padding: 56px 0 76px;
  text-align: center;
}
.review_main .review_bottom a {
  display: inline-block;
  width: 370px;
  height: 70px;
  background: #b263cc;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 70px;
  margin: 0 47px;
  -moz-border-radius: 10px;
  /* Firefox */
  -webkit-border-radius: 10px;
  /* Safari 和 Chrome */
  border-radius: 10px;
}
.review_main .costomer_review {
  padding-bottom: 24px;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  color: #333;
}
.review_main .review_title_content {
  display: flex;
  height: 160px;
  padding: 35px 0;
  margin-bottom: 40px;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.review_main .review_title_content .left {
  position: relative;
  width: 346px;
  height: 100%;
  padding: 20px;
  line-height: 24px;
  text-align: center;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.review_main .review_title_content .left > .score {
  font-weight: bold;
  color: #333;
}
.review_main .review_title_content .left::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0px;
  width: 1px;
  height: 90px;
  background: #f0f0f0;
}
.review_main .review_title_content .right {
  display: flex;
  flex-wrap: wrap;
  padding-left: 135px;
}
.review_main .review_title_content .right .con_sty {
  font-size: 14px;
  font-weight: bold;
  color: #333;
}
.review_main .review_title_content .right .speed,
.review_main .review_title_content .right .quality,
.review_main .review_title_content .right .logistics_service,
.review_main .review_title_content .right .costomer_service {
  width: 50%;
}
.review_main .review_title_content .speed .progress,
.review_main .review_title_content .quality .progress,
.review_main .review_title_content .logistics_service .progress,
.review_main .review_title_content .costomer_service .progress {
  position: relative;
  width: 280px;
  height: 10px;
  margin-top: 6px;
  background: #e3e3e3;
}
.review_main .review_title_content .speed .progress::after {
  content: "";
  position: absolute;
  width: 94%;
  height: 100%;
  background: #7bbd04;
}
.review_main .review_title_content .quality .progress::after {
  content: "";
  position: absolute;
  width: 90%;
  height: 100%;
  background: #7bbd04;
}
.review_main .review_title_content .logistics_service .progress::after {
  content: "";
  position: absolute;
  width: 92%;
  height: 100%;
  background: #7bbd04;
}
.review_main .review_title_content .costomer_service .progress::after {
  content: "";
  position: absolute;
  width: 96%;
  height: 100%;
  background: #7bbd04;
}
.review_main .review_list {
  padding-bottom: 20px;
  border-bottom: 1px solid #f2f2f2;
}
.review_main .review_list ul {
  display: flex;
  flex-wrap: wrap;
}
.review_main .review_list ul li {
  width: 386px;
  height: 185px;
  padding: 20px 25px;
  margin: 0 20px 20px 0;
  box-shadow: 2px 2px 3px 1px #f2f2f2;
  -moz-border-radius: 5px;
  /* Firefox */
  -webkit-border-radius: 5px;
  /* Safari 和 Chrome */
  border-radius: 5px;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.review_main .review_list ul li:nth-child(3n) {
  margin-right: 0;
}
.review_main .review_list ul li .test {
  height: 48px;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal!important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 24px;
  color: #333;
  text-align: center;
}
.review_main .review_list ul li .average {
  display: none;
}
.review_main .review_list ul li .Star_rating {
  position: relative;
  width: 116px;
  height: 18px;
  margin: 25px auto 8px;
  text-align: center;
  background: url('https://imgs3.wholesale7.net/images/202106/1623728978658937368.png') no-repeat;
}
.review_main .review_list ul li .Star_rating > span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url('https://imgs3.wholesale7.net/images/202106/1623728978815710577.png') no-repeat;
}
.review_main .review_list ul li .order_num {
  text-align: center;
  font-weight: bold;
  color: #333;
  line-height: 24px;
}
.review_main .review_list ul li .data {
  text-align: center;
  line-height: 24px;
  font-size: 14px;
  color: #999;
}
#page {
  overflow: hidden;
}
#page > span {
  font-size: 12px;
  color: #999;
}
#page .pages {
  float: right;
}
#page .pages > a {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  color: #222;
  margin: 0 4px;
  text-align: center;
}
#page .pages .pageZuo,
#page .pages .pageYou,
#page .pages .paging {
  cursor: pointer;
}
#page .pages > .paging:hover {
  color: #ff4062;
}
#page .pages i {
  font-size: 12px;
  color: #333;
}
#page .gopage {
  margin-left: 10px;
  float: right;
  height: 20px;
  line-height: 20px;
}
#page .gopage span,
#page .gopage input,
#page .gopage a {
  margin: 0;
  padding: 0;
  margin-left: 10px;
  width: auto;
  display: inline-block;
  font-size: 12px;
  color: #222;
  padding: 4px 2px;
}
#page .gopage span {
  margin: 0;
  padding: 0;
  padding-left: 10px;
  background-color: #fff;
}
#page .gopage input {
  outline: none;
  margin-left: 4px;
  width: 40px;
  height: 20px;
  border: 1px solid #ededed;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#page .gopage a#inputPage {
  height: 20px;
  line-height: 20px;
  margin-left: 2px;
  color: #fff;
  background-color: #ff4062;
}
.review_on {
  padding-top: 30px;
  text-align: center;
}
.review_on span {
  padding-right: 8px;
  font-weight: bold;
  color: #333;
}
.review_on .trustpilot {
  margin-right: 20px;
}
.review_on .trustpilot img {
  width: 116px;
}
.review_on .sitejabber img {
  width: 116px;
}
