#tasPage #banners {
  max-width: 900px;
}
.catListTTImg {
  margin: 30px auto 5px;
}
#tasPage .banner .info {
  text-align: center;
}

#tasPage .banner .info .bannerTT {
  color: #ED8080;
}

#tasPage .banner .info .code2 {
  background-color: #ED8080;
  color: #fff;
  width: max-content;
  padding: 5px 30px;
  border-radius: 5px;
  margin: auto;
}

#tasPage .banner .info .code2 .hl {
  color: #fff;
}

#tasPage .banner .info .code2 .hl.red {
  color: #ED8080;
}

#tasPage .banner .info .offerTT {
  color: #000;
  background: transparent;
}

#tasPage .banner .info .offerTT.red {
  background-color: #c71406;
}

#tasPage .banner .info hr {
  display: block;
  margin: 1rem auto;
  max-width: 85%;
}

#Result2 {
  position: relative;
}

#Result2 .catListTTImg span span {
  font-size: 0.9rem;
  line-height: 6;
}

#tasPage .banner .img {
  background: url(../images/page/banner-tas.jpg) no-repeat center center;
  background-size: cover;
}

#tasPage .banner .info p {
  font-size: .85rem;
  color: #777;
  line-height: 1.2;
  margin-bottom: 4px;
}

#tasPage .banner .info .tncBtn {
  margin-top: 5px;
}

#tasPage .banner .info .note {
  height: 25px;
  line-height: 25px;
}

.poiList {
  padding-bottom: 30px;
}

#Result2 {
  position: relative;
}

@media (min-width: 641px) {
  .banner {
    text-align: center;
  }

  #tasPage .banner .info {
    padding: 25px 20px 15px;
  }

  #tasPage .banner .info .offerTT {
    max-width: 250px;
  }
}

@media (max-width: 768px) {
  #Result2 .catListTTImg span span {
    font-size: 0.7rem;
  }
}

@media (max-width: 640px) {
  .banner .info {
    padding: 20px 15px;
    text-align: center;
  }

  #tasPage .banner .info p {
    font-size: .8rem;
  }
}

.anchorNav .filterBtn,
.anchorNav .allBtn {
  cursor: pointer;
  padding: 0.3em 3%;
  font-size: 1.2rem;
}

.catTags {
  position: absolute;
  top: 5px;
  right: -5px;
}

.tag1-badge {
  width: 140px;
  height: 60px;
}

@media (max-width: 320px) {

  .anchorNav .filterBtn,
  .anchorNav .allBtn {
    padding: 0.3em 6%;
  }
}