.Ad_G2_G3_G4 .main-box{
  padding:0;
}
.TheFinalModule .content_list_item .content_list{
  display:none;
}
.TheFinalModule .Right-side-structure .story-list-unit-text{
  display:none;
}
.TheFinalModule .content_list_item .content_list:nth-child(1){
  display:flex;
}
.hasBgboxBottom .content_list .content_list_item{
  display:none;
  width:100%;
  justify-content: space-between;
  flex-wrap: wrap;
}
.share-box-unit img {
  height: clamp(15px, 2vw, 20px);
  width: auto;
}
.hasBgboxBottom .content_list .content_list_item:nth-child(1){
  display:flex;
}
.hasBgboxBottom .story-list-unit{
  background-color: transparent;
}
.hasBgboxBottom .childColumnList{
  display: flex;
  justify-content: end;
  align-items: center;
}
.hasBgboxBottom .childColumn_item{
  cursor:pointer;
  display: flex;
  margin-left:15px;
  align-items: center;
  color: #fff;
  border-radius: 22px;
  border: 2px solid #fff;
  padding: 5px 12px;
}
.hasBgboxBottom .childColumn_item.childColumn_item_active{
  background-image: linear-gradient(1deg,#60e4de 0%,rgba(203, 196, 147, 1) 100%)
}
.hasBgboxBottom .childColumn_item img{
  margin-right: 10px;
  height: 30px;
}
.hasBgboxBottom .story-list-unit-title,
.hasBgboxBottom .story-list-unit-bottom-time{
  color: #ffff;
}
.column_link .icon img{
  height: clamp(40px, 6vw, 90px);
}
.hasBgboxBottom .column_link{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}
.hasBgboxBottom .column_link a{
  color:#fff;
}
.contentBox.hasBgboxBottom{
  background: url(https://tkww-static.tkww.hk/v5/secondaryPage/entertainment/img16.png) no-repeat;
  background-size: 100% 100%;
  padding-bottom: 20px;
}
.contentBox.hasBgboxTop{
  transform: translateY(1px);
  padding-bottom: 170px;
  background: url(https://tkww-static.tkww.hk/v5/secondaryPage/entertainment/img15.png) no-repeat;
  background-size: 100% auto;
  background-position: bottom center;
}
.contentBox{
  background: url(https://tkww-static.tkww.hk/v5/secondaryPage/entertainment/img01.png)no-repeat;
  background-size: 100% auto;
}
body .column_head .column-name img{
  height:30px;
}
.column_head{
  margin-bottom: 25px;
}
.danmuWrapper{
  margin-bottom:40px;
  position: relative;
  display: flex;
  justify-content: flex-end;
}
#danmuWrapper_text{
  width:40%;
}
#danmuWrapper_Image{
  width:calc(60%);
}
#danmuWrapper_text {
  height: 60%;
  position: absolute;
  right: 56%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
}
.Page-logo{
  padding-top: clamp(15px, 3vw, 50px);
}
.Page-logo img{
  height: clamp(50px, 8vw, 144px);
}
.hasBgMoulde img{
  width:100%;
}
.column_head_phone{
  display:none;
}
@media(max-width:1199px) {
  .hasBgboxBottom .childColumn_item{
    padding: 2px 6px;
    margin-bottom: 5px;
    font-size: 2.5vw;
    margin-left: 0.7vw;
  }
  .hasBgboxBottom .childColumn_item img {
    margin-right: 4px;
    height: 16px;
  }
  .hasBgboxBottom .column_link{
    margin-bottom: 10px;
  }
  #danmuWrapper_Image {
    width: calc(65%);
  }
  #danmuWrapper_text {
    right: 60%;
    width: 40%;
  }
}
@media(max-width:576px){
  .TheFinalModule .column_head{
    display:none;
  }
  .column_head_phone{
    display:block;
  }
  .hasBgboxBottom .childColumn_item {
    justify-content: center;
    margin-bottom: 10px;
  }
  .contentBox.hasBgboxTop{
    padding-bottom: 80px;
    background: url(https://tkww-static.tkww.hk/v5/secondaryPage/entertainment/img17.png) no-repeat;
    background-size: 100% auto;
    background-position: bottom center;
  }
  .contentBox.hasBgboxBottom {
    background: url(https://tkww-static.tkww.hk/v5/secondaryPage/entertainment/img18.png) no-repeat;
    background-size: 100% 100%;
  }
}