* {
  /* 消除边距 */
  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;
  }
}
.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 .appsWrap .appsList {
  display: grid;
  grid-gap: 20px 30px;
  grid-template-columns: repeat(3, calc((100% - 60px) / 3));
}
.wrap .content .appsWrap .appsList .appsFlex .appLink .appFlex {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--Divider);
}
.wrap .content .appsWrap .appsList .appsFlex .appLink .appFlex .appLogo .itemLogo {
  width: 78px;
  height: 78px;
}
@media only screen and (max-width: 767px) {
  .wrap .content .appsWrap .appsList {
    grid-gap: 16px 16px;
    grid-template-columns: repeat(1, calc(100% / 1));
  }
}
