body {
  background: #2a2b2d;
}

.header {
  max-width: 1300px;
  margin: 48px auto;
  display: flex;
  padding-bottom: 26px;
  align-items: center;
  border-bottom: 1px solid #eb5757;
}

.ull {
  display: flex;
  padding-left: 40px;
  width: 86%;
  border-left: 1px solid #eb5757;
}

.ull li {
  font-weight: 600;
  font-size: 16px;
  color: #ffffff;
  line-height: 24px;
  padding: 10px 24px;
}
.logo {
  font-weight: bold;
  font-size: 36px;
  color: #eb5757;
  line-height: 44px;
  margin-right: 40px;
}
.icon-search:before {
  width: 16px;
  height: 16px;
  padding: 8px 24px;
  background: #eb5757;
  color: #fff;
  border-radius: 48px 48px 48px 48px;
}
.icon-home,
.icon-category2 {
  display: none;
}
@media (max-width: 1400px) {
  .icon-home,
  .icon-category2 {
    display: block;
  }
  .header {
    width: 95%;
  }
  .ull {
    display: none;
  }

  .icon-search:before {
    width: 32px;
    height: 32px;
    padding: 0;
    background: none;
    border-radius: 48px 48px 48px 48px;
  }
  .icon-search:before,
  .icon-category2:before,
  .icon-home:before {
    font-size: 32px;
    color: #eb5757;
  }
  .kaiheader {
    margin: 0 24px;
  }

  .logo {
    width: 62%;
  }
}

/* 遮罩 */

/* 遮罩 */
.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: #2a2b2d;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 999;
  transition: right 0.3s ease;
}
.drawer.open {
  right: 0;
}
/* 弹窗样式 */
.adven {
  width: 95%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.adventure {
  width: 48%;
}

.fenlei {
  width: 100%;
}
.adventure {
  display: flex;
  margin-top: 24px;

  flex-wrap: wrap;
  justify-content: space-between;
}
.adventure dl {
  width: 44%;
  height: 160px;
}

.adventure dl dt {
  width: 100%;
  height: 100%;

  background: #d9d9d9;
  overflow: hidden;
  border-radius: 12px 12px 12px 12px;
}
.adventure dl dt a {
  height: 100%;
  width: 100%;
  display: inline-block;
}
.adventure dl dt img {
  width: 100%;
  height: 100%;
}

.fenlei {
  height: 40px;
  margin-bottom: 24px;
  line-height: 40px;
  font-weight: 600;
  font-size: 16px;
  color: #eb5757;
  text-align: center;
  background: #ffffff;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #eb5757;
}
.fenlei span {
  float: right;
  margin-right: 20px;
}
.icon-right2:before {
  font-size: 12px;
  color: #000;
}


@media (max-width: 700px) {
  .adventure dl {
  width: 46%;
  height: 80px;
}
  .header {
   margin: 6px auto;
        padding-bottom: 4px;
  }
  .logo {
    font-size: 20px;
    line-height: 24px;
  }
  .icon-search:before,
  .icon-category2:before,
  .icon-home:before {
    font-size: 20px;
  }
  .kaiheader {
    margin: 0 12px;
  }
  .fenlei {
    height: 32px;
    margin-bottom: 12px;
    line-height: 32px;
    font-size: 12px;
  }
  .adventure {
    margin-top: 12px;
  }
}
