.tv {
  height: auto !important;
}

#info {
  height: fit-content;
}

.product-banner {
  height: 520px;
  background: #E2DAF5;
  position: relative;
}

.product-banner .rectangle {
  position: absolute;
  width: 100%;
  height: 4rem;
  bottom: 0;
  z-index: 1;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
}

.product-banner .container {
  height: 100%;
}

.product-banner .container .row {
  height: 100%;
}

.product-banner .container .row div {
  height: 100%;
}

.product-banner .container .row .intro {
  padding: 0;
  color: #000;
  display: flex;
  flex-direction: column;
  z-index: 100;
  position: relative;
}

.product-banner .container .row .intro h1 {
  font-size: 40px;
  font-weight: bold;
  color: #181818;
  line-height: 1.2;
  margin: 0;
}

.product-banner .container .row .intro .new {
  width: 1.2rem;
  margin: 0.5rem 0.2rem;
}

.product-banner .container .row .intro p {
  margin-top: 24px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 400;
  color: #181818;
  z-index: 99;
}

.product-banner .container .row .intro .link-group {
  margin-top: 0.2rem;
  display: flex;
  flex-direction: column;
  height: auto;
  margin-bottom: 3rem;
}

.product-banner .container .row .intro .link-group a {
  display: flex;
  align-items: center;
}

.product-banner .container .row .intro .link-group a .text {
  color: #1A1A1B;
  font-size: 16px;
  font-weight: 500;
}

.product-banner .container .row .intro .btn-group {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  height: auto;
  margin-bottom: 0.2rem;
}

.product-banner .container .row .intro button {
  width: 220px;
  height: 56px;
  font-size: 18px;
  background: linear-gradient(90deg, #D125A8 0%, #4C5CF0 51%, #D125A8 100%);
  background-size: 200% auto;
  border-radius: 1.66666667rem;
  opacity: 1;
  border: none;
  color: white;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
  transition: 0.5s;
}

.product-banner .container .row .intro button:hover {
  background-position: right center;
}

.product-banner .container .row .funcs {
  opacity: 0.9;
  z-index: 100;
  width: 100%;
}

.product-banner .container .row .funcs ul {
  display: flex;
  margin-bottom: 0 !important;
  width: 100%;
  height: 100%;
  padding: 0;
}

.product-banner .container .row .funcs ul li {
  height: 96px;
  width: 108px;
  background: #FFFFFF;
  border-radius: 10px 10px 10px 10px;
  margin-right: 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.product-banner .container .row .funcs ul li i {
  width: 2.3em;
  height: 2.3rem;
  display: inline-block;
  text-align: center;
  line-height: 2.3rem;
}

.product-banner .container .row .funcs ul li i img {
  width: 100%;
  height: 100%;
}

.product-banner .container .row .funcs ul li span {
  font-size: 14px;
  font-weight: bold;
  color: #181818;
  line-height: 1.33333333rem;
}

.count {
  height: 10rem;
  background: linear-gradient(90deg, #A328F5 0%, #5596EC 100%);
  opacity: 1;
}

.count .container {
  height: 100%;
}

.count .container .row {
  height: 100%;
}

.count .container .row div:nth-child(2)::before {
  content: '';
  width: 1px;
  height: 57px;
  background: #FFFFFF;
  border-radius: 0px 0px 0px 0px;
  opacity: 0.5;
  position: absolute;
  left: 0;
}

.count .container .row div:nth-child(2)::after {
  content: '';
  width: 1px;
  height: 57px;
  background: #FFFFFF;
  border-radius: 0px 0px 0px 0px;
  opacity: 0.5;
  position: absolute;
  right: 0;
}

.count .container .row div {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.count .container .row div .count-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 10px 10px 10px 10px;
  width: 4.5rem;
  height: 3.9rem;
}

.count .container .row div p {
  font-size: 1.9rem;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1.53333333rem;
}

.count .container .row div span {
  font-size: 0.76666667rem;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1.53333333rem;
}

.guidelineforyou {
  height: auto;
  background-color: #F5F5F5;
}

.guidelineforyou .container {
  height: 100%;
}

.guidelineforyou .container .row {
  height: 100%;
  text-align: center;
}

.guidelineforyou .container .row h1 {
  font-size: 1.4rem;
  font-weight: bold;
  color: #181818;
  line-height: 2rem;
  margin-top: 2.43333333rem;
}

.guidelineforyou .container .row div {
  height: fit-content;
  padding-top: 2.4rem;
}

.guidelineforyou .container .row div ul {
  color: #000;
  padding-left: 0 !important;
}

.guidelineforyou .container .row div ul li {
  background-color: #FFFFFF;
  margin-bottom: 5px;
  text-align: left;
  font-size: 0.66666667rem;
  font-weight: 400;
  color: #181818;
  height: 60px;
  display: flex;
  align-items: center;
}

.guidelineforyou .container .row div ul li a {
  padding: 0 20px;
  color: #000 !important;
}

.guidelineforyou .container .row div ul li a::before {
  content: '';
  width: 6px;
  height: 6px;
  background-color: #000;
  display: inline-block;
  border-radius: 50%;
  margin: 3px;
  margin-right: 15px;
}

.guidelineforyou .container .row div ul li a:hover {
  color: #000 !important;
}

@media screen and (max-width: 768px) {
  .product-banner {
    height: 460px !important;
    position: relative;
    left: 0;
    bottom: 0;
  }

  .product-banner .container .row .devices {
    display: none !important;
  }

  .product-banner .container .row .intro {
    padding: 0.93333333rem 0 1.56666667rem 0px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    width: 100% !important;
  }

  .product-banner .container .row span {
    font-size: 24px;
    font-weight: bold;
    color: #181818;
    line-height: 70px;
  }

  .product-banner .container .row p {
    font-size: 14px;
    font-weight: 400;
    color: #181818;
  }

  .product-banner .container .funcs {
    position: absolute;
    height: 50% !important;
    width: 100% !important;
    top: 10%;
    left: 0;
  }

  .product-banner .container .row .blackBrands {
    height: 0;
  }

  .product-banner .container .funcs ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 0 !important;
  }

  .product-banner .container .funcs ul li {
    width: 45% !important;
  }

  .count .col-md-4 {
    width: 33.3% !important;
  }

  .guidelineforyou {
    height: auto !important;
  }

  .guidelineforyou .container .row {
    flex-direction: column;
  }

  .guidelineforyou .container .row span {
    order: 1;
  }

  .guidelineforyou .container .row div {
    width: 100%;
  }
}
