.pc-price-module2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #FAFAFA;
}
.pc-price-module2 .title-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
  margin-bottom: 35px;
}
.pc-price-module2 .title-wrapper .line {
  width: 5px;
  background: #FFCBBB;
  border-radius: 2px;
}
.pc-price-module2 .title-wrapper .line1 {
  height: 22px;
  margin: 0 12px;
}
.pc-price-module2 .title-wrapper .line2 {
  height: 30px;
}
.pc-price-module2 .title-wrapper .text {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 38px;
  color: #333333;
  padding: 0 50px;
}
.pc-price-module2 .title-wrapper .text .hot {
  color: #FA5D2D;
}
.pc-price-module2 .head-img {
  margin-bottom: 30px;
  cursor: pointer;
}
.pc-price-module2 .price-wrapper .table-wrapper {
  width: 1200px;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 27px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 15px;
  color: #333333;
}
.pc-price-module2 .price-wrapper .table-wrapper table td {
  text-align: center;
  background: #fff;
}
.pc-price-module2 .price-wrapper .table-wrapper table td .hot {
  font-weight: bold;
  font-size: 14px;
  color: #F96234;
}
.pc-price-module2 .price-wrapper .table-wrapper table tbody > tr:nth-child(1) {
  width: 226px;
}
.pc-price-module2 .price-wrapper .table-wrapper table tbody > tr:nth-child(2) {
  width: 180px;
}
.pc-price-module2 .price-wrapper .table-wrapper table tbody > tr:nth-child(3) {
  width: 194px;
}
.pc-price-module2 .price-wrapper .table-wrapper table tbody > tr:nth-child(4) {
  width: 180px;
}
.pc-price-module2 .price-wrapper .table-wrapper table tbody > tr:nth-child(5) {
  width: 420px;
}
.pc-price-module2 .price-wrapper .table-wrapper table tr td {
  border: 1px solid #F5F5F5;
}
.pc-price-module2 .price-wrapper .table-wrapper table tr > td:nth-child(4) {
  border-right: none;
}
.pc-price-module2 .price-wrapper .table-wrapper table .merge .td {
  border-bottom-width: 1px;
}
.pc-price-module2 .price-wrapper .table-wrapper table .merge > td:nth-child(4) {
  border-bottom: none;
}
.pc-price-module2 .price-wrapper .table-wrapper table .space {
  height: 20px;
}
.pc-price-module2 .price-wrapper .table-wrapper table .tag {
  height: 40px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;
  overflow: hidden;
}
.pc-price-module2 .price-wrapper .table-wrapper table .tag td {
  border: none;
  background: #F96234;
}
.pc-price-module2 .price-wrapper .table-wrapper table .subject {
  background: #fff;
  font-weight: bold;
  font-size: 18px;
}
.pc-price-module2 .price-wrapper .table-wrapper table .col1 {
  width: 226px;
}
.pc-price-module2 .price-wrapper .table-wrapper table .col2 {
  width: 180px;
}
.pc-price-module2 .price-wrapper .table-wrapper table .col3 {
  width: 194px;
}
.pc-price-module2 .price-wrapper .table-wrapper table .col4 {
  width: 180px;
}
.pc-price-module2 .price-wrapper .table-wrapper table .col5 {
  width: 420px;
}
.pc-price-module2 .price-wrapper .table-wrapper table .gray {
  background: #FCFCFC;
}
