.column-titles {
  padding: 0.3rem;
}
.column-title {
  font-size: 0.34rem;
  font-weight: bold;
  line-height: 0.48rem;
  color: #0C0C0C;
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* autoprefixer: off */ 
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  /* padding-top: 0; */
}
.adv-container {
  height: 1.14rem;
}
.colunm-calendar .calendar-box {
  display: flex;
  padding: 0 0.3rem;
  height: 0.8rem;
  align-items: center;
  justify-content: space-between;
}
.colunm-calendar .calendar-box .lists {
  /* width: 91%; */
  flex:1;
  height:0.8rem;
  align-items: center;
  justify-content: space-between;
  color: #0C0C0C;
  overflow-x: scroll;
}
.colunm-calendar .calendar-box ul{
  height: 0.8rem;
}
.colunm-calendar .calendar-box ul li{
  margin-right:9px;
  height: 100%;
  display:inline-block;
  line-height: 0.8rem;
}
/* 20260624 */
/* .colunm-calendar .calendar-box ul li.active {
  color: #CC0033;
} */
.colunm-calendar .calendar-box ul li.active {
  color: #36b1c3;
}
.colunm-calendar .calendar-box .dingyue {
  width: 0.3rem;
  height: 0.36rem;
}
.colunm-calendar .calendar-box .calendar {
  width: 0.3rem;
  height: 0.36rem;
  background: url(../images/calendar.png) no-repeat;
  background-size: 100% 100%;
  text-indent:-9999px;
}
.colunm-calendar .list {
  padding: 7.5rem 0.3rem 0;
}
.colunm-calendar .list .empty {
  text-align: center;
}
#player{
  position: fixed !important;
  top:1.1rem;
  margin-top:0;
}
.fixed{
  width:100%;
  position: fixed;
  top:5.32rem;
  background:#fff; 
}
/* 评论样式 */
.comment-wrap{
  width: 100%;
  background-color: #fff;
  position: fixed;
  bottom: 0;
  z-index: 1;
  border-top: 1px solid #f5f5f5;
}
.comment-con{
  height: 55px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.comment-wrap .input-box{
  flex: 1;
  padding: 0 .24rem;
  
}
.comment-wrap input{
  font-size: .26rem;
  background: rgba(242, 243, 245, 0.39);
  padding: 0 .1rem;
  border: 0;
  height: .64rem;
  width: 100%;
}
.input-boe-item{
  font-size: .26rem;
  background: rgba(242, 243, 245, 0.39);
  padding: 0 .1rem;
  border: 0;
  height: .64rem;
  width: 100%;
  color: #999;
  line-height: .64rem;
}
.comment-wrap .icon-comment{
  width: .4rem;
  height: .4rem;
  
}
.comment-wrap .icon-collect{
  width: .42rem;
  height: .4rem;
  margin: 0 .25rem;
}
.comment-count{
  position: relative;
  width: .4rem;
  height: .4rem;
  margin: 0 .25rem;
}
.comment-count i{
  font-size: .22rem;
    color: #36b1c3;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(50%, -50%);
    background-color: #fff;
}
.comment-box1 {
  padding: 10px 0rem 0;
  position: fixed;
  width: 100%;
  background-color: #ffffff;
  top: 5.32rem;
  padding-top: 0.9rem;
}
/* 评论样式 */
.comment-wrap{
  width: 100%;
  background-color: #fff;
  position: fixed;
  bottom: 0;
  
  border-top: 1px solid #f5f5f5;
}
.comment-con{
  height: 55px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.comment-wrap .input-box{
  flex: 1;
  padding: 0 .24rem;
  
}
.comment-wrap input{
  font-size: .26rem;
  background: rgba(242, 243, 245, 0.39);
  padding: 0 .1rem;
  border: 0;
  height: .64rem;
  width: 100%;
}
.comment-wrap .icon-comment{
  width: .4rem;
  height: .4rem;
  
}
.comment-wrap .icon-collect{
  width: .42rem;
  height: .4rem;
  margin: 0 .25rem;
}
.comment-count{
  position: relative;
  width: .4rem;
  height: .4rem;
  margin: 0 .25rem;
}
.comment-count i{
  font-size: .22rem;
    color: #36b1c3;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(50%, -50%);
    background-color: #fff;
}
.news-pic-verticle .spe-title{
    color: #36b1c3;
}