
ins.adsbygoogle[data-ad-status="unfilled"] {
  display: none !important;
}

.header {
  /* background: url(../images/xms-header.png) no-repeat center center;
  background-size: cover; */
  padding: 4px 0;
}

.navfix-logo .logo {
  background-image: url(../images/logo.png);
  background-size: 144px 40px;
}
.ft-logo {
  display: block;
  width: 144px;
  height: 40px;
  background-image: url(../images/logo.png);
  background-repeat: no-repeat;
  background-position: 2px center;
  background-size: 144px 40px;
}
.download-free {
  width: 100%;
}

.icon19 {
  width: 19px;
  height: 19px;
  margin-right: 12px;
}

input[type=checkbox] {
  display: none;
}

.topmenu-box {
  position: absolute;
  width: 22px;
  height: 18px;
  top: 15px;
  left: 0;
  z-index: 1000;
}

.menu-icon,.menu-icon::before,.menu-icon::after {
  width: 100%;
  height: 2px;
  background-color: #333;
  /* background-color: #fff; */
}

.menu-icon {
  display: block;
  position: relative;
  z-index: 1000;
}

.menu-icon::before,.menu-icon::after {
  content: '';
  position: absolute;
  top: 6px;
  transition: all ease .25s;
  left: 0;
}

.menu-icon::before {
  width: 14px;
}

.menu-icon::after {
  top: 12px;
}

.topsearch-box {
  width: 40px;
  height: 40px;
  position: absolute;
  right: -16px;
  top: 3px;
}

.opacitybg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, .6);
  z-index: 999;
  display: none;
}

.search {
  overflow: hidden;
  width: 0;
  height: 40px;
  transition: all ease .25s;
  
  background-color: #f5f5f5;
  border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.navfix {
  width: 300px;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 999;
  left: -110%;
  transition: all .3s cubic-bezier(.165, .84, .44, 1);
}

.navfix-logo {
  padding: 4px 0;
}

.navfix-ls {
  height: calc(100vh - 48px);
  overflow: auto;
  padding-top: 10px;
  padding-bottom: 100px;
}

.navfix-item {
  opacity: 0;
  transform: translateX(-100%);
  transition: all .3s ease .05s;
  line-height: 45px;
  padding: 0 20px;
}

.navfix-link {
  line-height: 45px;
  text-align: left;
  display: flex;
  align-items: center;
  font-size: 14px;
}

.navfix-link .icon20 {
  margin-right: 8px;
  fill: #0d9f74;
  width: 20px;
  height: 20px;
}

#topmenu:checked ~ .topmenu-box {
  position: fixed;
  left: 24px;
  top: 18px;
}

#topmenu:checked+.opacitybg {
  display: block;
}

#topmenu:checked~.navfix {
  left: 0;
}

#topmenu:checked~.navfix .navfix-item {
  opacity: 1;
  transform: translateX(0);
}

#topmenu:checked~.navfix .navfix-item:nth-child(1) {
  transition-delay: .1s;
}

#topmenu:checked~.navfix .navfix-item:nth-child(2) {
  transition-delay: .1s;
}

#topmenu:checked~.navfix .navfix-item:nth-child(3) {
  transition-delay: .15s;
}

#topmenu:checked~.navfix .navfix-item:nth-child(4) {
  transition-delay: .2s;
}

#topmenu:checked~.navfix .navfix-item:nth-child(5) {
  transition-delay: .25s;
}

#topmenu:checked~.navfix .navfix-item:nth-child(6) {
  transition-delay: .3s;
}

#topmenu:checked~.topmenu-box .menu-icon {
  background-color: transparent;
}

#topmenu:checked~.topmenu-box .menu-icon::before {
  transform: rotate(45deg);
  width: 22px;
  transform-origin: 7px -7px;
}

#topmenu:checked~.topmenu-box .menu-icon::after {
  transform-origin: 0 8px;
  transform: rotate(-45deg);
}

.search-header .search {
  width: calc(100% - 42px);
}

.search-form {
  position: relative;
  display: flex;
  height: 100%;
}

.search-input {
  font-size: 14px;
  flex: 1;
  width: 100%;
  height: 100%;
  padding-left: 16px;
  border: 0;
  background: 0 0;
}

.search-btn {
  flex: 0 0 48px;
  width: 48px;
}

