#header {
  position: fixed;
  width: 100%;
  background-color: #24cd77;
  z-index: 999999;
  top: 0;
}

#header #nav_user_img {
  border-radius: 50%;
}

#header a,
#header button {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
  outline: 0;
  text-decoration: none;
}

#header .so {
  margin-top: 5px;
}

#header .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  line-height: 45px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  float: inherit;
  margin: 0;
}

#header .logo .p_logo {
  display: none;
}

#header .header-logo-wrap {
  display: flex;
  align-items: center;
  gap: 4px;
}

@media screen and (max-width: 996px) {
  #header .header-logo-wrap {
    justify-content: center;
  }
}

#header .menu_btn {
  display: flex;
  width: 45px;
  height: 45px;
  border: none;
  background: 0 0;
  color: #24cd77;
  opacity: 0.8;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

#header .menu_btn.red-dot::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 29px;
  width: 6px;
  height: 6px;
  border-radius: 100px;
  background: #ef4444;
}

#header .search_btn {
  display: flex;
  width: 45px;
  height: 45px;
  border: none;
  background: 0 0;
  color: #24cd77;
  opacity: 0.8;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  right: 0;
  left: auto;
}

.nav_container {
  width: 100%;
  flex: 1;
  z-index: 99999;
}

.nav_container .nav_new {
  transition-duration: 300ms;
  transition-property: left, right;
  left: -271px;
  position: fixed;
  display: initial;
  background-color: #fff;
  top: 0;
  height: 100%;
  align-items: start;
  min-width: 200px;
  z-index: 1000001;
}

.nav_container .search {
  padding: 0 24px;
  display: none;
}

.nav_container .search form {
  height: 36px;
  position: relative;
}

.nav_container .search .search-input {
  width: 600px;
  box-sizing: border-box;
  height: 46px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: -5px;
  margin-left: -300px;
}

.nav_container .search .search-input .search-btn-icon {
  position: absolute;
  left: 14px;
  top: 13px;
  width: 20px;
  height: 20px;
  background: url("https://static.apkpure.com/www/static/imgs/svg_icon.svg")
    no-repeat;
  background-position: -40px -20px;
  background-size: 200px;
  border: 0 none;
  background-color: transparent;
  outline: 0;
  cursor: pointer;
}

.nav_container .search .search-input > span {
  width: 100%;
}

.nav_container .search .search-input > span input {
  width: 100%;
  height: 46px;
  display: block;
  overflow: hidden;
  line-height: 46px;
  font-size: 14px;
  font-weight: normal;
  padding-left: 44px;
  border: 1px solid #eeeeee;
  border-radius: 8px;
  box-sizing: border-box;
}

.nav_container .icon {
  background: url("https://static.apkpure.com/www/static/imgs/svg_icon.svg")
    no-repeat;
  width: 24px;
  height: 24px;
}

.nav_container .icon.icon_search {
  background-position: 0px -24px;
}

.nav_container .icon.icon_close {
  background-position: 0 -48px;
}

.nav_container .icon.icon_home {
  background-position: 0 -72px;
}

.nav_container .icon.icon_game {
  background-position: 0 -96px;
}

.nav_container .icon.icon_app {
  background-position: 0 -120px;
}

.nav_container .icon.icon_article {
  background-position: 0 -144px;
}

.nav_container .icon.icon_product {
  background-position: 0 -192px;
}

.nav_container .icon.icon_tv {
  background-position: 0 -216px;
}

.nav_container .icon.icon_aipure {
  background-position: 4px -452px;
}

.so .search-btn {
  display: block;
  width: 40px;
  height: 35px;
  line-height: 35px;
  background-color: transparent;
  border: 0 none;
  outline: none;
  text-align: center;
}

.so .search-btn .search-btn-icon {
  display: inline-block;
  background: url("https://static.apkpure.com/www/static/imgs/svg_icon.svg")
    no-repeat;
  width: 24px;
  height: 24px;
  background-position: 0px -24px;
  vertical-align: middle;
}

.search-history {
  position: absolute;
  top: 100%;
  left: 0px;
  width: 100%;
  height: calc(100vh - 45px);
  z-index: 99;
  display: none;
  background-color: #fff;
  overflow-x: hidden;
  overflow-y: auto;
}

.search-history .search-history-title {
  padding-left: 16px;
  height: 46px;
  line-height: 46px;
}

.search-history .search-history-title span {
  font-size: 14px;
  line-height: 22px;
  color: #4b4b4b;
}

.search-history .search-history-title .search-history-delete {
  float: right;
  width: 44px;
  height: 46px;
  line-height: 46px;
  text-align: center;
}

.search-history .search-history-title .search-icon-remove {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("https://static.apkpure.com/www/static/imgs/svg_icon.svg")
    no-repeat;
  background-position: 0 -320px;
  background-size: 200px;
  vertical-align: middle;
}

.search-history .search-history-list li {
  position: relative;
}

.search-history .search-history-list li .search-history-item {
  display: block;
  margin-right: 44px;
  line-height: 46px;
  padding-left: 13px;
}

.search-history .search-history-list li .search-history-item > div {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.search-history .search-history-list li .search-history-item .search-icon-time {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background: url("https://static.apkpure.com/www/static/imgs/svg_icon.svg")
    no-repeat;
  background-position: 0 -340px;
  background-size: 200px;
}

.search-history .search-history-list li .search-history-item .content {
  margin-left: 8px;
  font-size: 14px;
  color: #5e5e5e;
}

.search-history .search-history-list li .search-history-item-delete {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  cursor: pointer;
}

.search-history
  .search-history-list
  li
  .search-history-item-delete
  .icon-search-history-item-delete {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background: url("https://static.apkpure.com/www/static/imgs/svg_icon.svg")
    no-repeat;
  background-position: -20px -40px;
  background-size: 200px;
}

.search-history .search-history-list li:hover {
  background-color: #f8f9fa;
}

.search-history
  .search-history-list
  li:hover
  .search-history-item
  .search-icon-time {
  background-position: -20px -340px;
}

.search-history .search-history-list li:hover .search-history-item .content {
  color: #24cd77;
}

.ar_fix #nav_user_a.red-dot::before {
  left: unset;
  right: -3px;
}

.ar_fix .nav_container .search-left input {
  padding-left: 30px;
  padding-right: 8px;
}

.ar_fix .nav_container .nav_new {
  right: -271px;
  left: initial;
}

.ar_fix .nav_container .search .search-left {
  right: auto;
  left: 0;
}

.ar_fix .nav_container .search .search-input .search-btn-icon {
  left: auto;
  right: 14px;
}

.ar_fix .nav_container .search .search-input > span input {
  padding-left: 0;
  padding-right: 44px;
}

.ar_fix .nav_container .search-right {
  right: auto;
  left: 0;
}

.ar_fix .nav_new .search .tt-dataset .info .info-intro {
  text-align: right;
}

.ar_fix .nav_new .search .tt-dataset .info .info-intro > span {
  margin-left: 12px;
  margin-right: initial;
}

.ar_fix .nav_new .search .tt-dataset .icon {
  margin-left: 12px;
  margin-right: initial;
}

.ar_fix .nav_new .search .clear-input {
  right: auto;
  left: 15px;
}

.ar_fix .nav_new .search .search-mask {
  float: left;
  margin-right: 0;
  margin-left: 4px;
}

.ar_fix .nav_new .search .search-mask .search-mask-icon {
  margin-right: 0;
  margin-left: 8px;
}

.ar_fix .nav_new .item > a,
.ar_fix .nav_new .item > span {
  padding-left: initial;
  padding-right: 50px;
}

.ar_fix .nav_new .item > a > .icon,
.ar_fix .nav_new .item > a > .svg-icon,
.ar_fix .nav_new .item > span > .icon,
.ar_fix .nav_new .item > span > .svg-icon {
  left: initial;
  right: 16px;
}

.ar_fix .nav_new .many::after {
  left: 19px;
  right: auto;
}

.ar_fix .nav_new .nav_user_new .nav_user_info .display_name {
  margin-right: 12px;
}

.ar_fix .nav_new .nav_user_new .nav-download-management {
  right: unset;
  left: 16px;
}

.ar_fix .nav_new .nav_user_new .nav-a-download-manage .nav_user_hint {
  margin-right: 0;
  margin-left: -12px;
}

.ar_fix #header .menu_btn {
  right: 0;
  left: auto;
}

.ar_fix #header .menu_btn.red-dot::before {
  left: unset;
  right: 29px;
}

.ar_fix #header .search_btn {
  left: 0;
  right: auto;
}

.ar_fix .item.nav_user_new > a,
.ar_fix .item.nav_user_new span {
  padding-left: 12px;
  padding-right: 0;
}

.ar_fix .search-history .search-history-title {
  padding-left: 0;
  padding-right: 16px;
}

.ar_fix .search-history .search-history-title .search-history-delete {
  float: left;
}

.ar_fix .search-history .search-history-list li .search-history-item {
  padding-left: 0;
  padding-right: 13px;
  margin-left: 44px;
  margin-right: 0;
}

.ar_fix .search-history .search-history-list li .search-history-item .content {
  margin-left: 0;
  margin-right: 8px;
}

.ar_fix .search-history .search-history-list li .search-history-item-delete {
  right: auto;
  left: 0;
}

.ar_fix .search-history .search-history-list li:hover {
  background-color: #f8f9fa;
}

.ar_fix
  .search-history
  .search-history-list
  li:hover
  .search-history-item
  .search-icon-time {
  background-position: -20px -340px;
}

.ar_fix
  .search-history
  .search-history-list
  li:hover
  .search-history-item
  .content {
  color: #24cd77;
}

.ar_fix
  .open_menu
  .nav_container
  .nav_new
  .nav_user_new
  .nav-a-download-manage.show-hint::after {
  left: unset;
  right: -3px;
}

.open_menu .shadow {
  display: block;
}

.open_menu .menu-divider {
  margin: 8px 0;
  height: 1px;
  width: 100%;
  background-color: #e7e7e7;
}

.open_menu .nav_container .nav_new {
  width: 60%;
  min-width: 200px;
  max-width: 251px;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #fff;
}

.open_menu .nav_container .nav_new .close_item {
  height: 48px;
}

.open_menu .nav_container .nav_new .close_item button {
  border: 0;
  padding: 0;
}

.open_menu .nav_container .nav_new .close_item .icon {
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.open_menu
  .nav_container
  .nav_new
  .nav_user_new
  .nav-a-download-manage.show-hint {
  position: relative;
}

.open_menu
  .nav_container
  .nav_new
  .nav_user_new
  .nav-a-download-manage.show-hint
  .nav_user_hint {
  display: -webkit-box;
}

.open_menu
  .nav_container
  .nav_new
  .nav_user_new
  .nav-a-download-manage.show-hint::after {
  content: "";
  position: absolute;
  left: -3px;
  top: -1px;
  width: 8px;
  height: 8px;
  border-radius: 100px;
  background: #ef4444;
}

.nav_new .menu-item-pwa .menu-icon-pwa {
  background-image: url("https://static.apkpure.com/mobile/static/imgs/home_screen.svg");
  display: inline-block;
  background-size: 24px;
  height: 24px;
  width: 24px;
  margin: auto;
  position: relative;
  top: 6px;
  background-size: 24px;
  background-position: 0;
}

.nav_new i.icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 16px;
  fill: #8b8b8b;
  background-position: -24px 0;
}

.nav_new .close_item > a,
.nav_new .close_item > span {
  height: 20px;
}

.nav_new .item {
  padding-top: initial;
  padding-bottom: initial;
  line-height: 36px;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
}

.nav_new .item > a,
.nav_new .item > span {
  cursor: pointer;
  font-size: 14px;
  line-height: 26px;
  color: #4b4b4b;
  padding: 5px 12px 5px 8px;
  display: block;
  position: relative;
  padding-left: 50px;
}

.nav_new .item:hover {
  background-color: #f8f9fa;
}

.nav_new .item:hover > a,
.nav_new .item:hover > span {
  color: #24cd77;
}

.nav_new .item:hover .svg-icon {
  stroke: #24cd77;
}

.nav_new .item:hover .icon_home {
  background-position: -24px -72px;
}

.nav_new .item:hover .icon_game {
  background-position: -24px -96px;
}

.nav_new .item:hover .icon_app {
  background-position: -24px -120px;
}

.nav_new .item:hover .icon_article {
  background-position: -24px -144px;
}

.nav_new .item:hover .icon_product {
  background-position: -24px -192px;
}

.nav_new .item:hover .icon_tv {
  background-position: -24px -216px;
}

.nav_new .item:hover .icon_aipure {
  background-position: -20px -452px;
}

.nav_new .item .menu_body a {
  padding: 0;
  display: block;
  white-space: nowrap;
  background: none;
  font-weight: 400;
  line-height: 36px;
  height: auto;
  font-size: 14px;
  padding-left: 40px;
  color: #777;
}

.nav_new .item .menu_body a:hover {
  color: #24cd77;
}

.nav_new .item > a.nav-l,
.nav_new .item > span.nav-l {
  padding: 0 16px;
}

.nav_new .item .nav_submenu {
  text-transform: none;
  display: none;
  top: 46px;
  left: 0;
  background: #f8f9fa;
  padding: 0 12px;
  border: 0;
}

.nav_new .item .nav_submenu-item {
  height: auto;
}

.nav_new .item .svg-icon {
  padding: 4px;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 16px;
  fill: transparent;
  stroke: #8b8b8b;
}

.nav_new .item .nav_logout {
  display: none;
}

.nav_new .search a .tt-highlight {
  color: #24cd77;
}

.nav_new .search div.search-package .tt-highlight {
  color: #24cd77;
}

.nav_new .search .tt-dataset .info {
  min-width: 0;
  line-height: 0;
}

.nav_new .search .tt-dataset .info .info-title {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 2px;
  color: #5e5e5e;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  max-width: 100%;
}

.nav_new
  .search
  .tt-dataset
  .info
  .info-title
  .corner-tag-icon-box
  .corner-tag-icon {
  line-height: 22px;
}

.nav_new .search .tt-dataset .info .info-title strong {
  color: #24cd77;
}

.nav_new .search .tt-dataset .info .info-intro {
  font-size: 12px;
  line-height: 16px;
  color: #a6a6a6;
  direction: initial;
}

.nav_new .search .tt-dataset .info .info-intro > span {
  margin-right: 12px;
}

.nav_new .search .tt-dataset .info .info-intro .install-total {
  font-size: 12px;
  line-height: 16px;
  color: #a6a6a6;
}

.nav_new .search .tt-dataset .search-package {
  padding: 8px 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav_new .search .tt-dataset .search-package .da {
  flex-shrink: 0;
  font-size: 12px;
  line-height: 24px;
  padding: 0 8px;
  background: #24cd77;
  color: #fff;
  font-weight: 400;
  border-radius: 4px;
}

.nav_new .search .tt-dataset .search-package .da * {
  color: #fff;
  font-weight: 400;
}

.nav_new .search .tt-dataset .search-package .da.normal-download {
  margin-left: 12px;
}

.nav_new .search .tt-dataset .search-package:hover {
  background-color: #f8f9fa;
}

.nav_new .search .tt-dataset a.tt-suggestion {
  display: block;
  padding: 10px 16px;
  color: inherit;
}

.nav_new .search .tt-dataset a.tt-suggestion:hover {
  background-color: #f8f9fa;
}

.nav_new .search .tt-dataset .icon {
  width: 48px;
  height: 48px;
  border-radius: 15%;
  border: 1px solid #eef3fa;
  box-sizing: border-box;
  margin-right: 12px;
  flex-shrink: 0;
  background: #ffffff;
}

.nav_new .search .tt-menu {
  background-color: #fff;
  border: 1px solid #eeeeee;
  border-radius: 0 0 8px 8px;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.06);
  margin-top: -1px;
  padding: 8px 0;
  width: 100%;
  box-sizing: border-box;
}

.nav_new .search .tt-menu::before {
  content: "";
  height: 8px;
  width: 100%;
  position: absolute;
  top: -8px;
  left: -1px;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  background-color: #ffffff;
  border-bottom: 1px solid #eeeeee;
}

.nav_new .search p {
  font-size: 14px;
  line-height: 20px;
  padding: 3px 20px;
  text-transform: none !important;
  font-weight: normal !important;
  word-break: break-all;
}

.nav_new .search .tt-hint {
  color: #999 !important;
}

.nav_new .search p.tt-suggestion:hover {
  cursor: pointer;
  color: #24cd77;
  background-color: #24cd77;
}

.nav_new .search .search-package .package-info {
  display: flex;
  overflow: hidden;
}

.nav_new .search .search-package .package-info .info .info-intro i.user,
.nav_new .search .search-package .package-info .info .info-intro i.download,
.nav_new
  .search
  .search-package
  .package-info
  .info
  .info-intro
  .stars-box
  > i {
  display: inline-block;
  height: 12px;
  background-size: 12px;
  width: 12px;
  top: 1px;
  position: relative;
  background: url("https://static.apkpure.com/www/static/imgs/stars.svg")
    no-repeat left center;
}

