.footer_container {
  height: 400px;
  background: url(/images/foot_bg.png) no-repeat center;
  background-size: cover;
}
.footer_container .w_box {
  width: 100%;
  height: 100%;
  padding: 40px 0 32px;
  background-color: rgba(0, 0, 0, 0.75);
}
.footer_container .footer_box {
  width: 74vw;
  margin: 0 auto;
  align-items: flex-start;
}
.footer_container .footer_box .row {
  margin-left: 0;
  margin-right: 0;
}
.footer_container .footer_box .col-lg-10,
.footer_container .footer_box .col-lg-9,
.footer_container .footer_box .col-lg-6,
.footer_container .footer_box .col-lg-5,
.footer_container .footer_box .col-lg-4,
.footer_container .footer_box .col-lg-7,
.footer_container .footer_box .col-lg-3,
.footer_container .footer_box .col-lg-2,
.footer_container .footer_box .col-md-12 {
  padding-left: 0;
  padding-right: 0;
}
.footer_container .footer_box .left_box .item_list {
  display: flex;
}
.footer_container .footer_box .left_box .item_list:nth-child(2) .item:nth-child(1) {
  flex: 1;
}
.footer_container .footer_box .left_box .item_list:nth-child(2) .item:nth-child(2) {
  flex: 1.5;
}
.footer_container .footer_box .left_box .item {
  flex: 1;
}
.footer_container .footer_box .left_box .text1 {
  white-space: nowrap;
  font-size: 18px;
  line-height: 28px;
  color: #FFFFFF;
  margin-bottom: 44px;
}
.footer_container .footer_box .left_box .text2 {
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 20px;
  text-decoration: none;
  /* 去除下划线 */
  white-space: nowrap;
}
.footer_container .footer_box .left_box .text2:hover {
  color: #0056b3;
  /* 鼠标悬停时的颜色 */
}
.footer_container .footer_box .right_box .box_list {
  display: flex;
  justify-content: left;
}
.footer_container .footer_box .right_box .box_list .box:first-child {
  margin-right: 32px;
}
.footer_container .footer_box .right_box .text1 {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 16px;
  color: rgba(255, 255, 255, 0.8);
  text-align: left;
}
.footer_container .footer_box .right_box .text2 {
  font-size: 12px;
  line-height: 20px;
  margin-top: 4px;
  margin-bottom: 16px;
  text-align: center;
  color: #FFFFFF;
}
.footer_container .footer_box .right_box .img {
  width: 72px;
  height: 72px;
  border-radius: 4px;
  background: url(/images/weixin_icon.png) no-repeat center;
  background-size: contain;
}
.footer_container .footer_box .right_box .wx {
  width: 72px;
  height: 72px;
  border-radius: 4px;
  background: url(/images/icon/weixin-icon.png) no-repeat center;
  background-size: contain;
}
.footer_container .footer_box .right_box .video {
  width: 72px;
  height: 72px;
  border-radius: 4px;
  background: url(/images/icon/weinxin-video-icon.png) no-repeat center;
  background-size: contain;
}
.footer_container .footer_box .right_box .xhs {
  width: 72px;
  height: 72px;
  border-radius: 4px;
  background: url(/images/icon/xhs-icon.png) no-repeat center;
  background-size: contain;
}
.footer_container .footer_box .right_box .douyin {
  width: 72px;
  height: 72px;
  border-radius: 4px;
  background: url(/images/icon/douyin-icon.png) no-repeat center;
  background-size: contain;
}
.footer_container .footer_box .copyright {
  padding-top: 54px;
}
.footer_container .footer_box .copyright .text {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
}
.footer_container .footer_box .copyright .text:first-child {
  text-align: right;
}
.footer_container .footer_box .copyright .text:nth-child(2) {
  text-align: center;
  padding: 0 16px;
}
.footer_container .footer_box .copyright .text:last-child {
  text-align: left;
}
