body {
  background:hsl(205deg, 20%, 94%);
}

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

.ull {
  display: flex;
  padding-left: 40px;
  width: 86%;
}

.ull li {
  font-weight: 600;
  font-size: 16px;
  color: hsl(205deg 65.6% 8.75%);
  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: #388e3c;
  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: #388e3c;
  }
  .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: #388e3c;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 999;
  transition: right 0.3s ease;
}
.drawer.open {
  right: 0;
}
/* 弹窗样式 */
.adven {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.adventure {
  width: 49%;
}
.shohui {
    display: flex
;
    padding-top: 30px;
    padding-right: 30px;
    justify-content: flex-end;
}
.icon-close-0605:before {
    color: #fff;
      font-size: 34px;
    background: #11191f;
    border-radius: 50%;
}
.usho {
    display: flex
;  font-family: Nunito, Nunito;
    flex-wrap: wrap;
    margin-top: 12px;
    gap: 20px;
  font-weight: 600;
    font-size: 16px;
    color: #ffffff;
    line-height: 20px;
    flex-direction: column;
    align-content: center;
    align-items: center;
}
.usho li a{
 color: #ffffff;
}
.chassgames{
 width: 100%;text-align: center;
}
.chassgames span {
    font-family: Nunito, Nunito;
    font-weight: 800;
    font-size: 20px;
    color: #333333;
    line-height: 24px;
    padding: 12px 24px;
    display: inline-block;
 
    margin-bottom: 24px;
    text-align: center;
    background: #f8f8f8;
   
    border-radius: 100px 100px 100px 100px;
    border: 2px solid #333333;
    -webkit-border-radius: 100px 100px 100px 100px;
    -moz-border-radius: 100px 100px 100px 100px;
    -ms-border-radius: 100px 100px 100px 100px;
    -o-border-radius: 100px 100px 100px 100px;
}
.fenlei {
  width: 100%;
}
.adventure {
  display: flex;
  margin-top: 24px;

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

.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: #388e3c;
  border-radius: 8px 8px 8px 8px;
 
}
.fenlei span {
  float: right;
  margin-right: 20px;
}
.icon-right2:before {
  font-size: 12px;
 color: rgb(255, 255, 255);
}
.fenlei a{
color: rgb(255, 255, 255);
}
@media (max-width: 700px) {
  .adventure dl {
    width: 46%;
    height: 80px;
  }
  .header {
    margin: 6px auto;
    padding-bottom: 4px;
    border-bottom: 0px solid #388e3c;
  }
  .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;
  }
}