.nav_new .search .search-package .package-info .info .info-intro i.user {
  background-image: url("https://static.apkpure.com/www/static/imgs/comment_user.png");
  background-size: 10px;
}

.nav_new .search .search-package .package-info .info .info-intro i.download {
  background-image: url("https://static.apkpure.com/www/static/imgs/download-icon.png");
  background-size: contain;
}

.nav_new .search .search-package .package-info .info .info-intro > span > i {
  margin-right: 4px;
}

.nav_new .search .searching-show {
  display: none;
}

.nav_new .search .clear-input {
  position: absolute;
  right: 15px;
  top: 15px;
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background: url("https://static.apkpure.com/www/static/imgs/svg_icon.svg")
    no-repeat;
  background-position: -20px -40px;
  background-size: 200px;
  cursor: pointer;
  display: none;
}

.nav_new .search .search-mask {
  float: right;
  padding: 9px 12px;
  line-height: 16px;
  cursor: pointer;
  margin-right: 4px;
}

.nav_new .search .search-mask .search-mask-icon {
  background: url("https://static.apkpure.com/www/static/imgs/svg_icon.svg")
    no-repeat;
  width: 24px;
  height: 24px;
  background-position: -48px -24px;
  background-size: 240px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}

.nav_new .search .search-mask span {
  font-size: 12px;
  color: #c5c5c5;
  display: none;
}

.nav_new .nav_user_new {
  display: flex;
  align-items: center;
}

.nav_new .nav_user_new .nav-a-download-manage .nav_user_hint {
  display: none;
  margin-right: -12px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  flex: 1 0 0;
  overflow: hidden;
  color: #8b8b8b;
  text-overflow: ellipsis;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

@media screen and (max-width: 996px) {
  .nav_new .nav_user_new .nav-a-download-manage {
    display: flex;
    align-items: center;
    gap: 12px;
  }
}

.nav_new .nav_user_new .nav_user_info .display_name {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 14px;
  line-height: 22px;
  color: #555555;
  display: block;
}

.nav_new .nav_user_new .nav_user_info .display_name:hover {
  color: #24cd77;
}

.nav_new .nav_user_new .nav_user_info a.logout {
  display: none;
}

.nav_new .nav_user_new .nav_user_info a.logout:hover {
  color: #24cd77;
}

.nav_new .nav_user_new .nav_user_info .nav-action-list {
  display: none;
}

.nav_new .nav_user_new .nav_user_info .nav-recommend-update {
  display: none;
}

.nav_new .nav_user_new .nav_user_info div img {
  display: none;
}

.nav_new .nav_user_new .nav-download-management {
  box-sizing: border-box;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: absolute;
  line-height: 25px;
  padding: 24px 16px;
  width: 260px;
  top: 64px;
  right: 16px;
  background: #fff;
  border: 1px solid #e8e8e8;
  z-index: 999999;
  display: none;
  border-radius: 8px;
}

.nav_new .nav_user_new .nav-download-management-close {
  position: absolute;
  display: flex;
  padding: 10px;
  top: 0;
  right: 0;
  cursor: pointer;
}

.nav_new .nav_user_new .nav-download-management-close svg {
  width: 14px;
  height: 14px;
  stroke: transparent;
  fill: #c5c5c5;
}

.nav_new .nav_user_new .nav-download-management-close:hover svg {
  fill: #8b8b8b;
}

.nav_new .nav_user_new .nav-download-management-icon {
  box-sizing: border-box;
  display: flex;
  width: 44px;
  height: 44px;
  margin-bottom: 8px;
  justify-content: center;
  align-items: center;
  border-radius: 999px;
  background: rgba(36, 205, 119, 0.1);
}

.nav_new .nav_user_new .nav-download-management-icon svg {
  width: 24px;
  height: 24px;
  fill: transparent;
  stroke: #24cd77;
}

.nav_new .nav_user_new .nav-download-management-title {
  color: #5e5e5e;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 4px;
}

.nav_new .nav_user_new .nav-download-management-desc {
  color: #8b8b8b;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.nav_new .nav_user_new .nav-download-management-login {
  display: flex;
  padding: 8px 32px;
  margin-top: 24px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border-radius: 4px;
  background: #24cd77;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.nav_new .nav_user_new .nav-download-management-login:hover {
  background: #24dc83;
}

.nav_new .item.many:hover {
  background-color: #fff;
  background-attachment: fixed;
}

.nav_new .many::after {
  content: " ";
  position: absolute;
  right: 19px;
  top: 16px;
  opacity: 0.9;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #000;
}

.nav_new .many.open .nav_submenu {
  display: block;
}

.nav_new .many.open::after {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.nav_new .item.nav_user_new {
  border-bottom: solid 1px #e0e0e0;
  padding-bottom: 8px;
  padding: 12px 16px;
}

.nav_new .item.nav_user_new > a,
.nav_new .item.nav_user_new > span {
  padding-left: 0;
}

.nav_new .item.nav_tv {
  border-bottom: solid 1px #e0e0e0;
  padding-bottom: 8px;
}

.nav_new .item.nav_home {
  margin-top: 8px;
}

.nav_new .item.menu-item-pwa {
  margin-top: 8px;
}

.nav_new.searching .search .search-mask {
  display: none;
}

.nav_new.searching .search .searching-show {
  display: block;
}

.nav_new.searching .searching-hide {
  display: none;
}

.menu-user-layer {
  padding: 6px 35px 6px 6px;
  position: relative;
  color: #777;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.menu-user-layer img {
  position: relative;
  top: 0;
  border-radius: 50%;
  width: 32px;
  height: 32px;
}

.menu-layer {
  color: #777;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 6px 0 6px 15px;
  position: relative;
  top: -3px;
}

.menu-only-text {
  color: #777;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.nav_submenu {
  position: initial;
}

.shadow {
  display: none;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  height: 100%;
  left: 0;
  right: 0;
  z-index: 999999;
  padding-bottom: 60px;
}

.search_m_nav .so .search-package .package-info .info .info-intro {
  direction: initial;
}

.ar_fix .so .search-package .package-info .info .info-intro > span {
  margin-left: 12px;
  margin-right: auto;
}

.ar_fix .nav_new .search .tt-dataset .search-package .da.normal-download {
  margin-left: 0;
  margin-right: 12px;
}

.tt-dataset .info .info-intro > span::before {
  content: " ";
  display: inline-block;
  position: relative;
  width: 10px;
  height: 10px;
  background-size: 10px;
  margin-right: 4px;
  top: 1px;
}

.tt-dataset .info .info-intro .score {
  color: #fa8b16;
}

.tt-dataset .info .info-intro .score::before {
  top: 1.5px;
  width: 12px;
  height: 12px;
  background-size: 12px;
  background-image: url("https://static.apkpure.com/www/static/imgs/stars.svg");
}

.tt-dataset .info .info-intro .score[data-score="0.0"] span {
  color: #a6a6a6;
}

.tt-dataset .info .info-intro .score[data-score="0.0"]::before {
  background-image: url("https://static.apkpure.com/www/static/imgs/stars_fill.svg");
}

.tt-dataset .info .info-intro .install-total {
  font-size: 12px;
  line-height: 16px;
  color: #a6a6a6;
}

.tt-dataset .info .info-intro .install-total::before {
  background-image: url("https://static.apkpure.com/www/static/imgs/icon_download.svg");
}

.tt-dataset .info .info-intro .score-total::before {
  background-image: url("https://static.apkpure.com/www/static/imgs/icon_comment_count.svg");
}

@media (min-width: 1155px) {
  .nav_new .search .search-mask {
    width: 300px;
    box-sizing: border-box;
    border: 1px solid #eeeeee;
    border-radius: 8px;
    cursor: text;
  }

  .nav_new .search .search-mask .search-mask-icon {
    width: 20px;
    height: 20px;
    background-position: -40px -20px;
    background-size: 200px;
  }

  .nav_new .search .search-mask span {
    display: inline;
  }
}

@media (min-width: 996px) {
  #header {
    border-bottom: 1px solid #e7e7e7;
    background-color: #fff;
  }

  #header .search_m_nav {
    display: none;
  }

  #header .logo .p_logo {
    display: inherit;
  }

  #header .logo .m_logo,
  #header .logo .vip_label {
    display: none;
  }

  #header .nav_new {
    margin-left: 44px;
  }

  #header .nav_new.searching {
    margin-left: 0px;
  }

  #header .menu_btn {
    display: none;
  }

  #header .search_btn {
    display: none;
  }

  .nav_container {
    width: 90%;
    margin: 0 auto;
    display: flex;
    align-items: center;
  }

  .nav_container .search {
    display: block;
    flex: 1;
  }

  .nav_container .nav_new {
    position: inherit;
    height: 70px;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    flex: 1;
  }

  .nav_container .nav_new .close_item {
    display: none;
  }

  .nav_container .nav_new #nav_user_a {
    overflow: visible;
  }

  .nav_container .nav_right {
    display: block;
  }

  .menu-user-layer {
    padding: 0;
  }

  .menu-user-layer img {
    width: 35px;
    height: 35px;
    position: inherit;
    top: inherit;
    border-radius: inherit;
  }

  .nav_new .item {
    line-height: 32px;
    padding: 10px 12px;
    width: inherit;
  }

  .nav_new .item .nav_submenu {
    background-color: #fff;
  }

  .nav_new .item .menu_body {
    padding: 12px;
  }

  .nav_new .item .menu_body a {
    padding: 0;
  }

  .nav_new .item:hover {
    background-color: #fff;
  }

  .nav_new .item > a,
  .nav_new .item > span {
    padding: 0;
    font-weight: 500;
    color: #777;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
  }

  .nav_new .item > a .icon,
  .nav_new .item > span .icon {
    display: none;
  }

  .nav_new .item > a.nav-l {
    padding: 0;
  }

  .nav_new .item.nav_user_new {
    border: 0;
    background-color: #f5f5f5;
    order: 9;
  }

  .nav_new .item.nav_user_new:hover .nav_user_info {
    display: block;
    -webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.15));
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.15));
  }

  .nav_new .item.nav_user_new:hover .nav_user_info::before {
    content: " ";
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid white;
    position: absolute;
    top: -8px;
    right: 8px;
  }

  .nav_new .item.nav_user_new.nav_download_manage_pop .nav-download-management {
    display: flex;
    -webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.15));
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.15));
  }

  .nav_new
    .item.nav_user_new.nav_download_manage_pop
    .nav-download-management::before {
    content: " ";
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid white;
    position: absolute;
    top: -8px;
    right: 8px;
  }

  .nav_new .item.nav_user_new.nav_user_functional .nav_user_info {
    box-sizing: border-box;
    padding: 0;
    width: 260px;
  }

  .nav_new .item.nav_user_new.nav_user_functional .nav_user_info a.logout {
    display: none;
  }

  .nav_new
    .item.nav_user_new.nav_user_functional
    .nav_user_info
    > div:first-of-type {
    padding: 20px 12px 12px;
  }

  .nav_new .item.nav_user_new.nav_user_functional .nav-action-list {
    display: flex;
    padding: 8px;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    align-self: stretch;
    border-top: 1px solid #f2f5f9;
  }

  .nav_new .item.nav_user_new.nav_user_functional .nav-action-list .nav-action {
    display: flex;
    padding: 6px 8px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    color: #5e5e5e;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    border-radius: 4px;
  }

  .nav_new
    .item.nav_user_new.nav_user_functional
    .nav-action-list
    .nav-action
    .nav-action-text {
    flex: 1;
    text-align: start;
  }

  .nav_new
    .item.nav_user_new.nav_user_functional
    .nav-action-list
    .nav-action
    .nav-action-icon {
    flex-shrink: 0;
    display: flex;
    padding: 0;
  }

  .nav_new
    .item.nav_user_new.nav_user_functional
    .nav-action-list
    .nav-action
    svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    position: relative;
    fill: transparent;
    stroke: #5e5e5e;
  }

  .nav_new
    .item.nav_user_new.nav_user_functional
    .nav-action-list
    .nav-action.red-dot
    .nav-action-icon {
    position: relative;
  }

  .nav_new
    .item.nav_user_new.nav_user_functional
    .nav-action-list
    .nav-action.red-dot
    .nav-action-icon::after {
    content: "";
    display: block;
    position: absolute;
    top: -3px;
    right: -3px;
    width: 6px;
    height: 6px;
    border-radius: 100px;
    background: #ef4444;
  }

  .nav_new
    .item.nav_user_new.nav_user_functional
    .nav-action-list
    .nav-action:hover {
    background: #f2f5f9;
    color: #00a6ed;
  }

  .nav_new
    .item.nav_user_new.nav_user_functional
    .nav-action-list
    .nav-action:hover
    svg {
    stroke: #00a6ed;
  }

  .nav_new .item.nav_user_new.nav_user_functional .nav-recommend-update {
    display: flex;
    padding: 12px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
    border-top: 1px solid #f2f5f9;
  }

  .nav_new .item.nav_user_new.nav_user_functional .nav-recommend-update-title {
    color: #8b8b8b;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
  }

  .nav_new .item.nav_user_new.nav_user_functional .nav-recommend-update-list {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: stretch;
  }

  .nav_new
    .item.nav_user_new.nav_user_functional
    .nav-recommend-update-list
    .nav-apk {
    width: 100%;
    height: 44px;
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .nav_new
    .item.nav_user_new.nav_user_functional
    .nav-recommend-update-list
    .icon {
    border: 1px solid #eff3f9;
    border-radius: 8px;
    width: 44px;
    height: 44px;
  }

  .nav_new
    .item.nav_user_new.nav_user_functional
    .nav-recommend-update-list
    .text {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    align-self: stretch;
    text-align: start;
    overflow: hidden;
  }

  .nav_new
    .item.nav_user_new.nav_user_functional
    .nav-recommend-update-list
    .name {
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    color: #5e5e5e;
  }

  .nav_new
    .item.nav_user_new.nav_user_functional
    .nav-recommend-update-list
    .name:hover {
    color: #00a6ed;
  }

  .nav_new
    .item.nav_user_new.nav_user_functional
    .nav-recommend-update-list
    .date {
    color: #8b8b8b;
    font-size: 12px;
    line-height: 16px;
  }

  .nav_new
    .item.nav_user_new.nav_user_functional
    .nav-recommend-update-list
    .date
    span
    + span {
    margin-inline-start: 12px;
  }

  .nav_new .item.nav_tv {
    border: 0;
  }

  .nav_new .item.nav_home {
    display: none;
  }

  .nav_new .menu-item-pwa {
    display: none !important;
  }

  .nav_new .nav_logout {
    display: none !important;
  }

  .nav_new .many {
    margin-right: 18px;
  }

  .nav_new .many::after {
    right: -4px;
    top: 20px;
    width: 4px;
    height: 4px;
    border: none;
    border-right: 2px solid #777;
    border-bottom: 2px solid #777;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
  }

  .nav_new .many:hover::after {
    border-bottom-width: 2px;
    border-color: #24cd77;
    -webkit-transform: rotateZ(-135deg);
    transform: rotateZ(-135deg);
    top: 22px;
  }

  .nav_new .many:hover .nav_submenu {
    display: block;
    min-width: 120px;
    overflow: inherit;
    border-radius: 4px;
    z-index: 1;
  }

  .nav_new .many:hover .nav_submenu::before {
    content: " ";
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid white;
    position: absolute;
    top: -10px;
    left: 8px;
  }

  .nav_new .nav_user_new {
    height: 100%;
    background-color: #f5f5f5;
    padding: 10px 12px;
  }

  .nav_new .nav_user_new .nav_user_info {
    width: 180px;
    text-align: center;
    position: absolute;
    line-height: 25px;
    padding: 21px 18px 16px;
    top: 64px;
    right: 16px;
    background: #fff;
    border: 1px solid #e8e8e8;
    z-index: 999999;
    display: none;
    border-radius: 8px;
  }

  .nav_new .nav_user_new .nav_user_info a.logout {
    position: absolute;
    display: inherit;
    top: 18px;
    right: 18px;
    font-size: 13px;
    color: #9a9a9a;
    cursor: pointer;
    z-index: 5;
    height: 21px;
    line-height: 21px;
    font-weight: normal;
    max-width: 62px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .nav_new .nav_user_new .nav_user_info div img {
    display: inherit;
    border-radius: 50%;
  }

  .nav_new .nav_user_new .nav_user_info .display_name {
    margin-top: 8px;
    font-weight: 600;
  }

  .nav_new .item.group {
    display: none;
  }

  .nav_new .search .tt-dataset {
    max-height: 348px;
    overflow: hidden;
    border-radius: 0 0 8px 8px;
  }

  .ar_fix .nav_new .item > a,
  .ar_fix .nav_new .item > span {
    padding: 0;
  }

  .ar_fix .nav_new .nav_user_new .nav_user_info {
    left: 16px;
    right: auto;
  }

  .ar_fix .nav_new .nav_user_new .nav_user_info .display_name {
    margin-right: 0;
  }

  .ar_fix
    .nav_new
    .nav_user_new.nav_download_manage_pop
    .nav-download-management::before {
    right: unset;
    left: 8px;
  }

  .ar_fix
    .nav_new
    .nav_user_new.nav_download_manage_pop
    .nav-download-management-close {
    right: unset;
    left: 0;
  }

  .ar_fix
    .nav_new
    .nav_user_new.nav_user_functional
    .nav-action-list
    .nav-action.red-dot
    .nav-action-icon::after {
    right: unset;
    left: -3px;
  }

  .ar_fix .nav_new .item.nav_user_new:hover .nav_user_info::before {
    left: 8px;
    right: auto;
  }

  .ar_fix .nav_new .many {
    margin-right: auto;
    margin-left: 18px;
  }

  .ar_fix .nav_container .nav_new {
    margin-right: 50px;
  }

  .nav_submenu {
    position: absolute;
    -webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.15));
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.15));
    background-color: #fff;
  }

  .nav_menu-item:hover .nav_submenu {
    left: auto;
    right: 0;
    top: 70px;
  }

  .search-history {
    top: 40px;
    left: 50%;
    width: 600px;
    height: auto;
    z-index: 99;
    display: none;
    background-color: #fff;
    overflow-x: visible;
    overflow-y: visible;
    margin-left: -300px;
    border: 1px solid #eeeeee;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.06);
    border-radius: 0 0 8px 8px;
    box-sizing: border-box;
  }

  .search-history .search-history-title {
    display: none;
  }

  .search-history .search-history-list {
    max-height: 276px;
    overflow: hidden;
    border-radius: 0 0 8px 8px;
  }

  .search-history .search-history-list li {
    position: relative;
  }

  .search-history .search-history-list li .search-history-item {
    display: block;
    margin-right: 44px;
    line-height: 46px;
    padding-left: 13px;
  }

  .search-history .search-history-list li .search-history-item > div {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .search-history
    .search-history-list
    li
    .search-history-item
    .search-icon-time {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background: url("https://static.apkpure.com/www/static/imgs/svg_icon.svg")
      no-repeat;
    background-position: 0 -340px;
    background-size: 200px;
  }

  .search-history .search-history-list li .search-history-item .content {
    margin-left: 8px;
    font-size: 14px;
    color: #5e5e5e;
  }

  .search-history .search-history-list li .search-history-item-delete {
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 46px;
    line-height: 46px;
    text-align: center;
  }

  .search-history
    .search-history-list
    li
    .search-history-item-delete
    .icon-search-history-item-delete {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background: url("https://static.apkpure.com/www/static/imgs/svg_icon.svg")
      no-repeat;
    background-position: -20px -40px;
    background-size: 200px;
  }

  .search-history .search-history-list li:hover {
    background-color: #f8f9fa;
  }

  .search-history
    .search-history-list
    li:hover
    .search-history-item
    .search-icon-time {
    background-position: -20px -340px;
  }

  .search-history .search-history-list li:hover .search-history-item .content {
    color: #24cd77;
  }

  .search-history::before {
    content: "";
    height: 8px;
    width: 100%;
    position: absolute;
    top: -8px;
    left: -1px;
    border-left: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
    background-color: #ffffff;
    border-bottom: 1px solid #eeeeee;
  }

  .ar_fix #header .nav_new {
    margin-left: 0;
  }

  .ar_fix #header .nav_new.searching {
    margin-right: 0;
  }

  .ar_fix .search-history .search-history-list li .search-history-item {
    margin-left: 44px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 13px;
  }

  .ar_fix
    .search-history
    .search-history-list
    li
    .search-history-item
    .content {
    margin-left: 0;
    margin-right: 8px;
  }

  .ar_fix .search-history .search-history-list li .search-history-item-delete {
    right: auto;
    left: 0;
  }
}

