* {
  padding: 0;
  margin: 0;
  text-decoration: none;
  font-family: "微软雅黑";
  outline: none;
  list-style: none;
  -webkit-tap-highlight-color: transparent;
}
.box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type=button],
input[type=submit],
input[type=file],
button {
  cursor: pointer;
  -webkit-appearance: none;
}
.header-top {
  height: 0.7rem;
  line-height: 1.2rem;
  padding: 0 0.8rem;
  background: #efefef;
  text-align: right;
}
.header-top a {
  font-size: 0.16rem;
  line-height: 0.2rem;
  color: #101010;
}
.header-top a:hover {
  color: #1296db;
}
.header-top span {
  margin-left: 0.7rem;
}
.header-top span em {
  font-style: normal;
  font-size: 0.16rem;
}
.header-box {
  height: 0.8rem;
  background: #efefef;
  padding: 0 0.8rem;
}
.header-box .logo {
  float: left;
  margin-right: 0.16rem;
  width: 3.14rem;
  height: 0.8rem;
  text-align: left;
}
.header-box .logo a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 0.8rem;
}
.header-box .logo img {
  width: 95%;
  margin: 0 auto;
}
.header-box .nav-box {
  float: left;
  background: #cecece;
  height: 0.48rem;
  margin-top: 0.16rem;
}
.header-box .nav-box li {
  float: left;
  position: relative;
}
.header-box .nav-box li .childnav {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  z-index: 9999;
  width: 100%;
}
.header-box .nav-box li .childnav a {
  display: block;
  height: 0.4rem;
  line-height: 0.4rem;
  padding: 0 0;
  text-align: center;
  font-size: 0.16rem;
  color: #000;
}
.header-box .nav-box li .childnav a:hover {
  background: #d4f1ff;
  color: #1296db;
}
.header-box .nav-box li .nav1 {
  background-image: url(../img/nav1.png);
}
.header-box .nav-box li .nav2 {
  background-image: url(../img/nav2.png);
}
.header-box .nav-box li .nav3 {
  background-image: url(../img/nav3.png);
}
.header-box .nav-box li .nav4 {
  background-image: url(../img/nav4.png);
}
.header-box .nav-box li .nav5 {
  background-image: url(../img/nav5.png);
}
.header-box .nav-box li .nav6 {
  background-image: url(../img/nav6.png);
}
.header-box .nav-box li .nav7 {
  background-image: url(../img/nav7.png);
}
.header-box .nav-box li:hover .childnav {
  display: block;
}
.header-box .nav-box li > a {
  display: block;
  height: 0.48rem;
  line-height: 0.48rem;
  font-size: 0.2rem;
  padding-left: 0.4rem;
  padding-right: 0.2rem;
  color: #000;
  position: relative;
  background-repeat: no-repeat;
  background-position: 0.15rem center;
  background-size: 0.2rem 0.2rem;
}
.header-box .nav-box li > a::after {
  content: '';
  width: 0;
  height: 0.05rem;
  background: #1296db;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 300ms;
}
.header-box .nav-box li:hover > a {
  color: #1296db;
  background-color: #d4f1ff;
  background-repeat: no-repeat;
  background-position: 0.15rem center;
  background-size: 0.2rem 0.2rem;
}
.header-box .nav-box li:hover > a::after {
  width: 100%;
}
.header-box .nav-box li:hover > .nav1,
.header-box .nav-box .nav1.on {
  background-image: url(../img/nav1-1.png);
}
.header-box .nav-box li:hover > .nav2,
.header-box .nav-box .nav2.on {
  background-image: url(../img/nav2-1.png);
}
.header-box .nav-box li:hover > .nav3,
.header-box .nav-box .nav3.on {
  background-image: url(../img/nav3-1.png);
}
.header-box .nav-box li:hover > .nav4,
.header-box .nav-box .nav4.on {
  background-image: url(../img/nav4-1.png);
}
.header-box .nav-box li:hover > .nav5,
.header-box .nav-box .nav5.on {
  background-image: url(../img/nav5-1.png);
}
.header-box .nav-box li:hover > .nav6,
.header-box .nav-box .nav6.on {
  background-image: url(../img/nav6-1.png);
}
.header-box .nav-box li:hover > .nav7,
.header-box .nav-box .nav7.on {
  background-image: url(../img/nav7-1.png);
}
.header-box .nav-box li > a.on {
  color: #1296db;
  background-color: #d4f1ff;
  background-repeat: no-repeat;
  background-position: 0.15rem center;
  background-size: 0.2rem 0.2rem;
}
.header-box .nav-box li > a.on::after {
  width: 100%;
}
.header-box .searchBox {
  float: right;
}
.header-box .searchBox .searchSmall {
  display: none;
}
.header-box .searchBox .searchipt {
  width: 2.4rem;
  height: 0.3rem;
  margin-top: 0.25rem;
  float: right;
  border: 1px solid #bbb;
  background: #fff;
  overflow: hidden;
  border-radius: 5px;
  position: relative;
  box-sizing: border-box;
}
.header-box .searchBox .searchipt button {
  width: 0.3rem;
  height: 100%;
  line-height: 100%;
  background: none;
  border: none;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.header-box .searchBox .searchipt button img {
  width: 0.2rem;
  height: 0.2rem;
}
.header-box .searchBox .searchipt input {
  display: block;
  height: 100%;
  color: #000;
  width: 2rem;
  padding-left: 0.3rem;
  border: none;
  font-size: 0.14rem;
}
.bannerSwiper {
  width: 100%;
  /*height: 6rem;*/
  background: #efefef;
}
.bannerSwiper .swiper-slide {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.bannerSwiper .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.bannerSwiper .swiper-slide a .font {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}
.bannerSwiper .swiper-slide a .font h3 {
  font-size: 0.48rem;
  color: #fff;
  text-align: right;
}
.bannerSwiper .swiper-slide a .font h4 {
  font-size: 0.4rem;
  color: #fff;
  font-weight: lighter;
  text-align: right;
  margin-top: 0.1rem;
  margin-bottom: 0.1rem;
}
.bannerSwiper .swiper-slide a .font p {
  font-size: 0.14rem;
  width: 4rem;
  text-align: justify;
  color: #fff;
  float: right;
  line-height: 0.24rem;
  height: 1.2rem;
  overflow: hidden;
}
.bannerSwiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.body-container {
  padding: 0 0.1rem;
  margin: 0 auto;
}
.aboutFont {
  padding: 0.3rem 0;
  font-size: 0.14rem;
  line-height: 0.3rem;
  text-align: center;
}
.caseBox {
  padding: 0.17rem 0;
  overflow: hidden;
}
.caseBox .item {
  display: block;
  width: 24%;
  height: 3.8rem;
  float: left;
  margin: 0 0.5%;
  background: #E99D42;
  position: relative;
}
.caseBox .item .pic {
  width: 100%;
  height: 3rem;
  overflow: hidden;
}
.caseBox .item .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
  /* 平滑过渡效果 */
}
.caseBox .item .title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #E99D42;
  height: 0.8rem;
  text-align: center;
  transition: 200ms;
}
.caseBox .item .title p {
  color: #000;
  font-size: 0.24rem;
  font-weight: bold;
  margin-top: 0.1rem;
}
.caseBox .item .title b {
  color: #fff;
  font-size: 0.18rem;
  font-weight: normal;
}
.caseBox .item:hover .pic img {
  transform: scale(1.05);
}
.caseBox .item:hover .title {
  height: 0.95rem;
  color: #1296db;
}
.projectBox {
  width: 100%;
  height: 6rem;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.projectBox .font {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  overflow: hidden;
}
.projectBox .font h3 {
  font-size: 0.48rem;
  color: #000;
  text-align: right;
}
.projectBox .font h4 {
  font-size: 0.4rem;
  color: #000;
  font-weight: lighter;
  text-align: right;
  margin-top: 0.1rem;
  margin-bottom: 0.1rem;
}
.projectBox .font p {
  font-size: 0.14rem;
  width: 4rem;
  text-align: justify;
  color: #000;
  float: right;
  line-height: 0.24rem;
  height: 1.2rem;
  overflow: hidden;
}
.projectBox .font a {
  clear: both;
  display: block;
  width: 2.6rem;
  height: 0.5rem;
  line-height: 0.5rem;
  border: 1px #ccc solid;
  text-align: center;
  font-size: 0.16rem;
  float: right;
  margin-top: 0.5rem;
  color: #000;
  border-radius: 5px;
  transition: 300ms;
}
.projectBox .font a:hover {
  background: #E99D42;
  color: #fff;
  border-color: #E99D42;
}
.designBox {
  width: 100%;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  overflow: hidden;
}
.designBox img {
  display: block;
  width: 100%;
}
.designBox a {
  display: block;
  width: 2.6rem;
  height: 0.5rem;
  line-height: 0.5rem;
  border: 1px #ccc solid;
  text-align: center;
  font-size: 0.16rem;
  float: right;
  margin-top: 0.2rem;
  color: #000;
  border-radius: 5px;
  transition: 300ms;
}
.designBox a:hover {
  background: #E99D42;
  color: #fff;
  border-color: #E99D42;
}
.sectionTitle {
  height: 0.6rem;
  line-height: 0.6rem;
  padding: 1rem 0 0.5rem 0;
  overflow: hidden;
}
.sectionTitle span {
  color: #000;
  font-size: 0.42rem;
  font-weight: bolder;
}
.sectionTitle em {
  font-style: normal;
  color: #000;
  font-size: 0.42rem;
  font-weight: lighter;
  margin-left: 0.4rem;
}
.sectionTitle a {
  font-size: 0.16rem;
  float: right;
  color: #000;
}
.sectionTitle a:hover {
  color: #E99D42;
}
.sectionTitle.center {
  text-align: center;
}
.sectionTitle.right {
  text-align: right;
}
.mySwiper6 {
  width: 100%;
  margin: 0 auto;
  height: 5rem;
}
.mySwiper6 .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}
.mySwiper6 .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  padding-left: 10rem;
}
.mySwiper6 .swiper-slide a .left {
  position: absolute;
  top: 0;
  left: 0;
  width: 10rem;
  height: 5rem;
  align-items: center;
}
.mySwiper6 .swiper-slide a .left img {
  display: block;
  width: 100%;
  height: 100%;
  /*object-fit: cover;*/
}
.mySwiper6 .swiper-slide a .right {
  width: 90%;
  height: 4rem;
  padding: 0 5%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background: #fff;
  overflow-y: auto;
}
.mySwiper6 .swiper-slide a .right .title {
  font-size: 0.28rem;
  color: #000;
  font-weight: bold;
}
.mySwiper6 .swiper-slide a .right .desc {
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #9CA3AF;
  margin-top: 0.2rem;
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 10;
  overflow: hidden;
  text-overflow: ellipsis;
}
.memberBox {
  overflow: hidden;
  padding: 0.3rem 0;
}
.memberBox .item {
  display: block;
  margin: 2% 0;
  background: #101010;
  position: relative;
  border-radius: 20px;
}
.memberBox .item .pic {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 100%;
  overflow: hidden;
  position: absolute;
  bottom: -0.3rem;
  left: 50%;
  margin-left: -0.3rem;
  transition: 200ms;
  border: 1px #ccc solid;
}
.memberBox .item .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.memberBox .item .title {
  padding: 0.5rem 0.4rem;
  text-align: center;
}
.memberBox .item .title h6 {
  font-size: 0.24rem;
  color: #fff;
  font-weight: bold;
  margin-bottom: 0.15rem;
}
.memberBox .item .title b {
  color: #959393;
  display: block;
  font-size: 0.2rem;
  margin-bottom: 0.15rem;
}
.memberBox .item .title p {
  color: #959393;
  font-size: 0.16rem;
  line-height: 0.36rem;
  height: 1.08rem;
  overflow: hidden;
  text-align: center;
}
.memberBox .item:hover .pic {
  bottom: -0.24rem;
}
.designSwiper {
  width: 100%;
}
.designSwiper .swiper-slide {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px #bbb solid;
  border-radius: 10px;
  overflow: hidden;
  box-sizing: border-box;
}
.designSwiper .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}
.designSwiper .swiper-slide .pic {
  width: 100%;
  height:3rem;
  text-align: center;
}
.designSwiper .swiper-slide a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.designSwiper .swiper-slide .font {
  padding: 0.15rem;
  color: #000;
}
.designSwiper .swiper-slide .font .title {
  font-size: 0.2rem;
  height:0.3rem;
  overflow: hidden;
  line-height: 0.3rem;
  margin-bottom: 0.1rem;
  font-weight: bold;
  text-align: left;
}
.designSwiper .swiper-slide .font .desc {
  font-size: 0.16rem;
  line-height: 0.3rem;
  height: 0.6rem;
  overflow: hidden;
  text-align: left;
}
.designSwiper .swiper-slide .font .tip {
  font-size: 0.14rem;
  line-height: 0.3rem;
  overflow: hidden;
  text-align: left;
  color:#9CA3AF;
}
.designSwiper .swiper-slide .font .tip em {
  float: right;
  font-style: normal;
}



