.top {
  width: 100%;
  margin:auto;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  /* background-color: #0ea798; */
}
/* .container {
  width: 1200px;
  margin: auto;
} */
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  height: 100%;
  margin: auto;
}

.header img {
  width: 80px;
}
.header ul {
  display: flex;
  justify-content: space-between;
}

.header ul li a{
  display: inline-block;
  padding: 5px 15px;
  color: #fff;

}

/* .header ul li a:hover{
  background-color: #fff;
  border-radius: 15px;
  color: #0ea798;
} */