#blackBackground2 {
  width: 100vw;
  height: 110vh;
  background: rgba(0,0,0,0.8);
  position: relative;
  z-index: 150;
}

@media (max-width: 767px) {
  #quanpingImg {
    /*width: 90%;*/
  }
}

@media (min-width: 768px) {
  #quanpingImg {
    /*height: 90%;*/
  }
}

@media (min-width: 768px) {
  #quanpingKuang2 {
    /*width: 80vw;*/
    /*height: 80vh;*/
    /*margin-top: 10vh;*/
    background: #ffd900;
  }
}

@media (max-width: 767px) {
  #quanpingKuang2 {
    width: 92%;
    /*height: 80%;*/
    /*margin-top: 10%;*/
    background: #ffd900;
  }
}

.xiazaiAniu {
  width: 20px;
  height: 100%;
  margin-left: 22px;
}

/* 发送动画 ******⬇⬇⬇⬇⬇⬇⬇⬇⬇ */

.spinner {
  /*margin: 100px auto;*/
  /*width: 50px;*/
  height: 60px;
  text-align: center;
  font-size: 10px;
}

.spinner > div {
  background-color: #000;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@keyframes stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}

/* 发送动画 ******⬆⬆⬆⬆⬆⬆⬆⬆⬆⬆ */

#cataBackClose {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 0;
}

#cataBackClose:hover {
  cursor: pointer;
}

.getCataAnniu {
  background: #000000;
  display: inline;
  color: #ffffff;
}

.getCataAnniu:hover {
  transform: scale(1.1);
  cursor: pointer;
  background: #ffffff;
  color: #000000;
}

#quanping-Close {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  margin-top: 10px;
}

#quanping-Close:hover {
  cursor: pointer;
  transform: scale(1.1);
}