.footerBox {
  background: #efefef;
  border-top: 1px #ccc solid;
  margin-top: 0.5rem;
}
.footerBox .foo:last-child {
  margin-top: 0.2rem;
}
.footerBox .foo {
  padding: 0.4rem 0.8rem;
  overflow: hidden;
}
.footerBox .foo p {
  font-size: 0.2rem;
  display: block;
  color: #000;
  line-height: 0.4rem;
}
.footerBox .foo .left {
  float: left;
}
.footerBox .foo .left .itembox {
  overflow: hidden;
}
.footerBox .foo .left .item {
  float: left;
  padding-right: 2rem;
}
.footerBox .foo .left .item p {
  font-size: 0.28rem;
  color: #000;
  font-weight: bold;
  margin-bottom: 0.2rem;
}
.footerBox .foo .left .item a {
  font-size: 0.2rem;
  display: block;
  color: #000;
  line-height: 0.4rem;
}
.footerBox .foo .left .item a:hover {
  color: #E99D42;
}
.footerBox .foo .left .add {
  margin-top: 0.2rem;
}
.footerBox .foo .right {
  float: right;
  overflow: hidden;
}
.footerBox .foo .right .item {
  float: left;
  padding-right: 0.5rem;
}
.footerBox .foo .right .item p {
  font-size: 0.28rem;
  color: #000;
  font-weight: bold;
  margin-bottom: 0.2rem;
}
.footerBox .foo .right .item img {
  width: 1.8rem;
  display: block;
}
.footerBox .copyright {
  font-size: 0.14rem;
  text-align: center;
  color: #000;
  border-top: 1px #ccc solid;
  padding: 0.1rem 0;
}
.footerBox .copyright a {
  color: #000;
  padding: 0 0.1rem;
}
.catpos {
  font-size: 0.2rem;
  margin-top: 0.5rem;
  overflow: hidden;
}
.catpos a {
  display: flex;
  align-items: center;
  /* 垂直居中 */
  color: #333;
  float: left;
}
.catpos a img {
  width: 0.18rem;
  padding-right: 0.05rem;
}
.catpos span {
  display: block;
  float: left;
  color: #333;
  padding: 0 0.15rem;
}
.newsContainer {
  margin-top: 0.74rem;
}
.newsContainer .cattitle {
  font-size: 0.48rem;
  color: #000;
}
.newsContainer .cattitle img {
  width: 0.4rem;
}
.newsContainer .selectBox {
  overflow: hidden;
  margin-top: 0.5rem;
  height: 0.6rem;
  border-bottom: 1px #E8E8E8 solid;
}
.newsContainer .selectBox .nav a {
  display: block;
  float: left;
  font-size: 0.16rem;
  padding-right: 0.6rem;
  color: #000;
  height: 0.6rem;
  line-height: 0.6rem;
  position: relative;
}
.newsContainer .selectBox .nav a::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 0.3rem;
  height: 0.04rem;
  background: #E99D42;
  display: none;
}
.newsContainer .selectBox .nav a.on::after {
  display: block;
}
.newsContainer .selectBox select {
  display: block;
  float: right;
  width: 1.8rem;
  height: 0.4rem;
  font-size: 0.2rem;
  padding: 0 0.1rem;
  margin-top: 0.1rem;
  border-radius: 6px;
  border: 1px solid #bbbbbb;
}
.newsContainer .newsitem ul li {
  padding: 0.5rem 0;
  border-bottom: 1px #E8E8E8 solid;
  position: relative;
  padding-left: 1.8rem;
}
.newsContainer .newsitem ul li .date {
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.8rem;
  height: 0.4rem;
  line-height: 0.4rem;
  margin-top: -0.2rem;
  font-style: normal;
  color: #000;
  font-size: 0.24rem;
  font-weight: lighter;
}
.newsContainer .newsitem ul li a {
  color: #000;
  font-size: 0.24rem;
  font-weight: bold;
}
.newsContainer .newsitem ul li a:hover {
  color: #E99D42;
}
.newsLeft {
  width: 100%;
  margin-top: 0.5rem;
}
.categarytop {
  font-size: 0.28rem;
  line-height: 0.4rem;
  border-bottom: 1px #ccc solid;
  padding: 0.17rem 0;
}
.categarydesc {
  padding: 0.4rem 0;
  font-size: 0.2rem;
  line-height: 0.28rem;
  font-weight: lighter;
}
.categarydesc p {
  padding: 0.1rem 0;
}
.categary ul {
  padding: 0.5rem 0.2rem;
}
.categary ul li {
  padding: 0.05rem 0;
  padding-left: 0.2rem;
  position: relative;
}
.categary ul li a {
  font-size: 0.26rem;
  line-height: 0.6rem;
  color: #101010;
}
.categary ul li::after {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  left: 0;
  top: 50%;
  margin-top: -3px;
  background: #101010;
}
.categary ul li.on a {
  color: #1296db;
}
.categary ul li.on::after {
  background: #1296db;
}
.categary ul li:hover a {
  color: #1296db;
}
.categary ul li:hover::after {
  background: #1296db;
}
.newsRight {
  width: 4rem;
  position: absolute;
  top: 1rem;
  right: 1rem;
}
.newsRight .item {
  padding: 0.3rem 0;
}
.newsRight .item .title {
  font-size: 0.2rem;
  line-height: 0.28rem;
  color: #101010;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
}
.newsRight .item .title:hover {
  color: #1296db;
}
.newsRight .item .desc {
  font-size: 0.16rem;
  line-height: 0.24rem;
  padding: 0.2rem 0;
  font-weight: lighter;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newsRight .item .date {
  font-size: 0.16rem;
  line-height: 0.24rem;
  font-weight: lighter;
}
.newsRight .point {
  font-size: 0.2rem;
  line-height: 0.35rem;
  color: #6c6c6c;
  padding: 0.25rem 0;
}
.newsRight .iptbox input {
  display: block;
  width: 50%;
  padding-left: 0.1rem;
  border: 1px #888 solid;
  height: 0.3rem;
  font-size: 0.14rem;
}
.newsRight .iptbox button {
  width: 1.3rem;
  height: 0.3rem;
  background: #4095E5;
  color: #fff;
  border: none;
  font-size: 0.14rem;
  margin-top: 0.25rem;
}
.news-container {
  padding: 0 6.2rem 0 2.3rem;
  overflow: hidden;
  position: relative;
}
.news-container .newsContent {
  padding-bottom: 0.5rem;
}
.news-container .newsContent .title {
  font-size: 0.28rem;
  line-height: 0.4rem;
  margin-top: 0.4rem;
  font-weight: bold;
  text-align: left;
}
.news-container .newsContent .date {
  line-height: 0.35rem;
  font-size: 0.2rem;
  color: #000;
}
.news-container .newsContent .date span {
  padding-right: 0.26rem;
}
.news-container .newsContent .thumb {
  padding: 0.3rem 0;
}
.news-container .newsContent .thumb img {
  max-width: 100%;
}
.news-container .newsContent .content {
  font-size: 0.2rem;
  line-height: 0.38rem;
  padding: 0.2rem 0;
}
.news-container .newsContent .content p {
  padding: 0.05rem 0;
}
.news-container .newsContent .content img {
  max-width: 100%;
  padding: 0.1rem 0;
}
.news-container .newsAbout {
  padding: 0.4rem 0;
  border-top: 1px #ccc solid;
}
.news-container .newsAbout h6 {
  font-size: 0.28rem;
  line-height: 0.4rem;
  color: #000;
  margin-top: 0.2rem;
  margin-bottom: 0.1rem;
}
.news-container .newsAbout p {
  font-size: 0.2rem;
  line-height: 0.35rem;
  color: #6c6c6c;
}
.news-container .newsAbout a {
  font-size: 0.2rem;
  line-height: 0.35rem;
  color: #4095E5;
}
.pages {
  text-align: center;
  padding: 0.7rem 0.5rem;
}
.pages span,
.pages a {
  font-size: 0.14rem;
  margin: 0 0.05rem;
  padding: 0.05rem 0.15rem;
  display: inline-block;
  border: 1px #dfdfdf solid;
  background: #f6f6f6;
  border-radius: 5px;
  text-align: center;
  color: #666;
}
.pages a:hover {
  background: #E99D42;
  color: #fff;
  border-color: #E99D42;
}
.pages .currer {
  background: #E99D42;
  color: #fff;
  border-color: #E99D42;
}
.inner-container {
  width: 14rem;
  margin: 0 auto;
}
.newsListitem .item {
  border-bottom: 1px #ccc solid;
  padding: 0.3rem 1.6rem 0.3rem 1.5rem;
  position: relative;
}
.newsListitem .item .imgbox {
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.6rem;
}
.newsListitem .item .imgbox img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.newsListitem .item .fontbox {
  width: 100%;
  height: 1.2rem;
  display: block;
  color: #000;
}
.newsListitem .item .fontbox h3 {
  font-size: 0.28rem;
  height: 0.3rem;
  line-height: 0.3rem;
  overflow: hidden;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.newsListitem .item .fontbox p {
  font-size: 0.2rem;
  line-height: 0.35rem;
  height: 0.7rem;
  margin-top: 0.2rem;
  text-align: left;
  color: #9A9A9A;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newsListitem .item .fontbox:hover h3 {
  color: #E99D42;
}
.newsListitem .item .date {
  font-size: 0.2rem;
  width: 1.5rem;
  height: 0.3rem;
  line-height: 0.3rem;
  text-align: center;
  color: #9A9A9A;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.15rem;
}
.pagebox {
  margin-top: 1rem;
  font-size: 0.16rem;
  color: #000;
  overflow: hidden;
}
.pagebox a {
  display: block;
  width: 100%;
  overflow: hidden;
  color: #000;
  font-size: 0.18rem;
  line-height: 0.4rem;
}
.pagebox a:hover {
  color: #E99D42;
}
.wapMore {
  display: none;
}
#formBg {
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  display: none;
}
#formBox {
  display: none;
  position: fixed;
  z-index: 1000;
  width: 7rem;
  height: 90%;
  left: 50%;
  top: 5%;
  bottom: 5%;
  margin-left: -3.5rem;
  background: #fff;
  border: 1px #ccc solid;
  box-shadow: 5px 5px 20px 5px rgba(0, 0, 0, 0.3);
}
#formBox .close {
  position: absolute;
  right: 0;
  top: 0;
  width: 0.5rem;
  height: 0.5rem;
}
#formBox .close img {
  display: block;
  width: 100%;
}
#formBox .formContent {
  padding: 0.5rem;
}
#formBox .formContent .title {
  font-size: 0.36rem;
  color: #101010;
  line-height: 0.5rem;
  padding-bottom: 0.1rem;
  border-bottom: 1px #ccc solid;
  margin-bottom: 0.2rem;
}
#formBox .formContent .title span {
  font-size: 0.28rem;
  padding-left: 0.2rem;
}
#formBox .formContent .iptbox {
  overflow: hidden;
  margin-top: 0.38rem;
}
#formBox .formContent .iptbox label {
  display: block;
  float: left;
  width: 1.2rem;
  font-size: 0.2rem;
  line-height: 0.28rem;
  font-weight: bold;
}
#formBox .formContent .iptbox .div-block {
  margin-left: 1.2rem;
}
#formBox .formContent .iptbox input,
#formBox .formContent .iptbox select {
  width: 1.8rem;
  height: 0.3rem;
  border: 1px #bbb solid;
  padding: 0 0.1rem;
  font-size: 0.14rem;
}
#formBox .formContent .iptbox textarea {
  display: block;
  width: 96%;
  padding: 2%;
  box-sizing: border-box;
  resize: none;
  border: 1px #bbb solid;
  font-size: 0.14rem;
}
#formBox .formContent .iptbox .iptitem {
  margin-bottom: 0.1rem;
}
#formBox .formContent .iptbox .iptitem span {
  font-size: 0.18rem;
  line-height: 0.3rem;
  padding-left: 0.1rem;
}
#formBox .bottomBox {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0.6rem;
  border-top: 1px #ccc solid;
}
#formBox .bottomBox button {
  display: block;
  float: right;
  width: 1.8rem;
  height: 0.4rem;
  margin-top: 0.1rem;
  margin-right: 0.1rem;
  font-size: 0.16rem;
  border: none;
  background: #007aff;
  color: #fff;
}
.dnaaaaSwiper {
  width: 100%;
  height: 6rem;
  background: #efefef;
  border-bottom: 1px #bbb solid;
}
.dnaaaaSwiper .swiper-slide {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.dnaaaaSwiper .swiper-slide .fontbox {
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 0.05rem;
  right: 15%;
  width: 4rem;
  top: 0;
  bottom: 0;
  text-align: left;
  padding: 0.4rem;
}
.dnaaaaSwiper .swiper-slide .fontbox .title {
  font-size: 0.48rem;
  color: #df7a00;
  margin-top: 0.5rem;
  font-weight: bold;
  letter-spacing: 2px;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
}
.dnaaaaSwiper .swiper-slide .fontbox .desc {
  font-size: 0.16rem;
  color: #df7a00;
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
  letter-spacing: 2px;
  font-weight: bold;
}
.dnaaaaSwiper .swiper-slide .fontbox .content {
  font-size: 0.14rem;
  text-align: justify;
  color: #000;
  line-height: 0.3rem;
}
.dnaaaaSwiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dnaaaaSwiper .fontbottom {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 999;
  padding: 0.2rem 0.5rem;
  font-size: 0.4rem;
  font-weight: bold;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.2) 0%, #ffffff 64%);
}
.dnaaaaSection0 {
  width: 95%;
  margin: 0 auto;
}
.dnaaaaSection1 {
  width: 98%;
  margin: 0 auto;
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
  border: 1px #bbb solid;
}
.dnaaaaSection1 .capabilities {
  overflow: hidden;
  padding: 0.5rem 0.5rem 0.5rem 5rem;
  position: relative;
}
.dnaaaaSection1 .capabilities .left {
  border-right: 1px #bbb solid;
  padding: 0 0.5rem;
  width: 2rem;
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  color: #6C6C6C;
}
.dnaaaaSection1 .capabilities .left span {
  display: block;
  font-size: 0.36rem;
  line-height: 0.6rem;
}
.dnaaaaSection1 .capabilities .right {
  width: 100%;
  color: #6C6C6C;
  font-size: 0.3rem;
  line-height: 0.6rem;
  text-indent: 2em;
  text-align: justify;
}
.dnaaaaSection1 .system {
  overflow: hidden;
  padding: 0.1rem;
  margin-bottom: 0.4rem;
}
.dnaaaaSection1 .system .item {
  display: block;
  width: 24%;
  height: 3.4rem;
  float: left;
  margin: 0 0.5%;
  position: relative;
  background: #fff;
  border-radius: 0.1rem;
  overflow: hidden;
}
.dnaaaaSection1 .system .item .pic {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  border-radius: 0.1rem;
  overflow: hidden;
}
.dnaaaaSection1 .system .item .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dnaaaaSection1 .system .item .font {
  position: absolute;
  border: 1px #bbb solid;
  right: 0;
  bottom: 0;
  left: 0;
  top: 2.4rem;
  border-radius: 0.1rem;
  overflow: hidden;
  z-index: 2;
  background: #ffffff;
  transition: top 300ms;
}
.dnaaaaSection1 .system .item .font .top {
  font-size: 0.34rem;
  height: 0.4rem;
  line-height: 0.4rem;
  padding: 0.3rem 0.4rem;
  font-weight: bold;
  color: #000;
}
.dnaaaaSection1 .system .item .font .desc {
  font-size: 0.2rem;
  line-height: 0.44rem;
  padding: 0rem 0.4rem;
  color: #000;
}
.dnaaaaSection1 .system .item .font .desc p {
  position: relative;
  padding-left: 0.2rem;
}
.dnaaaaSection1 .system .item .font .desc p::after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  left: 0;
  top: 50%;
  margin-top: -3px;
  background: #1296db;
}
.dnaaaaSection1 .system .item:hover .font {
  top: 0;
  background: rgba(255, 255, 255, 0.8);
}
.dnaaaaSectiontitle {
  padding: 50px 1%;
  font-size: 0.36rem;
  line-height: 0.6rem;
  color: #6c6c6c;
  text-align: left;
  overflow: hidden;
}
.dnaaaaSectiontitle a {
  font-size: 0.2rem;
  margin-left: 0.5rem;
  color: #6c6c6c;
  float: right;
}
.dnaaaaSectiontitle a:hover {
  color: #E99D42;
}
.dnaaaaSectiontitle.right {
  text-align: right;
}
.dnaaaaSection2 .dnaaaaProBox {
  overflow: hidden;
}
.dnaaaaSection2 .dnaaaaProBox .pic {
  display: block;
  float: left;
  width: 100%;
  height: 4rem;
  border-radius: 0.1rem;
  overflow: hidden;
}
.dnaaaaSection2 .dnaaaaProBox .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.dnaaaaSection2 .dnaaaaProBoxaa {
  overflow: hidden;
}
.dnaaaaSection2 .dnaaaaProBoxaa .pic {
  display: block;
  float: left;
  width: 31.3333%;
  height: 4rem;
  margin: 0 1% 2%;
  border-radius: 0.1rem;
  overflow: hidden;
}
.dnaaaaSection2 .dnaaaaProBoxaa .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.Section3Swiper {
  width: 100%;
  margin: 0 auto;
}
.Section3Swiper .swiper-slide {
  background: #fff;
}
.Section3Swiper .swiper-slide .pic {
  width: 100%;
  /*height: 4rem;*/
  border-radius: 0.1rem;
  overflow: hidden;
}
.Section3Swiper .swiper-slide .pic img {
  display: block;
  width: 100%;
  /*height: 100%;*/
  /*object-fit: cover;*/
}
.Section3Swiper .swiper-slide .name {
  text-align: left;
  font-size: 0.26rem;
  line-height: 0.4rem;
  color: #6c6c6c;
  margin-top: 0.1rem;
}
.contactDnaaaa {
  width: 98%;
  margin: 0 auto;
  border-top: 1px #bbb solid;
  margin-top: 1rem;
  padding: 0.36rem 0 0.85rem;
}
.contactDnaaaa .title {
  font-size: 0.36rem;
  line-height: 0.5rem;
  color: #000;
  font-weight: bold;
  margin-bottom: 0.2rem;
}
.contactDnaaaa p {
  font-size: 0.2rem;
  line-height: 0.4rem;
  font-weight: lighter;
}
.contactDnaaaa p b {
  font-weight: bold;
}
.contactDnaaaa p .pb100 {
  padding-left: 1rem;
}
.contactDnaaaa p a {
  color: #000;
  text-decoration: underline;
}
.contactDnaaaa p a img {
  width: 1rem;
  padding-right: 0.2rem;
}
.contactDnaaaa p a:hover {
  color: #E99D42;
}
.dnaaaaContainer {
  padding: 0.7rem 0.8rem 0;
  padding-left: 4.2rem;
  position: relative;
}
.dnaaaaContainer .left {
  width: 3rem;
  position: absolute;
  left: 0.8rem;
  top: 0.7rem;
}
.dnaaaaContainer .right {
  width: 100%;
}
.dnaaaaContainer .right .box {
  min-height: 500px;
  overflow: hidden;
}
.dnaaaaContainer .right .box .item {
  display: block;
  width: 31.3333%;
  margin: 1%;
  float: left;
}
.dnaaaaContainer .right .box .item .pic {
  height: 3rem;
  overflow: hidden;
}
.dnaaaaContainer .right .box .item .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 300ms;
}
.dnaaaaContainer .right .box .item .title {
  font-size: 0.2rem;
  line-height: 0.3rem;
  margin-top: 0.1rem;
  color: #6c6c6c;
  height: 0.3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
}
.dnaaaaContainer .right .box .item .pic:hover img {
  transform: scale(1.1);
}
.dnaaaaDscontainer {
  /*padding: 0.8rem 1rem;*/
}
.dnaaaaDscontainer .cat {
  font-size: 0.48rem;
  line-height: 0.68rem;
  font-weight: bold;
}
.dnaaaaDscontainer .lct {
  display: block;
  width: 90%;
  max-width: 1400px;
  margin: 5% auto;
}
.dnaaaaDscontainer .catDesc {
  overflow:hidden;
  width:90%;
  margin:0 auto;
}
.dnaaaaDscontainer .catDesc p {
  font-size: 0.24rem;
  line-height: 0.6rem;
  position: relative;
  float:left;
  width:20%;
  padding:0 2% 0 3%;
}
.dnaaaaDscontainer .catDesc p::after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  left: 3%;
  margin-left:10px;
  top: 27px;
  background: #1296db;
  
}
.dnaaaaDscontainer .catDesc p::before{
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  right:0;
  top: 0;
  background: #ccc;
} 
.dnaaaaDscontainer .catDesc p:last-child::before{
    width: 0px;
}
.dnaaaaDscontainer .catDesc p span{
    display:block;
    font-size:0.16rem;
    color:#666;
    line-height: 0.3rem;
}
.dnaaaaDscontainer .DsTable {
  width: 100%;
  /*margin: 0.5rem 0;*/
}
.dnaaaaDscontainer .DsTable .DsBox .left {
  padding: 0.2rem 0;
}
.dnaaaaDscontainer .DsTable .DsBox .left h5 {
  padding-left: 0.7rem;
  font-size: 0.28rem;
  line-height: 0.4rem;
  margin-bottom: 0.2rem;
}
.dnaaaaDscontainer .DsTable .DsBox .left p {
  padding-left: 0.7rem;
  font-size: 0.2rem;
  line-height: 0.5rem;
}
.dnaaaaDscontainer .DsTable .DsBox .right {
  padding: 0.2rem 0;
  width: 5.5rem;
}
.dnaaaaDscontainer .DsTable .DsBox .right img {
  display: block;
  width: 100%;
}
.dnaaaaDscontainer .DsTable .DsBox:first-child .left h5 {
  background: url(../img/01.png) no-repeat left center;
  background-size: 0.4rem;
}
.dnaaaaDscontainer .DsTable .DsBox:nth-child(2) .left h5 {
  background: url(../img/02.png) no-repeat left center;
  background-size: 0.4rem;
}
.dnaaaaDscontainer .DsTable .DsBox:nth-child(3) .left h5 {
  background: url(../img/03.png) no-repeat left center;
  background-size: 0.4rem;
}
.dnaaaaDscontainer .DsTable .DsBox:nth-child(4) .left h5 {
  background: url(../img/04.png) no-repeat left center;
  background-size: 0.4rem;
}
.dnaaaaDscontainer .DsTable .DsBox:nth-child(5) .left h5 {
  background: url(../img/05.png) no-repeat left center;
  background-size: 0.4rem;
}
.print-container {
  padding: 0 0.8rem;
}
.print-container .Section3Swiper .name {
  font-size: 0.2rem;
}
.printPd {
  width: 12rem;
  margin: 0 auto;
}
.openform {
  font-size: 0.2rem;
  line-height: 0.35rem;
  margin-bottom: 0.15rem;
}
.openform a {
  color: #4095E5;
}
.printSystemitem {
  overflow: hidden;
}
.printSystemitem .item {
  display: block;
  width: 32%;
  float: left;
  padding-top: 32%;
  background: #bbb;
  position: relative;
  overflow: hidden;
  border: 1px #bbb solid;
  box-sizing: border-box;
}
.printSystemitem .item .bj_img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  transition: 300ms;
}
.printSystemitem .item .link {
  display: block;
  position: absolute;
  bottom: 2%;
  left: 2%;
  width: 0.6rem;
  z-index: 2;
  transition: 300ms;
}
.printSystemitem .item .title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 0.3rem 0.3rem;
  color: #0F40F5;
  font-weight: bold;
  font-style: italic;
  font-size: 0.36rem;
  z-index: 2;
  background: linear-gradient(90deg, #ffffff 0%, rgba(0, 0, 0, 0.1) 100%);
}
.printSystemitem .item:nth-child(2) {
  margin: 0 2%;
}
.printSystemitem .item:hover .bj_img {
  transform: scale(1.1);
}
.printHonerBox .tabtitle {
  border-bottom: 1px #bbb solid;
  text-align: center;
}
.printHonerBox .tabtitle a {
  font-size: 0.28rem;
  line-height: 0.4rem;
  padding: 0 0.3rem;
  color: #101010;
  position: relative;
}
.printHonerBox .tabtitle a:after {
  content: '';
  position: absolute;
  left: 0.3rem;
  right: 0.3rem;
  bottom: -5px;
  height: 5px;
  background: transparent;
}
.printHonerBox .tabtitle a.on {
  color: #FF9500;
  font-weight: bold;
}
.printHonerBox .tabtitle a.on:after {
  background: #FF9500;
}
.printHonerBox .tabContent {
  margin-top: 0.5rem;
}
.printHonerBox .tabContent .tab {
  display: none;
}
.printHonerBox .tabContent .tab.on {
  display: block;
}
.equipmentswiper {
  width: 100%;
  margin: 0 auto;
}
.equipmentswiper .swiper-slide {
  background: #fff;
  border: 1px #eee solid;
  border-radius: 10px;
  overflow: hidden;
  box-sizing: border-box;
}
.equipmentswiper .swiper-slide .pic {
  width: 100%;
  padding-top: 100%;
  position: relative;
}
.equipmentswiper .swiper-slide .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.equipmentswiper .swiper-slide .font {
  padding: 0.15rem;
}
.equipmentswiper .swiper-slide .font .name {
  text-align: left;
  font-size: 0.22rem;
  color: #000;
  font-weight: bold;
}
.equipmentswiper .swiper-slide .font .type {
  margin-top: 0.1rem;
  font-size: 0.14rem;
  color: #4095E5;
  height:0.2rem;
}
.equipmentswiper .swiper-slide .font .spec {
  margin-top: 0.15rem;
}
.equipmentswiper .swiper-slide .font .spec h6 {
  font-size: 0.18rem;
  color: #000;
  font-weight: bold;
}
.equipmentswiper .swiper-slide .font .spec ul {
  margin-top: 0.1rem;
  padding-left: 0.2rem;
  height:1rem;
  overflow:hidden;
}
.equipmentswiper .swiper-slide .font .spec ul li {
  font-size: 0.18rem;
  line-height: 0.34rem;
  color: #9CA3AF;
  list-style: disc;
}
.equipmentswiper .swiper-slide .font .more {
  margin-top: 0.15rem;
  display: block;
  width: 100%;
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: center;
  background: #4095E5;
  color: #fff;
  font-size: 0.18rem;
  border-radius: 5px;
}
.videoBox {
  overflow: hidden;
}
.videoBox video {
  display: block;
  float: left;
  width: 49%;
  margin-bottom:2%;
}
.videoBox video:nth-child(even) {
  float: right;
}
.cbBox1 {
  overflow: hidden;
}
.cbBox1 .font {
  float: left;
  width: 55%;
  font-size: 0.28rem;
  line-height: 0.5rem;
  color: #6c6c6c;
  text-align: justify;
  padding-top: 0.3rem;
}
.cbBox1 .pic {
  width: 25%;
  float: left;
  margin-left: 5%;
}
.cbBox1 .pic img {
  display: block;
  width: 100%;
}
.cbBox2 {
  overflow: hidden;
}
.cbBox2 span {
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.4);
  display: block;
  float: left;
  width: 19%;
  padding-top: 19%;
  position: relative;
  margin: 0.5%;
  overflow: hidden;
}
.cbBox2 span img {
  display: block;
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cbBox3 {
  overflow: hidden;
}
.cbBox3 .img {
  height: 5rem;
  overflow: hidden;
}
.cbBox3 .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cbBox3 .left {
  width: 49%;
  float: left;
}
.cbBox3 .right {
  width: 49%;
  float: right;
}
.cbBox3 .left1 {
  width: 100%;
  float: left;
}
.cbBox3 .left1 .img {
  overflow: hidden;
}
.cbBox3 .left1 .img img {
  width: auto;
  max-width: 50%;
  float: left;
}
.cbSwiper {
  width: 100%;
  height: 6rem;
  background: #efefef;
}
.cbSwiper .swiper-slide {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.cbSwiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cbSwiper6 {
  width: 100%;
  margin: 0 auto;
  height: 5rem;
  box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.1);
}
.cbSwiper6 .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}
.cbSwiper6 .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  padding-right: 10rem;
}
.cbSwiper6 .swiper-slide a .left {
  width: 90%;
  height: 4rem;
  padding: 0 5%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background: #fff;
  overflow-y: auto;
}
.cbSwiper6 .swiper-slide a .left .title {
  font-size: 0.28rem;
  color: #000;
  font-weight: bold;
}
.cbSwiper6 .swiper-slide a .left .desc {
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #000;
  margin-top: 0.2rem;
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 10;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cbSwiper6 .swiper-slide a .right {
  position: absolute;
  top: 0;
  right: 0;
  width: 10rem;
  height: 5rem;
  align-items: center;
}
.cbSwiper6 .swiper-slide a .right img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cbBox4 {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.cbBox4 .swiper-slide {
  background: #fff;
  border: 1px #bbb solid;
  border-radius: 10px;
  overflow: hidden;
  box-sizing: border-box;
  padding: 30px;
  width: 31.333333%;
  margin: 1%;
  float: left;
}
.cbBox4 .swiper-slide .pic {
  width: 100%;
  height:2.5rem;
  text-align: center;
}
.cbBox4 .swiper-slide .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cbBox4 .swiper-slide .name {
  text-align: left;
  font-size: 0.22rem;
  color: #000;
  font-weight: bold;
  margin-top: 0.15rem;
}
.cbBox4 .swiper-slide .desc {
  font-size: 0.16rem;
  color: #b0b0b0;
  margin: 0.15rem 0;
  height:0.2rem;
  overflow:hidden;
}
.cbBox4 .swiper-slide .point {
  overflow: hidden;
  height:0.2rem;
  overflow:hidden;
}
.cbBox4 .swiper-slide .point span {
  display: block;
  float: left;
  background: #eee;
  font-size: 0.14rem;
  height: 0.3rem;
  line-height: 0.3rem;
  padding: 0 0.1rem;
  border-radius: 0.3rem;
  margin-right: 0.1rem;
}
.cbBox4 .swiper-slide a {
  display: block;
  width: 1rem;
  margin: 0.4rem 0;
  font-size: 0.18rem;
  color: #000;
  background: url(../img/right2.png) no-repeat right center;
  background-size: 0.2rem 0.2rem;
}
.cbBox4 .swiper-slide a:hover {
  color: #1296db;
  background: url(../img/right2-1.png) no-repeat right center;
  background-size: 0.2rem 0.2rem;
}
.caseInfo {
  overflow: hidden;
  padding-right: 4.8rem;
  position: relative;
}
.caseInfo .left {
  width: 100%;
  padding: 0.3rem 0;
  min-height: 500px;
}
.caseInfo .left .card {
  overflow: hidden;
  padding: 0.2rem 0;
  padding-right: 6.5rem;
  position: relative;
}
.caseInfo .left .card .font {
  width: 100%;
}
.caseInfo .left .card .font .title {
  font-size: 0.38rem;
  font-weight: bold;
}
.caseInfo .left .card .font .author {
  font-size: 0.18rem;
  margin-top: 0.2rem;
}
.caseInfo .left .card .font .publish {
  font-size: 0.18rem;
  margin-top: 0.2rem;
}
.caseInfo .left .card .font .desc {
  font-size: 0.16rem;
  line-height: 0.3rem;
  margin-top: 0.3rem;
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.caseInfo .left .card .font .btn {
  overflow: hidden;
  margin-top: 0.5rem;
}
.caseInfo .left .card .font .btn a {
  display: block;
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: center;
  border-radius: 5px;
  font-size: 0.16rem;
  float: left;
  margin-right: 0.15rem;
  border: 1px #ccc solid;
  color: #000;
  padding: 0 0.1rem 0 0.4rem;
  background-color: #eee;
}
.caseInfo .left .card .font .btn a.btn1 {
  background: url(../img/ask1.png) no-repeat 10px center;
  background-size: 0.2rem 0.2rem;
}
.caseInfo .left .card .font .btn a.btn2 {
  background: url(../img/ask2.png) no-repeat 10px center;
  background-size: 0.2rem 0.2rem;
}
.caseInfo .left .card .font .btn a:hover {
  background-color: #e9f2f5;
  border-color: #e9f2f5;
}
.caseInfo .left .card .pic {
  position: absolute;
  top: 0;
  right: 0;
  width: 6rem;
  height: 3.5rem;
  padding: 0.05rem;
  margin: 0.05rem;
  text-align: center;
}
.caseInfo .left .card .pic img {
  max-width: 92%;
  max-height: 92%;
  box-shadow: 0px 5px 5px 1px rgba(0, 0, 0, 0.1);
  border: 5px #fff solid;
}
.caseInfo .left .link {
  overflow: hidden;
}
.caseInfo .left .link .back {
  padding-left: 0.3rem;
  font-size: 0.18rem;
  float: left;
  background: url(../img/left2.png) no-repeat left center;
  background-size: 0.2rem 0.2rem;
  color: #000;
}
.caseInfo .left .link .back:hover {
  background: url(../img/left2-1.png) no-repeat left center;
  background-size: 0.2rem 0.2rem;
  color: #1296db;
}
.caseInfo .left .link .next {
  padding-right: 0.3rem;
  font-size: 0.18rem;
  background: url(../img/right2.png) no-repeat right center;
  background-size: 0.2rem 0.2rem;
  color: #000;
  float: right;
}
.caseInfo .left .link .next:hover {
  background: url(../img/right2-1.png) no-repeat right center;
  background-size: 0.2rem 0.2rem;
  color: #1296db;
}
.caseInfo .right {
  width: 4rem;
  position: absolute;
  top: 1rem;
  right: 0;
}
.cardSpec {
  padding: 0.2rem 0.2rem 0.3rem 0.2rem;
  margin: 0.2rem 0;
  border: 1px #eee solid;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.1);
}
.cardSpec h6 {
  font-size: 0.24rem;
}
.cardSpec .item {
  width: 32.3333333%;
  float: left;
  margin-right: 1%;
  margin-top: 2%;
}
.cardSpec .item b {
  display: block;
  font-size: 0.16rem;
  color: #aaa;
  font-weight: normal;
  margin-bottom: 0.05rem;
}
.cardSpec .item p {
  font-size: 0.18rem;
}
.cardpic {
  padding: 0.2rem 0.2rem 0.3rem 0.2rem;
  margin: 0.2rem 0;
  overflow: hidden;
}
.cardpic h6 {
  font-size: 0.24rem;
}
.cardpic .img {
  display: block;
  float: left;
  border: 1px #bbb solid;
  border-radius: 5px;
  overflow: hidden;
  width: 32%;
  height: 3rem;
  margin: 1% 1% 1% 0;
  text-align: center;
}
.cardpic .img img {
  max-height: 100%;
  max-width: 100%;
}
.carddetail {
  padding: 0.2rem 0.2rem 0.3rem 0.2rem;
  border-radius: 10px;
  overflow: hidden;
  background: #f7f7f7;
}
.carddetail h6 {
  font-size: 0.24rem;
}
.carddetail p {
  font-size: 0.18rem;
  line-height: 0.34rem;
  text-align: justify;
  margin-top: 0.1rem;
}
.bzBox {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}
.bzBox .bzitem {
  overflow: hidden;
}
.bzBox .bzitem .font {
  height: 5rem;
  overflow: hidden;
}
.bzBox .bzitem .font h6 {
  padding: 0 0.37rem;
  font-size: 0.32rem;
  line-height: 0.5rem;
  margin-top: 0.5rem;
  font-weight: lighter;
}
.bzBox .bzitem .font h6 span {
  padding-right: 0.2rem;
}
.bzBox .bzitem .font p {
  padding: 0 0.37rem;
  margin-top: 0.37rem;
  font-size: 0.18rem;
  line-height: 0.35rem;
  text-align: justify;
  width: 80%;
}
.bzBox .bzitem .pic {
  height: 5rem;
}
.bzBox .bzitem .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bzBox .bzitem .left {
  width: 50%;
  float: left;
  overflow: hidden;
}
.bzBox .bzitem .left h6 {
  text-align: right;
}
.bzBox .bzitem .left p {
  float: right;
}
.bzBox .bzitem .right {
  width: 50%;
  float: right;
}
.szfont {
  font-size: 0.2rem;
  line-height: 0.35rem;
  color: #6c6c6c;
}
.szPro {
  overflow: hidden;
}
.szPro .left {
  width: 42%;
  float: left;
}
.szPro .left .item {
  position: relative;
  padding: 0.2rem;
  padding-left: 1rem;
  height: 0.6rem;
  margin-bottom: 0.2rem;
  cursor: pointer;
  border: 1px #fff solid;
  border-radius: 10px;
  overflow: hidden;
}
.szPro .left .item .year {
  position: absolute;
  left: 0.2rem;
  top: 0.2rem;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 0.6rem;
  text-align: center;
  line-height: 0.6rem;
  font-size: 0.2rem;
  font-weight: bold;
  background: #d4f1ff;
  color: #1296db;
}
.szPro .left .item .name {
  font-size: 0.24rem;
  font-weight: bold;
}
.szPro .left .item .add {
  font-size: 0.16rem;
  margin-top: 0.1rem;
  padding-left: 0.2rem;
  background: url(../img/address.png) no-repeat left center;
  background-size: 0.15rem 0.15rem;
}
.szPro .left .item.on {
  background: #e9f8ff;
  border-color: #1296db;
}
.szPro .right {
  width: 50%;
  padding: 2%;
  border-radius: 10px;
  float: right;
  border: 1px #bbb solid;
}
.szPro .right .item {
  display: none;
}
.szPro .right .item .pic img {
  display: block;
  width: 100%;
}
.szPro .right .item .font {
  margin-top: 0.5rem;
}
.szPro .right .item .font .name {
  font-size: 0.3rem;
  font-weight: bold;
}
.szPro .right .item .font .add {
  font-size: 0.18rem;
  margin: 0.2rem 0;
  padding-left: 0.2rem;
  background: url(../img/address.png) no-repeat left center;
  background-size: 0.18rem 0.18rem;
}
.szPro .right .item .font p {
  font-size: 0.18rem;
  line-height: 0.3rem;
}
.szPro .right .item .font h6 {
  font-size: 0.18rem;
  margin: 0.2rem 0;
}
.szPro .right .item .font ul {
  padding-left: 0.2rem;
}
.szPro .right .item .font ul li {
  list-style: disc;
  font-size: 0.18rem;
  line-height: 0.3rem;
}
.szPro .right .item a {
  display: block;
  width: 100%;
  height: 0.5rem;
  line-height: 0.5rem;
  margin-top: 0.2rem;
  font-size: 0.18rem;
  color: #000;
  text-align: center;
  border-radius: 10px;
  background-size: 0.2rem 0.2rem;
  border: 1px #bbb solid;
}
.szPro .right .item a:hover {
  background-color: #d4f1ff;
  border-color: #d4f1ff;
}
.szPro .right .item.on {
  display: block;
}
.szTeacher {
  overflow: hidden;
}
.szTeacher .teacher {
  width: 17%;
  padding: 2%;
  float: left;
  margin: 0 2% 1%;
  background: #F5F5F5;
  border-radius: 14px;
}
.szTeacher .teacher .desc {
  font-size: 0.14rem;
  color: #999;
  line-height: 0.3rem;
  height: 1.2rem;
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
}
.szTeacher .teacher .wapdesc {
  display: none;
}
.szTeacher .teacher .picbox {
  margin-top: 0.6rem;
  overflow: hidden;
}
.szTeacher .teacher .picbox .pic {
  width: 1.3rem;
  height: 1.6rem;
  float: left;
  border-radius: 0.4rem;
  overflow: hidden;
}
.szTeacher .teacher .picbox .pic img {
  display: block;
  width: 100%;
}
.szTeacher .teacher .picbox .name {
  float: left;
  margin-left: 5%;
}
.szTeacher .teacher .picbox .name p {
  font-size: 0.18rem;
  line-height: 0.3rem;
  margin-top: 0.4rem;
  color: #101010;
}
.szTeacher .teacher .picbox .name span {
  display: block;
  font-size: 0.14rem;
  line-height: 0.3rem;
  color: #999;
}
.designHoner .tabitem {
  overflow: hidden;
}
.designHoner .tabitem li {
  float: left;
  padding: 0 0.4rem;
  background: url(../img/honer1.png) no-repeat left center;
  background-size: 0.3rem 0.3rem;
  font-size: 0.3rem;
  font-weight: bold;
  cursor: pointer;
}
.designHoner .tabitem li.on {
  background: url(../img/honer1-1.png) no-repeat left center;
  background-size: 0.3rem 0.3rem;
  color: #1296db;
}
.designHoner .tabContent {
  border: 1px #bbb solid;
  padding: 0.2rem;
  margin-top: 0.3rem;
  border-radius: 10px;
  /*height: 5rem;*/
  overflow-y: auto;
}
.designHoner .tabContent .tabContentitem {
  display: none;
}
.designHoner .tabContent .tabContentitem.on {
  display: block;
}
.designHoner .tabContent .timeLine {
  width: 43%;
  float: left;
}
.designHoner .tabContent .timeLine .top {
  padding: 0 0.4rem;
  background: url(../img/honer1-1.png) no-repeat left center;
  background-size: 0.3rem 0.3rem;
  font-size: 0.3rem;
  font-weight: bold;
  color: #1296db;
  margin-bottom: 0.3rem;
}
.designHoner .tabContent .timeLine .item {
  padding-left: 0.4rem;
  padding-bottom: 0.2rem;
  position: relative;
}
.designHoner .tabContent .timeLine .item .title {
  font-size: 0.2rem;
  height: 0.3rem;
  line-height: 0.3rem;
  font-weight: bold;
}
.designHoner .tabContent .timeLine .item .desc {
  font-size: 0.16rem;
  line-height: 0.24rem;
  color: #333;
}
.designHoner .tabContent .timeLine .item::before {
  content: '';
  position: absolute;
  width: 1px;
  top: 0.07rem;
  left: 0.15rem;
  bottom: -0.07rem;
  background: #bbb;
}
.designHoner .tabContent .timeLine .item::after {
  content: '';
  position: absolute;
  width: 0.16rem;
  height: 0.16rem;
  background: #1296db;
  border-radius: 0.16rem;
  top: 0.07rem;
  left: 0.07rem;
}
.designHoner .tabContent .timeLine .item:last-child::before {
  width: 0;
}
.designHoner .tabContent .picbox {
  width: 55%;
  float: right;
  display: grid;
  gap: 10px;
}
.designHoner .tabContent .picbox span{
    display:block;
}
/* 根据子元素数量动态调整列数 */
.designHoner .tabContent .picbox:has(span:only-child) {
  grid-template-columns: 1fr;
}

.designHoner .tabContent .picbox:has(span:nth-child(2):last-child) {
  grid-template-columns: repeat(2, 1fr);
}

.designHoner .tabContent .picbox:has(span:nth-child(3)) {
  grid-template-columns: repeat(3, 1fr);
}
.designHoner .tabContent .picbox img {
 display:block;
 width:100%;
}
.designFlow {
  padding: 0.5rem 0 0 0;
}
.designFlow img {
  display: block;
  width: 100%;
}
.designFlow .pcimg {
  display: block;
}
.designFlow .wapimg {
  display: none;
}
.design3Swiper {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.design3Swiper .swiper-slide {
  background: #fff;
  width: 14.666666%;
  margin: 1%;
  float: left;
}
.design3Swiper .swiper-slide .pic {
  width: 100%;
  height: 4rem;
  border-radius: 0.1rem;
  overflow: hidden;
}
.design3Swiper .swiper-slide .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.design3Swiper .swiper-slide .name {
  text-align: left;
  font-size: 0.24rem;
  line-height: 0.4rem;
  color: #6c6c6c;
  margin-top: 0.1rem;
}
.designContainer {
  width: 100%;
  /* 网格布局：划分成 3 列，列宽自动适配（fr 单位） */
  display: grid;
  /* 列间距、行间距 */
  grid-gap: 30px;
  /* 响应式：小屏幕时变成 1 列，中等屏幕 2 列，大屏 3 列 */
  grid-template-columns: 1fr 1fr 1fr;
}
.designContainer .card {
  /* 让卡片内部也能灵活排版（比如标题、按钮） */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* 背景图覆盖、居中，保持比例 */
  background-size: cover;
  background-position: center;
  color: #fff;
  border-radius: 0.1rem;
  min-height: 300px;
  position: relative;
  overflow: hidden;
}
.designContainer .card img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: 300ms;
}
.designContainer .card.main {
  /* 大卡片：占据 2 列宽度（仅在屏幕足够宽时生效） */
  grid-column: span 2;
  grid-row: span 2;
}
.designContainer .card:hover img {
  transform: scale(1.1);
}
.designContainer .card h2 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0.5rem;
  line-height: 0.5rem;
  font-size: 0.2rem;
  padding: 0 0.2rem;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.2);
  /* 文字阴影，让浅色文字在彩色背景上更清晰 */
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}
.designList .newsContent {
  padding-bottom: 0.5rem;
}
.designList .newsContent .title {
  font-size: 0.28rem;
  line-height: 0.4rem;
  margin-top: 0.4rem;
  font-weight: bold;
  text-align: left;
}
.designList .newsContent .date {
  line-height: 0.35rem;
  font-size: 0.2rem;
  color: #000;
}
.designList .newsContent .date span {
  padding-right: 0.26rem;
}
.designList .newsContent .thumb {
  padding: 0.3rem 0;
}
.designList .newsContent .thumb img {
  max-width: 100%;
}
.designList .newsContent .content {
  font-size: 0.2rem;
  line-height: 0.38rem;
  padding: 0.2rem 0;
}
.designList .newsContent .content p {
  padding: 0.05rem 0;
}
.designList .newsContent .content img {
  max-width: 100%;
  padding: 0.1rem 0;
}
.designList .left {
  width: 100%;
}
.designList .left .searchBox {
  margin: 0.2rem 0;
  margin-left: 1%;
  overflow: hidden;
}
.designList .left .searchBox input {
  width: 3rem;
  height: 0.5rem;
  border: 1px #bbb solid;
  border-radius: 10px;
  padding: 0 0.15rem;
  font-size: 0.18rem;
  display: block;
  float: left;
  box-sizing: border-box;
}
.designList .left .searchBox button {
  width: 1rem;
  height: 0.5rem;
  border-radius: 10px;
  font-size: 0.18rem;
  display: block;
  float: left;
  margin-left: 0.2rem;
  border: 1px #bbb solid;
  display: flex;
  align-items: center;
  /* 垂直居中 */
  justify-content: center;
}
.designList .left .searchBox button img {
  width: 0.2rem;
}
.designList .left .box {
  min-height: 500px;
  overflow: hidden;
}
.designList .left .box .item {
  display: block;
  width: 31.3333%;
  margin: 0 1% 2%;
  float: left;
  border-radius: 10px;
  box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.designList .left .box .item .pic {
  width: 100%;
  padding-top: 70%;
  overflow: hidden;
  position: relative;
}
.designList .left .box .item .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 300ms;
  position: absolute;
  top: 0;
  left: 0;
}
.designList .left .box .item .font {
  padding: 0.15rem;
  color: #000;
}
.designList .left .box .item .font .title {
  font-size: 0.2rem;
  height:0.3rem;
  line-height: 0.3rem;
  margin-bottom: 0.1rem;
  font-weight: bold;
  overflow:hidden;
}
.designList .left .box .item .font .desc {
  font-size: 0.16rem;
  line-height: 0.3rem;
  height: 0.6rem;
  overflow: hidden;
}
.designList .left .box .item .font .tip {
  font-size: 0.14rem;
  line-height: 0.3rem;
  overflow: hidden;
}
.designList .left .box .item .font .tip em {
  float: right;
  font-style: normal;
}
.designList .left .box .item .pic:hover img {
  transform: scale(1.1);
}
.design-container {
  width: 13rem;
  margin: 0 auto;
  padding: 0.5rem 0;
}
.design-container .main h6 {
  font-size: 0.48rem;
  line-height: 0.68rem;
  margin-bottom: 0.5rem;
}
.design-container .main p {
  font-size: 0.2rem;
  line-height: 0.4rem;
  margin-bottom: 0.2rem;
  text-align: justify;
}
.design-container .link {
  overflow: hidden;
  margin-top: 0.5rem;
}
.design-container .link .back {
  padding-left: 0.3rem;
  font-size: 0.18rem;
  float: left;
  background: url(../img/left2.png) no-repeat left center;
  background-size: 0.2rem 0.2rem;
  color: #000;
}
.design-container .link .back:hover {
  background: url(../img/left2-1.png) no-repeat left center;
  background-size: 0.2rem 0.2rem;
  color: #1296db;
}
.newsNewBox {
  width: 14rem;
  margin: 0 auto;
  padding: 0.5rem 0;
}
.newsNewBox .link {
  overflow: hidden;
}
.newsNewBox .link .back {
  padding-left: 0.3rem;
  font-size: 0.18rem;
  float: left;
  background: url(../img/left2.png) no-repeat left center;
  background-size: 0.2rem 0.2rem;
  color: #000;
}
.newsNewBox .link .back:hover {
  background: url(../img/left2-1.png) no-repeat left center;
  background-size: 0.2rem 0.2rem;
  color: #1296db;
}
.newsNewBox .newTop {
  overflow: hidden;
  display: flex;
  gap: 0.2rem;
  flex-direction: row;
  margin-bottom: 0.5rem;
}
.newsNewBox .newTop .search {
  border: 1px #e5e7eb solid;
  border-radius: 5px;
  height: 0.5rem;
  flex: 1 1 0%;
}
.newsNewBox .newTop .search button {
  width: 0.5rem;
  height: 0.5rem;
  border: none;
  background: url(../img/search.png) no-repeat center center;
  background-size: 0.2rem 0.2rem;
  float: left;
  display: block;
}
.newsNewBox .newTop .search input {
  display: block;
  width: 80%;
  border: none;
  font-size: 0.16rem;
  height: 0.5rem;
}
.newsNewBox .newTop .btns {
  display: flex;
  gap: 0.1rem;
}
.newsNewBox .newTop .btns button {
  height: 0.5rem;
  border: 1px #e5e7eb solid;
  border-radius: 5px;
  padding: 0 0.2rem;
  background: #fff;
  font-size: 0.16rem;
  transition-duration: 0.15s;
}
.newsNewBox .newTop .btns button:hover {
  background: #e5e7eb;
}
.newsNewBox .newTop .btns button.on {
  background: #000;
  color: #fff;
}
.newsNewBox .newTop .btns a {
  color: #000;
}
.newsNewBox .newTop .btns button.on a {
  color: #fff;
}
.newsNewBox .contentBox {
  padding: 0.2rem 0;
}
.newsNewBox .contentBox .thumb {
  width: 100%;
  overflow: hidden;
}
.newsNewBox .contentBox .thumb img {
  display: block;
  max-width: 100%;
  border-radius: 20px;
}
.newsNewBox .contentBox .title {
  font-size: 0.28rem;
  line-height: 0.4rem;
  margin-top: 0.4rem;
  font-weight: bold;
  text-align: left;
}
.newsNewBox .contentBox .tip {
  margin: 0.2rem 0;
}
.newsNewBox .contentBox .tip .date {
  font-size: 0.16rem;
  color: #000;
  background: url(../img/date.png) no-repeat left center;
  background-size: 0.15rem 0.15rem;
  padding-left: 0.2rem;
  margin-right: 0.2rem;
}
.newsNewBox .contentBox .tip .comment {
  font-size: 0.16rem;
  color: #000;
  background: url(../img/comment.png) no-repeat left center;
  background-size: 0.15rem 0.15rem;
  padding-left: 0.2rem;
  margin-right: 0.2rem;
}
.newsNewBox .contentBox .author {
  padding: 0.1rem 0.1rem;
  overflow: hidden;
  width: 2rem;
  background: #eaf3ff;
  border-radius: 5px;
}
.newsNewBox .contentBox .author .tx {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 0.6rem;
  float: left;
  overflow: hidden;
}
.newsNewBox .contentBox .author .tx img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.newsNewBox .contentBox .author .font {
  float: left;
  margin-left: 0.1rem;
}
.newsNewBox .contentBox .author .font .name {
  font-size: 0.18rem;
}
.newsNewBox .contentBox .author .font .desc {
  font-size: 0.14rem;
  margin-top: 0.05rem;
  color: #999898;
}
.newsNewBox .contentBox .content {
  font-size: 0.18rem;
  line-height: 0.34rem;
  padding: 0.2rem 0;
}
.newsNewBox .contentBox .content p {
  padding: 0.05rem 0;
}
.newsNewBox .contentBox .content img {
  max-width: 80%;
  padding: 0.1rem 0;
}
.shareBox {
  border-top: 1px #bbb solid;
  border-bottom: 1px #bbb solid;
  padding: 0.2rem 0;
  margin-bottom: 0.4rem;
}
.shareBox .item {
  margin: 0.15rem 0;
  overflow: hidden;
}
.shareBox .item span {
  font-weight: bold;
  font-size: 0.18rem;
  display: block;
  float: left;
  height: 0.3rem;
  line-height: 0.3rem;
  margin-right: 0.1rem;
}
.shareBox .item a {
  font-size: 0.14rem;
  height: 0.31rem;
  line-height: 0.3rem;
  margin: 0 0.1rem;
  display: block;
  float: left;
}
.shareBox .item a img {
  width: 0.3rem;
}
.shareBox .item em {
  background: #eee;
  font-style: normal;
  padding: 0 0.1rem;
  border-radius: 5px;
  font-size: 0.14rem;
  height: 0.3rem;
  line-height: 0.3rem;
  margin: 0 0.1rem;
  display: block;
  float: left;
}
.relativeBox .title {
  font-size: 0.26rem;
  margin-bottom: 0.2rem;
  font-weight: bold;
}
.relativeBox .articleBox {
  padding: 0.2rem;
  display: flex;
  gap: 0.2rem;
  overflow: hidden;
  flex-direction: row;
  margin-bottom: 0.2rem;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  border: 1px #e5e7eb solid;
  border-radius: 10px;
}
.relativeBox .articleBox .pic {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 10px;
  overflow: hidden;
}
.relativeBox .articleBox .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.relativeBox .articleBox .font {
  flex: 1 1 0%;
}
.relativeBox .articleBox .font h3 {
  font-size: 0.24rem;
  font-weight: bold;
  margin-bottom: 0.05rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.relativeBox .articleBox .font p {
  font-size: 0.18rem;
  margin-bottom: 0.2rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.relativeBox .articleBox .font .top {
  font-size: 0.16rem;
  margin-bottom: 0.2rem;
  background: url(../img/folder.png) no-repeat left center;
  background-size: 0.2rem 0.2rem;
  padding-left: 0.25rem;
  color: #9CA3AF;
}
.relativeBox .articleBox .font .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.relativeBox .articleBox .font .bottom .date {
  font-size: 0.16rem;
  color: #9CA3AF;
  background: url(../img/date.png) no-repeat left center;
  background-size: 0.14rem 0.14rem;
  padding-left: 0.2rem;
}
.relativeBox .articleBox .font .bottom a {
  font-size: 0.16rem;
  color: #1296db;
}
.relativeBox .articleBox .font .bottom a:hover {
  text-decoration: underline;
}
.newGrid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.3rem;
}
.newGrid .col-span-3 {
  grid-column: span 3 / span 3;
}
.newGrid .col-span-1 {
  grid-column: span 1 / span 1;
}
.newGrid .cols {
  overflow: hidden;
  margin-bottom: 0.2rem;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  border: 1px #e5e7eb solid;
  border-radius: 10px;
}
.newGrid .cols .img {
  width: 100%;
  height: 3rem;
}
.newGrid .cols .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.newGrid .cols .font {
  padding: 0.15rem;
}
.newGrid .cols .font h3 {
  font-size: 0.24rem;
  font-weight: bold;
  margin-bottom: 0.05rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newGrid .cols .font p {
  font-size: 0.16rem;
  margin: 0.2rem 0;
  color:#9CA3AF;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newGrid .cols .font .top {
  font-size: 0.16rem;
  margin-bottom: 0.2rem;
  background: url(../img/folder.png) no-repeat left center;
  background-size: 0.2rem 0.2rem;
  padding-left: 0.25rem;
  color: #9CA3AF;
}
.newGrid .cols .font .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.newGrid .cols .font .bottom .date {
  font-size: 0.16rem;
  color: #9CA3AF;
  background: url(../img/date.png) no-repeat left center;
  background-size: 0.14rem 0.14rem;
  padding-left: 0.2rem;
}
.newGrid .cols .font .bottom a {
  font-size: 0.16rem;
  color: #1296db;
}
.newGrid .cols .font .bottom a:hover {
  text-decoration: underline;
}
.newGrid .round {
  overflow: hidden;
  margin-bottom: 0.2rem;
  padding: 0.2rem;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  border: 1px #e5e7eb solid;
  border-radius: 10px;
}
.newGrid .round .title {
  font-size: 0.26rem;
  margin-bottom: 0.2rem;
  font-weight: bold;
}
.newGrid .round ul {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}
.newGrid .round ul li a {
  display: block;
  line-height: 0.5rem;
  font-size: 0.18rem;
  color: #000;
  padding-left: 0.15rem;
}
.newGrid .round ul li.on {
  background: #000 !important;
  border-radius: 5px;
}
.newGrid .round ul li.on a {
  color: #fff !important;
}
.newGrid .round ul li:hover {
  background: #e5e7eb;
  border-radius: 5px;
}
.newGrid .round .newsitem {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}
.newGrid .round .newsitem .space {
  overflow: hidden;
  display: block;
  color: #000;
}
.newGrid .round .newsitem .space .space-span1 {
  width: 30%;
  float: left;
  padding-top: 30%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.newGrid .round .newsitem .space .space-span1 img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.newGrid .round .newsitem .space .space-span2 {
  width: 66%;
  float: right;
}
.newGrid .round .newsitem .space .space-span2 h4 {
  font-size: 0.18rem;
  line-height: 0.3rem;
  height: 0.6rem;
  overflow: hidden;
  font-weight: normal;
  /* 三行显示省略号 */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.newGrid .round .newsitem .space .space-span2 .date {
  font-size: 0.14rem;
  color: #9CA3AF;
}
#video1 {
  width: 100%;
}
.aboutBox {
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.5rem;
  padding: 0.5rem 0;
}
.aboutBox .fontbox {
  grid-column: 1 / span 2;
}
.aboutBox .fontbox h3 {
  font-size: 0.36rem;
  line-height: 0.5rem;
  margin-bottom: 0.5rem;
  font-weight: bold;
}
.aboutBox .fontbox .content {
  font-size: 0.2rem;
  line-height: 0.4rem;
  text-align: justify;
}
.aboutBox .fontbox .content b {
  display: block;
  margin-top: 0.1rem;
}
.aboutBox .imgbox {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}
.aboutBox .imgbox img {
  display: block;
  width: 100%;
}
.addressBox {
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem;
  margin-top: 0.5rem;
}
.addressBox .mapBox {
  grid-column: span 1 / span 1;
}
.addressBox .mapBox .contactBox {
  margin-bottom: 0.2rem;
}
.addressBox .mapBox .contactBox .title {
  height: 0.6rem;
  line-height: 0.6rem;
  overflow: hidden;
  background: #b6a283;
  display: flex;
  flex-direction: row;
  gap: 0.1rem;
  justify-content: space-between;
}
.addressBox .mapBox .contactBox .title .left {
  color: #fff;
  font-size: 0.2rem;
  padding-left: 0.2rem;
  font-weight: bold;
}
.addressBox .mapBox .contactBox .title .right {
  color: #fff;
  font-weight: bold;
  font-size: 0.2rem;
  padding-right: 0.2rem;
  text-align: right;
  background: url(../img/address-1.png) no-repeat left center;
  background-size: 0.2rem 0.2rem;
  padding-left: 0.24rem;
}
.addressBox .mapBox .contactBox .map-box {
  width: 100%;
  height: 3rem;
}
.addressBox .line {
  height: 7.4rem;
  grid-column: span 1 / span 1;
}
.addressBox .line img {
  display: block;
  width: 100%;
  height: 100%;
}
.aboutContainerBox1 {
  position: relative;
}
.aboutContainerBox1 .font h3 {
  font-size: 0.48rem;
  line-height: 0.7rem;
  margin-top: 0.6rem;
  font-weight: bold;
}
.aboutContainerBox1 .font p {
  font-size: 0.28rem;
  line-height: 0.5rem;
  margin-top: 0.2rem;
}
.aboutContainerBox1 .videoBox {
  width: 4.5rem;
  height: 8rem;
  line-height: 8rem;
  position: absolute;
  top: 1rem;
  right: 0;
  /*background: #000;*/
}
.aboutContainerBox1 .videoBox .video {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.honerBox {
  overflow: hidden;
  margin: 0.5rem 0;
}
.honerBox .top {
  overflow: hidden;
  display: flex;
  gap: 0.2rem;
}
.honerBox .top li a {
  padding: 0 0.25rem;
  display: block;
  height: 0.4rem;
  line-height: 0.4rem;
  font-size: 0.16rem;
  color: #000;
  background: #EFEFEF;
  border: 1px #bbb solid;
  text-align: center;
  border-radius: 0.2rem;
}
.honerBox .top .on a {
  background: #93D2F3 !important;
  border-color: #93D2F3 !important;
  font-weight: bold;
}
.honerBox .top li:hover a {
  background: #ceeeff;
  border-color: #ceeeff;
}
.honerBox .content {
  width: 100%;
  margin-top: 0.5rem;
}
.honerBox .content .horneritem {
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.5rem;
}
.honerBox .content .horneritem .imgBox {
  border: 1px #bbb solid;
  border-radius: 10px;
  box-shadow: 2px 2px 10px 5px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.honerBox .content .horneritem .imgBox .img {
  width: 100%;
  height: 3rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  /* 垂直居中 */
  justify-content: center;
  cursor: pointer;
}
.honerBox .content .horneritem .imgBox .img img {
  max-width: 100%;
  max-height: 100%;
}
.honerBox .content .horneritem .imgBox .font {
  padding: 0.1rem;
}
.honerBox .content .horneritem .imgBox .font h6 {
  font-size: 0.24rem;
  line-height: 0.44rem;
  font-weight: bold;
}
.honerBox .content .horneritem .imgBox .font p {
  font-size: 0.16rem;
  line-height: 0.34rem;
}
.honerSwiper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  display: none;
}
.honerSwiper .swiper-slide {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.honerSwiper .swiper-slide img {
  display: block;
  max-height: 90%;
  max-width: 90%;
  margin: 0 auto;
}
.honerSwiper .closeBtn {
  position: absolute;
  top: 1%;
  right: 1%;
  width: 0.5rem;
  height: 0.5rem;
  text-align: center;
  line-height: 0.5rem;
  color: #fff;
  z-index: 9999;
  cursor: pointer;
}
.honerSwiper .closeBtn img {
  display: block;
  width: 100%;
}
.honerSwiper .closeBtn:hover {
  color: #007aff;
}
.managerTeam {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.3rem;
  margin-bottom: 0.4rem;
}
.managerTeam .item {
  display: flex;
  align-items: center;
  /* 垂直居中 */
  gap: 0.3rem;
}
.managerTeam .item .img {
  width: 3.3rem;
}
.managerTeam .item .img img {
  display: block;
  width: 100%;
}
.managerTeam .item .font {
  flex: 1 1 0%;
}
.managerTeam .item .font h6 {
  font-size: 0.28rem;
  line-height: 0.4rem;
}
.managerTeam .item .font h6 span{
    padding-right:0.3rem;
    padding-bottom:0.05rem;
    border-bottom:1px #666 solid;
}
.managerTeam .item .font h5 {
  font-size: 0.20rem;
  color:#666;
  margin-top:0.3rem;
}
.managerTeam .item .font div {
  font-size: 0.20rem;
  color:#666;
  margin-top:0.06rem;
}
.managerMember {
  margin: 0 0 0.4rem 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.5rem;
}
.managerMember .item {
  display: block;
}
.managerMember .item .img {
  width: 100%;
}
.managerMember .item .img img {
  display: block;
  width: 100%;
}
.managerMember .item p {
  font-size: 0.2rem;
  line-height: 0.28rem;
  margin-top: 0.2rem;
}
.about2imgBox {
  padding: 0.7rem 0;
}
.about2imgBox .about2Box {
  margin-bottom: 0.1rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.1rem;
  
}
.about2imgBox .about2Box .imgitem {
  overflow: hidden;
}
.about2imgBox .about2Box .imgitem.font,.about2imgBox .about2Box .imgitem.font2{
    background:#f3efef;
    position:relative;
}

.about2imgBox .about2Box .imgitem .title {
  font-size: 0.28rem;
  line-height: 0.5rem;
  color: #7b7878;
  width:100%;
  text-align: center;
  position:absolute;
  top:50%;
  transform: translateY(-50%);
}
.about2imgBox .about2Box .imgitem .title p{
    font-size: 0.3rem;
    text-transform: uppercase;
}
.about2imgBox .about2Box .imgitem img {
  display: block;
  width: 100%;
}
.scroll-container {
  width: 100%;
  overflow: hidden;
  margin-bottom: 0.2rem;
}
.scroll-container .scroll-wrap {
  display: flex;
  position: relative;
  width: fit-content;
}
.scroll-container .scroll-wrap .scroll-item {
  margin-right: 0.2rem;
}
.scroll-container .scroll-wrap .scroll-item img {
  width: 7rem;
  height: 3.5rem;
  object-fit: cover;
  display: block;
}
.about2videoBpx {
  width: 100%;
  display: flex;
  gap: 0.2rem;
}
.about2videoBpx .videoThis {
  width: 100%;
  background: #000;
  position: relative;
}
.about2videoBpx .videoThis video {
  width: 100%;
  height: auto;
  /* 保持宽高比 */
  object-fit: cover;
  /* 覆盖容器 */
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.logo-container {
  /* 核心Grid布局 */
  display: grid;
  /* 自动填充列，最小200px，最大1fr */
  grid-template-columns: repeat(6, minmax(200px, 1fr));
  /* 列间距 */
  grid-gap: 20px;
  /* 水平居中 */
  justify-items: center;
  /* 上下内边距 */
  padding: 20px;
}
.logo-container .logo-item {
  /* 让Logo垂直居中 */
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  /* 防止压缩 */
  flex-shrink: 0;
  padding: 15px 0;
  background: #fff;
}
.logo-container .logo-item img {
  /* 限制最大宽度 */
  max-width: 100%;
  /* 保持比例 */
  height: auto;
  /* 优化模糊 */
  will-change: transform;
  filter: grayscale(100%);
}
.eq_link {
  overflow: hidden;
  margin-bottom: 0.2rem;
}
.eq_link .back {
  padding-left: 0.3rem;
  font-size: 0.18rem;
  float: left;
  background: url(../img/left2.png) no-repeat left center;
  background-size: 0.2rem 0.2rem;
  color: #000;
}
.eq_link .back:hover {
  background: url(../img/left2-1.png) no-repeat left center;
  background-size: 0.2rem 0.2rem;
  color: #1296db;
}
.news-container .newsLeft .link {
  overflow: hidden;
}
.news-container .newsLeft .link .back {
  padding-left: 0.3rem;
  font-size: 0.18rem;
  float: left;
  background: url(../img/left2.png) no-repeat left center;
  background-size: 0.2rem 0.2rem;
  color: #000;
}
.news-container .newsLeft .link .back:hover {
  background: url(../img/left2-1.png) no-repeat left center;
  background-size: 0.2rem 0.2rem;
  color: #1296db;
}



.login_logo{
  position:absolute;
  top:10px;
  right:10px;
}
.LoginformBox{
  position:absolute;
  left:50%;
  top:50%;
  transform: translate(-50%,-50%);
  background:#fff;
  padding:20px;
  border-radius:10px;
}
.LoginformBox .lf{
  width:100%;
  margin:0 auto;
  display:none
}
.LoginformBox .rg{
  width:100%;
  margin:0 auto;
}
.LoginformBox .rg_m{
  width:100%;
  margin:0 auto;
  display:none
}

.qrcode{
  display: inline-block;
  float: right;
  width: 50px;
  height: 50px;
  background: url(../img/co.png) no-repeat;
  background-size: cover;
  position: absolute;
  top: 12px;
  right: 12px;

}
.qrcode:hover {
  background: url(../img/co1.png?v=1.1) no-repeat;
  background-size: cover;
}
#screen{
  display:none;
}
#mobileipt{
  display:none;
}
.screen{
  width: 50px;
  height: 50px;
  position: absolute;
  right: 12px;
  top: 12px;
  cursor: pointer;
  background: url(../img/pc.png?v=1.1) no-repeat;
  background-size: cover;
}
.screen:hover {
  background: url(../img/pc1.png?v=1.1) no-repeat;
  background-size: cover;
}
.aui-tag-size {
  cursor: pointer;
  color: #333;
  font-size: 12px;
  line-height: 25px;
  text-align: center;
  float: left;
  width: 73px;
  position: absolute;
  left: -80px;
  height: 25px;
}
.LoginformBox p{
  font-size:30px;
  /*color:#fff;*/
  text-align: center;
  margin:40px 0 30px;
}
.layui-form-item .layui-input-inline.long{
  width:250px;
  margin-right:0;
}
.layui-form-item .layui-input-inline.longest{
  width:420px;
  margin-right:0;
}
.layui-form-item .layui-input-inline.longest1{
  width:685px;
  margin-right:0;
}
.layui-form-item .layui-input-inline.small{
  width:140px;
}
.codeBox{
  float:left;
  width:100px;
  cursor: pointer;
}
.yzmbox{
  float:left;
  width:100px;
  cursor: pointer;
}
.yzmbox button{
  display:block;
  width:100px;
  height:38px;
  border-radius: 2px;
  border:1px #ccc solid;
  cursor: pointer;
  font-size:12px;
}
.login_code{
  width:100px;
  height:38px;
}
.login_btn{
  display:block;
  width:100%;
}
.login_btn1{
  display:block;
  width:100%;
  margin-top:5px;
}
.LoginformBox .t{
  position:absolute;
  top:20px;
  left:20px;
  font-size:12px;
  color:#666;
}

.zxaContainer{
  padding:0 1rem;
}
.zxagrid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.1rem;
}
.product-card-shadow {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.05), 0 4px 6px -2px rgba(0, 0, 0, 0.03);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  border-radius: 0.2rem;
  overflow: hidden;
}
.product-card-shadow:hover{
  transform: translateY(-10px);
}
.relative {
  position: relative;
  padding-top:100%;
}
.w-full {
  width: 100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
}

.p-4 {
  padding: 0.2rem;
}
.font-semibold {
  font-weight: bolder;
  font-size: 0.2rem;
  line-height: 0.2rem;
  margin-bottom: 0.2rem;
}
.text-gray-500 {
  font-size: 0.14rem;
  line-height: 0.14rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin: 0.2rem 0;
}
.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.text-primary {
  font-weight: 700;
  font-size: 0.24rem;
  line-height: 0.24rem;
  color:#3dbac4;
}
.addCar{
  width:0.3rem;
  height:0.3rem;
  border-radius:100%;
  background:url(../img/car.png) #e3effe no-repeat center center;
  background-size:0.2rem;
  border:none;
}
.addCar:hover{
  background:url(../img/car1.png) #e3effe no-repeat center center;
  background-size:0.2rem;
}
.fixedRight{
  position:fixed;
  top:50%;
  right:0;
  transform: translateY(-50%);
  z-index:1000;
  background:#fff;
  box-shadow: -10px 10px 15px 3px rgba(0, 0, 0, 0.1);

  border-radius:10px 0 0 10px;
}
#fixedType{
  position:absolute;
  top:0;
  left:-100%;
  z-index:1000;
  background:#fff;
  box-shadow: -10px 10px 15px 3px rgba(0, 0, 0, 0.1);
  border-radius:10px;
  display:none;
}
#fixedType ul li a{
  display:block;
  padding:0.15rem 0.2rem;
  text-align: center;
  border-bottom:1px #999 solid;
}
#fixedType ul li:last-child a{
  border:none;
}
#fixedType ul li:hover a{
  color:#3dbac4
}
.logoimg{
  width:0.8rem;
  position:absolute;
  top:-0.6rem;
  left:-0.1rem;
}
.fixedRightPro{
  position: relative;
  border-radius:10px 10px 0 0;
}
.fixedRightPro::before {
  content: "";
  position: absolute;
  left: -10px; /* 向左延伸，覆盖到左侧分类的空隙 */
  top: 0;
  width: 10px; /* 延伸的宽度，根据空隙大小调整 */
  height: 100%; /* 与触发区域等高 */
}
.fixedRightPro:hover{
  background:#f5f5f5;
}
.fixedRightPro:hover #fixedType{
  display:block;
}
.fixedRight > ul > li{
  padding:0.1rem 0.1rem 0;
}
.fixedRight > ul > li a{
  display:block;
  padding:0.1rem 0.05rem;
  border-bottom:1px #999 solid;
}
.fixedRight > ul > li:last-child a{
  border:none;
}
.fixedRight > ul > li img{
  width:0.3rem;
  display:block;
  margin:0 auto;
  opacity:0.8;
}
.fixedRight > ul > li p{
  font-size:0.14rem;
  text-align: center;
  margin-top:0.05rem;
  color:#999
}

