@font-face {
  font-family: 'QifuSans';
  src: url('QiFu-Sans-Std-Regular.otf');
  font-style: normal;
}
@font-face {
  font-family: 'QifuSansMedium';
  src: url('QiFu-Sans-Std-Medium.otf');
  font-style: normal;
}
body {
  font: 400 14px/1.5 'PingFang SC', HelveticaLight, 'Helvetica Neue', 'Heiti SC', 'Microsoft Yahei', tahoma, arial, sans-serif;
  margin: 0;
  padding: 0;
  background: #f4f5f9;
}
* {
  margin: 0;
  padding: 0;
}
a {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
ul,
li {
  list-style: none;
}
h5,
h4,
h3 {
  font-weight: 400;
}
a,
span,
i,
input {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-appearance: none;
  outline: none;
  border: 0;
  line-height: normal;
  background: none;
}
::-webkit-input-placeholder {
  color: #c1c1c1;
}
:-moz-placeholder {
  color: #c1c1c1;
}
::-moz-placeholder {
  color: #c1c1c1;
}
::-ms-clear,
::-ms-reveal {
  display: none;
}
.clearfix:after,
.clearfix:before {
  content: ' ';
  display: table;
}
.clearfix:after {
  clear: both;
}
img {
  display: block;
  width: 100%;
  vertical-align: middle;
}
.fr {
  float: right;
}
.fl {
  float: left;
}
.tc {
  text-align: center;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.container {
  width: 1200px;
  margin: 0 auto;
}
.num-360 {
  font-family: 'QifuSansMedium';
}
.num-360-normal {
  font-family: 'QifuSans';
}
.ft12 {
  font-size: 12px;
}
.ft16 {
  font-size: 16px;
}
.ft18 {
  font-size: 18px;
}
.ft54 {
  font-size: 54px;
}
.fw-500 {
  font-weight: 500;
}
.title-color {
  color: #121736;
}
.white {
  color: #fff;
}
.ml-76 {
  margin-left: 76px;
}
.mt-80 {
  margin-top: 80px;
}
.mt-40 {
  margin-top: 40px;
}
.ml-16 {
  margin-left: 16px;
}
.ml-24 {
  margin-left: 24px;
}
.ml-30 {
  margin-left: 30px;
}
.ml-40 {
  margin-left: 40px;
}
.ml-120 {
  margin-left: 120px;
}
.mt-12 {
  margin-top: 12px;
}
.mt-24 {
  margin-top: 24px;
}
.mt-28 {
  margin-top: 28px;
}
/* 文字换行溢出处理 */
.text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.text-ellipsis-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.header {
  width: 100%;
  position: absolute;
  z-index: 4;
}
.header .nav-left {
  padding: 27px 0;
  width: 611px;
}
.header .nav-right {
  padding-top: 34px;
  font-size: 20px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.7);
}
.header .nav-right a {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.7);
}
.header .nav-right .fl {
  cursor: pointer;
}
.header .nav-right .actived {
  position: relative;
  color: #fff;
}
.header .nav-right .actived a {
  color: #fff;
}
.header .nav-right .actived::after {
  display: block;
  content: '';
  position: absolute;
  width: 40px;
  height: 3px;
  top: 38px;
  left: 50%;
  margin-left: -20px;
  border-radius: 2px;
  background-color: #fff;
}
h3.title {
  position: relative;
  font-size: 38px;
  font-weight: 500;
  line-height: 53px;
}
h3.title::after {
  display: block;
  content: '';
  position: absolute;
  width: 75px;
  height: 4px;
  background: #ccf1de;
  border-radius: 4px;
  bottom: 0;
}
h3.title.white::after {
  display: block;
  content: '';
  position: absolute;
  width: 75px;
  height: 4px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  bottom: 0;
}
.footer-block {
  margin-top: 100px;
  padding: 92px 0 58px;
  background: #22242a;
}
.footer-block .container {
  position: relative;
}
.footer-block .right-wx {
  position: absolute;
  top: 0;
  right: 0;
  width: 160px;
  text-align: center;
}
.footer-block .right-wx .img {
  width: 160px;
  height: 160px;
  border-radius: 6px;
  background: #40434B;
  display: block;
}
.footer-block .right-wx span {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
  padding-top: 12px;
  line-height: 12px;
  display: block;
  letter-spacing: 2px;
  font-weight: 400;
}
.footer-block .logo-box {
  height: 26px;
}
.footer-block .logo-box img {
  height: 26px;
  width: auto;
}
.footer-block .footer-cont {
  margin-top: 68px;
}
.footer-block .footer-cont dt {
  position: relative;
  font-size: 20px;
  font-weight: 500;
  color: #efefef;
  line-height: 20px;
}
.footer-block .footer-cont dt::after {
  position: absolute;
  display: block;
  content: '';
  width: 32px;
  height: 2px;
  background: rgba(216, 216, 216, 0.19);
  top: 34px;
}
.footer-block .footer-cont dd,
.footer-block .footer-cont a {
  font-size: 14px;
  color: #ababab;
  line-height: 20px;
}
.footer-block .footer-cont .right {
  float: right;
  width: 160px;
  text-align: center;
}
.footer-block .footer-cont .right .img {
  width: 160px;
  height: 160px;
  border-radius: 6px;
  background: #40434B;
  display: block;
}
.footer-block .footer-cont .right span {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
  padding-top: 12px;
  line-height: 12px;
  display: block;
  letter-spacing: 2px;
  font-weight: 400;
}
.footer-block .img-box {
  width: 130px;
  margin-left: 12px;
}
.footer-block .img-text {
  margin-top: 12px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 12px;
  text-align: center;
}
.beian-block {
  padding: 20px 0;
  background: #1f1f1f;
}
.beian-block .text-1 {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.2);
  line-height: 12px;
}
.beian-block .text-2,
.beian-block a {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.2);
  line-height: 17px;
}
.beian-block .text-2 {
  margin-top: 7px;
}
.app-download-popup {
  position: fixed;
  z-index: 10;
  width: 100vw;
  height: 100vh;
  overflow-y: scroll;
  top: 0;
  background-color: rgba(0, 0, 0, 0.7);
}
.app-download-popup .app-download-block {
  position: relative;
  margin-top: 153px;
  margin-bottom: 30px;
  height: 520px;
  padding-top: 110px;
  background: url('../images_new/app-down-bg.png?v=1') no-repeat top left;
  background-size: auto 100%;
}
.app-download-popup .close-box {
  position: absolute;
  width: 40px;
  top: 30px;
  right: 30px;
  cursor: pointer;
}
.app-download-popup .img-code-box {
  width: 260px;
  margin: 0 0 42px 724px;
}
.app-download-popup .text-1 {
  width: 500px;
  margin-left: 604px;
  font-size: 36px;
  color: #121736;
  line-height: 50px;
}
.app-download-popup .desc-box {
  width: 500px;
  margin-left: 604px;
  margin-top: 24px;
  padding-left: 17px;
}
.app-download-popup .desc-box img {
  width: 26px;
}
.app-download-popup .text-2 {
  margin-left: 8px;
  font-size: 24px;
  color: #121736;
  line-height: 24px;
}
