@charset "UTF-8";
/* 背景图 */
html {
  width: 100%;
  min-height: 100%;
}

body {
  margin: 0;
  text-align: center;
  color: #666;
  font-size: 0.3rem;
  background: url(https://qhh5.eastmoney.com/site/transition/img/bg.png) no-repeat center/cover;
  background-size: 100% 100%;
}

.Transfer {
  width: 100vw;
  overflow: hidden;
  display: none;
}

#logo {
  height: .8rem;
  width: auto;
  min-width: 3rem;
  margin: .66rem auto .77rem;
}
.wxNoteWrapper #logo {
  margin-top: .25rem;
}

#wxNote {
  display: none;
  text-align: right;
  padding-right: .48rem;
  transform: translateY(-.15rem);
}
#wxNote img {
  height: 1.17rem;
  width: 5.68rem;
}

#mask {
  display: none;
  position:fixed;
  top: 0;left: 0;bottom:0;right:0;
  background-color: #000000cc;
  z-index: 9999;
}
#wxNoteMask {
  text-align: right;
  padding-right: .48rem;
  transform: translateY(-.15rem);
}
.arrow {
  position: fixed;
  top: .37rem;
  right: .32rem;
  height: 1.66rem;
  width: 4.45rem;
}

.items {
  display: flex;
  justify-content: space-around;
  margin: 0 auto .6rem;
  width: 6.1rem;
}

.item {
  font-size: .24rem;
  color: #333333;
  letter-spacing: 0.71px;
  text-align: center;
  font-weight: 400;
  /* white-space: ; */
}
.item img {
  width: auto;
  min-width: .8rem;
  height: .76rem;
  margin-bottom: .2rem;
}

.contentImg {
  width: 6.3rem;
  height: auto;
  min-height: 5.6rem;
}
.btns {
  transform: translateY(-.2rem);
  padding-bottom: .3rem;
}

.btns img {
  width: 5.7rem;
  height: .8rem;
}
#download {
  margin-bottom: .3rem;
}

.tip1 {
  margin: .4rem auto 0;
  padding-bottom: .25rem;
  bottom: 0.3rem;
  width: 6.9rem;
  font-size: 0.24rem;
  color: #999;
  letter-spacing: 0;
  text-align: justify;
  font-weight: 400;
  line-height: 0.36rem;
}

.launch-btn {
  width:100%;height:100%;position:absolute;top:0;left:0;
  overflow: hidden;
  opacity: 0;
  background-color: transparent;
  display:none;
}
.show {
  display: block!important;
}

.iPad .wrapper {
  height: 100vh;
}
.iPad .wrapper .logo {
  margin: 8vh auto 0.21rem;
  width: 1.5rem;
  height: 1.5rem;
}
.iPad .wrapper .title {
  margin-bottom: 5vh;
  font-size: 0.32rem;
}