
  .layui-tabs-header {
      height: auto;
      line-height: 135%;
  }

  .layui-tabs-header li {
      height: auto;
      width: 33%;
      line-height: 135%;
      padding: 2rem 0;
      color: #999;
  }

  .layui-tabs-header li strong {
      display: block;
      font-size: 2rem;
  }

  .layui-tabs-header li span {
      display: block;
      font-size: 1rem;
      margin: 1rem 0 0 0;
  }

  .layui-tabs-header li.layui-this {
      color: #066cd3;
  }

  .layui-tabs-header li.layui-this span {
      color: #333;
  }

  .layui-tabs-header li.layui-this::after {
      border-bottom: .5rem solid #066cd3;
      top: auto;
      bottom: -2px;
  }

      {
      padding: 2rem 0;
  }

  .priceBox {
      display: flex;
      display: -webkit-flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: space-between;
  }

  .priceBox dl {
      flex: 1;
      margin: 0 4rem 0 0;
      padding: 0 4rem 0 0;
      border-right: 1px dashed #ccc;
  }

  .priceBox dl:last-child {
      margin: 0;
      padding: 0;
      border-right: 0;
  }

  .priceBox dl dt {
      padding: 2rem 0;
      text-align: center;
      font-weight: bold;
      font-size: 1.5rem;
  }

  .priceBox dl dd {
      padding: 1rem;
      border-bottom: 1px dotted rgba(0, 0, 0, .1);
      display: flex;
      display: -webkit-flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: space-between;
  }

  .priceBox dl dd span {
      flex: 1;
      font-size: 1rem;
      text-align: center;
  }

  .priceBox dl dd span:first-child {
      text-align: left;
  }

  .priceBox dl dd span:last-child {
      text-align: right;
  }

  .priceBox dl dd.title {
      background: #edf9fe;
      padding: 1rem;
      border-radius: 1rem;
      border-bottom: none;
  }

  .holidayCalendar {}

  .holidayCalendar h4 {
      text-align: center;
      font-size: 1.4rem;
      margin: 1rem 0;
  }

  .holidayCalendar ul {
      overflow: hidden;
  }

  .holidayCalendar dl {
      border-bottom: 1px solid #ccc;
      border-left: 1px solid #ccc;
      display: flex;
      display: -webkit-flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: space-between;
  }

  .holidayCalendar dl:first-child {
      border-top: 1px solid #ccc;
  }

  .holidayCalendar dl dd {
      flex: 1;
      border-right: 1px solid #ccc;
      font-size: 1rem;
      text-align: center;
      padding: .2rem 0;
  }

  .holidayCalendar dl dd.month {
      font-weight: bold;
  }

  .holidayCalendar dl dd.daily {
      background: #fa0;
  }

  .holidayCalendar dl dd.peak {
      background: #f20;
      color: #fff;
  }

  .holidayCalendar ol {}

  .holidayCalendar ol p {
      margin: 1rem 0 0 0;
  }

  .holidayCalendar ol p strong {
      margin: 0 1rem 0 0;
  }

  .holidayCalendar ol p strong::before {
      content: '';
      display: inline-block;
      width: 3rem;
      height: 2rem;
      vertical-align: middle;
      background: #fff;
      border: 1px solid #ccc;
      margin: 0 .5rem 0 0;
  }

  .holidayCalendar ol p strong.daily::before {
      background: #fa0;
      border: none;
  }

  .holidayCalendar ol p strong.peak::before {
      background: #f20;
      border: none;
  }

  @media (max-width:960px) {


      .holidayCalendar ul {
          border-top: 1px solid #ccc;
          border-right: 1px solid #ccc;
          display: flex;
          display: -webkit-flex;
          flex-direction: row;
          flex-wrap: nowrap;
          justify-content: space-between;
      }

      .holidayCalendar dl {
          flex: 1;
          display: block;
          border-bottom: none;
      }

      .holidayCalendar dl:first-child {
          border-top: none;
      }

      .holidayCalendar dl dd {
          border-right: 0;
          border-bottom: 1px solid #ccc;
          height: 2rem;
          line-height: 2rem;
      }
  }

  @media (max-width:600px) {
      .priceBox {
          display: block;
      }

      .priceBox dl {
          margin: 0;
          padding: 0;
          border: none;
      }

      .priceBox dl dt {
          padding: 1rem 0;
          font-size: 1rem;
      }

      .priceBox dl dd,
      .priceBox dl dd.title {
          padding: .5rem;
      }

      .priceBox dl dd span {
          font-size: 1.4rem;
      }

      .holidayCalendar dl dd {
          font-size: 1rem;
      }

  }


  @media (max-width:410px) {

      .holidayCalendar ol p {
          font-size: 1rem;
          line-height: 145%;
      }

      .holidayCalendar ol p strong::before {
          height: 1.2rem;
          width: 2rem;
      }

      .holidayCalendar dl dd {
          font-size: .8rem;
      }




  }
  
a.whatsapp {
  display: inline-block;
  margin: 0 auto;
  padding: 0 2rem 0 5rem;
  width: auto;
  height: 4rem;
  line-height: 4rem;
  background: #25d366 url(../img/whatsapp.png) no-repeat 1rem center;
    background-size: auto;
  background-size: 4rem;
  color: #fff;
  font-size: 1.6rem;
  border-radius: 1rem;
  margin-bottom: 30px;
}