.content {
  position: relative;
  padding: 80px 0 0;
}
.content .topBack {
  position: absolute;
  left: 0;
  top: 80px;
  width: 100%;
  height: 851px;
  z-index: -1;
  background: url(../img/topBack.png) no-repeat;
  background-size: cover;
}
.content .inner {
  width: 1348px;
  margin: auto;
  box-sizing: border-box;
  padding: 0 74px;
}
.content .inner .download {
  position: relative;
  width: 100%;
}
.content .inner .download img {
  width: 585px;
  margin: 50px 0 0 -50px;
}
.content .inner .download .font {
  position: absolute;
  left: 534px;
  top: 192px;
  width: 693px;
  height: 269px;
  background: url(../img/font.png) no-repeat;
  background-size: cover;
}
.content .inner .download button {
  position: absolute;
  left: 534px;
  top: 509px;
  width: 220px;
  height: 70px;
  background: linear-gradient(90deg, #735CD3 0%, #BB33C5 100%);
  border-radius: 35px;
  color: #FFFFFF;
  font-size: 24px;
}
.content .inner .title {
  position: relative;
  text-align: center;
}
.content .inner .title h1 {
  color: #333;
  font-size: 52px;
  font-weight: bold;
  margin-bottom: 10px;
}
.content .inner .title h2 {
  position: absolute;
  top: -56px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 60px;
  font-weight: bold;
  color: #f4f4f4;
  text-transform: uppercase;
  white-space: nowrap;
}
.content .inner .title p {
  color: #999999;
  font-size: 18px;
}
.content .inner .title p::before,
.content .inner .title p::after {
  content: '';
  display: block;
  width: 16px;
  height: 2px;
  background: #999999;
  border-radius: 2px;
}
.content .inner .title p i {
  padding: 0 5px;
}
.content .inner .box {
  padding-top: 110px;
}
.content .inner .box .font {
  padding: 228px 0 0 74px;
}
.content .inner .box .font h4 {
  font-size: 36px;
  margin-bottom: 30px;
  white-space: nowrap;
}
.content .inner .box .font p {
  color: #666;
  font-size: 30px;
  width: 539px;
  margin-bottom: 24px;
}
.content .inner .box .font button {
  width: 220px;
  height: 70px;
  background: linear-gradient(90deg, #735CD3 0%, #BB33C5 100%);
  border-radius: 35px;
  color: #FFFFFF;
  font-size: 24px;
}
.content .inner .box2 {
  padding: 110px 0 140px;
}
.content .inner .box2 h1 {
  text-align: center;
  font-size: 52px;
  color: #333;
  font-weight: bold;
}
.content .inner .box2 h5 {
  text-align: center;
  color: #999999;
  font-size: 24px;
  text-transform: uppercase;
  margin: 10px auto 56px;
}
.content .inner .box2 .list .item {
  width: 370px;
  height: 560px;
  background: #FFFFFF;
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.12);
  border-radius: 20px;
  margin-right: 44px;
  overflow: hidden;
}
.content .inner .box2 .list .item img {
  width: 100%;
}
.content .inner .box2 .list .item h6 {
  color: #333333;
  font-size: 30px;
  text-align: center;
  margin: 20px 0 18px;
}
.content .inner .box2 .list .item p {
  color: #666666;
  font-size: 20px;
  padding: 0 16px;
}
.content .inner .box2 .list .item:last-child {
  margin-right: 0;
}
.content .about {
  width: 100%;
  height: 380px;
  background: url(../img/aboutBack.png) no-repeat;
  background-size: cover;
}
.content .about .inner {
  height: 380px;
  color: #fff;
}
.content .about .inner h1 {
  font-size: 50px;
  font-weight: bold;
  padding: 60px 0 40px;
}
.content .about .inner p {
  font-size: 26px;
  margin-bottom: 36px;
  align-items: center;
}
.content .about .inner p::before {
  content: '';
  display: block;
  margin-right: 10px;
}
.content .about .inner .l1::before {
  width: 27px;
  height: 34px;
  background: url(../img/address.png) no-repeat;
  background-size: 100% auto;
}
.content .about .inner .l2::before {
  width: 29px;
  height: 24px;
  background: url(../img/emall.png) no-repeat;
  background-size: 100% auto;
}
.content .about .inner .l3::before {
  width: 32px;
  height: 26px;
  background: url(../img/mobile.png) no-repeat;
  background-size: 100% auto;
}
.content .company {
  min-width: 1348px;
  height: 100px;
  text-align: center;
  color: #fff;
  background-color: #000000;
  font-size: 16px;
}
.content .company a {
  color: #fff;
  text-decoration: none;
}
