/* pages/libs/enterprise_header/enterprise-header.wxss */
.enterprise-header{ position:fixed; top:0; left:0; width:100%; z-index:99;}
.enterprise-header .header_title {
    background: #fff;
  position: relative;
  width: 100%;
  height: 60px;
  padding-top: 10px;
  box-sizing: border-box;
}

.enterprise-header .header_title .title {
  width:auto;
  height: 38px;
  margin: 0 auto;
  display: block;
}

.enterprise-header .header_title .header-leftbtn {
  position: absolute;
  width: 60px;
  height: 70px;
  top: 0;
  left: 0;
}

.enterprise-header .header_title .header-leftbtn img {
  position: absolute;
  width: 35px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.enterprise-header .header_title .share {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 0;
  right: 0;
}

.enterprise-header .header_title .share img {
  position: absolute;
  width: 30px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.enterprise-header .header_title .share button{
	position:absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
	opacity: 0;
}
