.loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
}
.loaderCon {
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .3;
}
.loaderDiv {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#loading {
  position: relative;
  width: 150px;
  height: 150px;
}
.demo {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  animation: demo linear 0.8s infinite;
  -webkit-animation: demo linear 0.8s infinite;
}
.demo:nth-child(1){
  left: 72px;
  top: 6px;
  animation-delay:0s;
}
.demo:nth-child(2){
  left: 120px;
  top: 24px;
  animation-delay:0.1s;
}
.demo:nth-child(3){
  left: 141px;
  top: 72px;
  animation-delay:0.1s;
}
.demo:nth-child(4){
  left: 120px;
  top: 120px;
  animation-delay:0.2s;
}
.demo:nth-child(5){
  left: 72px;
  top: 141px;
  animation-delay:0.4s;
}
.demo:nth-child(6){
  left: 24px;
  top: 120px;
  animation-delay:0.5s;
}
.demo:nth-child(7){
  left: 6px;
  top: 72px;
  animation-delay:0.6s;
}
.demo:nth-child(8){
  left: 24px;
  top: 24px;
  animation-delay:0.7s;
}
@keyframes demo{
  0%,40%,100% {transform: scale(1);}
  20% {transform: scale(2);}
}
@-webkit-keyframes demo{
  0%,40%,100% {transform: scale(1);}
  20% {transform: scale(2);}
}



/*toast*/
.toast__content{
	position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
    display: flex;
    align-items: center;
    background: rgba(40, 40, 40, 0.75);
    color: #fff;
    border-radius: 8px;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 20px;
    justify-content: center;
}
.kongbai {
    height: 2px;
}

.bodyDiv {
    width: 100%;
    height: 100%;
}


.zanwu {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.zanwu img {
  width: 500px;
}

.footer {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footerDiv {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footerDiv p {
  margin: 0 20px;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  line-height: 24px;
}

.logoDivH5 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.logoDivH5 p {
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
  width: 100%;
}
.logoDivH5 a {
  width: 45%;
}
.logoDivH5 a img {
  width: 100%;
}
.logoDivH5 a:last-child img {
  width: 58%;
}


.footerH5 p {
  text-align: center;
  line-height: 24px;
}