.main {
  width: 100%;
}
.main .banner {
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 0.53rem;
}
.main .banner img {
  width: 100%;
}
.main .public-title {
  width: 100%;
  margin-bottom: 0.3rem;
  box-sizing: border-box;
}
.main .public-title h4 {
  font-size: 0.36rem;
  color: #000;
  line-height: 0.2rem;
  font-weight: normal;
  margin-bottom: 0.14rem;
}
.main .public-title p {
  font-size: 0.18rem;
  color: #666;
  line-height: 0.3rem;
}
.main .public-title hr {
  width: 0.6rem;
  height: 0.02rem;
  margin-top: 0.19rem;
  margin-bottom: 0;
  background-color: #ccc;
}
.main .team-buy {
  position: relative;
  width: 100%;
  margin: 0.27rem auto;
  box-sizing: border-box;
}
.main .team-buy hr {
  position: absolute;
  top: 1rem;
  left: 0.8rem;
  z-index: 1;
  width: 1px;
  height: 70%;
  border: none;
  background-color: #e5e5e5;
}
.main .team-buy li {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0.3rem;
}
.main .team-buy li .team-intro {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  width: 5.93rem;
  height: 2.34rem;
  padding-top: 0.31rem;
  padding-left: 0.7rem;
  padding-right: 0.4rem;
  box-sizing: border-box;
  background: url("../../img/teambuy/10.png") no-repeat center;
  background-size: 100% auto;
}
.main .team-buy li .team-intro h6 {
  font-size: 0.28rem;
  color: #333;
  font-weight: normal;
  line-height: 0.3rem;
}
.main .team-buy li .team-intro p {
  margin-top: 0.17rem;
  font-size: 0.24rem;
  color: #666;
  line-height: 0.3rem;
}
.main .team-buy li .team-icon {
  display: inline-block;
  width: 1.04rem;
  height: 1.04rem;
}
.main .team-buy li .team-icon img {
  width: 100%;
  height: 100%;
}
.main .contact {
  float: left;
  width: 100%;
  margin-top: 1rem;
  padding-top: 0.7rem;
  background-color: #f5f5f5;
}
.main .contact ul {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
.main .contact ul li {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  width: 30%;
  padding-bottom: 0.6rem;
}
.main .contact ul li img {
  display: block;
  margin-bottom: 0.3rem;
  width: 0.5rem;
  height: 0.5rem;
}
.main .contact ul li p {
  font-size: 0.24rem;
  color: #666;
  text-align: center;
  line-height: 0.4rem;
}
.main .contact ul li .contact-title {
  font-size: 0.28rem;
  color: #333;
  line-height: 0.4rem;
}
.main .contact ul li:last-child {
  width: 40%;
}