#nav_user_a.red-dot {
  position: relative;
}

#nav_user_a.red-dot::before {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  width: 8px;
  height: 8px;
  border-radius: 100px;
  background: #ef4444;
}

#header.vip #nav_user_a {
  position: relative;
  padding: 0;
  width: 34px;
  height: 34px;
  box-sizing: border-box;
  overflow: visible;
  margin-right: 12px;
}

#header.vip #nav_user_a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 120%;
  left: 0;
  top: 0;
  background-image: url(/static/imgs/icon_vip_avatar.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  transform: translateY(-14%);
}

@media screen and (min-width: 996px) {
  #header.vip #nav_user_a {
    margin-right: 0px;
  }
}

#header.vip .nav_user_info .display_name {
  background: linear-gradient(90deg, #ff7704 0%, #fb05f4 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (min-width: 996px) {
  #header.vip
    .nav_user_info
    > div
    a:not(.display_name):not(.nav-action):not(.nav-apk-title):not(
      .nav-apk-icon
    ) {
    position: relative;
    padding: 0;
    width: 60px;
    height: 60px;
    box-sizing: border-box;
    display: inline-block;
  }

  #header.vip
    .nav_user_info
    > div
    a:not(.display_name):not(.nav-action):not(.nav-apk-title):not(
      .nav-apk-icon
    )::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 120%;
    left: 0;
    top: 0;
    background-image: url(/static/imgs/icon_vip_avatar.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    transform: translateY(-14%);
  }
}

.footer_new {
  background-color: #fff;
  overflow: initial;
  width: 100% !important;
}

.footer_new .footer_container {
  padding: 0 16px;
  margin: 0 auto;
}

.footer_new .footer_container .other .menu_list .menu_body a {
  padding: 5px;
  height: auto;
  line-height: 26px;
  color: #777;
}

.footer_new .footer_container .other .menu_list .menu_body a .beta {
  background-color: #fa8b16;
  color: #fff;
  padding: 0 2px;
  font-size: 8px;
  font-style: initial;
  border-radius: 2px;
}

.footer_new .footer_container .other .menu_list li:hover a {
  color: #24cd77;
  background-color: transparent;
}

.footer_new .other {
  border-top: 1px solid #e7e7e7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -moz-box-orient: vertical;
  -moz-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 0;
}

.footer_new .other .info {
  color: #a6a6a6;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
}

.footer_new .other .info a {
  color: #a6a6a6;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
}

.footer_new .other .info a:hover {
  color: #24cd77;
}

.footer_container > .info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer_container .info .base_info > p {
  font-size: 12px;
  line-height: 16px;
  margin: 12px 0;
  color: #a6a6a6;
}

.footer_container .info .share-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.footer_container .info .share-box li {
  margin-right: 6px;
}

.footer_container .info .share-box li > a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 25px;
  width: 25px;
}

.footer_container .info .share-box li > a.telegram {
  fill: currentColor;
}

.footer_container .info .share-box li > a.telegram:hover {
  color: #8b8b8b;
}

.footer_container .info .share-box li > a.instagram {
  fill: currentColor;
}

.footer_container .info .share-box li > a.instagram:hover {
  color: #8b8b8b;
}

.footer_container .info .share-box li .icon {
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url("https://static.apkpure.com/www/static/imgs/svg_icon.svg")
    no-repeat;
  background-position: 0 -264px;
}

.footer_container .info .share-box li .icon.f_icon_twitter {
  background-position: 0 -288px;
}

.footer_container .info .share-box li .icon.f_icon_youtube {
  background-position: 0 -312px;
}

.footer_container .info .share-box li .icon.f_icon_vk {
  background-position: 0 -336px;
}

.footer_container .info .share-box li .icon.f_icon_ok_ru {
  background-position: 0 -360px;
}

.footer_container .info .item {
  padding: 12px 0;
}

.footer_container .info .item .title {
  font-weight: 500;
  font-size: 16px;
  color: #777;
}

.footer_container .info .item ul li {
  margin-top: 8px;
}

.footer_container .info .item ul li a {
  color: #8b8b8b;
  font-size: 13px;
  line-height: 22px;
}

.footer_container .info .item ul li a:hover {
  color: #24cd77;
}

.footer_container .info .item ul.share-box li:last-child {
  margin-bottom: 0;
}

.footer_container .info .item:last-child ul li:last-child {
  margin-bottom: 0;
}

.footer_container .info .item > p {
  margin: 12px 0 4px;
  color: #8b8b8b;
  font-size: 13px;
  line-height: 22px;
}

.footer_container .info .item.group {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 8px;
  width: 100%;
  margin-bottom: 8px;
}

.footer_container .current_box {
  line-height: 28px;
  padding: 0 10px;
  color: #6f6f6f;
  position: relative;
  border: 1px solid #e7e7e7;
  display: inline-block;
  margin: 8px auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.footer_container .current_box.enable_switch .current_lang {
  cursor: pointer;
}

.footer_container .current_box.enable_switch .current_lang::after {
  content: " ";
  position: absolute;
  right: -6px;
  top: 12px;
  opacity: 0.4;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #000;
}

.footer_container .current_box.enable_switch.open .current_lang {
  color: #24cd77;
}

.footer_container .current_box.enable_switch.open .current_lang::before {
  background-position: -24px -240px;
}

.footer_container .current_box.enable_switch.open .current_lang::after {
  border-bottom: 4px solid #000;
  border-top: 0;
}

.footer_container .current_box.enable_switch.open .menu_list {
  display: block;
}

.footer_container .current_lang {
  position: relative;
  color: #6f6f6f;
  padding: 0 10px 0 28px;
}

.footer_container .current_lang:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  background: url("https://static.apkpure.com/www/static/imgs/svg_icon.svg")
    no-repeat;
  background-position: 0 -240px;
}

.footer_container .menu_list {
  position: absolute;
  display: none;
  background: #fff;
  bottom: 40px;
  -webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.15));
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.15));
  left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  z-index: 999999;
}

.footer_container .menu_list::after {
  content: " ";
  position: absolute;
  bottom: -10px;
  left: 8px;
  border-top: 10px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border: 16px solid transparent;
  bottom: -27px;
  left: 0 !important;
  right: 0 !important;
}

.footer_container .menu_list::before {
  content: " ";
  position: absolute;
  bottom: -10px;
  left: 8px;
  border-top: 10px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

.footer_container .menu_list .menu_body ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 200px;
  padding: 8px 0;
  overflow-y: auto;
}

.footer_container .menu_list .menu_body ul li {
  width: 100px;
}

.ar_fix .footer_container .menu_list {
  right: 0;
  left: auto;
}

.ar_fix .footer_container .menu_list::before {
  right: 8px;
  left: auto;
}

@media (min-width: 1048px) {
  .footer_new .other {
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
    -webkit-flex-direction: inherit;
    -moz-box-orient: inherit;
    -moz-box-direction: inherit;
    -ms-flex-direction: inherit;
    flex-direction: inherit;
  }

  .footer_container .current_box {
    margin: 0;
  }
}

@media (min-width: 996px) {
  .footer_new {
    padding-top: 24px;
    border-top: 1px solid #e7e7e7;
  }

  .footer_new .footer_container {
    width: 90%;
  }

  .footer_new .other {
    padding: 8px 0;
  }

  .footer_new .other .info {
    line-height: 16px;
  }

  .footer_new .other .info a {
    line-height: 16px;
  }

  .footer_container .current_box.enable_switch:hover .current_lang {
    color: #24cd77;
  }

  .footer_container .current_box.enable_switch:hover .current_lang::before {
    background-position: -24px -240px;
  }

  .footer_container .current_box.enable_switch:hover .current_lang::after {
    border-bottom: 4px solid #000;
    border-top: 0;
  }

  .footer_container .current_box.enable_switch:hover .menu_list {
    display: block;
  }

  .footer_container .info .item.group {
    border: 0;
    margin-bottom: 0;
    width: auto;
    max-width: 320px;
  }

  .footer_container .info .item ul.share-box li:last-child {
    margin-bottom: 0;
  }

  .footer_container .menu_list {
    right: 0;
    left: auto;
  }

  .footer_container .menu_list::after {
    right: 8px;
    left: auto;
  }

  .footer_container .menu_list::before {
    right: 8px;
    left: auto;
  }

  .ar_fix .footer_container .menu_list {
    left: 0;
    right: auto;
  }

  .ar_fix .footer_container .menu_list::after {
    left: 8px;
    right: auto;
  }

  .ar_fix .footer_container .menu_list::before {
    left: 8px;
    right: auto;
  }
}

@media (min-width: 720px) {
  .footer_container > .info {
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
    -webkit-flex-direction: inherit;
    -moz-box-orient: inherit;
    -moz-box-direction: inherit;
    -ms-flex-direction: inherit;
    flex-direction: inherit;
  }
}

#searching {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 45px;
  z-index: 999999;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  font-size: 18px;
  color: #555;
  line-height: 45px;
}

#footer-premium-entrance {
  display: flex;
  align-items: center;
  gap: 4px;
}

#footer-premium-entrance::after {
  content: "NEW";
  display: flex;
  justify-content: center;
  align-items: center;
  height: 18px;
  padding: 0px 4px;
  border-radius: 3px;
  background: linear-gradient(103deg, #ff7704 3.2%, #fb05f4 100.46%);
  color: #fff;
  font-size: 13px;
}

.js-ad-slot .premium-entrance-blow-ad-wrap {
  align-items: center;
  display: none;
  justify-content: center;
  margin: 4px 0;
}

.js-ad-slot .premium-entrance-blow-ad {
  align-items: center;
  display: flex;
  gap: 4px;
  justify-content: center;
}

.js-ad-slot .premium-entrance-blow-ad-text {
  -webkit-text-fill-color: transparent;
  background: linear-gradient(90deg, #ff7704, #fb05f4);
  background-clip: text;
  -webkit-background-clip: text;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.js-ad-slot .premium-entrance-blow-ad-icon {
  background-image: url(/static/assets/svg/img-common.stack-b701a007.svg#icon-external-link);
  background-repeat: no-repeat;
  background-size: cover;
  height: 14px;
  width: 14px;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[hidden],
template {
  display: none;
}

.headline-xxl-large {
  font-size: 64px;
}

.headline-xl-large {
  font-size: 48px;
}

.headline-large {
  font-size: 36px;
}

.headline-medium {
  font-size: 28px;
}

.headline-small {
  font-size: 24px;
}

.headline-xs-small {
  font-size: 20px;
}

.title-bold-xl-large {
  font-size: 18px;
}

.title-bold-large {
  font-size: 16px;
}

.title-bold-medium {
  font-size: 14px;
}

.title-bold-small {
  font-size: 12px;
}

.title-xl-large {
  font-size: 20px;
}

.title-large {
  font-size: 18px;
}

.title-medium {
  font-size: 16px;
}

.title-small {
  font-size: 14px;
}

.body-large {
  font-size: 16px;
}

.body-medium {
  font-size: 14px;
}

.body-small {
  font-size: 12px;
}

:root {
  --font-weight: 500;
}

html[lang="ar"],
html[lang="ja"],
html[lang="th-TH"],
html[lang="ur"] {
  --font-weight: bold;
}

.float-shortcut-button {
  align-items: center;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: slideInRight;
  border-radius: 50%;
  bottom: 70px;
  box-shadow: 0 2px 6px 0 #00000059;
  cursor: pointer;
  display: flex;
  height: 40px;
  justify-content: center;
  overflow: hidden;
  position: fixed;
  right: 10px;
  text-align: center;
  width: 40px;
  z-index: 999;
}

.float-shortcut-button__icon {
  animation: bounce_icon 2s cubic-bezier(0.65, 0, 0.35, 1) 0.5s both;
  background: url(https://static.apkpure.com/mobile/static/imgs/float-shortcut.svg)
    50% no-repeat;
  height: 40px;
  width: 40px;
}

.share-shortcut .icon {
  background-color: #24cd77;
  background-image: url(https://static.apkpure.com/www/static/imgs/shortcut.svg);
}

.share-counter {
  background: #ebebeb;
  color: #32363b;
  cursor: pointer;
  display: inline-block;
  font-size: 11.4px;
  font-weight: 700;
  height: auto;
  left: -1px;
  line-height: 32px;
  margin: 0 5px;
  padding: 0 6px;
  position: relative;
  text-transform: uppercase;
  transition: all 0.2s ease;
  vertical-align: top;
}

.share-counter:after {
  border-color: transparent #ebebeb transparent transparent;
  border-style: solid;
  border-width: 5px 8px 5px 0;
  content: "";
  display: block;
  height: 0;
  left: -4px;
  position: absolute;
  top: 30%;
  width: 0;
}

html[dir="lrt"] .share-counter:after {
  border-color: transparent transparent transparent #ebebeb;
  border-width: 5px 0 5px 8px;
  left: inherit;
  right: -4px;
}

#policy-info {
  background: #607d8b;
  border-top: 1px solid #1e435e;
  bottom: 0;
  color: #fff;
  display: none;
  font-size: 14px;
  left: 0;
  line-height: 21px;
  position: fixed;
  right: 0;
  z-index: 99999999;
}

#policy-info .info-main {
  align-items: center;
  display: flex;
  gap: 32px;
  margin: 0 auto;
  max-width: 1200px;
  padding: 16px;
}

@media screen and (max-width: 719px) {
  #policy-info .info-main {
    flex-direction: column;
    gap: 16px;
  }
}

#policy-info a {
  color: #fff;
  text-decoration: underline;
}

#policy-info .btn a,
#policy-info .btn span {
  background: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  line-height: 18px;
  padding: 5px 12px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

@media screen and (max-width: 719px) {
  #policy-info .btn a,
  #policy-info .btn span {
    flex: 1;
  }
}

#policy-info .btn span {
  color: #4a616c;
}

