@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  min-height: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
body {
  background: #FFFFFF;
  font-size: 14px;
  color: #58585C;
  word-break: break-word;
  -webkit-overflow-scrolling: touch;
  min-width: 1220px;
}
html {
  overflow-x: auto;
}

html, body, .container {
  min-height: 100%;
  height: 100%;
}
.container {
  overflow: auto;
}

ul, ol, li, dl, dt, dd {
  list-style: none;
  margin: 0;
  padding: 0;
}

body, input, a, select, textarea, button {
  font-family: "PingFang SC", "微软雅黑", "Microsoft YaHei", Helvetica, Arial, sans-serif;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline: none;
}

input:focus, textarea:focus ,a {
  outline: none;
}

img {
  border: none;
}

button {
  border: none;
  outline: none;
  background: none;
}

a {
  text-decoration: none;
  outline: none;
}

input:focus, textarea:focus, a {
  outline: none;
}

i {
  font-style: normal;
}

.display-flex {
  display: -webkit-box;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: flex;
}

.flex-center {
  text-align: center;
  justify-content: center;
}

.flex-end {
  justify-content: flex-end;
}

.flex-middle {
  align-items: center;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-between {
  justify-content: space-between;
}

.flex-column {
  flex-direction: column
}

.flex-column-middle {
  justify-content: center;
}

.flex-1 {
  display: block;
  -webkit-box-flex: 1;
  flex: 1;
}

.hoverBtn {
  transition: transform .2s ease-in-out;
}

.hoverBtn:hover {
  transform: scale(1.02);
}

.content {
  width: 1200px;
  margin: auto;
  padding: 0 10px;
}
.main {
}
.img_block {
  display: block;
}
.img_100 {
  width: 100%;
}
.header {
  background: #29292E;
  min-height: 60px;
  max-height: 60px;
  padding: 10px 0;
  width: 100%;
}
.logo {
  width: auto;
  height: 40px;
}
.footer {
  font-size: 14px;
  color: #58585C;
  line-height: 24px;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
.download_con {
  position: absolute;
  left: 55.4%;
  top: 55.4%;
}
.download_con img {
  width: auto;
  height: 48px;
}
.policy_content {
  padding-top: 40px;
  padding-bottom: 40px;
}
.policy_content a {
  color: #00124A;
  font-size: 16px;
  font-weight: bold;
}
.policy_content a:hover {
  text-decoration: underline;
}



