* {
  padding: 0;
  margin: 0;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, PingFang SC, Noto Sans, Microsoft Yahei, sans-serif, Apple Color Emoji, Segoe UI Emoji;
  font-style: normal;
  font-display: swap;
}
a {
  text-decoration: none;
}
ul {
  list-style: none;
}
img {
  margin: 0;
  padding: 0;
  /*清除选择时高亮*/
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
:root {
  font-size: 10px;
}
.row {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  gap: 10px;
}
.ad-box {
  text-align: center;
  width: 100%;
  height: 270px;
}
.adHeight {
  width: 100%;
  height: 252px;
}
.adTitle {
  color: #CCC;
  font-family: Poppins;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2rem;
  /* 100% */
  text-transform: uppercase;
  margin-top: 2.4rem;
  margin-bottom: 0.6rem;
  text-align: start;
}
@media (min-width: 356px) {
  .ad-box {
    height: 320px;
  }
  .adHeight {
    height: 312px;
  }
}
@media (min-width: 748px) {
  .ad-box {
    height: 298px;
  }
  .adHeight {
    height: 280px;
  }
  .adTitle {
    margin-top: 2rem;
  }
}
@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);
  }
}
.textShow {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
}
.coverlink {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.wrap {
  min-height: 90vh;
}
.indexWrap {
  max-width: 124.8rem;
  margin: 0 auto;
}
.adWrap {
  padding: 0 2.4rem;
}
@media only screen and (max-width: 767px) {
  .wrap {
    padding: 0;
  }
  .adWrap {
    padding: 0 1.6rem;
  }
}
.headWrap {
  background-color: #fff;
  border-bottom: 1px solid #DDDDDD;
  height: 6.6rem;
  position: relative;
  z-index: 1;
}
.header {
  max-width: 124.8rem;
  height: 100%;
  margin: auto;
  display: flex;
  align-items: center;
}
.header .mantle {
  display: none;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100vh;
  opacity: 0.7;
}
.header .top {
  width: 100%;
  height: 6.6rem;
  padding: 0 2.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.header .top .showBtn {
  cursor: pointer;
  z-index: 1;
}
.header .top .showBtn svg {
  width: 2.4rem;
  height: 2.4rem;
}
.header .top .logo {
  position: absolute;
}
.header .top .logo img {
  height: 3.7rem;
}
.header .top .topR {
  display: flex;
  align-items: center;
  z-index: 1;
}
.header .top .topR .topList {
  display: none;
}
.header .top .topR .search {
  height: 2.4rem;
  width: 2.4rem;
  border-radius: 50%;
  cursor: pointer;
  padding: 0 2.4rem 0 1.6rem;
}
.header .top .topR .search svg {
  width: 2.4rem;
  height: 2.4rem;
}
.header .top .topR .langWrap {
  display: flex;
  align-items: center;
  border-radius: 5rem;
}
.header .top .topR .langWrap .langMask {
  display: none;
  position: fixed;
  z-index: 10;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.header .top .topR .langWrap .langLogo {
  display: flex;
  justify-content: space-between;
}
.header .top .topR .langWrap .langLogo .curlang {
  position: relative;
  display: inline-block;
  display: inline-flex;
  align-items: center;
  -ms-flex-align: center;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.8);
}
.header .top .topR .langWrap .langLogo .curlang .langText {
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.5rem;
  color: #919191;
  padding: 1.2rem 2.1rem;
}
.header .top .topR .langWrap .langLogo .curlang svg {
  width: 2.4rem;
  height: 2.4rem;
}
.header .top .topR .langWrap .langLogo .curlang::after {
  content: '';
}
.header .top .topR .langWrap .langLogo .maskContent {
  display: none;
  box-sizing: border-box;
  position: fixed;
  z-index: 11;
  top: 20%;
  left: 10%;
  top: 65%;
  left: 50%;
  display: flex;
  flex-wrap: wrap;
  width: 30rem;
  height: auto;
  margin-top: -26.5rem;
  margin-left: -15rem;
  padding: 4rem 1rem 0 1.5rem;
  transition: all ease 0.25s;
  transform: translateY(200vh);
  border-radius: 1rem;
  background-color: #fff;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
}
.header .top .topR .langWrap .langLogo .maskContent .maskClose {
  position: absolute;
  top: 0.8rem;
  left: 1.6rem;
  display: block;
  cursor: pointer;
}
.header .top .topR .langWrap .langLogo .maskContent .maskClose svg {
  width: 2.6rem;
  height: 2.6rem;
}
.header .top .topR .langWrap .langLogo .maskContent .maskClose .maskClose::before,
.header .top .topR .langWrap .langLogo .maskContent .maskClose .maskClose::after {
  position: absolute;
  display: block;
}
.header .top .topR .langWrap .langLogo .maskContent .maskClose .maskClose::before {
  top: 0;
  width: 1.8rem;
  height: 0.2rem;
}
.header .top .topR .langWrap .langLogo .maskContent .maskClose .maskClose::after {
  top: -0.8rem;
  left: 0.8rem;
  width: 0.2rem;
  height: 1.8rem;
}
.header .top .topR .langWrap .langLogo .maskContent .maskItem {
  width: 50%;
}
.header .top .topR .langWrap .langLogo .maskContent .maskItem .itemLink {
  display: flex;
  align-items: center;
  border-radius: 4rem;
  font-size: 1.3rem;
  line-height: 1.2;
  width: 95%;
  margin-bottom: 1.6rem;
  padding: 1rem;
  word-break: break-all;
  color: #333;
  background-color: #f2f7fa;
  box-sizing: border-box;
}
.header .top .topR .langWrap .langLogo .maskContent .maskItem .itemLink .langIcon {
  flex: 0 0 2.5rem;
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 0.8rem;
}
.header .top .topR .langWrap #maskControl {
  display: none;
}
.header .top .topR .langWrap #maskControl:checked ~ .langMask {
  display: block;
}
.header .top .topR .langWrap #maskControl:checked ~ .maskContent {
  display: flex;
  transform: translateY(0);
}
.header .siderbar {
  box-sizing: border-box;
  z-index: 200;
  position: fixed;
  left: -22rem;
  top: 0;
  height: 100%;
  min-height: 100%;
  width: 22rem;
  background: #ffffff;
}
.header .siderbar .closeBtn {
  height: 5rem;
  background-color: #F8F8F8;
}
.header .siderbar .closeBtn svg {
  width: 1.7rem;
  height: 1.7rem;
  margin: 1.6rem;
}
.header .siderbar .sideList {
  width: 100%;
}
.header .siderbar .sideList .sideItem a {
  height: 5rem;
  display: flex;
  align-items: center;
}
.header .siderbar .sideList .sideItem a .icon {
  margin: 1.5rem 1.7rem;
}
.header .siderbar .sideList .sideItem a .icon svg {
  height: 2.4rem;
  width: 2.4rem;
}
.header .siderbar .sideList .sideItem a .title {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 4rem;
  color: #333333;
}
@media only screen and (max-width: 767px) {
  .headWrap {
    height: 5.2rem;
  }
  .header .top {
    height: 5.2rem;
    padding: 0 1.6rem;
  }
  .header .top .logo {
    left: 50%;
    transform: translateX(-50%);
  }
  .header .top .logo img {
    height: 3rem;
  }
  .header .top .topR .search {
    margin: 0;
    padding: 0 0.8rem 0 0.4rem;
  }
  .header .top .topR .langWrap {
    background-color: #fff;
  }
  .header .top .topR .langWrap .langLogo .curlang .langText {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .header .top .logo {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) and (orientation: portrait) {
  .header .top .logo {
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) and (orientation: landscape) {
  .header .top .showBtn {
    display: none;
  }
  .header .top .logo {
    position: relative;
  }
  .header .top .topR {
    height: 100%;
  }
  .header .top .topR .topList {
    display: flex;
    align-items: center;
    height: 100%;
  }
  .header .top .topR .topList .topItem {
    height: 100%;
  }
  .header .top .topR .topList .topItem .item {
    cursor: pointer;
    margin: 0 1.6rem;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  .header .top .topR .topList .topItem .item .topTitle {
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 2rem;
    text-align: center;
    color: #333333;
  }
  .header .top .topR .topList .topItem .item .underline {
    width: 3rem;
    height: 0.6rem;
    margin: auto;
    background-color: #fff;
    border-radius: 0.4rem;
    position: absolute;
    bottom: 0;
  }
}
@media screen and (min-width: 1201px) {
  .header .top .showBtn {
    display: none;
  }
  .header .top .logo {
    position: relative;
  }
  .header .top .topR {
    height: 100%;
  }
  .header .top .topR .topList {
    display: flex;
    align-items: center;
    height: 100%;
  }
  .header .top .topR .topList .topItem {
    height: 100%;
  }
  .header .top .topR .topList .topItem .item {
    cursor: pointer;
    margin: 0 1.6rem;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  .header .top .topR .topList .topItem .item .topTitle {
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 2rem;
    text-align: center;
    color: #333333;
  }
  .header .top .topR .topList .topItem .item .underline {
    width: 3rem;
    height: 0.6rem;
    margin: auto;
    background-color: #fff;
    border-radius: 0.4rem;
    position: absolute;
    bottom: 0;
  }
}
.hotWrap .hotList {
  padding-top: 2.4rem;
}
.hotWrap .hotList .topTitle {
  margin: 0.8rem 0 1.6rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hotWrap .hotList .topTitle .title {
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 3rem;
  color: #333333;
}
.hotWrap .hotList .topTitle .more {
  display: flex;
  align-items: center;
}
.hotWrap .hotList .topTitle .more .moreText {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 4rem;
  color: #0186FF;
}
.hotWrap .hotList .topTitle .more img {
  width: 1.4rem;
  height: 1.4rem;
}
.hotWrap .hotList .itemList {
  display: grid;
  grid-gap: 1.6rem 1.6rem;
  grid-template-columns: repeat(6, calc((100% - 8rem) / 6));
}
.hotWrap .hotList .itemList .item .itemLink {
  display: block;
}
.hotWrap .hotList .itemList .item .itemLink .itemImg {
  padding: 0 1.2rem;
}
.hotWrap .hotList .itemList .item .itemLink .itemImg img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  border-radius: 14px;
  border: 1px solid #F2F2F2;
}
.hotWrap .hotList .itemList .item .itemLink .itemInfo {
  padding: 0.6rem;
}
.hotWrap .hotList .itemList .item .itemLink .itemInfo .itemTitle {
  color: #3D332D;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  text-align: center;
}
.hotWrap .hotList .itemList .item .itemLink .itemInfo .itemDescribe {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  margin-top: 0.4rem;
}
.hotWrap .hotList .itemList .item .itemLink .itemInfo .itemDescribe .star {
  width: 16px;
  height: 16px;
}
.hotWrap .hotList .itemList .item .itemLink .itemInfo .itemDescribe .score {
  color: #FFA940;
  font-size: 12px;
  font-weight: 500;
}
.hotWrap .hotList .itemList .item .itemLink:hover .itemInfo .itemTitle {
  color: #0186FF;
}
@media only screen and (max-width: 767px) {
  .hotWrap .hotList {
    padding-top: 2rem;
  }
  .hotWrap .hotList .topTitle {
    margin: 0.6rem 0 1.2rem 0;
  }
  .hotWrap .hotList .topTitle .title {
    font-size: 2rem;
    line-height: 2.8rem;
  }
  .hotWrap .hotList .itemList {
    grid-gap: 1.2rem 1.2rem;
    grid-template-columns: repeat(3, calc((100% - 2.4rem) / 3));
  }
}
.commentWrap .topTitle {
  padding: 0.8rem 0 1.6rem 0;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 3rem;
  color: #333333;
}
.commentWrap .comment {
  width: auto;
}
.commentWrap .comment .commentContent {
  position: relative;
}
.commentWrap .comment .commentContent #commentTextarea {
  resize: none;
  width: calc(100% - 2.4rem);
  height: 10rem;
  padding: 1.2rem;
  padding-bottom: 6rem;
  border-radius: 0.4rem;
  border: 1px solid #999;
  color: #666;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
}
.commentWrap .comment .commentContent #commentTextarea:focus-visible {
  outline: none;
  color: #333;
  border: 1px solid #0186FF;
}
.commentWrap .comment .commentContent .commentBtn {
  position: absolute;
  right: 0.8rem;
  bottom: 1.2rem;
  padding: 0.65rem 1.6rem;
  border-radius: 0.4rem;
  background: #B8DDFF;
  text-align: center;
  cursor: pointer;
}
.commentWrap .comment .commentContent .commentBtn .commentBtnText {
  color: #FFF;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.commentWrap .comment .commentContent .commentBtn .commentBtnText svg {
  width: 2rem;
  height: 2rem;
  padding-left: 0.8rem;
}
.commentWrap .comment .commentList .commentItem {
  display: flex;
}
.commentWrap .comment .commentList .commentItem .commentImg {
  display: flex;
  width: 3rem;
  height: 3rem;
  justify-content: center;
  align-items: center;
  border-radius: 2rem;
  background: #795548;
  margin: 1.6rem 0;
}
.commentWrap .comment .commentList .commentItem .commentImg svg {
  width: 1.8rem;
  height: 1.9rem;
}
.commentWrap .comment .commentList .commentItem .commentInfo {
  width: 100%;
  padding: 1.6rem 0 1.6rem 1rem;
  border-bottom: 1px solid #E6E6E6;
  word-break: break-word;
}
.commentWrap .comment .commentList .commentItem .commentInfo .commentName {
  color: #666;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 3rem;
}
.commentWrap .comment .commentList .commentItem .commentInfo .commentText {
  color: #333;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.2rem;
  padding: 0.4rem 0 1rem 0;
}
.commentWrap .comment .commentList .commentItem .commentInfo .commentDate {
  color: #999;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.2rem;
}
.commentWrap .show .commentMore,
.commentWrap .show .commentLess {
  display: none;
  align-items: center;
  justify-content: center;
  color: #0186FF;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.4rem;
  cursor: pointer;
  padding: 1.6rem 0;
}
.commentWrap .show .commentMore svg,
.commentWrap .show .commentLess svg {
  margin-left: 1rem;
}
@media only screen and (max-width: 767px) {
  .commentWrap .topTitle {
    padding: 0.6rem 0 1.2rem 0;
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
.popularWrap {
  flex-shrink: 0;
  width: 34rem;
  padding: 2.4rem;
  height: fit-content;
  background-color: #fff;
}
.popularWrap .topTitle {
  padding: 0.8rem 0 1.6rem 0;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 3rem;
  color: #333333;
}
.popularWrap .itemList {
  margin: 0 -1.2rem;
}
.popularWrap .itemList .item {
  display: flex;
  align-items: center;
  position: relative;
  padding: 1.2rem;
}
.popularWrap .itemList .item a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.popularWrap .itemList .item .itemImg {
  width: 8.5rem;
  height: 8.5rem;
  border-radius: 2rem;
  border: 1px solid #f2f2f2;
}
.popularWrap .itemList .item .itemInfo {
  margin: 0 0.8rem;
}
.popularWrap .itemList .item .itemInfo .itemTitle {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2rem;
  color: #3D332D;
}
.popularWrap .itemList .item .itemInfo .itemDescribe {
  display: flex;
  align-items: center;
  padding: 0.8rem 0 1.7rem 0;
}
.popularWrap .itemList .item .itemInfo .itemDescribe .star img {
  width: 2rem;
  height: 2rem;
}
.popularWrap .itemList .item .itemInfo .itemDescribe .score {
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.4rem;
  color: #FFA940;
  padding: 0 0.4rem;
}
.popularWrap .itemList .item .itemInfo .group {
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 2rem;
  color: #999999;
}
.popularWrap .itemList .item:hover {
  background-color: #F0F7FF;
  border-radius: 8px;
}
.popularWrap .itemList .item:hover .itemInfo .itemTitle {
  color: #0186FF;
}
.popularNow {
  padding-bottom: 2.4rem;
}
.popularNow .topTitle {
  margin: 0.8rem 0 1.6rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.popularNow .topTitle .title {
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 3rem;
  color: #333333;
}
.popularNow .topTitle .more {
  display: flex;
  align-items: center;
}
.popularNow .topTitle .more .moreText {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 4rem;
  color: #0186FF;
}
.popularNow .topTitle .more img {
  width: 1.4rem;
  height: 1.4rem;
}
.popularNow .itemList {
  display: grid;
  grid-gap: 2rem 2rem;
  grid-template-columns: repeat(1, calc((100% - 0rem) / 1));
}
.popularNow .itemList .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 0 2rem 0 0;
  border-radius: 2rem;
}
.popularNow .itemList .item a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.popularNow .itemList .item .itemLeft {
  display: flex;
  align-items: center;
}
.popularNow .itemList .item .itemLeft .itemImg {
  width: 12.8rem;
  height: 12.8rem;
  border: 1px solid #f2f2f2;
  border-radius: 2rem;
}
.popularNow .itemList .item .itemLeft .itemInfo {
  margin: 0 1.8rem;
}
.popularNow .itemList .item .itemLeft .itemInfo .itemTitle {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2rem;
  color: #333333;
}
.popularNow .itemList .item .itemLeft .itemInfo .itemDescribe {
  display: flex;
  align-items: center;
  margin: 0.8rem 0 1.6rem 0;
}
.popularNow .itemList .item .itemLeft .itemInfo .itemDescribe .star img {
  width: 2rem;
  height: 2rem;
}
.popularNow .itemList .item .itemLeft .itemInfo .itemDescribe .score {
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.4rem;
  color: #FFA940;
  padding: 0 0.4rem;
}
.popularNow .itemList .item .itemLeft .itemInfo .group {
  display: contents;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 2rem;
  color: #999999;
}
.popularNow .itemList .item .itemRight {
  width: auto;
  padding: 0.8rem;
  color: #0186FF;
  border-radius: 0.4rem;
  border: 1px solid #0186FF;
  text-align: center;
}
.popularNow .itemList .item .itemRight .get {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2rem;
  width: max-content;
  margin: auto;
}
.popularNow .itemList .item:hover {
  background-color: #F0F7FF;
}
.popularNow .itemList .item:hover .itemLeft .itemInfo .itemTitle {
  color: #0186FF;
}
.popularNow .itemList .item:hover .itemRight {
  color: #fff;
  background-color: #0186FF;
}
@media only screen and (max-width: 767px) {
  .popularNow .topTitle {
    margin: 0.6rem 0 1.2rem 0;
  }
  .popularNow .topTitle .title {
    font-size: 2rem;
    line-height: 2.8rem;
  }
  .popularNow .itemList {
    grid-gap: 0.8rem 2rem;
  }
  .popularNow .itemList .item {
    padding: 0.4rem;
    border-radius: 1.4rem;
  }
  .popularNow .itemList .item .itemLeft {
    width: 70%;
  }
  .popularNow .itemList .item .itemLeft .itemImg {
    width: 8rem;
    height: 8rem;
    border-radius: 1.4rem;
  }
  .popularNow .itemList .item .itemLeft .itemInfo {
    margin: 0 1.2rem;
  }
  .popularNow .itemList .item .itemLeft .itemInfo .itemDescribe {
    display: flex;
    align-items: flex-start;
    margin: 0.4rem 0 0 0;
  }
  .popularNow .itemList .item .itemLeft .itemInfo .itemDescribe .star img {
    width: 1.2rem;
    height: 1.2rem;
  }
  .popularNow .itemList .item .itemRight {
    display: block;
    width: auto;
    padding: 0.5rem 0.8rem;
    margin: 0 0.4rem;
    color: #ffffff;
    border: none;
    border-radius: 0.4rem;
    background-color: #0186FF;
    text-align: center;
  }
  .popularNow .itemList .item .itemRight .get {
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 2rem;
    width: max-content;
    margin: auto;
  }
}
.footerWrap {
  margin-top: 1.6rem;
  background-color: #ffffff;
  border-top: 1px solid #dddddd;
  position: relative;
}
.footerWrap .footer {
  max-width: 120rem;
  margin: auto;
  padding: 4.8rem 2.4rem;
}
.footerWrap .footer .footerFirst {
  display: flex;
  align-items: center;
  margin-bottom: 3.2rem;
}
.footerWrap .footer .logo {
  margin-right: 5.6rem;
}
.footerWrap .footer .logo img {
  height: 3.5rem;
}
.footerWrap .footer .socialMedia {
  display: block;
}
.footerWrap .footer .socialMedia .externalLinks {
  display: inline-block;
  margin-right: 1.6rem;
}
.footerWrap .footer .socialMedia .externalLinks svg {
  width: 2.4rem;
  height: 2.4rem;
}
.footerWrap .footer .tabbar {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.9rem;
  display: flex;
  flex-wrap: wrap;
}
.footerWrap .footer .tabbar a {
  color: #666;
  margin-right: 1.2rem;
}
.footerWrap .cookie-notice-container {
  background-color: rgba(255, 255, 255, 0.5);
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #6f6f6f;
  text-align: center;
  z-index: 999999;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}
.footerWrap .cookie-notice-container .container {
  max-height: 4rem;
  font-size: 1rem;
  max-width: 900px;
  z-index: 2;
  position: relative;
  text-align: center;
  padding: 10px;
  padding-right: 100px;
  margin: 0 auto;
}
.footerWrap .cookie-notice-container .container a,
.footerWrap .cookie-notice-container .container button,
.footerWrap .cookie-notice-container .container video {
  -webkit-tap-highlight-color: transparent;
  outline: 0;
  text-decoration: none;
}
.footerWrap .cookie-notice-container .container .moreJump {
  color: #0186FF;
}
.footerWrap .cookie-notice-container .container button {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-8px, -50%);
  display: block;
  padding: 0 25px;
  height: 30px;
  line-height: 30px;
  background: #0186FF;
  border: none;
  color: #fff;
  margin: 0 auto;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  cursor: pointer;
}
.footerWrap .cookie-notice-container:before {
  content: '';
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.95;
  z-index: -1;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
}
.footerWrap .addToScreenTip {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background-color: #0186FF;
  border-radius: 1rem 1rem 0 0;
  color: #666;
}
.footerWrap .addToScreenTip .tipTop {
  padding: 1.6rem;
  width: 100%;
  border-bottom: 0.1rem solid #F5F5F5;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
.footerWrap .addToScreenTip .tipTop .tipTopLeft .tipTitle {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2rem;
}
.footerWrap .addToScreenTip .tipTop .tipTopLeft .tipDetail {
  line-height: 2rem;
  font-size: 1.4rem;
}
.footerWrap .addToScreenTip .tipCont {
  width: 100%;
  margin: 1rem 0;
}
.footerWrap .addToScreenTip .tipBottom {
  font-size: 1.4rem;
  margin-bottom: 2rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .footerWrap .footer {
    padding: 3.2rem 1.6rem;
  }
  .footerWrap .footer .footerFirst {
    display: block;
    margin-bottom: 0rem;
  }
  .footerWrap .footer .logo {
    width: auto;
    display: inline-block;
    margin-bottom: 1.6rem;
  }
  .footerWrap .footer .logo img {
    height: 2.8rem;
  }
  .footerWrap .footer .socialMedia {
    margin-bottom: 3.2rem;
  }
  .footerWrap .footer .socialMedia .externalLinks svg {
    width: 2rem;
    height: 2rem;
  }
  .footerWrap .footer .tabbar {
    font-size: 1.4rem;
    line-height: 3rem;
    display: block;
  }
  .footerWrap .footer .tabbar .tabbarLine {
    display: flex;
    align-items: center;
    height: 4rem;
  }
  .footerWrap .footer .tabbar a {
    display: block;
    width: 11rem;
    margin-right: 3.2rem;
  }
  .footerWrap .cookie-notice-container {
    font-size: 1.4rem;
  }
  .footerWrap .addToScreenTip .tipCont {
    display: flex;
    justify-content: center;
  }
  .footerWrap .addToScreenTip .tipCont .stepImg {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footerWrap .cookie-notice-container {
    font-size: 1.4rem;
  }
  .footerWrap .addToScreenTip .tipCont {
    display: flex;
    justify-content: center;
  }
  .footerWrap .addToScreenTip .tipCont .stepImg {
    width: 40%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1201px) {
  .footerWrap .cookie-notice-container {
    font-size: 1.6rem;
  }
  .footerWrap .addToScreenTip .tipCont {
    display: flex;
    justify-content: center;
  }
  .footerWrap .addToScreenTip .tipCont .stepImg {
    width: 20%;
  }
}
@media only screen and (min-width: 1200px) {
  .footerWrap .cookie-notice-container {
    font-size: 1.6rem;
  }
  .footerWrap .addToScreenTip {
    display: none;
  }
}
@keyframes Breath {
  0%,
  100% {
    transform: scale(105%);
  }
  50% {
    transform: scale(100%);
  }
}
@keyframes sweep {
  0% {
    left: -40%;
  }
  100% {
    left: 120%;
  }
}
#relatedsearches1 {
  padding: 2.4rem 0;
}
.adTextHeight {
  height: 150px;
}
#fixedAd {
  position: -webkit-sticky;
  position: sticky;
  top: 18px;
  z-index: 99;
}
.indexWrap .indexContent {
  padding-bottom: 1.6rem;
}
.indexWrap .indexContent .content {
  padding: 2.4rem 2.4rem 0 2.4rem;
}
.indexWrap .indexContent .content .apkWrap {
  display: flex;
  align-items: center;
  gap: 2.4rem;
}
.indexWrap .indexContent .content .apkWrap .downloadBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 1.2rem 2.4rem;
  margin-left: auto;
  border-radius: 8px;
  background: #0186FF;
  position: relative;
  overflow: hidden;
}
.indexWrap .indexContent .content .apkWrap .downloadBtn svg {
  flex-shrink: 0;
  width: 2.4rem;
  height: 2.4rem;
}
.indexWrap .indexContent .content .apkWrap .downloadBtn .downloadText {
  color: #FFF;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 135%;
}
.indexWrap .indexContent .content .apkWrap .downloadBtn .beam {
  position: absolute;
  top: -100%;
  left: -40%;
  width: 4rem;
  height: 20rem;
  background: rgba(255, 255, 255, 0.2);
  transform: rotate(30deg);
  animation: sweep 2s infinite;
}
.indexWrap .indexContent .content .apkWrap .apkOther {
  display: flex;
  align-items: center;
}
.indexWrap .indexContent .content .apkWrap .apkOther .otherItem {
  font-weight: 400;
  text-align: center;
}
.indexWrap .indexContent .content .apkWrap .apkOther .otherItem .otherNum {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.6rem;
  color: #333333;
  margin-bottom: 0.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
}
.indexWrap .indexContent .content .apkWrap .apkOther .otherItem .otherNum svg {
  width: 1.2rem;
  height: 1.2rem;
}
.indexWrap .indexContent .content .apkWrap .apkOther .otherItem:nth-child(1) .otherNum {
  color: #FFA940;
}
.indexWrap .indexContent .content .apkWrap .apkOther .otherItem .otherTitle {
  max-width: auto;
  font-size: 1.2rem;
  line-height: 1.4rem;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
}
.indexWrap .indexContent .content .apkWrap .apkOther .border {
  width: 0.1rem;
  height: 2rem;
  background: #D9D9D9;
  margin: 0 1.8rem;
}
.indexWrap .indexContent .content .apkWrap .apkOther .star {
  display: flex;
  align-items: center;
  padding: 1rem 0;
}
.indexWrap .indexContent .content .apkWrap .apkOther .star img {
  width: 2rem;
  height: 2rem;
}
.indexWrap .indexContent .content .apkWrap .apkOther .star .score {
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.4rem;
  color: #FFA940;
  padding: 0 0.4rem;
}
.indexWrap .indexContent .content .apkWrap .apkOther .category {
  width: fit-content;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 2rem;
  color: #999999;
  background-color: #F3F3F3;
  border-radius: 0.2rem;
  padding: 0.1rem 1rem;
}
.indexWrap .indexContent .content .apkWrap .apkOtherMobile {
  display: none;
}
.indexWrap .indexContent .content .apk {
  display: flex;
  align-items: center;
}
.indexWrap .indexContent .content .apk .apkImg {
  width: 11.4rem;
  height: 11.4rem;
  border-radius: 2rem;
  border: 1px solid #f2f2f2;
}
.indexWrap .indexContent .content .apk .apkRight {
  width: 100%;
  padding-left: 1.6rem;
}
.indexWrap .indexContent .content .apk .apkRight .apkTitle {
  display: flex;
  align-items: center;
  margin-bottom: 1.6rem;
}
.indexWrap .indexContent .content .apk .apkRight .apkTitle .apkTitleText {
  color: #333333;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
}
.indexWrap .indexContent .content .apk .apkRight .apkTitle .apkTitleImg {
  flex-shrink: 0;
  width: 2.4rem;
  height: 2.4rem;
  padding-left: 0.6rem;
}
.indexWrap .indexContent .content .apk .apkRight .categoryMobile {
  display: none;
  color: #999;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 135%;
}
.indexWrap .indexContent .content .apkInfoTitle {
  padding: 0.8rem 0 1.6rem 0;
  margin-top: 2.4rem;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 3rem;
  color: #333333;
}
.indexWrap .indexContent .content .apkInfo {
  display: grid;
  grid-gap: 1rem 1rem;
  grid-template-columns: repeat(3, calc((100% - 2rem) / 3));
}
.indexWrap .indexContent .content .apkInfo .infoItem {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  padding: 1rem 1.6rem;
  border-radius: 6px;
  border: 1px solid #E4E4E4;
}
.indexWrap .indexContent .content .apkInfo .infoItem .infoIcon {
  flex-shrink: 0;
  width: 2.4rem;
  height: 2.4rem;
}
.indexWrap .indexContent .content .apkInfo .infoItem .infoText {
  width: 80%;
}
.indexWrap .indexContent .content .apkInfo .infoItem .infoText .infoTitle {
  color: #666;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 135%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
}
.indexWrap .indexContent .content .apkInfo .infoItem .infoText .infoTxt {
  color: #333333;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 135%;
  padding-top: 0.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
}
.indexWrap .indexContent .content .apkInfo .infoItem .infoText .infoLink {
  color: #0186FF;
  text-decoration: underline;
}
.indexWrap .indexContent .content .appDes {
  padding: 1.6rem 0;
  font-size: 1.4rem;
  line-height: 2.4rem;
  font-size: 1.6rem;
}
.indexWrap .indexContent .content .appDes .appDesContent .appDesItem .itemCont {
  font-size: 1.6rem;
}
.indexWrap .indexContent .content .appDes .appDesContent .appDesItem .itemImg {
  width: 100%;
}
.indexWrap .indexContent .content .appDes .appDesContent,
.indexWrap .indexContent .content .appDes .appDesArticle {
  color: #333333;
  word-break: break-word;
}
.indexWrap .indexContent .content .appDes .appDesContent ul,
.indexWrap .indexContent .content .appDes .appDesArticle ul {
  list-style-type: disc !important;
}
.indexWrap .indexContent .content .appDes .appDesContent h1,
.indexWrap .indexContent .content .appDes .appDesArticle h1,
.indexWrap .indexContent .content .appDes .appDesContent h1 span,
.indexWrap .indexContent .content .appDes .appDesArticle h1 span {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 135%;
  padding-top: 0;
  padding-bottom: 2rem;
}
.indexWrap .indexContent .content .appDes .appDesContent h2,
.indexWrap .indexContent .content .appDes .appDesArticle h2,
.indexWrap .indexContent .content .appDes .appDesContent h2 span,
.indexWrap .indexContent .content .appDes .appDesArticle h2 span {
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 135%;
  padding-top: 2rem;
  padding-bottom: 1.2rem;
}
.indexWrap .indexContent .content .appDes .appDesContent h3,
.indexWrap .indexContent .content .appDes .appDesArticle h3,
.indexWrap .indexContent .content .appDes .appDesContent h3 span,
.indexWrap .indexContent .content .appDes .appDesArticle h3 span {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 135%;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}
.indexWrap .indexContent .content .appDes .appDesContent h4,
.indexWrap .indexContent .content .appDes .appDesArticle h4,
.indexWrap .indexContent .content .appDes .appDesContent h4 span,
.indexWrap .indexContent .content .appDes .appDesArticle h4 span {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 135%;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}
.indexWrap .indexContent .content .appDes .appDesContent p,
.indexWrap .indexContent .content .appDes .appDesArticle p,
.indexWrap .indexContent .content .appDes .appDesContent p span,
.indexWrap .indexContent .content .appDes .appDesArticle p span {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 135%;
  padding-top: 0;
  padding-bottom: 1.6rem;
}
.indexWrap .indexContent .content .appDes .appDesContent ul,
.indexWrap .indexContent .content .appDes .appDesArticle ul {
  padding: 2rem 1rem;
}
.indexWrap .indexContent .content .appDes .appDesContent img,
.indexWrap .indexContent .content .appDes .appDesArticle img {
  width: 80%;
  margin: 0 10%;
}
.indexWrap .indexContent .content .appDes .flag {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.4rem;
  color: #0186FF;
  cursor: pointer;
}
.indexWrap .indexContent .content .appDes .flag .more,
.indexWrap .indexContent .content .appDes .flag .less {
  margin: 1rem 0;
  color: #0186FF;
  display: flex;
  align-items: center;
}
.indexWrap .indexContent .content .appDes .flag .more svg,
.indexWrap .indexContent .content .appDes .flag .less svg {
  width: 1.2rem;
  height: 1.2rem;
  margin-left: 1rem;
}
.indexWrap .indexContent .content .detailsText {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #333333;
  padding: 2.4rem;
}
.indexWrap .indexContent .content .relatedList {
  padding-bottom: 1.6rem;
}
.indexWrap .indexContent .content .relatedList .relatedItem {
  display: flex;
  align-items: center;
  position: relative;
  padding: 1.4rem 0.8rem;
  border-bottom: 1px solid #E6E6E6;
}
.indexWrap .indexContent .content .relatedList .relatedItem .relatedLink {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.indexWrap .indexContent .content .relatedList .relatedItem .relatedText {
  color: #333;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.4rem;
  padding-left: 0.8rem;
}
.indexWrap .indexContent .swiper {
  overflow: hidden;
  position: relative;
}
.indexWrap .indexContent .swiper .swiperBtn {
  direction: ltr;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  font-size: 2.5rem;
  border-radius: 50%;
  background: #00000099;
  position: absolute;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  cursor: pointer;
  color: #fff;
}
.indexWrap .indexContent .swiper #leftBtn {
  left: 1rem;
}
.indexWrap .indexContent .swiper #rightBtn {
  right: 1rem;
}
.indexWrap .indexContent .swiper .swiperList {
  display: flex;
  flex-direction: row;
  transition: all 0.3s ease;
}
.indexWrap .indexContent .swiper .swiperList .swiperItem {
  padding-right: 1rem;
  position: relative;
}
.indexWrap .indexContent .swiper .swiperList .swiperItem .swiperImg img {
  height: 24.8rem;
  width: auto;
  border-radius: 0.6rem;
}
.indexWrap .indexContent .swiper .swiperList .swiperItem:last-child {
  padding-right: 0rem;
}
.indexWrap .indexContent .articlesWrap {
  margin: 1.6rem 0;
}
.indexWrap .indexContent .articlesWrap .articlesTop {
  display: flex;
  align-items: center;
  padding: 0.8rem 0 1.6rem 0;
}
.indexWrap .indexContent .articlesWrap .articlesTop .topTitle {
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 3rem;
  color: #333333;
}
.indexWrap .indexContent .articlesWrap .articlesTop .articlesBtn {
  display: flex;
  align-items: center;
  margin-left: auto;
}
.indexWrap .indexContent .articlesWrap .articlesTop .articlesBtn .disabled {
  display: none;
  width: 30px;
  height: 30px;
  margin-left: 6px;
  cursor: no-drop;
}
.indexWrap .indexContent .articlesWrap .articlesTop .articlesBtn .clickBtn svg {
  width: 30px;
  height: 30px;
  margin-left: 6px;
  cursor: pointer;
}
.indexWrap .indexContent .articlesWrap .articlesTop .articlesBtn .clickBtn .normal {
  display: block;
}
.indexWrap .indexContent .articlesWrap .articlesTop .articlesBtn .clickBtn .hover {
  display: none;
}
.indexWrap .indexContent .articlesWrap .articlesTop .articlesBtn .clickBtn:hover .normal {
  display: none !important;
}
.indexWrap .indexContent .articlesWrap .articlesTop .articlesBtn .clickBtn:hover .hover {
  display: block !important;
}
.indexWrap .indexContent .articlesWrap .articles {
  overflow-x: hidden;
}
.indexWrap .indexContent .articlesWrap .articles .articleList {
  display: flex;
  transition: all 0.3s ease;
}
.indexWrap .indexContent .articlesWrap .articles .articleList .articleItem {
  width: calc((100% - 32px) / 3);
  margin-right: 16px;
  flex-shrink: 0;
  cursor: pointer;
}
.indexWrap .indexContent .articlesWrap .articles .articleList .articleItem .articleImg {
  border-radius: 10px;
  overflow: hidden;
}
.indexWrap .indexContent .articlesWrap .articles .articleList .articleItem .articleImg img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border: 1px solid #f2f2f2;
}
.indexWrap .indexContent .articlesWrap .articles .articleList .articleItem .articleTitle {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
  -webkit-line-clamp: 2;
  word-break: break-word;
}
.indexWrap .indexContent .articlesWrap .articles .articleList .articleItem:hover .articleImg img {
  animation: pulse 1s;
  -webkit-animation: pulse 1s;
  animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
}
.indexWrap .indexContent .articlesWrap .articles .articleList .articleItem:hover .articleTitle {
  color: #0186FF;
}
.indexWrap .popularWrap {
  display: none;
}
.adBottomWrap {
  width: 100%;
  height: 0px;
  padding: 5px 0;
  position: fixed;
  z-index: 100;
  text-align: center;
  left: 0;
  bottom: 0;
  background: #0186FF;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.adBottomWrap .adClose {
  position: absolute;
  left: 0;
  top: -15px;
  width: 30px;
  height: 20px;
  background: #0186FF url("/statics/image/icon_arrow.png") center top no-repeat;
  z-index: 9999;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.adBottomWrap .adOpen {
  background: #0186FF url("/statics/image/icon_arrow.png") center bottom no-repeat;
}
.adBottomWrap .adTitle {
  text-align: center;
  margin: 0.6rem 0;
}
@media only screen and (max-width: 320px) {
  #relatedsearches1 {
    padding: 1.6rem 0;
  }
  .indexWrap .indexContent .content {
    padding: 1.6rem 1.6rem 0 1.6rem;
  }
  .indexWrap .indexContent .content .apkWrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.6rem;
  }
  .indexWrap .indexContent .content .apkWrap .downloadBtn {
    width: calc(100% - 4.8rem);
  }
  .indexWrap .indexContent .content .apkWrap .apkOther {
    width: 100%;
    display: flex;
    align-items: center;
  }
  .indexWrap .indexContent .content .apkWrap .apkOther .otherItem {
    width: 33.3%;
  }
  .indexWrap .indexContent .content .apkWrap .apkOther .category {
    margin: 0 1rem;
  }
  .indexWrap .indexContent .content .apkWrap .apkOther .border {
    margin: 0 1.6rem;
  }
  .indexWrap .indexContent .content .apkWrap .apkOtherMobile {
    display: flex;
  }
  .indexWrap .indexContent .content .apkWrap .apkOtherPc {
    display: none;
  }
  .indexWrap .indexContent .content .apk .apkRight .apkTitle {
    margin-bottom: 0.4rem;
  }
  .indexWrap .indexContent .content .apk .apkRight .categoryMobile {
    display: block;
  }
  .indexWrap .indexContent .content .appDes .appDesContent h1,
  .indexWrap .indexContent .content .appDes .appDesArticle h1,
  .indexWrap .indexContent .content .appDes .appDesContent h1 span,
  .indexWrap .indexContent .content .appDes .appDesArticle h1 span {
    font-size: 2.4rem;
  }
  .indexWrap .indexContent .content .appDes .appDesContent h2,
  .indexWrap .indexContent .content .appDes .appDesArticle h2,
  .indexWrap .indexContent .content .appDes .appDesContent h2 span,
  .indexWrap .indexContent .content .appDes .appDesArticle h2 span {
    font-size: 2rem;
  }
  .indexWrap .indexContent .content .appDes .appDesContent img,
  .indexWrap .indexContent .content .appDes .appDesArticle img {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  #relatedsearches1 {
    padding: 1.6rem 0;
  }
  .indexWrap .indexContent .content {
    padding: 1.6rem 1.6rem 0 1.6rem;
  }
  .indexWrap .indexContent .content .apkWrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.6rem;
  }
  .indexWrap .indexContent .content .apkWrap .downloadBtn {
    width: calc(100% - 4.8rem);
  }
  .indexWrap .indexContent .content .apkWrap .downloadBtn .beam {
    animation: sweep 3s infinite;
  }
  .indexWrap .indexContent .content .apkWrap .apkOther {
    width: 100%;
    display: flex;
    align-items: center;
  }
  .indexWrap .indexContent .content .apkWrap .apkOther .otherItem {
    width: 33.3%;
  }
  .indexWrap .indexContent .content .apkWrap .apkOther .category {
    margin: 0 1rem;
  }
  .indexWrap .indexContent .content .apkWrap .apkOther .border {
    margin: 0 1.6rem;
  }
  .indexWrap .indexContent .content .apkWrap .apkOtherMobile {
    display: flex;
  }
  .indexWrap .indexContent .content .apkWrap .apkOtherPc {
    display: none;
  }
  .indexWrap .indexContent .content .apk .apkImg {
    width: 8rem;
    height: 8rem;
    border-radius: 1.4rem;
  }
  .indexWrap .indexContent .content .apk .apkRight {
    padding-left: 1.2rem;
  }
  .indexWrap .indexContent .content .apk .apkRight .apkTitle {
    margin-bottom: 0.4rem;
  }
  .indexWrap .indexContent .content .apk .apkRight .apkTitle .apkTitleText {
    font-size: 2.2rem;
    line-height: 135%;
  }
  .indexWrap .indexContent .content .apk .apkRight .categoryMobile {
    display: block;
  }
  .indexWrap .indexContent .content .apkInfoTitle {
    padding: 0.6rem 0 1.2rem 0;
    margin-top: 2rem;
    font-size: 2rem;
    line-height: 2.8rem;
  }
  .indexWrap .indexContent .content .apkInfo {
    grid-gap: 0.8rem 0.8rem;
    grid-template-columns: repeat(2, calc((100% - 0.8rem) / 2));
  }
  .indexWrap .indexContent .content .appDes .appDesContent h1,
  .indexWrap .indexContent .content .appDes .appDesArticle h1,
  .indexWrap .indexContent .content .appDes .appDesContent h1 span,
  .indexWrap .indexContent .content .appDes .appDesArticle h1 span {
    font-size: 2.4rem;
  }
  .indexWrap .indexContent .content .appDes .appDesContent h2,
  .indexWrap .indexContent .content .appDes .appDesArticle h2,
  .indexWrap .indexContent .content .appDes .appDesContent h2 span,
  .indexWrap .indexContent .content .appDes .appDesArticle h2 span {
    font-size: 2rem;
  }
  .indexWrap .indexContent .content .appDes .appDesContent img,
  .indexWrap .indexContent .content .appDes .appDesArticle img {
    width: 100%;
    margin: 0;
  }
  .indexWrap .indexContent .swiper::-webkit-scrollbar {
    /* 隐藏滚动条 */
    display: none;
    /* Chrome Safari */
  }
  .indexWrap .indexContent .swiper {
    overflow-x: scroll;
    scrollbar-width: none;
    /* firefox */
    -ms-overflow-style: none;
    /* IE 10+ */
  }
  .indexWrap .indexContent .swiper .swiperBtn {
    display: none;
  }
  .indexWrap .indexContent .articlesWrap {
    margin-top: 0;
  }
  .indexWrap .indexContent .articlesWrap .articlesTop {
    padding: 0.6rem 0 1.2rem 0;
  }
  .indexWrap .indexContent .articlesWrap .articlesTop .topTitle {
    font-size: 2rem;
    line-height: 2.8rem;
  }
  .indexWrap .indexContent .articlesWrap .articles::-webkit-scrollbar {
    /* 隐藏滚动条 */
    display: none;
    /* Chrome Safari */
  }
  .indexWrap .indexContent .articlesWrap .articles {
    margin: 0;
    overflow-x: scroll;
    scrollbar-width: none;
    /* firefox */
    -ms-overflow-style: none;
    /* IE 10+ */
  }
  .indexWrap .indexContent .articlesWrap .articles .articleList .articleItem {
    width: auto;
    margin-right: 12px;
    flex-shrink: initial;
  }
  .indexWrap .indexContent .articlesWrap .articles .articleList .articleItem .articleImg img {
    width: auto;
    height: 118px;
  }
  .indexWrap .indexContent .articlesWrap .articles .articleList .articleItem .articleTitle {
    font-size: 14px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 340px) {
  .indexWrap .indexContent .content {
    padding: 1.6rem 1.6rem 0 1.6rem;
  }
  .indexWrap .indexContent .content .apk .apkRight .apkOther .border {
    margin: 0 1.2rem;
  }
}
@media only screen and (min-width: 1201px) {
  .wrap .indexWrap {
    display: flex;
    justify-content: space-between;
  }
  .wrap .indexWrap .indexContent {
    width: calc(100% - 38.8rem - 0.2rem);
  }
  .wrap .indexWrap .indexContent .content .apkInfo {
    padding-bottom: 0;
  }
  .wrap .indexWrap .popularWrap {
    display: block;
  }
}
.FAQList {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.FAQList .FAQTitle {
  color: #333333;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 3rem;
  padding: 0.8rem 0 0.4rem 0;
}
.FAQList .FAQItem {
  border-radius: 8px;
  border: 1px solid #DCEAFA;
  background: #FFF;
  overflow: hidden;
}
.FAQList .FAQItem .questionList {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.6rem;
  padding: 1.6rem;
}
.FAQList .FAQItem .questionList .question {
  color: #333;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.4rem;
  cursor: pointer;
}
.FAQList .FAQItem .questionList svg {
  flex-shrink: 0;
  width: 2.4rem;
  height: 2.4rem;
}
.FAQList .FAQItem .questionList .FAQless {
  display: none;
}
.FAQList .FAQItem .answerList {
  display: none;
  padding: 1.6rem;
}
.FAQList .FAQItem .answerList .answer {
  color: #666;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.4rem;
}
.FAQList .highlight .questionList {
  background: #DEEBF6;
}
.FAQList .highlight .questionList .question {
  color: #0186FF;
}
.FAQList .highlight .questionList .FAQless {
  display: block;
}
.FAQList .highlight .questionList .FAQmore {
  display: none;
}
.FAQList .highlight .answerList {
  display: block;
}
@media only screen and (max-width: 767px) {
  .FAQList .FAQTitle {
    font-size: 2rem;
    line-height: 2.8rem;
    padding: 0.6rem 0 0 0;
  }
}
.indexWrap .indexContent .content .apkWrap .btnGroup {
  margin-left: auto;
}
.indexWrap .indexContent .content .apkWrap .btnGroup .btn {
  height: 4.8rem;
}
.indexWrap .indexContent .content .apk .apkRight .apkTitle {
  margin-bottom: 0.4rem;
}
.indexWrap .indexContent .content .apk .apkRight .categoryMobile {
  display: flex;
}
.indexWrap .indexContent .content .versionList .itemList .item .itemLink {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  padding: 1.6rem;
  margin-bottom: 1.2rem;
  border-radius: 1.2rem;
  border: 1px solid #DCEAFA;
  background: #FFF;
  transition: all 0.3s esae;
}
.indexWrap .indexContent .content .versionList .itemList .item .itemLink .itemImg {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  border-radius: 0.8rem;
}
.indexWrap .indexContent .content .versionList .itemList .item .itemLink .itemInfo .itemTitle {
  color: #333;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.9rem;
}
.indexWrap .indexContent .content .versionList .itemList .item .itemLink .itemInfo .itemDes {
  margin-top: 1rem;
}
.indexWrap .indexContent .content .versionList .itemList .item .itemLink .itemInfo .itemDes .itemText {
  color: #999;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6rem;
}
.indexWrap .indexContent .content .versionList .itemList .item .itemLink .itemRight {
  flex-shrink: 0;
  width: 3.2rem;
  height: 3.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  border-radius: 50%;
  background: #0186FF;
}
.indexWrap .indexContent .content .versionList .itemList .item .itemLink .itemRight .itemIcon {
  width: 1.4rem;
  height: 1.7rem;
}
.indexWrap .indexContent .content .versionList .itemList .item .itemLink:hover {
  background: #F0F7FF;
}
.indexWrap .indexContent .content .versionList .itemList .item .itemLink:hover .itemInfo .itemTitle {
  color: #0186FF;
}
.indexWrap .indexContent .content .btnGroup .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  height: 5.2rem;
  padding: 0 2.4rem;
  margin-bottom: 1.6rem;
  border-radius: 0.8rem;
  cursor: pointer;
  transition: all 0.3s ease;
}
.indexWrap .indexContent .content .btnGroup .btn .btnText {
  color: #FFFFFF;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.9rem;
  text-align: center;
}
.indexWrap .indexContent .content .btnGroup .btn svg {
  width: 2.4rem;
  height: 2.4rem;
}
.indexWrap .indexContent .content .btnGroup .googleBtn {
  background: #01875F;
}
.indexWrap .indexContent .content .btnGroup .appleBtn {
  background: #313131;
}
.indexWrap .indexContent .content .btnGroup .versionBtn {
  background: #E8F3FD;
}
.indexWrap .indexContent .content .btnGroup .versionBtn .btnText {
  color: #116AC6;
}
.indexWrap .indexContent .content .btnGroup .versionBtn:hover {
  background: #DFE9F2;
}
.indexWrap .indexContent .content .btnGroup .downloadBtn {
  background: #0186FF;
}
.indexWrap .indexContent .content .btnGroup .downloadBtn:hover {
  background: #1378E0;
}
.indexWrap .indexContent .content .btnGroup .disableBtn {
  background: #4d4d52 !important;
  cursor: no-drop !important;
}
.indexWrap .indexContent .content .btnGroup .disableBtn .btnText {
  color: #FFFFFF !important;
}
@media only screen and (max-width: 767px) {
  .indexWrap .indexContent .content .apkWrap .btnGroup {
    width: 100%;
    margin-left: 0;
  }
  .indexWrap .indexContent .content .versionList .itemList .item .itemLink {
    padding: 1.2rem;
  }
}
