@charset "UTF-8";
body,
html {
    height: 100%;
    position: relative;
    background: #fff;
}

html,
body,
a,
button,
dd,
div,
dl,
dt,
h1,
h2,
h3,
img,
li,
p,
ul {
    border: none;
    margin: 0;
    padding: 0;
    border: 0;
}

article,
aside,
footer,
header,
nav,
section {
    display: block;
    margin: 0;
    padding: 0;
}

img {
    border: 0;
}

li,
ul {
    list-style-type: none;
}

a {
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    text-decoration: underline;
}

button,
input[type=number],
input[type=password],
input[type=reset],
input[type=submit],
input[type=text],
select,
textarea {
    font: 14px/23px "Microsoft Yahei", "Arial";
    margin: 0;
    vertical-align: baseline;
    background: 0 0;
    border: 0;
    padding: 0;
    color: #222;
}

areatext,
button,
input {
    line-height: normal;
    outline: 0 !important;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
input[disabled] {
    cursor: default;
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

a,
img,
div {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    outline: none;
}



/*animation*/

@-webkit-keyframes videoIcon {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: -420px 0;
    }
}

@-moz-keyframes videoIcon {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: -420px 0;
    }
}

@keyframes videoIcon {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: -420px 0;
    }
}

@-webkit-keyframes Opacity {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-moz-keyframes Opacity {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes Opacity {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

@-moz-keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
@keyframes rotate{
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}


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

.swiper-container {
    margin: 0 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, 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, 0.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, 0.5)), to(transparent));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
    background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
}

.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-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 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, 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);
    }
}

html {
    font-size: 50px;
}

@media screen and (min-width: 320px) {
    html {
        font-size: 42.66px;
    }
}

@media screen and (min-width: 360px) {
    html {
        font-size: 48px;
    }
}

@media screen and (min-width: 375px) {
    html {
        font-size: 50px;
    }
}

@media screen and (min-width: 414px) {
    html {
        font-size: 55.20px;
    }
}

body,
html {
    background: #fff;
}

.lt {
    float: left;
}

.rt {
    float: right;
}

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

a:hover,
a:active {
    text-decoration: none;
}

a {
    outline: none;
    *hide-focus: none;
}

.cd {
    *zoom: 1;
}

.cd:after {
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
    content: ".";
}

img {
    display: block;
}

#loading {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background: url(../images/index.html) no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
}

#container {
    height: auto;
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    color: #58594b;
}

.btn {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .3s linear;
    -moz-transition: -moz-transform .3s linear;
    transition: transform .3s linear;
}

.btn.touch {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: -webkit-transform .1s linear;
    -moz-transition: -moz-transform .1s linear;
    transition: transform 0.1s linear;
}

.headerBox {
    position: fixed;
    left: 0;
    top: 0;
    background: url(../images/headerbgf3e5.png) no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    z-index: 15;
    padding: 7px 0 0 8px;
    height:55px;
    width: 100%;
    box-sizing: border-box;
    z-index: 21;
}

.gameName a,
.gameName a img {    width:auto;
    height:42px;margin-top:0px;
}

.headerLogo {
    padding-left: 12px;
    height: .77rem;
    margin-top: -.02rem;
}

.headerLogo img {
    width: 100%;
    height: 100%;
}

.btn_download {
    width: 2.52rem;
    height: .64rem;
    display: block;
    overflow: hidden;
    background: url(../images/btn_downloadf3e5.png) no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    margin: 1px 10px 0 0;
}



/*--导航--*/

.navBox {
    position: fixed;
    top: 0;
    right: 0;
    height: 1rem;
    z-index: 0;
}

.gift_bag {
    position: absolute;
    top: 2rem;
    right: .21rem;
    z-index: 1;
    background: url(/skin/default/images/gift_bagf3e5.png) no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    width: .83rem;
    height: .83rem;
}

.exchange_btn {
    position: absolute;
    top: 2.9rem;
    right: .21rem;
    z-index: 1;
    background: url(../images/exchangef3e5.png) no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    width: .83rem;
    height: .83rem;
}

.nav_trigger {
    position: absolute;
    width: .83rem;
    height: .83rem;
    position: absolute;
    z-index: 99;
    top: 1.06rem;
    right: .21rem;
    background: url(../images/navf3e5.png) no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
}

.nav_trigger span {
    width: .32rem;
    height: .83rem;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin: 0 auto;
}