.fixedRight > ul > li:hover img{
  opacity:1;
}
.fixedRight > ul > li:hover p{
  color:#000
}

#cartMove{
  position:fixed;
  transition:all 0.6s;
  width:0.1rem;
  height:0.1rem;
  background:#3dbac4;
  border-radius:100%;
  overflow:hidden;
  z-index:999999;
}

#spanpoint{
  position:fixed;
  width:0.1rem;
  height:0.1rem;
  z-index:999999;
  border-radius:100%;
  background:red;
}
/* 旋转抖动 */
@keyframes rotateShake {
  0%, 100% { transform: rotate(0deg); }
  25% { transform: rotate(5deg); }
  50% { transform: rotate(-5deg); }
  75% { transform: rotate(3deg); }
}

.shake-rotate {
  animation: rotateShake 0.5s ease-in-out;
}

/*纸喜爱*/
.zxaProContainer{
  width:90%;
  margin:0.5rem auto;
  padding:0.15rem;
  max-width:1400px;
}
.zxaProContainer .catpos{
  margin-bottom: 0.5rem;
}
.flexCenter{
  display:flex;
  flex-direction: row;
}
.zxaProContainer .flexLeft{
  min-width: 480px;
  width: calc(60% - 40px);
}


.zxaProContainer .flexLeft .imgBox {
  display:flex;
  position:relative;
}
.zxaProContainer .flexLeft .image-container{
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
  width: calc(100% - 92px);
}
.zxaProContainer .flexLeft .prev-btn, .next-btn {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 20;
  border:none;
  background:none;
  display:none;
}
.zxaProContainer .flexLeft .image-container:hover .prev-btn,
.zxaProContainer .flexLeft .image-container:hover .next-btn{
  display:block;
}
.zxaProContainer .flexLeft .main-image-wrapper {
  width: calc(100% - 120px);
  padding-top: calc(100% - 120px);
  overflow: hidden;
  position:relative;
}
.zxaProContainer .flexLeft .main-image {
  position:absolute;
  top:0;
  left:0;
  width: 100%;
  height:100%;
  display: block;
  border-radius:12px;
}

