/* 

    Tagging：三屏样式
    Day： 2020-7-23
    修正日期：2020-7-23

*/
.Three_screens {
  width: 100%;
  height: 27.93rem;
  background: url("../images/掌鲜官网-第三屏.png") no-repeat;
  background-size: 100% 100%;
  display: flex;
}

.Three_screens_text {
  width: 11.25rem;
  height: 7.27rem;
  /* border: 1px solid aquamarine; */
  margin: auto;
  position: relative;
}

#font {
  font-size: 0.36rem;
  font-family: PingFang SC;
  font-weight: 400;
  color: rgba(255,255,255,1);
  line-height: 0.52rem;
  cursor: pointer;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-name: breathe;
  -webkit-animation-duration: 2700ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
}

@-webkit-keyframes breathe {
  0% {
    opacity: .2;
    text-shadow: 0.0rem 0 0.1rem rgba(255, 255, 255, 0.1);
  }

  100% {
    opacity: 1;
    text-shadow: 0rem 0.12rem 0.1rem rgba(70, 179, 255, 0.8);
  }
}

.network {
  position: absolute;
  left: 8%;
  top: 35%;
}

.Blockchain {
  position: absolute;
  left: 27%;
  top: 10%;
}

.computing {
  position: absolute;
  right: 33%;
  top: 6%;
}

.artificial {
  position: absolute;
  right: 32%;
  top: 24%;
}

.payment {
  position: absolute;
  right: 9%;
  top: 28%;
}
