.pc-show .index-banner {
  width: 100%;
  height: 24rem;
  padding-top: 10rem;
  background: url("https://images.zx.lexgos.com/assets/image/pc/sw_banner.png");
  background-size: 100% 100%;
}

.pc-show .index-banner .banner-main {
  width: 75rem;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.pc-show .index-banner .banner-main .banner-text1 {
  font-family: HarmonyOS Sans SC;
  font-weight: bold;
  font-size: 2rem;
  color: #ffffff;
  margin-bottom: 0.5rem;
}

.pc-show .index-banner .banner-main .banner-text2 {
  font-family: HarmonyOS Sans SC;
  font-weight: 400;
  font-size: 1.1rem;
  color: #ffffff;
}

.pc-show .index-core {
  width: 100%;
  padding: 5rem 0;
}

.pc-show .index-core .core-main {
  width: 75rem;
  margin: 0 auto;
}

.pc-show .index-core .core-main .core-list {
  display: flex;
  flex-wrap: wrap;
}

.pc-show .index-core .core-main .core-list .core-li {
  width: 46%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 2.5rem;
}

.pc-show .index-core .core-main .core-list .core-li:nth-child(2n + 1) {
  margin-right: 8%;
}

.pc-show .index-core .core-main .core-list .core-li:last-child {
  margin-bottom: 0rem;
}

.pc-show .index-core .core-main .core-list .core-li img {
  height: 3rem;
}

.pc-show .index-core .core-main .core-list .core-li .title {
  margin: 0.5rem 0 0.5rem 0;
  font-family: HarmonyOS Sans SC;
  font-weight: bold;
  font-size: 1.15rem;
  color: #333333;
}

.pc-show .index-core .core-main .core-list .core-li .info {
  font-family: HarmonyOS Sans SC;
  font-weight: 400;
  font-size: 0.85rem;
  color: #666666;
}

.pc-show .index-steps {
  width: 100%;
  padding: 5rem 0 5rem 0;
}

.pc-show .index-steps .steps-main {
  width: 75rem;
  margin: 0 auto;
}

.pc-show .index-steps .steps-main .step-list {
  display: flex;
  flex-wrap: wrap;
}

.pc-show .index-steps .steps-main .step-list .step-li {
  display: flex;
  flex-direction: column;
  width: 33.3%;
  margin-bottom: 2.5rem;
}

.pc-show .index-steps .steps-main .step-list .step-li .li-number {
  display: flex;
  align-items: center;
}

.pc-show .index-steps .steps-main .step-list .step-li .li-number>p {
  font-family: HarmonyOS Sans SC;
  font-weight: 400;
  font-size: 3.5rem;
  color: #b7945c;
  font-style: italic;
  margin-right: 0.5rem;
}

.pc-show .index-steps .steps-main .step-list .step-li .li-number>img {
  width: 0.9rem;
  height: 0.9rem;
}

.pc-show .index-steps .steps-main .step-list .step-li .title {
  margin: 0 0 0.5rem 0;
  font-family: HarmonyOS Sans SC;
  font-weight: bold;
  font-size: 1.1rem;
  color: #333333;
}

.pc-show .index-steps .steps-main .step-list .step-li .info {
  font-family: HarmonyOS Sans SC;
  font-weight: 400;
  font-size: 0.85rem;
  color: #666666;
}

.pc-show .index-collection {
  width: 100%;
  padding: 4rem 0;
  background: #f2f5f7;
}

.pc-show .index-collection .collection-main {
  width: 75rem;
  margin: 0 auto;
}

.pc-show .base-title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
}

.pc-show .base-title .line {
  width: 0.3rem;
  height: 1.5rem;
  background: #e7402a;
  margin-right: 0.5rem;
  margin-top: 0.2rem;
}

.pc-show .base-title .value {
  font-family: HarmonyOS Sans SC;
  font-weight: bold;
  font-size: 1.6rem;
  color: #333333;
}


.h5-show .index-banner {
  width: 100%;
  height: 92.5rem;
  padding: 67rem 6rem 0;
  background: url("https://images.zx.lexgos.com/assets/image/h5/sw_banner.png");
  background-size: 100% 100%;
}

.h5-show .index-banner .banner-text1 {
  margin-bottom: 2rem;
  font-family: HarmonyOS Sans SC;
  font-weight: bold;
  font-size: 6.5rem;
  color: #ffffff;
}

.h5-show .index-banner .banner-text2 {
  font-family: HarmonyOS Sans SC;
  font-weight: 400;
  font-size: 4rem;
  color: #ffffff;
}

.h5-show .index-core {
  width: 100%;
  padding: 10rem 6rem;
}

.h5-show .index-core .core-list .core-li {
  width: 100%;
  margin-bottom: 10rem;
}

.h5-show .index-core .core-list .core-li:last-child {
  margin-bottom: 0;
}

.h5-show .index-core .core-list .core-li .title {
  margin: 2.5rem 0;
  font-family: HarmonyOS Sans SC;
  font-weight: bold;
  font-size: 4.5rem;
  color: #333333;
}

.h5-show .index-core .core-list .core-li .info {
  font-family: HarmonyOS Sans SC;
  font-weight: 400;
  font-size: 3.5rem;
  color: #666666;
}

.h5-show .index-steps {
  width: 100%;
  padding: 10rem 6rem 10rem 6rem;
}

.h5-show .index-steps .step-list .step-li {
  width: 100%;
  margin-bottom: 10rem;
}

.h5-show .index-steps .step-list .step-li:last-child {
  margin-bottom: 0;
}

.h5-show .index-steps .step-list .step-li .li-number {
  font-family: HarmonyOS Sans SC;
  font-weight: 400;
  font-size: 10rem;
  color: #b7945c;
  font-style: italic;
}

.h5-show .index-steps .step-list .step-li .title {
  margin: 0 0 1.5rem 0;
  font-family: HarmonyOS Sans SC;
  font-weight: bold;
  font-size: 4.5rem;
}

.h5-show .index-steps .step-list .step-li .info {
  font-family: HarmonyOS Sans SC;
  font-weight: 400;
  font-size: 3.5rem;
  color: #666666;
}

.h5-show .index-collection {
  width: 100%;
  padding: 10rem 6rem 10rem 6rem;
  background: #f2f5f7;
}

.h5-show .base-title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 6.25rem;
}

.h5-show .base-title .line {
  width: 1rem;
  height: 4.5rem;
  background: #e7402a;
  margin-right: 2.5rem;
}

.h5-show .base-title .value {
  font-family: HarmonyOS Sans SC;
  font-weight: bold;
  font-size: 5rem;
  color: #333333;
}


.pc-show .index-collection .collection-main {
  width: 75rem;
  margin: 0 auto;
}

.pc-show .index-collection {
  width: 100%;
  padding: 4rem 0;
  background: #f2f5f7;
}

.h5-show .index-collection {
  width: 100%;
  padding: 10rem 6rem;
  background: #f2f5f7;
}