.header-content {
  text-align: center;
  background-image: url("../images/calc_bg.jpg");
  background-position: center center;
  background-size: cover; }
  .header-content h1 {
    color: #fff;
    margin-top: 70px;
    font-size: 40px; }
  .header-content h4 {
    font-size: 20px;
    padding: 0 10%;
    color: #fff;
    line-height: 30px;
    margin-bottom: 70px; }

.body-content {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  background-color: #fafafa;
  position: relative;
  padding: 50px 0 30px; }
  .body-content .head-calc {
    text-align: center; }
    .body-content .head-calc p {
      display: inline-block;
      margin: 0;
      font-size: 16px; }
    .body-content .head-calc .span-num {
      background-color: #fff;
      display: inline-block;
      margin-left: 20px;
      border: solid 1px #ccc;
      padding: 8px 8px 8px 0;
      font-size: 16px;
      font-weight: bold; }
    .body-content .head-calc input {
      display: inline-block;
      border: none;
      outline: none;
      text-align: right; }
  .body-content .body-calc {
    margin-top: 10px; }
    .body-content .body-calc span {
      font-size: 14px;
      position: relative;
      bottom: -2px;
      color: #C01324; }
  .body-content .rangeSlider, .body-content .rangeSlider__fill {
    height: 5px; }
  .body-content .rangeSlider__fill {
    background-color: #FFE57A; }
  .body-content .select-style {
    margin-top: 15px; }
    .body-content .select-style .option {
      text-align: center; }
    .body-content .select-style p {
      font-size: 16px; }
    .body-content .select-style select {
      margin-left: 20px;
      border: solid 1px #ccc;
      padding: 8px;
      font-size: 16px;
      font-weight: bold; }
    .body-content .select-style a {
      font-size: 24px;
      margin-left: 10px;
      color: #333;
      position: relative;
      top: 3px; }
  .body-content .calculate {
    margin-top: 25px;
    text-align: center; }
    .body-content .calculate a {
      display: inline-block;
      background-color: #0077b3;
      padding: 12px;
      font-size: 18px;
      color: #fff;
      text-decoration: none;
      transition: background-color 0.3s; }
      .body-content .calculate a:hover {
        background-color: #3993C0; }

.result-content {
  padding: 30px 0;
  font-size: 18px;
  background-color: #fff; }
  .result-content p {
    padding: 0 10%; }
  .result-content .content-price {
    text-align: center; }
    .result-content .content-price span {
      margin-left: 10px;
      background-color: #FFE57A;
      display: inline-block;
      padding: 10px;
      font-size: 20px;
      color: #333;
      font-weight: bold; }
      .result-content .content-price span i {
        margin-left: 10px; }
    .result-content .content-price a {
      display: inline-block;
      background-color: #0077b3;
      padding: 12px;
      font-size: 18px;
      color: #fff;
      text-decoration: none; }
      .result-content .content-price a img {
        height: 20px;
        width: auto;
        margin-left: 5px; }
  .result-content span {
    color: #C01324; }

.action-sub {
  background-color: #fafafa;
  background-image: url("../images/action-bg.jpg");
  background-position: center center;
  background-size: cover;
  text-align: center;
  padding-bottom: 30px; }
  .action-sub h2 {
    text-align: center;
    color: #fff;
    margin-bottom: 20px; }
  .action-sub .item-sub-action {
    margin: 0 5px;
    max-width: 400px;
    display: inline-block;
    padding: 10px 20px;
    background-color: rgba(255, 255, 255, 0.7); }
    .action-sub .item-sub-action img {
      height: 100px;
      width: auto; }
    .action-sub .item-sub-action a {
      display: inline-block;
      background-color: #FFE57A;
      padding: 10px;
      font-size: 16px;
      color: #333;
      font-weight: bold;
      text-decoration: none;
      transition: opacity 0.3s;
      opacity: 1; }
      .action-sub .item-sub-action a:hover {
        opacity: 0.8; }
  .action-sub h3 {
    font-size: 20px;
    color: #C01324;
    margin-top: 10px; }
  .action-sub h4 {
    font-size: 16px; }
