.teamBlock {
  position: relative;
  padding: 90px 0;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.teamBlock .w1280 > .title {
  text-align: center;
  font-family: cutedino;
  font-size: 58px;
  color: #fff;
}
.teamBlock .w1280 > .title span {
  color: #12eb31;
}
.teamBlock .w1280 > .tips {
  text-align: center;
  font-family: Poppins-Medium;
  font-size: 20px;
  line-height: 34px;
  color: #fff;
}
.teamBlock .w1280 .content {
  display: flex;
  flex-wrap: wrap;
  margin-top: 78px;
}
.teamBlock .w1280 .content .list {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: calc((100% - 105px) / 4);
  margin-left: 35px;
  margin-bottom: 30px;
  padding: 1px 1px 2px;
  border-radius: 10px;
}
.teamBlock .w1280 .content .list .img {
  position: relative;
  overflow: hidden;
  width: calc(100% - 1px);
  font-size: 0;
}
.teamBlock .w1280 .content .list .img img {
  width: 100%;
  border-radius: 10px 10px 0 0;
}
.teamBlock .w1280 .content .list .img::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
}
.teamBlock .w1280 .content .list .text {
  overflow: hidden;
  width: calc(100% - 1px);
  height: 205px;
  padding: 34px 35px 0;
  background: #30117e;
  border-radius: 0 0 8px 8px;
}
.teamBlock .w1280 .content .list .text .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: Poppins-Medium;
  font-size: 24px;
  color: #fff;
}
.teamBlock .w1280 .content .list .text .tips {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 10px;
  color: #fff;
}
.teamBlock .w1280 .content .list .text .menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 22px;
}
.teamBlock .w1280 .content .list .text .menu .more {
  display: block;
  width: 101px;
  background-image: linear-gradient(90deg, #caf662 0%, #008b88 100%), linear-gradient(#12eb31, #12eb31);
  border-radius: 6px;
  text-align: center;
  font-family: Poppins-Medium;
  line-height: 40px;
  color: #fff;
}
.teamBlock .w1280 .content .list .text .menu .right {
  display: flex;
  align-items: center;
}
.teamBlock .w1280 .content .list .text .menu .right a {
  font-size: 0;
  margin-left: 15px;
  opacity: 0.7;
}
.teamBlock .w1280 .content .list::after {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, #c1f164 0%, #109385 100%);
}
.teamBlock .w1280 .content .list:nth-child(1), .teamBlock .w1280 .content .list:nth-child(4n+4) {
  margin-left: 0;
}
.teamBlock .w1280 .content .list:nth-child(1), .teamBlock .w1280 .content .list:nth-child(2), .teamBlock .w1280 .content .list:nth-child(3) {
  width: calc((100% - 70px) / 3);
}
.teamBlock::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
}

.teamBlock2 {
  position: relative;
  padding-top: 90px;
  padding-bottom: 126px;
  background: url(/storage/images/team/teamBlock2Bg.jpg) no-repeat center/cover;
}
.teamBlock2 .title {
  text-align: center;
  font-family: cutedino;
  font-size: 48px;
  color: #fff;
}
.teamBlock2 .title span {
  color: #12eb31;
}
.teamBlock2 .tips {
  margin-top: 12px;
  text-align: center;
  line-height: 28px;
  color: #fff;
}
.teamBlock2 .cont {
  position: relative;
  width: 506px;
  margin: 0 auto;
  margin-top: 38px;
}
.teamBlock2 .cont input {
  width: 100%;
  height: 56px;
  padding: 0 130px 0 30px;
  background: url(/storage/images/blog/blogBlock2Ico2.png) no-repeat center;
  border: 0;
  font-size: 14px;
  color: #fff;
}
.teamBlock2 .cont input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.teamBlock2 .cont input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.teamBlock2 .cont .button {
  display: block;
  position: absolute;
  right: 9px;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  width: 120px;
  height: 42px;
  line-height: 42px;
  background: url(/storage/images/blog/blogBlock2Ico.png) no-repeat;
  color: #fff;
}
.teamBlock2::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
}

