.span {
  display: block;
  width: 11.2rem;
  border-radius: 2rem;
  border: 1px solid #224da0;
  text-align: center;
  line-height: 3.9rem;
  color: #224da0;
  cursor: pointer;
}
.span a {
  color: #224da0;
}
.home_buttonRight {
  position: absolute;
  margin-right: 26rem;
  color: #fff !important;
  border: 1px solid #fff !important;
  font-size: 1.4rem;
  bottom: 30.67%;
  left: 46.875%;
}
.home_buttonRight a {
  color: #fff !important;
}
.home_buttonRight:hover {
  transition: all 0.4s;
  background: #fff;
}
.home_buttonRight:hover a {
  transition: all 0.4s;
  color: #224da0 !important;
}
.anzhiTerrace .section {
  width: 120rem;
  margin: 0 auto;
}
.anzhiTerrace .pd6 {
  padding: 6rem 0;
}
.anzhiTerrace .sectionPt {
  padding-top: 18.5rem;
}
.anzhiTerrace .sectionPt p {
  font-size: 2.7rem;
  color: #fff;
  line-height: 2em;
}
.anzhiTerrace .flex {
  display: flex;
}
.anzhiTerrace .img-wrap {
  overflow: hidden;
  position: relative;
}
.anzhiTerrace .img-wrap > h4 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 9rem;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 3.4rem 2.3rem;
  color: #fff;
  font-size: 2.3rem;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.349), rgba(0, 0, 0, 0.76));
}
.anzhiTerrace .img-wrap img {
  width: 100%;
  height: 39.7rem;
  object-fit: cover;
  z-index: -1;
}
.anzhiTerrace .img-wrap .masking {
  padding: 2.6rem 1.7rem;
  color: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(#224ca000, #224ca085, #224DA0);
  transition: all 0.3s;
}
.anzhiTerrace .img-wrap .masking h4 {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 1.1rem;
}
.anzhiTerrace .img-wrap .masking p {
  font-size: 1.5rem;
  line-height: 1.8em;
}
.anzhiTerrace .img-wrap .masking.flex {
  align-items: flex-end;
}
.anzhiTerrace .img-wrap:hover .masking {
  transform: translateY(-100%);
}
.anzhiTerrace .img-wrap:hover > h4 {
  opacity: 0;
}
.anzhiTerrace .w25 {
  width: 25%;
}
.anzhiTerrace .w50 {
  width: 50%;
}
.anzhiTerraceBg2 {
  position: relative;
  width: 100%;
  height: 75rem;
  background: url(../image/anzhiTerrace/anzhiTerrace7.png) no-repeat;
  background-size: 0 0 center;
}
.anzhiTerraceBg2 .infoNum {
  position: absolute;
  width: 100%;
  height: 21.8rem;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 0 4rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.39);
}
.anzhiTerraceBg2 .infoNum .numItem {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 5.7rem;
}
.anzhiTerraceBg2 .infoNum .numItem .tit {
  font-size: 3.8rem;
  margin-bottom: 1.7rem;
  font-weight: bold;
}
.anzhiTerraceBg2 .infoNum .numItem .sub {
  font-size: 1.5rem;
}
.anzhiTerraceBg2 .infoNum .numItem:not(:last-child)::after {
  content: '';
  background: #fff;
  position: absolute;
  width: 0.1rem;
  height: 6rem;
  right: 0;
  top: 50%;
  margin-top: -3rem;
}
