/*重置首页header样式*/
.a-header {
  position: fixed; 
  top: 0;
  width: 100%;
  height: 2.175rem;

  padding-left: 0.375rem;
  padding-right: 0.375rem;
   display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
  z-index: 3;
  background: #F5F5F5;
   border-bottom: 0.15rem solid #29201A;
}

.a-header .a-menu {
  -webkit-box-flex: 1;       
  -moz-box-flex: 1;          
  -webkit-flex: 1;           
  -ms-flex: 1;             
  flex: 2;   
  width: 2rem;
  height: 2rem;
}
.a-header .a-menu i {
  position: fixed;  
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  margin: 0 auto;
  top: 0.625rem;
  background: url(../images/images/a-menu.png) no-repeat center center;
  background-size: 100%;
  z-index: 4;
}
.a-header .a-logo {
  -webkit-box-flex: 5;       
    -moz-box-flex: 5;          
    -webkit-flex: 5;           
    -ms-flex: 5;             
    flex: 5;   

}
.a-header .a-logo img {
  display: block;
  width: 7rem;
  margin: 0 auto;
  position: relative;
  top: 0.4rem;
}
.a-header .a-serch {
  -webkit-box-flex: 1;       
    -moz-box-flex: 1;          
    -webkit-flex: 1;           
    -ms-flex: 1;             
    flex: 1;   
  width: 2rem;
}
.a-header .a-serch i {
  display: block;
  width: 1.25rem; 
  height: 1.25rem; 
  margin: 0 auto;
  position: absolute;
  left: 1rem;
  top: 0.625rem;
  background: url(../images/images/a-serch.png) no-repeat center center; 
  /*top_author.png*/ 
  background-size: auto 100%;   
  z-index: 4;
}
.a-header .a-back {
  -webkit-box-flex: 1;       
    -moz-box-flex: 1;          
    -webkit-flex: 1;           
    -ms-flex: 1;             
    flex: 1;   
  width: 2rem;
}
.a-header .a-back i {
  display: block;
  width: 1.15rem;
  height: 1.15rem;
  margin: 0 auto;
  position: relative;
  top: 0.425rem;
  background: url(http://img.eeo.com.cn/m/images/images/home.png) no-repeat center center;
  background-size: 100% 100%;
}
.a-header .app-xz{
	right: 15px;
	position: absolute;
	top: 0.5rem;
	z-index: 9;
	width: 75px;
	border-radius: 15px;
	height: 26px;
	color: #F12B15;
	font-size: 12px;
	line-height: 26px;
	text-align: center;
	border: 1px solid #F12B15;
}
