html, body, div, ul, li, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, form, input, textarea, th, td, select {
  margin: 0;
  padding: 0;
}

*{
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
html, body {
  width: 100%;
  height: 100%;
  font-family: "Microsoft YaHei", sans-serif;
}

body {
  overflow-x: hidden;
  margin: auto;
  /* font-family: yh; */
}
.app{
  width: 100%;
  height: 100%;
  min-width: 310px;
}
a{
  color: inherit;
  text-decoration: none;
}
.bWeChat{
  width: 100%;
  height: 100%;
}
.bWeChat img{
  width: 100%;
}
.el-main{
  padding: 0 !important;
}
.el-container.is-vertical{
  height: 100%;
}
.container{
  width: 100%;
  height: 100%;
  background: url('../images/index/1920/bg1.png') no-repeat center center;
  background-size: cover;
  position: relative;
}
.logo{
  width: 240px;
  display: inline-block;
  height: 120px;
  background: url('../images/index/1920/logo.png') no-repeat center center;
  background-size: 80%;
  margin-left: 4%;
  margin-top:2%;
}
.content{
  /* padding-top: 18% !important; */
  position: absolute;
  width: 50%;
  margin: auto;
  left: 0;
  right: 0;
  /* top: 0; */
  bottom: 2%;
}
/* .customer-service{
  width: 50%;
} */
.customer-service .txt{
  width: 100%;
  height: 25px;
  margin-top: 10px;
  background: url('../images/index/1920/客服微信.png') no-repeat center center;
  background-size: contain;
}
.customer-service .img{
  width: 100%;
  height: 140px;
  background: url('../images/index/1920/qr.png') no-repeat center center;
  background-size: contain;
}
.download .img-android{
  width: 100%;
  height: 80px;
  margin-bottom: 5%;
  background: url('../images/index/1920/btn_android.png') no-repeat center center;
  background-size: contain;
  cursor: pointer;
}
.download .img-windows{
  width: 100%;
  height: 80px;
  margin-bottom: 10%;
  background: url('../images/index/btn_windows.png') no-repeat center center;
  background-size: contain;
  cursor: pointer;
}
.download .img-ios{
  width: 100%;
  height: 80px;
  margin-bottom: 5%;
  background: url('../images/index/1920/btn_ios.png') no-repeat center center;
  background-size: contain;
  cursor: pointer;
}
.download .img-h5{
  width: 100%;
  height: 80px;
  margin-bottom: 6%;
  background: url('../images/index/btn_h5.png') no-repeat center center;
  background-size: contain;
  cursor: pointer;
}
.kefu{
  height: 30px;
  background: url('../images/index/1920/矩形\ 4\ 拷贝.png') no-repeat center center;
  background-size: contain;
}
.wx,.phone{
  width: 510px;
  height: 40px;
  line-height: 40px;
  /* padding-left: 140px; */
  text-align: center;
  font-size: 20px;
  /* margin-top: 10%; */
  position: relative;
  color: #303030;
  white-space: nowrap;
  margin: auto;
}
.wx span{
  width: 20px;
  display: inline-block;
  height: 10px;
}
.wx img,.phone img{
  vertical-align: middle;
}
.wx::before{
  content: '';
  position: absolute;
  left: 100px;
  width: 40px;
  height: 40px;
  background: url('../images/index/1920/weixin.png') no-repeat center center;
}
.phone::before{
  content: '';
  position: absolute;
  left: 100px;
  width: 40px;
  height: 40px;
  background: url('../images/index/1920/phone.png') no-repeat center center;
}
footer{
  height: 140px !important;
}
.footer{
  padding-top: 10px;
  /* padding-bottom: 40px; */
  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;
}