header {
  padding-bottom: 30px;
}

.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: Poppins, Poppins;
  font-weight: 800;
  font-size: 36px;
  color: #333333;
  line-height: 44px;
}
.header1input {
  margin: 12px 0;
  display: flex;
  width: 300px;
  align-items: center;
  justify-content: space-between;
  border-radius: 4px 4px 4px 4px;

  background: #f2f2f2;
}

.header1input input {
  margin: 8px 24px;
  font-family: Poppins, Poppins;
  font-weight: bold;
  font-size: 14px;
  color: #b8b1ad;
  line-height: 18px;
  background: #f2f2f2;
  width: 100%;
}
.search_btn {
  width: 16px;
  height: 16px;
  color: #b8b1ad;
  margin: 8px 24px 8px 0;
}
.icon-search:before {
  color: b8b1ad;
  font-size: 18px;
  cursor: pointer;
}
.ullist {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ullist li a {
  font-family: Poppins, Poppins;
  font-weight: bold;
  font-size: 16px;
  color: #999999;
  line-height: 20px;
  padding: 4px 24px;
}
#drawerToggle {
  display: none;
}
.icon-Apps:before ,.icon-Games:before,.icon-Topics:before{
  margin-right: 12px;
}

.imggg{
      width: 128px;
    margin-top: 12px;
}

@media (max-width: 992px) {
.header1input{
  width: 150px;
}
}

@media (max-width: 769px) {
  .header1input input{
    display: none;
  }
  .header1input{
    width: auto;
  }
  .search_btn{
    margin: 0;
  }
  .ullist {
    display: none;
  }
  .header1 {
    width: 95%;
  }
  .icon-category2:before {
    font-size: 30px;
    color: var(--bg-main);
  }
  #drawerToggle {
    display: block;
  }
}

@media (max-width: 700px) {
  .icon-category2:before {
    font-size: 20px;
  }
  .log a {
    font-size: 20px;
  }
  /* .header1input {
    width: 170px;
  }
  .header1input input {
    margin: 8px 16px;
    font-size: 12px;
    width: 100px;
  }
  .search_btn {
    margin: 8px 12px 8px 0;
  } */
  .imggg{

    margin-top: 6px;
}


}

/* 遮罩 */

.box {
  position: relative;
  overflow: hidden;
}
.overlay {
  display: none;
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
}
.drawer {
  position: fixed;
  top: 0px;
  right: -100%;
  width: 100%;
  height: 100%;
  background: #fff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 999;
  transition: right 0.3s ease;
  -webkit-transition: right 0.3s ease;
  -moz-transition: right 0.3s ease;
  -ms-transition: right 0.3s ease;
  -o-transition: right 0.3s ease;
}
.drawer.open {
  right: 0;
}
/* 弹窗样式 */
.adven {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
/* .drawerp .log{
  width: 95%;
   margin: 0 auto;
  margin-top: 30px;
} */
.adventure {
  width: 49%;
}
.shohui {
  display: flex;
  width: 624px;
  margin: 20px auto;
      align-items: center;
     justify-content: space-between;
}
.icon-close-0605:before {
  font-size: 36px;
  background: #fff;
}
.usho {
  display: flex;
  font-family:Poppins, Poppins;
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  line-height: 24px;
  flex-wrap: wrap;
  margin-top: 100px;
  gap: 20px;
  flex-direction: column;
  align-content: center;
  align-items: center;
}
.usho li a {
  font-family: Poppins, Poppins;
  font-weight: bold;
  font-size: 20px;
  color: #b3b3b3;
  line-height: 32px;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-bottom: 12px;
}
.chassgames {
  width: 100%;
  text-align: center;
  margin-top: 12px;
}
.chassgames span {
  font-family: Poppins, Poppins;
  font-weight: 600;
  font-size: 16px;
  color: #ffffff;
  line-height: 20px;
}
.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;
}

.usho li {
  width: 624px;
  padding: 24px 0;
  border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -ms-border-radius: 4px 4px 4px 4px;
  -o-border-radius: 4px 4px 4px 4px;
  border-bottom: 1px solid #e6e6e6;
}
.sdftg .icon-search:before {
  border-radius: 4px 4px 4px 4px;
  padding: 0;
}
.active a {
  color: var(--bg-main)  !important;
}
@media (max-width: 1320px) {

.header1{
   width: 95%;
}



}
@media (max-width: 700px) {
  .usho li,
  .shohui {
    width: 95%;
  }
  .usho li a {
    font-size: 16px;
  }
  .usho li {
    padding: 12px 0;
  }

  .usho {
    margin-top: 20px;
  }
}
