* {
  margin: 0;
  padding: 0;
  outline: none;
  list-style: none;
  box-sizing: border-box;
  text-decoration: none;
  font-style: normal;
}
html,body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  color: #000;
  font-weight: 500;
  font-size: 0.12rem;
}
body{
  background-size: cover;
  overflow: hidden;
}
body .shadow{
  width: 100%;
  height: 100%;
  overflow-x:hidden;
  background-color: rgba(0, 0, 0, 0.4);
  /* opacity: 0.4; */
  position: absolute;
  top: 0;
  left:0;
  z-index: 10;
}
body .body-wrapper{
  width: 100%;
  height: 100%;
  overflow-x:hidden;
  overflow-y:auto;
}
body .body-wrapper .tips{
  position: fixed;
  right: 20px;
  bottom: 26px;
  color: #3290FF;
  font-size: 0.14rem;
}
body .body-wrapper .header-wrapper{
  margin: 1rem 0 0.69rem;
  text-align: center;
}
body .body-wrapper .header-wrapper img{
  height: 1.64rem;
}
body .body-wrapper .title-wrapper{
  text-align: center;
  font-size: 0.13rem;
  margin-bottom: 0.1rem;
}
body .body-wrapper .btn-wrapper .androidbtn{
  text-align: center;
  margin-bottom: 0.1rem;
}
body .body-wrapper .btn-wrapper .androidbtn img{
  width: 2.23rem;
  height: auto;
}
body .body-wrapper .btn-wrapper .iosbtn{
  text-align: center;
}
.intro_banner {
    
    padding: 10px 0 11px;
    background-image: -o-linear-gradient(top,#0eA3E1 0%,#06DCE9 100%);
    background-image: linear-gradient(to bottom,#b7df04 0%,#124180 100%);
    
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c004E1",endColorstr="#FaDCE9",GradientType=0);
    text-align: center;
    -webkit-font-smoothing: antialiased;
}
body .body-wrapper .btn-wrapper .iosbtn img{
  width: 2.23rem;
  height: auto;
}
.jz {
			display: flex;
			flex-direction: row;
			align-items: center;
			justify-content: center;
		}
body .superscript-wrapper{
  padding: 0.2rem 0.1rem 0.1rem 0.1rem;
  width: 1.15rem;
  height: 0.8rem;
  background-size: 100% auto;
  position: fixed;
  z-index: 20;
  right: 0.12rem;
  top: 0.08rem;
  text-align: center;
}
a{
    color: #fff;
}
.btn-wrapper{
    color: #fff;
}
