*{
  margin: 0;
  padding: 0;
}
.scroll-container {
  overflow: hidden;
  position: relative;
  background: #F38A21;
  width: 100%;
  height: 30px;  
}
.ScroLL_container{
  width: 80%;
  height: 30px;
  /* background: red; */
  padding-left: 100px;
  margin-left: 9%;
  border-radius: 10px;
  overflow: hidden;
  line-height: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow-x: auto;
  white-space: nowrap;
  overflow-x: hidden;
}
.scroll_img{
  width: 24px !important;
  height: 24px !important;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 999;
  transform: translateY(-50%);
}
  .header {
    white-space: nowrap;
    animation: scroll 100s linear infinite;
    padding: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
    color: #fff;
  }
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
#app{
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}
#app img{
  width: 100%;
  height: 100%;
}
#Appone_info{
  position: relative;
}
#Appone .img1{
  pointer-events: none; /* 禁用点击事件 */
}
#Appone .img2{
  z-index: 999;
  width: 10%;
  position: fixed;
  right: 0px;
  top: 0px;
  height: 4%;
}
#Appone .img3{
  position: absolute;
  width: 88%;
  height: 8%;
  z-index: 999;
  left: 50%;
  transform: translateX(-50%);
  top: 1%;
  touch-action: none;
}
#Appone .Customer{
  width: 80px;
  height: 80px;
  position: fixed;
  z-index: 999;
  right: 0%;
  top: 50%;
  touch-action: none;
}
#popup{
  width: 100%;
  height: 190px;
  background: #d8d8d8ee;
  position: absolute;
  top: 0;
  z-index: 999;
  
}
.popupList{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#popupone{
  background: #fff;
}
#popupone img{
  width: 42%;
  margin-left: 20px;
  margin-top: 15px;
}
#poputwo{
  margin-top: 15px;
  font-size: 18px;
  line-height: 40px;
}
#poputwo img{
  width: 24px;
  margin-left: 28px;
  margin-top: 10px;
  margin-right: 20px;
}

#poputhree{
  margin-top: 15px;
  font-size: 18px;
  line-height: 40px;
}
#poputhree img{
  width: 24px;
  margin-left: 28px;
  margin-top: 10px;
  margin-right: 20px;
}
#popufour{
  margin-top: 20px;
  font-size: 18px;
  line-height: 40px;
}
#popufour img{
  width: 24px;
  margin-left: 28px;
  margin-top: 10px;
  margin-right: 20px;
}
#customer{
  height: 100%;
  width: 100%;
  /* background: #ccc; */
}
#customerIcon img{
  z-index: 999;
  width: 10%;
  height: 10%;
  margin-left: 44%;
  margin-top: 10%;
  /* background-color: #ccc; */
}
.button_bale{
  text-align: center;
  margin-left: 50%;
  line-height: 30px;
  transform: translateX(-50%);
  width: 200px;
  height: 30px;
  border-radius: 10px;
  background: #F48D23;
  color: #fff;
}
#about .aboutOne{
  width: 100%;
  height: 250px;
  /* background: orange; */
}
#about .abouttwo{
  width: 100%;
  height: 593px;
  background: #fff;
  overflow-y: hidden;
}
#about .aboutOne  .aboutOneImg{
  z-index: 999;
  width: 10%;
  position: fixed;
  right: 5px;
  top: 12px;
  height: 4%;
}
.AboutThree{
  padding-left: 10%;
  padding-right: 10%;
  /* background: #D8D8D8; */
  margin-left: 10px;
  margin-right: 20px;
  margin-top: 30px;
}
.AboutThree p{
  font-size: 16px;
  line-height: 20px;
}
.About_p2{
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
}
.About_p1{
  margin-bottom: 20px;
}