@charset "UTF-8";
/* 
- 基于 normalize.css v4.1.1 微调整
- html   添加 -webkit-font-smoothing: antialiased;
- img    添加 border: none; max-width: 100%;
- figure 外边距设置为 0
- textarea 添加 vertical-align: top; resize: vertical;
- 移除 h1/dfn 样式
*/
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-family: -apple-system, BlinkMacSystemFont, 'PingFang SC', 'PingFangSC', 'Roboto', 'Hiragino Sans GB', 'Helvetica Neue', 'STHeiti', 'Microsoft YaHei', 'Microsoft JhengHei', 'Source Han Sans SC', 'Noto Sans CJK SC', 'Source Han Sans CN', 'Noto Sans SC', 'Source Han Sans TC', 'Noto Sans CJK TC', 'WenQuanYi Micro Hei', SimSun, sans-serif; }

body {
  margin: 0;
  overflow-x: hidden; }

html,
body {
  line-height: 1.4;
  -webkit-tap-highlight-color: transparent; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block; }

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

progress {
  vertical-align: baseline; }

template,
[hidden] {
  display: none; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

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

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: inherit; }

b,
strong {
  font-weight: bolder; }

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

small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none;
  border: none;
  max-width: 100%; }

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

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

figure {
  margin: 0; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  margin: 0; }

optgroup {
  font-weight: bold; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText; }

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

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  padding: 0; }

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

[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

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

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

html,
body {
  font-family: PingFangSC-Regular, sans-serif;
  min-width: 1200px;
  overflow-x: auto; }

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

.global-header {
  box-sizing: border-box;
  padding-top: 25px;
  padding-left: 10px;
  height: 95px;
  font-size: 0; }
  .global-header .g-h-logo {
    display: inline-block;
    vertical-align: top;
    height: 70px;
    width: 165px; }
  .global-header .g-h-nav {
    display: inline-block;
    vertical-align: top;
    width: 1025px;
    padding: 20px 0;
    height: 30px;
    text-align: right; }
    .global-header .g-h-nav .item {
      display: inline-block;
      font-size: 16px;
      line-height: 30px;
      text-decoration: none;
      color: #202020;
      margin-left: 30px; }
      .global-header .g-h-nav .item.active {
        font-weight: 800; }

.global-footer {
  margin-top: 42px;
  padding-bottom: 70px; }
  .global-footer .g-f-title {
    font-size: 36px;
    line-height: 42px;
    color: #202020;
    text-align: center; }
  .global-footer .g-f-download {
    text-align: center;
    margin: 30px 0 50px; }
    .global-footer .g-f-download .item {
      display: inline-block;
      vertical-align: top; }
      .global-footer .g-f-download .item.android .img, .global-footer .g-f-download .item.ios .img {
        padding-left: 26px; }
      .global-footer .g-f-download .item.android .img,
      .global-footer .g-f-download .item.android .img .i, .global-footer .g-f-download .item.ios .img,
      .global-footer .g-f-download .item.ios .img .i {
        height: 290px;
        width: 235px; }
      .global-footer .g-f-download .item.ios {
        margin: 0 90px; }
      .global-footer .g-f-download .item.qrcode .img {
        width: 200px;
        padding: 115px 0 20px; }
      .global-footer .g-f-download .item.qrcode .img .i {
        height: 150px;
        width: 150px; }
      .global-footer .g-f-download .item .btn {
        margin-top: 30px;
        width: 200px;
        color: #ffffff;
        font-size: 18px;
        height: 50px;
        line-height: 50px;
        background-color: #202020;
        border-radius: 6px;
        cursor: pointer; }
        .global-footer .g-f-download .item .btn .link {
          display: inline-block;
          vertical-align: middle;
          color: #ffffff;
          text-decoration: none; }
        .global-footer .g-f-download .item .btn .icon {
          display: inline-block;
          vertical-align: middle;
          margin: 0 6px 4px 0; }
  .global-footer .g-f-nav {
    text-align: center;
    margin-bottom: 12px; }
    .global-footer .g-f-nav .item {
      display: inline-block;
      font-size: 16px;
      line-height: 24px;
      text-decoration: none;
      color: #202020;
      margin: 0 16px; }
  .global-footer .g-f-contact {
    text-align: center;
    font-size: 12px;
    line-height: 22px;
    color: #666666; }

.page-content {
  min-height: 1200px; }
