/* 前面红线 */
.custom-beforeLine {
  position: absolute;
  border-left: 8px solid #b40436;
  height: 2rem;
  /* top: 6px; */
  left: 14px;
}
/* 点击类 start */
.custom-public-active {
  color: #fff !important;
  border-bottom: 1px solid #fff !important;
}
/* 对导航栏进行更改 */
.layui-tab-more{
  flex-wrap: wrap;
}
/* 设置最小宽度即可 */
.layui-tab-title li{
  min-width: 110px;
}
/* 去掉layui自带的下边框 */
.layui-tab-title{
  border-bottom-width: unset;
  border-bottom-style: unset;
}

/* 阴影线 */

.custom-service-navbar-line{
  border-bottom: solid 1px #ECECEC;
  width: 100%;
  height: 1px;  
  box-shadow: 0px 3px 3px 0px #ECECEC;
  position:relative;
  /* left: -100%; */
}

/* 家族办公室服务 */
.list-unstyled.custom-ul li{
  padding: 10px;
  padding-left: 0;
}

.list-unstyled.custom-ul li a:hover{
  color: #b40436;
}