@import url('https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,100..900&display=swap');

/* Variables */
:root {
  --text-color: #525760;
}

* {
  padding: 0;
  margin: 0;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-display: swap;
}

body {
  color: #525760;
}

a,
a:hover {
  text-decoration: none;
  color: inherit;
}

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;
}

.container {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1140px) {
  .container {
    max-width: 1140px;
  }
}

/* General */
.header {
  width: 100%;
  height: 66px;
  margin: auto;
  display: flex;
  align-items: center;
  z-index: 10;
  background-color: #fff;
  border-bottom: .4px solid #d8dce0;
  padding: 0 20px;
}

.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%;
  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 img {
  height: 3.7rem;
  width: 21.985rem;
}

.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 1.2rem;
}

.header .top .topR .search svg {
  width: 2.4rem;
  height: 2.4rem;
}

.header .top .topR .langWrap {
  display: flex;
  align-items: center;
  border-radius: 5rem;
  padding: 0 1.2rem;
}

.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: -27rem;
  top: 0;
  height: 100%;
  min-height: 100%;
  width: 27rem;
  background: #ffffff;
  display: block;
}

.header .siderbar.menu {
  display: none;
}

.header .siderbar .closeBtn {
  height: 60px;
  background-color: #F8F8F8;
  display: flex;
  align-items: center;
  padding-left: 23px;
}

.header .siderbar .closeBtn img {
  width: 18px;
  height: 18px;
}

.header .siderbar .sideList {
  width: 100%;
}

.header .siderbar .sideList .sideItem a {
  display: flex;
  align-items: center;
  position: relative;
}

/* .header .siderbar .sideList .sideItem a .icon {
  margin: 1.4rem 1.3rem 1.4rem 1.7rem;
} */

.header .siderbar .sideList .sideItem a .icon svg {
  height: 2.6rem;
  width: 2.6rem;
}

.header .siderbar .sideList .sideItem a .appisfreeImg {
  margin: 1.4rem 1.3rem 1.4rem 1.7rem;
  height: 2.6rem;
  width: 2.6rem;
}

.header .siderbar .sideList .sideItem a .title {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #333333;
  margin-bottom: 0;
}

.header .siderbar .sideList .sideItem a .new {
  position: absolute;
  right: 2.2rem;
  top: 0rem;
}

@media only screen and (max-width: 1199px) {
  .header {
    display: block;
    padding: 20px 0;
    height: 100%;
  }

  .header .top {
    flex-direction: row-reverse;
  }

  .header .top .logo img {
    height: 3rem;
    width: 17.826rem;
  }

  .header .top .topR .search {
    margin: 0;
    padding: 0;
  }

  .header .top .topR .langWrap {
    padding: 0 0 0 0.4rem;
    background-color: #fff;
  }

  .header .top .topR .langWrap .langLogo .curlang .langText {
    padding: 0;
  }

  .siderbar .sideList .sideItem {
    padding: 0;
    margin-bottom: 7px;
  }

  .header .siderbar .sideList .sideItem a .title {
    font-size: 16px;
  }

  .header .siderbar {
    width: 100%;
    height: auto;
    background: #ffffff;
    position: relative;
    z-index: 200;
    left: 0;
    padding: 0;
    padding-top: 22px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1519px) {
  .header {
    max-width: none;
  }

  .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 1rem;
    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;
  }

  .header .top .topR .topList .topItem .item .new {
    position: absolute;
    right: 0rem;
    top: 0.5rem;
  }
}

@media only screen and (min-width: 1520px) {
  .header .top {
    padding: 0;
  }

  .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 1rem;
    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;
  }

  .header .top .topR .topList .topItem .item .new {
    position: absolute;
    right: 0rem;
    top: 0.5rem;
  }
}

.title {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 20px;
}

.siderbar {
  padding: 22px 20px 0 0;
}

.siderbar .sideList .sideItem {
  border-radius: 4px;
  box-shadow: 0 0 6px #00000014;
  margin-bottom: 15px;
  position: relative;
  margin-bottom: 15px;
  padding: 0px 12px;
  font-size: 15px;
  height: 40px;
  line-height: 40px;
}

