* {
  padding: 0;
  margin: 0;
  font-family: Roboto, roboto, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, PingFang SC, Noto Sans, Roboto, Microsoft Yahei, sans-serif, Apple Color Emoji, Segoe UI Emoji;
  font-style: normal;
  font-display: swap;
}
a {
  text-decoration: none;
}
ul,
ol,
li {
  list-style: none;
}
img {
  margin: 0;
  padding: 0;
}
:root {
  font-size: 10px;
}
.ad-box,
.ads-1 {
  text-align: center;
}
.adHeight {
  width: 100%;
  height: 252px;
}
.adTitle {
  color: #CCC;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  text-transform: uppercase;
  margin-bottom: 6px;
  text-align: center;
}
@media (min-width: 356px) {
  .adHeight {
    width: 100%;
    height: 312px;
  }
}
@media (min-width: 748px) {
  .adHeight {
    width: 100%;
    height: 280px;
  }
}
@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
@-webkit-keyframes pulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
.htmlWrap {
  background-color: #6347AC;
}
.wrap {
  max-width: 1920px;
  min-height: 90vh;
  margin: 0 auto;
}
.content {
  max-width: 1280px;
  min-height: 90vh;
  margin: 0 auto;
}
.loading {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  margin: 20px;
}
.itemLink {
  display: block;
  width: calc(100% - 16px);
  height: auto;
  aspect-ratio: 1 / 1;
  margin: 8px;
  border-radius: 10%;
  cursor: pointer;
  position: relative;
}
.itemLink .itemLogo {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 10%;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
}
.itemLink .shadow {
  display: none;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  border-radius: 10%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 75%, #000 100%);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.itemLink .itemName {
  display: none;
  width: 80%;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 26.4px;
  padding: 2px 10%;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.itemLink:hover {
  transform: scale(1.1);
  transition: all 0.2s ease-out;
  box-shadow: 0px -2px 8px 0px rgba(0, 0, 0, 0.2);
}
.itemLink:hover .shadow {
  display: block;
}
.itemLink:hover .itemName {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
}
@media only screen and (max-width: 767px) {
}
.headWrap .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 38px;
  padding: 14px 32px;
  background-color: #FFFFFF;
  border-bottom: 1px solid #E4E4E4;
}
.headWrap .header .mask {
  display: none;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  top: 50px;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100vh;
  opacity: 0.7;
}
.headWrap .header .menu,
.headWrap .header .close,
.headWrap .header .back,
.headWrap .header .searchSvg {
  display: none;
  cursor: pointer;
}
.headWrap .header .menu .svgIcon,
.headWrap .header .close .svgIcon,
.headWrap .header .back .svgIcon,
.headWrap .header .searchSvg .svgIcon {
  width: 24px;
  height: 24px;
}
.headWrap .header .siderbar {
  box-sizing: border-box;
  z-index: 200;
  position: fixed;
  right: -100%;
  top: 48px;
  width: 100%;
  background-color: #FFFFFF;
  border-top: 1px solid #E4E4E4;
  z-index: 2;
  overflow-y: scroll;
}
.headWrap .header .siderbar .categoryList {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 16px 0;
  border-bottom: 1px solid #D3D3D3;
}
.headWrap .header .siderbar .categoryList .categoryItem {
  width: 100%;
  padding: 11px 23px;
}
.headWrap .header .siderbar .categoryList .categoryItem .itemlink {
  display: block;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
}
.headWrap .header .siderbar .categoryList .categoryItem:hover .itemlink {
  color: #6842FF;
}
.headWrap .header .logoWrap {
  cursor: pointer;
}
.headWrap .header .logoWrap .logoLink {
  display: block;
  height: 100%;
}
.headWrap .header .logoWrap .logoLink .logoImg {
  height: 32px;
  width: auto;
  object-fit: cover;
}
.headWrap .header .navList {
  height: 100%;
  display: flex;
  align-items: center;
  margin-left: auto;
}
.headWrap .header .navList .navItem {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 11px 23px;
  cursor: pointer;
}
.headWrap .header .navList .navItem .navLink {
  color: #1A1A1A;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.headWrap .header .navList .navItem:hover .navLink {
  color: #6842FF;
}
.headWrap .header .searchWrap {
  width: 380px;
  height: 38px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 0;
  position: relative;
}
.headWrap .header .searchWrap .searchInput {
  flex: 1;
  width: 100%;
  outline: none;
  color: #999;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  padding: 11px 52px 11px 16px;
  background: #F5F5F5;
  border-radius: 4px;
  border: 1px solid #F5F5F5;
}
.headWrap .header .searchWrap .searchBtn {
  height: 100%;
  width: 52px;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.headWrap .header .searchWrap .searchBtn .searchIcon {
  width: 17.5px;
  height: 17.5px;
}
@media only screen and (max-width: 767px) {
  .headWrap .header {
    height: 28px;
    padding: 10px 16px;
    position: relative;
  }
  .headWrap .header .close {
    position: absolute;
    top: 10px;
    left: 16px;
  }
  .headWrap .header .back {
    margin-right: 8px;
  }
  .headWrap .header .menu,
  .headWrap .header .searchSvg {
    display: block;
  }
  .headWrap .header .logoWrap .logoLink .logoImg {
    height: 27px;
  }
  .headWrap .header .navList {
    display: none;
  }
  .headWrap .header .searchWrap {
    display: none;
    width: calc(100% - 32px);
    height: 36px;
    padding: 6px 0;
  }
  .headWrap .header .searchWrap .searchInput {
    padding: 6px 48px 6px 8px;
  }
  .headWrap .header .searchWrap .searchBtn {
    width: 48px;
  }
  .headWrap .header .searchWrap .searchBtn .searchIcon {
    width: 24px;
    height: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .headWrap .header .searchWrap {
    width: calc(100% - 500px);
  }
}
@media only screen and (max-width: 767px) {
  .headWrap .header {
    justify-content: center;
  }
  .headWrap .header .searchSvg {
    position: absolute;
    top: 10px;
    right: 16px;
  }
}
