:root {
  --vi: #e83e13;
}

hr {
  border: none;
  border-top: 1px solid #D4D4D4;
  background: transparent;
}

@keyframes circle {
  0% {
    stroke-dashoffset: 50;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.w1780 {
  width: 44.5rem;
  max-width: 95%;
  margin: 0 auto;
}

.w1460 {
  width: 36.5rem;
  max-width: 90%;
  margin: 0 auto;
}

.tac {
  text-align: center;
}

.lh1 {
  line-height: 1;
}

.fonb {
  font-weight: bold;
}

.nowrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#pagetop {
    transform: translateY(-80px);
}

.main-tit {
  color: #333333;
  line-height: 1;
  font-size: 1rem;
}
.main-tit span {
  color: var(--vi);
}

.main-more {
  display: block;
  text-align: left;
  width: 4rem;
  height: 1.4rem;
  border-radius: 1rem;
  background-color: #fff;
  position: relative;
  color: #111111;
  padding: 0 0.5rem;
  line-height: 1.4rem;
  box-shadow: 0 0 0 1px #eaeaea;
  transition: all 0.4s;
}
.main-more span {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  right: 0.25rem;
  transform: translateY(-50%);
  width: 0.85rem;
  height: 0.85rem;
  border-radius: 1rem;
  background-color: #111111;
  transition: all 0.4s;
}
.main-more img {
  transition: all 0.4s;
}
.main-more.transBg {
  background-color: transparent;
}
.main-more:hover {
  background-color: var(--vi);
  box-shadow: none;
  color: #fff;
}
.main-more:hover span {
  background-color: #fff;
}
.main-more:hover img {
  filter: brightness(0.1);
  transform: rotate(45deg);
}

.page-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-box a {
  width: 0.9rem;
  height: 0.9rem;
  line-height: 0.9rem;
  text-align: center;
  border-radius: 4px;
  box-shadow: 0 0 0 1px #d7d7d7;
  color: #333;
  margin-right: 0.25rem;
  transition: all 0.4s;
}
.page-box a:last-child {
  margin-right: 0;
}
.page-box a:hover, .page-box a.active {
  background-color: var(--vi);
  color: #fff;
  box-shadow: none;
}
.page-box .go {
  margin-left: 1rem;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  color: #333333;
}
.page-box .go input {
  width: 1.5rem;
  height: 0.9rem;
  border-radius: 4px;
  background: none;
  text-align: center;
  padding: 0 0.25rem;
  box-shadow: 0 0 0 1px #d7d7d7;
}

.page-box .disabled {
  width: 0.9rem;
  height: 0.9rem;
  line-height: 0.9rem;
  text-align: center;
  border-radius: 4px;
  box-shadow: 0 0 0 1px #e0e0e0;
  color: #ccc;
  margin-right: 0.25rem;
  cursor: not-allowed;
  pointer-events: none;
}

.page-box .disabled:hover {
  background-color: transparent;
  color: #ccc;
  box-shadow: 0 0 0 1px #e0e0e0;
}

.main-pro {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 1rem;
}
.main-pro .li {
  width: calc((100% - 1rem) / 2);
  border-radius: 0.4rem;
  overflow: hidden;
  transition: all 0.4s;
}
.main-pro .li .pic {
  width: 100%;
  aspect-ratio: 870/440;
  overflow: hidden;
}
.main-pro .li .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s;
}
.main-pro .li .intro {
  width: 100%;
  height: 7.5rem;
  padding: 1.3rem 1.3rem 0.5rem;
  background-color: #fff;
}
.main-pro .li .intro .h {
  color: #111;
  transition: all 0.4s;
}
.main-pro .li .intro .tips {
  margin-top: 0.65rem;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.main-pro .li .intro .tips .price {
  display: flex;
  align-items: baseline;
  gap: 0.3rem;
  color: #666666;
}
.main-pro .li .intro .tips .price span {
  color: var(--vi);
}
.main-pro .li .intro .tips .view {
  display: flex;
  align-items: center;
  gap: 0.2rem;
  color: #333;
}
.main-pro .li .intro .tips .view span {
  width: 0.55rem;
}
.main-pro .li .intro .info {
  margin-top: 0.75rem;
  display: flex;
  justify-content: space-between;
}
.main-pro .li .intro .info .item {
  color: #666666;
  width: 24%;
}
.main-pro .li .intro .info .item:first-child {
    width: 20%;
}
.main-pro .li .intro .info .item:nth-child(2) {
    width: 29%;

}
.main-pro .li .intro .info .item:nth-child(3) {
    width: 20%;
}
.main-pro .li .intro .info .item span {
  margin-top: 0.25rem;
  display: block;
  color: var(--vi);
  line-height: 1.3;
      display: -webkit-box; /* 设置为 WebKit 内核的弹性盒子模型 */
    -webkit-box-orient: vertical; /* 垂直排列 */
    -webkit-line-clamp: 3; /* 限制显示两行 */
    overflow: hidden; /* 隐藏超出范围的内容 */
    text-overflow: ellipsis; /* 使用省略号 */
}
.main-pro .li:hover {
  box-shadow: 0 0 1.75rem rgba(0, 0, 0, 0.08);
}
.main-pro .li:hover .pic img {
  transform: scale(1.05);
}
.main-pro .li:hover .intro .h {
  color: var(--vi);
}

.main-elite {
  display: flex;
  flex-wrap: wrap;
  gap: 1.65rem 2%;
}
.main-elite .li {
  width: 23.5%;
}
.main-elite .li .pic {
  width: 100%;
  aspect-ratio: 420/540;
  border-radius: 0.4rem;
  overflow: hidden;
}
.main-elite .li .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s;
}
.main-elite .li .intro {
  margin-top: 0.9rem;
  display: flex;
  align-items: baseline;
  gap: 0.35rem;
}
.main-elite .li .intro .h {
  color: #111;
  line-height: 1.2;
  transition: all 0.4s;
}
.main-elite .li .intro .info {
  display: flex;
  gap: 0.25rem;
  color: #333;
}
.main-elite .li .intro .info p {
  padding-right: 0.25rem;
  border-right: 1px solid #a8a8a8;
}
.main-elite .li .intro .info p:last-child {
  padding-right: 0;
  border-right: none;
}
.main-elite .li:hover .pic img {
  transform: scale(1.04);
}
.main-elite .li:hover .intro .h {
  color: var(--vi);
}

.main-store {
  padding-top: 0.5rem;
  border-radius: 0.5rem;
  box-shadow: 0.25rem 0.25rem 1.1rem rgba(0, 0, 0, 0.07);
  background-color: #fffaf9;
}
.main-store .tab {
  display: flex;
  gap: 3rem;
  padding: 0 1.3rem;
  border-bottom: 1px solid #dadada;
}
.main-store .tab span {
  width: fit-content;
  padding: 0.7rem 0;
  color: #666666;
  position: relative;
  cursor: pointer;
  transition: all 0.4s;
}
.main-store .tab span::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 3px;
  background-color: var(--vi);
  transition: all 0.4s;
}
.main-store .tab span:hover {
  color: var(--vi);
}
.main-store .tab span.active {
  color: var(--vi);
}
.main-store .tab span.active::after {
  width: 100%;
}
.main-store .item-box .item {
  padding: 1.65rem 1.75rem 1.65rem 1.5rem;
  display: none;
  /*align-items: center;*/
}
.main-store .item-box .item.show {
  display: flex;
}
.main-store .item-box .intro {
  width: 44%;
  padding-right: 3.5rem;
  padding-top: 2rem;
}
.main-store .item-box .intro .h {
  color: #111;
  line-height: 1.2;
}
.main-store .item-box .intro .txt {
  margin-top: 0.4rem;
  color: #666666;
  line-height: 1.8;
}
.main-store .item-box .intro .list-box {
  margin-top: 1.4rem;
}
.main-store .item-box .intro .list-box .list {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #333333;
  margin-bottom: 0.65rem;
}
.main-store .item-box .intro .list-box .list:last-child {
  margin-bottom: 0;
}
.main-store .item-box .intro .list-box .list span {
  width: 0.5rem;
  height: 0.5rem;
}
.main-store .item-box .intro .more {
  margin-top: 3.5rem;
}
.main-store .item-box .pic {
  width: 56%;
  aspect-ratio: 92 / 58;
  overflow: hidden;
  border-radius: 0.5rem;
}
.main-store .item-box .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.main-news.swiper-container {
  overflow: initial;
}
.main-news.swiper-container .swiper-pagination {
  position: relative;
  bottom: 0;
  line-height: 1;
  margin-top: 1.85rem;
}
.main-news.swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 1.5rem;
  height: 3px;
  background-color: #ddd;
  margin: 0 0.25rem;
  border-radius: 0;
  opacity: 1;
}
.main-news.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--vi);
}
.main-news.swiper-container .swiper-slide {
  width: 78%;
  padding-right: 2.5rem;
  border-right: 1px solid #d9d9d9;
  margin-right: 2.5rem;
  display: flex;
  align-items: center;
}
.main-news.swiper-container .swiper-slide:last-child {
  margin-right: 0;
}
.main-news.swiper-container .swiper-slide .pic {
  width: 52.5%;
  aspect-ratio: 680/430;
  border-radius: 0.4rem;
  overflow: hidden;
}
.main-news.swiper-container .swiper-slide .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s;
}
.main-news.swiper-container .swiper-slide .intro {
  width: 47.5%;
  padding-left: 2.4rem;
}
.main-news.swiper-container .swiper-slide .intro .time {
  color: var(--vi);
}
.main-news.swiper-container .swiper-slide .intro .h {
  margin-top: 1.05rem;
  line-height: 1.4;
  color: #111111;
}
.main-news.swiper-container .swiper-slide .intro .txt {
  margin-top: 0.4rem;
  color: #666666;
  line-height: 2;
}
.main-news.swiper-container .swiper-slide .intro .more {
  margin-top: 1.5rem;
}
.main-news.swiper-container .swiper-slide:hover .pic img {
  transform: scale(1.04);
}

