header {
  background: #83b293;
}

.header1 {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  justify-content: space-between;
}
.log a {
  font-family: Nunito, Nunito;
  font-weight: normal;
  font-size: 36px;
  color: #ffffff;
  line-height: 44px;
}
.header1input {
  margin: 12px 0;
  background: #ffffff;
  display: flex;
  padding: 6px 0;
  width: 450px;
  border-radius: 100px 100px 100px 100px;
  border-bottom: 2px solid #fecd44;
  align-items: center;
  justify-content: space-between;
}
.header1input input {
  margin: 8px 24px;
  font-family: Nunito, Nunito;
  font-weight: 500;
  font-size: 16px;
  color: #8168ff;
  line-height: 16px;
}
.search_btn {
  width: 16px;
  height: 16px;
  color: #8168ff;
  margin: 8px 24px 8px 0;
}

.ullist {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.ullist li {
  border-radius: 100px 100px 100px 100px;
  font-family: Nunito, Nunito;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  padding: 4px 24px;
  margin: 10px 24px;
}
.ullist li:hover {
  background: #ffffff;
  color: #467e59;
  border-radius: 100px;
  box-shadow: 0 2px 0 #fecd44;
}
.icon-icon-category {
  display: none;
}
.search {
  width: 56px;
  height: 24px;
  background: #ffffff;
  border-radius: 100px 100px 100px 100px;
  box-shadow: 0 2px 0 #fecd44;
  padding: 4px 20px;
  color: #83b293;
  margin: 0 12px;
}
.h5seach {
  display: flex;
}
.h5seach {
  display: none;
}
.icon-search:before {
  color: #83b293;
  font-size: 22px;
}
@media (max-width: 1300px) {
  .header1 {
    max-width: 95%;
  }
}

@media (max-width: 1100px) {
  .header1 {
    padding: 6px 0;
    max-width: 90%;
  }
  .header1input {
    width: 300px;
  }
  .header1input {
    display: none;
  }
  .log a {
    font-size: 24px;
    line-height: 28px;
  }
  .ullist {
    display: none;
  }
  .icon-icon-category {
    right: 0;
    position: absolute;
  }
  .icon-icon-category:before {
    font-size: 20px;
    color: #fff;
  }
  .icon-icon-category {
    display: block;
  }
}

/* 返回顶部 */
.back-to-top {
  border: none;
  background: none;
  position: fixed;
  right: 100px;
  font-size: 24px;
  line-height: 40px;
  bottom: 200px;
  display: none;
}

@media (max-width: 768px) {
  .h5seach {
    display: block;
    display: flex;
  }
  .icon-search:before {
    color: #83b293;
    font-size: 16px;
  }
}
@media (max-width: 766px) {
  .back-to-top {
          right: 60px;
        z-index: 1;
        bottom: 126px;
  }
  .icon-search:before {
    color: #83b293;
    font-size: 18px;
  }
}

/* 轮播图 */
.popgong {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #fff;
}

.dll {
  width: 100%;
  height: 100%;
}

.dll dt {
  width: 100%;
  height: 90%;
}
.dll dt img {
  width: 100%;
  height: 100%;
}
.dll dd {
  width: 100%;
  height: 10%;
  padding: 16px;
  font-family: Nunito, Nunito;
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  line-height: 24px;
}
.prev {
  position: absolute;
  left: 0%;
  top: 40%;
  width: 12px;
  background: none;
  border: none;
  font-size: 26px !important;
  color: #fff;
}
.next {
  position: absolute;
  right: 6%;
  top: 40%;
  width: 12px;
  background: none;
  border: none;
  font-size: 26px !important;
  color: #fff;
}

.xioashudian {
  position: absolute;
  bottom: 0;
}

.xioashudian {
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
}

.xioashudian span {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 5px;
  background-color: #ccc;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s;
}

.xioashudian span.active {
  background-color: #ffb300;
}

/* 遮罩 */
.box {
  position: relative;
  overflow: hidden;
}
.overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
}
.drawer {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background: #83b293;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 20;
  transition: right 0.3s ease;
}
.drawer.open {
  right: 0;
}
/*  */
.drawerp {
  width: 90%;
  margin: 0 auto;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  align-items: flex-end;
}
#closeDrawer {
  font-size: 28px;
  margin-bottom: 20px;
  color: #fff;
}
.search_overlay {
  background: #ffffff;
  border-radius: 100px 100px 100px 100px;
  box-shadow: 0 2px 0 #fecd44;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 24px;
  margin: 0 auto;
}

.search_overlay input {
  font-family: Manrope, Manrope;
  font-weight: 500;
  font-size: 24px;
  color: #999999;
  line-height: 28px;
  padding: 4px 24px;
}

.search_overlay img {
  width: 32px;
  height: 32px;
  margin: 18px;
  cursor: pointer;
}
.ylll {
  display: inline-block;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 30px;
}
.ylll li:hover {
  background-color: #fff;
  color: #83b293;
  box-shadow: 0 2px 0 #fecd44;
}
.search_overlay input {
  font-size: 14px;
  color: #467e59;
  line-height: 18px;
  width: 90%;
}
@media (max-width: 350px) {
    .log a {
        font-size: 18px;
        line-height: 28px;
    }
}
