* {
  box-sizing: border-box;
}
body,
html {
  margin: 0;
}
h1,
h2,
h3,
p {
  margin: 0;
  padding: 0;
}
figure {
  margin: 0;
  padding: 0;
}
.lifang-header {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 660px;
  padding: 0 100px;
  background-image: url('/home/img/header_background.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1024px) {
  .lifang-header {
    padding: 30px 50px 0;
  }
}
@media (max-width: 600px) {
  .lifang-header {
    background-image: url('/home/img/header_background_mobile.jpg');
    height: 616px;
  }
}
.lifang-header .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 30px;
  width: 1280px;
}
@media (max-width: 1024px) {
  .lifang-header .header-inner {
    flex-direction: column-reverse;
    row-gap: 60px;
  }
}
.lifang-header .header-inner .inner-left {
  display: flex;
  flex-direction: column;
  max-width: 814px;
}
@media (max-width: 1024px) {
  .lifang-header .header-inner .inner-left {
    max-width: 100%;
  }
}
.lifang-header .header-inner .inner-left .header-title {
  font-family: Microsoft YaHei UI;
  font-weight: 700;
  font-style: Bold;
  font-size: 60px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 5%;
  color: #262626;
}
@media (max-width: 600px) {
  .lifang-header .header-inner .inner-left .header-title {
    font-size: 36px;
  }
}
.lifang-header .header-inner .inner-left .header-desc {
  display: block;
  margin-top: 28px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0%;
  color: #262626;
  letter-spacing: 5%;
}
.lifang-header .header-inner .inner-left .create-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 60px;
  padding: 0 32px 0 38px;
  border-radius: 30px;
  width: 210px;
  height: 60px;
  background-color: rgba(76, 76, 239, 0.1);
  cursor: pointer;
  border: 1px solid #4c4cef;
}
@media (max-width: 600px) {
  .lifang-header .header-inner .inner-left .create-button {
    margin-top: 32px;
  }
}
.lifang-header .header-inner .inner-left .create-button:hover {
  background-color: rgba(76, 76, 239, 0.2);
}
.lifang-header .header-inner .inner-left .create-button span {
  font-family: Microsoft YaHei;
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #262626;
}
.lifang-header .header-inner .demo-button {
  position: relative;
  flex-shrink: 0;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.65);
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.6);
}
@media (max-width: 600px) {
  .lifang-header .header-inner .demo-button {
    width: 60px;
    height: 60px;
  }
}
.lifang-header .header-inner .demo-button svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(calc(-50% + 4px), -50%);
  transform-origin: center center;
}
.lifang-choose {
  display: flex;
  justify-content: center;
  padding: 90px 20px;
  background-image: linear-gradient(180deg, #ebe8ff 0%, #f8f6ff 71.63%);
}
@media (max-width: 600px) {
  .lifang-choose {
    padding: 32px 20px;
  }
}
.lifang-choose .choose-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1280px;
  width: 100%;
}
.lifang-choose .choose-inner .choose-header {
  width: 100%;
  height: 50px;
}
@media (max-width: 1250px) {
  .lifang-choose .choose-inner .choose-header {
    height: 130px;
  }
}
@media (max-width: 670px) {
  .lifang-choose .choose-inner .choose-header {
    height: 50px;
  }
}
.lifang-choose .choose-inner .choose-header .choose-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.lifang-choose .choose-inner .choose-header .choose-header-inner.fixed-header {
  position: fixed;
  top: calc(var(--lf25-head-h) + 30px);
  left: 50%;
  transform: translateX(-50%);
  max-width: 1280px;
  z-index: 10;
}
@media (max-width: 1250px) {
  .lifang-choose .choose-inner .choose-header .choose-header-inner {
    flex-direction: column;
    row-gap: 30px;
  }
}
.lifang-choose .choose-inner .choose-header .choose-header-inner .choose-title {
  font-family: Microsoft YaHei UI;
  font-weight: 700;
  font-style: Bold;
  font-size: 48px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #262626;
}
@media (max-width: 600px) {
  .lifang-choose .choose-inner .choose-header .choose-header-inner .choose-title {
    font-size: 26px;
  }
}
.lifang-choose .choose-inner .choose-header .choose-header-inner .choose-title span {
  background-image: linear-gradient(144.27deg, #8056ff 0%, #4c4cef 99.13%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.lifang-choose .choose-inner .choose-header .choose-header-inner .choose-item-select {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  padding: 4px;
  background-color: rgba(235, 233, 242, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 30px;
}
@media (max-width: 670px) {
  .lifang-choose .choose-inner .choose-header .choose-header-inner .choose-item-select {
    display: none;
  }
}
.lifang-choose .choose-inner .choose-header .choose-header-inner .choose-item-select .select-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #262626;
  cursor: pointer;
}
.lifang-choose .choose-inner .choose-header .choose-header-inner .choose-item-select .select-item.active {
  background-color: #ffffff;
  border-radius: 24px;
  font-weight: 700;
}
.lifang-choose .choose-inner .choose-list {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 48px;
  row-gap: 40px;
}
@media (max-width: 600px) {
  .lifang-choose .choose-inner .choose-list {
    row-gap: 24px;
    margin-top: 24px;
  }
}
.lifang-choose .choose-inner .choose-list .choose-item {
  position: sticky;
  top: 200px;
  border-radius: 20px;
  padding: 8px;
  background-color: rgba(255, 255, 255, 0.3);
}
@media (max-width: 1250px) {
  .lifang-choose .choose-inner .choose-list .choose-item {
    top: 250px;
  }
}
@media (max-width: 670px) {
  .lifang-choose .choose-inner .choose-list .choose-item {
    top: 200px;
  }
}
.lifang-choose .choose-inner .choose-list .choose-item .choose-item-inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 30px 36px 36px;
  background-color: #ffffff;
  border-radius: 20px;
}
@media (max-width: 1250px) {
  .lifang-choose .choose-inner .choose-list .choose-item .choose-item-inner .choose-item-img img {
    width: 400px;
    height: 280px;
  }
}
@media (max-width: 1050px) {
  .lifang-choose .choose-inner .choose-list .choose-item .choose-item-inner {
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
  }
  .lifang-choose .choose-inner .choose-list .choose-item .choose-item-inner .choose-item-img img {
    width: 600px;
    height: 420px;
  }
}
@media (max-width: 750px) {
  .lifang-choose .choose-inner .choose-list .choose-item .choose-item-inner .choose-item-img img {
    width: 100%;
    height: auto;
  }
}
.lifang-choose .choose-inner .choose-list .choose-item .choose-item-inner .choose-item-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 464px;
}
@media (max-width: 600px) {
  .lifang-choose .choose-inner .choose-list .choose-item .choose-item-inner .choose-item-text svg {
    width: 52px;
    height: 52px;
  }
}
.lifang-choose .choose-inner .choose-list .choose-item .choose-item-inner .choose-item-text .item-title {
  display: block;
  margin-top: 32px;
  font-family: Microsoft YaHei;
  font-weight: 700;
  font-style: Bold;
  font-size: 28px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #333333;
}
@media (max-width: 600px) {
  .lifang-choose .choose-inner .choose-list .choose-item .choose-item-inner .choose-item-text .item-title {
    margin-top: 20px;
    font-size: 22px;
  }
}
.lifang-choose .choose-inner .choose-list .choose-item .choose-item-inner .choose-item-text .item-desc {
  display: block;
  margin-top: 12px;
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 160%;
  letter-spacing: 0%;
  color: #262626;
}
.lifang-choose .choose-inner .choose-list .choose-item .choose-item-inner .choose-item-text .desc-list {
  display: flex;
  flex-direction: column;
  margin-top: 12px;
  row-gap: 10px;
}
.lifang-choose .choose-inner .choose-list .choose-item .choose-item-inner .choose-item-text .desc-list .desc-item {
  display: flex;
  align-items: baseline;
  column-gap: 10px;
}
.lifang-choose .choose-inner .choose-list .choose-item .choose-item-inner .choose-item-text .desc-list .desc-item svg {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}
.lifang-choose .choose-inner .choose-list .choose-item .choose-item-inner .choose-item-text .desc-list .desc-item span {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0%;
  color: #333333;
}
.lifang-demand {
  display: flex;
  justify-content: center;
  padding: 90px 20px;
  background-image: linear-gradient(180deg, #e8f6ff 0%, #ffffff 35.58%);
}
@media (max-width: 600px) {
  .lifang-demand {
    padding: 32px 20px;
  }
}
.lifang-demand .demand-inner {
  display: flex;
  flex-direction: column;
  max-width: 1280px;
  width: 100%;
}
.lifang-demand .demand-inner .demand-title {
  font-family: Microsoft YaHei;
  font-weight: 700;
  font-style: Bold;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #262626;
}
@media (max-width: 600px) {
  .lifang-demand .demand-inner .demand-title {
    font-size: 26px;
  }
}
.lifang-demand .demand-inner .demand-desc {
  display: block;
  margin-top: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #262626;
}
@media (max-width: 600px) {
  .lifang-demand .demand-inner .demand-desc {
    margin-top: 16px;
    font-size: 14px;
  }
}
.lifang-demand .demand-inner .demand-list {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 48px;
}
@media (max-width: 1340px) {
  .lifang-demand .demand-inner .demand-list {
    justify-content: center;
  }
}
@media (max-width: 1024px) {
  .lifang-demand .demand-inner .demand-list {
    flex-wrap: wrap;
  }
}
@media (max-width: 600px) {
  .lifang-demand .demand-inner .demand-list {
    margin-top: 24px;
  }
}
.lifang-demand .demand-inner .demand-list .demand-item {
  display: flex;
  flex-direction: column;
  justify-content: end;
  background-image: var(--background-color, ''), var(--background-image-url, '');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  flex: 0 1 auto;
  min-width: 196px;
  max-width: 334px;
  width: clamp(196px, 20vw, 334px);
  height: 352px;
  border-radius: 20px;
  padding: 36px 32px;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}
.lifang-demand .demand-inner .demand-list .demand-item .item-title {
  font-family: Microsoft YaHei;
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  color: #262626;
}
.lifang-demand .demand-inner .demand-list .demand-item .item-desc {
  display: none;
  margin-top: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0%;
  color: #ffffff;
}
.lifang-demand .demand-inner .demand-list .demand-item .item-desc span {
  font-weight: 700;
}
.lifang-demand .demand-inner .demand-list .demand-item.active {
  justify-content: start;
  background-image: var(--active-background-color, ''), var(--active-background-image-url, '');
  min-width: 334px;
  max-width: 512px;
  width: clamp(400px, 40vw, 512px);
}
.lifang-demand .demand-inner .demand-list .demand-item.active .item-title {
  color: #ffffff;
  text-align: left;
}
.lifang-demand .demand-inner .demand-list .demand-item.active .item-desc {
  display: block;
}
@media (max-width: 1024px) {
  .lifang-demand .demand-inner .demand-list .demand-item {
    justify-content: start;
    background-image: var(--active-background-color, ''), var(--active-background-image-url, '');
    width: 49% !important;
    min-width: unset !important;
    max-width: unset !important;
  }
  .lifang-demand .demand-inner .demand-list .demand-item .item-title {
    color: #ffffff;
    text-align: left;
  }
  .lifang-demand .demand-inner .demand-list .demand-item .item-desc {
    display: block;
  }
}
@media (max-width: 600px) {
  .lifang-demand .demand-inner .demand-list .demand-item {
    height: auto;
    width: 100% !important;
  }
}
.lifang-create {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 90px 20px;
  background-image: url('/home/img/create/create_background.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 600px) {
  .lifang-create {
    padding: 32px 20px;
    background-image: url('/home/img/create/create_background_mobile.jpg');
  }
}
.lifang-create .create-inner {
  display: flex;
  flex-direction: column;
  max-width: 1280px;
  width: 100%;
}
@media (max-width: 1350px) {
  .lifang-create .create-inner {
    align-items: center;
  }
}
.lifang-create .create-inner .create-title {
  font-family: Microsoft YaHei;
  font-weight: 700;
  font-style: Bold;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #ffffff;
}
@media (max-width: 600px) {
  .lifang-create .create-inner .create-title {
    font-size: 26px;
  }
}
.lifang-create .create-inner .create-title span {
  background-image: linear-gradient(144.27deg, #8056ff 0%, #4c4cef 99.13%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.lifang-create .create-inner .create-desc {
  display: block;
  margin-top: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 600px) {
  .lifang-create .create-inner .create-desc {
    font-size: 14px;
  }
}
.lifang-create .create-inner .create-list {
  display: flex;
  align-items: center;
  column-gap: 24px;
  width: 100%;
  margin-top: 48px;
}
@media (max-width: 1350px) {
  .lifang-create .create-inner .create-list {
    flex-direction: column;
    row-gap: 30px;
  }
  .lifang-create .create-inner .create-list .right-img {
    display: none;
  }
}
@media (max-width: 600px) {
  .lifang-create .create-inner .create-list {
    margin-top: 24px;
  }
}
.lifang-create .create-inner .create-list .list-left {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
  background-color: rgba(74, 71, 98, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.04);
  border-radius: 20px;
  padding: 8px;
}
@media (max-width: 1350px) {
  .lifang-create .create-inner .create-list .list-left {
    max-width: 648px;
  }
}
.lifang-create .create-inner .create-list .list-left .list-item {
  position: relative;
  display: flex;
  padding: 24px 36px;
  column-gap: 24px;
  border: 2px solid transparent;
  cursor: pointer;
}
.lifang-create .create-inner .create-list .list-left .list-item.active {
  background-color: rgba(255, 255, 255, 0.06);
  border-radius: 20px;
  border-color: #5747c2;
}
@media (max-width: 1350px) {
  .lifang-create .create-inner .create-list .list-left .list-item.active {
    background-color: unset;
    border: none;
    border-radius: unset;
  }
}
.lifang-create .create-inner .create-list .list-left .list-item.active .item-number .default-svg {
  display: none;
}
@media (max-width: 1350px) {
  .lifang-create .create-inner .create-list .list-left .list-item.active .item-number .default-svg {
    display: block;
  }
}
.lifang-create .create-inner .create-list .list-left .list-item.active .item-number .active-svg {
  display: block;
}
@media (max-width: 1350px) {
  .lifang-create .create-inner .create-list .list-left .list-item.active .item-number .active-svg {
    display: none;
  }
}
.lifang-create .create-inner .create-list .list-left .list-item.active .item-text .item-title {
  color: #ffffff;
}
@media (max-width: 1350px) {
  .lifang-create .create-inner .create-list .list-left .list-item.active .item-text .item-title {
    color: rgba(255, 255, 255, 0.6);
  }
}
.lifang-create .create-inner .create-list .list-left .list-item.active .item-text .item-desc {
  color: rgba(235, 233, 242, 0.8);
}
@media (max-width: 1350px) {
  .lifang-create .create-inner .create-list .list-left .list-item.active .item-text .item-desc {
    color: rgba(255, 255, 255, 0.6);
  }
}
.lifang-create .create-inner .create-list .list-left .list-item.active .item-blur {
  display: block;
}
@media (max-width: 1350px) {
  .lifang-create .create-inner .create-list .list-left .list-item {
    flex-direction: column;
    row-gap: 24px;
  }
}
.lifang-create .create-inner .create-list .list-left .list-item .item-number .active-svg {
  display: none;
}
.lifang-create .create-inner .create-list .list-left .list-item .item-number {
  padding-top: 5px;
}
.lifang-create .create-inner .create-list .list-left .list-item .item-text {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
.lifang-create .create-inner .create-list .list-left .list-item .item-text .item-title {
  font-family: Microsoft YaHei;
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0%;
  color: rgba(255, 255, 255, 0.6);
}
.lifang-create .create-inner .create-list .list-left .list-item .item-text .item-desc {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0%;
  color: rgba(255, 255, 255, 0.6);
}
.lifang-create .create-inner .create-list .list-left .list-item .item-img {
  display: none;
}
@media (max-width: 1350px) {
  .lifang-create .create-inner .create-list .list-left .list-item .item-img {
    display: block;
  }
  .lifang-create .create-inner .create-list .list-left .list-item .item-img img {
    width: 100%;
    height: auto;
  }
}
.lifang-create .create-inner .create-list .list-left .list-item .item-blur {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  border-top-left-radius: 20px;
}
@media (max-width: 1350px) {
  .lifang-create .create-inner .create-list .list-left .list-item .item-blur {
    display: block;
  }
}
.lifang-create .create-inner .create-button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 48px;
  column-gap: 10px;
  width: 148px;
  height: 60px;
  border-radius: 30px;
  background-color: rgba(76, 76, 239, 0.1);
  border: 1px solid #4c4cef;
  cursor: pointer;
}
@media (max-width: 600px) {
  .lifang-create .create-inner .create-button {
    margin-top: 24px;
  }
}
.lifang-create .create-inner .create-button:hover {
  background-color: rgba(76, 76, 239, 0.2);
}
.lifang-create .create-inner .create-button span {
  font-family: Microsoft YaHei;
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #ffffff;
}
.lifang-view-more {
  display: flex;
  justify-content: center;
  padding: 90px 20px;
}
@media (max-width: 600px) {
  .lifang-view-more {
    padding: 32px 20px;
  }
}
.lifang-view-more .view-more-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1280px;
  width: 100%;
}
.lifang-view-more .view-more-inner .view-more-title {
  align-self: flex-start;
  font-family: Microsoft YaHei;
  font-weight: 700;
  font-style: Bold;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #262626;
}
@media (max-width: 600px) {
  .lifang-view-more .view-more-inner .view-more-title {
    font-size: 26px;
  }
}
.lifang-view-more .view-more-inner .view-more-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 48px;
}
@media (max-width: 1335px) {
  .lifang-view-more .view-more-inner .view-more-list {
    justify-content: center;
  }
}
.lifang-view-more .view-more-inner .view-more-list .view-more-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: transform 0.3s ease-in-out;
}
@media (max-width: 600px) {
  .lifang-view-more .view-more-inner .view-more-list .view-more-item:nth-child(n + 4) {
    display: none;
  }
}
.lifang-view-more .view-more-inner .view-more-list .view-more-item:hover .hover-filter a {
  display: flex;
}
@media (min-width: 601px) {
  .lifang-view-more .view-more-inner .view-more-list .view-more-item:hover {
    transform: scale(1.1);
  }
  .lifang-view-more .view-more-inner .view-more-list .view-more-item:hover .hover-filter {
    display: flex;
  }
}
.lifang-view-more .view-more-inner .view-more-list .view-more-item .item-img img {
  border-radius: 20px;
}
@media (max-width: 600px) {
  .lifang-view-more .view-more-inner .view-more-list .view-more-item .item-img img {
    width: 100%;
    height: auto;
  }
}
.lifang-view-more .view-more-inner .view-more-list .view-more-item .hover-filter {
  display: none;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(30, 29, 33, 0.25);
  border-radius: 20px;
  text-decoration: none;
  cursor: pointer;
}
.lifang-view-more .view-more-inner .view-more-list .view-more-item .hover-filter span {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 17px 32px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 14px;
  letter-spacing: 0%;
  color: #ffffff;
  text-decoration: none;
  border-radius: 30px;
  background-color: rgba(76, 76, 239, 0.9);
}
@media (max-width: 600px) {
  .lifang-view-more .view-more-inner .view-more-list .view-more-item .hover-filter span {
    display: none;
  }
}
.lifang-view-more .view-more-inner .view-more-button {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  margin-top: 48px;
  width: 166px;
  height: 60px;
  border-radius: 30px;
  background-color: rgba(76, 76, 239, 0.1);
  border: 1px solid #4c4cef;
  cursor: pointer;
}
.lifang-view-more .view-more-inner .view-more-button:hover {
  background-color: rgba(76, 76, 239, 0.2);
}
@media (max-width: 600px) {
  .lifang-view-more .view-more-inner .view-more-button {
    margin-top: 24px;
  }
}
.lifang-view-more .view-more-inner .view-more-button span {
  font-family: Microsoft YaHei;
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #262626;
}
.lifang-comment {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 90px 0;
  background-color: #f8faff;
}
@keyframes scrollLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-5 * (var(--card-width) + var(--card-gap))));
  }
}
@keyframes scrollRight {
  0% {
    transform: translateX(calc(-6 * (var(--card-width) + var(--card-gap))));
  }
  100% {
    transform: translateX(0);
  }
}
@media (max-width: 600px) {
  .lifang-comment {
    padding: 32px 0;
  }
}
.lifang-comment .comment-title {
  padding: 0 20px;
  max-width: 1280px;
  width: 100%;
  font-family: Microsoft YaHei;
  font-weight: 700;
  font-style: Bold;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #262626;
}
@media (max-width: 600px) {
  .lifang-comment .comment-title {
    font-size: 26px;
  }
}
.lifang-comment .lifang-comment-list {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  margin-top: 48px;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 600px) {
  .lifang-comment .lifang-comment-list {
    margin-top: 24px;
  }
}
.lifang-comment .lifang-comment-list .comment-list-wrapper {
  overflow: hidden;
  width: 100%;
}
.lifang-comment .lifang-comment-list .comment-list-wrapper .comment-list {
  display: flex;
  align-items: center;
  column-gap: 24px;
  width: fit-content;
  will-change: transform;
  --card-width: 372px;
  --card-gap: 24px;
}
.lifang-comment .lifang-comment-list .comment-list-wrapper .comment-list.list-1 {
  animation: scrollLeft 30s linear infinite;
}
.lifang-comment .lifang-comment-list .comment-list-wrapper .comment-list.list-2 {
  animation: scrollRight 36s linear infinite;
}
@media (max-width: 600px) {
  .lifang-comment .lifang-comment-list .comment-list-wrapper .comment-list {
    --card-width: 237px;
  }
}
.lifang-comment .lifang-comment-list .comment-list-wrapper .comment-list .comment-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 36px;
  flex-shrink: 0;
  width: 372px;
  height: 302px;
  background-color: rgba(76, 76, 239, 0.06);
  border-radius: 10px;
}
@media (max-width: 600px) {
  .lifang-comment .lifang-comment-list .comment-list-wrapper .comment-list .comment-item {
    width: 237px;
    height: 329px;
    padding: 24px;
  }
}
.lifang-comment .lifang-comment-list .comment-list-wrapper .comment-list .comment-item .comment-text {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  color: #262626;
}
@media (max-width: 600px) {
  .lifang-comment .lifang-comment-list .comment-list-wrapper .comment-list .comment-item .comment-text {
    font-size: 16px;
  }
}
.lifang-comment .lifang-comment-list .comment-list-wrapper .comment-list .comment-item .user-info {
  display: flex;
  align-items: center;
}
.lifang-comment .lifang-comment-list .comment-list-wrapper .comment-list .comment-item .user-info .user-img {
  margin-right: 16px;
}
@media (max-width: 600px) {
  .lifang-comment .lifang-comment-list .comment-list-wrapper .comment-list .comment-item .user-info .user-img img {
    width: 25px;
    height: 25px;
  }
}
.lifang-comment .lifang-comment-list .comment-list-wrapper .comment-list .comment-item .user-info .user-name {
  display: block;
  margin-right: 10px;
  font-family: Inter;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  color: #262626;
}
@media (max-width: 600px) {
  .lifang-comment .lifang-comment-list .comment-list-wrapper .comment-list .comment-item .user-info .user-name {
    font-size: 14px;
  }
}
.lifang-comment .lifang-comment-list .comment-list-wrapper .comment-list .comment-item .user-info .user-position {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: rgba(38, 38, 38, 0.8);
}
@media (max-width: 600px) {
  .lifang-comment .lifang-comment-list .comment-list-wrapper .comment-list .comment-item .user-info .user-position {
    font-size: 12px;
  }
}
.lifang-faq {
  display: flex;
  justify-content: center;
  padding: 90px 20px;
}
@media (max-width: 600px) {
  .lifang-faq {
    padding: 32px 20px;
  }
}
.lifang-faq .faq-inner {
  display: flex;
  flex-direction: column;
  max-width: 1280px;
  width: 100%;
}
.lifang-faq .faq-inner .faq-title {
  font-family: Microsoft YaHei;
  font-weight: 700;
  font-style: Bold;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #262626;
}
@media (max-width: 600px) {
  .lifang-faq .faq-inner .faq-title {
    font-size: 26px;
  }
}
.lifang-faq .faq-inner .faq-list {
  display: flex;
  flex-direction: column;
  margin-top: 48px;
  background-color: #f8faff;
  border-radius: 20px;
}
@media (max-width: 600px) {
  .lifang-faq .faq-inner .faq-list {
    margin-top: 24px;
  }
}
.lifang-faq .faq-inner .faq-list .faq-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 20px;
  padding: 36px 0;
}
.lifang-faq .faq-inner .faq-list .faq-item.active .question span {
  font-weight: 700;
}
.lifang-faq .faq-inner .faq-list .faq-item.active .question .expand-button {
  display: none;
}
.lifang-faq .faq-inner .faq-list .faq-item.active .answer {
  display: block;
}
.lifang-faq .faq-inner .faq-list .faq-item.active .link-button {
  display: flex;
}
.lifang-faq .faq-inner .faq-list .faq-item .question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 36px;
  width: calc(100% - 72px);
}
.lifang-faq .faq-inner .faq-list .faq-item .question span {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #262626;
  cursor: pointer;
}
.lifang-faq .faq-inner .faq-list .faq-item .question .expand-button {
  cursor: pointer;
}
.lifang-faq .faq-inner .faq-list .faq-item .question:hover span {
  color: #4c4cef;
}
.lifang-faq .faq-inner .faq-list .faq-item .answer {
  display: none;
  width: calc(100% - 72px);
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  color: #000000;
}
.lifang-faq .faq-inner .faq-list .faq-item .link-button {
  display: none;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  margin-left: 36px;
  column-gap: 10px;
  padding: 8px 16px 8px 20px;
  border-radius: 30px;
  background-color: rgba(76, 76, 239, 0.1);
  border: 1px solid #4c4cef;
  text-decoration: none;
}
.lifang-faq .faq-inner .faq-list .faq-item .link-button:hover {
  background-color: rgba(76, 76, 239, 0.2);
}
.lifang-faq .faq-inner .faq-list .faq-item .link-button span {
  font-family: Microsoft YaHei;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #262626;
}
.lifang-faq .faq-inner .faq-list .faq-item-line {
  width: 100%;
  height: 1px;
  background-color: rgba(225, 226, 229, 0.6);
}
.lifang-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 335px;
  padding: 0 20px;
  background-image: url('/home/img/footer_background.jpg');
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: right;
}
@media (max-width: 600px) {
  .lifang-footer {
    height: 356px;
    background-image: url('/home/img/footer_background_mobile.jpg');
    background-position: center;
    background-size: cover;
  }
}
.lifang-footer .footer-inner {
  display: flex;
  flex-direction: column;
  row-gap: 32px;
  width: 100%;
  max-width: 1280px;
}
.lifang-footer .footer-inner .footer-title {
  font-family: Microsoft YaHei;
  font-weight: 700;
  font-style: Bold;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #262626;
}
@media (max-width: 600px) {
  .lifang-footer .footer-inner .footer-title {
    font-size: 32px;
  }
}
.lifang-footer .footer-inner .free-use {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 17px 32px 17px 38px;
  width: 210px;
  height: 60px;
  border-radius: 30px;
  background-color: rgba(76, 76, 239, 0.1);
  border: 1px solid #4c4cef;
  cursor: pointer;
}
.lifang-footer .footer-inner .free-use:hover {
  background-color: rgba(76, 76, 239, 0.2);
}
.lifang-footer .footer-inner .free-use span {
  font-family: Microsoft YaHei;
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #262626;
}
.demo-dialog-background {
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}
.demo-dialog-background.show-dialog {
  display: flex;
}
.demo-dialog-background .demo-dialog {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 30px;
  width: 1400px;
  height: 812px;
}
.demo-dialog-background .demo-dialog .dialog-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.demo-dialog-background .demo-dialog .dialog-header .dialog-title {
  font-family: Microsoft YaHei;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #333333;
}
.demo-dialog-background .demo-dialog .dialog-header .header-right {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 11px;
}
.demo-dialog-background .demo-dialog .dialog-header .header-right .open-in-mobile {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 9px;
  padding: 12px 16px 12px 20px;
  border-radius: 20px;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  cursor: pointer;
}
.demo-dialog-background .demo-dialog .dialog-header .header-right .open-in-mobile:hover {
  background-color: #eeeeee;
}
.demo-dialog-background .demo-dialog .dialog-header .header-right .open-in-mobile:hover .qrcode-box {
  display: flex;
}
.demo-dialog-background .demo-dialog .dialog-header .header-right .open-in-mobile > span {
  font-family: Microsoft YaHei;
  font-weight: 500;
  font-style: Regular;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #333333;
}
.demo-dialog-background .demo-dialog .dialog-header .header-right .open-in-mobile .qrcode-box {
  display: none;
  flex-direction: column;
  align-items: center;
  row-gap: 10px;
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  width: 186px;
  height: 214px;
  border-radius: 12px;
  padding: 16px;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}
