
.el-container.is-vertical{
  min-height: 100%;
}
.el-main{
  background: url('../Images/1080/bg.png') no-repeat center center;
  background-size: cover;
  position: relative;
  width: 100%;
  height: 100%;
}
.container{
  width: 100%;
  height: 100%;
}
.logo{
  width: 170px;
  display: inline-block;
  height: 80px;
  background: url('../Images/1920/logo.png') no-repeat center center;
  background-size: 100%;
  margin-left: 8%;
  margin-top:2%;
}
.content{
  position: absolute;
  width: 100%;
  margin: auto;
  left: 0;
  right: 0;
  /* top: 0; */
  bottom: 8%;
}
.flex-container{
  width: 80%;
  margin: auto;
  display: -webkit-flex; /* Safari */
  display: flex;
  justify-content: center;
}
.customer-service{
  width: 160px;

}
.download{
  width: 210px;
  margin-top: 10px;
}
.download .img-android{
  width: 100%;
  height: 42px;
  background: url('../Images/1080/btn_android.png') no-repeat center center;
  background-size: contain;
  cursor: pointer;
}
.download .img-ios{
  width: 100%;
  height: 42px;
  margin-top: 15px;
  background: url('../Images/1080/btn_ios.png') no-repeat center center;
  background-size: contain;
  cursor: pointer;
}
.customer-service .txt{
  width: 100%;
  height: 15px;
  background: url('../Images/1080/客服微信.png') no-repeat center center;
  background-size: contain;
}
.customer-service .qr{
  width: 100%;
  height: 95px;
  background: url('../Images/1080/qr.png') no-repeat center center;
  background-size: contain;
}
.customer-service .wx{
  width: 100%;
  height: 12px;
  background: url('../Images/1080/AA0716123.png') no-repeat center center;
  background-size: contain;
}
footer{
  height: 140px !important;
}
.footer{
  padding-top: 10px;
  padding-bottom: 40px;
  text-align: center;
  background-color: #fff;
  font-size: 12px;
  color: #6a6a6a;
  line-height: 28px;
}
.tip{
  color: #ee6c2d;
}
.footer img{
  vertical-align: middle;
}
@media (max-width: 650px) {
  footer{
    height: 100px !important;
  }
  .footer{
    margin-top: -30px !important;
    -webkit-transform: scale(0.60);
    transform:scale(0.6);
    white-space: nowrap;
  }
  .Integrated{
    margin-left: -22%;
  }
}
@media (max-width: 390px) {
  .footer{
    margin-top: -30px !important;
    -webkit-transform: scale(0.60);
    transform:scale(0.6);
    white-space: nowrap;
  }
  .Integrated{
    margin-left: -39%;
  }
}
@media (max-width: 360px) {
  .footer{
    margin-top: -30px !important;
    -webkit-transform: scale(0.50);
    transform:scale(0.5);
    white-space: nowrap;
  }
  .Integrated{
    margin-left: -39%;
  }
}
