<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  background: #fff;
}

.breadcrumb-nav {
  margin-top: 50px;
  padding-bottom: 72px;
  background: #f3f5f7;
}

.search-list-item__content {
  width: 913px;
}

.pagination {
  margin-top: 120px;
}

.footer {
  margin-top: 99px;
}

.agent-main {
  background: #fff;
}

.agent-head {
  min-height: 100px;
  padding: 28px 50px 26px 56px;
  background: #fff;
  position: relative;
  -webkit-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.09);
  border-radius: 4px;
  top: -53px;
}

.agent-head__left {
  min-height: 133px;
  padding-right: 41px;
}

.agent-head__avatar {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  overflow: hidden;
}

.agent-head__name {
  margin-top: 13px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  text-align: center;
}

.agent-head__mid {
  width: 740px;
  min-height: 133px;
  padding: 0 26px 0 35px;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}

.agent-head__info {
  font-size: 15px;
}

.agent-head__info + .agent-head__info {
  margin-top: 7px;
}

.agent-head__info__title {
  margin-right: 10px;
  color: #666;
}

.agent-head__info__content {
  color: #333;
}

.agent-head__right {
  min-height: 133px;
  /* padding: 0 33px 0 88px; */
  position: absolute;
  right: 88px;
  top: 50%;
  margin-top: -67px;
}

.agent-head__tel {
  margin-top: 42px;
  font-size: 20px;
  color: #333;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
}

.agent-head__tips {
  margin-top: 6px;
  font-size: 16px;
  color: #666;
  text-align: center;
  white-space: nowrap;
}

.agent_tabs {
  margin-bottom: 24px;
  padding: 29px 0 0;
  position: relative;
}

.agent_tabs::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #e5e5e5;
  left: 0;
  bottom: 0;
}

.agent_tabs__list {
  font-size: 0;
  white-space: nowrap;
}

.agent_tab {
  display: inline-block;
  min-width: 156px;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  border-bottom: 2px solid transparent;
  position: relative;
  z-index: 10;
  cursor: pointer;
}

.agent_tab--curr {
  color: #db091b;
  border-color: #db091b;
}
</pre></body></html>