.indx-top-rt{
  align-self:flex-start;
}
.indx-top-rt-top{
  margin-bottom:24px;
}
.search-top-left{
  width:8em;
  flex:none;
  padding-left:10px;
  box-sizing:border-box;
  border: 1px solid #eeeeee;
}
.search-top-left::placeholder{
  color:#e86d75;
}
.lang img{
  min-width:unset;
}
.selectDiv,.search-top,.search-top-left,.search-top-right{
  height:25px;
}
.search-top-right{
  width:33px;
  background:#CB1722;
  flex:none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.selectDiv{
  margin-right:5px;
}
.search-top-right img{
  width:18px;
  height:18px;
}
.primary-header-wrapper-r .lang{
  display:flex;
  justify-content:flex-end;
  margin-right:0;
  position:static;
}
.search-top{
  display:flex;
}
.index-top{
  position:static;
}
.selectDiv ul{
  top:100%;
}
.top-lf-logo {
  width: 210px;
  height:73px;
  display: block;
  line-height: 1000px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-image: url(https://tkww-static.tkww.hk/logo1.png);
  background-size: 100% 100%;
}
.s-sticker-cond.module>img {
  min-width: 18px;
}
#he-plugin-simple div:last-child{
  display:none;
}
#he-plugin-simple div:last-child .view-vertical{
  height:400px;
}
#he-plugin-simple div:last-child img {
  /* min-width: initial; */
}
@media (max-width:1200px){
  .top-lf-logo {
    width:20vw;
    height:6.95vw;
  }

}
@media (max-width:900px){
  .search-top{
    display:none;
  }
}
@media (max-width:797px){
  .indx-top-rt-top{
    display:none;
  }
}