*{padding:0;margin:0;}/*åŽ»æŽ‰æ‰€æœ‰æ ‡ç­¾ä¹‹é—´çš„é»˜è®¤é—´éš™*/
body{ width:100%;
  margin:0 auto; /*è®¾ç½®æ‰€æœ‰bodyä¸­æ‰€æœ‰divå±…ä¸­æ˜¾ç¤º*/
}
ul{list-style:none;}/*åŽ»æŽ‰æ— åºåˆ—è¡¨çš„é¡¹ç›®ç¬¦å·*/
ol{list-style:none;}/*åŽ»æŽ‰æ— åºåˆ—è¡¨çš„é¡¹ç›®ç¬¦å·*/
a{ text-decoration:none;}/*åŽ»æŽ‰è¶…çº§é“¾æŽ¥çš„ä¸‹åˆ’çº¿*/
img{border:none;}/*åŽ»æŽ‰å›¾ç‰‡åŠ è½½å®Œé“¾æŽ¥ä¹‹åŽçš„è¾¹æ¡†*/
body,html{
  width: 100%;
  height: 100%;
}
h3{
  color: #02065e;
  font-size: 26px;
  text-align: center;
  line-height: 90px;
  padding: 100px 0px 50px 0px;
}
h3 img{
  width: 56px;
  position: relative;
  top: 18px;
}
h3 span{
  padding-left: 12px;
}
.tips{
  text-align: center;
  display: block;
  color: #02065e;
  font-size: 18px;
}
.qr-code-box{
  overflow: hidden;
  text-align: center;
  padding-top: 30px;
}
.qr-code-box .qr-code {
  display: inline-block;
  margin: 0px 15px;
}
.qr-code dl{}
.qr-code dl dt{
  width: 200px;
  height: 200px;
}
.qr-code dl dt img{
  width: 200px;
  height: 200px;
  display:block;
}
.qr-code dl dd{
  text-align: center;
  color: #f80207;
  font-weight: bold;
  padding-top: 15px;
  font-size: 18px;
}
#mb{
  display: none;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.6);
  z-index:999;
  height: 100%;
}
#mb img{
  width: 100%;
}
.m_box{display: none; padding-top: 2rem;}
.m_box dl{

}
.m_box dl dt{

  text-align: center;
}
.m_box dl dt img{

  width: 2rem;

  display: inline-block;
}
.m_box dl dd{
  text-align: center;
  font-size: 0.5rem;
}
.m_box a{
  width: 5rem;
  height: 0.89rem;
  background: #283770;
  text-align: center;
  color: #ffffff;
  font-size: 0.45rem;
  font-weight: bold;
  display: block;
  line-height: 0.89rem;
  margin: 0.75rem auto;
  border-radius: 5px;
}
#box{
  /* overflow: hidden; */
}
#box_1,#box_2,.guidance,.current{display: none;}
#box .hide{
  display: none;
}
.isPhone{
  font-size: 0.26rem;
}
.isPhone .m_box{
  display: block;
}
.isPhone h3{
  display: none;
}
.isPhone .tips{
  display: none;
}
.isPhone .qr-code-box{
  display: none;
}
.isPhone .guidance{
  
position: fixed;
  
top: 0;
  
left: 0;
  
width: 100%;
  
height: 100%;
  
z-index: 20;
  
background: rgba(0,0,0,0.7);

}
.isPhone .guidance .guidanceFlex{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
.isPhone .guidance .special{
  
text-align: center;
}
.isPhone .guidance .special p{

color: #fff;

font-size: 0.3rem;

text-align: center;

line-height: 0.5rem;

letter-spacing: 0.03rem;

margin-bottom: 0.5rem;

font-weight: bold;
}
.isPhone .guidance .special img{width: 5rem;margin: auto;display: block;}
.isPhone .guidance .special a{

color: #fff;

font-size: 0.3rem;

border: 2px solid #fff;

padding: 0.1rem 0.6rem;

display: inline-block;

border-radius: 1rem;

font-weight: bold;

margin-top: 0.5rem;
}
.isPhone .current{

  position: fixed;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  z-index: 20;

  background: rgba(0,0,0,0.7);
}
.isPhone .current .currentFlex{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
.isPhone .current .currentFlex .special{

background: #fff;

text-align: center;

padding: 0.5rem 1.2rem;

border-radius: 0.2rem;
}
.isPhone .current .currentFlex .special p{
  font-size: 0.3rem;

  text-align: center;

  line-height: 0.5rem;

  letter-spacing: 0.03rem;

  margin-bottom: 0.5rem;

  font-weight: bold;
}
.isPhone .current .currentFlex .special a{
  color: #333;
  font-size: 0.3rem;
  border: 2px solid #333;
  padding: 0.1rem 0.6rem;
  display: inline-block;
  border-radius: 1rem;
  font-weight: bold;
}