.main_content {
  width: 1200px;
  line-height: 29px;
}
.price_area {
  margin: 50px 0 50px;
}
.price_title {
  height: 36px;
  font-size: 37px;
  line-height: 36px;
  margin-bottom: 38px;
}
.price_table {
  width: 1050px;
  /* height: 490px; */
}
.price_table_img {
  width: 100% !important;
  height: 100% !important;
}
.microphone {
  display: flex;
  align-items: center;
  font-size: 25px;
  font-weight: bold;
}
.microphone img {
  margin-right: 20px;
}
.main_content a {
  color: #394e69;
  overflow: hidden;
}
.main_content a:hover {
  text-decoration: underline;
}
@media (max-width: 1220px) {
  .main_content,
  .price_table {
    width: 800px !important;
  }
}
@media (max-width: 819px) {
  .main_content,
  .price_table {
    width: 100% !important;
  }
  .main_content {
    line-height: 22px !important;
  }
  .main_content > p:first-child {
    margin-bottom: 10px !important;
  }
  .price_area {
    margin: 30px 0 !important;
  }
  .price_title {
    height: 25px !important;
    font-size: 25px !important;
    line-height: 25px !important;
    margin-bottom: 25px !important;
  }
  .microphone img {
    width: 25px !important;
    margin-right: 10px !important;
  }
}

