html,
body {
    height: 100%;
    padding: 0;
    margin: 0;
    font-family: "Avenir", Helvetica, Arial, sans-serif; }

ul {
    list-style: none;
    padding: 0;
    margin: 0; }

a {
    text-decoration: none; }

body::-webkit-scrollbar {
    display: none; }

body {
    -ms-overflow-style: none; }

#app {
    height: 100%;
    width: 100%;
    min-width: 1200px; }

.wrap {
    width: 100%;
    min-height: 100%; }

.wrap-productDetail {
    min-height: 0; }

.wrap-sign {
    padding: 200px 0; }

.navBar {
    position: fixed;
    top: 0;
    left: 0;
    height: 80px;
    width: 100%;
    /*background-color: #2090B1;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 999; }
.navBar .logo {
    padding-left: 20px;
    width: 220px;
    height: 44px;
    cursor: pointer; }
.navBar .nav {
    height: 100px;
    line-height: 100px;
    text-align: center; }
.navBar .nav ul {
    padding: 0;
    margin: 0;
    display: inline-block; }
.navBar .nav ul li {
    float: left; }
.navBar .nav ul li .item {
    cursor: pointer;
    font-size: 16px;
    display: block;
    color: #fff;
    padding: 0 20px;
    height: 100%;
    border: none; }
.navBar .nav ul li .item .scanQrcode {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer; }
.navBar .nav ul li .item .scanQrcode .arrow_down {
    margin-left: 10px; }
.navBar .nav ul li .item .slide-fade-enter-active {
    height: 210px;
    -webkit-transition: all 0.3s cubic-bezier(1, 0.5, 0.8, 1);
    transition: all 0.3s cubic-bezier(1, 0.5, 0.8, 1);
    overflow: hidden; }
.navBar .nav ul li .item .slide-fade-leave-active {
    height: 0;
    -webkit-transition: all 0.3s cubic-bezier(1, 0.5, 0.8, 1);
    transition: all 0.3s cubic-bezier(1, 0.5, 0.8, 1);
    overflow: hidden; }
.navBar .nav ul li .item .slide-fade-enter,
.navBar .nav ul li .item .slide-fade-leave-to {
    opacity: 0;
    height: 0; }
.navBar .nav ul li .item:hover {
    font-weight: bold; }
.navBar .nav ul li .router-link-active {
    font-weight: bold;
    text-decoration: none; }
.navBar .nav ul li .current {
    font-weight: bold;
    font-size: 16px;
    display: block;
    color: #fff;
    padding: 0 20px;
    height: 100%;
    border: none; }
.navBar .nav ul .user {
    position: relative; }
.navBar .nav ul .user .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 40px 0 20px;
    cursor: pointer; }
.navBar .nav ul .user .info .avatar {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 1px solid #000;
    margin-right: 10px; }
.navBar .nav ul .user .info .name {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    max-width: 7em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
.navBar .nav ul .user .info .arrow_down {
    margin-left: 10px; }
.navBar .nav ul .user .user_hover {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 14px;
    background: #fff;
    width: 80px;
    height: 67px;
    line-height: 2.4;
    border-radius: 5px;
    -webkit-box-shadow: 1px 2px 9px #c1c0c0;
    box-shadow: 1px 2px 9px #c1c0c0;
    position: absolute;
    left: 50%;
    margin-left: -40px;
    margin-top: -14px;
    z-index: 999; }
.navBar .nav ul .user .user_hover .mystore {
    color: #2090B1; }
.navBar .nav ul .user .user_hover .exit {
    color: #2090B1;
    border: none;
    background-color: transparent;
    cursor: pointer; }
.navBar .nav ul .user .slide-fade-enter-active {
    height: 67px;
    -webkit-transition: all 0.3s cubic-bezier(1, 0.5, 0.8, 1);
    transition: all 0.3s cubic-bezier(1, 0.5, 0.8, 1);
    overflow: hidden; }
.navBar .nav ul .user .slide-fade-leave-active {
    height: 0;
    -webkit-transition: all 0.3s cubic-bezier(1, 0.5, 0.8, 1);
    transition: all 0.3s cubic-bezier(1, 0.5, 0.8, 1);
    overflow: hidden; }
.navBar .nav ul .user .slide-fade-enter,
.navBar .nav ul .user .slide-fade-leave-to {
    opacity: 0;
    height: 0; }

.qrcode_hover {
    width: 180px;
    height: 210px;
    padding-top: 6px;
    margin-left: -40px;
    margin-top: -14px;
    background: #fff;
    color: #000;
    border-radius: 4px;
    -webkit-box-shadow: 1px 2px 9px #c1c0c0;
    box-shadow: 1px 2px 9px #c1c0c0;
    position: absolute;
    z-index: 999; }
.qrcode_hover .image {
    width: 150px;
    height: 150px;
    margin: 15px auto;
    z-index: 100; }
.qrcode_hover .image img {
    width: 100%; }
.qrcode_hover .text {
    font-size: 14px;
    font-weight: normal;
    line-height: 1; }

/**
 * Swiper 5.3.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 29, 2020
 */
@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
    font-weight: 400;
    font-style: normal; }

:root {
    --swiper-theme-color:#007aff; }

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1; }

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

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-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(0px, 0, 0);
    transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

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

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

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform; }

.swiper-slide-invisible-blank {
    visibility: hidden; }

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

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height,-webkit-transform;
    transition-property: height,-webkit-transform;
    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(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

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

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

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

.swiper-container-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none; }

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none; }

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start; }

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory; }

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory; }

:root {
    --swiper-navigation-size:44px; }

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
    z-index: 10;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color)); }

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

.swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial; }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto; }

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    content: 'prev'; }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto; }

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    content: 'next'; }

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
    --swiper-navigation-color:#ffffff; }

.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
    --swiper-navigation-color:#000000; }

.swiper-button-lock {
    display: none; }

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-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);
    transform: scale(0.33);
    position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(0.66);
    transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
    transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
    transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-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: var(--swiper-pagination-color, var(--swiper-theme-color)); }

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0px, -50%, 0);
    transform: translate3d(0px, -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%);
    transform: translateY(-50%);
    width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: .2s transform,.2s top;
    transition: .2s transform,.2s top; }

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

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-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 transform,.2s left;
    transition: .2s transform,.2s left; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s transform,.2s right;
    transition: .2s transform,.2s right; }

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

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    transform-origin: right top; }

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

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

