.headers{
  height: 60px;
  background: #fff;
  display: flex;
  align-items: center;
  padding: 0 1.0rem;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1999;
  box-shadow: 0px 16px 40px 0px rgba(136, 136, 136, 0.1), 0px -2px 0px 0px #ECECEC;
}
.headers .headers-logo{
  width: auto;
  height: 0.78rem;
}
.header-a-box{
  padding-right:0.12rem ;
}
header .headers-menu-img{
  width: 1.86rem;
  height: 1.86rem;
  background-image: url('../images/header-menu-icon.png');
  background-repeat: no-repeat;
  background-size: 100%;
}
header .headers-menu-img.close{
  background-image: url('../images/icon-close.png');
}
.header-menu-one{
  font-family: PingFangSC-Regular, PingFang SC;
}
.header-menu{
  display: none;
  position: fixed;
  top: 86px;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 9999;
  bottom: 0;
  overflow-y: scroll;
  overflow-x: hidden;
}
.header-menu-one-item{
  padding: 0.28rem 0 ;
  padding-left: .9rem;
  font-size: 15px;
  font-weight: 400;
  color: #333333;
  line-height: 2.82rem;
  border-top: 1px solid #ECECEC;
}
.header-menu-hasSon{
    background-image: url(../images/icon-bottom.png);
    background-repeat: no-repeat;
    background-size: 1.56rem 1.56rem;
    background-position: 95% 0.95rem;
}
.header-menu-two{
  margin-top: 0.2rem;
}
.header-menu-two-item{
  padding: 0.3rem 0 0.28rem 1.0rem;
  line-height: 1.6rem;
}
.header-menu-hasSon.active,.header-menu-hasSon.active{
  background-image: url(../images/icon-top.png);
}
.header-menu-hasSon.active span,.header-menu-hasSon.active span{
  color: #d1aa7f;
}
.header-menu-two-item-space{
  width: 100%;
  height: 0.6rem;
  padding: 0 0 0 0.5rem;
  color: #888;
  font-size: 13px;
  background-color: #F8F9FB;
  line-height: 0.6rem;
}
.header-menu-one a{
  display: inline-block;
  width: 100%;
  height: auto;
}
.header-menu-one-item a ,.header-menu-one span{
  padding-left: 0.3rem;
}
.header-menu-two{
  display: none;
}
.wrap{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 89;
  background-color:  rgba(0, 0, 0, 0.5);
  display: none;
}
.header-parent-title{
  display: inline-block;
  height: auto;
  width: 100%;
}
.header-item{
  display: flex;
  align-items: center;
}
.header-menu-test{
  width: 34px;
  height: 18px;
}
.header-menu-test-li{
  display: flex;
  align-items: center;
}
.header-crm{
  display: inline-block;
}