#box_func{
  max-height: 100px;
  transition: all .3s;
}
#box_func.active{
  max-height: 400px;
}
.btn-func i{
  width: 21px;
  height: 21px;
  border: 1px solid #000;
  border-radius: 11px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  font-style: initial;
}

.banner {
  background-image: url(https://1701336841.rsc.cdn77.org/_assets/img/landing-zapping/banners/2023/09/07/bg-mobile.png);
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
  max-width: 1920px;
  margin: 0 auto;
  height: 100%;
  min-height: 200px;
  /*background-color: #121416;*/
}

@media (min-width: 768px){
  .wom .content-info {
    max-height: 225px;
  }

  .banner {
    background-image: url(https://1701336841.rsc.cdn77.org/_assets/img/landing-zapping/banners/2023/09/07/bg-desktop.png);
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
    max-width: 1920px;
    margin: 0 auto;
    height: 100%;
    min-height: 200px;
}
}

.tooltip-container {
  cursor: pointer;
  position: relative;
  display: inline-block;
}

.tooltip {
  opacity: 0;
  z-index: 99999;
  color: #fff;
  width: 281px !important;
  display: block;
  font-size: 12px;
  font-weight: 600;
  padding: 5px 10px;
  border-radius: 13px;
  text-align: center;
  background: #270046;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  position: absolute;
  top: 24px;
  left: -43px !important;
}

.tooltip:before, .tooltip:after {
  content: url(https://1701336841.rsc.cdn77.org/_assets/img/zapping/tip.svg);
  position: absolute;
  top: -12px;
  right: 50px;
}

.tooltip-container:hover .tooltip, a:hover .tooltip {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.box-detail {
  height: 24px;
  /*background-color: #f7f8fa;
  margin: 0 13px;*/
  transition: height .4s ease-in-out
}
.show-detail .box-detail {
  height: 268px
}
.box-detail > div {
  height: 276px
}
.box-detail > a {
  height: 25px;
  /*background-color: #f4f4f7;*/
  border-bottom: 1px solid #c3c5d4
}
.box-detail > a::after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath d='M7.087 8.686c-.268.268-.268.703 0 .971L12.429 15l5.342-5.342c.268-.268.268-.703 0-.971s-.703-.268-.971 0l-4.371 4.371-4.371-4.371c-.268-.268-.703-.268-.971 0z' fill='%23e92070'/%3E%3C/svg%3E");
  display: inline-block;
  height: 24px;
  width: 24px;
  margin-left: 8px;
  transition: transform .6s ease
}
.show-detail .box-detail > a::after {
  transform: rotate(180deg)
}
.box-detail > a span:last-of-type, .show-detail .box-detail > a span:first-of-type {
  display: none
}
.show-detail .box-detail > a span:last-of-type {
  display: inline
}
.box-detail ul li > span {
  width: 20px
}