html.lock,
body.lock {
  overflow: hidden !important;
}

.in_con > .scroll-progress {
  position: fixed;
  z-index: 30;
  bottom: 0.4rem;
  left: 0.7rem;
  display: flex;
  gap: 0.18rem;
}
.in_con > .scroll-progress .line {
  height: 0.8rem;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  position: relative;
}
.in_con > .scroll-progress .line::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--scroll-progress);
  background-color: var(--vi);
}
.in_con > .scroll-progress .tit {
  font-weight: 400;
  line-height: 1.21;
  color: #fff;
}
.in_con .banner .wrap {
  position: sticky;
  z-index: 9;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
}
.in_con .banner .wrap .list {
  width: 100%;
  height: 100%;
}
.in_con .banner .wrap .list .item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1.6rem 0.7rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  opacity: 0;
  transform: translateY(100%);
  transition: all 1s;
}
.in_con .banner .wrap .list .item.on {
  transform: translateY(0);
  opacity: 1;
}
.in_con .banner .wrap .list .item.on .info .line {
  clip-path: inset(0 0 0 0);
}
.in_con .banner .wrap .list .item.on .info:nth-child(2) .line {
  clip-path: inset(0 0 0 0);
}
.in_con .banner .wrap .list .item.leave {
  transform: translateY(-100%);
  opacity: 0;
}
.in_con .banner .wrap .list .item.small .info {
  max-width: 5.35rem;
}
.in_con .banner .wrap .list .item.small .info .subtit {
  margin-bottom: 0.08rem;
}
.in_con .banner .wrap .list .item.small .info .tit {
  margin-bottom: 0.36rem;
}
.in_con .banner .wrap .list .item.small .info .txt {
  opacity: 0.6;
  line-height: 1.87;
}
.in_con .banner .wrap .list .item.small .info .txt strong{
    opacity: 1;
    font-weight: 500;
}
.in_con .banner .wrap .list .item:nth-child(2) .info .line.top {
  top: -0.56rem;
}
.in_con .banner .wrap .list .item .info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  max-width: 5.35rem;
  position: relative;
}
.in_con .banner .wrap .list .item .info .line {
  position: absolute;
  left: 0;
  clip-path: inset(0 100% 0 0);
  transition: all 1.2s 1s;
}
.in_con .banner .wrap .list .item .info .line.top {
  top: -0.8rem;
}
.in_con .banner .wrap .list .item .info .line.btm {
  bottom: -0.8rem;
}
.in_con .banner .wrap .list .item .info .line img {
  object-fit: contain;
}
.in_con .banner .wrap .list .item .info:nth-child(2) .line {
  clip-path: inset(0 0 0 100%);
  left: auto;
  right: 0;
}
.in_con .banner .wrap .list .item .info .subtit {
  margin-bottom: 0.1rem;
  font-weight: 400;
  line-height: 1.77;
  letter-spacing: 0.02rem;
}
.in_con .banner .wrap .list .item .info .tit {
  font-weight: 500;
  line-height: 1.28;
  margin-bottom: 0.65rem;
}
.in_con .banner .wrap .list .item .info .txt {
  font-weight: 400;
  line-height: 1.6;
}

.in_con .ipart1 {
  position: relative;
  height: 350vh;
}
.in_con .ipart1 .con {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  mask-image: url(../img/ip2_mask.svg);
  mask-position: center;
  mask-size: 26.7rem 11.61rem;
  mask-repeat: no-repeat;
  transition: mask-size 0.8s ease;
  overflow: hidden;
}
.in_con .ipart1 .con.on {
  mask-size: 17.8rem 7.74rem;
}
.in_con .ipart1 .con > video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.in_con .ipart1 .con > .txt {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
  color: #fff;
}
.in_con .ipart1 .con > .txt .tit {
  width: 5.6rem;
  margin: 0 auto;
  font-weight: 500;
  line-height: 1.28;
}
.in_con .ipart1 .con > .txt .p {
  margin-bottom: 0.1rem;
  font-weight: 400;
  line-height: 1.77;
  letter-spacing: 0.02rem;
}
.in_con .ipart1 .con > .list {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  padding: 100vh 3.51rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 1.8rem;
  pointer-events: none;
}
.in_con .ipart1 .con > .list .item {
  position: relative;
  width: fit-content;
  padding: 0.11rem 0.28rem;
  display: flex;
  align-items: center;
  gap: 0.2rem;
  border-radius: 0.12rem;
  color: #fff;
  font-weight: 500;
  line-height: 1.87;
  white-space: nowrap;
  overflow: hidden;
  pointer-events: auto;
}
.in_con .ipart1 .con > .list .item:nth-child(even) {
  align-self: flex-start;
}
.in_con .ipart1 .con > .list .item::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: url(../img/ip2_kuai.webp);
  background-size: 110% 110%;
  backdrop-filter: blur(24px);
}
.in_con .ipart1 .con > .list .item .kuai {
  width: 0.12rem;
  height: 0.12rem;
  flex: none;
  border-radius: 0.02rem;
  background-color: var(--vi);
}

