.soft-banner {
  margin-top: 56px;
  background-image: url("//i.thsi.cn/staticS3/mobileweb-upload-static-server.img/m/atom/4951a4d7-de10-4c8e-b140-02c3258ff7d7.png");
}

.soft-section {
  width: 100%;
  min-width: 1240px;
  background: #ffffff;
}

.soft-block {
  position: relative;
  width: 100%;
  min-width: 1240px;
  height: 640px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.soft-block-jrds {
  background-image: url("//i.thsi.cn/staticS3/mobileweb-upload-static-server.img/m/atom/98632372-b25b-429f-9606-b979e8ecffc2.png");
  background-color: #0b1020;
}

.soft-block-cfxf {
  background-image: url("//i.thsi.cn/staticS3/mobileweb-upload-static-server.img/m/atom/dd1bb56d-7863-46c5-a65d-b2c2feda7130.png");
  background-color: #0b1020;
}

.soft-block-jcxf {
  background-image: url("//i.thsi.cn/staticS3/mobileweb-upload-static-server.img/m/atom/a3cc61da-5c16-4551-90cf-87282858a514.png");
}

.soft-block-overlay {
  position: absolute;
}

.soft-block-jrds-overlay {
  top: 90px;
  left: 50%;
  transform: translateX(-50%);
  margin-left: 306px;
}

.soft-block-cfxf-overlay {
  bottom: 101px;
  left: 50%;
  transform: translateX(-50%);
  margin-left: -370.5px;
}

.soft-block-jcxf-overlay {
  top: 56px;
  left: 50%;
  transform: translateX(-50%);
  margin-left: 306px;
}

.soft-block-content {
  position: absolute;
  left: 50%;
  top: 140px;
  transform: translateX(-50%);
  z-index: 2;
  width: 520px;
}

.soft-product-card {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 14px;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.35);
  color: #ffffff;
  font-size: 12px;
  margin-right: 18px;
}

.soft-product-card:last-child {
  margin-right: 0;
}

.soft-product-card img {
  margin-right: 10px;
  width: 20px;
  height: 20px;
  border-radius: 4px;
}

.soft-product-card img:last-child {
  margin-right: 0;
}

.soft-product-name {
  font-weight: 400;
}

.soft-product-price {
  font-weight: 600;
  margin-left: 6px;
}

.soft-block-title {
  font-weight: 500;
  font-size: 40px;
  line-height: 30px;
  letter-spacing: 0px;
}

.soft-block-title-light {
  color: #ffda87;
}

.soft-block-title-dark {
  color: #000000;
}

.soft-block-desc {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  margin: 0;
}

.soft-block-desc-light {
  color: #ffffff;
}

.soft-block-desc-dark {
  color: #000000;
}

.soft-block-note {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 71px;
  margin: 0 auto;
  width: 1200px;
  text-align: center;
  font-weight: 300;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 0.85;
  filter: alpha(opacity=85);
}

.soft-block-note-dark {
  color: #000000;
}

.soft-block-content > * {
  margin-bottom: 40px;
}

.soft-block-content > *:last-child {
  margin-bottom: 0;
}

.soft-block-content-left {
  top: 118px;
  left: 50%;
  margin-left: -340px;
  text-align: left;
}

.soft-block-content-right {
  top: 120px;
  left: 50%;
  margin-left: 351px;
  text-align: left;
}

.soft-products {
  display: block;
}

.soft-product-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 22px;
}

.soft-product-row:last-child {
  margin-bottom: 0;
}

.soft-product-row > * {
  margin-right: 12px;
}

.soft-product-row > *:last-child {
  margin-right: 0;
}

.soft-product-icon {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.2);
  display: inline-block;
  text-align: center;
  line-height: 44px;
}

.soft-product-icon img {
  width: 44px;
  height: 44px;
}

.soft-product-name,
.soft-product-price {
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
}

.soft-products-light .soft-product-name,
.soft-products-light .soft-product-price {
  color: #ffffff;
}

.soft-products-dark .soft-product-name,
.soft-products-dark .soft-product-price {
  color: #000000;
}

.soft-products-section {
  width: 100%;
  min-width: 1240px;
  padding: 70px 0 123px;
  background: #ffffff;
}

.soft-products-grid {
  width: 1240px;
  margin: 0 auto;
  font-size: 0;
}

.soft-products-card {
  width: 388px;
  height: 280px;
  box-sizing: border-box;
  background: #f2f6fa;
  border-radius: 12px;
  padding: 40px 40px 32px;
  box-shadow: none;
  display: inline-block;
  vertical-align: top;
  margin-right: 38px;
  margin-bottom: 38px;
  font-size: 14px;
}