.search-icon {
  position: absolute;
  top: 10px;
  right: 16px;
  display: block;
  width: 17px;
  height: 17px;
  transform: rotate(-45deg);
  border: 2px solid #333;
  /* border: 2px solid #fff; */
  border-radius: 100%;
}

.search-icon::after {
  position: absolute;
  top: 13px;
  left: 50%;
  display: block;
  width: 2px;
  height: 6px;
  content: '';
  background-color: #333;
  /* background-color: #fff; */
}

.hiddeninfo {
  display: none;
}

.footer {
  line-height: 24px;
  margin-top: 16px;
  background-color: #f8f8f8;
}

.footer-con {
  padding-top: 18px;
  padding-bottom: 26px;
}

.footer-con .logo {
  margin: inherit;
}

.footer-service {
  font-size: 14px;
  line-height: 24px;
  margin-top: 9px;
  color: #999;
}

.footer-ls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 10px;
  margin-left: -10px;
  color: #666;
  font-size: 14px;
}

.footer-link {
  line-height: 24px;
  display: block;
  color: #666;
  padding: 0 10px;
}
.footer-link:hover {
  text-decoration: underline;
}

.breadcrumb,.desktopnav {
  display: none;
}

.section-title,.editor-box-tl,.download-link,.app-descript h3,.app-descript > ul > li > b,.getapp-btn {
  font-family: 'GoogleSans',Arial,sans-serif,serif;
  font-weight: 500;
}

.app-descript h3,.appinfo-value {
  font-family: 'Roboto', sans-serif, serif;
  font-weight: 500;
}

.download-item {
  margin-bottom: 16px;
}

.download-link {
  font-size: 16px;
  line-height: 1;
  position: relative;

  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 54px;
  padding: 0 9px;
  text-align: center;
  color: #fff;
  border-radius: 6px;
  background-color: #00a173;
}

.btn-breath {
  position: relative;
  animation: Breath 1.3s linear infinite;
}

@keyframes Breath {
  0% {
    transform: scale(.92);
  }

  50% {
    transform: scale(100%);
  }

  100% {
    transform: scale(.92);
  }
}

.download-bubble {
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #0070c9;
  color: #fff;
  padding: 4px;
  border-radius: 8px 6px 0 0;
}

.icon-down-safe {
  width: 12px;
  height: 12px;
  fill: #fff;
}

.download-bubble span {
  font-family: sans-serif;
  font-weight: 700;
  margin-left: 2px;
  font-size: 10px;
}

.icon-safe {
  width: 18px;
  height: 18px;
  margin-right: 8px;
  fill: #00a173;
}

.icon-download {
  width: 18px;
  height: 18px;
  margin-right: 8px;
  fill: #fff;
}

.repaidapp {
  background-color: #f32727;
}

.appdisabled {
  background-color: #e8e8e8;
  pointer-events: none;
}

.appdisabled .icon-safe {
  fill: #fff;
}

.download-free-app {
  display: flex;
  margin-left: -10px;
  margin-bottom: -16px;
}

.download-free-app .download-item {
  width: 50%;
  padding-left: 10px;
}

.download-free-app .download-link {
  height: 44px;
  background-color: #f2f9f7;
  color: #01875f;
}
.mt-16 {
  margin-top: 16px;
}
.download-free-app .download-item:last-child .download-link {
  color: #0070c9;
}

.download-link.appdisabled {
  background-color: #e8e8e8;
  pointer-events: none;
  color: #fff;
}

.download-free-app .download-item:last-child .download-link.appdisabled {
  color: #fff;
}

.app-screen {
  margin-top: 16px;
}

.icon-plat {
  width: 28px;
  height: 28px;
  margin-right: 5px;
  vertical-align: middle;
}

.app-descript nav {
  margin-top: 14px;
  margin-bottom: 10px;
}

.app-descript nav a {
  line-height: 1.4;
  display: block;
  padding: 6px 0;
  text-decoration: underline;
  color: #0d9f74;
}

.app-descript strong {
  font-weight: 500;
}
.app-descript > ul > li,
.app-descript > ol > li {
  font-size: 16px;
  line-height: 24px;
  position: relative;
  padding-left: 12px;
  margin-bottom: 10px;
}

.app-descript > ul > li::before,
.app-descript > ol > li::before {
  position: absolute;
  top: 11px;
  left: 0;
  width: 4px;
  height: 4px;
  content: '';
  border-radius: 100%;
  background-color: #000;
}