.zxaProContainer .flexLeft .prev-btn {
  left: 0px;
  background:url(../img/left.png) no-repeat center center;
  background-size:48px;
}
.zxaProContainer .flexLeft .next-btn {
  right: 0px;
  background:url(../img/right.png) no-repeat center center;
  background-size:48px;
}
.zxaProContainer .flexLeft .thumbnail-container {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  flex-direction:column;
  width:76px;
  margin-right:16px;
}
.zxaProContainer .flexLeft .thumbnail {
  width: 60px;
  height: 60px;
  object-fit: cover;
  cursor: pointer;
  border: 2px solid transparent;
  padding:5px;
  border-radius:0.1rem;
}
.zxaProContainer .flexLeft .thumbnail.active {
  border-color: orange;
}
.zxaProContainer .flexLeft .systemBox{
  margin-top:0.5rem;
}
/* 占位元素，用于避免内容跳动 */
.sticky-placeholder {
  display: none;
  height:0.5rem;
}

.sticky-placeholder.active {
  display: block;
}
#titleTabs{
  align-items: center;
  background-color: #fff;
  display: flex;
  justify-content: flex-start;
  overflow: hidden;
  position: relative;
  width: 100%;
  transition: all 0.3s ease-in-out;
  z-index: 50;
  height:0.5rem;
  line-height:0.5rem;
}
/* 固定时的样式 */
#titleTabs.sticky {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  animation: slideDown 0.3s ease-out;
}
#titleTabs .tab{
  color: rgba(0,0,0,.92);
  cursor: pointer;
  font-size: 0.16rem;
  font-weight: 400;
  margin-right: 0.32rem;
  position:relative;
}
#titleTabs .tab.active a{
  color: #ff5000;
  font-weight: 600;
  position: relative;
}
#titleTabs .tab.active:after{
  content:'';
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  height:2px;
  background:#ff5000;
}
#contentTabs .tabTitle{
  color: rgba(0,0,0,.92);
  font-size: 0.2rem;
  font-weight: 600;
  letter-spacing: 0;
  padding:0.3rem 0 0.15rem;
}
#contentTabs .tabContent{
  padding:0.1rem 0;
  border-bottom:1px #eee solid;
}
#contentTabs .tabContent img{
  display:block;
  width:100%;
}
.tabflex{
  display:grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.02rem;
}
.tabflex .tabflexitem{
  display:flex;
}
.tabflex .tabflexitem em{
  display:block;
  line-height:0.2rem;
  width:80px;
  color:#999;
  font-style:normal;
}
.tabflex .tabflexitem span{
  display:block;
  height:0.4rem;
  line-height:0.2rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  width: calc(100% - 80px);
}

