.search form {position: relative;width: 310px}
.search form input:focus-visible{outline: none}
.search form input::placeholder{color: #aaa}
.search form input {width: 100%;height: 35px;padding: 10px 20px 10px 30px;border: 1px solid #D2D2D7;border-radius: 4px;background-color: #fff}
.search form .form-check-input{border-radius: 50%;padding: 0;width: 1em; height: 1em; margin-top: 0.25em;vertical-align: top;background-repeat: no-repeat; background-position: center; background-size: contain; border: 1px solid rgba(0,0,0,.25); -webkit-appearance: none; -moz-appearance: none; appearance: none; -webkit-print-color-adjust: exact; color-adjust: exact;}
.search form button {position: absolute;top: 0;left: 0;width: 30px;height: 100%;padding: 0;border: none;background-color: transparent}
.search h3,
.search label{color: #fff}
.search form .form-check-input:checked {background-color: #E32A26; border-color: #E32A26;}
.search form .form-check-input:focus {box-shadow: 0 0 0 0.25rem rgb(207 56 54 / 25%);}
.urun .owl-nav{
  position: absolute;
  top: 42%;
  width: 100%;
  left: 0;
  display: block !important;
}
.urun .owl-nav .owl-next{
  background-color: transparent;
  right: 0;
  position: absolute;
  width: 35px;
  height: 35px;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}
.urun .owl-nav .owl-prev{
  background-color: transparent;
  left: 0;
  position: absolute;
  width: 35px;
  height: 35px;
  font-size: 24px;
  font-weight: 700;
}
.urun .owl-nav .owl-next:hover,
.urun .owl-nav .owl-prev:hover{
  background-color: transparent
}
.alternative_list{
  padding: 0 0 20px 0;
  display: inline-block;
}
.alternative_list a{
  text-decoration: none
}
.alternative_list .list {
  width: 50%;
  float: left;
  position: relative;
  min-height: 60px;
  padding: 8px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px
}

.alternative_list .list:hover {
  background: #fff;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
  box-shadow: 0 1px 2px 0 rgba(0,0,0,.1)
}

.alternative_list .list:hover .icon {
  opacity: .9
}

.alternative_list .list:hover .text .title {
  color: #3483ce
}

@media (min-width: 720px) {
  .alternative_list .list {
      width:33.33%
  }
}

@media (min-width: 1024px) {
  .alternative_list .list {
      width:25%
  }
}

.alternative_list .list .icon {
  width: 60px;
  height: 60px;
  position: absolute;
  left: 8px;
  top: 8px
}

.alternative_list .list .icon img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  background: #f6f9fc;
  border: 1px solid #f6f9fc;
  -moz-border-radius: 20%;
  -webkit-border-radius: 20%;
  border-radius: 20%
}

.alternative_list .list .icon img.loaded {
  background: #fff
}

.alternative_list .list .text {
  margin-left: 68px;
  min-height: 60px
}

.alternative_list .list .text .rating {
  height: 1.2rem;
  font-size: .75rem;
  line-height: 1.2rem;
  padding-left: 16px;
  color: #fa8b16;
  background-image: url(/images/stars-solid.svg);
  background-repeat: no-repeat;
  background-position: left 2px;
  background-size: 13px
}

.alternative_list .list .text .title {
  font-size: 1rem;
  line-height: 2.1rem;
  color: #222;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.alternative_list .list .text .other {
  font-size: .75rem;
  line-height: 1.2rem;
  color: #919191;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.alternative_list .list .text .other span {
  color: #6f6f6f
}
.scrolling-left a{
  text-decoration: none
}
.scrolling-left .det-pic-out {
    height: 166px
}

.scrolling-left li {
    padding-left: 12px;
    padding-right: 8px
}

.scrolling-left .list {
    display: inline-block;
    width: 108px;
    padding: 0 4px
}

.scrolling-left .list:hover {
    background: #fff;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.1)
}

.scrolling-left .list .icon {
    width: 100%;
    height: 0;
    padding-top: 100%;
    overflow: hidden;
    position: relative;
    margin: 4px 0
}

.scrolling-left .list .icon img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background: #f6f9fc;
    border: 1px solid #f6f9fc;
    -moz-border-radius: 20%;
    -webkit-border-radius: 20%;
    border-radius: 20%
}

.scrolling-left .list .title {
    font-size: 14px;
    line-height: 22px;
    color: #222;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%
}

.scrolling-left .list .other {
    font-size: 12px;
    line-height: 14px;
    height: 18px;
    color: #919191;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.scrolling-left .list:hover .title {
    color: #3483ce
}
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,.swiper-wrapper {
    transform: translate3d(0,0,0)
}

.swiper-container-multirow>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-container-multirow-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-container-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-container-pointer-events {
    touch-action: pan-y
}

.swiper-container-pointer-events.swiper-container-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform,height
}

.swiper-container-3d {
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color,var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next:after,.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none!important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev,.swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after {
    content: 'prev'
}

.swiper-button-next,.swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after {
    content: 'next'
}

.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white {
    --swiper-navigation-color: #ffffff
}

.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black {
    --swiper-navigation-color: #000000
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0,0,0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color,var(--swiper-theme-color))
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0,-50%,0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s transform,.2s top
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform,.2s left
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform,.2s right
}

.swiper-pagination-progressbar {
    background: rgba(0,0,0,.25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color,var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white {
    --swiper-pagination-color: #ffffff
}

.swiper-pagination-black {
    --swiper-pagination-color: #000000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0,0,0,.1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0,0,0,.5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s infinite linear;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color,var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}

.swiper-container-cube .swiper-cube-shadow:before {
    content: '';
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px)
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

body.compensate-for-scrollbar {
    overflow: hidden
}

.fancybox-active {
    height: auto
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute!important;
    top: -9999px;
    visibility: hidden
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: 0;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

.fancybox-container * {
    box-sizing: border-box
}

.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47,0,.74,.71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22,.61,.36,1)
}

.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease,visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997
}

.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    transition: opacity .25s ease 0s,visibility 0s ease 0s;
    visibility: visible
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-toolbar {
    right: 0;
    top: 0
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 10px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform,opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994
}

.fancybox-slide:before {
    content: "";
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0
}

.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous {
    display: block
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0
}

.fancybox-slide--image:before {
    display: none
}

.fancybox-slide--html {
    padding: 6px
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5,0,.14,1);
    -webkit-backface-visibility: hidden;
    background: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    transform-origin: top left;
    transition-property: transform,opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in
}

.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content {
    cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
    cursor: grabbing
}

.fancybox-container [data-selectable=true] {
    cursor: text
}

.fancybox-image,.fancybox-spaceball {
    background: 0 0;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%
}

.fancybox-slide--video .fancybox-content {
    background: #000
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff
}

.fancybox-iframe,.fancybox-video {
    background: 0 0;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0
}

.fancybox-button {
    background: rgba(30,30,30,.6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px
}

.fancybox-button,.fancybox-button:link,.fancybox-button:visited {
    color: #ccc
}

.fancybox-button:hover {
    color: #fff
}

.fancybox-button:focus {
    outline: 0
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted
}

.fancybox-button[disabled],.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: 0
}

.fancybox-button div {
    height: 100%
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0
}

.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2) {
    display: none
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998
}

.fancybox-close-small {
    background: 0 0;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none
}

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px
}

.fancybox-navigation .fancybox-button div {
    padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right)
}

.fancybox-caption {
    background: linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996
}

@supports (padding: max(0px)) {
    .fancybox-caption {
        padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))
    }
}

.fancybox-caption--separate {
    margin-top: -50px
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all
}

.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline
}

.fancybox-loading {
    animation: a 1s linear infinite;
    background: 0 0;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999
}

@keyframes a {
    to {
        transform: rotate(1turn)
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0,0,.25,1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%,0,0)
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%,0,0)
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19,1,.22,1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5,1.5,1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5,.5,.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    transform: rotate(0)
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0,0,0) translate3d(-100%,0,0)
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0,0,0) translate3d(100%,0,0)
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%,0,0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%,0,0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translateZ(0) scale(1)
}

@media (max-height: 576px) {
    .fancybox-slide {
        padding-left:6px;
        padding-right: 6px
    }

    .fancybox-slide--image {
        padding: 6px 0
    }

    .fancybox-close-small {
        right: -6px
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px
    }

    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left:max(12px,env(safe-area-inset-left));
            padding-right: max(12px,env(safe-area-inset-right))
        }
    }
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px
}

