root {
  --app-color: #fe0002;
}
body {
  font-size: 16px;
}
.txt-app {
  color: #fe0002;
}
.bg-app {
  background-color: #fe0002;
}
.bg-blur {
  background-color: #f7f7f7;
}
.shadow-app {
  box-shadow: 2px 2px 5px rgba(254, 0, 2, 0.5);
}
.app-link {
  color: inherit;
}
.app-link:hover {
  color: inherit;
}
.app-p {
  text-indent: 2em;
  line-height: 2em;
}
.flex-space {
  justify-content: space-between;
}
.box-shadow {
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
}
.page-section {
  margin: 60px 0;
}
.navbar-brand .logo {
  height: 50px;
  margin-top: -15px;
}
.navbar-placeholder {
  height: 50px;
}
.navbar-default .navbar-nav > li > a {
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
  border-bottom: 2px solid transparent;
  font-size: 16px;
}
.navbar-default .navbar-nav > li.active > a {
  font-weight: bold;
  color: #4d6d9c;
  border-bottom-color: #4d6d9c;
  background-color: unset;
}
.navbar-aim {
  display: none;
  color: #999;
}
@media (min-width: 768px) {
  .navbar-aim {
    margin-right: 15px;
    line-height: 50px;
    display: inline-block;
  }
}
.app-page {
  min-height: calc(100vh - 50px);
}
.page-hd {
  height: 450px;
  overflow: hidden;
  text-align: center;
  background: #5d9efc center center / auto 100% no-repeat;
}
.page-title {
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: 24px;
}
.page-desc-title {
  font-size: 18px;
  margin: 16px auto;
  border-bottom: 1px solid #aaa;
}
.page-desc-body {
  line-height: 2em;
  text-indent: 2em;
  color: #777;
}
.footer-ul {
  display: block;
  margin: 0;
  padding: 0 10px;
  list-style: none;
}
.app-footer {
  position: relative;
  z-index: 10;
  padding: 80px 0 140px;
  background: url(../images/svg/bg.svg) center center / 100% 100% no-repeat;
}
.app-footer .classifys {
  list-style: none;
  padding-left: 0;
  color: #eee;
}
.app-footer .classifys .link {
  display: inline-block;
  padding: 6px 0;
}
.app-footer .company-name {
  margin-top: 60px;
  font-size: 20px;
  line-height: 2em;
  color: #fff;
}
.app-footer .link {
  color: inherit;
}
.app-footer .claasify-name {
  font-size: 20px;
}
.app-footer .ft-logo {
  width: 140px;
  height: 140px;
  margin-right: 20px;
  border-radius: 4px;
}
.app-footer .infos {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
  text-align: left;
}
.app-footer .infos > li {
  position: relative;
  line-height: 2em;
}
.app-footer .infos .iconfont {
  color: #fff;
}
.app-footer .infos .icon-WECHAT {
  font-size: 18px;
  left: 18px;
}
.app-footer .info-text {
  color: #eee;
}
@media (max-width: 768px) {
  .app-footer .company-name {
    margin-top: 20px;
  }
  .app-footer .infos {
    margin-top: 0;
    text-align: inherit;
  }
}
.app-copyright {
  padding: 30px 0;
  border-top: 1px solid #eee;
  font-size: 16px;
  line-height: 2em;
  text-align: center;
}
@media (min-width: 768px) {
  .app-copyright {
    line-height: unset;
  }
  .app-copyright .middle {
    text-align: center;
  }
  .app-copyright .right {
    text-align: right;
  }
}