.footer {
  border-top: 1px solid var(--vi);
}
.footer .contacts {
  padding: 3.6rem 0 0;
  display: flex;
  align-items: flex-start;
}
.footer .contacts .intro {
  width: 40.5%;
}
.footer .contacts .intro .txt {
  margin-top: 0.5rem;
  color: #333333;
}
.footer .contacts .form {
  width: 59.5%;
  padding-right: 2.6rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer .contacts .form .ipt {
  position: relative;
  width: calc((100% - 1.85rem) / 2);
  border-bottom: 1px solid #cbcbcb;
  padding: 0 0.5em 0.5rem;
  margin-bottom: 1.65rem;
}
.footer .contacts .form .ipt:last-child {
  margin-bottom: 0;
}
.footer .contacts .form .ipt::after {
  content: "*";
  position: absolute;
  left: 0;
  top: 4px;
  color: var(--vi);
}
.footer .contacts .form .ipt input {
  width: 100%;
  background: none;
}
.footer .contacts .form .ipt.textarea {
  width: 69.5%;
}
.footer .contacts .form .submit {
  width: 6.25rem;
  height: 1.4rem;
  border-radius: 1rem;
  background: var(--vi);
  color: #fff;
}
.footer .mid {
  margin-top: 3.45rem;
  display: flex;
  align-items: flex-start;
}
.footer .mid .lt {
  width: 44.5%;
}
.footer .mid .lt .logo {
  width: 5.25rem;
}
.footer .mid .lt .logo img {
  width: 100%;
}
.footer .mid .lt .online {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2.15rem;
  gap: 0.15rem;
  width: 3.5rem;
  height: 0.95rem;
  color: #fff;
  border-radius: 1rem;
  background-color: var(--vi);
}
.footer .mid .lt .online span {
  width: 0.45rem;
}
.footer .mid .lt .online span img {
  width: 100%;
}
.footer .mid .lt .work {
  margin-top: 0.5rem;
  color: #666;
}
.footer .mid .lt .share {
  margin-top: 3rem;
  display: flex;
  gap: 0.5rem;
}
.footer .mid .lt .share a {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #ececec;
  filter: grayscale(1);
  opacity: 0.5;
  transition: all 0.4s;
}
.footer .mid .lt .share a img {
  width: 100%;
}
.footer .mid .lt .share a:hover {
  filter: grayscale(0);
  opacity: 1;
}
.footer .mid .rt {
  width: 55.5%;
  display: flex;
  align-items: flex-start;
}
.footer .mid .rt .nav a {
  display: block;
  color: #333333;
  margin-bottom: 1.25rem;
}
.footer .mid .rt .nav a:last-child {
  margin-bottom: 0;
}
.footer .mid .rt .info {
  margin-left: 7.4rem;
}
.footer .mid .rt .info .li {
  margin-bottom: 1.1rem;
}
.footer .mid .rt .info .li:last-child {
  margin-bottom: 0;
}
.footer .mid .rt .info .li .icon {
  display: flex;
  align-items: center;
  gap: 0.15rem;
  color: #999999;
}
.footer .mid .rt .info .li .icon span {
  width: 0.4rem;
}
.footer .mid .rt .info .li .txt {
  margin-top: 0.3rem;
  color: #333333;
}
.footer .btm {
  margin-top: 1.7rem;
  display: flex;
  justify-content: space-between;
  padding: 0.8rem 0;
}
.footer .btm a {
  color: #999999;
  margin-right: 3px;
}
.footer .btm p {
  margin-left: 0.9rem;
  color: #999999;
}
.footer .btm .lt {
  display: flex;
}

.index .ani-box {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.index .ban-swiper {
  width: 100%;
  height: 100%;
}
.index .ban-swiper .pos-vid {
  position: absolute;
  z-index: 11;
  bottom: 1.25rem;
  right: 1.25rem;
  width: 7.75rem;
  height: 5rem;
  border-radius: 0.2rem;
  overflow: hidden;
}
.index .ban-swiper .pos-vid::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.index .ban-swiper .pos-vid img {
  width: 100%;
}
.index .ban-swiper .pos-vid .play {
  width: 0.95rem;
  cursor: pointer;
  z-index: 2;
  opacity: 0.8;
}
.index .ban-swiper .swiper-pagination {
  bottom: 1.6rem;
  line-height: 1;
}
.index .ban-swiper .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 16px;
  height: 16px;
  margin: 0 9px;
  background: none;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2) inset;
  opacity: 1;
}
.index .ban-swiper .swiper-pagination .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-left: 4px solid #fff;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  opacity: 0;
}
.index .ban-swiper .swiper-pagination .swiper-pagination-bullet svg {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  stroke-dasharray: 50;
  stroke-dashoffset: 50;
}
.index .ban-swiper .swiper-pagination .swiper-pagination-bullet circle {
  r: 8px;
  cx: 50%;
  cy: 50%;
  fill: none;
  stroke: #fff;
  stroke-width: 1px;
}
.index .ban-swiper .swiper-pagination .swiper-pagination-bullet-active::after {
  opacity: 1;
}
.index .ban-swiper .swiper-pagination .swiper-pagination-bullet-active svg {
  animation: circle 6s linear forwards;
}
.index .ban-swiper .swiper-slide {
  width: 100%;
  height: 100%;
}
.index .ban-swiper .swiper-slide img,
.index .ban-swiper .swiper-slide video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.index .ban-swiper .swiper-slide .pos-cont {
  position: absolute;
  top: 41%;
  left: 5%;
  width: 90%;
  text-align: center;
  color: #fff;
}
.index .ban-swiper .swiper-slide .pos-cont .txt {
  margin-top: 0.9rem;
}
.index .box1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding-top: 2.75rem;
  display: flex;
  z-index: 11;
  transform: translateY(100vh);
  z-index: 13;
  opacity: 0;
}
.index .box1 .lf {
    display: none;
  position: relative;
  width: 36%;
  height: 100%;
  background-color: #fff5f4;
  padding: 2.9rem 1.4rem 1rem 1.75rem;
}
.index .box1 .lf:first-child {
    display: block;
}
.index .box1 .lf .tab {
  position: absolute;
  top: 70%;
  left: 1.75rem;
  display: flex;
  gap: 0.6rem;
  z-index: 5;
}
.index .box1 .lf .tab span {
  width: 2.5rem;
  height: 1rem;
  text-align: center;
  line-height: 1rem;
  border-radius: 1rem;
  color: #111111;
  box-shadow: 0 0 0 1px #dddddd;
  cursor: pointer;
  transition: all 0.4s;
}
.index .box1 .lf .tab span:hover, .index .box1 .lf .tab span.active {
  color: #fff;
  box-shadow: none;
  background-color: var(--vi);
}
.index .box1 .lf .item-box {
  position: relative;
  width: 100%;
  height: 100%;
}
.index .box1 .lf .item-box .item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  z-index: -1;
  transition: all 0.4s;
}
.index .box1 .lf .item-box .item.show {
  opacity: 1;
  z-index: 2;
}
.index .box1 .lf .item-box .item:first-child {
     opacity: 1;
  z-index: 2;
}
.index .box1 .lf .item-box .item-sale-box {
    display: block;
}
.index .box1 .lf .item-box .item-rent-box {
    display: none;
}
.index .box1 .lf .item-box .num-box {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 0;
  border-top: 1px solid #d8d8d8;
}
.index .box1 .lf .item-box .num-box .li {
  position: relative;
  width: 50%;
  height: 4.1rem;
  padding-top: 0.85rem;
  padding-bottom: 0.75rem;
  padding-left: 0.8rem;
  margin-bottom: 0.75rem;
  border-bottom: 1px solid #d8d8d8;
}
.index .box1 .lf .item-box .num-box .li::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: calc(100% - 0.75rem);
  background-color: #d8d8d8;
}
.index .box1 .lf .item-box .num-box .li:nth-child(2n)::after {
  display: none;
}
.index .box1 .lf .item-box .num-box .li:last-child {
  margin-bottom: 0;
}
.index .box1 .lf .item-box .num-box .li .txt {
  color: #111111;
}
.index .box1 .lf .item-box .num-box .li .num {
  margin-top: 0.55rem;
  display: flex;
  align-items: baseline;
  gap: 0.3rem;
  color: var(--vi);
}
.index .box1 .lf .item-box .num-box .li .num p {
  font-size: 1rem;
  font-weight: bold;
}
.index .box1 .rg {
  width: 64%;
  position: relative;
  background-color: #fff9f8;
}
.index .box1 .rg .item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-right: 1.75rem;
  opacity: 0;
  z-index: -1;
  transition: all 0.4s;
}
.index .box1 .rg .item.show {
  opacity: 1;
  z-index: 2;
}
.index .box1 .rg .item .pic-box {
  position: relative;
  width: 100%;
  aspect-ratio: 1160/596;
}
.index .box1 .rg .item .pic-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.index .box1 .rg .item .pic-box .pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1160/596;
  opacity: 0;
  z-index: -1;
  transition: all 0.4s;
}
.index .box1 .rg .item .pic-box .pic.show {
  opacity: 1;
  z-index: 2;
}
.index .box1 .rg .item .pos-bg {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 81%;
  z-index: 5;
  pointer-events: none;
  width: 42%;
}
.index .box1 .rg .item .pos-bg img {
  width: 100%;
}
.index .box1 .rg .item .swiper-box {
  position: absolute;
  top: 42%;
  left: 2.5rem;
  z-index: 5;
  width: calc(100% - 2.5rem);
  
  
  top: 70%;
}
.index .box1 .rg .item .swiper-box .swiper-page {
  position: absolute;
  right: 1.75rem;
  top: 1.85rem;
  color: #666666;
  z-index: 11;
  display: flex;
  align-items: center;
}
.index .box1 .rg .item .swiper-box .swiper-page span {
  color: var(--vi);
  font-size: 1rem;
  margin-right: 0.35rem;
  font-weight: bold;
}
.index .box1 .rg .item .swiper-box .swiper-pagination {
  right: calc(100% + 0.45rem);
  top: 0.45rem;
}
.index .box1 .rg .item .swiper-box .swiper-pagination .swiper-pagination-bullet {
  width: 0.2rem;
  height: 0.2rem;
  opacity: 0.6;
  background-color: #fff;
  display: block;
  margin: 0 0 0.3rem 0;
  background-color: var(--vi);
  background: #111;
  opacity: 0.35;
}
.index .box1 .rg .item .swiper-box .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.index .box1 .rg .item .box1-swiper {
  z-index: 5;
  background-color: #fff9f7;
}
.index .box1 .rg .item .box1-swiper .swiper-button-prev,
.index .box1 .rg .item .box1-swiper .swiper-button-next {
  width: 0.9rem;
  height: 0.9rem;
  top: auto;
  bottom: 1.25rem;
  border-radius: 50%;
  background-color: #111111;
  transition: all 0.4s;
}
.index .box1 .rg .item .box1-swiper .swiper-button-prev img,
.index .box1 .rg .item .box1-swiper .swiper-button-next img {
  max-width: 50%;
  max-height: 50%;
  -o-object-fit: contain;
     object-fit: contain;
}
.index .box1 .rg .item .box1-swiper .swiper-button-prev::after,
.index .box1 .rg .item .box1-swiper .swiper-button-next::after {
  display: none;
}
.index .box1 .rg .item .box1-swiper .swiper-button-prev:hover,
.index .box1 .rg .item .box1-swiper .swiper-button-next:hover {
  background-color: var(--vi);
}
.index .box1 .rg .item .box1-swiper .swiper-button-prev {
  right: 3.15rem;
  left: auto;
}
.index .box1 .rg .item .box1-swiper .swiper-button-next {
  right: 1.75rem;
}
.index .box1 .rg .item .box1-swiper .swiper-slide {
  width: 100%;
  padding: 1.7rem 1.95rem 1rem;
  
  padding: 0.8rem 1.95rem 0.6rem;
}
.index .box1 .rg .item .box1-swiper .swiper-slide .tit {
  color: #111111;
  line-height: 1.3;
  /*height: 2.6em;*/
  overflow: hidden;
}
.index .box1 .rg .item .box1-swiper .swiper-slide .txt {
  margin-top: 0.7rem;
  width: 80%;
  color: #666666;
  line-height: 2;
  height: 4em;
  overflow: hidden;
  margin-top: 0.4rem;
}
.index .box1 .rg .item .box1-swiper .swiper-slide .more {
  margin-top: 1.6rem;
  margin-top: 0.6rem;
  margin-top: 0;
}
.index .box2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding-top: 3.5rem;
  background-color: #fff9f8;
  z-index: 12;
  overflow: hidden;
  transform: translateY(100vh);
  opacity: 0;
}
.index .box2 .wrap {
  position: relative;
}
.index .box2 .more {
  position: absolute;
  right: 0;
  top: 0.65rem;
}
.index .box2 .sub {
  margin-top: 0.5rem;
}
.index .box2 .tab {
  margin-top: 1.3rem;
  display: flex;
  gap: 2rem;
}
.index .box2 .tab span {
  width: calc((100% - 2rem) / 2);
  padding-bottom: 0.4rem;
  border-bottom: 1px solid #e6e6e6;
  color: #111111;
  line-height: 1.75;
  position: relative;
  cursor: pointer;
  transition: all 0.4s;
}
.index .box2 .tab span::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: var(--vi);
  transition: all 0.4s;
}
.index .box2 .tab span:hover {
  color: var(--vi);
}
.index .box2 .tab span.active {
  color: var(--vi);
}
.index .box2 .tab span.active::after {
  width: 100%;
}
.index .box2 .item-box {
  margin-top: 1.5rem;
  position: relative;
}
.index .box2 .item-box .item {
  display: none;
}
.index .box2 .item-box .item.show {
  display: block;
}
.index .box2 .box2-swiper {
  overflow: initial;
}
.index .box2 .box2-swiper .swiper-wrapper {
  transition-timing-function: linear;
}
.index .box2 .box2-swiper .swiper-slide {
  width: 26%;
  max-height: 18rem;
  border-radius: 0.2rem;
  margin-right: 0.75rem;
  overflow: hidden;
  position: relative;
}

