* {
  margin: 0;
  padding: 0;
}
li,
ul {
  list-style: none;
}
a {
  text-decoration: none;
}
html {
  font-size: 375px;
}
img {
  display: block;
  border: none;
}
body {
  width: 100%;
  height: 100%;
  background: #fcf8f1;
}
a,
button,
input,
textarea {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.topBanner {
  width: 100%;
  overflow: hidden;
  height: 0.73066667rem;
  background: url("../img/bg.png") no-repeat top center;
  background-size: 100% auto;
}
.topBanner .face {
  display: block;
  width: 0.17333333rem;
  height: 0.17333333rem;
  margin: 0.12rem auto 0;
  border-radius: 100%;
}
.topBanner .tips {
  display: block;
  font-size: 14px;
  color: #000;
  text-align: center;
  margin-top: 0.09066667rem;
}
.topBanner .coupon-num {
  display: block;
  width: 0.33333333rem;
  height: 0.08266667rem;
  background: #f8f8f8;
  line-height: 0.08266667rem;
  text-align: center;
  font-size: 18px;
  color: #009b78;
  margin: 0.024rem auto 0;
}
.topBanner .title {
  display: block;
  font-size: 16px;
  color: #222;
  text-align: center;
  margin-top: 0.01333333rem;
}
.smallTit {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 0.02666667rem;
  font-size: 14px;
  color: #222;
}
.tit {
  display: block;
  width: 100%;
  overflow: hidden;
  text-align: center;
  margin-top: 0.07466667rem;
  font-size: 18px;
  color: #222;
  letter-spacing: -1px;
}
.fun {
  padding: 0 0.048rem;
  overflow: hidden;
  margin-top: 0.08rem;
}
.fun .left-fun {
  width: 40%;
  float: left;
  display: block;
  font-size: 12px;
  color: #222;
  padding-top: 0.13333333rem;
  background: url("../img/login.png") no-repeat top center;
  background-size: 24% auto;
  text-align: center;
}
.fun .right-fun {
  width: 40%;
  float: right;
  display: block;
  font-size: 12px;
  color: #222;
  padding-top: 0.13333333rem;
  background: url("../img/loan.png") no-repeat top center;
  background-size: 30% auto;
  text-align: center;
}
.download {
  margin: 0.096rem 0.048rem 0;
  height: 0.104rem;
  text-align: center;
  line-height: 0.104rem;
  background: #009b78;
  border-radius: 3px;
  font-size: 14px;
  color: #ffffff;
}
.line {
  width: 100%;
  height: 1px;
  overflow: hidden;
  margin-top: 0.09333333rem;
}
.container{
  width: 100%;
  overflow: hidden;
}
.container img{
  display: block;
  width: 100%;
  height: auto;     
}
.sixth{
 position: relative;       
}
.sixth .sixthHref{
 display: block;
    width: 92%;
    height: 8%;
    position: absolute;
    bottom: 4.5%;
    left: 4%; 
}
.specialty {
  width: 0.332rem;
  height: 0.37733333rem;
  background: url("../img/specialty.png") no-repeat center;
  background-size: 100% auto;
  margin: 0.072rem auto 0;
}
.save {
  width: 0.32133333rem;
  height: 0.412rem;
  background: url("../img/save.png") no-repeat center;
  background-size: 100% auto;
  margin: 0.14666667rem auto 0;
}
.safety {
  width: 0.41333333rem;
  height: 0.43066667rem;
  background: url("../img/safety.png") no-repeat center;
  background-size: 100% auto;
  margin: 0.112rem auto 0.16667rem;
}
#background {
  position: absolute;
  z-index: 1001;
  top: 0;
  left: 0;
  background: #323232;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}
#pop_share {
  position: fixed;
  right: 10px;
  top: 10px;
  z-index: 1002;
  width: 90%;
  height: 20%;
  background: url('../img/app_share.png') no-repeat right 0;
  background-size: 100% auto;
}