.siderbar .sideList .sideItem .arrow {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.siderbar .sideList .sideItem .title-category {
  font-size: 16px;
}

.itemList {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  row-gap: 1.25rem;
  column-gap: 1.75rem;
}

@media only screen and (max-width: 1200px) {
  .itemList {
    display: block;
  }
}

.itemList .item {
  border: 1px solid #fff5f5;
  border-radius: 8px;
  box-shadow: 0 4px 15px -3px #0000000f, 0 4px 6px -4px #0000000f;
  padding: 10px;
}

.itemList .item .itemLink {
  color: var(--text-color);
  width: 100%;
}

.itemList .item .itemImg {
  border-radius: .5rem;
  height: 57px;
  min-width: 57px;
}

.itemList .item .itemRight {
  padding-left: 10px;
}

.itemList .item .itemTitle {
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: 400;
}

.itemList .item .rating,
.apk .rating-number {
  font-size: 12px;
}

.itemList .item .itemCategory {
  background: #f1fbff;
  border-radius: 20px;
  font-size: 10px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  min-width: 38px;
  padding: 3px 6px;
  text-align: center;
}

.itemList .item .star {
  margin-left: 2px;
  width: 14px;
}

footer {
  padding-top: 30px;
  padding-bottom: 15px;
  text-align: center;
  border-top: 0.4px solid rgb(216, 220, 224);
}

footer .links a {
  font-size: 12px;
}

/* General */

/* Category */
.categoryList .big-title {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  margin-bottom: 15px;
}

/* Category */

/* App */
.app-page .apk {
  margin-top: 40px;
  margin-bottom: 40px;
}

.app-page .apk .apkImg {
  width: 70px;
  border-radius: .5rem;
}

.app-page .apk .apkTitleText {
  font-size: 20px;
  font-weight: 600;
  display: flex;
  align-items: center;
  margin-left: 10px;
  ;
  margin-bottom: 0;
}

.app-page .apk .apkMeta .leftSide {
  border-right: .4px solid #717f8c;
  padding: 0px 10px;
}

.app-page .apk .apkMeta .category,
.app-page .apk .apkMeta .rating {
  font-size: 9px;
  font-weight: 600;
  text-transform: uppercase;
}

.app-page .apk .apkMeta .rightSide img {
  margin-bottom: auto;
  margin-left: 3px;
  margin-top: auto;
}

.app-page .apk .apkMeta .category-name {
  font-size: 12px;
}

.app-page .apk .apkMeta {
  background-color: #f5f7f9;
}

.app-page .appDes {
  margin-top: 30px;
  margin-bottom: 50px;
}

.app-page .appDes h3 {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 25px;
}

.app-page .download {
  background-color: #f5f7f9;
  border-radius: 4px;
  padding: 30px 0;
  margin-bottom: 40px;
}

.app-page .download .btn.android,
.app-page .download .btn.apple {
  padding: 20px;
  max-width: 350px;
  font-size: 18px;
  border-radius: 50px;
  width: 100%;
  font-weight: 600;
}

.app-page .download .btn.android {
  background-color: #3a8462;
  border-radius: 10px;
}

.app-page .download .btn.apple {
  background-color: #3478f6;
}

.app-page .download .btn.android span,
.app-page .download .btn.apple span {
  color: #fff;
}

@media only screen and (max-width: 576px) {

  .app-page .download .btn.android,
  .app-page .download .btn.apple {
    max-width: 100%;
  }
}

.app-page .similarApps h2.title {
  font-size: 1.25rem;
}

.app-page .similarApps .itemList {
  display: block;
}

.app-page .similarApps .itemList .item {
  margin-bottom: 10px;
  padding: 19px;
}

.app-page .similarApps .itemList .item .itemRight {
  padding-left: 0;
}

.app-page .similarApps .itemList .item .itemImg {
  width: 57px;
  border-radius: 12px;
  margin-right: 15px;
}

.app-page .similarApps .itemList .item .itemTitle {
  font-size: 18px;
}

.app-page .similarApps .itemList .item .misc-download {
  font-size: 12px;
}

.app-page .similarApps .itemList .item .itemCategory {
  background: inherit;
  padding: 0;
  font-size: 16px;
}

/* App */

/* Swiper */
.swiper {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.swiper .swiperBtn {
  direction: ltr;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  font-size: 25px;
  border-radius: 50%;
  background: #00000066;
  position: absolute;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  cursor: pointer;
  color: #fff;
}

.swiper #leftBtn {
  left: 16px;
}

.swiper #rightBtn {
  right: 16px;
}

.swiper .swiperList {
  display: flex;
  flex-direction: row;
  margin: 1.6rem 0;
}

.swiper .swiperList .swiperItem {
  padding-right: 1rem;
  position: relative;
}

.swiper .swiperList .swiperItem .swiperImg img {
  height: 410px;
  width: auto;
}

.swiper .swiperList .swiperItem:last-child {
  padding-right: 0rem;
}

/* App */

@media only screen and (max-width: 1200px) {
  .swiper .swiperBtn {
    width: 60px;
    height: 60px;
  }

  .swiper .swiperList .swiperItem .swiperImg img {
    height: 15rem;
  }
}

@media only screen and (max-width: 768px) {
  .swiper .swiperBtn {
    width: 46px;
    height: 46px;
    font-size: 20px;
  }
}

/* Swiper */

@media only screen and (max-width: 1199px) {
  .categoryList {
    padding: 0;
  }

  .home {
    padding-top: 40px;
  }

  .itemList .item {
    margin-bottom: 10px;
  }

  .home .siderbar {
    padding: 0;
  }
}

@media only screen and (max-width: 767px) {
  .header {
    display: none;
  }
  .home .siderbar {
    display: none;
  }

  .download .btn.apple {
    margin-bottom: 12px;
  }
}