/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  outline: 0;
  font-size: 100%;
  list-style: inherit;
  vertical-align: baseline;
  border: none;
}
html,
body {
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
.fm-default {
  font-family: "Helvetica Neue", "Hiragino Sans GB", "Microsoft YaHei", Arial, sans-serif;
}
html {
  font-family: "Helvetica Neue", "Hiragino Sans GB", "Microsoft YaHei", Arial, sans-serif;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
}
body {
  margin: 0;
}
a {
  background: transparent;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 1.3em;
}
h2 {
  font-size: 1.25em;
}
h3 {
  font-size: 1.2em;
}
h4 {
  font-size: 1.15em;
}
h5 {
  font-size: 1.1em;
}
h6 {
  font-size: 1.05em;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 90%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button {
  background: none;
  border: none;
  padding: 0;
}
button:active {
  outline: none;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
button:focus {
  outline: none;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
input[type="text"],
textarea {
  -webkit-appearance: none;
}
button,
input {
  line-height: normal;
  padding: 0;
}
button:focus,
input:focus {
  outline: none;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: none;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.fl {
  float: left;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes backgroundRepeate {
  from {
    background-position-x: -960px;
  }
  100% {
    background-position-x: 2830px;
  }
}
@keyframes backgroundRepeate {
  from {
    background-position-x: -960px;
  }
  100% {
    background-position-x: 2830px;
  }
}
@-webkit-keyframes backgroundBlink {
  25%,
  75% {
    box-shadow: inset 0 0 50px #4fe4e3;
  }
  0%,
  50%,
  100% {
    box-shadow: inset 0 0 0 #4fe4e3;
  }
}
@keyframes backgroundBlink {
  25%,
  75% {
    box-shadow: inset 0 0 50px #4fe4e3;
  }
  0%,
  50%,
  100% {
    box-shadow: inset 0 0 0 #4fe4e3;
  }
}
@-webkit-keyframes backgroundBlink2 {
  25%,
  75% {
    box-shadow: 0 0 50px #4fe4e3;
  }
  0%,
  50%,
  100% {
    box-shadow: 0 0 0 #4fe4e3;
  }
}
@keyframes backgroundBlink2 {
  25%,
  75% {
    box-shadow: 0 0 50px #4fe4e3;
  }
  0%,
  50%,
  100% {
    box-shadow: 0 0 0 #4fe4e3;
  }
}
@-webkit-keyframes fadeInTop {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInTop {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
.fr {
  float: right;
}
.fl {
  float: left;
}
.hide {
  display: none;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.fz-14 {
  font-size: 14px;
}
.va-m {
  vertical-align: middle;
}
.row-ell {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.text-indent {
  text-indent: 2em;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.bold {
  font-weight: bold;
}
.color-text1 {
  color: #000;
}
.color-text2 {
  color: #06182c !important;
}
.color-text3 {
  color: #646464!important;
}
.color-text4 {
  color: #a7a7a7!important;
}
.fz-13 {
  font-size: 13px;
}
.color-green {
  color: #11A500;
}
.color-orange {
  color: #f5a527;
}
.color-red {
  color: #ff756e !important;
}
.color-yellow {
  color: #ffdd68;
}
.middle {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.color-main {
  color: #4fe4e3 !important;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.backgroundea {
  background: #eaeaea;
}
.whiteBackground {
  background: white;
}
.small {
  font-size: 14px;
}
.icon-search {
  width: 1.2em;
  height: 1.2em;
  display: inline-block;
  vertical-align: baseline;
  background-image: url('../images/icon-search.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.icon-go_back {
  width: 1.2em;
  height: 1.2em;
  display: inline-block;
  vertical-align: baseline;
  background-image: url('../images/icon50_back.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.icon-go_back {
  height: 20px;
  vertical-align: middle;
  width: 20px;
}
.icon-arrow-right2.gray {
  color: #b0b0b0;
}
.icon-add {
  width: 1.2em;
  height: 1.2em;
  display: inline-block;
  vertical-align: baseline;
  background-image: url('../images/icon58_add.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.icon-remove {
  width: 1.2em;
  height: 1.2em;
  display: inline-block;
  vertical-align: baseline;
  background-image: url('../images/icon58_remove.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.icon-more {
  height: 24px;
  background-image: url('../images/more.png');
  background-repeat: no-repeat;
  display: inline-block;
  background-size: 100% auto;
  width: 24px;
  margin-right: 5px;
  vertical-align: middle;
  background-position: center 0px;
}
html,
body {
  color: #06182c;
  position: relative;
  font-weight: 400;
}
a {
  color: #444444;
}
.fm-light {
  font-family: serif, arial, "sans-serif";
}
.btn-icon-normail-viewlist i {
  color: #999;
  font-size: 1.2em;
}
.btn-icon-normail-viewlist span {
  padding-left: 0.5em!important;
  color: #101010;
}
.line-height0 {
  line-height: 0;
}
.page,
.innerpage {
  height: 100%;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.page.notop,
.innerpage.notop {
  padding-top: 0;
}
.page.absolute,
.innerpage.absolute {
  position: absolute;
  left: 0;
  top: 0;
}
.page.active,
.innerpage.active {
  /*  position: absolute; 
       left: 0;
       top: 0;
       display: block!important; */
}
.page-opacity {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-opacity.active {
  opacity: 1;
  filter: alpha(opacity=100);
}
.innerpage {
  display: block;
}
.page.app {
  margin: 0 auto;
  padding-top: 103px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: block;
  left: auto;
}
.content {
  position: relative;
  height: 100%;
}
.content .div-scroll {
  height: 100%;
  width: 100%;
}
.content.nobackground {
  background: none;
}
.div-scroll {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.inline-block {
  display: inline-block;
  vertical-align: middle;
}
.row-title {
  padding: 1em 0.75em 0.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.row-title.fixed {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}
.btn-icon {
  display: inline-block;
}
.btn-icon i {
  vertical-align: middle;
}
.btn-icon span {
  display: inline-block;
  padding-left: 0em;
  line-height: 1;
  vertical-align: middle;
}
.btn-icon:disabled {
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.btn-icon-text span {
  padding-left: .25em;
}
.btn-icon-text5 span {
  padding-left: .5em;
}
.toolbar {
  height: 44px;
}
.toolbar .btn-icon {
  color: #fff;
  padding: 0 0.5em;
  position: absolute;
  top: 0;
  line-height: 44px;
  left: 0;
  vertical-align: middle;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 0.92;
  filter: alpha(opacity=92);
}
.toolbar .btn-icon span {
  display: inline-block;
  vertical-align: middle;
}
.toolbar .btn-icon:active {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.toolbar .btn-icon.disabled {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.toolbar .btn-right {
  left: auto;
  right: 0;
}
.toolbar .wrap {
  line-height: 44px;
}
.toolbar h1.title {
  color: #fff;
  font-size: 1em;
  text-align: center;
  margin: 0 3em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.toolbar h1.title span {
  font-size: 1.1em;
  font-weight: 100;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.col-6 {
  width: 50%;
  float: left;
}
.col-4 {
  width: 33.333%;
  float: left;
}
.col-3 {
  width: 25%;
  float: left;
}
.list-nostyle {
  list-style: none;
  margin: 0;
  padding: 0;
}
@keyframes rotate-360 {
  from {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  to {
    -webkit-transform: rotate(450deg);
    -moz-transform: rotate(450deg);
    -ms-transform: rotate(450deg);
    -o-transform: rotate(450deg);
    transform: rotate(450deg);
  }
}
@-moz-keyframes rotate-360 {
  from {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  to {
    -webkit-transform: rotate(450deg);
    -moz-transform: rotate(450deg);
    -ms-transform: rotate(450deg);
    -o-transform: rotate(450deg);
    transform: rotate(450deg);
  }
}
@-webkit-keyframes rotate-360 {
  from {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  to {
    -webkit-transform: rotate(450deg);
    -moz-transform: rotate(450deg);
    -ms-transform: rotate(450deg);
    -o-transform: rotate(450deg);
    transform: rotate(450deg);
  }
}
@-o-keyframes rotate-360 {
  from {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  to {
    -webkit-transform: rotate(450deg);
    -moz-transform: rotate(450deg);
    -ms-transform: rotate(450deg);
    -o-transform: rotate(450deg);
    transform: rotate(450deg);
  }
}
.loading {
  top: 0;
  -webkit-transition: all 0.3s ease !important;
  -moz-transition: all 0.3s ease !important;
  -o-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
  left: 0;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  height: 100%;
  width: 100%;
  z-index: 99999;
  line-height: 0;
}
.loading p {
  color: #fff;
  text-align: center;
  margin: auto;
  padding: 1.2em;
  min-width: 3.5em;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 5px;
  line-height: 0;
}
.loading p i.iconEle {
  width: 2.4em;
  height: 2.4em;
  display: inline-block;
  margin: 0 auto;
  background-image: url('../images/icon50_refresh.png');
  background-repeat: no-repeat;
  animation: rotate-360 1s linear infinite;
  /* Firefox: */
  -moz-animation: rotate-360 1s linear infinite;
  /* Safari 和 Chrome: */
  -webkit-animation: rotate-360 1s linear infinite;
  /* Opera: */
  -o-animation: rotate-360 1s linear infinite;
  background-size: 100% 100%;
  background-position: center center;
}
.loading p i.iconEle.warning {
  animation: none;
  /* Firefox: */
  -moz-animation: none;
  /* Safari 和 Chrome: */
  -webkit-animation: none;
  /* Opera: */
  -o-animation: none;
  background-image: url('../images/icon50_caveat1.png');
  background-repeat: no-repeat;
}
.loading p i.iconEle.right {
  animation: none;
  /* Firefox: */
  -moz-animation: none;
  /* Safari 和 Chrome: */
  -webkit-animation: none;
  /* Opera: */
  -o-animation: none;
  background-image: url('../images/loading_right.png');
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.loading p i.iconEle.bonus {
  animation: none;
  /* Firefox: */
  -moz-animation: none;
  /* Safari 和 Chrome: */
  -webkit-animation: none;
  /* Opera: */
  -o-animation: none;
  background-image: url('../images/icon200_money.png');
  background-repeat: no-repeat;
}
.loading p i.iconEle.error {
  animation: none;
  /* Firefox: */
  -moz-animation: none;
  /* Safari 和 Chrome: */
  -webkit-animation: none;
  /* Opera: */
  -o-animation: none;
  background-image: url('../images/loading_error.png');
  background-repeat: no-repeat;
  background-size: 90% auto;
}
.loading p em {
  display: block;
  white-space: nowrap;
  font-style: normal;
}
.loading p span {
  padding-top: 0.5em;
  display: block;
  line-height: 1em;
}
.loading.nolayout {
  background: none;
  height: 8em;
  width: 8em;
  top: 50%;
  margin-top: -4em;
  left: 50%;
  margin-left: -4em;
}
.loading.hold {
  z-index: 100000;
}
.loading.hold p {
  max-width: 350px;
  background-color: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.14902), 0px 0px 1px rgba(0, 0, 0, 0.04706);
  border-radius: 10px;
  cursor: default;
  padding: 15px;
}
.loading.warn {
  background: none;
  display: block;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease !important;
  -moz-transition: all 0.3s ease !important;
  -o-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
  top: auto;
  text-align: center;
  bottom: 4.5em;
  height: auto;
  -webkit-transform: translateY(2em);
  -moz-transform: translateY(2em);
  -ms-transform: translateY(2em);
  -o-transform: translateY(2em);
  transform: translateY(2em);
}
.loading.warn.active {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.loading.warn p {
  white-space: nowrap;
  line-height: 1.35;
  display: inline-block;
  padding: 0.75em 1.2em;
  color: #c2c5cc;
  background-color: rgba(0, 0, 0, 0.7);
}
.loading.warn p span {
  display: inline-block;
  vertical-align: middle;
}
.loading.warn p .icon {
  padding-top: 0;
  line-height: 0;
  font-size: 110%;
}
.loading.warn p .icon .iconEle {
  width: 1.4em;
  height: 1.4em;
}
.loading.warn p .text {
  vertical-align: middle;
  display: inline-block;
  padding-top: 0;
  margin-left: 0.5em;
}
.loading.hold {
  opacity: 0;
  filter: alpha(opacity=0);
}
.loading.hold p {
  line-height: 1.35;
  display: inline-block;
  padding: 30px;
}
.loading.hold p span {
  display: inline-block;
  vertical-align: middle;
}
.loading.hold p .icon {
  padding-top: 0;
  line-height: 0;
  font-size: 110%;
  display: block;
}
.loading.hold p .icon .iconEle {
  width: 50px;
  height: 50px;
}
.loading.hold p .text {
  font-size: 19px;
  font-weight: 300;
  vertical-align: middle;
  display: block;
  min-width: 10em;
  padding-top: 0;
  margin-top: 15px;
  color: #4c4c4c;
}
.loading.active {
  opacity: 1;
  filter: alpha(opacity=100);
}
.inline-block {
  display: inline-block;
  vertical-align: middle;
}
.hover-underline:hover {
  text-decoration: underline;
}
.hover-colorMain:hover {
  color: #4fe4e3;
}
.icon-btn-right {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #ccc;
}
.err-tips {
  border-radius: 5px;
  color: #D06253;
  padding: 0.75em;
  margin: 0.5em;
  margin-bottom: 1em;
  background: rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.1);
}
.err-tips p {
  margin: 0;
}
.normal-viewlist {
  border-top: 0.99px solid #e5e5e5;
}
.normal-viewlist > ul > li > a,
.normal-viewlist > ul > li > div {
  padding: 15px;
  position: relative;
  display: block;
  color: #4c4c4c;
}
.normal-viewlist > ul > li > a:after,
.normal-viewlist > ul > li > div:after {
  border-bottom: 0.99px solid #e5e5e5;
  content: "";
  display: block;
  height: 0.99px;
  position: absolute;
  left: 15px;
  right: 0;
  bottom: 0;
  clear: both;
}
.normal-viewlist > ul > li > a.color-main,
.normal-viewlist > ul > li > div.color-main {
  color: #4fe4e3;
}
.normal-viewlist > ul > li > a:active {
  background: #F2F2F2;
}
.normal-viewlist > ul > li > a:hover {
  background: #f9f9f9;
  color: #4fe4e3;
}
.normal-viewlist > ul > li:last-child > a:after,
.normal-viewlist > ul > li:last-child > div:after {
  left: 0;
  border-color: #e5e5e5;
}
.normal-viewlist > ul > li .tips-count {
  background: #ef532b;
  display: inline-block;
  color: #fff;
  line-height: 1;
  font-size: 80%;
  padding: 0.15em 15px;
  border-radius: 1.5em;
}
.normal-viewlist > ul > li .icon-right {
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #e5e5e5;
}
.normal-viewlist.left0 li > a:after,
.normal-viewlist.left0 li > div:after {
  left: 0;
  border-color: #D2D2D2;
}
.normal-viewlist.lastRight li > a:last-child:after,
.normal-viewlist.lastRight li > div:last-child:after {
  left: 15px;
}
.normal-viewlist.rightMargin li > a:after,
.normal-viewlist.rightMargin li > div:after {
  right: 15px;
  border-color: #D2D2D2;
}
.normal-viewlist.white {
  background: #fff;
}
.normal-viewlist.lightLine ul > li > a:after,
.normal-viewlist.lightLine ul > li > div:after {
  border-color: #e8e8e8;
}
.normal-viewlist.margin-1 {
  margin-top: -0.99px !important;
}
.normal-viewlist.notop {
  border-top: 0;
}
.normal-viewlist.noborder li > a:after,
.normal-viewlist.noborder li > div:after {
  content: none;
}
.normal-viewlist.nobottom > ul > li:last-child > a:after,
.normal-viewlist.nobottom > ul > li:last-child > div:after {
  border-width: 0;
}
.normal-viewlist.result > ul > li > a {
  padding: 0;
}
.normal-viewlist.margin {
  margin: 0.75em 0;
}
.normal-viewlist.double ul {
  overflow: hidden;
  border-bottom: 0.99px solid #e0e0e0;
}
.normal-viewlist.double ul li {
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.normal-viewlist.double ul li a:after {
  content: none;
}
.normal-viewlist.double ul li:first-child {
  border-right: 0.99px solid #d3d3d3;
}
.btn-block {
  display: block;
  color: #fff;
  text-align: center;
  line-height: 40px;
  margin: 15px;
  border-radius: 3px;
  background: #4fe4e3;
}
.btn-block.inline {
  display: inline-block;
  width: auto;
  padding: 0 2em;
  min-width: 6em;
}
.btn-block:active {
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #fff;
}
.btn-block.cancel {
  background: #FF6C6C;
}
.btn-block.shadow {
  -webkit-box-shadow: 0px 5px 0px 0px #5C8BB3;
  /* WebKit */
  -moz-box-shadow: 0px 5px 0px 0px #5C8BB3;
  /* Firefox */
  box-shadow: 0px 5px 0px 0px #5C8BB3;
  /* Standard */
}
.btn-block.reverse {
  background-color: transparent;
  border: 1px solid #4fe4e3;
  line-height: 38px;
  color: #4fe4e3;
}
.btn-block.reverse:hover {
  border-color: #3ed3d2;
  color: #3ed3d2;
}
.btn-block.radius {
  border-radius: 1.2em;
}
.btn-block.gray {
  background: #adadad;
}
.btn-block.gray.reverse {
  background: none;
  border-color: #a7a7a7;
  color: #a7a7a7!important;
}
.btn-block.disabled,
.btn-block:disabled {
  background: none;
}
.btn-block.disabled.reverse,
.btn-block:disabled.reverse {
  background: none;
  border-color: #ddd;
  color: #ddd;
}
.btn-block.small-size {
  margin: 0;
  min-width: 4em;
  padding: 0 15px;
  line-height: 32px;
}
.btn-block.smaller-size {
  margin: 0;
  min-width: 4em;
  padding: 0 10px;
  line-height: 28px;
  font-size: 14px;
}
.btn-block.red {
  border-color: #ff3b30;
  background-color: #ffecec;
}
.btn-block.red.reverse {
  background: none;
  border-color: #ff3b30;
  color: #ff3b30;
}
.btn-block.saving {
  position: relative;
  background: #4fe4e3 !important;
  color: #fff!important;
  border-color: #4fe4e3 !important;
  -webkit-transition: padding 0.2s ease;
  -moz-transition: padding 0.2s ease;
  -o-transition: padding 0.2s ease;
  transition: padding 0.2s ease;
  padding-left: 50px;
}
.btn-block.saving > i {
  display: none;
}
.btn-block.saving:before {
  content: "";
  position: absolute;
  left: 20px;
  top: 11px;
  width: 18px;
  height: 18px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NzkwRjgxQzFFNUExMUU2QjBDN0ZCRDJCMjY1ODVGQSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NzkwRjgxRDFFNUExMUU2QjBDN0ZCRDJCMjY1ODVGQSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjY3OTBGODFBMUU1QTExRTZCMEM3RkJEMkIyNjU4NUZBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY3OTBGODFCMUU1QTExRTZCMEM3RkJEMkIyNjU4NUZBIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+1lUbrgAAA7FJREFUeNrUml1IFFEUx2fXNEqXkooyiShFpYfKJCQoKMO+lC0yMcgHQTHDSArtwaegp4ygpCjopTepxDCQ1LSkb4vKCsS+M8MCBT8qrQS3/9H/0EUSZ3bH3ZkDP2ZcmTvn7Dn33nPPWZfP59MskIUgDawGq8AyMAfMBS7wHfSBt6AD3AJN4FegL3YFYIAolwf2gHXAbfL5n6AB1ILroD9YBsSCUlAAoviZfJPN4DF4AV7zGxelIsBihTiQAdbSOyID4AQ4DYZNaSMGGGQGKAM/fP+kAWSBSBPj6MSA/aBZGe8LyAdhRscx+rJE8FJ50VWw0g+lJ2MjaFXGf0gDLTFgFxjgwG9AuoWKTyQbfFK8kRKoAQfAKAes8jNUzDIP3OY7h0COvwYUKcqXBUHxifPtvBJSOWYN2K0oXxxk5VXKFE+kGDUgQYn50hAqr3OBunSBRUYMaFViXrMB4aCFOj0A7qkMqOMDkTYxQJ/YnTQiT/2fy6JcKBiyF1SBLpCg51FuzTlyGTwFS8AhK5K5UEgacy7JsZaCQSd5QGMafoeZcKbTQkiXK7zudGIIaZwDn3lImu9ED8gq9Ax4ZE7Y3YBGrjzbJnxex+smuxswC6wBN6h0Ej//wGuS3Q3YzOOrHDl3gFfgjFIMiHfKJF4AjvMcHgb+8Kz9VTzQQssybGxADygCydzIIvi5RxKi38rBoR6ssFESNxle0A4a5Y9eKq8bMgLOMgO0uyFjO3Ef3bEPnON9MatoJSDczpNDDHjHe4mrgywNyvobzUJTvd0N6OD9cl7bwVYmS22mK2VBFllGvaxPPmKN01EiBshu18tdT2qX35xkgJsh0shCq9dpHtBTiVpes50YQhpXnE6mqBvAPad5QPaCCt5XONEDIrO5J8SALFDjJA+IDIFjvD/JsLKLeBjW16bq0Ehn5AlzoptmOiXTTDV1umukNhoLuvlApQ2UL6cufSDOaHk9FQzzwZIQKn+YOkipP9NsgyNXOSdUhiCcyhXl8/1tMeUqnpA5ER0ExaPYRNSVLwi0yZeqzIn37N5Ml/Lb+Q495jOtarPGKquT3gZdb6HiyaBGGf85iLeyT6wvsYWKN/SwKvxf68dgqEhbtUkZb5AT1/B886esIjv2EXCUG8zYdgJaWXySolO3wgirybIxJmrjPwhJZal8Jp8fBBfBKSmV+JtKmJVoVoiFLTTMjIyC+6AaXKIRAeVCgZYA06VWyfJfPA300Dv95KM2/mOQNtZ3egJ98V8BBgCiqrCfzK8kYgAAAABJRU5ErkJggg==);
  display: inline-block;
  animation: rotate-360 1s linear infinite;
  /* Firefox: */
  -moz-animation: rotate-360 1s linear infinite;
  /* Safari 和 Chrome: */
  -webkit-animation: rotate-360 1s linear infinite;
  /* Opera: */
  -o-animation: rotate-360 1s linear infinite;
  background-size: 100% 100%;
  background-position: center center;
}
.btn-block.saving.small-size {
  padding-left: 34px;
}
.btn-block.saving.small-size:before {
  left: 8px;
  top: 7px;
}
.page-layout {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999999999;
  width: 100%;
  display: none;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 0;
  filter: alpha(opacity=0);
  height: 100%;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.page-layout.active {
  opacity: 1;
  filter: alpha(opacity=100);
}
.cls-alert-ios {
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
  min-width: 16em;
  text-align: center;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.14902), 0px 0px 1px rgba(0, 0, 0, 0.04706);
}
.cls-alert-ios h3 {
  color: #000;
  padding: 1.25em 0;
  padding-bottom: 0;
}
.cls-alert-ios p {
  font-size: 90%;
  line-height: 1.5;
  padding: 0.75em 1.5em 1.25em 1.5em;
}
.cls-alert-ios .row {
  border-top: 0.99px solid #dadade;
}
.cls-alert-ios .col-6 {
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cls-alert-ios .col-6:first-child {
  border-right: 0.99px solid #dadade;
}
.cls-alert-ios .col-6 > a {
  display: block;
  background-image: url('../images/alert-btn-bg.png');
  background-repeat: no-repeat;
  background-repeat: repeat-x;
  background-size: auto 100%;
  line-height: 2.6em;
  color: #007aff;
}
.cls-alert-ios .col-6 > a:active {
  background: #F5F5F5;
}
.cls-alert-ios .row.has1 .col-6 {
  width: 100%;
}
.cls-alert-ios .row.has1 .col-6:first-child {
  border-right: 0;
}
.space {
  display: inline-block;
  width: 1em;
}
.btn-block-wrap {
  margin-top: 15px;
}
.empty-tips {
  margin: 0.75em;
  color: #999;
}
.art-content {
  line-height: 1.2;
}
.art-content .art-title {
  margin: 15px;
  color: #000;
}
.art-content .art-title h3 {
  font-size: 1.2em;
  font-weight: 100;
}
.art-content .art-title .tips {
  margin-top: 10px;
  color: #949494;
  font-size: 0.8em;
}
.art-content .art-title .tips a {
  color: #45A5C8;
}
.art-content .art-cont {
  padding: 15px;
  padding-top: 0;
  line-height: 1.5;
}
.art-content .art-cont img {
  display: block;
  margin: 0.5em auto;
  max-width: 100%;
}
.art-content .art-cont p,
.art-content .art-cont h1,
.art-content .art-cont h2,
.art-content .art-cont h3,
.art-content .art-cont h4,
.art-content .art-cont h5,
.art-content .art-cont h6 {
  margin-bottom: 1em;
}
.cls-leftright:before,
.cls-leftright:after {
  content: " ";
  display: table;
}
.cls-leftright:after {
  clear: both;
}
.cls-leftright:before,
.cls-leftright:after {
  content: " ";
  display: table;
}
.cls-leftright:after {
  clear: both;
}
.cls-leftright .float {
  clear: both;
  overflow: hidden;
  margin-right: .75em;
}
.cls-leftright .float.fr {
  margin-right: 0;
  margin-left: 0.75em;
}
.cls-leftright .float.nomargin {
  margin: 0;
}
.cls-leftright .body {
  overflow: hidden;
}
.header {
  line-height: 30px;
}
.header:before,
.header:after {
  content: " ";
  display: table;
}
.header:after {
  clear: both;
}
.header:before,
.header:after {
  content: " ";
  display: table;
}
.header:after {
  clear: both;
}
.header .btn-icon {
  display: none;
  width: 30px;
  height: 30px;
  background-image: url('../images/icon-menu.png');
  background-repeat: no-repeat;
  background-size: auto 60%;
  background-position: center center;
}
.header .logo {
  float: left;
  line-height: 0;
}
.header .logo img {
  height: 30px;
  display: inline-block;
  vertical-align: top;
  margin-right: 12px;
}
.header .logo span {
  line-height: 30px;
  font-size: 18px;
  display: inline-block;
  font-weight: 300;
  color: #000;
  vertical-align: top;
}
.header h1 {
  float: left;
}
.header h1 span {
  font-size: 24px;
  padding-left: 15px;
  font-weight: 200;
  border-left: 1px solid #e5e5e5;
}
.header .machine {
  padding: 0 30px;
  white-space: nowrap;
  float: right;
  font-size: 15px;
}
.header .machine .name {
  margin-right: 10px;
  color: #4fe4e3;
  display: inline-block;
  vertical-align: middle;
}
.footer {
  background: #292f33;
  padding: 50px 0;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}
.footer > .wrap {
  margin: 0 auto;
  max-width: 970px;
}
.cls-menuBar {
  border: 0;
  letter-spacing: -0.006em;
  position: relative;
  white-space: nowrap;
  float: right;
}
.cls-menuBar:before,
.cls-menuBar:after {
  content: " ";
  display: table;
}
.cls-menuBar:after {
  clear: both;
}
.cls-menuBar:before,
.cls-menuBar:after {
  content: " ";
  display: table;
}
.cls-menuBar:after {
  clear: both;
}
.cls-menuBar .bgStyle {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #f9f9f9;
  border-bottom: 1px solid #ccc;
  height: 50px;
}
.cls-menuBar ul {
  position: relative;
  padding-left: 30px;
}
.cls-menuBar ul:before,
.cls-menuBar ul:after {
  content: " ";
  display: table;
}
.cls-menuBar ul:after {
  clear: both;
}
.cls-menuBar ul:before,
.cls-menuBar ul:after {
  content: " ";
  display: table;
}
.cls-menuBar ul:after {
  clear: both;
}
.cls-menuBar ul li {
  float: left;
  line-height: 19px;
  letter-spacing: -0.016em;
  color: #fff;
}
.cls-menuBar ul li .point {
  margin: 0 20px;
  color: #fff!important;
  font-weight: normal!important;
}
.cls-menuBar ul li a {
  display: block;
  line-height: 30px;
  color: #fff;
}
.cls-menuBar ul li a:hover {
  font-weight: bold;
  color: #4fe4e3;
}
.cls-menuBar ul li.active a {
  color: #4fe4e3;
  font-weight: bold;
}
.cls-center-body section {
  border-bottom: 1px solid #eee;
  padding-bottom: 135px;
}
.cls-center-body section > .wrap {
  margin: 0 auto;
  max-width: 970px;
}
.cls-center-body section h5 {
  font-weight: 300;
  font-size: 24px;
}
.cls-center-body .cls-contact-section {
  border: 0;
  background: #1e2326;
  color: #fff;
  padding: 80px 0;
}
.cls-contact-section {
  font-size: 14px;
}
.cls-contact-section .address {
  padding-left: 50px;
  background-image: url('../images/contact_icon.png');
  background-repeat: no-repeat;
  margin-bottom: 50px;
}
.cls-contact-section .telephone {
  padding-left: 50px;
  background-image: url('../images/contact_icon.png');
  background-repeat: no-repeat;
  background-position: 0 -110px;
}
.cls-contact-section .english {
  letter-spacing: 2px;
  font-weight: 300;
}
.cls-contact-section .line {
  margin: 10px 0;
  width: 60px;
  border-top: 1px solid #4fe4e3;
}
.cls-contact-section .item {
  margin-bottom: 20px;
}
.cls-contact-section .item .icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-image: url('../images/contact_icon.png');
  background-repeat: no-repeat;
  border: 2px solid #4fe4e3;
  vertical-align: middle;
  display: inline-block;
}
.cls-contact-section .item .icon.message {
  background-position: center -251px;
}
.cls-contact-section .item .icon.weixin {
  background-position: center -316px;
}
.cls-contact-section .item .icon.weibo {
  background-position: center -381px;
}
.cls-contact-section .item span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  line-height: 20px;
}
.cls-section-title {
  text-align: center;
  margin-top: 120px;
  margin-bottom: 50px;
  letter-spacing: 2px;
}
.cls-section-title p.english {
  color: #292929;
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: 300;
}
.cls-section-title p.line {
  margin: 0 auto;
  width: 50px;
  border-top: 1px solid #4fe4e3;
  line-height: 0;
  margin-top: 30px;
}
.cls-section-title h4 {
  padding: 0 30px;
  color: #06182c;
  position: relative;
  font-weight: 300;
  display: inline-block;
  font-size: 32px;
}
.cls-section-title h4:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  margin-top: -5px;
  display: inline-block;
  border-width: 5px 10px 5px 0;
  border-style: solid;
  border-color: transparent;
  border-right-color: #4fe4e3;
}
.cls-section-title h4:after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  margin-top: -5px;
  display: inline-block;
  border-width: 5px 0 5px 10px;
  border-style: solid;
  border-color: transparent;
  border-left-color: #4fe4e3;
}
.cls-section-text {
  max-width: 750px;
  margin: 0 auto;
  line-height: 1.6;
  color: #585858;
}
.cls-banner-wrap {
  position: relative;
}
.cls-banner-wrap canvas {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.cls-banner-wrap .inside {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cls-banner-wrap .inside .middleImage {
  position: absolute;
  top: 20%;
  /*  position: absolute;
           width: 50%;
           left: 50%;
           top:50%;
           .translate(-50%,-50%);
           margin-left: 50px; */
}
.cls-banner-wrap .stars {
  width: 100%;
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
}
.cls-banner-wrap .stars span {
  position: absolute;
  display: inline-block;
  background-image: url('../images/star.png');
  background-repeat: no-repeat;
  opacity: 1;
  filter: alpha(opacity=100);
  background-size: contain;
  width: 30px;
  height: 30px;
}
.cls-banner-wrap .stars span:nth-child(1) {
  left: 80%;
  top: 10%;
  width: 50px;
  height: 50px;
  animation: fadeIn ease 1s infinite alternate 0.8s;
  /* Firefox: */
  -moz-animation: fadeIn ease 1s infinite alternate 0.8s;
  /* Safari 和 Chrome: */
  -webkit-animation: fadeIn ease 1s infinite alternate 0.8s;
  /* Opera: */
  -o-animation: fadeIn ease 1s infinite alternate 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.cls-banner-wrap .stars span:nth-child(2) {
  left: 20%;
  top: 10%;
  width: 50px;
  height: 50px;
  animation: fadeIn ease 1.5s infinite alternate 0.5s;
  /* Firefox: */
  -moz-animation: fadeIn ease 1.5s infinite alternate 0.5s;
  /* Safari 和 Chrome: */
  -webkit-animation: fadeIn ease 1.5s infinite alternate 0.5s;
  /* Opera: */
  -o-animation: fadeIn ease 1.5s infinite alternate 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.cls-banner-wrap .stars span:nth-child(3) {
  width: 30px;
  height: 30px;
  left: 40%;
  top: 40%;
  animation: fadeIn ease 1.5s infinite alternate 1s;
  /* Firefox: */
  -moz-animation: fadeIn ease 1.5s infinite alternate 1s;
  /* Safari 和 Chrome: */
  -webkit-animation: fadeIn ease 1.5s infinite alternate 1s;
  /* Opera: */
  -o-animation: fadeIn ease 1.5s infinite alternate 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.cls-banner-wrap .stars span:nth-child(4) {
  left: 14%;
  bottom: 30%;
  width: 60px;
  height: 60px;
  animation: fadeIn ease 1s infinite alternate 1s;
  /* Firefox: */
  -moz-animation: fadeIn ease 1s infinite alternate 1s;
  /* Safari 和 Chrome: */
  -webkit-animation: fadeIn ease 1s infinite alternate 1s;
  /* Opera: */
  -o-animation: fadeIn ease 1s infinite alternate 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.cls-banner-wrap .stars span:nth-child(5) {
  right: 20%;
  bottom: 10%;
  width: 55px;
  height: 55px;
  animation: fadeIn ease 1s infinite alternate 0.5s;
  /* Firefox: */
  -moz-animation: fadeIn ease 1s infinite alternate 0.5s;
  /* Safari 和 Chrome: */
  -webkit-animation: fadeIn ease 1s infinite alternate 0.5s;
  /* Opera: */
  -o-animation: fadeIn ease 1s infinite alternate 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.cls-banner-wrap .stars span:nth-child(6) {
  right: 70%;
  bottom: 70%;
  animation: fadeIn ease 1.1s infinite alternate 0.5s;
  /* Firefox: */
  -moz-animation: fadeIn ease 1.1s infinite alternate 0.5s;
  /* Safari 和 Chrome: */
  -webkit-animation: fadeIn ease 1.1s infinite alternate 0.5s;
  /* Opera: */
  -o-animation: fadeIn ease 1.1s infinite alternate 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.cls-banner-wrap .stars span:nth-child(7) {
  right: 78%;
  bottom: 50%;
  width: 55px;
  height: 55px;
  animation: fadeIn ease 1.2s infinite alternate 0.5s;
  /* Firefox: */
  -moz-animation: fadeIn ease 1.2s infinite alternate 0.5s;
  /* Safari 和 Chrome: */
  -webkit-animation: fadeIn ease 1.2s infinite alternate 0.5s;
  /* Opera: */
  -o-animation: fadeIn ease 1.2s infinite alternate 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.cls-banner-wrap img {
  max-width: 100%;
}
.cls-banner-wrap .text {
  color: rgba(255, 255, 255, 0.7);
  left: 62%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  line-height: 30px;
}
.cls-banner-wrap .text p:last-child {
  line-height: 20px;
  text-align: right;
}
.cls-banner-wrap .text p {
  font-weight: 300;
  white-space: nowrap;
  animation: fadeInTop ease 1s 0.5s;
  /* Firefox: */
  -moz-animation: fadeInTop ease 1s 0.5s;
  /* Safari 和 Chrome: */
  -webkit-animation: fadeInTop ease 1s 0.5s;
  /* Opera: */
  -o-animation: fadeInTop ease 1s 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.cls-banner-wrap .text p:nth-child(2) {
  animation: fadeInTop ease 1s 1s;
  /* Firefox: */
  -moz-animation: fadeInTop ease 1s 1s;
  /* Safari 和 Chrome: */
  -webkit-animation: fadeInTop ease 1s 1s;
  /* Opera: */
  -o-animation: fadeInTop ease 1s 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.cls-banner-wrap .text p:nth-child(3) {
  animation: fadeInTop ease 1s 1.5s;
  /* Firefox: */
  -moz-animation: fadeInTop ease 1s 1.5s;
  /* Safari 和 Chrome: */
  -webkit-animation: fadeInTop ease 1s 1.5s;
  /* Opera: */
  -o-animation: fadeInTop ease 1s 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.cls-banner-wrap .text p:nth-child(4) {
  animation: fadeInTop ease 1s 2s;
  /* Firefox: */
  -moz-animation: fadeInTop ease 1s 2s;
  /* Safari 和 Chrome: */
  -webkit-animation: fadeInTop ease 1s 2s;
  /* Opera: */
  -o-animation: fadeInTop ease 1s 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.cls-nav-directive {
  color: #fff;
  font-size: 12px;
  position: fixed;
  z-index: 1;
  left: 110px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cls-nav-directive > div {
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
.cls-nav-directive.black {
  color: #5f5f5f;
}
.cls-nav-directive.black .navs .start,
.cls-nav-directive.black .navs .end {
  border-color: rgba(0, 0, 0, 0.15);
}
.cls-nav-directive.black .navs .start:before,
.cls-nav-directive.black .navs .end:before {
  background-color: #5f5f5f;
}
.cls-nav-directive.black .navs ul:before {
  border-color: rgba(0, 0, 0, 0.15);
}
.cls-nav-directive.black .navs ul li:before {
  background: #5f5f5f;
}
.cls-nav-directive.black .navs ul li a {
  color: #5f5f5f;
}
.cls-nav-directive.black .copyright {
  border-color: #5f5f5f;
}
.cls-nav-directive .copyright {
  line-height: 12px;
  height: 12px;
  font-weight: 300;
  display: inline-block;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: left bottom;
  -moz-transform-origin: left bottom;
  transform-origin: left bottom;
  padding: 0 20px;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}
.cls-nav-directive .navs {
  padding-top: 5px;
  line-height: 0;
}
.cls-nav-directive .navs .start,
.cls-nav-directive .navs .end {
  display: inline-block;
  width: 12px;
  height: 12px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border: 1px solid rgba(255, 255, 255, 0.15);
  position: relative;
}
.cls-nav-directive .navs .start:before,
.cls-nav-directive .navs .end:before {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  content: "";
  position: absolute;
  display: inline-block;
  width: 7px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #fff;
  height: 7px;
}
.cls-nav-directive .navs ul {
  padding: 12px 0;
  position: relative;
}
.cls-nav-directive .navs ul:before {
  content: "";
  position: absolute;
  height: 100%;
  left: 6px;
  top: 0px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}
.cls-nav-directive .navs ul li {
  padding: 6px 20px;
  position: relative;
  line-height: 1;
}
.cls-nav-directive .navs ul li:before {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  content: "";
  position: absolute;
  display: inline-block;
  width: 5px;
  left: 6px;
  top: 50%;
  -webkit-transform: translate(-2px, -50%);
  -moz-transform: translate(-2px, -50%);
  -ms-transform: translate(-2px, -50%);
  -o-transform: translate(-2px, -50%);
  transform: translate(-2px, -50%);
  border-radius: 50%;
  background: #fff;
  height: 5px;
}
.cls-nav-directive .navs ul li:hover a:hover {
  color: #4fe4e3;
}
.cls-nav-directive .navs ul li a {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  font-weight: 300;
  display: inline-block;
  color: #fff;
  cursor: pointer;
}
.cls-nav-directive .navs ul li.active a {
  color: #4fe4e3;
}
.cls-nav-directive .navs ul li.active:before {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background: #4fe4e3;
}
.display-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.display-flex .flex1 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.cls-parters {
  max-width: 970px;
  margin: 0 auto;
}
.cls-parters ul {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.cls-parters li {
  width: 19%;
  text-align: center;
  margin-bottom: 20px;
  line-height: 0;
}
.cls-parters li a {
  display: block;
  overflow: hidden;
  position: relative;
}
.cls-parters li a p {
  position: absolute;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  line-height: 120px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.8);
  color: #4fe4e3;
}
.cls-parters li a:hover {
  cursor: pointer;
}
.cls-parters li a:hover p {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.cls-case-nav {
  height: 207px;
}
.cls-weDoing {
  margin-top: 100px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.cls-weDoing.inCase {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 0;
  border-color: #eee;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.cls-weDoing.inCase .col {
  width: 250px;
  padding: 0;
  border: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.cls-weDoing.inCase .col h5 {
  font-size: 20px;
}
.cls-weDoing.inCase .col .icon {
  margin-top: 0;
  margin-bottom: 10px;
}
.cls-weDoing.inCase.fixed {
  z-index: 1;
  padding: 0;
  position: fixed;
  top: 50px;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid #eee;
}
.cls-weDoing.inCase.fixed .col {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
.cls-weDoing.inCase.fixed .col .icon {
  background-image: url('../images/product_icons_gray.png');
  background-repeat: no-repeat;
  border-color: #e7e7e7;
}
.cls-weDoing.inCase.fixed .col h5 {
  color: #ddd;
  margin-bottom: 0;
}
.cls-weDoing.inCase.fixed .col.active .icon {
  background-image: url('../images/product_icons_1.png');
  background-repeat: no-repeat;
  border-color: #4fe4e3;
}
.cls-weDoing.inCase.fixed .col.active h5 {
  color: #06182c;
}
.cls-weDoing .col {
  width: 45%;
  border: 1px solid #ebebeb;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  padding-top: 0;
}
.cls-weDoing .col h5 {
  margin-bottom: 12px;
}
.cls-weDoing .col .icon {
  margin-bottom: 20px;
  border-radius: 50%;
  background-color: #fff;
  background-image: url('../images/product_icons_1.png');
  background-repeat: no-repeat;
  background-position: 25px center;
  margin-top: -52px;
  border: 1px solid #4fe4e3;
  width: 105px;
  height: 105px;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cls-weDoing .col .icon.icon2 {
  background-position: -338px center;
}
.cls-weDoing .col .icon.icon3 {
  background-position: -695px center;
}
.cls-weDoing .col .icon.icon4 {
  margin-bottom: 20px;
  border-radius: 50%;
  background-color: #fff;
  background-image: url('../images/product_icons_4.png');
  background-repeat: no-repeat;
  background-position: 25px center;
  margin-top: -52px;
  border: 1px solid #4fe4e3;
  width: 105px;
  height: 105px;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cls-nav-top {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
  width: 100%;
  padding: 70px 110px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background: transparent;
  -webkit-transition: all linear 150ms;
  -moz-transition: all linear 150ms;
  -o-transition: all linear 150ms;
  transition: all linear 150ms;
}
.cls-nav-top.active {
  padding: 30px;
}
.cls-nav-top.relative {
  position: relative;
}
.cls-nav-top.absolute {
  position: absolute;
}
.cls-nav-top.black {
  background: rgba(0, 0, 0, 0.85);
  padding-top: 10px!important;
  padding-bottom: 10px!important;
}
.cls-center-body section > .cls-case-item {
  max-width: 1200px;
}
.cls-case-item-wrapper {
  border-bottom: 1px solid #eee;
  padding: 100px 0;
}
.cls-case-item-wrapper:nth-child(2n) .col-image {
  text-align: right;
}
.cls-case-item-wrapper:nth-child(2n) .col {
  left: auto;
  right: 500px;
}
.cls-case-item {
  position: relative;
}
.cls-case-item:before,
.cls-case-item:after {
  content: " ";
  display: table;
}
.cls-case-item:after {
  clear: both;
}
.cls-case-item:before,
.cls-case-item:after {
  content: " ";
  display: table;
}
.cls-case-item:after {
  clear: both;
}
.cls-case-item h1 {
  font-size: 28px;
  font-weight: 300;
  margin-bottom: 21px;
}
.cls-case-item h1:after {
  content: "";
  width: 4em;
  display: block;
  border-bottom: 1px solid #4fe4e3;
  margin-top: 12px;
}
.cls-case-item .col-image img {
  width: 400px;
}
.cls-case-item .col {
  position: absolute;
  left: 500px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cls-case-item .btn-block {
  margin: 20px 0;
  color: #06182c;
}
.cls-case-item p {
  font-weight: 300;
  line-height: 1.8;
}
@media screen and (max-width: 1366px) {
  .cls-nav-top {
    padding: 30px 30px 10px;
  }
  .cls-nav-directive {
    left: 30px;
  }
  .cls-nav-directive .navs {
    margin-left: 0;
  }
  .cls-nav-directive .copyright {
    display: none;
  }
}
@media screen and (max-width: 680px) {
  .cls-nav-top {
    padding: 10px 15px;
  }
  .cls-nav-directive {
    display: none;
  }
  .header .btn-icon {
    float: right;
    display: inline-block;
  }
  .cls-banner-wrap .stars span {
    width: 20px!important;
    height: 20px!important;
  }
  .cls-banner-wrap .text {
    left: 50%;
    -webkit-transform: translate(-50%, -40%);
    -moz-transform: translate(-50%, -40%);
    -ms-transform: translate(-50%, -40%);
    -o-transform: translate(-50%, -40%);
    transform: translate(-50%, -40%);
    font-size: 14px;
  }
  .cls-banner-wrap .text p {
    line-height: 20px;
  }
  .cls-banner-wrap .text p:last-child {
    padding-left: 0;
  }
  .cls-banner-wrap .text p:nth-child(n+3) {
    display: none;
  }
  .cls-section-title.first {
    margin-top: 60px;
  }
  .cls-weDoing {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cls-weDoing .col {
    background-color: #fcffff;
    width: 100%;
    margin: 0 0 100px;
  }
  .cls-weDoing .col:last-child {
    margin-bottom: 0;
  }
  .cls-weDoing .btn-block {
    
  }
  .cls-weDoing.inCase .col {
    background: none;
    width: auto;
    margin: 0 !important;
    padding: 0 15px;
  }
  .cls-weDoing.inCase .col .icon {
    width: 60px;
    height: 60px;
    background-size: auto 34.28571429px;
    background-position: 14.28571429px center;
  }
  .cls-weDoing.inCase .col .icon.icon2 {
    background-position: -193.14285714px center;
  }
  .cls-weDoing.inCase .col .icon.icon3 {
    background-position: -397.14285714px center;
  }
  .cls-case-nav {
    height: 112px;
  }
  .cls-case-item-wrapper .col-image {
    text-align: center!important;
  }
  .cls-case-item-wrapper .col-image img {
    max-width: 100%;
    width: 250px;
  }
  .cls-case-item-wrapper .cls-case-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cls-case-item-wrapper .col {
    position: static;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .cls-case-item-wrapper .col .btn-wrapper {
    text-align: center;
  }
  .cls-case-item-wrapper .col .wrapper img {
    margin: 0 auto;
    display: block;
  }
  .cls-center-body .cls-contact-section {
    padding: 30px 15px;
  }
  .cls-center-body .cls-contact-section .col-6 {
    width: 100%;
  }
  .cls-center-body .cls-contact-section .address,
  .cls-center-body .cls-contact-section .telephone {
    margin-bottom: 20px;
    background-size: 20px auto;
    background-position: 3px 0px;
  }
  .cls-center-body .cls-contact-section .english,
  .cls-center-body .cls-contact-section .line {
    display: none;
  }
  .cls-center-body .cls-contact-section .telephone {
    background-position: 3px -59.45945946px;
  }
  .cls-center-body .cls-contact-section .line {
    width: auto;
    border-width: 0.99px;
  }
  .cls-center-body .cls-contact-section .item .icon {
    background-size: 30px auto;
    width: 25px;
    height: 25px;
    border: 0;
    background-size: 35px auto;
  }
  .cls-center-body .cls-contact-section .item .icon.message {
    background-position: center -242.16216216px;
  }
  .cls-center-body .cls-contact-section .item .icon.weixin {
    background-position: center -303.64864865px;
  }
  .cls-center-body .cls-contact-section .item .icon.weibo {
    background-position: center -365.13513514px;
  }
  .cls-center-body .cls-contact-section .item span {
    margin-left: 25px;
  }
  .cls-center-body .cls-contact-section .item:last-child {
    margin-bottom: 0;
  }
  .footer {
    padding: 15px;
  }
  .footer > .wrap .space {
    display: block;
    height: 0;
  }
  .cls-parters ul li {
    width: 33.33%;
  }
  .cls-parters ul li img {
    width: 60px;
  }
  .cls-parters ul li a p {
    line-height: 60px;
  }
  .cls-center-body section {
    padding: 30px 15px;
  }
  .cls-section-title {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .cls-section-title h4 {
    font-size: 28px;
  }
  .cls-section-title p.line {
    margin-top: 10px;
  }
  .cls-menuBar {
    display: none;
    clear: both;
    float: none;
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    border-top: 0.99px solid rgba(255, 255, 255, 0.1);
  }
  .cls-menuBar ul {
    padding: 0 0 0 15px;
    float: none;
  }
  .cls-menuBar ul li {
    padding: 0;
    margin: 0;
    border-bottom: 0.99px solid rgba(255, 255, 255, 0.05);
    float: none;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .cls-menuBar ul li a {
    line-height: 44px;
  }
  .cls-menuBar ul li a .point {
    display: none;
  }
  .cls-menuBar.pre-show {
    display: block;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .cls-menuBar.pre-show.show {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
