
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */



/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
    margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
h2{
            padding-left: 0;
        }
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio, canvas, progress, video {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden], template {
    display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active, a:hover {
    outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b, strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
    border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
    margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button, input, optgroup, select, textarea {
    color: inherit; /* 1 */
    font: inherit; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button, select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

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

/**
 * Remove inner padding and border in Firefox 4+.
 */

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

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
    line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"], input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -webkit-box-sizing: content-box;
    box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

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

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
    font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

td, th {
    padding: 0;
}
/*
 * Colors
 * ======================================================================== */

/*
 * size
 * ======================================================================== */


/*
 * Typography
 * ======================================================================== */

/*
 * Layout
 * ======================================================================== */

/*
 * Media queries breakpoints
 * ======================================================================== */  /* Extra small screen / phone */  /* Small screen / tablet */  /* Medium screen / desktop */ /* Large screen / wide desktop */

/*
 * Animations
 * ======================================================================== */

@-webkit-keyframes bettering {
    0% { width: 0; }
    40% { width: 70%; }
    60%{ width:70%; }
    100% { width: 0%; }
}

@-o-keyframes bettering {
    0% { width: 0; }
    40% { width: 70%; }
    60%{ width:70%; }
    100% { width: 0%; }
}

@keyframes bettering {
    0% { width: 0; }
    40% { width: 70%; }
    60%{ width:70%; }
    100% { width: 0%; }
}
@-webkit-keyframes loading {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-o-keyframes loading {
    from {
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes loading {
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes fadeOut {
    from{
        opacity:1;
    }
    to{
        opacity:0;
    }
}
@-o-keyframes fadeOut {
    from{
        opacity:1;
    }
    to{
        opacity:0;
    }
}
@keyframes fadeOut {
    from{
        opacity:1;
    }
    to{
        opacity:0;
    }
}
@-webkit-keyframes fadeIn {
    from{
        background:rgba(0, 0, 0, 0);
    }
    to{
        background:rgba(0, 0, 0, .2);
    }
}
@-o-keyframes fadeIn {
    from{
        background:rgba(0, 0, 0, 0);
    }
    to{
        background:rgba(0, 0, 0, .2);
    }
}
@keyframes fadeIn {
    from{
        background:rgba(0, 0, 0, 0);
    }
    to{
        background:rgba(0, 0, 0, .2);
    }
}
@font-face {
    font-family: "iconfont";
    src: url(/css/12d39386e88f7f7af150a3f590c35850.eot);
    /* IE9*/
    src: url(/css/12d39386e88f7f7af150a3f590c35850.eot#iefix) format('embedded-opentype'),
    url(/css/f3bad5a76ce68cce02ff77575b46915f.woff) format('woff'),
    url(/css/05b14e8b3e86696da23d0ccd6ede3b53.ttf) format('truetype'),
    url(/css/7bfc9220085ec49808eca5a0494f4164.svg#iconfont) format('svg');
    /* iOS 4.1- */
}

.fa-angle-left:before {
    content: "\E608";
}

.fa-angle-right:before {
    content: "\E613";
}

.fa-calendar:before {
    content: "\E677";
}

.fa-calendar-o:before {
    content: "\E677";
}

.iconfont, .fa {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

/*
 * Base styles
 * ========================================================================== */

html {
    font-family :Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.375;
    color: #3d3938;
}

input, button, select, textarea{
    outline:none
}

a {
    cursor:pointer;
}

iframe[name=google_conversion_frame]{
    display:block;
    height:0;
    overflow:hidden;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}


/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio, canvas, iframe, img, svg, video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/*
 * Browser upgrade prompt
 * ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.input-normal, .textarea-normal{
    position:relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border:1px solid #eeeeee;
    border-radius:5px;
    overflow:hidden;
    height:3.3rem;
}

.input-normal input, .input-normal select, .input-normal textarea, .textarea-normal input, .textarea-normal select, .textarea-normal textarea{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    border:none;
    border-radius:0;
    background:white;
    width:100%;
    margin:0;
    padding:0 .6rem;
    color:#3d3938;
    line-height:normal;
    vertical-align: top;
}

.input-normal input, .textarea-normal input{
    height:3.2rem;
}

.input-normal select, .textarea-normal select{
    height:3.2rem;
    white-space: nowrap;
}

.input-normal select::-ms-expand, .textarea-normal select::-ms-expand{
    display:none;
}

.input-normal select:focus::-ms-value, .textarea-normal select:focus::-ms-value {
    background: none;
    color:#000;
}

.input-normal .placeholder, .textarea-normal .placeholder {
    height:3.2rem;
    line-height:3.2rem;
    -webkit-transition: 200ms;
    -o-transition: 200ms;
    transition:200ms;
    position:absolute;
    z-index:1;
    pointer-events:none;
    color:#9e9f9f;
    text-indent:.6rem;
    right: .6rem;
    overflow:hidden;
    left:0;
    top:0;
    text-align:left;
}

.input-normal.fill input, .input-normal.fill select, .textarea-normal.fill input, .textarea-normal.fill select {
    height: 3.2rem;
    padding-top: 1rem;
}

.input-normal.fill textarea, .textarea-normal.fill textarea {
    padding-top: 1.5rem;
}

.input-normal.fill .placeholder, .textarea-normal.fill .placeholder {
    height: 1.5rem;
    line-height: 1rem;
    padding-top: .5rem;
    font-size: .9rem;
}
.button-normal{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 3.3rem;
}
.textarea-normal{
    height:10rem;
}
.textarea-normal textarea{
    height:8rem;
    padding-top:.5rem;
}
.textarea-normal .placeholder {
    height:1rem;
    line-height:1rem;
    padding-top:.5rem;
    font-size:.9rem;
}
.required-flag{
    color: #ff0000;
}

/*
 * Print styles
 * Inlined to avoid the additional HTTP request:
 * http://www.phpied.com/delay-loading-your-print-css/
 * ==================================
 ======================================== */

@media print {
    *, *:before, *:after {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster: http://www.sanbeiji.com/archives/953 */
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a, a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
    a[href^="#"]:after, a[href^="javascript:"]:after {
        content: "";
    }
    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
    thead {
        display: table-header-group;
    }
    tr, img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }
    h2, h3 {
        page-break-after: avoid;
    }
}

.table{
    display:table
}

.table-cell {
    display: table-cell;
}

.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.clearfix{*+height:1%;}
.space-100{
    height:100px
}
@media only screen and (max-width: 767px){

    .space-100 {
        height: 3rem;
    }
}

.module-container{
    width:1200px;
    max-width:100%;
    margin:0 auto;
}
@media only screen and (max-width: 1200px){
    .module-container{
        width:95%;
    }
}
.page-crumbs{
    padding:2.5rem 0 1.4rem;
    font-size:1rem;
    display:block;
}
.page-crumbs .wrapper{
    width:100%;
    overflow:hidden;
    text-overflow:ellipsis;
}
.page-crumbs a, .page-crumbs span{
    white-space: nowrap;
}
.page-crumbs a{
    color:#3d3938;
    text-decoration: none
}
.page-crumbs a:hover {
    color: #00a7e1;
}
.page-crumbs .split{
    padding:0 .3rem;
    font-size:1.2rem;
    vertical-align: middle;
}
.page-crumbs .cur{
    color:#00a7e1;
}
@media only screen and (max-width: 768px) {

    .page-crumbs {
        padding-top: 1.2rem;
        font-size: .9rem;
    }
}
#loading {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001;
    background: rgba(0,0,0,.2);
    min-height: 100vh;
    width: 100%;
    -webkit-animation: 1s fadeIn linear;
    -o-animation: 1s fadeIn linear;
    animation: 1s fadeIn linear
}
#loading.show {
    display: block;
}
.loading-box{
    position:relative;
    min-height:20rem;
}
.loading-box .loading-cell{
    color:#9e9f9f;
    top: 50%;
    margin-top:-45px;
}
.loading-box .loading-cell .iconfont{
    -webkit-animation: 1s loading linear infinite;
    -o-animation: 1s loading linear infinite;
    animation: 1s loading linear infinite;
}
.loading-cell {
    position: absolute;
    top: 36%;
    left: 50%;
    color: #fff;
    width:6rem;
    margin-left: -3rem;
    text-align:center;
}
.loading-cell span {
    display: block;
}
.loading-cell i {
    position:relative;
    display: inline-block;
    vertical-align:top;
    text-shadow: 0px 0px 3px #ccc;
    font-size: 4rem;
    line-height:5rem;
}
.loading-cell b {
    position:absolute;
    top:1.3rem;
    -moz-transform:translateY(.2rem);
    height:2rem;
    left:14%;
    width:70%;
    font-size:2.5rem;
    white-space:nowrap;
    overflow:hidden;
    -webkit-animation: 2s bettering linear infinite;
    -o-animation: 2s bettering linear infinite;
    animation: 2s bettering linear infinite;
}
.loading-cell b em{
    float:left;
}
.loading-cell b em i{
    width:.3rem;
    float:left;
    margin-right:.3rem;
    -webkit-box-shadow: 0px 0px 3px #ccc;
    box-shadow: 0px 0px 3px #ccc;
    height:2rem;
    background:white;
}
_:-ms-lang(x), .loading-cell b { -ms-transform:translateY(.2rem); transform:translateY(.2rem); }

.content-empty {
    text-align: center;
}

.product-empty {
    color:#9e9f9f;
    padding: 40px;
    text-align:center;
    padding: 12px 0;
}

.product-empty .iconfont{
    font-size:60px;
}

.dialogConfirm {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 90%;
    max-width:500px;
    overflow: hidden;
    border-radius: 10px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 9999;
    font-size: 12px;
}

.dialogConfirm .dialogHeader {
    background: #f0f0f0;
    line-height:1rem;
    padding: 1rem;
    border-bottom: 1px solid #cfcfcf;
    color: #323232;
    border-radius: 1rem 1rem 0 0;
}

.dialogConfirm .dialogContenter {
    min-height: 20px;
    max-height: 245px;
    padding: 25px 15px;
    background: white;
    word-wrap: break-word;
}

.dialogConfirm .dialogContenter p {
    margin: 0;
    padding: 0;
    line-height: 1rem;
}

.dialogConfirm .dialogFooter {
    text-align:center;
    padding: 1rem;
    background: white;
    border-top: 1px solid #d9d9d9;
}

.dialogConfirm .dialogFooter .button {
    border-radius: 3px;
    min-width:6rem;
    border: 0;
    padding: 1rem;
    white-space: nowrap;
}

.dialogConfirm .dialogFooter .normalBtn {
    background: #eeeeee;
    color: #323232;
}

.dialogConfirm .dialogFooter .deepButton {
    margin-left: 1rem;
    color: white;
    background: #00a7e1;
}

.dialogConfirm h2 {
    font-size: 100%;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

.localMask {
    position: fixed;
    z-index: 10;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
    -webkit-animation: .2s fadeOut ease-out;
    -o-animation: .2s fadeOut ease-out;
    animation: .2s fadeOut ease-out;
}

.commonTip {
    width: 100%;
    max-height: 0;
    -webkit-transition: 200ms;
    -o-transition: 200ms;
    transition: 200ms;
    overflow: hidden;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 99999;
}

.commonTip >span {
    border-radius: .2rem;
    display: block;
    margin: 1px;
    line-height: 12px;
    font-size: .9rem;
    color: #ff0000;
    background: rgba(0, 0, 0, .8);
    text-align: center;
}

.tips {
    position: fixed;
    z-index: 99999;
    left: 50%;
    top: 50%;
    min-width: 85px;
    max-width: 118px;
    min-height: 75px;
    padding: 15px 10px 10px;
    background: rgba(0, 0, 0, .8);
    color: white;
    border-radius: 5px;
    -webkit-animation: .2s fadeOut ease-out;
    -o-animation: .2s fadeOut ease-out;
    animation: .2s fadeOut ease-out;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.tips .ta_c {
    text-align: center;
}

.tips i {
    font-size: 40px;
}

.tips p {
    margin: 0;
    padding: 0;
}

.Carousel{
    position:relative
}

.Carousel-item {
    height: 480px;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.Carousel-item:hover {
    opacity: 1;
}

@media only screen and (max-width: 1199px){

    .Carousel {
    }

    .Carousel-item {
        height: 31rem;
    }
}

@media only screen and (max-width: 989px){

    .Carousel {
    }

    .Carousel-item {
        height: 25rem;
    }
}

@media only screen and (max-width: 757px){

    .Carousel {
    }

    .Carousel-item {
        height: 20rem;
    }
}

@media only screen and (max-width: 414px){

    .Carousel {
    }

    .Carousel-item {
        height: 11rem;
    }
}

@media only screen and (max-width: 320px){

    .Carousel {
    }

    .Carousel-item {
        height: 8.1rem;
    }
}

.Carousel-point {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

.Carousel-point ol {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.Carousel-point ol li {
    list-style: none;
    float: left;
    padding: 10px 5px;
    cursor: pointer;
}

.Carousel-point ol li a {
    float: left;
    width: 82px;
    height: 2px;
    overflow: hidden;
    background: #9e9f9f;
}

.Carousel-point ol li.cur a {
    background: #639ad5;
}

@media only screen and (max-width: 767px){

    .Carousel {
    }

    .Carousel-point ol li {
        padding: .5rem .2rem;
    }

    .Carousel-point ol li a {
        width: 3rem;
        height: 2px;
    }
}

.Carousel-ctrl a {
    opacity: .3;
    -webkit-transition: 200ms;
    -o-transition: 200ms;
    transition: 200ms;
    position: absolute;
    top: 50%;
    margin-top: -40px;
    width: 60px;
    height: 75px;
    line-height: 75px;
    text-decoration: none;
    color: white;
}

.Carousel-ctrl a i {
    font-size: 40px !important;
}

.Carousel-ctrl a.prev {
    left: 100px;
}
.Carousel-ctrl a.prev,.Carousel-ctrl a.next{
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    border: 2px solid rgba(0,0,0,0);
}
.Carousel-ctrl a.next {
    right: 100px;

}

.Carousel-ctrl a:hover {
    background: rgba(0,0,0,.5);
    color:#639ad5;
    border: 2px solid #639ad5;
}

@media only screen and (max-width: 767px){

    .Carousel {
    }

    .Carousel-ctrl {
        display: none;
    }
}

.module{
    margin-top:35px
}

@media only screen and (max-width: 767px) {

    .module {
        margin-top: 1rem;
    }
}

.module-title {
    font-size: 2.3rem;
    text-align: center;
    margin: 8px;
}

.module-title i {
    font-size: 60px;
    margin-right: 15px;
}

@media only screen and (max-width: 767px){

    .module {
    }

    .module-title {
        font-size: 1.6rem;
    }

    .module-title .iconfont {
        font-size: 3rem;
    }
}

.module-description {
    color: #9e9f9f;
    font-size: 1rem;
    text-align: center;
    margin: 8px;
}

@media only screen and (max-width: 767px) {

    .module {
    }

    .module-description {
        font-size: .8rem;
    }
}

.module-items {
    position: relative;
    overflow: hidden;
    min-height: 200px;
}

.module-items .module-wraper .item {
    cursor: pointer;
    display: inline-block;
    vertical-align: bottom;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #eeeeee;
    overflow: hidden;
    width: 23.5%;
    margin: 2% 2% 0 0;
    padding-top: 2px;
    text-decoration: none;
    color: #9e9f9f;
    position: relative;
}

.module-items .module-wraper .item .attr {
    padding-top: 10px;
    text-align: center;
}

.module-items .module-wraper .item .attr .color {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.module-items .module-wraper .item .attr .color li {
    list-style: none;
    margin: 0 3px;
    float: left;
}

.module-items .module-wraper .item .attr .color li img {
    float: left;
    height: .5rem;
    width: 1rem;
}

.module-items .module-wraper .item .image {
    text-align: center;
    overflow: hidden;
}

.module-items .module-wraper .item .image img {
    padding: 5%;
    width: 90%;
}

.module-items .module-wraper .item .title {
    font-size: 1.2rem;
    line-height: 1.5rem;
    height: 3rem;
    overflow: hidden;
    margin: .6rem;
    text-align: center;
    color: #3d3938;
}

.module-items .module-wraper .item .description {
    font-size: 1rem;
    line-height: 1.17rem;
    height: 3.5rem;
    overflow: hidden;
    margin: 0 .6rem 1rem;
    text-align: center;
    color: #9e9f9f;
}

.module-items .module-wraper .item .border {
    position: absolute;
    top: -1px;
    left: 50%;
    width: 0;
    height: 3px;
    overflow: hidden;
    background: #00a7e1;
    -webkit-transition: 200ms;
    -o-transition: 200ms;
    transition: 200ms;
}

.module-items .module-wraper .item:nth-of-type(4n) {
    margin-right: 0;
}

.module-items .module-wraper .item:hover .border {
    left: 0;
    width: 100%;
}

@media only screen and (max-width: 767px) {

    .module-items .module-wraper .item {
        width: 47.5%;
        margin-right: 3.5%;
    }

    .module-items .module-wraper .item:nth-of-type(2n) {
        margin-right: 0;
    }
}

@media only screen and (max-width: 767px) {

    .module-items .module-wraper .item .description {
        display: none;
    }
}

.module-more {
    padding: 30px;
    text-align: center;
}

.module-more .load-btn {
    cursor: pointer;
    display: inline-block;
    width: 30rem;
    max-width: 90%;
    height: 40px;
    line-height: 40px;
   /* background: #eeeeee;*/
    text-decoration: none;
    font-size: 1rem;
    color: #3d3938;
    transition: 1s;
}

.module-more .load-btn .iconfont {
    font-size: 24px;
    margin-left: 1rem;
}

.module-more .load-btn .iconfont.load-icon {
    -webkit-animation: 1s loading linear infinite;
    -o-animation: 1s loading linear infinite;
    animation: 1s loading linear infinite;
}

.module-more .load-btn:hover {
/*    background: #00a7e1;*/
    background: -webkit-linear-gradient(left, #333, #c3c3c3,#6e6e73) !important;
    background: -webkit-linear-gradient(left,#333, #c3c3c3,#6e6e73) !important; /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #6e6e73, #c3c3c3,#6e6e73) !important; /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right,#6e6e73, #c3c3c3,#6e6e73) !important; /* Firefox 3.6 - 15 */
    background: linear-gradient(right, #6e6e73, #c3c3c3,#6e6e73) !important; /* 标准的语法 */
    color: white;
}

@media only screen and (max-width: 767px) {

    .module-more {
        padding: 1rem 0;
    }
}

.Cart {
}

.Cart-empty {
    background: white;
    text-align: center;
    padding: 2rem 0;
}

.Cart-empty .iconfont {
    font-size: 4rem;
}

.Cart-empty .info .text2 {
    color: rgb(234, 235, 235);
}

.Cart-empty .info .url a {
    text-decoration: none;
    color: #9e9f9f;
    display: inline-block;
    padding: 1rem;
    border: 1px solid #9e9f9f;
    border-radius: 12px;
}

.Cart-empty .info .url a:hover {
    border-color: #00a7e1;
    color: #00a7e1;
}

.containerAll >div:nth-child(3), .containerAll >div:nth-child(2) {
    height: 0;
    overflow: hidden;
}

.sso_iframe {
    display: none;
}
/*
 * Colors
 * ======================================================================== */

/*
 * size
 * ======================================================================== */


/*
 * Typography
 * ======================================================================== */

/*
 * Layout
 * ======================================================================== */

/*
 * Media queries breakpoints
 * ======================================================================== */  /* Extra small screen / phone */  /* Small screen / tablet */  /* Medium screen / desktop */ /* Large screen / wide desktop */

/*
 * Animations
 * ======================================================================== */

@-webkit-keyframes bettering {
    0% { width: 0; }
    40% { width: 70%; }
    60%{ width:70%; }
    100% { width: 0%; }
}

@-o-keyframes bettering {
    0% { width: 0; }
    40% { width: 70%; }
    60%{ width:70%; }
    100% { width: 0%; }
}

@keyframes bettering {
    0% { width: 0; }
    40% { width: 70%; }
    60%{ width:70%; }
    100% { width: 0%; }
}
@-webkit-keyframes loading {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-o-keyframes loading {
    from {
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes loading {
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes fadeOut {
    from{
        opacity:1;
    }
    to{
        opacity:0;
    }
}
@-o-keyframes fadeOut {
    from{
        opacity:1;
    }
    to{
        opacity:0;
    }
}
@keyframes fadeOut {
    from{
        opacity:1;
    }
    to{
        opacity:0;
    }
}
@-webkit-keyframes fadeIn {
    from{
        background:rgba(0, 0, 0, 0);
    }
    to{
        background:rgba(0, 0, 0, .2);
    }
}
@-o-keyframes fadeIn {
    from{
        background:rgba(0, 0, 0, 0);
    }
    to{
        background:rgba(0, 0, 0, .2);
    }
}
@keyframes fadeIn {
    from{
        background:rgba(0, 0, 0, 0);
    }
    to{
        background:rgba(0, 0, 0, .2);
    }
}

.Header {
    height:5.8rem;
}

.Header .registerTips{ height:.5rem; line-height:.5rem; /*background-color:#00a7e1;*/ color:white; text-align:center;
}

.Header .registerTips .iconfont{ font-size:1.5rem; margin-right:1rem; float:right; cursor:pointer; font-weight: bold;
}

.Header .registerTips span{ cursor:pointer
}

.Header .tools { float:right; padding: 1.5rem 1rem 1rem 0;
}

.Header .tools .users { width:auto; float:left;
}

.Header .tools .users a { width:auto;
}

.Header .tools .users .poweruser{ width:1.5rem; float:left; margin-left:.3rem;
}

.Header .tools .users .account{ color: #639ad5; line-height: 24px; height: 24px; border-bottom:1px solid #3e5581; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; max-width: 170px; min-width: 24px
}

.Header .tools .users .logout .iconfont { font-size: 1.5rem; line-height: 1.8rem;
}

.Header .tools .tool { display: inline-block; position:relative; margin-left:1.2rem; width:30px; list-style: none; color:#3d3938; text-decoration:none; text-align:left;
}

.Header .tools .tool .iconfont { font-size: 20px;
}

.Header .tools .tool .cartCount { position: absolute; top: -4px; left: 1.1rem; min-width: 1rem; padding:0 .2rem; height: 1.4rem; line-height: 1.4rem; font-size: .9rem; border-radius: .7rem; background: #00a7e1; color: #FFF; font-style: normal; text-align:center
}

.Header .tools .tool .cartCount.hide { display: none;
}

.Header .tools .tool:hover { color: #00a7e1;
}

.Header .tools .tool.member { width: auto;
}

.Header .tools .tool.searchInput { display: inline-block; margin-top: -.25rem;
}

.Header .tools .tool.search { width: auto; border-radius: 10px; border: 1px solid; padding-top: 0;
}

.Header .tools .tool.search input { border: 0; margin: 0 .5rem; color: #3d3938; background-color: rgba(255,255,255,0);
}

.Header .tools .tool.search .iconfont { margin-right: .5rem;
}

.Header .tools .tool.searchBtn { border: 0; display: none;
}

.Header .navigator .module-container{ height:auto; position:relative; -webkit-box-sizing:border-box; box-sizing:border-box;
}

.Header .navigator .logo { float: left; margin: 1rem 0 .8rem 2rem; height: 2.3rem;
}

.Header .navigator .logo img { float:left; height: 100%;
}

.Header .navigator .menu { display:none;
}

.Header .navigator .list { position:absolute; z-index:10; left:25%; top:2rem; margin:0; padding:0; display:inline-block;
}

.Header .navigator .list li { list-style: none; margin: 0; float: left; font-weight:bold; height: 1.2rem; line-height: 1.2rem; padding: 0 1rem; position:relative;
}

.Header .navigator .list li .iconfont { display:none;  background: #3e5581;
}

.Header .navigator .list li a { text-decoration: none; color: #3d3938;
}
.Header .navigator .list li a:hover{ color: #639ad5;}
.Header .navigator .list li.search { display: none;
}

.Header .navigator .list li:first-child { border-left: none;
}

.Header .navigator .list li.member { display: none;
}

.Header .navigator .mask{ display:none; position:fixed; top:0; left:0; width:100%; height:100%; z-index:9; background:rgba(0, 0 ,0 ,.5); -webkit-transition: 500ms opacity; -o-transition: 500ms opacity; transition:500ms opacity; opacity:0;
}

.Header-fixed { position: fixed; z-index: 100; top: 0; left: 0; width: 100%  ; background-color: rgba(209, 213, 242, 0.5); height: auto; -webkit-transition: 500ms; -o-transition: 500ms; transition: 500ms;
}

.Header-fixed.none { top: -100%;
}

@media only screen and (max-width: 1000px) {

    .Header .tools .users .account { max-width: 155px;
    }
}

@media only screen and (max-width: 900px) {

    .Header .tools .users .account { max-width: 68px;
    }
}

@media only screen and (max-width: 1000px) {

    .Header .navigator .logo {     height: 2rem;
    margin-top: 1.5rem;
    }
}

@media only screen and (max-width: 800px) {

    .Header .navigator .list {}
}

@media only screen and (max-width: 1000px) {

    .Header .navigator .list li { font-size: 1rem; padding: 0 .5rem;
    }
}

@media only screen and (min-width: 768px) {

    .Header .navigator .list li .iconfont { -webkit-transition: 500ms; -o-transition: 500ms; transition: 500ms; display: block; position: absolute; left: 50%; right: 50%; bottom: -.3rem; height: 1px; overflow: hidden; color: #00a7e1; background: #3e5581;
    }

    .Header .navigator .list li.cur a {}

    .Header .navigator .list li.cur .iconfont, .Header .navigator .list li:hover .iconfont { left: 1rem; right: 1rem;
    }
}

.Header.close { height: 5.8rem;
}

.Header.close .Header-fixed { height: 5.8rem; -webkit-transition: .2s; -o-transition: .2s; transition: .2s;
}

.Header.close .Header-fixed .registerTips { -webkit-transition: .2s; -o-transition: .2s; transition: .2s; height: .5rem; overflow: hidden;
}
@media only screen and (max-width: 1200px){
    .Header .module-container{ width:100%;
    }
}
@media only screen and (max-width: 1100px) {
    .Header .tools .tool{}
    .Header .tools .tool.searchBtn { border: 0; display: inline-block;
    }
    .Header .tools .tool.searchInput { display: none;
    }
}
@media only screen and (max-width: 900px) {
    .Header .navigator .list{ margin-left:2rem;
    }
}

@media only screen and (max-width: 767px) {
    .Header {
        height:5.1rem;
        text-align:center;
    }
    .Header .tools{ padding: .2rem 0 0 0;
    }
    .Header .tools .users, .Header .tools .search, .Header .tools .member { display:none;
    }
    .Header .tools .tool .cartCount{ left: 1.5rem;
    }
    .Header .tools .tool.cart { width: auto; padding-right: 1rem;
    }
    .Header .tools .tool.cart .iconfont { font-size: 2rem;
    }
    .Header .tools .tool.searchBtn { display: none;
    }
    .Header .navigator .module-container { height:3.1rem; border:none;
    }
    .Header .navigator .logo { line-height:5.1rem; position: absolute; top: .7rem; left: 50%; margin: 0 0 0 -73.5px; height: 1.8rem; display:inline-block;
    }
    .Header .navigator .menu { display:block; position:absolute; top:0; left:0; z-index:20; padding:0 .6rem;
    }
    .Header .navigator .menu .iconfont { font-size:2.5rem; line-height:3.1rem;
    }
    .Header .navigator .list { position:fixed; z-index:10; top:0; left:0; margin:0; width:0; height:100%; -webkit-box-sizing:border-box; box-sizing:border-box; -webkit-transition: 500ms; -o-transition: 500ms; transition:500ms; background:white; overflow:hidden; text-align:left; padding:0; padding-top:5.1rem; float:none;
    }
    .Header .navigator .list li { float:none; padding:.3rem 0 0 .3rem; height:auto; border:none; line-height:3rem; opacity:0;
    }
    .Header .navigator .list li .iconfont { display:block; position:absolute; top:0; right:0; line-height:3rem; font-size:1.8rem;
    }
    .Header .navigator .list li.search { display: block;
    }
    .Header .navigator .list li:nth-of-type(1) { -webkit-transform: scale(1.5) translate(3rem, -2rem); -ms-transform: scale(1.5) translate(3rem, -2rem); -o-transform: scale(1.5) translate(3rem, -2rem); transform: scale(1.5) translate(3rem, -2rem);
    }
    .Header .navigator .list li:nth-of-type(2) { -webkit-transform: scale(1.6) translate(4rem, -2rem); -ms-transform: scale(1.6) translate(4rem, -2rem); -o-transform: scale(1.6) translate(4rem, -2rem); transform: scale(1.6) translate(4rem, -2rem);
    }
    .Header .navigator .list li:nth-of-type(3) { -webkit-transform: scale(1.7) translate(5rem, -2rem); -ms-transform: scale(1.7) translate(5rem, -2rem); -o-transform: scale(1.7) translate(5rem, -2rem); transform: scale(1.7) translate(5rem, -2rem);
    }
    .Header .navigator .list li:nth-of-type(4) { -webkit-transform: scale(1.8) translate(6rem, -2rem); -ms-transform: scale(1.8) translate(6rem, -2rem); -o-transform: scale(1.8) translate(6rem, -2rem); transform: scale(1.8) translate(6rem, -2rem);
    }
    .Header .navigator .list li:nth-of-type(5) { -webkit-transform: scale(1.9) translate(7rem, -2rem); -ms-transform: scale(1.9) translate(7rem, -2rem); -o-transform: scale(1.9) translate(7rem, -2rem); transform: scale(1.9) translate(7rem, -2rem);
    }
    .Header .navigator .list li:nth-of-type(6) { -webkit-transform: scale(2) translate(8rem, -2rem); -ms-transform: scale(2) translate(8rem, -2rem); -o-transform: scale(2) translate(8rem, -2rem); transform: scale(2) translate(8rem, -2rem);
    }
    .Header .navigator .list li:nth-of-type(7) { -webkit-transform: scale(2.1) translate(9rem, -2rem); -ms-transform: scale(2.1) translate(9rem, -2rem); -o-transform: scale(2.1) translate(9rem, -2rem); transform: scale(2.1) translate(9rem, -2rem);
    }
    .Header .navigator .list li:nth-of-type(8) { -webkit-transform: scale(2.2) translate(10rem, -2rem); -ms-transform: scale(2.2) translate(10rem, -2rem); -o-transform: scale(2.2) translate(10rem, -2rem); transform: scale(2.2) translate(10rem, -2rem);
    }
    .Header .navigator .list li.member { display: block;
    }
    .Header .navigator .mask{ display:block; width:0;
    }
    .Header .navigator .show .menu { color:#00a7e1;
    }
    .Header .navigator .show .list{ width:60%; padding:5.1rem 1rem 0;
    }
    .Header .navigator .show .list li{ border-bottom:1px solid #eeeeee; -webkit-transform:scale(1); -ms-transform:scale(1); -o-transform:scale(1); transform:scale(1); opacity:1; padding-top:0; font-size:1rem;
    }
    .Header .navigator .show .list li a{ position:relative; display:block;
    }
    .Header .navigator .show .list li a em{ text-transform:lowercase;
    }
    .Header .navigator .show .list li:nth-of-type(1) { -webkit-transition: .5s 0s; -o-transition: .5s 0s; transition: .5s 0s;
    }
    .Header .navigator .show .list li:nth-of-type(2) { -webkit-transition: .5s .1s; -o-transition: .5s .1s; transition: .5s .1s;
    }
    .Header .navigator .show .list li:nth-of-type(3) { -webkit-transition: .5s .19s; -o-transition: .5s .19s; transition: .5s .19s;
    }
    .Header .navigator .show .list li:nth-of-type(4) { -webkit-transition: .5s .27s; -o-transition: .5s .27s; transition: .5s .27s;
    }
    .Header .navigator .show .list li:nth-of-type(5) { -webkit-transition: .5s .34s; -o-transition: .5s .34s; transition: .5s .34s;
    }
    .Header .navigator .show .list li:nth-of-type(6) { -webkit-transition: .5s .4s; -o-transition: .5s .4s; transition: .5s .4s;
    }
    .Header .navigator .show .list li:nth-of-type(7) { -webkit-transition: .5s .45s; -o-transition: .5s .45s; transition: .5s .45s;
    }
    .Header .navigator .show .list li:nth-of-type(8) { -webkit-transition: .5s .49s; -o-transition: .5s .49s; transition: .5s .49s;
    }
    .Header .navigator .show .mask{ width:100%; opacity:1;
    }
    .Header-fixed { height: 3.8rem; -webkit-box-shadow: 0 0 .5rem #eeeeee; box-shadow: 0 0 .5rem #eeeeee;
    }
    .Header.close { height: 3.6rem;
    }
    .Header.close .Header-fixed { height: 3.6rem; -webkit-transition: .2s; -o-transition: .2s; transition: .2s;
    }
    .Header.close .Header-fixed .registerTips { -webkit-transition: .2s; -o-transition: .2s; transition: .2s; height: .5rem;
    }
    .Header.close .Header-fixed .navigator .module-container { height: 3.1rem;
    }
}


/*
 * Colors
 * ======================================================================== */

/*
 * size
 * ======================================================================== */


/*
 * Typography
 * ======================================================================== */

/*
 * Layout
 * ======================================================================== */

/*
 * Media queries breakpoints
 * ======================================================================== */  /* Extra small screen / phone */  /* Small screen / tablet */  /* Medium screen / desktop */ /* Large screen / wide desktop */

/*
 * Animations
 * ======================================================================== */

@-webkit-keyframes bettering {
    0% { width: 0; }
    40% { width: 70%; }
    60%{ width:70%; }
    100% { width: 0%; }
}

@-o-keyframes bettering {
    0% { width: 0; }
    40% { width: 70%; }
    60%{ width:70%; }
    100% { width: 0%; }
}

@keyframes bettering {
    0% { width: 0; }
    40% { width: 70%; }
    60%{ width:70%; }
    100% { width: 0%; }
}
@-webkit-keyframes loading {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-o-keyframes loading {
    from {
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes loading {
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes fadeOut {
    from{
        opacity:1;
    }
    to{
        opacity:0;
    }
}
@-o-keyframes fadeOut {
    from{
        opacity:1;
    }
    to{
        opacity:0;
    }
}
@keyframes fadeOut {
    from{
        opacity:1;
    }
    to{
        opacity:0;
    }
}
@-webkit-keyframes fadeIn {
    from{
        background:rgba(0, 0, 0, 0);
    }
    to{
        background:rgba(0, 0, 0, .2);
    }
}
@-o-keyframes fadeIn {
    from{
        background:rgba(0, 0, 0, 0);
    }
    to{
        background:rgba(0, 0, 0, .2);
    }
}
@keyframes fadeIn {
    from{
        background:rgba(0, 0, 0, 0);
    }
    to{
        background:rgba(0, 0, 0, .2);
    }
}

.About {
    margin: 0 auto;
    background-color: white;
    line-height: 1.5;
    padding-top:5rem;
}

.About a{ color: #00a7e1;

    /*text-decoration: none;*/
}

.About .banner { overflow:hidden; text-align: center;
}

.About .banner img{ max-width:100%;
}

.About .title{ padding: 30px 0 0;

    /*height:12px;*/ text-align:center;
}

.About .title h2 { 
    margin:0; font-size: 2.4rem; font-weight: 400; color:#3d3938;
    padding-left: 0;
}

.About .content{ padding: 12px 12px 0;
}

.About .content h3, .About .content h4, .About .content h5{ margin:0; padding: 12px 0 0 0;
}

.About .content h3{ margin-bottom:5px; padding-bottom: 10px; border-bottom: 1px solid #9e9f9f;
}

.About .content p{ margin:12px 0; padding:0;
}

@media only screen and (max-width: 767px) {

    .About { padding-top: 3.8rem;
    }
}

/*
 * Colors
 * ======================================================================== */

/*
 * size
 * ======================================================================== */


/*
 * Typography
 * ======================================================================== */

/*
 * Layout
 * ======================================================================== */

/*
 * Media queries breakpoints
 * ======================================================================== */  /* Extra small screen / phone */  /* Small screen / tablet */  /* Medium screen / desktop */ /* Large screen / wide desktop */

/*
 * Animations
 * ======================================================================== */

@-webkit-keyframes bettering {
    0% { width: 0; }
    40% { width: 70%; }
    60%{ width:70%; }
    100% { width: 0%; }
}

@-o-keyframes bettering {
    0% { width: 0; }
    40% { width: 70%; }
    60%{ width:70%; }
    100% { width: 0%; }
}

@keyframes bettering {
    0% { width: 0; }
    40% { width: 70%; }
    60%{ width:70%; }
    100% { width: 0%; }
}
@-webkit-keyframes loading {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-o-keyframes loading {
    from {
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes loading {
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes fadeOut {
    from{
        opacity:1;
    }
    to{
        opacity:0;
    }
}
@-o-keyframes fadeOut {
    from{
        opacity:1;
    }
    to{
        opacity:0;
    }
}
@keyframes fadeOut {
    from{
        opacity:1;
    }
    to{
        opacity:0;
    }
}
@-webkit-keyframes fadeIn {
    from{
        background:rgba(0, 0, 0, 0);
    }
    to{
        background:rgba(0, 0, 0, .2);
    }
}
@-o-keyframes fadeIn {
    from{
        background:rgba(0, 0, 0, 0);
    }
    to{
        background:rgba(0, 0, 0, .2);
    }
}
@keyframes fadeIn {
    from{
        background:rgba(0, 0, 0, 0);
    }
    to{
        background:rgba(0, 0, 0, .2);
    }
}
@-webkit-keyframes popFadeIn {
    0% {
        margin-bottom: -100%;
    }

    100% {
        margin-bottom: 0;
    }
}
@-o-keyframes popFadeIn {
    0% {
        margin-bottom: -100%;
    }

    100% {
        margin-bottom: 0;
    }
}
@keyframes popFadeIn {
    0% {
        margin-bottom: -100%;
    }

    100% {
        margin-bottom: 0;
    }
}
@media screen and (max-height: 735px) {
    /*.disable-scroll{
      height: 100%;
      overflow: hidden;
    }*/
}

.PopupSignup {
    display: none;
    z-index: 999;
    position: relative;
    margin: 0 auto;
    /*@media screen and (max-height: 820px) {
      &-container{
        overflow-y:auto;
      }
    }*/
}

.PopupSignup a { color: #3d3938;
}

/*.header{
    text-align: center;
    h5{
      margin: 8px 0;
      font-size: 1.5rem;
      font-weight: 500;
    }
    p{
      margin: 5px 0;
      font-size: 0.96rem;
      text-align: left
    }
  }*/

.PopupSignup .connect { margin: 2rem 0 0;
}

.PopupSignup .footer { margin: 8px -2% 0;
}

.PopupSignup .footer button { position: relative; text-align: left; width: 46%; margin: 0 2%;
    /*padding: 0 0 0 35px;*/ background: none; border: none;
    /*white-space: nowrap;*/ text-align: center; font-size: 1.4rem; color: #FFF;
}

.PopupSignup .footer .iconfont {
    /*position: absolute;
        left: 0;
        top: 50%;
        margin-top: -15px;
        display: inline-block;
        width: 30px;
        height: 30px;
        line-height: 30px;
        margin-right: 4px;
        font-size: 1.4rem;
        border-radius: 50px;
        color: #FFF;
        text-align: center;*/
}

.PopupSignup .footer .gg { background: #eb5e4c;
}

.PopupSignup .footer .gg .iconfont { font-size:1.5rem; line-height:1.8rem;
}

.PopupSignup .footer .fb { background: #5d82d1;
}

.PopupSignup .footer .fb .iconfont { line-height:1.8rem;
}

.PopupSignup .Register { -webkit-box-sizing: border-box; box-sizing: border-box; display: inline-block; vertical-align: top; width: 600px; max-width: 100%;
    /*margin-bottom: 1rem;*/
    /*padding: 1rem;*/ border-radius: 4%; display: table; width: 100%;
}

.PopupSignup .Register .cel { display: table-cell
}

.PopupSignup .Register .cel.img { max-width: 371px; vertical-align: middle;
    /*background: #DFE4E7;*/
    /*width: 62%;*/
}

.PopupSignup .Register .cel.form { vertical-align: top; -webkit-box-sizing: border-box; box-sizing: border-box; width: 228px;
    /*max-width: 38%;*/ padding: 2.3rem 2.4rem;
}

.PopupSignup .Register select { border-radius: 0; height: 2rem; width: 100%;
}

.PopupSignup .Register .cell { padding-left: 50px;
}

.PopupSignup .Register .codeDiv { width: 80%; display: inline-block; vertical-align: middle;
}

.PopupSignup .Register .code { margin-right: 5%;
}

.PopupSignup .Register .codeImg { width: 20%; height: 3.2rem;
}

.PopupSignup .sign { margin: 5px 0;
}

.PopupSignup .sign a {
    /*color: $blue;*/ text-decoration: underline;
}

/*@media screen and (max-width: 399px) {
    .footer{
      button{
        font-size: 0.89rem;
      }
    }
  }*/

.PopupSignup .bottom-left .PopupSignup-container, .PopupSignup .bottom-right .PopupSignup-container { top: auto; bottom: 10px; -webkit-transform: inherit; -ms-transform: inherit; -o-transform: inherit; transform: inherit; width: 500px; -webkit-animation-name: popFadeIn; -o-animation-name: popFadeIn; animation-name: popFadeIn; -webkit-animation-duration: 800ms; -o-animation-duration: 800ms; animation-duration: 800ms;
}

.PopupSignup .bottom-left .cnt, .PopupSignup .bottom-right .cnt { border: 10px solid #00a7e1;
}

.PopupSignup .bottom-left .Register, .PopupSignup .bottom-right .Register { display: block;
}

.PopupSignup .bottom-left .Register .form, .PopupSignup .bottom-right .Register .form { display: block; width: 100%; padding: 10px;
}

.PopupSignup .bottom-left .info, .PopupSignup .bottom-right .info { display: table; padding: 10px;
}

.PopupSignup .bottom-left .info > div, .PopupSignup .bottom-right .info > div { display: table-cell; vertical-align: top;
}

.PopupSignup .bottom-left .info h4, .PopupSignup .bottom-right .info h4 { margin: 0;
}

.PopupSignup .bottom-left .info p, .PopupSignup .bottom-right .info p { margin: 5px 0;
}

.PopupSignup .bottom-left .info .ico i, .PopupSignup .bottom-right .info .ico i { font-size: 80px; color: #00a7e1;
}

.PopupSignup .bottom-left .info .text, .PopupSignup .bottom-right .info .text { width: 80%; padding-left: 20px; text-align: left;
}

.PopupSignup .bottom-left .connect, .PopupSignup .bottom-left .footer, .PopupSignup .bottom-right .connect, .PopupSignup .bottom-right .footer { display: none;
}

/*@media screen and (max-height: 735px) {
    &-container{
      display: flex;
      .cnt{
        overflow: hidden;
        overflow-y:scroll;
      }
    }
    z-index: 9;
    &-mask{
      display: none;
    }
    &-container{
      position: relative;
      left: 0;
      right: 0;
      transform:none;
    }
  }*/

.PopupSignup .bottom-left .PopupSignup-container { left: 10px; right: auto;
}

/*弹框高度738 ~= IP6Plus高度:736*/

.PopupSignup .bottom-right .PopupSignup-container { right: 10px; left: auto;
}

.PopupSignup.show { display: block;
}

.PopupSignup-mask { position: fixed; z-index: 100; left: 0; right: 0; top: 0; bottom: 0; background: rgba(0, 0, 0, .7);
}

.PopupSignup-container { position: fixed; z-index: 100; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); max-width: 80%; max-height: 88%;
    /*overflow: hidden;*/ text-align: center; background: #fff;
}

.PopupSignup-container .close { position: absolute; z-index: 99; top: -26px; right: -5px; height: 26px; width: 26px; overflow: hidden; font-size: 1.8rem; line-height: 1;
    /*border: 1px solid #ccc;*/ cursor: pointer; color: #FFF; font-weight: 600;
}

.PopupSignup-container .submit { width: 100%; background: #00a7e1; color: white; line-height: 2.4rem; border: none;
}

.PopupSignup-container .input { margin: 0; padding: 0; list-style: none;
}

.PopupSignup-container .input > li { padding: 5px 0; text-align: left;
}

.PopupSignup-container .input .input-normal { height: 46px; font-size: 12px;
}

/*.placeholder,*/

.PopupSignup-container .input .input-normal input { outline: none; margin: 0 1px; height: 46px;
}

.PopupSignup-container img { max-width: 100%;
}

@media screen and (max-width: 435px) {

    .PopupSignup {}

    .PopupSignup-container { min-width: 74%;
    }
}

@media screen and (max-width: 773px) {

    .PopupSignup .connect { margin: 0;
    }

    .PopupSignup .Register { display: block;
    }

    .PopupSignup .Register .cel { display: block;
    }

    .PopupSignup .Register .cel.img {
        /*padding-top: 1rem;*/
    }

    .PopupSignup .Register .cel.form { width: 100%; max-width: 430px; margin: 0 auto; padding: 10px 2rem 30px;
    }

    .PopupSignup-container .close { top: -24px;
    }
}

@media screen and (max-height: 820px) {

    .PopupSignup {}

    .PopupSignup-container { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex;
    }

    .PopupSignup-container .cnt { width: 100%; overflow: hidden; overflow-y: auto;
    }
}

@media screen and (max-width: 736px) {

    .PopupSignup .bottom-left .PopupSignup-container, .PopupSignup .bottom-right .PopupSignup-container { -webkit-animation-name: none; -o-animation-name: none; animation-name: none; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); height: 420px; max-width: 80%; max-height: 88%;
        /*max-width: 300px;*/
    }
}


/*
 * Colors
 * ======================================================================== */

/*
 * size
 * ======================================================================== */


/*
 * Typography
 * ======================================================================== */

/*
 * Layout
 * ======================================================================== */

/*
 * Media queries breakpoints
 * ======================================================================== */  /* Extra small screen / phone */  /* Small screen / tablet */  /* Medium screen / desktop */ /* Large screen / wide desktop */

/*
 * Animations
 * ======================================================================== */

@-webkit-keyframes bettering {
    0% { width: 0; }
    40% { width: 70%; }
    60%{ width:70%; }
    100% { width: 0%; }
}

@-o-keyframes bettering {
    0% { width: 0; }
    40% { width: 70%; }
    60%{ width:70%; }
    100% { width: 0%; }
}

@keyframes bettering {
    0% { width: 0; }
    40% { width: 70%; }
    60%{ width:70%; }
    100% { width: 0%; }
}
@-webkit-keyframes loading {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-o-keyframes loading {
    from {
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes loading {
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes fadeOut {
    from{
        opacity:1;
    }
    to{
        opacity:0;
    }
}
@-o-keyframes fadeOut {
    from{
        opacity:1;
    }
    to{
        opacity:0;
    }
}
@keyframes fadeOut {
    from{
        opacity:1;
    }
    to{
        opacity:0;
    }
}
@-webkit-keyframes fadeIn {
    from{
        background:rgba(0, 0, 0, 0);
    }
    to{
        background:rgba(0, 0, 0, .2);
    }
}
@-o-keyframes fadeIn {
    from{
        background:rgba(0, 0, 0, 0);
    }
    to{
        background:rgba(0, 0, 0, .2);
    }
}
@keyframes fadeIn {
    from{
        background:rgba(0, 0, 0, 0);
    }
    to{
        background:rgba(0, 0, 0, .2);
    }
}

.disableScroll{
    height: 100%;
    overflow: hidden;
}

.Dialog{
    position: relative;
}

.Dialog .Dialog-mask{ position: fixed; z-index: 9999; left: 0; right: 0; top: 0; bottom: 0; background: rgba(0, 0, 0, .3)
}

.Dialog .dialogContenter { text-align:center; min-height: 2rem; padding:1.5rem 1rem; word-wrap: break-word;
}

.Dialog .dialogContenter p { margin: 0; padding: 0; line-height: 1rem;
}

.Dialog .dialogHeader { padding:1.5rem .5rem 0; text-align:center;
}

.Dialog .dialogHeader h2{ padding:0; color:#00a7e1; margin:0; font-weight:normal;
}

.Dialog .autoWidth{ width:37rem; text-align:left;
}

.Dialog .dialogFooter { text-align:center; display:table; width:100%;
}

.Dialog .dialogFooter div{ display:table; width:100%;
}

.Dialog .dialogFooter .button { border: 0; line-height:3rem; padding:0 .5rem; width:50%; -webkit-box-sizing:border-box; box-sizing:border-box; white-space: nowrap; display:table-cell; background: #9e9f9f; color: white
}

.Dialog .dialogFooter .button:first-child { border-right: 1px solid white;
}

.Dialog .dialogFooter .button:hover { background: #00a7e1;
}

.Dialog .dialogFooter .primary{ background: #00a7e1;
}

.Dialog .Dialog-container{ position: fixed; z-index: 9999; left: 50%; top: 50%; min-width:30rem; max-width: 900px; overflow: hidden; border-radius: .8rem; -webkit-box-shadow: 0 0 .5rem #9e9f9f; box-shadow: 0 0 .5rem #9e9f9f; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); min-height: 20px; max-height: 93%; background: white; word-wrap: break-word;
}

.Dialog .Dialog-container p { margin: .5rem 0; padding: 0;
}

.Dialog .Dialog-container .close{ position: absolute; top: 10px; right: 10px; line-height: 1; cursor: pointer
}

.Dialog .Dialog-container .close:hover { color: red;
}

.Dialog.hide { display: none!important;
}

@media only screen and (max-width: 767px){

    .Dialog .Dialog-container { min-width: 80%;
    }

    .Dialog .autoWidth { width: auto;
    }
}

@media only screen and (max-width: 414px){

    .Dialog .Dialog-container { min-width: 90%;
    }
}

/*
 * Colors
 * ======================================================================== */

/*
 * size
 * ======================================================================== */


/*
 * Typography
 * ======================================================================== */

/*
 * Layout
 * ======================================================================== */

/*
 * Media queries breakpoints
 * ======================================================================== */  /* Extra small screen / phone */  /* Small screen / tablet */  /* Medium screen / desktop */ /* Large screen / wide desktop */

/*
 * Animations
 * ======================================================================== */

@-webkit-keyframes bettering {
    0% { width: 0; }
    40% { width: 70%; }
    60%{ width:70%; }
    100% { width: 0%; }
}

@-o-keyframes bettering {
    0% { width: 0; }
    40% { width: 70%; }
    60%{ width:70%; }
    100% { width: 0%; }
}

@keyframes bettering {
    0% { width: 0; }
    40% { width: 70%; }
    60%{ width:70%; }
    100% { width: 0%; }
}
@-webkit-keyframes loading {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-o-keyframes loading {
    from {
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes loading {
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes fadeOut {
    from{
        opacity:1;
    }
    to{
        opacity:0;
    }
}
@-o-keyframes fadeOut {
    from{
        opacity:1;
    }
    to{
        opacity:0;
    }
}
@keyframes fadeOut {
    from{
        opacity:1;
    }
    to{
        opacity:0;
    }
}
@-webkit-keyframes fadeIn {
    from{
        background:rgba(0, 0, 0, 0);
    }
    to{
        background:rgba(0, 0, 0, .2);
    }
}
@-o-keyframes fadeIn {
    from{
        background:rgba(0, 0, 0, 0);
    }
    to{
        background:rgba(0, 0, 0, .2);
    }
}
@keyframes fadeIn {
    from{
        background:rgba(0, 0, 0, 0);
    }
    to{
        background:rgba(0, 0, 0, .2);
    }
}

.Footer {
    background: #3d3938;
    font-size: 0.9rem;
    padding-top: 6rem;
    line-height: 1.4rem;
      overflow: hidden;
}

.Footer .backTop { opacity: 1; -webkit-transition: 500ms; -o-transition: 500ms; transition: 500ms; cursor: pointer; position: fixed; background: rgba(0, 0, 0, .2); left: 50%; margin-left: 610px; bottom: 1rem; width: 3rem; height: 3rem; text-align: center;
}

.Footer .backTop .iconfont { color: white; font-size: 2rem; line-height: 3rem;
}

.Footer .backTop span { display: none;
}

.Footer .backTop.hide { opacity: 0;
}

.Footer .backTop:hover { background: #3e5581;
}

.Footer h3, .Footer h4 { margin: 0 0 1rem; font-weight: 400; font-size: 1.2rem;    color: #3e5581;
}

.Footer h3 .iconfont, .Footer h4 .iconfont { display: none;
}


.Footer .table{display:table;width:100%;background: #3b3e43;}

.Footer .table .cell { vertical-align: top; display: table-cell;
}

.Footer .links { color: white; width: 60%; -webkit-box-sizing: border-box; box-sizing: border-box;
}

.Footer .links > div { float: left; -webkit-box-sizing: border-box; box-sizing: border-box; width: 50%; padding-right: 1rem;
}

.Footer .links > div ul { margin: 0; padding: 0;
}

.Footer .links > div ul li { list-style: none; margin: 0; padding: 0;
}

.Footer .links > div ul li a { color: #FFF; text-decoration: none; line-height: 2rem;
}

.Footer .links > div ul li a .iconfont { display: none;
}

.Footer .links > div ul li a:hover { color: #00a7e1;
}

.Footer .links > div ul li.cur a { color: #00a7e1;
}

.Footer .links > div:last-child { border-right: none; padding-right: 0; margin-right: 0;
}

.Footer .subscribe { color: white;
}

.Footer .subscribe p { margin-bottom: 0.5rem;
}

.Footer .subscribe .input input { 
       width: 18.2rem;
    padding: 0 0.8rem;
    color: #3d3938;
    border-radius: 0.2rem 0 0 0.2rem;
    border: none;
    float: left;
    height: 35px;
}
.Footer .subscribe .input #submit{
    float: left;
    background: #3e5583;
    color: #fff;
    float: left;
    padding: 0 0.5rem;
    height: 35px;
    line-height: 35px;
}

.Footer .subscribe .submit { margin-top: 1rem;
}

.Footer .subscribe .submit a { display: inline-block; line-height: 2rem; padding: 0 1rem; border: 1px solid #9e9f9f; background: #3d3938
}

.Footer .subscribe .submit a:hover { background: #00a7e1;
}

.Footer .subscribe.lock input { background: #9e9f9f;
}

.Footer .subscribe.lock .submit a { background: #9e9f9f;
}

.Footer .follow { margin-top: 2.3rem; color: white;
}

.Footer .follow li { list-style: none;
}

.Footer .follow a { 
    color: white; text-decoration: none; margin-right: 0.5rem; border-radius: 50%; width: 2.5rem; height: 2.5rem; display: inline-block; text-align: center;
}

.Footer .follow a .iconfont { vertical-align: top; font-size: 1.4rem; line-height: 2.5rem; display: inline-block; cursor: pointer
}

.Footer .follow a .iconfont.google { font-size: 2rem; vertical-align: top;
}

.Footer .follow .community { background-color: #1893c2;
}

.Footer .follow .community i { position: relative; top: 0.1rem; left: 0.05rem;
}

.Footer .follow .facebook { background-color: #366196;
}

.Footer .follow .facebook i { font-size: 1.8rem; text-indent: 0.6rem; line-height: 1.8rem; margin-top: 0.6rem;
}

.Footer .follow .twitter { background-color: #0a86ba;
}

.Footer .follow .periscope { background-color: #3aa1c0;
}

.Footer .follow .instagram { background-color: #9e704f;
}

.Footer .follow .linkedin { background-color: #4776a2;
}

.Footer .follow .youtube { background-color: #bf2327;
}

.Footer .follow .google { background-color: #c62328;
}

.Footer .follow .google i { font-size: 2.2rem;
}

.Footer .contact { color: white; float: right;
}

.Footer .contact .tels > div { margin-bottom: 8px;
}

.Footer .contact .email { margin-top: 3rem;
}

.Footer .contact p { line-height: 1.7rem; margin: 0; word-wrap: break-word ;
    -webkit-word-wrap: break-word;
    -o-word-wrap: break-word;
    -ms-word-wrap: break-word;
    -moz-word-wrap: break-word;
    text-overflow:ellipsis;
        overflow:hidden;
}

.Footer .contact p a { color: white; text-decoration: none
}

.Footer .contact p a:hover { color: #00a7e1;
}

.Footer .sub { color: white; margin: 6rem auto 0; padding: 2rem 0; border-top: 1px solid #9e9f9f;
}

.Footer .sub .copyright { float: left; color: #FFF; margin: 0; padding: 0;
}

.Footer .sub .copyright p { margin: 0;
}

.Footer .sub .country { float: right; height: 28px; width: 182px; text-align: right;
}

.Footer .sub .country a { color: #FFF; line-height: 22px; float: right; text-decoration: underline;
}

.Footer .sub .country a img { margin-right: 8px; width: 20px; float: left;
}

@media only screen and (max-width: 1320px) {

    .Footer .backTop { position: relative; display: block; width: auto; height: auto; left: 0; bottom: 0; margin: 0; text-align: center; background: white;
    }

    .Footer .backTop .iconfont { color: #3d3938;
    }

    .Footer .backTop span { display: block;
    }

    .Footer .backTop:hover { background: #3e5581;
    }
}

@media only screen and (max-width: 960px) {

    .Footer .links { width: 37%;
    }
}
@media only screen and (max-width: 768px) {
    .Footer .follow a { margin-right: 0.5rem;
    }
}
@media only screen and (max-width: 767px) {
    .Footer {
        padding: 0;
    }
    .Footer .module-container { width: 100%; padding: 0;
    }
    .Footer .table { display: block;
    }
    .Footer .table .cell { display: block;
    }
    .Footer .links { float: none; padding: 0; width: 100%; color: #3d3938;
    }
    .Footer .links > div { width: 100%;
    }
    .Footer .links .linklist { float: none; border: none; margin: 0; padding: 0; background: #eeeeee;
    }
    .Footer .links .linklist h3 { margin: 0; line-height: 3.2rem; padding-left: 1.2rem; border-top: 1px solid #eeeeee; background: white;
    }
    .Footer .links .linklist h3 .iconfont { display: block; float: right; font-size: 1rem; line-height: 1rem; margin: 1rem 1rem 0 0; -webkit-transition: 500ms; -o-transition: 500ms; transition: 500ms; -webkit-transform: rotate(-135deg); -ms-transform: rotate(-135deg); -o-transform: rotate(-135deg); transform: rotate(-135deg);
    }
    .Footer .links .linklist ul { width: 100%; overflow: hidden;
    }
    .Footer .links .linklist ul li { height: 0; border: none; overflow: hidden; line-height: 3.2rem; margin: 0 1.3rem; opacity: 0; -webkit-transform: translate(3rem); -ms-transform: translate(3rem); -o-transform: translate(3rem); transform: translate(3rem);
    }
    .Footer .links .linklist ul li a { color: #3d3938;
    }
    .Footer .links .linklist ul li:last-child { border: none;
    }
    .Footer .links .linklist ul li:nth-of-type(1) { -webkit-transition: 0.2s 0.1s; -o-transition: 0.2s 0.1s; transition: 0.2s 0.1s;
    }
    .Footer .links .linklist ul li:nth-of-type(2) { -webkit-transition: 0.25s 0.15s; -o-transition: 0.25s 0.15s; transition: 0.25s 0.15s;
    }
    .Footer .links .linklist ul li:nth-of-type(3) { -webkit-transition: 0.3s 0.2s; -o-transition: 0.3s 0.2s; transition: 0.3s 0.2s;
    }
    .Footer .links .linklist ul li:nth-of-type(4) { -webkit-transition: 0.35s 0.25s; -o-transition: 0.35s 0.25s; transition: 0.35s 0.25s;
    }
    .Footer .links .linklist ul li:nth-of-type(5) { -webkit-transition: 0.4s 0.3s; -o-transition: 0.4s 0.3s; transition: 0.4s 0.3s;
    }
    .Footer .links .linklist ul li:nth-of-type(6) { -webkit-transition: 0.45s 0.35s; -o-transition: 0.45s 0.35s; transition: 0.45s 0.35s;
    }
    .Footer .links .linklist.show h3 .iconfont { -webkit-transform: rotate(0) scale(1.2); -ms-transform: rotate(0) scale(1.2); -o-transform: rotate(0) scale(1.2); transform: rotate(0) scale(1.2);
    }
    .Footer .links .linklist.show ul li { height: 3.2rem; border-bottom: 1px solid white; opacity: 1; -webkit-transform: translate(0); -ms-transform: translate(0); -o-transform: translate(0); transform: translate(0);
    }
    .Footer .subscribe { text-align: center; overflow: auto;
    }
    .Footer .subscribe h3 { margin: 3rem 0 0;
    }
    .Footer .subscribe p { margin: 0.5rem 0;
    }
    .Footer .subscribe .input input { -webkit-box-sizing: border-box; box-sizing: border-box;
    }
    .Footer .subscribe .submit { width: 18.2rem; margin: 1rem auto; text-align: left;
    }
    .Footer .contact { text-align: center; float: none; max-width: 100%; padding: 0 1rem;
    }
    .Footer .contact h4 { display: none;
    }
    .Footer .contact .tels { line-height: 1.5rem; padding-top: 3rem;
    }
    .Footer .contact .tels > div {
        /*margin:0;*/
    }
    .Footer .contact .email { margin-top: 1rem;
    }
    .Footer .contact p { display: block; margin: 0 0.5rem;
    }
    .Footer .follow { text-align: center; float: none; display: inline-block; width: 100%; margin: 2rem 0; padding: 0;
    }
    .Footer .follow h3 { display: none;
    }
    .Footer .follow a {}
    .Footer .follow ul { text-align: center;
    }
    .Footer .follow ul li { font-size: 0; display: inline-block; width: 16%; text-align: center; line-height: normal; vertical-align: top;
    }
    .Footer .follow ul li a { line-height: 6rem; display: inline-block; margin: 0 0.5rem;
    }
    .Footer .follow ul li a span { display: none;
    }
    .Footer .follow ul li a .iconfont { font-size: 2.5rem; display: block; float: left; color: #FFF;
    }
    .Footer .sub { width: 90%;margin: 15rem auto 0;
    }
    .Footer .sub .copyright { text-align: center; float: none;
    }
    .Footer .sub .country { margin-top: 1.5rem; display: block; width: 100%; text-align: center;
    }
    .Footer .sub .country a { float: none;
    }
    .Footer .sub .country a img { float: none;
    }
}


/*
 * Colors
 * ======================================================================== */

/*
 * size
 * ======================================================================== */


/*
 * Typography
 * ======================================================================== */

/*
 * Layout
 * ======================================================================== */

/*
 * Media queries breakpoints
 * ======================================================================== */  /* Extra small screen / phone */  /* Small screen / tablet */  /* Medium screen / desktop */ /* Large screen / wide desktop */

/*
 * Animations
 * ======================================================================== */

@-webkit-keyframes bettering {
    0% { width: 0; }
    40% { width: 70%; }
    60%{ width:70%; }
    100% { width: 0%; }
}

@-o-keyframes bettering {
    0% { width: 0; }
    40% { width: 70%; }
    60%{ width:70%; }
    100% { width: 0%; }
}

@keyframes bettering {
    0% { width: 0; }
    40% { width: 70%; }
    60%{ width:70%; }
    100% { width: 0%; }
}
@-webkit-keyframes loading {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-o-keyframes loading {
    from {
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes loading {
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes fadeOut {
    from{
        opacity:1;
    }
    to{
        opacity:0;
    }
}
@-o-keyframes fadeOut {
    from{
        opacity:1;
    }
    to{
        opacity:0;
    }
}
@keyframes fadeOut {
    from{
        opacity:1;
    }
    to{
        opacity:0;
    }
}
@-webkit-keyframes fadeIn {
    from{
        background:rgba(0, 0, 0, 0);
    }
    to{
        background:rgba(0, 0, 0, .2);
    }
}
@-o-keyframes fadeIn {
    from{
        background:rgba(0, 0, 0, 0);
    }
    to{
        background:rgba(0, 0, 0, .2);
    }
}
@keyframes fadeIn {
    from{
        background:rgba(0, 0, 0, 0);
    }
    to{
        background:rgba(0, 0, 0, .2);
    }
}

.disableScroll{
    height: 100%;
    overflow: hidden;
}

.Dialog{
    position: relative;
}

.Dialog .Dialog-mask{ position: fixed; z-index: 9999; left: 0; right: 0; top: 0; bottom: 0; background: rgba(0, 0, 0, .3)
}

.Dialog .dialogContenter { text-align:center; min-height: 2rem; padding:1.5rem 1rem; word-wrap: break-word;
}

.Dialog .dialogContenter p { margin: 0; padding: 0; line-height: 1rem;
}

.Dialog .dialogHeader { padding:1.5rem .5rem 0; text-align:center;
}

.Dialog .dialogHeader h2{ padding:0; color:#00a7e1; margin:0; font-weight:normal;
}

.Dialog .autoWidth{ width:37rem; text-align:left;
}

.Dialog .dialogFooter { text-align:center; display:table; width:100%;
}

.Dialog .dialogFooter div{ display:table; width:100%;
}

.Dialog .dialogFooter .button { border: 0; line-height:3rem; padding:0 .5rem; width:50%; -webkit-box-sizing:border-box; box-sizing:border-box; white-space: nowrap; display:table-cell; background: #9e9f9f; color: white
}

.Dialog .dialogFooter .button:first-child { border-right: 1px solid white;
}

.Dialog .dialogFooter .button:hover { background: #00a7e1;
}

.Dialog .dialogFooter .primary{ background: #00a7e1;
}

.Dialog .Dialog-container{ position: fixed; z-index: 9999; left: 50%; top: 50%; min-width:30rem; max-width: 900px; overflow: hidden; border-radius: .8rem; -webkit-box-shadow: 0 0 .5rem #9e9f9f; box-shadow: 0 0 .5rem #9e9f9f; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); min-height: 20px; max-height: 93%; background: white; word-wrap: break-word;
}

.Dialog .Dialog-container p { margin: .5rem 0; padding: 0;
}

.Dialog .Dialog-container .close{ position: absolute; top: 10px; right: 10px; line-height: 1; cursor: pointer
}

.Dialog .Dialog-container .close:hover { color: red;
}

.Dialog.hide { display: none!important;
}

@media only screen and (max-width: 767px){

    .Dialog .Dialog-container { min-width: 80%;
    }

    .Dialog .autoWidth { width: auto;
    }
}

@media only screen and (max-width: 414px){

    .Dialog .Dialog-container { min-width: 90%;
    }
}
.Footer h3, .Footer h4 {
    margin: 0 0 1rem;
    font-weight: 400;
    font-size: 1.2rem;
    border:none;
}


/*主体*/
.overflow2{
    height: 3em;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;  /*多少行出现小点*/
    -webkit-box-orient: vertical;
}
a {
    cursor: pointer;
    background-color: transparent;
}
a {
    background-color: transparent;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.clear{
    zoom:1;
}
.clear:after{
    content: "";
    display: block;
    clear: both;
}
.w60{
    width: 60%;
}
.w50{
    width: 50%;
}
.w40{
    width: 40%;
}
.f12{
    font-size: 12px;
}
.img {
    border: none;
    vertical-align: middle;
}
.posi {
    border-bottom: 2px solid #eee;
    padding: 10px 0;
    letter-spacing: -3px;
}
.alC {
    text-align: center;
}
.posi a {
    height: 2em;
    line-height: 2em;
    font-weight: bold;
    position: relative;
    color: #3d3938;
    padding: 0 1.75em;

    /*width: 33%;*/
    position: relative;
}
.posi .on {
    background: #3B3E43;
    color: #fff;
}
.dis {
    display: inline-block;
    zoom: 1;
}
.posi a img {
    position: absolute;
    left: 50%;
    top: 67px;
    display: none;
}

.info_top {
    margin-top: 1em;
    margin-bottom: 1.5em;
    overflow: hidden;
    background: #f0f0f0;
    position: relative;
}
.info .info_top .img {
    width: 595px;
    height: 447px;
    background: #f0f0f0;
}
.cont {
    background: #f0f0f0;
    padding: 10px 15px;
    position: absolute;
    top: 0;
    right: 0;
}
.cont .bif {
    font-size: 16px;
    line-height: 25px;
}
.cont .more {
    margin-top: 30px;
}

.info_list .list {
    background: #f3f3f3;
    margin-bottom: 29px;
    position: relative;
    overflow: hidden;
}
.info_list .list .img_r {

    position: absolute;
    top: 0;
    right: 0;
    padding: 0.5em 0.5em 0.5em 8.5em;
}
.info_list .img{
    display: inline-block;
}

.img_siez{
    width: 8em;
}
.info_list .list .bif {
    font-size: 12px;
    line-height: 18px;
    overflow: hidden;
}
#turn_page {
    width: 100%;
    text-align: center;
}
#turn_page .page_button {
    width: 2em;
    display: inline-block;
    margin: 0 3px;
    padding: 2px 5px;
}
#turn_page .page_item_current {
    padding: 2px 5px;
    margin: 0 3px;
}
#turn_page .page_button {
    width: 2em;
    display: inline-block;
    margin: 0 3px;
    padding: 2px 5px;
}
#turn_page .page_button img,#turn_page .page_button img{ width: 100%}
#turn_page .img_1{
    width: 0.5em;
}
.ptb20{
    padding: 20px 0;
}


.j_popup{
    z-index: 2000;
        display: none;
        width: 100%;
        height: 100%;
        position: fixed;
         background-color: rgba(0, 0, 0, 0.5);
           top: 0;
  left: 0;
    }
   /*  .j_frame{
       width: 400px;
       height:300px;
       background-color: #fff;
       border-radius: 5px;
       padding: 10px;
       position: absolute;
       top: 0;
       left: 0;
       bottom: 0;
       right: 0;
       margin: auto;
   } */
.basic-grey {
      position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
    margin-left:auto;
    margin-right:auto;
    width: 400px;
    height: 450px;
    background: #F7F7F7;
    padding: 25px 15px 25px 10px;
    font-size: 12px;
    color: #888;
    text-shadow: 1px 1px 1px #FFF;
    border:1px solid #E4E4E4;
}
.basic-grey h1 {
    font-size: 25px;
    padding: 0px 0px 10px 40px;
    display: block;
    border-bottom:1px solid #E4E4E4;
    margin: -10px -15px 30px -10px;;
    color: #888;
}
.basic-grey h1>span {
    display: block;
    font-size: 11px;
}
.basic-grey label {
    display: block;
    margin: 0px;
}
.basic-grey label>span {
    float: left;
    width: 20%;
    text-align: right;
    padding-right: 10px;
    margin-top: 10px;
    color: #888;
}
.basic-grey input[type="text"], .basic-grey input[type="email"], .basic-grey textarea, .basic-grey select {
    border: 1px solid #DADADA;
    color: #888;
    height: 30px;
    margin-bottom: 16px;
    margin-right: 6px;
    margin-top: 2px;
    outline: 0 none;
    padding: 3px 3px 3px 5px;
    width: 70%;
    font-size: 12px;
    line-height:15px;
    box-shadow: inset 0px 1px 4px #ECECEC;
    -moz-box-shadow: inset 0px 1px 4px #ECECEC;
    -webkit-box-shadow: inset 0px 1px 4px #ECECEC;
}
.basic-grey textarea{
    padding: 5px 3px 3px 5px;
}
.basic-grey select {
    background: #FFF url('down-arrow.png') no-repeat right;
    background: #FFF url('down-arrow.png') no-repeat right);
    appearance:none;
    -webkit-appearance:none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    width: 70%;
    height: 35px;
    line-height: 25px;
}
.basic-grey textarea{
    height:100px;
}
.basic-grey .button {
    background: #E27575;
    border: none;
    padding: 10px 25px 10px 25px;
    color: #FFF;
    box-shadow: 1px 1px 5px #B6B6B6;
    border-radius: 3px;
    text-shadow: 1px 1px 1px #9E3F3F;
    cursor: pointer;
}
.basic-grey .button1{
    background: #00a7e1;
    border: none;
    padding: 10px 25px 10px 25px;
    color: #FFF;
    box-shadow: 1px 1px 5px #B6B6B6;
    border-radius: 3px;
    text-shadow: 1px 1px 1px #9E3F3F;
    cursor: pointer;
}
.basic-grey .button1:hover {
    background: #0091C3
}
.basic-grey .button:hover {
    background: #CF7A7A
}
#open{
      background-image: url(/style/img/oo_tab_english.png);
        background-repeat: no-repeat;
     cursor: pointer;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
        transition: 0.5s;
    background-color: #3e5581;
    border-radius: 5px;
    position: fixed;
    top: 50%;
    right: -50px;
    width: 15px;
    padding-right: 75px;
    height: 100px;
    color: #fff;
    text-align: center;
    z-index: 1000;

}
#open:hover{
    right: -40px;
}
@media only screen and (max-width: 767px){
    #open{
        display: none;
    }
}
