.modleImg{
  width: 24px;
  height: 24px;
  margin-right: 16px;
}
.modleTitle{
  overflow-wrap: break-word;
  color: rgba(34, 34, 34, 1);
  font-size: 24px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  line-height: 24px;
}
.modleContent{
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #757D8B;
  line-height: 22px;
  text-align: left;
  font-style: normal;
  padding-left: 76px;
  margin-top: 20px;
}
.modelButton{
  width: 88px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  border: 1px solid #E1E8EF;
  border-radius: 4px;
  margin: 36px;
  margin-left: 0;
  float: right;
  cursor: pointer;
}
.modelZdy{
  border-radius: 16px;
}
.ywListText {
  margin-bottom: 0.9375rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: pre-wrap;
  cursor: pointer;
  color: #222;
}
.ywListText:hover {
  text-decoration: none;
}
.moduleTitleText{
  font-family: PingFangSC, PingFang SC;
  font-size: 28px;
  font-weight: 600;
  line-height: 40px;
  text-align: center;
  font-style: normal;
  margin-bottom: 12px;
  color: #222222;
}
.moduleContentText{
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 18px;
  color: #999999;
  text-align: center;
  line-height: 25px;
  font-style: normal;
}
.chilModuleTitleText{
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 18px;
  color: #222222;
  line-height: 25px;
  font-style: normal;
}
.memberItemTitleText {
    font-size: 30px;
    line-height: 28px;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 70px;
}
.chilModuleContentText{
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 18px;
  color: #222222;
  line-height: 25px;
  font-style: normal;
}
.ywText{
  font-family: PingFangSC, PingFang SC;
  font-style: normal;
  color: white;
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: pre-wrap;
  cursor: pointer;
}
.ywText:hover {
  text-decoration: none;
}
.margin{
  margin-right: 0.625rem;
}
.yw1Father {
  height:100%;
  padding: 0 12px 12px 0;
}
.yw1 {
  height: 100%;
  padding: 20px 28px;
  background: url(../../../assets/img/home/main-yw-1.png) no-repeat;
  background-size: 100% 100%
}
.yw2Father {
  height:100%;
  padding: 12px 12px 0 0;
}
.yw2 {
  height: 100%;
  padding: 20px 28px;
  background: url(../../../assets/img/home/main-yw-2.png) no-repeat;
  background-size: 100% 100%
}
.yw3Father {
  height:100%;
  padding: 0 0 12px 12px;
}
.yw3 {
  height: 100%;
  padding: 20px 28px;
  background: url(../../../assets/img/home/main-yw-3.png) no-repeat;
  background-size: 100% 100%
}
.yw4Father {
  height:100%;
  padding: 12px 0 0 12px;
}
.yw4 {
  height: 100%;
  padding: 20px 28px;
  background: url(../../../assets/img/home/main-yw-4.png) no-repeat;
  background-size: 100% 100%
}
.memberManager1{
  padding: 2rem;
  background: url(../../../assets/img/home/main-member-1.png) no-repeat;
  width:464px;
  height:240px;
  background-size:100% 100%;
  display: block;
}
.memberManager2{
  padding: 2rem;
  background: url(../../../assets/img/home/main-member-2.png) no-repeat;
  width:464px;
  height:240px;
  background-size:100% 100%;
  display: block;
}
.memberManager3{
  padding: 2rem;
  background: url(../../../assets/img/home/main-member-3.png) no-repeat;
  width:464px;
  height:240px;
  background-size:100% 100%;
  display: block;
}
.memberButtonText{
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 16px;
  font-style: normal;
  line-height: 22px;
  margin-top: 4.375rem;
  cursor: pointer;
}