/*.index .box2 .box2-swiper .swiper-slide:after{content:"";position: absolute;left: 0;bottom: 0;width: 100%;height: 60%;background: linear-gradient(to top,rgba(0,0,0,0.7),transparent);}*/

.index .box2 .box2-swiper .swiper-slide:last-child {
  margin-right: 0;
}
.index .box2 .box2-swiper .swiper-slide img {
  width: 100%;
  transition: all 0.4s;
  max-height: 8rem;
  /*margin-bottom: 0.5rem;*/
}
.index .box2 .box2-swiper .swiper-slide .p {
  margin-top: 0.2rem;
  line-height: 1.3;
  height: 2.6em;
  text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;
}

.index .box2 .box2-swiper .swiper-slide .txt{
    color: #111;
  /*  position: absolute;*/
  /*  z-index: 5;*/
  /*bottom: 0.6rem;*/
  /*left: 0.6rem;*/
  width: calc(100% - 1.2rem);
  margin: 0 auto;
  margin-top: 0.5rem;
}

.index .box2 .box2-swiper .swiper-slide .txt .price {
display: flex;align-items: flex-end;margin-top: 0.3rem;
line-height: 1.4;
}
.index .box2 .box2-swiper .swiper-slide .txt .price .tit-26{transform: translate(0.1rem,0.1rem);}

.index .box2 .box2-swiper .swiper-slide .more {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #fff;
}
.index .box2 .box2-swiper .swiper-slide .more img {
  max-width: 50%;
  width: auto;
}
.index .box2 .box2-swiper .swiper-slide:hover > img {
  transform: scale(1.04);
}
.index .box3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 5rem 0 0;
  background-color: #fff9f8;
  z-index: 10;
  overflow: hidden;
}
.index .box3 .wrap {
  position: relative;
  height: 100%;
}
.index .box3 .top-intro {
  position: relative;
}
.index .box3 .top-intro .sub {
  margin-top: 0.5rem;
  line-height: 1.1;
  color: #333333;
}
.index .box3 .top-intro .txt {
  margin-top: 2.85rem;
  width: 70%;
  color: #666666;
  line-height: 1.5;
}
.index .box3 .top-intro .txt span {
  color: #111111;
  font-weight: bold;
}
.index .box3 .top-intro .more {
  position: absolute;
  top: 0.65rem;
  right: 0;
}
.index .box3 .container {
  position: absolute;
  left: 0;
  top: 4%;
  width: 100%;
  transform: translateY(45vh);
}
.index .box3 .container .bg-box {
  position: absolute;
  z-index: 1;
  width: 100%;
  perspective: 1200px;
  transform-style: preserve-3d;
}
.index .box3 .container .bg-box .bg-img {
  position: absolute;
  top: 0;
  left: 35%;
  width: 39%;
  transform-origin: left center;
  aspect-ratio: 868/540;
  border-radius: 0.5rem;
  overflow: hidden;
}
.index .box3 .container .bg-box .bg-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.index .box3 .container .bg-box .bg-img:nth-child(1) {
  transform: scale(0.4) translate3d(-75vw, 0, 1.4rem) rotateY(64deg);
}
.index .box3 .container .bg-box .bg-img:nth-child(2) {
  transform: scale(0.6) translate3d(-40vw, 0, 1.4rem) rotateY(54deg);
}
.index .box3 .container .bg-box .bg-img:nth-child(3) {
  transform: scale(0.8) translate3d(-20vw, 0, 1.4rem) rotateY(44deg);
}
.index .box3 .container .bg-box .bg-img:nth-child(4) {
  left: 25%;
  transform-origin: right center;
  transform: scale(0.8) translate3d(22vw, 0, 1.4rem) rotateY(-44deg);
}
.index .box3 .container .bg-box .bg-img:nth-child(5) {
  left: 25%;
  transform-origin: right center;
  transform: scale(0.6) translate3d(42vw, 0, 1.4rem) rotateY(-54deg);
}
.index .box3 .container .bg-box .bg-img:nth-child(6) {
  left: 25%;
  transform-origin: right center;
  transform: scale(0.4) translate3d(80vw, 0, 1.4rem) rotateY(-64deg);
}
.index .box3 .container .pic-box {
  position: absolute;
  top: 0;
  left: 26%;
  width: 49%;
  transform: scale(0.8);
  z-index: 2;
}
.index .box3 .container .pic-box .pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 868/540;
  border-radius: 0.5rem;
  overflow: hidden;
  opacity: 0;
  z-index: -1;
  transition: all 0.4s;
}
.index .box3 .container .pic-box .pic.show {
  opacity: 1;
  z-index: 2;
}
.index .box3 .container .pic-box .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.index .box3 .container .intro-box {
  position: absolute;
  top: 0;
  left: 56%;
  width: 36%;
  z-index: 2;
  transform: translateX(50vw);
}
.index .box3 .container .intro-box .item {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 3.6rem;
  opacity: 0;
  z-index: -1;
  transition: all 0.4s;
}
.index .box3 .container .intro-box .item.show {
  opacity: 1;
  z-index: 2;
}
.index .box3 .container .intro-box .sub {
  margin-top: 1.6rem;
  color: #333333;
}
.index .box3 .container .intro-box .txt {
  margin-top: 0.7rem;
  color: #666666;
  line-height: 2;
}
.index .box3 .container .intro-box .txt span {
  color: #333;
  font-weight: bold;
}
.index .box3 .tab {
  position: absolute;
  bottom: 1rem;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 5;
  gap: 0.75rem;
  transform: translateY(10vh);
  opacity: 0;
  visibility: hidden;
}
.index .box3 .tab span {
  min-width: 4rem;
  padding: 0 0.5rem;
  height: 1rem;
  border-radius: 0.7rem;
  text-align: center;
  line-height: 1rem;
  color: #111111;
  box-shadow: 0 0 0 1px #dddddd;
  cursor: pointer;
  transition: all 0.4s;
}
.index .box3 .tab span:hover, .index .box3 .tab span.active {
  background-color: var(--vi);
  color: #fff;
  box-shadow: none;
}
.index .box4 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff9f8;
  z-index: 9;
}
.index .box4 .sub {
  margin-top: 1.25rem;
  color: #111111;
}
.index .box4 .txt {
  margin: 0.6rem auto 0;
  width: 60%;
  color: #666666;
  line-height: 1.9;
}
.index .box4 .link-box {
  margin-top: 3.15rem;
  display: flex;
  justify-content: center;
  gap: 0.5rem;
}
.index .box4 .link-box .play {
  width: 4rem;
  height: 1.4rem;
  border-radius: 1rem;
  background-color: #fff;
  text-align: left;
  position: relative;
  color: #111111;
  padding: 0 0.5rem;
  line-height: 1.4rem;
  box-shadow: 0 0 0 1px #eaeaea;
  cursor: pointer;
  transition: all 0.4s;
}
.index .box4 .link-box .play span {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  right: 0.25rem;
  transform: translateY(-50%);
  width: 0.85rem;
  height: 0.85rem;
  border-radius: 1rem;
  background-color: #111111;
  transition: all 0.4s;
}
.index .box4 .link-box .play span::after {
  content: "";
  display: block;
  border-left: 0.2rem solid #fff;
  border-top: 0.15rem solid transparent;
  border-bottom: 0.15rem solid transparent;
  transition: all 0.4s;
}
.index .box4 .link-box .play:hover {
  background-color: var(--vi);
  box-shadow: none;
  color: #fff;
}
.index .box4 .link-box .play:hover span {
  background-color: #fff;
}
.index .box4 .link-box .play:hover span::after {
  border-left-color: var(--vi);
}
.index .box5 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff9f8;
  z-index: 8;
  padding-top: 2.75rem;
  transform: translateY(100vh);
}
.index .box5 .wrap {
  padding-top: 1rem;
}
.index .box5 .container {
  margin-top: 1.15rem;
  position: relative;
}
.index .box5 .container .swiper-button-prev,
.index .box5 .container .swiper-button-next {
  /*width: 1.1rem;*/
  /*height: 1.1rem;*/
  width: 1rem;
  height: 1rem;
  top: auto;
  bottom: 5.15rem;
  border-radius: 50%;
  background-color: #111111;
  z-index: 2;
  transition: all 0.4s;
}
.index .box5 .container .swiper-button-prev img,
.index .box5 .container .swiper-button-next img {
  max-width: 50%;
  -o-object-fit: contain;
     object-fit: contain;
}
.index .box5 .container .swiper-button-prev::after,
.index .box5 .container .swiper-button-next::after {
  display: none;
}
.index .box5 .container .swiper-button-prev:hover,
.index .box5 .container .swiper-button-next:hover {
  background-color: var(--vi);
}
.index .box5 .container .swiper-button-prev {
  /*right: calc(38% + 1.7rem);*/
  right: calc(38% + 1.3rem);
  left: auto;
}
.index .box5 .container .swiper-button-next {
  right: 38%;
}
.index .box5 .container .swiper-pagination {
  bottom: 1rem;
  left: 58%;
  color: #666;
  display: flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
}
.index .box5 .container .swiper-pagination .swiper-pagination-current {
  font-size: 1rem;
  font-weight: bold;
  color: var(--vi);
  margin-right: 0.35rem;
}
.index .box5 .container .box5-swiper::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background-color: #dedede;
}
.index .box5 .container .box5-swiper .swiper-slide {
  width: 6.95rem;
  height: 17rem;
  margin: 0;
  transition: all 0.4s;
}
.index .box5 .container .box5-swiper .swiper-slide::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 0.225rem;
  height: 0.225rem;
  border-radius: 50%;
  background-color: var(--vi);
}
.index .box5 .container .box5-swiper .swiper-slide .pic {
  position: absolute;
  /*top: 50%;*/
  /*left: 50%;*/
  /*margin-top: -2.125rem;*/
  /*margin-left: -2.125rem;*/
  /*width: 4.25rem;*/
  /*height: 4.25rem;*/
  margin-top: 4rem;
    margin-left: 2rem;
    width: 100%;
    height: 12rem;
  border-radius: 50%;
  overflow: hidden;
  transition: all 1s;
  z-index: 2;
  transform: scale(.3) translate(-50%, -50%);
    transform-origin: center center;
  /*  transform: translateZ(0); */
  will-change: transform; 
}
.index .box5 .container .box5-swiper .swiper-slide .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  /*transform: translateZ(0); */
  will-change: transform; 
}
.index .box5 .container .box5-swiper .swiper-slide-active {
  width: 15.7rem;
}
.index .box5 .container .box5-swiper .swiper-slide-active .pic {
  top: 0;
  left: 1.35rem;
  left: 0;
  margin: 0;
  width: calc(100% - 2.7rem);
  width: 100%;
  height: 12rem;
  border-radius: 0.4rem 0.4rem 0 0;
  transform: scale(1);
}
.index .box5 .container .cont-box {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 11.3rem;
  height: 7rem;
  z-index: 1;
}
.index .box5 .container .cont-box .item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*padding: 0.95rem 0.75rem 0.5rem;*/
  padding: 0.95rem 0.5rem 0.5rem;
  border-radius: 0 0 0.4rem 0.4rem;
  background-color: #fff;
  opacity: 0;
  z-index: -1;
  transition: all 0.4s;
}
.index .box5 .container .cont-box .item.show {
  opacity: 1;
  z-index: 2;
}
.index .box5 .container .cont-box .item .pos-bg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 62.7%;
  pointer-events: none;
}
.index .box5 .container .cont-box .item .info {
  display: flex;
  align-items: baseline;
}
.index .box5 .container .cont-box .item .info .name {
  color: #111;
  margin-right: 0.4rem;
}
.index .box5 .container .cont-box .item .info .position {
  color: #333333;
}
.index .box5 .container .cont-box .item .info .address {
  padding-left: 0.3rem;
  border-left: 1px solid #a8a8a8;
  margin-left: 0.3rem;
}
.index .box5 .container .cont-box .item .txt {
  margin-top: 0.6rem;
  color: #666666;
  line-height: 1.8;
}
.index .box5 .container .cont-box .item .more {
  margin-top: 0.75rem;
}

