* {
  padding: 0;
  margin: 0;
}
html,
body {
  max-width: 750px;
  position: relative;
  margin: 0 auto;
}
b,
i,
em,
span,
a {
  font-style: normal;
  text-decoration: none;
}
a:active,
a:hover,
a:focus,
*:focus,
a,
a:visited,
a:link {
	outline: 0;
	text-decoration: none;
	color: inherit;
}
.header {
	width: 7.5rem;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  background-color: #FFFFFF;
}
.header .logo {
 display:-webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
 -webkit-box-align: center;
 -moz-align-items: center;
 -webkit-align-items: center;
 align-items: center;
  -webkit-box-pack: justify;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  z-index: 1010;
  height: 1.3rem;
  position: relative;
}
.header .logo i {
  display: block;
  width: 1.64rem;
  height: 0.68rem;
  background: url('../image/LOGO.png') no-repeat;
  background-size: 100%;
  margin-left: 0.3rem;
}
.header .logo b {
  display: block;
  width: 0.96rem;
  height: 1.3rem;
  background: url('../image/menu.png') no-repeat center center;
  background-size: 0.36rem auto;
}
.header .logo:after {
  display: block;
  content: '';
  width: 6.9rem;
  height: 1px;
  background: #e2e1e3;
  position: absolute;
  left: 0.3rem;
  bottom: 0;
  z-index: 1000;
  display: none;
}
.header .links {
  width: 100%;
  height: 100vh;
  display: flex;
flex-direction: column;
justify-content: space-around;
padding-bottom: 1.3rem;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1000;
  box-sizing: border-box;
  padding-top: 1.8rem;
  text-align: center;
  transform: translateY(-100vh);
  transition: transform 0.2s linear;
}
.header .links a {
  display: block;
  color: #FFFFFF;
  /* line-height: 0.92rem; */
  font-size: 0.4rem;
  /* margin-bottom: 0.91rem; */
}
.headerBack .logo i {
  background: url('../image/LOGO2.png') no-repeat;
  background-size: 100%;
}
.headerBack .logo b {
  background: url('../image/menu2.png') no-repeat center center;
  background-size: 0.36rem auto;
}
.headerBack .logo:after {
  background: rgba(0, 0, 0, 0.15);
}
.mebuShow .logo b {
  background: url('../image/close.png') no-repeat center center;
  background-size: 0.29rem auto;
}
.mebuShow .links {
  transform: translateY(0);
  transition: transform 0.2s linear;
}
.footer {
  width: 7.5rem;
  height: 1.14rem;
  position: fixed;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(0, 0, 0, 0.6);
  box-sizing: border-box;
  padding: 0 0.24rem;
  z-index: 1000;
  font-size: 0.26rem;
  color: #fff;
}
.footer div{
	display: flex;
}
.footer p{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-left: .15rem;
}
.footer i {
     display: block;
     width: .8rem;
     height: 0.73rem;
     background: url(../image/LOGO3.png) no-repeat left;
     background-size: auto 0.73rem;
}
.footer b {
  display: block;
  width: 1.76rem;
  height: 0.7rem;
  background: url('../image/loadapp.png?222');
  background-size: 100%;
}
.isSafari {
  padding-top: 75px;
}
