body {
  min-width: 1200px;
  overflow: auto;
}

.min-width {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.posCenter {
  position: absolute;
  left: 50%;
  height: 100%;
  transform: translateX(-50%);
}

.indexBg>img {
  width: 100%;
}

.header {
  position: absolute;
  top: 0;
}

.indexBg .logo {
  width: 148px;
  position: absolute;
  top: 20px;
}

.footer {
  background: #232323;
  color: #666;
  height: 310px;
  overflow: hidden;
}

.title {
  text-align: center;
  font-size: 16px;
}

.title span {
  display: inline-block;
  padding: 20px 0 0px;
  line-height: 36px;
  border-bottom: 3px solid #666;
}

.sec-content {
  height: 157px;
  border-bottom: 3px solid #666;
  position: relative;
  padding-left: 150px;
  display: flex;
  align-items: flex-start;
  box-sizing: border-box;
  padding-top: 47px;
}

.level-line {
  height: 40px;
  width: 2px;
  background: #666;
}

.contact-item {
  display: flex;
  align-items: center;
  padding: 0 65px;
  font-size: 16px;
  white-space: nowrap;
}

.link {
  cursor: pointer;
  color: #f4a400;
}

.contact-icon {
  margin-right: 15px;
}

.footer-content {
  text-align: center;
  box-sizing: border-box;
  text-align: center;
  padding-top: 20px;
  font-size: 12px;
  font-weight: 300;
  color: rgba(247, 245, 245, 1);
}

.copy-content {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 35px;
  line-height: 20px;
}

.copy-content img {
  margin-right: 10px
}

.copy-content a {
  color: #fff;
}

.qrcode {
  position: absolute;
  left: 20px;
  top: -27px;
}

.qrcode img {
  width: 127px;
}

.qrcode .text-center {
  margin-top: 10px;
}

.text-center {
  text-align: center;
}