.price-page .cover {
  height: 600px;
  background-color: #ef5756;
  text-align: center;
  color: var(--white-color);
  padding-top: 100px;
  box-sizing: border-box;
  position: relative;
}
.price-page .cover h1 {
  font-size: 72px;
}
.price-page .price-item {
  box-shadow: 0px 2px 16px 0px rgba(209, 209, 209, 0.5);
  background-color: var(--white-color);
  border-radius: 16px;
  margin-top: 90px;
}
.price-page .price-item .left {
  height: 615px;
  text-align: center;
  border-radius: 16px 0 0 16px;
  background-color: var(--gray-color);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #000;
}
.price-page .price-item .left h2 {
  font-size: 40px;
  color: #000;
  line-height: 44px;
  margin-bottom: 24px;
}
.price-page .price-item .left h1 {
  height: 136px;
}
.price-page .price-item .left span {
  font-size: 64px;
}
.price-page .price-item .left b {
  font-size: 128px;
}
.price-page .price-item .left p {
  margin: 24px 0 48px 0;
  font-size: 24px;
  color: #333333;
  line-height: 32px;
}
.price-page .price-item .left .btn {
  width: 50%;
  height: 64px;
  background: linear-gradient(90deg, #e72a29 0%, #f1605f 100%);
  border-radius: 40px;
}
.price-page .price-item .right {
  height: 615px;
  padding: 83px 95px 0 68px;
}
.price-page .price-item .right p {
  font-weight: 400;
  font-size: 24px;
  color: #333333;
  line-height: 32px;
  text-align: left;
}
.price-page .price-item .right ul {
  margin-top: 65px;
}
.price-page .price-item .right ul li {
  font-weight: 600;
  font-size: 24px;
  color: #000000;
  line-height: 48px;
  position: relative;
  text-align: left;
}
.price-page .price-item .right ul li .round {
  display: inline-block;
  width: 12px;
  height: 12px;
  opacity: 0.8;
  border-radius: 100%;
  background-color: #e72a29;
  position: relative;
  top: -2px;
}
.price-page .price-item .right ul li .animate-ping {
  display: inline-block;
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  position: absolute;
  width: 12px;
  height: 12px;
  opacity: 0.75;
  border-radius: 100%;
  background-color: #e27979;
  left: 0;
  top: 18px;
}
@keyframes ping {
  75%,
  to {
    transform: scale(2);
    opacity: 0;
  }
}
.price-page .block {
  height: 566px;
}
.price-page .discover {
  background-color: var(--gray-color);
}
.price-page .discover h1 {
  font-weight: 600;
  font-size: 56px;
  color: #1d1d1f;
  line-height: 64px;
  text-align: center;
  width: 80%;
  max-width: 1010px;
  margin: auto;
  padding: 80px 0 86px 0;
}
.price-page .discover .item {
  padding-left: 40px;
  padding-top: 40px;
  height: auto;
  background-color: var(--white-color);
}
.price-page .discover2 .item {
  height: 457px;
  justify-content: space-between;
}
.price-page .discover .item h2 {
  font-size: 28px;
  color: #1d1d1f;
  line-height: 32px;
  margin-top: 26px;
  height: 64px;
  margin-bottom: 56px;
}
.price-page .discover .item p {
  font-size: 16px;
  color: #252527;
  line-height: 24px;
}
.price-page .discover .item img {
  width: 40px;
}
.discover {
  padding: 0px 0;
  background-color: var(--gray-color);
}

.discover img {
  width: 40px;
}

.discover .item {
  height: 350px;
  padding: 40px;
  display: flex;
  border-radius: 4px;
  box-sizing: border-box;
  flex-direction: column;
  background-color: #fff;
}

.discover .item h2 {
  margin: 20px 0;
  font-weight: normal;
}

.discover .item p {
  height: 40px;
  color: #545861;
  font-size: 16px;
}
.price-page .pionring {
  padding: 157px 0 128px 0;
}
.price-page .pionring .lp h1 {
  font-size: 46px;
  color: #000000;
  line-height: 54px;
  padding-right: 25px;
  margin-bottom: 36px;
}
.price-page .pionring .lp img {
  width: 64px;
}
.price-page .pionring .rp p {
  padding: 0 90px;
  padding-top: 25px;
  font-size: 24px;
  color: #333333;
  line-height: 32px;
}
.price-page .revenue {
  background-color: var(--gray-color);
  margin-bottom: 128px;
}
.price-page .revenue .left {
  height: 496px;
  color: #000000;
  line-height: 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 36px;
}
.price-page .revenue .left h1 {
  font-size: 40px;
  color: #000000;
  line-height: 48px;
  margin-bottom: 40px;
}
.price-page .revenue .left button {
  height: 64px;
  border-radius: 40px;
  padding-left: 30px;
  padding-right: 30px;
}
.price-page .revenue .left button:first-child {
  background-color: #fff;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
}
.price-page .revenue .left button:last-child {
  color: var(--white-color);
  background: linear-gradient(90deg, #e72a29 0%, #f1605f 100%);
}
.price-page .revenue .right {
  height: 496px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.price-page .revenue .right img {
  max-width: 100%;
  object-fit: contain;
}
.price-page2 .layui-col-md4 {
  height: 468px !important;
}
.price-page2 .item {
  height: 100% !important;
      justify-content: space-between;
}
.jxc-most .most {
  background-color: #6eb156;
  color: #fff;
  text-align: center;
  width: 100%;
  padding: 5px 0;
  border-radius: 4px 4px 0 0;
}
.jxc-most .item {
  height: calc(100% - 30px) !important;
  padding-top: 10px;
  border: 1px solid #6eb156;
  border-radius: 0 0 4px 4px;
}
.jxc-most .item a{
  background-color: #6eb156 !important;
}
@media screen and (max-width: 768px) {
  .cover {
    padding-top: 35px !important;
  }
  .cover h1 {
    font-size: 45px !important;
  }
  .price-item {
    top: -70px !important;
    width: 95%;
  }
  .price-item .left {
    height: 490px !important;
  }
  .price-item .left .btn {
    width: 90% !important;
  }
  .price-item .right {
    height: auto !important;
    padding: 10px !important;
    margin-top: 20px;
  }
  .price-item .right ul {
    margin-top: 20px !important;
  }
  .price-item .right ul li {
    font-size: 16px !important;
  }
  .price-item .right ul li .round {
    top: 0 !important;
  }
  .price-item .right ul li .animate-ping {
    top: 17px !important;
  }
  .price-page .block {
    height: 650px !important;
  }
  .price-page .discover {
    padding-bottom: 30px;
  }
  .price-page .discover h1 {
    width: 100% !important;
    font-size: 24px !important;
    padding: 40px 0 !important;
    line-height: 36px !important;
  }
  .price-page .discover .item {
    height: auto !important;
    padding: 20px !important;
    box-sizing: border-box;
  }
  .price-page .discover .item h2 {
    margin: 0 !important;
    height: auto !important;
    font-size: 20px !important;
    padding: 20px 0;
  }
  .price-page .discover .item p {
    font-size: 14px !important;
  }
  .price-page .discover .layui-col-space30 > * {
    padding-bottom: 0px !important;
  }
  .price-page .pionring {
    padding: 20px 0 !important;
  }
  .price-page .pionring .lp {
    padding-left: 25px;
    text-align: center;
  }
  .price-page .pionring .lp h1 {
    font-size: 23px !important;
    padding: 0 !important;
    margin: 0 !important;
    line-height: 32px;
    text-align: left;
  }
  .price-page .pionring .rp p {
    padding: 20px !important;
    font-size: 20px;
  }
  .price-page .revenue {
    margin-bottom: 50px !important;
  }
  .price-page .revenue .left {
    padding-left: 0px !important;
  }
  .price-page .revenue .left h1 {
    font-size: 32px !important;
  }
  .price-page .revenue .left .btn-group {
    display: flex;
    flex-direction: column;
  }
  .price-page .revenue .left .btn-group button {
    margin: 10px 0;
  }
  .price-page .revenue .right {
    height: auto !important;
  }
  .price-page .revenue .right img {
    height: auto !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 940px) {
  .price-page .price-item .right {
    padding: 40px;
    height: auto !important;
  }
  .price-page .price-item .left {
    padding: 40px;
    height: auto !important;
    border-top-right-radius: 40px;
  }
  .block {
    height: 460px !important;
  }
  .discover {
    padding: 180px 0;
  }
} /*# sourceMappingURL=price.css.map */