.fancybox-share p {
    margin: 0;
    padding: 0
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.fancybox-share__button:link,.fancybox-share__button:visited {
    color: #fff
}

.fancybox-share__button:hover {
    text-decoration: none
}

.fancybox-share__button--fb {
    background: #3b5998
}

.fancybox-share__button--fb:hover {
    background: #344e86
}

.fancybox-share__button--pt {
    background: #bd081d
}

.fancybox-share__button--pt:hover {
    background: #aa0719
}

.fancybox-share__button--tw {
    background: #1da1f2
}

.fancybox-share__button--tw:hover {
    background: #0d95e8
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px
}

.fancybox-share__button svg path {
    fill: #fff
}

.fancybox-share__input {
    background: 0 0;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: 0;
    padding: 10px 15px;
    width: 100%
}

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    width: 212px;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0,0,0,.3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0,0,0,.1);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px
}

.fancybox-thumbs__list a:before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25,.46,.45,.94);
    z-index: 99991
}

.fancybox-thumbs__list a:focus:before {
    opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
    opacity: 1
}

@media (max-width: 576px) {
    .fancybox-thumbs {
        width:110px
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px)
    }
}

a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline
}

img {
    vertical-align: middle
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section {
    display: block
}

ol,ul {
    list-style: none
}

blockquote,q {
    quotes: none
}

blockquote:after,blockquote:before,q:after,q:before {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

input:-webkit-autofill,input:-webkit-autofill:active,input:-webkit-autofill:focus,input:-webkit-autofill:hover {
    -webkit-transition-delay: 99999s;
    -webkit-transition: color 99999s ease-out,background-color 99999s ease-out
}

*,::after,::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

a,button,video {
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
    outline: 0;
    text-decoration: none
}

body {
    font-size: .875rem;
    line-height: 1rem;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    color: #6f6f6f;
    background-color: #f6f9fc;
    height: 100%
}

:lang(ja)>body {
    font-family: -apple-system,BlinkMacSystemFont,Roboto,"Segoe UI","ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3",Meiryo,"ãƒ¡ã‚¤ãƒªã‚ª",Osaka,"MS PGothic","ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"
}

html {
    height: 100%
}

.gray {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray
}

.clear {
    clear: both
}

.container-fluid {
    padding-top: 66px;
    width: 100%;
    margin: auto
}

.container-fluid.transparent {
    padding-top: 0
}

.container {
    width: auto;
    margin: 0 auto
}

@media (min-width: 768px) {
    .container {
        width:100%
    }
}

@media (min-width: 992px) {
    .container {
        width:100%
    }
}

@media (min-width: 1200px) {
    .container {
        max-width:1280px
    }
}

#header {
    position: absolute;
    top: 0;
    left: 0;
    height: 66px;
    z-index: 9999;
    width: 100%;
    transition: all .5s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    background: #fff;
    border-bottom: 1px solid #e8e8e8;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.05);
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.05)
}

#header #logo {
    display: block;
    width: 100px;
    position: absolute;
    left: 16px;
    top: 0;
    text-decoration: none;
    height: 66px;
    background-color: #222;
    -webkit-mask: url(/images/logo.svg) no-repeat center;
    mask: url(/images/logo.svg) no-repeat center;
    -webkit-mask-size: 100px;
    mask-size: 100px;
    background-size: 100px;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1
}

#header .menu_box_big {
    display: inline-block;
    width: 100%;
    text-align: right;
    padding-top: 13px;
    padding-right: 16px
}

#header #menu_button {
    float: right;
    border: none;
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    cursor: pointer;
    background-color: #222;
    -webkit-mask: url(/images/menu.svg) no-repeat center;
    mask: url(/images/menu.svg) no-repeat center;
    z-index: 2
}

#header.transparent #menu_button {
    opacity: .8;
    background-color: #fff
}

#header.transparent #menu_button:hover {
    opacity: 1;
    background-color: #fff
}

#header.active #menu_button {
    background-color: #222
}

#header #menu_button:hover,#header.active #menu_button:hover {
    background-color: #3483ce
}

#header .menu_box_big .menu_box_menu {
    text-align: left;
    display: block;
    height: 40px;
    float: right
}

#header .menu_box_big .menu_box_menu.left-menu {
    width: 280px;
    height: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    left: -300px;
    z-index: 9999999;
    display: block;
    overflow-y: auto
}

#header .menu_box_big .menu_box_menu .item {
    float: left
}

#header .menu_box_big .menu_box_menu.left-menu {
    background-color: #fff;
    padding: 20px 0
}

#header .menu_box_big .menu_box_menu.left-menu .item {
    color: #6f6f6f;
    display: block;
    width: 100%;
    text-align: left
}

#header .menu_box_big .menu_box_menu.left-menu .item {
    padding: 0
}

#header .menu_box_big .menu_box_menu.left-menu .item-option a,#header .menu_box_big .menu_box_menu.left-menu a.item {
    padding-left: 40px
}

#header .menu_box_big .menu_box_menu.left-menu a::before {
    content: '';
    height: 20px;
    width: 20px;
    position: absolute;
    left: 10px;
    top: 10px;
    background-image: url(/images/menu.png?v=2);
    background-size: 20px auto;
    background-repeat: no-repeat
}

#header .menu_box_big .menu_box_menu.left-menu .home::before {
    background-position: center 0
}

#header .menu_box_big .menu_box_menu.left-menu .editor-choice:before {
    background-position: center -30px
}

#header .menu_box_big .menu_box_menu.left-menu .review:before {
    background-position: center -60px
}

#header .menu_box_big .menu_box_menu.left-menu .app-alternatives:before {
    background-size: 18px auto;
    background-position: center -82px
}

#header .menu_box_big .menu_box_menu.left-menu .top-tens:before {
    background-position: center -123px
}

#header .menu_box_big .menu_box_menu.left-menu .pre-register:before {
    background-position: center -153px
}

#header .menu_box_big .menu_box_menu.left-menu .on-sale:before {
    background-position: center -184px
}

#header .menu_box_big .menu_box_menu.left-menu .games:before {
    background-position: center -212px
}

#header .menu_box_big .menu_box_menu.left-menu .apps:before {
    background-position: center -240px
}

#header .menu_box_big .menu_box_menu.left-menu .category:before {
    background-position: center -272px
}

#header .menu_box_big .menu_box_menu.left-menu .free-apk-download:before {
    background-position: center -303px
}

#header .menu_box_big .menu_box_menu.left-menu .upload-apk:before {
    background-position: center -402px;
    background-size: 22px auto
}

#header .menu_box_big .menu_box_menu.left-menu .browser-extension:before {
    background-position: center -301px;
    background-size: 18px auto
}

#header .menu_box_big .menu_box_menu.left-menu .xapk-manager:before {
    background-position: center -430px;
    background-size: 22px auto
}

#header .menu_box_big .menu_box_menu.left-menu .search-icon-dark:before {
    background-position: center -417px
}

#header .menu_box_big .menu_box_menu.left-menu .nijigen:before {
    background-position: center -447px
}

#header .menu_box_big .menu_box_menu.left-menu .news:before {
    background-position: center -476px
}

#header .menu_box_big .menu_box_menu.left-menu .item .item-option {
    display: block;
    width: 100%;
    background: 0 0;
    box-shadow: none;
    padding: 0;
    position: static
}

#header .menu_box_big .menu_box_menu.left-menu .item i {
    display: none
}

#header .menu_box_big .menu_box_menu.left-menu .item .item-option a {
    position: relative;
    padding: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 40px
}

#header .menu_box_big .menu_box_menu.left-menu .item .item-option a:hover {
    background: 0 0
}

#header .menu_bg {
    background: rgba(0,0,0,.3);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    cursor: pointer;
    z-index: 999
}

button.close_menu {
    width: 100%;
    height: 48px;
    line-height: 48px;
    padding: 0 16px;
    font-size: 22px;
    border: none;
    border-bottom: 1px solid #e9eff2;
    background: #fbfbfb;
    display: block;
    cursor: pointer;
    text-align: left;
    margin-bottom: 16px
}

#header .menu_box_big .item {
    float: right;
    display: block;
    line-height: 40px;
    padding: 0 10px;
    color: #6f6f6f;
    position: relative
}

#header .menu_box_big .item span {
    opacity: .8;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

#header .menu_box_big div.item i.triangle {
    cursor: pointer;
    opacity: .8;
    padding-right: 16px
}

#header .menu_box_big div.item i.triangle::after {
    position: absolute;
    right: 10px;
    top: 18px;
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #6f6f6f
}

#header.transparent .menu_box_big div.item i.triangle::after {
    border-top: 5px solid #fff
}

#header.active .menu_box_big div.item i.triangle::after {
    border-top: 5px solid #6f6f6f
}

#header .menu_box_big div.item:hover i.triangle::after {
    border-top: 5px solid #3483ce
}

#header.active .menu_box_big div.item:hover i.triangle::after {
    border-top: 5px solid #3483ce
}

