#content {
  width: 100%;
  padding: 24px 0;
}
#content .banner {
  width: 1120px;
  height: 361px;
  background: #0075FF;
  border-radius: 24px 24px 24px 24px;
  margin: 0 auto 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 80px;
}
#content .banner .ban_l h3 {
  font-family: b;
  font-weight: 600;
  font-size: 40px;
  color: #FFFFFF;
  margin-bottom: 24px;
}
#content .banner .ban_l .text {
  width: 311px;
  font-family: m;
  font-weight: 500;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 24px;
  margin-bottom: 24px;
}
#content .banner .ban_l .d-box {
  display: flex;
}
#content .banner .ban_l .d-box .download {
  width: 217px;
  height: 47px;
  background: #FFFFFF;
  border-radius: 24px 24px 24px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
}
#content .banner .ban_l .d-box .download img {
  width: 22px;
  height: 22px;
  margin-right: 6px;
}
#content .banner .ban_l .d-box .download span {
  font-family: m;
  font-weight: 500;
  font-size: 18px;
  color: #006FF1;
}
#content .banner .ban_l .d-box .l-more {
  width: 217px;
  height: 47px;
  border: 1px solid #fff;
  border-radius: 24px 24px 24px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#content .banner .ban_l .d-box .l-more img {
  width: 22px;
  height: 22px;
  margin-left: 6px;
}
#content .banner .ban_l .d-box .l-more span {
  font-family: m;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
}
#content .banner .ban_r {
  position: relative;
}
#content .banner .ban_r .shouji {
  width: 343px;
  height: 361px;
}
#content .banner .ban_r .app_logo {
  width: 74px;
  height: 74px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#content .introduce .in_box {
  width: 1280px;
  height: 462px;
  padding: 40px 160px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#content .introduce .in_box .in_l h3 {
  width: 375px;
  font-family: b;
  font-weight: 600;
  font-size: 32px;
  color: #333333;
  line-height: 38px;
  margin-bottom: 24px;
}
#content .introduce .in_box .in_l .text {
  width: 375px;
  font-family: r;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 24px;
  margin-bottom: 24px;
}
#content .introduce .in_box .in_l .tiao {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 167px;
  height: 43px;
  background: #006FF1;
  border-radius: 32px 32px 32px 32px;
  border: 1px solid #006FF1;
}
#content .introduce .in_box .in_l .tiao span {
  font-family: m;
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
  margin-right: 2px;
}
#content .introduce .in_box .in_l .tiao img {
  width: 18px;
  height: 18px;
  transform: translateY(2px);
}
#content .introduce .in_box .bg {
  width: 375px;
  height: 382px;
}
#content .in_two {
  width: 100%;
  background: #F5F5F5;
}
#content .in_two .in_box .in_l .tiao {
  background: none;
}
#content .in_two .in_box .in_l .tiao span {
  color: #006FF1;
}
