.ebg-module-rating .left .box .text h3,
.ebg-module-rating .right .text ul li a h3 {
  line-height: 1.44444444;font-size: 18px;margin-top: -4px;margin-bottom: -4px;
}
.ebg-module-rating .left .box > span,
.ebg-module-rating .right .text ul li a > span {
  line-height: 1.33333333;font-size: 12px;margin-top: -2px;margin-bottom: -2px;
}
@media (max-width: 1600px) {
  .ebg-module-rating .left .box .text h3,
  .ebg-module-rating .right .text ul li a h3 {
    line-height: 1.5;font-size: 16px;margin-top: -4px;margin-bottom: -4px;
  }
  .ebg-module-rating .left .box > span,
  .ebg-module-rating .right .text ul li a > span {
    line-height: 1.5;font-size: 12px;margin-top: -3px;margin-bottom: -3px;
  }
}
@media (max-width: 1200px) {
  .ebg-module-rating .left .box .text h3,
  .ebg-module-rating .right .text ul li a h3 {
    line-height: 1.5;font-size: 16px;margin-top: -4px;margin-bottom: -4px;
  }
  .ebg-module-rating .left .box > span,
  .ebg-module-rating .right .text ul li a > span {
    line-height: 1.5;font-size: 12px;margin-top: -3px;margin-bottom: -3px;
  }
}
@media (max-width: 750px) {
  .ebg-module-rating .left .box .text h3,
  .ebg-module-rating .right .text ul li a h3 {
    line-height: 1.5;font-size: 16px;margin-top: -4px;margin-bottom: -4px;
  }
  .ebg-module-rating .left .box > span,
  .ebg-module-rating .right .text ul li a > span {
    line-height: 1.5;font-size: 12px;margin-top: -3px;margin-bottom: -3px;
  }
}
.ebg-module-rating .ebg-con {
  margin-top: 15px;
}
.ebg-module-rating .con {
  padding-top: 15px;
}
.ebg-module-rating .left .box {
  background: #fff;
  display: block;
  overflow: hidden;
  border-radius: 8px;
  height: 100%;
  -webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
}
.ebg-module-rating .left .box > span {
  margin: 15px 0;
  color: #fff;
  display: inline-block;
  padding: 1px 10px 3px 10px;
  background: -webkit-gradient(linear, right top, left top, color-stop(0, #e8795c), to(#c91f4f));
  background: linear-gradient(270deg, #e8795c 0, #c91f4f);
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  z-index: 2;
  position: relative;
}
.ebg-module-rating .left .box .pic {
  position: relative;
  overflow: hidden;
}
.ebg-module-rating .left .box .pic:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.ebg-module-rating .left .box .pic img {
  -webkit-transition: -webkit-transform 12s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 12s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 12s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 12s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 12s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.ebg-module-rating .left .box .pic:after {
  padding-top: 56.25%;
}
.ebg-module-rating .left .box .text h3 {
  padding: 30px;
  color: #231815;
}
.ebg-module-rating .left .box .text h3 span:hover {
  border-bottom: 1px solid #231815;
}
@media (max-width: 992px) {
  .ebg-module-rating .right {
    width: 100%;
  }
}
.ebg-module-rating .right .text {
  background: #fff;
  display: block;
  overflow: hidden;
  border-radius: 8px;
  height: 100%;
  -webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
}
.ebg-module-rating .right .text .scroll {
  height: 100%;
  overflow-y: auto;
}
.ebg-module-rating .right .text ul {
  padding: 30px;
}
.ebg-module-rating .right .text ul li:nth-child(3) a {
  border-bottom: none;
}
.ebg-module-rating .right .text ul li a {
  border-bottom: 1px solid #ddd;
  display: block;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.ebg-module-rating .right .text ul li a > span {
  color: #fff;
  display: inline-block;
  padding: 1px 10px 3px 10px;
  background: -webkit-gradient(linear, right top, left top, color-stop(0, #e8795c), to(#c91f4f));
  background: linear-gradient(270deg, #e8795c 0, #c91f4f);
  border-radius: 4px;
  z-index: 2;
  position: relative;
}
.ebg-module-rating .right .text ul li a h3 {
  color: #231815;
  margin-top: 10px;
}
.ebg-module-rating .right .text ul li a h3 span:hover {
  border-bottom: 1px solid #231815;
}
.ebg-module-rating .ebg-btn-box {
  text-align: center;
}
