@charset "UTF-8";
body {
  /*width: 100% !important; */
  /*height: 100vh;*/
  font-family: "Hiragino Sans GB W3","Microsoft YaHei","微软雅黑";
  -webkit-font-smoothing: antialiased;
  margin: 0;
  background: url("../image/download/download_bg.png") no-repeat;
  /*background-size: contain;*/
  background-size: COVER;
  text-align: center;
  -overflow: hidden;
}

.open-hint{
  position: absolute;
  top: 0;
  left: 0;
  width: 95%;
  padding-right: 2.4rem;
  height: 2.6rem;
  padding-top: 2.2rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-image: url("../image/download/wx-open-hint.png");
  background-position: center right;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
.open-hint .text-hint{
  line-height: 0.8547rem;
  font-size: 0.6838rem;
  color: #333;
  text-align: right;
}
.download-logo {
  width: 9.32267rem;
  height: 7.97867rem;
  margin: 0 auto;
  margin-top: 3.754667rem;
  margin-bottom:1.5rem;
}
.download-logo img{
  width:3.477333rem;
  height:3.477333rem;
}
.download-logo p{
  color:#6C8FFC;
  font-size: 1.066667rem;
  line-height: 1;
}

.download-item{
  display: block;
  width:11.242667rem;
  height:1.664rem;
  line-height: 1.664rem;
  margin:1.194667rem auto;
  background:rgba(0,153,204,0.15);
  border-radius:4.266667rem;
  display: flex;
  align-items:center;
  text-align: center; 
  justify-content:center;
  background: linear-gradient(to right,#C980F4, #5C86F7);
  box-shadow: 0 1px 1px #E5D5FA; 
}
.download-item img{
  width:0.768rem;
  height:0.768rem;
  margin-right:0.5rem;
}
.download-item span{
  font-size:0.64rem;
  color:#fff;
}