/* 微信参与引导页 */
.guideTip{
  padding: 0.6rem 0.3rem 0;
  position: relative;
  height: 100%;
  display: none;
}
.guideTip h3{
  font-size: 0.32rem;
  color:#333;
}
.guideTip .mode{
  background:#F1F5FF;
  border:1px solid #E6E6E6;
  border-radius:0.1rem;
  padding:0.3rem 0.2rem;
  margin-top:0.6rem;
}
.guideTip .mode h3{
  font-size: 0.34rem;
  color:#476DBE;
  margin-bottom:0.3rem;
}
.guideTip .mode p{
  font-size: 0.32rem;
  color:#333;
}
.guideTip .mode1{
  display: flex;
  justify-content:space-between;
}
.guideTip .mode1 .text{
  width:3.8rem;
}
.guideTip .mode1 .img{
  width:2.5rem;
  height: 2.5rem;
  border:0.12rem solid #476DBE;
  border-radius:0.08rem;
}
.guideTip .mode1 #qrcode{
  background:#fff;
}
.guideTip .mode1 #qrcode img{
  width:100%;
  height: 100%;
  padding: 4px;
}
.guideTip .mode2 div{
  background:#FAFAFA;
  border-radius: 0.08rem;
  margin-top:0.3rem;
  padding:0.14rem 0.3rem;
  font-size: 0.32rem;
  color:#333;
  word-wrap:break-word;
}
.guideTip .foot{
  position: absolute;
  width:5.9rem;
  text-align: center;
  bottom:0.3rem;
  font-size: 0.24rem;
  color: #999;
}
.guideTip .foot p{
  margin-bottom: 0.1rem;
}


.popupTip{
  text-align: center;
  padding-top: 0.8rem;
}
.popupTip img{
    width:4.6rem;
}
.popupTip p{
    font-size: 0.32rem;
    color:#333;
    margin-top:0.4rem;
}
.popupTip .btn{
    width:6.9rem;
    height: 0.94rem;
    margin:0 auto;
    border-radius:0.08rem;
    font-size: 0.32rem;
    padding-top:0.2rem;
    background:#476DBE;
    color:#fff;
    margin-top:1rem;
}
.network,.testFail{
  display:none;
}

.follow{
  padding: 0.6rem 0.3rem 0;
  position: relative;
  height: 100%;
  display:none;
}
.follow h3{
  font-size: 0.32rem;
  color:#333;
  line-height: 0.5rem;
}
.follow h3 span{
  color:#476DBE;
}
.follow .img{
  width:3.8rem;
  height:3.8rem;
  border:0.16rem solid #476DBE;
  border-radius:0.08rem;
  margin:1.5rem auto 0;
  padding:0.2rem;
}
.follow .img img{
  width:100%;
  max-height: 100%;
}
/* .follow .img .publicEWM{
  width:100%;
  height:100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
} */
.follow .public{
  text-align: center;
  margin-top:0.2rem;
  font-size: 0.3rem;
  color:#333;
}
.follow .foot{
  position: absolute;
  width:100%;
  text-align: center;
  bottom:0.3rem;
  font-size: 0.24rem;
  color: #999;
}
.follow .foot p{
  margin-bottom: 0.1rem;
}

.guideTipPC{
  position: fixed;
  width:100%;
  height:100%;
  background:#FAFAFA;
  top:0;
  left:0;
  display:none;
}
.guideTipPCBox{
  width:700px;
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
}
.guideTipPCBox h3{
  font-size: 22px;
  color:#333;
  font-weight: normal;
}
.guideTipPCBox .mode{
  background:#F1F5FF;
  border:1px solid #E6E6E6;
  border-radius:10px;
  padding:20px;
  margin-top:30px;
}
.guideTipPCBox .mode h3{
  font-size: 22px;
  color:#476DBE;
  margin-bottom:20px;
}
.guideTipPCBox .mode p{
  font-size: 18px;
  color:#333;
}
.guideTipPCBox .mode1{
  display: flex;
  justify-content:space-between;
}
.guideTipPCBox .mode1 .text{
  width:480px;
}
.guideTipPCBox .mode1 .img{
  width:125px;
  height: 125px;
  border:4px solid #476DBE;
  border-radius:6px;
}
.guideTipPCBox .mode1 #qrcodePC{
  background:#fff;
}
.guideTipPCBox .mode1 #qrcodePC img{
  width:100%;
  height: 100%;
  padding: 5px;
}
.guideTipPCBox .mode2 div{
  background:#FAFAFA;
  border-radius: 8px;
  margin-top:10px;
  height:40px;
  line-height: 40px;
  font-size: 14px;
  color:#333;
  padding-left:20px;
  word-wrap:break-word;
}