/* line 1, ../sass/style.scss */
.hb-tour-wrapper {
  background: #fff;
  z-index: 9;
  position: relative;
  padding: 20px 0;
}
/* line 6, ../sass/style.scss */
.hb-tour-wrapper .hb-tour-inner {
  width: 1170px;
  max-width: 100%;
  margin: auto;
}
/* line 11, ../sass/style.scss */
.hb-tour-wrapper .t-left {
  float: left;
}
/* line 14, ../sass/style.scss */
.hb-tour-wrapper .t-right {
  float: right;
}
/* line 17, ../sass/style.scss */
.hb-tour-wrapper .clear:after {
  content: "";
  display: block;
  clear: both;
}
/* line 22, ../sass/style.scss */
.hb-tour-wrapper img {
  max-width: 100%;
}
/* line 25, ../sass/style.scss */
.hb-tour-wrapper .hb-tour-block {
  margin: 0 0 60px;
}
/* line 27, ../sass/style.scss */
.hb-tour-wrapper .hb-tour-block .tour-title {
  position: relative;
}
/* line 29, ../sass/style.scss */
.hb-tour-wrapper .hb-tour-block .tour-title h1 {
  display: block;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  padding-left: 60px;
  padding-right: 80px;
  margin: 0 0 10px;
  background: url(../images/holiday.png) no-repeat 8px 5px;
}
/* line 39, ../sass/style.scss */
.hb-tour-wrapper .hb-tour-block .tour-title .tour-read-more {
  position: absolute;
  line-height: 20px;
  font-size: 11px;
  top: 15px;
  right: 0;
}
/* line 45, ../sass/style.scss */
.hb-tour-wrapper .hb-tour-block .tour-title .tour-read-more i {
  padding: 0 0 0 5px;
}
/* line 50, ../sass/style.scss */
.hb-tour-wrapper .hb-tour-block .tour-content {
  background: #f8f8f8 url(../images/line2.png) top 10px center no-repeat;
  border-radius: 5px;
  padding: 40px 10px 20px;
}
/* line 54, ../sass/style.scss */
.hb-tour-wrapper .hb-tour-block .tour-content .image-ads {
  height: 257px;
}
/* line 56, ../sass/style.scss */
.hb-tour-wrapper .hb-tour-block .tour-content .image-ads img {
  border-radius: 5px;
}
/* line 60, ../sass/style.scss */
.hb-tour-wrapper .hb-tour-block .tour-content .tour-ads {
  width: 25%;
  padding: 0 10px;
  position: relative;
}
/* line 64, ../sass/style.scss */
.hb-tour-wrapper .hb-tour-block .tour-content .tour-ads .content-ads {
  width: 200px;
  height: 200px;
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  margin: auto;
  top: 50%;
  margin-top: -100px;
  left: 0;
  right: 0;
  text-align: center;
  padding: 30px;
}
/* line 77, ../sass/style.scss */
.hb-tour-wrapper .hb-tour-block .tour-content .tour-ads .content-ads h3 {
  font-size: 25px;
  line-height: 25px;
  max-height: 50px;
  overflow: hidden;
  margin: 0 0 10px;
}
/* line 84, ../sass/style.scss */
.hb-tour-wrapper .hb-tour-block .tour-content .tour-ads .content-ads h4 {
  font-size: 15px;
  line-height: 17px;
  padding-top: 10px;
  border-top: 1px solid #000;
  height: 44px;
  overflow: hidden;
}
/* line 92, ../sass/style.scss */
.hb-tour-wrapper .hb-tour-block .tour-content .tour-ads .content-ads a.link {
  display: inline-block;
  line-height: 20px;
  height: 20px;
  padding: 0 10px;
  overflow: hidden;
  background: #222;
  color: #fff;
  border-radius: 5px;
}
/* line 101, ../sass/style.scss */
.hb-tour-wrapper .hb-tour-block .tour-content .tour-ads .content-ads a.link i {
  padding-left: 5px;
}
/* line 104, ../sass/style.scss */
.hb-tour-wrapper .hb-tour-block .tour-content .tour-ads .content-ads a.link:hover {
  background: #FF771A;
  transition: all 0.3s ease;
}
/* line 111, ../sass/style.scss */
.hb-tour-wrapper .hb-tour-block .tour-content .tour-row {
  width: 75%;
}
/* line 113, ../sass/style.scss */
.hb-tour-wrapper .hb-tour-block .tour-content .tour-row .tour-item {
  width: 33.3333%;
  padding: 0 10px;
  position: relative;
}
/* line 117, ../sass/style.scss */
.hb-tour-wrapper .hb-tour-block .tour-content .tour-row .tour-item > a {
  display: block;
  background: #fff;
  height: 295px;
  transition: all 0.3s ease;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
/* line 124, ../sass/style.scss */
.hb-tour-wrapper .hb-tour-block .tour-content .tour-row .tour-item > a:hover {
  box-shadow: 0 0 15px #ddd;
}
/* line 128, ../sass/style.scss */
.hb-tour-wrapper .hb-tour-block .tour-content .tour-row .tour-item span {
  display: block;
}
/* line 131, ../sass/style.scss */
.hb-tour-wrapper .hb-tour-block .tour-content .tour-row .tour-item .image {
  position: relative;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  overflow: hidden;
}
/* line 136, ../sass/style.scss */
.hb-tour-wrapper .hb-tour-block .tour-content .tour-row .tour-item .image img {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
/* line 140, ../sass/style.scss */
.hb-tour-wrapper .hb-tour-block .tour-content .tour-row .tour-item .image .des {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0;
  height: 30px;
  line-height: 30px;
  background: rgba(0, 0, 0, 0.4);
  font-size: 14px;
  color: #fff;
  overflow: hidden;
  z-index: 9;
}
/* line 153, ../sass/style.scss */
.hb-tour-wrapper .hb-tour-block .tour-content .tour-row .tour-item .image .des span {
  padding: 0 5px;
}
/* line 156, ../sass/style.scss */
.hb-tour-wrapper .hb-tour-block .tour-content .tour-row .tour-item .image .des .num {
  font-size: 20px;
  color: #FF6A00;
}
/* line 162, ../sass/style.scss */
.hb-tour-wrapper .hb-tour-block .tour-content .tour-row .tour-item .tour-info {
  padding: 10px;
}
/* line 164, ../sass/style.scss */
.hb-tour-wrapper .hb-tour-block .tour-content .tour-row .tour-item .tour-info .name {
  line-height: 15px;
  height: 30px;
  font-size: 16px;
  overflow: hidden;
  margin: 0 0 20px;
}
/* line 171, ../sass/style.scss */
.hb-tour-wrapper .hb-tour-block .tour-content .tour-row .tour-item .tour-info .des {
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  color: #666;
  overflow: hidden;
}
/* line 177, ../sass/style.scss */
.hb-tour-wrapper .hb-tour-block .tour-content .tour-row .tour-item .tour-info .des span {
  padding: 0 5px;
}
/* line 180, ../sass/style.scss */
.hb-tour-wrapper .hb-tour-block .tour-content .tour-row .tour-item .tour-info .des .num {
  font-size: 25px;
  color: #FF6A00;
}
/* line 190, ../sass/style.scss */
.hb-tour-wrapper .tour-quick-link {
  position: fixed;
  left: 0;
  top: 50%;
  margin-top: -50px;
}
/* line 195, ../sass/style.scss */
.hb-tour-wrapper .tour-quick-link li {
  margin: 0 0 5px;
}
/* line 197, ../sass/style.scss */
.hb-tour-wrapper .tour-quick-link li a {
  display: block;
  position: relative;
  width: 70px;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  color: #666;
  font-size: 11px;
  background: #F5F5F5;
  transition: all 0.2s ease;
}
/* line 208, ../sass/style.scss */
.hb-tour-wrapper .tour-quick-link li a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 1px solid #999;
  border-width: 6px 5px;
  border-color: transparent transparent transparent #F5F5F5;
  top: 8px;
  right: 0;
  transition: all 0.2s ease;
  opacity: 0;
  visibility: hidden;
}
/* line 222, ../sass/style.scss */
.hb-tour-wrapper .tour-quick-link li a:hover {
  background: #666;
  color: #fff;
}
/* line 225, ../sass/style.scss */
.hb-tour-wrapper .tour-quick-link li a:hover:after {
  opacity: 1;
  border-color: transparent transparent transparent #666;
  right: -10px;
  visibility: visible;
}
/* line 232, ../sass/style.scss */
.hb-tour-wrapper .tour-quick-link li a.active {
  background: #666;
}
/* line 234, ../sass/style.scss */
.hb-tour-wrapper .tour-quick-link li a.active:after {
  border-color: transparent transparent transparent #666;
  right: -10px;
  visibility: visible;
  opacity: 1;
}

/* line 245, ../sass/style.scss */
.hb-tour-wrapper .hb-tour-block .tour-title h1 {
  background: url(../images/holiday.png) no-repeat 8px 5px;
  color: #5BB6E2;
}

/* line 249, ../sass/style.scss */
.hb-tour-wrapper .hb-tour-block.tour-block-2 .tour-title h1 {
  background: url(../images/ico9.png) no-repeat 8px 5px;
  color: #FA6567;
}

/* line 253, ../sass/style.scss */
.hb-tour-wrapper .hb-tour-block.tour-block-3 .tour-title h1 {
  background: url(../images/ico8.png) no-repeat 8px 5px;
  color: #8AB923;
}

/* line 257, ../sass/style.scss */
.hb-tour-wrapper .hb-tour-block.tour-block-4 .tour-title h1 {
  background: url(../images/ico7.png) no-repeat 8px 5px;
  color: #F39800;
}

/* line 262, ../sass/style.scss */
.hb-tour-wrapper .hb-tour-local {
  margin-bottom: 0;
}
/* line 265, ../sass/style.scss */
.hb-tour-wrapper .hb-tour-local .tour-title h1 {
  background: url(../images/icon-tour-local.png) left 18px center no-repeat;
  color: #693;
}
/* line 270, ../sass/style.scss */
.hb-tour-wrapper .hb-tour-local .tour-row {
  margin: 0 -10px;
}
/* line 273, ../sass/style.scss */
.hb-tour-wrapper .hb-tour-local .tb-local-col-left {
  width: 33.3333%;
}
/* line 276, ../sass/style.scss */
.hb-tour-wrapper .hb-tour-local .tb-local-col-left .tb-local-col-content > .local-block-ul:nth-child(3) {
  clear: both;
}
/* line 281, ../sass/style.scss */
.hb-tour-wrapper .hb-tour-local .tb-local-col-center {
  width: 50%;
}
/* line 283, ../sass/style.scss */
.hb-tour-wrapper .hb-tour-local .tb-local-col-center .local-block-ul {
  width: 33.3333%;
}
/* line 287, ../sass/style.scss */
.hb-tour-wrapper .hb-tour-local .tb-local-col-right {
  width: 16.6666%;
}
/* line 289, ../sass/style.scss */
.hb-tour-wrapper .hb-tour-local .tb-local-col-right .local-block-ul {
  width: 100%;
}
/* line 293, ../sass/style.scss */
.hb-tour-wrapper .hb-tour-local .local-block-ul {
  width: 50%;
  float: left;
  padding: 0 10px;
}
/* line 298, ../sass/style.scss */
.hb-tour-wrapper .hb-tour-local .tb-local-col-title {
  padding: 0 10px;
}
/* line 300, ../sass/style.scss */
.hb-tour-wrapper .hb-tour-local .tb-local-col-title h2 {
  color: #669933;
  font-size: 18px;
  padding: 0 0 10px;
  border-bottom: 1px solid #ddd;
}
/* line 308, ../sass/style.scss */
.hb-tour-wrapper .hb-tour-local .local-block-ul ul {
  border-bottom: 1px dashed #ddd;
  margin: 0 0 15px;
}
/* line 312, ../sass/style.scss */
.hb-tour-wrapper .hb-tour-local .local-block-ul .title {
  color: #333;
  font-size: 15px;
  margin: 0 0 15px;
}
/* line 319, ../sass/style.scss */
.hb-tour-wrapper .hb-tour-local .tb-local-col-content li {
  margin: 0 0 15px;
}
/* line 321, ../sass/style.scss */
.hb-tour-wrapper .hb-tour-local .tb-local-col-content li i {
  font-size: 10px;
  color: #679934;
  padding: 0 2px 0 0;
  top: -2px;
  position: relative;
}
/* line 330, ../sass/style.scss */
.hb-tour-wrapper .hb-tour-local .icon-hot-tour {
  width: 30px;
  height: 12px;
  display: inline-block;
  margin-left: 5px;
  background: url(../images/icon-hot-local.png) center no-repeat;
}

/* line 339, ../sass/style.scss */
.hb-tour-wrapper .hb-tour-block.tour-block-bg .tour-title h1 {
  background: url(../images/321_ico.png) no-repeat 8px 5px;
  color: #E88BAE;
}

/* line 343, ../sass/style.scss */
.hb-tour-wrapper .hb-tour-block.tour-block-bg .tour-content {
  background: url(../images/321_bg.jpg) no-repeat;
  background-size: cover;
}

/* line 347, ../sass/style.scss */
.hb-tour-wrapper .hb-tour-block.tour-block-bg .tour-content .image-ads img {
  opacity: 0;
}
/*update*/
.hb-tour-wrapper .hb-tour-block .tour-title h1 {
    height: auto;
}
/*end-update*/

@media (max-width: 1189px) {
  /* line 352, ../sass/style.scss */
  .hb-tour-wrapper .hb-tour-inner {
    padding: 0 20px;
  }

  /* line 355, ../sass/style.scss */
  .hb-tour-wrapper .tour-quick-link {
    display: none;
  }

  /* line 358, ../sass/style.scss */
  .hb-tour-wrapper .hb-tour-block .tour-title h1 {
    height: auto;
  }
}
@media (max-width: 960px) {
  /* line 363, ../sass/style.scss */
  .hb-tour-wrapper .hb-tour-block .tour-content .tour-ads {
    width: 100%;
    margin: 0 0 20px;
    height: auto;
    text-align: center;
    background-size: cover !important;
  }
  /* line 369, ../sass/style.scss */
  .hb-tour-wrapper .hb-tour-block .tour-content .tour-ads img {
    opacity: 0;
  }

  /* line 373, ../sass/style.scss */
  .hb-tour-wrapper .hb-tour-block.tour-block-1 .tour-content .tour-ads {
    background: url(../images/img-tour-ads-1.jpg) no-repeat;
  }

  /* line 376, ../sass/style.scss */
  .hb-tour-wrapper .hb-tour-block.tour-block-2 .tour-content .tour-ads {
    background: url(../images/img-tour-ads-2.jpg) no-repeat;
  }

  /* line 379, ../sass/style.scss */
  .hb-tour-wrapper .hb-tour-block.tour-block-3 .tour-content .tour-ads {
    background: url(../images/img-tour-ads-3.jpg) no-repeat;
  }

  /* line 382, ../sass/style.scss */
  .hb-tour-wrapper .hb-tour-block.tour-block-4 .tour-content .tour-ads {
    background: url(../images/img-tour-ads-4.jpg) no-repeat;
  }

  /* line 385, ../sass/style.scss */
  .hb-tour-wrapper .hb-tour-block.tour-block-5 .tour-content .tour-ads {
    background: url(../images/img-tour-ads-5.jpg) no-repeat;
  }

  /* line 388, ../sass/style.scss */
  .hb-tour-wrapper .hb-tour-block .tour-content .tour-row {
    width: 100%;
  }

  /* line 391, ../sass/style.scss */
  .hb-tour-wrapper .hb-tour-local .tb-local-col-left {
    width: 100%;
  }

  /* line 394, ../sass/style.scss */
  .hb-tour-wrapper .hb-tour-local .tb-local-col-center {
    width: 100%;
  }

  /* line 397, ../sass/style.scss */
  .hb-tour-wrapper .hb-tour-local .tb-local-col-right {
    width: 100%;
  }

  /* line 400, ../sass/style.scss */
  .hb-tour-wrapper .hb-tour-local .local-block-ul {
    width: 33.3333%;
  }

  /* line 403, ../sass/style.scss */
  .hb-tour-wrapper .hb-tour-local .tb-local-col-left .tb-local-col-content > .local-block-ul:nth-child(3) {
    clear: none;
  }

  /* line 406, ../sass/style.scss */
  .hb-tour-wrapper .hb-tour-block .tour-content .tour-row .tour-item {
    width: 100%;
    padding: 0 10px;
    position: relative;
    margin: 0 0 20px;
  }

  /* line 412, ../sass/style.scss */
  .hb-tour-wrapper .hb-tour-block .tour-content .tour-row .tour-item > a {
    height: auto;
  }

  /* line 415, ../sass/style.scss */
  .hb-tour-wrapper .hb-tour-block .tour-content .tour-row .tour-item .image img {
    width: 100%;
  }

  /* line 418, ../sass/style.scss */
  .hb-tour-wrapper .hb-tour-block .tour-content .tour-row .tour-item .tour-info .name {
    height: auto;
  }

  /* line 421, ../sass/style.scss */
  .hb-tour-wrapper .hb-tour-block .tour-content {
    padding: 40px 10px 0px;
  }
}
@media (max-width: 600px) {
  /* line 427, ../sass/style.scss */
  .hb-tour-wrapper .hb-tour-local .tb-local-col-center .local-block-ul {
    width: 100%;
  }

  /* line 430, ../sass/style.scss */
  .hb-tour-wrapper .hb-tour-local .local-block-ul {
    width: 100%;
  }
}
