/* 遮罩 */

.box {
  position: relative;
  overflow: hidden;
}
.overlay {
  display: none;
  position: absolute;
  top: 180px;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
}
.drawer {
  position: fixed;
  top: 90px;
  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;
}
.adventure {
  width: 49%;
}
.shohui {
  display: flex;
  padding-top: 10px;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: -44px;
  justify-content: flex-end;
}
.icon-close-0605:before {
  font-size: 36px;
  background: #fff;
}
.usho {
  display: flex;
  font-family: Arial, Arial;
  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: Arial, Arial;
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  line-height: 24px;
}
.chassgames {
  width: 100%;
  text-align: center;
  margin-top: 12px;
}
.chassgames span {
  font-family: Montserrat, Montserrat;
  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: 60%;
  padding: 8px 0;
  text-align: center;
  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;
}
.sdftg .icon-search:before {
  border-radius: 4px 4px 4px 4px;
  padding: 0;
}
.active a {
  color:  #ea4c89!important;
  border-bottom: 2px solid  #ea4c89;
}
@media (max-width: 765px) {
  .usho {
    gap: 8px;
  }
  .mainsan .chassgames {
    margin-top: 24px;
  }
  .drawer {
    top: 48px;
  }
  .usho {
    margin-top: 40px;
  }
  .shohui .icon-close:before {
    padding: 28px 10px;
  }
  .shohui {
    margin-top: -10px;
  }
  .usho li a {
    font-size: 16px;
    line-height: 20px;
  }
}
