.common-footer {
  background: #232C37;
}
.common-footer .common-footer-top {
  color: #fff;
  display: flex;
  padding: 35px 0 25px;
}
.common-footer .common-footer-top .common-footer-top-left {
  flex: 1;
  display: flex;
  padding-right: 30px;
  flex-wrap: wrap;
  max-width: 90%;
}
.common-footer .common-footer-top .common-footer-top-left .common-footer-item {
  width: 25%;
  margin-bottom: 3px;
  padding-right: 20px;
  float: left;
}
.common-footer .common-footer-top .common-footer-top-left .common-footer-item .parentNode {
  margin-bottom: 5px;
}
.common-footer .common-footer-top .common-footer-top-left .common-footer-item .parentNode a {
  color: #fff;
  font-size: 15px;
  cursor: default;
}
.common-footer .common-footer-top .common-footer-top-left .common-footer-item .childNode a {
  color: #ddd;
  font-size: 13px;
}
.common-footer .common-footer-top .common-footer-top-right {
  width: 125px;
  position: relative;
  float: right;
}
.common-footer .common-footer-top .common-footer-top-right .footer-link {
  position: relative;
}
.common-footer .common-footer-top .common-footer-top-right .footer-link img {
  width: 18px;
  margin-right: 5px;
}
.common-footer .common-footer-top .common-footer-top-right .wechatImg {
  position: absolute;
  width: 120px;
  height: 120px;
  background: white;
  /*left: -25px;*/
  left: -50px;
  bottom: 28px;
  border-radius: 8px;
  display: none;
}
.common-footer .common-footer-top .common-footer-top-right .wechatImg > img {
  width: 90%;
  height: 90%;
  margin: 5%;
}
.common-footer .common-footer-top .common-footer-top-right .wechatImg .triangle {
  width: 0;
  height: 0;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 10px solid white;
  position: absolute;
  bottom: -10px;
  left: 48px;
}
.common-footer .common-footer-line {
  height: 1px;
  width: 87%;
  background: #4D5054;
  margin: 0 auto;
}
.common-footer .common-footer-bottom {
  display: flex;
  padding: 25px 0;
  align-items: center;
}
.common-footer .common-footer-bottom .common-footer-logo {
  height: 60px;
  margin-right: 45px;
}
.common-footer .common-footer-bottom .common-fotter-version {
  color: #fff;
  margin-left: 77px;
  line-height: 24px;
}
.common-footer .common-footer-bottom .common-fotter-version a {
  color: #fff;
}
.mobile-footer {
  background: #232C37;
}
.mobile-footer .mobile-footer-top {
  padding: 15px 15px 0;
}
.mobile-footer .mobile-footer-top .mobile-footer-box {
  margin-bottom: 15px;
}
.mobile-footer .mobile-footer-top .mobile-footer-top-title {
  color: #fff;
  font-weight: bolder;
  font-size: 15px;
}
.mobile-footer .mobile-footer-top .mobile-footer-top-title a {
  color: #fff;
}
.mobile-footer .mobile-footer-top .mobile-footer-top-intro {
  font-size: 13px;
}
.mobile-footer .mobile-footer-top .mobile-footer-top-intro a {
  color: #9EA2A6;
}
.mobile-footer .mobile-follow-us {
  color: #fff;
  padding: 0 15px 20px;
  font-weight: bolder;
}
.mobile-footer .mobile-follow-us .mobile-footer-link img {
  width: 16px;
  margin-right: 5px;
}
.mobile-footer .mobile-footer-bottom {
  border-top: 1px solid #313840;
  padding: 25px 15px 20px;
}
.mobile-footer .mobile-footer-bottom .mobile-footer-bottom-logo .mobile-footer-logo {
  height: 50px;
}
.mobile-footer .mobile-footer-bottom .mobile-footer-bottom-logo .mobile-footer-logo:first-child {
  margin-right: 50px;
}
.mobile-footer .mobile-footer-bottom .mobile-fotter-version {
  color: #fff;
  font-size: 12px;
  margin-top: 15px;
  line-height: 16px;
}
.mobile-footer .mobile-footer-bottom .mobile-fotter-version a {
  color: #fff;
}
