﻿.wrap {
  width: 16.14rem;
  margin: 0 auto;
}
.wrap2 {
  width: 14.33rem;
  margin: 0 auto;
}
header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 1.4rem;
  z-index: 99999;
  transition: 0.3s;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.4) 40%,
    transparent 100%
  );
}

header.up {
  transform: translateY(0);
}

header.down {
  transform: translateY(-1.4rem);
}

header.active {
  background-color: rgba(0, 0, 0, 0.3);
}

header .wrap {
  height: 100%;
  display: flex;
  align-items: center;
}

header .wrap .logo {
  width: 0.83rem;
}

header .wrap .logo img {
  width: 100%;
  display: block;
}

header .wrap .header-navs {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
}

header .wrap .header-navs li {
  position: relative;
}

header .wrap .header-navs li.active::after {
  width: 100%;
}

header .wrap .header-navs li:hover::after {
  width: 100%;
}

header .wrap .header-navs li::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background-color: #d11f1b;
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.15rem;
  transition: 0.3s;
}

header .wrap .header-navs li:not(:last-child) {
  margin-right: 0.9rem;
}

header .wrap .header-navs li a {
  font-size: 0.18rem;
  color: #fff;
  font-weight: bold;
}

header .wrap .language-box {
  margin-left: auto;
}

header .wrap .language-box a {
  display: flex;
  align-items: center;
  font-size: 0.18rem;
  font-weight: bold;
  color: #fff;
}

header .wrap .language-box img {
  width: 0.26rem;
  margin-right: 0.1rem;
}

.banner {
  position: relative;
  height: 100vh;
}

.banner .swiper {
  height: 100%;
}

