.main {
  width: 100%;
}
.main .banner {
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 0.8rem;
}
.main .banner img {
  width: 100%;
}
.main .public-tab {
  width: 100%;
  margin: 0.5rem auto 0.64rem;
}
.main .public-tab ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.main .public-tab ul li {
  width: 1.6rem;
  height: 0.6rem;
  margin-right: 0.29rem;
  border-radius: 0.04rem;
  box-sizing: border-box;
  border: 0.01rem solid #e5e5e5;
  text-align: center;
  line-height: 0.6rem;
  font-size: 0.26rem;
}
.main .public-tab ul li a {
  display: block;
  border-radius: 0.04rem;
  color: #333;
}
.main .public-tab ul .public-active {
  color: #fff;
  background-color: #BF201B;
}
.main .public-tab ul .public-active a {
  color: #FFF;
}
.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: 84%;
  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-intro2 {
  height: 3.06rem;
  padding-top: 0.5rem;
  background: url("../../img/union/111.png") no-repeat center;
  background-size: 100% auto;
}
.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;
  box-sizing: border-box;
}
.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%;
}
.main .contact1 {
  box-sizing: border-box;
  background-color: #fff;
}
.main .investment {
  width: 100%;
  padding-top: 0.64rem;
  padding-bottom: 0.6rem;
  box-sizing: border-box;
  background-color: #F5F5F5;
}
.main .investment ul {
  margin-top: 0.5rem;
}
.main .investment ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0.42rem;
}
.main .investment ul li img {
  display: block;
  width: 0.4rem;
  height: 0.35rem;
  margin-right: 0.2rem;
}