.rd_con {
  background: #111;
}
.rd_con .rd1 {
  padding: 1.54rem 0.7rem 0 0.7rem;
  background: url(../img/ser_bj.webp) no-repeat center top;
  background-size: 100% auto;
}
.rd_con .rd1 .breadcrumbs {
  margin-bottom: 0.8rem;
  filter: brightness(0) invert(1);
}
.rd_con .rd1 .top {
  margin-bottom: 0.37rem;
  color: #fff;
}
.rd_con .rd1 .top .p {
  font-weight: 400;
  line-height: 1.77;
  letter-spacing: 0.02rem;
  margin-bottom: 0.1rem;
}
.rd_con .rd1 .top .tit {
  font-weight: 500;
  line-height: 1.28;
}
.rd_con .rd1 .bottom {
  width: 100%;
  height: 7.5rem;
  border-radius: 0.14rem;
  overflow: hidden;
  position: relative;
}
.rd_con .rd1 .bottom img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rd_con .rd1 .bottom .txt {
  position: absolute;
  bottom: 0.6rem;
  left: 0.6rem;
  width: 8.8rem;
  padding: 0.43rem 0.4rem 0.5rem 0.4rem;
  color: #ffffff;
  border-radius: 0.14rem;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(0, 0, 0, 0.13);
  backdrop-filter: blur(40px);
}
.rd_con .rd1 .bottom .txt .kuai {
  width: 0.15rem;
  height: 0.15rem;
  border-radius: 0.02rem;
  background-color: var(--vi);
  margin-bottom: 0.33rem;
}
.rd_con .rd1 .bottom .txt p {
  font-weight: 500;
  line-height: 1.5;
}
.rd_con .rd2 {
  padding: 2.14rem 0.7rem 0;
  position: relative;
  z-index: 2;
}
.rd_con .rd2 .top {
  color: #fff;
  margin-bottom: 0.5rem;
}
.rd_con .rd2 .top .tit {
  font-weight: 500;
  line-height: 1.28;
  margin-bottom: 0.1rem;
}
.rd_con .rd2 .top .p {
  font-weight: 400;
  letter-spacing: 0.02rem;
  line-height: 1.77;
}
.rd_con .rd2 .list {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.rd_con .rd2 .list .item {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.rd_con .rd2 .list .item .pic {
  width: 11rem;
  height: 7rem;
  border-radius: 0.14rem;
  background: #353535;
  overflow: hidden;
}
.rd_con .rd2 .list .item .info {
  width: 6.6rem;
  border-radius: 0.14rem;
  border: 0.0122rem solid rgba(255, 255, 255, 0.22);
  background: rgba(0, 0, 0, 0.13);
  backdrop-filter: blur(0.4rem);
  padding: 0.6rem 0.5rem 0.55rem;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  justify-content: space-between;
}
.rd_con .rd2 .list .item .info .h {
  color: #FFF;
  font-weight: 500;
  padding-top: 0.55rem;
  position: relative;
  line-height: 1.3;
}
.rd_con .rd2 .list .item .info .h::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.15rem;
  height: 0.15rem;
  border-radius: 0.02rem;
  border: 0.01rem solid rgba(255, 255, 255, 0.24);
  background-color: var(--vi);
}
.rd_con .rd2 .list .item .info .txt_ul {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.rd_con .rd2 .list .item .info .txt_ul .txt_li {
  color: #fff;
}
.rd_con .rd2 .list .item .info .txt_ul .txt_li .tit {
  margin-bottom: 0.12rem;
  font-weight: 500;
}
.rd_con .rd2 .list .item .info .txt_ul .txt_li .p {
  opacity: 0.8;
  font-weight: 400;
  line-height: 1.75;
}
.rd_con .rd2 .list .item .info .txt_ul .txt_li:has(ul) .p {
  margin-bottom: 0.24rem;
}
.rd_con .rd2 .list .item .info .txt_ul .txt_li ul li {
  position: relative;
  padding-left: 0.14rem;
  margin-bottom: 0.18rem;
  opacity: 0.8;
  line-height: 1.2;
}
.rd_con .rd2 .list .item .info .txt_ul .txt_li ul li:last-child {
  margin-bottom: 0;
}
.rd_con .rd2 .list .item .info .txt_ul .txt_li ul li::before {
  content: "";
  position: absolute;
  top: 0.06rem;
  left: 0;
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 0.02rem;
  background-color: var(--vi);
}
.rd_con .rd2 .list .item:nth-child(even) {
  flex-direction: row-reverse;
}
.rd_con .rd3 {
  padding: 3rem 0.7rem 1.5rem;
  position: relative;
  min-height: 11rem;
}
.rd_con .rd3 .bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 12.75rem;
}
.rd_con .rd3 .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rd_con .rd3 .top {
  position: relative;
  color: #fff;
  margin-bottom: 0.7rem;
}
.rd_con .rd3 .top .tit {
  font-weight: 500;
  line-height: 1.28;
  margin-bottom: 0.1rem;
}
.rd_con .rd3 .top .p {
  font-weight: 400;
  letter-spacing: 0.02rem;
  line-height: 1.77;
}
.rd_con .rd3 .list {
  width: 8.44rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.rd_con .rd3 .list .item {
  width: calc((100% - 0.4rem) / 2);
  border-radius: 0.14rem;
  border: 0.015rem solid rgba(255, 255, 255, 0.22);
  background: rgba(0, 0, 0, 0.13);
  backdrop-filter: blur(0.4rem);
  color: #fff;
  padding: 0.2rem;
  display: flex;
  gap: 0.4rem;
  justify-content: space-between;
  transition: all 0.3s;
}
.rd_con .rd3 .list .item .pic {
  max-height: 1.4rem;
  max-width: 1.4rem;
  flex-shrink: 0;
}
.rd_con .rd3 .list .item .pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.rd_con .rd3 .list .item .tit {
  padding-top: 0.5rem;
  position: relative;
  font-weight: 500;
  line-height: 1.36;
}
.rd_con .rd3 .list .item .tit::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.15rem;
  height: 0.15rem;
  border: 0.01rem solid rgba(255, 255, 255, 0.24);
  border-radius: 0.02rem;
  background-color: var(--vi);
}
.rd_con .rd3 .list .item.active {
  border-color: #fff;
}
.rd_con .rd3 .btn {
  margin: 1.6rem auto 0;
  cursor: pointer;
  width: fit-content;
  padding: 0.07rem 0.08rem 0.07rem 0.15rem;
  display: flex;
  align-items: center;
  gap: 0.3rem;
  font-weight: 500;
  color: #fff;
  border-radius: 0.08rem;
  border: 0.015rem solid rgba(255, 255, 255, 0.22);
  background: rgba(0, 0, 0, 0.13);
  backdrop-filter: blur(0.4rem);
  transition: all 0.7s;
}
.rd_con .rd3 .btn .icon {
  width: 0.46rem;
  height: 0.46rem;
  border-radius: 0.06rem;
  background: var(--vi);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.7s;
}
.rd_con .rd3 .btn .icon img {
  width: 0.21rem;
  height: 0.27rem;
  object-fit: contain;
  filter: brightness(0) invert(1);
  transition: all 0.7s;
}
.rd_con .rd3 .btn:hover {
  background: var(--vi);
}
.rd_con .rd3 .btn:hover .icon {
  background-color: #fff;
}
.rd_con .rd3 .btn:hover .icon img {
  filter: unset;
}
.rd_con .rd3 .modal {
  position: fixed;
  z-index: 51;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0 0.7rem 0.65rem;
  display: flex;
  align-items: flex-end;
  backdrop-filter: blur(0.326rem);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.7s;
}
.rd_con .rd3 .modal .modal_bg {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.67);
}
.rd_con .rd3 .modal.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.rd_con .rd3 .modal.show .content {
  transform: scale(1);
}
.rd_con .rd3 .modal .close {
  position: absolute;
  z-index: 2;
  top: 0.3rem;
  right: 0.35rem;
  width: 0.3rem;
  height: 0.3rem;
  cursor: pointer;
  opacity: 0.7;
  transition: all 0.3s;
}
.rd_con .rd3 .modal .close:hover {
  opacity: 1;
}
.rd_con .rd3 .modal .content {
  transform: scale(0.1);
  transition: all 0.7s;
  width: 100%;
  height: 77.7777777778vh;
  border-radius: 0.14rem;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(0.445rem);
  position: relative;
  display: flex;
}
.rd_con .rd3 .modal .content .lf {
  max-height: 100%;
  width: 5.15rem;
  padding: 0.66rem 0.5rem;
  overflow: auto;
}
.rd_con .rd3 .modal .content .lf::-webkit-scrollbar-thumb {
  background-color: rgb(255, 255, 255);
}
.rd_con .rd3 .modal .content .lf::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.2);
}
.rd_con .rd3 .modal .content .lf .list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.rd_con .rd3 .modal .content .lf .list .item {
  width: 100%;
}
.rd_con .rd3 .modal .content .rg {
  flex: 1;
  min-width: 0;
}
.rd_con .rd3 .modal .content .rg .swiper_rd3 {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.rd_con .rd3 .modal .content .rg .swiper_rd3 .swiper-slide {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.rd_con .rd3 .modal .content .rg .swiper_rd3 .swiper-slide .pic {
  height: 5.67rem;
  width: 5.67rem;
  margin-bottom: 0.5rem;
}
.rd_con .rd3 .modal .content .rg .swiper_rd3 .swiper-slide .tit {
  text-align: center;
  line-height: 1.26;
  color: #fff;
  font-weight: 500;
}

.cas_con .cas1 {
  padding: 1.54rem 0.7rem 1.3rem;
  background: url(../img/ser_bj.webp) no-repeat center top;
  background-size: 100% auto;
}
.cas_con .cas1 .breadcrumbs {
  margin-bottom: 0.8rem;
  filter: brightness(0) invert(1);
}
.cas_con .cas1 .top {
  margin-bottom: 0.8rem;
  color: #fff;
}
.cas_con .cas1 .top .p {
  font-weight: 400;
  line-height: 1.77;
  letter-spacing: 0.02rem;
  margin-bottom: 0.1rem;
}
.cas_con .cas1 .top .tit {
  font-weight: 500;
  line-height: 1.28;
}
.cas_con .cas1 .list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.2rem;
  margin-bottom: 0.8rem;
}
.cas_con .cas1 .list .item {
  width: calc((100% - 0.4rem) / 3);
  color: #fff;
}
.cas_con .cas1 .list .item .pic {
  width: 100%;
  height: 6rem;
  border-radius: 0.2rem;
  overflow: hidden;
  margin-bottom: 0.2rem;
}
.cas_con .cas1 .list .item .tit {
  font-weight: 500;
  line-height: 1.4;
  padding-right: 0.85rem;
  transition: all 0.3s;
}
.cas_con .cas1 .list .item:hover .tit {
  color: var(--vi);
}
.cas_con .casd1 {
  padding: 1.54rem 0.7rem 1.12rem;
  background: url(../img/ser_bj.webp) no-repeat center top;
  background-size: 100% auto;
}
.cas_con .casd1 .breadcrumbs {
  margin-bottom: 0.8rem;
  filter: brightness(0) invert(1);
}
.cas_con .casd1 .top {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  align-items: flex-end;
  color: #fff;
  padding-bottom: 0.35rem;
  margin-bottom: 0.35rem;
  border-bottom: 0.01px solid rgba(255, 255, 255, 0.2);
}
.cas_con .casd1 .top .title {
  font-weight: 500;
  line-height: 1.28;
}
.cas_con .casd1 .top .info {
  flex-shrink: 0;
  display: flex;
  gap: 0.86rem;
}
.cas_con .casd1 .top .info .item {
  max-width: 3rem;
}
.cas_con .casd1 .top .info .item .label {
  margin-bottom: 0.17rem;
  font-weight: 300;
}
.cas_con .casd1 .top .info .item .value {
  font-weight: 500;
}
.cas_con .casd1 .cont {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.6rem;
}
.cas_con .casd1 .cont .pic {
  width: 9.3rem;
  height: 5.93rem;
  border-radius: 0.2rem;
}
.cas_con .casd1 .cont .info {
  width: 6.88rem;
  padding-top: 0.76rem;
  color: #fff;
}
.cas_con .casd1 .cont .info .tit {
  font-weight: 500;
  margin-bottom: 0.15rem;
}
.cas_con .casd1 .cont .info .txt {
  font-weight: 300;
  line-height: 2;
  margin-bottom: 0.35rem;
}
.cas_con .casd1 .cont .info .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.12rem;
}
.cas_con .casd1 .cont .info .tags span {
  font-weight: 400;
  padding: 0.09rem 0.2rem 0.08rem;
  border-radius: 0.47rem;
  background: rgba(255, 255, 255, 0.05);
  transition: all 0.3s;
}
.cas_con .casd1 .cont .info .tags span:hover {
  background-color: var(--vi);
}
.cas_con .casd1 .pic_box {
  display: flex;
  gap: 0.2rem;
}
.cas_con .casd1 .pic_box .pic {
  height: 6.63rem;
  border-radius: 0.2rem;
  overflow: hidden;
}
.cas_con .casd1 .pic_box .pic:nth-child(1) {
  width: 5.94rem;
}
.cas_con .casd1 .pic_box .pic:nth-child(2) {
  width: 11.633rem;
}

