/**
 * @authors Bert
 * @date    2020-08-20 10:05:59
 * @version 1.0
 */
/*font star*/
/* 字体变量定义 */
/* 字体 Mixins */
/*font end*/
/*function star*/
/*function end*/
/**
 * 
 * @authors Bert
 * @date    2020-08-20 10:05:59
 * @version 1.0
 */
.mainBodyReview {
  width: 100%;
}
.review_top {
  width: 100%;
  background: #FFFFFF;
  padding-bottom: 80px;
}
.review_button {
  width: 100%;
  background: #F9F9F9;
  padding-top: 40px;
}
.review_title {
  margin: auto;
  max-width: 996px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.review_title .left {
  width: 340px;
  height: 186px;
  font-size: 50px;
  color: #3D3D3D;
  line-height: 76px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
@media screen and (min-width: 768px) {
  .review_title .left {
    font-family: OpenSans-Bold, Arial, Helvetica, sans-serif;
    font-weight: 700;
  }
}
@media screen and (max-width: 768px) {
  .review_title .left {
    font-family: STIXTwoText-Bold, Arial, Helvetica, sans-serif;
    font-weight: 700;
  }
}
.review_title .left .by_real {
  color: #59C389;
}
.review_title .right {
  width: 577px;
  font-size: 18px;
  color: #0F0F0F;
  line-height: 32px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
@media screen and (min-width: 768px) {
  .review_title .right {
    font-family: OpenSans-Medium, Arial, Helvetica, sans-serif;
    font-weight: 500;
  }
}
@media screen and (max-width: 768px) {
  .review_title .right {
    font-family: STIXTwoText-Medium, Arial, Helvetica, sans-serif;
    font-weight: 500;
  }
}
.review_title .right .break_line {
  margin-bottom: 24px;
  display: block;
}
.review_title .right .link_to_register {
  text-decoration: underline;
}
.clear_all {
  clear: both;
}
.review_head {
  margin: auto;
  max-width: 1200px;
  background: #FFFFFF;
  width: 100%;
  height: 100px;
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
}
.review_head .review_logo {
  background: url("/assets/3ec2ebb1e702c81567cb.svg") left center no-repeat;
  background-size: contain;
}
.review_head .review_logo.sdmLogo {
  background: url("/assets/3ec2ebb1e702c81567cb.svg") left center no-repeat;
  background-size: contain;
}
.review_head .left {
  width: 347px;
  height: 53.8px;
  flex: 0 0 auto;
  -webkit-mask-size: 347px 53.8px;
  background-size: contain;
  margin: unset;
}
.review_head .right {
  flex: 0 0 auto;
}
.review_head .right .operate {
  font-size: 24px;
  color: #0F0F0F;
  line-height: 34px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
@media screen and (min-width: 768px) {
  .review_head .right .operate {
    font-family: OpenSans-SemiBold, Arial, Helvetica, sans-serif;
    font-weight: 600;
  }
}
@media screen and (max-width: 768px) {
  .review_head .right .operate {
    font-family: STIXTwoText-SemiBold, Arial, Helvetica, sans-serif;
    font-weight: 600;
  }
}
.review_head .right .operate a {
  padding: 13.37px 25.5px;
  background: #FFFFFF;
  box-shadow: 0 4px 10px 0 rgba(232, 230, 231, 0.85);
  border-radius: 20px 20px 20px 20px;
}
.review_head .right .operate a:nth-child(1) {
  margin-right: 40px;
}
.review_content {
  margin: auto;
  max-width: 996px;
}
.review_content .total_review_number {
  display: flex;
  margin-bottom: 60px;
}
.review_content .total_review_number .review_number {
  font-size: 16px;
  color: #888888;
  line-height: 24px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-left: 10px;
}
@media screen and (min-width: 768px) {
  .review_content .total_review_number .review_number {
    font-family: OpenSans-Medium, Arial, Helvetica, sans-serif;
    font-weight: 500;
  }
}
@media screen and (max-width: 768px) {
  .review_content .total_review_number .review_number {
    font-family: STIXTwoText-Medium, Arial, Helvetica, sans-serif;
    font-weight: 500;
  }
}
.review_content .stars {
  display: flex;
}
.review_content .stars i {
  margin-right: 5px;
}
.review_content .stars i.full {
  width: 25px;
  height: 25px;
  display: block;
}
.review_content .stars .full {
  background: none no-repeat center center;
  background-size: contain;
}
.review_content #reviews {
  column-count: 2;
  column-gap: 30px;
}
.review_content #reviews .review_item {
  margin-bottom: 30px;
  break-inside: avoid;
}
.review_content #reviews .review_item .review_source {
  font-size: 14px;
  color: #999999;
  line-height: 21px;
  text-align: left;
  margin-top: 0;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .review_content #reviews .review_item .review_source {
    font-family: OpenSans-Medium, Arial, Helvetica, sans-serif;
    font-weight: 500;
  }
}
@media screen and (max-width: 768px) {
  .review_content #reviews .review_item .review_source {
    font-family: STIXTwoText-Medium, Arial, Helvetica, sans-serif;
    font-weight: 500;
  }
}
.review_content #reviews .review_card {
  min-height: 216px;
  padding: 16px;
  background: #FFFFFF;
  border-radius: 20px 20px 20px 20px;
  border: 1px solid #D8D8D8;
  box-sizing: border-box;
}
.review_content #reviews .review_card .stars_desc {
  font-size: 16px;
  color: #888888;
  line-height: 24px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 24px;
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .review_content #reviews .review_card .stars_desc {
    font-family: OpenSans-Medium, Arial, Helvetica, sans-serif;
    font-weight: 500;
  }
}
@media screen and (max-width: 768px) {
  .review_content #reviews .review_card .stars_desc {
    font-family: STIXTwoText-Medium, Arial, Helvetica, sans-serif;
    font-weight: 500;
  }
}
.review_content #reviews .review_card .review_title {
  font-size: 24px;
  color: #0F0F0F;
  line-height: 24px;
  text-align: left;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .review_content #reviews .review_card .review_title {
    font-family: OpenSans-Bold, Arial, Helvetica, sans-serif;
    font-weight: 700;
  }
}
@media screen and (max-width: 768px) {
  .review_content #reviews .review_card .review_title {
    font-family: STIXTwoText-Bold, Arial, Helvetica, sans-serif;
    font-weight: 700;
  }
}
.review_content #reviews .review_card .review_content {
  font-size: 16px;
  color: #0F0F0F;
  line-height: 24px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 9;
}
@media screen and (min-width: 768px) {
  .review_content #reviews .review_card .review_content {
    font-family: OpenSans-Medium, Arial, Helvetica, sans-serif;
    font-weight: 500;
  }
}
@media screen and (max-width: 768px) {
  .review_content #reviews .review_card .review_content {
    font-family: STIXTwoText-Medium, Arial, Helvetica, sans-serif;
    font-weight: 500;
  }
}
.review_content #reviews .review_card .review_read_more {
  width: 349px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFFFFF;
  border-radius: 9px 9px 9px 9px;
  border: 1px solid #DDDDDD;
  margin: 25px auto;
  font-size: 18px;
  color: #0F0F0F;
  line-height: 24px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  cursor: hand;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .review_content #reviews .review_card .review_read_more {
    font-family: OpenSans-SemiBold, Arial, Helvetica, sans-serif;
    font-weight: 600;
  }
}
@media screen and (max-width: 768px) {
  .review_content #reviews .review_card .review_read_more {
    font-family: STIXTwoText-SemiBold, Arial, Helvetica, sans-serif;
    font-weight: 600;
  }
}
.join_now_div {
  width: 100%;
  background: #f9f9f9;
  margin-top: 40px;
  padding-bottom: 40px;
}
.join_now_div .join_now {
  width: 250px;
  height: 44px;
  border-radius: 2px;
  opacity: 1;
  background: #0F0F0F;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0;
  margin: 0 auto;
  color: #FFFFFF;
  line-height: 44px;
  display: block;
}
@media screen and (min-width: 768px) {
  .join_now_div .join_now {
    font-family: OpenSans-SemiBold, Arial, Helvetica, sans-serif;
    font-weight: 600;
  }
}
@media screen and (max-width: 768px) {
  .join_now_div .join_now {
    font-family: STIXTwoText-SemiBold, Arial, Helvetica, sans-serif;
    font-weight: 600;
  }
}
@media (max-width: 768px) {
  .review_head {
    width: unset;
    height: unset;
    padding-top: 10px;
    margin: 0 16px 0 16px;
    padding-bottom: 60px;
  }
  .review_head .review_logo {
    width: 155px;
  }
  .review_head .review_logo.bcLogo {
    width: 100px;
  }
  .review_head .right {
    margin-top: 10px;
  }
  .review_head .right .operate {
    font-size: 14px;
  }
  .review_head .right .operate a {
    padding: 3px 9px;
    box-shadow: 0 4px 10px 0 rgba(232, 230, 231, 0.85);
    border-radius: 5px 5px 5px 5px;
  }
  .review_head .right .operate a:nth-child(1) {
    margin-right: 16px;
  }
  .review_title {
    display: block;
    padding: 0 16px;
  }
  .review_title .left {
    width: unset;
    font-size: 44px;
    color: #3D3D3D;
    line-height: 52px;
    height: unset;
    margin-bottom: 24px;
  }
  .review_title .right {
    width: unset;
    font-size: 15px;
    color: #0F0F0F;
    line-height: 23px;
  }
  .review_title .right .break_line {
    margin-bottom: 16px;
    display: block;
  }
  .review_top {
    padding-bottom: 24px;
  }
  .review_button {
    width: unset;
    padding-top: 26px;
    margin: 0 16px;
  }
  .review_button .review_content {
    padding: 0 16px;
  }
  .review_button .review_content .stars i.full {
    width: 18px;
    height: 18px;
  }
  .review_button .review_content .total_review_number {
    margin-bottom: 24px;
  }
  .review_button .review_content .total_review_number .review_number {
    margin-left: 5px;
    line-height: 18px;
  }
  .review_button .review_content #reviews {
    column-count: 1;
  }
  .review_button .review_content #reviews .review_item .review_card {
    width: unset;
  }
  .review_button .review_content #reviews .review_item .review_card .review_title {
    font-size: 16px;
    line-height: 24px;
  }
  .review_button .review_content #reviews .review_item .review_card .review_content {
    font-size: 15px;
    line-height: 23px;
  }
  .review_button .review_content #reviews .review_item .review_card .review_read_more {
    font-size: 16px;
    line-height: 24px;
    width: auto;
    height: 40px;
    border-radius: 9px 9px 9px 9px;
  }
  .review_button .review_content #reviews .review_item .review_source {
    margin-top: 0;
    margin-left: auto;
  }
  .join_now_div {
    background: #ffffff;
    padding: 40px 0;
    margin-top: 0;
  }
}
@media (max-width: 768px) and screen and (min-width: 768px) {
  .review_head .right .operate {
    font-family: OpenSans-SemiBold, Arial, Helvetica, sans-serif;
    font-weight: 600;
  }
}
@media (max-width: 768px) and screen and (max-width: 768px) {
  .review_head .right .operate {
    font-family: STIXTwoText-SemiBold, Arial, Helvetica, sans-serif;
    font-weight: 600;
  }
}
@media (max-width: 768px) and screen and (min-width: 768px) {
  .review_button .review_content #reviews .review_item .review_card .review_title {
    font-family: OpenSans-SemiBold, Arial, Helvetica, sans-serif;
    font-weight: 600;
  }
}
@media (max-width: 768px) and screen and (max-width: 768px) {
  .review_button .review_content #reviews .review_item .review_card .review_title {
    font-family: STIXTwoText-SemiBold, Arial, Helvetica, sans-serif;
    font-weight: 600;
  }
}
