div{
  box-sizing: border-box;
}
input{  
	background:none;  
	outline:none;  
	border:none;
}
.header{
  width: 1002px;
  height: 85px;
  display: flex;
}
.header1{
  width: 1240px;
  height: 85px;
  display: flex;
}
.header-logo{
  width: 180px;
  height: 100%;
  background-color: #f0f4fc;
}
.header-logo>a{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}
.header-logo>a>img{
  width: 80px;
  height: 38px;
  margin-top: 30px;
}
.header-container{
  flex: 1;
  height: 100%;
  border-bottom: 2px solid #f2f4f7;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
}
.header-container-search{
  width: 260px;
  height: 36px;
  border-radius: 18px;
  background-color: #f2f4f7;
  display: flex;
  margin-left: 30px;
  align-items: center;
}
.search-icon{
  font-size: 18px;
  color: #c27486;
  margin-left: 15px;
  margin-right: 15px;
}
.header-container input{
  flex: 1;
  height: 100%;
  margin-right: 16px;
  background: none;
  border: none;
}
.header-container input:hover,.header-container input:focus{
  background: none;
  border: none;
  box-shadow: none;
}
.header-container-contact{
  width: auto;
  height: 100%;
  margin-right: 30px;
  display: flex;
  align-items: center;
}
.header-container-contact img{
  width: 26px;
  height: 26px;
}
.contact-icon{
  margin-right: 20px;
}
.phone-icon{
  margin-right: 5px;
}
.header-container-contact span{
  font-size: 14px;
  color: #999;
}
