.getPriceinfo-content {
  background: #F6F6F6;
}
.getPriceinfo-content .cistern {
  max-width: 858px;
  padding: 0 65px;
}
@media (max-width: 750px) {
  .getPriceinfo-content .cistern {
    padding: 0 15px;
  }
}
.getPriceinfo-content .content-header {
  padding: 35px 0;
  text-align: center;
}
@media (max-width: 750px) {
  .getPriceinfo-content .content-header {
    padding: 15px 0;
  }
}
.getPriceinfo-content .content-header .header-title {
  font-size: 36px;
  line-height: 64/36;
  color: #000;
}
@media (max-width: 750px) {
  .getPriceinfo-content .content-header .header-title {
    font-size: 26px;
    line-height: 38/26;
    color: #333;
  }
}
.getPriceinfo-content .content-header .header-desc {
  padding-top: 10px;
  color: #666;
  font-size: 18px;
  line-height: 23/18;
}
@media (max-width: 750px) {
  .getPriceinfo-content .content-header .header-desc {
    padding-top: 10px;
    font-size: 14px;
    line-height: 1.95;
  }
  .LANG-cn .getPriceinfo-content .content-header .header-desc {
    line-height: 1.95;
  }
}
.getPriceinfo-content .content-box {
  padding-bottom: 55px;
}
@media (max-width: 750px) {
  .getPriceinfo-content .content-box .cistern {
    background: #fff;
  }
}