#policy-info .btn a:hover,
#policy-info .btn span:hover {
  text-decoration: none;
}

#policy-info .btn span:last-child {
  background: none;
  color: #fff;
}

#policy-info .btn span:last-child:hover {
  background-color: hsla(0, 0%, 100%, 0.1);
}

#policy-info .btn span:hover {
  background-color: hsla(0, 0%, 100%, 0.9);
}

html[dir="rtl"] #policy-info .btn {
  left: 0;
  right: auto;
}

#policy-info .btn {
  display: flex;
  gap: 6px;
}

@media screen and (max-width: 719px) {
  #policy-info .btn {
    flex-wrap: wrap;
    width: 100%;
  }
}

i.icon {
  display: inline-block;
  vertical-align: bottom;
}

.no-scrollbar::-webkit-scrollbar {
  display: none;
}

.one-line {
  white-space: nowrap;
}

.double-lines,
.one-line,
.three-lines {
  overflow: hidden;
  text-overflow: ellipsis;
}

.double-lines,
.three-lines {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  white-space: normal;
}

.three-lines {
  -webkit-line-clamp: 3;
}

.shadow-sm {
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.05), 0 4px 5px rgba(0, 0, 0, 0.08),
    0 2px 4px -1px rgba(0, 0, 0, 0.12);
}

.shadow-md {
  box-shadow: 0 3px 14px 2px rgba(0, 0, 0, 0.05),
    0 8px 10px 1px rgba(0, 0, 0, 0.06), 0 5px 5px -3px rgba(0, 0, 0, 0.1);
}

.shadow-lg {
  box-shadow: 0 6px 30px 5px rgba(0, 0, 0, 0.05),
    0 16px 24px 2px rgba(0, 0, 0, 0.04), 0 8px 10px -5px rgba(0, 0, 0, 0.08);
}

.app-icon {
  border: 1px solid #eff3f9;
  border-radius: 15%;
  box-sizing: border-box;
}

.svg-align {
  position: relative;
  top: -0.1em;
  vertical-align: middle;
}

.reset-button {
  all: unset;
  outline: revert;
}

.reset-h-tag {
  all: unset;
}

:root {
  --module-spacing: 4px;
  --app-horizontal-spacing: 8px;
  --app-vertical-spacing: 12px;
  --html-direction: 1;
  --html-rtl: 0;
  --html-ltr: 1;
}

@media screen and (min-width: 720px) and (max-width: 995px) {
  :root {
    --module-spacing: 4px;
    --app-horizontal-spacing: 12px;
  }
}

@media screen and (min-width: 996px) {
  :root {
    --module-spacing: 8px;
    --app-horizontal-spacing: 16px;
  }
}

html[dir="rtl"] {
  --html-direction: -1;
  --html-rtl: 1;
  --html-ltr: 0;
}

:root {
  --text-bold: 500;
  --text-bold-700: 700;
}