.banner .swiper .bannerbg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner .swiper .wrap {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.banner .swiper .wrap h1 {
  font-size: 0.6rem;
  /* color: #fff; */
  text-align: center;
  margin-bottom: 0.4rem;
}

.banner .swiper .wrap p {
  width: 10rem;
  font-size: 0.18rem;
  /* color: #fff; */
  line-height: 1.8em;
  text-align: center;
}

.banner .ban-pagination {
  position: absolute;
  top: 50%;
  left: 1.6rem;
  transform: translateY(-50%);
  z-index: 3;
}

.banner .ban-pagination ul li {
  width: auto;
  height: auto;
  border-radius: unset;
  background: unset;
  opacity: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.banner .ban-pagination ul li:not(:last-child) {
  margin-bottom: 0.2rem;
}

.banner .ban-pagination ul li.swiper-pagination-bullet-active .line {
  width: 0.3rem;
  margin-right: 0.15rem;
}

.banner .ban-pagination ul li.swiper-pagination-bullet-active .circle {
  border: 2px solid #d11f1b;
  color: #d11f1b;
  width: 0.4rem;
  height: 0.4rem;
}

.banner .ban-pagination ul li .line {
  width: 0;
  height: 0.03rem;
  margin-right: 0;
  background-color: #d11f1b;
  transition: 0.3s;
}

.banner .ban-pagination ul li .circle {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  font-size: 0.14rem;
  font-weight: bold;
}

.banner .mouse-bz {
  /* position: absolute; */
  position: fixed;
  z-index: 3;
  right: 1rem;
  bottom: 1.9rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  -webkit-filter: drop-shadow(0 0 5px #ffffff);
  filter: drop-shadow(0 0 5px #ffffff);
}

.banner .mouse-bz .line {
  width: 2px;
  height: 2.8rem;
  background-color: #d11f1b;
  margin-bottom: 0.15rem;
  margin-right: 0.2rem;
}

.banner .mouse-bz .mb-right {
  display: flex;
  align-items: center;
}

.banner .mouse-bz .mb-right p {
  font-size: 0.14rem;
  font-weight: bold;
  /* color: #fff; */
  margin-right: 0.15rem;
}

.banner .mouse-bz .mb-right .circle {
  border: 2px solid #d11f1b;
  color: #d11f1b;
  width: 0.4rem;
  height: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.banner .mouse-bz .mb-right .circle img {
  width: 0.16rem;
}

.banner2 {
  position: relative;
  height: 100vh;
  padding-top: 1.4rem;
}

.banner2 .bannerbg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner2 .wrap {
  position: relative;
  z-index: 2;
  height: 100%;
}

.banner2 .wrap .check-box {
  width: 100%;
  /* background-color: rgba(0, 0, 0, 0.3); */
  height: 90%;
  padding-top: 0.64rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* color: #fff; */
}

.banner2 .wrap .check-box.contact-box .line {
  margin-bottom: 1.1rem;
}

.banner2 .wrap .check-box h2 {
  font-size: 0.3rem;
}

.banner2 .wrap .check-box > p {
  font-size: 0.13rem;
  color: #999999;
  margin: 0.2rem 0;
}

.banner2 .wrap .check-box .line {
  width: 1.7rem;
  height: 1px;
  background-color: #000;
  margin-bottom: 2rem;
}

.banner2 .wrap .check-box .search-box {
  display: flex;
}

.banner2 .wrap .check-box .search-box .input-box {
  display: flex;
  align-items: center;
  width: 5.7rem;
  height: 0.5rem;
  border: 1px solid #000;
  padding: 0 0.15rem;
  margin-right: 0.2rem;
}

.banner2 .wrap .check-box .search-box .input-box input {
  height: 100%;
  flex: 1;
  background: none;
  border: none;
  outline: none;
  color: #000;
}

.banner2 .wrap .check-box .search-box .input-box img {
  width: 0.27rem;
  margin-left: 0.3rem;
  display: none;
}

.banner2 .wrap .check-box .search-box .check-btn:hover {
  opacity: 0.8;
}

.banner2 .wrap .check-box .search-box .check-btn a {
  width: 1.7rem;
  height: 0.5rem;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.14rem;
}

.banner2 .wrap .check-box .contactnr-box {
  width: 100%;
  padding: 0 1.3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.banner2 .wrap .check-box .contactnr-box .form-box .input-item {
  width: 5.7rem;
  border: 1px solid #fff;
  margin-bottom: 0.25rem;
}

.banner2 .wrap .check-box .contactnr-box .form-box .input-item input {
  width: 100%;
  height: 100%;
  flex: 1;
  background: none;
  border: none;
  outline: none;
  color: #fff;
  height: 0.5rem;
  padding: 0 0.15rem;
  font-size: 0.14rem;
}

.banner2
  .wrap
  .check-box
  .contactnr-box
  .form-box
  .input-item
  input::placeholder {
  color: #fff;
}

.banner2 .wrap .check-box .contactnr-box .form-box .input-item textarea {
  background: none;
  border: none;
  outline: none;
  height: 2.05rem;
  width: 100%;
  resize: none;
  padding: 0.15rem;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.14rem;
  color: #fff;
}

.banner2
  .wrap
  .check-box
  .contactnr-box
  .form-box
  .input-item
  textarea::placeholder {
  color: #fff;
}

.banner2 .wrap .check-box .contactnr-box .form-box button {
  width: 1.7rem;
  height: 0.5rem;
  background-color: #fff;
  border: none;
  outline: none;
  font-size: 0.13rem;
  cursor: pointer;
}

.banner2 .wrap .check-box .lxfs-box .lx-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bottom-address {
  color: #fff;
  text-align: center;
  white-space: nowrap;
}

.bottom-address span {
  padding: 0 0.2rem;
}

.banner2 .wrap .check-box .lxfs-box .lx-item h3 {
  font-weight: normal;
}

.banner2 .wrap .check-box .lxfs-box .lx-item h3:not(:last-child) {
  margin-right: 0.5rem;
}

.banner2 .wrap .check-box .lxfs-box .lx-item:not(:last-child) {
  margin-bottom: 0.4rem;
}

.banner2 .wrap .check-box .lxfs-box .lx-item .lxicon {
  height: 0.2rem;
  width: 0.2rem;
  object-fit: contain;
  filter: brightness(0);
}

.banner2 .wrap .check-box .lxfs-box .lx-item p {
  font-size: 0.13rem;
  color: #fff;
}

.banner2 .wrap .check-box .code-box .img-box {
  width: 0.6rem;
  height: 0.6rem;
  background-color: #fff;
}

.banner2 .wrap .check-box .code-box p {
  text-align: center;
  font-size: 0.12rem;
}

.banner2 .wrap .check-box .code-box .img-box:not(:last-child) {
  margin-bottom: 0.1rem;
}

.banner2 .wrap .check-box .code-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.intro-floor {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 2.4rem;
}

.intro-floor .img-box {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 11.2rem;
  height: 7.3rem;
}

.intro-floor .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.intro-floor .text-box {
  position: relative;
  z-index: 2;
  width: 9.6rem;
  height: 4rem;
  padding-right: 1.6rem;
  background-color: #d11f1b;
  padding-left: 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.intro-floor .text-box p {
  font-size: 0.18rem;
  line-height: 1.8em;
  color: #fff;
  text-indent: 2em;
  margin-bottom: 15px;
  text-align: justify;
}

.floor .title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.floor .title-box .left-title {
  width: 10rem;
}

.floor .title-box .left-title h2 {
  font-size: 0.36rem;
  margin-bottom: 0.3rem;
}

.floor .title-box .left-title p {
  font-size: 0.18rem;
  line-height: 2em;
}

.floor .right-smlbt {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  color: #d11f1b;
}

.floor .right-smlbt p {
  font-size: 0.24rem;
  font-weight: bold;
}

.floor .right-smlbt .line {
  height: 0.04rem;
  background-color: #d11f1b;
  margin-top: 0.1rem;
}

.floor .right-smlbt .line1 {
  width: 0.44rem;
}

.floor .right-smlbt .line2 {
  width: 0.69rem;
}

.db-floor {
  padding-bottom: 1.2rem;
}

.db-floor .wrap .title-box {
  margin-bottom: 0.35rem;
}

.db-floor .wrap .pk-box .fenlei {
  position: relative;
  display: flex;
  align-items: center;
}

.db-floor .wrap .pk-box .fenlei .fl-item {
  padding: 0.35rem 1.65rem;
  flex: 1;
  font-size: 0.24rem;
  color: #666666;
  font-weight: bold;
}

.db-floor .wrap .pk-box .fenlei .fl-left {
  text-align: right;
  border-bottom: 0.04rem solid #d11f1b;
  color: #d11f1b;
}

.db-floor .wrap .pk-box .fenlei .fl-right {
  border-bottom: 0.04rem solid #dcdcdc;
}

.db-floor .wrap .pk-box .fenlei .vs {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.6rem;
  line-height: 1em;
}

.db-floor .wrap .pk-box .pk-xq {
  padding: 0.2rem 0;
}

.db-floor .wrap .pk-box .pk-xq .pk-item {
  display: flex;
  align-items: center;
  padding: 0.25rem 0;
}

.db-floor .wrap .pk-box .pk-xq .pk-item .pi-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc((100% - 1.8rem) / 2);
}

.db-floor .wrap .pk-box .pk-xq .pk-item .pi-item .number {
  font-size: 0.24rem;
}

.db-floor .wrap .pk-box .pk-xq .pk-item .pi-item .jindutiao {
  position: relative;
  overflow: hidden;
  width: 5.4rem;
  height: 0.4rem;
  border-radius: 0.2rem;
  background-color: #f2f2f2;
}

.db-floor .wrap .pk-box .pk-xq .pk-item .canshu {
  width: 1.8rem;
  font-size: 0.24rem;
  text-align: center;
}

.db-floor .wrap .pk-box .pk-xq .pk-item .pi-left .jindu {
  position: absolute;
  right: 0;
  height: 0.4rem;
  border-radius: 0.2rem;
  width: 40%;
  background: linear-gradient(to right, #d3231e, #fe6967);
}

.db-floor .wrap .pk-box .pk-xq .pk-item .pi-right .jindu {
  position: absolute;
  left: 0;
  height: 0.4rem;
  border-radius: 0.2rem;
  width: 40%;
  background: linear-gradient(to right, #d6d5d5, #ababab);
}

.yck-floor {
  padding-top: 0.9rem;
  background: url(../img/yclbg.png) center / cover no-repeat;
}

.yck-floor .wrap .title-box {
  color: #fff;
  margin-bottom: 0.6rem;
}

.yck-floor .wrap .img-box {
  position: relative;
  width: 12rem;
  height: 6.3rem;
  margin: 0 auto;
}

.yck-floor .wrap .img-box .ditu {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.yck-floor .wrap .img-box .didian3 {
  position: absolute;
  left: 5.45rem;
  bottom: 4.25rem;
  width: 0.87rem;
}

.yck-floor .wrap .img-box .didian4 {
  position: absolute;
  left: 6.55rem;
  bottom: 3.88rem;
  width: 0.87rem;
}

.yck-floor .wrap .img-box .didian2 {
  position: absolute;
  right: 0.7rem;
  top: 1.1rem;
  width: 1.05rem;
}

.yck-floor .wrap .img-box .didian1 {
  position: absolute;
  right: 0.5rem;
  bottom: 3.4rem;
  width: 1.96rem;
}

/* 价格趋势 */
.trend-box {
  display: flex;
  flex-direction: column;
  margin-top: -150px;
  width: 100%;
}

.search-trend {
  display: flex;
  justify-content: flex-end;
}

.trend-box .data-search {
  width: 100%;
}

.trend-box .data-search form {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.trend-box .data-search .input-type {
  /* width: 334px; */
  height: 38px;
  /* border: 1px #000000 solid; */
  display: flex;
  /* justify-content: space-between; */
}

.trend-box .data-search .input-type .djqh {
  margin: 0;
  line-height: 38px;
  padding: 0 10px;
  text-align: center;
}

.trend-box .data-search .input-data {
  width: 334px;
  height: 38px;
  border: 1px #000000 solid;
  display: flex;
  justify-content: space-between;
  background: #868888;
}

.trend-box .data-search .input-data button {
  background: #000000;
  color: #ffffff;
  padding: 0px 10px;
  line-height: 38px;
  margin: 0;
  border-width: 0px;
  font-size: 14px;
  cursor: pointer;
}

.trend-box .data-search .input-data button:hover {
  opacity: 0.8;
}

.trend-box .data-search .input-data button::after {
  border-width: 0px;
  background: none;
  box-shadow: none;
}

.trend-box .data-search .data,
.trend-box .data-search .month {
  display: none;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  background: #868888;
}

.trend-box .data-search .data input,
.trend-box .data-search .month input {
  color: #ffffff;
  background: #868888;
  border: 0;
  margin: 0 10px;
  width: 100px;
  font-size: 14px;
}

.trend-box
  .data-search
  .data
  input[type="date"]::-webkit-calendar-picker-indicator,
.trend-box
  .data-search
  .month
  input[type="date"]::-webkit-calendar-picker-indicator {
  /* filter: contrast(500%) brightness(1000%); */
  filter: invert(1);
}

.trend-box .data-search .data input[type="date"]::-webkit-inner-spin-button,
.trend-box .data-search .month input[type="date"]::-webkit-inner-spin-button {
  visibility: hidden;
}

.trend-box
  .data-search
  .data
  input[type="month"]::-webkit-calendar-picker-indicator,
.trend-box
  .data-search
  .month
  input[type="month"]::-webkit-calendar-picker-indicator {
  /* filter: contrast(500%) brightness(1000%); */
  filter: invert(1);
}

.trend-box .data-search .data input[type="month"]::-webkit-inner-spin-button,
.trend-box .data-search .month input[type="month"]::-webkit-inner-spin-button {
  visibility: hidden;
}

.trend-box .data-search.data .data {
  display: flex;
}

.trend-box .data-search.month .month {
  display: flex;
}

.trend-box .trend-tables {
  width: 100%;
  /* background: #ffffff; */
}

.trend-box .trend-tables h4 {
  color: #000000;
  background: #ffffff;
  text-align: center;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  letter-spacing: 2px;
}

.trend-box .trend-tables .table-title {
  color: #000000;
  background: #dbdcdc;
  display: flex;
  text-align: center;
  height: 40px;
  line-height: 40px;
  border: 1px solid #ffffff;
  width: 100%;
}

.trend-box .trend-tables .table-lists {
  color: #ffffff;
  /* background: #ffffff; */
  display: flex;
  text-align: center;
  height: 40px;
  line-height: 40px;
  border: 1px solid #ffffff;
  border-top: 0;
  width: 100%;
}

.trend-box .trend-tables h5 {
  width: 8%;
  display: block;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 2px;
  text-align: center;
}

.trend-box .trend-tables ul {
  display: flex;
  justify-content: space-between;
  width: 92%;
}

.trend-box .trend-tables ul li {
  border-left: 1px solid #ffffff;
  flex: 1;
  font-size: 14px;
  letter-spacing: 1px;
}

.trend-box .chart-trend {
  width: 100%;
  background: #ffffff;
  margin-bottom: 30px;
  padding-top: 30px;
}

.trend-box .trend-tips {
  text-align: right;
  font-size: 12px;
  color: #d11f1b;
  margin-bottom: 35px;
}

.trend-box .chart-trend .myChart {
  width: 100%;
  height: 400px;
}

.detail-box {
  display: flex;
  flex-direction: column;
  margin-top: -150px;
  width: 100%;
}

.detail-box .detail-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.detail-box .detail-top .left-text {
  padding-right: 100px;
}

.detail-box .detail-top .left-text h2 {
  font-weight: normal;
  letter-spacing: 2px;
  margin-bottom: 30px;
}

.detail-box .detail-top .left-text p {
  letter-spacing: 2px;
  line-height: 35px;
}

.detail-box .detail-top .right-photo {
  min-width: 720px;
}

.detail-box .detail-top .right-photo img {
  width: 100%;
}

.detail-box .detail-boxs .flexs {
  display: flex;
  justify-content: space-between;
}

.detail-box .detail-boxs .title {
  width: 100%;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  height: 100px;
  line-height: 100px;
  font-size: 24px;
  letter-spacing: 2px;
  margin: 30px 0;
}

.detail-box .detail-boxs .flexs .messages,
.detail-box .detail-boxs .flexs .jcsjs {
  width: 49%;
}

.detail-box .detail-boxs .flexs .messages p {
  line-height: 50px;
  font-size: 18px;
  letter-spacing: 2px;
}

.detail-box .detail-boxs .flexs .messages ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.detail-box .detail-boxs .flexs .messages ul li img {
  width: 100%;
}

.detail-box .detail-boxs .flexs .messages ul li.messages-pp {
  padding: 10px 0;
}

.detail-box .detail-boxs .flexs .messages ul li.messages-pp .images {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.detail-box .detail-boxs .flexs .messages ul li.messages-pp .images img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.detail-box .detail-boxs .flexs .messages ul li.messages-pp .text {
  font-size: 14px;
  color: #ffffff;
  text-align: center;
}

.detail-box .detail-boxs .flexs .jcsjs ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.detail-box .detail-boxs .flexs .jcsjs ul li {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.detail-box .detail-boxs .flexs .jcsjs ul li h3 {
  width: 100%;
  font-size: 26px;
  text-align: center;
  font-weight: normal;
  line-height: 50px;
  margin-bottom: 5px;
}

.detail-box .detail-boxs .flexs .jcsjs ul li .label {
  width: 100%;
  text-align: center;
  /* margin-right: 30px; */
}

.detail-box .detail-boxs .flexs .jcsjs ul li .value {
  width: 50%;
  text-align: left;
}

.detail-box .detail-boxs .flexs .jcsjs ul li h2 {
  font-size: 18px;
  font-weight: normal;
  line-height: 30px;
  letter-spacing: 2px;
}

.detail-box .detail-boxs .flexs .jcsjs ul li p {
  font-size: 14px;
  font-weight: normal;
  line-height: 30px;
  color: #ffffff;
  /* color: rgba(255, 255, 255, 0.5); */
  letter-spacing: 2px;
}

.detail-box .detail-boxs .flexs .jcsjs ul li .carts {
  width: 100%;
  margin: 30px 0;
  /* display: none; */
}

.detail-box .detail-boxs .flexs .jcsjs ul li .carts .carts-box {
  width: 100%;
  /* border-bottom: 1px solid #666666; */
  height: 380px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.detail-box .detail-boxs .flexs .jcsjs ul li .carts .carts-box .donghua {
  /* box-shadow: inset 0 0 10px 5px #ffffff; */
  background: #ffffff;
  border-radius: 10px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 110px;
  height: 100%;
  position: relative;
}

.detail-box .detail-boxs .flexs .jcsjs ul li .carts .carts-box .donghua > p {
  height: 360px;
  position: absolute;
  left: 0;
  bottom: 5px;
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  z-index: 2;
}

.detail-box .detail-boxs .flexs .jcsjs ul li .carts .carts-box .donghua > p i {
  line-height: normal;
  height: auto;
  font-size: 12px;
  color: #333333;
  /* text-shadow: 0 0 6px #ffffff; */
  font-style: normal;
  letter-spacing: 0;
}

.detail-box .detail-boxs .flexs .jcsjs ul li .carts .carts-box .donghua-box {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  max-width: 100px;
}

.detail-box .detail-boxs .flexs .jcsjs ul li .carts .carts-box .donghua-box b {
  /* background:linear-gradient(90deg,rgba(100, 202, 229, 0.5) 0% , rgba(100, 202, 229, 0.8) 50%  , rgba(100, 202, 229, 0.5) 100% ); */
  background: #d85558;
  border-radius: 10px;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  max-width: 100px;
  height: 0;
  transition: all 3s ease-in-out;
}

.detail-box
  .detail-boxs
  .flexs
  .jcsjs
  ul
  li.active
  .carts
  .carts-box
  .donghua-box
  b {
  /* animation:heightChange 3s ease-in-out 1; */
  height: 100%;
}

.detail-box
  .detail-boxs
  .flexs
  .jcsjs
  ul
  li
  .carts
  .carts-box
  .donghua-box
  b
  > span {
  position: absolute;
  left: 15px;
  top: 0;
  border-top: 1px solid #e19193;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  width: 120px;
  white-space: nowrap;
  line-height: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  height: 18px;
  line-height: 18px;
}

.detail-box
  .detail-boxs
  .flexs
  .jcsjs
  ul
  li
  .carts
  .carts-box
  .donghua-box
  b
  > span
  a {
  color: #ffffff;
  font-size: 14px;
  height: 18px;
  line-height: 18px;
  width: 90px;
  white-space: nowrap;
  text-align: center;
  margin-right: -90px;
}

.detail-box
  .detail-boxs
  .flexs
  .jcsjs
  ul
  li
  .carts
  .carts-box
  .donghua-box
  i
  > span {
  position: absolute;
  right: 0;
  top: 0;
  border-top: 1px solid #e19193;
  color: #e19193;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  width: 120px;
  line-height: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  height: 18px;
  line-height: 18px;
}

.detail-box
  .detail-boxs
  .flexs
  .jcsjs
  ul
  li
  .carts
  .carts-box
  .donghua-box
  i
  > span
  a {
  color: #e19193;
  font-size: 14px;
  height: 18px;
  line-height: 18px;
  width: 90px;
  white-space: nowrap;
  text-align: center;
  margin-left: -90px;
}

.detail-box .detail-boxs .flexs .jcsjs ul li .carts .carts-box .donghua-box i {
  border-radius: 2px 2px 0 0;
  min-width: 100px;
  /* background: rgba(0,0,0,0.5); */
  /* box-shadow: inset 0 0 10px 5px #ffffff; */
  position: relative;
}

.detail-box .detail-boxs .links ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 50px;
  align-items: center;
}

.detail-box .detail-boxs .links ul li {
  width: 12.5%;
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.detail-box .detail-boxs .links ul li.nodata {
  height: 0;
  margin-bottom: 0;
}

.detail-box .detail-boxs .links ul li img {
  width: 50%;
}

footer {
  position: relative;
  z-index: 2;
  padding: 0.45rem;
  background-color: #fff;
}

footer .wrap .footer-top {
  display: flex;
  align-items: center;
  margin-bottom: 0.15rem;
}

footer .wrap .footer-top .logo {
  width: 0.72rem;
}

footer .wrap .footer-top .logo img {
  width: 100%;
  display: block;
}

footer .wrap .footer-top .footer-navs {
  display: flex;
  align-items: center;
}

footer .wrap .footer-top .footer-navs li:not(:last-child) {
  border-right: 1px solid #d2d2d2;
}

footer .wrap .footer-top .footer-navs li a {
  font-size: 0.14rem;
  font-weight: bold;
  padding: 0 0.4rem;
  color: #666666;
}

footer .wrap .footer-top .footer-navs li a:hover {
  color: #d11f1b;
}

footer .wrap .footer-top .app-list {
  margin-left: auto;
  display: flex;
  align-items: center;
}

footer .wrap .footer-top .app-list .al-item {
  position: relative;
  cursor: pointer;
}

footer .wrap .footer-top .app-list .al-item:hover .code {
  opacity: 1;
}

footer .wrap .footer-top .app-list .al-item .code {
  position: absolute;
  top: 0.3rem;
  left: 50%;
  transform: translateX(-50%);
  width: 1rem;
  opacity: 0;
  transition: 0.3s;
}

footer .wrap .footer-top .app-list .al-item:not(:last-child) {
  margin-right: 0.2rem;
}

footer .wrap .footer-top .app-list .al-item .icon {
  height: 0.3rem;
}

footer .wrap .p-box {
  padding-left: 1.12rem;
}

footer .wrap .p-box p {
  font-size: 0.14rem;
  color: #999;
  line-height: 1.8em;
}

footer .wrap .p-box p a {
  color: #999;
}

.fixedbg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1;
}

.scroll-box {
  position: relative;
  z-index: 2;
  padding-top: 1.4rem;
}

.scroll-box .wrap .nr-box {
  /* background-color: rgba(0, 0, 0, 0.3); */
  padding: 0 0.7rem;
  padding-top: 0.64rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
}

.scroll-box .wrap .nr-box h2 {
  font-size: 0.3rem;
}

.scroll-box .wrap .nr-box > p {
  font-size: 0.13rem;
  color: #cccccc;
  margin: 0.2rem 0;
}

.scroll-box .wrap .nr-box .line {
  width: 1.7rem;
  height: 1px;
  background-color: #fff;
  margin-bottom: 2rem;
}

.mengceng {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 9999;
  display: none;
}

.mengceng .img-box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
}

.mengceng .img-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* 这是一个帧动画 */
@keyframes heightChange {
  0% {
    height: 0;
  }

  100% {
    height: 100%;
  }
}

/* 产品详情 */
.cpxq-banner {
  height: 12rem;
  position: relative;
  padding-bottom: 0.8rem;
  display: flex;
  align-items: flex-end;
}
.cpxq-banner .banner-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.cpxq-banner .wrap2 {
  position: relative;
  z-index: 2;
}
.cpxq-banner .wrap2 h1 {
  font-size: 0.6rem;
  margin-bottom: 0.4rem;
}
.cpxq-banner .wrap2 .introbox {
  width: 6.75rem;
  margin-bottom: 0.8rem;
}
.cpxq-banner .wrap2 .introbox p {
  font-size: 0.18rem;
  color: #333333;
  line-height: 2em;
  text-align: justify;
}
.cpxq-banner .wrap2 .introbox p:not(:last-child) {
  margin-bottom: 0.5rem;
}
.cpxq-banner .wrap2 .bofang {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-bottom: 0.9rem;
  width: max-content;
}
.cpxq-banner .wrap2 .bofang:hover p {
  color: #d11f1b;
}
.cpxq-banner .wrap2 .bofang .bfimg-box {
  position: relative;
  width: 0.6rem;
  margin-right: 0.16rem;
}
.cpxq-banner .wrap2 .bofang .bfimg-box img {
  width: 100%;
  display: block;
}
.cpxq-banner .wrap2 .bofang .bfimg-box .wq {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  animation: rotation 2s linear infinite;
}
.cpxq-banner .wrap2 .bofang p {
  font-size: 0.18rem;
  color: #333;
  text-decoration: underline;
}
.cpxq-banner .wrap2 .gg-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cpxq-banner .wrap2 .gg-list .gg-item {
  width: 2.7rem;
  height: 2rem;
  background-color: rgba(255, 255, 255, 0.6);
}
.cpxq-banner .wrap2 .gg-list .gg-item:not(:first-child) {
  border-bottom: 0.06rem solid #fff;
  padding: 0 0.24rem;
  padding-top: 0.35rem;
  padding-right: 0;
}
.cpxq-banner .wrap2 .gg-list .gg-item .duck {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cpxq-banner .wrap2 .gg-list .gg-item .gg-it {
  font-size: 0.18rem;
}
.cpxq-banner .wrap2 .gg-list .gg-item .gg-it:not(:last-child) {
  margin-bottom: 0.3rem;
}
.cpxq-banner .wrap2 .gg-list .gg-item .gg-it .gi-title {
  color: #999999;
  margin-bottom: 0.05rem;
}
.cpxq-floorbox {
  position: relative;
  z-index: 2;
}
.cpxq-floorbox h2 {
  font-size: 0.6rem;
  margin-bottom: 0.9rem;
}
.cpxq-box1 {
  padding-top: 1rem;
}
.cpxq-box1 .change-box {
  display: none;
}
.cpxq-box1 .chart-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.75rem;
}
.cpxq-box1 .chart-box .chart-item {
  width: 4.47rem;
  background-color: #f7f7f7;
  padding-left: 0.7rem;
  padding-top: 0.35rem;
  height: 6rem;
}
.cpxq-box1 .chart-box .chart-item:nth-child(2) .zuobiao,
.cpxq-box1 .chart-box .chart-item:nth-child(1) .zuobiao {
  height: 4.5rem;
}
.cpxq-box1 .chart-box .chart-item:nth-child(2) .shuju,
.cpxq-box1 .chart-box .chart-item:nth-child(1) .shuju {
  height: 4rem;
}
.cpxq-box1 .chart-box .chart-item .leibie {
  font-size: 0.3rem;
  margin-bottom: 0.3rem;
}
.cpxq-box1 .chart-box .chart-item .leibie span {
  font-size: 0.14rem;
}
.cpxq-box1 .chart-box .chart-item .zuobiao {
  position: relative;
  width: 3.1rem;
  height: 4.5rem;
  border-bottom: 0.02rem solid #000;
  border-left: 0.02rem solid #000;
}
.cpxq-box1 .chart-box .chart-item .xrais .line {
  position: absolute;
  left: 0;
  height: 0.02rem;
  background-color: #000;
  width: 0.1rem;
}
.cpxq-box1 .chart-box .chart-item .xrais .line .num {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.18rem;
  font-size: 0.12rem;
}
.cpxq-box1 .chart-box .chart-item .xrais .line:nth-child(even) {
  width: 0.05rem;
}
.cpxq-box1 .chart-box .chart-item .xrais .line:nth-child(1) {
  bottom: -0.02rem;
}
.cpxq-box1 .chart-box .chart-item .xrais .line:nth-child(2) {
  bottom: 0.18rem;
}
.cpxq-box1 .chart-box .chart-item .xrais .line:nth-child(3) {
  bottom: 0.38rem;
}
.cpxq-box1 .chart-box .chart-item .xrais .line:nth-child(4) {
  bottom: 0.58rem;
}
.cpxq-box1 .chart-box .chart-item .xrais .line:nth-child(5) {
  bottom: 0.78rem;
}
.cpxq-box1 .chart-box .chart-item .xrais .line:nth-child(6) {
  bottom: 0.98rem;
}
.cpxq-box1 .chart-box .chart-item .xrais .line:nth-child(7) {
  bottom: 1.18rem;
}
.cpxq-box1 .chart-box .chart-item .xrais .line:nth-child(8) {
  bottom: 1.38rem;
}
.cpxq-box1 .chart-box .chart-item .xrais .line:nth-child(9) {
  bottom: 1.58rem;
}
.cpxq-box1 .chart-box .chart-item .xrais .line:nth-child(10) {
  bottom: 1.78rem;
}
.cpxq-box1 .chart-box .chart-item .xrais .line:nth-child(11) {
  bottom: 1.98rem;
}
.cpxq-box1 .chart-box .chart-item .xrais .line:nth-child(12) {
  bottom: 2.18rem;
}
.cpxq-box1 .chart-box .chart-item .xrais .line:nth-child(13) {
  bottom: 2.38rem;
}
.cpxq-box1 .chart-box .chart-item .xrais .line:nth-child(14) {
  bottom: 2.58rem;
}
.cpxq-box1 .chart-box .chart-item .xrais .line:nth-child(15) {
  bottom: 2.78rem;
}
.cpxq-box1 .chart-box .chart-item .xrais .line:nth-child(16) {
  bottom: 2.98rem;
}
.cpxq-box1 .chart-box .chart-item .xrais .line:nth-child(17) {
  bottom: 3.18rem;
}
.cpxq-box1 .chart-box .chart-item .xrais .line:nth-child(18) {
  bottom: 3.38rem;
}
.cpxq-box1 .chart-box .chart-item .xrais .line:nth-child(19) {
  bottom: 3.58rem;
}
.cpxq-box1 .chart-box .chart-item .xrais .line:nth-child(20) {
  bottom: 3.78rem;
}
.cpxq-box1 .chart-box .chart-item .xrais .line:nth-child(21) {
  bottom: 3.98rem;
}
.cpxq-box1 .chart-box .chart-item .shuju {
  position: absolute;
  bottom: 0;
  width: 0.6rem;
  height: 2rem;
}
.cpxq-box1 .chart-box .chart-item .shuju .name {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.14rem;
  color: #999999;
  bottom: -0.3rem;
  width: max-content;
}
.cpxq-box1 .chart-box .chart-item .shuju .jindu {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.cpxq-box1 .chart-box .chart-item .shuju .jindu .jindu-ys {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.cpxq-box1 .chart-box .chart-item .shuju .jindu .number {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -0.2rem;
  font-size: 0.12rem;
  color: #333;
}
.cpxq-box1 .chart-box .chart-item .shuju.mr-shuju {
  left: 1.85rem;
}
.cpxq-box1 .chart-box .chart-item .shuju.mr-shuju .jindu .jindu-ys {
  background-color: #999999;
}
.cpxq-box1 .chart-box .chart-item .shuju.zs-shuju {
  left: 0.55rem;
}
.cpxq-box1 .chart-box .chart-item .shuju.zs-shuju.active .jindu .jindu-ys {
  height: 100%;
}
.cpxq-box1 .chart-box .chart-item .shuju.zs-shuju .jindu .jindu-ys {
  background-color: #d11f1b;
  height: 0;
  transition: 2s ease-out;
}
.cpxq-box1 .chart-box .chart-item .shuju.zs-shuju .name {
  color: #d11f1b;
}
.cpxq-box1 .sj-list {
  display: flex;
  justify-content: space-between;
}
.cpxq-box1 .sj-list .sj-item {
  width: 2rem;
  height: 2rem;
  border: 1px solid #000;
  padding-top: 0.2rem;
  padding-left: 0.24rem;
}
.cpxq-box1 .sj-list .sj-item .icon-box {
  width: 0.5rem;
  height: 0.5rem;
  margin-bottom: 0.2rem;
}
.cpxq-box1 .sj-list .sj-item .icon-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cpxq-box1 .sj-list .sj-item p {
  font-size: 0.18rem;
  color: #333;
  margin-bottom: 0.15rem;
}
.cpxq-box1 .sj-list .sj-item .cankao {
  font-size: 0.14rem;
  color: #999999;
}
.cpxq-box2 {
  padding-top: 1rem;
  padding-bottom: 1.25rem;
}
.cpxq-box2 .swiper .swiper-btn::after {
  color: #999999;
  font-size: 0.3rem;
  font-weight: bold;
}
.cpxq-box2 .swiper .swiper-button-prev {
  left: 0;
}
.cpxq-box2 .swiper .swiper-button-next {
  right: 0;
}
.cpxq-box2 .swiper .swiper-slide {
  padding: 0 0.45rem;
}
.cpxq-box2 .swiper .swiper-slide img {
  width: 100%;
  display: block;
}
.cpxq-floor2 {
  background-color: #f8f8f8;
}
.cpxq-box3 {
  padding-top: 1rem;
  padding-bottom: 0.4rem;
}
.cpxq-box3 .swiper .swiper-btn::after {
  color: #999999;
  font-size: 0.3rem;
  font-weight: bold;
}
.cpxq-box3 .swiper .swiper-button-prev {
  left: 0;
}
.cpxq-box3 .swiper .swiper-button-next {
  right: 0;
}
.cpxq-box3 .swiper .swiper-slide {
  padding: 0 0.2rem;
  gap: 0;
}
.cpxq-box3 .swiper .swiper-slide .zz-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2rem;
  cursor: pointer;
}
.cpxq-box3 .swiper .swiper-slide .zz-item:hover .text-box {
  transform: scale(1);
}
.cpxq-box3 .swiper .swiper-slide .zz-item .text-box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 0.16rem;
  padding: 0 0.15rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: justify;
  line-height: 1.6em;
  transform: scale(0);
  transition: 0.3s;
}
.cpxq-box3 .swiper .swiper-slide .zz-item img {
  max-width: 80%;
height:100%;
object-fit:contain;
  display: block;
}
.cpxq-box4 {
  padding-top: 1rem;
  padding-bottom: 0.35rem;
}
.cpxq-box4 .xx-list {
  display: flex;
  margin-bottom: 0.9rem;
}
.cpxq-box4 .xx-list .text-box {
  flex: 1;
  background-color: #fff;
  padding: 0.2rem;
}
.cpxq-box4 .xx-list .text-box .img-box {
  height: 1.54rem;
  background-color: #f4f4f4;
  margin-bottom: 0.25rem;
}
.cpxq-box4 .xx-list .text-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cpxq-box4 .xx-list .text-box .text {
  padding: 0 0.1rem;
}
.cpxq-box4 .xx-list .text-box .text h3 {
  font-size: 0.24rem;
  margin-bottom: 0.2rem;
}
.cpxq-box4 .xx-list .text-box .text p {
  font-size: 0.18rem;
  text-align: justify;
  line-height: 1.8em;
}
.cpxq-box4 .xx-list .ppimg-box {
  width: 5.2rem;
  height: 4.8rem;
  margin-left: 0.3rem;
  overflow: hidden;
}
.cpxq-box4 .xx-list .ppimg-box:hover img {
  transform: scale(1.1);
}
.cpxq-box4 .xx-list .ppimg-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.cpxq-box4 .dituwrap .ditu-title {
  text-align: center;
  font-size: 0.18rem;
  color: #999;
  margin-bottom: 0.9rem;
}
.cpxq-box4 .ditu-box {
  position: relative;
  width: 15.3rem;
  margin-left: -0.5rem;
}
.cpxq-box4 .ditu-box .ditu {
  max-width: 100%;
}
.cpxq-box4 .ditu-box .jt-box .jiantou {
  position: absolute;
}
.cpxq-box4 .ditu-box .jt-box .jiantou:nth-child(1) {
  width: 0;
  height: 3.04rem;
  bottom: 4.36rem;
  right: 3.4rem;
  background: url(../img/cpxq/jiantou1.png) no-repeat;
  background-position: right;
}
.cpxq-box4 .ditu-box .jt-box .jiantou:nth-child(1).active {
  animation: long1 2s linear forwards;
}
.cpxq-box4 .ditu-box .jt-box .jiantou:nth-child(2) {
  width: 0;
  height: 1.48rem;
  bottom: 4.25rem;
  right: 3.35rem;
  background: url(../img/cpxq/jiantou2.png) no-repeat;
  background-position: right;
}
.cpxq-box4 .ditu-box .jt-box .jiantou:nth-child(2).active {
  animation: long2 2s linear forwards;
}
.cpxq-box4 .ditu-box .jt-box .jiantou:nth-child(3) {
  width: 0;
  height: 0.51rem;
  bottom: 4.31rem;
  left: 12rem;
  background: url(../img/cpxq/jiantou3.png) no-repeat;
  background-position: left;
}
.cpxq-box4 .ditu-box .jt-box .jiantou:nth-child(3).active {
  animation: long3 2s linear forwards;
}
.cpxq-box4 .ditu-box .jt-box .jiantou:nth-child(4) {
  width: 0;
  height: 0.39rem;
  bottom: 4.1rem;
  left: 12rem;
  background: url(../img/cpxq/jiantou4.png) no-repeat;
  background-position: left;
}
.cpxq-box4 .ditu-box .jt-box .jiantou:nth-child(4).active {
  animation: long4 2s linear forwards;
}
.cpxq-box4 .ditu-box .jt-box .jiantou:nth-child(5) {
  width: 0;
  height: 2.05rem;
  bottom: 1.95rem;
  left: 12rem;
  background: url(../img/cpxq/jiantou5.png) no-repeat;
  background-position: left;
}
.cpxq-box4 .ditu-box .jt-box .jiantou:nth-child(5).active {
  animation: long5 2s linear forwards;
}
.cpxq-box4 .ditu-box .bz-box .dz {
  position: absolute;
}
.cpxq-box4 .ditu-box .bz-box .dz:nth-child(1) {
  left: 2.15rem;
  top: 1.7rem;
}
.cpxq-box4 .ditu-box .bz-box .dz:nth-child(2) {
  left: 8.25rem;
  top: 1.9rem;
}
.cpxq-box4 .ditu-box .bz-box .dz:nth-child(3) {
  right: 2.1rem;
  top: 2.82rem;
}
.cpxq-box4 .ditu-box .bz-box .dz:nth-child(4) {
  right: 2.18rem;
  bottom: 1.3rem;
}
.cpxq-box4 .ditu-box .bz-box .dz:nth-child(5) {
  right: 3.26rem;
  top: 3.22rem;
}
.cpxq-box4 .phoneditu {
  max-width: 100%;
  display: none;
}
.cpxq-box5 {
  padding-top: 1rem;
  padding-bottom: 0.65rem;
}
.cpxq-box5 .zs-box {
  display: flex;
  align-items: center;
}
.cpxq-box5 .zs-box .video-box {
  width: 10.8rem;
  height: 7.2rem;
  position: relative;
  margin-left: 0.55rem;
}
.cpxq-box5 .zs-box .video-box .videoimg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cpxq-box5 .zs-box .video-box .bofang {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.cpxq-box5 .zs-box .video-box .bofang .bfimg-box {
  position: relative;
  width: 0.6rem;
  margin-bottom: 0.1rem;
}
.cpxq-box5 .zs-box .video-box .bofang .bfimg-box img {
  width: 100%;
  display: block;
}
.cpxq-box5 .zs-box .video-box .bofang .bfimg-box .wq {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  animation: rotation 2s linear infinite;
}
.cpxq-box5 .zs-box .video-box .bofang p {
  color: #fff;
  font-size: 0.18rem;
  text-decoration: underline;
}
.cpxq-box5 .zs-box .text-box {
  flex: 1;
}
.cpxq-box5 .zs-box .text-box p {
  font-size: 0.18rem;
  line-height: 1.8em;
}
.cpxq-box5 .zs-box .text-box p:not(:last-child) {
  margin-bottom: 0.4rem;
}
.cpxq-box6 {
  padding-top: 1rem;
  padding-bottom: 0.9rem;
}
.cpxq-box6 .zn-box {
  background-color: #fff;
  padding: 0.5rem;
}
.cpxq-box6 .zn-box p {
  font-size: 0.18rem;
  line-height: 1.8em;
}
.cpxq-box6 .zn-box p:not(:last-child) {
  margin-bottom: 0.25rem;
}
.cpxq-floor2 {
  position: relative;
}
.cpxq-floor2 .floorbg {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.cpxq-floor2 .floorbg2 {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
.mengceng {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 99999;
  display: none;
}
.mengceng .video-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}
.mengceng .video-box video {
  width: 100%;
  object-fit: contain;
}
.mengceng .video-box .bigimg {
  width: 12.8rem;
}
.mengceng .video-box .bfclose {
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  top: 50%;
  right: -0.7rem;
  transform: translateY(-50%);
  cursor: pointer;
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mengceng .video-box .bfclose:hover img {
  transform: rotate(180deg);
}
.mengceng .video-box .bfclose img {
  width: 0.3rem;
  display: block;
  transition: 0.3s;
}
@keyframes long1 {
  0% {
    width: 0;
  }
  100% {
    width: 9.33rem;
  }
}
@keyframes long2 {
  0% {
    width: 0;
  }
  100% {
    width: 3.55rem;
  }
}
@keyframes long3 {
  0% {
    width: 0;
  }
  100% {
    width: 1.13rem;
  }
}
@keyframes long4 {
  0% {
    width: 0;
  }
  100% {
    width: 0.66rem;
  }
}
@keyframes long5 {
  0% {
    width: 0;
  }
  100% {
    width: 0.97rem;
  }
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.ppList {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.6rem;
}
.ppList li {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.7rem;
}
.ppList li img {
  width: 80%;
  height: 80%;
  object-fit: contain;
  filter: brightness(0) opacity(0.8);
}
.pp-floor {
  padding: 0.9rem 0;
display:none;
}
.cpxq-box7 {
	display:none;
}
