body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  background: url('../images/bg.png') 0 0 no-repeat;
}

#container {
  width: 100%;
  position: relative;
  margin: 0 auto;
}

.header-warp {
  width: 100%;
  height: 100px;
  background: #fff;
  position: fixed;
  left: 0;
  top: 0;
}

.header-row {
  width: 980px;
  height: 75px;
  margin: 0 auto;
  padding: 10px 0;
}

.logo-warp {
  width: 100%;
  height: 75px;
  overflow: hidden;
}

.header-row img {
  display: block;
  float: left;
  width: 220px;
}

.login-warp {
  display: block;
  float: right;
  height: 60px;
}

.link-text {
  display: block;
  float: left;
  width: 60px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin: 30px 0 0 0;
  text-decoration: none;
  color: #000;
  position: relative;
}

.link-text-active {
  font-weight: bold;
}

.link-text-active::after {
  display: block;
  width: 30px;
  height: 4px;
  content: '';
  background: #000;
  border-radius: 2px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.body-warp {
  width: 100%;
  padding: 120px 0 0 0;
}

.body-row {
  width: 980px;
  height: auto;
  margin: 120px auto;
  height: 390px;
}

.phone {
  float: left;
  width: 180px;
  margin: 0 0 0 80px;
}

.phone img {
  display: block;
  width: 180px;
}

.weixin-app-warp {
  float: left;
  width: 320px;
  height: 300px;
  margin: 0 0 0 140px;
  padding: 60px 0;
}

.weixin-app-title {
  width: 320px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 22px;
}

.weixin-app-search {
  display: block;
  width: 320px;
}

.weixin-app-search img {
  width: 320px;
}

.weixin-app-qrcode-warp {
  width: 320px;
  margin: 20px 0 0 0;
  overflow: hidden;
}

.weixin-wewap-warp {
  float: left;
  width: 90px;
  margin: 0 0 0 50px;
}

.weixin-weapp-warp {
  float: left;
  width: 90px;
  margin: 0 0 0 40px;
}

.weixin-app-qrcode-warp img {
  display: block;
  width: 90px;
  height: 90px;
}

.weixin-app-qrcode-warp .weixin-wewap-text {
  display: block;
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 13px;
}

.weixin-app-qrcode-warp .weixin-weapp-text {
  display: block;
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 13px;
}

.footer-warp {
  width: 100%;
  height: 50px;
  background: #000;
  position: fixed;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-row {
  width: 980px;
  height: 50px;
  margin: 0 auto;
}

.footer-row span {
  display: block;
  float: left;
  line-height: 50px;
  font-size: 13px;
}

.span-text {
  color: #fff;
}

.span-space {
  width: 1px;
  height: 15px;
  background: #fff;
  margin: 17.5px 10px;
}

.link-beian {
  color: #3662ec;
  text-decoration: none;
}