.sale-ban .ban-intro {
  top: 39.2%;
  left: 50%;
  transform: translateX(-50%);
  width: 62.5%;
}
.sale-ban .form {
  margin-top: 0.9rem;
  display: flex;
  align-items: center;
  width: 100%;
  height: 1.65rem;
  padding: 0.15rem;
  padding-left: 0.8rem;
  border-radius: 1rem;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.31);
  background-color: rgba(255, 255, 255, 0.15);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
}
.sale-ban .form button {
  width: 0.5rem;
  background: none;
}
.sale-ban .form .ipt {
  width: calc(100% - 5.5rem);
  height: 100%;
  background: none;
  color: #fff;
  padding: 0 0.5rem;
}
.sale-ban .form .ipt::-moz-placeholder {
  color: #fff;
}
.sale-ban .form .ipt::placeholder {
  color: #fff;
}
.sale-ban .form .submit {
  width: 5rem;
  height: 1.35rem;
  border-radius: 0.8rem;
  background-color: #fff;
  color: #333333;
}

.pro-ban .ban-intro {
  top: 44%;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
}
.pro-ban .ban-intro .play {
  margin: 0.75rem auto 0;
  position: relative;
  padding: 0 0.5rem;
  width: 4rem;
  height: 1.4rem;
  line-height: 1.4rem;
  color: #fff;
  border-radius: 1rem;
  background-color: rgba(0, 0, 0, 0.33);
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.21);
  cursor: pointer;
  transition: all 0.4s;
}
.pro-ban .ban-intro .play span {
  position: absolute;
  top: 50%;
  right: 0.25rem;
  transform: translateY(-50%);
  width: 0.85rem;
  height: 0.85rem;
  border-radius: 50%;
  background-color: #fff;
}
.pro-ban .ban-intro .play span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-left: 0.2rem solid var(--vi);
  border-top: 0.15rem solid transparent;
  border-bottom: 0.2rem solid transparent;
}
.pro-ban .ban-intro .play:hover {
  background-color: var(--vi);
  box-shadow: none;
}

.sale {
  position: relative;
  padding-bottom: 4rem;
  z-index: 10;
}
.sale .handle {
  margin-top: -2.8rem;
  padding: 1.9rem 1.85rem;
  border-radius: 0.5rem;
  background-color: #fffaf9;
  box-shadow: 0 0 2.45rem rgba(0, 0, 0, 0.06);
}
.sale .handle .li-box {
  display: flex;
  align-items: flex-start;
  gap: 1.4rem;
  padding-bottom: 0.65rem;
  border-bottom: 1px dashed #d4d4d4;
  margin-bottom: 0.65rem;
}
.sale .handle .li-box:last-child {
  margin-bottom: 0;
}
.sale .handle .li-box .tit {
  color: #111;
}
.sale .handle .item-box {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
  width: calc(100% - 1.4rem - 3em);
}
.sale .handle .item-box .item {
  color: #555555;
  transition: all 0.4s;
}
.sale .handle .item-box .item:hover, .sale .handle .item-box .item.active {
  color: var(--vi);
}
.sale .top-intro {
  margin-top: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sale .top-intro .sort {
  display: flex;
}
.sale .top-intro .sort .item {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  color: #111111;
  margin-right: 2.5rem;
  position: relative;
  transition: all 0.4s;
}
.sale .top-intro .sort .item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -1.25rem;
  transform: translateY(-50%);
  width: 1px;
  height: 0.55rem;
  background-color: #d7d7d7;
}
.sale .top-intro .sort .item:last-child {
  margin-right: 0;
}
.sale .top-intro .sort .item:last-child::after {
  display: none;
}
.sale .top-intro .sort .item span {
  display: flex;
  filter: brightness(0.1);
  transition: all 0.4s;
}
.sale .top-intro .sort .item.active {
  color: var(--vi);
}
.sale .top-intro .sort .item.active span {
  filter: initial;
  transform: rotate(180deg);
}
.sale .list-box {
  margin-top: 1.2rem;
}
.sale .page-box {
  margin-top: 2rem;
}

.sale-info {
  padding: 1.9rem 0;
}
.sale-info .fix-bar {
  position: sticky;
  margin-top: 1rem;
  bottom: 1.2rem;
  display: flex;
  justify-content: flex-end;
  padding-right: 2.75rem;
  gap: 0.5rem;
}
.sale-info .fix-bar .item {
  width: 3.5rem;
  height: 1.15rem;
  line-height: 1.15rem;
  text-align: center;
  border-radius: 0.9rem;
  background-color: #fff;
  color: #111;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.19);
  transition: all .3s ease;
  cursor: pointer;
  position: relative;
}
.sale-info .fix-bar .item:hover {
    background: #E83E13;
    box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.19);
    color: #ffffff;
}
.sale-info .fix-bar .item .item-board {
    position: absolute;
    left: 50%;
    bottom: calc( 100% + 38px );
    transform: translateX(-50%);
    display: none;
    align-items: center;
    padding: .6rem;
    border-radius: .25rem;
    background: #FFF;
    min-height: 2.15rem;
    min-width: 100%;
    /*width: 300px;*/
    /*width: 140px;*/
    width: 200px;
}
.sale-info .fix-bar .item .item-board:after {
    content: '';
    width: 30px;
    height: 30px;
    /*background: url('../img/trigle.png') no-repeat;*/
    background-color: #ffffff;
    background-size: 100% 100%;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
    transform: translateX(-50%) rotate(45deg);
    position: absolute;
}
/*.sale-info .fix-bar .item:hover .item-board {*/
/*    display: flex;*/
/*}*/
.item-board-label {
    color: #111;
    font-style: normal;
    font-weight: 500;
    flex-shrink: 0;
    margin-right: .725rem;
}
.social-share .icon-wechat {
    border: 0;
    color: 0;
    margin: 0;
}
.item-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: .6rem;
}
.item-icon a {
    flex-shrink: 0;
}
.item-icon .icon-wechat__img {
    display: block;
    width: 1rem;
    height: 1rem;
}
.sale-info .wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.sale-info .lt {
  width: 69%;
}
.sale-info .lt .top-con {
  width: 100%;
  min-height: 9rem;
  padding: 1.7rem 1.6rem;
  border-radius: 0.4rem;
  background-color: #fffaf9;
  box-shadow: 0 0.25rem 2.1rem rgba(0, 0, 0, 0.02);
  line-height: 1.6;
}
.sale-info .lt .top-con p {
  margin-bottom: 0.5rem;
  position: relative;
  padding-left: 0.65rem;
}
.sale-info .lt .top-con p::after {
  content: "";
  position: absolute;
  top: 0.35rem;
  left: 0;
  width: 0.3rem;
  height: 2px;
  background-color: var(--vi);
}
.sale-info .lt .top-con p:last-child {
  margin-bottom: 0;
}
.sale-info .lt .middle {
  position: relative;
  margin-top: 0.75rem;
  border-radius: 0.4rem;
  padding-bottom: 1rem;
  background-color: #fffaf9;
  box-shadow: 0 0.25rem 2.1rem rgba(0, 0, 0, 0.08);
}
.sale-info .lt .middle .tab {
  display: flex;
  gap: 1.9rem;
  width: 100%;
  height: 2.85rem;
  border-bottom: 1px solid #d7d7d7;
  padding: 0 1.4rem;
}
.sale-info .lt .middle .tab span {
  width: -moz-max-content;
  width: max-content;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 0.15rem;
  cursor: pointer;
  transition: all 0.4s;
}
.sale-info .lt .middle .tab span::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 3px;
  background-color: var(--vi);
  transition: all 0.4s;
}
.sale-info .lt .middle .tab span:hover {
  color: var(--vi);
}
.sale-info .lt .middle .tab span.active {
  color: var(--vi);
}
.sale-info .lt .middle .tab span.active::after {
  width: 100%;
}
.sale-info .lt .middle .item-box {
  margin-top: 1.55rem;
  padding: 0 1.5rem;
}
.sale-info .lt .middle .item-box .item {
  width: 100%;
  display: none;
}
.sale-info .lt .middle .item-box .item.show {
  display: block;
}
.sale-info .lt .middle .item-box .item .pic {
  width: 100%;
  margin-bottom: 1.5rem;
}
.sale-info .lt .middle .item-box .item .pic:last-child {
  margin-bottom: 0;
}
.sale-info .lt .middle .item-box .item img {
  width: 100%;
}
.sale-info .lt .pro {
  margin-top: 2.5rem;
}
.sale-info .lt .pro .li-box {
  margin-top: 1rem;
}
.sale-info .rt {
  width: 29%;
  position: sticky;
  top: 3.25rem;
}
.sale-info .rt .top {
  width: 100%;
  /*padding: 1.25rem 1.1rem 1rem;*/
  padding: .85rem;
  border-radius: 0.4rem;
  box-shadow: 0 0.25rem 2.1rem rgba(0, 0, 0, 0.08);
  background-color: #fffaf9;
}
.sale-info .rt .top .h {
  line-height: 1.1;
  color: #111;
}
.sale-info .rt .top .li-box {
  margin-top: .5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 0;
}
.sale-info .rt .top .li-box .li {
  min-width: 50%;
  color: #666666;
}
.sale-info .rt .top .li-box .li span {
  margin-top: 0.25rem;
  display: block;
  color: var(--vi);
}
.sale-info .rt .btm {
  margin-top: 0.75rem;
  width: 100%;
  padding: 1rem 1.1rem;
  box-shadow: 0 0.25rem 2.1rem rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  gap: 1.1rem;
}
.sale-info .rt .btm .pic {
  width: 5rem;
}
.sale-info .rt .btm .intro {
  width: calc(100% - 5rem);
}
.sale-info .rt .btm .intro .h {
  color: #111;
}
.sale-info .rt .btm .intro .info {
  margin-top: 0.3rem;
  display: flex;
}
.sale-info .rt .btm .intro .info p {
  margin-right: 0.4rem;
  padding-right: 0.4rem;
  border-right: 1px solid #a8a8a8;
}
.sale-info .rt .btm .intro .info p:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
.sale-info .rt .btm .intro .tel {
  margin-top: 1.1rem;
  color: #666666;
}
.sale-info .rt .btm .intro .phone {
  margin-top: 0.3rem;
  color: var(--vi);
}
.sale-info .rt .btm .intro .more {
  margin-top: 1.25rem;
  display: flex;
  align-items: center;
  gap: 0.3rem;
  color: #111;
}
.sale-info .rt .btm .intro .more span {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #111;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sale-info .rt .btm .intro .more span img {
  max-width: 50%;
  max-height: 50%;
  -o-object-fit: contain;
     object-fit: contain;
}

