.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;
  }
}
.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 .case {
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .case-main .case {
    flex-direction: column;
  }
}
.case-main .case .bar {
  width: 240px;
  flex-shrink: 0;
  padding-right: 10px;
}
@media (max-width: 991px) {
  .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: 991px) {
  .case-main .case .bar li {
    width: 50%;
    flex-shrink: 0;
    text-align: center;
  }
}
.case-main .case .bar li a {
  border-bottom: 1px solid #ECECEC;
  display: flex;
  justify-content: left;
  padding-left: 28px;
  align-items: center;
  padding-bottom: 20px;
  font-weight: 300;
  background-image: var(--icon-image);
  background-size: 22px auto;
  background-repeat: no-repeat;
  background-position: left center;
}
@media (max-width: 991px) {
  .case-main .case .bar li a {
    justify-content: center;
    padding-left: 0;
  }
}
.case-main .case .bar li a i {
  margin-right: 4px;
}
.case-main .case .bar li a.active {
  color: #00b135;
}
.case-main .case .so {
  flex-grow: 1;
}
.case-main .case .empty {
  text-align: center;
  color: #999;
}
.case-main .case .list {
  border-bottom: 1px solid #f7f7f7;
  margin-bottom: 40px;
  background-color: #fff;
  padding: 4% 10%;
}
@media (max-width: 991px) {
  .case-main .case .list {
    padding: 4%;
  }
}
.case-main .case .present {
  flex-grow: 1;
  width: 100%;
}
@media (max-width: 991px) {
  .case-main .case .present {
    padding: 30px 0;
  }
}
.case-main .case .present .title {
  text-align: center;
  font-size: 36px;
}
@media (max-width: 991px) {
  .case-main .case .present .title {
    font-size: 22px;
  }
}
.case-main .case .present .law {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 991px) {
  .case-main .case .present .law {
    max-width: 100%;
  }
}
.case-main .case .present .law .item {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .case-main .case .present .law .item {
    position: relative;
  }
}
.case-main .case .present .law .item .topical {
  font-size: 18px;
  color: #3D3D3D;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.case-main .case .present .law .item .topical:before {
  content: "";
  width: 14px;
  height: 14px;
  /*border: 2px solid #d5971f;*/
  background-color: #00b135;
  display: inline-block;
  border-radius: 50%;
  margin-right: 10px;
}
.case-main .case .present .law .item .info {
  font-size: 18px;
  padding-left: 26px;
  margin-top: 8px;
}
.case-main .case .present .law .item .avatar {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 991px) {
  .case-main .case .present .law .item .avatar {
    position: static;
    width: 120px;
    height: 120px;
    margin: 0 auto;
  }
}
.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: #00b135;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin: 0 auto;
}
/*# sourceMappingURL=team.css.map */