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

.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-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: -webkit-transform;
    -moz-transition-property: transform,-moz-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform,-moz-transform;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

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

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

.swiper-slide {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative
}

.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;
    background-size: 27px 44px;
    background-position: 50%;
    background-repeat: no-repeat
}

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

.swiper-button-prev,.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%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 xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%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 xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-next,.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%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 xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%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 xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

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

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

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

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

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

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

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

.swiper-container-horizontal>.swiper-pagination {
    bottom: 10px;
    left: 0;
    width: 100%
}

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

.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;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(transparent));
    background-image: -webkit-linear-gradient(right,rgba(0,0,0,.5),transparent);
    background-image: -moz-linear-gradient(right,rgba(0,0,0,.5),transparent);
    background-image: -webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(transparent));
    background-image: linear-gradient(270deg,rgba(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,.5)),to(transparent));
    background-image: -webkit-linear-gradient(90deg,rgba(0,0,0,.5),transparent);
    background-image: -moz-linear-gradient(to right,rgba(0,0,0,.5),transparent);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(transparent));
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5),transparent);
    background-image: -moz-linear-gradient(left,rgba(0,0,0,.5),transparent);
    background-image: linear-gradient(90deg,rgba(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,.5)),to(transparent));
    background-image: -webkit-linear-gradient(0deg,rgba(0,0,0,.5),transparent);
    background-image: -moz-linear-gradient(to top,rgba(0,0,0,.5),transparent);
    background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(transparent));
    background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,.5),transparent);
    background-image: -moz-linear-gradient(bottom,rgba(0,0,0,.5),transparent);
    background-image: linear-gradient(0deg,rgba(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,.5)),to(transparent));
    background-image: -webkit-linear-gradient(180deg,rgba(0,0,0,.5),transparent);
    background-image: -moz-linear-gradient(to bottom,rgba(0,0,0,.5),transparent);
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(transparent));
    background-image: -webkit-linear-gradient(top,rgba(0,0,0,.5),transparent);
    background-image: -moz-linear-gradient(top,rgba(0,0,0,.5),transparent);
    background-image: linear-gradient(180deg,rgba(0,0,0,.5),transparent)
}

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

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

.swiper-container-fade .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    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)
}

.swiper-container-cube.swiper-container-vertical .swiper-cube-shadow {
    z-index: 0
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0,0,0,.1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0,0,0,.5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.chapter-container {
    width: 100%;
    height: 51px
}

.chapter-container .chapter-nav {
    background: #fff;
    width: 100%;
    min-width: 1100px;
    border-bottom: 1px solid #f0f0f0
}

@media (max-width:1100px) {
    .chapter-container .chapter-nav {
        min-width: 1000px
    }
}

.chapter-container .chapter-nav .chapter-nav-main {
    height: 50px
}

.chapter-container .chapter-nav .chapter-nav-main .chapter-title {
    height: 50px;
    line-height: 50px;
    font-size: 16px
}

.btn-login {
    width: 80px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    border: 1px solid #2b90ed;
    color: #2b90ed;
    text-align: center;
    border-radius: 2px;
    cursor: pointer
}

.btn-login:hover {
    background-color: #2b90ed;
    color: #fff
}

.section-index-fix {
    position: fixed;
    top: 0
}

.second-js-top {
    min-width: 1100px
}

@media (max-width:1100px) {
    .second-js-top {
        min-width: 1000px
    }
}

.chapter-nav {
    background: #fff;
    width: 100%;
    margin: 0 auto;
    min-width: 1100px;
    border-bottom: 1px solid #f0f0f0
}

@media (max-width:1100px) {
    .chapter-nav {
        min-width: 1000px
    }
}

.global-js-top {
    position: fixed;
    top: 0
}

.margin-60 {
    margin-top: 61px!important
}

.margin-50 {
    margin-top: 51px!important
}

.top-fix {
    z-index: 100;
    width: 100%
}

@media (max-width:768px) {
    .top-fix .chapter-nav-main ul.pull-right {
        margin-right: 230px
    }
}

.chapter-nav-main {
    height: 50px;
    width: 1100px;
    margin: 0 auto;
    z-index: 100
}

@media (max-width:1100px) {
    .chapter-nav-main {
        min-width: 1000px;
        width: 1000px
    }
}

.chapter-nav-main .chapter-title {
    height: 50px;
    line-height: 50px;
    font-size: 16px
}

.chapter-nav-main .chapter-title .chapter-nav-logo {
    width: 52px;
    height: 18px;
    background-size: 52px 18px;
    display: inline-block;
    background-repeat: no-repeat;
    padding: 0;
    margin-right: 13px;
    vertical-align: middle;
    background-image: url("img/ae390c0c8805ab13ac76dae4600d5837.png")
}

@media only screen and (-o-min-device-pixel-ratio:3/2),only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5) {
    .chapter-nav-main .chapter-title .chapter-nav-logo {
        background-image: url("img/nav_stag2_logo@2x.png")
    }
}

