/* CSS Reset start*/

html,
body,
header,
blockquote,
section,
footer,
div,
ul,
ol,
li,
img,
a,
span,
em,
del,
legend,
center,
strong,
var,
fieldset,
form,
label,
dl,
dt,
dd,
cite,
input,
hr,
time,
mark,
code,
figcaption,
figure,
textarea,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    border: 0;
    padding: 0;
    font-style: normal;
}

html,
body {
    -webkit-touch-callout: none;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-color: #fff;
    width: 100%;
    overflow-x: hidden;
    max-width: 720px;
    margin: 0 auto;
}

nav,
article,
aside,
details,
main,
header,
footer,
section,
fieldset,
figcaption,
figure {
    display: block;
}

img,
a,
button,
em,
del,
strong,
var,
label,
cite,
small,
time,
mark,
code,
textarea {
    display: inline-block;
}

header,
section,
footer {
    position: relative;
}

ol,
ul {
    list-style: none;
}

input,
button,
textarea {
    border: 0;
    margin: 0;
    padding: 0;
    font-size: 1em;
    line-height: 1em;
}

input:focus {
    outline: none;
}

a,
button,
input {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
    box-shadow: none;
    color: #303030;
}

span {
    display: inline-block;
}

a:active,
a:hover {
    outline: 0;
    color: #303030;
}

a,
a:visited {
    text-decoration: none;
}

label,
.wordWrap {
    word-wrap: break-word;
    word-break: break-all;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

.clearfix:after {
    content: ' ';
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    content: "";
    clear: both;
}


/* CSS Reset end */


/* swiper */


/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/swiper/
 *
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under MIT
 *
 * Released on: March 10, 2017
 */

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-transition-property: -webkit-transform, height;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform, height
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    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-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -o-transform: translate(0, -50%);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 0;
    display: block
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px
}

