body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
}
.zixun{
    width: 28px;
}
.team {
  max-width: 800px;
  margin: 0 auto;
  padding: 1em;
}

h1,
h2 {
  text-align: center;
}

h1 {
  font-size: 20px;
  margin-bottom: 0.2em;
  font-weight: 700;
  color: #000;
}

h2 {
  font-size: 12px;
  color: grey;
  margin-top: 0;
}

.lawyer {
  display: flex;
  margin-bottom: 1em;
  padding: 1em;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

.lawyer img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  margin-right: 1em;
  border-radius: 10px;
}

.lawyer h3 {
    white-space: nowrap;
  margin: 0;
  font-size: 13px;
}

.certificates span {
  display: inline-block;
  background: #0081cb;
  color: white;
  padding: 0.2em 0.4em;
  margin-right: 0.3em;
  border-radius: 20px;
  font-size: 8px;
}

.certificates span:nth-child(2) {
  background-color: #01abd7;
}

.certificates {
   white-space: nowrap;
  margin-left: 10px;
}

.lawyer p {
  color: #848484;
  margin: 0;
  line-height: 1.5;
  padding-top: 8px;
  border-top: 1px solid #9f9f9f;
  font-size: 12px;
}
.top-flex {
  display: flex;
  align-items: center;
  padding-bottom: 8px;
}

.services {
  max-width: 800px;
  margin: 0 auto;
  padding: 1em;
  text-align: center;
}

.services h1 {
  font-size: 24px;
}

.service-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.service {
  background: #eef6ff;
  border: 3px solid transparent;
  border-radius: 5px;
  width: calc(50% - 1em);
  margin: 0.5em;
  padding: 1em 0.5em;
  text-align: left;
  position: relative;
}

.service.active {
  border: 3px solid #d51c1c;
}

.service p {
      font-size: 11px;
  margin: 0;
  line-height: 1.5;
}

.service span {
  width: 40px;
  display: inline-block;
  /** 渐变色 */
  background: linear-gradient(to right, #15a3f2, #2f69f3);
  color: white;
  padding: 0.2em 0.5em;
  border-radius: 3px;
  font-size: 13px;
  position: absolute;
  top: 10px;
  right: 10px;
  text-align: center;
}
.consult-blank-btn-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mip-sjh-text {
  font-weight: bold;
}

.fixed-btn {
  position: fixed;
  bottom: 10px;
  left: 0;
  right: 0;
}

body {
  padding-bottom: calc(3.125rem + env(safe-area-inset-bottom));
}

.mip-sjh-footer-root-container {
  background: #fafafa;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0.84918478rem 0.32080314rem;
  box-sizing: border-box;
  width: 100%;
}
.mip-sjh-footer-root-container p {
  font-size: 0.67934783rem;
  color: #858585;
}