#header.transparent .menu_box_big div.item:hover i.triangle::after {
    border-top: 5px solid #fff
}

#header.active.transparent .menu_box_big div.item:hover i.triangle::after {
    border-top: 5px solid #3483ce
}

#header .menu_box_big .item .item-option {
    width: 180px;
    text-align: left;
    z-index: 99;
    display: block;
    position: absolute;
    top: 40px;
    left: 0;
    background: #fff;
    padding: 10px 0;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 0 .1875rem .3125rem -.0625rem rgba(0,0,0,.2),0 .375rem .625rem 0 rgba(0,0,0,.14),0 .0625rem 1.125rem 0 rgba(0,0,0,.12)
}

#header .menu_box_big .item .item-option a {
    display: block;
    width: 100%;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    color: #6f6f6f;
    text-overflow: ellipsis;
    white-space: nowrap
}

#header .menu_box_big .item .item-option a:hover {
    background: #f1f2f3;
    color: #3483ce
}

#header .menu_box_big .item .item-option.item-lang {
    width: 120px;
    text-align: center;
    right: 0;
    left: auto
}

#header .menu_box_big .item .item-option.item-lang i {
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 20px;
    margin-right: 12px;
    text-align: center;
    border: 2px solid #444;
    overflow: hidden;
    border-radius: 15px;
    vertical-align: middle;
    color: #444;
    font-size: 10px
}

#header .menu_box_big a.search-icon {
    width: 48px;
    height: 40px;
    background-color: #6f6f6f;
    -webkit-mask: url(/images/search-icon-dark.svg) no-repeat center;
    mask: url(/images/search-icon-dark.svg) no-repeat center;
    -webkit-mask-size: 20px;
    mask-size: 20px;
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat
}

#header.transparent {
    background: 0 0;
    box-shadow: none;
    border: none
}

#header.active {
    position: fixed
}

#header.transparent.active {
    background: #fff;
    border-bottom: 1px solid #e8e8e8;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.05);
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.05)
}

#header.transparent #logo {
    background-color: #fff
}

#header.active #logo {
    background-color: #222
}

#header.transparent .menu_box_big .item {
    color: #fff
}

#header.active .menu_box_big .item {
    color: #6f6f6f
}

#header .menu_box_big .item:hover,#header.transparent.active .menu_box_big .item:hover span {
    color: #3483ce
}

#header.transparent .menu_box_big .menu_box_menu.left-menu .item:hover {
    color: #3483ce;
    opacity: 1
}

#header.transparent .menu_box_big .item:hover span {
    color: #fff;
    opacity: 1
}

#header.transparent .menu_box_big .item:hover i {
    color: #fff;
    opacity: 1
}

#header.active.transparent .menu_box_big .item:hover i {
    color: #3483ce;
    opacity: 1
}

#header.transparent .menu_box_big a.search-icon {
    opacity: .8;
    background-color: #fff
}

#header.transparent .menu_box_big a.search-icon {
    opacity: .8
}

#header.transparent .menu_box_big a.search-icon:hover {
    background-color: #fff;
    opacity: 1
}

#header.active .menu_box_big a.search-icon {
    background-color: #6f6f6f;
    opacity: 1
}

#header .menu_box_big a.search-icon:hover,#header.active .menu_box_big a.search-icon:hover {
    background-color: #3483ce
}

#header.transparent .menu_box_menu.left-menu .item:hover span {
    color: #3483ce
}

.current-lang {
    cursor: pointer;
    position: relative;
    color: #6f6f6f;
    padding-left: 28px
}

.current-lang:before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 22px;
    background-color: #6f6f6f;
    -webkit-mask: url(/images/language.svg) no-repeat left center;
    mask: url(/images/language.svg) no-repeat left center;
    -webkit-mask-size: 100%;
    mask-size: 100%;
    background-size: 100%
}

#header.transparent .current-lang {
    color: #fff
}

#header.active .current-lang {
    color: #6f6f6f
}

#header .current-lang:before,#header.active .current-lang:before,#header.active.transparent .current-lang:before {
    background-color: #6f6f6f
}

#header.transparent .current-lang:before {
    background-color: #fff
}

#header.active .current-lang:hover {
    color: #3483ce
}

#header.active .current-lang:hover::before {
    background-color: #3483ce
}

.lang-option {
    text-align: left;
    z-index: 99;
    display: block;
    position: absolute;
    top: 40px;
    right: 0;
    background: #fff;
    padding: 20px 0;
    width: 150px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 0 .1875rem .3125rem -.0625rem rgba(0,0,0,.2),0 .375rem .625rem 0 rgba(0,0,0,.14),0 .0625rem 1.125rem 0 rgba(0,0,0,.12)
}

.lang-option a {
    position: relative;
    display: block;
    width: 100%;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    padding-left: 54px;
    color: #6f6f6f
}

.lang-option a:hover {
    background: #f1f2f3;
    color: #3483ce
}

.lang-option a span {
    border: 1px solid #f1f2f3;
    display: block;
    height: 25px;
    width: 25px;
    position: absolute;
    left: 20px;
    top: 8px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

#footer {
    background: #333;
    padding: 30px
}

@media (min-width: 500px) {
    #footer .item {
        float:left;
        width: 50%
    }
}

@media (min-width: 960px) {
    #footer .item {
        width:25%
    }
}

#footer .item .title {
    font-size: 1rem;
    color: #999;
    padding: 20px 0
}

#footer .item ul {
    display: block;
    padding: 0 20px 20px 20px
}

#footer .item ul li {
    list-style: disc;
    font-size: 14px;
    color: #6f6f6f;
    padding-bottom: 10px
}

#footer a {
    color: #9f9f9f
}

#footer .item ul a {
    color: #9f9f9f;
    font-size: .815rem;
    line-height: 1.2rem
}

#footer .item ul a:hover {
    color: #fff;
    text-decoration: underline
}

#footer .item .title.discover {
    border-top: 1px solid #484848
}

.footer-bottom {
    text-align: center;
    clear: both;
    border-top: 1px solid #484848;
    padding-top: 20px;
    font-size: .75rem
}

.tip-extension {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999999;
    top: 0;
    left: 0
}

.tip-extension-box {
    background-color: #fff;
    max-width: 640px;
    padding: 30px;
    position: relative;
    text-align: center;
    z-index: 9;
    left: 50%;
    top: 5px;
    transform: translate(-50%,0);
    box-shadow: 6px 6px 6px 6px rgba(0,0,0,.1);
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden
}

.tip-extension:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #000;
    opacity: .4
}

.tip-extension-box .text {
    text-align: left;
    padding-left: 105px;
    position: relative;
    min-height: 80px;
    font-size: 15px;
    line-height: 20px
}

.tip-extension-box .text .title {
    font-size: 22px;
    color: #222;
    padding-right: 16px;
    padding-bottom: 10px;
    line-height: 26px
}

.tip-extension-box .text p {
    padding-bottom: 24px
}

#footer .tip-extension-box .text a,.tip-extension-box .text button {
    display: inline-block;
    background-color: #1c72e7;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    vertical-align: top;
    border: none;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    margin-right: 10px;
    right: auto;
    top: auto;
    position: relative
}

#footer .tip-extension-box .text a {
    padding-left: 50px
}

.tip-extension-box .text a:before {
    content: '';
    position: absolute;
    left: 10px;
    top: 7px;
    background: url(/images/google_chrome_icon.svg) no-repeat center;
    width: 26px;
    height: 26px
}

.tip-extension-box .text button.cancel {
    background-color: #fff;
    color: #888;
    position: initial
}

.tip-extension-box button.cancel {
    position: absolute;
    right: 12px;
    top: 12px;
    background: 0 0;
    border: none;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    font-size: 16px
}

#footer .tip-extension-box .text a:hover,.tip-extension-box .text button:hover,.tip-extension-box button.cancel:hover {
    opacity: .9
}

.tip-extension-box .text img {
    position: absolute;
    left: 0;
    top: 0
}

.cookie-notice-container {
    font-size: .75rem;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #6f6f6f;
    text-align: center;
    z-index: 999999;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.1)
}

.cookie-notice-container button {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-8px,-50%);
    display: block;
    padding: 0 30px;
    height: 30px;
    line-height: 30px;
    background: #37aafd;
    border: none;
    color: #fff;
    margin: 0 auto;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    cursor: pointer
}

.cookie-notice-container .container {
    max-width: 900px;
    z-index: 2;
    position: relative;
    text-align: left;
    padding: 16px;
    padding-right: 110px
}

.cookie-notice-container:before {
    content: '';
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .95;
    z-index: -1;
    box-shadow: 0 2px 3px 0 rgba(0,0,0,.15)
}

.review_icon,.star_icon {
    position: relative;
    display: inline-block;
    font-size: 12px;
    padding-left: 14px
}

