html,
body {
  min-width: 1920px;
  height: 100%;
}
body {
  font: 18px/1.5 "Microsoft Yahei", tahoma, arial, "Hiragino Sans GB", sans-serif;
  color: #333;
  background: #fff;
}
a {
  color: #9e9e9e;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}
a:hover {
  color: #303030;
}
.breadcrumb {
  display: flex;
  align-items: center;
  font-size: 16px;
  position: absolute;
  left: 50px;
  top: 80px;
}
.breadcrumb img {
  margin-right: 8px;
}
.breadcrumb a {
  margin-right: 2px;
}
.breadcrumb strong {
  font-weight: bold;
  margin-left: 2px;
}
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.pagination a {
  min-width: 52px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 24px;
  border-radius: 10px;
  margin: 0 10px;
}
.operate-tools {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  right: 110px;
  bottom: 60px;
  z-index: 10;
}
.operate-tools .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  border-radius: 30px;
  margin-left: 10px;
}
.operate-tools .btn.category {
  width: 80px;
}
.operate-tools .btn.go-home {
  width: 160px;
}
.operate-tools .btn.go-home img {
  margin-right: 20px;
}
.representative-details {
  width: 950px;
  min-height: 470px;
  margin: 100px 0 110px 70px;
  padding-left: 415px;
  box-sizing: border-box;
  position: relative;
}
.representative-details .avatar {
  width: 370px;
  height: 470px;
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 0;
}
.representative-details h1 {
  line-height: 56px;
  font-size: 36px;
  font-weight: bold;
  color: #000;
  margin-bottom: 22px;
}
.representative-details h1 span {
  font-weight: normal;
  font-size: 22px;
  color: #502e0b;
  padding-left: 22px;
}
.representative-details .details {
  line-height: 24px;
  color: #222;
  margin-bottom: 40px;
}
.representative-details .details .title {
  line-height: 40px;
  font-size: 22px;
  color: #888;
  margin-bottom: 5px;
}
.complaint-tel {
  width: 1400px;
  line-height: 90px;
  font-size: 22px;
  font-weight: bold;
  color: #333;
  padding-bottom: 90px;
  margin: 0 auto;
}
.complaint-tel.small {
  width: 1090px;
}
