<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.main .product-price-wrap .crm-banner {
  background-image: url('/static/site/imgs/banner_bg_1.jpg');
}
.main .product-price-wrap .crm-banner .banner-con {
  align-items: center;
  justify-content: center;
}
.main .product-price-wrap .product-price {
  width: 100%;
  background-color: #edf4fa;
}
.main .product-price-wrap .product-price .price-cards {
  max-width: 1280px;
  margin: 0 auto;
  padding: 52px 0 63px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main .product-price-wrap .product-price .price-cards .price-card {
  width: calc(33.33% - 61px);
  border-radius: 10px;
  padding-bottom: 32px;
  overflow: hidden;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main .product-price-wrap .product-price .price-cards .price-card .title {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 103px;
  padding: 51px 0 0;
  position: relative;
}
.main .product-price-wrap .product-price .price-cards .price-card .title::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  border-radius: 20px 20px 0 0;
}
.main .product-price-wrap .product-price .price-cards .price-card .title .title-text {
  font-size: 28px;
  line-height: 22px;
  font-weight: 700;
  color: var(--color-text-1);
}
.main .product-price-wrap .product-price .price-cards .price-card .title .title-en {
  margin-top: 8px;
  color: var(--color-text-5);
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.main .product-price-wrap .product-price .price-cards .price-card .special {
  margin-top: 16px;
  padding: 3px 12px 5px;
  background-color: #e7fff5;
  border-radius: 4px;
  border: 1px solid #b4ffe1;
  font-size: 14px;
  line-height: 22px;
  color: var(--color-text-1);
}
.main .product-price-wrap .product-price .price-cards .price-card .price {
  height: 77px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.main .product-price-wrap .product-price .price-cards .price-card .price .left {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 4px;
}
.main .product-price-wrap .product-price .price-cards .price-card .price .left .price-num {
  font-size: 40px;
  font-weight: 700;
  color: #d80e0e;
  line-height: 50px;
  text-align: center;
}
.main .product-price-wrap .product-price .price-cards .price-card .price .left .price-text {
  font-size: 14px;
  font-weight: 400;
  color: var(--color-text-2);
  line-height: 18px;
  text-decoration-line: line-through;
}
.main .product-price-wrap .product-price .price-cards .price-card .price .right {
  margin-top: 13px;
  color: var(--color-text-2);
  font-size: 16px;
  font-weight: 700;
  line-height: 50px;
  text-align: center;
}
.main .product-price-wrap .product-price .price-cards .price-card .note {
  height: 36px;
  margin-top: 17px;
  max-width: 297px;
  font-size: 14px;
  line-height: 18px;
  color: var(--color-text-2);
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.main .product-price-wrap .product-price .price-cards .price-card .crm-btn {
  margin-top: 24px;
  width: 151px;
  padding: 13px 16px;
}
.main .product-price-wrap .product-price .price-cards .price-card.local-card .title::before {
  background-color: #ff9900;
}
.main .product-price-wrap .product-price .price-cards .price-card.local-card .price {
  padding-top: 7px;
  transform: translateX(35px);
}
.main .product-price-wrap .product-price .price-cards .price-card.sass-card .title {
  padding-top: 47px;
}
.main .product-price-wrap .product-price .price-cards .price-card.sass-card .title::before {
  background-color: var(--color-primary);
}
.main .product-price-wrap .product-price .price-cards .price-card.sass-card .price {
  transform: translateX(16px);
  padding-top: 13px;
}
.main .product-price-wrap .product-price .price-cards .price-card.sass-card .price .right {
  margin-top: 8px;
}
.main .product-price-wrap .product-price .price-cards .price-card.sass-card .special {
  background-color: #edf4fa;
  border-color: #e4e6ff;
}
.main .product-price-wrap .product-price .price-cards .price-card.business-card .title {
  padding-top: 43px;
}
.main .product-price-wrap .product-price .price-cards .price-card.business-card .title::before {
  background-color: #db2e28;
}
.main .product-price-wrap .product-price .price-cards .price-card.business-card .price {
  padding-top: 24px;
}
.main .product-price-wrap .product-price .price-cards .price-card.business-card .special {
  background-color: #faf0ed;
  border-color: #ffc8c6;
}
.main .product-price-wrap .compare-wrap {
  width: 100%;
  background-color: #fff;
}
.main .product-price-wrap .compare-wrap .compare-title {
  color: var(--color-text-1);
  font-size: 28px;
  line-height: normal;
  text-align: center;
  padding: 46px 0;
}
.main .product-price-wrap .compare-wrap .compare {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 0 66px;
}
.main .product-price-wrap .compare-wrap .compare .th {
  display: flex;
  align-items: center;
  height: 100px;
  padding: 20px 0 16px;
  background-color: #edf4fa;
}
.main .product-price-wrap .compare-wrap .compare .th .td {
  padding: 0 12px;
  text-align: center;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 12px;
}
.main .product-price-wrap .compare-wrap .compare .th .td span {
  color: var(--color-text-1);
  font-size: 24px;
  font-weight: 700;
  line-height: 22px;
}
.main .product-price-wrap .compare-wrap .compare .th .td .crm-btn {
  color: var(--color-text-2);
  width: 88px;
  padding: 4px 16px;
  border-color: #bfbfbf;
}
.main .product-price-wrap .compare-wrap .compare .th .td.label {
  flex: 2;
}
.main .product-price-wrap .compare-wrap .compare .tbody {
  display: flex;
  flex-direction: column;
}
.main .product-price-wrap .compare-wrap .compare .tbody .tr {
  cursor: pointer;
  height: 64px;
  display: flex;
  align-items: center;
}
.main .product-price-wrap .compare-wrap .compare .tbody .tr .td {
  padding: 0 12px;
  font-size: 16px;
  color: var(--color-text-2);
  line-height: 22px;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main .product-price-wrap .compare-wrap .compare .tbody .tr .td i {
  font-size: 24px;
  color: #444444;
}
.main .product-price-wrap .compare-wrap .compare .tbody .tr .td.label {
  flex: 2;
  justify-content: flex-start;
}
.main .product-price-wrap .compare-wrap .compare .tbody .tr:hover {
  background: #edf4fa;
}
.main .product-price-wrap .compare-wrap .compare .tbody .tr:hover .td {
  color: var(--color-primary);
}
.main .product-price-wrap .compare-wrap .compare .tbody .tr:hover .td i {
  color: var(--color-primary);
}
@media (max-width: 1024px) {
  .main .product-price-wrap .banner {
    height: 200px;
  }
  .main .product-price-wrap .banner .title {
    flex-direction: column;
    row-gap: 8px;
    font-size: 24px;
  }
  .main .product-price-wrap .product-price .price-cards {
    max-width: unset;
    padding: 25px 0 30px;
  }
  .main .product-price-wrap .product-price .price-cards .price-card {
    width: calc(33.33% - 20px);
    padding-bottom: 24px;
  }
  .main .product-price-wrap .product-price .price-cards .price-card .title {
    padding: 15px 0 10px;
  }
  .main .product-price-wrap .product-price .price-cards .price-card .title .title-text {
    font-size: 24px;
    line-height: 20px;
  }
  .main .product-price-wrap .product-price .price-cards .price-card .special {
    margin-top: 10px;
  }
  .main .product-price-wrap .product-price .price-cards .price-card .price {
    height: 55px;
  }
  .main .product-price-wrap .product-price .price-cards .price-card .price .left .price-num {
    font-size: 20px;
    line-height: 30px;
  }
  .main .product-price-wrap .product-price .price-cards .price-card .price .left .price-text {
    font-size: 12px;
    line-height: 16px;
  }
  .main .product-price-wrap .product-price .price-cards .price-card .price .right {
    font-size: 12px;
    line-height: 16px;
    margin-top: 10px;
  }
  .main .product-price-wrap .product-price .price-cards .price-card .note {
    font-size: 12px;
    line-height: 16px;
    height: 32px;
  }
  .main .product-price-wrap .product-price .price-cards .price-card .crm-btn {
    margin-top: 12px;
  }
  .main .product-price-wrap .product-price .price-cards .price-card.local-card .title {
    padding-top: 24px;
  }
  .main .product-price-wrap .product-price .price-cards .price-card.local-card .price {
    transform: translateX(29px);
  }
  .main .product-price-wrap .product-price .price-cards .price-card.sass-card .title {
    padding-top: 32px;
  }
  .main .product-price-wrap .product-price .price-cards .price-card.sass-card .price {
    transform: translateX(0px);
  }
  .main .product-price-wrap .product-price .price-cards .price-card.business-card .title {
    padding-top: 32px;
  }
  .main .product-price-wrap .product-price .price-cards .price-card.business-card .price {
    padding-top: 16px;
  }
  .main .product-price-wrap .compare-wrap .compare-title {
    font-size: 24px;
    padding: 24px 0;
  }
  .main .product-price-wrap .compare-wrap .compare {
    max-width: unset;
    padding: 0 16px 32px;
  }
  .main .product-price-wrap .compare-wrap .compare .th {
    padding: 16px 0 12px;
  }
  .main .product-price-wrap .compare-wrap .compare .th .td {
    row-gap: 8px;
  }
  .main .product-price-wrap .compare-wrap .compare .th .td span {
    font-size: 16px;
    line-height: 18px;
  }
  .main .product-price-wrap .compare-wrap .compare .th .td.label {
    flex: 1;
  }
  .main .product-price-wrap .compare-wrap .compare .tbody .tr {
    height: 48px;
  }
  .main .product-price-wrap .compare-wrap .compare .tbody .tr .td {
    font-size: 14px;
    line-height: 18px;
  }
  .main .product-price-wrap .compare-wrap .compare .tbody .tr .td i {
    font-size: 18px;
  }
  .main .product-price-wrap .compare-wrap .compare .tbody .tr .td.label {
    flex: 1;
  }
}
@media (max-width: 768px) {
  .main .product-price-wrap .product-price .price-cards {
    flex-wrap: wrap;
    row-gap: 20px;
  }
  .main .product-price-wrap .product-price .price-cards .price-card {
    width: calc(50% - 10px);
  }
}
@media (max-width: 480px) {
  .main .product-price-wrap .product-price .price-cards {
    padding-left: 16px;
    padding-right: 16px;
  }
  .main .product-price-wrap .product-price .price-cards .price-card {
    width: 100%;
  }
}
</pre></body></html>