.zxaProContainer .flexRight{
  margin-left:40px;
  min-width: 400px;
  width: 40%;
  height:100vh;
}
.zxaProContainer .flexRight.sticky{
  position:sticky;
  top:0;
  bottom:0;
}

.rightBottom{
  background: #fff;
  border: 1px solid rgba(0,0,0,.02);
  border-radius: 10px;
  box-shadow: 0 12px 36px 0 rgba(31,31,51,.12);
  min-width: 400px;
  margin-top:0.5rem;
  /*width: calc(var(--sku-foot-width) + 32px);*/
}
.rightBottom .bottonBox{
  height: 40px;
  padding: 10px;
  display: flex;
}
.rightBottom .bottonBox .bottonLeft{
  display:block;
  border:none;
  width:50px;
  height:40px;
  background:linear-gradient(90deg, rgb(255, 203, 0), rgb(255, 148, 2));
  border-radius:10px 0 0 10px
}
.rightBottom .bottonBox .bottonLeft i{
  display:block;
  width:50px;
  height:40px;
  background:url(../img/car3.png) no-repeat center center;
  background-size:20px;
}
.rightBottom .bottonBox .bottonRight{
  flex:1;
  height:40px;
  border:none;
  border-radius:0 10px 10px 0;
  color:#fff;
  font-size:16px;
  background: linear-gradient(90deg, rgb(255, 119, 0), rgb(255, 73, 0));
}
.zxaProContent{

}
.proTitle{
  font-size:0.3rem;
  font-weight:bold;
  line-height:0.4rem;
  padding-top:0.15rem;
}
.proPrice{
  font-size:0.2rem;
  color:#ff5000;
  font-weight:bold;
  margin-top:0.15rem;
}
.proPrice em{
  font-style:normal;
  font-size:0.32rem;
}
.protips{
  font-size:0.12rem;
  margin-top:0.15rem;
  color:#888;
}
.protips p{
  line-height:0.24rem;
}
.protips p span{
  padding-right:0.15rem;
}
.protips p img{
  width:0.15rem;
  padding-right:0.05rem;
}
.zxaProType{
  margin-top:0.2rem;
}
.zxaProTypeTitle{
  margin:0.1rem 0;
  color:#888;
}

.zxaProTypeContent{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.zxaProTypeContent .item{
  align-items: center;
  background-color: #fff;
  border: 1px solid #d6d6d6;
  border-radius: 8px;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  height: 40px;
  margin: 0 8px 8px 0;
  padding:0 5px;
  max-width: calc(100% - 8px);
  gap:5px;
}
.zxaProTypeContent .item.grey{
  color:#d9d5d5;
  border-color:#ebe8e8;
  cursor: no-drop;
}
.zxaProTypeContent .item img{
  width:30px;
  height:30px;
  border-radius:5px;
}
.zxaProTypeContent .item.grey img{
  opacity:0.5;
}
.zxaProTypeContent .item.hasStock.active{
  border-color:#ff5000;
  color:#ff5000
}
.zxaProTypeContent .item.hasStock:hover{
  border-color:#ff5000;
  color:#ff5000
}
.zxaProNum{
  align-items: center;
  display: flex;
  flex-direction: row;
  margin-top:0.3rem;
}
.zxaProNumTitle{
  align-items: center;
  color: #888;
  display: flex;
  font-size: 14px;
  height: 40px;
  line-height: 20px;
  margin-right: 16px;
  width: 56px;
}
.zxaProNumContent{
  align-items: center;
  display: flex;
  flex-direction: row;
}
.zxaProNumContent .pp{
  align-items: center;
  border: 1px solid #d6d6d6;
  cursor: pointer;
  display: flex;
  height: 38px;
  justify-content: center;
  width: 38px;
  border-radius: 8px 0 0 8px;
  cursor: pointer;
}

.zxaProNumContent .pp.minus{
  border-radius: 8px 0 0 8px;
  background:url(../img/minus.png) no-repeat center center;
  background-size:10px;
}
.zxaProNumContent .pp.plus{
  border-radius: 0 8px 8px 0;
  background:url(../img/plus.png) no-repeat center center;
  background-size:10px;
}
.zxaProNumContent .pp.none{
  cursor: no-drop;
}


.zxaProNumContent  .num{
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  height: 38px;
  width: 38px;
}
.zxaProNumContent  .numipt{
  display:block;
  width:100%;
  height:100%;
  justify-content: center;
  display:block;
  border:none;
  text-align: center;
}

.zxaProNumTips{
  color: #7a7a7a;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 22px;
  margin-left: 8px;
}
#magnifier-zone{
  position:absolute;
  z-index: 9999;
  left:100%;
  top:0;
  margin-left:-55px;
  border-radius:12px;
  display:none;
}
.magnifier-mask {
  position: absolute;
  cursor: move;
  background-color: rgb(0 0 0 / 0.2);
}

