.home-wrap {
  display: none;
}

.home-mobile {
  display: none;
}

.banner-1-wrapper {
  position: relative;
  height: 550px;
  background: #fff;
  background-image: url("../img/home/home_b1.png");
  background-size: cover;
  background-position: center center;
}
.banner-1-wrapper h2 {
  font-size: 42px;
  font-weight: 500;
  padding-top: 145px;
  letter-spacing: 11px;
}

.banner-1-wrapper h3 {
  display: flex;
  font-size: 22px;
  letter-spacing: 11px;
  padding: 21px 0 76px;
}
.banner-1-wrapper h3 span {
  margin: 0 18px;
}
.banner-1-wrapper button {
  border-radius: 6px;
  background: #3c2bd7;
  width: 165px;
  font-size: 22px;
  line-height: 54px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  pointer-events: auto;
}

.b2-wrapper {
  height: 470px;
}

.b2-wrapper h2 {
  font-size: 40px;
  padding-top: 97px;
  font-weight: 500;
}

.b2-wrapper h3 {
  font-size: 22px;
  padding-top: 20px;
  padding-bottom: 60px;
}

.b2-wrapper .item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.b2-wrapper .icon {
  width: 75px;
  height: 75px;
  background-size: cover;
  margin-bottom: 14px;
}

.b2-wrapper .item:nth-child(1) .icon {
  background-image: url("../img/home/b2_icon_1.png");
}
.b2-wrapper .item:nth-child(2) .icon {
  background-image: url("../img/home/b2_icon_2.png");
}
.b2-wrapper .item:nth-child(3) .icon {
  background-image: url("../img/home/b2_icon_3.png");
}
.b2-wrapper .item:nth-child(4) .icon {
  background-image: url("../img/home/b2_icon_4.png");
}
.b2-wrapper .item:nth-child(5) .icon {
  background-image: url("../img/home/b2_icon_5.png");
}
.b2-wrapper .item:nth-child(6) .icon {
  background-image: url("../img/home/b2_icon_6.png");
}

.b3-wrapper {
  height: 800px;
  background: #2b2c43;
}

.b3-wrapper .w-12-c {
  padding-top: 120px;
}

