.btn-small {
  cursor: pointer;
  transition: all ease 0.2s;
  border: none;
  display: inline-block;
  padding: 8px 0;
  width: 120px;
  height: 38px;
  text-align: center;
  border-radius: 6px;
  font-size: 14px;
  line-height: 24px;
  line-height: 22px;
}

.btn-middle {
  cursor: pointer;
  transition: all ease 0.2s;
  border: none;
  display: inline-block;
  padding: 9px 0;
  width: 134px;
  height: 42px;
  text-align: center;
  border-radius: 6px;
  font-size: 14px;
  line-height: 24px;
}

.btn-text-small {
  font-size: 16px;
  line-height: 26px;
  cursor: pointer;
  display: inline-block;
}

.btn-theme-rvs {
  background-color: #fff;
  color: #EC1C33;
  position: relative;
}
.btn-theme-rvs::before {
  content: "";
  position: absolute;
  left: -4px;
  top: -4px;
  right: -4px;
  bottom: -4px;
  border: 1px solid #fff;
  border-radius: 8px;
  opacity: 0;
  transition: all ease 0.3s;
}
.btn-theme-rvs:hover::before {
  opacity: 1;
}

.btn-theme {
  color: #fff;
  position: relative;
}
.btn-theme::before {
  content: attr(data-text);
  background-image: linear-gradient(116.57deg, #FF7083 0%, #FC1E47 100%);
  z-index: 2;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-theme::after {
  content: "";
  position: absolute;
  background-image: linear-gradient(168.12deg, #FE837A 0%, #FE506C 100%);
  z-index: 1;
  position: absolute;
  left: -4px;
  right: -4px;
  top: -4px;
  bottom: -4px;
  border-radius: 9px;
  opacity: 0;
  transition: all ease 0.2s;
}
.btn-theme:hover {
  background-image: linear-gradient(168.12deg, #FE837A 0%, #FE506C 100%);
  position: relative;
}
.btn-theme:hover::after {
  opacity: 1;
}
.btn-theme:hover::before {
  background-image: linear-gradient(168.12deg, #FE837A 0%, #FE506C 100%);
  box-shadow: 0 0 0 2px #fff;
}

.btn-text-theme {
  background-image: linear-gradient(116.57deg, #FF7083 0%, #FC1E47 100%);
  -webkit-background-clip: text;
  color: transparent;
}

@media screen and (max-width: 768px) {
  .btn-small {
    width: 96px;
    height: 29px;
    font-size: 12px;
    padding: 0;
    line-height: 29px;
  }
  .btn-middle {
    width: 106px;
    height: 29px;
    font-size: 12px;
  }
}
main {
  margin-top: 64px;
}

.nav-fixed-top {
  background-color: #000;
}

.crumb-section {
  padding-top: 24px;
}

.show-section {
  padding-top: 48px;
}
.show-section .section-box {
  margin-top: 24px;
}
.show-section .list {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
}
.show-section .item {
  width: calc(25% - 16px);
  border: 1px solid #dedede;
  padding: 64px 0;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.show-section .item .top .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  color: #000;
}
.show-section .item .top .desc {
  font-size: 16px;
  line-height: 24px;
  color: #444;
}
.show-section .item .money-box {
  margin: 24px 0 20px;
  display: flex;
  justify-content: center;
  align-items: baseline;
  font-size: 16px;
  line-height: 26px;
  color: #797979;
}
.show-section .item .money-box .num {
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  color: #EC1C33;
  margin-right: 8px;
  background-image: linear-gradient(116.57deg, #FF7083 0%, #FC1E47 100%);
  -webkit-background-clip: text;
  color: transparent;
}
.show-section .item .money-box .num i {
  font-size: 24px;
  line-height: 36px;
  font-style: normal;
}
.show-section .item .pri {
  margin: 0 auto auto;
  min-width: 166px;
}
.show-section .item .pri li {
  text-align: left;
  margin: 4px 0;
  font-size: 14px;
  line-height: 24px;
  color: #585858;
  padding-left: 22px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 16px auto;
  background-image: url("/public/img/checked-r.png");
}
.show-section .item .pri li span {
  font-weight: 700;
  background-image: linear-gradient(116.57deg, #FF7083 0%, #FC1E47 100%);
  -webkit-background-clip: text;
  color: transparent;
}
.show-section .item .btn {
  width: 200px;
  height: 44px;
  font-size: 14px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  border: none;
  background: linear-gradient(116.57deg, #FF7083 0%, #FC1E47 100%);
  color: #fff;
  margin: 24px auto 0;
  cursor: pointer;
}
.show-section .item .btn:hover {
  background: linear-gradient(168.12deg, #FE837A 0%, #FE506C 100%);
}
.show-section .item[data-hl] {
  position: relative;
}
.show-section .item[data-hl]::before {
  content: "";
  width: 52px;
  height: 52px;
  position: absolute;
  display: block;
  top: 24px;
  right: 18px;
  z-index: 10;
}
.show-section .item[data-hl=hot]::before {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("/public/img/price-hot.svg");
}
.show-section .list-out-mb {
  display: none;
}

.table-section {
  padding-top: 0;
}
.table-section .table-main {
  display: flex;
  margin-top: 24px;
  margin-bottom: 15px;
  position: relative;
}
.table-section .table-main::before {
  content: "";
  height: 52px;
  background: linear-gradient(116.57deg, #FF7083 0%, #FC1E47 100%);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.table-section .table-main.stok .table-m-title {
  transform: translateX(0) !important;
}
.table-section .table-main .table-mob-head {
  display: none;
  position: fixed;
  padding-top: 64px;
  left: 0;
  right: 0;
  top: 0;
  background: linear-gradient(116.57deg, #FF7083 0%, #FC1E47 100%);
  z-index: 555;
}
.table-section .table-main .table-mob-head .inner-fm {
  display: none;
}
.table-section .table-main .table-mob-head .inner {
  display: flex;
  height: 104px;
  justify-content: space-between;
  align-items: center;
}
.table-section .table-main .table-mob-head .table-m-title {
  width: 160px;
  padding: 0 18px;
}
.table-section .table-main .table-mob-head .table-m-title:nth-child(1) {
  width: 156px;
  align-items: flex-start;
  text-align: left;
}
.table-section .table-main .table-mob-head .table-m-title:nth-child(2) {
  width: 442px;
  align-items: flex-start;
}
.table-section .table-main.fixed .table-m-title.modify div {
  display: block;
}
.table-section .table-main.fixed .table-mob-head {
  display: block;
}
.table-section .table-m-title {
  height: 52px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  line-height: 20px;
  z-index: 11;
  position: relative;
  text-align: center;
}
.table-section .table-m-title.modify {
  font-size: 14px;
}
.table-section .table-m-title.modify div {
  display: none;
  font-size: 30px;
  line-height: 1;
  margin-top: 8px;
}
.table-section .table-m-title.modify span {
  display: block;
  font-size: 12px;
  line-height: 18px;
  text-decoration: line-through;
  font-weight: 700;
  font-weight: 400;
}
.table-section .table-m-column {
  width: 160px;
}
.table-section .table-m-column .table-m-title.toFixed {
  width: 160px;
}
.table-section .table-m-column:nth-child(1) {
  width: 156px;
  text-align: left;
}
.table-section .table-m-column:nth-child(1) .table-m-title.toFixed {
  width: 156px;
}
.table-section .table-m-column:nth-child(1) .table-m-title {
  padding: 0 18px;
  align-items: flex-start;
  text-align: left;
}
.table-section .table-m-column:nth-child(1) .table-m-r-title {
  padding: 0 18px;
  justify-content: flex-start;
  text-align: left;
}
.table-section .table-m-column:nth-child(2) {
  width: 442px;
  text-align: left;
}
.table-section .table-m-column:nth-child(2) .table-m-title.toFixed {
  width: 442px;
}
.table-section .table-m-column:nth-child(2) .table-m-title {
  padding: 0 18px;
  align-items: flex-start;
}
.table-section .table-m-column:nth-child(2) .table-m-r-cell {
  padding: 0 18px;
  text-align: left;
}
.table-section .table-m-column .table-m-footer {
  height: 132px;
  background-color: #F9F9F9;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  text-align: center;
  color: #000;
  line-height: 18px;
}
.table-section .table-m-column .table-m-footer span {
  background-image: linear-gradient(116.57deg, #FF7083 0%, #FC1E47 100%);
  -webkit-background-clip: text;
  color: transparent;
  font-weight: 700;
}
.table-section .table-m-column:nth-child(1) .table-m-footer {
  font-size: 14px;
  font-weight: 700;
}
.table-section .table-m-r-title {
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 2px solid #F9F9F9;
  border-right: 1px solid #F9F9F9;
  border-bottom: 1px solid #F9F9F9;
  font-size: 14px;
  text-align: center;
  color: #444444;
}
.table-section .table-m-r-title[data-row="1"] {
  height: 44px;
}
.table-section .table-m-r-title[data-row="2"] {
  height: 88px;
}
.table-section .table-m-r-title[data-row="3"] {
  height: 132px;
}
.table-section .table-m-r-title[data-row="4"] {
  height: 176px;
}
.table-section .table-m-r-cell {
  height: 44px;
  font-size: 14px;
  font-weight: 400;
  color: #444444;
  text-align: center;
  line-height: 42px;
  border-bottom: 1px solid #F9F9F9;
  border-right: 1px solid #F9F9F9;
  padding: 0 18px;
}
.table-section .icon-checked {
  display: inline-block;
  width: 16px;
  height: 48px;
  margin: auto;
  vertical-align: bottom;
  background: url(/public/img/checked-r.png) no-repeat center/contain;
}
.table-section .info-line {
  display: flex;
  justify-content: space-between;
  margin: 0 -15px 65px;
}
.table-section .info-line .info {
  /* width: 230px; */
  margin: 15px;
  border-radius: 6px;
  background: var(--page-theme-color);
  padding: 24px 22px 24px 40px;
  color: #FFFFFF;
  position: relative;
}
.table-section .info-line .info::before {
  content: "";
  left: 24px;
  bottom: 24px;
  top: 24px;
  width: 2px;
  background: #FFFFFF;
  position: absolute;
}
.table-section .info-line .info .title {
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 10px;
}
.table-section .info-line .info .desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
}

.brand-section {
  background-color: #F9F9F9;
  min-width: 1240px;
}
.brand-section ul {
  display: flex;
  flex-wrap: wrap;
  margin: -9px 0;
  justify-content: space-between;
}
.brand-section ul li {
  margin: 9px 0;
  width: calc(16.6666666667% - 12px);
}

@media screen and (max-width: 980px) {
  .show-section .list-out {
    overflow: auto;
    white-space: nowrap;
    padding: 0 1px;
  }
  .show-section .list-out .item {
    width: -moz-fit-content;
    width: fit-content;
    padding-left: 24px;
    padding-right: 24px;
  }
  .show-section .list-out .item + .item {
    margin-left: 24px;
  }
  .table-section .table-m-title.modify {
    font-size: 12px;
  }
  .table-section .table-m-title.modify div {
    font-size: 26px;
    margin-top: 4px;
  }
  .table-section .table-m-column .table-m-footer {
    height: 220px;
  }
}
@media screen and (max-width: 768px) {
  .show-section .section-box {
    padding-bottom: 0;
  }
  .show-section .list-out {
    display: none;
  }
  .show-section .list-out-mb {
    display: block;
    margin: 0 -4vw;
  }
  .show-section .swiper-slide {
    width: 300px;
    transform: scale(0.95);
  }
  .show-section .swiper-slide-active {
    transform: scale(1);
  }
  .show-section .item {
    padding: 48px 36px;
    width: 300px;
    height: 574px;
  }
  .show-section .item .top .title {
    font-size: 18px;
    line-height: 26px;
  }
  .show-section .item .top .desc {
    font-size: 12px;
    line-height: 20px;
  }
  .show-section .item .money-box {
    margin: 18px 0 16px;
  }
  .show-section .item .money-box .num {
    font-size: 30px;
    line-height: 42px;
  }
  .show-section .item .money-box .num i {
    font-size: 20px;
    line-height: 26px;
  }
  .table-section {
    position: relative;
  }
  .table-section::before {
    content: "";
    height: 114px;
    background: linear-gradient(116.57deg, #FF7083 0%, #FC1E47 100%);
    position: absolute;
    left: 4vw;
    width: 96vw;
    top: 60px;
  }
  .table-section .table-main-container {
    overflow: auto;
    margin-right: -4vw;
  }
  .table-section .table-m-r-title,
  .table-section .table-m-r-cell {
    height: 48px;
    background-color: #fff;
  }
  .table-section .table-m-r-title {
    padding: 0 12px !important;
  }
  .table-section .table-m-r-title[data-row="1"] {
    height: 48px;
  }
  .table-section .table-m-r-title[data-row="2"] {
    height: 96px;
  }
  .table-section .table-m-r-title[data-row="3"] {
    height: 144px;
  }
  .table-section .table-m-r-title[data-row="4"] {
    height: 192px;
  }
  .table-section .table-main {
    min-width: 192vw;
    position: relative;
  }
  .table-section .table-main::before {
    content: none;
  }
  .table-section .table-main .table-mob-head {
    padding-top: 52px;
  }
  .table-section .table-main .table-mob-head .table-m-title {
    width: 32vw;
    flex-shrink: 0;
    white-space: nowrap;
  }
  .table-section .table-main .table-mob-head .table-m-title:nth-child(1) {
    width: 23.4vw;
    position: sticky;
    left: 0;
  }
  .table-section .table-main .table-mob-head .table-m-title:nth-child(2) {
    width: 42vw;
    position: sticky;
    left: 23.4vw;
  }
  .table-section .table-main .table-mob-head .inner-fm {
    align-items: center;
    justify-content: center;
    position: fixed;
    left: 0;
    width: 69.4vw;
    top: 52px;
    background: linear-gradient(116.57deg, #FF7083 0%, #FC1E47 100%);
    background-size: 100vw;
    z-index: 556;
    height: 104px;
    padding-left: 4vw;
    display: flex;
  }
  .table-section .table-m-column {
    width: 32vw;
  }
  .table-section .table-m-column .table-m-title {
    height: 114px;
    top: 0;
  }
  .table-section .table-m-column .table-m-title.toFixed {
    width: 32vw;
  }
  .table-section .table-m-column .table-m-footer {
    height: 220px;
  }
  .table-section .table-m-column:nth-child(1) {
    width: 23.4vw;
    position: sticky;
    left: 0;
    z-index: 12;
  }
  .table-section .table-m-column:nth-child(1) .table-m-title {
    background: linear-gradient(116.57deg, #FF7083 0%, #FC1E47 100%);
    background-size: 96vw;
    width: 23.4vw;
  }
  .table-section .table-m-column:nth-child(1) .table-m-footer {
    align-items: flex-start;
    padding-left: 18px;
  }
  .table-section .table-m-column:nth-child(2) {
    width: 42vw;
    position: sticky;
    left: 23.4vw;
    z-index: 12;
  }
  .table-section .table-m-column:nth-child(2) .table-m-title {
    background: linear-gradient(116.57deg, #FF7083 0%, #FC1E47 100%);
    background-size: 96vw;
    width: 42vw;
    background-position: -23.4vw 0;
  }
  .table-section .table-m-column:nth-child(2) .table-m-title.toFixed {
    width: 42vw;
  }
  .table-section .table-m-column:nth-child(2) .table-m-r-cell {
    line-height: 1.2;
    font-size: 15px;
  }
  .table-section .table-m-column:nth-child(2) .table-m-r-cell div {
    display: flex;
    height: 48px;
    align-items: center;
  }
  .table-section .table-m-column .table-m-footer {
    font-size: 13px;
  }
  .table-section .info-line {
    margin: 0 -12px 48px;
    flex-direction: column;
  }
  .table-section .info-line .info {
    margin: 12px;
  }
  .brand-section {
    min-width: auto;
  }
  .brand-section ul {
    margin: -3px 0;
  }
  .brand-section ul li {
    margin: 3px 0;
    width: calc(25% - 6px);
    border-radius: 2px;
    overflow: hidden;
  }
}/*# sourceMappingURL=price.css.map */