.btn-group .weblink, .btn-group .bookinglink {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30px;
  height: 30px;
  margin: 0 4px;
  border-radius: 50%;
  border: 1px #ccc solid;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-group .weblink:hover {
  color: #fff;
  border-color: #d76d77;
  background-color: #d76d77;
}
.btn-group .bookinglink:hover {
  color: #fff;
  border-color: #8a6c0b;
  background-color: #8a6c0b;
}

.infobar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
}

.rooms_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.rooms_icon .clip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  margin: 10px 0;
}
.rooms_icon .clip img {
  width: 30px;
  margin-right: 10px;
}
.rooms_icon .clip p {
  font-size: 0.8rem;
  color: #666;
}

.card .card-body {
  padding: 0;
}
.card .card-footer {
  padding: 10px;
  height: 30px;
}
.card .card-footer .block {
  position: relative;
}
.card .card-footer .block .topbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.imgCnt {
  overflow: hidden;
}
.imgCnt.act {
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}
.imgCnt.act img {
  -webkit-transform: scale(1, 1) rotate(0deg);
          transform: scale(1, 1) rotate(0deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.imgCnt.act:hover img {
  -webkit-transform: scale(1.1, 1.1) rotate(-3deg);
          transform: scale(1.1, 1.1) rotate(-3deg);
}

section {
  margin-bottom: 70px;
}
section .secTop .secTitle {
  background: -webkit-gradient(linear, left bottom, left top, from(#8a6c0b), color-stop(#e08f4d), to(#ffaf7b));
  background: linear-gradient(to top, #8a6c0b, #e08f4d, #ffaf7b);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
section.banner {
  margin-top: 50px;
}
section.hotstore .card .card-body {
  margin: 0 5px;
  padding: 0;
}
section.hotstore .card .card-footer .block {
  position: absolute;
  width: calc(100% - 20px);
  bottom: 0;
  margin-bottom: 20px;
  padding: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}
section.hotstore .card .card-footer .block .infobar {
  height: 0;
  opacity: 0;
}
section.hotstore .card:hover .card-footer .infobar {
  opacity: 1;
  height: auto;
}
section.news .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 10px;
}
section.news .item .imgCnt {
  aspect-ratio: 1/0.65;
}
section.news .item .article {
  width: 100%;
  padding: 10px 5px;
}
section.news .item .article .topbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.news .item .article .topbar .article-title {
  font-size: 20px;
  font-weight: bold;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
  color: #e08f4d;
}
section.news .item .article .topbar .moreBtn {
  font-size: 0.8rem;
  color: #fff;
  background-color: #e08f4d;
  padding: 2px 10px;
  border-radius: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
section.news .item .article .topbar .moreBtn:hover {
  background-color: #b66a37;
}
section.news .item .article .article-addr {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
}
section.news .item .article .article-line {
  width: 100%;
  height: 1px;
  background-color: #e08f4d;
  margin-top: 10px;
  margin-bottom: 15px;
}
section.news .item .article .article-desc {
  height: 100px;
  color: #666;
  line-height: 25px;
  margin-bottom: 30px;
}
section.allstore .card .card-footer .block .topbar {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.allstore .card .card-footer .block .topbar .card-title {
  padding: 5px 0;
  font-size: 18px;
  text-align: center;
}

/* ==============================================  media  ============================================ */
@media (max-width: 980px) {
  .btn-group {
    margin-top: 5px;
  }
  section.hotstore .card .card-footer .block .infobar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: auto;
    opacity: 1;
  }
}
@media (max-width: 768px) {
  section {
    margin-bottom: 50px;
  }
  section .btn-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
  section.news .item .article .article-title {
    font-size: 18px;
  }
  section.hotstore .card .card-footer {
    height: initial;
    padding: 0;
  }
  section.hotstore .card .card-footer .block {
    position: relative;
    width: initial;
    bottom: initial;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@media (max-width: 480px) {
  section {
    margin-bottom: 20px;
  }
  section .secTop {
    margin-bottom: 20px;
  }
  section .secTop .secTitle {
    font-size: 32px;
    margin-bottom: 10px;
  }
  section .secTop .secDesc {
    font-size: 18px;
  }
}