.page_btn {
  position: fixed;
  z-index: 52;
  bottom: .8rem;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  width: fit-content;
  padding: 0.07rem 0.08rem 0.07rem 0.15rem;
  display: flex;
  align-items: center;
  gap: 0.3rem;
  font-weight: 500;
  color: #fff;
  border-radius: 0.08rem;
  border: 0.015rem solid rgba(255, 255, 255, 0.22);
  background: rgba(0, 0, 0, 0.13);
  backdrop-filter: blur(0.4rem);
  transition: all 0.7s;
}
.page_btn .icon {
  width: 0.46rem;
  height: 0.46rem;
  border-radius: 0.06rem;
  background: var(--vi);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.7s;
}
.page_btn .icon img {
  width: 0.21rem;
  height: 0.27rem;
  object-fit: contain;
  filter: brightness(0) invert(1);
  transition: all 0.7s;
}
.page_btn:hover {
  background: var(--vi);
}
.page_btn:hover .icon {
  background-color: #fff;
}
.page_btn:hover .icon img {
  filter: unset;
}
.sol_con .modal {
  position: fixed;
  z-index: 53;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 7.4074074074vh 0.7rem 0.36rem;
  display: flex;
  align-items: flex-end;
  backdrop-filter: blur(0.326rem);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.7s;
}
.sol_con .modal .modal_bg {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.67);
  backdrop-filter: blur(0.326rem);
}
.sol_con .modal.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.sol_con .modal.show .content {
  transform: scale(1);
}
.sol_con .modal .content {
  height: calc(100% - 0.7rem);
  width: 100%;
  color: #fff;
  display: flex;
  flex-direction: column;
}
.sol_con .modal .content .title {
  font-weight: 500;
  line-height: 1.28;
  text-align: center;
  margin-bottom: 0.4rem;
}
.sol_con .modal .content .step_list {
  display: flex;
  gap: 0.16rem;
  justify-content: center;
  flex-shrink: 0;
}
.sol_con .modal .content .step_list .item {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.16rem;
}
.sol_con .modal .content .step_list .item .line {
  width: 2.28rem;
  border-bottom: 1px dashed #fff;
  position: relative;
}
.sol_con .modal .content .step_list .item .line::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0px;
  height: 1px;
  background: var(--vi);
  transition: all 0.3s;
}
.sol_con .modal .content .step_list .item .desc {
  position: relative;
}
.sol_con .modal .content .step_list .item .desc .icon {
  width: 0.74rem;
  height: 0.74rem;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.04);
  border: 0.01rem solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(0.4rem);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.sol_con .modal .content .step_list .item .desc .icon img {
  max-height: 0.27rem;
  max-width: 0.27rem;
  object-fit: contain;
}
.sol_con .modal .content .step_list .item .desc .tit {
  position: absolute;
  bottom: -0.32rem;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 500;
  white-space: nowrap;
}
.sol_con .modal .content .step_list .item:first-child .line {
  display: none;
}
.sol_con .modal .content .step_list .item.active .line::before {
  width: 100%;
}
.sol_con .modal .content .step_list .item.active .desc .icon {
  background: var(--vi);
}
.sol_con .modal .content .option_box {
  flex: 1;
  min-height: 0;
  padding-top: 1.25rem;
}
.sol_con .modal .content .option_box .item {
  height: 100%;
  display: none;
  flex-direction: column;
  align-items: center;
}
.sol_con .modal .content .option_box .item.active {
  display: flex;
}
.sol_con .modal .content .option_box .item:first-child {
  padding-top: 0.85rem;
}
.sol_con .modal .content .option_box .item .tit {
  font-weight: 500;
  color: #fff;
  margin-bottom: 0.3rem;
}
.sol_con .modal .content .option_box .item .search_box {
  margin-bottom: 0.14rem;
  width: 4.8rem;
  height: 0.5rem;
  line-height: 0.5rem;
  border-radius: 0.08rem;
  background: #000;
  backdrop-filter: blur(0.4rem);
}
.sol_con .modal .content .option_box .item .search_box.has-value .info {
  opacity: 0;
}
.sol_con .modal .content .option_box .item .search_box .info {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  gap: 0.1rem;
  font-weight: 500;
  color: #fff;
  transition: all 0.3s;
}
.sol_con .modal .content .option_box .item .search_box .info .icon {
  width: 0.16rem;
  height: 0.16rem;
  flex-shrink: 0;
}
.sol_con .modal .content .option_box .item .search_box input {
  height: 100%;
  width: 100%;
  border: none;
  background-color: transparent;
  z-index: 2;
  position: relative;
  color: #fff;
  padding: 0 0.2rem;
}
.sol_con .modal .content .option_box .item .search_box input:focus + .info {
  opacity: 0;
}
.sol_con .modal .content .option_box .item .list {
  display: flex;
  flex-direction: column;
  gap: 0.16rem;
  padding-right: 0.4rem;
  margin-left: 0.4rem;
  max-height: 32vh;
  overflow-x: hidden;
  overflow-y: auto;
  color: #fff;
}
.sol_con .modal .content .option_box .item .list::-webkit-scrollbar-thumb {
  width: 1.5px;
  background-color: #fff;
}
.sol_con .modal .content .option_box .item .list::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.18);
}
.sol_con .modal .content .option_box .item .list .option {
  cursor: pointer;
  width: fit-content;
  min-width: 4.8rem;
  border-radius: 0.08rem;
  border: 0.01rem solid rgba(255, 255, 255, 0.2);
  background: rgba(0, 0, 0, 0.04);
  backdrop-filter: blur(0.4rem);
  padding: 0.15rem 0.3rem;
  text-align: center;
  transition: all 0.3s;
  font-weight: 500;
}
.sol_con .modal .content .option_box .item .list .option:hover, .sol_con .modal .content .option_box .item .list .option.active {
  background-color: var(--vi);
}
.sol_con .modal .content .btns {
  margin-top: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
}
.sol_con .modal .content .btns .btn {
  display: none;
}
.sol_con .modal .content .btns .btn.active {
  display: flex;
}
.sol_con .modal .content .btns .btn {
  border-radius: 0.08rem;
  border: 0.015rem solid rgba(255, 255, 255, 0.22);
  background: rgba(0, 0, 0, 0.13);
  backdrop-filter: blur(0.4rem);
  min-width: 2.2rem;
  width: fit-content;
  padding: 0.07rem 0.08rem 0.07rem 0.15rem;
  align-items: center;
  justify-content: space-between;
  gap: 0.3rem;
  color: #fff;
  font-weight: 500;
  cursor: pointer;
}
.sol_con .modal .content .btns .btn.close .icon {
  background-color: var(--vi);
}
.sol_con .modal .content .btns .btn.close .icon img {
  width: 0.2rem;
  height: 0.2rem;
}
.sol_con .modal .content .btns .btn.check .icon {
  background-color: var(--vi);
}
.sol_con .modal .content .btns .btn.check .icon img {
  width: 0.21rem;
  height: 0.13rem;
}
.sol_con .modal .content .btns .btn .icon {
  width: 0.46rem;
  height: 0.46rem;
  flex-shrink: 0;
  border-radius: 0.06rem;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sol_con .modal .content .btns .btn .icon img {
  height: 0.16rem;
  object-fit: contain;
}
.sol_con .sol1 {
  padding: 1.54rem 0.7rem 0 0.7rem;
}
.sol_con .sol1 .breadcrumbs {
  margin-bottom: 0.8rem;
  filter: brightness(0) invert(1);
}
.sol_con .sol1 .top {
  margin-bottom: 0.37rem;
  color: #fff;
}
.sol_con .sol1 .top .p {
  font-weight: 400;
  line-height: 1.77;
  letter-spacing: 0.02rem;
  margin-bottom: 0.1rem;
}
.sol_con .sol1 .top .tit {
  font-weight: 500;
  line-height: 1.28;
}
.sol_con .sol1 .bottom {
  width: 100%;
  height: 7.5rem;
  border-radius: 0.14rem;
  overflow: hidden;
  position: relative;
}
.sol_con .sol1 .bottom img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sol_con .sol1 .bottom .txt {
  position: absolute;
  bottom: 0.6rem;
  left: 0.6rem;
  width: 10.14rem;
  padding: 0.43rem 0.4rem 0.5rem 0.4rem;
  color: #ffffff;
  border-radius: 0.14rem;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(0, 0, 0, 0.13);
  backdrop-filter: blur(0.4rem);
  padding: 0.43rem 0.59rem 0.43rem 0.4rem;
}
.sol_con .sol1 .bottom .txt .kuai {
  width: 0.15rem;
  height: 0.15rem;
  border-radius: 0.02rem;
  background-color: var(--vi);
  margin-bottom: 0.33rem;
}
.sol_con .sol1 .bottom .txt p {
  font-weight: 500;
  line-height: 1.5;
}
.sol_con .sol2 {
  padding: 1.95rem 0.7rem 2.2rem;
}
.sol_con .sol2 .type_list {
  display: flex;
  gap: 1rem;
  margin-bottom: 0.6rem;
}
.sol_con .sol2 .type_list .item {
  color: #fff;
  opacity: 0.2;
  font-weight: 500;
  line-height: 1.28;
  transition: all 0.3s;
}
.sol_con .sol2 .type_list .item:hover, .sol_con .sol2 .type_list .item.active {
  opacity: 1;
}
.sol_con .sol2 .list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem;
}
.sol_con .sol2 .list .item {
  border-radius: 0.14rem;
  background: #161616;
  width: calc((100% - 0.4rem) / 3);
  position: relative;
  padding: 1rem 1rem 0.7rem;
  min-height: 7rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sol_con .sol2 .list .item .pic {
  width: 3.6rem;
  height: 3.38rem;
  flex-shrink: 0;
  margin-bottom: 0.6rem;
}
.sol_con .sol2 .list .item .info {
  color: #fff;
  text-align: center;
  transition: all 0.3s;
}
.sol_con .sol2 .list .item .info .subtit {
  margin-bottom: 0.16rem;
  opacity: 0.6;
  font-weight: 500;
  line-height: 1.12;
}
.sol_con .sol2 .list .item .info .tit {
  margin-bottom: 0.3rem;
  line-height: 1.12;
  font-weight: 500;
}
.sol_con .sol2 .list .item .info .txt {
  font-weight: 400;
  line-height: 1.33;
  opacity: 0.45;
  transition: all 0.3s;
}
.sol_con .sol2 .list .item .more {
  transition: all 0.3s;
  position: absolute;
  bottom: 0.3rem;
  left: 50%;
  transform: translateX(-50%) translateY(calc(100% + 0.3rem));
}
.sol_con .sol2 .list .item:hover .info {
  transform: translateY(-0.3rem);
}
.sol_con .sol2 .list .item:hover .info .txt {
  opacity: 0;
}
.sol_con .sol2 .list .item:hover .more {
  transform: translateX(-50%) translateY(0);
}
.sol_con .solf1 {
  padding: 1.54rem 0.7rem 2.2rem;
}
.sol_con .solf1 .breadcrumbs {
  margin-bottom: 0.8rem;
  filter: brightness(0) invert(1);
}
.sol_con .solf1 .top {
  color: #fff;
  text-align: center;
  margin-bottom: 1rem;
}
.sol_con .solf1 .top .tit {
  font-weight: 500;
  line-height: 1.28;
  margin-bottom: 0.24rem;
}
.sol_con .solf1 .top .txt {
  font-weight: 400;
  line-height: 1.4;
}
.sol_con .solf1 .type_list {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}
.sol_con .solf1 .type_list .item {
  color: #fff;
  font-weight: 500;
  opacity: 0.2;
  transition: all 0.3s;
}
.sol_con .solf1 .type_list .item:hover, .sol_con .solf1 .type_list .item.active {
  opacity: 1;
}
.sol_con .solf1 .list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem;
}
.sol_con .solf1 .list .item {
  border-radius: 0.14rem;
  background: #161616;
  width: calc((100% - 0.4rem) / 3);
  position: relative;
  padding: 1rem 1rem 0.7rem;
  min-height: 7rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sol_con .solf1 .list .item .pic {
  width: 3.6rem;
  height: 3.38rem;
  flex-shrink: 0;
  margin-bottom: 0.6rem;
}
.sol_con .solf1 .list .item .info {
  color: #fff;
  text-align: center;
  transition: all 0.3s;
}
.sol_con .solf1 .list .item .info .subtit {
  margin-bottom: 0.16rem;
  opacity: 0.6;
  font-weight: 500;
  line-height: 1.12;
}
.sol_con .solf1 .list .item .info .tit {
  margin-bottom: 0.3rem;
  line-height: 1.12;
  font-weight: 500;
}
.sol_con .solf1 .list .item .info .txt {
  font-weight: 400;
  line-height: 1.33;
  opacity: 0.6;
  transition: all 0.3s;
}
.sol_con .solf1 .list .item .more {
  transition: all 0.3s;
  position: absolute;
  bottom: 0.3rem;
  left: 50%;
  transform: translateX(-50%) translateY(calc(100% + 0.3rem));
}
.sol_con .solf1 .list .item:hover .info {
  transform: translateY(-0.3rem);
}
.sol_con .solf1 .list .item:hover .info .txt {
  opacity: 0;
}
.sol_con .solf1 .list .item:hover .more {
  transform: translateX(-50%) translateY(0);
}

.sold_con .title {
  color: #fff;
  font-weight: 500;
  line-height: 1.28;
  margin-bottom: 0.5rem;
}
.sold_con .sold1 {
  height: 100vh;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.sold_con .sold1 .breadcrumbs {
  position: absolute;
  top: 1.54rem;
  left: 0.7rem;
  z-index: 5;
  filter: brightness(0) invert(1);
}
.sold_con .sold1 .product_box {
  position: absolute;
  inset: 0;
  z-index: 2;
}
.sold_con .sold1 .product_box .cont {
  position: absolute;
  inset: 0;
  z-index: 3;
}
.sold_con .sold1 .product_box .cont .item {
  position: absolute;
  inset: 0;
  padding: 1.4rem 0.7rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  transition: all 1s;
  opacity: 0;
  transform: translateY(100%);
}
.sold_con .sold1 .product_box .cont .item.on {
  opacity: 1;
  transform: translateY(0);
}
.sold_con .sold1 .product_box .cont .item.leave {
  opacity: 0;
  transform: translateY(-100%);
}
.sold_con .sold1 .product_box .cont .item.text_right {
  align-items: flex-end;
}
.sold_con .sold1 .product_box .cont .item.text_right .tit,
.sold_con .sold1 .product_box .cont .item.text_right .txt {
  text-align: right;
}
.sold_con .sold1 .product_box .cont .item.text_right .tit::before {
  left: auto;
  right: 0;
}
.sold_con .sold1 .product_box .cont .item.text_right .btn {
  left: auto;
  right: 0.7rem;
}
.sold_con .sold1 .product_box .cont .item .tit {
  font-weight: 500;
  line-height: 1.5;
  position: relative;
  padding-top: 0.34rem;
  margin-bottom: 0.36rem;
}
.sold_con .sold1 .product_box .cont .item .tit::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0.16rem;
  height: 0.16rem;
  background-color: var(--vi);
  border-radius: 0.02rem;
}
.sold_con .sold1 .product_box .cont .item .txt {
  opacity: 0.8;
  font-weight: 400;
  line-height: 1.87;
  width: 5.53rem;
  margin-bottom: 1rem;
}
.sold_con .sold1 .product_box .cont .item .btn {
  position: absolute;
  bottom: 12.962962963vh;
  left: 0.7rem;
  width: 0.46rem;
  height: 0.46rem;
  background-color: var(--vi);
  border-radius: 0.05rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sold_con .sold1 .product_box .cont .item .btn .icon {
  width: 0.12rem;
  height: auto;
}
.sold_con .sold1 .product_box_mb {
  position: relative;
  z-index: 4;
  width: 100%;
  mix-blend-mode: lighten;
  display: none;
}
.sold_con .sold1 .product_box_mb .item {
  width: 100%;
}
.sold_con .sold1 .product_box_mb .item video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
  mix-blend-mode: lighten;
}
.sold_con .sold1 .product_box_mb .item .cont {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: 1.8rem 0.4rem 0.3rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #fff;
}
.sold_con .sold1 .product_box_mb .item .cont .tit {
  max-width: 100%;
  padding-top: 0.34rem;
  margin-bottom: 0.36rem;
  position: relative;
  font-weight: 500;
  line-height: 1.5;
  font-size: 0.4rem;
}
.sold_con .sold1 .product_box_mb .item .cont .tit::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.16rem;
  height: 0.16rem;
  border-radius: 0.02rem;
  background-color: var(--vi);
}
.sold_con .sold1 .product_box_mb .item .cont .txt {
  width: 100%;
  opacity: 0.8;
  font-weight: 400;
  line-height: 1.87;
  font-size: 0.24rem;
  padding-right: 0.4rem;
}
.sold_con .sold1 .product_box_mb .item.text_right .cont {
  align-items: flex-end;
}
.sold_con .sold1 .product_box_mb .item.text_right .tit,
.sold_con .sold1 .product_box_mb .item.text_right .txt {
  text-align: right;
}
.sold_con .sold1 .product_box_mb .item.text_right .txt {
  padding-right: 0;
  padding-left: 0.4rem;
}
.sold_con .sold1 .product_box_mb .item.text_right .tit::before {
  right: 0;
  left: auto;
}
.sold_con .sold1 .content {
  padding-top: 12.962962963vh;
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.7s;
}
.sold_con .sold1 .content.on {
  opacity: 1;
}
.sold_con .sold1 .content.on .big_pic_box {
  opacity: 1;
  transform: translateZ(0) translateY(0) scale(1);
}
.sold_con .sold1 .content.on .check_box {
  opacity: 1;
  transform: translateY(0);
}
.sold_con .sold1 .content.on .info {
  opacity: 1;
  transform: translateY(0);
}
.sold_con .sold1 .content.on .small_pic_box {
  opacity: 1;
  transform: translateY(0);
}
.sold_con .sold1 .content .big_pic_box {
  height: 46.2962962963vh;
  aspect-ratio: 1/1;
  margin-bottom: 0.5rem;
  overflow: hidden;
  opacity: 0;
  transform: translateZ(0) translateY(1.2rem) scale(1.6);
  transition: all 1s 0.2s;
}
.sold_con .sold1 .content .big_pic_box .item {
  width: 100%;
  height: 100%;
  display: none;
}
.sold_con .sold1 .content .big_pic_box .item.active {
  display: block;
}
.sold_con .sold1 .content .big_pic_box .item .swiper_big_pic_item {
  width: 100%;
  height: 100%;
}
.sold_con .sold1 .content .big_pic_box .item .swiper_big_pic_item .swiper-slide {
  width: 100%;
  height: 100%;
}
.sold_con .sold1 .content .small_pic_box {
  position: absolute;
  right: 0.7rem;
  top: 24.0740740741vh;
  opacity: 0;
  transform: translateY(0.2rem);
  transition: all 1s 0.4s;
}
.sold_con .sold1 .content .small_pic_box .item {
  display: none;
}
.sold_con .sold1 .content .small_pic_box .item.active {
  display: block;
}
.sold_con .sold1 .content .small_pic_box .item .ul {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}
.sold_con .sold1 .content .small_pic_box .item .ul .li {
  cursor: pointer;
  width: 0.78rem;
  height: 0.78rem;
  border: 0.01rem solid transparent;
  background: transparent;
  padding: 0.15rem;
  transition: all 0.3s;
}
.sold_con .sold1 .content .small_pic_box .item .ul .li.active, .sold_con .sold1 .content .small_pic_box .item .ul .li:hover {
  border-radius: 0.1rem;
  background: #090909;
  border-color: rgba(255, 255, 255, 0.72);
}
.sold_con .sold1 .content .check_box {
  display: flex;
  gap: 0.3rem;
  align-items: center;
  margin-bottom: 0.56rem;
  opacity: 0;
  transform: translateY(0.2rem);
  transition: all 1s 0.4s;
}
.sold_con .sold1 .content .check_box .check_item {
  cursor: pointer;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.18);
  position: relative;
  --bgcolor: #000;
}
.sold_con .sold1 .content .check_box .check_item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.2rem;
  height: 0.2rem;
  transition: all 0.3s;
  background-color: var(--bgcolor);
  border-radius: 50%;
}
.sold_con .sold1 .content .check_box .check_item.active {
  border-width: 2px;
  border-color: var(--vi);
}
.sold_con .sold1 .content .check_box .check_item.active::before {
  width: 100%;
  height: 100%;
}
.sold_con .sold1 .content .info {
  opacity: 0;
  transform: translateY(0.2rem);
  transition: all 1s 0.4s;
  width: 100%;
  text-align: center;
  color: #fff;
}
.sold_con .sold1 .content .info .subtit {
  margin-bottom: 0.34rem;
  font-weight: 500;
  opacity: 0.6;
}
.sold_con .sold1 .content .info .tit {
  margin-bottom: 0.2rem;
  font-weight: 500;
  line-height: 1.2;
}
.sold_con .sold1 .content .info .txt {
  opacity: 0.6;
}
.sold_con .sold2 {
  padding: 1.33rem 0.7rem 0;
}
.sold_con .sold2 .cont {
  position: relative;
  width: 100%;
  height: 7.2rem;
  padding: 0.9rem 0.4rem 0.9rem 0.8rem;
  border-radius: 0.2rem;
  background: #161616;
  display: flex;
  justify-content: space-between;
  gap: 0.2rem;
}
.sold_con .sold2 .cont .info {
  flex: 1;
  display: flex;
  gap: 0.6rem 1rem;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  max-height: 100%;
  overflow: auto;
  padding-right: 0.2rem;
}
.sold_con .sold2 .cont .info .item {
  width: calc((100% - 1rem) / 2);
  color: #fff;
  height: fit-content;
}
.sold_con .sold2 .cont .info .item .label {
  margin-bottom: 0.18rem;
  font-weight: 400;
  line-height: 1.1;
  opacity: 0.5;
}
.sold_con .sold2 .cont .info .item .value {
  font-weight: 500;
  line-height: 1.2;
}
.sold_con .sold2 .cont .pic {
  width: 10rem;
  height: 5.5rem;
}
.sold_con .sold3 {
  padding: 1.6rem 0.7rem 0;
  width: 100%;
  overflow: hidden;
}
.sold_con .sold3 .swiper_sold3 {
  width: 100%;
  margin-bottom: 0.5rem;
}
.sold_con .sold3 .swiper_sold3 .swiper-slide {
  width: 8rem;
  margin-right: 0.2rem;
}
.sold_con .sold3 .swiper_sold3 .swiper-slide .item {
  width: 100%;
  height: 4.8rem;
  border-radius: 0.2rem;
  background: #161616;
  padding: 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.sold_con .sold3 .swiper_sold3 .swiper-slide .item .bg_icon {
  width: 2.18rem;
  height: 2.18rem;
  position: absolute;
  right: 0.6rem;
  top: 0.5rem;
  pointer-events: none;
  z-index: -1;
}
.sold_con .sold3 .swiper_sold3 .swiper-slide .item .top {
  display: flex;
  align-items: center;
  gap: 0.2rem;
  color: #fff;
}
.sold_con .sold3 .swiper_sold3 .swiper-slide .item .top .icon {
  width: 0.72rem;
  height: 0.72rem;
  flex-shrink: 0;
}
.sold_con .sold3 .swiper_sold3 .swiper-slide .item .top .tit {
  font-weight: 500;
}
.sold_con .sold3 .swiper_sold3 .swiper-slide .item .txt {
  position: relative;
  z-index: 2;
  color: #fff;
  opacity: 0.6;
  font-weight: 400;
  line-height: 2;
  max-height: 2.2rem;
  overflow: auto;
  padding-right: 0.1rem;
}
.sold_con .sold3 .solid {
  width: 3.05rem;
  height: 0.3rem;
  margin: 0 auto;
  position: relative;
}
.sold_con .sold3 .solid img {
  width: 100%;
}
.sold_con .sold3 .solid .kuai {
  width: 0.12rem;
  height: 0.12rem;
  position: absolute;
  left: 0;
  top: 0.09rem;
  background-color: var(--vi);
  border-radius: 0.02rem;
  transition: left 1s var(--ease);
}
.sold_con .sold4 {
  padding: 1.5rem 0 0;
}
.sold_con .sold4 .title {
  padding: 0 0.7rem;
}
.sold_con .sold4 .cont {
  width: 100%;
  height: 10.8rem;
  max-height: 100vh;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
.sold_con .sold4 .cont .pic_list {
  width: 100%;
  height: 100%;
}
.sold_con .sold4 .cont .pic_list .item {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
}

.sold_con .sold4 .cont .pic_list .item>img{opacity: 0.6;}

.sold_con .sold4 .cont .pic_list .item::before{
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.2);
    transition:  all .4s;
    opacity: 0;
}
.sold_con .sold4 .cont .pic_list .item.active {
  z-index: 1;
  opacity: 1;
}
.sold_con .sold4 .cont .pic_list .item.active::before{
    opacity: 1;
}
.sold_con .sold4 .cont .pic_list .item.next {
  z-index: 2;
  opacity: 1;
}
.sold_con .sold4 .cont .small_box {
  position: absolute;
  z-index: 3;
  left: 11.56rem;
  right: 0;
  bottom: 0.72rem;
  height: 5rem;
  overflow: hidden;
}
.sold_con .sold4 .cont .small_box .small_list {
  width: 100%;
  height: 100%;
  display: flex;
}
.sold_con .sold4 .cont .small_box .small_list .item {
  position: relative;
  width: 4rem;
  height: 5rem;
  margin-right: 0.2rem;
  border-radius: 0.2rem;
  overflow: hidden;
  flex-shrink: 0;
  cursor: pointer;
}
.sold_con .sold4 .cont .small_box .small_list .item:last-child {
  margin-right: 0;
}
.sold_con .sold4 .cont .small_box .small_list .item .txt {
  position: absolute;
  z-index: 2;
  left: 0.25rem;
  bottom: 0.25rem;
  max-width: calc(100% - 0.5rem);
  color: #fff;
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
}
.sold_con .sold4 .cont .text_list {
  position: absolute;
  z-index: 3;
  left: 0.7rem;
  bottom: 0.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1.2;
  pointer-events: none;
  width: 50%;
}
.sold_con .sold4 .cont .text_list .item {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  /*white-space: nowrap;*/
  opacity: 0;
  visibility: hidden;
  transform: translateX(1rem);
  transition: opacity 0.7s, visibility 0.7s, transform 0.7s;
}
.sold_con .sold4 .cont .text_list .item.active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.sold_con .sold5 {
  padding: 1.6rem 0.7rem 0;
}
.sold_con .sold5 .list {
  /*display: flex;*/
  /*flex-wrap: wrap;*/
  /*gap: 0.2rem;*/
 width: 100%;
 overflow: hidden;
}
.sold_con .sold5 .list .swiper-slide{
    width: calc((100% - 0.4rem) / 3);
    margin-right: .2rem;
}
.sold_con .sold5 .list .item {
    width: 100%;
  
  color: #fff;
}
.sold_con .sold5 .list .item .pic {
  width: 100%;
  height: 6rem;
  margin-bottom: 0.3rem;
  border-radius: 0.2rem;
  background: #1B1B1B;
  overflow: hidden;
}
.sold_con .sold5 .list .item .tit {
  font-weight: 500;
  line-height: 1.43;
}
.sold_con .sold6 {
  padding: 1.16rem 0.7rem;
}
.sold_con .sold6 .cont {
  width: 100%;
  height: 4.4rem;
  border-radius: 0.2rem;
  overflow: hidden;
  position: relative;
}
.sold_con .sold6 .cont .bg {
  width: 100%;
  height: 100%;
  opacity: 0.6;
}
.sold_con .sold6 .cont .info {
  position: absolute;
  inset: 0;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.sold_con .sold6 .cont .info .tit {
  font-weight: 500;
  line-height: 1.28;
  margin-bottom: 0.18rem;
}
.sold_con .sold6 .cont .info .txt {
  font-weight: 400;
  letter-spacing: 0.08rem;
  margin-bottom: 0.7rem;
  line-height: 1.2;
}
@media screen and (max-width: 1024px) {
  .in_con > .banner_mb {
    position: relative;
    width: 100%;
    height: auto;
  }
  .in_con > .banner_mb .item {
    width: 100%;
  }
  .in_con > .banner_mb .item:nth-child(1) .info {
    padding-top: 1.4rem;
  }
  .in_con > .banner_mb .item .info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding: 0.58rem 0.4rem 0.54rem;
    color: #fff;
  }
  .in_con > .banner_mb .item .info.text_right {
    align-items: flex-end;
    text-align: right;
  }
  .in_con > .banner_mb .item .info.text_right .txt {
    padding-right: 0;
    padding-left: 0.8rem;
  }
  .in_con > .banner_mb .item .info .subtit {
    margin-bottom: 0.26rem;
    font-weight: 400;
    line-height: 1.4;
  }
  .in_con > .banner_mb .item .info .tit {
    margin-bottom: 0.4rem;
    font-weight: 500;
    line-height: 1.4;
  }
  .in_con > .banner_mb .item .info .txt {
    opacity: 0.78;
    font-weight: 400;
    line-height: 1.6;
    padding-right: 0.8rem;
  }
  .in_con > .banner_mb .item .pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .in_con > .banner_mb .item .pic video {
    display: block;
    width: 100%;
    height: auto;
    pointer-events: none;
    mix-blend-mode: lighten;
  }
  .sold4_mb {
    padding: 1rem 0 0;
    background-color: #111;
  }
  .sold4_mb .title {
    padding: 0 0.4rem;
    margin-bottom: 0.55rem;
  }
  .sold4_mb .swiper_sold4_mb {
    width: 100%;
    padding-left: 0.4rem;
    overflow: visible;
  }
  .sold4_mb .swiper_sold4_mb .swiper-slide {
    width: 5.8rem;
    height: 9rem;
    margin-right: 0.27rem;
  }
  .sold4_mb .swiper_sold4_mb .swiper-slide:last-child {
    margin-right: 0.4rem;
  }
  .sold4_mb .swiper_sold4_mb .swiper-slide .item {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 0.24rem;
  }
  .sold4_mb .swiper_sold4_mb .swiper-slide .item .txt {
    position: absolute;
    z-index: 2;
    left: 0.3rem;
    right: 0.3rem;
    bottom: 0.36rem;
    color: #fff;
    font-weight: 500;
    line-height: 1.3;
  }
}