.star_icon {
    color: #fa8b15
}

.review_icon {
    color: #919191
}

.review_icon:before,.star_icon:before {
    content: '';
    width: 12px;
    height: 10px;
    position: absolute;
    left: 0;
    top: 2px
}

.star_icon:before {
    background-color: #fa8b15;
    -webkit-mask: url(/images/stars-solid.svg) no-repeat center;
    mask: url(/images/stars-solid.svg) no-repeat center;
    -webkit-mask-size: 12px;
    mask-size: 12px
}

.review_icon:before {
    background-color: #919191;
    -webkit-mask: url(/images/review.svg) no-repeat center;
    mask: url(/images/review.svg) no-repeat center;
    -webkit-mask-size: 10px;
    mask-size: 10px
}

.gp_btn,button.gp_btn {
    display: block;
    margin: 0 auto;
    clear: both;
    width: 190px;
    height: 55px;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    border: none;
    background-color: #fff;
    background-image: url(/images/google-badge/en_badge_web_generic.png)
}

.gp_btn.pre {
    background-image: url(/images/google-badge/en_pre_register_generic.png)
}

.gp_btn.jp {
    background-image: url(/images/google-badge/jp_badge_web_generic.png)
}

.gp_btn.de {
    background-image: url(/images/google-badge/de_badge_web_generic.png)
}

.gp_btn.zh {
    background-image: url(/images/google-badge/zh_badge_web_generic.png)
}

.share .icon,.share-icon {
    background: url(/images/share_icon.svg) no-repeat top center;
    background-size: 40px auto
}

.share-button {
    display: block;
    z-index: 999;
    cursor: pointer;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 16px;
    right: 16px;
    border: none;
    background-color: #ff6550;
    background-position: center top;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    box-shadow: 2px 2px 3px 0 rgba(0,0,0,.15)
}

.small-share {
    display: none;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 9999
}

.small-share:before {
    content: '';
    width: 100%;
    height: 100%;
    position: fixed;
    background: #17181a;
    opacity: .7;
    left: 0;
    top: 0;
    z-index: 999
}

.small-share a {
    display: block;
    z-index: 99999;
    color: #fff;
    position: relative;
    height: 40px;
    margin-bottom: 16px;
    cursor: pointer
}

.small-share .icon {
    position: absolute;
    right: 16px;
    bottom: 0;
    display: block;
    height: 40px;
    width: 40px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    box-shadow: 2px 2px 3px 0 rgba(0,0,0,.15)
}

.small-share .text {
    font-size: 12px;
    line-height: 24px;
    height: 24px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    color: #666;
    padding: 0 10px;
    position: absolute;
    right: 64px;
    top: 8px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.35)
}

.share-more .icon {
    background-color: #ff6550;
    background-position: left -40px
}

.share-fb .icon {
    background-color: #3b5998;
    background-position: center -80px
}

.share-twitter .icon {
    background-color: #55acee;
    background-position: center -320px
}

.share-vk .icon {
    background-color: #6383a8;
    background-position: center -360px
}

.share-reddit .icon {
    background-color: #ff5700;
    background-position: center -120px
}

.share-pinterest .icon {
    background-color: #cb2027;
    background-position: center -280px
}

.share-whatsapp .icon {
    background-color: #4dc247;
    background-position: center -160px
}

.share-e .icon {
    background-color: #777;
    background-position: center -240px
}

.share-line .icon {
    background-color: #00ba00;
    background-position: center -200px
}

.other-share {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    color: #fff;
    text-align: center
}

.other-share:before {
    content: '';
    width: 100%;
    height: 100%;
    position: fixed;
    background: #17181a;
    opacity: .85;
    left: 0;
    top: 0
}

.other-share-main {
    width: 90%;
    height: auto;
    position: absolute;
    left: 50%;
    top: 20%;
    transform: translate(-50%,0);
    max-width: 640px
}

.other-share-main amp-social-share {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    height: 48px;
    width: 48px;
    margin: 10px
}

.other-share-main .title {
    font-size: 26px;
    font-weight: 200;
    padding-bottom: 16px
}

.other-share-main .subtitle {
    font-size: 14px;
    font-weight: 200;
    padding-bottom: 16px
}

.other-share-main .list {
    text-align: center
}

.other-share-main .list a {
    display: block;
    cursor: pointer;
    width: 24%;
    color: #fff;
    margin: 10px auto;
    text-align: center;
    float: left;
    z-index: 9999
}

.other-share-main .list .text {
    color: #fff;
    line-height: 30px;
    display: block
}

.other-share-main .list .icon {
    display: block;
    height: 40px;
    width: 40px;
    margin: 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.share-right {
    position: fixed;
    right: 0;
    top: 20%;
    z-index: 9999;
    display: none
}

@media (min-width: 992px) {
    .share-right {
        display:block
    }

    .share-button {
        display: none
    }
}

.share-right a {
    position: relative;
    height: 40px;
    width: 40px;
    overflow: hidden;
    cursor: pointer;
    display: block;
    float: right
}

.share-right a span {
    display: block;
    width: 100%;
    height: 100%
}

.share-right a:hover {
    opacity: .9;
    width: 50px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease
}

.detail_container {
    width: auto;
    position: relative;
    padding-top: 76px;
    margin-bottom: 10px
}

.detail_container .left {
    width: 100%
}

.detail_container .left_box {
    margin: 0 12px
}

.detail_container .box {
    background: #fff;
    box-shadow: 0 1px 2px 0 rgb(0,0,0,.1);
    border-radius: 6px;
    width: 100%;
    margin-bottom: 12px;
    position: relative
}

.right {
    width: auto;
    margin: 0 12px
}

@media (min-width: 960px) {
    .detail_container .left {
        float:left
    }

    .detail_container .left_box {
        margin-right: 360px;
        margin-left: 12px
    }

    .right {
        float: right;
        margin: 0;
        margin-left: -340px;
        z-index: 999;
        position: relative;
        left: auto;
        width: 340px;
        right: 10px
    }
}

.bread_crumbs {
    text-transform: capitalize;
    padding: 12px 48px 24px 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px
}

.bread_crumbs li {
    display: inline;
    color: #999
}

.bread_crumbs a {
    color: #999;
    display: inline-block;
    position: relative;
    padding-right: 16px;
    line-height: 20px
}

.bread_crumbs a:hover {
    color: #666
}

.bread_crumbs a:after,.bread_crumbs a:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 4px 4px;
    position: absolute;
    transform: rotate(90deg);
    top: 7.5px
}

.bread_crumbs a:before {
    right: 2px;
    border-color: transparent transparent #c3c3c3
}

.bread_crumbs a:after {
    right: 4px;
    border-color: transparent transparent #fff
}

.bread_crumbs a:last-child::after,.bread_crumbs a:last-child::before {
    display: none
}

.detail_banner {
    position: relative;
    margin: 16px 24px;
    margin-bottom: 32px;
    min-height: 130px;
    color: #999;
    text-align: center
}

.detail_banner .review_icon,.detail_banner .star_icon {
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    margin-right: 10px
}

.detail_banner .review_icon:before,.detail_banner .star_icon:before {
    top: 5px
}

.detail_banner .icon {
    margin-bottom: 12px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    width: 120px;
    height: 120px
}

.detail_banner .icon.loading {
    background: 0 0
}

.detail_banner h1 {
    font-size: 1.6rem;
    line-height: 2rem;
    color: #000;
    padding-bottom: 6px
}

.detail_banner .security:hover {
    color: #24cd77
}

.detail_banner .security {
    position: relative;
    display: inline-block;
    font-size: 12px;
    padding-left: 16px;
    font-weight: 700;
    cursor: pointer
}

