@charset "UTF-8";
@import url("common.css");

.section-price .main-title {
  text-align: center;
}
.section-price .list-prices {
  border-top: 1px solid #e0e0e0;
}
.section-price .title-price {
  text-align: center;
  color: #fff;
  font-weight: bold;
}

.content-price {
  width: 100%;
}
.content-price .title {
  text-align: center;
  font-weight: bold;
}
.content-price .detail {
  color: #666;
  text-align: center;
  font-weight: 500;
}

.is-green .title-price {
  background-color: #339966;
}
.is-green .content-price {
  border: 1px solid #339966;
}
.is-green .content-price .title {
  border-bottom: 1px solid #339966;
  color: #339966;
}
.is-green .table-price {
  border: 1px solid #d6ebe0;
}
.is-green .table-price th {
  color: #339966;
  background-color: #eaf5ef;
}
.is-green .table-price th:not(:last-child), .is-green .table-price td:not(:last-child) {
  border-right: 1px solid #d6ebe0;
}
.is-green .table-price tr:not(:last-child) {
  border-bottom: 1px solid #d6ebe0;
}

.is-orange .title-price {
  background-color: #ff8306;
}
.is-orange .content-price {
  border: 1px solid #ff8306;
}
.is-orange .content-price .title {
  color: #ff8306;
  border-bottom: 1px solid #ff8306;
}
.is-orange .table-price {
  border: 1px solid #ffe6cd;
}
.is-orange .table-price th {
  color: #c66300;
  background-color: #fff2e6;
}
.is-orange .table-price th:not(:last-child), .is-orange .table-price td:not(:last-child) {
  border-right: 1px solid #ffe6cd;
}
.is-orange .table-price tr:not(:last-child) {
  border-bottom: 1px solid #ffe6cd;
}

.wrap-table .table-price {
  width: 100%;
}
.wrap-table .table-price th {
  font-weight: bold;
}
.wrap-table .table-price td {
  font-weight: 500;
  color: #666;
}
.wrap-table .table-price td.service span {
  display: block;
}

.wrap-text {
  font-weight: 500;
  color: #666;
}
.wrap-text .is-right {
  text-align: right;
}

@media print, (min-width: 768px) {
  .section-price {
    padding: 40px 0 30px;
  }
  .section-price .wrapper {
    width: 997px;
  }
  .section-price .main-title {
    font-size: 40px;
    margin-bottom: 50px;
  }
  .section-price .list-prices {
    padding-top: 40px;
  }
  .section-price .wrapper-price {
    overflow: hidden;
  }
  .section-price .wrapper-price:not(:last-child) {
    margin-bottom: 90px;
  }
  .section-price .title-price {
    font-size: 30px;
    padding: 10px 0 7px;
    margin-bottom: 45px;
  }
}
@media all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: active), (min-width: 768px) and (-ms-high-contrast: active) {
  .section-price .title-price {
    padding: 16px 0 2px;
  }
}

@media print, (min-width: 768px) {
  .content-price {
    margin-bottom: 40px;
  }
  .content-price .title {
    font-size: 25px;
    padding: 3px 0 1px;
  }
}
@media all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: active), (min-width: 768px) and (-ms-high-contrast: active) {
  .content-price .title {
    padding: 0;
    height: 40px;
    line-height: 2;
  }
}
@media print, (min-width: 768px) {
  .content-price .detail {
    font-size: 18px;
    padding: 15px 0 13px;
  }
}
@media all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: active), (min-width: 768px) and (-ms-high-contrast: active) {
  .content-price .detail {
    padding: 0;
    line-height: 3.4;
    height: 53px;
  }
}

@media print, (min-width: 768px) {
  .wrap-table {
    margin-bottom: 5px;
  }
  .wrap-table .table-price th {
    font-size: 16px;
    padding: 16px 0 12px;
  }
}
@media all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: active), (min-width: 768px) and (-ms-high-contrast: active) {
  .wrap-table .table-price th {
    padding: 18px 0 10px;
  }
}
@media print, (min-width: 768px) {
  .wrap-table .table-price th.service {
    padding-left: 37px;
  }
  .wrap-table .table-price th.fee, .wrap-table .table-price th.remark {
    text-align: center;
  }
  .wrap-table .table-price td {
    font-size: 18px;
    padding: 20px 0;
  }
}
@media all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: active), (min-width: 768px) and (-ms-high-contrast: active) {
  .wrap-table .table-price td {
    padding: 24px 0 16px;
  }
}
@media print, (min-width: 768px) {
  .wrap-table .table-price td.service {
    padding-left: 20px;
  }
  .wrap-table .table-price td.service span {
    margin-top: 5px;
  }
  .wrap-table .table-price td.fee {
    padding-left: 52px;
  }
  .wrap-table .table-price td.remark {
    padding-left: 42px;
  }
  .wrap-table .table-price .service {
    width: 196px;
  }
  .wrap-table .table-price .fee {
    width: 206px;
  }

  .wrap-text {
    font-size: 14px;
    width: 540px;
    float: right;
  }
}
@media only screen and (max-width: 767px) {
  .section-price {
    padding: 0.5rem 0;
    margin: 0 0.2rem;
  }
  .section-price .main-title {
    font-size: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .section-price .list-prices {
    padding-top: 0.8rem;
  }
  .section-price .wrapper-price:not(:last-child) {
    margin-bottom: 1rem;
  }
  .section-price .title-price {
    font-size: 0.36rem;
    padding: 0.12rem 0.1rem;
    margin-bottom: 0.5rem;
  }
  .section-price .title {
    font-size: 0.3rem;
    padding: 0.04rem 0;
  }
  .section-price .detail {
    font-size: 0.26rem;
    padding: 0.2rem 0.1rem;
  }
  .section-price .content-price {
    margin-bottom: 0.5rem;
  }

  .wrap-table {
    margin-bottom: 0.1rem;
  }
  .wrap-table .table-price th {
    font-size: 0.28rem;
    padding: 0.2rem 0;
    text-align: center;
    width: 33.33%;
  }
  .wrap-table .table-price td {
    font-size: 0.24rem;
    padding: 0.4rem 0.1rem;
    text-align: center;
  }

  .wrap-text {
    font-size: 0.24rem;
  }
}

/*# sourceMappingURL=price.css.map */
