body{
    overflow-y: auto;
}
.commit-media::before{
  background: linear-gradient(-180deg, rgba(24, 26, 38, 0) 0%, rgb(24 26 38) 100%);
}
.page-box{
  height: 100%;
  background: url(https://game.gtimg.cn/images/osgame/cp/appointment/m/news-page-bg.jpg) no-repeat top / 100% auto;
}
.stra-wrap{
  position: relative;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  /* display: flex;
  justify-content: center; */
  background: url(https://game.gtimg.cn/images/osgame/cp/appointment/m/news-page-bg.jpg) no-repeat top / 100% auto;
  overflow-y: auto;
}
.stra-wrap .stra-con {
  position: relative;
  width: 100%;
  height: calc(100% - 1.75rem);
  background: url(https://game.gtimg.cn/images/osgame/cp/appointment/card/card_m_bg.png) no-repeat center/cover;
  background-color: #3f496a;
  margin-top: 1.75rem;
  padding-bottom: 1rem;
  box-sizing: border-box;
}
.stra-con .news_back{
  top: -0.6rem;
}
.caeds-ti{
  font-size: 0.32rem;
  color: #ffffff;
  text-align: center;
  position: absolute;
  top: -0.7rem;
  left: 0;
  width: 100%;
}



.stra-box{
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

.stra-detail{
  width: 7.2rem;  
  position: relative;    
  margin: 0 auto;
  display: block;
  padding: 0.01rem 0;
  box-sizing: border-box;
}
.stra-ti{
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 0.4rem;
  width: 100%;
  margin: 0.2rem 0;
  padding: 0 0.2rem;
  box-sizing: border-box;
}
.stra-ti img{
  width: auto;
  height: 0.4rem;
}
.stra-more{
  background: url(https://game.gtimg.cn/images/osgame/cp/appointment/stra/stra-more.png) no-repeat center/100%;
  width: 1.17rem;
  height: 0.34rem;
}

.stra-ul{
  display: flex;
  flex-wrap: wrap;
  height: 6.25rem;
  overflow: hidden;  
  position: relative;
  padding-bottom: 0.4rem;
  margin-bottom: 0.2rem;
}
.stra-ul::after{
  content: '';
  background-color: #91a5d84f;
  opacity: 0.3;
  width: 6.75rem;
  height: 0.01rem;
  position: absolute;
  bottom: 0;
  left: 0.2rem;
}
.stra-detail:nth-last-of-type(1) .stra-ul::after{
  display: none;
}
.hot .stra-ul{
  height: 11rem;
}
.stra-ul a{
  width: 3.27rem;
  /* height: 2.8rem; */
  font-size: 0.24rem;
  color: #bbbec9;
  position: relative;
  /* margin:0 0.16rem; */
  margin-left: 0.22rem;
  margin-bottom: 0.3rem;
}
.stra-ul a .stra-li-bg{
  width: 3.27rem;
  height: 1.84rem;
  object-fit: cover;
  border: 0.01rem solid #59647b;
  box-sizing: border-box;
  border-radius: 0.08rem;
  -webkit-border-radius: 0.08rem;
  -moz-border-radius: 0.08rem;
  -ms-border-radius: 0.08rem;
  -o-border-radius: 0.08rem;
}
.stra-name{
  width: 100%;
  height: 0.38rem;
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  top: 1.45rem;
  padding: 0 0.1rem;
  box-sizing: border-box;
  font-size: 0.18rem;
  color: #ebedf4;
  background: linear-gradient(-180deg, rgba(24, 26, 38, 0) 0%, rgba(24, 26, 38, 0.6) 100%);
  border-bottom-left-radius: 0.1rem;
  border-bottom-right-radius: 0.1rem;
}
.stra-name-img{
  width: 0.18rem;
  height: 0.18rem;
  border: 0.03rem solid #d1e9fb;
  box-sizing: border-box;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin: 0 0.05rem 0 0;
}
.stra-name-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.stra-name p{
  margin: 0 0.05rem 0 0;
  font-size: 0.18rem;
}
.stra-name span{
  position: absolute;
  right: 0.1rem;
}
.stra-desc{
  height: 0.75rem;
  line-height: 0.38rem;
  margin: 0.1rem 0;
}
.stra-desc i{
  display: inline-block;
  margin: 0 0.1rem;
  margin-bottom: -0.05rem;
  margin-left: 0;
}
.stra-desc i.stra-new{
  background: url(https://game.gtimg.cn/images/osgame/cp/appointment/stra/stra-new-m.png) no-repeat center/100%;
  width: 0.64rem;
  height: 0.29rem;
  display: none;
}
.stra-detail:nth-of-type(1) .stra-desc i.stra-new{
  display: inline-block;
}
.stra-desc i.stra-icon{
  background: url(https://game.gtimg.cn/images/osgame/cp/appointment/stra/stra-icon-m.png) no-repeat center/100%;
  width: 0.64rem;
  height: 0.29rem;
}
.stra-desc p{
  display: -webkit-box; 
  -webkit-box-orient: vertical; 
  -webkit-line-clamp: 2; 
  overflow: hidden;
  color: #bbbec9;
}
.stra-time{
  font-size: 0.16rem;
  color: #8b8b8b;
}
.hot{
  margin-top: 0.25rem;
}
.hot .stra-ul a:nth-of-type(1){
  width: 6.74rem;
  height: 4.25rem;
  margin: 0 auto 0.3rem;
  position: relative;
}
.hot .stra-ul a:nth-of-type(1)::after{
  content: '';
  background: url(https://game.gtimg.cn/images/osgame/cp/appointment/stra/stra-detail-m.png) no-repeat center/100%;
  width: 6.74rem;
  height: 3.79rem;
  position: absolute;
  top: 0;
  left: 0;
}
.hot .stra-ul a:nth-of-type(1) .stra-li-bg{
  width: 6.74rem;
  height: 3.79rem;
}
.hot .stra-ul a:nth-of-type(1) .stra-name{
  top: 3.4rem;
}
.hot .stra-ul a:nth-of-type(1) .stra-desc p{
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
  display: block;
}
.hot .stra-ul a:nth-of-type(1) .stra-time{
  display: none;
}

.stra-wrap-d .stra-detail{
  display: none;
}
.stra-wrap-d .stra-detail.on{
  display: block;
}
.stra-wrap-d .stra-ul{
  height: auto;
}
.stra-wrap-d .stra-box{
  overflow: hidden;;
}
.stra-wrap-d .stra-detail{
  height: 100%;
  overflow-y: auto;
}
.none-tip{
  background: url(https://game.gtimg.cn/images/osgame/cp/appointment/stra/none-tip.png) no-repeat center/100%;
  width: 1.37rem;
  height: 0.26rem;
  position: absolute;
  bottom: 1.2rem;
  left: 3rem;
  display: none;
}