.container .main {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 1024px) {
  .container .main {
    max-width: 100%;
    padding: 0 15px;
  }
}
@media screen and (max-width: 1024px) {
  #team-detail {
    margin-top: 40px;
  }
}
#team-detail .base {
  display: flex;
}
@media screen and (max-width: 1024px) {
  #team-detail .base {
    flex-direction: column-reverse;
  }
}
#team-detail .base .photos {
  width: 600px;
  flex-shrink: 0;
}
@media screen and (max-width: 1024px) {
  #team-detail .base .photos {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
}
#team-detail .base .photos .cover {
  width: 100%;
  margin-bottom: 20px;
}
#team-detail .base .photos .cover img {
  width: 100%;
}
#team-detail .base .photos .list-h {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  #team-detail .base .photos .list-h {
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin-top: 20px;
  }
}
#team-detail .base .photos .list-h li {
  width: 100px;
  margin-right: 20px;
  margin-bottom: 20px;
  border: 2px solid transparent;
}
@media screen and (max-width: 1024px) {
  #team-detail .base .photos .list-h li {
    width: 100px;
    margin-right: 0;
  }
}
#team-detail .base .photos .list-h li img {
  width: 100%;
}
#team-detail .base .photos .list-h li.active {
  border: 2px solid var(--main-color);
}
#team-detail .base .thumbnails {
  flex-grow: 1;
  padding-left: 60px;
}
@media screen and (max-width: 1024px) {
  #team-detail .base .thumbnails {
    padding-left: 0;
    text-align: left;
    max-width: 600px;
    margin: 0 auto;
  }
}
#team-detail .base .thumbnails .product-name {
  margin-bottom: 20px;
}
#team-detail .base .thumbnails .product-name h2 {
  font-size: 24px;
  font-weight: 500;
}
#team-detail .base .thumbnails .product-text {
  font-size: 15px;
  margin-bottom: 40px;
  line-height: 2;
}
#team-detail .base .thumbnails .product-text span {
  color: #b8babc !important;
}
#team-detail .base .thumbnails .product-text .detail {
  border-top: 1px solid #b8babc;
  margin-top: 40px;
  padding-top: 40px;
}
#team-detail .base .thumbnails .product-text .detail img {
  width: 100%;
}
#team-detail .base .thumbnails .btn-wrap {
  margin-top: 40px;
}
#team-detail .base .thumbnails .btn-wrap .btn-box {
  height: 52px;
  margin-bottom: 20px;
}
#team-detail .products-detail {
  margin-top: 80px;
}
@media screen and (max-width: 1024px) {
  #team-detail .products-detail {
    margin-top: 40px;
  }
}
#team-detail .products-detail .head {
  background-color: rgba(255, 255, 255, 0.06);
  color: #fff;
  padding: 12px 0;
  text-align: center;
  font-size: 24px;
}
@media screen and (max-width: 1024px) {
  #team-detail .products-detail .head {
    padding: 6px 0;
    font-size: 16px;
  }
}
#team-detail .products-detail article {
  padding-top: 20px;
}
#team-about .title {
  font-size: 32px;
  font-weight: 500;
  text-align: center;
}
#team-about .content {
  margin-top: 60px;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  #team-about .content {
    margin-top: 18px;
  }
}
#team-about .content p {
  margin-bottom: 20px;
}
#team-about .content img {
  max-width: 100%;
  height: auto!important;
}
#team-about .content span {
  color: #b8babc !important;
}
@media screen and (max-width: 1024px) {
  #team-about .images img {
    width: 100%;
  }
}
/*# sourceMappingURL=team.css.map */