.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: 30px 15px;
  }
}
.page-title {
  font-size: 56px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .page-title {
    font-size: 32px;
    margin-bottom: 10px;
  }
}
.team-about {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .team-about {
    margin-top: 30px;
  }
}
.team-about .content {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .team-about .content {
    flex-direction: column;
    max-width: 768px;
    margin: 0 auto;
  }
}
.team-about .content .text {
  width: 50%;
  flex-shrink: 0;
}
@media screen and (max-width: 1024px) {
  .team-about .content .text {
    width: 100%;
    margin-bottom: 40px;
  }
}
.team-about .content .text h2,
.team-about .content .text h3,
.team-about .content .text h4 {
  font-weight: 500;
  margin-bottom: 10px;
}
.team-about .content .text p {
  line-height: 1.5;
}
.team-about .content .photo {
  width: 46%;
  flex-shrink: 0;
  transition-delay: 0.7s;
}
@media screen and (max-width: 1024px) {
  .team-about .content .photo {
    width: 100%;
  }
}
.team-about .content .photo img {
  width: 100%;
}
.faqs {
  margin-top: 60px;
}
.faqs .question {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.faqs .question .item {
  width: 100%;
  height: 50px;
  font-size: 14px;
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
  transition-duration: 0.3s;
  border-bottom: 1px solid #999;
  cursor: pointer;
}
.faqs .question .item .q-title {
  height: 50px;
  line-height: 50px;
  color: #000;
  font-size: 18px;
  user-select: none;
}
.faqs .question .item .q-desc {
  font-size: 14px;
  padding-bottom: 10px;
  padding-left: 36px;
}
.faqs .question .item .q-icon {
  position: absolute;
  right: 12px;
  top: 12px;
  color: #000;
}
.case-main {
  margin-top: 60px!important;
}
@media (max-width: 1024px) {
  .case-main {
    margin-top: 30px!important;
  }
}
.case-main .case {
  display: flex;
  justify-content: center;
}
@media (max-width: 1024px) {
  .case-main .case {
    flex-direction: column;
  }
}
.case-main .case .bar {
  width: 240px;
  flex-shrink: 0;
  padding-right: 10px;
}
@media (max-width: 1024px) {
  .case-main .case .bar {
    margin-top: 20px;
    width: 100%;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
  }
}
.case-main .case .bar li {
  /*  margin-bottom: 20px; */
  font-size: 16px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 1024px) {
  .case-main .case .bar li {
    width: 50%;
    flex-shrink: 0;
    text-align: center;
    /* margin-bottom: 16px; */
  }
}
.case-main .case .bar li a {
  border-bottom: 1px solid #ECECEC;
  display: flex;
  justify-content: left;
  padding: 20px 30px;
  border-radius: 10px;
  align-items: center;
  padding-bottom: 20px;
  font-weight: 500;
  transition: 0.3s all;
  background-image: var(--icon-image);
  background-size: 22px auto;
  background-repeat: no-repeat;
  background-position: left center;
}
@media (max-width: 1024px) {
  .case-main .case .bar li a {
    /* justify-content: center; */
    /* padding-left: 0;
                        padding-bottom: 16px; */
    padding: 15px 0 15px 10px;
  }
}
.case-main .case .bar li a i {
  margin-right: 4px;
}
.case-main .case .bar li a:hover {
  opacity: 0.6;
}
.case-main .case .bar li a.active {
  color: #000000;
  background-color: #ffd103;
}
.case-main .case .so {
  flex-grow: 1;
}
.case-main .case .empty {
  text-align: center;
  color: #999;
}
.case-main .case .present {
  flex-grow: 1;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .case-main .case .present {
    flex-direction: column;
  }
}
.case-main .case .present .title {
  text-align: center;
  font-size: 36px;
}
@media (max-width: 1024px) {
  .case-main .case .present .title {
    font-size: 22px;
  }
}
.case-main .case .present .news {
  margin-bottom: 30px;
  overflow: hidden;
  width: 48%;
  background-color: #fff;
  border-radius: 10px;
  padding: 30px;
}
@media (max-width: 1024px) {
  .case-main .case .present .news {
    width: 100%;
  }
}
.case-main .case .present .news .img-wrap {
  width: 200px;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 auto;
}
.case-main .case .present .news .img-wrap img {
  width: 100%;
  border-radius: 50%;
}
.case-main .case .present .news .info-wrap {
  margin-top: 20px;
}
.case-main .case .present .news .info-wrap .sub-title {
  text-align: center;
}
.case-main .case .present .news .info-wrap .news-title {
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
}
.case-main .case .present .news .info-wrap .news-title .proper {
  background-color: #ffd103;
  color: #000000;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  margin-left: 4px;
}
.case-main .case .present .news .info-wrap .news-title .proper i {
  font-size: 10px;
}
.case-main .case .present .news .info-wrap .resolution i {
  display: block;
}
.case-main .case .present .news .info-wrap .resolution i.rf {
  transform: rotate(180deg);
}
.case-main .case .present .news .info-wrap .describe {
  padding: 0 20px;
  font-size: 14px;
}
.case-main .case .present .contact {
  text-align: center;
  margin-top: 120px;
  margin-bottom: 64px;
}
.case-main .case .present .contact .tip {
  margin-bottom: 12px;
}
.case-main .case .present .contact .btn {
  width: 200px;
  height: 48px;
  background: #ffd103;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  margin: 0 auto;
}
/*# sourceMappingURL=team.css.map */