.products {
  padding-bottom: 6.9rem;
}
.products .box1 {
  padding: 4rem 0 2rem;
  position: relative;
  overflow: hidden;
}
.products .box1 .pos-bg {
  position: absolute;
  top: -4.65rem;
  left: 0;
  width: 100%;
}
.products .box1 .pos-bg img {
  width: 100%;
}
.products .box1 .wrap {
  position: relative;
  z-index: 3;
}
.products .box1 .sub {
  margin-top: 1.25rem;
  color: #111;
}
.products .box1 .txt {
  margin: 0.6rem auto 0;
  width: 60%;
  color: #666;
  line-height: 1.9;
}
.products .box1 .box1-swiper {
  margin-top: 4.8rem;
  overflow: initial;
}
.products .box1 .box1-swiper .swiper-slide {
  width: 40%;
  height: 14.5rem;
  margin-right: 1.25rem;
  border-radius: 0.5rem;
  box-shadow: 0.25rem 0.25rem 1.1rem rgba(0, 0, 0, 0.07);
  overflow: hidden;
}
.products .box1 .box1-swiper .swiper-slide:last-child {
  margin-right: 0;
}
.products .box1 .box1-swiper .swiper-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.23);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  opacity: 0;
  transition: all 0.4s;
}
.products .box1 .box1-swiper .swiper-slide .pic {
  width: 100%;
  height: 10rem;
  overflow: hidden;
}
.products .box1 .box1-swiper .swiper-slide .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.products .box1 .box1-swiper .swiper-slide .intro {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4.5rem;
  padding: 1.9rem 1.25rem;
  background-color: #fffaf9;
  z-index: 2;
  transition: all 0.4s;
}
.products .box1 .box1-swiper .swiper-slide .intro .h {
  color: #111;
  transition: all 0.4s;
}
.products .box1 .box1-swiper .swiper-slide .intro .cont {
  margin-top: 0.6rem;
  color: #666666;
  line-height: 2;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}
.products .box1 .box1-swiper .swiper-slide .intro .arr {
  position: absolute;
  right: 1.25rem;
  top: 1.6rem;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #d2d2d2;
  transition: all 0.4s;
}
.products .box1 .box1-swiper .swiper-slide .intro .arr span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.4rem;
  height: 0.4rem;
  background-color: var(--vi);
}
.products .box1 .box1-swiper .swiper-slide .intro .arr .heng {
  height: 2px;
}
.products .box1 .box1-swiper .swiper-slide .intro .arr .shu {
  width: 2px;
}
.products .box1 .box1-swiper .swiper-slide .intro .pos-icon {
  position: absolute;
  bottom: 0;
  right: 0.5rem;
  width: 8.15rem;
  opacity: 0;
  z-index: -1;
  transition: all 0.4s;
}
.products .box1 .box1-swiper .swiper-slide .intro .pos-icon img {
  width: 100%;
}
.products .box1 .box1-swiper .swiper-slide:hover::after {
  opacity: 1;
}
.products .box1 .box1-swiper .swiper-slide:hover .intro {
  height: 10.5rem;
}
.products .box1 .box1-swiper .swiper-slide:hover .intro .h {
  color: var(--vi);
}
.products .box1 .box1-swiper .swiper-slide:hover .intro .cont {
  opacity: 1;
  visibility: visible;
}
.products .box1 .box1-swiper .swiper-slide:hover .intro .arr {
  opacity: 0;
}
.products .box1 .box1-swiper .swiper-slide:hover .intro .pos-icon {
  opacity: 1;
}
.products .box2 {
  padding-top: 2rem;
  overflow: hidden;
}
.products .box2 .wrap {
  position: relative;
}
.products .box2 .box2-swiper {
  margin-top: 1rem;
}
.products .box2 .link {
  position: absolute;
  top: -7px;
  right: 0;
}
.products .box3 {
  padding-top: 4rem;
}
.products .box3 .wrap {
  position: relative;
}
.products .box3 .li-box {
  margin-top: 1rem;
}
.products .box3 .link {
  position: absolute;
  top: -7px;
  right: 0;
}
.products .box4 {
  padding: 4rem 0 0;
}

