header {
  background: #ffd400;
}

.head {
  max-width: 1200px;
  margin: 0px auto;
  display: flex;
  padding: 12px 0;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.logo {
  font-family: Arial, Arial;
  font-weight: bold;
  font-size: 36px;
  color: #ffffff;
  line-height: 40px;
}

.ull {
  display: flex;
  gap: 24px;
  align-items: center;
}
.ull li {
  font-family: Arial, Arial;
  font-weight: bold;
  font-size: 16px;
  color: #ffffff;
  line-height: 20px;
  padding: 12px 24px;
  white-space: nowrap;
  border-radius: 4px 4px 4px 4px;
}

.pp {
  font-family: Arial, Arial;
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  line-height: 20px;
  background: #ffffff;
  padding: 12px 24px;
  border-radius: 4px 4px 4px 4px;
}

.uin {
  display: none;
}
.active {
  background: #11191f!important;
  color: #ffffff!important;
}

@media (max-width: 1320px) {
  .head {
    width: 95%;
  }
}

@media (max-width: 950px) {
  .dn,
  .ull {
    display: none;
  }
  .uin {
    display: flex;
    gap: 40px;
  }
  .kaiheadddder {
    background: #ffffff;
          padding: 12px 20px 12px 20px;
       border-radius: 8px 8px 8px 8px;
  }
 
}
@media (max-width: 760px) {
  .logo {
    font-size: 24px;
    line-height: 32px;
  }
  .pp {
    font-size: 12px;
    line-height: 16px;
    padding: 8px 24px;
  }

  .ull li {
    white-space: nowrap;
    font-size: 14px;
    line-height: 18px;
    margin: 12px 0px;
  }
}
.icon-collection-selected:before {
  font-size: 20px;
  color: #fff;
  padding-right: 6px;
  cursor: pointer;
}
.icon-collection-unselected:before {
  font-size: 18px;
  padding-right: 6px;
  color: #ccc;
  cursor: pointer;
}

.icon-collection-selected:before {
  color: #ffb300;
  display: inline-block;
}
.icon-collection-unselected:before {
  color: #ccc;
  display: inline-block;
}
.anfaceboxwchor {
  margin-left: 12px;
}
.back-to-top {
  border: none;
  background: none;
  position: fixed;
  right: 100px;
  font-size: 24px;
  line-height: 40px;
  border-radius: 50%;
  bottom: 200px;
  display: none;
  z-index: 10;
  cursor: pointer;
}
.icon-back:before {
  font-size: 40px;
  background-color: #fff;
  color: #ffd400;
  border-radius: 50%;
}
@media (max-width: 760px) {
  .icon-collection-selected:before {
    font-size: 16px;
  }
  .icon-collection-unselected:before {
    font-size: 14px;
  }
  .icon-back:before {
    font-size: 30px;
}
  .uin {
    gap: 10px;
  }
}













/* 遮罩 */

.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: #FFFFFF;
  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{
 font-family: Arial, Arial;
font-weight: bold;
font-size: 16px;
color: #333333;
line-height: 20px;
}
.chassgames{
 width: 100%;text-align: center;
  margin-top: 12px;
}
.chassgames span {
  font-family: Arial, Arial;
font-weight: bold;
font-size: 20px;
color: #333333;
line-height: 24px;
}
.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;
}



.sdftg .icon-search:before{

  border-radius: 4px 4px 4px 4px;

  padding:0;
}

.usho .active a {
   color: #FFFFFF;
}









