body{
  background-image:url(https://tkww-static.tkww.hk/special/merchant/bg.jpg);
  background-size:100% 100%;
}
.footer{
  background-color: #0a3b70;
}
.title-img-box{
  position:relative;
}
.add-more-box-v5{
  display:flex;
  justify-content:center;
}
.add-more-v5{
  width:unset;
  padding: 0 10px;
  background-color: #2c79c0;
  border-radius: 10px 0px 10px 0px;
  color:#ffffff;
}
.title-img{
  width:calc( 232 / 1280 * 100% );
  margin:0 auto;
}
.report-roll-box{
  background-image:url(https://tkww-static.tkww.hk/special/power/report-bg.png);
  background-size:100% 100%;
  padding:40px 34px;
  box-sizing:border-box;
}
body .roll-view{
  margin-top:0;
}
.story-list-unit{
  border-radius: 0;
  background-color:rgba(0,0,0,0)!important;
}
.story-list-unit-inner-top{
  background-color: #0d487e;
  position:relative;
  border-radius: 10px;
  transition:0.5s;
  overflow:hidden;
  padding-bottom:8px;
}
body .story-list-unit-top .img-box-box{
  position:relative;
  z-index:10;
  border-radius: 10px;
  transition:0.5s;
}
body .story-list-unit .img-box-shadow{
  position:absolute;
  z-index:99;
  height:60px;
  left:0;
  display:block;
  width:100%;
  background-image:linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,0.7));
}
body .story-list-unit-title{
  padding:4px 10px 0px;
  color:#ffffff!important;
  box-sizing: content-box;
}
body .story-list-unit-bottom-time{
  color: #7eb1f0;
}
body .story-list-unit-content{
  height: clamp(40px, 5vw, 52px);
  background-image:url(https://tkww-static.tkww.hk/special/power/tip.png);
  background-size:100% auto;
  background-position:left 0 bottom 0;
  background-repeat:no-repeat;
  transition:0.5s;
  align-items: flex-start;
}
.report{
  margin-top:42px;
}
@media ( min-width:992px ){
  body .story-list-unit:hover .story-list-unit-inner-top{
    background-color: #a94e3c;
  }
  body .story-list-unit:hover .story-list-unit-content{
    background-image:url(https://tkww-static.tkww.hk/special/power/tip-active.png);
  }
}
@media ( max-width:576px ){
  body .story-list-unit-title{
    height:unset;
  }
  body .story-list-unit-content{
    height:15vw;
  }
}
