* {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
.blue:hover {
  background: linear-gradient(
    to right,
    rgba(17, 105, 226, 1),
    rgba(41, 154, 250, 1)
  );
}

.green:hover {
  background: linear-gradient(
    to right,
    rgba(23, 217, 215, 1),
    rgba(23, 180, 171, 1)
  );
}

.purple:hover {
  background: linear-gradient(
    to right,
    rgba(103, 3, 160, 1),
    rgba(198, 90, 233, 1)
  );
}
.content3-bgc {
  background-image: url("../images/page3/content3bgc.png");
  background-repeat: no-repeat;
  background-size: 100%;
  height: 100vh;
  width: 100%;
}
.content3-bgc-inner {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.content3-flex {
  display: flex;
}
.content3-flex-colum {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.content3-center {
  text-align: center;
  align-items: center;
}
.content3-font-banner {
  font-size: 18px;
  font-weight: 800;
  color: #ffffff;
  margin-left: 0;
}
.content3-font-banner2 {
  font-size: 18px;
  font-weight: 800;
  color: #ffffff;
  margin-left: 0;
}
.content3-font-main {
  font-size: 14px;
  font-weight: 100;
  color: #cccccc;
  margin-left: 0;
}
.content3-font-main2 {
  font-size: 14px;
  font-weight: 100;
  color: #cccccc;
  margin-left: 0;
}

/* .content3-bgc-inner {
  width: 1200px;
} */
.content3-banner {
  padding-top: 80px;
  display: flex;
  margin-bottom: 64px;
  text-decoration: none;
}

.content3-banner-img {
  height: 61px;
  width: 72px;
}

.content3-banner-left {
  margin: 39px 0;
  padding-left: 48px;
  border-left: 1px solid #1d223f;
  display: flex;
  flex-direction: column;
}
.no-border {
  border: none;
}
.content3-banner-inner {
  width: 400px;
  background-color: #030928;
}

.content3-no-border {
  border: none;
}
.content3-footer {
  display: flex;
  width: 1200px;
  justify-content: space-between;
}
.content3-footer-left {
  margin: 0;
}
.content3-footer-left-inner {
  background: linear-gradient(
    to right,
    rgba(19, 186, 189, 0.12),
    rgba(19, 186, 189, 0)
  );
  margin-bottom: 20px;
}
.content3-img-out {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  background-color: #0f64d9;
  margin: 40px 50px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content3-img-out img {
  height: 45px;
  object-fit: cover;
}
.content3-footer-rignt {
  margin-right: 0;
  position: absolute;        /* 相对于容器绝对定位 */
  bottom: 0px;
  left: 60%;
}
.content3-footer-rignt img {
  width: 489px;
  margin-top: 86px;
}