.products .box4 .btnxs{display: flex;justify-content: center;margin-top: 1.5rem;}
.products .box4 .btnxs .btnx{margin: 0 0.75rem;width:4rem;padding:0.25rem 0.25rem 0.25rem 0.75rem;display:flex;justify-content:space-between;height:1.4rem;border-radius:0.7rem;border:1px solid #ddd;color:#111;align-items:center;transition:all 0.5s;}
.products .box4 .btnxs .btnx:hover{background-color:#E83E13;border-color:transparent;color:#fff;}
.products .box4 .btnxs .btnx .icon{width: 0.9rem;height: 0.9rem;border-radius: 50%;background-color: #111;display: flex;justify-content: center;align-items: center;transition:all 0.5s;}
.products .box4 .btnxs .btnx .icon img{width: 0.5rem;}
.products .box4 .btnxs .btnx .icon img.img2{display: none;}
.products .box4 .btnxs .btnx:hover .icon img.img1{display: none;}
.products .box4 .btnxs .btnx:hover .icon img.img2{display: block;}
.products .box4 .btnxs .btnx:hover .icon{background-color: #fff;}

.products .box4 .container {
  margin-top: 1rem;
}

.pro-info {
  padding-bottom: 6.9rem;
}
.pro-info .box1 {
  display: flex;
}
.pro-info .box1 .lt {
  width: 50%;
  padding-left: 1.75rem;
  padding-top: 4.65rem;
  position: relative;
  z-index: 1;
}
.pro-info .box1 .lt .pos-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.pro-info .box1 .lt .txt {
  margin-top: 0.25rem;
  width: 68%;
  color: #666666;
  line-height: 1.8;
}
.pro-info .box1 .lt .list-box {
  margin-top: 1.4rem;
}
.pro-info .box1 .lt .list-box .list {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #333333;
  margin-bottom: 0.65rem;
}
.pro-info .box1 .lt .list-box .list:last-child {
  margin-bottom: 0;
}
.pro-info .box1 .lt .list-box .list span {
  width: 0.5rem;
  height: 0.5rem;
}
.pro-info .box1 .lt .more {
  margin-top: 5.85rem;
}
.pro-info .box1 .rt {
  width: 50%;
}
.pro-info .box1 .rt img {
  width: 100%;
}
.pro-info .box2 {
  padding-top: 4rem;
}
.pro-info .box2 .li-box {
  margin-top: 1rem;
}
.pro-info .box3 {
  padding: 4rem 0 0;
}
.pro-info .box3 .container {
  margin-top: 1rem;
}

.join {
  padding: 4rem 0 5.75rem;
}
.join .top-tit {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  width: 100%;
  height: 2.5rem;
  color: #fff;
  background-color: var(--vi);
  border-radius: 0.4rem 0.4rem 0 0;
}
.join .top-tit p {
  width: 20%;
  text-align: center;
}
.join .li-box {
  padding-bottom: 1.3rem;
  border-radius: 0 0 0.4rem 0.4rem;
  box-shadow: 0.25rem 0.25rem 1.1rem rgba(0, 0, 0, 0.07);
}
.join .li-box .li {
  border-top: 1px solid rgba(71, 67, 66, 0.1);
}
.join .li-box .li:first-child {
  border-top: none;
}
.join .li-box .li .top-bots {
  display: flex;
  align-items: center;
  height: 2.5rem;
  color: #111;
  cursor: pointer;
  transition: all 0.4s;
}
.join .li-box .li .top-bots p {
  width: 20%;
  text-align: center;
}
.join .li-box .li .top-bots .arr {
  display: block;
  margin: auto;
  width: 0.95rem;
  height: 0.95rem;
  text-align: center;
  line-height: 0.95rem;
  border-radius: 50%;
  background-color: #efefef;
  color: #333;
  transition: all 0.4s;
}
.join .li-box .li .btn-bots {
  padding: 2rem 3.65rem 3.5rem;
  display: none;
}
.join .li-box .li .btn-bots .cont {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 13%;
}
.join .li-box .li .btn-bots .list {
  width: 40%;
  padding-right: 0.5rem;
}
.join .li-box .li .btn-bots .list .h {
  color: #111;
}
.join .li-box .li .btn-bots .list .txt {
  margin-top: 0.5rem;
  padding-left: 0.2rem;
  line-height: 2;
  color: #666;
}
.join .li-box .li .btn-bots .list .list-item-box {
  margin-top: 0.5rem;
  display: flex;
  gap: 4.25rem;
  padding-left: 0.2rem;
}
.join .li-box .li .btn-bots .list .list-item {
  line-height: 2;
}
.join .li-box .li .btn-bots .list .list-item .title {
  color: #666666;
}
.join .li-box .li .btn-bots .list .list-item .content {
  color: #333333;
}
.join .li-box .li .btn-bots .list.other {
  width: 100%;
}
.join .li-box .li.active .top-bots {
  background-color: rgba(232, 62, 19, 0.05);
}
.join .li-box .li.active .top-bots .arr {
  transform: rotate(180deg);
  background-color: var(--vi);
  color: #fff;
}

.partner {
  padding: 4rem 0 4.65rem;
}
.partner .li-box {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}
.partner .li-box .li {
  width: calc((100% - 2.5rem) / 3);
  border-radius: 0.4rem;
  box-shadow: 0 0 1.3rem rgba(0, 0, 0, 0.06);
  background-color: #fffaf9;
  transition: all 0.4s;
}
.partner .li-box .li .pic {
  width: 100%;
  height: 8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.partner .li-box .li .pic img {
  max-width: 80%;
  max-height: 80%;
  -o-object-fit: contain;
     object-fit: contain;
}
.partner .li-box .li .intro {
  height: 5.25rem;
  border-top: 1px solid #dddddd;
  padding: 1.15rem 1rem 0.5rem;
}
.partner .li-box .li .intro .h {
  color: #111;
  transition: all 0.4s;
}
.partner .li-box .li .intro .txt {
  margin-top: 0.3rem;
  color: #666;
  line-height: 1.8;
}
.partner .li-box .li:hover {
  transform: translateY(-0.5rem);
}
.partner .li-box .li:hover .intro .h {
  color: var(--vi);
}
.partner .page-box {
  margin-top: 1.75rem;
}

.news {
  padding: 2.5rem 0 5.8rem;
}
.news .top-intro {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #d9d9d9;
}
.news .top-intro .tab {
  display: flex;
  gap: 0.5rem;
}
.news .top-intro .tab a {
  width: 4.4rem;
  height: 1.4rem;
  border-radius: 1rem;
  text-align: center;
  line-height: 1.4rem;
  box-shadow: 0 0 0 1px #e3e3e3;
  transition: all 0.4s;
}
.news .top-intro .tab a:hover, .news .top-intro .tab a.active {
  background-color: var(--vi);
  color: #fff;
  box-shadow: none;
}
.news .top-intro .select {
  position: relative;
}
.news .top-intro .select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.6rem;
  transform: translateY(-50%);
  border-top: 0.25rem solid #111;
  border-left: 0.2rem solid transparent;
  border-right: 0.2rem solid transparent;
  pointer-events: none;
}
.news .top-intro .select p {
  width: 5rem;
  height: 1.4rem;
  line-height: 1.4rem;
  border-radius: 1rem;
  padding: 0 0.55rem;
  box-shadow: 0 0 0 1px #e3e3e3;
  cursor: pointer;
}
.news .top-intro .select .drop-down {
  position: absolute;
  top: calc(100% + 0.25rem);
  left: 0;
  border-radius: 0.25rem;
  width: 100%;
  max-height: 6rem;
  background-color: #fffaf9;
  overflow-y: auto;
  box-shadow: 0 0 1.3rem rgba(0, 0, 0, 0.06);
  opacity: 0;
  visibility: hidden;
  transform: translateY(1rem);
  transition: all 0.4s;
}
.news .top-intro .select .drop-down::-webkit-scrollbar {
  width: 2px;
}
.news .top-intro .select .drop-down span {
  display: block;
  width: 100%;
  height: 1rem;
  line-height: 1rem;
  text-align: center;
  cursor: pointer;
  transition: all 0.4s;
}
.news .top-intro .select .drop-down span:hover {
  color: var(--vi);
}
.news .top-intro .select:hover .drop-down {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.news .item-box {
  margin-top: 2.5rem;
}
.news .item-box .item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.news .item-box .item .tit {
  color: #333;
  position: sticky;
  top: 3rem;
}
.news .item-box .item .li-box {
  width: 81%;
}
.news .item-box .item .li-box .li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2.5rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #c9c9c9;
}
.news .item-box .item .li-box .li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.news .item-box .item .li-box .li .pic {
  width: 47%;
  aspect-ratio: 680/430;
  overflow: hidden;
}
.news .item-box .item .li-box .li .intro {
    width: 50%;
}
.news .item-box .item .li-box .li .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s;
}
.news .item-box .item .li-box .li .intro .time {
  color: var(--vi);
}
.news .item-box .item .li-box .li .intro .h {
  margin-top: 1.05rem;
  color: #111;
  line-height: 1.4;
  max-height: 2.8em;
  overflow: hidden;
  transition: all 0.4s;
}
.news .item-box .item .li-box .li .intro .txt {
  margin-top: 0.4rem;
  color: #666666;
  line-height: 2;
  max-height: 4em;
  overflow: hidden;
}
.news .item-box .item .li-box .li .intro .more {
  margin-top: 1.5rem;
}


.news-info {
  padding: 3.4rem 0 5.75rem;
  overflow: hidden;
}
.news-info .box1 {
  display: flex;
  align-items: flex-start;
}
.news-info .box1 .lt {
  width: 42%;
  padding-right: 3.3rem;
}
.news-info .box1 .lt .tit {
  line-height: 1.4;
  color: #111;
}
.news-info .box1 .lt .info {
  margin-top: 1.8rem;
  padding-top: 1.5rem;
  border-top: 1px solid #d9d9d9;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news-info .box1 .lt .info .time {
  color: #333333;
}
.news-info .box1 .lt .info .share {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}
.news-info .box1 .lt .info .share a {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #e5e5e5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news-info .box1 .lt .info .share a img {
  max-width: 50%;
  max-height: 50%;
  -o-object-fit: contain;
     object-fit: contain;
}
.news-info .box1 .lt .info-page {
  margin-top: 7.25rem;
}
.news-info .box1 .lt .info-page .link {
  margin-bottom: 1rem;
}
.news-info .box1 .lt .info-page .link:last-child {
  margin-bottom: 0;
}
.news-info .box1 .lt .info-page .link p {
  color: var(--vi);
}
.news-info .box1 .lt .info-page .link a {
  display: block;
  margin-top: 0.3rem;
  color: #333333;
}
.news-info .box1 .rt {
  width: 58%;
  color: #666666;
  line-height: 2;
}

.news-info .box1 .rt img, 
.news-info .box1 .rt p {
  margin: 0.5rem 0;
} 
.news-info .box1 .rt img{
    width: 100%!important;
    height: auto!important;
}

.news-info .box2 {
  margin-top: 6.5rem;
}
.news-info .box2 .box2-swiper {
  margin-top: 1rem;
}

.broker .box1 {
  padding: 4rem 0 0;
}
.broker .box1 .item-box {
  margin-top: 1.1rem;
}
.broker .box1 .item-box .item {
  display: none;
}
.broker .box1 .item-box .item.show {
  display: block;
}
.broker .box1 .item-box .item1 {
  width: 75%;
  margin: auto;
}
.broker .box1 .item-box .item1 .container {
  display: flex;
  border-radius: 0.4rem;
  box-shadow: 0.25rem 0.25rem 1.1rem rgba(0, 0, 0, 0.07);
  background-color: #fffaf9;
  overflow: hidden;
}
.broker .box1 .item-box .item1 .pic {
  width: 64%;
  aspect-ratio: 860/600;
  overflow: hidden;
}
.broker .box1 .item-box .item1 .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.broker .box1 .item-box .item1 .intro {
  position: relative;
  width: 36%;
  padding: 2.2rem 1.25rem 0.5rem 1.5rem;
}
.broker .box1 .item-box .item1 .intro .h {
  position: relative;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #dddddd;
}
.broker .box1 .item-box .item1 .intro .h::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 2.95rem;
  height: 3px;
  background-color: var(--vi);
}
.broker .box1 .item-box .item1 .intro .address {
  margin-top: 0.85rem;
  display: flex;
  align-items: center;
  color: #333333;
  gap: 0.25rem;
}
.broker .box1 .item-box .item1 .intro .address span {
  width: 0.6rem;
}
.broker .box1 .item-box .item1 .intro .address span img {
  width: 100%;
}
.broker .box1 .item-box .item1 .intro .txt {
  margin-top: 1.2rem;
  color: #666666;
  line-height: 1.8;
}
.broker .box1 .item-box .item1 .intro .more {
  position: absolute;
  bottom: 1.25rem;
  left: 1.5rem;
  min-width: 4rem;
  width: auto;
  padding: 0 1.3rem 0 0.5rem;
}
.broker .box1 .item-box .item1 .intro .pos-bg {
  position: absolute;
  bottom: 0;
  left: 1.2rem;
  width: 72%;
  z-index: -1;
}
.broker .box1 .item-box .item1 .intro .pos-bg img {
  width: 100%;
}
.broker .box1 .item-box .item2 {
  width: 75%;
  margin: auto;
}
.broker .box1 .item-box .item2 .container {
  display: flex;
  background-color: #fffaf9;
  box-shadow: 0.25rem 0.25rem 1.1rem rgba(0, 0, 0, 0.07);
  border-radius: 0.4rem;
  overflow: hidden;
}
.broker .box1 .item-box .item2 .pic {
  width: 36%;
  aspect-ratio: 480/600;
}
.broker .box1 .item-box .item2 .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.broker .box1 .item-box .item2 .intro {
  width: 64%;
  padding: 2.2rem 2.25rem 0.5rem;
  position: relative;
}
.broker .box1 .item-box .item2 .intro .name {
  position: relative;
  display: flex;
  align-items: baseline;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid #dddddd;
}
.broker .box1 .item-box .item2 .intro .name::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 2.95rem;
  height: 3px;
  background-color: var(--vi);
}
.broker .box1 .item-box .item2 .intro .name span {
  color: #333;
  margin-left: 0.4rem;
}
.broker .box1 .item-box .item2 .intro .txt {
  margin-top: 1.3rem;
  color: #666;
  line-height: 1.8;
}
.broker .box1 .item-box .item2 .intro .more {
  position: absolute;
  bottom: 2.25rem;
  left: 2.25rem;
}
.broker .box1 .item-box .item2 .intro .pos-bg {
  position: absolute;
  bottom: 0;
  right: 2.15rem;
  width: 8.6rem;
}
.broker .box1 .item-box .item2 .intro .pos-bg img {
  width: 100%;
}
.broker .box1 .item-box .item3 .swiper-box {
  position: relative;
  padding: 0 3.25rem;
}
.broker .box1 .item-box .item3 .swiper-box .swiper-button-prev,
.broker .box1 .item-box .item3 .swiper-box .swiper-button-next {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  background-color: #333333;
  transition: all 0.4s;
}
.broker .box1 .item-box .item3 .swiper-box .swiper-button-prev::after,
.broker .box1 .item-box .item3 .swiper-box .swiper-button-next::after {
  display: none;
}
.broker .box1 .item-box .item3 .swiper-box .swiper-button-prev:hover,
.broker .box1 .item-box .item3 .swiper-box .swiper-button-next:hover {
  background-color: var(--vi);
}
.broker .box1 .item-box .item3 .swiper-box .swiper-button-prev {
  left: 0;
}
.broker .box1 .item-box .item3 .swiper-box .swiper-button-next {
  right: 0;
}
.broker .box1 .item-box .item3 .swiper-box .swiper-pagination {
  position: relative;
  margin-top: 1.05rem;
  bottom: 0;
}
.broker .box1 .item-box .item3 .swiper-box .swiper-pagination .swiper-pagination-bullet {
  width: 1.5rem;
  height: 3px;
  background-color: #dddddd;
  opacity: 1;
  border-radius: 0;
  margin: 0 0.25rem;
}
.broker .box1 .item-box .item3 .swiper-box .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--vi);
}
.broker .box1 .item-box .item3 .swiper-box .swiper-container {
  width: 100%;
}
.broker .box1 .item-box .item3 .swiper-box .swiper-slide {
  width: 48.5%;
  margin-right: 3%;
  background-color: #fffaf9;
  box-shadow: 0.25rem 0.25rem 1.1rem rgba(0, 0, 0, 0.07);
  border-radius: 0.4rem;
  overflow: hidden;
}
.broker .box1 .item-box .item3 .swiper-box .swiper-slide:last-child {
  margin-right: 0;
}
.broker .box1 .item-box .item3 .swiper-box .swiper-slide .pic {
  width: 100%;
  aspect-ratio: 740/390;
  overflow: hidden;
}
.broker .box1 .item-box .item3 .swiper-box .swiper-slide .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.broker .box1 .item-box .item3 .swiper-box .swiper-slide .intro {
  width: 100%;
  height: 5.25rem;
  padding: 1rem 1.1rem 0.5rem;
  height: 7.25rem;
}
.broker .box1 .item-box .item3 .swiper-box .swiper-slide .intro .more{margin-top: 0.5rem;}

