.app_ele{
  display: none;
}

.banner{
  width: 100%;
  height: 100%;
  position: relative;
  /* margin-top: 80px; */
}
.banner > img{
  width: 100%;
}
.banner .banText{
  color: #fff;
  position: absolute;
  width: 1180px;
  /* height: 181px; */
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.banner .banText h1{
  font-size: 50px;
  font-weight: 300;
  line-height: 67px;
}

.banner .banText h2{
  font-size: 18px;
  margin: 10px 0;
  line-height: 24px;
}
.banner .banText .btnGroup{
  padding-top: 20px;
}
.banner .banText .btnGroup a{
  display: inline-block;
  background-color: #448ef6;
  border-radius: 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  padding: 0 20px 0 60px;
  color: #fff;
  height: 40px;
  line-height: 40px;
  position: relative;
}
.banner .banText .btnGroup .pc_ele span:nth-of-type(2) .iosImg{
  margin-left: 20px;
}
.banner .banText .btnGroup .pc_ele span:first-child{
  position: relative;
}
.banner .banText .btnGroup .pc_ele span:first-child #zpopover{
  position: absolute;
  top: 30px;
  left: 12px;
}
.banner .banText .btnGroup .pc_ele span:first-child:hover #zpopover{
  display: block !important;
}
.banner .banText .btnGroup .pc_ele span:first-child .andImg::after{
  background: url(/assets/img/icon24.png) no-repeat center center;
  background-size: contain;
  content: " ";
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 11%;
  top: 50%;
  transform: translateY(-50%);
} 
.banner .banText .btnGroup .pc_ele span:nth-of-type(2){
  position: relative;
}
.banner .banText .btnGroup .pc_ele span:nth-of-type(2) #zpopover{
  position: absolute;
  top: 30px;
  left: 36px;
}
.banner .banText .btnGroup .pc_ele span:nth-of-type(2):hover #zpopover{
  display: block !important;
}
.banner .banText .btnGroup .pc_ele span:nth-of-type(2) .iosImg::after{
  background: url(/assets/img/icon23.png) no-repeat center center;
  background-size: contain;
  content: " ";
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 11%;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width:640px) {
  .pc_ele{
    display: none;
  }
  .app_ele{
    display: inline-block;
  }
  /* .banner {
    z-index: -1;
  } */
  .banner .banText{
    width: 100%;
    text-align: center;
    top: 15%;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 25px;
  }
  .banner .banText h1{
    font-size: 30px;
    margin: 10px 0;
    letter-spacing: -2px;
  }
  .banner .banText h2{
    font-size: 16px;
    padding: 5px 0;
    letter-spacing: -2px;
    font-weight: normal;
  }

  .banner .banText .btnGroup .app_ele span:first-child .andImg::after{
    background: url(/assets/img/icon24.png) no-repeat center center;
    background-size: contain;
    content: " ";
    display: inline-block;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 11%;
    top: 50%;
    transform: translateY(-50%);
  } 

  .banner .banText .btnGroup .app_ele span:nth-of-type(2) .iosImg::after{
    background: url(/assets/img/icon23.png) no-repeat center center;
    background-size: contain;
    content: " ";
    display: inline-block;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 11%;
    top: 50%;
    transform: translateY(-50%);
  }
}