.swiper-pagination-white {
    --swiper-pagination-color:#ffffff; }

.swiper-pagination-black {
    --swiper-pagination-color:#000000; }

.swiper-pagination-lock {
    display: none; }

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 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: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: 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%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s infinite linear;
    animation: swiper-preloader-spin 1s infinite linear;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent; }

.swiper-lazy-preloader-white {
    --swiper-preloader-color:#fff; }

.swiper-lazy-preloader-black {
    --swiper-preloader-color:#000; }

@-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;
    transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-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;
    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;
    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: 0px;
    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; }

.carousel {
    width: 100%;
    margin-top: 80px;
    background: #2090B1;
    background-size: 100% 100%;
    overflow: hidden; }
.carousel .swiper-container {
    width: 100%;
    height: 500px;
    margin: 0 auto; }
.carousel .swiper-container .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
.carousel .swiper-container .swiper-slide button {
    padding: 10px 20px;
    background: none;
    border-radius: 30px;
    margin-top: 100px;
    color: #fff;
    border: 2px solid #fff;
    font-size: 16px; }
.carousel .pagination {
    position: absolute;
    left: 0;
    text-align: center;
    bottom: 5px;
    width: 100%;
    z-index: 999; }
.carousel .swiper-pagination-bullet {
    display: inline-block;
    width: 7px;
    height: 7px;
    opacity: 1;
    border-radius: 10px;
    background: white;
    cursor: pointer;
    -webkit-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out; }
.carousel .swiper-pagination-bullet-active {
    background: #fff;
    width: 50px; }
.carousel .home_banner {
    position: absolute;
    left: 50%;
    margin-left: -600px;
    top: 50%;
    margin-top: -155px;
    width: 1200px;
    text-align: center;
    color: #fff; }
.carousel .home_banner .title {
    font-size: 50px; }
.carousel .home_banner .desc {
    font-size: 25px; }
.carousel .home_banner button {
    font-size: 20px; }
.carousel .sign_banner,
.carousel .introduction_banner {
    width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
.carousel .sign_banner .image,
.carousel .introduction_banner .image {
    width: 400px; }
.carousel .sign_banner .content h1,
.carousel .introduction_banner .content h1 {
    font-size: 40px;
    color: #fff; }
.carousel .sign_banner .content p,
.carousel .introduction_banner .content p {
    font-size: 25px;
    color: #fff;
    padding: 20px 0 40px; }
.carousel .sign_banner .content button,
.carousel .introduction_banner .content button {
    padding: 10px 40px;
    color: #1D2F8D;
    font-weight: bold;
    font-size: 20px;
    background: #fff;
    margin: 0; }
.carousel .introduction_banner h2 {
    font-size: 30px;
    color: #fff; }
.carousel .introduction_banner .image {
    width: 520px; }

.banner_background_color_sign {
    background: #1D2F8D;
    background: -webkit-gradient(linear, left top, left bottom, from(#2090B1), to(#1D2F8D));
    background: linear-gradient(to bottom, #2090B1, #1D2F8D); }

.banner_background_color_introduction {
    background: #007395;
    background: -webkit-gradient(linear, left top, left bottom, from(#2090B1), to(#007395));
    background: linear-gradient(to bottom, #2090B1, #007395); }

.contact .modal {
    position: fixed;
    right: 110px;
    bottom: 280px;
    background: #fff;
    width: 15rem;
    height: 17rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    z-index: 999; }
.contact .modal .qrcode {
    width: 12.5rem;
    height: 12.5rem;
    z-index: 1; }
.contact .modal span {
    font-size: 1rem;
    color: #000000; }

.contact .btn {
    width: 120px;
    height: 120px;
    border-radius: 100%;
    position: fixed;
    right: 100px;
    bottom: 150px;
    z-index: 999;
    cursor: pointer; }

.contact .triangle-down {
    position: absolute;
    bottom: -10px;
    right: 27px;
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 25px solid #fff; }

.head-title {
    width: 1200px;
    margin: 0 auto;
    padding: 80px 0;
    text-align: center;
    font-size: 30px;
    color: #4B4B4B; }

.scheme {
    width: 100%; }
.scheme .container {
    width: 1200px;
    background: #2090B1;
    border-radius: 20px;
    margin: 0 auto;
    padding: 35px 58px;
    margin-bottom: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
.scheme .item {
    width: 240px;
    height: 400px;
    background: #fff;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 25px; }
.scheme .item img {
    width: 120px;
    height: 120px; }
.scheme .item .title {
    font-size: 20px;
    color: #000000;
    padding: 5px 0 15px; }
.scheme .item .desc {
    font-size: 17px;
    color: #4B4B4B;
    width: 190px; }
.scheme .item:first-child {
    margin-bottom: 35px; }

.function {
    background: #F4F4F4;
    padding: 80px 0;
    width: 100%;
    margin: 0 auto; }
.function .head-title {
    padding: 0; }
.function .container {
    width: 1200px;
    margin: 0 auto; }
.function .container .title {
    padding: 10px 0 8px;
    font-size: 17px;
    color: #000000;
    font-weight: bold; }
.function .container .desc {
    font-size: 17px;
    color: #4B4B4B;
    width: 225px; }
.function .container .icon {
    width: 60px;
    height: 60px; }
.function .container .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
.function .container .top .left,
.function .container .top .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
.function .container .top .left .line,
.function .container .top .right .line {
    width: 225px;
    margin: 50px 0 40px; }
.function .container .top .right {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
.function .container .top .middle {
    width: 465px;
    height: 467px; }
.function .container .bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
.function .container .bottom .icon {
    width: 60px;
    height: 60px; }
.function .container .bottom .desc {
    width: 210px; }

.cloud .container {
    margin: 0 auto;
    width: 1200px; }

.cloud .head-title {
    padding-bottom: 30px; }

.cloud .desc {
    font-size: 22px;
    color: #4B4B4B;
    text-align: center; }

.cloud .main {
    margin: 40px 0 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1.5px solid #2090B1;
    height: 350px; }
.cloud .main .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 350px;
    background: #007395;
    background: -webkit-gradient(linear, left top, left bottom, from(#2090B1), to(#007395));
    background: linear-gradient(to bottom, #2090B1, #007395); }
.cloud .main .left img {
    width: 199px;
    height: 152px; }
.cloud .main .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
.cloud .main .right .title {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    border-bottom: 4px solid #2090B1;
    width: 125px;
    margin: 20px 0 0 20px; }
.cloud .main .right .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
.cloud .main .right .content .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
.cloud .main .right .content .item .icon {
    width: 90px;
    height: 90px; }
.cloud .main .right .content .item .desc {
    padding-top: 25px;
    font-size: 17px;
    color: #4B4B4B; }

.example {
    background: #F4F4F4;
    padding-bottom: 100px; }
.example .container {
    max-width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
.example .container .item {
    margin-left: 22px;
    margin-bottom: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 200px;
    height: 250px;
    background: #fff;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 5px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
.example .container .item .qrcode-img {
    width: 150px; }
.example .container .item span {
    font-size: 14px;
    color: #4B4B4B; }
.example .container .item:hover {
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0); }
.example .container .item:nth-child(5n-4) {
    margin-left: 0; }

.head_title {
    text-align: center;
    color: #000000;
    font-size: 28px;
    font-weight: bold;
    padding-bottom: 75px; }

.system {
    background: #FFFFFF;
    padding: 75px 0; }
.system .container {
    margin: 0 auto;
    max-width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
.system .container .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0); }
.system .container .item img {
    width: 120px; }
.system .container .item .desc {
    font-size: 17px;
    width: 205px;
    padding-top: 50px; }

.vip {
    background: #F4F4F4;
    padding: 75px 0; }
.vip .container {
    margin: 0 auto;
    max-width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
.vip .container .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
.vip .container .item img {
    width: 120px; }
.vip .container .item .desc {
    font-size: 17px;
    width: 232px;
    padding-top: 50px; }

.diy {
    background: #ffffff;
    padding: 75px 0; }
.diy .container {
    margin: 0 auto;
    max-width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
.diy .container .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
.diy .container .item img {
    width: 120px; }
.diy .container .item .desc {
    font-size: 17px;
    width: 220px;
    padding-top: 50px;
    text-align: center; }

.service {
    background: #F4F4F4;
    padding: 75px 0; }
.service .container {
    margin: 0 auto;
    max-width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
.service .container .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
.service .container .item img {
    width: 120px; }
.service .container .item .desc {
    font-size: 17px;
    width: 200px;
    padding-top: 50px; }

.product-wrap {
    padding-top: 80px; }
.product-wrap ol {
    list-style-type: decimal; }
.product-wrap .product-inner .head {
    background: #F4F4F4;
    position: fixed;
    z-index: 100;
    width: 100%; }
.product-wrap .product-inner .head .tabs {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    padding-top: 30px;
    height: 100px;
    line-height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
.product-wrap .product-inner .head .tabs .tab-item {
    font-size: 20px;
    color: #333333;
    cursor: pointer;
    padding: 0 20px;
    line-height: 40px; }
.product-wrap .product-inner .head .tabs .tab-item .current-item-bar {
    border-bottom: 3px solid #2090B1; }
.product-wrap .product-inner .head .tabs .tab-item .slide {
    padding: 0 20px; }
.product-wrap .product-inner .head .tabs .tab-item .scanQrcode {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 9; }
.product-wrap .product-inner .head .tabs .tab-item .slide-fade-enter-active {
    height: 210px;
    -webkit-transition: all 0.3s cubic-bezier(1, 0.5, 0.8, 1);
    transition: all 0.3s cubic-bezier(1, 0.5, 0.8, 1);
    overflow: hidden; }
.product-wrap .product-inner .head .tabs .tab-item .slide-fade-leave-active {
    height: 0;
    -webkit-transition: all 0.3s cubic-bezier(1, 0.5, 0.8, 1);
    transition: all 0.3s cubic-bezier(1, 0.5, 0.8, 1);
    overflow: hidden; }
.product-wrap .product-inner .head .tabs .tab-item .slide-fade-enter,
.product-wrap .product-inner .head .tabs .tab-item .slide-fade-leave-to {
    opacity: 0;
    height: 0; }
.product-wrap .product-inner .head .tabs .tab-current {
    font-weight: bold; }
.product-wrap .product-inner .head .tabs .tab-item:hover {
    font-weight: bold; }
.product-wrap .product-inner .head .tabs .tab-item:first-child {
    padding: 0; }
.product-wrap .product-inner .head .tabs .qrcode_hover {
    width: 180px;
    height: 210px;
    padding-top: 6px;
    margin-left: -60px;
    background: #F4F4F4;
    color: #000;
    position: absolute;
    z-index: 999;
    text-align: center;
    margin-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
.product-wrap .product-inner .head .tabs .qrcode_hover .image {
    width: 150px;
    height: 150px;
    margin: 15px auto;
    z-index: 100; }
.product-wrap .product-inner .head .tabs .qrcode_hover .image img {
    width: 100%; }
.product-wrap .product-inner .head .tabs .qrcode_hover .text {
    font-size: 14px;
    font-weight: normal;
    line-height: 1; }
.product-wrap .product-inner .head .tabs .slide_info p {
    font-weight: normal;
    line-height: 210px; }
.product-wrap .product-inner .head .tabs .qrcode_hover-assistant {
    margin-left: -30px; }
.product-wrap .product-inner .head .tabs .qrcode_hover-store {
    margin-left: -39px; }
.product-wrap .product-inner .head .tabs .qrcode_hover-local {
    margin-left: -48px; }
.product-wrap .product-inner .body {
    padding-top: 100px; }
.product-wrap .product-inner .body .assistant {
    padding: 80px 0; }
.product-wrap .product-inner .body .assistant .container {
    padding: 0 90px;
    margin: 0 auto;
    width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
.product-wrap .product-inner .body .assistant .container .content {
    position: relative;
    color: #707070; }
.product-wrap .product-inner .body .assistant .container .content .t-f {
    font-size: 22px;
    margin-left: -10px;
    font-weight: bold; }
.product-wrap .product-inner .body .assistant .container .content .t-s {
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 20px; }
.product-wrap .product-inner .body .assistant .container .content p {
    font-size: 16px; }
.product-wrap .product-inner .body .assistant .container .content .future {
    padding: 10px 0 20px; }
.product-wrap .product-inner .body .assistant .container .content .current {
    padding-top: 25px; }
.product-wrap .product-inner .body .assistant .container .content .left_bottom {
    position: absolute;
    bottom: 0;
    left: 0; }
.product-wrap .product-inner .body .assistant .container .content .left_bottom h3 {
    font-size: 16px;
    color: #707070;
    padding-bottom: 10px; }
.product-wrap .product-inner .body .assistant .container .content .left_bottom .left_img {
    width: 365px;
    -o-object-fit: contain;
    object-fit: contain; }
.product-wrap .product-inner .body .assistant .container .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 320px; }
.product-wrap .product-inner .body .assistant .container .right .page {
    width: 160px;
    -o-object-fit: contain;
    object-fit: contain; }
.product-wrap .product-inner .body .reason {
    background: #fff;
    color: #000;
    padding: 90px 0; }
.product-wrap .product-inner .body .reason .container {
    max-width: 1100px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
.product-wrap .product-inner .body .reason .container .first {
    color: #707070;
    width: 364px;
    padding: 60px 0; }
.product-wrap .product-inner .body .reason .container .first .title {
    font-size: 35px;
    font-weight: bold; }
.product-wrap .product-inner .body .reason .container .first .desc {
    padding-left: 20px;
    font-size: 25px; }
.product-wrap .product-inner .body .reason .container .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 60px 0; }
.product-wrap .product-inner .body .reason .container .item .content {
    padding-left: 18px; }
.product-wrap .product-inner .body .reason .container .item .title {
    font-size: 20px;
    font-weight: bold; }
.product-wrap .product-inner .body .reason .container .item .desc {
    width: 260px;
    font-size: 18px;
    color: #707070; }
.product-wrap .product-inner .body .reason .container .icon {
    width: 80px;
    height: 80px; }
.product-wrap .product-inner .body .reason .container:nth-child(2) {
    padding-top: 150px; }
.product-wrap .product-inner .body .process {
    color: #707070;
    background: #F4F4F4; }
.product-wrap .product-inner .body .process .container {
    max-width: 1200px;
    margin: 0 auto; }
.product-wrap .product-inner .body .process .container .title {
    padding-top: 107px;
    padding-left: 70px;
    font-size: 2rem;
    font-weight: bold; }
.product-wrap .product-inner .body .process .container .desc {
    padding-top: 24px;
    padding-left: 70px;
    font-size: 1.6rem; }
.product-wrap .product-inner .body .process .container .image {
    padding-top: 100px;
    padding-bottom: 108px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
.product-wrap .product-inner .body .process .container .image img {
    width: 1061px;
    height: 176px; }
.product-wrap .product-inner .body .shop {
    background: #fff;
    color: #707070; }
.product-wrap .product-inner .body .shop .container {
    max-width: 1200px;
    margin: 0 auto; }
.product-wrap .product-inner .body .shop .container .title {
    padding-left: 70px;
    padding-top: 150px;
    font-size: 2rem;
    font-weight: bold; }
.product-wrap .product-inner .body .shop .container .desc {
    padding-left: 70px;
    padding-top: 24px;
    font-size: 1.6rem; }
.product-wrap .product-inner .body .shop .container .image {
    padding-top: 70px;
    padding-bottom: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
.product-wrap .product-inner .body .shop .container .image img {
    width: 808px;
    height: 446px; }
.product-wrap .product-inner .body .platform {
    color: #707070;
    background: #F4F4F4; }
.product-wrap .product-inner .body .platform .container {
    max-width: 1200px;
    margin: 0 auto; }
.product-wrap .product-inner .body .platform .container .title {
    padding-top: 150px;
    padding-left: 70px;
    font-size: 2rem;
    font-weight: bold; }
.product-wrap .product-inner .body .platform .container .desc {
    padding-top: 24px;
    padding-left: 70px;
    font-size: 1.6rem; }
.product-wrap .product-inner .body .platform .container .image {
    padding-top: 70px;
    padding-bottom: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
.product-wrap .product-inner .body .platform .container .image img {
    width: 910px;
    height: 439px; }
.product-wrap .product-inner .body .register {
    font-size: 25px;
    background: #f37d63;
    text-align: center; }
.product-wrap .product-inner .body .register .main {
    height: 80px;
    line-height: 80px;
    color: #fff; }
.product-wrap .product-inner .body .register .main a {
    color: #fff;
    margin-left: 40px;
    padding: 10px;
    border: 2px solid #fff;
    line-height: 1;
    margin-top: 24px; }
.product-wrap .product-inner .body .gift {
    padding: 80px 0 30px; }
.product-wrap .product-inner .body .gift .container {
    margin: 0 auto;
    width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
.product-wrap .product-inner .body .gift .container .left {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 80px; }
.product-wrap .product-inner .body .gift .container .left .image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
.product-wrap .product-inner .body .gift .container .left .image img {
    margin-right: 12px;
    width: 200px;
    height: 436px; }
.product-wrap .product-inner .body .gift .container .left .content {
    color: #707070;
    padding-left: 8px; }
.product-wrap .product-inner .body .gift .container .left .content .title {
    font-size: 22px;
    font-weight: bold;
    padding: 25px 0 10px;
    width: 235px; }
.product-wrap .product-inner .body .gift .container .left .content .desc {
    font-size: 17px;
    width: 325px; }
.product-wrap .product-inner .body .gift .container .right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 80px; }
.product-wrap .product-inner .body .gift .container .right .title {
    color: #707070;
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 25px; }
.product-wrap .product-inner .body .gift .container .right .step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
.product-wrap .product-inner .body .gift .container .right .step .step-item .icon {
    width: 100px;
    height: 100px;
    -o-object-fit: contain;
    object-fit: contain; }
.product-wrap .product-inner .body .gift .container .right .step .step-item .desc {
    color: #707070;
    padding: 20px 0 50px;
    width: 200px;
    font-size: 17px; }
.product-wrap .product-inner .body .gift .container .right .step .step-item:nth-child(2n-1) {
    margin-right: 45px; }
.product-wrap .product-inner .body .local {
    padding: 80px 0; }
.product-wrap .product-inner .body .local .container {
    padding: 0 80px;
    margin: 0 auto;
    width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
.product-wrap .product-inner .body .local .container .content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #707070; }
.product-wrap .product-inner .body .local .container .content .t-f {
    font-size: 22px;
    margin-left: -12px;
    font-weight: bold; }
.product-wrap .product-inner .body .local .container .content .t-s {
    font-size: 22px;
    font-weight: bold; }
.product-wrap .product-inner .body .local .container .content .desc {
    font-size: 17px;
    font-weight: bold;
    padding: 20px 0; }
.product-wrap .product-inner .body .local .container .content ol {
    width: 365px;
    font-size: 17px;
    margin-left: 15px;
    padding-bottom: 25px; }
.product-wrap .product-inner .body .local .container .content ol li {
    padding-bottom: 15px; }
.product-wrap .product-inner .body .local .container .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
.product-wrap .product-inner .body .local .container .right img {
    width: 180px;
    height: 360px;
    -webkit-box-shadow: 1px 2px 9px #c1c0c0;
    box-shadow: 1px 2px 9px #c1c0c0;
    margin: 0 20px 20px 0; }
.product-wrap .product-inner .body .profession {
    background: #F4F4F4; }
.product-wrap .product-inner .body .profession .bg_white {
    background: #fff; }
.product-wrap .product-inner .body .profession .img-wrapper {
    padding-top: 80px;
    padding-bottom: 80px; }
.product-wrap .product-inner .body .profession .container {
    width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 80px 0; }
.product-wrap .product-inner .body .profession .container .text {
    color: #707070; }
.product-wrap .product-inner .body .profession .container .text .title {
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 10px; }
.product-wrap .product-inner .body .profession .container .text .desc {
    font-size: 17px;
    padding-bottom: 10px; }
.product-wrap .product-inner .body .profession .block .text {
    padding-left: 8px;
    text-align: center; }
.product-wrap .product-inner .body .profession .block .image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
.product-wrap .product-inner .body .profession .block .image img {
    height: 436px;
    margin-right: 25px;
    -o-object-fit: contain;
    object-fit: contain; }
.product-wrap .product-inner .body .profession .block .image img:last-child {
    margin: 0; }
.product-wrap .product-inner .body .profession .template .image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
.product-wrap .product-inner .body .profession .template .image img {
    height: 430px;
    -o-object-fit: contain;
    object-fit: contain; }
.product-wrap .product-inner .body .profession .template .text {
    width: 345px; }
.product-wrap .product-inner .body .profession .delivery,
.product-wrap .product-inner .body .profession .groupon,
.product-wrap .product-inner .body .profession .goodsImported {
    margin-top: -80px; }
.product-wrap .product-inner .body .profession .delivery .image,
.product-wrap .product-inner .body .profession .groupon .image,
.product-wrap .product-inner .body .profession .goodsImported .image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
.product-wrap .product-inner .body .profession .delivery .image img,
.product-wrap .product-inner .body .profession .groupon .image img,
.product-wrap .product-inner .body .profession .goodsImported .image img {
    height: 280px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: 15px; }
.product-wrap .product-inner .body .profession .delivery .image img:last-child,
.product-wrap .product-inner .body .profession .groupon .image img:last-child,
.product-wrap .product-inner .body .profession .goodsImported .image img:last-child {
    margin: 0; }
.product-wrap .product-inner .body .profession .delivery .text,
.product-wrap .product-inner .body .profession .groupon .text,
.product-wrap .product-inner .body .profession .goodsImported .text {
    width: 362px; }
.product-wrap .product-inner .body .profession .image-wrapper {
    padding-top: 60px; }
.product-wrap .product-inner .body .profession .message .image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
.product-wrap .product-inner .body .profession .message .image img {
    height: 200px;
    margin-right: 15px;
    -o-object-fit: contain;
    object-fit: contain; }
.product-wrap .product-inner .body .profession .message .image img:last-child {
    margin: 0; }
.product-wrap .product-inner .body .profession .message .text {
    width: 373px; }
.product-wrap .product-inner .body .profession .affiliate {
    margin-top: -80px; }
.product-wrap .product-inner .body .profession .affiliate .image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
.product-wrap .product-inner .body .profession .affiliate .image img {
    height: 420px;
    -o-object-fit: contain;
    object-fit: contain; }
.product-wrap .product-inner .body .profession .affiliate .text {
    width: 340px; }
.product-wrap .product-inner .body .profession .service .container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
.product-wrap .product-inner .body .profession .service .service-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
.product-wrap .product-inner .body .profession .service .service-item .image img {
    width: 220px;
    -o-object-fit: contain;
    object-fit: contain; }
.product-wrap .product-inner .body .profession .service .service-item .text {
    width: 270px;
    padding-left: 25px; }
.product-wrap .product-inner .body .profession .magic {
    margin-top: -80px; }
.product-wrap .product-inner .body .profession .magic .image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
.product-wrap .product-inner .body .profession .magic .image .img-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
.product-wrap .product-inner .body .profession .magic .image .img-item img {
    width: 310px;
    padding-bottom: 10px;
    -o-object-fit: contain;
    object-fit: contain; }
.product-wrap .product-inner .body .profession .magic .image .img-item .desc {
    font-size: 16px;
    color: #666666; }
.product-wrap .product-inner .body .profession .magic .image .img-item:last-child {
    margin: 0; }
.product-wrap .product-inner .body .profession .magic .text {
    width: 330px; }
.product-wrap .product-inner .body .profession .payment .image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
.product-wrap .product-inner .body .profession .payment .image img {
    width: 220px;
    -o-object-fit: contain;
    object-fit: contain; }
.product-wrap .product-inner .body .profession .payment .text {
    width: 365px; }
.product-wrap .product-inner .body .profession .crowd .image,
.product-wrap .product-inner .body .profession .shoppingList .image,
.product-wrap .product-inner .body .profession .bargain .image,
.product-wrap .product-inner .body .profession .valueCard .image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
.product-wrap .product-inner .body .profession .crowd .image img,
.product-wrap .product-inner .body .profession .shoppingList .image img,
.product-wrap .product-inner .body .profession .bargain .image img,
.product-wrap .product-inner .body .profession .valueCard .image img {
    width: 220px;
    margin-right: 15px;
    -o-object-fit: contain;
    object-fit: contain; }
.product-wrap .product-inner .body .profession .crowd .image img:last-child,
.product-wrap .product-inner .body .profession .shoppingList .image img:last-child,
.product-wrap .product-inner .body .profession .bargain .image img:last-child,
.product-wrap .product-inner .body .profession .valueCard .image img:last-child {
    margin: 0; }
.product-wrap .product-inner .body .profession .crowd .text,
.product-wrap .product-inner .body .profession .shoppingList .text,
.product-wrap .product-inner .body .profession .bargain .text,
.product-wrap .product-inner .body .profession .valueCard .text {
    width: 370px; }
.product-wrap .product-inner .body .profession .shoppingList,
.product-wrap .product-inner .body .profession .bargain {
    margin-top: -80px; }
.product-wrap .product-inner .body .store {
    padding: 80px 0; }
.product-wrap .product-inner .body .store .container {
    padding: 0 80px;
    margin: 0 auto;
    width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
.product-wrap .product-inner .body .store .container .content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #707070; }
.product-wrap .product-inner .body .store .container .content .t-f {
    font-size: 22px;
    margin-left: -12px;
    font-weight: bold; }
.product-wrap .product-inner .body .store .container .content .t-s {
    font-size: 22px;
    font-weight: bold; }
.product-wrap .product-inner .body .store .container .content .desc {
    font-size: 17px;
    font-weight: bold;
    padding: 20px 0; }
.product-wrap .product-inner .body .store .container .content ol {
    width: 365px;
    font-size: 17px;
    margin-left: 15px;
    padding-bottom: 25px; }
.product-wrap .product-inner .body .store .container .content ol li {
    padding-bottom: 15px; }
.product-wrap .product-inner .body .store .container .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 320px; }
.product-wrap .product-inner .body .store .container .right img {
    width: 160px;
    -o-object-fit: contain;
    object-fit: contain; }

.pay-wrap {
    background: #F4F4F4; }
.pay-wrap.light-bg {
    background: #ffffff; }
.pay-wrap .pay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 100px;
    color: #707070; }
.pay-wrap .pay .left .title {
    font-size: 22px;
    font-weight: 700;
    padding-left: 10px; }
.pay-wrap .pay .left .desc {
    font-size: 22px;
    margin-bottom: 0; }
.pay-wrap .pay .left .desc .price {
    line-height: 1.2;
    font-size: 22px;
    color: #ff0000; }
.pay-wrap .pay .left .desc .num {
    font-size: 50px;
    font-weight: 500; }
.pay-wrap .pay .center {
    position: relative;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    overflow: hidden;
    width: 200px; }
.pay-wrap .pay .center .tip-img {
    width: 180px; }
.pay-wrap .pay .center:before {
    content: "";
    position: absolute;
    left: -665px;
    top: -460px;
    width: 200px;
    height: 15px;
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: searchLights 1s ease-in 1s infinite;
    animation: searchLights 1s ease-in 1s infinite;
    z-index: 99; }

@-webkit-keyframes searchLights {
    0% {
        left: -100px;
        top: 0; }
    to {
        left: 120px;
        top: 100px; } }

@keyframes searchLights {
    0% {
        left: -100px;
        top: 0; }
    to {
        left: 120px;
        top: 100px; } }
.pay-wrap .pay .right .qrcode-img {
    width: 200px;
    height: 200px; }

.hide {
    opacity: 0;
    width: 0;
    height: 0;
    padding: 0;
    margin: 0; }

.img-container {
    width: 1200px;
    margin: auto; }
.img-container .image {
    width: 100%;
    height: 100%;
    display: block; }

.sign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    width: 290px;
    height: 420px;
    background: #fff;
    border-radius: 8px;
    font-size: 12px;
    -webkit-box-shadow: 1px 2px 9px #c1c0c0;
    box-shadow: 1px 2px 9px #c1c0c0; }
.sign .qrcode {
    width: 210px; }
.sign .title {
    font-size: 24px;
    text-align: center;
    font-weight: normal;
    padding: 20px 0 25px 0;
    color: #000; }
.sign .desc {
    margin: 0;
    color: #6c6c6c; }
.sign .inputCode {
    padding-left: 10px;
    height: 30px;
    width: 210px;
    font-size: 16px;
    border: 1px solid #C0C0C0;
    margin: 10px 0; }
.sign .submit {
    background: #f37d63;
    color: #fff;
    border: 0;
    width: 210px;
    padding: 7px 30px;
    border-radius: 6px;
    font-size: 16px; }
.sign input::-webkit-outer-spin-button,
.sign input::-webkit-inner-spin-button {
    -webkit-appearance: none; }
.sign input[type="number"] {
    -moz-appearance: textfield; }

.cl {
    clear: both; }

.assistant {
    width: 1200px;
    margin: 0 auto;
    padding: 200px 0 50px; }
.assistant .top {
    color: #000;
    font-size: 15px;
    font-weight: 100;
    border-bottom: 1px solid;
    padding-bottom: 15px;
    margin-bottom: 20px; }
.assistant .btn {
    cursor: pointer;
    background: #f37d63;
    color: #fff;
    padding: 4px 20px;
    border-radius: 8px;
    float: right;
    font-size: 14px;
    margin-bottom: 20px; }
.assistant .btn a {
    color: #fff; }
.assistant .stores {
    padding-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-flow: wrap;
    flex-flow: wrap; }
.assistant .stores .item {
    width: 340px;
    height: 150px;
    background: url(image/stores/bg.png) no-repeat;
    background-size: cover;
    float: left;
    margin-right: 50px;
    margin-bottom: 40px;
    border-radius: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
.assistant .stores .item .item-card {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
.assistant .stores .item .item-card .avatar {
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #000; }
.assistant .stores .item .item-card .text {
    font-size: 16px; }
.assistant .stores .item .item-card .text .title {
    color: #000;
    padding-bottom: 10px; }
.assistant .stores .item .item-card .text .desc {
    color: #C0C0C0; }
.assistant .stores .item .item-card .text .cancel {
    color: #ee3737;
    padding-top: 10px; }
.assistant .stores .item .item-card:hover {
    -webkit-box-shadow: 4px 4px 10px #C9C9C9;
    box-shadow: 4px 4px 10px #C9C9C9;
    border-radius: 12px; }

.footerSecond {
    width: 100%;
    background: #ebeff2;
    font-size: 14px;
    height: 80px;
    margin: -80px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
.footerSecond a {
    padding: 0 20px;
    color: #999;
    border-right: 2px solid #999; }
.footerSecond a:last-child {
    border: none; }

.announce {
    width: 100%;
    height: 100%;
    padding-top: 120px;
    padding-bottom: 50px;
    font-size: 14px;
    font-family: "mp-quote", -apple-system-font, BlinkMacSystemFont, "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", Arial, sans-serif;
    background-color: #f6f8f9; }
.announce .wrapper {
    width: 90%;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto; }
.announce .wrapper h2 {
    margin-bottom: 20px;
    font-size: 26px;
    font-weight: 400; }
.announce .wrapper .announce_panel {
    padding: 40px;
    min-height: 500px;
    margin-bottom: 30px;
    background-color: #fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.05); }
.announce .wrapper .announce_panel .news_list {
    border: 1px solid #e7e7eb;
    border-bottom: 0; }
.announce .wrapper .announce_panel .news_list .news_item {
    position: relative;
    border-bottom: 1px solid #e7e7eb;
    font-size: 14px;
    line-height: 40px; }
.announce .wrapper .announce_panel .news_list .news_item a {
    display: block;
    padding-right: 10em;
    padding-left: 14px;
    color: #353535;
    text-decoration: none;
    cursor: pointer; }
.announce .wrapper .announce_panel .news_list .news_item a strong {
    display: block;
    font-weight: 400;
    font-style: normal;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal; }
.announce .wrapper .announce_panel .news_list .news_item a .read_more {
    position: absolute;
    right: 20px;
    top: 0;
    color: #9a9a9a;
    text-decoration: none; }
.announce .wrapper .announce_panel .news_list .news_item a:hover {
    color: #576b95; }
.announce .wrapper .announce_panel .pagination {
    text-align: right;
    padding-top: 20px; }
.announce .wrapper .announce_panel .pagination .page-numbers {
    display: inline-block;
    vertical-align: middle;
    min-width: 32px;
    height: 32px;
    line-height: 30px;
    margin-right: 4px;
    text-align: center;
    list-style: none;
    background-color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    font-family: Arial;
    font-weight: 500;
    border: 1px solid #dcdee2;
    border-radius: 4px;
    -webkit-transition: border 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: border 0.2s ease-in-out, color 0.2s ease-in-out; }
.announce .wrapper .announce_panel .pagination .current {
    border-color: #2d8cf0;
    color: #2d8cf0; }

.auth {
    padding-top: 200px;
    width: 900px;
    margin: 0 auto; }
.auth .title {
    font-size: 30px;
    font-weight: normal;
    text-align: center;
    color: #000;
    padding-bottom: 60px; }
.auth .desc {
    text-align: center;
    font-size: 16px;
    color: #000; }
.auth .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin: 20px;
    font-size: 19px;
    padding: 20px 100px; }
.auth .btn .beg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 270px;
    height: 50px;
    background: #f37d63;
    border-radius: 5px; }
.auth .btn .beg a {
    color: #fff; }
.auth .btn .reg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 270px;
    height: 50px;
    border: 1px solid #a8a8a8;
    border-radius: 5px; }
.auth .btn .reg a {
    color: #000; }

a {
    color: #2d8cf0;
    background: 0 0;
    text-decoration: none;
    outline: 0;
    cursor: pointer;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease; }

.clause {
    width: 600px;
    margin: auto;
    margin-bottom: auto;
    text-align: left;
    font-size: 14px;
    margin-bottom: 100px; }
.clause .title {
    text-align: center;
    padding: 0;
    margin-top: 150px;
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 50px; }
.clause ol li p {
    font-size: 12px;
    margin: 20px 0;
    line-height: 2; }

@media (min-width: 600px) {
    .book-body {
        left: 300px; } }

.instructions {
    width: 100%;
    height: 100%;
    padding-top: 100px;
    font-size: 14px; }
.instructions .book-summary {
    position: absolute;
    top: 105px;
    left: 0;
    bottom: 0;
    z-index: 1;
    overflow-y: auto;
    padding-top: 30px;
    width: 300px;
    color: #364149;
    background: #fff;
    border-right: 1px solid rgba(0, 0, 0, 0.07); }
.instructions .book-summary ul.summary {
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-transition: top .5s ease;
    transition: top .5s ease; }
.instructions .book-summary ul.summary li {
    list-style: none;
    color: #0e0e0e; }
.instructions .book-summary ul.summary li.header {
    padding: 7px 15px;
    padding-top: 20px;
    text-transform: uppercase;
    color: #939da3; }
.instructions .book-summary ul.summary li.divider {
    height: 1px;
    margin: 7px 0;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.07); }
.instructions .book-summary ul.summary li i.fa-check {
    display: none;
    position: absolute;
    right: 9px;
    top: 16px;
    font-size: 9px;
    color: #3c3; }
.instructions .book-summary ul.summary li.done > a {
    color: #364149;
    font-weight: 400; }
.instructions .book-summary ul.summary li.done > a i {
    display: inline; }
.instructions .book-summary ul.summary li a, .instructions .book-summary ul.summary li span {
    display: block;
    padding: 7px 15px;
    border-bottom: none;
    color: #364149;
    background: 0 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    position: relative; }
.instructions .book-summary ul.summary li a:hover {
    background-color: #eff1f3; }
.instructions .book-summary ul.summary li a:focus {
    outline: 0; }
.instructions .book-summary ul.summary li.active > a {
    color: #000;
    background: 0 0;
    text-decoration: none; }
.instructions .book-summary ul.summary li.active > a:hover {
    background-color: transparent; }
.instructions .book-summary ul.summary li ul {
    padding-left: 20px; }
@media (max-width: 1024px) {
    .instructions .book-summary {
        top: 0;
        bottom: 0; } }
@media (max-width: 600px) {
    .instructions .book-summary {
        width: calc(100% - 80px);
        left: -100%; } }
.instructions .summary > .chapter > .articles {
    margin-left: 20px; }
.instructions .summary > .chapter > .articles > .chapter > .articles > .chapter {
    position: relative; }
.instructions .summary > .chapter > .articles > .chapter > .articles > .chapter:before {
    content: "";
    display: block;
    position: absolute;
    top: 8px;
    left: 0;
    height: 8px;
    width: 6px;
    border-left: 1px solid #e7e7eb;
    border-bottom: 1px solid #e7e7eb; }
.instructions .summary > .chapter > .articles > .chapter > .articles > .chapter:after {
    content: "";
    display: block;
    position: absolute;
    top: 16px;
    left: 0;
    height: 31px;
    width: 6px;
    border-left: 1px solid #e7e7eb; }
.instructions .summary > .chapter > .articles > .chapter > .articles > .chapter:last-child:after {
    display: none; }
.instructions .summary > .chapter.close > a:before {
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: greyscale;
    color: #8d8d8d;
    font-size: 14px; }
.instructions .summary > .chapter > a:before {
    /* content: ""; */
    display: inline-block;
    width: 14px;
    margin-left: 10px; }
.instructions .summary > .chapter.open > ul {
    display: block;
    margin-top: 3px;
    list-style: none; }
.instructions .summary > .chapter.close > ul {
    display: none; }
.instructions .summary > .chapter > a {
    font-size: 16px; }
.instructions .summary > .chapter {
    margin: 10px 0; }
.instructions .book-summary-home {
    display: none; }
.instructions .book.with-summary .book-summary {
    left: 0; }
.instructions .book.without-animation .book-summary {
    -webkit-transition: none !important;
    transition: none !important; }
@media (max-width: 1024px) {
    .instructions .book.with-header .book-summary {
        top: 0; } }
@media (max-width: 1024px) {
    .instructions .summary > .chapter > a:before {
        display: none; }
    .instructions .summary > .chapter > .articles > .chapter > .articles > .chapter:before {
        display: none; }
    .instructions .summary > .chapter > .articles > .chapter > .articles > .chapter:after {
        display: none; }
    .instructions .book-summary-home {
        display: block;
        background: #fff;
        margin-bottom: 20px; }
    .instructions .book-summary-home a {
        display: block;
        padding: 15px;
        border-bottom: none;
        color: #364149;
        background: 0 0;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        position: relative;
        font-size: 16px; }
    .instructions .book-summary-home a span {
        vertical-align: middle; }
    .instructions .book-summary-home .icon_home_s {
        display: inline-block;
        width: 21px;
        height: 21px;
        background-size: cover;
        margin-right: 10px; }
    .instructions .summary > .chapter.close > a:before {
        content: ""; }
    .instructions .summary > .chapter.open > a:before {
        content: ""; }
    .instructions .book-summary {
        background: #f6f7f8;
        border-right: none;
        padding-top: 0; }
    .instructions .book-summary ul.summary {
        background: #fff; }
    .instructions .book-summary ul.summary > li:first-child > a:before {
        display: none; }
    .instructions .book-summary ul.summary > li ul {
        position: relative; }
    .instructions .book-summary ul.summary > li ul:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        height: 1px;
        left: 0;
        right: 0;
        border-bottom: 1px solid #e7e7eb;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: scaleY(0.5);
        transform: scaleY(0.5); }
    .instructions .book-summary ul.summary > li:last-child > ul > li:first-child:before {
        display: none; }
    .instructions .book-summary ul.summary > li:last-child:after {
        display: none; }
    .instructions .book-summary ul.summary li {
        position: relative;
        margin: 0; }
    .instructions .book-summary ul.summary li:after {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        height: 1px;
        left: 0;
        right: 0;
        border-bottom: 1px solid #e7e7eb;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: scaleY(0.5) translateY(100%);
        transform: scaleY(0.5) translateY(100%);
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
    .instructions .book-summary ul.summary li a {
        padding: 15px;
        border: none;
        font-size: 16px; }
    .instructions .book-summary ul.summary li a:hover {
        background: #fafafa; }
    .instructions .book-summary ul.summary li a:active {
        background: #fafafa; }
    .instructions .book-summary ul.summary li ul {
        padding-left: 20px;
        margin-left: 0 !important;
        background: #f6f7f8; }
    .instructions .summary > .chapter > .articles > .chapter > .articles > .chapter > a {
        border: none;
        padding: 15px 10px; }
    .instructions .summary > .chapter > .articles > .chapter > .articles > .chapter > a:after {
        display: none; } }
.instructions .book-body {
    position: absolute;
    right: 0;
    left: 300px;
    overflow-y: auto;
    bottom: 0;
    top: 104px; }
.instructions .book-body .body-inner {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow-y: auto; }
.instructions .book-body .body-inner .page-wrapper {
    position: relative;
    outline: 0; }
.instructions .book-body .body-inner .page-wrapper .page-inner {
    position: relative;
    max-width: 960px;
    width: 85%;
    min-width: 600px;
    margin: 0 auto;
    padding: 35px 0 180px; }
.instructions .book-body .body-inner .page-wrapper .page-inner .markdown-section {
    display: block;
    word-wrap: break-word;
    overflow: hidden;
    color: #333;
    line-height: 1.7;
    text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%; }
.instructions .book-body .body-inner .page-wrapper .page-inner .markdown-section * {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: inherit; }
.instructions .book-body .body-inner .page-wrapper .page-inner .markdown-section > :first-child {
    margin-top: 0 !important; }
.instructions .book-body .body-inner .page-wrapper .page-inner .markdown-section > :last-child {
    margin-bottom: 0 !important; }
.instructions .book-body .body-inner .page-wrapper .page-inner .markdown-section blockquote, .instructions .book-body .body-inner .page-wrapper .page-inner .markdown-section code, .instructions .book-body .body-inner .page-wrapper .page-inner .markdown-section figure, .instructions .book-body .body-inner .page-wrapper .page-inner .markdown-section img, .instructions .book-body .body-inner .page-wrapper .page-inner .markdown-section pre, .instructions .book-body .body-inner .page-wrapper .page-inner .markdown-section table, .instructions .book-body .body-inner .page-wrapper .page-inner .markdown-section tr {
    page-break-inside: avoid; }
.instructions .book-body .body-inner .page-wrapper .page-inner .markdown-section h2, .instructions .book-body .body-inner .page-wrapper .page-inner .markdown-section h3, .instructions .book-body .body-inner .page-wrapper .page-inner .markdown-section h4, .instructions .book-body .body-inner .page-wrapper .page-inner .markdown-section h5, .instructions .book-body .body-inner .page-wrapper .page-inner .markdown-section p {
    orphans: 3;
    widows: 3; }
.instructions .book-body .body-inner .page-wrapper .page-inner .markdown-section h1, .instructions .book-body .body-inner .page-wrapper .page-inner .markdown-section h2, .instructions .book-body .body-inner .page-wrapper .page-inner .markdown-section h3, .instructions .book-body .body-inner .page-wrapper .page-inner .markdown-section h4, .instructions .book-body .body-inner .page-wrapper .page-inner .markdown-section h5 {
    page-break-after: avoid; }
.instructions .book-body .body-inner .page-wrapper .page-inner .markdown-section b, .instructions .book-body .body-inner .page-wrapper .page-inner .markdown-section strong {
    font-weight: 700; }
.instructions .book-body .body-inner .page-wrapper .page-inner .markdown-section em {
    font-style: italic; }
.instructions .book-body .body-inner .page-wrapper .page-inner .markdown-section blockquote, .instructions .book-body .body-inner .page-wrapper .page-inner .markdown-section dl, .instructions .book-body .body-inner .page-wrapper .page-inner .markdown-section ol, .instructions .book-body .body-inner .page-wrapper .page-inner .markdown-section p, .instructions .book-body .body-inner .page-wrapper .page-inner .markdown-section table, .instructions .book-body .body-inner .page-wrapper .page-inner .markdown-section ul {
    margin-top: 0;
    margin-bottom: .85em; }
.instructions .book-body .body-inner .page-wrapper .page-inner .markdown-section a {
    color: #4183c4;
    text-decoration: none;
    background: 0 0; }
.instructions .book-body .body-inner .page-wrapper .page-inner .markdown-section a:active, .instructions .book-body .body-inner .page-wrapper .page-inner .markdown-section a:focus, .instructions .book-body .body-inner .page-wrapper .page-inner .markdown-section a:hover {
    outline: 0;
    text-decoration: underline; }
.instructions .book-body .body-inner .page-wrapper .page-inner .markdown-section img {
    border: 0;
    margin: 20px 0;
    max-width: 800px;
    height: auto; }
.instructions .book-body .body-inner .page-wrapper .page-inner .markdown-section hr {
    height: 4px;
    padding: 0;
    margin: 1.7em 0;
    overflow: hidden;
    background-color: #e7e7e7;
    border: none; }
.instructions .book-body .body-inner .page-wrapper .page-inner .markdown-section hr:after, .instructions .book-body .body-inner .page-wrapper .page-inner .markdown-section hr:before {
    display: table;
    content: " "; }
.instructions .book-body .body-inner .page-wrapper .page-inner .markdown-section hr:after {
    clear: both; }
.instructions .book-body .body-inner .page-wrapper .page-inner .markdown-section h1, .instructions .book-body .body-inner .page-wrapper .page-inner .markdown-section h2, .instructions .book-body .body-inner .page-wrapper .page-inner .markdown-section h3, .instructions .book-body .body-inner .page-wrapper .page-inner .markdown-section h4, .instructions .book-body .body-inner .page-wrapper .page-inner .markdown-section h5, .instructions .book-body .body-inner .page-wrapper .page-inner .markdown-section h6 {
    margin-top: 1.275em;
    margin-bottom: .85em;
    font-weight: 700; }
.instructions .book-body .body-inner .page-wrapper .page-inner .markdown-section h1 {
    font-size: 2.5em;
    margin-top: 4em; }
.instructions .book-body .body-inner .page-wrapper .page-inner .markdown-section h2 {
    font-size: 1.8em;
    margin-top: 2em; }
.instructions .book-body .body-inner .page-wrapper .page-inner .markdown-section h3 {
    font-size: 1.4em;
    margin-top: 3em; }
.instructions .book-body .body-inner .page-wrapper .page-inner .markdown-section h4 {
    font-size: 1.25em; }
.instructions .book-body .body-inner .page-wrapper .page-inner .markdown-section h5 {
    font-size: 1em; }
.instructions .book-body .body-inner .page-wrapper .page-inner .markdown-section h6 {
    font-size: 1em;
    color: #777; }
.instructions .book-body .body-inner .page-wrapper .page-inner .markdown-section code, .instructions .book-body .body-inner .page-wrapper .page-inner .markdown-section pre {
    font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
    direction: ltr;
    margin: 0;
    padding: 0;
    border: none;
    color: inherit; }
.instructions .book-body .body-inner .page-wrapper .page-inner .markdown-section pre {
    overflow: auto;
    word-wrap: normal;
    margin: 0;
    padding: .85em 1em;
    margin-bottom: 1.275em;
    background: #f7f7f7; }
.instructions .book-body .body-inner .page-wrapper .page-inner .markdown-section pre > code {
    display: inline;
    max-width: initial;
    padding: 0;
    margin: 0;
    overflow: initial;
    line-height: inherit;
    font-size: .85em;
    white-space: pre;
    background: 0 0; }
.instructions .book-body .body-inner .page-wrapper .page-inner .markdown-section pre > code:after, .instructions .book-body .body-inner .page-wrapper .page-inner .markdown-section pre > code:before {
    content: normal; }
.instructions .book-body .body-inner .page-wrapper .page-inner .markdown-section code {
    padding: .2em;
    margin: 0;
    font-size: .85em;
    background-color: #f7f7f7; }
.instructions .book-body .body-inner .page-wrapper .page-inner .markdown-section code:after, .instructions .book-body .body-inner .page-wrapper .page-inner .markdown-section code:before {
    letter-spacing: -.2em;
    content: "\00a0"; }
.instructions .book-body .body-inner .page-wrapper .page-inner .markdown-section table {
    display: table;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    overflow: auto; }
.instructions .book-body .body-inner .page-wrapper .page-inner .markdown-section table td, .instructions .book-body .body-inner .page-wrapper .page-inner .markdown-section table th {
    padding: 6px 13px;
    border: 1px solid #ddd; }
.instructions .book-body .body-inner .page-wrapper .page-inner .markdown-section table tr {
    background-color: #fff;
    border-top: 1px solid #ccc; }
.instructions .book-body .body-inner .page-wrapper .page-inner .markdown-section table tr:nth-child(2n) {
    background-color: #f8f8f8; }
.instructions .book-body .body-inner .page-wrapper .page-inner .markdown-section table th {
    font-weight: 700; }
.instructions .book-body .body-inner .page-wrapper .page-inner .markdown-section ol, .instructions .book-body .body-inner .page-wrapper .page-inner .markdown-section ul {
    padding: 0;
    margin: 0;
    margin-bottom: .85em;
    padding-left: 2em; }
.instructions .book-body .body-inner .page-wrapper .page-inner .markdown-section ol ol, .instructions .book-body .body-inner .page-wrapper .page-inner .markdown-section ol ul, .instructions .book-body .body-inner .page-wrapper .page-inner .markdown-section ul ol, .instructions .book-body .body-inner .page-wrapper .page-inner .markdown-section ul ul {
    margin-top: 0;
    margin-bottom: 0; }
.instructions .book-body .body-inner .page-wrapper .page-inner .markdown-section ol ol {
    list-style-type: lower-roman; }
.instructions .book-body .body-inner .page-wrapper .page-inner .markdown-section blockquote {
    margin: 0;
    margin-bottom: .85em;
    padding: 0 15px;
    color: #858585;
    border-left: 4px solid #e5e5e5; }
.instructions .book-body .body-inner .page-wrapper .page-inner .markdown-section blockquote:first-child {
    margin-top: 0; }
.instructions .book-body .body-inner .page-wrapper .page-inner .markdown-section blockquote:last-child {
    margin-bottom: 0; }
.instructions .book-body .body-inner .page-wrapper .page-inner .markdown-section dl {
    padding: 0; }
.instructions .book-body .body-inner .page-wrapper .page-inner .markdown-section dl dt {
    padding: 0;
    margin-top: .85em;
    font-style: italic;
    font-weight: 700; }
.instructions .book-body .body-inner .page-wrapper .page-inner .markdown-section dl dd {
    padding: 0 .85em;
    margin-bottom: .85em; }
.instructions .book-body .body-inner .page-wrapper .page-inner .markdown-section dd {
    margin-left: 0; }
.instructions .book-body .body-inner .page-wrapper .page-inner .markdown-section .glossary-term {
    cursor: help;
    text-decoration: underline; }
.instructions .body-inner::-webkit-scrollbar-track-piece,
.instructions .body-summary::-webkit-scrollbar-track-piece {
    background-color: #f8f8f8;
    border-radius: 2em; }
.instructions .body-inner::-webkit-scrollbar,
.instructions .book-summary::-webkit-scrollbar {
    width: 9px;
    height: 9px; }
.instructions .body-inner::-webkit-scrollbar-thumb,
.instructions .book-summary::-webkit-scrollbar-thumb {
    background-color: #ccc;
    background-clip: padding-box;
    min-height: 60px;
    border-radius: 2em; }
.instructions .body-inner::-webkit-scrollbar-thumb:hover,
.instructions .book-summary::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.3); }

.announceDetail {
    width: 100%;
    height: 100%;
    padding-top: 120px;
    padding-bottom: 50px;
    font-size: 16px;
    background-color: #f6f8f9;
    color: #515a6e; }

.announceDetail .wrapper {
    width: 80%;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    padding: 40px; }

.announceDetail .wrapper .title {
    font-size: 22px;
    color: #333;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px; }

.announceDetail .wrapper .content {
    width: 800px;
    margin: 10px auto;
    line-height: 1.8; }

.announceDetail .wrapper .content > img:first-child {
    text-align: center; }

.announceDetail .wrapper .content section > img {
    width: 100%;
    height: 100%; }

.announceDetail .wrapper .content p > img {
    width: 100%;
    height: 100%; }

.announceDetail .wrapper .content section > ol {
    color: #333;
    margin: 8px 28px;
    list-style-type: square; }

.footerDefault {
    background-color: #2090B1;
    color: #fff;
    padding-bottom: 1px; }
.footerDefault .info {
    width: 1200px;
    margin: auto;
    overflow: hidden; }
.footerDefault .info .title {
    font-size: 23px; }
.footerDefault .info .about {
    float: left;
    width: 50%;
    margin: 60px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 8%;
    padding-left: 5%;
    border-right: 1px solid;
    padding-bottom: 60px; }
.footerDefault .info .about .content {
    font-size: 14px; }
.footerDefault .info .about .content p {
    margin-top: 35px; }
.footerDefault .info .contact {
    float: left;
    width: 50%;
    padding: 60px 60px 60px 90px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
.footerDefault .info .contact .content {
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 20px; }
.footerDefault .info .contact .content p {
    margin: 0; }
.footerDefault .info .contact .qrbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
.footerDefault .info .contact .qrbox .qrcode img {
    width: 200px;
    height: 200px; }
.footerDefault .info .contact .qrbox .qrcode .desc {
    font-size: 14px;
    margin-top: 10px;
    text-align: center; }
.footerDefault .info .contact .qrbox .qrcode:nth-child(1) {
    padding-right: 25px; }
.footerDefault .bottom {
    font-size: 13px;
    line-height: 19px;
    text-align: center;
    padding-bottom: 10px; }
.footerDefault .bottom p {
    text-align: center; }
.footerDefault .bottom a {
    padding: 0 20px;
    color: #fff;
    border-right: 2px solid #fff; }
.footerDefault .bottom a:last-child {
    border: none; }

.footerSecond {
    width: 100%;
    background: #ebeff2;
    font-size: 14px;
    height: 80px;
    margin: -80px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
.footerSecond a {
    padding: 0 20px;
    color: #999;
    border-right: 2px solid #999; }
.footerSecond a:last-child {
    border: none; }
