@charset "utf-8";
.fontMudium {
  font-family: "PingFangSC-Medium" !important;
  font-weight: 500 !important;
}
* {
  margin: 0;
  padding: 0;
}
.price__banner {
  position: relative;
  height: 320px;
}
.price__image {
  height: 100%;
  overflow: hidden;
}
.price__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.price__image img.mb {
  display: none;
}
.price__banner--wrap {
  position: absolute;
  left: 50%;
  margin-left: -45%;
  top: 50%;
  transform: translateY(-50%);
  width: 90%;
  text-align: center;
}
.pricie__title {
  display: block;
  line-height: 1.1;
  color: #fff;
  font-size: 48px;
  line-height: 56px;
}
.pricie__title span {
  display: inline-block;
  margin-right: 48px;
}
.pricie__title span:last-child {
  margin-right: 0;
}
.price__tag--wr {
  display: flex;
  justify-content: center;
}
.price__tag {
  margin-top: 32px;
}
.price__tag p {
  margin-right: 48px;
}
.price__tag p:last-child {
  margin-right: 0;
}
.price__tag span {
  display: inline-block;
  padding-left: 24px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  line-height: 26px;
  background: url(../images/icon1.svg) no-repeat left center;
  background-size: 16px auto;
  font-family: "PingFangSC-Medium" !important;
  font-weight: 500 !important;
}
.price__main {
  position: relative;
  padding: 48px 0;
  background: #F8F9FC;
}
.price__wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: auto;
  width: 1200px;
  max-width: 90%;
}
.price__menu {
  width: 160px;
}
.price__menu--item {
  margin-bottom: 16px;
}
.price__name {
  margin-bottom: 8px;
  color: #586376;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}
.price__menu--list li {
  list-style-type: none;
  border-left: 1px solid #E6E9F2;
  transition: 0.2s;
}
.price__menu--list li:hover,
.price__menu--list li.active {
  border-left-color: #EBF1F9;
}
.price__menu--list li:hover a,
.price__menu--list li.active a {
  background: #EBF1F9;
}
.price__menu--list li:hover a strong,
.price__menu--list li.active a strong {
  color: #099DFD;
}
.price__menu--list li a {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  padding: 0 12px;
  height: 38px;
  border-radius: 0 6px 6px 0;
  color: #181F27;
  text-decoration: none;
  transition: 0.35s;
  min-width: fit-content;
}
.price__menu--list li a strong {
  white-space: nowrap;
  font-weight: normal;
  font-size: 14px;
  font-family: "PingFangSC-Medium" !important;
  font-weight: 500 !important;
  transition: 0.3s;
  line-height: 1.2;
}
.price__menu--list li a span {
  display: inline-flex;
  margin-left: 8px;
  align-items: center;
  position: relative;
  height: 15px;
  width: 28px;
  border-radius: 5px 5px 5px 0;
  background: linear-gradient(225deg, #FF5050 -0.1%, #FF8450 84.06%);
  white-space: nowrap;
  min-width: 28px;
}
.price__menu--list li a span:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: url(../images/HOT.svg) no-repeat center center;
  background-size: auto 7px;
}
.price__menu--list li a span.new {
  background: linear-gradient(225deg, #0064FB -0.1%, #13C6FF 84.06%);
  width: 30px;
  min-width: 30px;
}
.price__menu--list li a span.new:before {
  background: url(../images/NEW.svg) no-repeat center;
  background-size: auto 7px;
}
.price__content {
  flex: 1;
  margin-left: 60px;
  width: 0;
}
.price__item {
  margin-bottom: 32px;
  padding-top: 9px;
  position: relative;
  overflow: hidden;
}
.price__item:first-child {
  padding-top: 0;
}
.price__item:last-child {
  margin-bottom: 0;
}
.price__theme {
  margin-bottom: 16px;
}
.price__titles {
  display: flex;
  align-items: center;
  color: #181F27;
  font-size: 20px;
  line-height: 32px;
  font-family: "PingFangSC-Medium" !important;
  font-weight: 500 !important;
}
.price__titles a {
  display: inline-block;
  margin-left: 8px;
  color: #099DFD;
  font-size: 14px;
  line-height: 18px;
  text-decoration: none;
  border-bottom: 1px solid #099DFD;
  font-family: "PingFangSC-Medium" !important;
  font-weight: 500 !important;
}
.price__subtitle {
  margin-top: 8px;
  color: #586376;
  font-size: 14px;
  line-height: 22px;
}
.price-slide a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  box-sizing: border-box;
  height: 100%;
  border: 1px solid #E6E9F2;
  background: #fff;
  border-radius: 16px;
  text-decoration: none;
}
.price-slide a:hover {
  border-color: #099DFD;
}
.price-slide a:hover .price__btn span {
  background: #000306;
}
.edite strong {
  display: block;
  line-height: 32px;
  font-size: 24px;
  font-family: "PingFangSC-Medium" !important;
  font-weight: 500 !important;
  color: #181F27;
}
.edite strong .tags {
  display: inline-flex;
  margin-left: 4px;
  align-items: center;
  padding: 0 4px;
  height: 21px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  border-radius: 6px 6px 6px 0;
  background: #FF5050;
  vertical-align: super;
}
.edite .note {
  color: #181F27;
  font-size: 14px;
  line-height: 22px;
  font-family: "PingFangSC-Medium" !important;
  font-weight: 500 !important;
}
.edite .years {
  color: #586376;
  font-size: 14px;
  line-height: 22px;
}
.quota {
  margin-top: 24px;
  flex: 1;
}
.quota .quota__tt {
  display: block;
  color: #181F27;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
}
.quota__item {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #E6E9F2;
}
.quota__item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.quota__list {
  min-height: 70px;
}
.quota__list li {
  list-style-type: none;
  padding-left: 24px;
  margin-top: 8px;
  color: #586376;
  font-size: 12px;
  line-height: 18px;
  background: url(../images/icon2.svg) no-repeat left center;
  background-size: 16px 16px;
}
.price__list {
  margin-top: 24px;
}
.price__numble {
  line-height: 1;
  color: #586376;
  font-size: 12px;
}
.price__numble b {
  margin-right: 4px;
  color: #FF5050;
  font-size: 32px;
  font-weight: normal;
  font-family: "D-DIN", Sans-serif;
  font-weight: 700;
  line-height: 32px;
}
.price__old {
  display: flex;
  align-items: center;
  color: #586376;
  font-size: 12px;
  line-height: 18px;
  min-height: 28px;
}
.price__btn {
  margin-top: 20px;
}
.price__btn span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 46px;
  border-radius: 23px;
  background: #099DFD;
  color: #fff;
  font-size: 16px;
  transition: 0.38s;
}
.price__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 32px;
  gap: 16px;
}
.price__grid li {
  list-style-type: none;
}
.price__grid li a {
  padding: 32px;
  box-sizing: border-box;
  height: 100%;
  display: block;
  border: 1px solid #E6E9F2;
  border-radius: 24px;
  background: linear-gradient(180deg, #F4FBFF 0%, #FFF 50%, #FFF 100%);
  text-decoration: none;
}
.price__grid li a:hover {
  border-color: #099DFD;
}
.price__grid li a:hover .price__btn span {
  background: #000306;
}
.price__grid li .price__btn {
  margin-top: 8px;
}
.price__tops {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
.price__tops strong {
  display: inline-block;
  color: #181F27;
  font-size: 36px;
  line-height: 44px;
  font-family: "PingFangSC-Medium" !important;
  font-weight: 500 !important;
}
.price__tops img {
  display: inline-block;
  width: 87px;
  height: auto;
}
.price__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  border-bottom: 1px solid #E6E9F2;
  height: 42px;
}
.price__row:last-child {
  border-bottom: none;
}
.price__row dt {
  display: block;
  color: #181F27;
  font-size: 16px;
  line-height: 24px;
  font-family: "PingFangSC-Medium" !important;
  font-weight: 500 !important;
}
.price__row dt p {
  color: #586376;
  font-size: 12px;
  line-height: 18px;
}
.price__row dd {
  display: flex;
  align-items: center;
  color: #586376;
  font-size: 12px;
  line-height: 1;
}
.price__row dd b {
  display: inline-block;
  margin-right: 4px;
  color: #FF5050;
  font-size: 24px;
  font-weight: normal;
  font-family: "D-DIN", Sans-serif;
  font-weight: 700;
}
.prices__tab {
  display: none;
}
.prices__tab:first-child {
  display: block;
}
.price__block {
  display: none;
}
.price__block:first-child {
  display: block;
}
.price-slide {
  height: auto;
}
.price__item:first-child .price__titles {
  font-size: 24px !important;
  line-height: 32px !important;
}
.price__texts {
  padding: 24px;
  border: 1px solid #E6E9F2;
  background: #fff;
  border-radius: 16px;
}
.price__infos {
  color: #586376;
  font-size: 14px;
  line-height: 22px;
}
.price__infos p {
  min-height: 16px;
}
.price__infos a {
  color: #099DFD;
  text-decoration: underline;
}
.price__tables {
  margin-top: 16px;
}
.price__tables table {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #E6E9F2;
  border-radius: 4px;
  border-style: hidden  ;
  /* hack一下加个假边框 */
  box-shadow: 0 0 0 1px #E6E9F2;
  overflow: hidden;
}
.price__tables table thead tr th {
  height: 48px;
  text-align: center;
  background: #F8F9FC;
  border: 1px solid #E6E9F2;
  color: #181F27;
  font-size: 14px;
  font-family: "PingFangSC-Medium" !important;
  font-weight: 500 !important;
}
.price__tables table thead tr th span {
  font-weight: 400 !important;
  font-size: 12px;
}
.price__tables table tbody tr td {
  height: 48px;
  text-align: center;
  color: #586376;
  font-size: 14px;
  border: 1px solid #E6E9F2;
}
.common__btn {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  z-index: 3;
}
.common__btn span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  width: 44px;
  height: 44px;
  border: 1px solid #C0C6D7;
  border-radius: 50%;
  cursor: pointer;
  backdrop-filter: blur(12px);
  transition: 0.35s;
}
.common__btn span:hover {
  border-color: #099DFD;
  background: #099DFD;
}
.common__btn span:hover svg path {
  fill: #fff;
}
.common__btn span:last-child {
  margin-right: 0;
}
.common__btn span svg {
  display: inline-block;
  width: 15px;
}
.common__btn span svg path {
  fill: #586376;
  opacity: 0.8;
  transition: 0.35s;
}
.price__info--nobackground {
  padding: 0;
  border: none;
  background: none;
}
.price__info--nobackground .price__infos p {
  margin-bottom: 8px;
}
.price__info--nobackground .price__infos p:last-child {
  margin-bottom: 0;
}
.price__li--item {
  margin-bottom: 8px;
}
.price__li--item:last-child {
  margin-bottom: 0;
}
.price__li--item .price__dl--tt {
  display: block;
  margin-bottom: -8px;
  color: #099DFD;
  font-size: 20px;
  line-height: 28px;
  font-family: "PingFangSC-Medium" !important;
  font-weight: 500 !important;
}
.price__mb--menu {
  position: sticky;
  top: 88px;
  display: none;
  overflow: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  width: 100vw;
  background: #fff;
  border-bottom: 1px solid #C0C6D7;
  padding-bottom: 1px;
  z-index: 20;
}
.price__tages {
  position: absolute;
  left: 0;
  top: -88px;
}
.price__mb--list {
  display: flex;
}
.price__mb--list li {
  list-style-type: none;
}
.price__mb--list li.active a {
  color: #099DFD;
  font-family: "PingFangSC-Medium" !important;
  font-weight: 500 !important;
}
.price__mb--list li.active a:before {
  right: auto;
  left: 0;
  width: 100%;
}
.price__mb--list li a {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  padding: 0 16px;
  height: 48px;
  color: #181F27;
  font-size: 14px;
  text-decoration: none;
  white-space: nowrap;
}
.price__mb--list li a:before {
  position: absolute;
  right: 0;
  bottom: -1px;
  content: "";
  width: 100%;
  height: 2px;
  background: #099DFD;
  width: 0;
  transition: 0.4s;
}
@media screen and (max-width: 1024px) {
  .price__mb--menu {
    display: block;
  }
  .price__menu {
    display: none;
  }
  .price__main {
    padding-top: 0;
    padding-bottom: 0;
  }
  .price__tag--wr {
    text-align: left;
  }
  .pricie__title span {
    margin-right: 0;
  }
  .price__wrap {
    display: block;
    max-width: 100%;
  }
  .price__content {
    padding: 48px;
    width: auto;
    margin-left: 0;
  }
  .price__block {
    display: block !important;
  }
  .price__swiper > .swiper-wrapper {
    transform: none !important;
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3, 1fr);
  }
  .price-slide {
    margin-right: 0 !important;
    width: 100% !important;
  }
  .common__btn {
    display: none !important;
  }
  .price__block {
    margin-bottom: 48px;
  }
  .price__block:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .price__swiper > .swiper-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .price__image img.pc {
    display: none;
  }
  .price__image img.mb {
    display: block;
  }
  .pricie__title {
    margin: auto;
    font-size: 32px;
    line-height: 38px;
    width: 280px;
  }
  .pricie__title span {
    margin-right: 0;
  }
  .price__tag {
    display: block;
    text-align: center;
  }
  .price__tag p {
    margin-right: 0;
    margin-bottom: 10px;
    display: block;
    text-align: left;
  }
  .price__tag p span {
    font-size: 14px;
    line-height: 20px;
  }
  .price__tag p:last-child {
    margin-bottom: 0;
  }
  .price__tag--wr {
    display: inline-block;
  }
  .price__content {
    padding: 48px 20px;
  }
  .price__titles {
    justify-content: center;
  }
  .price__grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .price__tables {
    overflow: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .price__tables table {
    margin: 1px;
    width: 930px;
  }
  .price__texts {
    padding: 20px;
  }
  .price__grid li a {
    padding: 24px;
  }
  .price__tops strong {
    font-size: 30px;
  }
  .price__info--nobackground {
    padding: 0;
  }
}
@media screen and (max-width: 500px) {
  .price__content {
    padding: 48px 20px;
  }
  .price__swiper > .swiper-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