.app-descript h3 {
  font-size: 18px;
  margin-top: 26px;
  margin-bottom: 12px;
}

.app-descript p + h3 {
  margin-top: 20px;
}

.app-descript h4 {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  margin: 10px 0;
}

.app-descript > ol > li {
  margin: 14px 0;
}

.app-descript > ul {
  margin: 10px 0;
}

.appinfo-list {
  margin-bottom: 16px;
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
}

.appinfo-icon {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  flex: 0 0 20px;
}

.appinfo-item {
  width: 50%;
  padding-left: 8px;
  margin-top: 8px;
}

.appinfo-con {
  border: 1px solid #eee;
  border-radius: 3px;
  padding: 8px;
  display: flex;
  align-items: center;
  line-height: 1.2;
}

.appinfo-title {
  display: block;
  color: #666;
  font-size: 13px;
}

.appinfo-value {
  overflow: hidden;
  flex: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  font-size: 14px;
}

.mation-ls {
  margin: 10px 0;
  border-bottom: 1px solid #eee;
}
.mation-item {
  font-size: 14px;
  line-height: 1.5;
  display: flex;
  justify-content: space-between;

  word-break: break-word;
  border: 1px solid #eee;
  border-bottom-width: 0;
}
.mation-item-name {
  flex: 0 0 140px;
  display: flex;
  align-items: center;
  width: 120px;
  padding: 8px 16px;
  text-align: left;
  font-weight: 500;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  border-right: 1px solid #eee;
}
.mation-item-txt {
  flex: 1;
  padding: 8px 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #72777c;
}

.icon-star {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
}

.download-list {
  margin-top: 26px;
}

.hot-ls {
  font-size: 0;
}

.hot-item {
  line-height: 16px;
  position: relative;
  display: inline-block;
  width: 100%;
  margin-top: 16px;
}

.hot-item:nth-child(n+5),
.hot-item:nth-child(n+5) .hidden-img {
  display: none;
}

.hot-item a {
  display: block;
}

.hot-item-con {
  display: flex;
  align-items: center;
}

.hot-item-img {
  position: relative;
  overflow: hidden;
  flex: 0 0 72px;
  width: 72px;
  height: 72px;
  border: 1px solid #e8e8e8;
  border-radius: 20%;
}

.hot-item-info {
  position: relative;
  overflow: hidden;
  flex: 1;
  padding-left: 16px;
  padding-right: 6px;
}

.hot-item-info-name {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 39px;
}

.hot-item .hot-item-info-cate {
  font-size: 12px;
  margin-top: 5px;
  color: #666;
  display: none;
}

.getapp-btn {
  font-size: 12px;
  line-height: 30px;
  position: relative;
  flex: 0 0 72px;
  width: 72px;
  height: 32px;
  height: 30px;
  text-align: center;
  color: #00a173;
  border: 1px solid rgba(0, 161, 115, .25);
  border-radius: 6px;
}
.hot-item-con:hover .getapp-btn {
  background-color: #00a173;
  color: #fff;
  border: none;
}

.rating {
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: center;
  margin-top: 5px;
}

.icon-star {
  width: 14px;
  height: 14px;
}

.rating .icon-star {
  width: 13px;
  height: 13px;
  margin-left: 2px;
}

.section-title {
  font-size: 18px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 16px 0 0;
}

.scroll-x {
  font-size: 0;
  position: relative;
  width: 100%;
  margin-top: -8px;
  margin-bottom: 25px;
  white-space: nowrap;
}

.coverlink {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.download-item .icon-plat {
  fill: #fff;
}

.appinfo-ads {
  margin-bottom: 16px;
  margin-top: 16px;
}

.appinfo-txt {
  overflow: hidden;
  flex: 1;
}

.sub-cate-ls {
  max-height: 0;
  overflow: hidden;
  transition: all ease .25s;
}

.sub-cate-item {
  display: block;
  padding-left: 28px;
  line-height: 32px;
  font-size: 14px;
  color: #666;
}

label.navfix-link {
  position: relative;
}

label.navfix-link::after {
  position: absolute;
  right: 0;
  top: 16px;
  content: '';
  width: 5px;
  height: 5px;
  border: 2px solid #333;
  border-color: transparent #333 #333 transparent;
  transform: rotate(45deg);
  transition: all ease .25s;
}

#appmore:checked ~ .sub-cate-ls,#gamemore:checked ~ .sub-cate-ls {
  max-height: 1100px;
}