.zxaProContainer .wapimgBox{
  display:none;
}
.bottomFixed{
  display:none;
}
#scrollToTop1{
  display:none;
}
/*购物车*/

.cart-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.cart-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  border-bottom: 2px solid #f0f0f0;
  margin-bottom: 20px;
}

.cart-title {
  font-size: 24px;
  font-weight: bold;
}

.cart-content {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.cart-actions button {

}

.cart-items {
  flex: 3;
  min-width: 300px;
}

.cart-summary {
  flex: 1;
  min-width: 300px;
  background: #f9f9f9;
  padding: 20px;
  border-radius: 8px;
}

.cart-item {
  display: flex;
  align-items: center;
  padding: 15px;
  border: 1px solid #eee;
  border-radius: 8px;
  margin-bottom: 15px;
}

.item-checkbox {
  margin-right: 15px;
}

.item-image {
  width: 120px;
  height: 120px;
  object-fit: cover;
  margin-right: 15px;
  border-radius: 4px;
}

.item-details {
  flex: 1;
}

.item-name {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}

.item-price {
  color: #e4393c;
  font-weight: bold;
  font-size: 18px;
  margin: 10px 0;
}

.item-controls {
  display: flex;
  align-items: center;
}

.quantity-btn {
  width: 30px;
  height: 30px;
  border:1px #ddd solid;
  border-radius: 4px;
  cursor: pointer;
}

.quantity-btn.minus{
  border-radius: 8px 0 0 8px;
  background:url(../img/minus.png) no-repeat center center;
  background-size:10px;
}
.quantity-btn.plus{
  border-radius: 0 8px 8px 0;
  background:url(../img/plus.png) no-repeat center center;
  background-size:10px;
}


.quantity-input {
  width: 50px;
  height: 28px;
  text-align: center;
  border:none;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  text-align: center;
}

.remove-btn {
  background: none;
  border: none;
  color: #999;
  cursor: pointer;
  margin-left: 15px;
}
.remove-btn:hover{
  color:red;
}



.cart-summary h3 {
  margin-top: 0;
  font-size:0.18rem;
  font-weight:bold;
  padding-bottom: 15px;
  margin-bottom:15px;
  border-bottom: 1px solid #eee;
}

.summary-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.summary-total {
  font-size: 18px;
  font-weight: bold;
  color: #e4393c;
  margin: 20px 0;
  padding-top: 15px;
  border-top: 1px solid #eee;
}

.checkout-btn {
  width: 100%;
  padding: 12px;
  background: linear-gradient(90deg, rgb(255, 119, 0), rgb(255, 73, 0));
  color: white;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;

}

.empty-cart {
  text-align: center;
  padding: 50px 0;
}

.continue-shopping {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 20px;
  background: #f0f0f0;
  color: #333;
  text-decoration: none;
  border-radius: 4px;
}
.address-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.address-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.address-header h2 {
  margin: 0;
  font-size: 24px;
  color: #333;
}

.add-address-btn {
  background-color: #ff6b6b;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: background-color 0.3s;
}

.add-address-btn:hover {
  background-color: #ff5252;
}

.address-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 20px;
}

.address-card {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  position: relative;
  transition: box-shadow 0.3s;
}

.address-card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.address-card.default {
  border-color: #ff6b6b;
}

.default-tag {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #ff6b6b;
  color: white;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
}

.address-name {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.address-phone {
  color: #666;
  margin-bottom: 12px;
}

.address-detail {
  color: #333;
  line-height: 1.5;
  margin-bottom: 20px;
}

.address-actions {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
}

.btn-edit, .btn-delete {
  padding: 8px 16px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  transition: background-color 0.3s;
}

.btn-edit {
  background-color: #4ecdc4;
  color: white;
}

.btn-edit:hover {
  background-color: #26a69a;
}

.btn-delete {
  background-color: #ff6b6b;
  color: white;
}

.btn-delete:hover {
  background-color: #ff5252;
}

/* 模态框样式 */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: auto;
}

.modal-content {
  background-color: #fff;
  margin: 5% auto;
  padding: 0;
  border-radius: 8px;
  width: 90%;
  max-width: 600px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  animation: modalFadeIn 0.3s;
}

.delete-modal {
  max-width: 400px;
}

@keyframes modalFadeIn {
  from {opacity: 0; transform: translateY(-50px);}
  to {opacity: 1; transform: translateY(0);}
}

.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding:10px 20px;
  border-bottom: 1px solid #e0e0e0;
}

.modal-header h3 {
  margin: 0;
  color: #333;
}

.modal .close {
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  color: #aaa;
  transition: color 0.3s;
  background:none;
  border:none;
}

.modal .close:hover {
  color: #333;
}

.modal-body {
  padding: 20px;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
  color: #333;
}


