html,
body
{
	/*height: 100%;*/
	/*max-width: 10.24rem;*/
	min-width: 3.2rem;
	width: 100%;
}

#app {
	margin: 0 auto;
	max-width: 10.24rem;
}

.header {
	position: fixed;
	top: 0;
	height: 0.695rem;
	/*max-width: 7.68rem;*/
	line-height: 0.695rem;
	width: 4.14rem;
	background-color: #ffffff;
	z-index: 1;
}

.header-center {
	display: inline-block;
	width: 1.395rem;
	height: 0.355rem;
	margin-top:  calc(calc(0.695rem - 0.355rem) / 2);
	margin-left: calc(calc(4.14rem - 1.395rem) / 2);
	background-image: url('../assets/images/logo@3x.png');
	background-size: 1.399rem 0.355rem;
}

.header-right {
	/* display: inline-block; */
	/* position: relative; */
	float: right;
	margin-top:  calc(calc(0.695rem - 0.18rem) / 2);
	margin-right: 0.165rem;
}

.header-right-img {
	display: block;
	width: 0.2rem;
	height: 0.2rem;
}


/* .menu:before,
.menu:after {
  content: "";
  display: block;
  width: 100px;
  height: 16px;
  background: #000;
  border-radius: 10px;
  position: absolute;
  left: 0;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.menu:before {
  top: 5px;
  box-shadow: 0 37px #000;
}
.menu:after {
  bottom: 5px;
}
.menu:hover:before {
  top: 42px;
  box-shadow: none;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
.menu:hover:after {
  bottom: 42px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
} */

.divider {
	background-color: #919191;
	height: 0.001rem;
	margin-bottom: 0.008rem;
	z-index: 1;
}

.menu {
	width: 4.14rem;
	/*height: 1.82rem;*/
	 position: relative; 
	background-color: #ffffff;
	padding-top:calc(calc(0.695rem - 0.355rem) / 2);
	display: inline-block;
}

.menuUl {
	width: 4.14rem;
	text-align: center;
	position: relative;
	/*padding-top: 0.08rem;
	padding-bottom: 0.05rem;*/
	/*border-bottom: #919191 0.001rem solid;*/
	display: inline-block;
}

.menuUl :first-child{
	padding-top: 0.08rem;
}
.menuUl :last-child{
	padding-bottom: 0.05rem;
}

.menuItem {
	height: 0.4rem;
	line-height: 0.4rem;
	text-align: center;
	position: relative;
	font-size: 0.14rem;
}

.menuItem :hover {
	color: aqua;
}

</style>