.applets_ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /* width: 90%; */
  /* width: 1200px; */
  text-align: left;
  margin: 0 auto;
}

.appletsword {
  line-height: 21px;
  font-size: 22px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #4d4844;
  margin: 40px 0 27px;
}

.appletsword:hover {
  font-weight: bold;
  color: #005BFE;
}

.appletstext {
  width: 92%;
  line-height: 20px;
  font-size: 19px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #909090;
  margin-bottom: 61px;
}

.appletstext:hover {
  color: #5B94FA;
}

.features {
  background-color: #e4e4e4;
  /* padding: 60px 0; */
  padding: 1px 0 60px;
}

.featuresContent {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 526px;
}

.fcitem {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}

.tree {
  width: 466px;
  height: 520px;
}

.fcblock {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
}

.img00 {
  -webkit-animation: moving1 0.5s linear infinite both;
  animation: moving1 0.5s linear infinite both;
}

.img1 {
  width: 15px;
  height: 34px;
  transform: translate(-36px, -50px);
}

.img2 {
  width: 23px;
  height: 17px;
  -webkit-animation: moving2 0.5s linear infinite both;
  animation: moving2 0.5s linear infinite both;
}

.img3 {
  /* width: 38px;
  height: 36px; */
  width: 36px;
  height: 32px;
  -webkit-animation: moving3 0.5s linear infinite both;
  animation: moving3 0.5s linear infinite both;
}

.img4 {
  width: 44px;
  height: 42px;
  -webkit-animation: moving4 0.5s linear infinite both;
  animation: moving4 0.5s linear infinite both;
}

@-webkit-keyframes moving1 {
  0% {
    transform: rotateY(-45deg);
  }

  100% {
    transform: rotateY(45deg);
  }
}

@keyframes moving1 {
  0% {
    transform: rotateY(-45deg);
  }

  100% {
    transform: rotateY(45deg);
  }
}

@-webkit-keyframes moving2 {
  0% {
    transform: translate(-40px, -52px);
  }

  100% {
    transform: translate(-20px, -52px);
  }
}

@keyframes moving2 {
  0% {
    transform: translate(-40px, -52px);
  }

  100% {
    transform: translate(-20px, -52px);
  }
}

@-webkit-keyframes moving3 {
  0% {
    transform: translate(16px, -56px);
  }

  100% {
    transform: translate(16px, -65px);
  }
}

@keyframes moving3 {
  0% {
    transform: translate(16px, -56px);
  }

  100% {
    transform: translate(16px, -65px);
  }
}

@-webkit-keyframes moving4 {
  0% {
    transform: translate(11px, -54px) scale(1);
  }

  100% {
    transform: translate(11px, -54px) scale(1.2);
  }
}

@keyframes moving4 {
  0% {
    transform: translate(11px, -54px) scale(1);
  }

  100% {
    transform: translate(11px, -54px) scale(1.2);
  }
}

.fcword {
  height: 21px;
  line-height: 21px;
  font-size: 22px;
  font-family: PingFang SC;
  font-weight: 800;
  color: #4d4844;
  margin-bottom: 8px;
}

.fcword:hover {
  color: #005BFE;
}

.fctext {
  /* width: 340px; */
  width: 76%;
  line-height: 19px;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #4d4844;
}

.fctext:hover {
  color: #5B94FA;
}

.resolute_ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.resolute_ul li {
  position: relative;
  cursor: pointer;
  width: 25%;
}

.resolute_ul li img {
  display: block;
  width: 100%;
  height: 100%;
}

.menban {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.menban1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(241, 139, 26, 0.4);
}

.resolutetext {
  color: #fff;
  font-size: 24px;
  position: absolute;
  z-index: 1000;
  width: 100%;
  top: 43%;
  padding: 0 3%;
  box-sizing: border-box;
}

.resoluteword {
  font-size: 14px;
  color: #ddd;
  margin-top: 10px;
  position: absolute;
  z-index: 500;
  width: 100%;
  top: 60%;
  padding: 0 5%;
  box-sizing: border-box;
  display: none;
}