.userDownload {
  width: 100%;
  height: 100%;
  position: relative;
}
.userDownload .userDownload_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: auto;
}
.userDownload .userDownload_content .content1 {
  text-align: left;
  position: relative;
  margin-top: 15%;
}
.userDownload .userDownload_content .content1 > h3 {
  font-size: 40px;
  margin-bottom: 20px;
}
.userDownload .userDownload_content .content1 p {
  font-size: 23px;
  margin-bottom: 20px;
}
.userDownload .userDownload_content .content1 .subTitle {
  font-size: 20px;
  font-weight: 700;
}
.userDownload .userDownload_content .content1 .el-button {
  float: right;
}
.userDownload .userDownload_content .content2 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 20%;
}
