#new_footer {
  width: 100%;
  background-color: #36393B;
  font-family: MicrosoftYaHei;
}

#new_footer .new_footer_content {
  width: 1200px;
  margin: 0 auto;
  padding-top: 50px;
  box-sizing: border-box;
}

#new_footer .new_footer_content>p {
  padding: 10px 0;
}

#new_footer .new_footer_content .content-container {
  margin-bottom: 40px;
}

#new_footer .new_footer_content .logo-container {
  float: left;
  border-right: 1px solid rgb(157, 155, 155);
  padding-bottom: 20px;
  padding-right: 24px;
}

#new_footer .new_footer_content .logo-container i {
  font-size: 80px;
  color: #3B85F6;
}

#new_footer .new_footer_content .footer-list {
  float: left;
  margin-left: 47px;
  width: 226px;
  margin-top: 15px;
}

#new_footer .new_footer_content .footer-list:last-child {
  width: fit-content;
}

#new_footer .new_footer_content .footer-list dt {
  font-size: 20px;
  color: #fff;
  padding-bottom: 10px;
  border-bottom: 2px solid #fff;
  width: fit-content;
}

#new_footer .new_footer_content .footer-list dd {
  line-height: 20px;
  margin-top: 10px;
  color: #999;
}

#new_footer .new_footer_content .footer-list dd span {
  display: inline-block;
  vertical-align: top;
}

#new_footer .new_footer_content .footer-list dd a {
  cursor: pointer;
  color: #999;
}

#new_footer .footer-link {
  font-size: 14px;
  margin-bottom: 10px;
}

#new_footer .footer-link #friendlyLink div {
  display: inline-block;
  vertical-align: top;
}

#new_footer .footer-link span {
  margin-right: 5px;
  color: #fff;
  font-size: 18px;
}

#new_footer .footer-link a {
  color: #999;
  /* border-left: 2px solid #999; */
  padding: 0 5px;
  margin-bottom: 5px;
  display: inline-block;
}

#new_footer .footer-link a:nth-child(1) {
  /* border-left: 2px solid #1888FF; */
}

#new_footer .footer-bottom {
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #fff;
  font-family: PingFang-SC-Regular;
  line-height: 40px;
  height: 40px;
  background-color: #303030;
}

#new_footer .footer-bottom a {
  color: #fff;
}

#new_footer .footer-bottom .hover-a:hover {
  color: #006DF6;
}

/*# sourceMappingURL=footer.css.map */

.index_bottom {
  color: rgb(157, 155, 155);
  font-size: 16px;
  text-align: center;
  border-bottom: 2px solid;
  padding-bottom: 8px;
  margin: 0 10px;
}

.logo-container a {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 11.4px;
  color: rgb(157, 155, 155);
}

.logo-container a:hover {
  cursor: pointer;
}

.foot_btn {
  width: 164px;
  text-align: center;
  border-right: 1px solid rgb(157, 155, 155);
  padding-right: 26px;
}

.foot_btn p {
  color: rgb(157, 155, 155);
  margin-bottom: 10px;
}

.foot_btn p:hover {
  cursor: pointer;
}

.add_new_footer {
  width: calc(100% - 219px);
  padding-left: 38px;
  height: 72px;
}

.foot_act_btm {
  color: #006DF6 !important;
}

#foot4{
  color: rgb(157, 155, 155);
}