.header-content {
  margin-top: 0 !important;
}
.header-box {
  background: #1c1d2e;
}
.price-content {
  background: url("../images/price/serve-bg.png") no-repeat top center;
}
.price-content .title {
  font-size: 34px;
  margin-top: 180px;
  font-family: "webfontB";
}
.price-content .intro {
  font-size: 17px;
  color: #383838;
  margin-top: 5px;
  font-family: "webfont";
}
.price-content .item-box {
  margin-top: 70px;
}
.price-content .item {
  width: 370px;
  height: 705px;
  background: #FFF;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.02);
  position: relative;
  margin: 0 auto;
}
.price-content .item .head {
  height: 63px;
  line-height: 63px;
  width: 100%;
}
.price-content .item .head h2 {
  margin: 0;
  height: 63px;
  line-height: 63px;
  color: #FFF;
  font-size: 22px;
  position: relative;
}
.price-content .item .head .head-hot {
  background: url("../images/price-hot.png") 0 0 no-repeat;
  position: absolute;
  display: inline-block;
  width: 60px;
  height: 54px;
  right: 0;
}
.price-content .item .head.bg-base {
  background: #06dbbf;
}
.price-content .item .head.bg-pro {
  background: #ffae00;
}
.price-content .item .head.bg-hot {
  background: #00a3ff;
}
.price-content .item .price-box {
  text-align: center;
  padding: 30px 0 20px;
  margin: 0 25px;
  border-bottom: 1px solid #e4e4e4;
}
.price-content .item .price-box .price {
  font-size: 18px;
}
.price-content .item .price-box .price strong {
  font-size: 22px;
  letter-spacing: normal;
}
.price-content .item .price-box .intro {
  font-size: 16px;
  margin-top: 20px;
  color: #767676;
}
.price-content .item .info-list ul {
  padding: 0;
  list-style: none;
  width: 140px;
  margin: 35px auto 0;
}
.price-content .item .info-list ul li {
  padding: 9px 0;
  color: #3d3d3d;
  letter-spacing: normal;
  text-indent: 14px;
  background: url("../images/price/icon-dot.png") no-repeat left center;
}
.price-content .item .btn-box {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 39px;
}
.price-content .item .btn-box button {
  width: 127px;
  height: 38px;
  background: #06dbbf;
  border: none;
}
.price-content .item .btn-box button:active {
  outline: none;
  box-shadow: none;
}
.price-content .item .btn-box button a {
  color: #fff;
}
.price-content .item .btn-box button a:hover {
  text-decoration: none;
}
.price-content .item-hot {
  margin: 0 auto;
}
.price-content .item-hot .info-list ul {
  width: 160px;
}
.price-content .item-pro {
  float: right;
}
.price-content .item-pro .info-list ul {
  width: 160px;
}
.price-content .item-hot .icon-try {
  background: transparent url("../images/icon-phone-1.png") left center no-repeat;
  color: #00a3ff;
  height: 29px;
  line-height: 29px;
  padding-left: 25px;
  font-size: 16px;
  padding-top: 0;
}
.question-answer {
  margin-top: 80px;
  margin-bottom: 58px;
}
.question-answer h2 {
  font-size: 26px;
  margin-bottom: 30px;
}
.question-answer .text-box {
  width: 570px;
  height: 276px;
  padding: 45px;
  background: #FFF;
  border-radius: 4px;
}
.question-answer .text-box .question {
  font-size: 18px;
  color: #323232;
}
.question-answer .text-box .answer {
  font-size: 14px;
  color: #525252;
  line-height: 30px;
  letter-spacing: normal;
  text-align: justify;
  display: inline-block;
}
.question-answer .right-box {
  float: right;
}