.chapter-nav-main .chapter-title .chapter-nav-logo+span {
    padding-left: 16px;
    border-left: 1px solid #cdcdcd
}

.chapter-nav-main .chapter-title span {
    vertical-align: middle
}

.chapter-nav-main ul {
    height: 50px;
    line-height: 50px
}

.chapter-nav-main ul li {
    margin: 0 46px 0 0;
    padding: 0;
    display: inline-block;
    font-size: 14px
}

.chapter-nav-main ul li:hover span {
    border-bottom: 2px solid #e00;
    height: 48px
}

.chapter-nav-main ul li a {
    color: #000;
    display: inline-block;
    padding: 0 10px
}

.chapter-nav-main ul li a span {
    display: inline-block
}

.chapter-nav-main ul li a:hover {
    color: #e00
}

.chapter-nav-main ul li:last-child {
    margin: 0
}

.chapter-nav-main ul li.lastchild {
    width: 80px;
    margin-right: 0;
    height: 30px;
    cursor: pointer;
    line-height: 30px;
    display: inline-block;
    text-align: center;
    background: #e00;
    border-radius: 2px
}

.chapter-nav-main ul li.lastchild:hover {
    border-bottom: 0;
    height: 30px;
    background-color: #d51616
}

.chapter-nav-main ul li.lastchild a {
    color: #fff;
    font-size: 12px
}

.chapter-nav-main ul .active span {
    border-bottom: 2px solid #e00;
    height: 48px
}

.chapter-nav-main ul .active a {
    color: #e00
}

.yysc {
    font-size: 16px;
    color: #333
}

.app-nav,.type-nav {
    width: 100%;
    z-index: 10
}

.affix.type-nav {
    position: fixed;
    top: 51px
}

.affix.app-nav {
    position: fixed;
    top: 0
}

.ui-page-loading {
    position: relative;
    width: 100%;
    min-height: 200px
}

.ui-page-loading:after,.ui-page-loading:before {
    position: absolute;
    content: " ";
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-left: -20px;
    margin-top: -20px;
    border: 2px solid rgba(0,0,0,.15);
    border-radius: 40px
}

.ui-page-loading:before {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAMAAAC7IEhfAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MTBDNjMxRjQ4NEMwMTFFNUJGNUU4ODhEMTJBNEZCOUEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MTBDNjMxRjU4NEMwMTFFNUJGNUU4ODhEMTJBNEZCOUEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxMEM2MzFGMjg0QzAxMUU1QkY1RTg4OEQxMkE0RkI5QSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxMEM2MzFGMzg0QzAxMUU1QkY1RTg4OEQxMkE0RkI5QSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PncwdQsAAADDUExUReUAEvWbpOYQIvBwfPnDyfnEyfvX2vrP0+cVJ+cZKexIV/F4g+xMWu1VYukrO/OMlvnEyuggMO5bafess/3j5uxLWetATukqOvSOmP3r7eoxQe5fbPJ8huxAT/i7wP/7/O9kcPeqsfzo6ugkNPze4ekmNuxBUOksPPi4veUBFOs7SfF1gPSNl/WXoO1TYPzf4vahqfzp6/iutfvU2OcTJOklNfe2vOo0Q/WaovnCyO5davi5vvenruknN/OKlPrN0v///zkM63UAAABBdFJOU/////////////////////////////////////////////////////////////////////////////////////8AMFXsxwAAAK9JREFUeNrs1EcOwkAMBdAPgXR6r6H33ju5/6mYFRmQPPIGiUX+1k+WZVmGzwxC+DN4tpIGCy6AIQs2AJMDPRM4cqAOwObAm4BZDmwJ6HDgTsDqqqwlBiklzCGIEt4DN1HA9UVqWCBgpz3dziQHi4AZ4HqSYYmAohSPyNAhYPQb1mkY+4A1LtxwYY87Y4WG6Tfcu9rTp9czemDct7V5c6m6nmLXNfRDPvw9fwFfAgwAID5W18yS7jUAAAAASUVORK5CYII=");
    background-repeat: no-repeat
}

