#box_tips {
    display: none;
    min-height: 820px;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
  }

  .box_tips_img {
    width: 100%;
    min-height: 100%;
  }

  .agr-text {
    font-size: 12px;
    color: #fff;
  }
  /*xz弹窗-安卓*/
.isAttention-bg-and{
    position: fixed;
    background: rgba(0,0,0,0.5);
    width: 100%;
    left: 0;
    bottom: 0;
    top: 0;
    height: 100%;
    z-index: 1000;
    display: none;
}
.isAttention-content-and{
    position:absolute;
    left:15%;
    top: 20vh;
    width:5.55rem;
    height:2.15rem;
    background: url('../images/tips_text.gif') no-repeat center;
    background-size: cover;
}
.isAttention-content-btn{
  position: relative;
  top: 15vh;
  left: -1.25rem;
  width: 8rem;
  height: 1.5rem;
  margin: 0 auto;
  background: blue;
  line-height: 0.65rem;
  text-align: center;
  background: url('../images/tips_btn.gif') no-repeat center;
  background-size: cover;
}
.isAttention-content-get-btn{
  position: relative;
  top: 20vh;
  left: -1.25rem;
  width: 8rem;
  height: 1.5rem;
  margin: 0 auto;
  background: blue;
  line-height: 0.65rem;
  text-align: center;
  background: url('../images/get_url.gif') no-repeat center;
  background-size: cover;
}

  /*xz弹窗-安卓*/
.isAttention-bg-and-tips{
    position: fixed;
    background: rgba(0,0,0,0.5);
    width: 100%;
    left: 0;
    bottom: 0;
    top: 0;
    height: 100%;
    z-index: 1000;
    display: none;
}
.isAttention-content-and-tips{
    width: 100%;
    height: 1.5rem;
    background: url('../images/weixinAnd-tips.png') no-repeat center;
    background-size: cover;
    position:absolute;
    right:0;
    top:0.16rem;
}

/*微信下载弹窗*/
.isAttention-bg{
    position: fixed;
    background: rgba(0,0,0,0.5);
    width: 100%;
    left: 0;
    bottom: 0;
    top: 0;
    height: 100%;
    z-index: 1000;
    display: none;
}
.isAttention-content{
    width:6.76rem;
    height:2.86rem;
    background: url('../images/downloadInfo-tips.png') no-repeat center;
    background-size: cover;
    position:absolute;
    right:0.36rem;
    top:0.16rem;
}