@charset "UTF-8";

.pc-foot {
  position: relative;
  width: 100%;
  min-width: 960px;
  margin: 0 auto;
  text-align: center;
  font-size: 12px;
  color: #868686;
  background-color: #fff;
  margin-top: 20px;
  padding-top: 30px;
}

.pc-foot .pc-foot-link {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}

.pc-foot .pc-foot-link a {
  width: 100px;
  text-align: center;
  color: #000;
  border-right: 1px solid #000;
}

.pc-foot .pc-foot-link a:last-child {
  border-right: unset;
}

.pc-foot .pc-foot-content {
  width: 870px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pc-foot .pc-foot-content .pc-foot-logo {
  margin-top: 3px;
}

.pc-foot .pc-foot-content .pc-foot-logo img {
  width: 170px;
  height: 52px;
}

.pc-foot .pc-foot-content .pc-foot-letter {
  text-align: left;
}

.pc-foot .pc-foot-content .pc-foot-letter span {
  line-height: 28px;
  margin-left: 20px;
  font-size: 14px;
}

.pc-foot .pc-foot-content .pc-foot-letter span a {
  color: #337ab7;
}

.pc-foot .pc-foot-pipe {
  margin: 5px 0 8px 0;
}

.pc-foot .pc-foot-pipe a {
  border: 1px solid #ebebeb;
  padding: 10px 16px;
  display: inline-flex;
  color: #000;
  margin-right: 8px;
  height: 40px;
  width: 170px;
}

.pc-foot .pc-foot-pipe a i {
  margin-left: 15px;
  display: block;
  float: right;
  font-style: normal;
  text-align: left;
  margin-top: 5px;
}

.pc-foot .foot-bottom {
  width: 100%;
  height: 82px;
  background-color: #333;
  margin-top: 42px;
}