.swiper-pagination-progress {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progress .swiper-pagination-progressbar {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-vertical>.swiper-pagination-progress {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-progress.swiper-pagination-white {
    background: rgba(255, 255, 255, .5)
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
    background: #fff
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background: #000
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    -o-perspective: 1200px;
    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 {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    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: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    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: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    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: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    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: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
    -ms-perspective: 1200px
}

.swiper-container-cube,
.swiper-container-flip {
    overflow: visible
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.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,
.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;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-slide {
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.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-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    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-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: 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-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-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -moz-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    -webkit-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg)
    }
}


/* Common Style */

.hide {
    display: none;
}


/* Any Page header start */

header {
    background-color: #FFE514;
    height: 0.95rem;
}

.header-top {
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
    height: 0.64rem;
}


/* Any Page logo */

.header-logo {
    padding: 0.17rem 0 0.17rem 0.18rem;
    box-sizing: border-box;
}

.header-logo img {
    height: 0.3rem;
    vertical-align: top;
}


/* header search */

.search-bar {
    padding: 0.17rem 0 0.17rem 0;
    box-sizing: border-box;
}

.search-box {
    display: flex;
    height: 0.3rem;
    margin-left: 0.377rem
}

.search-bar input[type="text"] {
    width: 1.5rem;
    height: 0.3rem;
    font-size: 0.13rem;
    padding: 0.08rem 0 0.08rem 0.16rem;
    border-radius: 0.15rem 0 0 0.15rem;
    box-sizing: border-box;
    line-height: 0.13rem;
}

.search-bar input[type="submit"] {
    height: 0.3rem;
    width: 0.4rem;
    border-radius: 0 0.15rem 0.15rem 0;
    background: #fff url('../img/xh/search.png') no-repeat center center;
    background-size: 0.14rem 0.14rem;
    margin-left: -1px;
}

.search-bar ::-webkit-input-placeholder {
    color: #B6BECA;
}


/* Any PAGE header nav */

header nav {
    font-size: 0.14rem;
}

header nav ul {
    padding: 0 0.2rem;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    height: 0.32rem;
}

header nav ul li {
    height: 0.32rem;
    line-height: 0.32rem;
}

header nav ul li.active {
    font-weight: bold;
    border-bottom: 0.03rem solid #303030;
    height: 0.28rem;
}


/* index header end */

body {
    background: #F5F6F8;
}


/* PAGE ---- index ---- start */


/* index content start */

.floor {
    font-size: 0.12rem;
    background: #fff;
    padding-bottom: 0.1rem;
    margin-bottom: 0.1rem;
}

.floor-title,
.floor-title>h2 {
    font-size: 0.16rem;
    height: 0.38rem;
    line-height: 0.57rem;
    position: relative;
    color: #4A4A4A;
    font-weight: bold;
    /* overflow: hidden; */
    margin-bottom: 0.1rem;
    padding-left: 0.07rem;
}

.floor-title>h2 {
    display: inline-block;
}

.floor-one .floor-title {
    overflow: hidden;
    height: 0.38rem;
}

.floor-title::before {
    content: '';
    display: inline-block;
    width: 0.04rem;
    height: 0.16rem;
    background: #303030;
    position: absolute;
    bottom: 0;
    left: 0;
}

.floor-one .floor-title span {
    display: block;
    float: right;
    padding: 0 0.15rem;
    font-size: 0.12rem;
    line-height: 0.6rem;
    height: 0.38rem;
    color: #6d6d6d;
    font-family: DroidSans;
    background: url('../img/xh/renew.png') no-repeat;
    background-size: 0.13rem 0.13rem;
    background-position: left 90%;
    font-weight: normal;
}

.floor>div {
    width: 0.6rem;
    height: 1.06rem;
    text-align: center;
    margin: 0.06rem 0.13rem 0;
    display: inline-block;
    word-break: break-all;
    overflow: hidden;
}


.floor-one>div {
    width: 0.6rem;
    height: 1.32rem;
    text-align: center;
    margin: 0.07rem 0.13rem;
    display: inline-block;
}

.floor>div>img {
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 0.15rem;
}

.floor>div>a {
    font-size: 0.12rem;
    font-weight: bold;
    height: 0.32rem;
    line-height: 0.16rem;
    text-align: center;
    width: 100%;
    display: block;
    overflow: hidden;
    margin: 0.06rem 0 0;
}

.floor-one>div>a {
    margin: 0.06rem 0;
}


.floor-one>div>span {
    width: 0.6rem;
    height: 0.24rem;
    display: inline-block;
    background: #FFE300;
    border-radius: 0.12rem;
    font-size: 0.12rem;
    color: #4A4A4A;
    line-height: 0.24rem;
    font-weight: bold;
}

.floor-title a {
    display: block;
    height: 0.38rem;
    float: right;
    padding: 0 0.15rem;
    font-size: 0.12rem;
    line-height: 0.6rem;
    color: #6d6d6d;
    font-family: DroidSans;
    background-size: 0.13rem 0.13rem;
    background-position: left center;
    font-weight: normal;
}

.floor-title a img {
    width: 0.06rem;
    height: 0.12rem;
    vertical-align: baseline;
    margin-bottom: -0.01rem;
}


/* index- album col start */

.floor-album {
    padding: 0 0.2rem 0;
}

.floor-album>.floor-title {
    margin-bottom: .2rem;
    margin-left: -0.2rem;
    margin-right: -0.2rem;
}

.floor-album>a {
    background: #E1FBF5;
    color: #00C7C5;
    border-radius: 0.14rem 0.02rem 0.14rem 0.02rem;
    height: 0.28rem;
    box-sizing: border-box;
    display: inline-block;
    font-size: 0.13rem;
    line-height: 0.14rem;
    padding: 0.08rem 0.14rem;
    margin-bottom: 0.15rem;
}


/* index- album col end */


/* idnex- Today's update col start */

.floor-update {
    height: auto;
    margin-bottom: 0;
}

.floor-update>div {
    margin: 0 0;
    padding: 0.12rem 0.18rem;
    width: inherit;
    box-sizing: border-box;
    height: 0.84rem;
    display: flex;
    flex-direction: row;
    text-align: left;
}

.floor-update>div>div:nth-of-type(1) {
    margin-right: 0.12rem;
}

.floor-update>div>div:nth-of-type(1)>img {
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 0.15rem;
}

.floor-update>div>div:nth-of-type(2) {
    flex: 3;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
}

.floor-update>div>div:nth-of-type(2)>a {
    font-size: 0.14rem;
    line-height: 0.16rem;
    width: 1.89rem;
    display: inline-block;
    font-weight: bold;
    color: #4A4A4A;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.floor-update>div>div:nth-of-type(2)>p:nth-of-type(1) {
    white-space: nowrap;
    height: 0.16rem;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 0.1rem;
    font-size: 0.09rem;
}

.floor-update>div>div:nth-of-type(2) span {
    text-align: center;
    display: inline-block;
    padding: 0 0.05rem;
    box-sizing: border-box;
    margin-right: 0.04rem;
    background: #F4F5F6;
    border-radius: 0.02rem;
    color: #4A4A4A;
    height: 0.16rem;
    font-size: 0.09rem;
    line-height: 0.16rem;
}

.floor-update>div>div:nth-of-type(2)>p:nth-of-type(2) {
    white-space: nowrap;
    color: #808080;
    font-size: 0.11rem;
    height: 0.16rem;
}

.floor-update>div>div:nth-of-type(3) {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.floor-update>div>div:nth-of-type(3)>span {
    display: block;
    width: 0.6rem;
    height: 0.24rem;
    color: #6D6D6D;
    text-align: center;
    line-height: 0.24rem;
    border: 0.01rem solid #D8D8D8;
    border-radius: 0.04rem;
}


/* Today's update col end */


/* Friends of the chain col start */

.friends {
    background: #303030;
    font-size: 0.12rem;
    padding: 0.25rem 0.2rem 0.11rem 0.2rem;
    text-align: justify;
}

.friends a {
    display: inline-block;
    color: #C5C6CF;
    margin-bottom: 0.14rem;
}


/* Friends of the chain col end */


/* index content end */


/* index footer start */

.footer {
    height: 0.57rem;
    background: #F5F6F8;
    word-wrap: none;
    white-space: nowrap;
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

.footer a {
    flex: 1;
    display: inline-block;
    height: 0.26rem;
    line-height: 0.26rem;
    font-size: 0.14rem;
    color: #4A4A4A;
}

.footer a:first-child {
    border-right: 0.02rem solid #808080
}


/* index footer end */


/* PAGE ---- index ---- end */


/* FLOOR Any ---- go top ---- start */

.go-top {
    width: 0.5rem;
    height: 0.4rem;
    text-align: center;
    position: fixed;
    right: 0.13rem;
    bottom: 1.5rem;
    z-index: 999;
    display: none;
}

.go-top>div {
    width: 0.36rem;
    height: 0.36rem;
    background: url('../img/xh/gotop.png') no-repeat center center;
    background-size: 0.36rem 0.36rem;
    margin: 0 auto;
}

.go-top>p {
    font-size: 0.09rem;
    color: #4A4A4A;
    line-height: 0.12rem;
    margin: 0.07rem -0.05rem 0;
}


/* FLOOR Any ---- go top ---- end */


/* PAGE ----- android Game ---- start*/


/* Common breadcrumb navigation */

nav.breadcrumb {
    width: 100%;
    height: 0.3rem;
    font-size: 0.09rem;
    background: #fff;
    z-index: 99;
}

nav.breadcrumb div {
    padding-left: 0.14rem;
    padding-top: 0.14rem;
    color: #6D6D6D;
    max-width: 3.6rem;
    box-sizing: border-box;
}

nav.breadcrumb div a {
    color: #4A4A4A;
}

h1,
h2,
h3,
h4 {
    display: inline-block;
}

nav.breadcrumb div a span,
nav.breadcrumb div h1 {
    font-weight: bold;
    font-size: 0.14rem;
    color: #4A4A4A;
}


/* Col hot tag start */

.floor-hottag {
    padding: 0 0 0.14rem 0.2rem;
    /* text-align: justify; */
    margin-bottom: 0.1rem;
    height: auto;
}

.floor-hottag .floor-title {
    margin-left: -0.2rem;
}

.floor-hottag>a {
    display: inline-block;
    height: 0.28rem;
    line-height: 0.28rem;
    padding: 0 0.16rem 0 0.18rem;
    margin-right: 0.2rem;
    border-radius: 0.15rem;
    margin-bottom: 0.12rem;
    background: #FFE300;
    font-size: 0.13rem;
    font-weight: bold;
}

.floor-update.page-android-game {
    margin-bottom: 0.1rem;
}


/* Col hot tag end */


/* app type class start */

.floor-appclass {
    height: auto;
    margin-bottom: 0;
}

.floor-appclass .appclass-list {
    width: 100%;
}

.floor-appclass .appclass-list li {
    height: 0.9rem;
}

.floor-appclass .appclass-list li:nth-of-type(3n) {
    height: 0.1rem;
    background: #F5F6F8;
    overflow: hidden;
}

.floor-appclass .appclass-list li {
    display: flex;
    flex-direction: row;
}

.floor-appclass .appclass-list li:last-child {
    border-bottom: 0.01rem solid #F5F6F8;
}

.floor-appclass .appclass-list li>div:first-child {
    width: 1rem;
    border-right: 0.01rem solid #F5F6F8;
    text-align: center;
}

.floor-appclass .appclass-list li>div:first-child>a {
    display: block;
    margin-top: 0.14rem;
}

.floor-appclass .appclass-list li>div:first-child img {
    width: 0.38rem;
    margin-bottom: 0.11rem;
}

.floor-appclass .appclass-list li>div:first-child p {
    font-size: 0.14rem;
    line-height: 0.12rem;
    font-weight: bold;
    color: #303030;
}

.floor-appclass .appclass-list li>div:last-child {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.floor-appclass .appclass-list li>div:last-child div {
    display: flex;
    flex-direction: row;
}

.floor-appclass .appclass-list li>div:last-child>div:last-child a {
    border-top: 0.01rem solid #F5F6F8;
}

.floor-appclass .appclass-list li>div:last-child a {
    display: inline-block;
    height: 0.45rem;
    border-right: 0.01rem solid #F5F6F8;
    box-sizing: border-box;
    flex: 1;
    max-width: 0.86rem;
    font-size: 0.14rem;
    color: #6D6D6D;
    text-align: center;
    line-height: 0.45rem;
    overflow: hidden;
    padding: 0 0.08rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.floor-appclass .appclass-list li>div:last-child div span:last-child {
    border-right: 0;
}

.floor-appclass .appclass-list li>div {
    /* background: #000; */
    border-top: 0.01rem solid #F5F6F8;
}


/* app type class end */


/* PAGE ----- android Game ---- end*/


/* PAGE ----- Classify ---- start*/

.floor.page-bar-block {
    height: auto;
    padding: 0 0;
    margin: 0 0;
}

.floor.no-fixed-h {
    max-height: fit-content !important;
}

.floor.no-fixed-h.bg-breadcrumb p:last-child {
    padding: 0 0.15rem;
    line-height: 0.22rem;
    font-size: 0.14rem;
    color: #858B97;
}

.floor.special-col {
    margin: 0 0;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    height: auto;
}

.floor.special-col>div {
    margin: 0 0;
    padding: 0 0;
}

.special-col {
    padding: 0.15rem 0 0 0.15rem;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
}

.special-col>div {
    width: 50%;
    height: 1.7rem;
    box-sizing: border-box;
}

.special-col>div>div {
    width: 1.6rem;
    height: 1.6rem;
    box-shadow: 0 0.01rem 0.1rem 0 #D8DDE5;
    overflow: hidden;
    border-radius: 0.0322rem;
    text-align: left;
}

.special-col>div>div img {
    width: 100%;
    height: 0.72rem;
}

.special-col>div>div div {
    padding: 0.05rem 0.1rem 0.1rem 0.1rem;
}

.special-col>div>div div p:first-child {
    font-size: 0.08rem;
    margin-bottom: 0.07rem;
    color: #FF5C38;
}

.special-col>div>div div p:last-child {
    font-size: 0.09rem;
    margin-top: 0.06rem;
    color: #A7A7A7;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.special-col>div>div>div a {
    height: 0.3rem;
    line-height: 0.15rem;
    color: #303030;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 0.1rem;
    font-weight: bold;
    width: 100%;
}


/* .classify-page.hide {
    display: none;
} */

.select-card {
    background: #fff;
    padding: 0.15rem 0.2rem 0.1rem;
    min-height: 0.3rem;
}

.select-card>a {
    float: left;
    display: block;
    width: 0.9rem;
    height: 0.28rem;
    background: #F6F7F9;
    line-height: 0.28rem;
    border-radius: 0.14rem;
    font-size: 0.13rem;
    box-sizing: border-box;
    color: #6d6d6d;
    font-weight: bold;
    text-align: center;
    margin-right: 0.2rem;
}

.app-page-select>a {
    margin-right: 0.15rem;
}

.select-card a.active {
    color: #303030;
    background: #FFE514;
}

.page-bar {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    line-height: 0.3rem;
    padding: 0.1rem 0.3rem 0.2rem;
}

.page-bar span {
    display: inline-block;
    min-width: 0.2rem;
    height: 0.2rem;
    line-height: 0.2rem;
    text-align: center;
}

.page-bar a {
    text-align: center;
    display: inline-block;
    min-width: 0.2rem;
    box-sizing: border-box;
    padding: 0 0.07rem;
    height: 0.2rem;
    line-height: 0.2rem;
    box-shadow: 0 0.01rem 0.04rem 0 rgba(93, 105, 148, 0.2);
    border-radius: 0.0083rem;
    background: #FFFFFF;
    font-size: 0.1rem;
    color: #798399;
}

.page-bar a.active {
    background: #FFE300;
    font-weight: bold;
    color: #303030;
}

.page-bar a+a {
    margin-left: 0.1rem;
}

.page-android-app div p {
    color: #808080;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 1.8rem;
}


/* PAGE ----- Classify ---- end*/


/* PAGE ----- Special ---- start*/

.special-page ul li {
    height: 1.72rem;
    box-shadow: 0 0.02rem 0.12rem 0 #D8DDE5;
    border-radius: 0.06rem;
    margin: 0 0.2rem 0.24rem;
    overflow: hidden;
}

.special-page ul li:last-child {
    margin-bottom: 0;
}

.special-page {
    padding-top: 0.15rem;
    padding-bottom: 0.2rem;
}

.special-page ul li img {
    width: 100%;
    height: 1.28rem;
}

.special-page ul li a,
.bg-breadcrumb>h1 {
    height: 0.44rem;
    line-height: 0.4rem;
    font-size: 0.14rem;
    color: #303030;
    vertical-align: top;
    font-weight: bold;
    width: 100%;
    box-sizing: border-box;
    padding: 0 0.15rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/* PAGE ----- Special ---- end*/


/* PAGE ----- Special_details ---- start*/

.special-page .floor-title {
    margin-top: -0.12rem;
}

.special-page .floor-title+ul li:first-child {
    margin-top: 0.2rem
}

.mgb10 {
    margin-bottom: 0.1rem
}

.bg-breadcrumb {
    max-height: 1.88rem;
    color: #FFFFFF;
    position: relative;
}

.bg-breadcrumb a {
    color: #FFFFFF !important;
}

.bg-breadcrumb a span {
    color: #FFFFFF !important;
}

.bg-breadcrumb img {
    height: 1.44rem;
    width: 100%;
    overflow: hidden;
}

.bg-breadcrumb .breadcrumb {
    position: absolute;
    top: -0.05rem;
    left: 0;
    background: transparent;
}

.bg-breadcrumb .breadcrumb div,
.bg-breadcrumb .breadcrumb span {
    color: #FFFFFF;
}


/* PAGE ----- Special_details ---- end*/


/* PAGE ----- search-res ---- start*/

.floor-title.search-res-page {
    overflow-y: visible !important;
}

.floor-title.search-res-page .tagclass {
    height: 0.19rem;
    width: auto;
    border-radius: 0.12rem;
    color: #FF5C38;
    border: 0.01rem solid #FF5C38;
    padding: 0 0.12rem;
    font-weight: normal;
    font-size: 0.12rem;
    line-height: 0.19rem;
    display: inline-block;
    margin-left: 0.12rem;
    box-sizing: border-box;
}

.floor.search-res-page {
    height: auto;
    overflow-x: hidden;
}

.heji-page .swiper-container {
    width: 100%;
    height: 100%;
    padding: 0.2rem;
    text-align: center;
    margin: 0 0;
    display: block;
    margin-left: -0.4rem;
}

.heji-page .swiper-slide {
    height: 1.62rem;
    /* box-sizing: border-box; */
    text-align: center;
    font-size: 0.14rem;
    box-shadow: 0 0.02rem 0.11rem 0 #D8DDE5;
    border-radius: 0.0588rem;
    color: #fff;
    overflow: hidden;
    /* border: 1px solid red; */
    font-size: 0;
    text-align: left;
}

.heji-page .swiper-slide img {
    width: 100%;
    height: 1.2rem;
}

.heji-page .swiper-slide a {
    padding: 0 0.12rem;
    height: 0.42rem;
    max-width: 95%;
    line-height: 0.4rem;
    color: #303030;
    font-size: 0.14rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tag-block .swiper-container {
    min-width: 100%;
    height: 100%;
    margin: 0 0;
    padding: 0.22rem 0.2rem;
    box-sizing: border-box;
}

.tag-block .swiper-slide {
    box-sizing: border-box;
    text-align: center;
    font-size: 0.14rem;
    width: 0.6rem !important;
    height: 0.8rem;
    background: #FFFFFF;
    border-radius: 0.0588rem;
}

.tag-block .swiper-slide img {
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 0.15rem;
    margin-bottom: 0.05rem;
}

.tag-block .swiper-slide a {
    height: 0.28rem;
    width: 0.6rem;
    font-size: 0.12rem;
    line-height: 0.14rem;
    font-weight: bold;
    color: #303030;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


/* Page----details ---start */


/*父元素固定子元素*/

.show {
    display: block;
}

.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
}

.column {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
}


/*子元素之间的位置比例*/

.col {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}

#details {
    height: auto;
    font-size: 0.12rem;
    background: #fff;
    padding-bottom: 0.1rem;
    margin-bottom: 0.1rem;
}

.floor-details-page>div>div:last-child>span {
    font-size: 0.12rem;
    color: #4A4A4A;
    background: #FFE300;
    border-radius: 0.12rem;
    height: 0.24rem;
    border: 0;
    font-weight: bold;
}

.main-block>img.bgfilter {
    object-fit: cover;
    object-position: center;
    height: 3.1rem;
    filter: blur(0.5rem);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.main-block {
    min-height: 3.1rem;
    overflow: hidden;
    margin-bottom: 0;
}

.main-block .swiper-container {
    width: 3.4rem;
    height: 1.7rem;
    padding: 0.1rem 0 0;
    text-align: center;
    margin-left: 0.2rem;
    display: block;
    /* margin-top: 0.1rem; */
}

.details-info-box .swiper-container {
    width: 3.4rem;
    height: 1.7rem;
    padding: 0.2rem 0;
    text-align: center;
    margin-left: 0.2rem;
    display: block;
    margin: 0em 0.13rem 0;
}

.main-block .swiper-slide,
.details-info-box .swiper-slide {
    height: 1.62rem;
    text-align: center;
    font-size: 0.14rem;
    border-radius: 0.0588rem;
    color: #fff;
    overflow: hidden;
    font-size: 0;
    text-align: left;
    width: auto;
}

.main-block .swiper-slide img,
.details-info-box .swiper-slide img {
    width: auto;
    height: 1.62rem;
    max-width: 3.0rem;
}

.main-block .swiper-slide a,
.details-info-box .swiper-slide a {
    padding: 0 0.12rem;
    height: 0.42rem;
    max-width: 95%;
    line-height: 0.4rem;
    color: #303030;
    font-size: 0.14rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.main-block .swiper-slide:last-child,
.details-info-box .swiper-slide:last-child {
    margin-right: 0.5rem;
}

.main-block .details-info {
    width: 100%;
    color: #333;
    margin: 0.04rem 0 0 0;
}

.show {
    display: block;
}

.nolink-left {
    width: 0.6rem;
    height: 0.6rem;
    padding: 0.2rem;
    float: left;
}

.nolink-right {
    width: 2.6rem;
    height: 0.6rem;
    float: right;
    text-align: left;
}

.nolink-left img {
    width: 0.6rem;
    height: 0.6rem;
}

.main-block .details-info h1 {
    font-size: 0.14rem;
    margin-top: 0.2rem;
    width: 2.5rem;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.main-block .details-info p:nth-of-type(1) {
    font-size: 0.14rem;
    margin-bottom: 0.09rem;
    color: #333;
}

.main-block .details-info p:nth-of-type(2) {
    font-size: 0.11rem;
    margin-bottom: 0.09rem;
    color: #333;
}

.main-block .details-info p:nth-of-type(3) {
    font-size: 0.11rem;
    margin-bottom: 0.18rem;
    color: #333;
}

.download-now {
    width: 2.9rem;
    height: 0.36rem;
    line-height: 0.36rem;
    display: inline-block;
    font-size: 0.14rem;
    font-weight: bold;
    padding-left: 0.3rem;
    color: #FFE514;
    text-align: center;
    background: #000 url('../img/xh/download.png') no-repeat 40% center;
    background-size: 0.14rem 0.14rem;
    border-radius: 0.04rem;
    margin-left: 0.2rem;
}

.details-info-box {
    background: #fff;
    margin-bottom: 0.1rem;
    padding: 0.0rem 0.18rem 0.18rem;
}

.d-g-l-gamedetail p {
    line-height: 1.5;
    margin: 10px 0;
}

.details-info-box p {
    line-height: 1.5;
    margin: 10px 0;
}

.details-tag a {
    height: 0.3rem;
    background: #F4F5F6;
    border-radius: 0.04rem;
    line-height: 0.3rem;
    padding: 0 0.1rem;
    color: #4A4A4A;
    margin-right: 0.14rem;
}


/* details css reset */

div.showtarget {
    font-size: 0.14rem;
    color: #4A4A4A;
    height: 1.65rem;
    line-height: 0.21rem;
    padding-bottom: 0.08rem;
    overflow: hidden;
    box-sizing: border-box;
}

div.showtarget div,
a,
img,
p,
b,
i,
label,
span {
    font-size: 0.14rem;
    color: #4A4A4A;
    font-style: none;
    text-decoration: none;
}

div.showtarget a {
    color: #4646bb;
}

div.showtarget img {
    width: auto !important;
    height: auto !important;
    max-width: 300px;
    display: block;
    margin: auto;
}

div.showall {
    max-height: auto;
    height: auto;
}

.details-info-box .showmore {
    font-size: 0.12rem;
    width: 100%;
    text-align: center;
    margin-top: 0.08rem;
    color: #798399;
}

.details-info-box h2 {
    font-size: 16px;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}

.details-info-box .showmore img {
    width: 0.112rem;
}

.showtarget h3 {
    display: block;
    font-weight: bold;
}

.showtarget span,
.showtarget a {
    font-size: 0.14rem !important;
}


/* Page----details ---end */


/*æˆªå›¾é¢„è§ˆå›¾å±‚*/

.g-previmg-show {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    display: block;
    overflow: hidden;
    position: fixed;
    left: -100%;
    top: 0;
    z-index: 9999;
}

.g-previmg-show .swiper-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    box-sizing: content-box;
    position: relative;
    zoom: 1;
    z-index: 10
}

.g-previmg-show .swiper-wrapper .swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    padding: 0 4px 50px;
    box-sizing: border-box;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.g-previmg-show .swiper-wrapper .swiper-slide img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 90%;
    display: block;
    overflow: hidden
}

.g-previmg-show .u-close {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
}

.g-previmg-show .u-close:before {
    content: "";
    width: 3px;
    height: 30px;
    background: #fff;
    display: block;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 10px;
    transform: rotate(45deg)
}

.g-previmg-show .u-close:after {
    content: "";
    width: 3px;
    height: 30px;
    background: #fff;
    display: block;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 10px;
    transform: rotate(-45deg)
}

.cg-previmg-show {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    display: block;
    overflow: hidden;
    position: fixed;
    left: -100%;
    top: 0;
    z-index: 9999;
}

.cg-previmg-show .swiper-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    box-sizing: content-box;
    position: relative;
    zoom: 1;
    z-index: 10
}

.cg-previmg-show .swiper-wrapper .swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    padding: 0 4px 50px;
    box-sizing: border-box;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cg-previmg-show .swiper-wrapper .swiper-slide img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 90%;
    display: block;
    overflow: hidden
}

.cg-previmg-show .u-close {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
}

.cg-previmg-show .u-close:before {
    content: "";
    width: 3px;
    height: 30px;
    background: #fff;
    display: block;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 10px;
    transform: rotate(45deg)
}

.cg-previmg-show .u-close:after {
    content: "";
    width: 3px;
    height: 30px;
    background: #fff;
    display: block;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 10px;
    transform: rotate(-45deg)
}


.g-previmg li video {
    width: auto;
    max-width: 100%;
    background: #f5f5f5
}

p.introTit {
    color: #FFB805;
    margin: 16px 0;
}

/*2022-04-21 下载按钮调整*/
.downLoadSafe {
    display: flex;
    margin: 10px 0
}

.downLoadBox {
    flex: 1
}

.downLoadBox+.downLoadBox {
    margin-left: 10px
}

.downLoadSafe .dbtn {
    background: #3092fb;
    line-height: 40px;
    height: 40px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    border-radius: 5px;
    border: 1px solid #8BBD00;
    display: block;
}

.downLoadSafe .dbtnClick {
    border: 1px solid;
    box-sizing: border-box;
    border-color: #FFB805 !important;
    color: #FFB805 !important;
    background-color: #fff !important;
}


.downLoadSafe .dbtnSafe {
    border: 1px solid;
    box-sizing: border-box;
    border-color: #000 !important;
    color: #FFE300 !important;
    background-color: #000;
}

.infoSafeIntro {
    width: 100%;
    border: 1px solid rgb(255, 235, 207);
    background-color: rgb(255, 243, 226);
    padding: 5px;
    box-sizing: border-box;
    color: grey;
    border-radius: 3px
}

.infoSafeIntro>span {
    color: rgb(243, 128, 85)
}


.swiper-container2 {
    position: relative;
    height: 88px;
    overflow: hidden;
    border-bottom: 10px solid #efefef;
}

.swiper-container2 img {
    width: 100%;
    height: 88px;
}


#ggq li {
    padding: 0 12px;
    line-height: 24px
}

#ggq li a {
    position: relative;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

#ggq li a img {
    display: block;
    width: .64rem;
    height: .64rem;
    border-radius: .15rem;
    margin: .15rem .15rem .15rem 0;
}

#ggq li a div {
    overflow: hidden;
    -webkit-box-flex: 1.0;
    -moz-flex-grow: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    width: 0%;
    height: .64rem;
    position: relative;
    padding: .15rem .15rem .14rem 0;
    border-bottom: 1px solid #eee;
}

#ggq li a div p {
    font-size: .14rem;
    color: #333;
    line-height: .21rem;
    margin-bottom: .02rem;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
}

#ggq li a div p:nth-of-type(n+2) {
    font-size: .12rem;
    font-weight: 400;
    max-height: 0.4rem;
    color: #808080;
}

#ggq li a span {
    position: absolute;
    top: .34rem;
    right: 0;
    display: block;
    width: .6rem;
    height: .25rem;
    background: linear-gradient(90deg, #2DC87A, #0FCF89);
    font-size: .12rem;
    color: #fff;
    line-height: .25rem;
    border-radius: .12rem;
    text-align: center;
    margin: auto;
    overflow: hidden;
}


.download-now {
    width: 2.9rem;
    height: 0.36rem;
    line-height: 0.36rem;
    display: inline-block;
    font-size: 0.14rem;
    font-weight: bold;
    padding-left: 0.3rem;
    color: #FFE514;
    text-align: center;
    background: #000 url('../img/xh/download.png') no-repeat 40% center;
    background-size: 0.14rem 0.14rem;
    border-radius: 0.04rem;
    margin-left: 0.2rem;
}



.downLink {
    position: relative;
    display: flex;
    width: 3.2rem;
    padding: .01rem 0 .1rem;
    margin: auto;
}

.downLink a,
.downLink button {
    display: block;
    width: 3.2rem;
    height: .36rem;
    line-height: .36rem;
    font-size: .14rem;
    color: #FFE514;
    text-align: center;
    border: none;
    border-radius: .04rem;
    margin: 0rem auto .05rem;
    background: #16D3FB;
}

.downLink a {
    background: #000 url('../img/xh/download.png') no-repeat 36% center;
    background-size: 0.14rem 0.14rem;
}

.downLink .ljBtn {
    flex: 1;
    width: auto;
    min-width: 1.6rem;
    max-width: 3.2rem;
    background-color: #16D3FB;
    color: #fff;
}

.downLink .gsBtn {
    width: 1.6rem;
    margin-left: .09rem;
    background: #16D3FB;
    color: #fff;
}

.downLink .orderBtn {
    background: #ffcc33;
    color: #fff;
}

.downLink .noDown,
.downLink .no {
    background-color: #ccc;
    color: #fff;
}

.downLink .noDown:before,
.downLink .no:before {
    display: none;
}

.gState {
    margin: 0 auto .1rem;
    padding: .1rem;
    ;
    background-color: #EFEFEF;
    border-radius: .05rem;
    font-size: .14rem;
    color: #8F9399;
    line-height: .2rem;
}

.gState span {
    font-weight: bold;
}

.gExplain {
    margin: 0 auto .1rem;
    padding: .1rem;
    border: 1px solid #56E39D;
    background-color: #EBFFF5;
    border-radius: .04rem;
    font-size: .12rem;
    color: #808080;
    line-height: .2rem;
}

.gExplain span {
    color: #56E39D;
}

.oExplain {
    margin: 0 auto .1rem;
    padding: .1rem;
    border: 1px solid #ffd2a6;
    background-color: #fffaf2;
    border-radius: .04rem;
    font-size: .12rem;
    color: #808080;
    line-height: .2rem;
}

.oExplain span {
    color: #ffa622;
}

.oTip {
    display: block;
    margin: 0 .2rem .08rem;
    font-size: .12rem;
    color: rgba(255, 204, 0, 1);
    line-height: .14rem;
}


/* order*/
.orderList {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 10;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
}

.orderBox {
    position: absolute;
    z-index: 5;
    top: 1.5rem;
    left: 0;
    right: 0;
    margin: auto;
    width: 3.2rem;
    border-radius: .18rem;
    border: .03rem solid rgba(255, 204, 51, 0.2);
    border-radius: .06rem;
}

.orderBox:before {
    content: "";
    position: absolute;
    top: .075rem;
    left: .07rem;
    margin: auto;
    display: block;
    width: .65rem;
    height: .47rem;
    background: url(../img/xh/jyicon.png) no-repeat;
    background-size: 5rem 5rem;
    background-position: -4.385rem -1.325rem;
}

.orderbg {
    background: #fff;
    height: 100%;
    min-height: 2.1rem;
    border-radius: .03rem;
}

.orderBox .oClose {
    position: absolute;
    top: 0;
    right: 0;
    margin: auto;
    z-index: 10;
}

.orderBox .oClose i {
    display: block;
    margin: auto;
    width: .405rem;
    height: .345rem;
    background: url(../img/xh/jyicon.png) no-repeat;
    background-size: 5rem 5rem;
    background-position: -1.94rem -1.34rem;
    position: relative;
}

.orderBox .oTitle {
    position: relative;
    display: block;
    height: .52rem;
}

.orderBox .oTitle p {
    display: block;
    padding: 0 .19rem;
    font-size: .21rem;
    color: #000;
    font-weight: bold;
    line-height: .5rem;
    white-space: nowrap;
    overflow: hidden;
}

.orderBox .oTelBox {
    position: relative;
    width: 2.67rem;
    margin: .03rem auto;
    background: #EFEFEF;
    border-radius: .06rem;
    overflow: hidden;
}

.orderBox .oTelBox:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: .14rem;
    top: .085rem;
    display: block;
    width: .15rem;
    height: .225rem;
    background: url(../img/xh/jyicon.png) no-repeat;
    background-size: 5rem 5rem;
    background-position: -2.555rem -1.34rem;
}

.orderBox .oTelBox:after {
    content: "";
    position: absolute;
    left: .41rem;
    top: .06rem;
    display: block;
    width: 1px;
    height: .285rem;
    background: #dfdfdf;
}

.orderBox form .tel {
    position: relative;
    display: block;
    border: none;
    width: 2.15rem;
    height: .395rem;
    background: #f1f1f1;
    line-height: .31rem;
    color: #333;
    font-size: .12rem;
    padding: 0 .01rem 0 .5rem;
    overflow: hidden;
    white-space: nowrap;
}

.orderBox form .tel::-webkit-input-placeholder {
    color: #9A9A9A;
}

.orderBox form .tel:-moz-placeholder {
    color: #9A9A9A;
}

.orderBox form .tel::-moz-placeholder {
    color: #9A9A9A;
}

.orderBox form .tel:-ms-input-placeholder {
    color: #9A9A9A;
}

.orderBox form .tel:focus {
    color: #808080;
}

.orderBox form p {
    text-align: center;
    color: #404040;
    font-size: .12rem;
    line-height: .2rem;
    margin-top: .08rem;
    overflow: hidden;
    white-space: nowrap;
}

.orderBox form p em {
    color: #FF3333;
}

.orderBox form p:last-of-type {
    font-size: .12rem;
    color: #ccc;
    margin-top: 0;
}

.orderBox form span {
    color: #ff3333;
    font-size: .08rem;
    text-align: left;
    display: block;
    width: 3.06rem;
    margin: 0 auto;
    overflow: hidden;
    white-space: nowrap;
}

.orderBox form .oBtn,
.orderBox .oKnow {
    display: block;
    cursor: pointer;
    border: 0;
    width: 1.325rem;
    height: .34rem;
    background: #FFCC33;
    border-radius: .17rem;
    line-height: .34rem;
    color: #fff;
    font-size: .14rem;
    margin: .086rem auto .23rem;
}

.orderBox .msg {
    display: block;
    color: #ff3333;
    font-size: .08rem;
    text-align: left;
    width: 1.63rem;
    margin: 0 auto;
}

.orderBox .oWin {
    width: 100%;
    height: auto;
    padding-bottom: .05rem;
    border-radius: .06rem;
    text-align: center;
}

.orderBox .oWin>p {
    position: relative;
    font-size: .16rem;
    color: #33FFCC;
    width: 96%;
    margin: .08rem auto 0;
    line-height: .34rem;
    font-weight: bold;
}

.orderBox .oWin>i {
    position: relative;
    display: block;
    width: .36rem;
    height: .36rem;
    background-position: -.05rem -2.035rem;
    margin: auto;
}

.orderBox .oAgin {
    width: 100%;
    height: auto;
    ;
    padding-bottom: .05rem;
    border-radius: .06rem;
    text-align: center;
}

.orderBox .oAgin>p {
    position: relative;
    font-size: .16rem;
    color: #77E5FF;
    width: 96%;
    margin: .08rem auto 0;
    line-height: .34rem;
    font-weight: bold;
}

.orderBox .oAgin>i {
    position: relative;
    display: block;
    width: .36rem;
    height: .365rem;
    background-position: -.7rem -1.995rem;
    margin: auto;
}

.downLink {
    display: block !important;
}

.adInput {
    position: relative;
    z-index: 1;
    color: #999;
    font-size: .12rem;
    margin: .05rem auto;
    text-align: center;
}

.adInput input {
    position: relative;
    width: .13rem;
    height: .13rem;
    top: .03rem;
    margin-right: .05rem;
}

.sm {
    clear: both;
    text-align: center;
    font-size: .12rem;
    color: #259d5d;
    padding: .05rem 0;
}

.sm i {
    padding: 0 .15rem;
    position: relative;
    font-style: normal;
    color: #259d5d;
}

.sm i::after {
    content: "";
    position: absolute;
    width: .12rem;
    height: .12rem;
    left: 0;
    top: 50%;
    margin-top: -.05rem;
    background: url(../img/xh/icon-lvse@2x.png) no-repeat;
    background-size: .12rem;
}

.gSecret,
.gPower,
.agSecret {
    color: #009cff !important;
    cursor: pointer;
}

/* rule */
.gRule {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .62);
}