.b3-wrapper h2 {
  font-size: 40px;
  color: #fff;
  font-weight: 500;
  padding-bottom: 35px;
}
.b3-wrapper .left-part {
  margin-right: 110px;
}
.b3-wrapper .left-part .tab {
  padding: 19px 0;
  width: 420px;
  transition: 0.15s;
  cursor: pointer;
}
.b3-wrapper .right-part {
  height: 552px;
  flex: 1;
  position: relative;
}
.b3-wrapper .right-part img {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.b3-wrapper .right-part img:first-child {
  display: block;
}
.b3-wrapper .left-part .tab.active {
  padding-left: 20px;
  box-shadow: 10px 15px 25px 0px rgba(31, 30, 58, 0.7),
    -15px -15px 25px 0px #2e3049;
  border-radius: 10px;
}
.b3-wrapper .left-part .tab.active h4 {
  color: #1bf5fc;
}
.b3-wrapper .left-part .tab h4 {
  font-size: 22px;
  color: #fff;
  display: inline-block;
  font-weight: 500;
  position: relative;
}
.b3-wrapper .left-part .tab h4 > span {
  position: relative;
  z-index: 1;
}
.b3-wrapper .left-part .tab h4::after {
  content: "";
  position: absolute;
  background: #504a88;
  bottom: 0;
  left: 0;
  right: 0;
  height: 12px;
}
.b3-wrapper .left-part .tab .text {
  color: #bab9d3;
  margin-top: 9px;
}

.b3-wrapper .left-part .know-more-btn {
  color: #1bf5fc;
  font-size: 24px;
  font-weight: 500;
  margin-top: 60px;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.b3-wrapper .left-part .know-more-btn img {
  width: 26px;
  height: 26px;
  margin-left: 10px;
}

.b3-wrapper .right-part img:nth-child(1) {
  width: 681px;
  height: 552px;
}

.b4-wrapper,
.b5-wrapper {
  padding-top: 60px;
  height: 800px;
}

.b4-wrapper h2,
.b5-wrapper h2 {
  font-size: 40px;
  color: #15204b;
  font-weight: 500;
  padding-bottom: 35px;
  padding-top: 60px;
}
.b4-wrapper .left-part .banner-wrapper {
  position: relative;
  left: -67px;
  width: 790px;
  height: 670px;
}
.b4-wrapper .left-part .banner-wrapper img {
  position: absolute;

}
.b4-wrapper .left-part .banner-wrapper .b4-1 {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.b4-wrapper .left-part .banner-wrapper .b4-2 {
  top: 100px;
}
.b4-wrapper .left-part .banner-wrapper .b4-3 {
  top: 150px;
}

.b4-wrapper .tab,
.b5-wrapper .tab {
  padding: 19px 0;
  width: 420px;
  cursor: pointer;
  transition: background 0.15s,box-shadow 0.15s,border-radius 0.15s,padding 0.15s, color 0.15s;
}
.b4-wrapper .tab.active,
.b5-wrapper .tab.active {
  border: 3px solid #fff;
  padding-left: 20px;
  box-shadow: 10px 10px 20px 0px rgba(0, 18, 88, 0.08),
    -10px -10px 20px 0px rgba(255, 255, 255, 0.7);
  background: linear-gradient(180deg, #f5f8fd 0%, #fdfeff 100%);
  border-radius: 10px;
}
.b4-wrapper .tab.active h4,
.b5-wrapper .tab.active h4 {
  color: #1b54fc;
}
.b4-wrapper .tab h4,
.b5-wrapper .tab h4 {
  font-size: 22px;
  color: #15204b;
  display: inline-block;
  font-weight: 500;
  position: relative;
}
.b4-wrapper .tab h4 > span,
.b5-wrapper .tab h4 > span {
  position: relative;
  z-index: 1;
}
.b4-wrapper .tab h4::after,
.b5-wrapper .tab h4::after {
  content: "";
  position: absolute;
  background: rgba(27, 84, 252, 0.3);
  bottom: 0;
  left: 0;
  right: 0;
  height: 12px;
}
.b4-wrapper .tab .text,
.b5-wrapper .tab .text {
  color: #5c637c;
  margin-top: 9px;
}

.b4-wrapper .know-more-btn,
.b5-wrapper .know-more-btn {
  color: #1b54fc;
  font-size: 24px;
  font-weight: 500;
  margin-top: 60px;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.b4-wrapper .know-more-btn img,
.b5-wrapper .know-more-btn img {
  width: 26px;
  height: 26px;
  margin-left: 10px;
}

.b5-wrapper {
  background: #f5f8fd;
}

.b5-wrapper .right-part {
  position: relative;
  width: 739px;
  height: 360px;
  margin-left: 60px;
  margin-top: 170px;
}
.b5-wrapper .right-part img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.b6-wrapper {
  height: 800px;
  background-image: url("../img/home/b6_bg.png");
  background-size: cover;
  background-position: center;
  padding-top: 83px;
}
.b6-wrapper h2 {
  font-weight: 500;
  text-align: center;
  color: #fff;
  font-size: 40px;
  padding-bottom: 92px;
}
.b6-wrapper .user-list {
  height: 360px;
  background: linear-gradient(
    45deg,
    rgba(247, 249, 253, 0.2) 0%,
    rgba(237, 240, 250, 0.6) 100%
  );
  box-shadow: 10px 10px 20px 0px rgba(21, 32, 75, 0.1);
  border-radius: 15px;
  backdrop-filter: blur(10px);
  padding: 16px;
}
.b6-wrapper .user-list .item img {
  width: 510px;
  height: 328px;
  margin-right: 53px;
  border-radius: 10px;
}

.b6-wrapper .user-list .item h4 {
  font-size: 30px;
  font-weight: 500;
  padding: 33px 0 38px;
  text-shadow: 10px 10px 20px rgba(21, 32, 75, 0.1);
}
.b6-wrapper .user-list .item p {
  padding-right: 50px;
  color: #5c637c;
}
.b6-wrapper .user-list .item button {
  width: 140px;
  line-height: 42px;
  background: #1b54fc;
  box-shadow: 10px 10px 20px 0px rgba(21, 32, 75, 0.1);
  border-radius: 6px;
  margin-top: 77px;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  color: #fff;
}
.b6-wrapper .user-list .item .right-part {
  position: absolute;
  width: 590px;
  right: 0;
  top: 0;
}
.b6-wrapper .sliders {
  margin-top: 122px;
}
.b6-wrapper .slider-item {
  width: 75px;
  height: 7px;
  background: rgba(233, 237, 247, 0.5);
  margin: 0 13px;
}

.b6-wrapper .slider-item .slider-inner {
  width: 0;
  transition: none 0s ease 0s;
  display: block;
  height: 7px;
}
.b6-wrapper .slider-item.active .slider-inner {
  transition: width 4400ms linear 0s;
  background: rgba(255, 255, 255, 0.7);
  width: 100%;
}

.b7-wrapper {
  height: 800px;
  background-image: url("../img/home/b7_bg.png");
  background-size: cover;
  background-position: center;
  padding-top: 83px;
}
.b7-wrapper h2 {
  font-size: 40px;
  font-weight: 500;
  color: #15204b;
  text-align: center;
  line-height: 56px;
  margin-bottom: 170px;
}
.b7-wrapper .card {
  width: 570px;
  height: 310px;
  border: 3px solid #fff;
  background: linear-gradient(180deg, #f3f5f8 0%, #fdfefe 100%);
  box-shadow: 10px 10px 20px 0px rgba(0, 18, 88, 0.08),
    -10px -10px 20px 0px rgba(255, 255, 255, 0.7);
  border-radius: 8px;
  padding: 89px 60px 0;
}
.b7-wrapper .card .title {
  position: absolute;
  left: 50%;
  top: -45px;
  border: 3px solid #fff;
  font-size: 28px;
  font-weight: 500;
  color: #50597a;
  width: 282px;
  height: 90px;
  background: linear-gradient(180deg, #f3f5f8 0%, #fdfefe 100%);
  box-shadow: 10px 10px 20px 0px rgba(0, 18, 88, 0.08),
    -10px -10px 20px 0px rgba(255, 255, 255, 0.7);
  border-radius: 6px;
  transform: translateX(-50%);
}
.b7-wrapper .card .title img {
  width: 38px;
  height: 38px;
  margin-right: 23px;
}
.b7-wrapper .card p {
  margin-bottom: 28px;
  font-size: 22px;
}
.b7-wrapper .card:nth-of-type(1) p {
  text-align: center;
  letter-spacing: 3px;
}
.b7-wrapper .card:nth-of-type(2) p {
  letter-spacing: 2px;
}
.b7-wrapper .tips {
  color: #50597a;
  text-align: center;
  margin-top: 128px;
}

.b8-wrapper {
  height: 800px;
  padding-top: 83px;
}
.b8-wrapper h2 {
  font-size: 40px;
  font-weight: 500;
  text-align: center;
  padding-bottom: 105px;
}
.b8-wrapper .icons img {
  box-shadow: 0px 2px 14px 0px rgba(164, 164, 164, 0.2),
    10px 10px 20px 0px rgba(21, 32, 75, 0.08), -10px -10px 20px 0px #ffffff;
  border: 2px solid #f5f7fe;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin-bottom: 51px;
}
.b8-wrapper .icons img:not(:nth-child(8n)) {
  margin-right: 51px;
}

.b9-wrapper {
  height: 330px;
  padding-top: 83px;
  background-image: url("../img/home/b9_bg.png");
  background-size: cover;
  background-position: center;
}
.b9-wrapper h2 {
  letter-spacing: 6px;
  font-size: 40px;
  font-weight: 500;
  padding-bottom: 46px;
  text-align: center;
}
.b9-wrapper button {
  border: 1px solid rgba(222, 218, 255, 0.8);
  border-radius: 6px;
  background-color: #3c2bd7;
  width: 152px;
  line-height: 53px;
  font-size: 22px;
  text-align: center;
  margin: 0 auto;
  cursor: pointer;
  display: block;
  color: #fff;
}

#three {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 550px;
}
.w-12-c1{
  position: absolute;
  width: 1200px;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  cursor: pointer;
  pointer-events: none;
}

.home-mobile {
  padding-top: 50px;
  padding-bottom: 55px;
}

.home-mobile-head {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 50px;
  background: #fff;
  padding: 0 18px 0 20px;
  z-index: 999;
}

.home-mobile-head-scroll {
  box-shadow: 0px 2px 20px 0px rgba(21,32,75,0.1000);
}

.home-mobile-head-left img {
  width: 119px;
  height: 27px;
}

.home-mobile-head-right img {
  width: 20px;
  height: 20px;
}

.home-mobile-banner {
  position: relative;
}

.home-mobile-banner img {
  width: 100%;
  height: auto;
}

.home-mobile-banner-content {
  position: absolute;
  top: 81px;
  left: 40px;
}

.home-mobile-banner-content h2 {
  height: 33px;
  font-size: 24px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #15204B;
}

.home-mobile-banner-content-desc {
  display: flex;
  align-items: center;
  margin-top: 12px;
}

.home-mobile-banner-content-desc .home-mobile-banner-content-desc-text {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #15204B;
  white-space: nowrap;
}

.home-mobile-banner-content-desc-text:last-child {
  display: flex;
  align-items: center;
  margin-left: 8px;
}

.home-mobile-banner-content-desc-text:last-child:before {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  background: #15204B;
  border-radius: 2px;
  margin-right: 4px;
}

.home-mobile-banner-content-btn {
  width: 92px;
  height: 34px;
  background: #3C2BD7;
  border-radius: 3px;
  border-image: linear-gradient(231deg, rgba(241, 239, 255, 1), rgba(222, 218, 255, 0.8), rgba(222, 218, 255, 0.8)) 1 1;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  margin-top: 51px;
  text-align: center;
}

.home-mobile-box {
  position: absolute;
  bottom: -184px;
  /*margin-top: -78px;*/
}
.home-mobile-box-content {
  position: absolute;
  top: 66px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 20px;
}

.home-mobile-box-content-text {
  width: 33.33%;
  text-align: center;
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #15204B;
}
.home-mobile-box-content-text:nth-child(4),.home-mobile-box-content-text:nth-child(5),.home-mobile-box-content-text:nth-child(6) {
  margin-top: 101px;
}

.home-mobile-box img {
  width: 100%;
  height: auto;
}

/*----*/
.home-mobile-black {
  position: relative;
  margin-top: 184px;
  background: #2B2C43;
  overflow-x: hidden;
}

.home-mobile-black h2 {
  text-align: center;
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  margin-top: 24px;
}
.home-mobile-black h5 {
  text-align: center;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(255,255,255,0.8000);
  margin-top: 4px;
  margin-bottom: 9px;
}

.home-mobile-black h3 {
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  text-align: center;
}

.home-mobile-black h3:after {
  content: '';
  display: block;
  width: 83px;
  height: 4px;
  margin: -6px auto 0 auto;
  background: rgba(132,78,159,0.5000);
}

.home-mobile-black h6 {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #BAB9D3;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 42px;
}

.home-mobile-black-carousel {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
}

.home-mobile-black-item {
  width: 100%;
}

.home-mobile-black-item-img {
  text-align: center;
  width: 100%;
}

.home-mobile-black-item img {
  text-align: center;
  width: 100%;
}

.home-mobile-black-circle {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  width: 44px;
}

.home-mobile-black-circle-item {
  width: 8px;
  height: 8px;
  background: rgba(27,245,252,0.4);
  border-radius: 4px;
}

.home-mobile-black-circle-item-active {
  background: #1BF5FC;
}

/*----*/
.home-mobile-result {
  position: relative;
  background: #fff;
  overflow-x: hidden;
  text-align: center;
}

.home-mobile-result h2 {
  text-align: center;
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #15204B;
  margin-top: 24px;
}
.home-mobile-result h5 {
  text-align: center;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #15204B;
  margin-top: 4px;
  margin-bottom: 9px;
}

.home-mobile-result h3 {
  display: inline-block;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #15204B;
  text-align: center;
}

.home-mobile-result h3:after {
  content: '';
  display: block;
  height: 4px;
  margin: -6px auto 0 auto;
  background: rgba(27,84,252,0.3000);
}

.home-mobile-result h6 {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #15204B;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 42px;
}

.home-mobile-result-carousel {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
}

.home-mobile-result-item {
  width: 100%;
}

.home-mobile-result-item-img {
  text-align: center;
  width: 100%;
}

.home-mobile-result-item img {
  text-align: center;
  width: 100%;
}

.home-mobile-result-circle {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  width: 44px;
}

.home-mobile-result-circle-item {
  width: 8px;
  height: 8px;
  background: rgba(27,84,252,0.1500);
  border-radius: 4px;
}

.home-mobile-result-circle-item-active {
  background: #1B54FC;
}


/*----*/
.home-mobile-anchor {
  position: relative;
  background: #fff;
  overflow-x: hidden;
  text-align: center;
}

.home-mobile-anchor h2 {
  text-align: center;
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #15204B;
  margin-top: 24px;
}
.home-mobile-anchor h5 {
  text-align: center;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #15204B;
  margin-top: 4px;
  margin-bottom: 9px;
}

.home-mobile-anchor h3 {
  display: inline-block;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #15204B;
  text-align: center;
}

.home-mobile-anchor h3:after {
  content: '';
  display: block;
  height: 4px;
  margin: -6px auto 0 auto;
  background: rgba(27,84,252,0.3000);
}

.home-mobile-anchor h6 {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #15204B;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 42px;
}

.home-mobile-anchor-carousel {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
}

.home-mobile-anchor-item {
  width: 100%;
}

.home-mobile-anchor-item-img {
  text-align: center;
  width: 100%;
}

.home-mobile-anchor-item img {
  text-align: center;
  width: 100%;
}

.home-mobile-anchor-circle {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  width: 44px;
}

.home-mobile-anchor-circle-item {
  width: 8px;
  height: 8px;
  background: rgba(27,84,252,0.1500);
  border-radius: 4px;
}

.home-mobile-anchor-circle-item-active {
  background: #1B54FC;
}

.home-mobile-case {
  background: #fff;
}

.home-mobile-case-title {
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #15204B;
  margin-top: 24px;
  text-align: center;
}

.home-mobile-case img {
  margin-top: 3px;
}

.home-mobile-desc {
  padding: 24px 0;
  background: #F9FBFF;
}

.home-mobile-desc p {
  font-size: 10px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #5C637C;
  text-align: center;
}

.home-mobile-desc p:not(:last-child) {
  margin-bottom: 4px;
}

.home-mobile-empty {
  width: 100%;
  height: 20px;
  background: #F8FAFB;
}



.home-mobile-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 55px;
  background: #fff;
  box-shadow: -10px -10px 13px 0px rgba(0,18,88,0.0500);
  filter: blur(0px);
}

.home-mobile-footer-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px 0 49px;
  height: 100%;
}

.home-mobile-footer-item {
  text-align: center;
}

.home-mobile-footer-item-icon {
  width: 20px;
  height: 20px;
  margin: 0 auto;
}

.home-mobile-footer-item-icon img {
  width: 100%;
  height: 100%;
}

.home-mobile-footer-item-name, .home-mobile-footer-item-name a {
  font-size: 10px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #5C637C;
}

.home-mobile-footer-item-btn {
  width: 92px;
  height: 34px;
  background: #3C2BD7;
  border-radius: 3px;
  border: 1px solid;
  border-image: linear-gradient(231deg, rgba(241, 239, 255, 1), rgba(222, 218, 255, 0.8), rgba(222, 218, 255, 0.8)) 1 1;
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  text-align: center;
  line-height: 34px;
}

.home-modal-mask {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0,0,0,0.3000);
  z-index: 9999;
}

.home-modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 99999;
  width: 265px;
  height: 333px;
  background: #FFFFFF;
  border-radius: 6px;
  text-align: center;
  padding: 24px 22px 20px 22px;
  box-sizing: border-box;
}

.home-modal-title {
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #15204B;
}

.home-modal-code {
  width: 220px;
  height: 220px;
  background: #FFFFFF;
  border-radius: 11px;
  border: 6px solid #F3F6FB;
  margin-top: 16px;
}

.home-modal-code img {
  width: 100%;
  height: 100%;
  border-radius: 11px;
}

.home-modal-text {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #5C637C;
  margin-top: 14px;
}

.home-modal-close {
  position: absolute;
  right: -6px;
  top: -30px;
  width: 30px;
  height: 30px;
  /*overflow: initial;*/
}
