* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  width: 100%;
  min-height: 100vh;
  position: relative;
  padding-bottom: 0px;
}
.container {
  width: 100%;
}
.container .center {
  width: 1200px;
  margin: 0 auto;
}
.header {
  height: 60px;
  border-bottom: 1px solid #e4e4e4;
}
.header .logo {
  height: 60px;
}
.main-page {
  height: 648px;
}
.main-page .img-wall {
  min-width: 1200px;
  max-width: 1920px;
  height: 360px;
  background-color: #e4e4e4;
  background: url("/static/images/indexbg.png") no-repeat;
  background-size: cover;
  transition: all 0.5s;
  margin: 0 auto;
  margin-top: 165px;
}
.main-page .img-wall .center {
  height: 100%;
  padding-left: 445px;
  padding-top: 80px;
  position: relative;
}
.main-page .img-wall .center .abs-phone {
  position: absolute;
}
.main-page .img-wall .center .phone1 {
  width: 346px;
  height: 574px;
  left: 98px;
  top: -104px;
  z-index: 2;
}
.main-page .img-wall .center .phone2 {
  left: 0px;
  top: -85px;
  width: 333px;
  height: 551px;
}
.main-page .img-wall .center .sec-text {
  font-family: Source Han Serif CN, Source Han Serif CN;
  font-weight: 600;
  font-size: 40px;
  color: #ffffff;
}
.main-page .img-wall .center .text {
  margin-top: 28px;
  width: 271px;
  height: 57px;
}
.main-page .img-wall .center .btns {
  margin-top: 40px;
  display: flex;
  align-items: center;
}
.main-page .img-wall .center .btns .btn {
  width: 200px;
  height: 50px;
  background: #02ba44;
  border-radius: 10px 10px 10px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.3s;
}
.main-page .img-wall .center .btns .btn:hover {
  opacity: 0.8;
}
.main-page .img-wall .center .btns .btn2 {
  margin-left: 29px;
}
.footer {
  position: absolute;
  height: 158px;
  background: #2c2a34;
  left: 0px;
  bottom: 0px !important;
  right: 0rpx;
}
.footer .footer_main {
  font-size: 14px;
  box-sizing: border-box;
  width: 1200px;
  margin: 0 auto;
  padding: 40px 92px 0;
}
.footer .footer_contact {
  font-size: 14px;
  box-sizing: border-box;
}
.footer .footer_contact h6 {
  box-sizing: border-box;
  margin: 0;
  float: left;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  line-height: 24px;
  width: 10%;
}
.footer_contact > div span {
  display: block;
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
  line-height: 24px;
}
.footer_contact > div {
  float: left;
  margin-left: 20px;
  display: flex;
  justify-content: space-between;
  width: 80%;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.cr {
  font-weight: 400;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 17px;
  text-align: center;
  margin-top: 50px;
}
footer {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}
.sec-line {
  display: flex;
}
.center .sec-line .qr-code-wrap {
  margin-left: 43.5px;
  width: 100px;
  height: 100px;
  background: #ffffff;
  border-radius: 3px 3px 3px 3px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.qr-code {
  width: 90px;
  height: 90px;
}
