/* 公共部分 */
::-webkit-scrollbar {

  display: none; /* Chrome Safari */

}
* {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
.flex-shrink {
  flex-shrink: 0;
}
.size {
  font-family: PingFang SC;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
[v-cloak] {
  display: none;
}
/* 头部导航栏 */
.header {
  position: fixed;
  top: 0;
  width: 90%;
  z-index: 9999;
  height: 60px;
  display: flex;
  /* background: #fff; */
  /* box-shadow: 0px 2px 15px 0px rgba(25, 37, 55, 0.05); */
  padding: 0 105px;
}
.header-container {
  display: flex;
  width: 100%;
  /* margin: auto; */
  align-items: center;
  /* background-color: pink; */
  justify-content: space-between;
}
.header .header-img {
  /* width: 158px; */
  width: 112px;
  height: 25px;
  background: url("./image/zpfsLogo1.png") no-repeat;
  /* margin: auto; */
}
.header-centre {
  display: flex;
  align-items: center;
  height: 100%;
}
.header-centre .centre-ul {
  height: 100%;
  display: flex;
  align-items: center;
}
.li-rel {
  position: relative !important;
}
.header-icon {
  position: absolute;
  top: 9%;
  left: 26%;
  width: 16px;
  height: 16px;
  fill: linear-gradient(135deg, #ef5333 0%, #ffece5 100%);
}
.header-centre .centre-ul .li2 {
  cursor: pointer;
  display: flex;
  padding: 9px 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  position: relative;
}
.home {
  z-index: 9999;
}
.li2 span {
  color: #fff;
}
.li2 span.header-corlor {
  color:#EB541F;;
}
/* .li2 span.header-corlor:before {
  content: '';
  position: absolute;
  left: 18px;
  top: 7px;
  z-index: -1;
  width: 16px;
  height: 16px;
  color: #000;
  background: url("image/Union.png") no-repeat;
  background-position: left 0px top -2px;
} */
.li2 span:not(.header-corlor) {
  color: #fff;
}
.activeColor .li2 span:not(.header-corlor) {
  color: #000;
}
.header-size {
  color: rgba(25, 37, 55, 0.6);
  /* 四级文字/加粗 */
  font-family: PingFang SC;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
}
.header-right {
  position: relative;
  text-align: center;
  margin-left: 351px;
  width: 120px;
  height: 40px;
  background: var(--unnamed, linear-gradient(90deg, #f63 0%, #f53d2d 100%));
  box-shadow: 0px 5px 14px 0px rgba(250, 78, 48, 0.5);
  cursor: pointer;
}
.header-right span {
  position: absolute;
  color: #fff;
  top: 9px;
  left: 32px;
}
.carousel-box {
  height:100vh;
}
/* 轮播图区域 */
.banner {
  width: 100%;
  height: 100%;
  position: relative;
}
img {
  width: 100%;
  height: 100%;
}
.banner-con{
 margin: 0 auto;
}
.banner-content {
  position: absolute;
  top: 42%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: max-content;
  /* bottom: 132px; */
}
.banner-content-second {
  position: absolute;
  bottom: 100px;
  left: 80px;
  /* transform: translate(-50%, -50%); */
  width: max-content;
}
.banner-content-title {
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 1;
  position: relative;
  z-index: 999;
}
.banner-content-second::before {
  content: '';
  position: absolute;
  left: -10px;
  top: 10px;
  z-index: 10;
  width: 35px;
  height: 35px;
  background: linear-gradient(135deg, #EB541F 0%, rgba(235, 84, 31, 0.10) 100%); 
  z-index: 998;
}
.banner-btn-group {
  display: flex;
  margin-top:60px;
}
.banner-btn-group img {
  width: 42px;
  height: 42px;
  margin-right: 15px;
}
.banner-btn-group .btn-action {
  cursor: pointer;
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  padding: 9px 16px;
  width: 178px;
  height: 50px;
  flex-shrink: 0;
  font-size: 20px;
  color: #333;
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 4px 4px 0px rgba(0, 65, 158, 0.10), 2px 2px 2px 0px rgba(0, 65, 158, 0.20) inset;
}
.banner-btn-group .btn-action:hover {
  background-color: #EB541F;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.banner-btn-group .btn-action:hover img {
  display: none;
}
.banner-btn-group .btn-action:hover .btn-label {
  display: block;
}
.btn-label {
  display: none;
  color: #FFF;
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 169.231% */
  letter-spacing: 0.65px;
}
.banner-btn-group .btn-action:first-child {
  margin-right: 20px;
}
.banner-title {
  font-size: 64px;
  text-align: center;
  display: inline-block;
  /* margin: 0 0.5rem; */
  animation: slideInLeft; /* referring directly to the animation's @keyframe declaration */
  animation-duration: 2s; /* don't forget to set a duration! */
}
.banner-label {
  color: #FFF;
  font-family: PingFang SC;
  font-size: 40px;
  font-style: normal;
  font-weight: 100;
  line-height: 100px;
  animation: slideInLeft; /* referring directly to the animation's @keyframe declaration */
  animation-duration: 2s; 
}
.line-block {
  width: 127px;
  height: 1px;
  border-radius: 5px;
  background: #EB541F;
  margin:auto;
  margin-top:7px;
  /* margin: ; */
}
.banner-content-cent {
  color: #535d6b;
  font-family: PingFang SC;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 78.571% */
  margin-top: 33px;
}
.banner-item2-label {
  width: 818px;
  color: #fff;
  /* font-weight: 600; */
  text-align: justify;
  text-shadow: 0px 4px 4px rgba(0, 65, 158, 0.20);
  font-family: PingFang SC;
  font-size: 36px;
  font-style: normal;
  line-height: 70px; /* 194.444% */
}
.banner-item2-label span {
  font-size: 48px;
}
.banner-content-bttom {
  position: relative;
  width: 239px;
  height: 48px;
  text-align: center;
  background: var(--unnamed, linear-gradient(90deg, #f63 0%, #f53d2d 100%));
  box-shadow: 0px 5px 14px 0px rgba(250, 78, 48, 0.5);
  margin-top: 82px;
  cursor: pointer;
}
.bannerImg {
  animation-name: likes;
  animation-direction: alternate;
  animation-timing-function: linear;
  animation-delay: 2s;
  animation-iteration-count: infinite;
  animation-duration: 15s;
  transform-origin:100% 0;
}
@keyframes likes {
  0%{
       transform: scale(1,1);
       /* transform: translate(0); */
    }
    25%{
       transform: scale(1.2, 1.2);
       /* transform: translate(-100px); */
    }
    50%{
       transform: scale(1.4, 1.4);
       /* transform: translate(-200px); */
    }
    75%{
       transform: scale(1.6, 1.6);
       /* transform: translate(-300px); */
    }
    100%{
       transform: scale(1.8, 1.8);
       /* transform: translate(-400px); */
    }
}
.banner-content-bttom span {
  position: absolute;
  color: #fff;
  top: 13px;
  right: 40%;
}
.banner-chat-img {
  margin-top: 82px;
  display: flex;
}
.banner-chat-img1 {
  width: 207px;
  padding: 16px;
}
.banner-chat-img1 {
  margin-right: 10px;
}
.banner-chat-img img {
  width: 100%;
  height: 100%;
}
.el-carousel__arrow--left {
  right: 0 !important;
  left: 97.2% !important;
  top: 55% !important;
  background: #fff !important;
}
.el-carousel__arrow--right {
  background: #ff6633 !important;
}
.el-carousel__arrow--left i {
  color: #ff6633 !important;
}
.right-img {
  position: absolute;
  right: 5%;
  bottom: 100px;
  color: #FFF;
  font-size: 36px;
  font-weight: 400;
}
.right-img2 {
  right: 0 !important;
  height: 77% !important;
}
.right-img img {
  width: 100%;
  height: 100%;
}
.span-rel {
  position: relative;
}
.section {
  width: 16px;
  height: 16px;
  position: absolute;
  top: -24px;
  left: -1px;
  z-index: -1;
}
.section5 {
  top: -10px;
  left: -2px;
}
.section img {
  width: 100%;
  height: 100%;
}
.section8 {
  top: -27px;
  left: 96px;
}
.appmall-text {
  margin: auto;
  /* margin-top: 30px; */
  text-align: center;
}
.appmall-top {
  color: #6c6c6c;
  font-family: PingFang SC;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 80px 0 83px 0;
}
.appmall-top span {
  z-index: 999;
}
.appmall-bttom {
  text-align: center;
  margin-top: 14px;
}
.appmall-text2{
  /* padding-top: 100px; */
}
.appmall {
  height: 100vh;
}
.continer {
  padding: 231px;
}

.card {
  display: flex;
  margin: auto;
  align-items: flex-end;
  justify-content: space-around;
  /* margin-top: 160px; */
}
/* .card {
  margin-top: 100px;
  width: 702px;
  height: 357px;
  flex-shrink: 0;
  background: #fff;
  box-shadow: 0px 4px 18px 0px rgba(29, 53, 89, 0.08);
} */
.card-left{
  /* width: 100px;
  height: 120px;
  overflow: hidden;
  position: relative; */
  /* height: 699px;
  width: 100%; */
  /* display: flex;
  align-items: center;
  justify-content: center; */
}
.block2 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-litile2{
  width: 440px !important;
  height: 280px !important;
  position: absolute;
  right: 0;
}
.card-litile2 img{
  /* width: 100%;
  height: 100%; */
}
.card-list{
  width: 660px;
  height: 320px;
  background: #fff;
  box-shadow: 0px 4px 18px 0px rgba(29, 53, 89, 0.08);
  position: relative;
  transition: width 0.3s;
}
.card-list::before {
  position: absolute;
  right: 10px;
  top: 0;
  content: "";
  display: block;
  width: 440px;
  height: 280px;
  /* background-image: url("image/cardlist1.png");
  background-size: cover; */
}

.card-buttom {
  position: absolute;
  left: 27px;
  bottom: 5px;
}
.card-left-img {
  display: flex;
}
.card-litile {
  width: 50px;
  height: 50px;
}
.card-litile img {
  width: 100%;
}
.convenient {
  color: #ee4d2d;
  font-size: 20px;
  letter-spacing: 0.6px;
}
.convenient-text {
  color: rgba(25, 37, 55, 0.8);
  font-size: 12px;
  letter-spacing: 0.36px;
}
.card-text {
  margin-top: 25px;
}
/* 领航预制菜电商平台页面 */
#section3{
  height: 100vh;
  width: 100%;
}
.continer2 {
  height: 100%;
  /* background-color: pink; */
  position: relative;
}
.lvjing1 {
  width: 100%;
  height: 100%;

  /* 背景模糊毛玻璃效果 */
  -webkit-filter: blur(7px);
  -moz-filter: blur(7px);
  -ms-filter: blur(7px);
  -o-filter: blur(7px);
  filter: blur(7px);
  background: url('./image/page-block3-1.webp');
  background-position: bottom;
  background-size: cover;
  background-attachment: fixed;
  filter: progid: DXImageTransform.Microsoft.Blur(PixelRadius=4, MakeShadow=false);
  /* 变暗效果 */
  /* filter: brightness(50%); */
}
.lvjing2 {
  width: 100%;
  height: 100%;

  /* 背景模糊毛玻璃效果 */
  -webkit-filter: blur(7px);
  -moz-filter: blur(7px);
  -ms-filter: blur(7px);
  -o-filter: blur(7px);
  filter: blur(7px);
  background: url('./image/page-block3-2.webp');
  background-position: bottom;
  background-size: cover;
  background-attachment: fixed;
  filter: progid: DXImageTransform.Microsoft.Blur(PixelRadius=4, MakeShadow=false);
  /* 变暗效果 */
  /* filter: brightness(50%); */
}
.lvjing3 {
  width: 100%;
  height: 100%;

  /* 背景模糊毛玻璃效果 */
  -webkit-filter: blur(7px);
  -moz-filter: blur(7px);
  -ms-filter: blur(7px);
  -o-filter: blur(7px);
  filter: blur(7px);
  background: url('./image/page-block3-3.webp');
  background-position: bottom;
  background-size: cover;
  background-attachment: fixed;
  filter: progid: DXImageTransform.Microsoft.Blur(PixelRadius=4, MakeShadow=false);
  /* 变暗效果 */
  /* filter: brightness(50%); */
}
.lvjing4 {
  width: 100%;
  height: 100%;

  /* 背景模糊毛玻璃效果 */
  -webkit-filter: blur(7px);
  -moz-filter: blur(7px);
  -ms-filter: blur(7px);
  -o-filter: blur(7px);
  filter: blur(7px);
  background: url('./image/page-block3-4.webp');
  background-position: bottom;
  background-size: cover;
  background-attachment: fixed;
  filter: progid: DXImageTransform.Microsoft.Blur(PixelRadius=4, MakeShadow=false);
  /* 变暗效果 */
  /* filter: brightness(50%); */
}
.page-label {
  width: calc(100vw - 500px);
  color: white;
	font-size: 36px;
	padding: 105px 100px 168px 100px;
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	text-shadow: 0px 0px 20px black;
  border-radius: 10px;
  border: 2px solid #FFF;
  opacity: 0.5;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.25) 100%);
}
/* .band-ul {
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0px, 4fr));
  gap: 78px 47px;
  margin-top: 32px;
}
.band-ul li {
  display: flex;
  justify-content: center;
  align-items: center;
}
.band-ul img {
  object-fit: cover;
  width: auto!important;
  height: auto!important;
} */
.veg-text .appmall-bttom span {
  color: rgba(25, 37, 55, 0.6);
  font-family: PingFang SC;
  font-size: 18px;
  letter-spacing: 0.54px;
}
.veget-list {
  display: flex;
  margin-top: 75px;
}
.company {
  margin-right: 20px;
  margin: 20px 0 0 20px;
  flex: 1;
  background: #fff;
  box-shadow: 0px 4px 18px 0px rgba(29, 53, 89, 0.08);
}
.comany1 {
  position: relative;
}
.company2 {
  position: relative;
}
.company3 {
  position: relative;
}
.company-card-top {
  text-align: center;
  margin-top: 68px;
}
.company-img {
  width: fit-content;
  height: 72px;
  margin: 0 auto;
}
.company-img img {
  width: 100%;
  height: 100%;
}
.company-top div {
  color: #fb7b3c;
  font-size: 22px;
  letter-spacing: 0.66px;
  margin-top: 20px;
}
.company-text {
  padding: 30px;
  color: rgba(25, 37, 55, 0.6);
  text-align: justify;
  font-family: PingFang SC;
  font-size: 16px;
  letter-spacing: 0.48px;
}
.yh {
  width: 72px;
  height: 72px;
}
.yh1 {
  position: absolute;
  top: -30px;
  left: 20px;
}
.yh img {
  width: 100%;
  height: 100%;
}
.yh2 {
  position: absolute;
  top: -30px;
  left: 20px;
}
.yh3 {
  position: absolute;
  top: -30px;
  left: 20px;
}
/* 百叶窗 */
.block3-ul {
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
}
.default-block {
  width: 25%;
  height: 100%;
  transition: all .6s;
  overflow: hidden;
  position: relative;
}
.block-li1::after {
  content: '品质保障';
  position: absolute;
  left: 40px;
  top: 200px;
  color: #fff;
  z-index: 999;
}
.block3-ul li img {
  width: 100vw;
  height: 100%;
}
.block1-img {
  background: url("./image/page-block3-1.webp");
  background-position: 900px 0;
  background-size: 100% 100%;
  background-attachment: fixed;
  /* background-repeat: no-repeat; */
}
.block1-img:hover {
  background-size:110% 110%;
  background-position: 950px 0;
}
.block2-img:hover {
  background-size:110% 110%;
  background-position: 250px 0;
}
.block3-img:hover {
  background-size:110% 110%;
  background-position: 0px 0;
}
.block4-img:hover {
  background-size:110% 110%;
  background-position: 730px 0;
}
.block2-img {
  background: url("./image/page-block3-2.webp");
  background-position: 300px 0;
  background-size: cover;
  background-attachment: fixed;
  background-size: 100% 100%;
}
.block3-img {
  background: url("./image/page-block3-3.webp");
  background-position: 100px 0;
  background-size: cover;
  background-size: 100% 100%;
  background-attachment: fixed;
}
.block4-img {
  background: url("./image/page-block3-4.webp");
  background-position: 780px 0;
  background-size: cover;
  background-size: 100% 100%;
  background-attachment: fixed;
}
.img1-label,
.img2-label,
.img3-label,
.img4-label {
  position: absolute;
  right: 40px;
  top: 184px;
  color: #fff;
  z-index: 997;
  color: #FFF;
  font-size: 36px;
  line-height: 53px; /* 147.222% */
}
.openImg {
  width: 100vw!important;
  /* position: relative; */
  position: absolute;
  left: 0;
  bottom: 0;
  /* filter: blur(10px);  */
  z-index: 998;
  background-position: bottom!important;
}
.closeImg {
  display: none;
  /* width:0!important; */
}
.loader {
  width: 48px;
  height: 48px;
  display: inline-block;
  position: absolute;
  z-index: 999;
  /* background-color: #2673dd; */
}
.loader::after,
.loader::before {
  content: '';  
  /* margin:auto; */
  box-sizing: border-box;
  color: #000;
  font-size:25px;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: #e0d1d1;
  position: absolute;
  /* display: flex;
  justify-content: center;
  align-items: center; */
  right: 450px;
  top: -300%;
  animation: animloader 2s linear infinite;
}
.loader1 {
  width: 48px;
  height: 48px;
  display: inline-block;
  position: absolute;
  z-index: 999;
}
.loader1::after,
.loader1::before {
  content: '';  
  box-sizing: border-box;
  color: #000;
  font-size:25px;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: #e0d1d1;
  position: absolute;
  right: 280px;
  top: -550%;
  animation: animloader 3s linear infinite;
}
.loader2 {
  width: 38px;
  height: 38px;
  display: inline-block;
  position: absolute;
  z-index: 999;
}
.loader2::after,
.loader2::before {
  content: '';  
  box-sizing: border-box;
  color: #000;
  font-size:25px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #e0d1d1;
  position: absolute;
  right: 100px;
  top: -560%;
  animation: animloader 2s linear infinite;
}
.loader3 {
  width: 38px;
  height: 38px;
  display: inline-block;
  position: absolute;
  z-index: 999;
}
.loader3::after,
.loader3::before {
  content: '';  
  box-sizing: border-box;
  color: #000;
  font-size:25px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #e0d1d1;
  position: absolute;
  right: 300px;
  top: -270%;
  animation: animloader 2s linear infinite;
}
.loader4 {
  width: 38px;
  height: 38px;
  display: inline-block;
  position: absolute;
  z-index: 999;
}
.loader4::after,
.loader4::before {
  content: '';  
  box-sizing: border-box;
  color: #000;
  font-size:25px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #e0d1d1;
  position: absolute;
  right: 210px;
  top: -100%;
  animation: animloader 2s linear infinite;
}
.loader5 {
  width: 38px;
  height: 38px;
  display: inline-block;
  position: absolute;
  z-index: 999;
}
.loader5::after,
.loader5::before {
  content: '';  
  box-sizing: border-box;
  color: #000;
  font-size:25px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #e0d1d1;
  position: absolute;
  right: 290px;
  top: 50%;
  animation: animloader 2s linear infinite;
}
.loader6 {
  width: 38px;
  height: 38px;
  display: inline-block;
  position: absolute;
  z-index: 999;
}
.loader6::after,
.loader6::before {
  content: '';  
  box-sizing: border-box;
  color: #000;
  font-size:25px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #e0d1d1;
  position: absolute;
  right: 230px;
  top: 230%;
  animation: animloader 2s linear infinite;
}
.loader7 {
  width: 38px;
  height: 38px;
  display: inline-block;
  position: absolute;
  z-index: 999;
}
.loader7::after,
.loader7::before {
  content: '';  
  box-sizing: border-box;
  color: #000;
  font-size:25px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #e0d1d1;
  position: absolute;
  right: 400px;
  top: 400%;
  animation: animloader 2s linear infinite;
}
.loader::after,
.loader1::after,
.loader2::after,
.loader3::after,
.loader4::after,
.loader5::after,
.loader6::after,
.loader7::after {
  animation-delay: 1s;
}

@keyframes animloader {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
    
.activeColor {
  /* background-color: #fff; */
}
.add-block3 {
  cursor: url("./image/point.png"), auto;
  width:100%;
  min-width: 1024px;
  margin: auto;
  /* background-color: pink; */
  height:100%;
  background-image: url("./image/page-block5.webp");
  background-size: auto;
  background-repeat: no-repeat;
  background-position:right;
  background-position-y: 50%;
  margin-right: 145px;
}
.carousel-box2 {
  cursor: url("./image/hoverHand.svg"), auto;
}
.close-Img-Icon img {
  width: 26px;
  height: 29px;
}
.close-Img-Icon {
  width: 100px;
  height: 100px;
  color: #EFEFEF;
  text-align: center;
  font-family: PingFang SC;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px; /* 85% */
  position: absolute;
  right: 67px;
  top: 136px;
  z-index: 999;
  cursor: url("./image/hoverHand.svg"), auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@keyframes color-change {
  0% {color: red;}
  50% {color: green;}
  100% {color: red;}
}
.row-block {
  width: 100%;
  /* background-color: pink; */
  height:100%;
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: center;
  animation-name: color-change;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  position: relative;
}
.row-block-left {
  width:80%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  animation-name: color-change;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  position: relative;
  z-index: 999;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
}
.row1-label {
  color: #000;
  text-align: center;
  font-family: PingFang SC;
  font-size: 64px;
  font-style: normal;
  font-weight: 100;
  line-height: 58px; /* 140.625% */
  letter-spacing: 27.35px;
  /* animation: blink 3s linear infinite; */
}
@keyframes blink {
  0% {
  opacity: 1;
  }
  50% {
  opacity: 0;
  }
  100% {
  opacity: 1;
  }
  }
.row2-label {
  text-align: center;
font-family: PingFang SC;
font-size: 20px;
font-style: normal;
font-weight: 100;
line-height: 61px; /* 281.25% */
letter-spacing: 7.3px;
color: #000;
/* opacity: 0.8; */
/* background: linear-gradient(270deg, #D7D7D7 -16.15%, #756973 116.94%); */
/* background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent; */
/* animation: blink  1s ease-in infinite; */
}
.row3-label {
  text-align: center;
font-family: PingFang SC;
font-size: 64px;
font-style: normal;
font-weight: 100;
line-height: 74px; /* 140.625% */
letter-spacing: 24.32px;
opacity: 0.8;
background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, rgba(153, 153, 153, 0.68) 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
transform: rotateX(180deg);
/* animation: blink 3s linear infinite; */
}
/* 下方轮播图 */
.carousel-box2 {
  margin-top: 0;
  position: relative;
}
.banner-text {
  width: 677px;
  height: 224px;
  position: absolute;
  top: 15%;
  left: 16%;
}
.el-carousel__indicator {
  text-align: right;
}
.banner-text2 {
  position: absolute;
  top: 15%;
  left: 16%;
  width: 729px;
  height: 244px;
  background: rgba(0, 0, 0, 0.6);
  padding: 20px 30px 0 30px;
}
.banner-text-top2 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.84px;
}
.banner-text-bot2 {
  color: rgba(255, 255, 255, 0.8);
  text-align: justify;
  font-size: 14px;
  font-weight: 700;
  line-height: 31px; /* 193.75% */
  margin-top: 20px;
}
.banner-text-top {
  color: #192537;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.84px;
  margin-bottom: 3%;
}
.banner-text-bot {
  color: rgba(25, 37, 55, 0.8);
  text-align: justify;
  font-size: 16px;
  line-height: 31px; /* 193.75% */
  letter-spacing: 0.48px;
}

/* 企业风采 */
.enterprise {
  height: auto;
}
.enterprise-content {
  position: relative;
}
.enterprise-top {
  color: #fff;
  font-size: 40px;
}
.enterprise-text {
  color: rgba(255, 255, 255, 0.6);
  font-size: 18px;
  letter-spacing: 0.54px;
}
.enterprise-bom {
  color: rgba(255, 255, 255, 0.6);
  font-size: 18px;
  letter-spacing: 0.54px;
  margin-top: 7%;
}
.enterprise-box {
  display: grid;
  justify-content: center;
  margin-top: 35px;
  justify-items: center;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 20px;
}
.box-border-img {
  margin-right: 0.5%;
  overflow: hidden;
  height: 210px;
}
.box-border-img img {
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease-in-out;
}
.box-border-img:hover img {
  transform: scale(1.1);
  position: relative;
  z-index: 1;
}
.box-border2 {
  display: inline-flex;
  justify-content: center;
  flex: 5;
  margin-top: 1%;
  position: relative;
  overflow: hidden;
}
.box-margin {
  margin-top: 1%;
}
.partner-list {
  margin-top: 5%;
}
.partner-list-img img {
  object-fit: cover; /* 保持图片比例不变并填满容器 */
  object-position: center; /* 图片在容器中居中对齐 */
}
.el-row {
  display: flex;
  align-items: center;
}
.partner-list-img {
  text-align: center; /* 图片水平居中对齐 */
  display: flex;
  justify-content: center;
  align-items: center; /* 图片垂直居中对齐 */
}
/* 加入我们 */
.join {
  position: relative;
}
.join-text-center {
  color: rgba(255, 255, 255, 0.6);
  font-size: 18px;
  letter-spacing: 0.54px;
}
.enterprise-text {
  width: 80vw;
  text-align: center;
  position: absolute;
  top: 57%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.join-me-txt {
  color: #fff;
  display: flex;
}
.join-me-txt:hover .join-HR {
  display: block;
}
.join-me {
  margin-top: 8%;
  display: flex;
  justify-content: center;
  position: relative;
}
.join-img {
  width: 24px;
  height: 24px;
}
.join-img img {
  width: 100%;
  height: 100%;
}
.join-HR {
  position: absolute;
  top: -133px;
  left: calc(80vw - 45%);
  display: none;
}
.welfare {
  margin-top: 3vh;
  /* display: flex; */
}
.welfare-list {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.welfare-list-first {
  display: inline-block;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
  /* margin-right: 50px; */
}
.welfare-list-img {
  width: 60px;
  height: 60px;
  margin: auto;
}
.welfare-list-img img {
  width: 100%;
  height: 100%;
}
.welfare-list-first:last-child {
  margin-right: 0;
}
.welfare-list-title {
  color: #192537;
  font-size: 16px;
  letter-spacing: 0.48px;
  margin: 17px 0;
}
.welfare-list-text {
  width: 200px;
  color: rgba(25, 37, 55, 0.6);
  text-align: center;
  font-size: 14px;
  line-height: normal;
}
/* 最底部 */
.footer-content {
  width: 95vw;
  position: absolute;
  bottom: 63px;
  left: 50%;
  transform: translateX(-50%);
}
.footer {
  background-image: url('./image/footer-img.webp');
  background-repeat: no-repeat;
  /* background-size: 100%; */
  height: 100vh;
  position: relative;
}
.solid {
  width: 80%;
  border: 1px solid #e9e9e9;
  margin: auto;
}
.footer-top {
  position: relative;
  display: flex;
  justify-content: space-evenly;
}
.shopping-title {
  color: #000;
  font-size: 18px;
  line-height: 22px; /* 122.222% */
}
.shopping-text {
  color: rgba(25, 37, 55, 0.6);
  font-size: 14px;
  line-height: 22px; /* 157.143% */
  letter-spacing: 0.56px;
  cursor: pointer;
}
.m-top {
  margin-top: 32px;
}
.footer-width {
  width: 266px;
  height: 44px;
}
.footer-icon {
  width: 120px;
  height: 40px;
  display: flex;
  align-items: center;
  border: 1px solid #8f9eb3;
  justify-content: center;
}
.footer-icon img {
  width: 100%;
  height: 100%;
}
.line-height {
  line-height: 30px;
}
.icon-img {
  width: 16px;
  height: 16px;
}
.footer-icon .wen {
  margin-left: 10px;
}
.chaticon {
  display: flex;
  width: 190px;
  height: 48px;
  border: 1px solid #8f9eb3;
  align-items: center;
}
.chaticon-box, .android-box, .ios-box {
  background: #8f9eb3;
  width: 48px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.chaticon img {
  width: 30px;
  height: 30px;
  margin: auto;
}
.chaticon-shop {
  margin-left: 20%;
}
.ydapp-chat {
}
.four-xin {
  display: flex;
  align-items: center;
}
.chevron-right {
  width: 20px;
  height: 20px;
  margin-left: 10px;
}
.privacy {
  color: #2673dd;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px; /* 183.333% */
}
.m-top2 {
  margin-top: 20px;
}
.flex {
  display: flex;
}
.footer-bottom {
  /* height: 63px; */
  display: flex;
  justify-content: space-around;
  padding:20px 0;
  /* background: #EB541F; */
  border-top: 1px solid #D9D9D9;
  width: 100%;
  position: absolute;
  bottom: 0;
}
.bottom-size {
  color: rgba(25, 37, 55, 0.6);
  font-size: 14px;
  line-height: 22px;
}
.footer-span {
  /* border-bottom: 1px solid #8f9eb3; */
  margin-right: 30px;
  cursor: pointer;
  color: #fff;
  font-size: 14px;
}
.showBack {
  width: 48px;
  height:48px;
  position: fixed;
  z-index: 999;
  bottom: 100px;
  right:100px;
  /* opacity: 1; */
  transition: all 1s;
}
.continer6 {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  /* background: url(./image/block5-map-bg.png) no-repeat center; */
}
.container6-img-top {
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%)
}
.m-homePage-seats-logo-list-wrapper {
  position: relative;
  width: 1600px;
  overflow: hidden;
}
.m-homePage-trust>div, .m-homePage-scene>div, .m-homePage-touch>div, .m-homePage-solution>div, .m-homePage-seats>div, .m-homePage-reasons>div {
  margin: 0 auto;
  width: 1600px;
  text-align: center;
}
.m-homePage-seats-logo-list-wrapper .mask-left {
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(to left,rgba(255,255,255,0) 0%,#fff 100%);
  z-index: 10;
  width: 100px;
  height: 88px;
}
.m-homePage-seats-logo-list.row1 {
  margin-bottom: 32px;
  /* -webkit-animation: 90s rowup-left linear infinite normal; */
  animation: 90s rowup-left linear infinite normal;
}
.m-homePage-seats-logo-list {
  display: flex;
}
.m-homePage-seats-logo-list img {
  height: 28px;
  margin-right: 64px;
}
.m-homePage-seats-logo-list-wrapper .mask-right {
  position: absolute;
  top: 0;
  right: 0;
  background-image: linear-gradient(to right,rgba(255,255,255,0) 0%,#fff 100%);
  width: 100px;
  height: 88px;
}
.m-homePage-seats-logo-list-wrapper .row2 {
  flex-direction: row-reverse;
  animation: 90s rowup-right linear infinite normal;
}
.m-homePage-seats-logo-list-wrapper .row2 img:first-child {
  margin-right: 0;
}
.m-homePage-seats-logo-list img {
  height: 70px;
  width: fit-content;
  /* margin-right: 64px; */
}
@keyframes rowup-left {
  0% {
    transform: translate3d(0,0,0);
  }
  100% {
    transform: translate3d(-800px,0,0);
  }
}
@keyframes rowup-right {
  0% {
    transform: translate3d(0,0,0);
  }
  100% {
    transform: translate3d(910px,0,0);
  }
}
.el-carousel__indicator.is-active button {
  width: 65px;
}

.el-carousel__button {
  width: 23px;
  height: 8px!important;
  border-radius: 10px;
}
.footer-ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* border-bottom: 1px solid #D9D9D9; */
}

.footer-li {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 65px;
  padding: 30px 0;
}
.footer-icon-label {
  margin-left:23px;
  color: #fff;
  font-size: 20px;
}
.footer-li img {
  width: 51.522px;
  height: 42px;
  flex-shrink: 0;
  margin-bottom: 10px;
}
.footer-info-box {
  display: flex;
  padding: 41px 0 20px 0;
}
.footer-info-left {
  border-right: 1px solid #D9D9D9;
  padding-right: 3vw;
}
.info-li {
  display: flex;
}
.info-li img {
  width: 23px;
  height: 23px;
  margin-right:12px;
}
.footer-logo {
  width: 180px;
  height: 41px;
  margin-bottom: 14px;
}
.info-li {
  color: #fff;
  font-size: 14px;
  margin-bottom: 18px;
}
.info-li div {
  /* width: 300px; */
}
.info-li span {
  font-weight: 600;
}
.code-box {
  display: flex;
}
.container-ul {
  display: flex;
  /* min-width: 684px; */
  justify-content: space-between;
  align-items: flex-start;
  padding: 18px 41px;
  border-right: 1px solid #fff;
  position: sticky;
}
.container-ul-li {
  margin: 0 30px;
}
.container-child-li {
  color: #fff;
  font-size: 13px;
  margin-bottom: 9px;
}
.container-li-title {
  color: #fff;
  font-size: 16px;
  margin-bottom: 18px;
}
.code-box {
  padding: 9px 41px;
}
.code-box img:first-child {
  margin-right: 45px;
}
.header-second-box {
  width: 66px;
  position: absolute;
  top: 40px;
  left: 0px;
  opacity: 0.8;
  background: #EB541F;
  padding: 12px 24px;
  border-radius: 10px;
  color: #FFF;
  font-size: 14px;
  line-height: 36px; /* 225% */
  z-index: 99;
  text-align: center;
  display: none;
}
.active-select:hover .header-second-box, .header-second-box:hover {
  display: block;
}
.second-item-title:hover {
  color: #000;
}
.enterprise-img {
  /* height: calc(100vh - 474px); */
  width:100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-family: PingFang SC;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}
.position-img {
  position: absolute;
  top: 20vh;
  left: 0;
}

.banner-height {
  /* height: 479px!important; */
}
.secondActiveColor {
  color: #333!important;
}
.secondActiveColor:hover {
  color: #fff!important;
}
.code-box img {
  width: 153px;
  height: 192px;
}
.container-child-li a {
  text-decoration: none;
  color: #fff;
}
.info-li span {
  width: 50px;
}
@media screen and (min-width: 600px) and (max-width: 1500px) {
  .add-block3 {
    /* width: 1200px;
    height: 90%; */
    /* background-image: url('./image/page-block4-ipad.png')!important; */
    background-size: 74% 98%!important;
    margin-right: 14px;
  }
  .row-block-left {
    top: 48%;
  }
  .row1-label {
    color: #000;
    text-align: center;
    font-family: PingFang SC;
    font-size: 49px;
    font-style: normal;
    font-weight: 100;
    line-height: 28px;
    letter-spacing: 27.35px;
  }
  .row2-label {
    text-align: center;
    font-family: PingFang SC;
    font-size: 14px;
    font-style: normal;
    font-weight: 100;
    line-height: 60px;
    letter-spacing: 7.3px;
    color: #000;
  }
  .close-Img-Icon {
    top: 64px;
  }
  .loader1::after, .loader1::before {
    right: 216px;
    top:-449%;
  }
  .loader::after, .loader::before {
    right: 373px;
    top: -252%;
  }
  .loader2::after, .loader2::before  {
    top: -440%;
  }
  .loader3::after, .loader3::before {
    right: 271px;
    top: -204%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1700px) {
  .container-ul-li {
    margin: 0 10px;
  }
  .container-ul {
    padding: 18px 33px;
  }
  .footer-li {
    margin: 0;
  }
  .info-li div {
    display: inline;
    width: fit-content;
  }
  .code-box img{
    transform: scale(0.8);
  }
  .code-box img:first-child {
    margin-right: 0px;
  }
}