.broker .box1 .item-box .item3 .swiper-box .swiper-slide .intro .name {
  display: flex;
  align-items: baseline;
  position: relative;
  gap: 0.35rem;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #dddddd;
}
.broker .box1 .item-box .item3 .swiper-box .swiper-slide .intro .name::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 2.95rem;
  height: 3px;
  background-color: var(--vi);
}
.broker .box1 .item-box .item3 .swiper-box .swiper-slide .intro .name p {
  color: #111;
  line-height: 1.4;
}
.broker .box1 .item-box .item3 .swiper-box .swiper-slide .intro .name span {
  color: #333333;
}
.broker .box1 .item-box .item3 .swiper-box .swiper-slide .intro .txt {
  margin-top: 0.7rem;
  color: #666666;
  line-height: 1.8;
}
.broker .box1 .tab {
  margin-top: 1.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.broker .box1 .tab span {
  width: 3.5rem;
  height: 1.15rem;
  text-align: center;
  line-height: 1.15rem;
  border-radius: 1rem;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.19);
  cursor: pointer;
  transition: all 0.4s;
}
.broker .box1 .tab span:hover, .broker .box1 .tab span.active {
  background-color: var(--vi);
  color: #fff;
}
.broker .box2 {
  padding: 2.5rem 0;
}
.broker .box2 .top-intro {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 99;
}
.broker .box2 .top-intro .handle {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.broker .box2 .top-intro .handle .select {
  position: relative;
}
.broker .box2 .top-intro .handle .select::after {
  content: "";
  position: absolute;
  right: 0.6rem;
  top: 50%;
  transform: translateY(-50%);
  border-top: 0.25rem solid #111;
  border-left: 0.2rem solid transparent;
  border-right: 0.2rem solid transparent;
}
.broker .box2 .top-intro .handle .select .val {
  width: 5rem;
  height: 1.4rem;
  line-height: 1.4rem;
  padding: 0 0.7rem;
  border-radius: 1rem;
  box-shadow: 0 0 0 1px #e3e3e3;
  cursor: pointer;
}
.broker .box2 .top-intro .handle .select .drop-down {
  position: absolute;
  top: calc(100% + 0.25rem);
  left: 0;
  border-radius: 0.25rem;
  width: 100%;
  max-height: 6rem;
  background-color: #fffaf9;
  overflow-y: auto;
  box-shadow: 0 0 1.3rem rgba(0, 0, 0, 0.06);
  opacity: 0;
  visibility: hidden;
  transform: translateY(1rem);
  transition: all 0.4s;
}
.broker .box2 .top-intro .handle .select .drop-down::-webkit-scrollbar {
  width: 2px;
}
.broker .box2 .top-intro .handle .select .drop-down a {
  display: block;
  width: 100%;
  height: 1rem;
  line-height: 1rem;
  text-align: center;
  cursor: pointer;
  transition: all 0.4s;
}
.broker .box2 .top-intro .handle .select .drop-down a:hover {
  color: var(--vi);
}
.broker .box2 .top-intro .handle .select:hover .drop-down {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.broker .box2 .li-box {
  margin-top: 1rem;
}
.broker .box2 .page-box {
  margin-top: 2.35rem;
}

.broker-info {
  padding-bottom: 6rem;
}
.broker-info .box1 {
  display: flex;
}
.broker-info .box1 .pic {
  width: 50%;
}
.broker-info .box1 .pic img {
  width: 100%;
}
.broker-info .box1 .intro {
  width: 50%;
  padding-top: 2.45rem;
  padding-right: 3.9rem;
  padding-left: 3.1rem;
}
.broker-info .box1 .intro .name {
  display: flex;
  align-items: baseline;
  position: relative;
  gap: 0.4rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #dddddd;
}
.broker-info .box1 .intro .name::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 2.95rem;
  height: 3px;
  background-color: var(--vi);
}
.broker-info .box1 .intro .name span {
  color: #333333;
}
.broker-info .box1 .intro .txt {
  margin-top: 1.05rem;
  color: #666666;
}
.broker-info .box1 .intro .info {
  margin-top: 1.6rem;
  display: flex;
  justify-content: space-between;
  padding-bottom: 1.5rem;
  border-bottom: 1px dashed #c9c9c9;
}
.broker-info .box1 .intro .info .li {
  width: 44%;
}
.broker-info .box1 .intro .info .li .icon {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  color: #333333;
}
.broker-info .box1 .intro .info .li .icon span {
  width: 0.5rem;
  height: 0.5rem;
  display: flex;
  align-items: center;
}
.broker-info .box1 .intro .info .li .txt {
  margin-top: 0.45rem;
  color: #333333;
}
.broker-info .box1 .intro .code {
  margin-top: 1.5rem;
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}
.broker-info .box1 .intro .code .list .icon {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  color: #333333;
}
.broker-info .box1 .intro .code .list .icon span {
  height: 0.4rem;
}
.broker-info .box1 .intro .code .list .icon span img {
  max-height: 100%;
}
.broker-info .box1 .intro .code .list .pic {
  margin-top: 0.4rem;
  width: 3.25rem;
  min-height: 3.65rem;
  box-shadow: 0 0 0 1px rgba(232, 62, 19, 0.16);
  background-color: #fff;
  border-radius: 0.15rem;
  padding: 0.2rem;
      display: flex;
    align-items: center;
}
.broker-info .box1 .intro .code .list .pic img {
  width: 100%;
}
.broker-info .box1 .intro .code .list .cont {
  margin-top: 0.2rem;
  text-align: center;
  color: #333333;
}
.broker-info .box2 {
  padding-top: 4rem;
  overflow: hidden;
}
.broker-info .box2 .box2-swiper {
  margin-top: 1.25rem;
  overflow: hidden;
  padding-bottom: 1.5rem;
}

.broker-info .box2 .box2-swiper .swiper-pagination{bottom:0;}
.broker-info .box2 .box2-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 0.8rem;
  height: 3px;
  background-color: #dddddd;
  opacity: 1;
  border-radius: 0;
  margin: 0 0.25rem;
}
.broker-info .box2 .box2-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--vi);
}

