* {
  /* 消除边距 */
  margin: 0;
  padding: 0;
  /*盒模型默认使用内边框*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  --FontBody: "Lexend", "sans-serif";
  --FontTitle: "Lexend", "sans-serif";
  --Theme: #0077E0;
  --BgPage: #FFFFFF;
  --IndexTopBg: linear-gradient(142deg, #00AC45 2.96%, var(--Theme) 68.67%, #0B93B6 100.55%);
  --BgNav: #FFFFFF;
  --TextNav: #666666;
  --BgFooter: #051727;
  --TextFooter: #CDD4D6;
  --TextPrimary: #333333;
  --TextSecondary: #666666;
  --TextTertiary: #999999;
  --TableTh1: #FFF4D8;
  --TableTh2: #D7ECFF;
  --TableTh3: #FFDAD4;
  --TableTh4: #CAFFD9;
  --TableTh5: #FFCFE3;
  --TableTh6: #DEE4FF;
  --TableTd1: #F5F5F5;
  --TableTd2: #FCFCFC;
  --Hover: #005EBB;
  --Link: #438EFF;
  --Divider: #DDDDDD;
  --Border: #E4E4E4;
}
body,
hr,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote,
p {
  padding: 0;
  margin: 0;
}
/*全局设置*/
p {
  font-family: var(--FontBody);
}
h1,
h2,
h3,
h4,
h5,
h6,
div,
a,
dl,
dt,
dd,
ul,
ol,
li,
form,
table,
textarea,
button,
span,
input {
  font-family: var(--FontTitle);
}
/*列表样式消除*/
ol,
ul,
li {
  list-style: none;
}
ul::-webkit-scrollbar {
  width: 0 !important;
}
/* a标签样式重置 */
a {
  text-decoration: none;
}
/*清除浮动*/
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
/* Hides from IE-mac */
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* End hide from IE-mac */
* + html .clearfix {
  min-height: 1%;
}
/*合并表格边框*/
table,
td,
tr,
th {
  border-collapse: collapse;
}
/*img在盒子中有下边距*/
img {
  /*IE7*/
  border: none;
  vertical-align: middle;
  object-fit: cover;
}
svg {
  width: 20px;
  height: 20px;
}
ul::-webkit-scrollbar {
  width: 0 !important;
}
.loading,
.load {
  color: var(--TextSecondary);
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  margin: 10px 0;
}
.adTitle {
  font-size: 12px;
  line-height: 14px;
  margin: 3px 0 6px 0;
  color: var(--TextTertiary);
  text-align: start;
}
/* 设置广告高度 */
.adsHeight {
  width: 100%;
  height: 252px;
  margin-bottom: 10px;
}
@media (max-width: 355px) {
  .adsHeight {
    width: 100%;
    height: 312px;
  }
}
@media (min-width: 356px) {
  .adsHeight {
    width: 100%;
    height: 312px;
  }
}
@media (min-width: 748px) {
  .adsHeight {
    width: 100%;
    height: 280px;
  }
}
.wrap {
  min-height: 90vh;
  background: var(--BgPage);
}
.wrap .content {
  max-width: 1280px;
  padding: 24px 24px 60px 24px;
  margin: 0 auto;
}
.wrap .content .guide {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
}
.wrap .content .guide .guideLink {
  display: block;
  color: var(--Theme);
}
.wrap .content .guide .guideLink:hover {
  text-decoration: underline;
}
.wrap .content .guide .guideIcon {
  display: block;
  color: var(--TextTertiary);
  margin: 0 10px;
}
.wrap .content .guide .guideText {
  color: var(--TextTertiary);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
}
.wrap .content .contentTop {
  margin: 20px 0;
}
.wrap .content .contentTop .title {
  color: var(--TextPrimary);
  font-size: 24px;
  font-weight: 600;
  line-height: 130%;
}
.wrap .content .contentTop .text,
.wrap .content .contentTop .text p {
  color: var(--TextTertiary);
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  margin-top: 10px;
}
.wrap .content .contentWrap {
  display: flex;
  justify-content: space-between;
}
.wrap .content .contentWrap .contentLeft {
  width: calc(100% - 380px);
}
.wrap .content .contentWrap .hotSidebar {
  flex-shrink: 0;
  width: 340px;
  margin-left: 40px;
}
.wrap .content .moduleTitle {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.wrap .content .moduleTitle .title {
  color: var(--TextPrimary);
  font-size: 24px;
  font-weight: 600;
  line-height: 130%;
}
.wrap .content .moduleTitle .moreArrow {
  flex-shrink: 0;
  width: 14px;
  height: 22px;
  margin-left: 10px;
}
.wrap .content .appsFlex {
  width: 100%;
  cursor: pointer;
}
.wrap .content .appsFlex .appLink .appFlex {
  display: flex;
  align-items: center;
}
.wrap .content .appsFlex .appLink .appFlex .appLogo {
  flex-shrink: 0;
}
.wrap .content .appsFlex .appLink .appFlex .appLogo .itemLogo {
  width: 64px;
  height: 64px;
  border-radius: 12px;
  border: 1px solid #E4E4E4;
}
.wrap .content .appsFlex .appLink .appFlex .appInfo {
  margin-left: 12px;
}
.wrap .content .appsFlex .appLink .appFlex .appInfo .appName {
  color: var(--TextPrimary);
  font-size: 16px;
  font-weight: 500;
  line-height: 135%;
  margin-bottom: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
}
.wrap .content .appsFlex .appLink .appFlex .appInfo .appCategory {
  color: var(--TextSecondary);
  font-size: 14px;
  font-weight: 400;
  line-height: 137%;
  margin-bottom: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
}
.wrap .content .appsFlex .appLink .appFlex .appInfo .appRating {
  display: flex;
  align-items: center;
  color: var(--TextSecondary);
  font-size: 12px;
  font-weight: 400;
  line-height: 120%;
}
.wrap .content .appsFlex .appLink .appFlex .appInfo .appRating .star {
  width: 12px;
  height: 12px;
  margin-left: 2px;
}
.wrap .content .appsFlex .appLink .appFlex .appBtn {
  flex-shrink: 0;
  margin-left: auto;
  padding-left: 12px;
}
.wrap .content .appsFlex .appLink .appFlex .appBtn .appBtnText {
  height: 30px;
  padding: 5.5px 16px;
  color: var(--Theme);
  font-size: 14px;
  font-weight: 500;
  line-height: 135%;
  border-radius: 15px;
  border: 1px solid var(--Theme);
}
.wrap .content .appsFlex .appLink:hover .appFlex .appInfo .appName {
  text-decoration: underline;
}
.wrap .content .appsFlex .appLink:hover .appBtn .appBtnText {
  color: #FFFFFF;
  border-radius: 15px;
  background: var(--Theme);
  border: 1px solid var(--Theme);
}
.wrap .content .hotApps .hotAppsList {
  width: 100%;
}
.wrap .content .hotApps .hotAppsList .appsList {
  width: 100%;
  display: flex;
  gap: 10px;
  margin: 10px 0;
}
.wrap .content .hotApps .hotAppsList .appsList .appSmall {
  width: 11.11%;
  transition: transform 0.3s ease-in-out;
}
.wrap .content .hotApps .hotAppsList .appsList .appSmall .appLink .appLogo {
  width: 100%;
  padding: 12px;
  border-radius: 16px;
  border: 1px solid var(--Border);
  margin-bottom: 10px;
}
.wrap .content .hotApps .hotAppsList .appsList .appSmall .appLink .appLogo .itemLogo {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  border-radius: 8px;
  transition: transform 0.3s ease-in-out;
}
.wrap .content .hotApps .hotAppsList .appsList .appSmall .appLink .appName {
  color: var(--TextPrimary);
  font-size: 16px;
  font-weight: 500;
  line-height: 135%;
  margin-bottom: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-word;
}
.wrap .content .hotApps .hotAppsList .appsList .appSmall .appLink .appRating {
  display: flex;
  align-items: center;
  color: var(--TextSecondary);
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.wrap .content .hotApps .hotAppsList .appsList .appSmall .appLink .appRating .star {
  width: 16px;
  height: 16px;
  margin-left: 2px;
}
.wrap .content .hotApps .hotAppsList .appsList .appSmall:hover {
  transform: translateY(-10px);
}
.wrap .content .hotApps .hotAppsList .appsList .appSmall:hover .appLink .appName {
  text-decoration: underline;
}
.wrap .content .blogsList .blogItem .blogLink .blogImg {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
}
.wrap .content .blogsList .blogItem .blogLink .blogImg .itemImg {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  transition: transform 0.3s ease-in-out;
}
.wrap .content .blogsList .blogItem .blogLink .blogTitle {
  color: var(--TextPrimary);
  font-size: 18px;
  font-weight: 500;
  line-height: 137%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
  margin-top: 12px;
}
.wrap .content .blogsList .blogItem .blogLink .blogDate {
  display: flex;
  align-items: center;
  color: var(--TextSecondary);
  font-size: 14px;
  font-weight: 400;
  line-height: 135%;
  margin-top: 10px;
}
.wrap .content .blogsList .blogItem .blogLink .blogDate .date {
  width: 14px;
  height: 14px;
  margin-right: 5px;
}
.wrap .content .blogsList .blogItem:hover .blogImg .itemImg {
  transform: scale(1.05);
}
.wrap .content .blogsList .blogItem:hover .blogTitle {
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .wrap .content {
    padding: 16px 16px 30px 16px;
  }
  .wrap .content .guide {
    margin-top: 20px;
  }
  .wrap .content .contentTop {
    margin: 0 0 16px 0;
  }
  .wrap .content .contentTop .title {
    font-size: 20px;
  }
  .wrap .content .contentWrap {
    display: block;
  }
  .wrap .content .contentWrap .contentLeft {
    width: 100%;
  }
  .wrap .content .contentWrap .hotSidebar {
    display: none;
    width: 100%;
    margin-left: 0;
  }
  .wrap .content .moduleTitle {
    margin-bottom: 12px;
    justify-content: space-between;
  }
  .wrap .content .moduleTitle .title {
    font-size: 20px;
  }
  .wrap .content .moduleTitle .moreArrow {
    width: 13px;
    height: 20px;
  }
  .wrap .content .appsFlex .appLink .appFlex .appBtn {
    display: none;
  }
  .wrap .content .popularApps .appLink .appFlex {
    display: flex;
    align-items: center;
    margin-top: 12px;
  }
  .wrap .content .popularApps .appLink .appFlex .appLogo {
    flex-shrink: 0;
  }
  .wrap .content .popularApps .appLink .appFlex .appLogo .itemLogo {
    width: 64px;
    height: 64px;
    border-radius: 12px;
    border: 1px solid #E4E4E4;
  }
  .wrap .content .popularApps .appLink .appFlex .appInfo {
    margin-left: 12px;
  }
  .wrap .content .popularApps .appLink .appFlex .appInfo .appName {
    color: var(--TextPrimary);
    font-size: 16px;
    font-weight: 500;
    line-height: 135%;
    margin-bottom: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
  }
  .wrap .content .popularApps .appLink .appFlex .appInfo .appCategory {
    color: var(--TextSecondary);
    font-size: 14px;
    font-weight: 400;
    line-height: 137%;
    margin-bottom: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
  }
  .wrap .content .popularApps .appLink .appFlex .appInfo .appRating {
    display: flex;
    align-items: center;
    color: var(--TextSecondary);
    font-size: 12px;
    font-weight: 400;
    line-height: 120%;
  }
  .wrap .content .popularApps .appLink .appFlex .appInfo .appRating .star {
    width: 12px;
    height: 12px;
    margin-left: 2px;
  }
  .wrap .content .popularApps .appLink .appFlex .appBtn {
    flex-shrink: 0;
    margin-left: auto;
    margin-left: 12px;
  }
  .wrap .content .popularApps .appLink .appFlex .appBtn .appBtnText {
    height: 30px;
    padding: 5.5px 16px;
    color: var(--Theme);
    font-size: 14px;
    font-weight: 500;
    line-height: 135%;
    border-radius: 15px;
    border: 1px solid #007CB0;
  }
  .wrap .content .popularApps .appLink:hover .appFlex .appInfo .appName {
    text-decoration: underline;
  }
  .wrap .content .popularApps .appLink:hover .appBtn .appBtnText {
    color: #FFFFFF;
    border-radius: 15px;
    background: var(--Theme);
    border: 1px solid var(--Theme);
  }
  .wrap .content .hotApps .hotAppsList::-webkit-scrollbar {
    /* 隐藏滚动条 */
    display: none;
    /* Chrome Safari */
  }
  .wrap .content .hotApps .hotAppsList {
    width: auto;
    margin: 0 -16px;
    overflow-x: scroll;
    scrollbar-width: none;
    /* firefox */
    -ms-overflow-style: none;
    /* IE 10+ */
  }
  .wrap .content .hotApps .hotAppsList .appsList {
    gap: 0px;
    margin: 10px 16px;
  }
  .wrap .content .hotApps .hotAppsList .appsList .appSmall {
    width: 122px;
    flex-shrink: 0;
    padding-right: 12px;
  }
  .wrap .content .hotApps .hotAppsList .appsList .appSmall .appLink .appLogo .itemLogo {
    width: 86px;
    height: 86px;
  }
  .wrap .content .hotApps .hotAppsList .appsList .appSmall:last-child {
    width: 126px;
    padding-right: 16px;
  }
  .wrap .content .blogsList .blogItem .blogLink .blogImg {
    border-radius: 8px;
  }
  .wrap .content .blogsList .blogItem .blogLink .blogTitle {
    font-size: 14px;
    line-height: 130%;
    margin-top: 10px;
  }
  .wrap .content .blogsList .blogItem .blogLink .blogDate {
    display: none;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .wrap .content {
    padding: 24px 24px 60px 24px;
  }
}
.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
  padding: 16px 60px;
  background: var(--BgNav);
  box-shadow: 0px 2px 10px 0px rgba(44, 51, 58, 0.12);
  position: relative;
}
.header .menuIcon,
.header .searchIcon {
  display: none;
  flex-shrink: 0;
  cursor: pointer;
}
.header .menuIcon .menuSvg,
.header .searchIcon .menuSvg,
.header .menuIcon .searchSvg,
.header .searchIcon .searchSvg {
  width: 24px;
  height: 24px;
}
.header .headLeft {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.header .headLeft .logo {
  height: 37px;
  width: auto;
}
.header .headRight {
  display: flex;
  align-items: center;
}
.header .headRight .pageMenu {
  display: flex;
  align-items: center;
}
.header .headRight .pageMenu .pageItem {
  margin-left: 10px;
}
.header .headRight .pageMenu .pageItem .pageLink {
  display: flex;
  align-items: center;
  color: var(--TextNav);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding: 8px 24px;
  border-radius: 20px;
}
.header .headRight .pageMenu .pageItem .pageLink .pageSvg {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin-right: 6px;
}
.header .headRight .pageMenu .pageItem .pageLink:hover {
  color: var(--Theme);
}
.header .headRight .actions {
  display: flex;
  align-items: center;
}
.header .headRight .actions .globalDiv {
  flex-shrink: 0;
  position: relative;
}
.header .headRight .actions .globalDiv .globalBtn {
  width: 145px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--TextSecondary);
  font-size: 14px;
  font-weight: 400;
  background: #FFFFFF;
  border: 1px solid var(--Border);
  padding: 8px 12px;
  border-radius: 4px;
  cursor: pointer;
}
.header .headRight .actions .globalDiv .globalBtn .globalSvg {
  width: 24px;
  height: 24px;
}
.header .headRight .actions .globalDiv .globalList {
  display: none;
  position: absolute;
  top: 37px;
  left: 50%;
  transform: translateX(-50%);
  padding: 16px;
  border-radius: 12px;
  background: #FFF;
  box-shadow: 0px 0px 6px 0px rgba(50, 55, 70, 0.05), 0px 0px 30px 0px rgba(50, 55, 70, 0.08), 0px 2px 33px 0px rgba(50, 55, 70, 0.08);
  z-index: 1;
  flex-direction: column;
  gap: 10px;
}
.header .headRight .actions .globalDiv .globalList .globalItem .globalLink {
  height: 40px;
  color: #1C1D20;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  padding: 0px 24px;
  cursor: pointer;
}
.header .headRight .actions .globalDiv .globalList .globalItem:hover .globalLink {
  color: var(--Theme);
}
.header .headRight .actions .globalDiv:hover .globalList {
  display: flex;
}
.header .searchDiv {
  display: flex;
  align-items: center;
  margin: 0px 16px;
  border-radius: 4px;
  border: 1px solid var(--Border);
}
.header .searchDiv .searchInput {
  color: var(--TextNav);
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  padding: 8px;
  border: none;
  outline: none;
  border-radius: 4px;
  margin-left: 16px;
}
.header .searchDiv .searchInput::placeholder {
  color: var(--TextTertiary);
}
.header .searchDiv .searchBtn {
  border: none;
  background: none;
  display: flex;
  cursor: pointer;
}
.header .searchDiv .searchBtn .searchSvg {
  width: 24px;
  height: 24px;
  margin: 0 24px;
}
.header .searchDiv:focus-within {
  border: 1px solid var(--Theme);
}
.header .searchBox {
  display: none;
  width: 100%;
  height: 70px;
  padding: 0px 16px;
  position: absolute;
  top: 0;
  left: 0;
  background: #ffffff;
  align-items: center;
  justify-content: space-between;
}
.header .searchBox .gobackSvg {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  cursor: pointer;
}
.header .searchBox .searchDiv {
  width: 100%;
  margin: 0;
}
.header .searchBox .searchDiv .searchInput {
  width: 100%;
  padding: 7px 0;
}
.header .mask {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
  z-index: 2;
}
.header .sidebar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 16px 16px 32px 16px;
  background: #FFFFFF;
  transform: translateY(-100%);
  transition: transform 0.5s ease-in-out;
  z-index: 3;
}
.header .sidebar .sidebarTop {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header .sidebar .sidebarTop .menuClose {
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.header .sidebar .sidebarMenu {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 24px 0;
}
.header .sidebar .sidebarMenu .pageItem .pageLink {
  display: flex;
  align-items: center;
  color: var(--TextSecondary);
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
}
.header .sidebar .sidebarMenu .pageItem .pageLink .pageSvg {
  width: 24px;
  height: 24px;
  margin-right: 6px;
}
.header .sidebar .sidebarMenu .pageItem .pageLink .rightArrow {
  margin-left: auto;
}
.header .sidebar .selectLang {
  color: var(--TextSecondary);
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 10px;
}
.header .sidebar .globalList {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.header .sidebar .globalList .globalItem {
  width: calc(50% - 5px);
  border-radius: 4px;
  border: 1px solid var(--Border);
  cursor: pointer;
}
.header .sidebar .globalList .globalItem .globalLink {
  display: flex;
  justify-content: center;
  color: var(--TextSecondary);
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  padding: 11px 26px;
}
.header .sidebar .globalList .globalItem:hover {
  border: 1px solid var(--Theme);
}
.header .sidebar .globalList .globalItem:hover .globalLink {
  color: var(--Theme);
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .header {
    height: 48px;
    padding: 9px 16px;
  }
  .header .menuIcon,
  .header .searchIcon {
    display: flex;
  }
  .header .headLeft .logo {
    height: 30px;
  }
  .header .headRight {
    display: none;
  }
  .header .searchBox {
    height: 48px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .header {
    padding: 16px 24px;
  }
  .header .menuIcon,
  .header .searchIcon {
    display: flex;
  }
  .header .headRight {
    display: none;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1440px) {
  .header {
    padding: 16px 24px;
  }
  .header .searchIcon {
    display: flex;
    margin-left: 16px;
  }
  .header .headRight {
    margin-left: auto;
  }
  .header .headRight .pageMenu .pageItem .pageLink {
    padding: 8px 12px;
  }
  .header .headRight .actions .searchDiv {
    display: none;
  }
}
.swiperWrap {
  background: var(--IndexTopBg);
}
.swiperWrap .swiper {
  max-width: 1280px;
  padding: 60px 0 40px 0;
  margin: auto;
  position: relative;
  /* 导航按钮 */
  /* 指示器样式 */
}
.swiperWrap .swiper .swiperTitle {
  color: #FFF;
  font-size: 38px;
  font-weight: 600;
  line-height: 125%;
  margin-bottom: 10px;
  text-align: center;
}
.swiperWrap .swiper .swiperText {
  color: #E6EEFC;
  font-size: 18px;
  font-weight: 500;
  line-height: 125%;
  margin-bottom: 40px;
  text-align: center;
}
.swiperWrap .swiper .cardBox {
  width: 100%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  padding-bottom: 28.2%;
}
.swiperWrap .swiper .cardBox .swiperItem {
  display: block;
  position: absolute;
  width: 50%;
  height: auto;
  overflow: hidden;
  transition: all 0.5s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  top: 0;
  cursor: pointer;
}
.swiperWrap .swiper .cardBox .swiperItem .swiperLink {
  display: block;
  position: relative;
}
.swiperWrap .swiper .cardBox .swiperItem .swiperLink .itemImg {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  border-radius: 14px;
}
.swiperWrap .swiper .cardBox .swiperItem .swiperLink .itemInfo {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 28px;
  border-radius: 0 0 14px 14px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 6.96%, #000 106.09%);
}
.swiperWrap .swiper .cardBox .swiperItem .swiperLink .itemInfo .itemTag {
  width: fit-content;
  color: #0F4958;
  font-size: 12px;
  font-weight: 600;
  line-height: 135%;
  margin-bottom: 10px;
  padding: 5px 8px;
  border-radius: 8px;
  background: #FFC94F;
}
.swiperWrap .swiper .cardBox .swiperItem .swiperLink .itemInfo .itemTitle {
  color: #FFF;
  font-size: 18px;
  font-weight: 600;
  line-height: 135%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-word;
}
.swiperWrap .swiper .cardBox .swiperItem:hover .swiperLink .itemInfo .itemTitle {
  text-decoration: underline;
}
.swiperWrap .swiper .cardBox .center {
  opacity: 1;
  z-index: 2;
  transform: translateX(-50%) scale(1);
  left: 50%;
}
.swiperWrap .swiper .cardBox .left {
  z-index: 1;
  transform: translateX(-80%) scale(0.75);
  left: 50%;
}
.swiperWrap .swiper .cardBox .far-left {
  z-index: 0;
  transform: translateX(-110%) scale(0.5);
  left: 50%;
}
.swiperWrap .swiper .cardBox .right {
  z-index: 1;
  transform: translateX(-20%) scale(0.75);
  left: 50%;
}
.swiperWrap .swiper .cardBox .far-right {
  z-index: 0;
  transform: translateX(10%) scale(0.5);
  left: 50%;
}
.swiperWrap .swiper .cardBox .hidden {
  opacity: 0;
  z-index: -1;
  transform: translateX(-50%) scale(0.5);
  left: 50%;
}
.swiperWrap .swiper .navBtn {
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 3;
}
.swiperWrap .swiper .navBtn svg {
  width: 50px;
  height: 50px;
}
.swiperWrap .swiper .prev {
  left: 24px;
}
.swiperWrap .swiper .next {
  right: 24px;
}
.swiperWrap .swiper .indicators {
  margin-top: 40px;
  text-align: center;
}
.swiperWrap .swiper .indicators .indicator {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #FFFFFF;
  margin: 0 8px;
  cursor: pointer;
  transition: background-color 0.3s;
}
.swiperWrap .swiper .indicators .indicator.active {
  background: #FFFFFF;
}
@media only screen and (max-width: 767px) {
  .swiperWrap .swiper {
    padding: 30px 16px 24px 16px;
    /* 导航按钮 */
    /* 指示器样式 */
  }
  .swiperWrap .swiper .swiperTitle {
    font-size: 20px;
  }
  .swiperWrap .swiper .swiperText {
    font-size: 12px;
    margin-bottom: 16px;
  }
  .swiperWrap .swiper .cardBox {
    padding-bottom: 56%;
  }
  .swiperWrap .swiper .cardBox .swiperItem {
    width: 100%;
  }
  .swiperWrap .swiper .cardBox .swiperItem .swiperLink .itemImg {
    border-radius: 8px;
  }
  .swiperWrap .swiper .cardBox .swiperItem .swiperLink .itemInfo {
    padding: 12px;
    border-radius: 0 0 8px 8px;
  }
  .swiperWrap .swiper .cardBox .swiperItem .swiperLink .itemInfo .itemTag {
    padding: 4px 6px;
    border-radius: 6px;
  }
  .swiperWrap .swiper .cardBox .swiperItem .swiperLink .itemInfo .itemTitle {
    font-size: 16px;
  }
  .swiperWrap .swiper .cardBox .center {
    display: block;
  }
  .swiperWrap .swiper .cardBox .left,
  .swiperWrap .swiper .cardBox .far-left,
  .swiperWrap .swiper .cardBox .right,
  .swiperWrap .swiper .cardBox .far-right .hidden {
    display: none;
  }
  .swiperWrap .swiper .navBtn {
    display: none;
  }
  .swiperWrap .swiper .indicators {
    margin-top: 16px;
  }
  .swiperWrap .swiper .indicators .indicator {
    margin: 0 4px;
  }
}
.footer {
  padding: 50px 60px;
  background: var(--BgFooter);
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.15) inset;
}
.footer .footLogo {
  display: flex;
  width: fit-content;
  margin-bottom: 20px;
}
.footer .footLogo .logo {
  height: 36px;
  width: auto;
}
.footer .footText {
  margin-bottom: 24px;
}
.footer .footText p {
  color: var(--TextFooter);
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}
.footer .footPage {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.footer .footPage .pageLink,
.footer .footPage .tabbarIcon {
  color: var(--TextFooter);
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}
@media only screen and (max-width: 767px) {
  .footer {
    padding: 50px 16px;
  }
  .footer .footLogo {
    margin-bottom: 16px;
  }
  .footer .footLogo .logo {
    height: 30px;
  }
  .footer .footText {
    margin-bottom: 30px;
  }
  .footer .footPage {
    justify-content: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1440px) {
  .footer {
    padding: 50px 24px;
  }
}
.wrap .content .moduleTitle {
  margin-top: 40px;
}
.wrap .content .topApps {
  margin-top: 40px;
}
.wrap .content .topApps .topList .appsList {
  display: grid;
  grid-gap: 30px 30px;
  grid-template-columns: repeat(4, calc((100% - 90px) / 4));
}
.wrap .content .topApps .topList .appsList .appsFlex .appLink .headImg {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
}
.wrap .content .topApps .topList .appsList .appsFlex .appLink .headImg .itemImg {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  transition: transform 0.3s ease-in-out;
}
.wrap .content .topApps .topList .appsList .appsFlex .appLink .appFlex {
  margin-top: 12px;
}
.wrap .content .topApps .topList .appsList .appsFlex .appLink:hover .headImg .itemImg {
  transform: scale(1.05);
}
.wrap .content .downloadApps .downloadList {
  margin: 10px 0;
}
.wrap .content .downloadApps .downloadList .appsList {
  display: grid;
  grid-gap: 20px 30px;
  grid-template-columns: repeat(3, calc((100% - 60px) / 3));
}
.wrap .content .downloadApps .downloadList .appsList .appsFlex .appLink .appFlex {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--Divider);
}
.wrap .content .downloadApps .downloadList .appsList .appsFlex .appLink .appFlex .appLogo .itemLogo {
  width: 78px;
  height: 78px;
}
.wrap .content .blogs .blogsList {
  display: grid;
  grid-gap: 24px 30px;
  grid-template-columns: repeat(3, calc((100% - 60px) / 3));
}
.wrap .content .blogs .blogsList .blogItem .blogLink .blogTitle {
  font-size: 16px;
  margin-top: 12px;
}
.wrap .content .blogs .bigList {
  grid-template-columns: repeat(2, calc((100% - 30px) / 2));
  margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  .wrap .content {
    padding-top: 0;
  }
  .wrap .content .moduleTitle {
    margin-top: 30px;
  }
  .wrap .content .topApps {
    margin-top: 0;
  }
  .wrap .content .topApps .topList::-webkit-scrollbar {
    /* 隐藏滚动条 */
    display: none;
    /* Chrome Safari */
  }
  .wrap .content .topApps .topList {
    width: auto;
    margin: 0 -16px;
    overflow-x: scroll;
    scrollbar-width: none;
    /* firefox */
    -ms-overflow-style: none;
    /* IE 10+ */
  }
  .wrap .content .topApps .topList .appsList {
    margin: 0 16px;
    grid-gap: 0px 0px;
    grid-template-columns: repeat(8, calc(700% / 8));
  }
  .wrap .content .topApps .topList .appsList .appsFlex {
    padding-right: 12px;
  }
  .wrap .content .topApps .topList .appsList .appsFlex:last-child {
    padding-right: 16px;
  }
  .wrap .content .downloadApps .downloadList::-webkit-scrollbar {
    /* 隐藏滚动条 */
    display: none;
    /* Chrome Safari */
  }
  .wrap .content .downloadApps .downloadList {
    width: auto;
    margin: 0 -16px;
    overflow-x: scroll;
    scrollbar-width: none;
    /* firefox */
    -ms-overflow-style: none;
    /* IE 10+ */
  }
  .wrap .content .downloadApps .downloadList .appsList {
    margin: 0 16px;
    grid-gap: 16px 0px;
    grid-template-columns: repeat(3, calc(280% / 3));
  }
  .wrap .content .downloadApps .downloadList .appsList .appsFlex {
    padding-right: 16px;
  }
  .wrap .content .blogs .blogsList {
    grid-gap: 16px 12px;
    grid-template-columns: repeat(2, calc((100% - 12px) / 2));
  }
  .wrap .content .blogs .bigList {
    grid-template-columns: repeat(1, calc(100% / 1));
    margin-bottom: 16px;
  }
}
.wrap .content .topCard {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px;
  margin: 16px 0;
  gap: 10px;
  border-radius: 16px;
  background: #f0f8ff;
}
.wrap .content .topCard .title {
  color: var(--Theme);
  font-size: 28px;
  font-weight: 600;
  line-height: 135%;
  text-align: center;
}
.wrap .content .topCard .text {
  color: var(--TextSecondary);
  font-size: 16px;
  font-weight: 400;
  line-height: 135%;
  text-align: center;
}
.wrap .content .seeAllBtn {
  width: fit-content;
  height: 44px;
  padding: 0px 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: auto;
  border-radius: 4px;
  border: 1px solid var(--Theme);
}
.wrap .content .seeAllBtn .text {
  color: var(--Theme);
  font-size: 16px;
  font-weight: 500;
  line-height: 137%;
}
.wrap .content .seeAllBtn .seeAll {
  width: 24px;
  height: 24px;
}
.wrap .content .topApps {
  margin-top: 0;
  margin-bottom: 16px;
}
.wrap .content .topApps .topList .appsList {
  grid-template-columns: repeat(3, calc((100% - 60px) / 3));
}
.wrap .content .topApps .topList .appsList .appsFlex .appLink .appFlex .appLogo .itemLogo {
  width: 78px;
  height: 78px;
}
.wrap .content .downloadApps {
  margin-bottom: 30px;
}
.wrap .content .downloadApps .downloadList {
  margin: 0;
}
.wrap .content .downloadApps .downloadList .appsList {
  grid-gap: 30px 30px;
}
.wrap .content .blogs .blogsAiList {
  grid-gap: 30px 30px;
  grid-template-columns: repeat(3, calc((100% - 60px) / 3));
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .wrap .content .topCard {
    padding: 20px;
    margin: 0 -16px 16px -16px;
    border-radius: 0;
  }
  .wrap .content .topCard .title {
    font-size: 20px;
  }
  .wrap .content .topCard .text {
    font-size: 12px;
  }
  .wrap .content .seeAllBtn {
    width: 100%;
    height: 40px;
    padding: 0px 16px;
  }
  .wrap .content .topApps {
    margin-bottom: 20px;
  }
  .wrap .content .topApps .topList {
    width: 100%;
    margin: 0;
    overflow-x: auto;
  }
  .wrap .content .topApps .topList .appsList {
    grid-gap: 20px 20px;
    grid-template-columns: repeat(1, calc(100% / 1));
    margin: 0;
  }
  .wrap .content .topApps .topList .appsList .appsFlex {
    padding-right: 0;
  }
  .wrap .content .topApps .topList .appsList .appsFlex:last-child {
    padding-right: 0;
  }
  .wrap .content .downloadApps {
    margin-bottom: 16px;
  }
  .wrap .content .downloadApps .downloadList::-webkit-scrollbar {
    /* 隐藏滚动条 */
    display: none;
    /* Chrome Safari */
  }
  .wrap .content .downloadApps .downloadList {
    width: auto;
    margin: 0 -16px;
    overflow-x: scroll;
    scrollbar-width: none;
    /* firefox */
    -ms-overflow-style: none;
    /* IE 10+ */
  }
  .wrap .content .downloadApps .downloadList .appsList {
    margin: 0 16px;
    grid-gap: 16px 0px;
    grid-template-columns: repeat(3, calc(280% / 3));
  }
  .wrap .content .downloadApps .downloadList .appsList .appsFlex {
    padding-right: 16px;
  }
  .wrap .content .blogs .blogsAiList {
    grid-gap: 20px 20px;
    grid-template-columns: repeat(1, calc(100% / 1));
    margin-bottom: 20px;
  }
}
