body,
html {
    height: 100%;
    position: relative;
    background: #fff;
}

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;
    }
}

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: none;
}

button,
input[type=number],
input[type=password],
input[type=reset],
input[type=submit],
input[type=text],
select,
textarea {
    font: 0.3rem/.55rem "Microsoft Yahei", "Arial";
    margin: 0;
    vertical-align: baseline;
    background: 0 0;
    padding: 0;
    color: #333;
    line-height: normal;
}

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;
}


/**
 * Swiper 4.1.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 11, 2018
 */

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
    float: left;
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-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-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

.swiper-invisible-blank-slide {
    visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform;
}

.swiper-container-3d {
    -webkit-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;
    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, right top, left 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: -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, left top, right 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: -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 bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
    background-image: -webkit-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 top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
    background-image: -webkit-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-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
    -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;
    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-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-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-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-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-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-lock {
    display: none;
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-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-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
    position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
}

.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;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: .2s top, .2s -webkit-transform;
    transition: .2s top, .2s -webkit-transform;
    -o-transition: .2s transform, .2s top;
    transition: .2s transform, .2s top;
    transition: .2s transform, .2s top, .2s -webkit-transform;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s left, .2s -webkit-transform;
    transition: .2s left, .2s -webkit-transform;
    -o-transition: .2s transform, .2s left;
    transition: .2s transform, .2s left;
    transition: .2s transform, .2s left, .2s -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s right, .2s -webkit-transform;
    transition: .2s right, .2s -webkit-transform;
    -o-transition: .2s transform, .2s right;
    transition: .2s transform, .2s right;
    transition: .2s transform, .2s right, .2s -webkit-transform;
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
}

.swiper-container-horizontal>.swiper-pagination-progressbar {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}

.swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000;
}

.swiper-pagination-lock {
    display: none;
}

.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-scrollbar-lock {
    display: none;
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: 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%;
    -o-object-fit: contain;
    object-fit: contain;
}

.swiper-slide-zoomed {
    cursor: move;
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-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%;
    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);
        transform: rotate(360deg);
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-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;
    -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-container-cube {
    overflow: visible;
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0;
}

.swiper-container-flip {
    overflow: visible;
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px;
}

body {
    background: #fff;
    touch-action: pan-y;
    -webkit-overflow-scrolling: touch;
    height: 100%;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

em {
    font-style: normal;
}

.icon {
    width: .65rem;
    height: .65rem;
    vertical-align: -.18rem;
    fill: currentColor;
    overflow: hidden;
}

#container {
    width: 100%;
    position: relative;
    color: #333;
    font-size: 0.28rem;
    height: 100%;
    font-family: "Microsoft YaHei";
    overflow-x: hidden;
}

#container img {
    width: 100%;
    height: 100%;
    display: block;
}

.g-main {
    overflow-y: scrollbar;
    -webkit-overflow-scrolling: touch;
    width: 7.5rem;
    margin-bottom: 1.15rem;
}

.cd {
    *zoom: 1;
}

.cd:after {
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
    content: ".";
}

.loginIn,
.on {
    display: block !important;
}

.loginNone {
    display: none;
}

.loginBG {
    background: url(../images/homeBG.jpg) no-repeat left top;
    background-size: 100% 3.14rem;
}

