.pc-price-module3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #FFF;
  margin-bottom: 54px;
}
.pc-price-module3 .title-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
  margin-bottom: 45px;
}
.pc-price-module3 .title-wrapper .line {
  width: 5px;
  background: #FFCBBB;
  border-radius: 2px;
}
.pc-price-module3 .title-wrapper .line1 {
  height: 22px;
  margin: 0 12px;
}
.pc-price-module3 .title-wrapper .line2 {
  height: 30px;
}
.pc-price-module3 .title-wrapper .text {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 38px;
  color: #333333;
  padding: 0 50px;
}
.pc-price-module3 .title-wrapper .text .hot {
  color: #FA5D2D;
}
.pc-price-module3 .ques-wrapper {
  width: 1200px;
}
.pc-price-module3 .ques-wrapper .ques-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 30px;
}
.pc-price-module3 .ques-wrapper .ques-content .ques {
  width: 270px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  background: #F7F7F7;
  border-radius: 27px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  cursor: pointer;
}