html[lang="ar"],
html[lang="ja"],
html[lang="th-TH"],
html[lang="ur"] {
  --text-bold: bold;
  --text-bold-700: bold;
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes bounce_icon {
  0% {
    transform: translateY(0);
  }

  15% {
    transform: translateY(-8px) scaleX(0.9) scaleY(1.1);
  }

  25% {
    transform: translateY(2px) scaleX(1) scaleY(0.9);
  }

  35% {
    transform: translateY(0) scale(1);
  }

  40% {
    transform: translateY(-1px);
  }

  45% {
    transform: translateY(0);
  }
}

.float-button-second {
  align-items: center;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: slideInRight;
  border-radius: 50%;
  bottom: 70px;
  box-shadow: 0 2px 6px 0 #00000059;
  cursor: pointer;
  display: flex;
  height: 40px;
  justify-content: center;
  overflow: hidden;
  position: fixed;
  right: 10px;
  text-align: center;
  width: 40px;
  z-index: 999;
}

.float-button-second .icon {
  animation: bounce_icon 2s cubic-bezier(0.65, 0, 0.35, 1) 0.5s both;
  height: 40px;
  width: 40px;
}

.float-shortcut-button {
  background: #00a6ed;
}

.float-shortcut-button .icon {
  background: url(https://static.apkpure.com/mobile/static/imgs/float-shortcut.svg)
    50% no-repeat;
}

.float-request-notification-permission-button {
  background: #fdc14c;
}

.float-request-notification-permission-button .icon {
  background: url(https://static.apkpure.com/mobile/static/imgs/icon-bell-float.svg)
    50% no-repeat;
}

body,
li,
ol,
ul {
  margin: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  outline: none;
}

html {
  font-size: 62.5%;
}

img {
  vertical-align: middle;
}

li {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: #00a6ed;
}

body {
  background-color: #f2f5f9;
  color: #5e5e5e;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

svg {
  fill: currentColor;
  height: 1em;
  width: 1em;
}

.js-ad-slot {
  overflow: hidden;
}

body.compensate-for-scrollbar {
  margin-right: 0;
}

.pwa-dialog {
  animation: pwa-dialog-show 0.8s;
  background-color: #fff;
  border-radius: 8px 8px 0 0;
  bottom: 0;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  position: fixed;
  width: 100%;
  z-index: 99999;
}

.pwa-dialog.hide {
  animation: pwa-dialog-hide 0.8s;
}

.pwa-dialog .content {
  align-items: center;
  display: flex;
  font-size: 12px;
  line-height: 16px;
  margin: 12px 16px;
}

.pwa-dialog .img {
  height: 48px;
  width: 48px;
}

.pwa-dialog .img img {
  height: 100%;
  width: 100%;
}

.pwa-dialog .text {
  flex: 1 1;
  margin: 0 8px;
}

.pwa-dialog .text .title {
  color: #5e5e5e;
  font-weight: bolder;
}

.pwa-dialog .text .des {
  color: #8b8b8b;
  margin-top: 4px;
}

.pwa-dialog .button {
  align-items: center;
  background: #1e73e8;
  border-radius: 32px;
  color: #fff;
  display: flex;
  justify-content: center;
  padding: 8px 24px;
}

.pwa-dialog .close {
  cursor: pointer;
  padding: 8px 8px 2px 20px;
  position: absolute;
  right: 0;
  top: 0;
}

.pwa-dialog .close:after {
  background: url(https://static.apkpure.com/mobile/static/imgs/icon-close.svg);
  content: "";
  display: block;
  height: 12px;
  width: 12px;
}

@keyframes pwa-dialog-show {
  0% {
    bottom: -80px;
  }

  to {
    bottom: 0;
  }
}

@keyframes pwa-dialog-hide {
  0% {
    bottom: 0;
  }

  to {
    bottom: -80px;
  }
}

body {
  padding-top: 45px;
}

@media screen and (min-width: 996px) {
  body {
    padding-top: 70px;
  }
}

.main-body {
  margin: auto;
  max-width: 1200px;
  padding: 4px 0;
}

.main-body .side .module:last-child,
.main-body main > .module:last-child {
  margin-bottom: 0;
}

.main-body .secondary-body > .module:first-child,
.main-body .side .module:first-child {
  margin-top: var(--module-spacing);
}

.main-body .secondary-body > .module:last-child {
  margin-bottom: 0;
}

.main-body .module {
  background-color: #fff;
  margin-bottom: var(--module-spacing);
  padding-bottom: 12px;
}

.main-body .module .title {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 12px 16px;
}

@media screen and (min-width: 996px) {
  .main-body .module .title {
    justify-content: flex-start;
  }
}

.main-body .module .title .name {
  color: #4b4b4b;
  flex-shrink: 1;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.main-body .module .title.more:after {
  align-self: center;
  border: 1px solid #8b8b8b;
  border-bottom: 0;
  border-right: 0;
  content: " ";
  display: inline-block;
  flex-shrink: 0;
  height: 6px;
  margin-left: 12px;
  right: 16px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  width: 6px;
}

.clear {
  clear: both;
}

@media screen and (min-width: 996px) {
  .main-body {
    padding: 16px 0;
  }

  .main-body .side .module:first-child {
    margin-top: 0;
  }

  .main-body > .secondary-body,
  .main-body > main {
    float: left;
    width: calc(100% - 332px);
  }

  .main-body > .side {
    float: right;
    width: 316px;
  }

  html[dir="rtl"] .main-body > .secondary-body,
  html[dir="rtl"] .main-body > main {
    float: right;
  }

  html[dir="rtl"] .main-body > .side {
    float: left;
  }
}

html[dir="rtl"] .main-body .module .title.more:after {
  margin-left: 0;
  margin-right: 12px;
  transform: rotate(315deg);
}

.js-ad-slot {
  position: relative;
}

.js-ad-slot:before {
  align-items: center;
  color: #8b8b8b;
  content: "AD";
  display: block;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  height: 100%;
  justify-content: center;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  width: 100%;
  z-index: 0;
}

@media screen and (min-width: 720px) {
  .ad-title {
    margin-top: 22px !important;
  }

  .ad-title:after {
    background-color: #fff;
    border-bottom: 1px solid #f2f5f9;
    color: #a6a6a6;
    content: "Advertisement";
    font-size: 12px;
    left: 0;
    line-height: 18px;
    padding: 0 16px 4px;
    position: absolute;
    right: 0;
    top: -22px;
  }
}

@media screen and (min-width: 720px) and (min-width: 996px) {
  .ad-title:after {
    text-align: center;
  }
}

.ad-js-anchor,
.ad-js-box {
  position: relative;
}

html[dir="rtl"] .index_r_s .text-box input.tt-hint {
  color: transparent !important;
}

.index_r_s .tt-hint {
  color: #999 !important;
}

.index_r_s .tt-menu {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  margin-top: 6px;
  padding: 8px 0;
  width: calc(100% + 60px);
}

.index_r_s .tt-menu .tt-dataset {
  max-height: 283px;
  overflow: hidden;
}

.index_r_s .tt-menu .tt-dataset .normal-download {
  display: none;
}

.index_r_s .tt-suggestion {
  color: #5e5e5e;
  display: block;
  font-size: 16px;
  line-height: 24px;
  padding: 12px 20px;
  word-break: break-all;
}

.index_r_s .tt-suggestion .tt-highlight {
  color: #24cd77;
}

.index_r_s .tt-suggestion:hover {
  background-color: #f5f7fa;
  cursor: pointer;
}

.index_r_s .tt-suggestion:hover .package-info .info .info-title,
.index_r_s .tt-suggestion:hover .package-info .info .info-title .tt-highlight {
  color: #00a6ed;
}

.index_r_s .tt-suggestion.tt-cursor {
  background-color: #24cd77;
  color: #fff;
}

.index_r_s .search-package {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 6px 12px;
}

.index_r_s .search-package .package-info {
  display: flex;
  overflow: hidden;
}

.index_r_s .search-package .package-info .icon {
  background-color: #fff;
  border: 1px solid #eff3f9;
  border-radius: 15%;
  flex-shrink: 0;
  height: 48px;
  margin-right: 12px;
  width: 48px;
}

.index_r_s .search-package .package-info .info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 0;
  padding: 2px;
}

.index_r_s .search-package .package-info .info .info-title {
  color: #5e5e5e;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.index_r_s
  .search-package
  .package-info
  .info
  .info-title
  .corner-tag-icon-box
  .corner-tag-icon {
  line-height: 22px;
}

.index_r_s .search-package .package-info .info .info-title .tt-highlight {
  color: #24cd77;
}

.index_r_s .search-package .package-info .info .info-tags {
  display: flex;
  flex-wrap: wrap;
  font-size: 0;
  height: 16px;
  margin-top: 4px;
  overflow: hidden;
}

.index_r_s .search-package .package-info .info .tag {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 12px;
  line-height: 16px;
  margin-right: 4px;
  padding: 0 4px;
}

.index_r_s .search-package .package-info .info .tag.config-tag {
  background: rgba(36, 205, 119, 0.1);
  color: #24cd77;
}

.index_r_s .search-package .package-info .info .info-intro {
  color: rgba(0, 0, 0, 0.4);
  font-size: 12px;
  line-height: 14px;
  margin-top: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.index_r_s .search-package .package-info .info .info-intro > span {
  margin-right: 12px;
}

.index_r_s .search-package .package-info .info .info-intro > span > i {
  margin-right: 4px;
}

.index_r_s .search-package .package-info .info .info-intro > span:last-child {
  margin-right: 0;
}

.index_r_s .search-package .package-info .info .info-intro i.download,
.index_r_s .search-package .package-info .info .info-intro i.user {
  background: url(https://static.apkpure.com/www/static/imgs/comment_user.png)
    no-repeat 0;
  background-size: 10px;
  display: inline-block;
  height: 12px;
  position: relative;
  top: 1px;
  width: 12px;
}

.index_r_s .search-package .package-info .info .info-intro i.download {
  background-image: url(https://static.apkpure.com/www/static/imgs/download-icon.png);
  background-size: contain;
}

.index_r_s .search-package .da {
  background: #24cd77;
  border-radius: 4px;
  color: #fff;
  flex-shrink: 0;
  font-size: 12px;
  line-height: 24px;
  padding: 0 8px;
}

.index_r_s .search-package .da * {
  color: #fff;
  font-weight: 400;
}

.lang-hide {
  display: none;
}

.lang-tip {
  background-color: #fff;
  bottom: 0;
  box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.08),
    0 16px 24px 2px rgba(0, 0, 0, 0.04), 0 6px 30px 5px rgba(0, 0, 0, 0.05);
  position: fixed;
  width: 100%;
  z-index: 999999;
}

.lang-tip .main {
  display: flex;
  gap: 6px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1200px;
  padding: 16px;
}

@media screen and (max-width: 719px) {
  .lang-tip .main {
    flex-direction: column;
    gap: 16px;
  }
}

.lang-tip .main .lang-reason {
  align-items: center;
  display: flex;
  gap: 10px;
}

.lang-tip .main .lang-reason svg {
  fill: #4087f7;
  height: 24px;
  width: 24px;
}

.lang-tip .main .lang-reason span {
  font-size: 14px;
  line-height: 21px;
}

.lang-tip .main .lang-go {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
}

@media screen and (min-width: 720px) {
  .lang-tip .main .lang-go {
    gap: 16px;
  }
}

.lang-tip .main .lang-go a,
.lang-tip .main .lang-go button {
  align-items: center;
  border-radius: 4px;
  display: flex;
  line-height: 22px;
  padding: 4px 16px;
}

.lang-tip .main .lang-go .lang-no {
  background-color: #f2f5f9;
  border: none;
  color: #8b8b8b;
  cursor: pointer;
  outline: none;
}

.lang-tip .main .lang-go .lang-no:hover {
  background-color: #ebf3fe;
  color: #4087f7;
}

.lang-tip .main .lang-go .lang-yes {
  background-color: #4087f7;
  color: #fff;
}

.lang-tip .main .lang-go .lang-yes:hover {
  background-color: #2877f6;
}

#header h1 {
  margin-bottom: 0;
  margin-top: 0;
}

.main-body {
  padding-top: 4px;
}

.main-body .module {
  padding-bottom: 0;
}

.main-body .module .title {
  padding: 10px 16px 12px;
}

.main-body .banner-ad {
  margin-bottom: 8px;
}

@media screen and (min-width: 996px) {
  .main-body {
    padding-bottom: 8px;
    padding-top: 16px;
  }

  .main-body .left {
    float: left;
    width: calc(100% - 332px);
  }

  .main-body .left .js-ad-slot {
    display: none;
  }

  .main-body .left .banner-ad.ad {
    display: block;
  }

  .main-body .right {
    clear: right;
    float: right;
    width: 316px;
  }
}

html[dir="rtl"] .main-body .quick-access .icon {
  margin-left: 6px;
  margin-right: 0;
}

@media screen and (min-width: 996px) {
  html[dir="rtl"] .main-body {
    padding-top: 16px;
  }

  html[dir="rtl"] .main-body .left {
    float: right;
  }

  html[dir="rtl"] .main-body .right {
    clear: left;
    float: left;
  }
}

body .nav_new .search .search-mask {
  border: none;
  border-radius: none;
  box-sizing: content-box;
  cursor: pointer;
  width: auto;
}

body .nav_new .search .search-mask .search-mask-icon {
  background-position: -48px -24px;
  background-size: 240px;
  height: 24px;
  width: 24px;
}

body .nav_new .search .search-mask span {
  display: none;
}

.slide-banner {
  overflow: hidden;
  padding-top: 47.22222%;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.slide-banner > .container {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.slide-banner .container {
  direction: ltr;
  height: 100%;
}

.slide-banner .container .list,
.slide-banner .container .tempWrap {
  height: 100%;
}

.slide-banner .banner-item {
  display: inline-block !important;
  height: 100%;
  position: relative;
  width: 100%;
}

.slide-banner .banner-bg {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.slide-banner .banner-bg,
.slide-banner .mask {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.slide-banner .mask {
  background: linear-gradient(
    180deg,
    transparent 57.29%,
    rgba(0, 0, 0, 0.6) 92.71%
  );
}

.slide-banner .info {
  align-items: center;
  bottom: 0;
  color: #fff;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  left: 0;
  padding: 0 16px 14px;
  position: absolute;
  right: 0;
}

.slide-banner .icon {
  border-radius: 15%;
  height: 32px;
  width: 32px;
}

.slide-banner .name {
  flex: 1;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin: 0 8px;
  width: 0;
}

.slide-banner .name.link-desc {
  margin-left: 0;
}

.slide-banner .button {
  background: #24cd77;
  border-radius: 4px;
  font-size: 12px;
  line-height: 12px;
  padding: 6px 8px;
}

.slide-banner .dots {
  background-color: transparent;
  bottom: 10px;
  line-height: 4px;
  position: absolute;
  text-align: center;
  width: 100%;
}

.slide-banner .dots li {
  background-color: hsla(0, 0%, 100%, 0.7);
  border-radius: 50%;
  color: transparent;
  cursor: pointer;
  display: inline-block;
  height: 4px;
  margin: 0 1.5px;
  width: 4px;
}

.slide-banner .dots li.on {
  background-color: #fff;
}

.slide-banner .next,
.slide-banner .prev {
  background-image: url(https://static.apkpure.com/www/static/imgs/icon-slide-banner-prev.svg);
  cursor: pointer;
  height: 36px;
  left: 0;
  margin: 0 16px;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
}

.slide-banner .next:hover,
.slide-banner .prev:hover {
  opacity: 1;
}

@media screen and (max-width: 996px) {
  .slide-banner .next,
  .slide-banner .prev {
    display: none;
  }
}

.slide-banner .next {
  left: auto;
  right: 0;
  transform: translateY(-50%) rotate(180deg);
  transform-origin: center;
}

@media screen and (min-width: 720px) {
  .slide-banner .name {
    font-size: 18px;
    line-height: 24px;
    margin: 0 12px;
  }

  .slide-banner .icon {
    height: 48px;
    width: 48px;
  }

  .slide-banner .button {
    padding: 8px 12px;
  }
}

@media screen and (min-width: 720px) and (max-width: 995px) {
  .slide-banner {
    padding-top: 41.66667%;
    position: relative;
  }

  .slide-banner > .container {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
  }
}

@media screen and (min-width: 996px) {
  .slide-banner {
    margin-bottom: 8px;
    padding-top: 47.81106%;
    position: relative;
  }

  .slide-banner > .container {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
  }
}

html[dir="rtl"] .slide-banner .info {
  direction: rtl;
}

@-webkit-keyframes changeImg {
  0% {
    left: -100%;
  }

  to {
    left: 150%;
  }
}

@-webkit-keyframes changeImgAr {
  0% {
    right: -100%;
  }

  to {
    right: 180%;
  }
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: translate(-50%) scale3d(0, 0, 0.3);
  }

  50% {
    opacity: 0.7;
    transform: translate(-50%) scale3d(0.5);
  }

  to {
    transform: translate(-50%) scale3d(0.7);
  }

  to {
    opacity: 1;
    transform: translate(-50%) scale(0.7);
  }
}

@keyframes bounceInAr {
  0% {
    opacity: 0;
    transform: translate(50%) scale3d(0, 0, 0.3);
  }

  50% {
    opacity: 0.7;
    transform: translate(50%) scale3d(0.5);
  }

  to {
    transform: translate(50%) scale3d(0.7);
  }

  to {
    opacity: 1;
    transform: translate(50%) scale(0.7);
  }
}

.quick-access-new {
  background-color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  overflow-x: auto;
  padding: 8px 4px;
}

.quick-access-new.module {
  overflow: hidden;
  padding: 0 24px;
}

@media screen and (max-width: 360px) {
  .quick-access-new.module {
    padding: 0 16px;
  }
}

.quick-access-new a {
  align-items: center;
  color: #5e5e5e;
  display: flex;
  flex-direction: column;
  font-size: 12px;
  gap: 2px;
  line-height: 18px;
  padding: 8px 0 4px;
  position: relative;
  white-space: nowrap;
}

.quick-access-new a:hover {
  color: #24cd77;
}

@media screen and (max-width: 319px) {
  .quick-access-new a {
    flex: 1;
  }
}

.quick-access-new a .tips {
  align-items: center;
  animation-direction: alternate;
  animation-duration: 0.3s;
  animation-name: bounceIn;
  background-color: #f77e13;
  border-radius: 30px;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: 12px;
  font-style: normal;
  height: 18px;
  justify-content: center;
  left: 70%;
  line-height: 11px;
  overflow: hidden;
  padding: 0 4px;
  position: absolute;
  text-transform: lowercase;
  top: -2px;
  top: 0;
  -webkit-transform: translate(-50%) scale(0.7);
  -moz-transform: translate(-50%) scale(0.7);
  -ms-transform: translate(-50%) scale(0.7);
  -o-transform: translate(-50%) scale(0.7);
  transform: translate(-50%) scale(0.7);
  z-index: 1;
}

.quick-access-new a .tips:before {
  -webkit-animation: changeImg 3s ease 0s;
  -o-animation: changeImg 3s ease 0s;
  animation: changeImg 3s ease 0s;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background: -webkit-linear-gradient(
    left,
    hsla(0, 0%, 100%, 0),
    hsla(0, 0%, 100%, 0.4) 50%,
    hsla(0, 0%, 100%, 0)
  );
  background: -o-linear-gradient(
    left,
    hsla(0, 0%, 100%, 0) 0,
    hsla(0, 0%, 100%, 0.4) 50%,
    hsla(0, 0%, 100%, 0) 100%
  );
  background: -moz-linear-gradient(
    left,
    hsla(0, 0%, 100%, 0) 0,
    hsla(0, 0%, 100%, 0.4) 50%,
    hsla(0, 0%, 100%, 0) 100%
  );
  background: linear-gradient(
    90deg,
    hsla(0, 0%, 100%, 0) 0,
    hsla(0, 0%, 100%, 0.4) 50%,
    hsla(0, 0%, 100%, 0)
  );
  bottom: 0;
  content: " ";
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: skewX(-45deg);
  width: 60%;
  z-index: 2;
}

.quick-access-new .icon {
  height: 32px;
  vertical-align: bottom;
  width: 32px;
}

.quick-access-new .icon svg {
  height: 32px;
  width: 32px;
}

.quick-access-new p {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  margin: 0;
  overflow: hidden;
  padding: 0 4px;
  text-align: center;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
  width: 100%;
}

@media screen and (min-width: 996px) {
  .quick-access-new {
    display: none;
  }
}

.quick-access {
  background-color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  overflow-x: auto;
  padding: 0 8px;
}

.quick-access a {
  color: #5e5e5e;
  display: inline-block;
  font-size: 12px;
  line-height: 22px;
  padding: 10px 8px;
  white-space: nowrap;
}

.quick-access a:hover {
  color: #24cd77;
}

.quick-access .icon {
  margin-right: 6px;
  vertical-align: bottom;
}

.quick-access .icon,
.quick-access .icon svg {
  height: 22px;
  width: 22px;
}

@media screen and (min-width: 996px) {
  .quick-access {
    display: none;
  }
}

.search-box {
  background-color: #fff;
  box-sizing: border-box;
  display: none;
  margin-bottom: 8px;
  padding: 12px 16px;
  width: 316px;
}

@media screen and (min-width: 996px) {
  .search-box {
    display: block;
  }
}

.search-box form {
  background-color: #24cd77;
  border-radius: 5px;
  padding: 2px;
  width: 100%;
}

.search-box form .text-box {
  display: inline-block;
  vertical-align: bottom;
  width: calc(100% - 56px);
}

.search-box form .text-box .twitter-typeahead {
  width: 100%;
}

.search-box form .text-box .tt-menu {
  left: -2px !important;
}

.search-box form .text-box input {
  border: none;
  border-end-start-radius: 3px;
  border-start-start-radius: 3px;
  box-sizing: border-box;
  display: inline-block;
  height: 34px;
  padding: 0 8px;
  width: 100%;
}

.search-box form .text-btn,
.search-box form .text-btn input {
  background: url(https://static.apkpure.com/www/static/imgs/icon-search-white.svg)
    no-repeat 50%/24px;
  border: none;
  cursor: pointer;
  display: inline-block;
  height: 34px;
  vertical-align: bottom;
  width: 56px;
}

.search-box .trending-title {
  color: #5e5e5e;
  font-size: 12px;
  line-height: 16px;
  margin-top: 12px;
}

.search-box .trending-content {
  align-content: start;
  -moz-column-gap: 8px;
  column-gap: 8px;
  display: flex;
  flex-wrap: wrap;
 
  margin-top: 14px;
  overflow: hidden;
  row-gap: 12px;
  width: 100%;
}

.search-box .trending-content .hot {
  background: #f2f5f9;
  color: #777;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  line-height: 16px;
  padding: 4px 8px;
}

.search-box .trending-content .hot:hover {
  background-color: #24cd77;
  color: #fff;
}

.search-box .trending-content .hot.fire:before {
  background: url(https://static.apkpure.com/www/static/imgs/search_hot.png);
  content: "";
  display: inline-block;
  height: 16px;
  margin-right: 4px;
  vertical-align: middle;
  width: 16px;
}

html[dir="rtl"] .search-box form .text-box .tt-menu {
  left: -58px !important;
}

html[dir="rtl"] .search-box .search-package .package-info .icon {
  margin-left: 12px;
  margin-right: 0;
}

html[dir="rtl"]
  .search-box
  .search-package
  .package-info
  .info
  .info-intro
  > span {
  display: inline-block;
  margin-left: 12px;
  margin-right: 0;
}

html[dir="rtl"]
  .search-box
  .search-package
  .package-info
  .info
  .info-intro
  > span:last-child {
  margin-left: 0;
}

html[dir="rtl"]
  .search-box
  .search-package
  .package-info
  .info
  .info-intro
  > span:before {
  margin-left: 4px;
  margin-right: 0;
}

html[dir="rtl"] .search-box .slide-banner .info .name.link-desc {
  margin-left: 12px;
  margin-right: 0;
}

.js-ad-slot.side {
  display: none;
  margin-bottom: 8px;
}

@media screen and (min-width: 996px) {
  .js-ad-slot.side {
    display: block;
  }
}

.aegon {
  background-color: #fff;
}

.aegon a {
  align-items: center;
  display: flex;
  padding: 10px 16px;
}

.aegon .text {
  flex-grow: 1;
  margin: 0 8px;
  width: 0;
}

.aegon .text .name {
  color: #4b4b4b;
  font-weight: 500;
  line-height: 20px;
}

.aegon .text .desc {
  color: #5e5e5e;
  font-size: 12px;
  line-height: 16px;
  margin-top: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.aegon .button {
  background: #24cd77;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  padding: 8px 12px;
}

.aegon .down-info,
.aegon .how-to,
.aegon .score,
.aegon .shortcut,
.aegon .social-network {
  display: none;
}

@media screen and (min-width: 996px) {
  .aegon {
    padding: 12px;
  }

  .aegon.module {
    padding-bottom: 12px;
  }

  .aegon .down-info,
  .aegon .score,
  .aegon .social-network {
    display: initial;
  }

  .aegon .shortcut + .how-to,
  .aegon .shortcut.supported {
    display: block;
  }

  .aegon .shortcut.supported + .how-to {
    display: none;
  }

  .aegon a {
    flex-wrap: wrap;
    padding: 0;
  }

  .aegon .icon {
    height: 56px;
    width: 56px;
  }

  .aegon .text {
    margin-left: 10px;
    margin-right: 0;
    padding: 4px 0;
    width: calc(100% - 66px);
  }

  .aegon .name {
    font-size: 16px;
    line-height: 24px;
  }

  .aegon .score {
    color: #fa8b16;
    font-size: 12px;
    line-height: 10px;
  }

  .aegon .score,
  .aegon .score:before {
    display: inline-block;
    height: 10px;
    margin: 0 4px;
  }

  .aegon .score:before {
    background: url(https://static.apkpure.com/www/static/imgs/icon-apk-list-star.svg);
    content: "";
    width: 10px;
  }

  .aegon .desc {
    font-size: 14px;
    line-height: 20px;
    margin-top: 4px;
  }

  .aegon .button {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    margin-top: 9px;
    text-align: center;
    width: 100%;
  }

  .aegon .button .fsize {
    font-size: 12px;
    font-weight: 400;
  }

  .aegon .how-to,
  .aegon .shortcut {
    color: #00a6ed;
    cursor: pointer;
    font-size: 12px;
    line-height: 20px;
    margin-top: 9px;
    text-align: center;
  }

  .aegon .shortcut:before {
    background: url(https://static.apkpure.com/www/static/imgs/shortcut-blue.svg);
    content: "";
    display: inline-block;
    height: 14px;
    margin: 0 7px;
    position: relative;
    top: 3px;
    width: 15px;
  }

  .aegon .social-network {
    display: flex;
    padding: 9px 0 0;
  }

  .aegon .social-network .network {
    cursor: pointer;
    display: block;
    flex: 1;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    text-align: center;
  }

  .aegon .social-network .network:before {
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 30px;
    margin: auto;
    width: 31px;
  }

  .aegon .social-network .fb {
    color: #3b57a0;
  }

  .aegon .social-network .telegram {
    color: #2aabee;
  }

  .aegon .social-network .telegram:before {
    background-image: url(https://static.apkpure.com/www/static/imgs/icon-telegram.svg);
  }

  .aegon .social-network .fb:before {
    background-image: url(https://static.apkpure.com/www/static/imgs/icon-facebook.svg);
  }

  .aegon .social-network .in {
    color: #c13584;
  }

  .aegon .social-network .in:before {
    background-image: url(https://static.apkpure.com/www/static/imgs/icon-instagram.svg);
    background-size: contain;
  }

  .aegon .social-network .tw {
    color: #00a6ed;
  }

  .aegon .social-network .tw:before {
    background-image: url(https://static.apkpure.com/www/static/imgs/icon-twitter-v1.svg);
  }

  .aegon .social-network .glp {
    color: #dd1829;
  }

  .aegon .social-network .glp:before {
    background-image: url(https://static.apkpure.com/www/static/imgs/icon-youtube.svg);
  }

  .aegon .social-network .vk {
    color: #07f;
  }

  .aegon .social-network .vk:before {
    background-image: url(https://static.apkpure.com/www/static/imgs/icon-vk.svg);
  }

  .aegon .social-network .ok_ru {
    color: #f6822a;
  }

  .aegon .social-network .ok_ru:before {
    background-image: url(https://static.apkpure.com/www/static/imgs/icon-ok-ru.svg);
  }
}

@media screen and (max-width: 1087px) {
  .aegon .social-network {
    display: none;
  }
}

html[dir="rtl"] .aegon .text {
  margin-left: 0;
  margin-right: 10px;
}

@media screen and (min-width: 1149px) {
  .top-news-app .apk-list-1007 {
    padding-bottom: 50px;
  }
}

.apk-list-1001 {
  overflow-x: auto;
  padding-bottom: 16px;
  white-space: nowrap;
}

.apk-list-1001 a {
  display: inline-block;
  margin-left: 12px;
  margin-left: var(--app-horizontal-spacing);
  min-width: 76px;
  vertical-align: middle;
  width: 12.5%;
  width: calc(12.5% - 4px - var(--app-horizontal-spacing) * 7 / 8);
}

.apk-list-1001 a:first-child {
  margin-left: 16px;
}

.apk-list-1001 a:last-child {
  margin-right: 16px;
}

.apk-list-1001 .img-ratio {
  padding-top: 100%;
  position: relative;
}

.apk-list-1001 .img-ratio > .icon {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.apk-list-1001 .icon {
  border: 1px solid #eff3f9;
  border-radius: 15%;
}

.apk-list-1001 .name {
  color: #5e5e5e;
  height: 40px;
  line-height: 20px;
  margin-top: 4px;
  white-space: normal;
}

@media screen and (max-width: 429px) {
  .apk-list-1001.enable-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 16px 16px;
  }

  .apk-list-1001.enable-wrap a {
    margin-left: 0;
    min-width: auto;
    width: 20%;
    width: calc(25% - 12px);
  }

  .apk-list-1001.enable-wrap a:nth-child(n + 5) {
    margin-top: 12px;
  }

  .apk-list-1001.enable-wrap a:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 996px) {
  .apk-list-1001 a {
    margin-left: 16px;
    min-width: auto;
    vertical-align: bottom;
    width: calc(12.5% - 18px);
  }
}

html[dir="rtl"] .apk-list-1001 a,
html[dir="rtl"] .apk-list-1001.enable-wrap a {
  margin-left: 0;
  margin-right: var(--app-horizontal-spacing);
}

html[dir="rtl"] .apk-list-1001 a:first-child,
html[dir="rtl"] .apk-list-1001.enable-wrap a:first-child {
  margin-right: 16px;
}

html[dir="rtl"] .apk-list-1001 a:last-child,
html[dir="rtl"] .apk-list-1001.enable-wrap a:last-child {
  margin-left: 16px;
}

@media screen and (max-width: 429px) {
  html[dir="rtl"] .apk-list-1001.enable-wrap a {
    margin-right: 0;
  }

  html[dir="rtl"] .apk-list-1001.enable-wrap a:last-child {
    margin-left: 0;
  }
}

.apk-list-1002 {
  overflow-x: auto;
  padding-bottom: 16px;
  white-space: nowrap;
}

.apk-list-1002 a {
  display: inline-block;
  margin-left: 12px;
  margin-left: var(--app-vertical-spacing);
  min-width: 76px;
  white-space: normal;
  width: 12.5%;
  width: calc(12.5% - 4px - var(--app-horizontal-spacing) * 7 / 8);
}

.apk-list-1002 a:first-child {
  margin-left: 16px;
}

.apk-list-1002 a:last-child {
  margin-right: 16px;
}

.apk-list-1002 a:first-child .img-ratio {
  position: relative;
}

.apk-list-1002 a:first-child .img-ratio:after,
.apk-list-1002 a:first-child .img-ratio:before {
  display: block;
  left: 12px;
  left: calc((var(--html-direction) * -1 + 1) * (100% - 38px) / 2 + 12px);
  position: absolute;
  top: 0;
}

.apk-list-1002 a:first-child .img-ratio:before {
  border-color: #f3251b #f3251b transparent;
  border-style: solid;
  border-width: 14px 7px 4px;
  content: " ";
  z-index: 1;
}

.apk-list-1002 a:first-child .img-ratio:after {
  color: #fff;
  content: "1";
  font-size: 10px;
  line-height: 15px;
  text-align: center;
  width: 14px;
  z-index: 1;
}

.apk-list-1002 a:nth-child(2) .img-ratio {
  position: relative;
}

.apk-list-1002 a:nth-child(2) .img-ratio:after,
.apk-list-1002 a:nth-child(2) .img-ratio:before {
  display: block;
  left: 12px;
  left: calc((var(--html-direction) * -1 + 1) * (100% - 38px) / 2 + 12px);
  position: absolute;
  top: 0;
}

.apk-list-1002 a:nth-child(2) .img-ratio:before {
  border-color: #f77e13 #f77e13 transparent;
  border-style: solid;
  border-width: 14px 7px 4px;
  content: " ";
  z-index: 1;
}

.apk-list-1002 a:nth-child(2) .img-ratio:after {
  color: #fff;
  content: "2";
  font-size: 10px;
  line-height: 15px;
  text-align: center;
  width: 14px;
  z-index: 1;
}

.apk-list-1002 a:nth-child(3) .img-ratio {
  position: relative;
}

.apk-list-1002 a:nth-child(3) .img-ratio:after,
.apk-list-1002 a:nth-child(3) .img-ratio:before {
  display: block;
  left: 12px;
  left: calc((var(--html-direction) * -1 + 1) * (100% - 38px) / 2 + 12px);
  position: absolute;
  top: 0;
}

.apk-list-1002 a:nth-child(3) .img-ratio:before {
  border-color: #efab19 #efab19 transparent;
  border-style: solid;
  border-width: 14px 7px 4px;
  content: " ";
  z-index: 1;
}

.apk-list-1002 a:nth-child(3) .img-ratio:after {
  color: #fff;
  content: "3";
  font-size: 10px;
  line-height: 15px;
  text-align: center;
  width: 14px;
  z-index: 1;
}

.apk-list-1002 .img-ratio {
  padding-top: 100%;
  position: relative;
}

.apk-list-1002 .img-ratio > .icon {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.apk-list-1002 .icon {
  border: 1px solid #eff3f9;
  border-radius: 15%;
}

.apk-list-1002 .name {
  color: #5e5e5e;
  height: 40px;
  line-height: 20px;
  margin-top: 4px;
}

.apk-list-1002 .score {
  color: #fa8b16;
  font-size: 12px;
  height: 10px;
  line-height: 10px;
  margin-top: 4px;
}

.apk-list-1002 .score:before {
  background: url(https://static.apkpure.com/www/static/imgs/icon-apk-list-star.svg);
  content: "";
  display: inline-block;
  height: 10px;
  margin-right: 4px;
  width: 10px;
}

.apk-list-1002 .score.n-stars {
  color: transparent;
}

.apk-list-1002 .score.n-stars:before {
  background: url(https://static.apkpure.com/www/static/imgs/icon-apk-list-star-grey.svg);
}

@media screen and (min-width: 996px) {
  .apk-list-1002 a {
    margin-left: 16px;
    min-width: auto;
    vertical-align: bottom;
    width: calc(12.5% - 18px);
  }
}

html[dir="rtl"] .apk-list-1002 a {
  margin-left: 0;
  margin-right: var(--app-horizontal-spacing);
}

html[dir="rtl"] .apk-list-1002 a:first-child {
  margin-right: 16px;
}

html[dir="rtl"] .apk-list-1002 a:last-child {
  margin-left: 16px;
}

html[dir="rtl"] .apk-list-1002 a .score:before {
  margin-left: 4px;
  margin-right: 0;
}

.apk-list-1003 {
  display: flex;
  flex-direction: row;
  overflow-x: auto;
  padding-bottom: 16px;
}

.apk-list-1003 a {
  margin-left: 4px;
  margin-left: var(--app-horizontal-spacing);
  width: 260px;
}

.apk-list-1003 a:first-child {
  margin-left: 16px;
}

.apk-list-1003 a:last-child {
  margin-right: 16px;
}

.apk-list-1003 .banner {
  border-radius: 8px;
}

.apk-list-1003 .info {
  align-items: center;
  display: flex;
  margin-top: 4px;
}

.apk-list-1003 .info .text {
  flex-grow: 1;
  margin: 0 8px;
  width: 0;
}

.apk-list-1003 .icon {
  border: 1px solid #eff3f9;
  border-radius: 15%;
}

.apk-list-1003 .name {
  color: #4b4b4b;
  font-weight: 500;
  line-height: 20px;
}

.apk-list-1003 a:hover .name {
  color: #00a6ed;
}

.apk-list-1003 .desc {
  color: #8b8b8b;
  font-size: 12px;
  line-height: 16px;
  margin-top: 8px;
}

.apk-list-1003 .score {
  color: #fa8b16;
  font-size: 12px;
  line-height: 16px;
}

.apk-list-1003 .score:before {
  background: url(https://static.apkpure.com/www/static/imgs/icon-apk-list-star.svg);
  content: "";
  display: inline-block;
  height: 10px;
  margin-inline-end: 4px;
  width: 10px;
}

.apk-list-1003 .score.n-stars {
  color: transparent;
}

.apk-list-1003 .score.n-stars:before {
  background: url(https://static.apkpure.com/www/static/imgs/icon-apk-list-star-grey.svg);
}

@media screen and (min-width: 996px) {
  .apk-list-1003 {
    flex-direction: column;
    padding-bottom: 4px;
  }

  .apk-list-1003 a {
    height: 60px;
    margin-bottom: 12px;
    margin-right: 16px;
    position: relative;
    width: auto;
  }

  .apk-list-1003 .info {
    align-items: flex-start;
    margin-top: 0;
  }

  .apk-list-1003 .banner {
    display: none;
  }

  .apk-list-1003 .icon {
    background-color: #fff;
    height: 60px;
    width: 60px;
  }

  .apk-list-1003 .text {
    margin: 0 12px;
    padding: 8px 0;
  }

  .apk-list-1003 .desc {
    left: 72px;
    position: absolute;
    right: 0;
  }

  .apk-list-1003 .score {
    margin-top: 10px;
  }

  .apk-list-1003 a:first-child {
    height: 180px;
  }

  .apk-list-1003 a:first-child .banner,
  .apk-list-1003 a:first-child:before {
    border-radius: 0;
    display: block;
    height: 149px;
    left: -16px;
    position: relative;
    top: -149px;
    width: 316px;
  }

  .apk-list-1003 a:first-child:before {
    background: linear-gradient(180deg, transparent 66.67%, rgba(0, 0, 0, 0.5));
    content: "";
    top: 0;
    z-index: 1;
  }

  .apk-list-1003 a:first-child .info {
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
  }

  .apk-list-1003 a:first-child .name {
    color: #fff;
  }

  .apk-list-1003 a:first-child .name:hover {
    color: #00a6ed;
  }

  .apk-list-1003 a:first-child .score {
    color: #fff;
  }

  .apk-list-1003 a:first-child .score:before {
    filter: brightness(0) invert(1);
  }

  .apk-list-1003 a:first-child .score.n-stars {
    color: transparent;
  }
}

html[dir="rtl"] .apk-list-1003 a {
  margin-left: 0;
  margin-right: 12px;
  margin-right: var(--app-horizontal-spacing);
}

@media screen and (min-width: 996px) {
  html[dir="rtl"] .apk-list-1003 a {
    margin-left: 16px;
  }
}

html[dir="rtl"] .apk-list-1003 a:first-child {
  margin-right: 16px;
}

@media screen and (min-width: 996px) {
  html[dir="rtl"] .apk-list-1003 a:first-child .banner,
  html[dir="rtl"] .apk-list-1003 a:first-child .mask {
    left: auto;
    right: -16px;
  }
}

html[dir="rtl"] .apk-list-1003 a:last-child {
  margin-left: 16px;
}

html[dir="rtl"] .apk-list-1003 a .score:before {
  margin-left: 4px;
  margin-right: 0;
}

html[dir="rtl"] .apk-list-1003 a .desc {
  left: 0;
  right: 72px;
}

.apk-list-1004 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  overflow-x: auto;
  padding-bottom: 16px;
  padding-right: 16px;
}

@media screen and (max-width: 719px) {
  .apk-list-1004 {
    flex-direction: column;
    flex-wrap: wrap;
    max-height: 236px;
  }
}

@media screen and (min-width: 720px) and (max-width: 995px) {
  .apk-list-1004 {
    flex-direction: column;
    max-height: 236px;
  }
}

.apk-list-1004 a {
  align-items: center;
  display: flex;
  height: 68px;
  margin-left: 12px;
  margin-left: var(--app-horizontal-spacing);
  width: 28%;
  width: calc(33.33333% - 5.33333px - var(--app-horizontal-spacing) * 2 / 3);
}

.apk-list-1004 a:nth-child(n + 4) {
  margin-top: 12px;
}

.apk-list-1004 a:nth-child(3n + 1) {
  margin-left: 16px;
}

@media screen and (max-width: 996px) {
  .apk-list-1004 a {
    margin-left: 12px;
    margin-left: var(--app-horizontal-spacing);
    width: 80%;
    width: calc(100% - 60px);
  }

  .apk-list-1004 a:nth-child(n) {
    margin-left: var(--app-horizontal-spacing);
    margin-top: 0;
  }

  .apk-list-1004 a:nth-child(-n + 3) {
    margin-left: 16px;
  }

  .apk-list-1004 a:nth-child(3n + 2),
  .apk-list-1004 a:nth-child(3n + 3) {
    margin-top: 16px;
  }
}

@media screen and (min-width: 720px) and (max-width: 995px) {
  .apk-list-1004 a {
    width: calc((100% - 40px - var(--app-horizontal-spacing)) / 2);
  }
}

@media screen and (min-width: 996px) {
  .apk-list-1004 a {
    height: 72px;
  }
}

.apk-list-1004 .icon {
  border: 1px solid #eff3f9;
  border-radius: 15%;
}

@media screen and (min-width: 996px) {
  .apk-list-1004 .icon {
    height: 72px;
    width: 72px;
  }
}

.apk-list-1004 .text {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
  margin: 0 12px;
  width: 0;
}

.apk-list-1004 .name {
  color: #5e5e5e;
  font-weight: 500;
  line-height: 20px;
}

.apk-list-1004 .developer {
  color: #8b8b8b;
  font-size: 12px;
  line-height: 20px;
}

.apk-list-1004 .count {
  color: #5e5e5e;
  font-size: 12px;
}

.apk-list-1004 .button {
  background: #24cd77;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  padding: 6px 8px;
}

@media screen and (min-width: 996px) {
  .apk-list-1004 .button {
    display: none;
  }
}

html[dir="rtl"] .apk-list-1004 {
  padding-left: calc(16px - var(--app-horizontal-spacing));
}

@media screen and (max-width: 719px) {
  html[dir="rtl"] .apk-list-1004 a:nth-child(n) {
    margin-right: var(--app-horizontal-spacing);
  }

  html[dir="rtl"] .apk-list-1004 a:nth-child(-n + 3) {
    margin-right: 16px;
  }
}

.apk-list-1005 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  overflow-x: auto;
  padding-bottom: 16px;
  padding-right: 16px;
}

@media screen and (max-width: 719px) {
  .apk-list-1005 {
    flex-direction: column;
    flex-wrap: wrap;
    max-height: 228px;
  }
}

@media screen and (min-width: 720px) and (max-width: 995px) {
  .apk-list-1005 {
    flex-direction: column;
    max-height: 228px;
  }
}

@media screen and (min-width: 996px) {
  .apk-list-1005 {
    padding: 0 16px 2px;
  }
}

.apk-list-1005 a {
  align-items: center;
  display: flex;
  height: 68px;
  margin-left: 12px;
  margin-left: var(--app-horizontal-spacing);
  width: 28%;
  width: calc(33.33333% - 5.33333px - var(--app-horizontal-spacing) * 2 / 3);
}

.apk-list-1005 a:nth-child(n + 4) {
  margin-top: 12px;
}

.apk-list-1005 a:nth-child(3n + 1) {
  margin-left: 16px;
}

@media screen and (max-width: 996px) {
  .apk-list-1005 a {
    margin-left: 12px;
    margin-left: var(--app-horizontal-spacing);
    width: 80%;
    width: calc(100% - 60px);
  }

  .apk-list-1005 a:nth-child(n) {
    margin-left: var(--app-horizontal-spacing);
    margin-top: 0;
  }

  .apk-list-1005 a:nth-child(-n + 3) {
    margin-left: 16px;
  }

  .apk-list-1005 a:nth-child(3n + 2),
  .apk-list-1005 a:nth-child(3n + 3) {
    margin-top: 12px;
  }
}

@media screen and (min-width: 720px) and (max-width: 995px) {
  .apk-list-1005 a {
    width: calc((100% - 40px - var(--app-horizontal-spacing)) / 2);
  }
}

@media screen and (min-width: 996px) {
  .apk-list-1005 a {
    height: 60px;
    margin: 0 0 12px;
    width: 100%;
  }

  .apk-list-1005 a:nth-child(n) {
    margin: 0 0 12px;
  }
}

.apk-list-1005 .icon {
  border: 1px solid #eff3f9;
  border-radius: 15%;
}

@media screen and (min-width: 996px) {
  .apk-list-1005 .icon {
    height: 60px;
    width: 60px;
  }
}

.apk-list-1005 .text {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
  margin: 0 12px;
  padding: 8px 0;
  width: 0;
}

.apk-list-1005 .name {
  color: #5e5e5e;
  font-weight: 500;
  line-height: 20px;
}

.apk-list-1005 .developer {
  color: #8b8b8b;
  font-size: 12px;
  line-height: 20px;
}

.apk-list-1005 .price {
  line-height: 20px;
  text-align: end;
}

.apk-list-1005 .price .new {
  color: #5e5e5e;
  font-weight: 500;
}

.apk-list-1005 .price .old {
  color: #8b8b8b;
  font-size: 12px;
  margin-top: 6px;
  text-decoration-line: line-through;
}

html[dir="rtl"] .apk-list-1005 {
  padding-left: calc(16px - var(--app-horizontal-spacing));
}

@media screen and (min-width: 996px) {
  html[dir="rtl"] .apk-list-1005 {
    padding-left: 16px;
  }
}

@media screen and (max-width: 719px) {
  html[dir="rtl"] .apk-list-1005 a:nth-child(n) {
    margin-right: var(--app-horizontal-spacing);
  }

  html[dir="rtl"] .apk-list-1005 a:nth-child(-n + 3) {
    margin-right: 16px;
  }
}

.apk-list-1006 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  overflow-x: auto;
  padding-bottom: 16px;
  padding-right: 16px;
}

.apk-list-1006 a {
  align-items: center;
  display: flex;
  height: 68px;
  margin-left: 12px;
  margin-left: var(--app-horizontal-spacing);
  width: 28%;
  width: calc(33.33333% - 5.33333px - var(--app-horizontal-spacing) * 2 / 3);
}

.apk-list-1006 a:nth-child(3n + 1) {
  margin-left: 16px;
}

.apk-list-1006 a:nth-child(n + 4) {
  margin-top: 12px;
}

@media screen and (min-width: 996px) {
  .apk-list-1006 a {
    height: 72px;
  }
}

.apk-list-1006 .img-ratio {
  width: 68px;
}

@media screen and (min-width: 996px) {
  .apk-list-1006 .img-ratio {
    height: 72px;
    width: 72px;
  }
}

.apk-list-1006 .icon {
  border: 1px solid #eff3f9;
  border-radius: 15%;
  width: 68px;
}

@media screen and (min-width: 996px) {
  .apk-list-1006 .icon {
    height: 72px;
    width: 72px;
  }
}

.apk-list-1006 .text {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
  margin-left: 12px;
  width: 0;
}

.apk-list-1006 .name {
  color: #5e5e5e;
  font-weight: 500;
  line-height: 20px;
}

.apk-list-1006 .category {
  color: #8b8b8b;
  font-size: 12px;
  line-height: 20px;
}

.apk-list-1006 .install-total {
  color: #8b8b8b;
  font-size: 12px;
  line-height: 16px;
}

.apk-list-1006 .install-total:before {
  background: url(https://static.apkpure.com/www/static/imgs/icon_download.svg);
  content: "";
  display: inline-block;
  height: 10px;
  margin-right: 4px;
  margin-top: 4px;
  width: 10px;
}

@media screen and (min-width: 430px) and (max-width: 995px) {
  .apk-list-1006 {
    flex-direction: column;
    max-height: 228px;
    padding-right: 0;
  }

  .apk-list-1006 a {
    height: 68px;
    width: calc(100% - 60px);
  }

  .apk-list-1006 a:nth-child(n) {
    margin-left: var(--app-horizontal-spacing);
    margin-top: 0;
  }

  .apk-list-1006 a:nth-child(-n + 3) {
    margin-left: 16px;
  }

  .apk-list-1006 a:nth-child(3n + 2),
  .apk-list-1006 a:nth-child(3n + 3) {
    margin-top: 12px;
  }
}

@media screen and (min-width: 720px) and (max-width: 995px) {
  .apk-list-1006 {
    flex-direction: column;
    max-height: 228px;
  }

  .apk-list-1006 a {
    width: calc((100% - 40px - var(--app-horizontal-spacing)) / 2);
  }
}

@media screen and (max-width: 996px) {
  .apk-list-1006 {
    padding-right: 16px;
  }
}

@media screen and (max-width: 429px) {
  .apk-list-1006 {
    justify-content: space-between;
    padding: 0 16px 16px;
  }

  .apk-list-1006 a {
    flex-direction: column;
    height: auto;
    margin: 0;
    width: 20%;
    width: calc(25% - 12px);
  }

  .apk-list-1006 a:nth-child(n) {
    margin-left: 0;
    margin-top: 0;
  }

  .apk-list-1006 a:nth-child(n + 5) {
    margin-top: 12px;
  }

  .apk-list-1006 .img-ratio {
    padding-top: 100%;
    position: relative;
    width: 100%;
  }

  .apk-list-1006 .img-ratio > .icon {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
  }

  .apk-list-1006 .text {
    margin-left: 0;
    margin-top: 4px;
    width: 100%;
  }

  .apk-list-1006 .name {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    white-space: normal;
  }

  .apk-list-1006 .category {
    display: none;
  }
}

html[dir="rtl"] .apk-list-1006 {
  padding-left: calc(16px - var(--app-horizontal-spacing));
}

@media screen and (min-width: 430px) and (max-width: 719px) {
  html[dir="rtl"] .apk-list-1006 a:nth-child(n) {
    margin-right: var(--app-horizontal-spacing);
  }

  html[dir="rtl"] .apk-list-1006 a:nth-child(-n + 3) {
    margin-right: 16px;
  }
}

html[dir="rtl"] .apk-list-1006 .text {
  margin-left: 0;
  margin-right: 12px;
}

html[dir="rtl"] .apk-list-1006 .install-total:before {
  margin-left: 4px;
  margin-right: 0;
}

.apk-list-1007 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  overflow-x: auto;
  padding-bottom: 16px;
  padding-right: 16px;
}

@media screen and (max-width: 719px) {
  .apk-list-1007 {
    flex-direction: column;
    flex-wrap: wrap;
    max-height: 228px;
    padding-right: 0;
  }
}

.apk-list-1007 a {
  align-items: center;
  display: flex;
  height: 56px;
  margin-left: 12px;
  margin-left: var(--app-horizontal-spacing);
  width: 45%;
  width: calc(50% - 8px - var(--app-horizontal-spacing) / 2);
}

.apk-list-1007 a:nth-child(n + 3) {
  margin-top: 12px;
}

.apk-list-1007 a:nth-child(odd) {
  margin-left: 16px;
}

@media screen and (max-width: 719px) {
  .apk-list-1007 a {
    width: 80%;
    width: calc(100% - 60px);
  }

  .apk-list-1007 a:nth-child(n) {
    margin-left: var(--app-horizontal-spacing);
    margin-top: 0;
  }

  .apk-list-1007 a:nth-child(-n + 3) {
    margin-left: 16px;
  }

  .apk-list-1007 a:nth-child(3n + 2),
  .apk-list-1007 a:nth-child(3n + 3) {
    margin-top: 12px;
  }

  .apk-list-1007 a:nth-child(3n):last-child,
  .apk-list-1007 a:nth-child(3n + 1):nth-last-child(3),
  .apk-list-1007 a:nth-child(3n + 2):nth-last-child(2) {
    margin-right: 16px;
  }
}

@media screen and (min-width: 996px) {
  .apk-list-1007 a {
    height: 60px;
    width: 100%;
  }

  .apk-list-1007 a:nth-child(n + 2) {
    margin-top: 12px;
  }
}

.apk-list-1007 .icon {
  border: 1px solid #eff3f9;
  border-radius: 15%;
}

@media screen and (min-width: 996px) {
  .apk-list-1007 .icon {
    height: 60px;
    width: 60px;
  }
}

.apk-list-1007 .text {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
  margin-left: 12px;
  padding: 4px 0;
  width: 0;
}

.apk-list-1007 .name {
  color: #5e5e5e;
  line-height: 20px;
}

.apk-list-1007 .desc {
  color: #8b8b8b;
  font-size: 12px;
  line-height: 20px;
}

html[dir="rtl"] .apk-list-1007 .text {
  margin-left: 0;
  margin-right: 12px;
}

@media screen and (max-width: 719px) {
  html[dir="rtl"] .apk-list-1007 a {
    margin-left: 0;
    margin-right: 12px;
  }

  html[dir="rtl"] .apk-list-1007 a,
  html[dir="rtl"] .apk-list-1007 a:nth-child(n) {
    margin-right: var(--app-horizontal-spacing);
  }

  html[dir="rtl"] .apk-list-1007 a:nth-child(-n + 3) {
    margin-right: 16px;
  }

  html[dir="rtl"] .apk-list-1007 a:nth-child(3n):last-child,
  html[dir="rtl"] .apk-list-1007 a:nth-child(3n + 1):nth-last-child(3),
  html[dir="rtl"] .apk-list-1007 a:nth-child(3n + 2):nth-last-child(2) {
    margin-left: 16px;
  }
}

.apk-list-1009 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  overflow-x: auto;
  padding-bottom: 16px;
  padding-right: 16px;
}

@media screen and (max-width: 719px) {
  .apk-list-1009 {
    flex-direction: column;
    flex-wrap: wrap;
    max-height: 236px;
  }
}

@media screen and (min-width: 720px) and (max-width: 995px) {
  .apk-list-1009 {
    flex-direction: column;
    max-height: 236px;
  }
}

.apk-list-1009 a {
  align-items: center;
  display: flex;
  gap: 12px;
  height: 68px;
  margin-left: 12px;
  margin-left: var(--app-horizontal-spacing);
  width: 28%;
  width: calc(33.33333% - 5.33333px - var(--app-horizontal-spacing) * 2 / 3);
}

.apk-list-1009 a:nth-child(n + 4) {
  margin-top: 12px;
}

.apk-list-1009 a:nth-child(3n + 1) {
  margin-left: 16px;
}

@media screen and (max-width: 996px) {
  .apk-list-1009 a {
    margin-left: 12px;
    margin-left: var(--app-horizontal-spacing);
    width: 80%;
    width: calc(100% - 60px);
  }

  .apk-list-1009 a:nth-child(n) {
    margin-left: var(--app-horizontal-spacing);
    margin-top: 0;
  }

  .apk-list-1009 a:nth-child(-n + 3) {
    margin-left: 16px;
  }

  .apk-list-1009 a:nth-child(3n + 2),
  .apk-list-1009 a:nth-child(3n + 3) {
    margin-top: 16px;
  }
}

@media screen and (min-width: 720px) and (max-width: 995px) {
  .apk-list-1009 a {
    width: calc((100% - 40px - var(--app-horizontal-spacing)) / 2);
  }
}

@media screen and (min-width: 996px) {
  .apk-list-1009 a {
    height: 72px;
  }
}

.apk-list-1009 .img-ratio {
  width: 68px;
}

@media screen and (min-width: 996px) {
  .apk-list-1009 .img-ratio {
    height: 72px;
    width: 72px;
  }
}

.apk-list-1009 .icon {
  border: 1px solid #eff3f9;
  border-radius: 15%;
}

@media screen and (min-width: 996px) {
  .apk-list-1009 .icon {
    height: 72px;
    width: 72px;
  }
}

.apk-list-1009 .text {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
  width: 0;
}

.apk-list-1009 .name {
  color: #5e5e5e;
  font-weight: 500;
  line-height: 20px;
}

.apk-list-1009 .developer {
  color: #8b8b8b;
  font-size: 12px;
  line-height: 20px;
}

.apk-list-1009 .stars {
  align-items: center;
  color: #fa8b16;
  display: flex;
  font-size: 12px;
  gap: 4px;
  height: 18px;
  line-height: 18px;
}

.apk-list-1009 .stars:before {
  background: url(https://static.apkpure.com/www/static/imgs/icon-apk-list-star.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  height: 18px;
  width: 10px;
}

.apk-list-1009 .stars.n-stars {
  color: transparent;
}

.apk-list-1009 .stars.n-stars:before {
  background: url(https://static.apkpure.com/www/static/imgs/icon-apk-list-star-grey.svg);
  background-position: 50%;
  background-repeat: no-repeat;
}

html[dir="rtl"] .apk-list-1009 {
  padding-left: calc(16px - var(--app-horizontal-spacing));
}

@media screen and (max-width: 719px) {
  html[dir="rtl"] .apk-list-1009 a:nth-child(n) {
    margin-right: var(--app-horizontal-spacing);
  }

  html[dir="rtl"] .apk-list-1009 a:nth-child(-n + 3) {
    margin-right: 16px;
  }
}

.article-list {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 8px;
}

.article-list .article {
  align-items: stretch;
  display: flex;
  margin-left: 16px;
  padding: 8px 0;
  width: 45%;
  width: calc(50% - 24px);
}

.article-list .article:nth-child(-n + 2) {
  padding-top: 0;
}

.article-list .article:nth-child(n + 3) {
  border-top: 1px solid #f0f2f4;
}

@media screen and (max-width: 719px) {
  .article-list .article {
    margin: 0 16px;
    width: 100%;
  }

  .article-list .article:first {
    padding-top: 0;
  }

  .article-list .article:nth-child(n + 2) {
    border-top: 1px solid #f0f2f4;
    padding-top: 8px;
  }
}

.article-list .article-banner {
  border-radius: 4px;
  height: 80px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 142px;
}

@media screen and (max-width: 719px) {
  .article-list .article-banner {
    height: 70px;
    width: 124.44px;
  }
}

.article-list .article-banner {
  margin-right: 12px;
}

.article-list .text {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
  width: 0;
}

.article-list .article-title {
  color: #5e5e5e;
  font-weight: 500;
  line-height: 20px;
}

.article-list .article-title:hover {
  color: #00a6ed;
}

.article-list .updated {
  color: #a6a6a6;
  font-size: 12px;
  line-height: 16px;
  margin-top: 8px;
}

html[dir="rtl"] .article-list .article {
  margin-left: 0;
  margin-right: 12px;
  margin-right: var(--app-horizontal-spacing);
}

html[dir="rtl"] .article-list .article:nth-child(odd) {
  margin-right: 16px;
}

@media screen and (max-width: 719px) {
  html[dir="rtl"] .article-list .article {
    margin: 0 16px;
  }
}

html[dir="rtl"] .article-list .article-banner {
  margin-left: 12px;
  margin-right: 0;
}

.apk-list-1008 {
  overflow-x: auto;
  padding-bottom: 16px;
  white-space: nowrap;
}

@media screen and (min-width: 996px) {
  .apk-list-1008 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 16px 16px;
  }
}

.apk-list-1008 a {
  display: inline-block;
  margin-left: 12px;
  margin-left: var(--app-horizontal-spacing);
  min-width: 76px;
  overflow: hidden;
  vertical-align: middle;
  width: 12.5%;
  width: calc(12.5% - 4px - var(--app-horizontal-spacing) * 7 / 8);
}

.apk-list-1008 a:first-child {
  margin-left: 16px;
}

.apk-list-1008 a:last-child {
  margin-right: 16px;
}

@media screen and (min-width: 996px) {
  .apk-list-1008 a {
    display: flex;
    height: 72px;
    margin: 0;
    width: 30%;
    width: calc(33.33333% - 10.66667px);
  }

  .apk-list-1008 a:nth-child(n) {
    margin: 0;
  }

  .apk-list-1008 a:nth-child(n + 4) {
    margin-top: 12px;
  }
}

.apk-list-1008 .img-ratio {
  padding-top: 100%;
  position: relative;
}

.apk-list-1008 .img-ratio > .icon {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

@media screen and (min-width: 996px) {
  .apk-list-1008 .img-ratio {
    padding-top: 72px;
    width: 72px;
  }
}

.apk-list-1008 .icon {
  border: 1px solid #eff3f9;
  border-radius: 15%;
}

@media screen and (min-width: 996px) {
  .apk-list-1008 .text {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 12px;
    padding: 4px 0;
    width: 0;
  }
}

.apk-list-1008 .name {
  color: #5e5e5e;
  font-weight: 500;
  height: 40px;
  line-height: 20px;
  margin-top: 4px;
  white-space: normal;
}

@media screen and (min-width: 996px) {
  .apk-list-1008 .name {
    display: block;
    height: 20px;
    margin-top: 0;
    white-space: nowrap;
  }
}

.apk-list-1008 .category,
.apk-list-1008 .install-total {
  color: #8b8b8b;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

@media screen and (max-width: 996px) {
  .apk-list-1008 .category,
  .apk-list-1008 .install-total {
    display: none;
  }
}

html[dir="rtl"] .apk-list-1008 a .text {
  margin-left: 0;
  margin-right: 12px;
}

@media screen and (max-width: 996px) {
  html[dir="rtl"] .apk-list-1008 a:first-child {
    margin-right: 16px;
  }
}

.apk:hover .name {
  color: #00a6ed;
}

html[dir="rtl"] .quick-access-new a .tips {
  animation-name: bounceInAr;
  left: auto;
  right: 60%;
  -webkit-transform: translate(50%) scale(0.7);
  -moz-transform: translate(50%) scale(0.7);
  -ms-transform: translate(50%) scale(0.7);
  -o-transform: translate(50%) scale(0.7);
  transform: translate(50%) scale(0.7);
}

html[dir="rtl"] .quick-access-new a .tips:before {
  -webkit-animation: changeImgAr 3s ease 0s;
  -o-animation: changeImgAr 3s ease 0s;
  animation: changeImgAr 3s ease 0s;
  animation-iteration-count: infinite;
}

.headline-xxl-large {
  font-size: 64px;
}

.headline-xl-large {
  font-size: 48px;
}

.headline-large {
  font-size: 36px;
}

.headline-medium {
  font-size: 28px;
}

.headline-small {
  font-size: 24px;
}

.headline-xs-small {
  font-size: 20px;
}

.title-bold-xl-large {
  font-size: 18px;
}

.title-bold-large {
  font-size: 16px;
}

.title-bold-medium {
  font-size: 14px;
}

.title-bold-small {
  font-size: 12px;
}

.title-xl-large {
  font-size: 20px;
}

.title-large {
  font-size: 18px;
}

.title-medium {
  font-size: 16px;
}

.title-small {
  font-size: 14px;
}

.body-large {
  font-size: 16px;
}

.body-medium {
  font-size: 14px;
}

.body-small {
  font-size: 12px;
}

:root {
  --font-weight: 500;
}

html[lang="ar"],
html[lang="ja"],
html[lang="th-TH"],
html[lang="ur"] {
  --font-weight: bold;
}

.telegram-btn {
  fill: #fff;
  align-items: center;
  background-color: #0096da !important;
  border-radius: 4px;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  font-size: 14px;
  gap: 8px;
  height: 40px;
  justify-content: center;
  max-width: 100%;
  overflow: hidden;
  padding: 0 16px;
  width: -moz-max-content;
  width: max-content;
}

.telegram-btn .svg-align {
  top: auto;
}

.telegram-btn.mt-large {
  margin-top: 8px;
}

.telegram-btn.mb-large {
  margin-bottom: 8px;
}

.telegram-btn.download {
  height: 50px;
  justify-content: space-between;
  padding: 0 16px;
  width: auto;
}

@media screen and (min-width: 720px) {
  .telegram-btn.download {
    height: 40px;
    justify-content: center;
    width: 260px;
  }
}

.telegram-btn.download svg {
  height: 24px;
  order: 2;
  width: 24px;
}

@media screen and (min-width: 720px) {
  .telegram-btn.download svg {
    height: 16px;
    order: 0;
    width: 16px;
  }
}

.telegram-btn.details,
.telegram-btn.download_normal {
  width: auto;
}

.telegram-btn.pre_reg {
  box-sizing: initial;
  height: auto;
  width: auto;
}

.telegram-btn svg {
  flex-shrink: 0;
  height: 16px;
  width: 16px;
}

.telegram-btn .text {
  overflow: hidden;
  padding: initial !important;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.telegram-btn:hover {
  color: #fff;
  opacity: 0.9;
}

.user_sub_container {
  align-items: center;
  animation: usersubin 225ms cubic-bezier(0, 0, 0.2, 1);
  background: #fff;
  border-radius: 8px;
  bottom: 8px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  display: none;
  height: -moz-max-content;
  height: max-content;
  justify-content: center;
  padding: 16px;
  position: fixed;
  transform: translateY(0);
  transition: height 0.5s;
  width: 100%;
  z-index: 999991;
}

@keyframes usersubin {
  0% {
    transform: translateY(100%);
  }

  to {
    transform: translateY(0);
  }
}

.ar_fix .user_sub_box .sub_button {
  margin-right: 36px;
}

.user_sub_box .sub_top {
  flex: 1;
}

.user_sub_box .sub_top .sub_title {
  color: #4b4b4b;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.user_sub_box .sub_top .sub_desc {
  color: #8b8b8b;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 16px;
  margin-top: 8px;
}

.user_sub_box .sub_bottom {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}

.user_sub_box .sub_bottom .sub_button {
  background: #4087f7;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  padding: 8px 16px;
}

.user_sub_box .close_button {
  color: #4087f7;
  cursor: pointer;
  font-size: 12px;
  line-height: 16px;
  margin-right: 36px;
}

.sub_success_box {
  display: none;
}

.sub_success_content {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-bottom: 6px;
}

.sub_success_content .success_title {
  color: #4b4b4b;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin: 4px 0;
}

.sub_success_content .success_desc {
  color: #a6a6a6;
  font-size: 12px;
  line-height: 16px;
}

.user_sub_common_warp {
  left: 0;
  margin: 0 8px;
  right: 0;
  width: auto;
}

@media screen and (min-width: 720px) {
  .user_sub_common_warp {
    left: auto;
    right: 0;
    top: 80px;
    width: 377px;
  }
}

@media screen and (min-width: 720px) and (max-width: 995px) {
  .user_sub_common_warp {
    bottom: 8px;
    top: auto;
  }
}

@media screen and (min-width: 720px) {
  .ar_fix .user_sub_common_warp {
    left: 0;
    right: auto;
  }
}

.follow_fancybox_custom_class .cmt-popup {
  margin: 0 auto;
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes bounce_icon {
  0% {
    transform: translateY(0);
  }

  15% {
    transform: translateY(-8px) scaleX(0.9) scaleY(1.1);
  }

  25% {
    transform: translateY(2px) scaleX(1) scaleY(0.9);
  }

  35% {
    transform: translateY(0) scale(1);
  }

  40% {
    transform: translateY(-1px);
  }

  45% {
    transform: translateY(0);
  }
}

.float-button-second {
  align-items: center;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: slideInRight;
  border-radius: 50%;
  bottom: 70px;
  box-shadow: 0 2px 6px 0 #00000059;
  cursor: pointer;
  display: flex;
  height: 40px;
  justify-content: center;
  overflow: hidden;
  position: fixed;
  right: 10px;
  text-align: center;
  width: 40px;
  z-index: 999;
}

.float-button-second .icon {
  animation: bounce_icon 2s cubic-bezier(0.65, 0, 0.35, 1) 0.5s both;
  height: 40px;
  width: 40px;
}

.float-shortcut-button {
  background: #00a6ed;
}

.float-shortcut-button .icon {
  background: url(https://static.apkpure.com/mobile/static/imgs/float-shortcut.svg)
    50% no-repeat;
}

.float-request-notification-permission-button {
  background: #fdc14c;
}

.float-request-notification-permission-button .icon {
  background: url(https://static.apkpure.com/mobile/static/imgs/icon-bell-float.svg)
    50% no-repeat;
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

body.share-noscroll {
  overflow-y: hidden;
}

html.share-noscroll {
  overflow-y: hidden;
}

.share-btn ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.share-btn .share-icon-container,
.share-btn a,
.share-btn button {
  position: relative;
  cursor: pointer;
  transition: width 0.15s ease-in-out;
}

.share-btn .share-icon-container .icon,
.share-btn a .icon,
.share-btn button .icon {
  display: inline-block;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
}

.share-toolbox a,
.share-toolbox button,
.share-toolbox .share-icon-container .icon {
  height: 32px;
  width: 32px;
  overflow: hidden;
  margin-right: 5px;
  border-radius: 10%;
  display: inline-block;
}

.share-toolbox a .icon,
.share-toolbox button .icon {
  height: 100%;
  width: 100%;
}

button[data-sharer],
button.share-more {
  background: 0;
  border: 0;
  cursor: pointer;
  padding: 0;
}

.share-menu * {
  box-sizing: border-box;
}

.share-menu {
  font-family: "Myriad Set Pro", "Helvetica Neue", "Helvetica", "Lucida Grande",
    "Arial", "Verdana", "sans-serif";
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}

.share-menu.show {
  opacity: 1;
  z-index: 999999;
  visibility: visible;
}

.share-menu .title {
  font-size: 42px;
  line-height: 42px;
  padding: 20px;
  color: #fff;
  font-weight: 200;
}

.share-menu .share-title {
  font-size: 16px;
  color: #eeecec;
  font-weight: 300;
}

.share-menu .share-url {
  line-height: 18px;
  opacity: 0.6;
  font-weight: 200;
}

.share-shadow {
  background: #17181a;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0.9;
}

.share-list {
  padding-top: 15px;
}

.share-list a {
  cursor: pointer;
  width: 24%;
  display: inline-table;
  color: #fff;
  margin: 10px auto;
}

.share-list a .icon {
  display: block;
  width: 75%;
  padding-top: 75%;
  background-position: center;
  background-repeat: no-repeat;
  min-width: 50px;
  min-height: 50px;
  margin: 0 auto;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.share-list a .text {
  font-size: 12px;
}

.share-closed {
  z-index: 1;
  background-color: #fff;
  background-image: url(../img/Closed-icon.svg);
  background-position: center;
  background-size: 12px;
  background-repeat: no-repeat;
  height: 30px;
  width: 30px;
  line-height: 30px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: fixed;
  top: 30px;
  right: 30px;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
}

.share-closed:hover {
  opacity: 0.8;
}

.share-text {
  color: #fff;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 90%;
  max-width: 570px;
  text-align: center;
  min-height: 320px;
  padding: 10px 0 80px;
}

.share-btn .icon {
  background-size: 80%;
}

.share-fb .icon {
  background-color: #3b5998;
  background-image: url(https://cdnpure.com/static/share-button/img/Facebook.svg);
}

.share-t .icon {
  background-color: #1da1f2;
  background-image: url(https://cdnpure.com/static/share-button/img/Twitter.svg);
}

.share-vk .icon {
  background-color: #6383a8;
  background-image: url(https://img.icons8.com/fluent-systems-filled/512/FFFFFF/telegram-app.png);
}

.share-reddit .icon {
  background-color: #ff5700;
  background-image: url(https://img.icons8.com/ios_filled/512/FFFFFF/youtube-music.png);
}

.share-whatsapp .icon {
  background-color: #4dc247;
  background-image: url(https://cdnpure.com/static/share-button/img/WhatsApp.svg);
}

.share-gmail .icon {
  background-color: #db4437;
  background-image: url(../img/Gmail.svg);
}

.share-googlebookmark .icon {
  background-color: #4285f4;
  background-image: url(../img/GoogleBookmark.svg);
}

.share-e .icon {
  background-color: #585858;
  background-image: url(../img/Email.svg);
}

.share-adfty .icon {
  background-color: #9dcb43;
  background-image: url(../img/Adfty.svg);
}

.share-linkedin .icon {
  background-color: #0077b5;
  background-image: url(../img/LinkedIn.svg);
}

.share-print .icon {
  background-color: #738a8d;
  background-image: url(../img/Print.svg);
}

.share-pinterest .icon {
  background-color: #cb2027;
  background-image: url(../img/Pinterest.svg);
}

.share-messenger .icon {
  background-color: #0084ff;
  background-image: url(../img/Messenger.svg);
}

.share-sinaweibo .icon {
  background-color: #e6162d;
  background-image: url(../img/SinaWeibo.svg);
}

.share-blogger .icon {
  background-color: #f57d00;
  background-image: url(../img/Blogger.svg);
}

.share-100zakladok .icon {
  background-color: #6c8dbe;
  background-image: url(../img/100zakladok.svg);
}

.share-amazon .icon {
  background-color: #f90;
  background-image: url(../img/Amazon.svg);
}

.share-telegram .icon {
  background-color: #08c;
  background-image: url(../img/Telegram.svg);
}

.share-myspace .icon {
  background-color: #282828;
  background-image: url(../img/Myspace.svg);
}

.share-wechat .icon {
  background-color: #2dc100;
  background-image: url(../img/WeChat.svg);
}

.share-line .icon {
  background-color: #00c300;
  background-image: url(../img/Line.svg);
}

.share-viber .icon {
  background-color: #7b519d;
  background-image: url(../img/Viber.svg);
}

.share-odnoklassniki .icon {
  background-color: #d57819;
  background-image: url(../img/Odnoklassniki.svg);
}

.share-qrcode .icon {
  background-color: #4a8bf6;
  background-image: url(../img/Qrsrc.svg);
  background-size: 80%;
}

.share-more .icon {
  background-color: #ff6550;
  background-image: url(../img/share-more-icon.svg);
  background-size: 32px 32px;
}

@media (min-width: 640px) {
  .share-list a {
    width: 18%;
  }
}

.share-mob .share-side-counter {
  display: inline-block;
  width: 48px;
  text-align: center;
  overflow-wrap: break-word;
}

.share-mob .share-side-counter .share-side-count {
  font-size: 17px;
  line-height: 1.25em;
  color: #222;
}

.share-mob .share-side-counter .share-side-text {
  font-size: 9px;
  line-height: 1.25em;
  color: #222;
  letter-spacing: 1px;
}

.share-mob .share-bottom-counter {
  right: 46px;
  display: block;
  border-radius: 4px;
  background-color: #fff;
  color: #666;
  position: absolute;
  height: 25px !important;
  padding: 2px 5px;
  line-height: 12px;
  text-align: center;
  top: 5.5px;
  font-size: 12px;
}

@media (min-width: 996px) {
  .share-mob .share-bottom-counter {
    display: none;
  }

  .share-mob ul {
    z-index: 99999;
    display: flex;
    flex-flow: column !important;
    position: fixed;
    top: 20%;
    right: 0;
    text-align: right;
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: slideInRight;
  }

  .share-mob .share-icon-container,
  .share-mob a {
    height: 48px;
    width: 48px;
    overflow: hidden;
    float: right;
  }

  .share-mob .share-icon-container:hover,
  .share-mob a:hover {
    width: 64px;
  }

  .share-mob .share-icon-container .icon,
  .share-mob a .icon {
    height: 100%;
    width: 100%;
  }

  .share-mob [data-sharer] .icon {
    background-size: 32px 32px;
  }
}

@media (max-width: 996px) {
  .share-mob .share-shortcut {
    display: none;
  }

  .share-mob .share-side-counter {
    display: none;
  }

  .share-mob .share-icon-container,
  .share-mob a {
    margin-bottom: 10px;
    height: 40px;
    float: right;
  }

  .share-mob .share-icon-container.share-more,
  .share-mob .a.share-more {
    margin-bottom: 0;
  }

  .share-mob ul,
  .share-mob .share-open {
    position: fixed;
    right: 10px;
    bottom: 15px;
    z-index: 99999;
  }

  .share-mob .share-open {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: slideInRight;
    cursor: pointer;
    height: 40px;
    width: 40px;
    background: #ff6550;
    background-image: url(data:image/svg+xml,%3Csvg%20width%3D%2232px%22%20height%3D%2232px%22%20viewBox%3D%220%200%2032%2032%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3Eshare%3C%2Ftitle%3E%3Cg%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cg%20fill%3D%22%23FFFFFF%22%3E%3Cpath%20d%3D%22M26%2C13.4285714%20C26%2C13.6220248%2025.9293162%2C13.7894338%2025.7879464%2C13.9308036%20L20.0736607%2C19.6450893%20C19.932291%2C19.786459%2019.7648819%2C19.8571429%2019.5714286%2C19.8571429%20C19.3779752%2C19.8571429%2019.2105662%2C19.786459%2019.0691964%2C19.6450893%20C18.9278267%2C19.5037195%2018.8571429%2C19.3363105%2018.8571429%2C19.1428571%20L18.8571429%2C16.2857143%20L16.3571429%2C16.2857143%20C15.6279725%2C16.2857143%2014.9750773%2C16.3080355%2014.3984375%2C16.3526786%20C13.8217977%2C16.3973217%2013.2488868%2C16.477306%2012.6796875%2C16.5926339%20C12.1104882%2C16.7079619%2011.6157015%2C16.8660704%2011.1953125%2C17.0669643%20C10.7749235%2C17.2678581%2010.3824423%2C17.5264121%2010.0178571%2C17.8426339%20C9.65327199%2C18.1588557%209.35565592%2C18.534596%209.125%2C18.9698661%20C8.89434408%2C19.4051361%208.71391434%2C19.9203839%208.58370536%2C20.515625%20C8.45349637%2C21.1108661%208.38839286%2C21.7842224%208.38839286%2C22.5357143%20C8.38839286%2C22.9449425%208.40699386%2C23.4025272%208.44419643%2C23.9084821%20C8.44419643%2C23.9531252%208.45349693%2C24.0405499%208.47209821%2C24.1707589%20C8.4906995%2C24.3009679%208.5%2C24.3995532%208.5%2C24.4665179%20C8.5%2C24.5781256%208.46837829%2C24.6711306%208.40513393%2C24.7455357%20C8.34188956%2C24.8199408%208.25446484%2C24.8571429%208.14285714%2C24.8571429%20C8.02380893%2C24.8571429%207.9196433%2C24.7938994%207.83035714%2C24.6674107%20C7.77827355%2C24.6004461%207.72991094%2C24.5186017%207.68526786%2C24.421875%20C7.64062478%2C24.3251483%207.59040206%2C24.2135423%207.53459821%2C24.0870536%20C7.47879436%2C23.9605648%207.43973225%2C23.87128%207.41741071%2C23.8191964%20C6.47246551%2C21.6986501%206%2C20.0208395%206%2C18.7857143%20C6%2C17.3050521%206.19717065%2C16.0662252%206.59151786%2C15.0691964%20C7.79688103%2C12.0706695%2011.0520568%2C10.5714286%2016.3571429%2C10.5714286%20L18.8571429%2C10.5714286%20L18.8571429%2C7.71428571%20C18.8571429%2C7.52083237%2018.9278267%2C7.35342333%2019.0691964%2C7.21205357%20C19.2105662%2C7.07068382%2019.3779752%2C7%2019.5714286%2C7%20C19.7648819%2C7%2019.932291%2C7.07068382%2020.0736607%2C7.21205357%20L25.7879464%2C12.9263393%20C25.9293162%2C13.067709%2026%2C13.2351181%2026%2C13.4285714%20L26%2C13.4285714%20Z%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E);
    background-position: center;
    border-radius: 50%;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.35);
    text-align: center;
  }

  .share-mob .share-open-bg {
    display: none;
    background-color: #17181a;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    filter: alpha(opacity=45);
    -moz-opacity: 0.45;
    opacity: 0.45;
  }

  .share-mob .share-icon-container .text,
  .share-mob a .text {
    display: block;
  }

  .share-mob .share-icon-container span.icon {
    border-radius: 50%;
    height: 40px;
    width: 40px;
  }

  .share-mob .share-icon-container span,
  .share-mob a span {
    display: inline-block;
    height: 40px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.35);
  }

  .share-mob .share-icon-container span.text,
  .share-mob a span.text {
    font-size: 12px;
    line-height: 24px;
    height: 24px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    color: #666;
    padding: 0 10px;
    position: absolute;
    right: 46px;
    top: 8px;
  }

  .share-mob ul {
    display: none;
    animation-duration: 0.5s;
    animation-fill-mode: both;
  }

  .share-mob.open ul {
    display: flex;
    animation-name: slideInUp;
  }

  .share-mob.open .share-open {
    display: none;
  }

  .share-mob.open .share-open-bg {
    display: block;
  }
}

.share-toolbox {
  text-align: center;
  font-size: 0;
}

@media print {
  .share-menu {
    display: none !important;
  }
}