.demo-dialog-background .demo-dialog .dialog-header .header-right .open-in-mobile .qrcode-box::before {
  content: '';
  position: absolute;
  top: -8px;
  right: 0;
  bottom: 0;
  left: 0;
}
.demo-dialog-background .demo-dialog .dialog-header .header-right .open-in-mobile .qrcode-box #demo-qrcode {
  width: 154px;
  height: 154px;
}
.demo-dialog-background .demo-dialog .dialog-header .header-right .open-in-mobile .qrcode-box span {
  font-family: Microsoft YaHei;
  font-weight: 500;
  font-style: Regular;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #333333;
}
.demo-dialog-background .demo-dialog .dialog-header .header-right .open-blank {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 9px;
  padding: 12px 16px 12px 20px;
  border-radius: 20px;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  cursor: pointer;
  text-decoration: none;
}
.demo-dialog-background .demo-dialog .dialog-header .header-right .open-blank:hover {
  background-color: #eeeeee;
}
.demo-dialog-background .demo-dialog .dialog-header .header-right .open-blank span {
  font-family: Microsoft YaHei;
  font-weight: 500;
  font-style: Regular;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #333333;
}
.demo-dialog-background .demo-dialog .dialog-header .header-right .dialog-close-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.demo-dialog-background .demo-dialog .dialog-body {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  width: 100%;
  height: 100%;
}
.demo-dialog-background .demo-dialog .dialog-body.show-iframe iframe {
  display: block;
}
.demo-dialog-background .demo-dialog .dialog-body.show-iframe img {
  display: none;
}
.demo-dialog-background .demo-dialog .dialog-body iframe {
  display: none;
  width: 100%;
  height: 100%;
  border: none;
}
