* {
  margin: 0;
  padding: 0;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

img {
  max-width: none;
}

::-webkit-scrollbar {
  width: 10px;
  /* height: 0px; */
}

::-webkit-scrollbar-thumb {
  background-color: #a5989d;
  /* border-radius: 3px; */
}

#wrap {
  max-width: 1920px;
  min-width: 1200px;
  background: white;
  margin: 0 auto;
  cursor: default;
  position: relative;
  overflow-x: hidden;
}

/* #header样式已移至.header类 */
* {
  margin: 0;
  padding: 0;
}

ul,
li {
  list-style: none;
}

a {
  text-decoration: none;
}

.header {
  width: 100%;
  height: 80px;
  color: white;
  background: rgb(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
}

.header .cont {
  width: 1200px;
  margin: 0 auto;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header .cont .cont-logo {
  width: 269px;
  height: 44px;
  position: relative;
  overflow: hidden;
}

@-webkit-keyframes searchLights {
  0% {
    left: -90px;
    top: 20px;
  }

  to {
    left: 100%;
    top: 20px;
  }
}

.header .cont ul {
  display: flex;
}

.header .cont ul li {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  padding: 0 15px;
  margin: 0 10px;
}

.header .cont ul li:hover,
.header .cont ul li.active {
  background: #ffae00;
}

.header .cont ul li a {
  color: white;
  width: 100%;
  height: 80px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header .cont ul li a:hover {
  text-decoration: none;
}