.soft-products-card:nth-child(3n) {
  margin-right: 0;
}

.soft-products-card-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
  max-height: 44px;
}

.soft-products-card-header > * {
  margin-right: 15px;
}

.soft-products-card-header > *:last-child {
  margin-right: 0;
}

.soft-products-card-icon {
  width: 44px;
  height: 44px;
  border-radius: 7.33px;
  background: transparent;
  display: inline-block;
  text-align: center;
  line-height: 44px;
}

.soft-products-card-icon img {
  min-width: 44px;
  width: 44px;
  height: 44px;
}

.soft-products-card-title {
  font-weight: 500;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: 0px;
  color: #1b1b1b;
}

.soft-products-card-desc {
  font-weight: 300;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0px;
  color: #000000;
  margin: 22px 0;
  min-height: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.soft-products-card-desc.is-two-line {
  margin: 10px 0 8px;
  min-height: 48px;
  line-height: 24px;
}

.soft-products-card-price {
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0px;
  color: #111827;
  margin-bottom: 20px;
}

.soft-products-card-actions {
  font-size: 0;
  white-space: nowrap;
}

.soft-products-card-actions .soft-products-card-btn {
  margin-right: 16px;
  vertical-align: middle;
}

.soft-products-card-actions .soft-products-card-btn:last-child {
  margin-right: 0;
}

.soft-products-card-btn {
  width: 144px;
  height: 44px;
  border-radius: 6.75px;
  font-weight: 500;
  font-size: 14px;
  line-height: 44px;
  text-align: center;
  letter-spacing: 0px;
  border: 1px solid transparent;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}

.soft-products-card-btn-primary {
  background: #2e66f6;
  color: #ffffff;
}

.soft-products-card-btn-ghost {
  background: #f2f6fa;
  color: #2e66f6;
  border-color: #2e66f6;
}

.soft-products-card-btn-primary:hover {
  background: #6f98ff;
  text-decoration: none;
}

.soft-products-card-btn-disabled,
.soft-products-card-btn-disabled:hover {
  background: #6f98ff;
  color: #ffffff;
  cursor: default;
  text-decoration: none;
}

.soft-products-card-btn-ghost:hover {
  background: #ffffffcc;
  text-decoration: none;
}

.soft-products-more {
  text-align: center;
  margin-top: 57px;
  font-size: 0;
}

.soft-products-more-btn {
  width: 160px;
  height: 56px;
  border-radius: 12px;
  border: 1px solid #2e66f6;
  background: transparent;
  color: #2e66f6;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  padding: 18px 0;
  vertical-align: middle;
  text-indent: 0;
}

.soft-buttons {
  font-size: 0;
  margin-top: 0;
}

.soft-buttons .soft-btn {
  margin-right: 24px;
}

.soft-buttons .soft-btn:last-child {
  margin-right: 0;
}

.soft-btn {
  display: inline-block;
  width: 192px;
  height: 64px;
  border-radius: 12px;
  font-weight: 500;
  font-size: 24px;
  line-height: 64px;
  text-align: center;
  letter-spacing: 0px;
  text-decoration: none;
}

.soft-btn:hover,
.soft-products-more-btn:hover {
  text-decoration: none;
}

.soft-btn-primary.soft-btn-light {
  background: #f3c77c;
  color: #2b1b0a;
}

.soft-btn-secondary.soft-btn-light {
  border: 1px solid #ffda87;
  color: #ffda87;
}

.soft-btn-primary.soft-btn-dark {
  background: #3a7bff;
  color: #ffffff;
}

.soft-btn-secondary.soft-btn-dark {
  border: 1px solid #2e66f6;
  color: #2e66f6;
}

.soft-block-jrds .soft-btn-primary.soft-btn-light:hover,
.soft-block-cfxf .soft-btn-primary.soft-btn-light:hover {
  background: #ffe9b8;
}

.soft-block-jrds .soft-btn-secondary.soft-btn-light:hover,
.soft-block-cfxf .soft-btn-secondary.soft-btn-light:hover {
  border-color: #ffe9b8;
  color: #ffe9b8;
}

.soft-block-jcxf .soft-btn-primary.soft-btn-dark:hover {
  background: #6f98ff;
}

.soft-block-jcxf .soft-btn-secondary.soft-btn-dark:hover {
  background: #ffffffcc;
}

.soft-products-more-btn:hover {
  background: #2e66f6;
  border-color: #2e66f6;
  color: #ffffff;
}
