@charset "UTF-8";
.prd-keep_fund {
  position: relative;
  width: 100%;
}
.prd-keep_fund .keep_fund-box {
  width: 100%;
  height: 100%;
}
.prd-keep_fund .keep_fund-bg {
  position: absolute;
  left: 50%;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.prd-keep_fund .keep_fund-bg img, .prd-keep_fund .keep_fund-bg video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.prd-keep_fund .keep_fund-pos {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  padding: 72px 0 72px 72px;
}
.prd-keep_fund .keep_fund-stage {
  width: 543px;
  /* height: 665px; */
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.6);
}
.prd-keep_fund .keep_fund-stage .keep_fund-stage-container {
  padding: 60px;
}
.prd-keep_fund .keep_fund-stage .stage-title {
  margin-bottom: 61px;
}
.prd-keep_fund .keep_fund-stage .stage-title .stage-title-btn {
  --min-font-size: 10px;
  --min-scale: 48px;
  --max-scale: 48px;
  font-size: 48px;
  --line-height-v: 8px;
  line-height: calc(100% + var(--line-height-v));
  font-weight: 400;
  font-family: "URW Form", "HYQiHeiX1-45J";
  color: rgb(26, 29, 37);
  font-size: 2.5vw;
  color: rgba(0, 0, 0, 0.5);
  line-height: -1px;
  text-decoration: none;
}
.prd-keep_fund .keep_fund-stage .stage-title .stage-title-btn.selected {
  color: #000;
}
.prd-keep_fund .keep_fund-stage .stage-title .stage-title-btn:first-child {
  margin-right: 50px;
}
@media (min-width: 1024.98px) {
.prd-keep_fund .keep_fund-stage .responsive_layout {
    padding: 0 !important;
}
}
.prd-keep_fund .keep_fund-stage .stage-content {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}
.prd-keep_fund .keep_fund-stage .stage-content .item-content {
  padding-bottom: 53px;
}
.prd-keep_fund .keep_fund-stage .stage-content .item-content .content-des {
  --min-font-size: 10px;
  --min-scale: 14px;
  --max-scale: 14px;
  font-size: 14px;
  --line-height-v: 8px;
  line-height: calc(100% + var(--line-height-v));
  font-weight: 400;
  font-family: "URW Form", "HYQiHeiX1-45J";
  color: rgb(26, 29, 37);
  font-size: 0.7291666667vw;
  color: rgba(0, 0, 0, 0.5);
  line-height: -1px;
  letter-spacing: 0px;
  margin-bottom: 9px;
}
.prd-keep_fund .keep_fund-stage .stage-content .item-content .content-price {
  --min-font-size: 10px;
  --min-scale: 36px;
  --max-scale: 36px;
  font-size: 36px;
  --line-height-v: 8px;
  line-height: calc(100% + var(--line-height-v));
  font-weight: 400;
  font-family: "URW Form", "HYQiHeiX1-45J";
  color: rgb(26, 29, 37);
  font-size: 1.875vw;
  color: rgb(0, 0, 0);
  line-height: -1px;
  letter-spacing: 0px;
}
.prd-keep_fund .keep_fund-stage .stage-content .item-content:nth-child(even) {
  text-align: right;
}
.prd-keep_fund .keep_fund-stage .stage-btn-box {
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.prd-keep_fund .keep_fund-stage .stage-btn-box .btn {
  text-align: center;
  box-sizing: border-box;
  /* 中性色/B6 Title-#1A1D25 */
  border: 1px solid rgb(26, 29, 37);
  border-radius: 4px;
  color: rgb(26, 29, 37);
  line-height: 24px;
  letter-spacing: 0px;
  text-decoration: none;
}
.prd-keep_fund .keep_fund-stage .stage-btn-box .btn .button-content {
  --min-font-size: 10px;
  --min-scale: 16px;
  --max-scale: 16px;
  font-size: 16px;
  --line-height-v: 8px;
  line-height: calc(100% + var(--line-height-v));
  font-weight: 400;
  font-family: "URW Form", "HYQiHeiX1-45J";
  color: rgb(26, 29, 37);
  font-size: 0.8333333333vw;
}
.prd-keep_fund .keep_fund-stage .stage-btn-box .btn.order {
  color: rgb(255, 255, 255);
  background: rgb(26, 29, 37);
}
.prd-keep_fund .keep_fund-stage .stage-btn-box .viewmore {
  grid-column: 1/2;
}
@media (min-width: 1024px) {
.prd-keep_fund .keep_fund-stage .stage-btn-box .viewmore:hover {
    border: 1px solid transparent;
    background-color: transparent;
}
.prd-keep_fund .keep_fund-stage .stage-btn-box .viewmore:hover .button-content {
    color: #fff;
}
}
.prd-keep_fund .keep_fund-stage .stage-btn-box .testdriver {
  grid-column: 2/3;
}
@media (min-width: 1024px) {
.prd-keep_fund .keep_fund-stage .stage-btn-box .testdriver:hover {
    border: 1px solid transparent;
    background-color: transparent;
}
.prd-keep_fund .keep_fund-stage .stage-btn-box .testdriver:hover .button-content {
    color: #fff;
}
}
.prd-keep_fund .keep_fund-stage .stage-btn-box .order {
  grid-column: 1/3;
}
@media (min-width: 1024px) {
.prd-keep_fund .keep_fund-stage .stage-btn-box .order:hover {
    border: 1px solid transparent;
    background-color: transparent;
}
.prd-keep_fund .keep_fund-stage .stage-btn-box .order .button-content {
    color: #fff;
}
}
@media (min-width: 1024.98px) {
.prd-keep_fund .keep_fund-box {
    width: 75vw;
    margin: 0 auto;
}
.prd-keep_fund .keep_fund-pos {
    padding: 3.75vw 0 3.75vw 3.75vw;
}
.prd-keep_fund .keep_fund-stage {
    width: 28.28125vw;
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
}
.prd-keep_fund .keep_fund-stage .keep_fund-stage-container {
    padding: 3.125vw;
}
.prd-keep_fund .keep_fund-stage .stage-title {
    margin-bottom: 3.1770833333vw;
}
.prd-keep_fund .keep_fund-stage .stage-title .stage-title-btn {
    font-size: 2.5vw;
    line-height: -0.0520833333vw;
}
.prd-keep_fund .keep_fund-stage .stage-title .stage-title-btn:first-child {
    margin-right: 2.6041666667vw;
}
.prd-keep_fund .keep_fund-stage .stage-content .item-content {
    padding-bottom: 2.7604166667vw;
}
.prd-keep_fund .keep_fund-stage .stage-content .item-content .content-des {
    font-size: 0.7291666667vw;
    line-height: -0.0520833333vw;
    margin-bottom: 0.46875vw;
}
.prd-keep_fund .keep_fund-stage .stage-content .item-content .content-price {
    font-size: 1.875vw;
    line-height: -0.0520833333vw;
}
.prd-keep_fund .keep_fund-stage .stage-btn-box {
    gap: 0.8333333333vw;
}
.prd-keep_fund .keep_fund-stage .stage-btn-box .btn {
    border-radius: 0.2083333333vw;
    line-height: 1.25vw;
}
.prd-keep_fund .keep_fund-stage .stage-btn-box .btn .button-content {
    font-size: 0.8333333333vw;
}
}
@media (max-width: 1024px) {
.prd-keep_fund {
    height: auto;
    padding-bottom: 60px;
    background: rgb(255, 255, 255);
}
.prd-keep_fund .keep_fund-box {
    width: 100%;
    height: auto;
}
.prd-keep_fund .keep_fund-bg {
    position: relative;
    left: initial;
    top: initial;
    transform: initial;
    width: 100%;
    height: 67.2vw;
}
.prd-keep_fund .keep_fund-pos {
    position: initial;
    left: initial;
    margin: initial;
    width: auto;
    height: auto;
    top: initial;
    transform: initial;
    padding: 0;
}
.prd-keep_fund .keep_fund-stage {
    position: relative;
    right: unset;
    top: unset;
    left: unset;
    transform: initial;
    width: 100%;
    background: rgb(255, 255, 255);
}
.prd-keep_fund .keep_fund-stage .keep_fund-stage-container {
    padding: 0;
}
.prd-keep_fund .keep_fund-stage .stage-title {
    display: flex;
    justify-content: center;
    margin-bottom: 0;
    padding: 16px 0 0;
    border-bottom: 1px solid rgb(217, 220, 225);
}
.prd-keep_fund .keep_fund-stage .stage-title .stage-title-btn {
    --min-font-size: 10px;
    --min-scale: 16px;
    --max-scale: 16px;
    font-size: 16px;
    --line-height-v: 8px;
    line-height: calc(100% + var(--line-height-v));
    font-weight: 400;
    font-family: "URW Form", "HYQiHeiX1-45J";
    color: #a1a6af;
    line-height: 22px;
    padding-bottom: 16px;
}
.prd-keep_fund .keep_fund-stage .stage-title .stage-title-btn.selected {
    font-family: "HYQiHeiX1-55J";
    border-bottom: 1px solid rgb(26, 29, 37);
}
.prd-keep_fund .keep_fund-stage .stage-title .stage-title-btn:first-child {
    margin-right: 52px;
}
.prd-keep_fund .keep_fund-stage .stage-content-box {
    padding-top: 50px;
    padding-bottom: 18px;
}
.prd-keep_fund .keep_fund-stage .stage-content {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 60px;
         column-gap: 60px;
}
.prd-keep_fund .keep_fund-stage .stage-content .item-content {
    padding-bottom: 32px;
}
.prd-keep_fund .keep_fund-stage .stage-content .item-content .content-des {
    --min-font-size: 10px;
    --min-scale: 12px;
    --max-scale: 12px;
    font-size: 12px;
    --line-height-v: 8px;
    line-height: calc(100% + var(--line-height-v));
    font-weight: 400;
    font-family: "URW Form", "HYQiHeiX1-45J";
    color: #5c606a;
    line-height: 17px;
    margin-bottom: 6px;
}
.prd-keep_fund .keep_fund-stage .stage-content .item-content .content-price {
    --min-font-size: 10px;
    --min-scale: 26px;
    --max-scale: 26px;
    font-size: 26px;
    --line-height-v: 8px;
    line-height: calc(100% + var(--line-height-v));
    font-weight: 400;
    font-family: "URW Form", "HYQiHeiX1-45J";
    color: rgb(26, 29, 37);
    line-height: 36px;
}
.prd-keep_fund .keep_fund-stage .stage-btn-box .btn {
    line-height: 22px;
}
.prd-keep_fund .keep_fund-stage .stage-btn-box .btn .button-content {
    --min-font-size: 10px;
    --min-scale: 14px;
    --max-scale: 14px;
    font-size: 14px;
    --line-height-v: 8px;
    line-height: calc(100% + var(--line-height-v));
    font-weight: 400;
    font-family: "URW Form", "HYQiHeiX1-45J";
    color: rgb(26, 29, 37);
}
.prd-keep_fund .keep_fund-stage .stage-btn-box .viewmore {
    grid-column: 1/2;
}
.prd-keep_fund .keep_fund-stage .stage-btn-box .testdriver {
    grid-column: 2/3;
}
.prd-keep_fund .keep_fund-stage .stage-btn-box .order {
    grid-column: 1/3;
}
.prd-keep_fund .keep_fund-stage .stage-btn-box .order .button-content {
    color: rgb(255, 255, 255);
}
}