.teamManagerTitle{
  z-index: 101;
  position: absolute;
  top: 8px;
  left: 28px;
  font-weight: 600;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 28px;
}
.teamManagerContent > li {
  margin-bottom: 36px;
}
.teamManagerContent > li:last-child {
  margin-bottom: 0;
}
.teamManagerTitleTriangle{
  width: 144px;
  height: 44px;
  border-top: 44px solid rgb(36,104,243);
  border-left: 0.9375rem solid transparent;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  float: left;
  z-index: 100;
  position: absolute;
}
.teamManagerTitleTriangleOther{
  width: 154px;
  height: 44px;
  border-top: 44px solid rgb(177,202,248);
  border-left: 0.9375rem solid transparent;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.teamManagerContentText{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: pre-wrap;
  font-size: 18px;
  color: #222222;
  font-weight: 500;
  margin-bottom: 14px;
  line-height: 25px;
  font-family: PingFangSC, PingFang SC;
}
.teamManagerContentButtonText{
  font-size: 16px;
  color: #0052D9;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 10px;
  cursor: pointer;
  line-height: 22px;
}
.marginBottom15{
  margin-bottom: 1.5rem;
}
.teamManagerBottomButton{
  width: 144px;
  height: 46px;
  background: rgba(255,255,255,0);
  border: 1px solid #0052D9;
  margin: 0 auto;
  cursor: pointer;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 16px;
  color: #0052D9;
  line-height: 46px;
  font-style: normal;
  text-align: center;
}
.associationImg{
  width: 100%;
  transition: transform 0.3s ease; /*添加动画效果*/
}
.associationImg:hover {
  transform: scale(1.1); /*当鼠标悬停时，将图像放大为原始大小的1.2倍*/
}
.associationText{
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  color: #222222;
  line-height: 28px;
  padding-top: 20px;
  display: block;
}
.associationBottomButton{
  width: 144px;
  height: 46px;
  text-align: center;
  line-height: 46px;
  font-size: 16px;
  background-color: #0052D9;
  font-weight: 500;
  color: #fff;
  margin: 40px auto 60px;
  font-style: normal;
  cursor: pointer;
}
.associationBottomButton>a{
  color: #fff;
  text-decoration: none;
}
.memberShow{
  background: url(../../../assets/img/home/main-member-show-background.png) no-repeat;
  width:100%;
  height:40%;
  background-size:100% 100%;
  padding: 1.25rem;
  padding-bottom: 2.5rem;
  text-align: center;
}

.div{
  /*width: 900px;!*显示图片的总宽度*!*/
  width: 70%;/*显示图片的总宽度*/
  height: 55px;
  margin: 10px auto;
  overflow: hidden;/*超出的隐藏*/
}
#ul1{
  width: max-content; /*6张图片的总宽度 放在一行*/
  height: 55px;
  list-style: none;
  padding: 0;
}
#ul2{
  width: max-content; /*6张图片的总宽度 放在一行*/
  height: 55px;
  list-style: none;
  padding: 0;
}
#ul3{
  width: max-content; /*6张图片的总宽度 放在一行*/
  height: 55px;
  list-style: none;
  padding: 0;
}
.li {
  float: left;
  margin-right: 20px;
}
.img{
  height: 25px;
  margin-left: 30px;
  margin-right: 30px;
}
.imgLeft{
  height: 25px;
  margin-left: 30px;
}
.imgRight{
  height: 25px;
  margin-right: 30px;
}
.mergePic{
  height: 55px;
  background-color: white;
  display: inline-block;
  line-height: 51px;
}

.imageContainer {
  position: relative; /* 相对定位 */
  margin-bottom: 3px;
  margin-left: 6px;
  width: 18px;
  display: none;
}
/* @keyframes规则定义了动画效果 */
@keyframes slideInFromLeft {
  0% { right: 0; } /* 初始状态，将元素向左移动超过其容器大小 */
  100% { right: -5%; }   /* 结束状态，将元素返回原位置 */
}
.floating-div {
  position: fixed;  /* 使用固定定位 */
  top: 60%;       /* 距离屏幕顶部10像素 */
  right: 12px;     /* 距离屏幕右边10像素 */
  width: 48px;    /* div的宽度 */
  height: 112px;   /* div的高度 */
  padding: 16px;   /* 内边距 */
  z-index: 1000;   /* 确保div在最上层 */
  background: url(../../../assets/img/home/main-notice.png) no-repeat;
  text-align: center;
  cursor: pointer;
}

.floating-div-show {
  position: fixed;  /* 使用固定定位 */
  top: 60%;       /* 距离屏幕顶部10像素 */
  right: 12px;     /* 距离屏幕右边10像素 */
  width: 280px;    /* div的宽度 */
  height: 112px;   /* div的高度 */
  z-index: 1000;   /* 确保div在最上层 */
  background: url(../../../assets/img/home/main-notice-show.png) no-repeat;
  text-align: center;
  padding-top: 14px;
  padding-left: 20px;
  padding-right: 36px;
  display: none;
  cursor: pointer;
}

.floating-div-show-close{
  position: fixed;  /* 使用固定定位 */
  top: 60%;       /* 距离屏幕顶部10像素 */
  right: 18px;     /* 距离屏幕右边10像素 */
  cursor: pointer;
}

.notice-text{
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  text-align: left;
  font-style: normal;
  line-height: 20px;
}
.notice-btn{
  width: 64px;
  height: 24px;
  background: #FFFFFF;
  border-radius: 2px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #1F5FF3;
  text-align: center;
  line-height: 24px;
  font-style: normal;
}
