*{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a{
  text-decoration:none;
  color: #333333;
}
.headers{
  height: 1rem;
  background: #fff;
  display: flex;
  align-items: center;
  padding: 0 0.2rem;
  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{
  height: 0.38rem;
}
.header-a-box{
  padding-right:0.12rem ;
}
.headers .headers-menu-img{
  width: 0.56rem;
  height: 0.56rem;
  background-image: url('../image/header/header-menu-icon.png');
  background-repeat: no-repeat;
  background-size: 100%;
}
.headers .headers-menu-img.close{
  background-image: url('../image/header/icon-close.png');
}
.header-menu-one{
  font-family: PingFangSC-Regular, PingFang SC;
}
.header-menu{
  display: none;
  position: fixed;
  top: 1rem;
  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 ;
  font-size: 15px;
  font-weight: 400;
  color: #333333;
  line-height: 0.42rem;
  border-top: 1px solid #ECECEC;
}
.header-menu-hasSon{
    background-image: url(../image/index/icon-bottom.png);
    background-repeat: no-repeat;
    background-size: 0.56rem 0.56rem;
    background-position: 97% 0.15rem;
}
.header-menu-two{
  margin-top: 0.2rem;
}
.header-menu-two-item{
  padding: 0.3rem 0 0.28rem 0.2rem;
}
.header-menu-hasSon.active,.header-menu-hasSon.active{
  background-image: url(../image/index/icon-top.png);
}
.header-menu-hasSon.active span,.header-menu-hasSon.active span{
  color: #1869FF;
}
.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;
}