/*! React Starter Kit | MIT License | http://www.reactstarterkit.com/ */

/*! 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 {
  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.
 */

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;
}
/* React Starter Kit | MIT License | http://www.reactstarterkit.com/ */

/*
 * 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 {
  from {
    width: 0;
  }
  to {
    width: 70%;
  }
}

@-o-keyframes bettering {
  from {
    width: 0;
  }
  to {
    width: 70%;
  }
}

@keyframes bettering {
  from {
    width: 0;
  }
  to {
    width: 70%;
  }
}
@-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;
  }
}
@font-face {font-family: "iconfont";
  src: url(/bb4cd8e885c7233d909f8d85173a5227.eot); /* IE9*/
  src: url(/bb4cd8e885c7233d909f8d85173a5227.eot?#iefix) format('embedded-opentype'), 
  url(/56d6bc95550db0126466e04612a2cd7c.woff) format('woff'), 
  url(/6478cd97a6cf077ba90823bf1c9a7aac.ttf) format('truetype'), 
  url(/dd2c038ee95974bd039e23f672c11a5f.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;
}
.icon-iconloading:before { content: "\E63A"; }
.icon-close:before { content: "\E642"; }
.icon-star:before { content: "\E630"; }
.icon-icposition:before { content: "\E600"; }
.icon-squarecheck:before { content: "\E633"; }
.icon-starfull:before { content: "\E631"; }
.icon-delete:before { content: "\E63D"; }
.icon-calendar:before { content: "\E677"; }
.icon-refresh:before { content: "\E63C"; }
.icon-square:before { content: "\E634"; }
.icon-ins:before { content: "\E61D"; }
.icon-writetogethersuccess:before { content: "\E63B"; }
.icon-Anker_Cart:before { content: "\E65B"; }
.icon-form:before { content: "\E65E"; }
.icon-less:before { content: "\E601"; }
.icon-search:before { content: "\E664"; }
.icon-Anker_Account:before { content: "\E66A"; }
.icon-facebook:before { content: "\E657"; }
.icon-youtube:before { content: "\E602"; }
.icon-twitter:before { content: "\E615"; }
.icon-attachment:before { content: "\E66C"; }
.icon-edit:before { content: "\E63F"; }
.icon-1434636247meanicons54:before { content: "\E62E"; }
.icon-service:before { content: "\E66D"; }
.icon-box:before { content: "\E66E"; }
.icon-gifts:before { content: "\E674"; }
.icon-logout:before { content: "\E672"; }
.icon-tabordersinactive:before { content: "\E64A"; }
.icon-similarproduct:before { content: "\E66F"; }
.icon-imagetext:before { content: "\E675"; }
.icon-faq:before { content: "\E605"; }
.icon-back:before { content: "\E608"; }
.icon-cart:before { content: "\E609"; }
.icon-check:before { content: "\E60A"; }
.icon-more:before { content: "\E613"; }
.icon-plus:before { content: "\E616"; }
.icon-search1:before { content: "\E618"; }
.icon-subtract:before { content: "\E619"; }
.icon-viewlist:before { content: "\E61C"; }
.icon-0264warning:before { content: "\E63E"; }
.icon-gerenzhongxin:before { content: "\E670"; }
.icon-icondownload:before { content: "\E671"; }
.icon-map:before { content: "\E676"; }
.icon-g:before { content: "\E606"; }
.icon-linkedin:before { content: "\E61A"; }
.icon-security:before { content: "\E604"; }
.icon-manageorder:before { content: "\E673"; }
.icon-select:before { content: "\E651"; }
.icon-battery0:before { content: "\E67B"; }
.icon-zhifu:before { content: "\E603"; }

/*
 * 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:1rem;
  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%;
  }
}

#loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
  background: rgba(0, 0, 0, 0.5);
  min-height: 100vh;
  width: 100%;
}

#loading.show {
  display: block;
}
.loading-cell {
  position: absolute;
  top: 36%;
  left: 50%;
  color: #fff;
  width:6rem;
  margin-left: -3rem;
  text-align:center;
}
.loading-cell.loading-gray{
  color:#9e9f9f;
}
.loading-cell span {
  display: block;
}
.loading-cell i {
  position:relative;
  display: inline-block;
  vertical-align:top;
  font-size: 4rem;
  line-height:5rem;
}
.loading-cell b {
  position:absolute;
  top:1.25rem;
  -moz-transform:translateY(.2rem);
  height:2rem;
  left:14%;
  width:70%;
  font-size:2.5rem;
  white-space:nowrap;
  overflow:hidden;
  -webkit-animation: 2s bettering ease-out infinite;
       -o-animation: 2s bettering ease-out infinite;
          animation: 2s bettering ease-out infinite;
}
.loading-cell b em{
  float:left;
}
.loading-cell b em i{
  width:.3rem;
  float:left;
  margin-right:.3rem;
  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:680px;
  -webkit-background-size:auto 100%;
          background-size:auto 100%;
  background-position:50% 50%;
  background-repeat:no-repeat;
}

.Carousel-item:hover{
  opacity:1;
}

.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.cur a{
  background:#00a7e1;
}

.Carousel-point ol li a{
  float:left;
  width:82px;
  height:2px;
  overflow:hidden;
  background:#9e9f9f;
}

.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.prev{
  left:100px;
}

.Carousel-ctrl a.next{
  right:100px;
}

.Carousel-ctrl a i{
  font-size:60px;
}

.Carousel-ctrl a:hover{
  background:rgba(0,0,0,.5);
}

@media only screen and (max-width: 1199px){

  .Carousel-item {
    height: 40rem;
  }
  }

@media only screen and (max-width: 989px){

  .Carousel-item {
    height: 30rem;
  }
  }

@media only screen and (max-width: 757px){

  .Carousel-item {
    height: 20rem;
  }
  }

@media only screen and (max-width: 414px){

  .Carousel-item {
    height: 12rem;
  }
  }

@media only screen and (max-width: 320px){

  .Carousel-item {
    height: 9rem;
  }
  }

@media only screen and (max-width: 767px){

  .Carousel-point ol li {
    padding: .5rem .2rem;
  }

  .Carousel-point ol li a {
    width: 3rem;
    height: 2px;
  }
  }

@media only screen and (max-width: 767px){

  .Carousel-ctrl {
    display: none;
  }
  }

.module{
  margin-top:35px;
}

.module-title{
  font-size:2.3rem;
  text-align:center;
  margin:8px;
}

.module-title i{
  font-size:60px;
  margin-right:15px;
}

.module-description {
  color:#9e9f9f;
  font-size:1rem;
  text-align:center;
  margin:8px;
}

.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:nth-of-type(4n) {
  margin-right:0;
}

.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:hover .border{
  left:0;
  width:100%;
}

.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;
}

.module-more .load-btn:hover{
  background:#00a7e1;
  color:white;
}

.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;
}

@media only screen and (max-width: 767px) {

  .module {
    margin-top: 1rem;
  }
  }

@media only screen and (max-width: 767px){

  .module-title {
    font-size: 1.6rem;
  }

  .module-title .iconfont {
    font-size: 3rem;
  }
  }

@media only screen and (max-width: 767px) {

  .module-description {
    font-size: .8rem;
  }
  }

@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;
  }
        }

@media only screen and (max-width: 767px){

  .module-more {
    padding: 1rem 0;
  }
    }

.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;
}
/* React Starter Kit | MIT License | http://www.reactstarterkit.com/ */

/*
 * 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 {
  from {
    width: 0;
  }
  to {
    width: 70%;
  }
}

@-o-keyframes bettering {
  from {
    width: 0;
  }
  to {
    width: 70%;
  }
}

@keyframes bettering {
  from {
    width: 0;
  }
  to {
    width: 70%;
  }
}
@-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;
  }
}

.Header {
  height:7.8rem;
}

.Header-fixed{
  position:fixed;
  z-index:100;
  top:0;
  left:0;
  width:100%;
  background:white;
  -webkit-box-shadow:0 0 .5rem #eeeeee;
          box-shadow:0 0 .5rem #eeeeee;
  height:7.8rem;
}

.Header-fixed.none{
  display:none;
}

.Header .registerTips{
  height:2rem;
  line-height:2rem;
  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: 2.5rem 1rem 0 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: #00a7e1;
  line-height: 24px;
  height: 24px;
  border-bottom:1px solid #00a7e1;
  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 {
  float:left;
  position:relative;
  margin-left:1.5rem;
  width:30px;
  list-style: none;
  color:#3d3938;
  text-decoration:none;
  text-align:left;
}

.Header .tools .tool:hover {
  color: #00a7e1;
}

.Header .tools .tool.member, .Header .tools .tool.search {
  width:auto;
}

.Header .tools .tool .iconfont {
  font-size: 20px;
}

.Header .tools .tool .cartCount {
  position: absolute;
  top: -4px;
  left: 1.1rem;
  min-width: 12px;
  padding:0 3px;
  height: 1.4rem;
  line-height: 1.4rem;
  font-size: 12px;
  border-radius: 9px;
  background: #00a7e1;
  color: #FFF;
  font-style: normal;
  text-align:center;
}

.Header .tools .tool .cartCount.hide{
  display:none;
}

.Header .navigator .module-container{
  height:7.8rem;
  position:relative;
  -webkit-box-sizing:border-box;
          box-sizing:border-box;
}

.Header .navigator .logo {
  float: left;
  margin: 1.8rem 0 0 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:22%;
  top:2.9rem;
  margin:0;
  padding:0;
  display:inline-block;
}

.Header .navigator .list li {
  list-style: none;
  margin: 0;
  float: left;
  font-size:1.3rem;
  height: 1.2rem;
  line-height: 1.2rem;
  padding: 0 1rem;
  border-left: 1px solid #eeeeee;
  position:relative;
}

.Header .navigator .list li.search{
  display:none;
}

.Header .navigator .list li .iconfont {
  display:none;
}

.Header .navigator .list li:first-child {
  border-left:none;
}

.Header .navigator .list li a {
  text-decoration: none;
  color: #3d3938;
}

.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.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: 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: 1.8rem;
    margin-top: 2.3rem;
  }
      }

@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.cur a {
    color: #00a7e1;
  }

  .Header .navigator .list li.cur .iconfont, .Header .navigator .list li:hover .iconfont {
    left: 1rem;
    right: 1rem;
  }

  .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: #00a7e1;
  }
        }
@media only screen and (max-width: 1200px){
  .Header .module-container{
    width:100%;
  }
}
@media only screen and (max-width: 900px) {
  .Header .navigator .list{
    margin-left:1rem;
  }
}

@media only screen and (max-width: 767px) {
  .Header {
    height:5.1rem;
    text-align:center;
  }
  .Header-fixed{
    height:5.1rem;
    -webkit-box-shadow:0 0 .5rem #eeeeee;
            box-shadow:0 0 .5rem #eeeeee;
  }
  .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 .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 -60px;
    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.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 .mask{
    width:100%;
    opacity:1;
  }
  .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;
  }
}
/* React Starter Kit | MIT License | http://www.reactstarterkit.com/ */

/* React Starter Kit | MIT License | http://www.reactstarterkit.com/ */

/*
 * 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 {
  from {
    width: 0;
  }
  to {
    width: 70%;
  }
}

@-o-keyframes bettering {
  from {
    width: 0;
  }
  to {
    width: 70%;
  }
}

@keyframes bettering {
  from {
    width: 0;
  }
  to {
    width: 70%;
  }
}
@-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;
  }
}

.About {
  margin: 0 auto;
  background-color: white;
  line-height: 1.5;
}

.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;
}

.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;
}
/* React Starter Kit | MIT License | http://www.reactstarterkit.com/ */

/* React Starter Kit | MIT License | http://www.reactstarterkit.com/ */

/*
 * 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 {
  from {
    width: 0;
  }
  to {
    width: 70%;
  }
}

@-o-keyframes bettering {
  from {
    width: 0;
  }
  to {
    width: 70%;
  }
}

@keyframes bettering {
  from {
    width: 0;
  }
  to {
    width: 70%;
  }
}
@-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;
  }
}

.Footer {
  background:#3d3938;
  font-size: 0.9rem;
  padding-top:6rem;
  line-height:1.4rem;
}

.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.hide{
  opacity:0;
}

.Footer .backTop .iconfont{
  color:white;
  font-size:2rem;
  line-height:3rem;
}

.Footer .backTop span{
  display:none;
}

.Footer .backTop:hover{
  background:#00a7e1;
}

.Footer h3, .Footer h4 {
  margin:0 0 1rem;
  font-weight: 400;
  font-size:1.2rem;
}

.Footer h3 .iconfont, .Footer h4 .iconfont{
  display:none;
}

.Footer .table{
  display:table;
  width:100%;
}

.Footer .table .cell{
  vertical-align:top;
  display:table-cell;
}

.Footer .links {
  color: white;
  width:50%;
  -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:last-child{
  border-right:none;
  padding-right:0;
  margin-right:0;
}

.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 .subscribe {
  color: white;
}

.Footer .subscribe.lock input {
  background:#9e9f9f;
}

.Footer .subscribe.lock .submit a {
  background:#9e9f9f;
}

.Footer .subscribe p{
  margin-bottom:.5rem;
}

.Footer .subscribe .input input {
  width:18.2rem;
  padding:.8rem;
  color:#3d3938;
  border-radius:.2rem;
  border:none;
}

.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 .follow {
  margin-top:2.3rem;
  color: white;
}

.Footer .follow li {
  list-style:none;
}

.Footer .follow a {
  color:white;
  text-decoration:none;
  margin-right:.8rem;
}

.Footer .follow a .iconfont{
  font-size:1.4rem;
}

.Footer .follow a .iconfont.google{
  font-size:2rem;
  vertical-align:top;
}

.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;
}

.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: #eeeeee;
  }
    }

@media only screen and (max-width: 960px){

  .Footer .links {
    width: 37%;
  }
    }
@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: .2s .1s;
    -o-transition: .2s .1s;
    transition: .2s .1s;
  }
  .Footer .links .linklist ul li:nth-of-type(2) {
    -webkit-transition: .25s .15s;
    -o-transition: .25s .15s;
    transition: .25s .15s;
  }
  .Footer .links .linklist ul li:nth-of-type(3) {
    -webkit-transition: .3s .2s;
    -o-transition: .3s .2s;
    transition: .3s .2s;
  }
  .Footer .links .linklist ul li:nth-of-type(4) {
    -webkit-transition: .35s .25s;
    -o-transition: .35s .25s;
    transition: .35s .25s;
  }
  .Footer .links .linklist ul li:nth-of-type(5) {
    -webkit-transition: .4s .3s;
    -o-transition: .4s .3s;
    transition: .4s .3s;
  }
  .Footer .links .linklist ul li:nth-of-type(6) {
    -webkit-transition: .45s .35s;
    -o-transition: .45s .35s;
    transition: .45s .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;
  }
  .Footer .subscribe h3{
    margin:3rem 0 0;
  }
  .Footer .subscribe p{
    margin:.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;
  }
  .Footer .contact .tels >div{/*margin:0;*/
  }
  .Footer .contact .email{
    margin-top:1rem;
  }
  .Footer .contact p{
    display:inline-block;
    margin: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 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 .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%;
  }
  .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;
  }
}
/* React Starter Kit | MIT License | http://www.reactstarterkit.com/ */

/* React Starter Kit | MIT License | http://www.reactstarterkit.com/ */

/*
 * 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 {
  from {
    width: 0;
  }
  to {
    width: 70%;
  }
}

@-o-keyframes bettering {
  from {
    width: 0;
  }
  to {
    width: 70%;
  }
}

@keyframes bettering {
  from {
    width: 0;
  }
  to {
    width: 70%;
  }
}
@-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;
  }
}

.disableScroll{
  height: 100%;
  overflow: hidden;
}

.Dialog{
  position: relative;
}

.Dialog.hide{
  display:none!important;
}

.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 .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;
}

@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%;
  }
  }