.container {
  width: 1200px;
  margin: 0 auto;
}
.footer .pcfoot {
  background: #333333;
  color: #e4e4e4;
  font-size: 12px;
  line-height: 23px;
  margin-top: 30px;
}
.footer .pcfoot .footop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0;
}
.footer .pcfoot .footop .logo .log {
  width: 176px;
  height: 61px;
}
.footer .pcfoot .footop .logo p {
  font-size: 18px;
  margin-top: 10px;
  letter-spacing: 2px;
}
.footer .pcfoot .footop .cen {
  margin: 0 82px 0 82px;
  padding: 0 50px;
  border-left: 1px solid #666666;
  border-right: 1px solid #666666;
  display: flex;
  flex: 1;
  justify-content: space-between;
}
.footer .pcfoot .footop .cen .tel h3 {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  padding: 15px 0;
}
.footer .pcfoot .footop .cen .tel .but {
  display: inline-block;
  color: #fff;
  background: #c20000;
  padding: 0 15px;
  border-radius: 20px;
}
.footer .pcfoot .footop .cen .tel .but:hover {
  background: #ffffff;
  color: #c20000;
}
.footer .pcfoot .footop .cen .ol h6 {
  font-size: 14px;
  margin-bottom: 15px;
}
.footer .pcfoot .footop .codes {
  display: flex;
  font-size: 14px;
  text-align: center;
  line-height: 36px;
}
.footer .pcfoot .footop .codes .code img {
  width: 106px;
  height: 106px;
}
.footer .pcfoot .footbot {
  text-align: center;
  padding: 20px 0;
  border-top: 1px solid #666666;
}
.footer .mfoot {
  display: none;
}
@media (max-width: 768px) {
  .container {
    width: 100%;
  }
  .footer .pcfoot {
    display: none;
  }
  .footer .mfoot {
    display: block;
    background: #CF1E17;
    padding: 0.4rem 0 0.3rem;
    box-sizing: border-box;
    text-align: center;
    font-size: 12px;
    color: #fff;
  }
  .footer .mfoot .logo {
    width: 3.9rem;
    margin-bottom: 0.36rem;
  }
}