#appmore:checked ~ label.navfix-link::after,#gamemore:checked ~ label.navfix-link::after {
  border-color: #333 #333 transparent transparent;
  transform: rotate(-45deg);
  top: 22px;
}

.search-side {
  opacity: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  bottom: 0;
  background-color: #fff;
  z-index: 1001;
  right: -110%;
  transition: all .3s cubic-bezier(.165, .84, .44, 1);
  padding: 50px 16px 16px;
}

.search-side .search {
  width: 100%;
}

#searchmenu:checked~.search-side {
  right: 0;
  opacity: 1;
}

.search-side .hot-item-pic {
  display: none;
}

#searchmenu:checked~.search-side .hot-item-pic {
  display: block;
}

.search-side-ls .hot-item {
  width: 100%;
}

.search-side-ls .getapp-btn {
  display: none;
}

.search-close {
  display: block;
  position: absolute;
  width: 32px;
  height: 32px;
  right: 16px;
  top: 10px;
  transform: rotate(45deg);
}

.search-close::before,.search-close::after {
  position: absolute;
  content: '';
  display: block;
  background-color: #000;
}

.search-close::before {
  width: 2px;
  height: 20px;
  left: 15px;
  top: 6px;
}

.search-close::after {
  width: 20px;
  height: 2px;
  top: 15px;
  left: 6px;
}

.keywords-ls {
  margin-top: 8px;
  display: flex;
  flex-wrap: wrap;
}

.keywords-item {
  border: 1px solid #ddd;
  padding: 5px 16px;
  border-radius: 20px;
  margin-top: 8px;
  margin-right: 8px;
  font-size: 16px;
}

.category-ls {
  display: flex;
  flex-wrap: wrap;
  margin-left: -16px;
}

.category-item {
  width: 33.3333%;
  margin-top: 16px;
  padding-left: 16px;
}

.category-con {
  position: relative;
}

.category-con .hot-item-info {
  padding-left: 0;
  padding-right: 0;
  margin-top: 8px;
}

.category-con .hot-item-img {
  width: 100%;
  padding-top: 100%;
}