@media only screen and (-o-min-device-pixel-ratio:3/2),only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5) {
    .ui-page-loading:before {
        background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAMAAAC5zwKfAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MTBDNjMxRjA4NEMwMTFFNUJGNUU4ODhEMTJBNEZCOUEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MTBDNjMxRjE4NEMwMTFFNUJGNUU4ODhEMTJBNEZCOUEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxMEM2MzFFRTg0QzAxMUU1QkY1RTg4OEQxMkE0RkI5QSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxMEM2MzFFRjg0QzAxMUU1QkY1RTg4OEQxMkE0RkI5QSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgmgW78AAAFoUExUReUAEuUAEuYPIOklNeYQIukkNeYPIv76+/zo6vrP0/i9wvWcpeYHGuYHG/akrPezuexLWfajq/Buevza3utDUf3r7ecTJP/7/OgcLveor+YGGveyuPOJk/WWn+knOPrIzf3t7uUBFfSPmeo0Re1SYOotPvJ7hu1UYe5gbvSNl+1YZ+9odetGVfF1gO1WY/nHzPBteO5ZZvvW2eo1Rvzh5Pi4ve5ea/Brd+cWKPSRmvWZoukoOv719v3y8+tEU+UEF+YNH+cRI+kmNvnEyfaiqvF3g+cRJOktPexCUPWVn/nEyvaep/3m6Os5SecSJu9kcP73+POHkugdLvF4g/vZ3PKDjecVJ/vR1fadpuouP+YGGOYMH/Btef3x8uovP/nBxexHV/avtf3l5+xMW+5fbfOLlfOLlvahqeYKHPza3eggMOgeL/nCxvJ+iO1VYvJ/i/J9h+tHVugeMP/9/fzd4OkoOOgcLf///0a13loAAAB4dFJOU///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AHxXGIwAAAF3SURBVHja7NdVbwMxDADgeut27ZW5HTMzc8fMzMzM+fvbWu/tsltyliZN8VPy4E+JnESxjRGHTYEKVKACFfjHYHV8vs5HCAbgK7rpwNYUCMdk4HsaLKECZ9Me1FOBtwguUYGjCM5QgXcI5lKBfgSniUDNjmALEViIXtJBBE4huL5IBJYh+EZ09fpyECwlAr3owdDV5yyy0X5xttuZsACefIPgvn8q8OA4Txp0gGFcSoO1xmBUFiwy9iAsC05ywApJ8IHjQY8UGGnieRAUBTXnkcYmuB6UC4GBMf8NwAsb54PLIuBpKmWQsSw+2CsCplMyGMvkg1Ui4M4vwEYRMNsc7BJ6HOzm4DU1WBySAn+osk68QnglBveZVJX5W/ZSgyFqUKc+Nk5icIDRgjV7jNHc5e2thsdNvU3052BUlOhc84prxOz/xQHdKcKDD2M8vLCWcPZb6aRwUTFW2XHuW9Wst2au5+HDYP5BTLW3ClSgAhX4f8EPAQYAjrzx/JGco8gAAAAASUVORK5CYII=");
        background-size: 40px
    }
}

.ui-page-loading:after {
    border-color: #e50012 transparent transparent;
    -webkit-animation: loading .6s linear infinite;
    -moz-animation: loading .6s linear infinite;
    animation: loading .6s linear infinite
}

@-webkit-keyframes loading {
    0% {
        -webkit-transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn)
    }
}