.ruleBox {
    position: absolute;
    z-index: 5;
    top: 100px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #fff;
    width: 320px;
    border-radius: 4px;
    text-align: center;
}

.ruleBox .rClose {
    position: absolute;
    top: 10px;
    right: 10px;
    margin: auto;
    z-index: 10;
}

.ruleBox .rClose i {
    display: inline-block;
    width: 15px;
    height: 15px;
    background-position: -8px -5.6px;
    position: relative;
}

.ruleBox .rTitle {
    position: relative;
    width: 100%;
    height: 50px;
    padding-top: 14px;
    text-align: center;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.ruleBox .rTitle>i {
    display: block;
    width: 133px;
    height: 91px;
    background-position: -11px -296.5px;
    position: absolute;
    top: -44.5px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.ruleBox .rSure {
    display: block;
    width: 240px;
    height: 39px;
    border: 0;
    background: #008bff;
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
    line-height: 39px;
    margin: 15px auto 25px;
    overflow: hidden;
    white-space: nowrap;
}

.ruleMain {
    background-color: #fff;
    display: block;
    height: 180px;
    border: none;
    padding: 7.5px 12.5px 12.5px;
    line-height: 21px;
    font-size: 12px;
    color: #4c4c4c;
    margin: 10px 12.5px 15px;
    overflow: auto;
}

.ruleMain p {
    text-align: left;
}

.ruleMain strong {
    display: block;
    color: #333;
    line-height: 26px;
    font-size: 12px;
    font-weight: bold;
    text-indent: 0em;
    text-align: left;
}

.ruleMain p:nth-of-type(1) {
    color: #333;
    font-size: 12px;
    font-weight: bold;
}

/* Privacy */
.gPrivacy {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .62);
}

.privacyTxt {
    position: absolute;
    z-index: 5;
    top: 100px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #fff;
    width: 320px;
    border-radius: 4px;
    text-align: center;
}

.privacyTxt .pClose {
    position: absolute;
    top: 10px;
    right: 10px;
    margin: auto;
    z-index: 10;
}

.privacyTxt .pClose i {
    display: inline-block;
    width: 15px;
    height: 15px;
    background-position: -8px -5.6px;
    position: relative;
}

.privacyTxt .oTitle {
    position: relative;
    width: 100%;
    height: 50px;
    padding-top: 14px;
    text-align: center;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.privacyTxt .oTitle>i {
    display: block;
    width: 133px;
    height: 91px;
    background-position: -11px -177px;
    position: absolute;
    top: -44.5px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.privacyTxt .gSure {
    display: block;
    width: 240px;
    height: 39px;
    border: 0;
    background: #008bff;
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
    line-height: 39px;
    margin: 15px auto 25px;
    overflow: hidden;
    white-space: nowrap;
}

.privacyMain {
    background-color: #fff;
    display: block;
    height: 180px;
    border: none;
    padding: 7.5px 12.5px 12.5px;
    line-height: 21px;
    font-size: 12px;
    color: #4c4c4c;
    margin: 10px 12.5px 15px;
    overflow: auto;
}

.privacyMain p {
    text-align: left;
}

.privacyMain strong {
    display: block;
    color: #333;
    line-height: 26px;
    font-size: 12px;
    font-weight: bold;
    text-indent: 0em;
    text-align: left;
}

.privacyMain p:nth-of-type(1) {
    color: #333;
    font-size: 12px;
    font-weight: bold;
}

.maskTit {
    font-size: 20px;
    color: #202020;
    font-weight: bold;
    margin-top: -8px;
    line-height: 21px;
    white-space: nowrap;
    overflow: hidden;
}

.gRule i,
.gPrivacy i {
    background: url(../img/maskicon.png) no-repeat;
    background-size: 150px 600px;
}

.gasoInfo {
    margin: 0 10px 2px;
    overflow: hidden;
}

.gasoInfo li {
    position: relative;
    display: flex;
    font-size: 14px;
    color: #999;
    line-height: 30px;
    height: 30px;
    word-break: break-all;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.gasoInfo li span,
.gasoInfo li a {
    flex: 1;
    font-size: 14px;
    color: #1F1F1F;
}

.main-block .details-info h1 {
    font-size: .16rem;
    margin-bottom: .04rem;
}

.main-block .details-info p:nth-of-type(1) {
    font-size: .12rem;
    margin-bottom: 5px;
}

.main-block .details-info p:nth-of-type(2) {
    font-size: .12rem;
    margin-bottom: 5px;
}

.ruleMain p {
    font-size: 12px;
}

.ruleBox {
    font-size: 12px;
}

.privacyMain p {
    font-size: 12px;
}

.privacyTxt {
    font-size: 12px;
}

.ruleBox .rTitle>i {
    background-position: -5px -276px
}

.ruleBox .rClose i {
    background-position: -6px -7.6px
}

.privacyTxt .oTitle>i {
    background-position: -5px -160px
}

.privacyTxt .pClose i {
    background-position: -6px -7.6px
}

.gamesInfo {
    font-size: 0.12rem;
    background: #fff;
    padding-bottom: 0.1rem;
    margin-bottom: 0.1rem;
    height: auto;
    overflow-x: hidden;
}

.gasoInfo {
    margin: 0 .1rem .04rem;
    overflow: hidden;
}

.gasoInfo li {
    position: relative;
    display: flex;
    font-size: .14rem;
    color: #999;
    line-height: .3rem;
    height: .3rem;
    word-break: break-all;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.gasoInfo li span,
.gasoInfo li a {
    flex: 1;
    font-size: .14rem;
    color: #1F1F1F;
}

.friends a {
    margin-right: .1rem
}

.nsGame {
    background: url(../img/nsgamebg.png) no-repeat;
    background-size: 100% 100%;
    margin: .15rem auto .08rem;
}

.nsGame a {
    position: relative;
    display: block;
    padding: .1rem .12rem .16rem .1rem;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.nsGame a img {
    display: block;
    margin: 0 auto;
    width: .8rem;
    height: .8rem;
    border-radius: .16rem;
    margin-right: .1rem;
}

.nsGame a div {
    height: .8rem;
    flex: 1;
    overflow: hidden;
}

.nsGame a div strong {
    position: relative;
    display: block;
    font-size: .16rem;
    color: #FF6600;
    font-weight: 500;
    line-height: .24rem;
    margin-top: .04rem;
    margin-bottom: .015rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.nsGame a div p {
    margin: 0;
    font-size: .12rem;
    color: #999;
    line-height: .2rem;
    margin-bottom: .01rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.nsGame a span {
    position: absolute;
    top: .33rem;
    right: .12rem;
    display: block;
    width: .6rem;
    height: .25rem;
    font-size: .12rem;
    color: #fff;
    text-align: center;
    line-height: .25rem;
    border-radius: .12rem;
    background: #FF6600;
}

.infomation_article_container_native a,
.infomation_article_container_native a span,
.details-info-box a,
.details-info-box a span {
    color: #315EFB;
    cursor: pointer;
}

.panBtn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.panBtn .zsBtn1 {
    background: #0ec760 !important;
    color: #fff;
}

.panBtn .zsBtn1 {
    font-size: 14px;
    margin-left: 5px;
    line-height: 24px;
}

.panBtn .zsBtn1 p {
    font-size: 12px;
    line-height: 16px;
    color: #fff;
}

.panBtn .btnAnd {
    background: #4896f1;
    color: #fff;
}

.panBtn a {
    height: 42px;
    line-height: 42px;
}

.updateInfo {
    background-color: white;
    margin-bottom: 0.1rem;
}

.updateInfo .updateInfoTitle {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.updateInfo .updateInfoTitle .checkMore {
    font-size: 0.16rem;
    line-height: 0.16rem;
    position: relative;
    color: #cccc;
    padding-right: 0.07rem;
}

.updateInfo .updateTxtBox {
    padding: 0 .12rem;
    font-size: 0.16rem;
    line-height: .36rem;
}

.downLinks {
    display: flex !important;
    width: 3.4rem;
}

.downLinks>div {
    flex: 1;
    margin: 0 .05rem;
}

.downLinks a,
.downLinks button {
    display: block;
    width: 100%;
    height: .36rem;
    line-height: .36rem;
    font-size: .14rem;
    color: #FFE514;
    text-align: center;
    border: none;
    border-radius: .04rem;
    margin: 0rem auto .05rem;
    background: #16D3FB;
}

.downLinks a {
    background: #000 url('../img/xh/download.png') no-repeat 18% center;
    background-size: 0.14rem 0.14rem;
}

.downLinks .xz360Btn {
    background: #41b80f linear-gradient(45deg, #87eb5b, #6bd63d);
    color: #ffffff;
    font-weight: bold;
    line-height: 1;
    height: .36rem;
    border-radius: .04rem;
}

.downLinks .zsBtn {
    background: #41b80f linear-gradient(45deg, #87eb5b, #6bd63d);
    color: #ffffff;
    font-weight: bold;
    line-height: .22rem;
    height: .2rem;
    margin-bottom: 0;

}

.downLinks .xz360Btn p {
    font-size: .1rem;
    line-height: .12rem;
    color: #fff;
    height: .1rem;
    text-align: center;
    font-weight: 400;
    color: rgba(255, 255, 255, .72);
}

.downLinks .adrBtn {
    background: #ffe514;
    color: #000;
    font-weight: bold;
}

/* .floor-details-page .adInput{
    width: 3.25rem;
    height: auto;
    padding: .05rem;
    box-sizing: border-box;
    background: rgb(21, 197, 237, .05);
    border: 1px solid #15c5ed;
    border-radius: .04rem;
    display: block;
    overflow: hidden;
    margin: 0 20px;
} */
/* .adInput::before, .adInput::after {
    content: "";
    width: 0;
    height: 0;
    border-left: .11rem solid transparent;
    border-right: .11rem solid transparent;
    border-bottom: .11rem solid #f0f8f9;
    display: block;
    overflow: hidden;
    position: absolute;
    left: 75%;
    top: .02rem;
    transform: translateX(-50%);
    z-index: 2;
} */


.btnTips {
    margin: 0 .15rem .1rem;
    height: auto;
    padding: 0;
    margin-top: -.04rem;
    display: block;
    overflow: hidden;
    position: relative;
    font-size: .22rem;
    line-height: .24rem;
    color: #888;
}

.btnTips::before,
.btnTips::after {
    content: "";
    width: 0;
    height: 0;
    border-left: .08rem solid transparent;
    border-right: .08rem solid transparent;
    border-bottom: .08rem solid #f0f8f9;
    display: block;
    overflow: hidden;
    position: absolute;
    left: 75%;
    top: .04rem;
    transform: translateX(-50%);
    z-index: 2
}

.btnTips::after {
    border-left: .08rem solid transparent;
    border-right: .08rem solid transparent;
    border-bottom: .08rem solid #82e856;
    top: 3px;
    transform: translateX(-50%);
    z-index: 0
}

.btnTips p {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    background: rgb(130, 232, 86, .05);
    border: 1px solid #82e856;
    border-radius: .04rem;
    margin: .1rem 0 0;
    display: block;
    overflow: hidden;
    font-size: .12rem;
}
.pages{
     display: flex;
     flex-wrap: wrap;
     justify-content: center;
     align-items: center;
     gap: 10px;
     font-size: 0.16rem;
     line-height: 0.16rem;
     color: #fff;
     padding-right: 0.07rem;
}
.pages li{
    list-style: none;
    padding: 0.05rem 0.1rem;
    background-color: #808080;
}
.pages a {
    color: #fff;
}

.pages select {
    list-style: none;
    padding: 0.05rem 0.1rem;
    color: #fff;
    background-color: #808080;
}