.category-con .hot-item-info-name {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hot-item-pic {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.icon-more {
  width: 16px;
  height: 16px;
  fill: #ccc;
}

.scroll-x {
  font-size: 0;
  position: relative;
  width: 100%;
  margin-top: -8px;
  margin-bottom: 25px;
  white-space: nowrap;
}

.screenbg .scroll-x {
  margin-top: 16px;
  margin-bottom: 0;
}

.screen-ls::-webkit-scrollbar {
  display: none;
}

.screen-ls {
  overflow-x: auto;
  scroll-behavior: smooth;
}

.screen-item {
  font-size: 12px;
  line-height: 16px;
  display: inline-block;
  padding-right: 8px;
  vertical-align: top;
  white-space: normal;
  cursor: pointer;
}

.screen-item img {
  height: 250px;
  border-radius: 6px;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.leftbtn,.rightbtn {
  position: absolute;
  top: 50%;
  display: block;
 
  width: 36px;
  height: 36px;
  margin-top: -18px;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 18px;
}

.leftbtn::after,.rightbtn::after {
  position: absolute;
  top: 12px;
  left: 10px;
  display: block;
  width: 8px;
  height: 8px;
  content: '';
  transform: rotate(-45deg);
  border-right: 2px solid #666;
  border-bottom: 2px solid #666;
}

.leftbtn::after {
  left: 14px;
  transform: rotate(135deg);
}

.leftbtn {
  left: -12px;
}

.rightbtn {
  right: -12px;
}

.first-descript {
  margin-top: 14px;
}

.first-descript h3 {
  margin-top: 0;
}

.screen-preview {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, .6);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 999;
}

.afs-result {
  margin-top: 4px;
  margin-bottom: -14px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.review-download,
.paid-download {
  margin: 16px 0;
  background-color: #0596691a;
  padding: 16px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 16px;
}
.paid-download {
  background-color: #fa87871a;
}
.review-link-ls,
.review-paid-ls {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 16px;
}
.review-link-item,
.review-paid-item {
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;

  background-color: #fff;
  box-shadow: 0 0 0 4px #0596691a;
  border: 2px solid #0596694d;
  border-radius: 12px;
  padding: 14px;
}
.ic-google-play {
  width: 24px;
  height: 24px;
  background: url(../images/ic-google-play.svg) no-repeat center center;
  background-size: contain;
}
.ic-apple {
  width: 24px;
  height: 24px;
  fill: #212121;
}
.ic-apk {
  width: 24px;
  height: 24px;
  fill: #046949;
}
.review-link-text {
  font-weight: 500;
}
.review-apk {
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;

  background-color: #0596691a;
  box-shadow: 0 0 0 4px #0596691a;
  border: 2px solid #0596694d;
  border-radius: 12px;
  padding: 14px;
}
.review-apk .review-link-text {
  color: #046949;
}
.review-link-item:hover,
.review-apk:hover {
  background-color: #059669;
  border-color: #059669;
  color: #fff;
}
.review-paid-item:hover {
  text-decoration: underline;
}
.review-link-item:hover .ic-google-play,
.review-paid-item .ic-google-play {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cg fill='%23fff'%3E%3Cpath d='M325.3 234.3L104.6 13l280.8 161.2-60.1 60.1zM47 0C34 6.8 25.3 19.2 25.3 35.3v441.3c0 16.1 8.7 28.5 21.7 35.3l256.6-256L47 0zm425.2 225.6l-58.9-34.1-65.7 64.5 65.7 64.5 60.1-34.1c18-14.3 18-46.5-1.2-60.8zM104.6 499l280.8-161.2-60.1-60.1L104.6 499z'/%3E%3C/g%3E%3C/svg%3E");
}
.review-link-item:hover .ic-apple,
.review-apk:hover .ic-apk,
.review-paid-item .ic-apple {
  fill: #fff;
}
.review-apk:hover .review-link-text{
  color: #fff;
}

.review-paid-item {
  background-color: #f32727;
  box-shadow: 0 0 0 4px #f327271a;
  border-color: #b0474757;
  color: #fff;
}

.review-disabled {
  border-color: #dfdfdf;
  color: #9d9d9d;
  background-color: #f0f0f0;
  box-shadow: none;
  position: relative;
  overflow: hidden;
  pointer-events: none;
}
.review-disabled::before,
.review-disabled::after {
  content: '';
  flex: 1;
  height: 1px;
  background-color: currentColor;
  opacity: .5;
}
.review-disabled .ic-apk,
.review-disabled .ic-apple {
  fill: #9d9d9d;
}
.review-disabled .ic-google-play {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 32 32'%3E%3Cpath fill='%239d9d9d1c' d='M22.058 10.031l-.02-.01-7.21 6.03 7.204 5.93.026-.012 6.147-3.183c2.393-1.238 2.393-4.334 0-5.573l-6.147-3.182z'/%3E%3Cpath fill='%239d9d9d' d='M2 26.777c0 2.477 2.99 4.025 5.384 2.787l14.649-7.582-7.204-5.932L2 26.777z'/%3E%3Cpath fill='%239d9d9d73' d='M2 5.487v21.29L14.828 16.05 2 5.487z'/%3E%3Cpath fill='%239d9d9d' d='M22.038 10.021L7.384 2.436C4.99 1.197 2 2.746 2 5.223v.265L14.828 16.05l7.21-6.029z'/%3E%3C/svg%3E");
}
.review-disabled .review-link-text {
  color: #9d9d9d;
}


@media screen and (min-width:360px) {
  .hot-item-img {
    width: 80px;
    height: 80px;
    flex: 0 0 80px;
  }

  .hot-item .hot-item-info-cate {
    display: block;
  }

  .review-curapp-pcitem {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media screen and (min-width:776px) {
  .review-curapp-pcname {
    display: block;
  }

  .review-curapp-pcitem {
    padding-left: 24px;
    padding-right: 24px;
  }

  .wrapper {
    position: relative;
    max-width: 776px;
    margin: 0 auto;
  }

  .hot-ls {
    /* width: 100%; */
    margin-right: -16px;
  }

  .icon-curapp {
    display: none;
  }

  .hot-item {
    width: 50%;
    padding-right: 16px;
  }

  .current-logo {
    flex: 0 0 96px;
    width: 96px;
    height: 96px;
    border: 1px solid #e8e8e8;
    border-radius: 20%;
  }

  .download-top {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0;
  }

  .review-curapp-pc {
    margin-top: 6px;
    overflow: hidden;
  }

  .review-curapp-pcitem {
    flex: initial;
  }

  .download-bubble {
    padding: 6px 8px;
    border-radius: 12px 6px 0 0;
  }
  
  .icon-down-safe {
    width: 16px;
    height: 16px;
    fill: #fff;
  }
  
  .download-bubble span {
    font-size: 12px;
  }

  .mation-ls {
    border-bottom: 1px solid #eee;
    margin: 16px 0;
  }
  .mation-item {
    font-size: 16px;
    border: 1px solid #eee;
    border-bottom-width: 0;
  }
  .mation-item-name {
    flex: 0 0 240px;
    border-right: 1px solid #eee;
    padding-left: 16px;
  }
  .mation-item-name, .mation-item-txt{
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .review-link-ls,
  .review-paid-ls {
    grid-template-columns: repeat(2, 1fr);
  }

}

@media screen and (min-width:1200px) {
  .download-free-app {
    margin-left: 0;
  }

  .footer-ls {
    margin-top: 5px;
  }
  .footer-link {
    display: inline-block;
    line-height: 36px;
  }

  .footer-service {
    margin-bottom: 5px;
    padding-left: 24px;
  }
  .hot-item:nth-child(n+5), .hot-item:nth-child(n+5) .hidden-img {
    display: inline-block;
  }

  .section-title {
    font-size: 24px;
  }

  .header {
    padding: 12px 0;
  }
  /* .header-con {
    margin-top: 12px;
    margin-bottom: 12px;
  } */

  #searchmenu:checked ~ .search {
    width: 300px;
  }

  .current-cate {
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .current-title {
    font-size: 32px;
    line-height: 1.1;
  }

  .hiddeninfo {
    display: block;
  }

  .hot-ls-wp {
    margin-bottom: 16px;
  }

  .wrapper {
    max-width: 1136px;
    margin: 0 auto;
  }

  .hot-item .pcnone,  .topsearch-box,  .topmenu-box {
    display: none;
  }

  .page {
    display: flex;
  }

  .page-left {
    flex: 0 0 728px;
    width: 728px;
    margin-right: 0;
    margin-left: 0;
  }

  .page-right {
    flex: 1;
    margin-left: 60px;
  }

  .page-right .hot-item {
    width: 100%;
  }

  .search {
    position: static;
    width: 300px;
  }

  .search-icon {
    border-color: #333;
  }

  .search-icon::after {
    background-color: #333;
  }

  .desktopnav {
    display: flex;
    align-items: center;
    flex: 1;
    justify-content: flex-end;
    padding-right: 48px;
    text-align: right;
  }

  .desktopnav-link {
    font-size: 14px;
    display: flex;
    align-items: center;
    padding-right: 16px;
    padding-left: 16px;
    text-transform: uppercase;
    color: #202020;
    /* color: #fff; */
  }

  .desktopnav-link-wp {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
  }

  .breadcrumb {
    font-size: 12px;
    display: flex;
    margin: 24px 0 0 -8px;
    color: #bbb;
  }

  .breadcrumb a {
    color: #666;
  }

  .breadcrumb span {
    padding-right: 8px;
    padding-left: 8px;
  }

  .hot-item-info-name:hover,  .hot-item-info-cate:hover,  .menuactive {
    text-decoration: underline;
  }

  .desktopnav-link:hover {
    color: #0d9f74;
  }

  .download-list {
    display: flex;
    margin-left: -10px;
  }

  .download-item {
    flex: 1;
    padding-right: 0;
    padding-left: 10px;
  }

  .current {
    padding-right: 0;
    padding-left: 0;
    margin-top: 0;
  }

  .footer-inline {
    display: flex;
    align-items: flex-end;
  }

  .appinfo-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 16px;
  }

  .appinfo-item {
    width: 33.3333%;
  }

  .footer-con {
    padding-bottom: 18px;
  }

  .leftbtn,  .rightbtn {
    width: 56px;
    height: 56px;
    border-radius: 28px;
  }

  .rightbtn {
    right: -28px;
  }

  .leftbtn {
    left: -28px;
  }

  .leftbtn::after,  .rightbtn::after {
    width: 12px;
    height: 12px;
    left: 16px;
    top: 19px;
  }

  .leftbtn::after {
    left: 23px;
  }

  .download-link:hover {
    opacity: .85;
  }

  .rightbtn:hover,  .leftbtn:hover {
    transition: all ease .25s;
    border-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(60,64,67,.3), 0 1px 3px 1px rgba(60,64,67,.15);
  }
}