.g-LoginHeader {
    border-bottom: 0.02rem solid #ffaf00;
    height: .97rem;
    display: block;
    background-image: -webkit-linear-gradient(top, #f8f8f8 0%, #f2f2f2 100%);
    background-image: -o-linear-gradient(top, #f8f8f8 0%, #f2f2f2 100%);
    background-image: linear-gradient(to bottom, #f8f8f8 0%, #f2f2f2 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFF8F8F8', endColorstr='#FFF2F2F2', GradientType=0);
    *zoom: 1;
}

.g-LoginHeader:after {
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
    content: ".";
}

.g-LoginHeader .home {
    float: right;
    margin: .2rem .3rem 0 0;
}

.m-loginForm {
    padding: .4rem .4rem 0;
}

.g-LoginHeader .h1Title {
    padding: 0 .2rem;
    float: left;
    color: #333;
    font: 400 0.32rem/0.97rem "Microsoft YaHei";
}

.g-login .logo {
    width: 100%;
    background: url(../images/loginBcg.png) no-repeat center center;
    height: 3.4rem;
    background-size: 100% 100%;
    overflow: hidden;
    position: relative;
}

.g-login .logo a {
    display: block;
    margin: 1.1rem auto;
    width: 3.5rem;
}

.g-login fieldset {
    border: 0;
    padding: 0;
    height: 1.2rem;
}

.m-login_other {
    margin-top: .6rem;
}

.m-login_other .u-login_otherTit {
    position: relative;
    font-size: 0.28rem;
    color: #999;
    height: .8rem;
}

.m-login_other .u-login_otherTit .bor {
    height: 1px;
    background: #e5e5e5;
    width: 100%;
    display: inline-block;
}

.g-login .logo .backItem {
    position: absolute;
    left: .2rem;
    top: .2rem;
    background: url(../images/loginBack.png) no-repeat center center;
    width: .48rem;
    height: .48rem;
    background-size: 100%;
    cursor: pointer;
    margin: 0;
}

.m-login_other .u-login_otherTit span {
    position: absolute;
    width: 1.9rem;
    background: #fff;
    left: 50%;
    text-align: center;
    top: .05rem;
    margin-left: -.95rem;
}

.m-login_other .u-login_otherBox {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-bottom: .4rem;
}

.m-login_other .u-login_otherBox a {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 .4rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

.m-login_other .u-login_otherBox a img {
    width: .8rem !important;
    height: .8rem !important;
}

.m-login_other .u-login_otherBox a span {
    color: #666;
    font-size: .24rem;
    margin-top: .1rem;
}

.m-login_other .u-login_otherBox .icon_qq {
    padding: .15rem;
}

.m-login_other .u-login_otherBox .icon_qq .icon {
    width: .55rem;
    height: .55rem;
}

.m-login_other .u-login_otherBox .icon_weibo,
.m-login_other .u-login_otherBox .icon_weichat {
    padding: .05rem;
}

.m-login_other .u-login_otherBox .icon_weibo .icon,
.m-login_other .u-login_otherBox .icon_weichat .icon {
    width: .75rem;
    height: .75rem;
}

.u-loginLabel {
    display: block;
    *zoom: 1;
    position: relative;
    border-bottom: 1px solid #e5e5e5;
}

.u-loginLabel:after {
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
    content: ".";
}

.u-loginLabel.no-bor {
    border-bottom: 0;
}

.u-loginLabel.no-bor input {
    position: relative;
    top: 0.04rem;
}

.u-loginLabel.ipuFocus {
    border-bottom: 1px solid #ffaf00 !important;
}

.u-loginLabel .unify_ipt {
    border: 0;
    width: 100%;
    height: .8rem;
    border-radius: 0;
}

.u-loginRemind {
    color: #ed6661;
    font-size: 0.24rem;
    line-height: .45rem;
    display: none;
}

.u-loginRemind .icon {
    width: .45rem;
    height: .45rem;
    float: left;
    margin-right: .05rem;
}

.unify_iptCode {
    width: 60%;
    border: 0;
    height: .8rem;
}

.clearLabel {
    position: absolute;
    right: 0;
    top: .15rem;
    display: none;
}

.clearLabel .icon {
    width: .4rem;
    height: .4rem;
}

.u-loginFm {
    border-bottom: 1px solid #e5e5e5;
    *zoom: 1;
}

.u-loginFm:after {
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
    content: ".";
}

.u-loginFm .code {
    width: 2.2rem !important;
    height: 0.56rem !important;
    margin-top: .1rem;
}

.u-loginFm .loginFrush {
    position: absolute;
    right: 2.3rem;
    top: .18rem;
}

.u-loginFm .loginFrush .icon {
    width: .45rem;
    height: .45rem;
}

.u-loginFm .clearLabel {
    right: 50%;
}

.m-autoLogon .u-loginLabel {
    font-size: 0.26rem;
    vertical-align: top;
}

.m-autoLogon {
    height: 1rem !important;
}

.m-autoLogon .loginGrey {
    color: #ff9900;
    font-size: 0.26rem;
    vertical-align: middle;
}

.m-orgBtn {
    color: white;
    width: 100%;
    text-align: center;
    font-size: 0.3rem;
    height: .8rem;
    line-height: .8rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 1rem;
    margin-bottom: .4rem;
    background-image: linear-gradient(#FECB3B, #FF841C);
}

.m-borBtn {
    color: #ffaf00;
    border: 1px solid #ffaf00;
    width: 100%;
    text-align: center;
    font-size: 0.3rem;
    height: .8rem;
    line-height: .8rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 1rem;
    margin-bottom: .4rem;
    display: block;
}

.unify_GetCode {
    border: 0;
    width: 2.2rem;
    padding: .15rem 0;
    text-align: center;
    display: inline-block;
    background: none;
    background: #FFC107;
    color: white;
}

.yzm {
    margin-top: .1rem;
    display: inline-block;
    width: 2.2rem;
    border-left: 1px solid #e5e5e5;
    float: right;
}

.yzm img {
    height: .63rem !important;
}

.org {
    color: #ff9900;
}

.g-loginTips {
    background: #f8f8f8;
    padding: .15rem .38rem;
    font-size: 0.24rem;
    margin-bottom: .2rem;
}

.g-register {
    margin-top: .2rem;
}

.pad {
    margin-top: .6rem;
}

.pad2 {
    margin-top: .5rem;
}

.u-loginID {
    text-align: center;
    font-size: 0.24rem;
}

.mailTips {
    width: 100%;
    margin: .25rem 0 .1rem;
    text-align: center;
    font-size: 0.24rem;
}

.u-mailboxText {
    margin-bottom: .9rem;
}

.u-mailboxText p {
    margin: .1rem 0;
    line-height: 2;
    font-size: 0.24rem;
}

.accentcolor {
    color: #cc9933;
}

.serviceLst {
    line-height: 2.5;
    font-size: 0.24rem;
    margin-bottom: .5rem;
}

.serviceLst .phoneNumber {
    font-size: .36rem;
}

.tabs-navLst {
    margin: .2rem .4rem;
    border-bottom: 1px solid #e5e5e5;
    font-size: 0.28rem;
    line-height: 3;
    -webkit-box-pack: cneter;
    -webkit-justify-content: space-between;
    -ms-flex-pack: cneter;
    justify-content: space-between;
    -webkit-box-align: cneter;
    -webkit-align-items: cneter;
    -ms-flex-align: cneter;
    align-items: cneter;
    text-align: cneter;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.tabs-navLst .item {
    width: 1.6rem;
    display: inline-block;
    text-align: center;
}

.tabs-navLst .item a {
    color: #666;
}

.tabs-navLst .item.cur {
    border-bottom: 2px solid #ffaf00;
    margin-bottom: -1px;
}

.tabs-navLst .item.cur a {
    color: #ff9900;
}

.tabs-container {
    width: 100%;
    padding: .15rem 0 0;
}

.tabs-container .swiper-slide {
    padding: 0 .4rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.dialogMessage {
    background: rgba(0, 0, 0, 0.5);
    display: inline-block;
    text-align: center;
    position: absolute;
    padding: 12px 26px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 100;
    color: #fff;
    border-radius: 6px;
}

.dialogMessage p {
    color: #fff;
}

.promptBox {
    background: #fff url(../img/global/border.png) no-repeat center top;
    background-size: 4.6rem .08rem;
    -webkit-border-radius: 0.1rem;
    -moz-border-radius: 0.1rem;
    -ms-border-radius: 0.1rem;
    -o-border-radius: 0.1rem;
    border-radius: 0.1rem;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 101;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    display: none;
    width: 6.3rem;
    font-size: 0.3rem;
}

.promptBox.on {
    display: block;
}

.promptBox .subtitle {
    height: 3rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.promptBox .button {
    border-top: 1px solid #e5e5e5;
}

.promptBox .btn {
    display: inline-block;
    width: 50%;
    height: .95rem;
    float: left;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    color: #333;
}

.promptBox .btn:first-child {
    border-right: 1px solid #e5e5e5;
}

.promptBox .btn.touch {
    color: #ff9900;
}

.promptBox .title {
    border-bottom: 1px solid #e5e5e5;
    height: 1.08rem;
    font: 400 0.3rem/1.08rem "Microsoft YaHei";
    text-align: center;
}

.promptBox .promptLst {
    padding: .3rem 0;
    height: 6rem;
}

.promptBox .promptLst .scroll {
    height: 6rem;
    padding: 0 .5rem;
    overflow-y: auto;
    line-height: 1.8;
}

.promptBox .close {
    width: .88rem;
    height: .88rem;
    margin: .2rem auto 0;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
}

.promptBox .close .icon {
    width: .88rem;
    height: .88rem;
}

.bg {
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    display: none;
}

.bg.on {
    display: block;
}

.g-error {
    padding: .2rem .4rem;
}

.g-error .errorTxt {
    font-size: .36rem;
    color: #999;
    text-align: center;
    margin-bottom: .5rem;
}


/*鏂板鎻愮ず妗嗘牱寮忥紙鐢ㄦ埛闅愮鍗忚锛�*/

.reg-dialog {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    overflow: auto;
    z-index: 1000001;
    background-color: #fff;
}

.reg-dialog.dns {
    display: none;
}

.reg-dialog header {
    color: #fff;
    text-align: center;
    height: 1.16rem;
    line-height: 1.16rem;
    font-size: 0.38rem;
    background-image: linear-gradient(to right, #ffab3e 0%, #ff9a40 100%);
}

.reg-dialog .top-btn {
    width: 5.88rem;
    height: 0.7rem;
    line-height: 0.7rem;
    margin: 0 auto;
    border: 1px solid #b2b2b2;
    border-top: 0;
    border-radius: 0 0 0.14rem 0.14rem;
    box-sizing: border-box;
    font-size: 0.28rem;
}

.reg-dialog .top-btn li {
    float: left;
    color: #656565;
    width: 50%;
    text-align: center;
    box-sizing: border-box;
}

.reg-dialog .top-btn li:first-child {
    border-right: 1px solid #b2b2b2;
}

.reg-dialog .top-btn li.act {
    color: #ffa04c;
}

.reg-dialog .con {
    padding: 0 0.4rem;
}

.reg-dialog .tip {
    font-size: 0.3rem;
    color: #ffa04c;
    text-align: center;
    padding-top: 0.2rem;
}

.reg-dialog .agree {
    position: fixed;
    right: 0;
    top: 45%;
    width: 0.73rem;
    padding: 0.2rem 0;
    text-align: center;
    font-size: 0.28rem;
    color: #fff;
    border-radius: 0.16rem 0 0 0.16rem;
    background-color: #ffa600;
}

.reg-dialog .close {
    position: fixed;
    right: 0;
    top: 60%;
    width: 0.73rem;
    padding: 0.2rem 0;
    text-align: center;
    font-size: 0.28rem;
    color: #fff;
    border-radius: 0.16rem 0 0 0.16rem;
    background-color: #ffa600;
}

.m-loginForm input.user {
    background: white url(../images/user_icon.png) no-repeat 6px center;
    background-size: .48rem .48rem;
    padding-left: 1rem;
    box-sizing: border-box;
}

.m-loginForm input.user {
    background: white url(../images/user_icon.png) no-repeat 6px center;
    background-size: .48rem .48rem;
    padding-left: 1rem;
    box-sizing: border-box;
}

.m-loginForm input.password {
    background: white url(../images/password_icon.png) no-repeat 6px center;
    background-size: .48rem .48rem;
    padding-left: 1rem;
    box-sizing: border-box;
}

.m-loginForm input.phone {
    background: white url(../images/phone_icon.png) no-repeat 6px center;
    background-size: .48rem .48rem;
    padding-left: 1rem;
    box-sizing: border-box;
}

.m-loginForm input.account {
    background: white url(../images/GameAccount.png) no-repeat 6px center;
    background-size: .48rem .48rem;
    padding-left: 1rem;
    box-sizing: border-box;
}

.m-loginForm input.email {
    background: white url(../images/GameEmail.png) no-repeat 6px center;
    background-size: .48rem .48rem;
    padding-left: 1rem;
    box-sizing: border-box;
}

.m-loginForm input.phone_yzm {
    background: white url(../images/yzm_icon.png) no-repeat 6px center;
    background-size: .48rem .48rem;
    padding-left: 1rem;
    box-sizing: border-box;
}

.m-loginForm input.sfz {
    background: white url(../images/sfz.png) no-repeat 6px center;
    background-size: .48rem .48rem;
    padding-left: 1rem;
    box-sizing: border-box;
}

.propup {
    width: 3.6rem;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -1.8rem;
    margin-top: -1rem;
    border-radius: 5px;
}

.propup p {
    font-size: .3rem;
    text-align: center;
    padding: .2rem;
    color: white;
}

.propup span {
    display: block;
    font-size: .24rem;
    width: 1rem;
    margin: .3rem auto;
    text-align: center;
    background: #FF5722;
    color: white;
    padding: .05rem 0;
    border-radius: 3px;
}

.password_tabs {
    display: flex;
    border-bottom: 1px solid #dedede;
    margin-top: .2rem;
}

.password_tabs li {
    flex: 1;
    text-align: center;
    line-height: .8rem;
    height: .8rem;
}

.password_tabs li a {
    color: #999;
    display: block;
}

.password_tabs li.active a {
    color: #f90;
    border-bottom: 2px solid #f90;
}
.loginMaskBox {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(00, 00, 00, .5);
    text-align: center;
    z-index: 999;
}

.loginMaskBox em {
    font-size: .36rem;
    color: white;
    margin-top: 2rem;
    display: block;
    text-align: center;
    padding-top: .25rem;
    padding-bottom: .25rem;
    font-weight: bold;
    position: relative;
    background: #ee8e00;
    border-radius: .2rem .2rem 0 0;
}

.loginMaskBox img {
    width: 4.2rem;
    height: 4.2rem;
    display: block;
    margin: .2rem auto 0;
    border: 1px solid #ccc;
}

.loginMaskBox i {
    font-size: .28rem;
    color: #f90;
    margin-top: 0;
}

.loginMaskConent>div {
    font-size: .28rem;
    color: #f90;
    margin-top: .2rem;
}

.loginMaskBox span {
    width: 4.5rem;
    display: block;
    text-align: center;
    color: white;
    margin: .5rem auto;
    line-height: 24px;
    padding: 5px 0;
    font-size: .28rem;
    background-color: #232323;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    box-shadow: inset 0 5px 10px -5px #191919, 0 1px 0 0 #444;
    -moz-box-shadow: inset 0 5px 10px -5px #191919, 0 1px 0 0 #444;
    -webkit-box-shadow: inset 0 5px 10px -5px #191919, 0 1px 0 0 #444;
}

.loginMaskBox span i {
    color: #f90;
    margin: 0 5px;
}

.loginMaskBox p {
    color: #f23a00;
    font-size: .32rem;
    width: 4.2rem;
    margin: 0 auto;
    line-height: .7rem;
    background: #ccc;
    font-weight: bold;
    border: 1px solid #ccc;
}

.loginMaskConent {
    width: 5.4rem;
    background: white;
    margin: 0 auto;
    padding-bottom: .1rem;
    border-radius: .2rem .2rem 0 0;
}

.loginMaskBox em b {
    width: .5rem;
    height: .5rem;
    background: url(../images/loginClose.png) no-repeat center center;
    position: absolute;
    right: .15rem;
    top: .26rem;
    background-size: .5rem .5rem;
}