.detail-box {
  overflow: hidden;
}

.to-detail:hover, .to-detail:active {
  text-decoration: none;
}

.client-box {
  margin-top: 59px;
}

.client-top {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.client-bg {
  width: 100%;
  display: inline-block;
}

.top-text {
  width: 100%;
  position: absolute;
}

.top-text p:nth-child(1) {
  font-size: 36px;
  font-family: "PingFang SC", "Microsoft YaHei";
  color: rgba(24, 144, 255, 1);
  text-align: center;
}

.line-text {
  height: 22px;
  font-size: 22px;
  font-family: "PingFang SC", "Microsoft YaHei";
  font-weight: 400;
  color: rgba(24, 144, 255, 1);
  display: flex;
  justify-content: center;
  align-items: center;
}

.line-text span {
  display: inline-block;
}

.line-text span:nth-child(1), .line-text span:nth-child(3) {
  width: 68px;
  height: 1px;
  background: rgba(24, 144, 255, 1);
}

.line-text span:nth-child(2) {
  margin: 0 30px;
}

.client-content {
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
}

.client-referral {
  margin-top: 20px;
  margin-bottom: 60px;
  position: relative;
}

.client-left {
  box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  overflow: hidden;
  padding: 0 24px;
}

.referral-name {
  font-size: 16px;
  font-family: "PingFang SC", "Microsoft YaHei";
  font-weight: 400;
  color: #666666;
  line-height: 30px;
  opacity: 0.85;
  margin-left: 0;
  margin-top: 50px;
}

.referral-name div {
  float: left;
  width: 172px;
  height: 144px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-right: 20px;
}

.referral-name img {
  float: left;
  width: 133px;
  margin: 20px;

}

.referral-name {
  max-width: 795px;
}

.referral-setting2 {
  padding-bottom: 83px;
}

.referral-setting p:nth-child(1) {
  margin-top: 50px;
  font-size: 24px;
  font-family: "PingFang SC", "Microsoft YaHei";
  color: #333333;
  font-weight: bold;
  line-height: 40px;
}

.referral-setting p:nth-child(2) {
  font-size: 16px;
  font-family: "PingFang SC", "Microsoft YaHei";
  font-weight: 400;
  color: #666666;
  line-height: 30px;
}

.referral-img p:nth-child(1) {
  margin-top: 60px;
  font-size: 24px;
  font-family: "PingFang SC", "Microsoft YaHei";
  color: #333333;
  font-weight: bold;
  line-height: 40px;
}

.referral-text {
  margin-top: 20px;
  font-size: 14px;
  font-family: "PingFang SC", "Microsoft YaHei";
  font-weight: 400;
  color: #666666;
  line-height: 30px;
}

.referral-img div {
  box-shadow: 2px 2px 8px 4px rgba(0, 0, 0, 0.1);
}

.referral-img div img {
  width: 100%;
  height: 100%;
  margin-top: 30px;
}

.active {
  color: #1890FF;
}

.active:hover {
  border-bottom: 1px solid #1890FF;
  cursor: pointer;
}

.client-dynamic {
  width: 100%;
  height: 300px;
  box-shadow: 3px 4px 10px 1px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  margin-left: 20px;
  padding:  0 10px;
}

.dynamic-list .link {
  line-height: 20px;
  font-size: 14px;
  color: #666666;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dynamic-img .link {
  font-size: 14px;
  font-family: "PingFang SC", "Microsoft YaHei";
  font-weight: 400;
  text-align: left;
  color: #666666;
  line-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.dynamic-img .link:hover {
  color: rgba(24, 144, 255, 1);
}
.dynamic-list a {
  overflow:hidden; /*内容超出宽度时隐藏超出部分的内容 */
  text-overflow:ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
  white-space:nowrap; /*不换行 */
}

.dynamic-list .link:hover {
  color: rgba(24, 144, 255, 1);
}

.client-dynamic a:hover {
  color: rgba(24, 144, 255, 1);
}
.scrollActive {
  position: fixed;
  top: 70px;
}

.dynamic-text {
  display: flex;
  align-items: center;
  height: 47px;
  border-bottom: 1px solid rgba(0, 160, 233, 0.1);
  position: relative;
}

.dynamic-text img {
  width: 20px;
  height: 16px;
}

.dynamic-text span {
  font-size: 18px;
  font-family: "PingFang SC", "Microsoft YaHei";
  color: #333333;
  font-weight: bold;
  margin-left: 10px;
}

.dynamic-text p {
  margin: 0;
  position: absolute;
  bottom: 0;
  width: 106px;
  height: 1px;
  background: rgba(0, 160, 233, 1);
}

.dynamic-img {
  width: 100%;
  height: 100px;
  display: flex;
  align-items: flex-end;
}

.dynamic-img img {
  width: 80px;
  height: 80px;
}

.dynamic-img .dy-text {
  height: 80px;
  margin-left: 16px;
}

.dynamic-img .dy-text p:nth-child(2) {
  padding: 10px 10px 0;
  font-size: 12px;
  font-family: "PingFang SC", "Microsoft YaHei";
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  opacity: 0.5;
  text-align: right;
}

.dynamic-list .dynamic-item:nth-child(1) {
  margin-top: 10px;
}


.dynamic-list .dynamic-item {
  min-width: 263px;
  margin: 0;
  border-top: 1px dashed rgba(0, 0, 0, 0.05);
  height: 35px;
  font-size: 14px;
  font-family: "PingFang SC", "Microsoft YaHei";
  font-weight: 400;
  color: rgba(0, 0, 0, .85);
  display: flex;
  align-items: center;
}

.dynamic-list .dynamic-item span {
  margin: 0 5px;
  color: #00A0E9;
}

.right-img {
  width: 100%;
  margin-left: 20px;
}

.right-img img {
  width: 100%;
}

.right-img img:nth-child(1) {
  margin-top: 10px;
}

.right-img img:nth-child(2) {
  margin-top: 10px;
}

.right-img img:nth-child(3) {
  margin-top: 10px;
}

@media screen and (max-width: 1200px) {
  .client-right {
    display: none;
  }
}