.contact-wrap {
  margin: 0.8rem auto;
  display: flex;
  align-items: center;
  overflow: hidden;
  box-shadow: 0rem 0rem 0.15rem 0.01rem rgba(0, 0, 0, 0.07);
}
.contact-wrap .left {
  flex: 1;
  padding: 0 0.5rem;
}
.contact-wrap .left .title {
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei-Bold;
  font-weight: normal;
  font-size: 0.3rem;
  color: #000000;
}
.contact-wrap .left .about-box {
  margin-top: 0.44rem;
}
.contact-wrap .left .about-box .about {
  display: flex;
  align-items: center;
  margin-bottom: 0.2rem;
}
.contact-wrap .left .about-box .about img {
  flex-shrink: 0;
  width: 0.34rem;
  height: auto;
}
.contact-wrap .left .about-box .about p {
  font-family: MicrosoftYaHei, MicrosoftYaHei;
  font-weight: normal;
  font-size: 0.16rem;
  color: #000000;
  margin-left: 0.12rem;
}
.contact-wrap .left .des {
  margin-top: 0.6rem;
  background: #F6F6F6;
  padding: 0.3rem;
  font-family: MicrosoftYaHei, MicrosoftYaHei;
  font-weight: normal;
  font-size: 0.16rem;
  color: #000000;
  line-height: 0.3rem;
}
.contact-wrap .right {
  width: 7.81rem;
  height: 7.6rem;
  flex-shrink: 0;
}
.contact-wrap .right img {
  width: 100%;
  height: auto;
}
.invite-wrap {
  margin: 0 auto;
  padding-bottom: 0.9rem;
  overflow: hidden;
}
.invite-wrap .title {
  font-family: MicrosoftYaHei, MicrosoftYaHei;
  font-weight: normal;
  font-size: 0.48rem;
  color: #000000;
  padding-bottom: 0.35rem;
  position: relative;
  text-align: center;
}
.invite-wrap .title::after {
  content: "";
  width: 0.4rem;
  height: 0.04rem;
  background: #AA3737;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.invite-wrap .toudi {
  display: flex;
  align-items: center;
  margin-top: 0.54rem;
}
.invite-wrap .toudi img {
  height: 0.22rem;
  width: auto;
}
.invite-wrap .toudi p {
  font-family: MicrosoftYaHei, MicrosoftYaHei;
  font-weight: normal;
  font-size: 0.28rem;
  color: #AA3737;
  margin-left: 0.15rem;
}
.invite-list {
  margin-top: 0.3rem;
}
.invite-item {
  padding: 0.3rem 0.6rem;
  background: #FFFFFF;
  border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
  opacity: 1;
  border-bottom: 0.01rem solid #DDDDDD;
  transition: all 0.365s;
  position: relative;
  padding: 0.55rem 0;
}
.invite-item-box {
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: space-between;
}
.invite-item-title {
  font-family: MicrosoftYaHei, MicrosoftYaHei;
  font-weight: normal;
  font-size: 0.28rem;
  color: #000000;
  display: flex;
  align-items: baseline;
}
.invite-item-title span {
  font-family: ArialMT, ArialMT;
  font-weight: normal;
  font-size: 0.28rem;
  color: #999999;
  margin-left: 0.2rem;
}
.invite-shrink {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.shrink-img1 {
  width: 0.26rem;
  height: auto;
}
.shrink-img2 {
  width: 0.26rem;
  height: auto;
  display: none;
}
.invite-num {
  font-family: MicrosoftYaHei, MicrosoftYaHei;
  font-weight: normal;
  font-size: 0.18rem;
  color: #333333;
  margin-top: 0.25rem;
}
.invite-item-content {
  height: 0;
  overflow: hidden;
  /*display: flex;*/
  /*justify-content: space-between;*/
  transition: all 0.365s;
}
.invite-item-des {
  width: 48%;
  font-family: MicrosoftYaHei, MicrosoftYaHei;
  font-weight: normal;
  font-size: 0.18rem;
  color: #333333;
  line-height: 0.48rem;
}
.invite-item-active .shrink-img1 {
  display: none;
  transition: all 0.365s;
}
.invite-item-active .shrink-img2 {
  display: block;
  transition: all 0.365s;
}
.invite-item-active .invite-item-content {
  height: auto;
  margin-top: 0.3rem;
}
.invite-item-active .invite-item-content p{
  font-size: 14px;
}
@media only screen and (max-width: 900px) {
  .contact-wrap {
    flex-direction: column;
    padding: 0 0.3rem;
    box-shadow: none;
  }
  .contact-wrap .left {
    flex: 1;
    margin-right: 0;
    padding: 0;
  }
  .contact-wrap .left .title {
    font-size: 0.43rem;
  }
  .contact-wrap .left .about-box {
    margin-top: 0.44rem;
  }
  .contact-wrap .left .about-box .about {
    display: flex;
    align-items: flex-start;
    margin-bottom: 0.2rem;
  }
  .contact-wrap .left .about-box .about img {
    flex-shrink: 0;
    width: 0.53rem;
    height: auto;
  }
  .contact-wrap .left .about-box .about p {
    font-size: 0.28rem;
    color: #000000;
    line-height: 0.45rem;
    margin-left: 0.12rem;
  }
  .contact-wrap .left .des {
    padding: 0.3rem;
    font-size: 0.28rem;
    color: #000000;
    line-height: 0.5rem;
  }
  .contact-wrap .right {
    width: 100%;
    height: 6.7rem;
    flex-shrink: 0;
    margin-top: 0.4rem;
  }
  .contact-wrap .right img {
    width: 100%;
    height: auto;
  }
  .invite-wrap {
    margin: 0 auto;
    padding: 0 0.3rem;
    padding-bottom: 0.9rem;
    overflow: hidden;
  }
  .invite-wrap .toudi {
    display: flex;
    align-items: center;
    margin-top: 0.54rem;
  }
  .invite-wrap .toudi img {
    height: 0.25rem;
    width: auto;
  }
  .invite-wrap .toudi p {
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: normal;
    font-size: 0.28rem;
    color: #AA3737;
    margin-left: 0.15rem;
  }
  .invite-list {
    margin-top: 0.3rem;
  }
  .invite-item {
    padding: 0.55rem 0;
  }
  .invite-item-title {
    font-size: 0.34rem;
  }
  .invite-item-title span {
    font-size: 0.34rem;
  }
  .shrink-img1 {
    width: 0.35rem;
    height: auto;
  }
  .shrink-img2 {
    width: 0.35rem;
    height: auto;
    display: none;
  }
  .invite-num {
    font-size: 0.28rem;
  }
  .invite-item-content {
    height: 0;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    transition: all 0.365s;
    flex-direction: column;
  }
  .invite-item-des {
    width: 100%;
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: normal;
    font-size: 0.28rem;
    color: #333333;
    line-height: 0.5rem;
    margin-bottom: 0.2rem;
  }
  .invite-item-des:last-of-type {
    margin-bottom: 0;
  }
  .invite-item-active .invite-item-content {
    height: auto;
    margin-top: 0.3rem;
  }
}
