/*基础公用样式*/
/* @font-face {
  font-family: 'SourceHanSerifSC';
  src: url('../fonts/SourceHanSerifSC-Heavy.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: 'MyCustomFont', sans-serif;
}
body {
  font-family: 'MyCustomFont', sans-serif;
} */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  font-size: 0.24rem;
  line-height: 1.6;
  font-family: -apple-system-font, Helvetica Neue, sans-serif;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a img {
  border: 0;
}
a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
img {
  width: 100%;
  vertical-align: middle;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
.page {
  width: 100%;
  height: auto;
  min-height: 100vh;
  margin: 0 auto;
  background: #f6f6f6;
}
.page .content {
  max-width: 1200px;
  margin: 0 auto;
}

footer {
  width: 100%;
  background: #1267b2;
}
footer .content {
  min-height: 702px;
  position: relative;
  flex-wrap: wrap;
  display: flex;
  padding-top: 150px;
}
footer .content .info {
  width: 265px;
}
footer .content .info h4 {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 30px;
  color: #FFFFFF;
  line-height: 30px;
  margin-bottom: 50px;
}
footer .content .info p {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 28px;
}
footer .content .menu {
  display: flex;
  justify-content: space-around;
  flex-grow: 2;
}
footer .content .menu a {
  display: block;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #D2EAFF;
  line-height: 28px;
  cursor: pointer;
}
footer .content .menu a:not(.second) {
  margin-bottom: 14px;
}
footer .content .menu a.second {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #9DCEF9;
  line-height: 18px;
}
footer .content .menu a.second:hover {
  color: #cde6fc;
}
footer .content .menu a:hover {
  color: #ffffff;
}
footer .content .copyright {
  width: 100%;
  position: absolute;
  bottom: 40px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
}