.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}
img {
  /* vertical-align不能是baseline，否则底部会有个边 */
  vertical-align: bottom;
}
a {
  text-decoration: none;
}
body {
  background-color: #F5F6F7;
}
.content-wrap {
  width: 1200px;
  margin: 20px auto 52px;
  background-color: #F5F6F7;
}
.left-box {
  width: 285px;
  background-color: #F5F6F7;
  float: left;
  border-radius: 5px;
  overflow: hidden;
}
.left-top-box {
  width: 100%;
  height: 228px;
  position: relative;
  background-color: #fff;
}
.left-top-box-content {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.left-top-box-content p {
  margin-top: 17px;
  font-size: 24px;
  font-family: Microsoft YaHei, serif;
  font-weight: bold;
  color: #333333;
  text-align: center;
}
.left-top-box-content .avatar-img {
  margin: 0 auto;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  overflow: hidden;
}
.left-top-box-content .avatar-img img {
  width: 100%;
  height: 100%;
}
.left-bottom-box {
  width: 100%;
  height: 544px;
  margin-top: 10px;
  background-color: #fff;
}
.router-card {
  width: 100%;
  margin-top: 24px;
  background: #fff;
}
.router-card .router-item {
  position: relative;
  width: 100%;
  height: 46px;
  font-size: 20px;
  font-family: Microsoft YaHei, serif;
  font-weight: 400;
  color: #999999;
  line-height: 46px;
  text-align: center;
}
.router-item-blue-bg {
  background-color: #F1F8FF;
}
.router-item-cur {
  color: #333333 !important;
  background-color: #F1F8FF;
}
.router-item-cur::before {
  content: '';
  width: 4px;
  height: 46px;
  overflow: hidden;
  background: #005AB6;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
.right-box {
  width: 895px;
  height: 782px;
  float: right;
  box-sizing: border-box;
  padding: 0 50px;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
}
.right-top-box {
  height: 67px;
  padding-top: 27px;
  box-sizing: border-box;
}
.right-top-box .right-top-box-title {
  font-size: 26px;
  font-family: Microsoft YaHei, serif;
  font-weight: bold;
  color: #005AB6;
  padding-bottom: 8px;
  box-sizing: border-box;
  border-bottom: solid 3px #005AB6;
  z-index: 20;
  cursor: pointer;
}
.right-top-box .right-top-box-title-inactive {
  font-size: 26px;
  font-family: Microsoft YaHei, serif;
  font-weight: bold;
  color: #333;
  padding-bottom: 8px;
  box-sizing: border-box;
  border: none;
  z-index: 20;
  cursor: pointer;
}
.right-top-box .right-top-box-title-gap {
  margin-left: 20px;
}
.right-mid-box {
  border-top: 1px solid #E4E4E4;
  z-index: 10;
}
/* 分页器 */
.Listpagination {
  margin-top: 20px;
  margin-bottom: 20px;
}
.pagination {
  text-align: center;
}
.pagination a,
.pagination span {
  text-decoration: none;
  height: 36px;
  line-height: 36px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  margin: 0 9px;
  padding: 0 10px;
  min-width: 16px;
}
.pagination a {
  /* border-radius: 5px; */
  border: 1px solid #D0CFCF;
  color: #666;
}
.pagination .prev,
.pagination .next {
  padding: 0 10px;
}
.pagination .active {
  background: #005AB6;
  color: #fff;
  /* border-radius: 5px; */
}
/*# sourceMappingURL=user-center-common.css.map */