.composition{display: flex;align-items: center;min-height: 0.7rem;margin-top: 10px;margin-bottom: 10px;}
.composition span{color: #977700; padding-left:0.13rem;font-size: 0.32rem; margin-right: 0.1rem;font-weight: 600;}
.composition a{color: #494949;
    width: 73%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal; 
    overflow: hidden;
    font-weight: 500;
    text-overflow: ellipsis;
    line-height: 1.5;
    display: block; 
    display: -webkit-box; 
    font-size: 0.32rem;
}
@media (min-width: 540px)  {
 .composition{min-height: 0.55rem;}
 .composition span{font-size: 0.25rem; }
 .composition a{font-size: 0.25rem;}
}
.area-overflow { overflow:visible; margin:0px auto; background-color: #1A1A1A;z-index: -100;}
.viewport {
    max-height: 8rem;
    overflow: auto;
    position: relative;
    margin: 0px auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
    overflow-x: hidden;
}
#a1 {z-index: 100;background: none repeat scroll 0% 0% #101010;width: 100%;height: 100%;}
.video-bottom{overflow:hidden; background-color: #1A1A1A;line-height: 1rem;font-size: 0.25rem; font-family: 'Microsoft YaHei',helvetica,arial,sans-serif;
 padding-bottom: 50px;
}
.sptextneirong{
  color: #cdb8a4;
  font-size: 0.3rem;
  line-height: 0.5rem;
  padding-left: 0.15rem;
  padding-top: 0.15rem;
 
}

.sptext{
    position: relative;
    width: 96%;
    height: 0.8rem;
    line-height: 0.77rem;
    font-size: 0.33rem;
    color: #EAEAEA;
    border-bottom: 0.035rem solid #454545;
    margin: 0.3rem 0 0.05rem 0.16rem;
}
.sptext a:hover, .sptext a:visited { color:#FFFFFF; }
.sptt{border-bottom: 0.035rem solid #b8860b;display: inline-block;text-decoration: none;}


.pack {cursor: pointer; padding: 0rem 0.2rem 0.1rem 0.1rem;}
.pack a {
    color: #ABABAB;
    padding: 0.1rem 0;
    display: grid;
    grid-template-columns: 2.25rem 1fr;
    height: 1.3rem;
    align-items: start;}
.pack .curpack {color:#FFB366;}

.abspleft img{
    width: 1.9rem;
    height: 1rem;
    margin-left: 0.1rem;
    margin-right: 0.1rem;
}
.abspmid{
    width: 95%;
    display: flex;
    flex-direction: column;    
}
.absptext{
    line-height: 0.5rem;
    font-size: 0.33rem;
    margin-bottom: 0.2rem;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;      
}

.d-l {height: 1px;border-bottom: 1px solid #444;overflow: hidden;width:99%;}
@media (min-width: 540px)  {
  .sptext{
      font-size: 0.25rem;
  } 
  .absptext {
      line-height: 0.4rem;
      font-size: 0.25rem;
  }
  .sptextneirong{
    font-size: 0.25rem;
    line-height: 0.4rem;
  }  
  
  .pack a {
      grid-template-columns: 2.2rem 1fr;
    }  
}
/* 媒体查询：窗口≥1000px时强制2列 */
@media (min-width: 1000px) {
 .abspleft img {
    width: 1.6rem;
  }
  .pack a {
      grid-template-columns: 2rem 1fr;
  }  
  .viewport{
     grid-template-columns: repeat(auto-fit, minmax(50%, 1fr));
  }
}

#TCplayer {
    width: 100%;
    height: 100%;
}
.box_640{width:100%; height:6rem; margin:0 auto;}
.box_640 iframe{width:96vw; height:6rem; }
.footer{margin-top: 0px;}
