.advertisement-1 {
  width: 100%;
  height: 5.6rem;
  background: #D8D8D8;
}
.shadow {
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.left .title {
  position: relative;
}
.left .title::after {
  content: ' ';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1.2rem;
  height: 2px;
  background: #6b5eff;
}
.left .title-border {
  border-bottom: 2px solid #6b5eff;
}
.left .block-2 .image {
  height: 3.2rem;
  border-radius: 0.1rem;
}
.left .block-2 .info-2 {
  background: #f5f4ff;
  border-radius: 10px;
}
.left .evaluation {
  overflow: hidden;
  position: relative;
}
.left .evaluation::before {
  content: ' ';
  width: 5px;
  height: 20px;
  background: #6B5EFF;
  border-radius: 0px 22px 22px 0px;
  position: absolute;
  left: 0;
  top: 0.3rem;
}
.left .evaluation .item {
  width: 84px;
  height: 30px;
  background: #ffffff;
  border-radius: 15px;
  border: 1px solid #cccccc;
  cursor: pointer;
}
.left .evaluation .item:hover {
  color: #6b5eff !important;
  border-color: #6b5eff !important;
}
.right .advertisement-2 {
  height: 280px;
  width: 100%;
  background: #d8d8d8;
}
.right .info-1 {
  position: relative;
}
.right .info-1::before {
  content: ' ';
  width: 5px;
  height: 20px;
  background: #6B5EFF;
  border-radius: 0px 8px 22px 0px;
  position: absolute;
  left: 0;
  top: 22px;
}
.advertisement-3 {
  width: 300px;
  height: 600px;
  background: #D1D1D1;
}
.num {
  width: 0.48rem;
  flex: 0 0 0.48rem;
  height: 0.48rem;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  border-radius: 100px;
  margin-right: 0.1rem;
}
