.specialist {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.specialist .recomendUser-banner {
  height: 190px;
  background-image: url(../../images/author-banner.jpg);
  background-size: cover;
  background-position: 50%;
}

.specialist .recomendUser-banner .hero--standalone {
  width: 1200px;
  margin: 0 auto;
  padding: 40px 0 60px;
  color: #fff;
  text-align: center;
}

.specialist .recomendUser-banner .hero--standalone .hero-title {
  font-size: 24px;
  margin-bottom: 15px;
}

.specialist .u-backgroundColorWhite {
  background: #fff;
  padding-bottom: 40px;
}

.specialist .u-backgroundColorWhite .container {
  width: 1200px;
  margin: 0 auto;
}

.specialist .u-backgroundColorWhite .container .userList {
  text-align: center;
  display: flex;
    flex-wrap: wrap;
}

.specialist .u-backgroundColorWhite .container .userList .userItem {
  display: inline-block;
  vertical-align: top;
  width: 360px;
  border: 1px solid #eee;
  height: 320px;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 80px;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  line-height: 1.8;
  border-radius: 5px;
  transition: 0.5s;
}

.specialist .u-backgroundColorWhite .container .userList .userItem img {
  background-color: #fff;
  border: 1px solid #f0f0f0;
  display: inline-block;
  height: 80px;
  margin: -43px 0 10px;
  width: 80px;
  border-radius: 100%;
  padding: 3px;
}

.specialist .u-backgroundColorWhite .container .userList .userItem .name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.specialist .u-backgroundColorWhite .container .userList .userItem .des {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 10px;
  font-size: 14px;
  min-height: 25px;
}

.specialist .u-backgroundColorWhite .container .userList .userItem .action {
  margin-top: 27px;
  margin-bottom: 13px;
  position: relative;
}

.specialist .u-backgroundColorWhite .container .userList .userItem .action button {
  background: transparent none repeat scroll 0 0;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 999em;
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.44);
  fill: rgba(0, 0, 0, 0.44);
  cursor: pointer;
  display: inline-block;
  font-feature-settings: "liga";
  font-size: 14px;
  height: 37px;
  line-height: 36px;
  letter-spacing: 0;
  padding: 0 16px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  outline: none;
}

.specialist .u-backgroundColorWhite .container .userList .userItem .action .button--primary {
  color: #5079b7;
  border-color: #5079b7;
  
}

.specialist .u-backgroundColorWhite .container .userList .userItem .action .button--primary:hover {
  background-color: #5079b7;
  color: #fff;
  
}

.specialist .u-backgroundColorWhite .container .userList .userItem .action .button--type {
  background-color: #5079b7;
  color: #fff;
  /* position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  display: none; */
}

.specialist .u-backgroundColorWhite .container .userList .userItem .mate {
  color: #969696;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
}

.specialist .u-backgroundColorWhite .container .userList .userItem .mate .box {
  width: 200px;
  height: 1px;
  border-bottom: 1px solid #969696;
  margin-top: 13px;
}

.specialist .u-backgroundColorWhite .container .userList .userItem .recent-update {
  list-style: none;
  padding-top: 10px;
}

.specialist .u-backgroundColorWhite .container .userList .userItem .recent-update li {
  font-size: 14px;
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
  color: #4a4a4a;
}

.specialist .u-backgroundColorWhite .container .more {
  margin-top: 20px;
  border-radius: 10px;
  border: 0;
  outline: none;
  background: linear-gradient(90deg, #00aeff, #3369e7);
  color: #fff;
  box-shadow: 0 2px 6px 0 rgba(51, 105, 231, 0.4);
  cursor: pointer;
}
