.main {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.container {
  width: 100%;
  height: 100%;
}
.width-100 {
  width: 100%;
  height: 100%;
}
.header {
  width: 100%;
  height: 100%;
}
.content {
  margin: 0 23%;
  position: relative;
  top: -100px;
}

.footer {
  position: relative;
  width: 100%;
  height: 128px;
  background: rgba(0, 0, 0, 0.9);
  font-weight: 400;
  font-size: 16px;
}
.fcontent {
  color: #ffffff;
  width: 100%;
}
a:link {
  color: #fff;
}
a:visited {
  color: #fff;
  text-decoration: none;
}

.links {
  margin-left: 70px;
}
.links a {
  margin-right: 23px;
}

.links a::after {
  position: relative;
  display: inline-block;
  content: "";
  background-image: url("../images/l.png");
  width: 2px;
  height: 15px;
  margin-left: 14px;
  margin-top: 2px;
}
a:last-child::after {
  display: none;
}
a:last-child {
  margin-top: 2px;
}

.logo {
  width: 100px;
  height: 40px;
}

/* 联系我 */
.c-content {
  margin-left: 23%;
  margin-top: 80px;
}

.c-content p {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 40px;
}

.c-content .col span {
  font-size: 18px;
  margin-bottom: 24px;
  line-height: 18px;
}

.c-content .col {
  margin-right: 28px;
}
.mt-24 {
  margin-top: 24px;
}
/* 联系我 end */