.detail_banner .security:before {
    content: '';
    width: 12px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(data:image/svg+xml;base64,PHN2ZyBjbGFzcz0iaWNvbiIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMjAwIiBoZWlnaHQ9IjIwMCI+PHBhdGggZD0iTTg3MC4yNjMgMTkwLjQwOWMtMTAuNzM3LTkuNzUtMjQuODc3LTE1LjA4NC0zOS41LTE1LjA4NC0xLjMzMyAwLTIuNjY2IDAtMy45OTguMDkyLS44MDcuMDkxLTEwLjExOC42NDYtMjQuNjcuNjQ2LTI0LjExNiAwLTcxLjItMS42NTYtMTE1LjgwMy0xMi4yMy01Ny41OS0xMy43MDQtMTI0LjA1Ni03Ny4xNi0xNDMuMzkzLTg5LjY2Ny05Ljc0OC02LjM0My0yMC45NjctOS40Ny0zMi4yMS05LjQ3LTExLjE5NSAwLTIyLjQxNSAzLjEyNy0zMi4xNCA5LjM4LTIuMzQ1IDEuNTYzLTcxLjkzOSA3My41NjktMTQwLjAxMiA4OS43NTctNDQuNTc5IDEwLjU3NC05Mi41NiAxMi4yMy0xMTYuNjU1IDEyLjIzLTE0LjU1NCAwLTIzLjg0LS41NTUtMjQuNzYtLjY0Ni0xLjI2NC0uMDkyLTIuNTI5LS4wOTItMy44MTYtLjA5Mi0xNC42NDYgMC0yOC44MyA1LjMzNC0zOS42MTMgMTUuMDg0LTExLjcwMiAxMC41NzUtMTguMzY5IDI1LjM4LTE4LjM2OSA0MC45MjJ2MTQwLjA1OGMwIDUxNy43NSAzNTAuMjg1IDU4NC40MjIgMzY1LjEzNiA1ODcuMDg2IDMuNDAzLjU1NSA2LjgyOC44MyAxMC4yNTQuODMgMy40MDMgMCA2Ljg3NC0uMjc1IDEwLjIzLS44MyAxNC44NzQtMi42NjUgMzY3LjczMy02OS4zMzggMzY3LjczMy01ODcuMDg2VjIzMS4zM2MwLTE1LjU0Mi02LjY5LTMwLjM0Ni0xOC40MTQtNDAuOTIyek03NDAuNzggMzkwLjdMNDk3LjkzMSA2MjUuNjY2Yy0xLjUxOCAyLjQ4LTMuMzggNC45NjgtNS42MzMgNy4wODItNy4xMjggNi44OTctMTYuNTUzIDEwLjIwNy0yNS44ODkgMTAuMDIzLTkuMzMyLjE4NC0xOC43MzgtMy4xMjYtMjUuODYzLTEwLjAyMy0yLjI1Mi0yLjExNC00LjEzNy00LjYwMS01LjY1NS03LjA4MmwtMTI5Ljc4LTEyNS42MmMtMTMuODItMTMuMzM3LTEzLjgyLTM0Ljk0NiAwLTQ4LjM3NCAxMy44MTYtMTMuMzMxIDM2LjIzLTEzLjMzMSA1MC4wNSAwbDExMS4yNSAxMDcuNjkgMjI0LjM0Mi0yMTcuMDNjMTMuODE5LTEzLjMzNiAzNi4yMS0xMy4zMzYgNTAuMDI3IDAgMTMuODE3IDEzLjMzIDEzLjgxNyAzNS4wMzYgMCA0OC4zNjl6IiBmaWxsPSIjMjRjZDc3Ii8+PC9zdmc+);
    background-position: center;
    background-size: 16px
}

.star_icon:before {
    background-color: #fa8b15;
    -webkit-mask: url(/images/stars-solid.svg) no-repeat center;
    mask: url(/images/stars-solid.svg) no-repeat center;
    -webkit-mask-size: 12px;
    mask-size: 12px
}

.review_icon:before {
    background-color: #919191;
    -webkit-mask: url(/images/review.svg) no-repeat center;
    mask: url(/images/review.svg) no-repeat center;
    -webkit-mask-size: 10px;
    mask-size: 10px
}

