/* 如果屏幕超过750px，按照750设计稿来走，不让页面超过750px */
@media screen and (min-width:750px){
  html{
    font-size: 75px!important;
  }
}
body{
  min-width: 320px;
  max-width: 750px;
  margin: 0 auto;
  width: 10rem;
  height: 17.786667rem;
  line-height: 1.5;
  font-family: Arial, Helvetica, sans-serif;
  background: url("../images/bg.png") no-repeat;
  background-size: cover;
}
a{display: block;}
.logo{width: 2.986667rem;height: .933333rem;position: absolute;background: url("../images/logo.png") no-repeat;background-size: cover;left: .133333rem;top:.426667rem ;}
/*.char{width: 9.653333rem;height: 13.28rem;position: absolute;background: url("../images/char.png") no-repeat;background-size: cover;left: .146667rem;top: .033333rem;}*/
.QRbox{width: 3.146667rem;height: 3.146667rem;position: absolute;background: url("../images/QRcode.png") no-repeat;background-size: cover;left: 1.373333rem;top: 3.826667rem;}
.QRcode{width: 2.666667rem;height: 2.666667rem;position: absolute;background: url("../images/code.png") no-repeat;background-size: cover;left: .24rem;top: .24rem;}
.apple{width: 3.68rem;height: 1.146667rem;position: absolute;background: url("../images/apple.png") no-repeat;background-size: cover;left: 4.946667rem;top: 4.08rem;}
.android{width: 3.68rem;height: 1.146667rem;position: absolute;background: url("../images/android.png") no-repeat;background-size: cover;left: 4.946667rem;top: 5.613333rem;}