.nav_trigger i {
    display: block;
    width: .32rem;
    height: .04rem;
    margin-bottom: .04rem;
    border-radius: 0.03rem;
    background: #f5e9c0;
    background: -moz-linear-gradient(top, #fcf8ea, #eedb99);
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fcf8ea), to(#eedb99));
    background: -o-linear-gradient(top, #fcf8ea, #eedb99);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.nav_trigger.cur i:nth-of-type(1) {
    -webkit-transform: rotate(45deg) translate(0rem, 0.02rem);
    -moz-transform: rotate(45deg) translate(0rem, 0.02rem);
    -ms-transform: rotate(45deg) translate(0rem, 0.02rem);
    transform: rotate(45deg) translate(0rem, 0.02rem);
    margin-bottom: 0;
    width: .35rem;
}

.nav_trigger.cur :nth-of-type(2) {
    display: none;
}

.nav_trigger.cur i:nth-of-type(3) {
    -webkit-transform: rotate(-45deg) translate(0.02rem, -0.02rem);
    -moz-transform: rotate(-45deg) translate(0.02rem, -0.02rem);
    -ms-transform: rotate(-45deg) translate(0.02rem, -0.02rem);
    transform: rotate(-45deg) translate(0.02rem, -0.02rem);
    margin-bottom: 0;
    width: .35rem;
}



/*--------------*/

.nav-menu {
    margin-right: 0;
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    width: 4.12rem;
    height: 100%;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5) url(../images/navbgf3e5.png) no-repeat center top;
    z-index: 20;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    position: relative;
    z-index: 5;
    border-left: 1px solid #c6ac89;
}

.nav-menu ul {
    padding-top: 3.43rem;
}

.nav-menu li {
    border-bottom: 1px solid #75787f;
    font-size: 21px;
    line-height: 1.15rem;
    width: 4.12rem;
}

.nav-menu li a {
    color: #fff;
    display: block;
    background: url(../images/nav-iconf3e5.png) no-repeat 95% center;
    background-size: .14rem .28rem;
    text-indent: .69rem;
}

.nav-menu.show {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.nav-menu.show li {

    overflow: hidden;
}



/*-----底通-----*/

.footer {
    width: 100%;
    background: #fff;
    text-align: center;
    color: #dcdcdc;
    font-size: 12px;
    padding-bottom: 0.17rem;
    background: url(../images/footerbgf3e5.jpg) no-repeat;
    background-size: cover;
}

.footer li {
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
}

.footer a {
    color: #dcdcdc;
}

.footer .copyright {
    color: #97a2b1;
}

.footer .footLogo {
    text-align: center;
    padding: .2rem 0 .1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.footer .footLogo img {
    width: 53.5px;
    height: 17.5px;
    margin: 0 5px;
}



/*-------------首页-------------*/

.i-container .navBox {
    z-index: 20 !important;
}

.i-container img {
    width: 100%;
    height: 100%;
}

.i-container .more {
    background: url(../images/moref3e5.png) center top no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    width: 2.46rem;
    height: .62rem;
    font: 500 0.28rem/0.62rem "Microsoft YaHei";
    color: #000;
    text-align: center;
    display: block;
    margin: 0 auto;
}

.navList,
.indexFour .navList2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    border-bottom: .01rem solid #B58243;
}

.navList .item,
.indexFour .navList2 .item {
    float: left;
    color: #1d1d1d;
    font-size: .3rem;
    height: .6rem;
    -webkit-box-flex: 1;
    width: 20%;
    -webkit-flex: 1;
    flex: 1;
    text-align: center;
}

.navList .item a,
.indexFour .navList2 .item a {
    color: #1d1d1d;
    text-align: center;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.navList .item.cur a,
.indexFour .navList2 .item.cur a {
    height: .57rem;
    border-bottom: 0.03rem solid #B58243;
}

.tabs-container,
.indexFour .tabs-container2 {
    margin-top: .1rem;
}

.tabs-container li,
.indexFour .tabs-container2 li {
    padding: .15rem .1rem;
    color: #B58243;
}

.tabs-container time,
.indexFour .tabs-container2 time {
    display: inline-block;
    color: #9e9e9e;
}

.tabs-container .text,
.indexFour .tabs-container2 .text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #676767;
    width: 70%;
    padding-right: 3%;
}

.indexOne {
    background: url(../images/../images/index.html) center top no-repeat;
    -webkit-background-size: 7.5rem 12.50rem;
    -moz-background-size: 7.5rem 12.50rem;
    -ms-background-size: 7.5rem 12.50rem;
    background-size: 7.5rem 12.50rem;
    height: 12.50rem;
    padding-top: 6.3rem;
    position: relative;
    box-sizing: border-box;
    position: relative;
}

.indexOne .content {
    position: absolute;
    bottom: 0.3rem;
    width: 100%;
    left: 0;
}
.video-box{
	width: .43rem;
 	height: .54rem;
	position:absolute;
	left:50%;
	transform: translate(-50%,0);
    top: -1rem;
  	background: url(../images/video-af3e5.png) no-repeat;
	background-size:100% auto;
}
.video-box a{
  	position: absolute;
	display: block;
  	width: 1.03rem;
  	height: 1.02rem;
  	top:50%;
  	left: 50%;
	    margin-top: -.495rem;
    margin-left: -.53rem;
	animation: rotate 2s 0s linear both infinite;
	-ms-animation: rotate 2s 0s linear both infinite;
	-moz-animation: rotate 2s 0s linear both infinite;
	-webkit-animation: rotate 2s 0s linear both infinite;
	background: url(../images/video-bf3e5.png) no-repeat;
	background-size:100% auto;
}
.indexOne .btn-video {
    display: block;
    width: 42px;
    height: 46.5px;
    margin: 0 auto;
    background: url(index.html) no-repeat;
    background-size: 420px 46.5px;
    -webkit-animation: videoIcon 0.8s steps(10) infinite;
    -moz-animation: videoIcon 0.8s steps(10) infinite;
    animation: videoIcon 0.8s steps(10) infinite;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    right: 0.36rem;
    top: 0.43rem;
    z-index: 11;
}

.indexOne .slogan {
    width: 7.50rem;
    margin: 0rem auto .4rem;
    height: 1.6rem;
    opacity: 0;
    filter: alpha(opacity=0);
}

.indexOne .btn_dow {
    width: 3.9rem;
    height: 1.05rem;
    display: block;
    background: url(../images/btn_1f3e5.png) no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    margin: 0 auto;
    position: relative;
    opacity: 0;
    filter: alpha(opacity=0);
}

.indexOne .btn_dow i img {
    display: block;
    width: 3.24rem;
    height: .93rem;
    -webkit-animation: Opacity 1s infinite linear;
    -moz-animation: Opacity 1s infinite linear;
    animation: Opacity 1s infinite linear;
    position: absolute;
    top: 0;
    left: 0;
}

.indexOne.active .btn-video {
    opacity: 1;
    filter: alpha(opacity=100);
}

.indexOne.active .slogan {
    -webkit-animation: fadeInUp 1.2s .2s ease both;
    -moz-animation: fadeInUp 1.2s .2s ease both;
    animation: fadeInUp 1.2s .2s ease both;
    opacity: 1;
    filter: alpha(opacity=100);
}

.indexOne.active .btn_dow {
    -webkit-animation: fadeInUp 1.2s .4s ease both;
    -moz-animation: fadeInUp 1.2s .4s ease both;
    animation: fadeInUp 1.2s .4s ease both;
    opacity: 1;
    filter: alpha(opacity=100);
}

.game-player {
    position: relative;
    width: 100%;
    z-index: 1;
}

.game-player-swiper .swiper-slide {
    height: 3.12rem;
    position: relative;
}

.game-player-swiper .swiper-slide .activity-bg {
    position: absolute;
    bottom: 0;
    display: block;
    width: 7.0rem;
    height: 2.36rem;
    margin: 0 auto;
    left: 50%;
    margin-left: -3.5rem;
}

.g-next,
.g-prev {
    background-image: url(../images/btn-bannerf3e5.png) !important;
    background-size: 1.26rem 0.62rem !important;
    width: 0.63rem !important;
    height: 0.62rem !important;
    position: absolute;
    top: 50% !important;
    margin-top: 0 !important;
}

.g-prev {
    left: 0 !important;
    background-position: 0 0 !important;
}

.g-next {
    right: 0 !important;
    background-position: -0.64rem 0 !important;
}

.activity-txt {
    *zoom: 1;
    position: absolute;
    bottom: 0;
    left: 1.36rem;
    width: 5.12rem;
}

.activity-txt:after {
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
    content: ".";
}

.activity-txt dt {
    float: left;
    width: 2.4rem;
}

.activity-txt dt h3 {
    font-weight: 500;
    font-size: 0.46rem;
    line-height: 100%;
    padding: 1.22rem 0 0.15rem;
    color: #000;
}

.activity-txt dt p {
    font-size: 0.32rem;
    color: #986E56;
    line-height: 100%;
}

.activity-txt dt a {
    background: url(../images/btn-2f3e5.png) no-repeat;
    width: 1.67rem;
    height: 0.44rem;
    background-size: 100% 100%;
    display: block;
    text-indent: -9999em;
    font-size: 0.24rem;
    margin-top: 0.24rem;
}

.activity-txt dd {
    float: right;
    width: 2.7rem;
}

.activity-txt dd img {
    width: 3.1rem;
    height: 3.12rem;
}



/*--第二页--*/

.indexTwo {
    position: relative;
    z-index: 1;
}

.indexTwo .hd-tt {
    height: 1.21rem;
    margin: -.13rem 0 .32rem;
    width: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
}

.indexTwo .eye-swiper {
    height: 3.53rem;
    position: relative;
    opacity: 0;
    filter: alpha(opacity=0);
}

.indexTwo .eye-swiper .swiper-wrapper {
    width: 7rem;
    margin: 0 auto;
}

.indexTwo .eye-swiper .swiper-slide {
    width: 7rem;
}

.indexTwo .eye-swiper .swiper-slide img {
    width: 7rem;
    height: 3.53rem;
    display: block;
    text-align: center;
}

.indexTwo .eye-pagination {
    position: absolute;
    bottom: .15rem;
    right: 0;
    z-index: 10;
    width: 100%;
    text-align: center;
}

.indexTwo .eye-pagination span.swiper-pagination-bullet {
    background: url(../images/eye-iconf3e5.png) no-repeat;
    -webkit-background-size: .48rem .2rem;
    -moz-background-size: .48rem .2rem;
    -o-background-size: .48rem .2rem;
    background-size: .48rem .2rem;
    width: .2rem;
    height: .2rem;
    margin: 0 .05rem;
    opacity: 1;
}

.indexTwo .eye-pagination span.swiper-pagination-bullet-active {
    background-position: -.28rem 0;
}

.indexTwo .tabs-container,
.indexTwo .indexFour .tabs-container2,
.indexFour .indexTwo .tabs-container2 {
    overflow: hidden;
}

.indexTwo .tabs-container .swiper-wrapper,
.indexTwo .indexFour .tabs-container2 .swiper-wrapper,
.indexFour .indexTwo .tabs-container2 .swiper-wrapper {
    height: 3.3rem !important;
}

.indexTwo .i-newsBox {
    opacity: 0;
    filter: alpha(opacity=0);
    margin: .28rem .25rem 0;
    overflow: hidden;
    font-size: .24rem;
    font-weight: 500;
}

.indexTwo.active .hd-tt {
    -webkit-animation: fadeInUp .8s ease both;
    -moz-animation: fadeInUp .8s ease both;
    animation: fadeInUp .8s ease both;
    opacity: 1;
    filter: alpha(opacity=100);
}

.indexTwo.active .eye-swiper {
    -webkit-animation: fadeInUp .8s .2s ease both;
    -moz-animation: fadeInUp .8s .2s ease both;
    animation: fadeInUp .8s .2s ease both;
    opacity: 1;
    filter: alpha(opacity=100);
}

.indexTwo.active .i-newsBox {
    -webkit-animation: fadeInUp .8s .4s ease both;
    -moz-animation: fadeInUp .8s .4s ease both;
    animation: fadeInUp .8s .4s ease both;
    opacity: 1;
    filter: alpha(opacity=100);
}



/*--第三页--*/

.indexThree {
    position: relative;
    z-index: 1;
}

.indexThree .hd-tt {
    width: 7.5rem;
    height: 1.21rem;
    opacity: 0;
    filter: alpha(opacity=0);
}

.indexThree .game-swiper {
    height:auto;
    position: relative;
    opacity: 0;
    filter: alpha(opacity=0);
}

.indexThree .game-swiper .swiper-wrapper {
    width: 7rem;
    height:auto;
    margin: 0 auto;
    position: relative;
}

.indexThree .game-swiper .swiper-slide {
    width: 100%;
}

.indexThree .game-swiper .swiper-slide img {
    width: 7rem;
    height:auto;
    display: block;
    text-align: center;
}

.indexThree .game-pagination {
    position: absolute;
    bottom: -.8rem;
    right: 0;
    z-index: 10;
    text-align: center;
    width: 100%;
}

.indexThree .game-pagination span.swiper-pagination-bullet {
    background: url(../images/eye-iconf3e5.png) no-repeat;
    -webkit-background-size: .48rem .2rem;
    -moz-background-size: .48rem .2rem;
    -o-background-size: .48rem .2rem;
    background-size: .48rem .2rem;
    width: .24rem;
    height: .2rem;
    margin: 0 .05rem;
    opacity: 1;
}

.indexThree .game-pagination span.swiper-pagination-bullet-active {
    background-position: -.28rem 0;
}

.indexThree.active .hd-tt {
    -webkit-animation: fadeInUp .6s ease both;
    -moz-animation: fadeInUp .6s ease both;
    animation: fadeInUp .6s ease both;
    opacity: 1;
    filter: alpha(opacity=100);
    margin: 0.4rem 0 0.12rem;
}

.indexThree.active .game-swiper {
    -webkit-animation: fadeInUp .8s ease both;
    -moz-animation: fadeInUp .8s ease both;
    animation: fadeInUp .8s ease both;
    opacity: 1;
    filter: alpha(opacity=100);
}



/*--第四页--*/

.indexFour {
    position: relative;
    z-index: 2;
}

.indexFour .hd-tt {
    margin: .5rem 0 .4rem;
    opacity: 0;
    filter: alpha(opacity=0);
    height: 1.21rem;
    width: 100%;
}

.indexFour .img-swiper {
    width: 7rem;
    height: 3.1rem;
    margin: 0 auto .2rem;
}

.indexFour .tabs-container2 {
    overflow: hidden;
}

.indexFour .tabs-container2 .swiper-wrapper {
    padding-bottom: 0.26rem;
}

.indexFour .i-newsBox {
    opacity: 0;
    filter: alpha(opacity=0);
    margin: .28rem .25rem 0;
    overflow: hidden;
    font-size: .24rem;
    font-weight: 500;
}

.indexFour.active .hd-tt {
    -webkit-animation: fadeInUp .6s ease both;
    -moz-animation: fadeInUp .6s ease both;
    animation: fadeInUp .6s ease both;
    opacity: 1;
    filter: alpha(opacity=100);
}

.indexFour.active .eye-swiper,
.indexFour.active .img-swiper {
    -webkit-animation: fadeInUp .8s ease both;
    -moz-animation: fadeInUp .8s ease both;
    animation: fadeInUp .8s ease both;
    opacity: 1;
    filter: alpha(opacity=100);
}

.indexFour.active .i-newsBox {
    -webkit-animation: fadeInUp .8s .2s ease both;
    -moz-animation: fadeInUp .8s .2s ease both;
    animation: fadeInUp .8s .2s ease both;
    opacity: 1;
    filter: alpha(opacity=100);
}



/*--第五页--*/

.indexFive {
    z-index: 1;
    background: url(../images/indexfivef3e5.jpg) no-repeat;
    height: 13.34rem;
    position: relative;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    opacity: 0;
    filter: alpha(opacity=0);
}

.indexFive .tab {
    width: 5.34rem;
    margin: 0 auto;
    position: relative;
    z-index: 9;
}

.indexFive .tab li {
    width: 2.67rem;
    height: 1.5rem;
    line-height: 99rem;
    overflow: hidden;
    float: left;
    background: url(../images/indexfive-ttf3e5.png) no-repeat;
    -webkit-background-size: 5.34rem 3rem;
    -moz-background-size: 5.34rem 3rem;
    background-size: 5.34rem 3rem;
}

.indexFive .tab li:nth-child(1) {
    background-position: 0 0;
}

.indexFive .tab li:nth-child(1).on {
    background-position: 0 -1.5rem;
}

.indexFive .tab li:nth-child(2) {
    background-position: -2.67rem 0;
}

.indexFive .tab li:nth-child(2).on {
    background-position: -2.67rem -1.5rem;
}

.indexFive .professioBox {
    position: relative;
    top: -1.5rem;
    z-index: 5;
}

.indexFive .lst {
    display: none;
}

.indexFive .lst .bor {
    width: 2.67rem;
    height: .05rem;
    position: absolute;
    top: 2.95rem;
    left: 1.1rem;
}

.indexFive .professio-swiper {
    position: relative;
    height: 13.34rem;
}

.indexFive .professio-swiper .pos_btn {
    width: 3rem;
    height: 3.3rem;
    display: block;
    position: absolute;
    bottom: 1.94rem;
    left: 50%;
    transform: translateX(-50%);
}

.indexFive .angel-swiper {
    width: 7.5rem;
    position: relative;
    height: 13.34rem;
}

.indexFive .angel-swiper .bor {
    left: 3.7rem;
}

.indexFive .angel-swiper .swiper-slide {
    width: 7.5rem !important;
}

.indexFive .angel-swiper .angel_btn {
    width: 3.15rem;
    height: 1.36rem;
    display: block;
    position: absolute;
    bottom: 2.75rem;
    left: 50%;
    transform: translateX(-50%);
}

.indexFive .s-prev,
.indexFive .s-next,
.indexFive .s-prev2,
.indexFive .s-next2 {
    width: 1.13rem;
    height: 1.12rem;
    position: absolute;
    top: 60%;
    z-index: 10;
    transform: translateY(-50%);
    background: url(../images/arrow2f3e5.png) no-repeat;
    -webkit-background-size: 2.26rem 1.12rem;
    -moz-background-size: 2.26rem 1.12rem;
    background-size: 2.26rem 1.12rem;
}

.indexFive .s-prev,
.indexFive .s-prev2 {
    left: .28rem;
    background-position: 0 0;
}

.indexFive .s-next,
.indexFive .s-next2 {
    right: .28rem;
    background-position: -1.13rem 0;
}

.indexFive.active {
    -webkit-animation: fadeInUp .8s ease both;
    -moz-animation: fadeInUp .8s ease both;
    animation: fadeInUp .8s ease both;
    opacity: 1;
    filter: alpha(opacity=100);
}



/*--第六页--*/

.indexSix {
    height: 4rem;
    position: relative;
    z-index: 1;
}

.indexSix .hd-tt {
    width: 100%;
    height: 1.21rem;
    opacity: 0;
    filter: alpha(opacity=0);
}

.indexSix .video-swiper {
    height: 3.94rem;
    position: relative;
    opacity: 0;
    filter: alpha(opacity=0);
}

.indexSix .video-swiper .swiper-wrapper {
    width: 7rem;
    height: 3.94rem;
    margin: 0 auto;
    position: relative;
}

.indexSix .video-swiper .swiper-slide img {
    width: 7rem;
    height: 3.94rem;
    display: block;
    text-align: center;
}

.indexSix .video-swiper .swiper-slide .v-mask {
    background: url(../images/v-maskf3e5.png) no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    position: absolute;
    z-index: 5;
    top: 0;
    display: block;
    width: 7rem;
    height: 3.94rem;
}

.indexSix .video-pagination {
    position: absolute;
    bottom: .29rem;
    right: 0;
    z-index: 10;
    text-align: center;
    width: 100%;
}

.indexSix .video-pagination span.swiper-pagination-bullet {
    background: url(../images/eye-iconf3e5.png) no-repeat;
    -webkit-background-size: .48rem .2rem;
    -moz-background-size: .48rem .2rem;
    -o-background-size: .48rem .2rem;
    background-size: .48rem .2rem;
    width: .2rem;
    height: .2rem;
    margin: 0 .05rem;
    opacity: 1;
}

.indexSix .video-pagination span.swiper-pagination-bullet-active {
    background-position: -.28rem 0;
}

.indexSix .more {
    margin-top: .29rem;
}

.indexSix .pictures-container {
    margin-top: 1.4rem;
    opacity: 0;
    filter: alpha(opacity=0);
}

.indexSix.active .hd-tt {
    -webkit-animation: fadeInUp .6s ease both;
    -moz-animation: fadeInUp .6s ease both;
    animation: fadeInUp .6s ease both;
    opacity: 1;
    filter: alpha(opacity=100);
}

.indexSix.active .video-swiper {
    -webkit-animation: fadeInUp .8s ease both;
    -moz-animation: fadeInUp .8s ease both;
    animation: fadeInUp .8s ease both;
    opacity: 1;
    filter: alpha(opacity=100);
}

.indexSix.active .pictures-container {
    -webkit-animation: fadeInUp .8s .2s ease both;
    -moz-animation: fadeInUp .8s .2s ease both;
    animation: fadeInUp .8s .2s ease both;
    opacity: 1;
    filter: alpha(opacity=100);
}



/*---第七页---*/

.indexSeven {
    background: url(../images/sevenbgf3e5.jpg) center bottom no-repeat;
    -webkit-background-size: 7.5rem auto;
    -moz-background-size: 7.5rem auto;
    background-size: 7.5rem auto;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.indexSeven .hd-tt {
    width: 100%;
    height: 1.2rem;
    opacity: 0;
    filter: alpha(opacity=0);
}

.indexSeven .share {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    opacity: 0;
    filter: alpha(opacity=0);
}

.indexSeven .share p {
    padding: 0;
    font-size: .2rem;
    font-weight: 500;
    color: #ca8e53;
    width: 1.7rem;
    text-align: center;
    margin: 0 .2rem;
}

.indexSeven .share p a {
    color: #ca8e53;
    padding: 2rem 0 .5rem;
    display: block;
}

.indexSeven .share p:last-child {
    padding: 0;
}

.indexSeven .share p:last-child a {}

.indexSeven .share p:nth-child(1) {
    background: url(../images/share1f3e5.png) no-repeat;
    -webkit-background-size: 1.7rem 1.98rem;
    -moz-background-size: 1.7rem 1.98rem;
    background-size: 1.7rem 1.98rem;
}

.indexSeven .share p:nth-child(2) {
    background: url(../images/share2f3e5.png) no-repeat;
    -webkit-background-size: 1.7rem 1.98rem;
    -moz-background-size: 1.7rem 1.98rem;
    background-size: 1.7rem 1.98rem;
}

.indexSeven .share p:nth-child(3) {
    background: url(../images/share3f3e5.png) no-repeat;
    -webkit-background-size: 1.7rem 1.98rem;
    -moz-background-size: 1.7rem 1.98rem;
    background-size: 1.7rem 1.98rem;
}

.indexSeven .dizhi {
    width: 7.5rem;
    height: 1.78rem;
    margin-bottom: .52rem;
}

.indexSeven.active .hd-tt {
    -webkit-animation: fadeInUp .8s ease both;
    -moz-animation: fadeInUp .8s ease both;
    animation: fadeInUp .8s ease both;
    opacity: 1;
    filter: alpha(opacity=100);
}

.indexSeven.active .dizhi {
    -webkit-animation: fadeInUp .8s .4s ease both;
    -moz-animation: fadeInUp 0.8s 0.4s ease both;
    animation: fadeInUp .8s .4s ease both;
    opacity: 1;
    filter: alpha(opacity=100);
}

.indexSeven.active .share {
    -webkit-animation: fadeInUp .8s .2s ease both;
    -moz-animation: fadeInUp .8s .2s ease both;
    animation: fadeInUp .8s .2s ease both;
    opacity: 1;
    filter: alpha(opacity=100);
}



/*-新闻-*/

.news-box .news-lst {
    padding: 0 .25rem;
    height: 8.8rem;
}

.news-box .news-lst li {
    height: .65rem;
    clear: both;
}

.news-box .news-lst li a {
    font-size: .24rem;
    display: block;
    color: #676767;
    line-height: .6rem;
    width: 100%;
    height: 100%;
    font-weight: 500;
}

.news-box .news-lst .titleNews {
    color: #5376b1;
    position: relative;
    width: .9rem;
    text-align: center;
}

.news-box .news-lst .linkNews {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    display: block;
    width: 75%;
}

.news-box .news-lst time {
    color: #9e9e9e;
    display: inline-block;
    float: right;
}

.news-box .newsPageBox {
    margin: .2rem .5rem .5rem;
    color: #074b8d;
    line-height: 1.5;
}

.news-box .newsPageBox .news-bd {
    font-size: 12px!important;
    padding: 10px 0;
    line-height: 25px;
}

.news-box .newsPageBox .news-bd img {
    display: block;
    width: 100%;
}

.news-box .newsPageBox .news-hd {
    border-bottom: 1px solid #197cdd;
    text-align: center;
    padding-bottom: 10px;
}

.news-box .newsPageBox .news-hd h1 {
    color: #197cdd;
    font-size: 14px;
}

.news-box .newsPageBox .news-hd .data {
    font-size: 12px;
    color: #145291;
}

.newsNav {
    text-align: center;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-bottom: 1px solid #5376b1;
    width: 7rem;
    margin: .43rem auto .15rem;
}

.newsNav li {
    float: left;
    width: 20%;
    height: .69rem;
    line-height: .69rem;
    font-size: .3rem;
}

.newsNav li a {
    color: #1d1d1d;
    display: block;
    width: 100%;
    height: 100%;
}

.newsNav li.active {
    border-bottom: 0.03rem solid #5376b1;
}

.popHeader {
    color: #252525;
}

.popHeader h3 {
    font-size: 0.3rem;
    height: 0.6rem;
    line-height: 0.6rem;
    background: url(../images/../images/index.html) no-repeat left bottom;
    background-size: 5.5rem 0.04rem;
    font-weight: 500;
}

.popHeader h3 small {
    font-size: 0.21rem;
}

.popHeader h3 small span {
    color: #CA3E42;
}

.popHeader p {
    font-size: 0.18rem;
    line-height: 0.46rem;
}

.popHeader p span {
    color: #CA3E42;
}

.follow {
    overflow: hidden;
    margin-top: 0.4rem;
}

.follow dt {
    float: left;
    font-size: 0.26rem;
    width: 3.2rem;
    color: #4C8D96;
}

.follow dt h3 {
    font-weight: 700;
}

.follow dt .prohibit {
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    color: #242424;
}

.follow dd {
    float: left;
    width: 2.3rem;
    text-align: center;
}

.follow dd img {
    display: block;
    margin: 0 auto;
    width: 1.64rem;
    height: 1.64rem;
    padding-bottom: 0.18rem;
}

.follow dd p {
    font-size: 0.18rem;
}

.screen {
    padding: 0.4rem 0 0.12rem;
    overflow: hidden;
}

.screen label {
    float: left;
    width: 2.2rem;
    display: block;
    line-height: 0.28rem;
}

.screen .checkBox {
    width: 1.7rem;
    overflow: hidden;
    float: left;
    line-height: 0.3rem;
}

.screen .checkBox i {
    margin-right: 0.08rem;
    float: left;
    display: block;
    width: 0.28rem;
    height: 0.3rem;
    background: url(index.html) no-repeat;
    background-size: 0.28rem 0.6rem;
}

.screen .checkBox i.cur {
    background-position: 0 -0.33rem;
}

.screen .checkBox span {
    float: left;
}

.countDown .txt {
    height: 0.64rem;
    line-height: 0.64rem;
    border: 1px solid #4C8D96;
    display: block;
    margin-top: 0.2rem;
    width: 100%;
    border-radius: 0.1rem;
    padding: 0 0.18rem;
    color: #CACACA;
    box-sizing: border-box;
}

.countDown .txt:focus {
    color: #242424;
}

.countDown .verification-ipt {
    margin-top: 0.2rem;
    overflow: hidden;
    width: 100%;
}

.countDown .verification-ipt .ipt {
    height: 0.64rem;
    line-height: 0.64rem;
    border: 1px solid #4C8D96;
    display: block;
    width: 3.92rem;
    border-radius: 0.1rem;
    padding: 0 0.18rem;
    color: #CACACA;
    box-sizing: border-box;
    float: left;
}

.countDown .verification-ipt .msgs {
    width: 1.65rem;
    height: 0.64rem;
    line-height: 0.64rem;
    text-align: center;
    color: #fff;
    border-radius: 0.1rem;
    background: #4C8D96;
    float: right;
}

.countDown .verification-ipt .msgsCur {
    background: #626262;
    color: #fff;
}

.countDown .yzmImg {
    width: 1.65rem;
    height: 0.64rem;
    float: right;
}

.redTxt {
    color: #CA3E42;
    font-size: 0.2rem;
    line-height: 100%;
    padding-top: 0.2rem;
}



/*新闻内页*/

.newsPageBox {
    color: #7c7c7c;
    line-height: 25px;
    height: auto;
    /* overflow-y: scroll; */
    /* margin: 12px 0;  */
}

.newsPageBox .news-bd {
    font-size: 13px;
    padding: 8px 23px;
    line-height: 25px;
}

.newsPageBox .news-bd p {
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
}

.newsPageBox .news-bd img {
    display: inline-block;
    max-width: 100%!important;
    height: auto!important;
    text-align: center;
    margin: 0 auto;
}

.newsPageBox .news-hd {
    text-align: center;
    margin: 0 12px;
}

.newsPageBox .news-hd h1 {
    color: #000;
    font-size: 18px;
    line-height: .48rem;
    width: 4.5rem;
    max-height: .96rem;
    overflow: hidden;
    margin: 0 auto;
}

.newsPageBox .news-hd .data {
    font-size: 12px;
    border-top: 1px solid #d4d4d4;
    padding: 5px 0;
    margin-top: 10px;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
}

.newsPageBox .news-hd .team {
    color: #cfa869;
}

.u-share {
    width: 7rem;
    padding: .3rem 0 .35rem;
    margin: 0 auto .28rem;
    border-bottom: 1px solid #d4d4d4;
}

.u-share span {
    display: block;
    text-align: center;
    color: #cfa869;
    font-size: 10px;
}

.u-share ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.u-share li {
    float: left;
    width: 42px;
    height: 42px;
    margin: 0 5px;
}

.u-share li a {
    display: block;
    width: 42px;
    height: 42px;
    background: url(../images/icon_sharef3e5.png) no-repeat;
    -webkit-background-size: 190px 42px;
    -moz-background-size: 190px 42px;
    -ms-background-size: 190px 42px;
    background-size: 190px 42px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    line-height: 99em;
}

.u-share li.wechat a {
    background-position: -49px 0;
}

.u-share li.renren a {
    background-position: -98.5px 0;
}

.u-share li.qqspace a {
    background-position: -148px 0;
}

.u-share li.sina a {
    background-position: 0 0;
}



/*--内页--*/

.pageWrap {
    height: auto !important;
    width: 100%;

    background: url(../images/pagebgf3e5.jpg) center -15px no-repeat;
    -webkit-background-size: 100% 12.8rem;
    -moz-background-size: 100% 12.8rem;
    background-size: 100% 12.8rem;
}

.pageWrap .pageBox {
    padding: 35px 0 20px;
    box-sizing: border-box;
}

.pageWrap .newsPageBox {
    padding-top: 1.35rem;
}

.pageWrap .hd-tt {
    width: 7.5rem;
    height: 1.21rem;
}

.pageWrap .hd-tt img {
    width: 100%;
    height: 100%;
}

.pageWrap .return {
    position: absolute;
    top: 70px;
    right: 10px;
}

.pageWrap .return a {
    display: block;
    background: url(../images/returnf3e5.png) no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    width: 41.5px;
    height: 41.5px;
}



/*---翻页---*/

.pageMenu {
    width: 7.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    line-height: 30px;
}

.pageMenu a {
    display: block;
    width: 116px;
    height: 29.5px;
    color: #000;
    text-align: center;
    margin: 0 .15rem .35rem;
    background: url(../images/pagemenuf3e5.png) no-repeat;
    -webkit-background-size: 241.5px 29.5px;
    -moz-background-size: 241.5px 29.5px;
    background-size: 241.5px 29.5px;
}

.pageMenu a.active {
    background-position: -125.5px 0;
    color: #fff;
}

.arrow {
    width: .65rem;
    height: .27rem;
    margin: 0.5rem auto 0;
    z-index: 5;
    -webkit-animation: down 1.5s infinite linear;
    -ms-animation: down 1.5s infinite linear;
    animation: down 1.5s infinite linear;
}

.arrow img {
    width: 100%;
    height: 100%;
}



/*arrow*/

@-webkit-keyframes down {
    0%,
    30% {
        opacity: 0;
        -webkit-transform: translate(0, 0.3rem);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate(0, 0.1rem);
    }
}

@-ms-keyframes down {
    0%,
    30% {
        opacity: 0;
        -ms-transform: translate(0, 0.3rem);
    }
    60% {
        opacity: 1;
        -ms-transform: translate(0, 0);
    }
    100% {
        opacity: 0;
        -ms-transform: translate(0, 0.1rem);
    }
}

@keyframes down {
    0%,
    30% {
        opacity: 0;
        -webkit-transform: translate(0, 0.3rem);
        -ms-transform: translate(0, 0.3rem);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate(0, 0.1rem);
        -ms-transform: translate(0, 0.1rem);
    }
}



/*---图库和视频---*/

.pictures-container .swiper-slide {
    width: 7.5rem;
    overflow: hidden;
    padding: 0 .25rem;
    box-sizing: border-box;
}

.pictures-container .swiper-slide li {
    margin: 0 .18rem .18rem 0;
    position: relative;
    float: left;
    width: 3.4rem;
    height: 1.91rem;
}

.pictures-container .swiper-slide li:nth-child(even) {
    margin-right: 0;
}

.pictures-container .swiper-slide li a {
    display: block;
    width: 3.4rem;
    height: 1.91rem;
}

.pictures-container .swiper-slide li time {
    background: rgba(0, 0, 0, 0.8);
    font: 500 0.18rem/0.25rem "Microsoft YaHei";
    display: inline-block;
    padding: .03rem .05rem;
    position: absolute;
    bottom: 0;
    right: 0;
    color: #c8c8c8;
    z-index: 10;
}

.pictures-container .swiper-big {
    width: 7rem;
    height: 3.94rem;
    position: relative;
    margin: 0 auto .18rem;
}

.pictures-container .swiper-big a {
    width: 7rem;
    height: 3.94rem;
    display: block;
}

.pictures-container .swiper-big time {
    background: rgba(0, 0, 0, 0.8);
    font: 500 0.18rem/0.25rem "Microsoft YaHei";
    display: inline-block;
    padding: .03rem .05rem;
    position: absolute;
    bottom: 0;
    right: 0;
    color: #c8c8c8;
    z-index: 10;
}

.pictures-container .swiper-big .v-mask {
    background: url(../images/v-maskf3e5.png) no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    position: absolute;
    z-index: 5;
    top: 0;
    display: block;
    width: 7rem;
    height: 3.94rem;
}

.pictures-container img {
    width: 100%;
    height: 100%;
}



/*---pop---*/

.overlay {
    position: fixed;
    top: 50%;
    z-index: 101;
    display: none;
}

.overlay a.close {
    position: absolute;
    z-index: 105;
    right: 0;
    display: block;
    width: .36rem;
    height: .36rem;
    background: url(../images/closef3e5.png) no-repeat;
    background-size: 100% 100%;
}

.popVideo {
    width: 100%;
}

.popVideo a.close {
    top: -0.36rem;
}

.popVideo .overlayCon {
    height: 4.2rem;
}

.bg {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 99;
    display: none;
}

.popExchange {
    font-size: .2rem;
}

.popExchange .overlayCon {
    width: 7rem;
    background: #fff;
    padding: .3rem .4rem;
    box-sizing: border-box;
    margin: 0 .25rem;
    height: auto;
}

.popExchange a.close {
    top: -.4rem;
    right: .25rem;
}

.popExchange .tt {
    width: 5.38rem;
    height: .41rem;
    margin: 0 auto .1rem;
}

.popExchange .tt img {
    width: 100%;
    height: 100%;
    display: block;
}

.popExchange .code_giftbag {
    padding: .35rem 0;
    color: #676767;
    font-size: .18rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.popExchange .code_giftbag li {
    margin: 0 .1rem;
}

.popExchange .code_giftbag li img {
    width: .94rem;
    height: .94rem;
    margin: 0 auto .05rem;
}

.popExchange .codema {
    font: 500 0.3rem/0.5rem "Microsoft YaHei";
    color: #c1862f;
    border-bottom: 1px solid #d9d9d9;
    padding: .2rem 0 .05rem;
    text-align: center;
}

.popExchange .codema span {
    font-weight: bold;
    text-transform: uppercase;
}

.popExchange .gift_guide .hd-tt {
    border-bottom: 1px solid #dfdfdf;
    font: 500 0.26rem/0.55rem "Microsoft YaHei";
}

.popExchange .gift_guide .hd-tt span {
    border-bottom: 1px solid #000;
    display: inline-block;
}

.popExchange .u_giftLst {
    color: #686868;
    padding: .1rem 0;
    line-height: .4rem;
}

.popExchange .u_giftLst li {
    clear: both;
    margin-bottom: .05rem;
}

.popExchange .u_giftLst .tt {
    color: #000;
}

.popExchange .u_giftLst .tt2 {
    padding: 0 .05rem;
    border: 1px solid #bb7f2b;
    color: #bb7f2b;
    display: inline-block;
    border-radius: .03rem;
    margin: 0 .05rem 0 0;
}

#myVideo {
    width: 100%;
}

.popImg .overlayCon {
    height: 11.21rem;
    width: 6.38rem;
    border: 1px solid #2fc3a2;
    margin: 0 .5rem;
}

.popImg .overlayCon img {
    width: 100%;
    height: 100%;
}

.popImg .close {
    right: 0.51rem !important;
}

.popUp_img {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    background: rgba(0, 0, 0, 0.9);
    display: none;
}

.popUp_img .slide-popUpImg {
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: hidden;
    position: relative;
}

.popUp_img .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    ustify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.popUp_img .slide-popUpImg img {
    max-width: 90%;
    max-height: 90%;
    width: auto;
    height: auto;
}

.popUp_img .prev_btn,
.popUp_img .next_btn {
    width: .46rem;
    height: .91rem;
    display: block;
    position: absolute;
    top: 50%;
    z-index: 15;
    margin-top: -.45rem;
}

.popUp_img .prev_btn {
    background: url(../images/../images/index.html) no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    left: .1rem;
}

.popUp_img .next_btn {
    background: url(index.html) no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    right: .1rem;
}

.popUp_img a.btn_close {
    position: absolute;
    z-index: 105;
    top: .2rem;
    right: .2rem;
    display: block;
    width: .43rem;
    height: .43rem;
    background: url(../images/closef3e5.png) no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
}

.mask {
    display: none;
}

.pop-yy {
    display: none;
    position: absolute;
    top: 6rem!important;
    left: 50%;
    z-index: 101;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    font-size: 0.26rem;
}

.pop-yy a.close {
    width: 100%;
    height: 0.32rem;
    color: #EE7700;
    text-align: center;
    font-weight: 900;
    display: block;
    z-index: 105;
    background: url(../images/close2f3e5.png) no-repeat center bottom;
    background-size: 1.46rem 0.27rem;
    text-indent: -9999em;
    padding-top: 0.36rem;
}

.pop-yy .overlayCon {
    width: 6.75rem;
    padding: 0.3rem 0.5rem 0.5rem;
    background: #fff;
    border-radius: .1rem;
    color: #5A5A5A;
    line-height: 0.4rem;
    box-sizing: border-box;
    border-radius: 5px;
    height: auto;
}

.pop-yy .overlayCon .popBtn {
    width: 100%;
    height: 0.65rem;
    line-height: 0.65rem;
    text-align: center;
    background: #CA3E42;
    font-size: 0.26rem;
    color: #fff;
    letter-spacing: 0.23rem;
    display: block;
    border-radius: 0.1rem;
    margin-top: 0.25rem;
}

@media screen and (orientation: landscape) {
    .mask {
        font-size: .3rem;
        width: 100%;
        height: 100%;
        background: rgba(18, 18, 18, 0.7);
        position: fixed;
        left: 0;
        top: 0;
        z-index: 100;
        color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
}

.popWx {
    width: 100%;
}

.popWx .overlayCon {
    width: 6.22rem;
    height: 3.75rem;
    margin: 0 auto;
}

.popWx .overlayCon img {
    width: 6.22rem;
    height: 3.75rem;
    display: block;
    margin: 0 auto;
}

.popWx a.close {
    top: -.4rem;
    right: .64rem;
}

.swiper-button-disabled {
    opacity: 0;
}

.s_top {
    background: #0c0c0c;
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: 240px;
    right: .15rem;
    color: #fff;
    font-size: 10px;
    line-height: 30px;
    text-align: center;
}

@media only screen and (max-height:16.2rem) {
    .news-box .news-lst {
        height: 10rem;
    }
}

@media only screen and (min-device-width:481px) and (max-device-width:1024px) and (orientation:portrait) {
    #container {
        max-width: 768px;
    }
    .headerBox {
        height: .6rem;
        width: 100%;
    }

    .gameName a,
    .gameName a img {
        width: .6rem;
        height: .6rem;
    }

    .headerLogo {
        width: 1.3rem;
        height: .49rem;
    }
    .btn_download {
        width: 1.5rem;
        height: .38rem;
    }
}
@media only screen and (device-height: 375px) and (device-width: 812px) and (-webkit-device-pixel-ratio: 3){
   #container {
        max-width: 812px;
    }
}
@media screen and (orientation: landscape) {
    .headerBox {
        height: .6rem;
        width: 100%;
    }

    .gameName a,
    .gameName a img {
        width: .6rem;
        height: .6rem;
    }

    .headerLogo {
        width: 1.3rem;
        height: .49rem;
    }
    .btn_download {
        width: 1.5rem;
        height: .38rem;
    }
}