.header {
  width: 100%;
  background-color: #fff;
  height: 80px;
  display: flex;
  align-items: center;
  box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.08);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  padding: 0 50px;
}
.header-content {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
}
.header-logo {
  display: block;
  width: 147px;
  height: 35px;
}
img {
  width: 100%;
  height: 100%;
  display: block;
}
.licence-container {
  width: 100%;
  min-width: 1300px;
  background-color: #F6F6F6;
  padding: 130px 50px 0 50px;
  box-sizing: border-box;
}
.container-inner {
  width: 1200px;
  min-width: 1200px;
  background-color: #fff;
  margin: 0 auto;
  padding: 50px 100px 100px;
}
.l-title {
  font-size: 32px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 25px;
  text-align: center;
  font-family: Microsoft YaHei UI;
}
.l-version {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  text-align: center;
  font-family: Microsoft YaHei UI;
}
.l-text {
  line-height: 30px;
  color: #666;
  font-size: 14px;
  font-family: Microsoft YaHei UI;
  text-indent: 2em;
}
.l-t-title {
  font-size: 16px;
  font-weight: 600;
  font-family: Microsoft YaHei UI;
  margin-bottom: 20px;
  margin-top: 40px;
}
.licence-footer {
  height: 198px;
  width: 100%;
  min-width: 1300px;
  background-color: #F6F6F6;
  padding: 0 50px;
}
.footer-inner {
  padding-top: 50px;
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
}
.licence-btn {
  margin-right: 30px;
  font-size: 14px;
  font-family: Microsoft YaHei UI;
  font-weight: 400;
  color: #666666;
}
.t-bold {
  font-weight: bold;
}