.menu_html {
  overflow-y: hidden !important;
}
.menu,
.lang-tip {
  -webkit-transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.menu {
  transition-duration: 300ms;
  position: fixed;
  top: 0;
  left: -270px;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 10001;
  padding-bottom: 60px;
  min-width: 200px;
  width: 60%;
  max-width: 251px;
  background: white;
}
.menu-red {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fc2c1f;
  position: absolute;
  right: 8px;
  top: 10px;
  z-index: 1;
  display: none;
}
.menu-btn {
  padding: 13px 0;
  width: 45px;
}
.so .menu-btn {
  margin-top: -5px;
}
.menu-btn .bar_1,
.menu-btn .bar_2,
.menu-btn .bar_3 {
  position: relative;
  display: block;
  width: 21px;
  height: 3px;
  margin: 5px auto;
  background-color: #fff;
  border-radius: 10px;
}
.menu-btn .bar_1 {
  margin-top: 0;
}
.menu-btn .bar_3 {
  margin-bottom: 0;
}
.menu-btn-close .bar_1 {
  -webkit-transform: translateY(8px) rotate(-45deg);
  -ms-transform: translateY(8px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
  background-color: #555;
}
.menu-btn-close .bar_2 {
  opacity: 0;
}
.menu-btn-close .bar_3 {
  -webkit-transform: translateY(-8px) rotate(45deg);
  -ms-transform: translateY(-8px) rotate(45deg);
  transform: translateY(-8px) rotate(45deg);
  background-color: #555;
}
.menu-group {
  padding-top: 10px;
}
.menu-group-fold {
  padding-top: 0px;
}
.menu-group-no-padding-top {
  padding-top: 0px;
}
.menu-group li a {
  display: block;
}
.menu-group li a.on .menu-only-text {
  color: #24cd77;
}
.menu-group li a.on {
  position: relative;
}
.menu-group li a.on:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 20px;
  top: 50%;
  margin-top: -7px;
  border-top: 6px solid transparent;
  border-left: 6px solid #24cd77;
  border-bottom: 6px solid transparent;
}
.menu-border {
  border-bottom: solid 1px #e0e0e0;
  padding-bottom: 10px;
}
.menu-group-fold .menu-layer {
  padding: 9px 0 9px 15px;
  top: 0;
}
.menu-layer {
  padding: 6px 0 6px 15px;
  position: relative;
  top: -3px;
}
.menu-text {
  margin-left: 8px;
}
.menu-group-fold .menu-only-text {
  display: block;
  height: 18px;
  line-height: 18px;
  padding: 0 0 0 35px;
}
.menu-only-text {
  padding: 10px 0 10px 20px;
}
.menu-user-layer {
  padding: 6px 35px 6px 15px;
  position: relative;
}
.menu-user-layer img {
  position: relative;
  top: -3px;
  border-radius: 50%;
}
.menu-layer,
.menu-only-text,
.menu-user-layer {
  color: #555;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.menu-icon {
  display: inline-block;
  background-size: 24px;
  height: 24px;
  width: 24px;
  margin: auto;
  position: relative;
  top: 6px;
}
.menu-icon-game {
  background-position: 0 -48px;
}
.menu-icon-app {
  background-position: 0 0;
}
.menu-icon-category {
  background-position: 0 -24px;
}
.menu-icon-trending {
  background-position: 0 -216px;
}
.menu-icon-search {
  background-position: 0 -144px;
}
.menu-icon-iphone {
  background-position: 0 -168px;
}
.menu-icon-topic {
  background-position: 0 -96px;
}
.menu-icon-downloader {
  background-position: 0 -288px;
}
.menu-icon-home {
  background-position: 0 -72px;
}
.menu-icon-choice {
  background-position: 0 -120px;
}
.menu-icon-pre {
  background-position: 0 -240px;
}
.menu-icon-sale {
  background-position: 0 -192px;
}
.menu-icon-news {
  background-position: 0 -312px;
}
.menu-icon-reviews {
  background-position: 0 -336px;
}
.menu-icon-howto {
  background-position: 0 -360px;
}
.menu-user,
.menu-lang,
.menu-topics {
  position: absolute;
  right: 25px;
}
.menu-user {
  top: 22px;
}
.menu-lang {
  top: 16px;
}
.menu-topics {
  top: 22px;
}
.menu-topics-li .menu-only-text.on {
  color: #24cd77;
}
.menu-lang-li {
  position: relative;
}
.menu-lang-li .menu-only-text {
  padding-right: 35px;
}
.menu-user-down,
.menu-lang-down,
.menu-topics-down {
  border-top: 6px solid rgba(0, 0, 0, 0.54);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}
.menu-user-up,
.menu-lang-up,
.menu-topics-up {
  border-bottom: 6px solid rgba(0, 0, 0, 0.54);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}
.menu-locals {
  display: none;
}
.menu-locals .menu-only-text {
  padding-left: 35px;
}
.menu-last {
  margin-bottom: 80px;
}
.menu-hide {
  display: none;
}
.menu-center {
  display: none;
}
.shadow {
  display: none;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  height: 100%;
  left: 0;
  right: 0;
  z-index: 10000;
  padding-bottom: 60px;
}
.ar_fix .menu {
  left: auto;
  right: -270px;
}
.ar_fix .menu-btn,
.ar_fix .menu-open {
  left: auto;
  right: 0;
}
.ar_fix .menu-user-layer {
  padding: 6px 15px 6px 35px;
}
.ar_fix .menu-layer {
  padding: 6px 15px 6px 0;
}
.ar_fix .menu-text {
  margin-left: 0;
  margin-right: 8px;
}
.ar_fix .menu-only-text {
  padding: 10px 20px 10px 0;
}
.ar_fix .menu-user,
.ar_fix .menu-lang,
.ar_fix .menu-topics {
  right: auto;
  left: 25px;
}
.ar_fix .menu-lang-li .menu-only-text {
  padding-left: 35px;
}
.ar_fix .menu-locals .menu-only-text {
  padding-right: 35px;
  padding-left: 0;
}
.ar_fix .menu-group li a.on:before {
  border-right: 6px solid #24cd77;
  border-left: none;
  left: auto;
  right: 20px;
}
.ar_fix .menu-red {
  left: 8px;
  right: auto;
}
.back-btn {
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu-item-pwa {
  user-select: none;
}
.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: 30px;
  background-position: -4px;
}
.pwa-dialog {
  width: 360px;
  z-index: 99999;
  position: fixed;
  bottom: 114px;
  left: 24px;
  background-color: white;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  animation: pwa-dialog-show 0.8s;
}
.pwa-dialog.not-policy {
  bottom: 24px;
}
.pwa-dialog.hide {
  animation: pwa-dialog-hide 0.8s;
}
.pwa-dialog .content {
  margin: 12px 16px;
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 16px;
}
.pwa-dialog .img {
  width: 48px;
  height: 48px;
}
.pwa-dialog .img img {
  width: 100%;
  height: 100%;
}
.pwa-dialog .text {
  flex: 1 1;
  margin: 0 8px;
}
.pwa-dialog .text .title {
  color: #5e5e5e;
  font-weight: bolder;
}
.pwa-dialog .text .des {
  margin-top: 4px;
  color: #8b8b8b;
}
.pwa-dialog .button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  background: #1e73e8;
  color: white;
  border-radius: 32px;
  cursor: pointer;
}
.pwa-dialog .close {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  padding: 8px 8px 2px 20px;
}
.pwa-dialog .close:after {
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  background-image: url("https://static.apkpure.com/www/static/imgs/icon-close.svg");
}
@keyframes pwa-dialog-show {
  from {
    left: -360px;
  }
  to {
    left: 24px;
  }
}
@keyframes pwa-dialog-hide {
  from {
    left: 24px;
  }
  to {
    left: -360px;
  }
}
blockquote,
body,
button,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  color: #666;
  line-height: 18px;
  z-index: -10000;
  min-width: 1043px;
  background: #f2f5f9;
}
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="file"]::-webkit-file-upload-button,
button {
  border-radius: 0;
}
a {
  color: #00a6ed;
  text-decoration: none;
}
a:hover {
  color: #00b6ff;
}
li {
  list-style: none;
}
img {
  vertical-align: middle;
  border: 0;
  color: #ccc;
}
input,
button,
select,
textarea {
  outline: none;
}
.floatl {
  float: left !important;
}
.floatr {
  float: right !important;
}
.mt-3 {
  margin-top: 3px;
}
.timezone span {
  display: none;
}
.browseerror {
  width: 100%;
  background: #f2dede;
  color: #a94442;
  font-size: 16px;
  line-height: 50px;
  text-align: center;
}
.clear {
  clear: both;
  overflow: hidden;
}
.main {
  width: 1200px;
  margin: 0 auto;
}
.left {
  float: left;
  width: 850px;
}
.right {
  float: right;
  width: 330px;
}
.header {
  height: 70px;
  width: auto;
  background: #fdfdfd;
  border-bottom: 1px solid #e2e2e3;
}
.head {
  width: 1200px;
  height: 70px;
  margin: 0 auto;
}
.logo {
  float: left;
  height: 70px;
  line-height: 70px;
  font-size: 30px;
}
.logo a {
  color: #575757;
}
.logo a:hover {
  color: #24cd77;
}
.logo a span {
  font-weight: 300;
}
.sublist {
  padding: 15px;
}
.banner {
  background: url("https://static.apkpure.com/www/static/imgs/bannerbg1.jpg")
    center no-repeat;
  width: auto;
  height: 495px;
}
.index-so-box .formsearch .ss,
.search-results .formsearch .ss,
.banner-search .formsearch .ss,
.top-search .formsearch .ss {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.ordinary {
  font-weight: inherit;
}
.top-search {
  border-left: 1px solid #f4f4f4;
  border-right: 1px solid #f4f4f4;
  height: 50px;
  padding: 0 10px;
  padding-top: 17px;
}
@keyframes bgShakeTop {
  from,
  to {
    background-position: center 3px;
  }
  25% {
    background-position: 5.5px center;
  }
  50% {
    background-position: center 6px;
  }
  75% {
    background-position: 2.5px center;
  }
}
.top-search .formsearch .ss {
  -webkit-animation-name: bgShakeTop;
  animation-name: bgShakeTop;
}
.top-search form {
  width: 170px;
  height: 36px;
  position: relative;
}
.top-search .search-left {
  width: 168px;
  height: 31px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
}
.top-search input {
  border: 0;
}
.top-search .search-left input {
  width: 133px;
  height: 31px;
  display: block;
  overflow: hidden;
  line-height: 25px;
  font-size: 14px;
  font-weight: normal;
  padding-left: 5px;
  padding-right: 30px;
  border: 1px solid #e8e8e8;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.top-search .search-right {
  position: absolute;
  width: 30px;
  height: 31px;
  right: 0;
  top: 0;
}
.top-search .search-right input {
  width: 30px;
  height: 31px;
  display: block;
  background: url("https://static.apkpure.com/www/static/imgs/search1.png")
    no-repeat center center;
  cursor: pointer;
}
.top-search .twitter-typeahead {
  position: absolute !important;
  top: 0;
  left: 0;
}
.top-search .tt-hint {
  color: #999 !important;
}
.top-search .tt-menu {
  background-color: #ffffff;
  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: 100%;
}
.top-search .tt-suggestion {
  font-size: 14px;
  line-height: 20px;
  padding: 3px 20px;
  text-transform: none !important;
  font-weight: normal !important;
  word-break: break-all;
}
.top-search .tt-suggestion:hover {
  cursor: pointer;
  color: #fff;
  background-color: #24cd77;
}
.top-search .tt-suggestion.tt-cursor {
  background-color: #24cd77;
  color: #ffffff;
}
.top-menu {
  float: right;
}
.top-menu a {
  display: block;
  line-height: inherit;
  cursor: pointer;
  padding: 0 15px 0 40px;
  color: #666;
}
.nav-user-img {
  border: 2px solid #fff;
  background: #fff;
  border-radius: 50%;
}
.nav-user-info {
  width: 180px;
  text-align: center;
  position: relative;
  line-height: 25px;
  padding: 21px 18px 16px;
}
.nav-user-info a {
  padding: 0;
  display: initial;
}
.nav-user-info a.logout {
  position: absolute;
  top: 18px;
  right: 18px;
  font-size: 13px;
  color: #9a9a9a;
  cursor: pointer;
  z-index: 5;
  height: 21px;
  line-height: 21px;
  font-weight: normal;
}
.nav-user-info a.logout:hover {
  color: #24cd77;
}
.nav-user-info img {
  border-radius: 50%;
}
.nav-user-name {
  margin-top: 7px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.nav-user-name a:hover {
  color: #24cd77;
}
.nav_menu {
  line-height: 68px;
  height: 68px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 15px;
}
.nav_menu .flag {
  margin-top: -3px;
}
.nav_menu-item {
  display: block;
  position: relative;
  float: right;
  border-top: 2px solid #fafafa;
}
.nav_menu-item.on {
  background: #f5f5f5;
  border-top: 2px solid #f5f5f5;
}
.nav_menu-item:hover {
  background: #f5f5f5;
  border-top: 2px solid #24cd77;
}
.nav_menu-item:hover .nav_submenu {
  display: block;
}
.nav_menu-item .nav-x {
  background: url("https://static.apkpure.com/www/static/imgs/xapkicon.png") 8px
    24px no-repeat;
  padding-left: 47px;
}
.nav_menu-item .nav-n {
  background: url("https://static.apkpure.com/www/static/imgs/newicon.png") 8px
    20px no-repeat;
}
.nav_menu-item .nav-g,
.nav_menu-item .nav-a,
.nav_menu-item .nav-t,
.nav_menu-item .nav-p,
.nav_menu-item .nav-article {
  background: url("https://static.apkpure.com/www/static/imgs/indexicon_v3.png")
    no-repeat;
}
.nav_menu-item .nav-g {
  background-position: 8px -68px;
  padding-left: 46px;
}
.nav_menu-item .nav-a {
  background-position: 8px 0;
  padding-left: 43px;
}
.nav_menu-item .nav-t {
  background-position: 3px -203px;
}
.nav_menu-item .nav-p {
  background-position: 3px -134px;
}
.nav_menu-item .nav-article {
  background-position: 0px -256px;
}
.nav_menu-item .nav-l {
  padding: 0 15px 0 15px;
}
.nav_menu-item .nav-l img {
  margin-top: -3px;
}
.nav_menu-item .nav-appx {
  background: url("https://static.apkpure.com/www/static/imgs/appxicon.png") 8px
    14px no-repeat;
  color: #f77649;
  text-transform: none !important;
}
.nav_submenu {
  text-transform: none;
  display: none;
  position: absolute;
  top: 68px;
  left: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e8e8e8;
  z-index: 999999;
}
.nav_submenu-item {
  height: auto;
}
.menu_body {
  display: block;
  overflow: hidden;
  padding: 5px 0;
}
.menu_body a {
  display: block;
  white-space: nowrap;
  background: none;
  padding: 0 30px;
  height: 42px;
  line-height: 42px;
  color: #555;
  font-weight: 400;
}
.menu_body a:hover {
  color: #fff;
  background-color: #24cd77;
}
.menu_body a.h {
  color: #fff;
  background: #24cd77;
  margin-top: 5px;
  text-align: center;
}
.nav_submenu-r {
  left: auto;
  right: 0;
}
.nav_lang {
  width: 360px;
  direction: ltr;
}
.nav_lang .menu_body ul li {
  float: left;
}
.nav_lang .menu_body ul li:not(:last-child) {
  width: 50%;
}
.nav_lang .menu_body ul li:last-child {
  width: 100%;
}
.ad-right {
  position: relative;
  margin: 0 auto 20px auto;
  width: 300px;
  height: 250px;
  overflow: hidden;
}
.ad-right iframe {
  border: 0;
}
.ad-right-600 {
  position: relative;
  margin: 0 auto 20px auto;
  width: 300px;
  height: 600px;
  overflow: hidden;
}
.ad-right-600 iframe {
  border: 0;
}
.ad-right-90 {
  position: relative;
  margin: 0 auto 20px auto;
  width: 300px;
  height: 90px;
  overflow: hidden;
}
.ad-right-90 iframe {
  border: 0;
}
.ad-left {
  margin: 0 auto 20px auto;
  position: relative;
  width: 728px;
  height: 90px;
  overflow: hidden;
}
.ad-left iframe {
  border: 0;
}
.a_d-left {
  margin: 0 auto 20px auto;
  position: relative;
  width: 728px;
  height: 90px;
  overflow: hidden;
}
.a_d-left iframe {
  border: 0;
}
.ad-center {
  margin: 0 auto 20px auto;
  position: relative;
  width: 970px;
  height: 90px;
  overflow: hidden;
}
.ad-center iframe {
  border: 0;
}
.ad-right-img {
  position: relative;
  margin: 0 auto 20px auto;
  width: 300px;
  overflow: hidden;
}
.ad-right-img img {
  width: 300px;
}
.ad-right2 {
  position: relative;
  margin: 0 auto 20px auto;
}
.ad-down-img {
  width: 640px;
  margin: 0 auto;
}
.ad-down-img img {
  width: 640px;
}
.ad-down-side {
  padding: 15px 15px 15px 0;
  width: 300px;
  height: 250px;
}
.ad-box-auto {
  overflow: hidden;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  background: #eef1f5;
}
ins.adsbygoogle .ad-js-box {
  display: none;
}
ins.adsbygoogle[data-ad-status="unfilled"] .ad-js-box {
  display: block;
}
.box {
  background: #fff;
  width: auto;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  margin-bottom: 20px;
}
.box .title {
  background: #fbfbfb;
  border-bottom: 1px solid #e8e8e8;
  height: 55px;
  line-height: 55px;
  color: #666;
  font-size: 18px;
  padding: 0px 10px;
  font-weight: 400;
  position: relative;
}
.box .title h1 {
  font-size: 18px;
  font-weight: 400;
  float: left;
}
.box .title a {
  color: #666;
  text-decoration: none;
}
.box .crumb a {
  display: inline-block;
}
.box .title a:hover {
  color: #00a6ed;
}
.box .title .more {
  position: absolute;
  z-index: 1;
  right: 10px;
  top: 15px;
  height: 20px;
  line-height: 20px;
  text-align: right;
}
.box .title .more a {
  color: #666;
  font-size: 14px;
}
.box .title .more a:hover {
  color: #00a6ed;
}
.box .title .tit {
  font-size: 15px;
  line-height: 20px;
  height: 55px;
  padding-right: 45px;
  vertical-align: middle;
  display: table-cell;
}
.box .title .smalltit {
  font-size: 14px;
  color: #888;
}
.box .tlong {
  height: auto;
  overflow: hidden;
}
.box .requpdate {
  position: absolute;
  right: 13px;
  top: 13px;
  margin: 0 !important;
}
.box .qrcode {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 36px;
  height: 36px;
  display: block;
  overflow: hidden;
  cursor: zoom-in;
  line-height: normal;
}
.box .qrcode.hover {
  width: 150px;
  height: 150px;
  top: 10px;
  cursor: zoom-out;
  box-shadow: 5px 5px 5px 0px lightgray;
}
.box .qrcode.hover #qrnil {
  display: none;
}
.box .qrcode.hover #qrcode {
  display: block;
}
.box .qrcode .zoom {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 16px;
  height: 16px;
  background: url("https://static.apkpure.com/www/static/imgs/zoom_in.gif")
    center center no-repeat;
  z-index: 999;
}
.box .qrcode .zoom.out {
  background: none;
}
.box .qrcode .ico {
  width: 30px;
  height: 30px;
  left: 60px;
  top: 60px;
  position: absolute;
  z-index: 999;
}
.box .qrcode .ico img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid #fff;
  background: #fff;
}
.top-list {
  margin: 0 auto;
  overflow: hidden;
}
.top-list li {
  width: 25%;
  float: left;
  position: relative;
}
.top-list li.w33 {
  width: 33.33% !important;
}
.top-list li.w5 {
  width: 50% !important;
}
.top-list dl {
  display: block;
  position: relative;
  height: 85px;
  padding-top: 10px;
  overflow: hidden;
}
.top-list li .item-sort {
  width: 36px;
  height: 36px;
  position: absolute;
  top: 0;
  left: 0;
}
.top-list li .item-sort .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 36px solid #828588;
  border-right: 36px solid transparent;
  opacity: 0.85;
  filter: alpha(opacity=85);
}
.top-list li .item-sort .redbg {
  border-top: 36px solid #ffa200;
  opacity: 1;
  filter: alpha(opacity=100);
}
.top-list li .item-sort .text {
  position: absolute;
  color: #fff;
  top: 0;
  left: 0;
  width: 21px;
  height: 21px;
  line-height: 21px;
  font-weight: 600;
  font-size: 14px;
  display: block;
  text-align: center;
  font-style: italic;
}
.top-list dl dt {
  float: left;
  width: 95px;
  height: 75px;
  text-align: center;
}
.top-list dl dt img {
  width: 75px;
  border-radius: 15%;
  border: 1px solid #eff3f9;
  background-color: #fff;
  box-sizing: border-box;
}
.top-list dl dd {
  color: #666;
  overflow: hidden;
  line-height: 22px;
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.top-list dl dd a {
  color: #666;
  font-size: 13px;
  display: block;
  line-height: 24px;
  height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.top-list dl dd .stars {
  margin: 5px 0;
}
.top-list dl dd.top a {
  font-weight: 500;
  line-height: 22px;
}
.top-list dl dd.middle {
  font-size: 12px;
  line-height: 16px;
  margin: 8px 0;
}
.top-list dl dd.middle .stars-box > i {
  height: 10px;
  background-size: 10px;
  width: 10px;
  margin-top: 0;
}
.top-list dl dd.middle .stars-box > .star {
  font-size: 12px;
  line-height: 16px;
}
.top-list dl dd.bottom {
  font-size: 12px;
  line-height: 16px;
}
.pre-reg-count-text,
.top-list dl .pre-reg-count-text {
  color: #00a6ed;
  font-size: 12px;
  line-height: 16px;
}
.choice-wrap ul li .info .pre-reg-count-text {
  display: flex;
  align-items: center;
  max-width: 130px;
  white-space: nowrap;
}
.choice-wrap ul li .info .pre-reg-count-text svg {
  margin-right: 6px;
  flex-shrink: 0;
}
.choice-wrap ul li .info .pre-reg-count-text > span {
  overflow: hidden;
  text-overflow: ellipsis;
}
.choice-wrap ul li .info i.pre_reg {
  background: none;
  width: inherit;
  height: inherit;
  position: inherit;
  display: inherit;
}
.corner-tag-icon-box {
  font-size: 0;
  line-height: 0;
  margin-left: 4px;
  max-width: 90%;
}
.corner-tag-icon-box .corner-tag-icon {
  background: rgba(64, 135, 247, 0.1);
  color: #4087f7;
  border-radius: 2px;
  padding: 2px 4px;
  font-size: 9px;
  line-height: 33px;
  margin-left: 4px;
}
.corner-tag-icon-box .corner-tag-icon.tv {
  background: rgba(10, 173, 0, 0.1);
  color: #0aad00;
}
.ellipsis-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.top-list dl .title-dd {
  padding-right: 10px;
}
.top-list dl .title-dd a {
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}
.top-list li:hover {
  background: #f5f7fa;
}
.top-list li:hover a {
  color: #00a6ed;
}
.top-list li:hover .down {
  bottom: 10px;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.top-list dl .down {
  position: absolute;
  bottom: -30px;
  left: 94px;
  z-index: 1;
}
.top-list dl .down a {
  display: block;
  min-width: 100px;
  padding: 0 5px;
  color: #fff;
  text-align: center;
  height: 24px;
  line-height: 24px;
  background: #24cd77;
}
.top-list dl .down a:hover {
  background: #24dc83;
  color: #fff;
}
.top-list li.w5 dl dd {
  padding-right: 90px;
}
.top-list li.w5 dl dd.price {
  position: absolute;
  top: 10px;
  bottom: 10px;
  right: 10px;
  display: flex;
  flex-direction: column;
  padding-right: 0;
  justify-content: center;
  align-items: flex-end;
}
.top-list .price span {
  text-align: right;
}
.top-list .price .price-new {
  color: #111;
  font-weight: 500;
  font-size: 16px;
}
.top-list .price .price-old {
  color: #666;
  font-size: 12px;
  text-decoration: line-through;
}
.top-list .price .price-disco {
  font-weight: 700;
  line-height: 24px;
  padding: 0 6px;
  color: white;
  background: #24cd77;
}
.top-list-s li a {
  display: block;
}
.top-list-s li .title-dd {
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}
.top-list-s li a:hover .title-dd {
  color: #00a6ed;
}
.facebook-like {
  height: 90px;
  margin-bottom: 20px;
  background: #fff;
  width: auto;
  overflow: hidden;
  text-align: center;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
}
.facebook-like .social-network {
  padding: 16px 0 30px;
}
.facebook-like .network {
  background-image: url("https://static.apkpure.com/www/static/imgs/user_v3.png");
  background-size: 40px;
  width: 36px;
  height: 36px;
  display: inline-block;
  margin: 0 30px;
}
.facebook-like .network span {
  position: absolute;
  top: 40px;
}
.facebook-like .social-network a {
  position: relative;
}
.facebook-like .fb {
  background-position: 0 0;
}
.facebook-like .fb span {
  color: #3b57a0;
  left: -13px;
}
.facebook-like .tw {
  background-position: 0 -36px;
}
.facebook-like .tw span {
  color: #39abeb;
  left: -2px;
}
.facebook-like .glp {
  background-position: 0 -402px;
}
.facebook-like .glp span {
  color: #e71b30;
  left: -10px;
}
.facebook-like .vk {
  background-position: -3px -304px;
  border-radius: 50%;
}
.facebook-like .vk span {
  color: #4276a5;
  left: 10px;
}
.facebook-like .ok_ru {
  background-position: -2px -355px;
  background-color: #f6822a;
  border-radius: 50%;
}
.facebook-like .ok_ru span {
  color: #f6822a;
  left: -4px;
}
.bread-crumbs span {
  font-size: 14px;
  color: #24cd77;
}
.bread-crumbs a {
  font-size: 14px;
  color: #888;
}
.bread-crumbs a:hover {
  color: #24cd77;
}
.stars {
  background: url("https://static.apkpure.com/www/static/imgs/stars_fill.svg")
    repeat-x;
  height: 15px;
  width: 75px;
  clear: both;
  direction: ltr;
  position: relative;
}
.stars span.score {
  display: block;
  background: url("https://static.apkpure.com/www/static/imgs/stars.svg")
    repeat-x;
  height: 15px;
  width: 75px;
}
.stars span.star {
  position: absolute;
  left: 78px;
  line-height: 15px;
  top: 1px;
  color: #fa8b16;
  font-size: 13px;
}
.stars-box > i {
  background: url("https://static.apkpure.com/www/static/imgs/stars.svg")
    no-repeat left center;
  display: inline-block;
  height: 12px;
  background-size: 12px;
  width: 12px;
  top: 1px;
  position: relative;
}
.stars-box > i.n-stars {
  background-image: url("https://static.apkpure.com/www/static/imgs/stars_fill.svg");
}
.stars-box > .star {
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: #eb903a;
}
.loadmore {
  display: block;
  background: #fff;
  color: #777;
  text-decoration: none;
  width: 200px;
  margin: 0 auto 20px auto;
  text-align: center;
  font-size: 16px;
  padding: 8px 0;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
}
.loadmore:hover {
  background: #f9f9f9;
}
.paging {
  text-align: center;
  margin: 0 auto 20px auto;
}
.paging li {
  display: inline-block;
  margin: 0 2px;
}
.paging li a {
  display: inline-block;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-decoration: none;
  background: #fff;
  color: #777;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
}
.paging li.active a {
  background: #24cd77;
  color: #fff;
}
.paging li.active a:hover {
  background: #24cd77;
  color: #fff;
}
.paging li a:hover {
  background: #f5f5f5;
}
#ad-aegon-side {
  position: fixed;
  z-index: 666666;
  right: 5px;
  bottom: 5px;
  width: 110px;
  text-align: center;
  background: #fff;
  padding: 5px;
  border: #e2e2e3 1px solid;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: right 0.8s;
  -moz-transition: right 0.8s;
  -o-transition: right 0.8s;
  -ms-transition: right 0.8s;
  transition: right 0.8s;
}
#ad-aegon-side.move {
  right: 0;
}
#ad-aegon-side .qr img {
  width: 110px;
  height: 110px;
}
#ad-aegon-side a {
  color: #222;
  text-decoration: none;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  display: block;
}
#ad-aegon-side .down {
  line-height: 16px;
}
#ad-aegon-side .ico {
  width: 27px;
  height: 27px;
  display: block;
  position: absolute;
  top: 46px;
  left: 46px;
}
#ad-aegon-side .ico img {
  border-radius: 50%;
  border: 2px solid #fff;
  background: #fff;
}
#policy-info {
  z-index: 99999999;
  border-top: 1px solid #1e435e;
  font-size: 14px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  line-height: 21px;
  background: #607d8b;
  color: #fff;
  display: none;
}
#policy-info .info-main {
  max-width: 1200px;
  padding: 16px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 32px;
}
@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 {
  cursor: pointer;
  padding: 5px 12px;
  font-size: 12px;
  line-height: 18px;
  background: #fff;
  border: 1px solid #fff;
  color: #ffffff;
  border-radius: 3px;
  text-decoration: none;
  white-space: nowrap;
  text-align: center;
}
@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 {
  color: #fff;
  background: none;
}
#policy-info .btn span:last-child:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
#policy-info .btn span:hover {
  background-color: rgba(255, 255, 255, 0.9);
}
#policy-info .btn {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
@media screen and (max-width: 719px) {
  #policy-info .btn {
    width: 100%;
    flex-wrap: wrap;
  }
}
.choice-wrap {
  overflow: hidden;
}
.choice-wrap a {
  color: #666;
}
.choice-wrap i {
  background: url("https://static.apkpure.com/www/static/imgs/stars.svg")
    repeat-x;
  display: inline-block;
  height: 15px;
  background-size: 15px;
  width: 15px;
  top: 2px;
  position: relative;
}
.choice-wrap ul li a {
  display: block;
}
.choice-wrap ul li .wrap {
  padding: 13px 0;
  margin: 0 15px;
  border-bottom: 1px solid #f2f2f2;
}
.choice-wrap ul li .wrap::after {
  content: "";
  clear: both;
  display: table;
}
.choice-wrap ul li:last-child .wrap {
  border-bottom: 0;
}
.choice-wrap ul li .banner {
  width: 100%;
  height: 161px;
  overflow: hidden;
  background: #eee url("https://static.apkpure.com/www/static/imgs/lazy.png")
    no-repeat center center;
}
.choice-wrap ul li .banner img {
  width: 100%;
}
.choice-wrap ul li .icon {
  float: left;
  margin-right: 10px;
}
.choice-wrap ul li .icon img {
  height: 60px;
  width: 60px;
  display: block;
  border-radius: 15%;
  border: 1px solid #eff3f9;
  background-color: #fff;
  box-sizing: border-box;
}
.choice-wrap ul li .info {
  overflow: hidden;
  margin-top: 8px;
  height: 20px;
}
.choice-wrap ul li .tit {
  line-height: 19px;
  font-weight: 600;
  padding-right: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.choice-wrap ul li .des {
  margin-top: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.choice-wrap ul li .wrap.banner-wrap {
  position: relative;
  padding-top: 0;
}
.choice-wrap ul li .wrap.banner-wrap .icon {
  margin-top: -35px;
}
.choice-wrap ul li .wrap.banner-wrap .des {
  margin-top: 15px;
}
.choice {
  overflow: inherit;
  height: auto;
}
.choice ul {
  margin-left: -15px;
  display: block;
}
.choice li {
  width: 33.3333%;
  float: left;
  margin-bottom: 15px;
}
.choice ul li .banner {
  height: auto !important;
}
.choice ul li .tit {
  font-size: 16px;
}
.choice ul li .banner .lazybg {
  background-size: 100%;
  background-position: center;
  width: 100%;
  height: 0;
  padding-top: 48.828125%;
  background-repeat: no-repeat;
}
.choice ul li .wrap.banner-wrap .des {
  height: 36px;
  margin-top: 10px;
  white-space: unset;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.choice li a {
  background: white;
  margin-left: 15px;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  transition: all 0.2s linear;
}
.choice li a:hover {
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  transform: translate3d(0, -3px, 0);
}
.footer {
  width: auto;
  color: #777;
}
.footer-list {
  width: 100%;
  background: #fdfdfd;
  border-top: 1px solid #e2e2e3;
  border-bottom: 1px solid #e2e2e3;
}
.footer-list .list {
  width: 270px;
  float: left;
  padding: 20px 15px 20px 15px;
}
.footer-list .list p {
  font-size: 18px;
  line-height: 24px;
  padding-bottom: 10px;
  color: #333;
}
.footer-list .list ul {
  padding-left: 16px;
}
.footer-list .list ul li {
  line-height: 20px;
  list-style: disc;
  padding-bottom: 5px;
  font-size: 12px;
}
.footer-list .list ul li a {
  color: #666;
}
.footer-list .list ul li a:hover {
  color: #00a6ed;
}
.footer .follow {
  padding-left: 3px !important;
}
.footer .follow li {
  list-style: none !important;
}
.footer .follow li a {
  background-image: url("https://static.apkpure.com/www/static/imgs/user_v3.png");
  background-size: 22px;
  width: 20px;
  height: 20px;
  display: inline-block;
}
.footer .follow li a span {
  margin-left: 26px;
}
.footer .follow li a.fb {
  background-position: 0 0;
}
.footer .follow li a.tw {
  background-position: 0 -20px;
}
.footer .follow li a.glp {
  background-position: 0 -221px;
}
.footer .follow li a.vk {
  background-position: -1px -167px;
  border-radius: 50%;
}
.footer .follow li a.ok_ru {
  background-position: -1px -195px;
  background-color: #f6822a;
  border-radius: 50%;
}
.copyright {
  line-height: 50px;
  text-align: center;
  background: #f2f5f9;
}
.share-hide {
  display: none;
}
.share-menu {
  visibility: hidden;
  opacity: 0;
}
.share-counter {
  line-height: 32px;
  font-size: 11.4px;
  cursor: pointer;
  font-family: helvetica, arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  vertical-align: top;
  height: auto;
  margin: 0 5px;
  padding: 0 6px;
  left: -1px;
  background: #ebebeb;
  color: #32363b;
  transition: all 0.2s ease;
}
.share-counter:after {
  top: 30%;
  left: -4px;
  content: "";
  position: absolute;
  border-width: 5px 8px 5px 0;
  border-style: solid;
  border-color: transparent #ebebeb transparent transparent;
  display: block;
  width: 0;
  height: 0;
}
.share-side-counter {
  display: inline-block;
  width: 48px;
  text-align: center;
  overflow-wrap: break-word;
}
.share-side-count {
  font-size: 17px;
  line-height: 1.25em;
  color: #222222;
}
.share-side-text {
  font-size: 9px;
  line-height: 1.25em;
  color: #222222;
  letter-spacing: 1px;
}
.cmt-wrap {
  position: relative;
  min-height: 150px;
}
.cmt-no-posts {
  color: #24cd77;
  line-height: 107px;
  text-align: center;
  display: none;
}
.cmt-loading-text {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  height: 40px;
  line-height: 40px;
  margin: auto auto 10px;
}
.fancybox-slide--iframe .fancybox-content {
  width: 900px !important;
}
.fancybox-container {
  z-index: 999999 !important;
}
.ar_fix .floatl {
  float: right !important;
}
.ar_fix .floatr {
  float: left !important;
}
.ar_fix .left {
  float: right;
}
.ar_fix .right {
  float: left;
}
.ar_fix .logo {
  float: right;
}
.ar_fix .top-menu {
  float: left;
}
.ar_fix .nav_menu-item {
  float: left;
}
.ar_fix .top-list li {
  float: right;
}
.ar_fix .top-list dl dt {
  float: right;
}
.ar_fix .top-list dl .title-dd {
  padding-right: 0;
  padding-left: 10px;
}
.ar_fix .top-list dl .down {
  right: 94px;
  left: auto;
}
.ar_fix .top-list li.w5 dl dd {
  padding-left: 90px;
  padding-right: 0;
}
.ar_fix .top-list li.w5 dl dd.price {
  right: auto;
  left: 10px;
  padding-left: 0;
}
.ar_fix .top-list .price span {
  text-align: left;
}
.ar_fix #ad-aegon-side {
  left: 5px;
  right: auto;
}
.ar_fix .box .qrcode {
  left: 10px;
  right: auto;
}
.ar_fix .box .title h1 {
  float: right;
}
.ar_fix .box .title .tit {
  padding-right: 0;
  padding-left: 45px;
}
.ar_fix .box .title .more {
  left: 10px;
  right: auto;
}
.ar_fix .box .requpdate {
  left: 13px;
  right: auto;
}
.ar_fix .footer-list .list {
  float: right;
}
.ar_fix .footer .follow li a span {
  margin-left: 0;
  margin-right: 26px;
}
.ar_fix .ad-down-side {
  padding: 15px 0 15px 15px;
}
.ar_fix .nav_submenu-r {
  left: 0;
  right: auto;
}
.ar_fix .mfp-close {
  left: 0 !important;
  right: auto !important;
}
.ar_fix .nav-user-info a {
  right: auto;
  left: 18px;
}
.ar_fix .stars span.star {
  right: 78px;
  left: auto;
}
.ar_fix .nav_lang .menu_body ul li {
  float: right;
}
.ar_fix #policy-info .btn {
  left: 0;
  right: auto;
}
.ar_fix .choice-wrap ul li .icon {
  float: right;
  margin-right: 0;
  margin-left: 10px;
}
.ar_fix .choice-wrap ul li .tit {
  padding-left: 10px;
  padding-right: 0;
}
@media only screen and (max-width: 1300px) {
  body {
    min-width: 1048px;
  }
  .main {
    width: 1048px;
  }
  .head {
    width: auto;
  }
  .left {
    width: 728px;
  }
  .right {
    width: 300px;
  }
  .footer-list .list {
    width: 230px;
  }
  .top-search form {
    width: 110px;
  }
  .top-search .search-left {
    width: 108px;
  }
  .top-search .search-left input {
    width: 73px;
  }
  .box-cp div {
    width: 500px;
  }
  .choice-wrap ul li .banner {
    height: 146.5px;
  }
  .choice-wrap ul li .wrap {
    padding: 15px 0;
  }
  .choice-wrap ul li .wrap.banner-wrap .des {
    margin-top: 20px;
  }
}
.locale-change .flag_country_br {
  background-position-y: 10px;
}
.locale-change .flag_country_h_br {
  background-position-y: 23px;
}
.locale-change .flag_country_cn {
  background-position-y: -58.125px;
}
.locale-change .flag_country_h_cn {
  background-position-y: -45.125px;
}
.locale-change .flag_country_es {
  background-position-y: -126.25px;
}
.locale-change .flag_country_h_es {
  background-position-y: -113.25px;
}
.locale-change .flag_country_id {
  background-position-y: -194.375px;
}
.locale-change .flag_country_h_id {
  background-position-y: -181.375px;
}
.locale-change .flag_country_in {
  background-position-y: -262.5px;
}
.locale-change .flag_country_h_in {
  background-position-y: -249.5px;
}
.locale-change .flag_country_it {
  background-position-y: -330.625px;
}
.locale-change .flag_country_h_it {
  background-position-y: -317.625px;
}
.locale-change .flag_country_jp {
  background-position-y: -398.75px;
}
.locale-change .flag_country_h_jp {
  background-position-y: -385.75px;
}
.locale-change .flag_country_kr {
  background-position-y: -466.875px;
}
.locale-change .flag_country_h_kr {
  background-position-y: -453.875px;
}
.locale-change .flag_country_nl {
  background-position-y: -535px;
}
.locale-change .flag_country_h_nl {
  background-position-y: -522px;
}
.locale-change .flag_country_pl {
  background-position-y: -603.125px;
}
.locale-change .flag_country_h_pl {
  background-position-y: -590.125px;
}
.locale-change .flag_country_ru {
  background-position-y: -670.625px;
}
.locale-change .flag_country_h_ru {
  background-position-y: -657.625px;
}
.locale-change .flag_country_ar {
  background-position-y: -738.75px;
}
.locale-change .flag_country_h_ar {
  background-position-y: -725.75px;
}
.locale-change .flag_country_sa {
  background-position-y: -738.75px;
}
.locale-change .flag_country_h_sa {
  background-position-y: -725.75px;
}
.locale-change .flag_country_tw {
  background-position-y: -807.5px;
}
.locale-change .flag_country_h_tw {
  background-position-y: -794.5px;
}
.locale-change .flag_country_us {
  background-position-y: -875px;
}
.locale-change .flag_country_h_us {
  background-position-y: -862px;
}
.locale-change .flag_country_en {
  background-position-y: -875px;
}
.locale-change .flag_country_h_en {
  background-position-y: -862px;
}
.locale-change .flag_country_de {
  background-position-y: -943.125px;
}
.locale-change .flag_country_h_de {
  background-position-y: -930.125px;
}
.locale-change .flag_country_fr {
  background-position-y: -1011.25px;
}
.locale-change .flag_country_h_fr {
  background-position-y: -998.25px;
}
.locale-change .flag_country_vn {
  background-position-y: -1079.375px;
}
.locale-change .flag_country_h_vn {
  background-position-y: -1066.375px;
}
.locale-change .flag_country_tr {
  background-position-y: -1146.875px;
}
.locale-change .flag_country_h_tr {
  background-position-y: -1133.875px;
}
.locale-change .flag_country_ms {
  background-position-y: -1213.75px;
}
.locale-change .flag_country_h_ms {
  background-position-y: -1200.75px;
}
.locale-change .flag_country_my {
  background-position-y: -1213.75px;
}
.locale-change .flag_country_h_my {
  background-position-y: -1200.75px;
}
.locale-change .flag_country_th {
  background-position-y: -1281.25px;
}
.locale-change .flag_country_h_th {
  background-position-y: -1268.25px;
}
.locale-change .flag_country_ur {
  background-position-y: -1347.5px;
}
.locale-change .flag_country_h_ur {
  background-position-y: -1334.5px;
}
.locale-change .flag_country_bn {
  background-position-y: -1413.75px;
}
.locale-change .flag_country_h_bn {
  background-position-y: -1400.75px;
}
.locale-change .flag {
  margin-right: 8px;
}
.locale-change .beta {
  display: inline-block;
  height: 16px;
  line-height: 16px;
  margin-left: 8px;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  background-color: #f77e13;
  padding: 0 4px;
  border-radius: 2px;
}
.locale-change .flag-icon {
  padding-left: 60px;
}
.locale-change .nav-l {
  padding-left: 45px;
}
.locale-change .flag-country {
  background-image: url("https://static.apkpure.com/www/static/imgs/lang_flag_v8.png");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position-x: 30px;
}
.locale-change .flag-country_h {
  background-position-x: 17px;
}
.locale-change:hover {
  background: transparent;
}
.ar_fix .locale-change .flag {
  margin-right: 0;
  margin-left: 8px;
}
.ar_fix .flag-icon {
  padding-right: 60px;
  padding-left: 30px;
}
.ar_fix .nav-l {
  padding-right: 45px;
  padding-left: 15px;
}
.ar_fix .flag-country {
  background-position-x: 130px;
}
.ar_fix .flag-country_h {
  background-position-x: 45px;
}
.ar_fix .corner-tag-icon-box .corner-tag-icon {
  margin-left: initial;
  margin-right: 8px;
}
.aegon-down-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  height: 80px;
  padding: 12px 16px;
  background: #ffffff;
}
.aegon-down-item a.dl-ref {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.aegon-down-item .icon {
  display: flex;
  border-radius: 15%;
  border: 1px solid #eff3f9;
  background-color: #fff;
  box-sizing: border-box;
  overflow: hidden;
}
.aegon-down-item .icon img {
  width: 56px;
  height: 56px;
  align-self: center;
}
.aegon-down-item .text {
  padding: 0 12px;
  margin-right: auto;
}
.aegon-down-item .tit {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #000;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.aegon-down-item .des {
  margin-top: 4px;
  font-size: 12px;
  line-height: 14px;
  color: rgba(0, 0, 0, 0.4);
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.aegon-down-item .aegon-down-item-btn {
  color: #ffffff;
  font-size: 12px;
  line-height: 14px;
  background: #24cd77;
  border-radius: 4px;
  padding: 5px 20px;
  align-self: center;
  flex-shrink: 0;
}
.aegon-down-item a.dl-ref + a {
  flex-shrink: 0;
}
.share-shortcut .icon {
  background-color: #24cd77;
  background-image: url("https://static.apkpure.com/www/static/imgs/shortcut.svg");
}
.ar_fix .recommend-article-list .recommend-article-item-img {
  margin-left: 12px;
  margin-right: 0;
}
.ar_fix .recommend-article-list .recommend-article-item-date {
  margin-right: 8px;
  margin-left: 0;
}
.recommend-article-list {
  padding: 8px 4px;
  overflow: hidden;
}
.recommend-article-list .recommend-article-item {
  width: calc(50% - 24px);
  float: left;
  padding: 8px 12px;
  border-bottom: 1px solid #eeeeee;
}
.recommend-article-list .recommend-article-item:nth-last-child(2),
.recommend-article-list .recommend-article-item:last-child {
  border-bottom: none;
}
.recommend-article-list .recommend-article-item:hover {
  background: #f5f7fa;
}
.recommend-article-list
  .recommend-article-item:hover
  .recommend-article-item-img {
  opacity: 0.9;
}
.recommend-article-list
  .recommend-article-item:hover
  .recommend-article-item-title {
  color: #00a6ed;
}
.recommend-article-list .recommend-article-item-img {
  margin-left: 0;
  margin-right: 12px;
  float: left;
  border-radius: 4px;
}
.recommend-article-list .recommend-article-item-type {
  padding: 0px 3px;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  border-radius: 2px;
  cursor: pointer;
}
.recommend-article-list .recommend-article-item-type-2 {
  color: #fa8b16;
  border: 1px solid #fa8b16;
}
.recommend-article-list .recommend-article-item-type-2:hover {
  color: #ffffff;
  background-color: #fa8b16;
}
.recommend-article-list .recommend-article-item-type-3 {
  color: #00a6ed;
  border: 1px solid #00a6ed;
}
.recommend-article-list .recommend-article-item-type-3:hover {
  color: #ffffff;
  background: #00a6ed;
}
.recommend-article-list .recommend-article-item-type-4 {
  color: #24cd77;
  border: 1px solid #24cd77;
}
.recommend-article-list .recommend-article-item-type-4:hover {
  color: #ffffff;
  background-color: #24cd77;
}
.recommend-article-list .recommend-article-item-date {
  margin-left: 8px;
  margin-right: 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #a6a6a6;
}
.recommend-article-list .recommend-article-item-title {
  margin-top: 4px;
  height: 44px;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #666666;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.ar_fix .corner-tag-icon-box {
  margin-left: inherit;
  margin-right: 4px;
}
.ar_fix .corner-tag-icon-box .corner-tag-icon {
  margin-left: inherit;
  margin-right: 4px;
}

#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;
}

body {
  padding-top: 45px;
}
@media (min-width: 996px) {
  body {
    padding-top: 70px;
  }
}

.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-3a324656.svg#icon-external-link);
    background-repeat: no-repeat;
    background-size: cover;
    height: 14px;
    width: 14px;
}

