.t-buttom {
  height: 907px;
  background: url('../img/bg2.png') no-repeat;
  background-size: 100%;
  margin-top: 79px;
}

/* 内容区 */

.content {
  margin-top: 85px;
  background: url('../img/follower.png') no-repeat;
  background-position-x: 90%;
}

.c-inner {
  width: 50%;
  margin: 0 auto;
}

.c-inner-left {
  display: inline-block;
  width: 40%;
}

.c-inner-left li {
  margin-top: 60px;
}

.c-inner-left li :nth-child(1) {
  height: 8px;
  width: 35px;
  border-top: 2px dashed #000;
  border-bottom: 2px dashed #000;
}

.c-inner-left li :nth-child(2) {
  margin: 15px 0 32px 0;
}

.c-inner-left li img {
  display: inline-block;
  width: 100%;
}

.c-inner-right {
  display: inline-block;
  margin-left: 19%;
  width: 40%;
}

.c-inner-right li {
  margin-top: 160px;
}

.c-inner-right li :nth-child(1) {
  height: 8px;
  width: 35px;
  border-top: 2px dashed #000;
  border-bottom: 2px dashed #000;
}

.c-inner-right li :nth-child(2) {
  margin: 15px 0 32px 0;
}

.c-inner-right li img {
  display: inline-block;
  width: 100%;
}

.contentTwo img {
  display: block;
  margin: 0 auto;
  width: 70%;
}

/* 二维码 */

.ewm {
  width: 40%;
  margin: 0 auto;
  margin-top: 100px;
}

.ewm p {
  font-size: 30px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: rgba(156, 156, 156, 1);
  text-align: center;
}

.ewm :nth-child(2) {
  width: 50%;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 3px 11px 0px rgba(253, 60, 60, 0.11);
  border-radius: 15px;
  margin: 0 auto;
  margin-top: 43px;
}

.ewm :nth-child(2) img {
  display: block;
  margin: 0 auto;
  padding: 10%;
  width: 80%;
}

.contentTwo {
  margin-top: 100px;
}