.region-select {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.region-select select {
  width: 100%;
}

.checkbox-label {
  display: flex;
  align-items: center;
  font-weight: normal;
  cursor: pointer;
}

.checkbox-label input {
  width: auto;
  margin-right: 8px;
}

.form-actions {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 20px;
}

.btn-cancel, .btn-submit {
  padding: 12px 24px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.3s;
}

.btn-cancel {
  background-color: #f0f0f0;
  color: #333;
}

.btn-cancel:hover {
  background-color: #e0e0e0;
}

.btn-submit, .btn-delete {
  background-color: #ff6b6b;
  color: white;
}

.btn-submit:hover, .btn-delete:hover {
  background-color: #ff5252;
}

/*我的订单*/
.order-container {
  padding: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.page-title {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  overflow:hidden;
}

.page-title h2 {
  font-size: 24px;
  color: #333;
  margin: 0;
  float:left;
}

.order-filter {
  float:right;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  border-radius: 5px;
}

.filter-item {
  display: flex;
  align-items: center;
}

.filter-item label {
  margin-right: 8px;
  font-weight: normal;
  white-space: nowrap;
}
.filter-item select{
  width:100px;
  height:28px;
  border: 1px solid #ddd;
}

.order-list {
  display: grid;
  gap: 20px;
}

.order-card {
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
  transition: all 0.3s;
}

.order-card:hover {
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.orderAddressLine{
  padding:10px 15px;
  background: #f8f9fa;
  border-bottom: 1px solid #eee;
}
.orderAddressLine p{
  margin-top:5px;
  font-weight:bold;
}
.order-header {
  display: flex;
  justify-content: space-between;

  flex-wrap: wrap;
  gap: 10px;
}

.order-basic-info {
  flex: 1;
}

.order-number {
  color: #333;
}

.order-date {
  color: #666;
  font-size: 14px;
  margin-left: 15px;
}

.order-status {
  padding: 3px 10px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: bold;
}

.status-1 {
  background: #fff3cd;
  color: #856404;
}

.status-2 {
  background: #d4edda;
  color: #155724;
}

.status-3 {
  background: #cce5ff;
  color: #004085;
}

.status-4 {
  background: #d4edda;
  color: #155724;
}

.status-50 {
  background: #f8d7da;
  color: #721c24;
}

.order-body {
  padding: 15px;
}
.orderItemSingle{
  border:1px #ddd solid;
  border-radius:10px;
  overflow:hidden;
}
.order-items {
  margin-bottom: 15px;
}

.order-item {
  display: flex;
  padding: 10px 0;
  border-bottom: 1px solid #f0f0f0;
}

.order-item:last-child {
  border-bottom: none;
}

.order-container .item-image {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 4px;
  margin-right: 15px;
}

.order-container .item-details {
  flex: 1;
}

.order-container .item-name {
  font-weight: 500;
  margin-bottom: 5px;
}

.order-container .item-spec {
  font-size: 13px;
  color: #666;
  margin-bottom: 5px;
}

.order-container .item-price {
  color: #e74c3c;
  font-weight: bold;
}

.order-summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  border-top: 1px solid #eee;
  flex-wrap: wrap;
  gap: 10px;
}

.order-total {
  font-size: 18px;
  font-weight: bold;
  color: #e74c3c;
}

.order-actions {
  display: flex;
  gap: 10px;
}

.order-container .btn-outline {
  background: transparent;
  color: #007bff;
}

.order-container .btn:hover {
  opacity: 0.9;
}

.order-container .pagination {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  gap: 5px;
}

.order-container .page-item {
  padding: 8px 12px;
  border: 1px solid #ddd;
  background: #fff;
  cursor: pointer;
}

.order-container .page-item.active {
  background: #007bff;
  color: white;
  border-color: #007bff;
}

.order-container .no-orders {
  text-align: center;
  padding: 50px 0;
  color: #666;
}

.order-container .no-orders i {
  font-size: 48px;
  margin-bottom: 15px;
  color: #ddd;
}
.order-detail-section {
  margin-bottom: 20px;
}

.section-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #333;
  padding-bottom: 5px;
  border-bottom: 1px solid #eee;
}

.detail-row {
  display: flex;
  margin-bottom: 8px;
}

.detail-label {
  width: 100px;
  color: #666;
}

.detail-value {
  flex: 1;
  color: #333;
}
.payment-container {
  max-width: 800px;
  margin: 30px auto;
  padding: 20px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.order-info {
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.order-info h2 {
  font-size: 20px;
  margin-bottom: 15px;
  color: #333;
}

.order-details {
  display: grid;
  gap:10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}


.payment-methods {
  margin: 30px 0;
}

.payment-methods h3 {
  font-size: 18px;
  margin-bottom: 20px;
  color: #333;
}

.payment-options {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.payment-option {
  flex: 1;
  border: 2px solid #eee;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.payment-option:hover {
  border-color: #4CAF50;
  transform: translateY(-5px);
}

.payment-option.selected {
  border-color: #4CAF50;
  background-color: #f8fff8;
  box-shadow: 0 4px 15px rgba(76, 175, 80, 0.2);
}

.payment-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 15px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.wechat-pay .payment-icon {
  background-image: url('../img/wxpay.png');
}

.alipay-pay .payment-icon {
  background-image: url('../img/alipay.png');
}

.payment-name {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
}

.payment-desc {
  font-size: 13px;
  color: #666;
}

.payment-amount {
  text-align: center;
  margin: 20px 0;
  padding: 15px;
  background: #f9f9f9;
  border-radius: 5px;
}

.amount-label {
  font-size: 16px;
  color: #666;
}

.amount-value {
  font-size: 28px;
  font-weight: bold;
  color: #e74c3c;
  margin: 5px 0;
}

.pay-button {
  display: block;
  width: 100%;
  padding: 15px;
  background: #4CAF50;
  color: white;
  border: none;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s;
}

.pay-button:hover {
  background: #45a049;
}

.pay-button:disabled {
  background: #cccccc;
  cursor: not-allowed;
}
.pay-button.none{
  display:none;
}
.qrcode-container {
  text-align: center;
  margin: 20px 0;
  display: none;
}

.qrcode-container.active {
  display: block;
}

.qrcode-img {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  border: 1px solid #eee;
  padding: 10px;
}

.qrcode-tip {
  margin-top: 10px;
  font-size: 14px;
  color: #666;
}

.payment-status {
  text-align: center;
  padding: 20px;
  display: none;
}

.payment-status.active {
  display: block;
}

.status-icon {
  font-size: 48px;
  margin-bottom: 15px;
}

.status-success {
  color: #4CAF50;
}

.status-pending {
  color: #ff9800;
}

.status-failed {
  color: #f44336;
}

/* 产品选择弹窗样式 */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-overlay .modal-content {
  background: #fff;
  border-radius: 8px;
  width: 90%;
  max-width: 500px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.modal-overlay .modal-header {
  padding: 20px;
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal-overlay .modal-header h3 {
  margin: 0;
  font-size: 18px;
  color: #333;
}

.modal-overlay .modal-close {
  font-size: 24px;
  cursor: pointer;
  color: #999;
}

.modal-overlay .modal-body {
  padding: 20px;
}

.modal-overlay .spec-section-box {
  margin-bottom: 20px;
}

.modal-overlay .spec-section-box h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
  color: #555;
}

.modal-overlay .spec-options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

.modal-overlay .spec-option {
  padding: 8px 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s;
}

.modal-overlay .spec-option:hover {
  border-color: #007bff;
}

.modal-overlay .spec-option.selected {
  background-color: #007bff;
  color: white;
  border-color: #007bff;
}

.modal-overlay .quantity-section {
  display: flex;
  align-items: center;
  gap: 15px;
}

.modal-overlay .quantity-section label {
  font-weight: bold;
  color: #333;
}

.modal-overlay .quantity-control {
  display: flex;
  align-items: center;
}

.modal-overlay .qty-btn {
  width: 30px;
  height: 30px;
  background: #f5f5f5;
  border: 1px solid #ddd;
  cursor: pointer;
  font-size: 16px;
}

.modal-overlay .qty-btn:hover {
  background: #e0e0e0;
}

.modal-overlay #modal-product-quantity {
  width: 50px;
  height: 30px;
  text-align: center;
  border: 1px solid #ddd;
  margin: 0 5px;
}

.modal-overlay .modal-footer {
  padding: 20px;
  border-top: 1px solid #eee;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

.modal-overlay .btn-cancel,.modal-overlay .btn-confirm {
  padding: 10px 20px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
}

.modal-overlay .btn-cancel {
  background: #f5f5f5;
  border: 1px solid #ddd;
  color: #333;
}

.modal-overlay .btn-confirm {
  background: #007bff;
  border: 1px solid #007bff;
  color: white;
}
.modal-overlay .btn-confirm:hover {
  background: #0069d9;
}





@media screen and (max-width: 1850px) {
  .header-box .nav-box li > a {
    font-size: 0.18rem;
  }
  .mySwiper6 {
    height: 4.5rem;
  }
  .mySwiper6 .swiper-slide a {
    padding-left: 9rem;
  }
  .mySwiper6 .swiper-slide a .left {
    width: 9rem;
    height: 4.5rem;
  }
  .mySwiper6 .swiper-slide a .right {
    padding: 0 5%;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    height: 4rem;
  }
  .cbSwiper6 {
    height: 4.5rem;
  }
  .cbSwiper6 .swiper-slide a {
    padding-right: 9rem;
  }
  .cbSwiper6 .swiper-slide a .left {
    padding: 0 5%;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    height: 4rem;
  }
  .cbSwiper6 .swiper-slide a .right {
    width: 9rem;
    height: 4.5rem;
  }
}
@media screen and (max-width: 1790px) {
  .header-top {
    padding: 0 0.2rem;
  }
  .header-box {
    padding: 0 0.2rem;
  }
  .footerBox .foo {
    padding: 0.4rem 0.2rem;
  }
  .news-container {
    padding: 0 6rem 0 1rem;
  }
  .newsRight {
    width: 4rem;
    right: 0.7rem;
  }
  .caseInfo .left .card {
    padding-right: 4.5rem;
  }
  .caseInfo .left .card .pic {
    width: 4rem;
  }
  .bzBox .bzitem .font {
    height: 5rem;
  }
  .bzBox .bzitem .font h6 {
    margin-top: 0.2rem;
  }
  .bzBox .bzitem .font p {
    width: 100%;
  }
  .design3Swiper .swiper-slide {
    width: 15.666666%;
    margin: 0.5%;
  }
  .design3Swiper .swiper-slide .pic {
    height: 3.5rem;
  }
}
@media screen and (max-width: 1650px) {
  .header-box .searchBox {
    position: relative;
  }
  .header-box .searchBox .searchSmall {
    display: block;
    width: 0.4rem;
    height: 0.4rem;
    margin-top: 0.2rem;
    float: right;
    border: 1px #bbb solid;
  }
  .header-box .searchBox .searchSmall img {
    width: 0.3rem;
    height: 0.3rem;
  }
  .header-box .searchBox .searchipt {
    display: none;
  }
  .dnaaaaSection1 .system .item {
    height: 3rem;
  }
  .dnaaaaSection1 .system .item .font {
    top: 2.1rem;
  }
  .dnaaaaSection1 .system .item .font .top {
    height: 0.3rem;
    line-height: 0.3rem;
    padding: 0.3rem;
    font-size: 0.3rem;
  }
  .dnaaaaSection1 .system .item .font .desc {
    font-size: 0.2rem;
    padding: 0 0.2rem;
  }
  .dnaaaaContainer {
    padding: 0.7rem 0.4rem 0;
    padding-left: 4rem;
  }
  .dnaaaaContainer .left {
    left: 0.4rem;
  }
  .mySwiper6 {
    height: 4rem;
  }
  .mySwiper6 .swiper-slide a {
    padding-left: 8rem;
  }
  .mySwiper6 .swiper-slide a .left {
    width: 8rem;
    height: 3.5rem;
  }
  .mySwiper6 .swiper-slide a .right {
    height: 4rem;
  }
  .cbSwiper6 {
    height: 4rem;
  }
  .cbSwiper6 .swiper-slide a {
    padding-right: 8rem;
  }
  .cbSwiper6 .swiper-slide a .left {
    height: 3.5rem;
  }
  .cbSwiper6 .swiper-slide a .right {
    width: 8rem;
    height: 4rem;
  }
  .design3Swiper .swiper-slide {
    width: 24%;
    margin: 0.5%;
  }
  .design3Swiper .swiper-slide .pic {
    height: 4rem;
  }
  .aboutContainerBox1 .font h3 {
    font-size: 0.34rem;
    line-height: 0.6rem;
    margin-top: 0.5rem;
  }
  .aboutContainerBox1 .font p {
    font-size: 0.2rem;
    line-height: 0.4rem;
    margin-top: 0.2rem;
  }
}
@media screen and (max-width: 1500px) {
  .font-semibold{
    font-size:0.16rem;
  }
  .text-primary{
    font-size:0.2rem;
  }
  .inner-container {
    width: 12rem;
  }
  .header-box {
    padding: 0 0.2rem;
  }
  .header-box .logo {
    width: 2.4rem;
  }
  .header-box .nav-box {
    height: 0.42rem;
    margin-top: 0.19rem;
  }
  .header-box .nav-box li > a {
    height: 0.42rem;
    line-height: 0.42rem;
    padding-left: 0.28rem;
    padding-right: 0.18rem;
    background-position: 0.1rem center;
    background-size: 0.15rem 0.15rem;
  }
  .header-box .nav-box li:hover > a {
    background-position: 0.1rem center;
    background-size: 0.15rem 0.15rem;
  }
  .header-box .nav-box li > a.on {
    background-position: 0.1rem center;
    background-size: 0.15rem 0.15rem;
  }
  .header-box .searchBox .searchipt {
    width: 1.8rem;
  }
  .footerBox .foo .left .item {
    padding-right: 1rem;
  }
  .news-container {
    padding: 0 5rem 0 0.7rem;
  }
  .newsRight {
    width: 3.5rem;
    right: 0.7rem;
  }
  .dnaaaaSwiper .swiper-slide .fontbox {
    right: 2%;
  }
  .dnaaaaSection1 .capabilities .right {
    font-size: 0.2rem;
    line-height: 0.4rem;
  }
  .dnaaaaSection2 .dnaaaaProBox .pic {
    height: 2.4rem;
  }
  .dnaaaaSection2 .dnaaaaProBoxaa .pic {
    height: 2.4rem;
  }
  /*.Section3Swiper .swiper-slide .pic {*/
  /*  height: 3rem;*/
  /*}*/
  .dnaaaaSwiper .fontbottom {
    font-size: 0.3rem;
  }
  .dnaaaaContainer .right .box .item {
    width: 48%;
  }
  .dnaaaaSection1 .system .item .font .desc {
    font-size: 0.16rem;
    line-height: 0.3rem;
  }
  .dnaaaaDscontainer {
    /*padding: 0.8rem 0.4rem;*/
  }
  .dnaaaaDscontainer .DsTable .DsBox .right {
    width: 4rem;
  }
  .mySwiper6 {
    height: 3.5rem;
  }
  .mySwiper6 .swiper-slide a {
    padding-left: 7rem;
  }
  .mySwiper6 .swiper-slide a .left {
    width: 7rem;
    height: 3.5rem;
  }
  .mySwiper6 .swiper-slide a .right {
    height: 3rem;
  }
  .cbSwiper6 {
    height: 3.5rem;
  }
  .cbSwiper6 .swiper-slide a {
    padding-right: 7rem;
  }
  .cbSwiper6 .swiper-slide a .left {
    height: 3rem;
  }
  .cbSwiper6 .swiper-slide a .right {
    width: 7rem;
    height: 3.5rem;
  }
  .print-container {
    padding: 0 0.35rem;
  }
  .caseInfo .left .card {
    padding-right: 0;
  }
  .caseInfo .left .card .pic {
    width: 100%;
    padding: 0;
    position: static;
    height: auto;
    margin-bottom: 5%;
  }
  .cardSpec .item {
    width: 49%;
  }
  .cardpic .img {
    width: 47%;
  }
  .szTeacher {
    overflow: hidden;
  }
  .szTeacher .teacher {
    width: 19%;
    padding: 2%;
    float: left;
    margin: 0 1% 1%;
  }
  .designContainer {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .designContainer .card {
    min-height: 200px;
  }
  .design-container {
    width: 12rem;
  }
  .design-container .main h6 {
    font-size: 0.48rem;
    line-height: 0.68rem;
    margin-bottom: 0.5rem;
  }
  .design-container .main p {
    font-size: 0.2rem;
    line-height: 0.4rem;
    margin-bottom: 0.2rem;
  }
  .newsNewBox {
    width: 12rem;
  }
  .managerMember {
    gap: 0.2rem;
  }
}
@media screen and (max-width: 1300px) {
  .inner-container {
    width: 90%;
  }
  .news-container {
    padding: 0 1rem 0 1rem;
  }
  .newsRight {
    position: static;
    width: 100%;
    right: 0.7rem;
  }
  .newsRight .categary ul {
    padding: 0.2rem 0;
  }
  .dnaaaaSection1 .system .item .font {
    top: 2.1rem;
  }
  .dnaaaaSection1 .system .item .font .top {
    height: 0.3rem;
    line-height: 0.3rem;
    padding: 0.3rem 0.1rem;
    font-size: 0.3rem;
  }
  .dnaaaaSection1 .system .item .font .desc {
    font-size: 0.16rem;
    padding: 0 0.1rem;
    line-height: 0.3rem;
  }
  .mySwiper6 {
    height: 3rem;
  }
  .mySwiper6 .swiper-slide a {
    padding-left: 6rem;
  }
  .mySwiper6 .swiper-slide a .left {
    width: 6rem;
    height: 3rem;
  }
  .mySwiper6 .swiper-slide a .right {
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
    height: 2.8rem;
  }
  .cbSwiper6 {
    height: 3rem;
  }
  .cbSwiper6 .swiper-slide a {
    padding-right: 6rem;
  }
  .cbSwiper6 .swiper-slide a .left {
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
    height: 2.8rem;
  }
  .cbSwiper6 .swiper-slide a .right {
    width: 6rem;
    height: 3rem;
  }
  .bzBox .bzitem .font {
    height: 5rem;
  }
  .bzBox .bzitem .font h6 {
    margin-top: 0.2rem;
  }
  .bzBox .bzitem .font p {
    width: 100%;
    margin-top: 0.1rem;
  }
  .managerTeam .item .img {
    width: 2.8rem;
  }

}
@media screen and (max-width: 1280px) {
  .zxaContainer{
    padding:2%;
  }
  .zxagrid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.1rem;
  }
  #scrollToTop{
    display:none;
  }
  #scrollToTop1{
    display:block;
    width:40px;
    height:40px;
    line-height:40px;
    border-radius:100%;
    position:fixed;
    bottom:110px;
    right:0;
    border:1px #eee solid;
    text-align: center;
    background:#fff;
    z-index:3000;
  }
  #scrollToTop1 img{
    width:20px;
  }
  .fixedRight{
    width:100%;
    right:0;
    left:0;
    bottom:0;
    top:auto;
    transform: translateY(0);
    box-shadow: none;
    border-top:1px #ccc solid;
    border-radius:0;
    height: 50px;
  }
  .fixedRight > ul > li img {
    width: 0.2rem;
  }
  .fixedRight > ul > li p{
    font-size: 0.12rem;
     margin-top: 0.05rem;
  }
  .fixedRight > ul > li{
    float:left;
    width:25%;
    padding:0;
    border:none;
  }
  .fixedRightPro{
    border-radius:0;
  }
  .fixedRight > ul > li > a{
    border-right:1px solid #ccc !important;
    border-bottom:none;
    padding:0.05rem;
  }
  .fixedRight > ul > li:nth-child(4) > a{
    border:none !important;
  }
  #fixedType{
    position:absolute;
    left:0;
    top:auto;
    bottom:100%;
    right:0;
    border-radius:0;
    box-shadow:none;
  }

  .header-top {
    display: none;
  }
  .header-box {
    display: none;
  }
  .mobile-header-box {
    display: block;
  }
  .bannerSwiper {
    height: auto;
  }
  .newsContainer {
    margin-top: 0.4rem;
  }
  .newsContainer .newsitem ul li {
    padding: 0.2rem 0;
    padding-left: 0;
  }
  .newsContainer .newsitem ul li .date {
    position: static;
    display: block;
    margin-top: 0;
  }
  .caseBox .item {
    width: 49%;
  }
  .caseBox .item .pic {
    height: 4rem;
  }
  .footerBox .foo {
    padding: 2%;
  }
  .footerBox .foo .left {
    float: none;
  }
  .footerBox .foo .left .item {
    width: 100%;
    float: none;
    padding: 0;
    overflow: hidden;
    margin-bottom: 0.3rem;
  }
  .footerBox .foo .left .item a {
    display: block;
    float: left;
    margin-right: 0.2rem;
  }
  .footerBox .foo .right {
    float: none;
    width: 100%;
    margin-top: 0.2rem;
  }
  .footerBox .foo .right .item {
    float: left;
    padding-bottom: 0.2rem;
  }
  .dnaaaaSection1 .system .item {
    width: 49%;
    margin-bottom: 0.1rem;
  }
  .dnaaaaSection1 .capabilities .left {
    padding: 0 0.2rem;
  }
  .dnaaaaSection1 .capabilities {
    padding-left: 3.5rem;
  }
  .dnaaaaSection1 .capabilities span {
    font-size: 0.26rem;
  }
  .dnaaaaContainer {
    padding: 2% 2%;
  }
  .dnaaaaContainer .left {
    position: static;
    width: 100%;
  }
  .categary ul {
    overflow: hidden;
    padding: 5% 0;
  }
  .categary ul li {
    float: left;
    width: 48%;
    padding: 0;
    margin: 0 1%;
    text-align: left;
    padding: 0.05rem 0;
  }
  .categary ul li a {
    padding-left: 0.15rem;
    font-size: 0.18rem;
    line-height: 0.34rem;
  }
  .Section3Swiper .swiper-slide .name {
    font-size: 0.2rem;
  }
  .dnaaaaDscontainer {
    padding: 5% 0;
  }
  .dnaaaaDscontainer .cat {
    font-size: 0.36rem;
  }
  .dnaaaaDscontainer .catDesc {
    padding: 5% 0;
  }
  .mySwiper6 {
    width: 100%;
    height: auto;
  }
  .mySwiper6 .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
  }
  .mySwiper6 .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    padding-left: 0;
  }
  .mySwiper6 .swiper-slide a .left {
    position: static;
    width: 100%;
    padding: 0;
    height: auto;
    align-items: center;
  }
  .mySwiper6 .swiper-slide a .left img {
    display: block;
    width: 100%;
    height: 100%;
    /*object-fit: cover;*/
  }
  .mySwiper6 .swiper-slide a .right {
    height: auto;
    width: 100%;
    padding: 2% 0;
  }
  .mySwiper6 .swiper-slide a .right .title {
    font-size: 0.24rem;
    color: #000;
    font-weight: bold;
  }
  .mySwiper6 .swiper-slide a .right .desc {
    font-size: 0.16rem;
    line-height: 0.3rem;
    color: #9CA3AF;
    margin-top: 0.2rem;
    text-align: justify;
  }
  .cbSwiper6 {
    width: 100%;
    height: auto;
  }
  .cbSwiper6 .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
  }
  .cbSwiper6 .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    padding-right: 0;
  }
  .cbSwiper6 .swiper-slide a .right {
    position: static;
    width: 100%;
    padding: 0;
    height: auto;
    align-items: center;
  }
  .cbSwiper6 .swiper-slide a .right img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .cbSwiper6 .swiper-slide a .left {
    height: auto;
    width: 96%;
    padding: 2%;
  }
  .cbSwiper6 .swiper-slide a .left .title {
    font-size: 0.24rem;
    color: #000;
    font-weight: bold;
  }
  .cbSwiper6 .swiper-slide a .left .desc {
    font-size: 0.16rem;
    line-height: 0.3rem;
    color: #000;
    margin-top: 0.2rem;
    text-align: justify;
  }
  .printPd {
    width: auto;
  }
  .print-container {
    padding: 0 2%;
  }
  .printHonerBox .tabtitle a {
    font-size: 0.2rem;
  }
  .printSystemitem .item .title {
    font-size: 0.2rem;
    padding: 0.1rem 0.1rem;
  }
  .cbBox1 .font {
    font-size: 0.16rem;
    line-height: 0.3rem;
    width: 100%;
    float: none;
    padding: 0;
  }
  .cbBox1 .pic {
    width: 100%;
    margin-left: 0;
    float: none;
    text-align: center;
  }
  .cbBox1 .pic img {
    max-width: 300px;
    margin: 0 auto;
  }
  .sectionTitle {
    padding: 10% 0 5%;
  }
  .sectionTitle span {
    font-size: 0.34rem;
  }
  .sectionTitle em {
    font-size: 0.3rem;
    margin-left: 0.2rem;
  }
  .caseInfo {
    padding: 0;
  }
  .caseInfo .right {
    width: 100%;
    position: static;
  }
  .cbBox4 .swiper-slide {
    width: 100%;
    margin: 1% 0;
    padding: 2% 1%;
  }
  .cbBox4 .swiper-slide .pic {
    width: 30%;
    float: left;
  }
  .cbBox4 .swiper-slide .font {
    width: 65%;
    float: right;
    overflow: hidden;
  }
  .cbBox4 .swiper-slide .font .name {
    font-size: 0.18rem;
    margin-top: 0;
  }
  .cbBox4 .swiper-slide .font .desc {
    font-size: 0.14rem;
    margin: 5px 0;
  }
  .cbBox4 .swiper-slide .font .point span {
    font-size: 0.12rem;
    height: 0.26rem;
    line-height: 0.26rem;
  }
  .cbBox4 .swiper-slide .font a {
    margin: 5% 0 0;
    font-size: 0.14rem;
    float: right;
  }
  .bzBox .bzitem {
    box-shadow: 0 5px 10px 5px rgba(0, 0, 0, 0.1);
    margin: 5% 0;
    padding: 5%;
    border-radius: 5px;
    overflow: hidden;
  }
  .bzBox .bzitem .left {
    width: 100%;
    float: none;
  }
  .bzBox .bzitem .right {
    width: 100%;
    float: none;
  }
  .bzBox .bzitem .font {
    height: auto;
    padding: 0;
  }
  .bzBox .bzitem .font h6 {
    padding: 0;
    text-align: left;
    margin-top: 0;
    line-height: 0.3rem;
    font-size: 0.2rem;
  }
  .bzBox .bzitem .font p {
    padding: 0;
    width: 100%;
    margin-top: 0.1rem;
    font-size: 0.14rem;
    line-height: 0.24rem;
  }
  .bzBox .bzitem .pic {
    height: 2rem;
    margin: 5% 0 0;
  }
  .szPro .left {
    display: none;
  }
  .szPro .right {
    width: 100%;
    float: none;
    margin: 0;
    padding: 0;
    border: none;
  }
  .szPro .right .item {
    display: block;
    margin: 0 auto 5%;
    border: 1px #bbb solid;
    border-radius: 15px;
    overflow: hidden;
  }
  .szPro .right .item .font {
    padding: 2%;
    margin: 0;
  }
  .szPro .right .item .font .name {
    font-size: 0.2rem;
  }
  .szPro .right .item .font .add {
    font-size: 0.14rem;
    background-size: 0.14rem 0.14rem;
    margin: 2% 0;
  }
  .szPro .right .item .font p {
    font-size: 0.14rem;
    line-height: 0.24rem;
  }
  .szPro .right .item .font h6 {
    margin: 2% 0;
    font-size: 0.14rem;
  }
  .szPro .right .item .font ul li {
    font-size: 0.14rem;
  }
  .szPro .right .item a {
    font-size: 0.16rem;
    height: 0.4rem;
    line-height: 0.4rem;
    border-radius: 0 0 10px 10px;
    border: none;
    border-top: 1px #bbb solid;
  }
  .szfont {
    font-size: 0.16rem;
    line-height: 0.28rem;
  }
  .szTeacher .teacher {
    width: 96%;
    float: none;
  }
  .szTeacher .teacher .desc {
    display: none;
  }
  .szTeacher .teacher .picbox {
    margin: 0;
    padding-left: 1.5rem;
    height: 1.6rem;
    position: relative;
  }
  .szTeacher .teacher .picbox .pic {
    position: absolute;
    top: 0;
    left: 0;
  }
  .szTeacher .teacher .picbox .pic img {
    width: 100%;
    height: 100%;
  }
  .szTeacher .teacher .picbox .name {
    margin: 0;
  }
  .szTeacher .teacher .picbox .name p {
    margin: 0;
  }
  .szTeacher .teacher .picbox .name .wapdesc {
    display: block;
    font-size: 0.14rem;
    color: #999;
    line-height: 0.24rem;
    height: 0.96rem;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .design3Swiper .swiper-slide {
    width: 24%;
    margin: 0.5%;
  }
  .design3Swiper .swiper-slide .pic {
    height: 3rem;
  }
  .designHoner .tabContent .timeLine .top {
    font-size: 0.24rem;
    margin-bottom: 0.15rem;
  }
  .designHoner .tabContent {
    padding: 0.1rem;
  }
  .designHoner .tabitem li {
    font-size: 0.2rem;
    padding: 0 0.25rem;
    background-size: 0.2rem 0.2rem;
  }
  .designHoner .tabitem li.on {
    background-size: 0.2rem 0.2rem;
  }
  .designHoner .tabContent .timeLine {
    width: 100%;
  }
  .designHoner .tabContent .picbox {
    width: 100%;
  }
  .design-container {
    width: 95%;
  }
  .design-container .main h6 {
    font-size: 0.38rem;
    line-height: 0.5rem;
  }
  .design-container .main p {
    font-size: 0.2rem;
    line-height: 0.4rem;
    margin-bottom: 0.2rem;
  }
  .newsNewBox {
    width: 95%;
    padding: 5% 0;
  }
  .newsNewBox .newTop {
    flex-direction: column;
  }
  .newGrid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .aboutBox {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .aboutBox .fontbox {
    grid-column: span 1 / span 1;
  }
  .aboutBox .imgbox {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-column: span 1 / span 1;
  }
  .addressBox {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 0.1rem;
  }
  .aboutContainerBox1 .font h3 {
    font-size: 0.26rem;
    line-height: 0.5rem;
    margin-top: 0.2rem;
  }
  .aboutContainerBox1 .font p {
    font-size: 0.18rem;
    line-height: 0.3rem;
    margin-top: 0.1rem;
  }
  .aboutContainerBox1 .videoBox {
    position: static;
    width: 100%;
    height: auto;
    margin-top: 0.2rem;
  }
  .aboutContainerBox1 .videoBox .video {
    position: static;
    transform: translateY(0);
  }
  .honerBox .top {
    gap: 0.1rem;
  }
  .honerBox .content .horneritem {
    gap: 0.2rem;
  }
  .managerMember .item p {
    font-size: 0.16rem;
    margin-top: 0.1rem;
  }
  .flexCenter{
    display:block;
  }
  .zxaProContainer{
    max-width:100%;
    width:100%;
    padding:0;
    margin:0;
  }
  .zxaProContainer .flexLeft .imgBox{
    display:none;
  }
  .zxaProContainer .flexLeft .systemBox{
    padding:0 1%;
    margin-top:0;
  }
  .zxaProContainer .flexLeft{
    min-width:100%;
    width:100%;
  }
  .zxaProContainer .flexRight.sticky{
    position:fixed;
    top:auto;
  }
  .zxaProContainer .flexRight{
    display:none;
  }


  .tabflex{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .zxaProContainer .wapimgBox{
    display:block;

  }
  .zxaProContainer .wapimgBox .zxaProContent{
    padding:0 1%;
  }
  .proTitle{
    font-size:0.18rem;
  }
  .proPrice{
    margin-top:0;
  }
  .proPrice em{
    font-size:0.24rem;
  }
  .zxaProSwiper{
    width:100%;
    padding-top:100%;
    position:relative;
  }
  .zxaProSwiper .swiper-wrapper{
    position:absolute;
    top:0;
    left:0;
  }
  .zxaProSwiper img{
    width:100%;
  }
  .bottomFixed{
    position:fixed;
    left:0;
    right:0;
    bottom:50px;
    display:block;
    background:#fff;
    border-top:1px #ccc solid;
    z-index:100
  }

  .bottomFixed .bottonBox{
    height: 40px;
    padding: 10px;
    display: flex;
  }
  .bottomFixed .bottonBox .bottonLeft{
    height: 40px !important;
    flex:1;
    display:block;
    border:none;
    color:#fff;
    font-size:12px;
    background:linear-gradient(90deg, rgb(255, 203, 0), rgb(255, 148, 2));
    border-radius:5px 0 0 5px
  }
  .bottomFixed .bottonBox .bottonRight{
    height: 40px !important;
    flex:1;
    border:none;
    border-radius:0 5px 5px 0;
    color:#fff;
    font-size:12px;
    background: linear-gradient(90deg, rgb(255, 119, 0), rgb(255, 73, 0));
  }

  .zxaProTypeContent{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .zxaProTypeContent .item{
    font-size:12px;
    height:30px;
    border-radius:5px;
  }
  .zxaProTypeContent .item img{
    width:20px;
    height:20px;
  }
  .zxaProNum{
    margin:0.2rem 0;
  }
}

@media screen and (max-width: 800px) {
  .p-4{
    padding:0.1rem;
  }
  .product-card-shadow{
    border-radius:0.1rem;
  }
  .fixedRight > ul > li img{
    width:0.2rem
  }
  .fixedRight > ul > li p{
    font-size:0.12rem;
  }
  .fixedRight > ul > li > a{
    padding:0.05rem;
  }
  .inner-container {
    width: 96%;
  }
  .caseBox {
    padding: 0.05rem 0;
  }
  .caseBox .item {
    width: 100%;
    margin-bottom: 0.05rem;
  }
  .caseBox .item .pic {
    height: 3rem;
  }
  .bannerSwiper .swiper-slide a .font {
    left: 5%;
    right: 5%;
  }
  .projectBox .font {
    right: 5%;
  }
  .catpos {
    font-size: 0.16rem;
    margin-top: 0.2rem;
  }
  .newsContainer {
    margin-top: 0.2rem;
  }
  .newsContainer .newsitem ul li .date {
    font-size: 0.2rem;
  }
  .newsContainer .newsitem ul li a {
    font-size: 0.2rem;
  }
  .newsContainer .cattitle {
    font-size: 0.3rem;
  }
  .newsContainer .selectBox {
    margin-top: 0;
  }
  .newsContainer .selectBox select {
    width: 0.8rem;
    font-size: 0.16rem;
  }
  .newsBox {
    padding: 0;
  }
  .newsBox .newslist .imgbox {
    float: none;
    width: 50%;
    margin-bottom: 0.2rem;
    display: none;
  }
  .newsBox .newslist .fontbox {
    float: none;
    width: 100%;
    padding: 0;
  }
  .wapMore {
    display: flex;
    justify-content: center;
    align-items: center;
    /* 垂直居中 */
    width: 60%;
    height: 40px;
    line-height: 40px;
    color: #000;
    border-radius: 40px;
    text-align: center;
    margin: 20px auto;
    border: 1px #ccc solid;
    font-size: 16px;
  }
  .footerBox .copyright a {
    display: block;
    line-height: 0.24rem;
  }
  .footerBox .foo p {
    font-size: 0.16rem;
    line-height: 0.3rem;
  }
  .footerBox .foo .left {
    float: none;
  }
  .footerBox .foo .left .item {
    margin-bottom: 0.2rem;
  }
  .footerBox .foo .left .item p {
    font-size: 0.18rem;
    margin-bottom: 0;
  }
  .footerBox .foo .left .item a {
    font-size: 0.16rem;
  }
  .footerBox .foo .right {
    float: none;
    width: 100%;
    margin-top: 0.2rem;
  }
  .footerBox .foo .right .item {
    width: 35%;
    padding-right: 15%;
    float: left;
    padding-bottom: 0.2rem;
  }
  .footerBox .foo .right .item p {
    font-size: 0.18rem;
  }
  .newsListitem .item {
    border-bottom: 1px #ccc solid;
    padding: 0.1rem 0.1rem 0.1rem 0.1rem;
    position: relative;
    overflow: hidden;
  }
  .newsListitem .item .imgbox {
    display: block;
    width: 30%;
    height: auto;
    position: static;
    margin-top: 0;
    float: left;
  }
  .newsListitem .item .fontbox {
    width: 68%;
    float: right;
    height: auto;
  }
  .newsListitem .item .fontbox h3 {
    font-size: 0.2rem;
    height: 0.24rem;
    line-height: 0.24rem;
    overflow: hidden;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .newsListitem .item .fontbox p {
    font-size: 0.14rem;
    line-height: 0.24rem;
    height: 0.48rem;
    margin-top: 0.1rem;
    text-align: left;
    color: #9A9A9A;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .newsListitem .item .date {
    clear: both;
    font-size: 0.14rem;
    height: 0.3rem;
    line-height: 0.3rem;
    text-align: center;
    color: #9A9A9A;
    display: block;
    position: static;
    right: 0;
    top: 50%;
    margin-top: 0;
    width: 100%;
    text-align: right;
  }
  #formBox {
    width: 90%;
    left: 5%;
    right: 5%;
    margin: 0;
  }
  #formBox .formContent {
    padding: 0.1rem;
    padding-bottom: 0.6rem;
    overflow-y: auto;
  }
  #formBox .formContent .title {
    font-size: 0.24rem;
  }
  #formBox .formContent .title span {
    font-size: 0.14rem;
  }
  #formBox .formContent .iptbox {
    margin-top: 0.1rem;
  }
  #formBox .formContent .iptbox label {
    font-size: 0.16rem;
    width: 100%;
    float: none;
  }
  #formBox .formContent .iptbox .div-block {
    margin-left: 0;
    width: 100%;
    margin-top: 0.1rem;
  }
  #formBox .formContent .iptbox .div-block textarea {
    height: 1rem;
  }
  #formBox .formContent .iptbox .iptitem span {
    font-size: 0.14rem;
  }
  .news-container {
    padding: 0 2%;
  }
  .newsRight {
    position: static;
    width: 100%;
    right: 0.7rem;
  }
  .newsLeft {
    margin-top: 2%;
  }
  .news-container .newsContent .date {
    font-size: 0.14rem;
    line-height: 0.2rem;
  }
  .news-container .newsContent .thumb {
    padding: 0.1rem 0;
  }
  .news-container .newsContent .title {
    font-size: 0.2rem;
    margin-top: 0.2rem;
  }
  .news-container .newsContent .content {
    font-size: 0.16rem;
    line-height: 0.3rem;
  }
  .news-container .newsAbout h6 {
    font-size: 0.2rem;
  }
  .news-container .newsAbout p {
    font-size: 0.16rem;
    line-height: 0.3rem;
  }
  .news-container .newsAbout a {
    font-size: 0.16rem;
    line-height: 0.3rem;
  }
  .newsRight .point {
    font-size: 0.16rem;
    line-height: 0.3rem;
  }
  .dnaaaaSwiper .swiper-slide {
    display: block;
  }
  .dnaaaaSwiper .swiper-slide .fontbox {
    position: absolute;
    width: 96%;
    padding: 2%;
    top: 2.6rem;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3rem;
  }
  .dnaaaaSwiper .swiper-slide .fontbox .title {
    font-size: 0.34rem;
    margin-top: 0;
  }
  .dnaaaaSwiper .swiper-slide .fontbox .desc {
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
  }
  .dnaaaaSwiper .swiper-slide img {
    height: 2.6rem;
  }
  .dnaaaaSwiper .fontbottom {
    bottom: 3.4rem;
    height: 0.5rem;
    line-height: 0.5rem;
    font-size: 0.14rem;
    margin-top: -0.5rem;
    padding: 0 0.1rem;
  }
  .dnaaaaSection1 {
    border: none;
  }
  .dnaaaaSection1 .capabilities {
    padding: 0.2rem 0;
    border-top: 1px #bbb solid;
  }
  .dnaaaaSection1 .capabilities .left {
    width: 96%;
    padding: 0 2%;
    position: static;
    border-right: none;
    overflow: hidden;
  }
  .dnaaaaSection1 .capabilities .left span {
    float: left;
    margin-right: 0.1rem;
  }
  .dnaaaaSection1 .capabilities .right {
    font-size: 0.16rem;
  }
  .dnaaaaSection1 .system .item {
    width: 99%;
  }
  .dnaaaaSectiontitle {
    padding: 2% 1%;
    font-size: 0.22rem;
  }
  .dnaaaaSectiontitle a {
    display: none;
  }
  .dnaaaaSection2 .dnaaaaProBox .pic {
    width: 100%;
    height: 1.2rem;
  }
  .dnaaaaSection2 .dnaaaaProBoxaa .pic {
    width: 100%;
    height: 1.2rem;
  }
  /*.Section3Swiper .swiper-slide .pic {*/
  /*  height: 3rem;*/
  /*}*/
  .Section3Swiper .swiper-slide .name {
    font-size: 0.16rem;
    margin-top: 0;
    line-height: 0.24rem;
  }
  .contactDnaaaa {
    margin-top: 0.5rem;
  }
  .contactDnaaaa .title {
    font-size: 0.24rem;
  }
  .contactDnaaaa p {
    font-size: 0.16rem;
    line-height: 0.3rem;
    margin-bottom: 0.2rem;
  }
  .contactDnaaaa p span {
    display: block;
  }
  .contactDnaaaa p .pb100 {
    padding-left: 0;
  }
  .dnaaaaSection1 .system .item .font .top {
    font-size: 0.24rem;
  }
  .dnaaaaContainer .right .box .item .pic {
    height: 1.6rem;
  }
  .dnaaaaContainer .right .box .item .title {
    font-size: 0.16rem;
    margin-top: 0;
  }
  .categarytop {
    font-size: 0.24rem;
  }
  .categarydesc {
    font-size: 0.16rem;
    line-height: 0.24rem;
  }
  .categarydesc p {
    padding: 0.05rem 0;
  }
  .dnaaaaDscontainer .cat {
    font-size: 0.28rem;
  }
  .dnaaaaDscontainer .catDesc p {
    font-size: 0.18rem;
    line-height: 0.3rem;
    width:45%;
    margin-bottom:5%;
  }
  .dnaaaaDscontainer .catDesc p::after{
      top:11px;
      left:2%;
      margin-left:0;
  }
  .dnaaaaDscontainer .catDesc p:last-child::before{
      width:1px;
  }
  .dnaaaaDscontainer .DsTable .DsBox td {
    display: block;
    width: 100%;
  }
  .dnaaaaDscontainer .DsTable .DsBox .left {
    padding-bottom: 0;
  }
  .dnaaaaDscontainer .DsTable .DsBox .right {
    padding-top: 0;
    width: 100%;
    border-bottom: 1px #bbb solid;
  }
  .dnaaaaDscontainer .DsTable {
    margin-top: 0.2rem;
  }
  .dnaaaaDscontainer .DsTable .DsBox .left h5 {
    font-size: 0.2rem;
    padding-left: 0.5rem;
  }
  .dnaaaaDscontainer .DsTable .DsBox .left p {
    font-size: 0.18rem;
    line-height: 0.34rem;
    padding-left: 0;
  }
  .openform {
    font-size: 0.16rem;
    line-height: 0.3rem;
  }
  .printHonerBox .tabtitle {
    overflow: hidden;
  }
  .printHonerBox .tabtitle a {
    display: block;
    padding: 0;
    width: 50%;
    float: left;
    font-size: 0.2rem;
  }
  .printSystemitem .item .title {
    font-size: 0.16rem;
    padding: 2%;
  }
  .printSystemitem .item .link {
    width: 0.3rem;
  }
  .cbBox2 span {
    width: 49%;
    padding-top: 49%;
  }
  .cbSwiper {
    height: 3rem;
  }
  .sectionTitle {
    padding: 10% 0 5%;
  }
  .sectionTitle span {
    font-size: 0.22rem;
  }
  .sectionTitle em {
    font-size: 0.16rem;
    margin-left: 0.2rem;
  }
  .sectionTitle a {
    display: none;
  }
  .cbBox3 .img {
    height: 3rem;
  }
  .cbBox3 .left {
    width: 100%;
    float: none;
  }
  .cbBox3 .right {
    width: 100%;
    float: none;
  }
  .caseInfo .left .card .font .title {
    font-size: 0.3rem;
  }
  .cardSpec .item {
    width: 100%;
    margin-right: 0;
  }
  .cardpic .img {
    width: 100%;
    margin-right: 0;
  }
  .designFlow {
    padding: 0;
  }
  .designFlow .pcimg {
    display: none;
  }
  .designFlow .wapimg {
    display: block;
  }
  .designContainer {
    /* 列间距、行间距 */
    grid-gap: 5px;
  }
  .designContainer .card {
    min-height: 100px;
  }
  .designContainer .card h2 {
    font-size: 0.12rem;
    height: 0.3rem;
    line-height: 0.3rem;
    padding: 0 0.05rem;
  }
  .design3Swiper .swiper-slide {
    width: 46%;
    margin: 1% 2%;
  }
  .design3Swiper .swiper-slide .pic {
    height: 2.5rem;
  }
  .design3Swiper .swiper-slide .name {
    font-size: 0.16rem;
    margin-top: 0;
  }
  .designList .left .box .item {
    width: 48%;
  }
  .designList .left .box .item .font {
    padding: 2%;
  }
  .designList .left .box .item .font .title {
    font-size: 0.18rem;
  }
  .designList .left .box .item .font .desc {
    font-size: 0.14rem;
    line-height: 0.2rem;
    height: 0.2rem;
  }
  .designList .left .box .item .font .tip {
    font-size: 0.12rem;
  }
  .designList .left .searchBox input {
    height: 0.4rem;
    width: 70%;
    font-size: 0.16rem;
  }
  .designList .left .searchBox button {
    height: 0.4rem;
    width: 28%;
    margin-left: 1%;
    font-size: 0.16rem;
  }
  .designList .newsContent .thumb {
    padding: 0.1rem 0;
  }
  .designList .newsContent .title {
    font-size: 0.2rem;
    margin-top: 0.2rem;
  }
  .designList .newsContent .content {
    font-size: 0.16rem;
    line-height: 0.3rem;
  }
  .design-container .main h6 {
    font-size: 0.22rem;
    line-height: 0.4rem;
  }
  .design-container .main p {
    font-size: 0.16rem;
    line-height: 0.3rem;
    margin-bottom: 0.2rem;
  }
  .newsNewBox .newTop .btns {
    gap: 0.05rem;
  }
  .newsNewBox .newTop .btns button {
    padding: 0;
    font-size: 0.14rem;
    flex: 1 1 0%;
  }
  .newGrid .col-span-1 {
    grid-column: span 3 / span 3;
  }
  .relativeBox .articleBox {
    padding: 2%;
    flex-direction: column;
  }
  .relativeBox .articleBox .pic {
    width: 100%;
  }
  .aboutBox .fontbox h3 {
    font-size: 0.24rem;
    line-height: 0.4rem;
    margin-bottom: 0.2rem;
  }
  .aboutBox .fontbox .content {
    font-size: 0.18rem;
  }
  .honerBox .topBox {
    overflow-x: auto;
  }
  .honerBox .top {
    min-width: 770px;
    gap: 0.1rem;
    justify-content: space-between;
  }
  .honerBox .content .horneritem {
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 0.1rem;
  }
  .honerBox .content .horneritem .imgBox .img {
    height: 2rem;
  }
  .honerBox .content .horneritem .imgBox .font {
    padding: 0.1rem;
  }
  .honerBox .content .horneritem .imgBox .font h6 {
    font-size: 0.2rem;
    line-height: 0.34rem;
    font-weight: bold;
  }
  .honerBox .content .horneritem .imgBox .font p {
    font-size: 0.16rem;
    line-height: 0.34rem;
  }
  .managerTeam {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .managerTeam .item {
    gap: 0.1rem;
  }
  .managerTeam .item .img {
    width: 2rem;
  }
  .managerTeam .item .font h6 {
    font-size: 0.2rem;
  }
  .managerTeam .item .font h5 {
    font-size: 0.16rem;
  }
   .managerTeam .item .font div {
    font-size: 0.16rem;
  }
  .managerMember {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .about2imgBox {
    padding: 5% 0;
  }
  .about2imgBox .about2Box {
    gap: 0.1rem;
    grid-template-rows: repeat(2, minmax(0, 1fr));
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .about2imgBox .about2Box .imgitem .title {
    font-size: 0.2rem;
    line-height: 0.3rem;
    float: left;
  }
  .about2imgBox .about2Box .imgitem.font {
    grid-column: 1;
    grid-row: 1 / span 2;
  }
  /*.about2imgBox .about2Box .imgitem.font2 {*/
  /*  grid-column: 2;*/
  /*  grid-row: 1 / span 2;*/
  /*}*/
  .scroll-container {
    margin-bottom: 0.1rem;
  }
  .scroll-container .scroll-wrap .scroll-item {
    margin-right: 0.1rem;
  }
  .scroll-container .scroll-wrap .scroll-item img {
    width: 2rem;
    height: 1rem;
  }
  .about2videowrap {
    overflow-x: auto;
  }
  .about2videoBpx {
    min-width: 800px;
    gap: 0.1rem;
  }
  .logo-container {
    padding: 0.1rem;
    /* 移动端单列 */
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.1rem;
  }
  .logo-item {
    padding: 10px 0;
  }
  .pages {
    padding: 0.7rem 0;
  }
  .LoginformBox{
    width:300px;
    height:400px;
  }
  .LoginformBox p{
    font-size:24px;
  }
  .layui-form-pane .layui-form-label{
    width: 80px;
    padding: 8px 5px;
  }
  .layui-form-item .layui-input-inline.long{
    width: 220px;
  }
  .layui-form-item .layui-input-inline.small{
    width: 110px;
  }
  .cart-container {
    padding: 10px;
  }

  .cart-header {

  }
  .cart-content {
    flex-direction: column;
    align-items: flex-start;
  }
  .cart-items{
    flex:1;
    width: 100%;
  }
  .cart-title {
    font-size: 20px;
  }
  .cart-item{
    padding:5px;
  }
  .cart-summary{
    width:96%;
    padding:2%;
  }
  .item-controls {
    width: 100%;
    justify-content: space-between;
  }
  .item-name{
    font-size:14px;
  }
  .item-spec{
    font-size:12px;
  }
  .item-price{
    font-size:16px;
  }
  .remove-btn {
    margin-left: auto;
  }
  .address-container {
    padding: 15px;
  }

  .address-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }

  .add-address-btn {
    width: 100%;
    justify-content: center;
  }

  .address-list {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .address-card {
    padding: 15px;
  }

  .modal-content {
    width: 95%;
    margin: 10% auto;
  }

  .region-select {
    grid-template-columns: 1fr;
  }

  .form-actions {
    flex-direction: column;
  }
  .btn-edit, .btn-delete{
    padding:5px;
    /*width: 50%;*/
  }
  .btn-cancel, .btn-submit{
    /*width: 100%;*/
  }

  .detail-row{
    font-size:12px;
  }
  .detail-label{
    width:70px;
  }
  .order-container {
    padding: 10px;
  }

  .page-title h2 {
    font-size: 20px;
    float:none;
    margin-bottom:10px;
  }

  .order-filter {
    padding: 0px;
    flex-direction: column;
    align-items: flex-start;
    float:none;
    gap:5px;
  }

  .filter-item {
    width: 100%;
  }

  .order-header {
    flex-direction: column;
    gap: 10px;

  }
  .order-number{
    font-size:12px;
  }
  .order-date {
    margin-left: 0;
    display:block;
    margin-top:5px;
    font-size:12px;
  }



  .order-summary {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }

  .order-actions {
    width: 100%;
    justify-content: flex-end;
  }

  .order-card {
    margin-bottom: 15px;
  }
  .payment-container {
    margin: 15px;
    padding: 15px;
  }

  .order-details {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .payment-options {
    flex-direction: column;
    align-items: center;
  }

  .payment-option {
    width: 96%;
    max-width: 96%;
    padding:5% 2%;
    flex:1;
  }

  .amount-value {
    font-size: 24px;
  }
  .order-body{
    padding:5px;
  }

  .orderAddressLine{
    position:relative;
    padding:5px;
  }
  .orderAddressLine .order-status{
    width: 40px;
    text-align: center;
    position:absolute;
    top:0;
    right:0;
  }
}


