.comBannerTitle767 {
  font-size: 22px;
  line-height: 1.5;
  text-align: center;
}
.comTitle767 {
  font-weight: 600;
  font-size: 20px;
  line-height: 29px;
}
.centerMg1023 {
  margin-left: 20px;
  margin-right: 20px;
}
.centerPd1023 {
  padding-left: 20px;
  padding-right: 20px;
}
.centerMg767 {
  margin-left: 4vw;
  margin-right: 4vw;
}
.centerPd767 {
  padding-left: 4vw;
  padding-right: 4vw;
}
* {
  box-sizing: border-box;
  font-family:  Source Han Sans, Microsoft YaHei, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-family:  -apple-system, Source Han Sans, Microsoft YaHei, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.font-fm-regular {
  font-family: Source Han Sans-Regular, Source Han Sans, Microsoft YaHei, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-family: Source Han Sans-Regular, -apple-system, Source Han Sans, Microsoft YaHei, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.font-fm-normal {
  font-family: Source Han Sans-Normal, Source Han Sans, Microsoft YaHei, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-family: Source Han Sans-Normal, -apple-system, Source Han Sans, Microsoft YaHei, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.font-fm-light {
  font-family: Source Han Sans-Light, Source Han Sans, Microsoft YaHei, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-family: Source Han Sans-Light, -apple-system, Source Han Sans, Microsoft YaHei, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.font-fm-medium {
  font-family: Source Han Sans-Medium, Source Han Sans, Microsoft YaHei, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-family: Source Han Sans-Medium, -apple-system, Source Han Sans, Microsoft YaHei, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.font-fm-bold {
  font-family: Source Han Sans-Bold, Source Han Sans, Microsoft YaHei, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-family: Source Han Sans-Bold, -apple-system, Source Han Sans, Microsoft YaHei, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.flex {
  display: flex;
}
.hide {
  display: none;
}
.block {
  display: block;
}
.flex-1 {
  flex: 1;
}
.icon {
  flex-shrink: 0;
}
.fc-primary {
  color: #755dfd;
}
.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.auto-center {
  width: 1200px;
  margin: 0 auto;
}
.transition-all {
  transition: all 0.3s;
}
.com-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
}
.com-btn > a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon-btn-prefix {
  margin-right: 10px;
  transition: all 0.3s;
  flex-shrink: 0;
  cursor: pointer;
  width: 19px;
  height: 19px;
}
.icon-btn-prefix svg {
  width: 100%;
  height: 100%;
  display: block;
}
.icon-btn-prefix use {
  fill: #fff;
  transition: all 0.3s;
}
.icon-btn-prefix path {
  fill: #fff;
  transition: all 0.3s;
}
.icon-btn-prefix-white {
  transition: all 0.3s;
  flex-shrink: 0;
  cursor: pointer;
  width: 19px;
  height: 19px;
}
.icon-btn-prefix-white svg {
  width: 100%;
  height: 100%;
  display: block;
}
.icon-btn-prefix-white use {
  fill: #755dfd;
  transition: all 0.3s;
}
.icon-btn-prefix-white path {
  fill: #755dfd;
  transition: all 0.3s;
}
.btn-primary {
  transition: color 0.3s;
  background-color: #755dfd;
  color: #fff;
}
.btn-primary:hover {
  background-color: #a08ffe;
}
.btn-primary:active {
  background-color: #4a2bfc;
}
.btn-plain-primary {
  transition: all 0.3s;
  background-color: transparent;
  border: 1px solid #755dfd;
  color: #755dfd;
}
.btn-plain-primary:hover {
  color: #a08ffe;
  border-color: #a08ffe;
}
.btn-plain-primary:hover use {
  fill: #a08ffe;
}
.btn-plain-primary:active {
  color: #4a2bfc;
  border-color: #4a2bfc;
}
.btn-plain-primary:active use {
  fill: #4a2bfc;
}
.btn-gradient {
  transition: all 0.3s;
  background: linear-gradient(227deg, #09b7fe 0%, #755dfd 100%);
  color: #fff;
}
.btn-gradient:hover {
  opacity: 0.8;
}
.btn-gradient:active {
  opacity: 0.9;
}
.btn-white {
  transition: all 0.3s;
  background: #fff;
  color: #755dfd;
}
.btn-white:hover {
  opacity: 0.8;
}
.btn-white:active {
  opacity: 0.9;
}
.is-disabled {
  cursor: not-allowed;
  opacity: 0.4;
}
.is-disabled:hover {
  opacity: 0.4;
}
.is-disabled:active {
  opacity: 0.4;
}
body .header .header-transparency {
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(8px);
}
body .header .header-transparency::after {
  background-color: rgba(255, 255, 255, 0.2);
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  filter: blur(8px);
}
.position-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.vis-hide {
  visibility: hidden;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.main {
  width: 1200px;
  margin: 160px auto 0;
}
.main-title h3 {
  font-family: Roboto, Roboto;
  font-weight: 700;
  font-size: 24px;
  color: #161b42;
  line-height: 24px;
  letter-spacing: 2px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  font-family: Source Han Sans-Bold, Source Han Sans, Microsoft YaHei, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-family: Source Han Sans-Bold, -apple-system, Source Han Sans, Microsoft YaHei, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.main-title h1 {
  font-family: Roboto, Roboto;
  font-weight: 700;
  font-size: 38px;
  color: #161b42;
  line-height: 48px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-top: 16px;
  font-family: Source Han Sans-Bold, Source Han Sans, Microsoft YaHei, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-family: Source Han Sans-Bold, -apple-system, Source Han Sans, Microsoft YaHei, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.main-title-sub {
  font-family: Roboto, Roboto;
  font-weight: 400;
  font-size: 16px;
  color: #161b42;
  line-height: 26px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-top: 16px;
  font-family: Source Han Sans-Regular, Source Han Sans, Microsoft YaHei, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-family: Source Han Sans-Regular, -apple-system, Source Han Sans, Microsoft YaHei, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.main .price-card {
  margin: 72px 0 0;
}
.main .price-card-tab {
  width: 650px;
  margin: 0 auto 40px;
  height: 50px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 597px 597px 597px 597px;
  display: flex;
}
.main .price-card-tab li {
  font-weight: 500;
  font-size: 18px;
  color: #161b42;
  line-height: 24px;
  flex: 1;
  background: none;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.main .price-card-tab li .tip {
  width: 35px;
  height: 16px;
  background: #ff5d4b;
  border-radius: 3px 3px 3px 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 12px;
  color: #ffffff;
  margin-left: 10px;
}
.main .price-card-tab li.on {
  color: #fff;
  background-color: #161b42;
  border-radius: 597px 597px 597px 597px;
}
.main .price-card-content {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}
.main .price-card-content-li {
  flex: 1;
  padding: 34px 19px 18px;
  background: #ffffff;
  box-shadow: 0px 4px 16px 0px rgba(221, 226, 233, 0.5);
  border-radius: 12px 12px 12px 12px;
}
.main .price-card-content-li .text-type {
  font-weight: 700;
  font-size: 18px;
  color: #161b42;
  line-height: 28px;
  text-align: center;
  margin-bottom: 10px;
  font-family: Source Han Sans-Bold, Source Han Sans, Microsoft YaHei, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-family: Source Han Sans-Bold, -apple-system, Source Han Sans, Microsoft YaHei, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.main .price-card-content-li .text-about-type {
  font-weight: 400;
  font-size: 14px;
  color: #55586e;
  line-height: 26px;
  text-align: center;
  margin-bottom: 17px;
  font-family: Source Han Sans-Regular, Source Han Sans, Microsoft YaHei, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-family: Source Han Sans-Regular, -apple-system, Source Han Sans, Microsoft YaHei, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.main .price-card-content-li .text-price {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 46px;
  padding-bottom: 6px;
  margin-bottom: 26px;
}
.main .price-card-content-li .text-price .text-number {
  font-weight: 700;
  font-size: 34px;
  color: #161b42;
  font-family: Source Han Sans-Bold, Source Han Sans, Microsoft YaHei, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-family: Source Han Sans-Bold, -apple-system, Source Han Sans, Microsoft YaHei, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.main .price-card-content-li .text-price .span-time {
  font-weight: 400;
  font-size: 16px;
  color: #a1a3b2;
  margin-bottom: 4px;
  font-family: Source Han Sans-Regular, Source Han Sans, Microsoft YaHei, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-family: Source Han Sans-Regular, -apple-system, Source Han Sans, Microsoft YaHei, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.main .price-card-content-li .add-sub {
  padding: 0 23px 0 24px;
  margin-bottom: 10px;
}
.main .price-card-content-li .add-sub:last-child {
  margin-bottom: 0;
}
.main .price-card-content-li .add-sub dl {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main .price-card-content-li .add-sub dl dt {
  font-weight: 400;
  font-size: 16px;
  color: #161b42;
  font-family: Source Han Sans-Regular, Source Han Sans, Microsoft YaHei, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-family: Source Han Sans-Regular, -apple-system, Source Han Sans, Microsoft YaHei, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.main .price-card-content-li .add-sub dl dd {
  display: inline-flex;
}
.main .price-card-content-li .add-sub dl dd .btn-img {
  display: inline-flex;
  height: 20px;
  width: 20px;
}
.main .price-card-content-li .add-sub dl dd .btn-img img {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.main .price-card-content-li .add-sub dl dd .btn-img.disabled img {
  cursor: not-allowed;
}
.main .price-card-content-li .add-sub dl dd .buy-number {
  font-weight: 400;
  font-size: 16px;
  color: #161b42;
  width: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: Source Han Sans-Regular, Source Han Sans, Microsoft YaHei, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-family: Source Han Sans-Regular, -apple-system, Source Han Sans, Microsoft YaHei, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.main .price-card-content-li .get-button {
  margin: 28px 23px 30px;
}
.main .price-card-content-li .get-button-btn {
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 40px 40px 40px 40px;
  cursor: pointer;
  font-family: Source Han Sans-Regular, Source Han Sans, Microsoft YaHei, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-family: Source Han Sans-Regular, -apple-system, Source Han Sans, Microsoft YaHei, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
  transition: all 0.3s;
  background: linear-gradient(227deg, #09b7fe 0%, #755dfd 100%);
  color: #fff;
}
.main .price-card-content-li .get-button-btn:hover {
  opacity: 0.8;
}
.main .price-card-content-li .get-button-btn:active {
  opacity: 0.9;
}
.main .price-card-content-li .points {
  border-radius: 12px 12px 12px 12px;
  border: 1px solid #e0e4ea;
  height: 239px;
  padding: 23px 0 0 24px;
}
.main .price-card-content-li .points li {
  display: flex;
  height: 24px;
  justify-content: flex-start;
  align-items: center;
  padding: 0 0 0 32px;
  font-weight: 400;
  font-size: 14px;
  color: #161b42;
  background: url("../images/value/icon-1.png") 3px 3px no-repeat;
  background-size: 18px 18px;
  margin-bottom: 10px;
  font-family: Source Han Sans-Regular, Source Han Sans, Microsoft YaHei, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-family: Source Han Sans-Regular, -apple-system, Source Han Sans, Microsoft YaHei, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.main .price-card-content-li .points li:last-child {
  margin-bottom: 0;
}
.main .price-middle {
  height: 140px;
  background: #ffffff;
  box-shadow: 0px 4px 16px 0px rgba(221, 226, 233, 0.5);
  border-radius: 12px 12px 12px 12px;
  display: flex;
  padding: 0 50px 0 41px;
  align-items: center;
}
.main .price-middle-number {
  display: flex;
  align-items: flex-end;
  margin-right: 52px;
}
.main .price-middle-number .text-number {
  font-weight: 700;
  font-size: 58px;
  color: #161b42;
  font-family: Source Han Sans-Bold, Source Han Sans, Microsoft YaHei, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-family: Source Han Sans-Bold, -apple-system, Source Han Sans, Microsoft YaHei, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.main .price-middle-number .span-time {
  font-weight: 400;
  font-size: 16px;
  color: #a1a3b2;
  margin-bottom: 4px;
  font-family: Source Han Sans-Regular, Source Han Sans, Microsoft YaHei, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-family: Source Han Sans-Regular, -apple-system, Source Han Sans, Microsoft YaHei, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.main .price-middle-text {
  display: flex;
  flex-direction: column;
}
.main .price-middle-text-free {
  font-weight: 500;
  font-size: 22px;
  color: #161b42;
  line-height: 24px;
  margin-bottom: 5px;
  font-family: Source Han Sans-Medium, Source Han Sans, Microsoft YaHei, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-family: Source Han Sans-Medium, -apple-system, Source Han Sans, Microsoft YaHei, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.main .price-middle-text-about {
  font-weight: 400;
  font-size: 14px;
  color: #161b42;
  line-height: 24px;
  font-family: Source Han Sans-Regular, Source Han Sans, Microsoft YaHei, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-family: Source Han Sans-Regular, -apple-system, Source Han Sans, Microsoft YaHei, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.main .price-middle-btn {
  flex: 0 0 200px;
  height: 40px;
  background: #161b42;
  border-radius: 40px 40px 40px 40px;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  cursor: pointer;
  font-family: Source Han Sans-Regular, Source Han Sans, Microsoft YaHei, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-family: Source Han Sans-Regular, -apple-system, Source Han Sans, Microsoft YaHei, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.check-head {
  height: 120px;
  background: #f4f4f4;
  margin: 120px auto 40px;
  width: 100%;
  position: sticky;
  top: 80px;
}
.check-head-content {
  width: 1200px;
  margin: 0 auto;
  height: 100%;
  display: grid;
  grid-template-columns: 225px 170px 1fr 1fr 1fr 1fr;
}
.check-head-content-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.check-head-content-item-name {
  font-weight: 700;
  font-size: 20px;
  color: #161b42;
  height: 34px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  font-family: Source Han Sans-Bold, Source Han Sans, Microsoft YaHei, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-family: Source Han Sans-Bold, -apple-system, Source Han Sans, Microsoft YaHei, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.check-head-content-item-about {
  font-weight: 400;
  font-size: 14px;
  color: #55586e;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: Source Han Sans-Regular, Source Han Sans, Microsoft YaHei, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-family: Source Han Sans-Regular, -apple-system, Source Han Sans, Microsoft YaHei, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.check-head-content-item:first-child {
  padding: 0 0 0 30px;
  align-items: flex-start;
}
.check-list {
  width: 1200px;
  margin: 0 auto 110px;
  overflow: hidden;
}
.check-list .check-title-name {
  height: 84px;
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 20px;
  color: #161b42;
  padding: 0 0 0 30px;
  font-family: Source Han Sans-Bold, Source Han Sans, Microsoft YaHei, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-family: Source Han Sans-Bold, -apple-system, Source Han Sans, Microsoft YaHei, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.check-list ul {
  margin-bottom: 40px;
}
.check-list ul li {
  display: grid;
  grid-template-columns: 225px 170px 1fr 1fr 1fr 1fr;
  height: 80px;
  border-radius: 12px 12px 12px 12px;
}
.check-list ul li:nth-child(odd) {
  background-color: #f7f7f7;
}
.check-list ul li:nth-child(even) {
  background-color: #fff;
}
.check-list ul li .li-item {
  font-weight: 400;
  font-size: 16px;
  color: #161b42;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("/images/value/icon-3.png") no-repeat center center / 22px 22px;
  font-family: Source Han Sans-Regular, Source Han Sans, Microsoft YaHei, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-family: Source Han Sans-Regular, -apple-system, Source Han Sans, Microsoft YaHei, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.check-list ul li .li-item:first-child {
  font-weight: 600;
  font-size: 16px;
  padding: 0 0 0 30px;
  justify-content: flex-start;
  background: none;
  font-family: Source Han Sans-Bold, Source Han Sans, Microsoft YaHei, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-family: Source Han Sans-Bold, -apple-system, Source Han Sans, Microsoft YaHei, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.check-list ul li .li-item.li-item-error {
  background-image: url("/images/value/icon-2.png");
}
.check-list ul li.header .li-item {
  background: none;
}
.price-bg {
  background: url("../images/value/price-bg.png") no-repeat;
  background-size: 100% 100%;
  height: 900px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
