.product-tariff {
  font-size: 0;
  width: 7.5rem;
  max-width: 7.5rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.product-tariff .tariff-content {
  width: 7.02rem;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 0.24rem;
  padding: 0.6rem 0.24rem;
  margin-bottom: 0.36rem;
}
.product-tariff .tariff-content > h4,
.product-tariff .tariff-content > h5 {
  color: #333333;
}
.product-tariff .tariff-content > h4 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.36rem;
}
.product-tariff .tariff-content > h4 > img {
  height: 0.73rem;
  margin-right: 0.24rem;
}
.product-tariff .tariff-content > h5 {
  font-weight: 400;
  font-size: 0.32rem;
  line-height: 0.48rem;
  margin-top: 0.36rem;
  margin-bottom: 0.24rem;
}
.product-tariff .tariff-content table {
  border: 1px solid #000000 !important;
  box-sizing: border-box;
  border-collapse: collapse;
}
.product-tariff .tariff-content table thead tr th {
  box-sizing: border-box;
  height: 0.54rem;
  line-height: 0.54rem;
  font-size: 0.24rem;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  padding-left: 0.16rem;
}
.product-tariff .tariff-content table thead tr th:last-child {
  border-right: 0;
}
.product-tariff .tariff-content table thead tr:first-child th {
  margin-top: 0;
}
.product-tariff .tariff-content table tbody tr td {
  box-sizing: border-box;
  height: 0.54rem;
  line-height: 0.54rem;
  font-size: 0.24rem;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  padding-left: 0.16rem;
}
.product-tariff .tariff-content table tbody tr td:last-child {
  border-right: 0;
}
.product-tariff .tariff-content .taber-style-01 tr th:nth-child(1) {
  width: 2.21rem;
}
.product-tariff .tariff-content .taber-style-01 tr th:nth-child(2) {
  width: 1.41rem;
}
.product-tariff .tariff-content .taber-style-01 tr th:nth-child(3) {
  width: 2.94rem;
}
.product-tariff .tariff-content .taber-style-02 tr .w-214 {
  width: 2.14rem;
}
.product-tariff .tariff-content .taber-style-02 tr .w-163 {
  width: 1.63rem;
}
.product-tariff .tariff-content .taber-style-02 tr .w-118 {
  width: 1.18rem;
}
.product-tariff .tariff-content .taber-style-02 tr .w-80 {
  width: 0.8rem;
}
.product-tariff .tariff-content .taber-style-02 tr .w-81 {
  width: 0.81rem;
}
.product-tariff .tariff-content .taber-style-03 tr th:nth-child(1) {
  width: 3.18rem;
}
.product-tariff .tariff-content .taber-style-03 tr th:nth-child(2) {
  width: 1.3rem;
}
.product-tariff .tariff-content .taber-style-03 tr th:nth-child(3) {
  width: 2rem;
}
.product-tariff .tariff-content .taber-style-04 tr th {
  flex-shrink: 0;
  line-height: 0.36rem;
  padding: 0.17rem 0.12rem;
}
.product-tariff .tariff-content .taber-style-04 tr th:nth-child(1) {
  width: 1.75rem;
}
.product-tariff .tariff-content .taber-style-04 tr th:nth-child(2) {
  width: 1.71rem;
}
.product-tariff .tariff-content .taber-style-04 tr th:nth-child(3) {
  width: 3.08rem;
}
.product-tariff .tariff-content .taber-style-04 tr td {
  line-height: 0.36rem;
  padding: 0.2rem 0.15rem 0.2rem 0.15rem;
}
.product-tariff .tariff-content .taber-style-04 tr td:last-child {
  font-size: 0.2rem;
}
.product-tariff .tariff-content .taber-style-04 tr .p-35 {
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
}
.product-tariff .tariff-content .taber-style-05 tr th,
.product-tariff .tariff-content .taber-style-05 tr td {
  font-size: 0.2rem;
}
.product-tariff .tariff-content .taber-style-05 tr th {
  line-height: 0.3rem;
  padding: 0.09rem 0.16rem;
  font-weight: 500;
  font-size: 0.24rem;
}
.product-tariff .tariff-content .taber-style-05 tr th:nth-child(1) {
  width: 2.77rem;
}
.product-tariff .tariff-content .taber-style-05 tr th:nth-child(2) {
  width: 3.78rem;
}
.product-tariff .tariff-content .taber-style-05 tr td {
  line-height: 0.3rem;
  padding: 0.12rem 0.16rem;
  font-size: 0.2rem;
}
.product-tariff .tariff-content > div {
  position: relative;
}
.product-tariff .tariff-content > div > img {
  position: absolute;
  top: 50%;
  right: -0.24rem;
  transform: translateY(-50%);
  width: 5.21rem;
  height: 6.18rem;
}
.product-tariff .tariff-content > div .top-70 {
  top: 70%;
  transform: translateY(-70%);
}
.product-tariff .borderStyle {
  border: 0.01rem solid #E8E8E8;
}
