.article {
  position: relative;
  background-color: #fff;
}
.article-foot2 {
  box-sizing: border-box;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 10;
  width: 100%;
  padding: 214px 0 56px;
  background-image: linear-gradient(180deg,rgba(255,255,255,0),#6692ec 86%);
}
.article-foot2-title {
  font-size: 36px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 48px;
  text-align: center;
}
.article-foot2-btn {
  max-width: 280px;
  margin: 34px auto 0;
}
.article-btn {
  display: block;
  height: 60px;
  font-size: 22px;
  background: #fff;
  color: #3F65CA;
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
  border-radius: 4px;
  text-align: center;
  border: none;
  cursor: pointer;
  transition: opacity 0.2s;
}
.article-btn:hover {
  opacity: 0.8;
}
.article-banner {
  position: relative;
  height: 605px;
  text-align: center;
  overflow: hidden;
}
.article-banner:after {
  content: '';
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #030E25;
  opacity: 0.7;
}
.article-banner-img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100%;
}
.article-container {
  position: relative;
  z-index: 10;
  padding: 0 0 58px;
  margin-top: -368px;
}
.article-head {
  display: flex;
  margin-bottom: 38px;
  justify-content: space-between;
}
.article-card {
  padding: 33px 33px;
  background: #FFFFFF;
  min-height: 500px;
}
.article-content {
  padding: 44px 24px 0;
  min-height: 117px;
}
.article-foot {
  margin-top: 26px;
}
.article-foot-btn {
  max-width: 280px;
  width: 100%;
  margin: 0 auto;
}
.article-title {
  font-size: 54px;
  font-weight: bold;
  color: #FFFFFF;
}
.article-tags {
  margin-top: 21px;
  display: flex;
}
.article-tags-item {
  padding: 6px 25px;
  text-align: center;
  background: rgba(59,84,252,0);
  border: 1px solid #FFFFFF;
  border-radius: 16px;
  font-size: 14px;
  color: #FFFFFF;
  margin-right: 17px;
}
.article-qrcode img {
  width: 100px;
  height: 100px;
}
.article-contact {
  position: relative;
}
.article-contact-btn {
  max-width: 500px;
  margin: 0 auto;
}
.article-contact-btn :deep(.common-btn) {
  padding: 14px 20px;
  height: auto !important;
}
@media (max-width: 992px) {
  .article-foot2-title {
    font-size: 20px;
    line-height: 28px;
  }
  .article-foot2-title>div {
    margin-bottom: 2px;
  }
  .article-card {
    padding: 33px 12px;
  }
  .article-btn {
    height: 40px;
    font-size: 18px;
    max-width: 200px;
  }
}
@media (max-width: 768px) {
  .article-content {
    padding: 14px 10px 0;
  }
  .article-title {
    font-size: 30px;
  }
  .article-tags-item {
    padding: 8px 18px;
    font-size: 12px;
  }
}
@media (max-width: 651px) {
  .article-banner {
    height: 450px;
  }
}