.teamWindow {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9;
}
.teamWindow::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: rgba(23, 21, 48, 0.8);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.teamWindow .content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  max-width: 700px;
  max-height: 766px;
  width: 90%;
  height: 90%;
  border-radius: 10px;
}
.teamWindow .content > .cont {
  height: 100%;
  padding: 94px 40px;
  background: url(/storage/images/team/windowBg.png) no-repeat center;
  background-size: 100% 100%;
}
.teamWindow .content > .cont .text {
  overflow-y: auto;
  width: 100%;
  height: 100%;
}
.teamWindow .content > .cont .text .title {
  font-family: Poppins-SemiBold;
  font-size: 32px;
  color: #fff;
}
.teamWindow .content > .cont .text .tips {
  margin-top: 2px;
  font-size: 20px;
  color: #fff;
}
.teamWindow .content > .cont .text .info {
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 16px;
  padding-bottom: 30px;
}
.teamWindow .content > .cont .text .info a {
  margin-right: 15px;
  font-size: 0;
  opacity: 0.7;
}
.teamWindow .content > .cont .text .info::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
}
.teamWindow .content > .cont .text .cont {
  padding-top: 25px;
}
.teamWindow .content > .cont .text .cont p {
  font-size: 18px;
  line-height: 30px;
  color: #fff;
}
.teamWindow .content > .cont .text::-webkit-scrollbar {
  display: none;
}
.teamWindow .content .close {
  position: absolute;
  top: 27px;
  right: 27px;
  width: 25px;
  font-size: 0;
  cursor: pointer;
}

@media (max-width: 1080px) {
  .teamBlock {
    padding-top: 120px;
    padding-bottom: 40px;
  }
  .teamBlock .w1280 .title {
    font-size: 32px;
  }
  .teamBlock .w1280 .tips {
    font-size: 16px;
    line-height: 1.5;
  }
  .teamBlock .w1280 .content {
    justify-content: space-between;
    margin-top: 40px;
  }
  .teamBlock .w1280 .content .list {
    max-width: none;
    width: calc((100% - 30px) / 2) !important;
    margin-left: 0;
  }
  .teamBlock .w1280 .content .list .text {
    height: 210px;
  }
  .teamBlock2 {
    padding: 80px 0;
  }
  .teamBlock2 .title {
    width: 90%;
    margin: 0 5%;
    font-size: 24px;
  }
  .teamBlock2 .tips {
    width: 90%;
    margin: 0 5%;
  }
  .teamBlock2 .cont {
    max-width: 506px;
    width: 90%;
  }
  .teamBlock2 .cont input {
    background: url(/storage/images/blog/blogBlock2Ico2.png) no-repeat center;
    background-size: 100% 100%;
  }
  .teamWindow .content {
    height: 70%;
  }
  .teamWindow .content .close {
    top: 15px;
    right: 15px;
  }
  .teamWindow .content > .cont {
    background-size: 99% 100%;
    padding: 24px 30px;
  }
  .teamWindow .content > .cont .text .title {
    font-size: 24px;
  }
  .teamWindow .content > .cont .text .tips {
    font-size: 14px;
  }
  .teamWindow .content > .cont .text .info {
    padding-bottom: 20px;
  }
  .teamWindow .content > .cont .text .cont {
    padding-top: 15px;
  }
  .teamWindow .content > .cont .text .cont p {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media (max-width: 820px) {
  .teamBlock .w1280 .content .list .text {
    padding: 20px;
  }
  .teamBlock .w1280 .content .list .text .title {
    font-size: 18px;
  }
  .teamBlock .w1280 .content .list .text .tips {
    font-size: 14px;
  }
  .teamBlock .w1280 .content .list .text .menu {
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-top: 15px;
  }
  .teamBlock .w1280 .content .list .text .menu .more {
    margin-top: 15px;
  }
  .teamBlock .w1280 .content .list .text .menu .right a {
    margin-left: 0;
    margin-right: 15px;
  }
}
@media (max-width: 500px) {
  .teamBlock {
    padding-bottom: 10px;
  }
  .teamBlock .w1280 .content .list {
    width: 100% !important;
  }
  .teamBlock2 .cont input {
    padding: 0 20px;
  }
  .teamBlock2 .cont .button {
    position: initial;
    transform: translateY(0);
    margin: 0 auto;
    margin-top: 20px;
  }
}/*# sourceMappingURL=team.css.map */