html {
  margin: 0;
  padding: 0;
  font-size: 16px;
  background: #111212;
  height: 100%;
}
body {
  display: flex;
  flex-flow: column nowrap;
  height: 100%;
  margin: 0;
  padding: 0;
  color: white;
}
a:link,
a:visited {
  color: white;
  text-decoration: none;
}
.row-content {
  width: 1240px;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.header {
  width: 1240px;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  flex: none;
  height: 72px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.header .logo {
  width: 136px;
  height: 100%;
  flex: none;
  background: url("res/logo.png") no-repeat center center;
  background-size: contain;
}
.header .menu {
  flex: auto;
  padding-left: 3rem;
  display: flex;
  flex-flow: row nowrap;
  height: 100%;
}
.header .menu a {
  display: block;
  text-align: center;
  line-height: 72px;
  padding-left: 1em;
  padding-right: 1em;
}
.header .menu a:hover {
  background-color: #f2a818;
}
.header .lang {
  flex: none;
}
.header .lang span {
  padding: 2px 5px 3px;
  border: 1px solid #333;
  border-radius: 4px;
  color: #666;
}
.footer {
  width: 1240px;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  flex: none;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  color: #a8a8a8;
  font-size: 14px;
  line-height: 1.5em;
  padding-top: 1rem;
  padding-bottom: 0.5rem;
}
.footer a {
  color: #636363;
}
.footer .title {
  color: white;
  margin-bottom: 0.5rem;
}
.footer .spliter {
  flex: auto;
  align-self: stretch;
}
.footer .spliter.with-line {
  border-left: 1px solid #222;
}
.footer .company-info {
  flex: none;
  align-self: flex-end;
  font-size: 12px;
  color: #636363;
}
.footer .company-info .members {
  font-size: 14px;
  color: #a8a8a8;
  margin-bottom: 1rem;
}
.footer .company-info .members span:after {
  content: "、";
}
.footer .company-info .members span:first-child:after,
.footer .company-info .members span:last-child:after {
  content: none;
}
.footer .contact {
  flex: none;
  font-size: 12px;
}
.footer .contact a {
  color: #a8a8a8;
}
.footer .contact label:after {
  content: "：";
}
.footer .qr-code {
  display: flex;
  flex-flow: row nowrap;
  flex: none;
}
.footer .qr-code span {
  color: #636363;
  display: block;
  width: 1em;
  font-size: 12px;
  line-height: 15px;
  padding-right: 1rem;
}
.footer .qr-code img {
  width: 100px;
  height: 100px;
}
.main {
  flex: auto;
  min-width: 1240px;
  background: url("res/main-back.jpg") no-repeat;
  background-size: cover;
}
.main .company {
  padding-left: 2rem;
  font-size: 2rem;
}
