.content-first {
  width: 100%;
  height: 634px;
  background: no-repeat;
  background-size: 100% 634px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.content-first .contentL {
  max-width: 454px;
  color: #ffffff;
}
.content-first .contentL .p1 {
  font-size: 58px;
  font-weight: bold;
  text-align: left;
}
.content-first .contentL .p2 {
  font-size: 18px;
  font-weight: 400;
  margin-top: 34px;
  margin-bottom: 120px;
  line-height: 30px;
  text-align: left;
}
.content-first .contentL div {
  width: 180px;
  height: 54px;
  background: #ffaf2c;
  border-radius: 4px;
  text-align: center;
  line-height: 54px;
  cursor: pointer;
}
.content-first .contentR {
  background: #ffffff;
  padding: 59px 37px 45px 37px;
}
.content-first .contentR .title {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 17px;
}
.content-first .contentR .title2 {
  font-size: 16px;
  color: #797979;
  margin-bottom: 28px;
}

.content-second {
  padding: 80px;
  display: flex;
  justify-content: center;
}
.content-second .contentTitle {
  margin-bottom: 68px;
}

.content-three {
  width: 100%;
  height: 360px;
  background: no-repeat;
  background-size: 100% 360px;
  padding-top: 72px;
  font-size: 36px;
  font-weight: bold;
  box-sizing: border-box;
  color: #ffffff;
}
.content-three > p {
  margin-bottom: 100px;
}
.content-three > div {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0 300px;
}

.content-four {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 80px;
}
.content-four .contentTitle {
  margin-bottom: 60px;
}
.content-four .joinContent {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.content-four .joinContent p {
  font-size: 20px;
  font-weight: bold;
  margin-top: 28px;
}
.content-four .jiantou {
  margin-left: 65px;
  margin-right: 65px;
  transform: translateY(-28px);
}

.content-five .contentTitle {
  margin-bottom: 60px;
}

.supportContent {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  margin-bottom: 60px;
}
.supportContent .supportBox {
  width: 384px;
  height: 180px;
  padding: 36px 24px 0 24px;
  margin-right: 20px;
  cursor: pointer;
}
.supportContent .supportBox:hover {
  background-color: #1890ff;
  color: #ffffff;
}
.supportContent .supportBox div {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 24px;
}
.supportContent .supportBox div .iconfont {
  font-size: 28px;
  margin-right: 16px;
}
.supportContent .supportBox p {
  font-size: 16px;
}

.hexinList {
  display: flex;
}
.hexinList img {
  margin-right: 24px;
}

.content-six {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 72px;
  padding-bottom: 67px;
}
.content-six .contentTitle {
  margin-bottom: 80px;
}

.contactContent {
  display: flex;
  align-items: center;
}
.contactContent .contactBox {
  width: 384px;
  height: 447px;
  box-sizing: border-box;
  background: #ffffff;
  border-radius: 6px;
  padding: 60px 36px 63px 36px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 24px;
}
.contactContent .contactBox p {
  font-size: 20px;
  font-weight: bold;
  line-height: 34px;
}
.contactContent .contactBox p:first-child {
  font-size: 28px;
  margin-bottom: 33px;
}
.contactContent .contactBox p:nth-child(2) {
  font-size: 18px;
  color: #999999;
}
.contactContent .contactBox div {
  width: 47px;
  height: 6px;
  background: #1890ff;
  margin-top: 50px;
  margin-bottom: 60px;
}
.input53 {
  margin-bottom: 20px;
}
