/* 公共底部样式 */
.footer {
  height: 620px;
  color: #979797;
  font-size: 14px;
}
.footer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer .top_footer {
  width: 100%;
  height: 520px;
  background: #2c2c2c;
  box-sizing: border-box;
  padding: 80px 0 60px 0;
}
.sencond_border ul {
  display: flex;
  justify-content: space-around;
}

.sencond_border ul li {
  box-sizing: border-box;
  padding-right: 38px;
  border-right: 1px solid #595959;
}
.sencond_border ul li:first-child {
  padding-left: 0;
}
.sencond_border ul li:last-child {
  border: none;
}
.sencond_border ul li a {
  color: #979797;
  display: block;
  width: 100%;
  height: 100%;
}
/* 中间内容 */
.middle_footer {
  margin-top: 80px;
  height: 80px;
}
.middle_footer ul {
  display: flex;
}
.middle_footer .middle_list {
  width: 300px;
  height: 80px;
  border-bottom: 1px solid #595959;
  margin-right: 100px;
}
.middle_footer .middle_list:last-child {
  margin-right: 0;
}
.middle_footer .middle_list .logo_footer {
  width: 178px;
  height: 60px;
  object-fit: cover;
}
.middle_footer .middle_list .info1 {
  font-size: 24px;
  margin-bottom: 10px;
}
/* 底部信息 */
.thrid_border {
  margin-top: 40px;
}
.footer .center_footer {
  display: flex;
  align-items: center;
}
/* left */
.left_center {
  width: 300px;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
/* center */
.DIV_center {
  width: 300px;
  margin: 0 100px;
}
.DIV_center .connect {
  margin-bottom: 10px;
}
/* right */
.footer .center_footer .right {
  width: 320px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}
.QR_code img {
  width: 140px;
  height: 140px;
  object-fit: cover;
  border-radius: 4px;
}
.footer .center_footer .right .info {
  margin-top: 10px;
}
/*icp备案 */
.footer .icpRecord {
  height: 100px;
  text-align: center;
  background: #000;
  padding: 30px 0;
}

.footer .icpRecord .disc {
  margin-bottom: 10px;
}

/* 点击字体切换 */
.foot_nav {
  color: #ffff !important;
}
