.detail-box {
  height: 100%;
  width: 100%;
  font-family: Microsoft YaHei, Microsoft YaHei;
}

.detail-1440 {
  width: 100px;
}

.detail-box a {
  text-decoration: none;
  color: unset;
  width: 100%;
  height: 100%;
  display: block;
}

.detailintroduceBox {
  min-height: 942px;
  background: #f8f8f8;
  display: flex;
  justify-content: center;
}

.duce-box {
  width: 1200px;
  min-height: 970px;
  box-sizing: border-box;
  background: #FFFFFF;
  padding: 10px 10px 30px;
  display: flex;

}

.duce-left {
  width: 500px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.duce-left .images {
  width: 500px !important;
  height: 520px !important;
}

.duce-left .layui-carousel {
  height: 520px !important;
}

.duce-left .layui-carousel-ind {
  text-align: right !important;
}

.duce-left .btns {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding-top: 40px;
}

.duce-left .btns .btn {
  padding: 5px 40px;
  background: #F76217;
  border-radius: 100px 100px 100px 100px;
  font-weight: 400;
  font-size: 16px;
  color: #FBFBFB;
  text-align: center;
  cursor: pointer;
  user-select: none;
}

.duce-left .btns .btn2 {
  background: #333333;
}

.duce-right {
  width: 860px;
  padding: 30px;
}

.duce-right .titleBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 30px;
}

.duce-right .titleBox .entrepreneur_title {
  font-weight: bold;
  font-size: 32px;
  color: #000000;
  line-height: 18px;
}

.duce-right .titleBox .collect {
  width: 70px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  border-radius: 40px 40px 40px 40px;
  border: 1px solid #E5E5E5;
  cursor: pointer;
  user-select: none;
}

.duce-right .taps {
  display: flex;
  padding-bottom: 10px;

}

.duce-right .taps span {
  height: 26px;
  line-height: 26px;
  background: #F8F8F8;
  border-radius: 4px;
  padding: 0 10px;
  margin-right: 5px;
}

.duce-right .company {
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 30px;
}

.duce-right .company span {
  padding-right: 5px;
}

.duce-right .company .address {
  padding-bottom: 20px;
}

.duce-right .texts {
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 26px;
  padding-bottom: 20px;
}

.duce-right .texts .label {
  font-weight: bold;
}

/* 推荐企业家 */
.enterpriseBox {
  text-align: center;
  height: 780px;
  background: #F1F1F1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.enTitle {
  font-weight: bold;
  font-size: 40px;
  color: #333333;
  margin: 0;
  padding-top: 58px;
  padding-bottom: 16px;
}

.enText {
  font-weight: 400;
  font-size: 18px;
  color: #999999;
  line-height: 20px;
  margin: 0;
  padding-bottom: 30px;
}

.introduceBox {
  display: flex;
  align-items: center;
  user-select: none;
  width: 1200px;
  flex-wrap: wrap;
  /* 允许换行 */
  gap: 20px;
}

.introduceBox::-webkit-scrollbar {
  display: none;
}

.intCard {
  width: 285px;
  height: 450px;
  background-color: #ffffff;
  /* margin-right: 12px; */
  flex-shrink: 0;
}

.intCard .intImg {
  width: 100%;
  height: 285px;
}

.intCard .name {
  font-weight: bold;
  font-size: 28px;
  color: #000000;
  line-height: 39px;
  margin-top: 20px;
  margin-bottom: 14px;
}

.intCard .tap {
  font-weight: 400;
  font-size: 16px;
  color: #999999;
  line-height: 35px;
  margin-bottom: 12px;
}

.intCard .more {
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 21px;
}

.viewMore {
  width: 200px;
  height: 48px;
  line-height: 48px;
  border-radius: 100px 100px 100px 100px;
  border: 1px solid #333333;
  margin-top: 30px;
  cursor: pointer;
  user-select: none;
}

.viewMore:hover {
  background-color: #f76217;
  color: #ffffff;
  border: 1px solid #ffffff;
}

.collect.collected .layui-icon {
  color: #FFD700;
  /* 收藏时图标颜色 */
}

.collect.collected span {
  color: #FF5722;
  /* 收藏时文字颜色 */
}