.detail_banner .version {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.detail_banner a {
    color: #999
}

.detail_banner a:hover {
    text-decoration: underline;
    color: #666
}

.qrcode_btn {
    width: 44px;
    height: 44px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer
}

.qrcode_btn span {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden
}

.qrcode_btn span:after,.qrcode_btn span:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.qrcode_btn span:before {
    background-color: #9f9f9f;
    -webkit-mask: url(/images/QrCode.svg) no-repeat center;
    mask: url(/images/QrCode.svg) no-repeat center;
    -webkit-mask-size: 60%;
    mask-size: 60%;
    background-size: 60%
}

.qrcode_btn span:after {
    width: 200%;
    height: 200%;
    background-color: #fff;
    transform: rotate(-45deg);
    left: -150%
}

.detail_banner .button_box {
    text-align: center;
    padding-top: 10px
}

.new_detail_price {
    text-align: center;
    padding-bottom: 10px
}

.new_detail_price .price {
    font-size: 1rem;
    color: #f92e1f
}

.new_detail_price .peak_price {
    font-size: .75rem;
    margin: 0 5px;
    text-decoration: line-through;
    color: #9f9f9f
}

.new_detail_price .discount {
    color: #fff;
    background: #24cd77;
    padding: 2px 8px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.button_box .gp_text_btn {
    display: block;
    font-size: 12px;
    color: #888;
    text-decoration: none;
    margin-top: 10px
}

.button_box .gp_text_btn.fab {
    text-align: center
}

.button_box .down_btn {
    cursor: pointer;
    margin: 0 auto;
    display: block;
    width: 100%;
    max-width: 260px;
    background: #0284fe;
    text-align: left;
    color: #fff;
    font-size: 12px;
    border-radius: 8px;
    padding: 12px 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    background-image: linear-gradient(90deg,#0284fe,#793bf1c7)
}

.button_box .down_btn2 {
    cursor: pointer;
    margin: 0 auto;
    display: block;
    width: 100%;
    max-width: 260px;
    background: #313131;
    text-align: left;
    color: #fff;
    font-size: 12px;
    border-radius: 8px;
    padding: 12px 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}

.button_box .down_btn3 {
    cursor: pointer;
    margin: 0 auto;
    display: block;
    width: 100%;
    max-width: 260px;
    background: #efefef;
    text-align: left;
    color: #fff;
    font-size: 12px;
    border-radius: 8px;
    padding: 12px 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}

.button_box .down_btn.fab {
    padding: 16px 16px 16px 46px;
    text-align: center
}
/*
.button_box .down_btn:before {
    content: '';
    width: 35px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    -webkit-mask: url(/images/download.svg) no-repeat right center;
    mask: url(/images/download.svg) no-repeat right center;
    -webkit-mask-size: 18px;
    mask-size: 18px;
    background-size: 18px;
    background-position: right center;
    background-repeat: no-repeat
}
*/
.button_box .down_btn:hover {
    color: #fff;
    text-decoration: none;
    box-shadow: #0284fe 0 0 9px 0
}
.button_box .down_btn2:hover {
    color: #fff;
    text-decoration: none;
    box-shadow: #313131 0 0 9px 0
}
.button_box .down_btn3:hover {
    color: #fff;
    text-decoration: none;
    box-shadow: #efefef 0 0 9px 0
}

@media (min-width: 960px) {
    .detail_banner {
        padding-left:156px;
        padding-right: 240px;
        text-align: left
    }

    .detail_banner .icon {
        position: absolute;
        left: 0;
        top: 0;
        margin: 0;
        width: 130px;
        height: 130px
    }

    .detail_banner p:last-of-type {
        padding-bottom: 0
    }

    .detail_banner .button_box {
        position: absolute;
        right: 0;
        bottom: 0;
        text-align: center
    }

    .button_box .down_btn {
        margin: 0 auto
    }

    .button_box .gp_text_btn.fab {
        max-width: 240px
    }
}

.screenshots_swiper {
    width: 100%;
    padding: 5px 0;
    background-color: #f6f9fc
}

.screenshots_swiper .swiper-slide {
    width: auto;
    margin-right: 5px
}

.screenshots_swiper .swiper-slide a {
    display: block
}

.new_detail_describe {
    padding: 14px 24px 24px;
    background: #fff;
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 6px;
    overflow: hidden;
    position: relative;
    max-height: 460px
}

.new_detail_describe.show {
    max-height: none
}

.new_detail_describe.show .more {
    display: none
}

.new_detail_describe a {
    color: #0284fe;
    text-decoration: underline
}

.new_detail_describe h3,.new_detail_describe h4 {
    font-size: 1rem;
    line-height: 1.2rem;
    color: #222;
    padding: 10px 0
}

.new_detail_describe .item,.new_detail_describe p {
    padding-bottom: 8px
}

.new_detail_describe strong {
    font-weight: 700;
    color: #5a5a5a
}

.new_detail_describe ul li {
    list-style-type: none;
    background-repeat: no-repeat;
    padding-bottom: 6px;
    padding-left: 12px;
    line-height: 1.4rem;
    position: relative
}

.new_detail_describe ul li:before {
    content: '';
    width: 5px;
    height: 5px;
    background: #000;
    position: absolute;
    left: 3px;
    top: 8px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    opacity: .4
}

.new_detail_describe .more {
    cursor: pointer;
    display: block;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    color: #0284fe
}

.new_detail_describe .more span {
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 2;
    position: absolute
}

.new_detail_describe .more:hover span {
    text-decoration: underline
}

.new_detail_describe .more:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: -100%;
    left: 0;
    z-index: 1;
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(255,255,255,0)),color-stop(100%,#fff));
    background-image: -webkit-linear-gradient(top,rgba(255,255,255,0),#fff);
    background: linear-gradient(to bottom,rgba(255,255,255,0),#fff)
}

.new_detail_tag {
    padding: 16px 24px;
    border-top: 1px solid #ebedef;
    background: #fcfdfd
}

.new_detail_tag a,.new_detail_tag span {
    border: 1px solid #eee;
    display: inline-block;
    padding: 4px 10px;
    color: #666;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-right: 5px;
    max-width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.new_detail_tag a:hover {
    color: #2e93f1;
    border: 1px solid #2e93f1
}

.new_detail_tag a.topTen {
    color: #e08412;
    background: #fff6e8;
    border: 1px solid #fff6e8
}

.new_detail_tag a.topTen:hover {
    text-decoration: none;
    background: #ffe8cb
}

.new_detail_tag a.genre {
    color: #078807;
    background: #f1fbf1;
    border: 1px solid #f1fbf1
}

.new_detail_tag a.genre:hover {
    text-decoration: none;
    border: 1px solid #98c598
}

.new_detail_tag a.reviewArticle {
    color: #1890ff;
    background: #e8f4ff;
    border: 1px solid #d1e9ff
}

.new_detail_tag a.reviewArticle:hover {
    text-decoration: none;
    border: 1px solid #1982e4
}

.details_safe {
    background: #fff;
    z-index: 9999;
    top: 0;
    left: 0;
    padding: 40px 20px;
    text-align: center;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    max-width: 640px;
    font-size: .75rem;
    line-height: 1.4rem
}

.details_safe .title {
    font-size: 1.25rem;
    line-height: 2.2rem;
    color: #222
}

.details_safe .closed {
    border: none;
    cursor: pointer;
    margin: 0 auto;
    margin-top: 16px;
    background: #37aafd;
    color: #fff;
    display: block;
    height: 32px;
    line-height: 32px;
    width: 100px;
    text-align: center;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px
}

#detail_qrcode {
    display: none;
    text-align: center
}

#detail_qrcode img {
    margin: 16px auto
}

.details_article {
    padding-bottom: 12px
}

.details_article .title {
    font-size: 1rem;
    line-height: 1.2rem;
    color: #222;
    position: relative;
    padding: 12px 60px 12px 12px
}

.details_article .title .link {
    position: absolute;
    right: 16px;
    top: 12px;
    font-size: 12px;
    color: #999
}

.details_article .swiper-slide {
    display: block;
    width: 293px;
    height: 180px;
    margin-right: 6px;
    background-size: cover;
    background-position: center;
    background-color: #f6f9fc;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
    position: relative
}

.details_article .swiper-slide:first-child {
    margin-left: 12px
}

.details_article .swiper-slide:last-child {
    margin-right: 12px
}

.details_article .swiper-slide img {
    position: absolute;
    width: 100%;
    min-height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.details_article .video.swiper-slide::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    background-size: 50px;
    background-position: center 50%;
    background-repeat: no-repeat;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAyMyAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsLXJ1bGU9Im5vbnplcm8iIGZpbGw9Im5vbmUiPjxwYXRoIGQ9Ik0yMi4xNzMgMi41OGMtLjI2LS45NzctLjgzLTEuODAzLTEuODA2LTIuMDYzQzE4LjU5Ny4wNDMgMTEuMzMzIDAgMTEuMzMzIDBTNC4wNy4wNDMgMi4zLjUxN0MxLjMyMy43NzcuNzU3IDEuNjAzLjQ5MyAyLjU4LjAyIDQuMzUgMCA4IDAgOHMuMDIgMy42NS40OTMgNS40MmMuMjYuOTc3LjgzIDEuODAzIDEuODA3IDIuMDYzIDEuNzcuNDc0IDkuMDMzLjUxNyA5LjAzMy41MTdzNy4yNjQtLjA0MyA5LjAzNC0uNTE3Yy45NzYtLjI2IDEuNTQ2LTEuMDg2IDEuODA2LTIuMDYzLjQ3NC0xLjc3LjQ5NC01LjQyLjQ5NC01LjQycy0uMDItMy42NS0uNDk0LTUuNDJ6IiBmaWxsLW9wYWNpdHk9Ii43IiBmaWxsPSIjMDAwIi8+PHBhdGggZmlsbD0iI0ZGRiIgZD0iTTE1IDhMOSA0LjY2N3Y2LjY2NiIvPjwvZz48L3N2Zz4=)
}

.details_article .swiper-slide span {
    position: absolute;
    background-image: linear-gradient(180deg,rgba(0,0,0,0) 0,rgba(0,0,0,.67) 100%);
    z-index: 9;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 12px;
    padding-top: 20px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.details_article .swiper-button-next.swiper-button-disabled,.details_article .swiper-button-prev.swiper-button-disabled {
    opacity: 0
}

.details_article .swiper-button-next,.details_article .swiper-button-prev {
    cursor: pointer;
    margin-top: 0;
    height: 100%;
    width: 40px
}

.details_article .swiper-button-next:after,.details_article .swiper-button-prev:after {
    font-size: 28px;
    color: #0284fe
}

.details_article .swiper-button-next {
    top: 0;
    right: 0;
    background-image: linear-gradient(to left,rgba(255,255,255,1),rgba(255,255,255,.8),rgba(255,255,255,0))
}

.details_article .swiper-button-prev {
    top: 0;
    left: 0;
    background-image: linear-gradient(to right,rgba(255,255,255,1),rgba(255,255,255,.8),rgba(255,255,255,0))
}

.detail_more_info {
    padding-bottom: 12px
}

.detail_more_info .detail_title {
    background: #fcfdfd;
    padding: 12px;
    font-size: 1rem;
    line-height: 1.2rem;
    color: #222
}

.detail_more_info .item {
    vertical-align: top;
    width: 49.5%;
    float: left;
    margin-top: 12px;
    padding-left: 12px;
    background-repeat: no-repeat;
    background-position: left;
    background-size: 18px;
    overflow: hidden;
    position: relative
}

.detail_more_info .item:before {
    content: '';
    width: 20px;
    height: 22px;
    background-image: url(/images/more-info.png);
    background-repeat: no-repeat;
    background-size: auto 50px;
    position: absolute;
    left: 12px;
    top: 4px
}

@media (min-width: 720px) {
    .detail_more_info .item {
        width:24%
    }
}

.detail_more_info .item a,.detail_more_info .item a:hover {
    color: #0284fe
}

.detail_more_info .item p {
    display: block;
    padding-left: 24px;
    color: #9f9f9f;
    padding-right: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 20px;
    line-height: 20px
}

.detail_more_info .item p:first-child {
    padding-bottom: 4px;
    color: #222
}

.detail_more_info .item p:last-child {
    font-size: 12px
}

.detail_more_info .item.category:before {
    background-position: -31px 0
}

.detail_more_info .item.publish-date:before {
    background-position: -62px 0
}

.detail_more_info .item.report:before {
    background-position: -96px -30px
}

.detail_more_info .item.requirements:before {
    background-position: -75px -37px;
    background-size: auto 59px
}

.detail_more_info .item.version:before {
    background-position: -95px 0
}

.detail_more_info .item.get-it-on:before {
    background-position: -38px -36px;
    background-size: auto 59px
}

.detail_more_info .item.need-update:before {
    background-position: 1px -30px
}

.detail_post {
    padding-bottom: 10px
}

.detail_post .title {
    background: #fcfdfd;
    padding: 12px;
    font-size: 1rem;
    line-height: 1.2rem;
    color: #222
}

.detail_post .post_box {
    width: 100%;
    overflow: hidden;
    overflow-y: auto;
    height: 300px;
    margin-bottom: 12px
}

.detail_related {
    padding-bottom: 12px
}

.detail_related a:hover {
    background: #fcfdfd
}

.detail_related .title {
    background: #fcfdfd;
    padding: 12px;
    font-size: 1rem;
    line-height: 1.4rem;
    color: #222;
    display: block
}

.detail_related .item {
    display: block;
    position: relative;
    height: 80px;
    padding: 0 12px
}

.detail_related .item .icon {
    width: 64px;
    height: 64px;
    position: absolute;
    left: 12px;
    top: 8px;
    -moz-border-radius: 20%;
    -webkit-border-radius: 20%;
    border-radius: 20%;
    overflow: hidden
}

.detail_related .item .icon img {
    width: 100%;
    height: 100%;
    background: #f6f9fc;
    border: 1px solid #f6f9fc
}

.detail_related .item .text {
    padding-left: 74px;
    padding-top: 5px
}

.detail_related .item .text p:first-child {
    font-size: 1rem;
    height: 1.6rem;
    line-height: 1.6rem;
    color: #222;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.detail_related .item:hover .text p:first-child {
    color: #0284fe
}

.detail_related .item .text p:nth-child(2) {
    color: #6f6f6f;
    font-size: 12px;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 6px
}

.detail_related .link {
    color: #6f6f6f;
    cursor: pointer;
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 12px auto auto
}

.detail_related .link:hover {
    color: #0284fe;
    background: 0 0
}

.scores_table {
    width: 100%;
    margin-bottom: 16px;
    font-size: .9rem;
    font-weight: 400;
    color: #222
}

.scores_table tr:nth-of-type(2n+1) {
    background-color: #fafbfc
}

.scores_table td,.scores_table th {
    width: 50%;
    border: 1px solid #eee;
    padding: 8px 12px
}

.scores_table th {
    background-color: #f5f6f7;
    text-align: center
}

.scores_table span {
    display: inline-block;
    width: 75px;
    height: 15px;
    vertical-align: middle;
    line-height: 15px
}

.scores_table span.number {
    width: 30px
}

.scores_table .rating-star {
    background: url(/images/stars-hollow.svg) left 0;
    margin-right: 5px
}

.scores_table .rating-star .star {
    background: url(/images/stars-solid.svg) left 0
}

.version_banner {
    position: relative;
    margin: 16px 24px;
    color: #999;
    text-align: center;
    padding-bottom: 24px
}

.version_banner .icon {
    margin-bottom: 12px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    width: 110px;
    height: 110px
}

.version_banner h1 {
    font-size: 1.4rem;
    line-height: 1.6rem;
    color: #000;
    padding-bottom: 6px
}

.version_banner p {
    padding: 8px 0
}

.version_banner .down_btn {
    cursor: pointer;
    margin-top: 8px;
    display: inline-block;
    max-width: 260px;
    min-width: 180px;
    background: #0284fe;
    text-align: center;
    color: #fff;
    font-size: 12px;
    border-radius: 8px;
    padding: 12px 26px 12px 46px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    background-image: linear-gradient(90deg,#0284fe,#793bf1c7)
}

.version_banner .down_btn:before {
    content: '';
    width: 35px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    -webkit-mask: url(/images/download.svg) no-repeat right center;
    mask: url(/images/download.svg) no-repeat right center;
    -webkit-mask-size: 18px;
    mask-size: 18px;
    background-size: 18px;
    background-position: right center;
    background-repeat: no-repeat
}

@media (min-width: 640px) {
    .version_banner {
        text-align:left;
        padding-left: 130px
    }

    .version_banner .icon {
        position: absolute;
        left: 0;
        top: 0
    }
}

.version_history {
    margin-bottom: 10px
}

.version_history .big_title {
    padding: 12px;
    font-size: 1rem;
    line-height: 1.2rem;
    color: #222;
    position: relative
}

.version_history .big_title a {
    font-size: 12px;
    float: right;
    color: #666
}

.version_history .big_title h2 {
    display: inline-block
}

.version_history .list {
    width: 100%;
    background: #fff;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 10%);
    border-radius: 6px;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none
}

.version_history .list:hover {
    box-shadow: 0 0 6px 0 rgb(0 0 0 / 10%)
}

.version_history .list .package_info {
    display: block;
    color: #222;
    width: auto;
    padding: 12px 90px 12px 76px;
    position: relative;
    min-height: 72px;
    cursor: pointer
}

.version_history .list .icon {
    position: absolute;
    left: 16px;
    top: 12px;
    width: 50px;
    height: 50px;
    border-radius: 8px;
    overflow: hidden
}

.version_history .list .text {
    font-size: 12px;
    line-height: 18px;
    color: #999;
    padding-top: 4px;
    display: block
}

.version_history .list .text span {
    padding-right: 8px
}

.version_history .list .title {
    line-height: 18px;
    font-size: 16px;
    overflow: hidden;
    display: block
}

.version_history .list .title .version {
    font-weight: 700;
    padding-right: 6px
}

.version_history .list .title .name {
    display: none;
    width: 100%
}

.version_history .list .title span {
    margin: 2px 0
}

.version_history .list .title span.apk,.version_history .list .title span.obb,.version_history .list .title span.xapk {
    display: inline-block;
    height: 24px;
    line-height: 22px;
    padding: 0 4px;
    border-radius: 4px;
    text-transform: uppercase;
    border: 1px solid #24cd77;
    color: #24cd77;
    font-size: 12px;
    vertical-align: middle
}

.version_history .list .title span.xapk {
    border-color: #2e9cf2;
    color: #2e9cf2
}

.version_history .list .title span.obb {
    border: solid 1px #fa8b16;
    color: #fa8b16
}

.version_history .list .v_h_button {
    position: absolute;
    right: 0;
    top: 22px;
    text-align: right;
    padding-right: 8px;
    z-index: 10
}

.info_box .down-button,.version_history .list .v_h_button a,.version_history .list .v_h_button button {
    display: inline-block;
    position: relative;
    height: 32px;
    line-height: 30px;
    width: 32px;
    border-radius: 50%;
    border: 1px solid #ebedef;
    cursor: pointer;
    vertical-align: top;
    margin: 0 4px;
    overflow: hidden;
    color: #fff;
    text-align: center;
    font-size: 12px
}

.version_history .list .v_h_button .info {
    width: 20px;
    height: 20px;
    border: 1px solid #c1c1c1;
    position: relative;
    background: 0 0;
    margin-top: 7px
}

.version_history .list .v_h_button .info:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #c1c1c1;
    -webkit-mask: url(/images/info.svg) no-repeat center;
    mask: url(/images/info.svg) no-repeat center;
    -webkit-mask-size: 14px;
    mask-size: 14px;
    background-size: 14px;
    background-position: right center;
    background-repeat: no-repeat
}

.info_box .down-button,.version_history .list .down {
    border: none;
    background: #0284fe;
    background-image: linear-gradient(90deg,#0284fe,#793bf1c7)
}

.info_box .down-button:before,.version_history .list .down:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    -webkit-mask: url(/images/download.svg) no-repeat center;
    mask: url(/images/download.svg) no-repeat center;
    -webkit-mask-size: 12px;
    mask-size: 12px;
    background-size: 12px;
    background-position: right center;
    background-repeat: no-repeat
}

.version_history .list .down span {
    display: none
}

.version_history .list .down:hover,.version_history .list .info:hover {
    opacity: .8
}

.version_history .list .info_box {
    display: none;
    border-top: 1px solid #e0e7f0;
    background: #fcfdfd;
    border-radius: 4px;
    font-size: 13px;
    padding: 16px;
    overflow-x: scroll
}

.version_history .list .info_box.show {
    display: block
}

.version_history .list .info_box p {
    padding: 4px 0;
    position: relative
}

.version_history .list .info_box strong {
    font-weight: 600;
    color: #425761
}

.version_history .list .info_box .whats_new {
    font-size: 12px;
    line-height: 18px;
    background: #f6f9fc;
    padding: 12px;
    margin-top: 4px
}

.info_box .table {
    box-sizing: border-box;
    display: table;
    width: 100%;
    height: 100%;
    max-width: 100%
}

.info-fix {
    position: relative
}

.version_history .list .info_box.info-download {
    position: absolute;
    display: none;
    padding-left: 0;
    top: 0;
    right: 0;
    overflow: revert
}

.version_history .info-download .table:before {
    content: '';
    width: 20%;
    height: 100%;
    position: absolute;
    left: -20%;
    top: 0;
    background: linear-gradient(to right ,rgba(255,255,255,0),#fff)
}

.info_box .down-button {
    display: none;
    margin-top: 8px
}

.info-download .table-row {
    line-height: 48px
}

.info_box .table-row {
    display: table-row;
    color: #536d79;
    font-weight: 500;
    padding-top: 15px;
    overflow: hidden
}

.info_box .table-row.table-head {
    color: #425761
}

.info_box .table-cell {
    display: table-cell;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    border-bottom: 1px solid #eee;
    height: 33px;
    padding: 5px 8px
}

.info_box.show_amp .table-cell .amp-popup {
    white-space: normal
}

.info_box .table-cell .down_text {
    display: block;
    color: #24cd77
}

.info_box .table-cell .popup {
    color: #24cd77;
    cursor: pointer
}

.info_box .table-cell .popup p:first-child {
    position: relative;
    padding-left: 20px
}

.info_box .table-cell .popup p:first-child:before {
    content: '';
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 4px;
    z-index: 1;
    background-color: #fff;
    -webkit-mask: url(/images/info.svg) no-repeat center;
    mask: url(/images/info.svg) no-repeat center;
    -webkit-mask-size: 12px;
    mask-size: 12px;
    background-size: 12px;
    background-position: right center;
    background-repeat: no-repeat
}

.info_box .table-cell .popup p:first-child:after {
    content: '';
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 4px;
    background: #24cd77;
    border-radius: 50%;
    overflow: hidden
}

.version_history .more-apk {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 43px;
    position: relative;
    height: 22px
}

.version_history .list .info_box.show_amp {
    display: block
}

.version_history .word-break {
    word-break: break-all
}

.version_history .more-apk span:after,.version_history .more-apk span:before {
    content: '';
    position: absolute;
    left: 50%
}

.version_history .more-apk span:before {
    top: 0;
    transform: translateX(-3px)
}

.version_history .more-apk span:after {
    bottom: 0;
    transform: translateX(-3px)
}

.version_history .more-apk span,.version_history .more-apk span:after,.version_history .more-apk span:before {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #9d9d9d
}

@media (min-width: 720px) {
    .version_history .list .package_info {
        padding-right:160px
    }

    .version_history .more-apk {
        display: none
    }

    .version_history .list .title .name {
        display: inline-block;
        padding-bottom: 4px;
        width: auto
    }

    .version_history .list .v_h_button a.down,.version_history .list .v_h_button button.down {
        width: 100px;
        border-radius: 6px
    }

    .version_history .list .v_h_button a.down:before,.version_history .list .v_h_button button.down:before {
        display: none
    }

    .version_history .list .down span {
        display: inline-block;
        vertical-align: top
    }
}

@media (max-width: 720px) {
    .version_history .list .v_h_button button.down {
        display:none
    }
}

@media (max-width: 565px) {
    .version_history .list .info_box.info-download {
        display:block
    }

    .info_box .table-cell .down_text {
        display: none
    }

    .info_box .down-button {
        display: inline-block
    }

    .version_history .list .info_box.show_amp_download {
        display: block
    }
}

@media (min-width: 565px) {
    .version_history .list .info_box.show_amp_download {
        display:none
    }
}

.ver-info-box {
    background: rgba(0,0,0,.8)
}

.ver-info {
    background: #fff;
    z-index: 9999;
    padding: 40px 20px;
    text-align: left;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    width: 95%;
    max-width: 640px;
    line-height: 1.4rem;
    font-size: 13px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%)
}

.ver-info button.close {
    position: absolute;
    right: 16px;
    top: 16px;
    border: none;
    background: 0 0;
    cursor: pointer
}

.ver-info button.close:before {
    content: 'x';
    width: 48px;
    height: 48px;
    font-size: 1rem
}

.ver-info .ver-info-top {
    padding-bottom: 12px
}

.ver-info .ver-info-top strong {
    font-size: 18px
}

.ver-info strong {
    font-weight: 600;
    color: #425761
}

.ver-info .whats_new {
    background: #f6f9fc;
    padding: 12px;
    margin: 4px auto
}

.ver-info .down_btn {
    border: none;
    background: #0284fe;
    background-image: linear-gradient(90deg,#0284fe,#793bf1c7);
    display: inline-block;
    position: relative;
    line-height: 30px;
    border-radius: 4px;
    cursor: pointer;
    vertical-align: top;
    margin: 8px 0;
    overflow: hidden;
    color: #fff;
    text-align: center;
    font-size: 12px;
    padding: 0 16px
}
.list-template {
    margin-left: -8px;
    padding: 0 16px
}

.list-template .list {
    width: 50%;
    position: relative;
    float: left;
    margin-bottom: 16px;
    padding: 0 8px
}

.list-template .list a {
    width: 100%;
    display: inline-block;
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(189,189,189,.5);
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
    padding: 8px
}

.list-template .list a:hover {
    background: #f9f9f9
}

.list-template .list:hover .icon {
    opacity: .9
}

.list-template .list:hover .title {
    color: #3483ce
}

@media (min-width: 360px) {
    .list-template .list {
        width:33.333%
    }
}

@media (min-width: 480px) {
    .list-template .list {
        width:25%
    }
}

@media (min-width: 600px) {
    .list-template .list {
        width:20%
    }
}

@media (min-width: 720px) {
    .list-template .list {
        width:16.66666%
    }
}

@media (min-width: 1024px) {
    .list-template .list {
        width:12.5%
    }
}

.list-template .list .icon {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 6px;
    background: #f6f9fc;
    -moz-border-radius: 16%;
    -webkit-border-radius: 16%;
    border-radius: 16%
}

.list-template .list .icon img {
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background: #f6f9fc;
    border: 1px solid #f6f9fc;
    -moz-border-radius: 16%;
    -webkit-border-radius: 16%;
    border-radius: 16%
}

.list-template .list .icon img.loaded {
    background: #fff;
    border: 1px solid #fff
}

.list-template .list .title {
    font-size: .875rem;
    line-height: 1rem;
    height: 2rem;
    color: #222;
    width: 100%;
    overflow: hidden;
    margin-bottom: 8px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.list-template .list .other {
    height: 20px;
    font-size: .75rem;
    overflow: hidden;
    line-height: 20px;
    color: #919191;
    position: relative
}

.list-template .other span {
    display: inline-block;
    position: relative;
    padding-left: 14px;
    color: #fa8b15
}

.list-template .other span i {
    position: absolute;
    top: 0;
    width: 14px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: left 3px;
    background-size: 12px
}

.list-template .other .rating i {
    background-color: #fa8b15;
    left: 0;
    -webkit-mask: url(/images/stars-solid.svg) no-repeat center;
    mask: url(/images/stars-solid.svg) no-repeat center;
    -webkit-mask-size: 12px;
    mask-size: 12px
}

.list-template .other .review {
    float: right;
    color: #919191
}

.list-template .other .review i {
    background-color: #919191;
    left: 0;
    -webkit-mask: url(/images/review.svg) no-repeat center;
    mask: url(/images/review.svg) no-repeat center;
    -webkit-mask-size: 10px;
    mask-size: 10px
}
.developer_good {
    padding: 0 16px;
    margin-left: -16px
}

.developer_good .list {
    width: 100%;
    position: relative;
    padding-left: 16px;
    margin-bottom: 16px
}

.developer_good .list a:hover {
    background: #f9f9f9
}

.developer_good .list:hover .icon {
    opacity: .9
}

.developer_good .list:hover .title {
    color: #3483ce
}

@media (min-width: 600px) {
    .developer_good .list {
        width:33.33%;
        float: left;
        padding-left: 16px;
        margin-bottom: 0
    }
}

.developer_good .list a {
    display: inline-block;
    width: 100%;
    background: #fff;
    box-shadow: 0 2px 3px 0 rgba(0,0,0,.15);
    min-height: 106px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    padding: 8px
}

.developer_good .icon {
    position: absolute;
    top: 8px;
    left: 24px;
    width: 150px;
    height: 90px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    background: #f6f9fc
}

.developer_good .icon img {
    min-height: 100%;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%)
}

.developer_good .text {
    padding-right: 16px;
    padding-left: 166px
}

.developer_good .text .title {
    font-size: 1rem;
    line-height: 1.5rem;
    color: #222;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.developer_good .text .short_description {
    color: #6f6f6f;
    font-size: .812rem;
    line-height: 1rem;
    height: 2rem;
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.developer_good .text .star {
    height: 1.2rem;
    font-size: .875rem;
    line-height: 1.2rem;
    padding-left: 16px;
    color: #fa8b16;
    background-image: url(/images/stars-solid.svg);
    background-repeat: no-repeat;
    background-position: left 2px;
    background-size: 15px
}

.developer_list_box {
    padding: 0 16px;
    margin-left: -16px;
    margin-bottom: 10px
}

.developer_list_box .list {
    width: 100%;
    position: relative;
    padding-left: 16px;
    margin-bottom: 16px
}

@media (min-width: 600px) {
    .developer_list_box .list {
        width:33.33%;
        float: left;
        padding-left: 16px
    }
}
.developer_list .big-title {
    padding: 16px
}
.developer_introduce {
    padding-bottom: 16px
}

.developer_introduce .text {
    background: #fff;
    margin: 0 16px;
    padding: 16px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 0 2px 3px 0 rgba(0,0,0,.15);
    font-size: .875rem;
    line-height: 1.4rem;
    text-align: center
}

.developer_introduce .text .icon {
    height: 100px;
    width: 100px;
    margin: 0 auto;
    margin-top: -80px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 2px 3px 0 rgba(0,0,0,.15);
    background: #fff
}

.developer_introduce .text .icon img {
    height: 100px;
    width: 100px;
    margin: 0 auto;
    border: 2px solid #fff;
    background: #fff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.developer_introduce .text h1 {
    text-align: center;
    line-height: 3rem;
    color: #222;
    font-size: 1.4rem
}

.developer_introduce .container {
    margin-top: -46px;
    z-index: 99;
    position: relative
}

.developer_introduce .title {
    font-size: 1rem;
    padding-bottom: 16px;
    color: #333
}