.stars {
  background: url(https://static.apkpure.com/www/static/imgs/svg_icon.svg)
    no-repeat;
  background-position: 0 -288px;
  background-size: 160px;
  display: inline-block;
  height: 16px;
  line-height: 0;
  width: 16px;
}
.stars,
.stars + span {
  vertical-align: middle;
}
.no-stars .stars {
  background-position-x: -16px;
}
.category-apk-list-box {
  background-color: #fff;
  margin-bottom: 4px;
  padding: 8px 0 12px;
}
.category-apk-list-box .show-more {
  background: #24cd77;
  border-radius: 4px;
  color: #fff;
  display: block;
  font-size: 13px;
  font-weight: 500;
  height: 40px;
  line-height: 40px;
  margin: 16px auto 0;
  text-align: center;
  width: calc(100% - 32px);
}
.category-apk-list-box .show-more:hover {
  background: #24dc83;
}
.category-module .category-module-title {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 0 16px;
}
.category-module .category-module-title .title-text {
  color: #3c4043;
  flex: 1;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  padding: 4px 0;
}
.category-module .category-module-title .more {
  display: flex;
  justify-content: space-between;
}
.category-module .category-module-title .more:after {
  align-self: center;
  border: 1.5px solid #8b8b8b;
  border-bottom: 0;
  border-right: 0;
  content: "";
  display: inline-block;
  flex-shrink: 0;
  height: 6px;
  margin-left: 8px;
  position: static;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  width: 6px;
}
.is-tab .category-module-title {
  align-items: normal;
  border-bottom: 1px solid #f0f2f4;
  flex-direction: column;
  margin-bottom: 16px;
}
.is-tab .category-module-title .tab-list {
  align-items: center;
  display: flex;
  margin-top: 10px;
}
.is-tab .category-module-title .tab-list > span {
  color: #4b4b4b;
  cursor: pointer;
  flex: 1;
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
  padding: 4px 0 10px;
  position: relative;
  text-align: center;
  white-space: nowrap;
}
.is-tab .category-module-title .tab-list > span:before {
  background-color: transparent;
  bottom: -1px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}
.is-tab .category-module-title .tab-list > span.active,
.is-tab .category-module-title .tab-list > span:hover {
  color: #24cd77;
  font-weight: 500;
}
.is-tab .category-module-title .tab-list > span.active:before,
.is-tab .category-module-title .tab-list > span:hover:before {
  background-color: #24cd77;
}
.is-tab .category-module-title .tab-list > span:after {
  color: transparent;
  content: attr(title);
  display: block;
  font-weight: 500;
  height: 1px;
  margin-bottom: -1px;
  overflow: hidden;
  visibility: hidden;
}
.is-tab .tab-items > * {
  display: none;
  margin-top: 10px !important;
}
.is-tab .tab-items > :first-child {
  display: block;
}
.ar_fix .category-module .category-module-title .more:after {
  margin-left: 0;
  margin-right: 8px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.font_weight_fix .category-apk-list-box .show-more,
.font_weight_fix .category-module .category-module-title .title-text,
.font_weight_fix .is-tab .category-module-title .tab-list > span.active,
.font_weight_fix .is-tab .category-module-title .tab-list > span:after,
.font_weight_fix .is-tab .category-module-title .tab-list > span:hover {
  font-weight: 700;
}
@media screen and (min-width: 720px) {
  .category-apk-list-box .show-more {
    width: 33.33%;
  }
  .category-module .category-module-title .title-text {
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 10px;
  }
  .is-tab .category-module-title {
    align-items: center;
    flex-direction: inherit;
  }
  .is-tab .category-module-title .tab-list {
    margin-top: 0;
  }
  .is-tab .category-module-title .tab-list > span {
    line-height: 24px;
    margin-left: 24px;
  }
  .ar_fix .is-tab .category-module-title .tab-list > span {
    margin-left: 0;
    margin-right: 24px;
  }
}
@media screen and (min-width: 996px) {
  .category-module .category-module-title .title-text {
    font-size: 20px;
    line-height: 28px;
  }
  .category-module .category-module-title .more {
    justify-content: normal;
  }
  .is-tab .category-module-title .tab-list > span {
    line-height: 28px;
  }
  .category-apk-list-box .show-more {
    width: 33.33%;
    width: calc(33.33333% - 18.66667px);
  }
}
.category-apk-swiper {
  background-color: #fff;
  margin-bottom: 4px;
  padding-bottom: 8px;
  padding-top: 8px;
}
.category-apk-swiper .swiper-list {
  font-size: 0;
  line-height: 1;
  overflow-x: auto;
  padding: 0 16px;
  white-space: nowrap;
}
.category-apk-swiper .swiper-list .swiper-item {
  background: #f8f9fa;
  border-radius: 8px;
  display: inline-block;
  overflow: hidden;
  position: relative;
  width: 328px;
}
.category-apk-swiper .swiper-list .swiper-item + .swiper-item {
  margin-left: 8px;
}
.category-apk-swiper .swiper-list .swiper-item .swiper-banner {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 56.75%;
}
.category-apk-swiper .swiper-list .swiper-item .swiper-banner-bg,
.category-apk-swiper .swiper-list .swiper-item:after {
  bottom: 0;
  height: 33.33%;
  left: 0;
  position: absolute;
  width: 100%;
}
.category-apk-swiper .swiper-list .swiper-item:after {
  background: linear-gradient(rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.8));
  content: "";
  z-index: 3;
}
.category-apk-swiper .swiper-list .swiper-item .swiper-banner-bg {
  background-position: 50%;
  background-position-y: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  filter: blur(30px);
  z-index: 4;
}
.category-apk-swiper .swiper-list .swiper-item .swiper-item-info {
  bottom: 0;
  box-sizing: border-box;
  left: 0;
  padding: 4px 12px;
  position: absolute;
  width: 100%;
  z-index: 4;
}
.category-apk-swiper .swiper-list .swiper-item .swiper-item-info span {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  vertical-align: middle;
}
.category-apk-swiper
  .swiper-list
  .swiper-item
  .swiper-item-info
  .swiper-item-info-title {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: calc(100% - 50px);
}
.category-apk-swiper
  .swiper-list
  .swiper-item
  .swiper-item-info
  .swiper-item-info-score {
  float: right;
}
.category-apk-swiper
  .swiper-list
  .swiper-item
  .swiper-item-info
  .swiper-item-info-score
  .stars {
  background-position-x: -32px;
}
.category-apk-swiper
  .swiper-list
  .swiper-item
  .swiper-item-info
  .swiper-item-button {
  background: #24cd77;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  padding: 5px 8px;
}
.category-apk-swiper
  .swiper-list
  .swiper-item
  .swiper-item-info
  .swiper-item-button
  img {
  vertical-align: text-bottom;
}
.category-apk-swiper
  .swiper-list
  .swiper-item
  .swiper-item-info
  .swiper-item-button:hover {
  background: #24dc83;
}
.category-apk-swiper .screen-btn {
  display: none;
}
.ar_fix .category-apk-swiper .swiper-list .swiper-item + .swiper-item {
  margin-left: 0;
  margin-right: 8px;
}
.ar_fix
  .category-apk-swiper
  .swiper-list
  .swiper-item
  .swiper-item-info
  .swiper-item-info-score {
  float: left;
}
.font_weight_fix
  .category-apk-swiper
  .swiper-list
  .swiper-item
  .swiper-item-info
  span {
  font-weight: 700;
}
@media screen and (min-width: 996px) {
  .category-apk-swiper {
    padding-top: 16px;
    position: relative;
  }
  .category-apk-swiper:after,
  .category-apk-swiper:before {
    background-color: #fff;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 16px;
    z-index: 5;
  }
  .category-apk-swiper:after {
    left: auto;
    right: 0;
  }
  .category-apk-swiper .swiper-list .swiper-item {
    width: calc(33.33333% - 5.33333px);
  }
  .category-apk-swiper .screen-btn {
    background-color: #fff;
    border: 0;
    border-radius: 50%;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    display: none;
    height: 40px;
    margin-top: -16px;
    outline: none;
    position: absolute;
    top: 50%;
    width: 40px;
    z-index: 6;
  }
  .category-apk-swiper .screen-btn:before {
    align-self: center;
    border: 2px solid #868686;
    border-bottom: 0;
    border-right: 0;
    content: "";
    display: inline-block;
    flex-shrink: 0;
    height: 10px;
    position: absolute;
    right: 16px;
    top: 14px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    width: 10px;
  }
  .category-apk-swiper .screen-btn.go {
    display: block;
  }
  .category-apk-swiper .screen-btn.prev {
    left: 0;
  }
  .category-apk-swiper .screen-btn.prev:before {
    right: 12px;
    top: 14px;
    transform: rotate(-45deg);
  }
  .category-apk-swiper .screen-btn.next {
    right: 0;
  }
  .ar_fix .category-apk-swiper .screen-btn.prev {
    left: auto;
    right: 0;
  }
  .ar_fix .category-apk-swiper .screen-btn.prev:before {
    right: 16px;
    top: 14px;
    transform: rotate(135deg);
  }
  .ar_fix .category-apk-swiper .screen-btn.next {
    left: 0;
    right: auto;
  }
  .ar_fix .category-apk-swiper .screen-btn.next:before {
    right: 12px;
    top: 14px;
    transform: rotate(-45deg);
  }
}
.category-apk-swiper.show-button
  .swiper-list
  .swiper-item
  .swiper-item-info
  .text-info {
  display: flex;
  justify-content: space-between;
}
.category-apk-swiper.show-button
  .swiper-list
  .swiper-item
  .swiper-item-info
  .text-info
  .swiper-item-info-link {
  flex-grow: 1;
  margin-bottom: 5px;
  margin-top: 2px;
  width: 0;
}
.category-apk-swiper.show-button
  .swiper-list
  .swiper-item
  .swiper-item-info
  .text-info
  .swiper-item-button {
  align-self: baseline;
  flex-grow: 0;
}
.category-apk-swiper.show-button
  .swiper-list
  .swiper-item
  .swiper-item-info
  .swiper-item-info-title {
  width: 100%;
}
.apk-grid-item {
  margin-top: 10px;
  position: relative;
}
.apk-grid-item ul {
  font-size: 0;
  overflow-x: auto;
  padding: 0 16px;
  white-space: nowrap;
}
.apk-grid-item .grid-col {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 2px);
}
.apk-grid-item .grid-col + .grid-col {
  margin-left: 12px;
}
.apk-grid-item .grid-row {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.apk-grid-item .grid-row:hover .grid-text-box .grid-item-title {
  color: #00a6ed;
}
.apk-grid-item .grid-row + .grid-row {
  margin-top: 16px;
}
.apk-grid-item .grid-row img.icon {
  background-color: #fff;
  border: 1px solid #eff3f9;
  border-radius: 15%;
  height: 64px;
  width: 64px;
}
.apk-grid-item .grid-row .grid-text-box {
  flex: 1;
  margin: 0 12px;
  width: 0;
}
.apk-grid-item .grid-row .grid-text-box .grid-item-title {
  color: #4b4b4b;
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.apk-grid-item .grid-row .grid-text-box .grid-item-developer,
.apk-grid-item .grid-row .grid-text-box .grid-item-preregister {
  color: #5e5e5e;
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  margin: 4px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.apk-grid-item .grid-row .grid-text-box .grid-item-score {
  color: #fa8b16;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  margin-left: -2px;
}
.apk-grid-item .grid-row .apk-grid-button,
.apk-grid-item .grid-row .apk-grid-download {
  background: #24cd77;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  padding: 6px 8px;
}
.apk-grid-item .grid-row .apk-grid-button:hover,
.apk-grid-item .grid-row .apk-grid-download:hover {
  background: #24dc83;
}
.apk-grid-item.no-grid + .no-grid {
  margin-top: 16px;
}
.apk-grid-item.no-grid ul {
  white-space: normal;
}
.apk-grid-item.no-grid .grid-col {
  margin-left: 0;
  margin-top: 16px;
}
.apk-grid-item.no-grid .grid-col:first-child {
  margin-top: 0;
}
.apk-grid-item.disable-stars-0 .no-stars .stars {
  background-position-x: -100px;
}
.ar_fix .apk-grid-item .grid-col + .grid-col {
  margin-left: 0;
  margin-right: 12px;
}
.ar_fix .apk-grid-item.no-grid .grid-col {
  margin-right: 0;
}
.font_weight_fix .apk-grid-item .grid-row .grid-text-box .grid-item-title {
  font-weight: 700;
}
@media screen and (min-width: 720px) {
  .apk-grid-item .grid-col {
    width: calc(33.33333% - 8px);
  }
  .apk-grid-item .apk-grid-button,
  .apk-grid-item .grid-row .apk-grid-download {
    display: none;
  }
}
@media screen and (min-width: 720px) and (max-width: 996px) {
  .apk-grid-item.no-grid .grid-col {
    width: calc(50% - 6px);
  }
  .apk-grid-item.no-grid .grid-col:nth-child(2n) {
    margin-left: 12px;
  }
  .apk-grid-item.no-grid .grid-col:nth-child(2) {
    margin-top: 0;
  }
  .ar_fix .apk-grid-item.no-grid .grid-col:nth-child(2n) {
    margin-left: 0;
    margin-right: 12px;
  }
}
@media screen and (min-width: 996px) {
  .apk-grid-item:after,
  .apk-grid-item:before {
    background-color: #fff;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 16px;
  }
  .apk-grid-item:after {
    left: auto;
    right: 0;
  }
  .apk-grid-item.no-grid .grid-col {
    margin-left: 12px;
    width: calc(33.33333% - 8px);
  }
  .apk-grid-item.no-grid .grid-col:nth-child(3n + 1) {
    margin-left: 0;
    margin-right: 0;
  }
  .apk-grid-item.no-grid .grid-col:nth-child(2),
  .apk-grid-item.no-grid .grid-col:nth-child(3) {
    margin-top: 0;
  }
  .ar_fix .apk-grid-item.no-grid .grid-col {
    margin-left: 0;
    margin-right: 12px;
  }
  .ar_fix .apk-grid-item.no-grid .grid-col:nth-child(3n + 1) {
    margin-left: 0;
    margin-right: 0;
  }
}
.scroll-item {
  font-size: 0;
  margin-top: 8px;
  overflow-x: auto;
  padding: 0 16px;
  white-space: nowrap;
}
.scroll-item li {
  display: inline-block;
  width: 80px;
}
.scroll-item li:hover .scroll-item-title {
  color: #00a6ed;
}
.scroll-item li + li {
  margin-left: 8px;
}
.scroll-item li img {
  aspect-ratio: 1/1;
  background-color: #fff;
  border: 1px solid #eff3f9;
  border-radius: 15%;
  height: 80px;
  width: 80px;
}
.scroll-item li .scroll-item-title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #4b4b4b;
  display: -webkit-box;
  font-size: 13px;
  font-weight: 500;
  height: 44px;
  line-height: 22px;
  margin: 4px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: break-spaces;
}
.scroll-item li .scroll-item-score {
  color: #fa8b16;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  margin-left: -2px;
}
.scroll-item li .scroll-item-score .stars.disable-zero-stars {
  background-position-x: 100px;
}
.ar_fix .scroll-item li + li {
  margin-left: 0;
  margin-right: 8px;
}
.font_weight_fix .scroll-item li .scroll-item-title {
  font-weight: 700;
}
@media screen and (min-width: 720px) and (max-width: 996px) {
  .scroll-item li {
    min-width: 80px;
    width: calc(12.5% - 7px);
  }
  .scroll-item li img {
    height: 100%;
    width: 100%;
  }
}
@media screen and (min-width: 996px) {
  .scroll-item li {
    width: calc(12.5% - 14px);
  }
  .scroll-item li + li {
    margin-left: 16px;
  }
  .scroll-item li img {
    height: 100%;
    width: 100%;
  }
  .ar_fix .scroll-item li + li {
    margin-left: 0;
    margin-right: 16px;
  }
}
.apk-banner-list {
  margin-top: 2px;
}
.apk-banner-list > div {
  font-size: 0;
  line-height: 0;
  padding: 0 16px;
}
.apk-banner-list .apk-banner-item {
  display: inline-block;
  margin-top: 8px;
  width: calc(50% - 4px);
}
.apk-banner-list
  .apk-banner-item:hover
  .banner-apk-info
  .banner-text-info
  .banner-text-title {
  color: #00a6ed;
}
.apk-banner-list .apk-banner-item:nth-child(2n) {
  margin-left: 8px;
}
.apk-banner-list .apk-banner-item .apk-banner {
  background-color: #f8f9fa;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #eff3f9;
  border-radius: 4px;
  padding-bottom: 55%;
  width: 100%;
}
.apk-banner-list .apk-banner-item .banner-apk-info {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 6px;
}
.apk-banner-list .apk-banner-item .banner-apk-info .apk-icon {
  background-color: #f8f9fa;
  border: 1px solid #eff3f9;
  border-radius: 15%;
  display: none;
  height: 44px;
  margin-right: 8px;
  width: 44px;
}
.apk-banner-list .apk-banner-item .banner-apk-info .banner-text-info {
  flex: 1;
  width: 0;
}
.apk-banner-list
  .apk-banner-item
  .banner-apk-info
  .banner-text-info
  .banner-text-title {
  color: #5e5e5e;
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.apk-banner-list
  .apk-banner-item
  .banner-apk-info
  .banner-text-info
  .banner-text-score {
  color: #fa8b16;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  margin-left: -2px;
}
.apk-banner-list .screen-btn {
  display: none;
}
.ar_fix .apk-banner-list .apk-banner-item:nth-child(2n) {
  margin-left: 0;
  margin-right: 8px;
}
.ar_fix .apk-banner-list .apk-banner-item .banner-apk-info .apk-icon {
  margin-left: 8px;
  margin-right: 0;
}
.font_weight_fix
  .apk-banner-list
  .apk-banner-item
  .banner-apk-info
  .banner-text-info
  .banner-text-title {
  font-weight: 700;
}
@media screen and (min-width: 720px) {
  .apk-banner-list > div {
    overflow-x: auto;
    white-space: nowrap;
  }
  .apk-banner-list .apk-banner-item {
    width: 328px;
  }
  .apk-banner-list .apk-banner-item + .apk-banner-item {
    margin-left: 8px;
  }
  .apk-banner-list .apk-banner-item .banner-apk-info .apk-icon {
    display: block;
  }
  .ar_fix .apk-banner-list .apk-banner-item + .apk-banner-item {
    margin-left: 0;
    margin-right: 8px;
  }
}
@media screen and (min-width: 996px) {
  .apk-banner-list {
    position: relative;
  }
  .apk-banner-list:after,
  .apk-banner-list:before {
    background-color: #fff;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 16px;
    z-index: 5;
  }
  .apk-banner-list:after {
    left: auto;
    right: 0;
  }
  .apk-banner-list .apk-banner-item,
  .apk-banner-list .swiper-list .swiper-item {
    width: calc(33.33333% - 5.33333px);
  }
  .apk-banner-list .screen-btn {
    background-color: #fff;
    border: 0;
    border-radius: 50%;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    display: none;
    height: 40px;
    margin-top: -16px;
    outline: none;
    position: absolute;
    top: 50%;
    width: 40px;
    z-index: 6;
  }
  .apk-banner-list .screen-btn:before {
    align-self: center;
    border: 2px solid #868686;
    border-bottom: 0;
    border-right: 0;
    content: "";
    display: inline-block;
    flex-shrink: 0;
    height: 10px;
    position: absolute;
    right: 16px;
    top: 14px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    width: 10px;
  }
  .apk-banner-list .screen-btn.go {
    display: block;
  }
  .apk-banner-list .screen-btn.prev {
    left: 0;
  }
  .apk-banner-list .screen-btn.prev:before {
    right: 12px;
    top: 14px;
    transform: rotate(-45deg);
  }
  .apk-banner-list .screen-btn.next {
    right: 0;
  }
  .ar_fix .apk-banner-list .screen-btn.prev {
    left: auto;
    right: 0;
  }
  .ar_fix .apk-banner-list .screen-btn.prev:before {
    right: 13px;
    top: 11px;
    transform: rotate(135deg);
  }
  .ar_fix .apk-banner-list .screen-btn.next {
    left: 0;
    right: auto;
  }
  .ar_fix .apk-banner-list .screen-btn.next:before {
    right: 10px;
    top: 11px;
    transform: rotate(-45deg);
  }
}
.apk-name-list {
  font-size: 0;
  padding: 0 16px;
}
.apk-name-list > a {
  background: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 36px;
  box-sizing: border-box;
  display: inline-block;
  margin-right: 4px;
  margin-top: 8px;
  padding: 2px 0 2px 2px;
}
.apk-name-list > a:hover span {
  color: #00a6ed;
}
.apk-name-list > a img {
  border-radius: 30px;
  height: 30px;
  line-height: 0;
  vertical-align: middle;
  width: 30px;
}
.apk-name-list > a span {
  color: #4b4b4b;
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
  margin: 0 8px;
  max-width: calc(100% - 46px);
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
}
.ar_fix .apk-name-list > a {
  margin-left: 4px;
  margin-right: 0;
  padding: 2px 2px 2px 0;
}
.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;
}
body {
  padding-top: 45px;
}
.no-scrollbar-x::-webkit-scrollbar {
  display: none;
}
.app-home,
.game-home {
  background-color: #f2f5f9;
  margin-top: 4px;
}
.app-home .title,
.game-home .title {
  background-color: #fff;
  color: #3c4043;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding: 10px 16px 0;
}
.app-home .title h1,
.game-home .title h1 {
  display: inline;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (min-width: 996px) {
  .app-home .title,
  .game-home .title {
    font-size: 20px;
    line-height: 28px;
  }
  .app-home .title h1,
  .game-home .title h1 {
    font-size: 20px;
  }
}
.app-home .category-apk-swiper,
.game-home .category-apk-swiper {
  padding-top: 10px;
}
@media screen and (min-width: 996px) {
  .app-home .category-apk-swiper,
  .game-home .category-apk-swiper {
    padding-top: 8px;
  }
}
.app-home .category-icon,
.game-home .category-icon {
  background: url(https://static.apkpure.com/www/static/imgs/svg_icon.svg)
    no-repeat;
  display: inline-block;
  height: 24px;
  width: 24px;
}
.app-home .game-apk-swiper,
.game-home .game-apk-swiper {
  background-color: #fff;
  font-size: 0;
  line-height: 1;
  margin-bottom: 4px;
  padding: 8px 0;
}
@media screen and (min-width: 996px) {
  body {
    background-color: #fff;
    padding-top: 70px;
  }
  .app-home,
  .game-home {
    background-color: #fff;
    margin: 16px auto 0;
    max-width: 1200px;
  }
  .app-home .game-apk-swiper,
  .game-home .game-apk-swiper {
    padding: 16px 0;
  }
  .scroll-item li {
    width: calc(10% - 14.4px);
  }
}
.apk-list-box {
  margin: 4px 0;
}

button.btn[data-v-2b23e28f] {
  display: inline-block;
  font-weight: 300;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid rgba(0, 0, 0, 0);
  cursor: pointer;
  letter-spacing: 1px;
  transition: all 0.15s ease;
}
button.btn.btn-sm[data-v-2b23e28f] {
  padding: 0.4rem 0.8rem;
  font-size: 0.8rem;
  border-radius: 0.2rem;
}
button.btn.btn-primary[data-v-2b23e28f] {
  color: #fff;
  background-color: #45c8f1;
  border-color: #45c8f1;
}
button.btn.btn-outline-primary[data-v-2b23e28f] {
  color: #45c8f1;
  background-color: rgba(0, 0, 0, 0);
  border-color: #45c8f1;
}
button.btn.btn-danger[data-v-2b23e28f] {
  color: #fff;
  background-color: #ff4949;
  border-color: #ff4949;
}
.text-muted[data-v-2b23e28f] {
  color: #8492a6;
}
.text-center[data-v-2b23e28f] {
  text-align: center;
}
.drop-down-enter[data-v-2b23e28f],
.drop-down-leave-to[data-v-2b23e28f] {
  transform: translateX(0) translateY(-20px);
  transition-timing-function: cubic-bezier(0.74, 0.04, 0.26, 1.05);
  opacity: 0;
}
.drop-down-enter-active[data-v-2b23e28f],
.drop-down-leave-active[data-v-2b23e28f] {
  transition: all 0.15s;
}
.move-left-enter[data-v-2b23e28f],
.move-left-leave-to[data-v-2b23e28f] {
  transform: translateY(0) translateX(-80px);
  transition-timing-function: cubic-bezier(0.74, 0.04, 0.26, 1.05);
  opacity: 0;
}
.move-left-enter-active[data-v-2b23e28f],
.move-left-leave-active[data-v-2b23e28f] {
  transition: all 0.15s;
}
.no-tr[data-v-2b23e28f] {
  transition: none !important;
}
.no-tr *[data-v-2b23e28f] {
  transition: none !important;
}
.overlay[data-v-2b23e28f] {
  position: fixed;
  background: rgba(220, 220, 220, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.2s ease;
  opacity: 0;
  visibility: hidden;
}
.overlay .modal[data-v-2b23e28f] {
  transition: all 0.2s ease;
  opacity: 0;
  transform: scale(0.6);
  overflow: hidden;
}
.overlay.show[data-v-2b23e28f] {
  opacity: 1;
  visibility: visible;
}
.overlay.show .modal[data-v-2b23e28f] {
  opacity: 1;
  transform: scale(1);
}
.panel[data-v-2b23e28f] {
  padding: 6px 10px;
  display: flex;
  width: 100%;
  box-sizing: border-box;
  align-items: center;
  border-radius: 6px;
  position: relative;
  border: 1px solid #eaf7ff;
  background: #f7fcff;
  outline: none;
  transition: all 0.07s ease-in-out;
}
.btn[data-v-2b23e28f] {
  cursor: pointer;
  box-sizing: border-box;
}
.light-btn[data-v-2b23e28f] {
  padding: 10px 12px;
  display: flex;
  width: 100%;
  box-sizing: border-box;
  align-items: center;
  border-radius: 6px;
  position: relative;
  border: 1px solid #eaf7ff;
  background: #f7fcff;
  outline: none;
  cursor: pointer;
  transition: all 0.07s ease-in-out;
}
.light-btn[data-v-2b23e28f]:hover {
  background: #e0f4ff;
  border-color: #8acfff;
}
.primary-btn[data-v-2b23e28f] {
  background: #239bf5;
  color: #fff;
  border-radius: 6px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s ease;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
}
.primary-btn[data-v-2b23e28f]:hover {
  background: rgb(64.2695652174, 168.3043478261, 246.3304347826);
  color: #fff;
  text-decoration: none;
}
.button[data-v-2b23e28f] {
  transition: 0.2s ease;
  cursor: pointer;
  user-select: none;
  outline: none;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.button.disabled[data-v-2b23e28f] {
  pointer-events: none;
  opacity: 0.3;
}
.default-color-picker[data-v-2b23e28f] {
  display: grid !important;
}
.default-color-picker input[data-v-2b23e28f] {
  width: 100%;
  height: 100%;
  grid-area: 1/1;
  opacity: 0;
  pointer-events: none;
}
.default-color-picker .color[data-v-2b23e28f] {
  grid-area: 1/1;
}
.shake[data-v-2b23e28f] {
  animation: shake-2b23e28f 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
}
@keyframes shake-2b23e28f {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }
  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}
.pulse[data-v-2b23e28f] {
  animation: pulse-2b23e28f 2s ease infinite;
}
@keyframes pulse-2b23e28f {
  0% {
    opacity: 0.7;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.7;
  }
}
.flash-once[data-v-2b23e28f] {
  animation: flash-once 3.5s ease 1;
}
@keyframes fade-up-2b23e28f {
  0% {
    transform: translate3d(0, 10px, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.fade-in[data-v-2b23e28f] {
  animation: fade-in-2b23e28f 0.3s ease-in-out;
}
@keyframes fade-in-2b23e28f {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.spin[data-v-2b23e28f] {
  animation-name: spin-2b23e28f;
  animation-duration: 2000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes spin-2b23e28f {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.bounceIn[data-v-2b23e28f] {
  animation-name: bounceIn-2b23e28f;
  transform-origin: center bottom;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-iteration-count: 1;
}
@keyframes bounceIn-2b23e28f {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 1;
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
    transform: scale3d(0.8, 0.8, 0.8);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes dots-2b23e28f {
  0%,
  20% {
    color: rgba(0, 0, 0, 0);
    text-shadow: 0.25em 0 0 rgba(0, 0, 0, 0), 0.5em 0 0 rgba(0, 0, 0, 0);
  }
  40% {
    color: #8492a6;
    text-shadow: 0.25em 0 0 rgba(0, 0, 0, 0), 0.5em 0 0 rgba(0, 0, 0, 0);
  }
  60% {
    text-shadow: 0.25em 0 0 #8492a6, 0.5em 0 0 rgba(0, 0, 0, 0);
  }
  80%,
  100% {
    text-shadow: 0.25em 0 0 #8492a6, 0.5em 0 0 #8492a6;
  }
}
@keyframes recording-2b23e28f {
  0% {
    box-shadow: 0px 0px 5px 0px rgba(173, 0, 0, 0.3);
  }
  65% {
    box-shadow: 0px 0px 5px 5px rgba(173, 0, 0, 0.3);
  }
  90% {
    box-shadow: 0px 0px 5px 5px rgba(173, 0, 0, 0);
  }
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url() format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8,
    U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url() format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url() format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url() format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8,
    U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url() format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url() format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url() format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8,
    U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url() format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url() format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url() format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8,
    U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url() format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url() format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}
body[data-v-2b23e28f] {
  margin: 0;
  font-size: 100%;
  color: #3c4858;
}
a[data-v-2b23e28f] {
  text-decoration: none;
  color: #45c8f1;
}
h1[data-v-2b23e28f],
h2[data-v-2b23e28f],
h3[data-v-2b23e28f],
h4[data-v-2b23e28f] {
  margin-top: 0;
}
svg[data-v-2b23e28f] {
  outline: none;
}
.container_selected_area[data-v-2b23e28f] {
  display: none;
  visibility: hidden;
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2147483647;
}
.container_selected_area.active[data-v-2b23e28f] {
  visibility: visible;
  display: block;
}
.container_selected_area .label[data-v-2b23e28f] {
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  text-align: center;
  padding-top: 15px;
}
.area[data-v-2b23e28f] {
  display: none;
  position: absolute;
  z-index: 2147483647;
  pointer-events: none;
  border: 1px solid #1e83ff;
  background: rgba(30, 131, 255, 0.1);
  box-sizing: border-box;
}
.area.active[data-v-2b23e28f] {
  display: block;
  top: 0;
  left: 0;
}
.hide[data-v-2b23e28f] {
  display: none;
}

.vip-welcome-dialog {
  z-index: 99999999 !important;
}
.premium-dialog {
  background: #fff;
  border-radius: 24px;
  box-sizing: border-box;
  max-width: 640px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: relative;
  width: 100%;
}
.premium-dialog p {
  margin: 0;
}
.premium-dialog * {
  box-sizing: border-box;
}
.premium-dialog svg {
  fill: currentColor;
}
@media screen and (max-width: 719px) {
  .premium-dialog {
    border-radius: 16px;
  }
}
.premium-dialog .fancybox-close-small {
  color: #fff !important;
  font-size: 20px;
  margin-right: 10px;
  margin-top: 10px;
  padding: 12px;
}
@media screen and (max-width: 719px) {
  .premium-dialog .fancybox-close-small {
    font-size: 16px;
    margin-right: 4px;
    margin-top: 4px;
  }
}
.premium-dialog-bg {
  left: 50%;
  overflow: hidden;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  z-index: 0;
}
.premium-dialog-bg-pc {
  display: block;
}
.premium-dialog-content {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 32px;
  height: 100%;
  padding: 48px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 719px) {
  .premium-dialog-content {
    gap: 20px;
    padding: 32px 20px;
  }
}
.premium-dialog-head {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-align: center;
}
.premium-dialog-head-title {
  -webkit-text-fill-color: transparent;
  background: linear-gradient(90deg, #ff740c, #fc07f2);
  background-clip: text;
  -webkit-background-clip: text;
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
}
.premium-dialog-head > p {
  color: var(--Text-Body, #5e5e5e);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
@media screen and (max-width: 719px) {
  .premium-dialog-head {
    gap: 8px;
  }
  .premium-dialog-head-title {
    font-size: 24px;
    line-height: 29px;
  }
  .premium-dialog-head > p {
    font-size: 12px;
  }
}
.premium-dialog-features {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}
@media screen and (max-width: 719px) {
  .premium-dialog-features {
    gap: 16px;
  }
}
.premium-dialog-features-item {
  align-items: center;
  display: flex;
  gap: 16px;
}
.premium-dialog-features-item > div {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 8px;
}
.premium-dialog-features-item-icon {
  height: 48px;
  width: 48px;
}
.premium-dialog-features-item .icon-ad-free {
  background: url(/static/assets/svg/img-vip.stack-1666ae0f.svg#icon-ad-free);
}
.premium-dialog-features-item .icon-fast-download {
  background: url(/static/assets/svg/img-vip.stack-1666ae0f.svg#icon-fast-download);
}
.premium-dialog-features-item .icon-member-badge {
  background: url(/static/assets/svg/img-vip.stack-1666ae0f.svg#icon-member-badge);
}
.premium-dialog-features-item .icon-dual-end-sharing {
  background: url(/static/assets/svg/img-vip.stack-1666ae0f.svg#icon-dual-end-sharing);
}
.premium-dialog-features-item-title {
  color: var(--Text-Body, #5e5e5e);
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}
.premium-dialog-features-item p {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: var(--Text-Description, #8b8b8b);
  display: -webkit-box;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 719px) {
  .premium-dialog-features-item-title {
    font-size: 14px;
    line-height: 17px;
  }
}
.premium-dialog-add-pwa {
  align-items: center;
  background: linear-gradient(90deg, #ff740c, #fc07f2);
  border-radius: var(--Radius-Full, 999px);
  color: #fff !important;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  gap: 8px;
  height: 44px;
  justify-content: center;
  line-height: normal;
  max-width: 360px;
  padding: 0 16px;
  width: 100%;
}
.premium-dialog-add-pwa > svg {
  height: 20px;
  position: relative;
  vertical-align: middle;
  width: 20px;
}
.premium-dialog-add-pwa:hover {
  background: linear-gradient(
      0deg,
      hsla(0, 0%, 100%, 0.1),
      hsla(0, 0%, 100%, 0.1)
    ),
    linear-gradient(90deg, #ff740c, #fc07f2);
}
@media screen and (max-width: 719px) {
  .premium-dialog-add-pwa {
    font-size: 12px;
    gap: 8px;
    height: 40px;
    padding: 0 16px;
  }
  .premium-dialog-add-pwa > svg {
    height: 16px;
    width: 16px;
  }
}

.app-drawing-canvas {
  pointer-events: none;
  cursor: default;
  position: absolute;
  top: 0;
  left: 0;
}
.app-drawing-canvas.active {
  pointer-events: all;
  cursor: crosshair;
}
.app-bubble-clicker .bubble {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999999;
  width: 26px;
  height: 26px;
  transform: scale(0);
  opacity: 0;
  background: red;
  border-radius: 50%;
}
.app-bubble-clicker .bubble.show {
  animation: 0.6s ease 0s infinite bubble;
}
@keyframes bubble {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  30% {
    transform: scale(1);
    opacity: 0.6;
  }
  60% {
    transform: scale(1);
    opacity: 0.6;
  }
  100% {
    transform: scale(0);
    opacity: 0;
  }
}

.vc-editable-input {
  position: relative;
}
.vc-input__input {
  padding: 0;
  border: 0;
  outline: none;
}
.vc-input__label {
  text-transform: capitalize;
}

.vc-saturation,
.vc-saturation--white,
.vc-saturation--black {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.vc-saturation--white {
  background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
}
.vc-saturation--black {
  background: linear-gradient(to top, #000, rgba(0, 0, 0, 0));
}
.vc-saturation-pointer {
  cursor: pointer;
  position: absolute;
}
.vc-saturation-circle {
  cursor: head;
  width: 4px;
  height: 4px;
  box-shadow: 0 0 0 1.5px #fff, inset 0 0 1px 1px rgba(0, 0, 0, 0.3),
    0 0 1px 2px rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  transform: translate(-2px, -2px);
}

.vc-hue {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  border-radius: 2px;
}
.vc-hue--horizontal {
  background: linear-gradient(
    to right,
    #f00 0%,
    #ff0 17%,
    #0f0 33%,
    #0ff 50%,
    #00f 67%,
    #f0f 83%,
    #f00 100%
  );
}
.vc-hue--vertical {
  background: linear-gradient(
    to top,
    #f00 0%,
    #ff0 17%,
    #0f0 33%,
    #0ff 50%,
    #00f 67%,
    #f0f 83%,
    #f00 100%
  );
}
.vc-hue-container {
  cursor: pointer;
  margin: 0 2px;
  position: relative;
  height: 100%;
}
.vc-hue-pointer {
  z-index: 2;
  position: absolute;
}
.vc-hue-picker {
  cursor: pointer;
  margin-top: 1px;
  width: 4px;
  border-radius: 1px;
  height: 8px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
  background: #fff;
  transform: translateX(-2px);
}

.vc-checkerboard {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-size: contain;
}
.vc-alpha {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.vc-alpha-checkboard-wrap {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  overflow: hidden;
}
.vc-alpha-gradient {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.vc-alpha-container {
  cursor: pointer;
  position: relative;
  z-index: 2;
  height: 100%;
  margin: 0 3px;
}
.vc-alpha-pointer {
  z-index: 2;
  position: absolute;
}
.vc-alpha-picker {
  cursor: pointer;
  width: 4px;
  border-radius: 1px;
  height: 8px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
  background: #fff;
  margin-top: 1px;
  transform: translateX(-2px);
}

.vc-sketch {
  position: relative;
  width: 200px;
  padding: 10px 10px 0;
  box-sizing: initial;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15), 0 8px 16px rgba(0, 0, 0, 0.15);
}
.vc-sketch-saturation-wrap {
  width: 100%;
  padding-bottom: 75%;
  position: relative;
  overflow: hidden;
}
.vc-sketch-controls {
  display: flex;
}
.vc-sketch-sliders {
  padding: 4px 0;
  flex: 1;
}
.vc-sketch-sliders .vc-hue,
.vc-sketch-sliders .vc-alpha-gradient {
  border-radius: 2px;
}
.vc-sketch-hue-wrap {
  position: relative;
  height: 10px;
}
.vc-sketch-alpha-wrap {
  position: relative;
  height: 10px;
  margin-top: 4px;
  overflow: hidden;
}
.vc-sketch-color-wrap {
  width: 24px;
  height: 24px;
  position: relative;
  margin-top: 4px;
  margin-left: 4px;
  border-radius: 3px;
}
.vc-sketch-active-color {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 2px;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15),
    inset 0 0 4px rgba(0, 0, 0, 0.25);
  z-index: 2;
}
.vc-sketch-color-wrap .vc-checkerboard {
  background-size: auto;
}
.vc-sketch-field {
  display: flex;
  padding-top: 4px;
}
.vc-sketch-field .vc-input__input {
  width: 90%;
  padding: 4px 0 3px 10%;
  border: none;
  box-shadow: inset 0 0 0 1px #ccc;
  font-size: 10px;
}
.vc-sketch-field .vc-input__label {
  display: block;
  text-align: center;
  font-size: 11px;
  color: #222;
  padding-top: 3px;
  padding-bottom: 4px;
  text-transform: capitalize;
}
.vc-sketch-field--single {
  flex: 1;
  padding-left: 6px;
}
.vc-sketch-field--double {
  flex: 2;
}
.vc-sketch-presets {
  margin-right: -10px;
  margin-left: -10px;
  padding-left: 10px;
  padding-top: 10px;
  border-top: 1px solid #eee;
}
.vc-sketch-presets-color {
  border-radius: 3px;
  overflow: hidden;
  position: relative;
  display: inline-block;
  margin: 0 10px 10px 0;
  vertical-align: top;
  cursor: pointer;
  width: 16px;
  height: 16px;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15);
}
.vc-sketch-presets-color .vc-checkerboard {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
}
.vc-sketch__disable-alpha .vc-sketch-color-wrap {
  height: 10px;
}

.app-color-picker[data-v-ba72fdce] {
  position: relative;
  font-family: "Didact Gothic", sans-serif;
}
.app-color-picker.no-transparent .vc-sketch-color-wrap[data-v-ba72fdce] {
  height: 10px;
}
.app-color-picker.no-transparent .vc-sketch-alpha-wrap[data-v-ba72fdce] {
  display: none;
}
.app-color-picker.no-transparent
  .vc-sketch-field
  .vc-sketch-field--single[data-v-ba72fdce]:last-child {
  display: none;
}
.app-color-picker .color-wrapper[data-v-ba72fdce] {
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.app-color-picker .color[data-v-ba72fdce] {
  width: 34px;
  height: 34px;
  border: 1px solid var(--input-border-color);
  border-radius: 4px;
  cursor: pointer;
}
.app-color-picker .drop-down[data-v-ba72fdce] {
  display: none;
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 1000;
}
.app-color-picker.open .drop-down[data-v-ba72fdce] {
  display: block;
}
/*! nouislider - 14.7.0 - 4/6/2021 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
}
.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}
.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat;
}
.noUi-connect {
  height: 100%;
  width: 100%;
}
.noUi-origin {
  height: 10%;
  width: 10%;
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}
.noUi-vertical .noUi-origin {
  width: 0;
}
.noUi-horizontal .noUi-origin {
  height: 0;
}
.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}
.noUi-touch-area {
  height: 100%;
  width: 100%;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
.noUi-horizontal {
  height: 18px;
}
.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  right: -17px;
  top: -6px;
}
.noUi-vertical {
  width: 18px;
}
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  top: -17px;
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}
.noUi-target {
  background: #fafafa;
  border-radius: 4px;
  border: 1px solid #d3d3d3;
  box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
}
.noUi-connects {
  border-radius: 3px;
}
.noUi-connect {
  background: #3fb8af;
}
.noUi-draggable {
  cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}
.noUi-handle {
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  cursor: default;
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
}
.noUi-active {
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
}
.noUi-handle:after,
.noUi-handle:before {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #e8e7e6;
  left: 14px;
  top: 6px;
}
.noUi-handle:after {
  left: 17px;
}
.noUi-vertical .noUi-handle:after,
.noUi-vertical .noUi-handle:before {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}
.noUi-vertical .noUi-handle:after {
  top: 17px;
}
[disabled] .noUi-connect {
  background: #b8b8b8;
}
[disabled] .noUi-handle,
[disabled].noUi-handle,
[disabled].noUi-target {
  cursor: not-allowed;
}
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-pips {
  position: absolute;
  color: #999;
}
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}
.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}
.noUi-marker {
  position: absolute;
  background: #ccc;
}
.noUi-marker-sub {
  background: #aaa;
}
.noUi-marker-large {
  background: #aaa;
}
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}
.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}
.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 25px;
}
.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}
.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}
.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}
.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}
.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}
.noUi-horizontal .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px;
}
.noUi-vertical .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(0, -18px);
  transform: translate(0, -18px);
  top: auto;
  right: 28px;
}

.app-vertical-range-slider .slider {
  height: 110px;
  width: 14px;
  border: none;
  background: #c3daff;
  border-radius: 2px;
  box-shadow: none;
}
.app-vertical-range-slider .slider.noUi-target {
  padding: 8px 0;
}
.app-vertical-range-slider .slider .noUi-connects {
  margin: -8px 0;
  height: calc(100% + 16px);
}
.app-vertical-range-slider .slider .noUi-touch-area {
  height: 16px;
  width: 16px;
  border-radius: 2px;
}
.app-vertical-range-slider .slider .noUi-handle {
  background: #ff9600;
  height: 16px;
  width: 16px;
  border-radius: 2px;
  box-shadow: none;
  border: none;
  right: -1px;
  top: 0px;
  outline: none;
}
.app-vertical-range-slider .slider .noUi-handle:before,
.app-vertical-range-slider .slider .noUi-handle:after {
  display: none;
}
.app-vertical-range-slider .slider .noUi-connects .noUi-connect {
  background: #c3daff;
}
.app-vertical-range-slider .slider .noUi-connects .noUi-connect:first-child {
  background: #3c84f7;
}
button.btn {
  display: inline-block;
  font-weight: 300;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid rgba(0, 0, 0, 0);
  cursor: pointer;
  letter-spacing: 1px;
  transition: all 0.15s ease;
}
button.btn.btn-sm {
  padding: 0.4rem 0.8rem;
  font-size: 0.8rem;
  border-radius: 0.2rem;
}
button.btn.btn-primary {
  color: #fff;
  background-color: #45c8f1;
  border-color: #45c8f1;
}
button.btn.btn-outline-primary {
  color: #45c8f1;
  background-color: rgba(0, 0, 0, 0);
  border-color: #45c8f1;
}
button.btn.btn-danger {
  color: #fff;
  background-color: #ff4949;
  border-color: #ff4949;
}
.text-muted {
  color: #8492a6;
}
.text-center {
  text-align: center;
}
.drop-down-enter,
.drop-down-leave-to {
  transform: translateX(0) translateY(-20px);
  transition-timing-function: cubic-bezier(0.74, 0.04, 0.26, 1.05);
  opacity: 0;
}
.drop-down-enter-active,
.drop-down-leave-active {
  transition: all 0.15s;
}
.move-left-enter,
.move-left-leave-to {
  transform: translateY(0) translateX(-80px);
  transition-timing-function: cubic-bezier(0.74, 0.04, 0.26, 1.05);
  opacity: 0;
}
.move-left-enter-active,
.move-left-leave-active {
  transition: all 0.15s;
}
.no-tr {
  transition: none !important;
}
.no-tr * {
  transition: none !important;
}
.overlay {
  position: fixed;
  background: rgba(220, 220, 220, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.2s ease;
  opacity: 0;
  visibility: hidden;
}
.overlay .modal {
  transition: all 0.2s ease;
  opacity: 0;
  transform: scale(0.6);
  overflow: hidden;
}
.overlay.show {
  opacity: 1;
  visibility: visible;
}
.overlay.show .modal {
  opacity: 1;
  transform: scale(1);
}
.panel {
  padding: 6px 10px;
  display: flex;
  width: 100%;
  box-sizing: border-box;
  align-items: center;
  border-radius: 6px;
  position: relative;
  border: 1px solid #eaf7ff;
  background: #f7fcff;
  outline: none;
  transition: all 0.07s ease-in-out;
}
.btn {
  cursor: pointer;
  box-sizing: border-box;
}
.light-btn {
  padding: 10px 12px;
  display: flex;
  width: 100%;
  box-sizing: border-box;
  align-items: center;
  border-radius: 6px;
  position: relative;
  border: 1px solid #eaf7ff;
  background: #f7fcff;
  outline: none;
  cursor: pointer;
  transition: all 0.07s ease-in-out;
}
.light-btn:hover {
  background: #e0f4ff;
  border-color: #8acfff;
}
.primary-btn {
  background: #239bf5;
  color: #fff;
  border-radius: 6px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s ease;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
}
.primary-btn:hover {
  background: rgb(64.2695652174, 168.3043478261, 246.3304347826);
  color: #fff;
  text-decoration: none;
}
.button {
  transition: 0.2s ease;
  cursor: pointer;
  user-select: none;
  outline: none;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.button.disabled {
  pointer-events: none;
  opacity: 0.3;
}
.default-color-picker {
  display: grid !important;
}
.default-color-picker input {
  width: 100%;
  height: 100%;
  grid-area: 1/1;
  opacity: 0;
  pointer-events: none;
}
.default-color-picker .color {
  grid-area: 1/1;
}
.shake {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
}
@keyframes shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }
  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}
.pulse {
  animation: pulse 2s ease infinite;
}
@keyframes pulse {
  0% {
    opacity: 0.7;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.7;
  }
}
.flash-once {
  animation: flash-once 3.5s ease 1;
}
@keyframes fade-up {
  0% {
    transform: translate3d(0, 10px, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.fade-in {
  animation: fade-in 0.3s ease-in-out;
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.spin {
  animation-name: spin;
  animation-duration: 2000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.bounceIn {
  animation-name: bounceIn;
  transform-origin: center bottom;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-iteration-count: 1;
}
@keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 1;
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
    transform: scale3d(0.8, 0.8, 0.8);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes dots {
  0%,
  20% {
    color: rgba(0, 0, 0, 0);
    text-shadow: 0.25em 0 0 rgba(0, 0, 0, 0), 0.5em 0 0 rgba(0, 0, 0, 0);
  }
  40% {
    color: #8492a6;
    text-shadow: 0.25em 0 0 rgba(0, 0, 0, 0), 0.5em 0 0 rgba(0, 0, 0, 0);
  }
  60% {
    text-shadow: 0.25em 0 0 #8492a6, 0.5em 0 0 rgba(0, 0, 0, 0);
  }
  80%,
  100% {
    text-shadow: 0.25em 0 0 #8492a6, 0.5em 0 0 #8492a6;
  }
}
@keyframes recording {
  0% {
    box-shadow: 0px 0px 5px 0px rgba(173, 0, 0, 0.3);
  }
  65% {
    box-shadow: 0px 0px 5px 5px rgba(173, 0, 0, 0.3);
  }
  90% {
    box-shadow: 0px 0px 5px 5px rgba(173, 0, 0, 0);
  }
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url() format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8,
    U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url() format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url() format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url() format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8,
    U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url() format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url() format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url() format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8,
    U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url() format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url() format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url() format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8,
    U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url() format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url() format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}
body {
  margin: 0;
  font-size: 100%;
  color: #3c4858;
}
a {
  text-decoration: none;
  color: #45c8f1;
}
h1,
h2,
h3,
h4 {
  margin-top: 0;
}
svg {
  outline: none;
}
.app-main {
  position: fixed;
  z-index: 2147483647;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  pointer-events: none;
}
.app-main .container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  pointer-events: none;
}
.app-main .container canvas {
  width: 100%;
  height: 100%;
}
.app-main .container .controls {
  position: fixed;
  z-index: 2147483647;
  padding: 30px 30px;
  box-sizing: border-box;
  display: flex;
  pointer-events: none;
  align-items: center;
  justify-content: center;
}
.app-main .container .controls .btn {
  background: #f8fcff;
  border: 1px solid #cde5f6;
  pointer-events: all;
  width: 50px;
  height: 36px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s ease;
}
.app-main .container .controls .play-btn {
  background: #3c84f7;
  margin-right: 20px;
  border: none;
}
.app-main .container .controls .play-btn:hover {
  background: rgb(89.39408867, 150.5408866995, 248.20591133);
}
.app-main .container .controls .play-btn svg {
  width: 14px;
  height: auto;
}
.app-main .container .controls .play-btn svg path {
  fill: #fff;
}
.app-main .container .controls .items {
  display: flex;
  gap: 10px;
}
.app-main .container .controls .control-item {
  box-sizing: border-box;
  transition: 0.2s ease;
  position: relative;
  border-radius: 6px;
}
.app-main .container .controls .control-item .btn svg {
  width: 16px;
  height: auto;
  color: #1aa1fa;
}
.app-main .container .controls .control-item .btn svg path {
  fill: #1aa1fa;
  transition: 0.2s ease;
}
.app-main .container .controls .control-item .btn svg.clear {
  width: 13px;
}
.app-main .container .controls .control-item .btn svg.clear path {
  fill: none;
}
.app-main .container .controls .control-item.close-record .btn svg path {
  fill: #fd2d5e;
}
.app-main .container .controls .control-item .input-wrap {
  position: absolute;
  top: -135px;
  left: 0;
  width: 100%;
  height: 135px;
  align-items: center;
  display: flex;
  justify-content: center;
}
.app-main .container .controls .control-item .app-vertical-range-slider {
  pointer-events: none;
  opacity: 0;
  transition: 0.2s ease;
}
.app-main .container .controls .control-item:hover .btn {
  background: rgb(217.4, 238.8857142857, 255);
}
.app-main .container .controls .control-item.active .btn {
  background: #3c84f7;
  border-color: #3c84f7;
}
.app-main .container .controls .control-item.active .btn svg path {
  fill: #fff;
}
.app-main .container .controls .control-item.active:hover .input-wrap {
  pointer-events: all;
}
.app-main
  .container
  .controls
  .control-item.active:hover
  .app-vertical-range-slider {
  pointer-events: all;
  opacity: 1;
}
.app-main .container .controls .wrapper {
  pointer-events: all;
}
.app-main .container .controls .wrapper.fade {
  opacity: 0.2;
  transition: 0.2s ease;
}
.app-main .container .controls .wrapper.fade:hover {
  opacity: 1;
}
.app-main.bottom-left .controls {
  bottom: 0;
  left: 0;
}
.app-main.bottom-right .controls {
  bottom: 0;
  right: 0;
}
.app-main.bottom-center .controls {
  bottom: 0;
  left: 0;
  right: 0;
  justify-content: center;
}
.app-main.left-side .controls {
  bottom: 0;
  left: 0;
  top: 0;
  justify-content: center;
  padding: 30px 10px;
}
.app-main.left-side .controls .items {
  flex-direction: column;
  justify-content: center;
}
.app-main.right-side .controls {
  bottom: 0;
  right: 0;
  top: 0;
  justify-content: center;
  padding: 30px 10px;
}
.app-main.right-side .controls .items {
  flex-direction: column;
  justify-content: center;
}
.app-main.left-side .controls .btn,
.app-main.right-side .controls .btn {
  width: 36px;
  height: 50px;
}
.app-main.left-side .controls .btn .color,
.app-main.right-side .controls .btn .color {
  width: 26px;
  height: 40px;
}
.app-main .default-color-picker .color {
  width: 40px;
  height: 26px;
  border-radius: 20px;
}
button.btn[data-v-551f1268] {
  display: inline-block;
  font-weight: 300;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid rgba(0, 0, 0, 0);
  cursor: pointer;
  letter-spacing: 1px;
  transition: all 0.15s ease;
}
button.btn.btn-sm[data-v-551f1268] {
  padding: 0.4rem 0.8rem;
  font-size: 0.8rem;
  border-radius: 0.2rem;
}
button.btn.btn-primary[data-v-551f1268] {
  color: #fff;
  background-color: #45c8f1;
  border-color: #45c8f1;
}
button.btn.btn-outline-primary[data-v-551f1268] {
  color: #45c8f1;
  background-color: rgba(0, 0, 0, 0);
  border-color: #45c8f1;
}
button.btn.btn-danger[data-v-551f1268] {
  color: #fff;
  background-color: #ff4949;
  border-color: #ff4949;
}
.text-muted[data-v-551f1268] {
  color: #8492a6;
}
.text-center[data-v-551f1268] {
  text-align: center;
}
.drop-down-enter[data-v-551f1268],
.drop-down-leave-to[data-v-551f1268] {
  transform: translateX(0) translateY(-20px);
  transition-timing-function: cubic-bezier(0.74, 0.04, 0.26, 1.05);
  opacity: 0;
}
.drop-down-enter-active[data-v-551f1268],
.drop-down-leave-active[data-v-551f1268] {
  transition: all 0.15s;
}
.move-left-enter[data-v-551f1268],
.move-left-leave-to[data-v-551f1268] {
  transform: translateY(0) translateX(-80px);
  transition-timing-function: cubic-bezier(0.74, 0.04, 0.26, 1.05);
  opacity: 0;
}
.move-left-enter-active[data-v-551f1268],
.move-left-leave-active[data-v-551f1268] {
  transition: all 0.15s;
}
.no-tr[data-v-551f1268] {
  transition: none !important;
}
.no-tr *[data-v-551f1268] {
  transition: none !important;
}
.overlay[data-v-551f1268] {
  position: fixed;
  background: rgba(220, 220, 220, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.2s ease;
  opacity: 0;
  visibility: hidden;
}
.overlay .modal[data-v-551f1268] {
  transition: all 0.2s ease;
  opacity: 0;
  transform: scale(0.6);
  overflow: hidden;
}
.overlay.show[data-v-551f1268] {
  opacity: 1;
  visibility: visible;
}
.overlay.show .modal[data-v-551f1268] {
  opacity: 1;
  transform: scale(1);
}
.panel[data-v-551f1268] {
  padding: 6px 10px;
  display: flex;
  width: 100%;
  box-sizing: border-box;
  align-items: center;
  border-radius: 6px;
  position: relative;
  border: 1px solid #eaf7ff;
  background: #f7fcff;
  outline: none;
  transition: all 0.07s ease-in-out;
}
.btn[data-v-551f1268] {
  cursor: pointer;
  box-sizing: border-box;
}
.light-btn[data-v-551f1268] {
  padding: 10px 12px;
  display: flex;
  width: 100%;
  box-sizing: border-box;
  align-items: center;
  border-radius: 6px;
  position: relative;
  border: 1px solid #eaf7ff;
  background: #f7fcff;
  outline: none;
  cursor: pointer;
  transition: all 0.07s ease-in-out;
}
.light-btn[data-v-551f1268]:hover {
  background: #e0f4ff;
  border-color: #8acfff;
}
.primary-btn[data-v-551f1268] {
  background: #239bf5;
  color: #fff;
  border-radius: 6px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s ease;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
}
.primary-btn[data-v-551f1268]:hover {
  background: rgb(64.2695652174, 168.3043478261, 246.3304347826);
  color: #fff;
  text-decoration: none;
}
.button[data-v-551f1268] {
  transition: 0.2s ease;
  cursor: pointer;
  user-select: none;
  outline: none;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.button.disabled[data-v-551f1268] {
  pointer-events: none;
  opacity: 0.3;
}
.default-color-picker[data-v-551f1268] {
  display: grid !important;
}
.default-color-picker input[data-v-551f1268] {
  width: 100%;
  height: 100%;
  grid-area: 1/1;
  opacity: 0;
  pointer-events: none;
}
.default-color-picker .color[data-v-551f1268] {
  grid-area: 1/1;
}
.shake[data-v-551f1268] {
  animation: shake-551f1268 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
}
@keyframes shake-551f1268 {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }
  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}
.pulse[data-v-551f1268] {
  animation: pulse-551f1268 2s ease infinite;
}
@keyframes pulse-551f1268 {
  0% {
    opacity: 0.7;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.7;
  }
}
.flash-once[data-v-551f1268] {
  animation: flash-once 3.5s ease 1;
}
@keyframes fade-up-551f1268 {
  0% {
    transform: translate3d(0, 10px, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.fade-in[data-v-551f1268] {
  animation: fade-in-551f1268 0.3s ease-in-out;
}
@keyframes fade-in-551f1268 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.spin[data-v-551f1268] {
  animation-name: spin-551f1268;
  animation-duration: 2000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes spin-551f1268 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.bounceIn[data-v-551f1268] {
  animation-name: bounceIn-551f1268;
  transform-origin: center bottom;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-iteration-count: 1;
}
@keyframes bounceIn-551f1268 {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 1;
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
    transform: scale3d(0.8, 0.8, 0.8);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes dots-551f1268 {
  0%,
  20% {
    color: rgba(0, 0, 0, 0);
    text-shadow: 0.25em 0 0 rgba(0, 0, 0, 0), 0.5em 0 0 rgba(0, 0, 0, 0);
  }
  40% {
    color: #8492a6;
    text-shadow: 0.25em 0 0 rgba(0, 0, 0, 0), 0.5em 0 0 rgba(0, 0, 0, 0);
  }
  60% {
    text-shadow: 0.25em 0 0 #8492a6, 0.5em 0 0 rgba(0, 0, 0, 0);
  }
  80%,
  100% {
    text-shadow: 0.25em 0 0 #8492a6, 0.5em 0 0 #8492a6;
  }
}
@keyframes recording-551f1268 {
  0% {
    box-shadow: 0px 0px 5px 0px rgba(173, 0, 0, 0.3);
  }
  65% {
    box-shadow: 0px 0px 5px 5px rgba(173, 0, 0, 0.3);
  }
  90% {
    box-shadow: 0px 0px 5px 5px rgba(173, 0, 0, 0);
  }
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url() format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8,
    U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url() format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url() format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url() format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8,
    U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url() format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url() format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url() format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8,
    U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url() format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url() format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url() format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8,
    U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url() format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url() format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}
body[data-v-551f1268] {
  margin: 0;
  font-size: 100%;
  color: #3c4858;
}
a[data-v-551f1268] {
  text-decoration: none;
  color: #45c8f1;
}
h1[data-v-551f1268],
h2[data-v-551f1268],
h3[data-v-551f1268],
h4[data-v-551f1268] {
  margin-top: 0;
}
svg[data-v-551f1268] {
  outline: none;
}
.app-root[data-v-551f1268] {
  line-height: normal;
}

.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;
}