.broker-info .box2 .box2-swiper .swiper-button-prev,
.broker-info .box2 .box2-swiper .swiper-button-next {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  top: auto;
  bottom: calc(100% + 1.15rem);
  background-color: #333;
  transition: all 0.4s;
}
.broker-info .box2 .box2-swiper .swiper-button-prev::after,
.broker-info .box2 .box2-swiper .swiper-button-next::after {
  display: none;
}
.broker-info .box2 .box2-swiper .swiper-button-prev:hover,
.broker-info .box2 .box2-swiper .swiper-button-next:hover {
  background-color: var(--vi);
}
.broker-info .box2 .box2-swiper .swiper-button-prev {
  left: auto;
  right: 1.65rem;
}
.broker-info .box2 .box2-swiper .swiper-button-next {
  right: 0;
}
.broker-info .box2 .box2-swiper .swiper-slide {
  /*width: 29%;*/
  /*margin-right: 1rem;*/
}
.broker-info .box2 .box2-swiper .swiper-slide:last-child {
  margin-right: 0;
}
.broker-info .box2 .box2-swiper .swiper-slide .pic {
  width: 100%;
  aspect-ratio: 520/360;
  border-radius: 0.4rem;
  overflow: hidden;
}
.broker-info .box2 .box2-swiper .swiper-slide .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s;
}
.broker-info .box2 .box2-swiper .swiper-slide .year {
  margin-top: 0.8rem;
  color: var(--vi);
}
.broker-info .box2 .box2-swiper .swiper-slide .h {
  margin-top: 0.45rem;
  color: #111;
}
.broker-info .box2 .box2-swiper .swiper-slide:hover .pic img {
  transform: scale(1.05);
}
.broker-info .box3 {
  padding-top: 4rem;
}
.broker-info .box3 .top-intro {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.broker-info .box3 .top-intro .tab {
  display: flex;
  gap: 0.5rem;
}
.broker-info .box3 .top-intro .tab span {
  width: 4.4rem;
  height: 1.4rem;
  text-align: center;
  line-height: 1.4rem;
  border-radius: 1rem;
  color: #111;
  box-shadow: 0 0 0 1px #e3e3e3;
  cursor: pointer;
  transition: all 0.4s;
}
.broker-info .box3 .top-intro .tab span:hover, .broker-info .box3 .top-intro .tab span.active {
  background-color: var(--vi);
  color: #fff;
}
.broker-info .box3 .item-box {
  margin-top: 0.8rem;
}
.broker-info .box3 .item-box .items {
  display: none;
}
.broker-info .box3 .item-box .items.show {
  display: block;
}
.broker-info .box4 {
  padding-top: 4rem;
}
.broker-info .box4 .container {
  margin-top: 1rem;
  display: flex;
  background-color: #fffaf9;
  padding: 1.65rem 1.75rem 1.65rem 1.5rem;
  box-shadow: 0.25rem 0.25rem 1.1rem rgba(0, 0, 0, 0.07);
}
.broker-info .box4 .container .intro {
  width: 44%;
  padding-right: 3.5rem;
}
.broker-info .box4 .container .intro .h {
  color: #111;
  line-height: 1.2;
}
.broker-info .box4 .container .intro .txt {
  margin-top: 0.4rem;
  color: #666666;
  line-height: 1.8;
}
.broker-info .box4 .container .intro .list-box {
  margin-top: 1.4rem;
}
.broker-info .box4 .container .intro .list-box .list {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #333333;
  margin-bottom: 0.65rem;
}
.broker-info .box4 .container .intro .list-box .list:last-child {
  margin-bottom: 0;
}
.broker-info .box4 .container .intro .list-box .list span {
  width: 0.5rem;
  height: 0.5rem;
}
.broker-info .box4 .container .intro .more {
  margin-top: 3.5rem;
}
.broker-info .box4 .container .pic {
  width: 56%;
}
.broker-info .box5 {
  padding-top: 4rem;
}
.broker-info .box5 .li-box {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 0.9rem;
}
.broker-info .box5 .li-box .li {
  width: calc((100% - 1.8rem) / 3);
}
.broker-info .box5 .li-box .li .pic {
  width: 100%;
  aspect-ratio: 570/360;
  border-radius: 0.4rem;
  overflow: hidden;
  position: relative;
}

.broker-info .box5 .li-box .li .pic .time1{position: absolute;bottom: 0.65rem;left: 0.85rem;width:fit-content;display:flex;align-items:center;color:#fff;}
.broker-info .box5 .li-box .li .pic .time1 img{width: 0.75rem;height: 0.75rem;margin-right:0.3rem;}

.broker-info .box5 .li-box .li .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s;
}
.broker-info .box5 .li-box .li .intro {
  margin-top: 1rem;
}
.broker-info .box5 .li-box .li .intro .time {
  color: var(--vi);
}
.broker-info .box5 .li-box .li .intro .h {
  margin-top: 0.45rem;
  color: #111;
  line-height: 1.2;
}
.broker-info .box5 .li-box .li:hover .pic img {
  transform: scale(1.04);
}
.broker-info .box5 .page-box {
  margin-top: 2.65rem;
}

.dialog {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  display: none;
}
.dialog .close-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.dialog .wrap {
  position: absolute;
  top: calc(50% + 1.4rem);
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 0.5rem;
  height: 70%;
  display: flex;
}
.dialog .wrap .close {
  position: absolute;
  top: 1rem;
  right: 1.2rem;
  width: 1.25rem;
  height: 1.25rem;
  background-color: var(--vi);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.dialog .wrap .close img {
  width: 0.5rem;
}
.dialog .wrap .lt {
  width: 38%;
  border-right: 1px solid #cfcfcf;
  padding: 2.9rem 1.6rem 1rem 1.8rem;
}
.dialog .wrap .lt .time {
  color: var(--vi);
}
.dialog .wrap .lt .h {
  margin-top: 0.65rem;
  color: #111;
  line-height: 1.6;
}
.dialog .wrap .lt .txt {
  margin-top: 0.9rem;
  line-height: 2.2;
  color: #666;
}
.dialog .wrap .rt {
  width: 62%;
  height: 100%;
  padding: 2.1rem 1.75rem 0 1.85rem;
}
.dialog .wrap .rt .img-box {
  height: 100%;
  overflow-y: auto;
}
.dialog .wrap .rt .img-box img {
  width: 100%;
  margin-bottom: 1.25rem;
}


.dialogv {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  display: none;
}
.dialogv .close-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.dialogv .wrap {
  position: absolute;
  top: calc(50% + 1.4rem);
  left: 50%;
  transform: translate(-50%, -50%);
  /*background-color: #fff;*/
  /*border-radius: 0.5rem;*/
  height: 70%;
  display: flex;
}

.dialogv .wrap video{width: 100%;height: 100%;object-fit:contain;background-color:#000}

.dialogv .wrap .close {
  position: absolute;
  top: 1rem;
  right: 1.2rem;
  width: 1.25rem;
  height: 1.25rem;
  background-color: var(--vi);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 5;
}
.dialogv .wrap .close img {
  width: 0.5rem;
}

.research {
  padding: 2.5rem 0 5.75rem;
}
.research .tab {
  display: flex;
  gap: 0.5rem;
}
.research .tab a {
  min-width: 4.4rem;
  width: fit-content;
  height: 1.4rem;
  text-align: center;
  line-height: 1.4rem;
  padding: 0 0.7rem;
  border-radius: 1rem;
  color: #111;
  box-shadow: 0 0 0 1px #e3e3e3;
  transition: all 0.4s;
}
.research .tab a:hover, .research .tab a.active {
  background-color: var(--vi);
  color: #fff;
  box-shadow: none;
}
.research .item-box {
  margin-top: 1.25rem;
}
.research .item-box .item {
  display: flex;
}
.research .item-box .item:nth-child(2n) {
  flex-direction: row-reverse;
}
.research .item-box .item:nth-child(2n) .intro {
  padding-top: 3.55rem;
  padding-left: 3.25rem;
  padding-right: 3.25rem;
}
.research .item-box .item .pic {
  width: 50%;
}
.research .item-box .item .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.research .item-box .item .intro {
  width: 50%;
  padding-top: 4rem;
  padding-left: 3.05rem;
  padding-right: 3.75rem;
  padding-bottom: 2.8rem;
}
.research .item-box .item .intro .txt {
  margin-top: 0.65rem;
  color: #666;
  line-height: 1.8;
}
.research .item-box .item .intro .h {
  margin-top: 1.75rem;
  color: #333333;
}
.research .item-box .item .intro .cont {
  margin-top: 0.75rem;
  color: #666666;
  line-height: 1.8;
}
.research .item-box .item .intro .cont p {
  margin-bottom: 0.45rem;
}
.research .item-box .item .intro .cont p:last-child {
  margin-bottom: 0;
}
.research .item-box .item .intro .more {
  margin-top: 3.3rem;
}

.research-list {
  padding: 4rem 0 6.5rem;
}
.research-list .li-box {
  display: flex;
  flex-wrap: wrap;
  gap: 1.75rem 1.25rem;
}
.research-list .li-box .li {
  width: calc((100% - 2.5rem) / 3);
}
.research-list .li-box .li .pic {
  width: 100%;
  aspect-ratio: 560/370;
  border-radius: 0.4rem;
  overflow: hidden;
}
.research-list .li-box .li .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s;
}
.research-list .li-box .li .h {
  margin-top: 0.75rem;
  color: #111;
}
.research-list .li-box .li:hover .pic img {
  transform: scale(1.04);
}

.market {
  padding: 2.5rem 0 5.4rem;
}
.market .tab {
  display: flex;
  gap: 0.5rem;
}
.market .tab a {
  width: fit-content;
  min-width: 4.4rem;
  height: 1.4rem;
  text-align: center;
  line-height: 1.4rem;
  padding: 0 0.7rem;
  border-radius: 1rem;
  color: #111;
  box-shadow: 0 0 0 1px #e3e3e3;
  transition: all 0.4s;
}
.market .tab a:hover, .market .tab a.active {
  background-color: var(--vi);
  color: #fff;
  box-shadow: none;
}
.market .li-box {
  margin-top: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 1.25rem;
}
.market .li-box .li {
  width: calc((100% - 2.5rem) / 3);
  border-radius: 0.4rem;
  overflow: hidden;
  box-shadow: 0.25rem 0.25rem 1.1rem rgba(0, 0, 0, 0.07);
  background-color: #fffaf9;
}
.market .li-box .li .pic {
  width: 100%;
  aspect-ratio: 560/360;
  border-radius: 0.4rem;
  overflow: hidden;
}
.market .li-box .li .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s;
}
.market .li-box .li .intro {
  width: 100%;
  padding: 1.5rem 0.95rem 1.1rem;
}
.market .li-box .li .intro .time {
  color: var(--vi);
}
.market .li-box .li .intro .h {
  margin-top: 0.7rem;
  color: #111;
  line-height: 1.6;
  height: 3.2em;
  overflow: hidden;
  transition: all 0.4s;
}
.market .li-box .li .intro .h a, .market .li-box .li .intro .txt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.market .li-box .li .intro .txt {
  margin-top: 0.4rem;
  color: #666666;
  line-height: 1.8;
  height: 3.6em;
}
.market .li-box .li:hover .pic img {
  transform: scale(1.04);
}
.market .li-box .li:hover .intro .h {
  color: var(--vi);
}
.market .page-box {
  margin-top: 2.55rem;
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 999;
  background-color: #fff;
  overflow: hidden;
  display: none;
}
.loading .light {
  position: absolute;
  width: 86%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.loading .light img {
  width: 100%;
}
.loading .content {
  position: absolute;
}

.login_con{
    position: relative;
    width: 100%;
    height: 100vh;
    background: url(../img/lo_bj.jpg)no-repeat center;
    background-size: cover;
}
.news-info .box1 .rt section {
    width: 100%!important;
}
.qrcode-dialog {
    position: fixed;
    background: rgba(0,0,0,.5);
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
#qrcode-dialog-img {
    width: auto;
    max-width: 300px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.login_con .top{display: flex;justify-content: center;align-items: center;padding:0.7rem 0;}
.login_con .top img{width: 5.25rem;}
.login_con .cons{position: absolute;top: 55%;right: 1.75rem;transform:translateY(-50%);}
.login_con .cons .con{width: 14.75rem;padding: 1.25rem;background-color: #FFFAF9;border-radius: 0.4rem;display:none}
.login_con .cons .con.on{display: block;}
.login_con .cons .con .backhome{display: flex;align-items: center;color:#333;font-weight:500;margin-bottom:1.2rem}
.login_con .cons .con .backhome img{width: 0.45rem;margin-right: 0.2rem;}
.login_con .cons .con .h{color: #333;margin-bottom: 0.4rem;font-weight: 500;line-height: 1.4;margin-bottom:0.75rem;}
.login_con .cons .con .h span{color: #E83E13;}
.login_con .cons .con .h_1{color: #333;font-weight: 500;margin-bottom: 0.9rem;}
.login_con .cons .con .tel{display: flex;align-items: center;margin-bottom:0.5rem}
.login_con .cons .con .tel .icon{width: 2rem;margin-right: 0.4rem;}
.login_con .cons .con .tel .icon img{width: 100%;}
.login_con .cons .con .tel .p{color: #999;font-weight: 400;margin-bottom: 0;}
.login_con .cons .con .tel .h_2{color: #333;font-weight: 500;}
.login_con .cons .con .p_1{color: #666;font-weight: 400;margin-bottom: 2.4rem;}
.login_con .cons .con .tocon1{color: #333;font-weight: 400;cursor:pointer;}
.login_con .cons .con .tocon1 span{color: #E83E13;}

.login_con .cons .con form .input{margin-bottom: 0.8rem;}
.login_con .cons .con form .input .name{display: flex;align-items: center;margin-bottom: 0.35rem;color:#333;font-weight:400;}
.login_con .cons .con form .input .name img{width: 0.28rem;margin-right: 0.25rem;}
.login_con .cons .con form .input input{width: 100%;line-height: 1.6rem;border-radius: 0.2rem;padding:0 0.5rem;border:1px solid #ffffff;}
.login_con .cons .con form .input input:focus{border:1px solid #E83E13;}
.login_con .cons .con form .bottom{display: flex;justify-content: space-between;margin-bottom:1rem;color:#333}
.login_con .cons .con form .bottom span{color: #E83E13;}
.login_con .cons .con form .bottom .btn1{cursor: pointer;}
.login_con .cons .con form input[type="submit"]{width: 100%;line-height: 1.4rem;border-radius: 0.7rem;color: #ffffff;text-align: center;background-color: #E83E13;}

/*# sourceMappingURL=style.css.map */