@charset "UTF-8";
/* 底部样式  start*/
.footer-box {
  background: #141E37;
  padding: 30px 20px 10px 20px;
  color: #fff;
}

.footer-box .col-md-10 {
  padding: 0 20px;
}

.footer-box .col-md-2 {
  padding: 0 20px;
}

.footer-box .bottom-l-box {
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}

.footer-box .bottom-l-box .footer-logo {
  max-width: 360px;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}

.footer-box .bt-p1 {
  margin-bottom: 30px;
  text-align: left;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0px;
  color: #FFFFFF;
}

.footer-box .addr-box {
  display: flex;
  /* align-items: center; */
  margin-bottom: 1.875rem;
}

.footer-box .addr-box .addr-txt {
  margin-bottom: 0;
  margin-left: .25rem;
}

.footer-box .link-box {
  display: flex;
  align-items: center;
  margin-bottom: 1.875rem;
}

.footer-box .link-box .icon-a {
  text-decoration: none;
  color: #fff;
  margin-right: 1.875rem;
  cursor: pointer;
}

.footer-box .link-box .icon-a:hover {
  color: #ffe3c0;
}

.footer-box .link-box .icon {
  font-size: 22px;
  cursor: pointer;
}

.footer-box .bottom-r-box {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  height: 100%;
  /* 给最后一个txt-span设置样式 */
}

.footer-box .bottom-r-box .icon {
  font-size: 1.625rem;
}

.footer-box .bottom-r-box .left-line {
  position: absolute;
  left: -22px;
  top: 0;
  height: 100%;
  width: 1px;
  background: #FFFFFF;
  /* border: 1px solid #FFFFFF; */
}

.footer-box .bottom-r-box .txt-span {
  text-decoration: none;
  margin-top: 1.625rem;
  font-size: 1.125rem;
  font-weight: normal;
  letter-spacing: 0px;
  color: #FFFFFF;
  cursor: pointer;
}

.footer-box .bottom-r-box .txt-span:last-child {
  margin-bottom: 1.625rem;
}

.footer-box .bottom-r-box .txt-span:hover {
  color: #ffe3c0;
}

/* 底部样式  end*/
