.r2 {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-image: url("../images/contact/bg2.jpg");
}

@media only screen and (min-width: 768px) {
  .contact-list {
    --gap: 0.2rem;
    --item-margin-bottom: 0;
  }
}

.contact-list {
  box-sizing: border-box;
  border: 1px solid rgba(207, 218, 225, 1);
  border-radius: 0.16rem;
  box-shadow: 0px 0.1rem 0.1rem 0px rgba(33, 67, 131, 0.05);
  background: rgba(255, 255, 255, 1);
  padding: 0.6rem 0.24rem;
}

.contact-list > li {
  border-right: 1px solid rgba(207, 218, 225, 1);
}

.contact-list > li:last-child {
  border-right: 0 none;
}

.contact-list-item {
  display: flex;
  justify-content: center;
}

.contact-list-item .meta {
  box-sizing: border-box;
  min-height: 0.8rem;
  display: flex;
  align-items: center;
  gap: 0.3rem;
}

.contact-list-item .title {
  font-size: var(--font24);
  margin-bottom: 0.04rem;
}

.contact-list-item .desc {
  font-size: var(--font16);
}

.contact-list-item .icon {
  transition: all 0.6s;
  height: var(--icon44);
}

.contact-list-item .icon img {
  max-height: 100%;
}

.contact-list-item:hover .icon {
  transform: rotateY(360deg);
}

@media screen and (max-width: 767px) {
}

.content {
  padding-bottom: 0;
}

.r1 {
  padding-top: 0.32rem;
}
