.footer {
  width: 100%;
  display: flex;
  justify-content: center;
  background: #3d3d3d;
  flex-direction: column;
  align-items: center;
}

.footer-wrapper {
  min-height: 524rem;
  padding: 87rem 0rem 37rem;
}

.footer-wrapper .top {
  padding-bottom: 22rem;
  border-bottom: 0.84rem solid rgba(255, 255, 255, 0.5);
}

.footer-wrapper .top .left {
  flex: 1;
  margin-right: 196rem;
}

.footer-wrapper .top .left .left-item {
  flex: 1;
  padding-left: 10rem;
}

.footer-wrapper .top .left .left-item .item-label {
  font-size: 23.49rem;
  font-weight: 500;
  letter-spacing: 0rem;
  line-height: 34.01rem;
  color: white;
  position: relative;
  margin-bottom: 10rem;
  display: block;
}

.footer-wrapper .top .left .left-item .item-label::before {
  content: "";
  display: block;
  position: absolute;
  width: 5.49rem;
  height: 20.4rem;
  left: -10rem;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  background: white;
}

.footer-wrapper .top .left .left-item .item-wrapper {
  display: flex;
  flex-direction: column;
}

.footer-wrapper .top .left .left-item .item-wrapper .i-l {
  font-size: 18.46rem;
  font-weight: 400;
  letter-spacing: 0rem;
  line-height: 33.56rem;
  color: white;
  display: block;
  margin-bottom: 4rem;
}

.footer-wrapper .top .right {
  width: 187.92rem;
  height: 187.92rem;
}

.footer-wrapper .top .right img {
  width: 100%;
}

.footer-wrapper .bottom {
  padding-top: 22rem;
  padding-left: 10rem;
}

.footer-wrapper .bottom .label {
  position: relative;
  font-size: 23.49rem;
  font-weight: 700;
  letter-spacing: 1.68rem;
  line-height: 34.01rem;
  color: white;
  display: block;
  margin-bottom: 10rem;
}

.footer-wrapper .bottom .label::before {
  content: "";
  display: block;
  position: absolute;
  width: 5.49rem;
  height: 20.4rem;
  left: -10rem;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  background: white;
}

.footer-wrapper .bottom .bottom-links {
  display: flex;
  flex-wrap: wrap;
}

.footer-wrapper .bottom .bottom-links .link-s {
  display: inline-block;
  font-size: 18.46rem;
  font-weight: 400;
  letter-spacing: 0rem;
  line-height: 26.73rem;
  margin-right: 50rem;
  margin-bottom: 10rem;
  color: white;
}

.footer .aricle-footer {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  justify-content: center;
  height: 118.29rem;
  background: rgba(0, 0, 0, 0.17);
}

.footer .aricle-footer .icpBox {
  padding-top: 10rem;
  width: 500rem;
  display: flex;
  justify-content: space-between;
}

.footer .aricle-footer a {
  font-size: 14.26rem;
  font-weight: 500;
  letter-spacing: 2.52rem;
  line-height: 20.13rem;
  color: white;
}
