.toppic {
  height: 100vh;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.toppic .box {
  margin-top: 200px;
  color: #fff;
  text-align: center;
}
.toppic .box h1 {
  font-size: 72px;
  margin-bottom: 2rem;
}
.toppic .box p {
  font-size: 16px;
  line-height: 2.5rem;
}

.teamlist h2, .contacts h2 {
  font-size: 30px;
  text-align: center;
  font-weight: bolder;
  padding: 50px 0;
}
.teamlist .box {
  width: 218px;
  position: relative;
}
.teamlist .box .pic {
  height: 286px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.teamlist .box .pic img {
  width: 100%;
  transition: all 0.3s;
}
.teamlist .box .pic:hover img {
  transform: scale(1.1);
}
.teamlist .box .text {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 20px;
  color: #fff;
  padding: 15px;
  z-index: 1;
  width: 100%;
  font-weight: bolder;
  text-align: center;
}
.teamlist .box .link {
  width: 100%;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  letter-spacing: 5px;
  background-color: #60d3c9;
  cursor: pointer;
}
.teamlist .box .content {
  display: none;
}
.teamlist .box .subtitle {
  font-size: 16px;
  padding: 30px 0;
  text-align: center;
  font-weight: bolder;
}
.teamlist .box .tags a {
  padding: 2px 5px;
  background-color: #dedede;
  border-radius: 20px;
  display: inline-block;
  margin-bottom: 10px;
  color: #4b4b4b;
}

.contacts .pic {
  margin-bottom: 1.5rem;
}
.contacts .text {
  font-size: 14px;
  font-weight: bolder;
  margin-bottom: 1.5rem;
}
.contacts #lbsmap {
  height: 400px;
}
.contacts #lbsmap img {
  max-width: unset;
}

.openWrap {
  display: none;
}
.openWrap .bg {
  position: fixed;
  inset: 0px;
  background: rgba(0, 0, 0, 0.7);
  animation-duration: 0.5s;
  z-index: 99997;
}
.openWrap .teamDetail, .openWrap .form {
  display: none;
  position: fixed;
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: default;
  z-index: 99997;
  width: 50vw;
  padding: 2rem;
  transition: all 0.3s;
}
.openWrap .form {
  width: 25vw;
  padding: 35px;
  padding-top: 60px;
}
.openWrap .form span {
  display: block;
  margin-bottom: 5px;
  font-weight: bolder;
  color: #666;
}
.openWrap .form input, .openWrap .form textarea {
  border-radius: 2px;
  text-indent: 6px;
  font-size: 12px;
  outline: 0;
  border: 1px solid #dadada;
  width: 100%;
  padding: 6px;
  resize: none;
  margin-bottom: 10px;
}
.openWrap .form input {
  padding: 8px 6px;
}
.openWrap .form textarea {
  height: 100px;
}
.openWrap .close {
  position: absolute;
  top: 1rem;
  right: 2rem;
  cursor: pointer;
  font-size: 24px;
  color: #666;
}
.openWrap .content {
  color: #666;
  line-height: 2;
  display: flex;
  flex-wrap: wrap;
  margin-right: ;
}
.openWrap .content .left {
  width: 30%;
  flex: 0 0 auto;
  margin-right: 2rem;
}
.openWrap .content .right {
  width: 65%;
  flex: 0 0 auto;
}
.openWrap .content .right h1 {
  font-size: 30px;
  color: #000;
  margin-bottom: 2rem;
}