body::before {
  content: "";
  background-image: url('https://hliit.oss-cn-shenzhen.aliyuncs.com/huali/cn/watermark.webp');
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  /* 半透明背景 */
  z-index: 0;

  opacity: .06;

  background-repeat: no-repeat;
  background-position: center;
  background-size: 70% auto;
  /* 使图片宽度占满容器，按比例缩放高度 */
  background-attachment: fixed;

  pointer-events: none;
}

.videotemplate {
  display: flex;
  margin: 30px auto;
  /* background-color: #0061B0; */
}

.videotemplate .mp4 {
  height: auto;
  width: 600px;
  border-radius: 8px;
  overflow: hidden;
  margin-right: 1rem;
}

.videotemplate .template {
  width: 50%;
  height: auto;
  border-radius: 8px;
  position: relative;
}

.videotemplate .template .video-title span:first-child {
  font-size: 1.4rem;
  color: #00B050;
  font-weight: 600;

}

.videotemplate .template .video-title span:last-child {
  font-size: 1rem;
  color: #00B050;
}

.videotemplate .template .pic {
  width: 100%;
}

.videotemplate .template .btn {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  top: 55%;
  left: 20%;
  /* 将左边距设置为父元素宽度的50% */
  transform: translate(-50%, -50%);
  position: absolute;
  width: 22rem;
  text-align: center;
  color: white;
  font-size: 1.6rem;
  padding: .6rem;
  border-radius: 74px;
  background: linear-gradient(100deg, #21C76C 12%, #21BCC7 93%);
  box-sizing: border-box;
  border: 1px solid #ffffff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
  transition: .5s;
  animation: scaleAni 1s infinite ease-in-out alternate;
}

.videotemplate .template .btn:hover {
  scale: 1.2;
  left: 20%;
  border: 1px solid #ffffffba;
  background: linear-gradient(100deg, #25c86e 12%, #20cfdc 93%);
}

.iph-star {
  display: none;
}

/* 隐藏原来的侧边 */
.suspension {
  display: none !important;
}

.contactUs {
  display: none !important;
}

.first-view .title-one {
  display: flex;
  width: 90%;
  margin: 0 auto;
  background: linear-gradient(270deg, #99FF24 0%, #2ADFAC 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  justify-content: left;
  align-items: center;
}

.first-view .authentication {
  width: auto;
  height: 3.6rem;
  font-size: 1.2rem;
  background: linear-gradient(270deg, #40A8BC 2%, rgba(79, 226, 178, 0.7) 80%);
  box-sizing: border-box;
  border: 1px solid #40A8BC;
  backdrop-filter: blur(10px);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  border-radius: 1.6rem;
  padding: .6rem .6rem;
  padding-right: 1.2rem;
  margin-left: 1rem;

  -webkit-background-clip: unset;
  -webkit-text-fill-color: #fff;
  background-clip: unset;
}

.first-view .authentication .title-one-first {
  -webkit-text-fill-color: #99FF24;
}

.first-view .authentication img {
  width: 2.6rem;
  height: 2.6rem;
  margin-right: .8rem;
}

.first-view .top img {
  width: 3rem;
  height: 3rem;
  margin-right: .6rem;
}

.first-view .top {
  width: 86;
  display: none;
  padding: 1rem;
  color: white;
  position: fixed;
  top: 4.25rem;
  right: 0;
  z-index: 10;
  font-size: 1.3rem;
  border-radius: 0px 0px 0px 1.8rem;
  background: rgba(38, 156, 220, 0.9);
  backdrop-filter: blur(10px);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
  /* background-color: #279318; */

}


.first-view .content {
  width: 50%;
}

.first-view .banner-img {
  position: absolute;
  width: 40rem;
  right: 0;
  top: 50%;
  transform: translate(-30%, -50%);
}

.first-view .content .title {
  font-size: 4rem;

}

.first-view .content .desc {
  font-size: 1.6rem;
  line-height: 3rem;
  width: 80%;
}



/* 增加一个新的侧边浮窗 */
.program-float {
  /* display: none; */
  opacity: 1;
  padding: 1rem;
  text-align: center;
  position: fixed;
  display: flex;
  flex-direction: column;
  z-index: 99;
  right: 0;
  top: 16rem;
  width: 12rem;
  border-radius: 2rem 0 0 2rem;
  background-color: #ffffffc9;
  color: #178232;
  box-shadow: 0 1rem 1rem -1rem #0000002d;
  transform-origin: 100% 100%;
  transition: .6s;
  backdrop-filter: blur(1rem);
  border: 1px solid #f2f2f2;
  border-right: none;
}

.program-float .title {
  font-size: 1.4rem;
  font-weight: 600;
}

.program-float p:nth-child(2) {
  font-size: 1.2rem;
  opacity: .8;
  margin-bottom: 1rem;
}

.program-float img:first-of-type {
  border-radius: 50%;
  padding: .4rem;
  margin: 1rem auto;
  animation: scaleAni 1s infinite ease-in-out alternate;
}


.program-float .tips {
  font-size: 1rem;
  color: gray;
}

.program-float .line {
  border-top: 1px solid #efefef;
  margin: 1.6rem auto;
  width: 80%;

}

.program-float .btn {
  width: 80%;
  background-color: #ceffdd;
  border: 1px solid #00B050;
  /* background: linear-gradient(180deg, #CDFFE4 0%, rgba(222, 255, 237, 0.4) 100%); */
  border-radius: 3rem;
  margin: 0rem auto;
  padding: .6rem;
  cursor: pointer;
  transition: .3s;
}

.case-banner {
  filter: brightness(1) !important;
}

.program-float .btn:hover {
  background-color: #00B050;
  color: white;
  scale: 1.1;
}

.program .program-case {
  width: 80%;
  /* 确保div的宽度是100%，可以根据需要调整 */
  height: auto;
  /* 高度自动调整 */
  padding-top: 28%;
  /* 如果你需要保持一个特定的比例，例如16:9，可以使用padding-top来设定 */
  background-image: url('https://hliit.oss-cn-shenzhen.aliyuncs.com/huali/cn/waste/program-case-1.webp');
  /* 设置你的背景图片 */
  background-size: cover;
  /* 让背景图片宽度铺满，高度按比例缩放 */
  /* background-position: center; */
  /* 图片居中显示 */
  background-repeat: no-repeat;
  /* 防止图片重复 */

  margin: 2rem auto 0;
  transition: .4s;
}

.program .program-case>img {
  transition: .4s;
}

.program .program-point {
  max-width: 15rem;
  justify-content: center;
  display: flex;
  align-items: center;
  flex-direction: row;
  margin: 3rem auto 0;
}

.program .program-point div {
  padding: .25rem 1.6rem;
  background-color: #00B050;
  border-radius: 4rem;
  color: white;
  margin: 0 auto;
  backdrop-filter: blur(1rem);
  opacity: .2;
  transition: .4s;
}

.program .program-point div:hover {
  scale: 1.2;
}

.program .program-box {
  display: flex;
  height: 40rem;
  scale: .8;
  padding: 10rem;
  /* margin-top: 2rem; */
  align-items: center;
  position: relative;
}

.program .program-box .left {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr .8fr .6fr .4fr;
  position: relative;
  z-index: 8;
}

.program .program-box .left img {
  /* width: 20rem; */
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
}

.program .program-box .left img:nth-child(1) {
  width: 18rem;
  left: 0rem;
  z-index: 4;
}

.program .program-box .left img:nth-child(2) {
  width: 16rem;
  left: 14rem;
  z-index: 3;
}

.program .program-box .left img:nth-child(3) {
  width: 14rem;
  left: 26rem;
  z-index: 2;
}

.program .program-box .left img:nth-child(4) {
  width: 12rem;
  left: 36rem;
}


.program .program-box .right {
  width: 20rem;
}

.program .program-box .right img:first-child {
  position: absolute;
  top: 50%;
  right: 10rem;
  width: 14rem;
  transform: translate(0, -50%);
  z-index: 7;
}

.program .program-box .right img:last-child {
  position: absolute;
  top: 50%;
  right: 12rem;
  width: 26rem;
  transform: translate(0, -50%);
  z-index: 6;
}

.program .program-box .forklift {
  position: relative;
  z-index: 2;
}

.instructions {
  margin-bottom: 1rem;
}

.instructions .step {
  display: flex;
  width: 80%;
  align-items: center;
  margin: 0 auto;
}

.instructions .step .step-item {
  padding: 1rem;
  max-width: 14rem;
  height: 6rem;
  /* border-radius: 1rem; */
  background-color: white;
  display: flex;
  align-items: center;
  /* color: #00B050; */
  margin-right: 1.6rem;
  transition: .4s;
  color: #00B050;
  border-bottom: 2px solid #ffffff;
  cursor: pointer;
}


.instructions .step .step-item:not(.active):hover {
  background-color: #28e47d43;
  border-radius: 1rem;
  scale: 1.05;


}

.active {
  border-bottom: 2px solid #00B050 !important;
  /* background-color: #00B050 !important; */
  /* color: white !important; */

}

.instructions .step .step-title>div {
  width: 100%;
  font-size: 1.4rem;
  margin-bottom: .6rem;
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.instructions .step .step-title>span {
  color: #0452277c;
  font-size: 1rem;
}

.instructions .step .step-title div img {
  width: 1.2rem;
  height: .8rem;
}


.instructions .step .step-item>img {
  width: 4rem;
  height: auto;
  margin-right: .6rem;
}

.instructions .pic-box {
  width: 80%;
  margin: 2rem auto;
  border-radius: 1rem;
  /* background-color: #41e93810; */
  display: flex;
  flex-direction: column;
  z-index: 3;
}

.instructions .pic-box .pic-item-1 {
  display: grid;
  grid-template-columns: 63.4% 36.6%;
  /* grid-template-rows: repeat(2, 1fr); */
  column-gap: .4rem;
  /* row-gap: 1rem; */
  /* width: 86%; */
  margin: 1rem auto;
}

.instructions .pic-box img {
  display: block;
}

.instructions .pic-box div>div>div {
  /* background-color: #66ff2a4a; */
  backdrop-filter: blur(1rem);
  transition: all 0.3s ease-in-out;
  border-radius: 2rem;
  border: 1px solid #ffffff00;

}

.instructions .pic-box div>div>div:hover {
  background-color: #ebffe4;
  /* scale: 1.01; */
  box-shadow: 0px 4px 12px 0px rgba(0, 4, 8, 0.09);
  backdrop-filter: blur(1rem);
  border: 1px solid #82ffb833;
}

/* .instructions .pic-box .pic-item-1>div>div {
  border-radius: 1rem 1rem 1rem 1rem;
} */

/* .instructions .pic-box .pic-item-1>.left>div:first-child {
  border-radius: 2rem 2rem 1rem 2rem;
}

.instructions .pic-box .pic-item-1>.left>div:last-child {
  border-radius: 2rem 1rem 2rem 2rem;
}

.instructions .pic-box .pic-item-1>.right>div:first-child {
  border-radius: 2rem 2rem 2rem 1rem;
}

.instructions .pic-box .pic-item-1>.right>div:last-child {
  border-radius: 1rem 2rem 2rem 2rem;
} */


.instructions .pic-box div .left div:first-child,
.instructions .pic-box div .right div:first-child {
  margin-bottom: .4rem;
}

.instructions .pic-box .pic-item-2 {
  display: grid;
  row-gap: .4rem;

}

.instructions .pic-box .pic-item-2 .top {
  display: grid;
  grid-template-columns: 73.2% 26.8%;
  column-gap: .4rem;

  width: 100%;
  margin: 1rem auto 0;
}

.instructions .pic-box .pic-item-2 .bottom {
  width: 101.5%;
  margin: 0 auto;
  /* padding-left: .4rem; */
}


.banner .title {
  width: 80%;
}

.forlift-banner {
  height: 25rem !important;
}

.mall-case .case-box {
  width: 80%;
}


.forklift .g-desc {
  width: 100%;
  background: #c3ffdd;
  height: auto;
  padding: 1rem 10rem;
  font-size: 1.2rem;
  font-weight: 600;
  color: #00B050;
  border-left: .6rem solid #00B050;
  border-right: .6rem solid #00B050;
}

.forklift .file-box {
  display: flex;
  padding: 2rem 3rem;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(180deg, #ECF8FF 0%, rgba(236, 248, 255, 0) 100%);
}

.forklift .file-box .name {
  width: 50%;
  font-size: 1.2rem;
  line-height: 2rem;
}

.forklift .file-box .pic {
  /* width: 50%; */
}



.forklift .file-box .pic:nth-child(1) {
  margin-left: -10rem;
}



.forklift .file-box .pic img {
  width: 12rem;
  height: auto;
  margin-left: -6rem;
  box-shadow: 0px 0px 10px #e1e1e1;
  border-radius: 8px;
}

.forklift .file-box .pic img:first-child {
  margin-left: unset;
}

.forklift .talk-box {
  margin-top: 2rem;
  overflow: hidden;
}

.forklift .talk-box>div {
  display: flex;
  box-shadow: 0px 0px 16px #c3c3c316;
}

.forklift .talk-box>div:last-child {
  float: right;
  box-shadow: 0px 0px 16px #c3c3c316;
}

.forklift .talk-box>div:last-child img {
  transform: scaleX(-1);
  opacity: 1;
}

.forklift .talk-box div>div {
  background: #e1e7ff;
  box-shadow: 0px .4rem .6rem -.2rem rgba(0, 0, 0, 0.2);
  color: #0061B0;
  font-size: 1.2rem;
  width: 60%;
  margin-bottom: 1rem;
  padding: 2rem;
  border-radius: 1rem;
}

.forklift .talk-box div>div span {
  color: white;
  background-color: #F36037;
}

.forklift .talk-box div img {
  width: 2rem;
  height: 2rem;
  opacity: .2;
}

.forklift .talk-box .last-talk {
  background: #6186ff;
  color: #fff;
  font-size: 1.2rem;
  width: 100%;
  margin-bottom: 1rem;
  padding: 2rem;
  border-radius: 1rem;
}

.forklift .question-box .desc {
  text-align: center;
  width: 100%;
  padding: 2rem 0rem;
  font-size: 2rem;
  color: #00B050;
}

.forklift .question-box .role {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.forklift .question-box .role>div {
  width: 100%;
  display: flex;
  flex-direction: column;
}

/* .forklift .question-box .role .step-1,
.forklift .question-box .role .step-2,
.forklift .question-box .role .step-3 {
  transition: 1s;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 29%, rgba(255, 255, 255, 0) 100%);
} */




.forklift .question-box .role .head-img {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.forklift .question-box .role img {
  width: 210px;
  height: 210px;
  z-index: 2;
}



.forklift .question-box .role .head-img-1 .logo>img:nth-child(1),
.forklift .question-box .role .head-img-1 .logo>img:nth-child(2) {
  width: 4rem;
  height: auto;
}

.forklift .question-box .role .head-img-1 .logo>img:nth-child(1) {
  position: absolute;
  bottom: 8rem;
  right: 3rem;
  box-shadow: 0px 0px 12px #0808081e;
  border-radius: 50%;
}

.forklift .question-box .role .head-img-1 .logo>img:nth-child(2) {
  position: absolute;
  top: 6rem;
  left: 4rem;

}

.forklift .question-box .role .head-img-2 .logo>img:nth-child(1) {
  width: 4rem;
  height: auto;
  box-shadow: 0px 0px 12px #0808081d;
  border-radius: 50%;
}

.forklift .question-box .role .head-img-2 .logo>img:nth-child(2) {
  width: 4.6rem;
  height: auto;
  box-shadow: 0px 0px 12px #08080818;
  border-radius: 50%;
}

.forklift .question-box .role .head-img-2 .logo>img:nth-child(1) {
  position: absolute;
  top: 7rem;
  right: 5rem;
}

.forklift .question-box .role .head-img-2 .logo>img:nth-child(2) {
  position: absolute;
  top: 5rem;
  left: 4rem;
}



.forklift .question-box .role .head-img-3 .logo>img:nth-child(1),
.forklift .question-box .role .head-img-3 .logo>img:nth-child(2) {
  width: 4rem;
  height: 4rem;
  box-shadow: 0px 0px 12px #0808081a;
  border-radius: 1rem;
}

.forklift .question-box .role .head-img-3 .logo>img:nth-child(1) {
  position: absolute;
  bottom: 10rem;
  right: 2rem;
}

.forklift .question-box .role .head-img-3 .logo>img:nth-child(2) {
  position: absolute;
  top: 8rem;
  left: 4rem;
}


.forklift .question-box .role .head-img>div:first-of-type {
  margin-top: -2rem;
  padding: .4rem 3rem;
  font-size: 1.4rem;
  color: white;
  border-radius: 50rem;
  background-color: #00B050;
  z-index: 2;
  box-shadow: 0px 0px 10px #00000010;
  margin-bottom: 2rem;
}

.forklift .question-box .role .head-img::before {
  content: "";
  display: block;
  width: 190px;
  height: 190px;
  margin-top: 5rem;
  background-color: #fafafa;
  border-radius: 2rem;
  rotate: 45deg;
  margin-bottom: -187px;
  z-index: 1;
}

.forklift .question-box .role .question {
  width: 80%;
  padding: 1rem;
  background-color: white;
  box-shadow: 0px 0px 20px #f7f7f7;
  margin: 0 auto;
  border-radius: 1.6rem;
  position: relative;
}

.forklift .question-box .role .question::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #FFFFFF transparent;
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}

.forklift .question-box .role .question div {
  padding: .6rem 1rem;
  border-radius: 1rem;
  transition: .5s;
}


.forklift .question-box .role .question div>span:first-child {
  /* line-height: 1rem; */
  font-size: 1.4rem;
}

.forklift .question-box .role .question div>span:last-child {
  /* line-height: 2rem; */
  font-size: 1.1rem;
  color: #FF3425;
}

.forklift .question-box .role .head-img-1::before {
  /* background-color: #EDD95A; */
  background: linear-gradient(180deg, #F0E289 0%, #E5D254 100%);
}

.forklift .question-box .role .head-img-2::before {
  /* background-color: #3A8FF7; */
  background: linear-gradient(180deg, #3A8FF7 0%, #1F70D3 100%);
}

.forklift .question-box .role .head-img-3::before {
  /* background-color: #F7A23A; */
  background: linear-gradient(180deg, #F7B83A 2%, #D3701F 100%);
}

.forklift .question-box .role .head-img-1>div:first-of-type {
  background-color: #EDD95A;
}

.forklift .question-box .role .head-img-2>div:first-of-type {
  background-color: #3A8FF7;
}

.forklift .question-box .role .head-img-3>div:first-of-type {
  background-color: #F7A23A;
}

.forklift .question-box .scale {
  position: relative;
  width: 80%;
  margin: 4rem auto;
  align-items: center;
  text-align: center;
  font-size: 2rem;
  color: rgb(255, 0, 0);
  display: flex;
  justify-content: center;
  z-index: 2;
  animation: scaleAni 2s infinite ease-in-out alternate;
}

.forklift .question-box .scale::after {
  content: '';
  display: block;
  width: 60%;
  height: 2rem;
  background-color: #f3603761;
  position: absolute;
  z-index: 1;
  filter: blur(3rem);
}

@keyframes scaleAni {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.1);
  }
}

.forklift .question-box .scale span {
  display: inline-block;
  font-size: 1.2rem;
  color: rgb(255, 0, 0);
  background-color: #cb000025;
  padding: .6rem 1rem;
  border-radius: 1rem;
  margin: 0 1rem;
}

.forklift .question-box .scale span:last-child {
  font-size: 2rem;
  color: #ffffff;
  background-color: #ff0000;
}

.forklift .forklift-title {
  text-align: center;
  margin-top: 8rem;
}

.forklift .forklift-title>span:first-child {
  font-size: 2rem;
  line-height: 4rem;
  color: #14a252;
  font-weight: 600;
}

.forklift .forklift-title>span:last-child {
  font-size: 1.2rem;
  color: #B6B6B6;
}

.forklift .process .main {
  display: flex;
  width: 80%;
  margin: 0 auto;
  padding: 2rem 0 3rem;
  align-items: center;
  justify-content: space-around;
}

.forklift .process .main .step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-size: 1.4rem;
}

.forklift .process .main .step .step-desc>span:last-child {
  font-size: 1.1rem;
  white-space: wrap;
  color: #B6B6B6;
}


.forklift .process .main>img {
  width: auto;
  height: 3rem;
}



/* 图标 */


.forklift .more-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  column-gap: 1rem;
  row-gap: .4rem;
  width: 100%;
  margin: 3rem auto 1.5rem;
}

.forklift .more-box .more-item {
  display: flex;
  align-items: center;
  justify-content: left;
  padding: 1rem 1rem 1rem 1rem;
  color: #3D3D3D;
  font-size: 1.4rem;
  background-color: #ffffff7b;
  transition: .5s;
  border-radius: 1rem;
  position: relative;
  border: 1px solid #ffffff;
}



.forklift .more-box .more-item .more-desc>span:last-child {
  color: #B8B8B8;
  font-size: 1.2rem;
}

.forklift .more-box .more-item>img {
  width: 6rem;
  height: 6rem;
  margin-right: 1rem;
}

.forklift .more-box .more-item .plus {
  position: absolute;
  right: 1rem;
  font-size: 1rem;
  background-color: #00B050;
  color: white;
  padding: .5rem 1rem;
  border-radius: 1rem;
  box-shadow: 0px 0px 10px #00000010;
}

.forklift .more-last-desc {
  padding: .5rem 1rem;
  color: #0061B0;
  /* background-color: #fafbff; */
  background: linear-gradient(270deg, rgba(220, 239, 255, 0) 0%, #DCEFFF 49%, rgba(220, 239, 255, 0) 100%);
  font-weight: 600;
  display: block;
  text-align: center;
  font-size: 1.1rem;
  margin: 0 auto;
}

/* 列表 */
.forklift .screen {
  /* width: 100%; */
}

.forklift .screen .screen-menu {
  display: flex;
  height: 8rem;
  padding: 3rem 0 1.5rem;
  align-items: center;
  font-size: 1.4rem;
  justify-content: center;
  margin: 0 auto;
  list-style: none;
}

.forklift .screen .screen-menu li {
  min-width: 8rem;
  text-align: center;
  padding: .6rem 1.6rem;
  border-radius: 1rem;
  margin-right: 1rem;
  font-size: 1.2rem;
  border: 1px solid #D8D8D8;
  transition: .3s ease;
}

.forklift .screen .screen-menu li:not(.active):hover {
  scale: 1.05;

}


.forklift .screen .screen-menu .active {
  color: white;
  background-color: #00B050;
  border: 1px solid #00B050;
  transition: .5;
}

.forklift .screen .screen-menu li:last-of-type {
  margin-right: unset;
}

.forklift .screen .screen-box {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  align-items: center;
}

.forklift .screen .screen-tips {
  font-size: 1.1rem;
  color: #00B050;
  text-align: center;
  margin: 2rem auto 6rem;
  width: 20rem;
  padding: .6rem;
  background-color: #00b04f17;
  border: 1px solid #73fbb0;
  border-radius: 2rem;

}

.forklift .screen .screen-box .screen-left-btn,
.forklift .screen .screen-box .screen-right-btn {
  width: 4rem;
  height: 10rem;
  text-align: center;
  line-height: 10rem;
  font-size: 1.4rem;
  color: #3D3D3D;
  /* background-color: #F7F7F7; */
  border-radius: 2rem;
  border: 1px solid #d6d6d6;
  cursor: default;
  transition: .5s ease;
}

.forklift .screen .screen-box .screen-left-btn {
  opacity: .2;
}


.forklift .screen .screen-box .screen-left-btn:active,
.forklift .screen .screen-box .screen-right-btn:active {
  scale: 0.9;
}



.forklift .screen .screen-box .screen-img {
  width: 64rem;
  height: 38rem;
  background: linear-gradient(180deg, #081534 0%, #06122E 100%);
  box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
}

.forklift .screen .screen-box .screen-img #forklift-effect {
  height: 36rem;
  width: auto;
}

.forklift .screen .screen-box .screen-img>img {
  width: 90%;
  height: auto;
  justify-content: center;
  margin: 0 auto;
}

.forklift .screen-box .screen-img {
  position: relative;
}

.forklift .screen-box .float-msg {
  width: 100%;
  height: 100%;
  position: absolute;
}

.forklift .screen-box .float-msg>div {
  position: absolute;
  padding: .8rem;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(1rem);
  border-radius: 1rem;
  box-shadow: 0px 0px 10px #00000010;
  transition: .5s;
  /* animation: opacityAni 2s infinite ease-in-out alternate; */
  width: auto;
  max-width: 16rem;
  font-size: 1.2rem;
}

/* .forklift .screen-box .float-msg>div:nth-child(1) {
  left: -5rem;
  top: 14rem;
}

.forklift .screen-box .float-msg>div:nth-child(2) {
  right: -6rem;
  bottom: 10rem;
}

.forklift .screen-box .float-msg>div:nth-child(3) {
  left: 10rem;
  bottom: 1rem;
} */

@keyframes opacityAni {
  0% {
    opacity: .2;
  }

  100% {
    opacity: 1;
  }
}

.product .img-show {
  position: relative;
  height: 45rem;
}

.product .img-show img {
  display: block;
  width: 60rem;
  margin: 3rem auto 0;
  position: relative;
}

.product {
  position: relative;
}

.slogan {
  width: 70rem;
  height: 30rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -100%);
  position: absolute;
  top: 0;
  /* background-color: #0061b038; */
  position: relative;
}

.product .slogan>span {
  position: absolute;
  display: inline-block;
  padding: .6rem .8rem;
  background: linear-gradient(180deg, #00B050 0%, rgba(0, 176, 80, 0.4) 100%);
  border-radius: 1rem;
  color: white;
  text-align: center;
  font-size: 1.4rem;
  transition: .6s ease;
}

.product .slogan>span:hover {
  scale: 1.1;
}

.product .slogan span:nth-child(1) {
  top: 8rem;
  left: 12rem;
}

.product .slogan span:nth-child(2) {
  bottom: 9rem;
  left: 18rem;
}

.product .slogan span:nth-child(3) {
  top: 0rem;
  left: 14rem;
}

.product .slogan span:nth-child(4) {
  top: -6rem;
  left: 22rem;
}

.product .slogan span:nth-child(5) {
  bottom: 5rem;
  right: 14rem;
}

.product .slogan span:nth-child(6) {
  top: -2rem;
  right: 10rem;
}

.product .slogan span:nth-child(7) {
  top: 6rem;
  right: 6rem;
}

.product .slogan span:nth-child(8) {
  bottom: 13rem;
  right: 10rem;
}

/* ----- */
@keyframes uiMove1 {
  from {
    top: 20rem;
  }

  to {
    top: 40rem;
  }
}

@keyframes uiMove2 {
  from {
    top: 15rem;
  }

  to {
    top: 0rem;
  }
}

@keyframes uiMove3 {
  from {
    top: -20rem;
  }

  to {
    top: 6rem;
  }
}

.mall-case .case-box .effect .item img {
  width: 27rem;
  height: auto;
  margin-top: 5rem;
}


.mall-case .case-box .effect .item:nth-child(1) {
  animation: uiMove1 10s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  left: 10rem;
}

.mall-case .case-box .effect .item:nth-child(2) {
  animation: uiMove2 10s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  left: 40rem;
}

.mall-case .case-box .effect .item:nth-child(3) {
  animation: uiMove3 10s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  left: 70rem;
}

.flowmob {
  display: none;
}

.flow-mob {
  display: none;
}

.flow .flowpc {
  width: 90% !important;
  display: block;
  margin: 4rem auto;
}

.flow .flow-desc {
  display: flex;
  margin-bottom: 5rem;

}

.flow .flow-desc .flow-item {
  padding: 1rem 2rem;
  /* font-weight: 400; */
  border-right: 1px solid #f0f0f0;
  /* padding-bottom: 3rem; */
  flex: 1;
}

.flow .flow-desc .flow-item:last-child {
  border-right: unset;
}


.flow .flow-desc .flow-item .flow-title {
  font-size: 1.4rem;
  line-height: 3rem;
  font-weight: 600;
  color: #00B050;
}

.flow .flow-desc .flow-item .flow-desc-text {
  color: #707070;
  font-size: 1rem;
}

.flow .flow-desc .flow-item .desc-box {
  display: block;
  width: 100%;
  height: auto;
}

.flow .flow-desc .flow-item .desc-box>div {
  font-size: 1rem;
  color: #00B050;
  background-color: #00b04f2a;
  backdrop-filter: blur(1rem);
  display: inline-block;
  margin-top: .6rem;
  padding: .4rem 1rem;
  border-radius: .8rem;
  margin-right: .6rem;
}

.pic-mob-title {
  display: none;
}

.pic-mob {
  width: 60%;
  margin: 0 auto;
  /* display: grid; */
  display: none;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  margin: 3rem auto 1.5rem;
}

/* .pic-mob>img {
  width: 100%;
  padding: 1rem;
  margin-top: unset;
  display: inline;
} */

.flow-img {
  width: 40%;
  /* background-color: #F1F1F4; */
  border-radius: 2rem;
  margin-bottom: 6rem;
}

/* --- */





@media screen and (max-width: 1460px) {
  .first-view .banner-img {
    width: 30rem;
  }

  .first-view .content .title {
    font-size: 3rem;
  }

  .first-view .content {
    width: 50%;
  }

  .first-view .content .desc {
    font-size: 1.4rem;
    line-height: 2.6rem;
  }
}

@media screen and (max-width: 1200px) {
  .first-view .banner-img {
    width: 24rem;
  }

  .first-view .content .title {
    font-size: 3.6rem;
  }

  .first-view .content {
    width: 60%;
  }

  .first-view .content .desc {
    font-size: 1.3rem;
    line-height: 2.3rem;
  }
}

@media screen and (max-width: 1040px) {
  .first-view .banner-img {
    width: 25rem;
  }

  .first-view .authentication {
    height: 3rem !important;
  }

  .first-view .authentication img {
    width: 2rem;
    height: 2rem;
    margin-right: .4rem;
  }

  .first-view .content .title {
    font-size: 2.6rem;
  }

  .first-view .content {
    width: 50%;
  }

  .first-view .content .desc {
    font-size: 1rem;
    line-height: 2rem;
  }
}

@media screen and (max-width: 880px) {

  .videotemplate .mp4 {
    width: 100%;
    height: auto;
    border-radius: unset;
  }

  .videotemplate .template {
    width: 80%;
  }

  .videotemplate .template .video-title span:first-child {
    font-size: 2rem;
  }

  .videotemplate .template .btn {
    left: 10%;
    top: 64%;
  }


  .first-view .authentication {
    height: 2.3rem !important;
    padding: 0 .8rem;

  }

  .first-view .authentication img {
    width: 1.6rem;
    height: 1.6rem;
    margin-right: .6rem;
  }



  .first-view .banner-img {
    width: 20rem;
  }

  .first-view .content .title {
    font-size: 2rem;
  }

  .first-view .content {
    width: 50%;
  }

  .first-view .content .desc {
    font-size: 1rem;
    overflow: scroll;
    line-height: 1.6rem;
  }


  .forklift .screen .screen-box .screen-img #forklift-effect {
    height: 28rem;
  }

  .forklift .screen .screen-box .screen-img {
    width: 52rem;
    height: 32rem;
  }

  .mall-case .case-box {
    width: 100%;
  }

  .forklift .file-box .pic {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /* grid-template-rows: repeat(4, 1fr); */
  }

  .forklift .file-box .pic img {
    width: 10rem;
    margin-left: -5rem;
  }

  .forklift .file-box .name {
    width: 100%;
  }

}

@media (any-hover:hover) {
  .forklift .file-box .pic:hover:nth-child(1) {
    margin-left: -1rem;
  }

  .forklift .file-box .pic:hover:nth-child(2) {
    margin-left: -1rem;
  }

  .forklift .file-box .pic:hover:nth-child(3) {
    margin-left: -1rem;
  }

  .forklift .file-box .pic:hover:nth-child(4) {
    margin-left: -1rem;
  }

  .forklift .question-box .role img:hover {
    rotate: 10deg;
  }

  .forklift .question-box .role>div:hover img {
    rotate: 5deg;
  }

  .forklift .question-box .role>div:hover>div:first-of-type>div:first-of-type {
    scale: 1.1;
    rotate: 2deg;
    transition: 1s;
  }

  .forklift .question-box .role .step-1:hover {
    background: linear-gradient(180deg, rgba(237, 221, 120, 0) 0%, #fffbda 29%, rgba(237, 221, 120, 0) 100%);
  }

  .forklift .question-box .step-2:hover {
    background: linear-gradient(180deg, rgba(120, 159, 237, 0) 0%, #edf5ff 29%, rgba(120, 174, 237, 0) 100%);
  }

  .forklift .question-box .step-3:hover {
    background: linear-gradient(180deg, rgba(237, 176, 120, 0) 0%, #ffebdb 29%, rgba(237, 178, 120, 0) 100%);
  }

  .forklift .question-box .step-1:hover .logo img:first-child {
    scale: 1.1;
  }

  .forklift .question-box .step-1:hover .logo img:last-child {
    scale: 1.2;
  }

  .forklift .question-box .step-2:hover .logo img:first-child {
    scale: 1.3;
  }

  .forklift .question-box .step-2:hover .logo img:last-child {
    scale: 1.15;
  }

  .forklift .question-box .step-3:hover .logo img:first-child {
    scale: 1.1;
  }

  .forklift .question-box .step-3:hover .logo img:last-child {
    scale: 1.15;
  }

  .forklift .more-box .more-item:hover {
    background-color: #efefef;
    border: 1px solid #d6d6d6;
    scale: 1.05;
  }

  .forklift .question-box .role .question div:hover {
    background-color: #f0f0f0;
  }

  .forklift .screen .screen-menu li:hover {
    border: 1px solid #00B050;
    cursor: default;
  }

  .forklift .screen .screen-box .screen-left-btn:hover,
  .forklift .screen .screen-box .screen-right-btn:hover {
    background-color: #f0f0f0;
    scale: 1.05;
  }

  .forklift .screen-box .float-msg>div:hover {
    scale: 1.1;
    opacity: 1;
    animation: unset;
  }
}


@media screen and (max-width: 460px) {
  .videotemplate {
    flex-direction: column;
  }

  .videotemplate .mp4 {
    height: auto;
    width: 100%;
    border-radius: unset;
  }

  .videotemplate .template {
    width: 100%;
  }

  .videotemplate .template .video-title span:first-child {
    display: inline-block;
    padding: .6rem 0;
  }

  .videotemplate .template .video-title {
    margin-bottom: 1rem;
  }

  .videotemplate .template .btn {
    top: 64%;
    left: 12%;
  }



  .first-view .title-one {
    font-size: 1.8rem;
    width: 100%;
  }

  .first-view .top {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.1rem;

  }

  .instructions .pic-box {
    width: 100%;
    margin: 0rem auto 2rem;
  }

  .instructions .pic-box .pic-item-1 {
    width: 100%;
  }

  .instructions .step .step-title>div {
    margin-bottom: unset;
  }

  .instructions .step {
    width: 100%;
  }

  .instructions .step .step-item {
    padding: .6rem;
  }

  .flow-img {
    width: 96%;
    margin-bottom: 2rem;
  }

  .flow .flow-desc .flow-item .desc-box>div {
    padding: .4rem .8rem;

  }

  .index-case .max-connter .cardList .otherCase .otherEffect>img:nth-child(2),
  .index-case .max-connter .cardList .otherCase .otherEffect>img:nth-child(3) {
    margin-top: -2rem;
  }

  .product .img-show {
    width: 100%;
  }

  .forklift .forklift-title {
    margin: 0rem auto;
  }

  .forklift .question-box .role .question div>span:first-child {
    font-size: 1.2rem;
  }

  .forklift .question-box .role .question div>span:last-child {
    font-size: 1rem;
  }

  .forklift .more-box .more-item>img {
    margin-right: unset;
  }

  .forklift .more-box .more-item .plus {
    right: 0;
    padding: 0.3rem 0.5rem;
    font-size: .8rem;
  }

  .product {
    display: none;
  }

  .first-view .content {
    width: 100% !important;
  }

  .first-view .banner-img {
    left: 50%;
    bottom: 4rem;
    top: unset;
    width: 23rem !important;
    transform: translate(-50%, -50%);
    /* bottom: 55rem !important; */
  }

  .first-view .content .desc {
    font-size: 1.3rem !important;
    line-height: 2.6rem !important;
  }

  body::before {
    background-size: unset;
    /* display: none !important; */
    /* 完全隐藏 */
  }

  .iph-star {
    display: block;
  }

  .program-float {
    display: none;
  }

  .flow-mob {
    display: block;
  }

  .program .program-box {
    padding: 2rem;
    margin-top: 0;
    height: 32rem;
    scale: .9;
  }

  .program .program-box .right img:first-child {
    right: 0;
    width: 10rem;
  }

  .program .program-box .right img:last-child {
    right: 1rem;
    width: 18rem;
  }

  .program .program-box .left img:nth-child(1) {
    width: 10rem;
    left: 4rem;
  }

  .program .program-box .left img:nth-child(2) {
    width: 8rem;
    left: 8rem;

  }

  .program .program-box .left img:nth-child(3) {
    width: 6rem;
    left: 12rem;
  }

  .program .program-box .left img:nth-child(4) {
    width: 4rem;
    left: 16rem;
  }

  .program-box .flow-img {
    background-color: #F1F1F4;
    border-radius: 2rem;
    margin-bottom: 2rem;
  }

  .flowmob {
    display: block;
    margin: 3rem auto 0;
  }

  .flow .flowpc {
    display: none;
  }

  .product img {
    display: block;
    width: 90%;
    height: auto;
    margin: 0 auto;
  }

  .product .slogan span {
    font-size: 1rem;
    padding: .5rem;
  }

  .product .slogan span:nth-child(1) {
    top: 3rem;
    left: 5rem;
  }

  .product .slogan span:nth-child(2) {
    top: 9rem;
    left: 3rem;
  }

  .product .slogan span:nth-child(3) {
    top: 15rem;
    left: 3rem;
  }

  .product .slogan span:nth-child(4) {
    top: 1rem;
    left: 15rem;
  }

  .product .slogan span:nth-child(5) {
    top: 10rem;
    right: 2rem;
  }

  .product .slogan span:nth-child(6) {
    top: 4rem;
    right: 4rem;
  }

  .product .slogan span:nth-child(7) {
    top: 18rem;
    right: 13rem;
  }

  .product .slogan span:nth-child(8) {
    top: 16rem;
    right: 3rem;
  }

  .mall-case .case-box {
    display: none;
  }

  .flow .flow-desc {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 1rem;
    margin-bottom: unset;
    padding: unset;
  }

  .flow .flow-desc .flow-item {
    padding: unset;
    border-right: unset;
  }

  .flow .flow-desc .flow-item:last-child {
    margin-bottom: 6rem;
  }

  .pic-mob-title {
    display: flex;
    justify-content: center;
  }


  .pic-mob {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    /* column-gap: 1rem;
    row-gap: 1rem; */
    width: 100%;
    /* margin:0auto 1.5rem; */
    /* padding: 2rem; */
  }






  .forklift .forklift-title>span:first-child {
    font-size: 1.8rem;
    line-height: 2.4rem;
    color: #1fd36d;
  }

  .forklift .screen .screen-menu {
    width: 100%;
    overflow: scroll;
    justify-content: unset;
    padding: 1rem;
  }

  .forklift .screen-box .float-msg {
    height: unset;
  }

  .program {
    margin-bottom: 2rem;
  }

  .program .program-point {
    max-width: 10rem;
  }

  .program .program-case {
    width: 100%;
    padding-top: 35.6%;
  }

  .forklift .screen .screen-menu li {
    font-size: 1rem;
    margin-right: .7rem;
    padding: .6rem .8rem;
  }

  .forklift .screen .screen-box .screen-left-btn,
  .forklift .screen .screen-box .screen-right-btn {
    display: none;
  }

  .forklift .screen .screen-box .screen-img {
    width: 100%;
    height: auto;
    flex-direction: column;
    background: unset;
    box-shadow: unset;
  }

  .forklift .screen .screen-box .screen-img #forklift-effect {
    width: 108%;
    height: auto;
  }

  .forklift .screen .screen-box {
    /* padding-bottom: 3rem; */
  }

  .forklift .screen-box .float-msg {
    margin-top: 1rem;
    position: relative;
  }

  .forklift .screen-box .float-msg:last-child {
    margin-bottom: unset;
  }

  .forklift .screen-box .float-msg>div {
    display: flex;
    flex-direction: column;
    justify-content: left;
    position: unset;
    animation: unset;
    width: 100% !important;
    background-color: #1f70d31f;
    color: #1F70D3;
    max-width: 100%;
    text-align: left;
    box-shadow: unset;
    padding: .6rem 1.6rem;
    font-size: 1rem;
    margin-bottom: .8rem;
  }

  .forklift .screen .screen-tips {}

  .forklift .g-desc {
    padding: 1rem 2rem;
    font-size: 1rem;
  }

  .forklift .file-box {
    flex-direction: column;
    padding: 1rem;
  }

  .forklift .file-box .pic {
    width: 100%;
    margin: 1rem auto 0;
  }

  .forklift .file-box .pic:hover:nth-child(2) {
    margin-left: unset;
    margin: 0 auto;
  }

  .forklift .file-box .name {
    width: 100%;
    font-size: 1rem;
    line-height: 1.8rem;
    margin: .5rem 0;
  }

  .forklift .file-box .pic img {
    width: 11rem;
    margin-left: -5rem;
  }


  .forklift .talk-box div>div {
    width: 100%;
    padding: 1rem;
    margin-bottom: 2rem;
  }

  .forklift .talk-box .last-talk {
    padding: 1rem;
  }

  .forklift .question-box .desc {
    font-size: 1.2rem;
    padding: 1rem 0;
  }

  .forklift .question-box .role {
    flex-direction: column;
  }

  .forklift .question-box .role>div {
    flex-direction: row;
  }

  .forklift .question-box .role .head-img::before {
    width: 10rem;
    height: 6rem;
    margin-bottom: -10rem;
  }

  .forklift .question-box .role img {
    width: 12rem;
    height: 12rem;
  }

  .forklift .question-box .role .head-img>div:first-of-type {
    font-size: 1.2rem;
  }

  .forklift .question-box .role .head-img-1 .logo>img:nth-child(1),
  .forklift .question-box .role .head-img-1 .logo>img:nth-child(2),
  .forklift .question-box .role .head-img-2 .logo>img:nth-child(1),
  .forklift .question-box .role .head-img-2 .logo>img:nth-child(2),
  .forklift .question-box .role .head-img-3 .logo>img:nth-child(1),
  .forklift .question-box .role .head-img-3 .logo>img:nth-child(2) {
    width: 3rem;
    height: 3rem;
  }

  .forklift .question-box .role .head-img-1 .logo>img:nth-child(1),
  .forklift .question-box .role .head-img-2 .logo>img:nth-child(1),
  .forklift .question-box .role .head-img-3 .logo>img:nth-child(1) {
    top: 3rem;
    right: 1rem;
  }

  .forklift .question-box .role .head-img-1 .logo>img:nth-child(2),
  .forklift .question-box .role .head-img-2 .logo>img:nth-child(2),
  .forklift .question-box .role .head-img-3 .logo>img:nth-child(2) {
    top: 7rem;
    left: 1rem;
  }

  .forklift .question-box .scale {
    margin: 0 auto;
    font-size: 1rem;
  }

  .forklift .question-box .scale span {
    font-size: 1rem;
    padding: .3rem .6rem;
  }

  .forklift .question-box .scale span:last-child {
    font-size: 1.6rem;
  }

  .forklift .process .main {
    width: 100%;
  }

  .forklift .process .main .step {
    font-size: 1.2rem;
  }

  .forklift .process .main .step .step-desc>span:last-child {
    font-size: .9rem;
    line-height: 1rem;
  }

  .forklift .process .main>img {
    height: 1rem;
  }

  .forklift .process .main {
    padding: 2rem 0;
  }

  .forklift .more-box {
    column-gap: .6rem;
    row-gap: unset;
    margin: 1rem auto;
  }

  .forklift .more-box .more-item {
    padding: .6rem;
    font-size: 1.2rem;
    text-align: center;
    flex-direction: column;
  }

  .forklift .more-box .more-item .more-desc>span:last-child {
    font-size: 1rem;
  }

  .forlift-banner .title {
    top: 10rem;
  }

  .first-view .content .title {
    width: 100%;
    font-size: 2.2rem !important;
    margin-top: 3rem;
  }

  .roll {
    bottom: 6rem;
  }

  .first-view .authentication {
    height: 2.4rem !important;
    font-size: 1.4rem !important;
    padding: 0 .4rem !important;
    border-radius: .6rem !important;

  }

  .first-view .authentication img {
    width: 1.6rem !important;
    height: 1.6rem !important;
    margin-right: .3rem !important;
  }
}

@media screen and (max-width: 375px) {

  .first-view .top {
    font-size: 1rem;
    width: 90%;
    padding: .8rem 1.2rem;
  }

  .first-view .title-one {
    font-size: 1.6rem;
  }

  .first-view .content .title {
    font-size: 2rem !important;
    padding-top: 2rem;
  }

  .first-view .authentication {
    font-size: 1.2rem !important;
  }

  .first-view .content .desc {
    width: 100%;
    font-size: 1.2rem !important;
    line-height: 2rem !important;
  }

  .forklift .file-box .pic img {
    width: 10rem;
  }

}