#floating-menu, .hdx-feature-head-bottom-new, #hdx-footer{
  display: none;
}
.modal.fade , .fill-header{
  display: none !important;
  height: 0;
}

#special-subject-app{
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding-top: 2.875rem;
}
.special-subject-banner{
  text-align: center;
  height: 12.16rem;
  overflow: hidden;
}
.special-subject-main{
  padding: 0 0.94rem 0.94rem;
  border-bottom: 1px solid #F4F4F4;
}
.special-subject-header{
  display: flex;
  justify-content: space-between; /* 左右两边内容均匀分布 */
  align-items: center; /* 垂直居中对齐 */
  margin-top: -1.75rem;
}
.special-subject-header-logo{
  width: 4.8rem;
  height: 4.8rem;
  background: #FFFFFF;
  border-radius: 8px;
  border: 0.25rem solid #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.special-subject-header-logo img{
  height: 100%;
  max-width: unset;
}
.special-subject-follow{
  padding: 0.44rem 0.9rem 0.44rem 1.76rem;
  background-color: var(--van-green);
  border-radius: 20px;
  font-size: 0.75rem;
  color: #FFFFFF;
  align-self: flex-end;
  margin-bottom: 0.56rem;
  position: relative;
  cursor: pointer;
}
.special-subject-follow::after{
  content: "";
  position: absolute;
  top: 50%;
  left: 0.9rem;
  transform: translateY(-50%);
  width: 0;
  height: 0.63rem;
  border-left: 1px solid #FFFFFF;
}
.special-subject-follow::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 0.9rem;
  width: 0;
  height: 0.63rem;
  border-left: 1px solid #FFFFFF;
  transform: translateY(-50%) rotate(90deg);
}
.special-subject-title{
  font-weight: 600;
  font-size: 1rem;
  color: #333333;
  margin-top: 1rem;
  font-size: 0.88rem;
}
.special-subject-ability{
  display: flex;
  align-items: center;
  color: #333333;
  margin-top: 0.4rem;
}
.count-box{
  margin-right: 1.1rem;
  padding-right: 0.2rem;
  padding-left: 1.38rem;
  position: relative;
}
.count-box::after{
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.follow-count::after{
  background-image: url(https://cdn.huodongxing.com/Content/v2.0/hdx-details/special-subject/images/follow-count.png);
}
.view-count::after{
  background-image: url(https://cdn.huodongxing.com/Content/v2.0/hdx-details/special-subject/images/view-count.png?1);
  height: 0.63rem;
}
.special-subject-summary{
  margin-top: 0.4rem;
  font-weight: 400;
  font-size: 0.75rem;
  color: #999999;
  line-height: 1.13rem;
}

.special-subject-content{
  padding: 0 0.94rem 0.94rem;
}
.special-subject-content-item{
  margin-bottom: 2rem;
}
.list-item-title{
  font-weight: 600;
  font-size: 1rem;
  color: #333333;
}
.event-item{
  margin-top: 0.9rem;
  position: relative;
  padding-left: 9.07rem;
  min-height: 5rem;
  width: 100%;
  font-weight: 400;
  font-size: 0.75rem;
  color: #666666;
}
.event-item-img{
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  overflow: hidden;
  display: flex;
  justify-items: center;
  align-items: center;
  border-radius: 12px;
  height: 5rem;
}
.event-item-img img{
  max-width: auto;
  height: 100%;
}
.event-item-title{
  font-weight: 500;
  font-size: 0.88rem;
  color: #333333;
  line-height: 1.13rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 2.3rem;
}
.event-item-time{
  margin: 0.45rem 0;
}

.special-subject-content-header{
  display: flex;
  align-items: center;
  padding: 0.312rem 0;
  position: relative;
}
.special-subject-content-event{
  font-weight: 500;
  font-size: 20px;
  color: #333333;
  height: 100%;
  width: 400px;
  display: none;
}
.special-subject-content-menu{
  display: flex;
}
.special-subject-content-menu-item{
  margin-right: 1rem;
}
.special-subject-content-right{
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  display: flex;
  align-items: center;
}
.special-subject-content-right-item{
  flex: 0 0 auto;
  position: relative;
}
.special-subject-content-right-item.event-boxs{
  color: var(--van-green);
  font-weight: 400;
  font-size: 0.75rem;
  padding-left: 1.5rem;
}
.special-subject-content-right-item.event-boxs::after{
  content: "";
  position: absolute;
  top: 50%;
  left: 0.9rem;
  transform: translateY(-50%);
  width: 0;
  height: 0.63rem;
  border-left: 1px solid var(--van-green);
}
.special-subject-content-right-item.event-boxs::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 0.9rem;
  width: 0;
  height: 0.63rem;
  border-left: 1px solid var(--van-green);
  transform: translateY(-50%) rotate(90deg);
}

.special-subject-content-footer{
  width: 280px;
  height: 124px;
  background: #FFFFFF;
  box-shadow: 0px 2px 8px 0px rgba(51,51,51,0.1);
  border-radius: 8px;
  position: sticky;
  top: 100px;
  margin-top: 42px;
  display: none;
  padding: 24px;
  padding-left: 114px;
}
.content-footer-title{
  font-weight: 500;
  font-size: 20px;
  color: #333333;
  margin-bottom: 10px;
}
.content-footer-tips{
  font-weight: 400;
  font-size: 12px;
  color: #666666;
  line-height: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.content-footer-img{
  position: absolute;
  width: 84px;
  height: 84px;
  top: 50%;
  transform: translateY(-50%);
  left: 18px;
}

@media only screen and (min-width: 960px) {
  #layout-moblie #layout-header{
    display: none !important;
  }
  #floating-menu, .hdx-feature-head-bottom-new, #hdx-footer{
    display: block !important;
  }
  .hdx-feature-head-bottom-new {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }

  #special-subject-app{
    padding-top: 80px;
    width: 1200px;
  }
  .special-subject-banner{
    height: 280px;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    margin-top: 20px;
  }
  .special-subject-banner img{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .special-subject-follow{
    width: 74px;
    height: 32px;
    border-radius: 8px;
    text-align: center;
    line-height: 32px;
    padding: 0;
    font-size: 14px;
    margin-bottom: 0;
  }
  .special-subject-header-logo{
    border: 1px solid #FFFFFF;
  }
  .special-subject-follow::after, .special-subject-follow::before{
    content: none;
  }
  .special-subject-main, .special-subject-content{
    padding: 0 60px 30px;
    position: relative;
    z-index: 5;
  }
  .special-subject-title, .special-subject-ability, .special-subject-summary{
    width: 730px;
  }
  .special-subject-title{
    font-size: 24px;
  }
  .special-subject-ability{
    margin: 15px 0;
  }
  .special-subject-summary{
    font-size: 14px;
  }
  .special-subject-content-body{
    display: flex;
    justify-content: space-between; /* 左右两边内容均匀分布 */
  }
  .special-subject-content-list{
    flex: 0 0 calc(100% - 330px);
  }
  .special-subject-content-item{
    padding-left: 30px;
    position: relative;
  }
  .special-subject-content-item::after{
    width: 9px;
    height: 9px;
    background-color: #D8D8D8;
    border-radius: 50%;
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
  }
  .special-subject-content-item::before{
    content: "";
    position: absolute;
    height: calc(100% + 40px);
    width: 1px;
    border-left: 1px dotted #D8D8D8;
    /* border-left: 1px solid #D8D8D8; */
    top: 16px;
    left: 4px;
  }
  .special-subject-content-item:last-child::before{
    height: calc(100% - 15px);
  }
  .event-item{
    background: #FFFFFF;
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.1);
    border-radius: 8px;
    padding: 22px;
    padding-left: 279px;
    height: 177px;
  }
  .event-item-img{
    left: 22px;
    width: 230px;
    height: 136px;
  }
  .event-item-time{
    margin-top: 30px;
  }
  .special-subject-content-event{
    display: inline;
  }
  .special-subject-content-menu-item{
    width: 160px;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 8px;
  }
  .special-subject-content{
    margin-top: 50px;
  }
  .special-subject-content-header{
    margin-bottom: 10px;
  }
  .hdx-select{
    padding-left: 10px;
  }
  .hdx-select-input-icon{
    right: 12px;
  }
  .hdx-select-boxs{
    width: 100%;
  }
  .special-subject-content-footer{
    display: unset;
  }
}