
.el-container.is-vertical{
  height: 100%;
}
.container{
  width: 100%;
  height: 100%;
  background: url('../Images/1920/bg.png') no-repeat center center;
  background-size: cover;
  position: relative;
}
.logo{
  width: 300px;
  display: inline-block;
  height: 120px;
  background: url('../Images/1920/logo.png') no-repeat center center;
  background-size: 100%;
  margin-left: 8%;
  margin-top:2%;
}
.content{
  position: absolute;
  width: 36%;
  /* min-width: 530px; */
  margin: auto;
  left: 0;
  right: 0;
  /* top: 0; */
  bottom: 8%;
}
.flex-container{
  display: -webkit-flex; /* Safari */
  display: flex;
  justify-content: center;
}
.customer-service{
  width: 50%;
}
.download{
  width: 50%;
}
.customer-service .img-android{
  width: 100%;
  height: 85px;
  background: url('../Images/1920/btn_android.png') no-repeat center center;
  background-size: contain;
  cursor: pointer;
}
.download .img-ios{
  width: 100%;
  height: 85px;
  /* margin-top: 25px; */
  background: url('../Images/1920/btn_ios.png') no-repeat center center;
  background-size: contain;
  cursor: pointer;
}
.wx-box{
  position: absolute;
  right: 14%;
  width: 200px;
  /* height: 200px; */
  bottom: 4%;
}
.wx-box .txt{
  width: 100%;
  height: 26px;
  background: url('../Images/1920/客服微信.png') no-repeat center center;
  background-size: contain;
}
.wx-box .qr{
  width: 100%;
  height: 150px;
  background: url('../Images/1920/qr.png') no-repeat center center;
  background-size: contain;
}
.wx-box .wx{
  width: 100%;
  height: 26px;
  background: url('../Images/1920/AA0716123.png') no-repeat center center;
  background-size: contain;
}
footer{
  height: 160px !important;
}
.footer{
  padding-top: 10px;
  text-align: center;
  background-color: #fff;
  font-size: 18px;
  color: #6a6a6a;
  line-height: 28px;
  height: 100px !important;
}
.tip{
  color: #ee6c2d;
}

.footer img{
  vertical-align: middle;
}