* {
  transition: 0.1s ease all;
}

header {
  width: 100%;
}

section.wide-banner {
  display: grid;
  gap: 0.42rem 0;
}
section.wide-banner img {
  width: 100%;
  min-height: 50px;
}
section.wide-banner img.topbanner-img {
  width: 100%;
  height: 5vh;
}
section.wide-banner a:hover img {
  filter: brightness(178%);
}

.FloatSets {
  position: fixed;
  /* :::: just gone ::::*/
}
.FloatSets span.close {
  color: white;
  position: absolute;
  z-index: 99;
  font-family: Arial, Helvetica, sans-serif;
}
.FloatSets a:hover img {
  filter: brightness(138%);
}
.FloatSets.Float-Long-L {
  top: 100px;
  left: 0;
  z-index: 5;
}
.FloatSets.Float-Long-L img {
  max-width: 100px;
  max-height: 300px;
  width: 100%;
  height: 33vh;
}
.FloatSets.Float-Long-L:hover span.close {
  transform: rotate(90deg);
}
.FloatSets.Float-Long-R {
  top: 100px;
  right: 0;
  z-index: 5;
}
.FloatSets.Float-Long-R img {
  max-width: 100px;
  max-height: 300px;
  width: 100%;
  height: 33vh;
}
.FloatSets.Float-Long-R:hover span.close {
  transform: rotate(90deg);
}
.FloatSets.Float-Support {
  top: 47vh;
  left: 0;
}
.FloatSets.Float-Support img {
  max-width: 130px;
  width: 100%;
}
.FloatSets.Float-Support:hover span.close {
  transform: rotate(90deg);
}
.FloatSets.Float-Boo {
  top: 400px;
  right: 0;
}
.FloatSets.Float-Boo img {
  max-width: 97px;
  width: 100%;
}
.FloatSets.Float-Boo:hover span.close {
  transform: rotate(90deg);
}
.FloatSets.Float-CountDown {
  top: 545px;
  right: 0;
}
.FloatSets.Float-CountDown:hover span.close {
  transform: rotate(90deg);
}
.FloatSets.Float-CountDown a {
  position: relative;
  display: grid;
  width: 97px;
  height: 100px;
}
.FloatSets.Float-CountDown a::before {
  width: 97px;
  height: 100px;
  position: absolute;
  z-index: 0;
  content: "";
  background: url(https://g.lcjbpy.com/porter/img/demo-float-ad-4.png) no-repeat;
  background-size: contain;
}
.FloatSets.Float-CountDown dt {
  height: 20px;
  position: relative;
  top: 78px;
  left: 1px;
  z-index: 1;
  color: #fff;
  width: 89%;
  text-align: center;
}
.FloatSets.Float-CountDown #count-roma {
  opacity: 0;
  height: 0;
  border-radius: 5px;
  display: grid;
  justify-content: center;
  align-items: center;
  gap: 0.6rem 0;
  position: absolute;
  padding: 0.55rem 0.55rem;
  top: 100px;
  left: -4px;
  background: linear-gradient(to bottom, rgb(255, 208, 0), #da8f16);
}
.FloatSets.Float-CountDown #count-roma img {
  width: 100%;
}
.FloatSets.Float-CountDown #count-roma h6 {
  color: #fff;
  font-size: 15px;
  text-align: center;
  text-shadow: 0.05rem 0.05rem 0.8rem #333333;
}
.FloatSets.Float-CountDown #count-roma.opena {
  opacity: 1;
  height: auto;
}
.FloatSets.Float-CountDown #count-roma.opena img {
  animation: countShine 0.98s 0s ease infinite;
}
@keyframes countShine {
  0% {
    filter: brightness(100%);
  }
  50% {
    filter: brightness(188%);
  }
  100% {
    filter: brightness(100%);
  }
}
.FloatSets.justGone {
  display: none;
}

section.stream-tag h4 {
  gap: 0 0.7rem;
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
section.stream-tag blockquote {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 1rem 2.45rem;
  margin: 1.8rem 0;
  justify-content: center;
}
section.stream-tag a {
  border-radius: 5px;
  padding: 6px 12px;
  color: #fff;
  font-size: 18px;
  background: #666;
}
section.stream-tag a:hover {
  background: #fff;
  color: #666;
}
section.stream-tag a::before {
  content: "#";
}

section.FREE-sets .we-will-rock {
  display: grid;
  gap: 1.04rem 0;
}

section.Half-Banner-Section {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem 0.5rem;
}
section.Half-Banner-Section a.half-banner-img img {
  width: 100%;
  height: 7vh;
}
section.Half-Banner-Section a.half-banner-img:hover img {
  filter: brightness(166%);
}

@media (max-width: 594px) {
  .Half-Banner-Section {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}