@-moz-keyframes loading {
    0% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -moz-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes loading {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        -moz-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.chapter-nav-main ul .active a,.chapter-nav-main ul li:hover span,.chapter-nav-main ul li a:hover {
    color: #ff2278
}

@media screen and (max-width:1300px) {
    div.wx .box .list img {
        width: 180px;
        height: auto
    }
}

@media screen and (max-width:1100px) {
    div.wx .box .list img {
        width: 163px;
        height: auto
    }
}

.beauty-banner {
    background-image: url(img/5480b2969bfb3c40bd9b3037f852490f.jpg);
    background-size: cover
}

.beauty-banner .box {
    width: 990px;
    height: 495px;
    margin: 0 auto;
    overflow: hidden;
    background-size: 100% 100%;
    text-align: center;
    color: #fff
}

.beauty-banner .box .title {
    margin-top: 120px;
    line-height: 1em;
    font-size: 46px
}

.beauty-banner .box .sub-title {
    margin-top: 20px;
    font-size: 19px
}

.beauty-banner .box .play {
    margin-top: 33px;
    cursor: pointer
}

.beauty-banner .box .play .btn {
    display: inline-block;
    width: 46px;
    height: 46px;
    background: url(img/play.svg);
    background-size: 100% 100%
}

.beauty-banner .box .buy .btn {
    display: inline-block;
    width: 150px;
    margin-top: 50px;
    line-height: 35px;
    border-radius: 4px;
    font-size: 15px;
    text-align: center;
    background: #fff;
    color: #ff2278;
    cursor: pointer
}

.beauty-section .box {
    margin: 0 auto;
    text-align: center
}

.beauty-section .box .title {
    padding-top: 75px;
    font-size: 26px;
    line-height: 1em
}

.beauty-section .box .sub-title {
    margin-top: 17px;
    line-height: 1.7em;
    font-size: 15px;
    color: #888
}

.category {
    background: #fff
}

.category .box {
    width: 750px
}

.category .box .title {
    padding-top: 50px
}

.category .box .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 50px;
    padding-bottom: 55px
}

.category .box .list .item .logo {
    display: block;
    margin: 0 auto;
    width: 70px;
    height: 70px
}

.category .box .list .item .text {
    margin-top: 30px;
    font-size: 14px;
    color: #666
}

.reserve {
    background: #f4f4f4
}

.reserve .sub-title {
    width: 395px;
    margin: 17px auto 0
}

.reserve .box {
    padding-bottom: 110px
}

.reserve .box .switch {
    margin-top: 45px
}

.reserve .box .switch .btn {
    display: inline-block;
    width: 245px;
    height: 44px;
    background: url(img/simple_btn1v2@2x.png);
    background-size: 100% 100%;
    cursor: pointer
}

.reserve .box .switch .btn.senior {
    background-image: url(img/senior_btn2v2@2x.png)
}

.reserve .box .board {
    position: relative;
    margin: 0 auto;
    width: 810px;
    height: 516px;
    overflow: hidden
}

.reserve .box .board li {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: 100% 100%;
    -webkit-transition: -webkit-transform .3s linear;
    transition: -webkit-transform .3s linear;
    -moz-transition: transform linear .3s,-moz-transform linear .3s;
    transition: transform .3s linear;
    transition: transform .3s linear,-webkit-transform .3s linear,-moz-transform .3s linear
}

.reserve .box .board li:first-child {
    background-image: url(img/simple1v2@2x.png);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.reserve .box .board li:last-child {
    background-image: url(img/seniorv2@2x.png);
    -webkit-transform: translateX(1000px);
    -moz-transform: translateX(1000px);
    -ms-transform: translateX(1000px);
    transform: translateX(1000px)
}

.reserve .box .board.senior li:first-child {
    -webkit-transform: translateX(-1000px);
    -moz-transform: translateX(-1000px);
    -ms-transform: translateX(-1000px);
    transform: translateX(-1000px)
}

.reserve .box .board.senior li:last-child {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.wx .box .list {
    padding-top: 60px;
    padding-bottom: 130px;
    margin: 0 auto
}

.wx .box .list li {
    display: inline-block
}

.wx .box .list img {
    width: 208px;
    height: auto
}

.marketing {
    background: #f4f4f4
}

.marketing .box .types {
    margin: 0 auto;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 540px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.marketing .box .types:first-of-type {
    margin-top: 50px
}

.marketing .box .types li {
    width: 60px;
    font-size: 11px;
    color: #666;
    text-align: center
}

.marketing .box .types li img {
    margin: 0 auto;
    display: block;
    width: 51px;
    height: 51px;
    margin-bottom: 14px
}

.marketing .box .videos {
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 816px;
    padding-bottom: 40px
}

.marketing .box .videos li {
    position: relative
}

.marketing .box .videos li img {
    width: 272px;
    height: 443px;
    display: block
}

.marketing .box .videos li .play {
    position: absolute;
    left: 118px;
    top: 128px;
    width: 36px;
    height: 36px;
    background-image: url(img/play@2x.png);
    background-size: 100% 100%;
    cursor: pointer
}

.member {
    background: url(img/bg_1v3.jpg) repeat-x;
    background-size: 1px 685px;
    background-position: bottom
}

.member .box {
    height: 732px;
    background: url(img/bg1v2.jpg) no-repeat bottom;
    background-size: 1193px 700px
}

.member .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 750px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
    margin-top: 40px
}

.member .list li {
    width: 125px;
    margin-bottom: 35px;
    text-align: center;
    font-size: 11px;
    color: #666
}

.member .list li img {
    height: 50px;
    width: 50px;
    display: block;
    margin: 0 auto;
    margin-bottom: 12px
}

.o2o .box {
    height: 732px;
    background: url(img/o2ov2@2x.jpg) no-repeat bottom;
    background-size: 1500px 720px
}

.chain {
    background: #f4f4f4
}

.chain .box {
    height: 654px;
    background: url(img/chain@2x.jpg) no-repeat bottom;
    background-size: 1400px 660px
}

.chain-list {
    width: 100%;
    background: -webkit-gradient(linear,left top,left bottom,from(#fff),color-stop(38%,#fff),to(#edf1f5));
    background: -webkit-linear-gradient(top,#fff,#fff 38%,#edf1f5);
    background: -moz-linear-gradient(top,#fff 0,#fff 38%,#edf1f5 100%);
    background: linear-gradient(180deg,#fff,#fff 38%,#edf1f5)
}

.chain-list .box {
    padding: 0 100px
}

.chain-list .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 1180px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 138px auto 0
}

.chain-list .list li {
    width: 354px;
    overflow: hidden
}

.chain-list .list li img {
    float: left;
    width: 60px;
    height: 60px
}

.chain-list .list li .item {
    float: left;
    width: 260px;
    margin-left: 20px;
    margin-bottom: 124px;
    text-align: left
}

.chain-list .list li .li-title {
    font-size: 16px;
    line-height: 20px;
    color: #4b4b4b
}

.chain-list .list li .li-sub {
    font-size: 12px;
    line-height: 22px;
    color: rgba(75,75,75,.65)
}

@media (max-width:1280px) {
    .chain-list .list {
        width: 100%
    }
}

.hardware .box {
    height: 732px
}

.hardware .box .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 1020px;
    margin: 0 auto;
    margin-top: 50px
}

.hardware .box .list li {
    position: relative;
    width: 272px;
    height: 443px;
    overflow: hidden
}

.hardware .box .list li img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s linear;
    -moz-transition: all linear .3s;
    transition: all .3s linear
}

.hardware .box .list li .code {
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0
}

.hardware .box .list li:hover .code {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.success {
    background: #f4f4f4;
    height: 730px
}

.success .box .pic {
    display: block;
    margin: 0 auto;
    margin-top: 90px;
    width: 724px;
    height: 399px
}

.partner .box {
    height: 682px;
    background: url(img/beautymap.png) no-repeat bottom;
    background-size: 884px 623px
}

.partner .box .list {
    width: 840px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
    margin-top: 110px
}

.partner .box .list li {
    margin: 0 20px 40px;
    width: 80px;
    height: 80px
}

.partner .box .list li img {
    display: block;
    width: 100%;
    height: 100%
}

.choose {
    overflow: hidden;
    background: url(img/buy_bg.jpg) repeat-x;
    background-size: cover
}

.choose .box {
    width: 1174px;
    height: 236px
}

.choose .box .title {
    padding-top: 50px;
    color: #fff
}

.choose .box .sub-title {
    color: #fff;
    margin-top: 10px
}

.choose .box .btns {
    padding-top: 15px
}

.choose .box .btns>a {
    display: inline-block;
    width: 170px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    font-size: 15px
}

.choose .box .btns>a.order {
    background: #fff;
    color: #ff2278
}

.choose .box .btns>a.price {
    margin-left: 25px;
    border: 1px solid #fff;
    color: #fff
}

.beauty-video {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: none;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1000;
    background: rgba(0,0,0,.8)
}

.beauty-video .video-box {
    position: relative;
    width: 880px;
    height: 495px
}

.beauty-video .video-box video {
    width: 100%;
    height: 100%
}

.beauty-video .video-box .close {
    position: absolute;
    width: 40px;
    height: 40px;
    top: -20px;
    right: -20px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 22px;
    background: #fff;
    -webkit-box-shadow: 0 0 14px rgba(0,0,0,.8);
    box-shadow: 0 0 14px rgba(0,0,0,.8);
    cursor: pointer
}