/* guide style */
.guide-container {
  background: url("../img/bg-ticket2.png") left bottom/auto 380px no-repeat;
}
.guide-container .banner-title {
  padding-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
  color: #222;
}
.guide-container .banner-title h1 {
  font-family: HelveticaNeueLT-MediumExt;
  font-size: 30px;
  color: #378ae7;
}
.guide-container .box-title {
  position: relative;
  padding-left: 15px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
  color: #4c99e9;
}
.guide-container .box-title:before {
  position: absolute;
  content: '';
  width: 6px;
  height: 18px;
  background-image: linear-gradient(-90deg, rgba(22,183,238,0.76) 0%, rgba(26,111,227,0.76) 100%);
  border-radius: 3px;
  left: 0;
  top: 50%;
  margin-top: -9px;
}
.guide-container .guide-box {
  max-width: 1200px;
  padding: 20px 20px 0;
  margin: 0px auto 50px;
}
.guide-container .map2 {
  padding-bottom: 40px;
}
.guide-container .map-box {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 465px;
}
.guide-container .map-box .map {
  width: 100%;
  height: 100%;
}
.guide-container .map-box .map-desc {
  position: absolute;
  text-align: center;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 9px 0;
  background: rgba(0,0,0,0.4);
  font-family: STYuanti-SC-Regular;
  font-size: 18px;
  color: #fffffe;
}
.guide-container .map-box .map-desc .hotel {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #fffffe;
}
.guide-container .BMapLabel {
  border: none !important;
}
.guide-container .BMap_cpyCtrl,
.guide-container .anchorBL > a > img {
  display: none !important;
}
.guide-container .content-box {
  padding: 30px;
  font-size: 16px;
  color: #222;
  background: #fff;
  margin-bottom: 40px;
}
.guide-container .content-box.hotel-content {
  padding: 20px;
  margin-bottom: 0px;
}
.guide-container .content-box .address-des {
  padding-bottom: 60px;
}
.guide-container .content-box .hotel-des {
  color: #555;
  line-height: 30px;
}
.guide-container .content-box .content-title {
  font-size: 20px;
  padding-bottom: 14px;
  font-weight: bold;
}
.guide-container .content-box .table-box {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 28px;
  font-size: 14px;
  color: #222;
  text-align: left;
}
.guide-container .content-box .table-box thead tr {
  color: #555;
}
.guide-container .content-box .table-box thead tr,
.guide-container .content-box .table-box tbody tr:nth-child(2n) {
  background-color: #f9f9f9;
}
.guide-container .content-box .table-box th,
.guide-container .content-box .table-box td {
  padding: 15px 10px;
  font-weight: 400;
  border-left: 1px solid rgba(0,0,0,0.1);
}
.guide-container .content-box .table-box th:last-child,
.guide-container .content-box .table-box td:last-child {
  border-right: 1px solid rgba(0,0,0,0.1);
}
.guide-container .content-box .table-box th.index,
.guide-container .content-box .table-box td.index {
  text-align: center;
  white-space: nowrap;
}
.guide-container .path-box {
  display: flex;
  color: #222;
  font-size: 16px;
}
.guide-container .path-box .path-title {
  font-size: 18px;
  padding-bottom: 6px;
}
.guide-container .path-box .path-item {
  flex: 1;
}
.guide-container .path-box .path-item .path {
  line-height: 26px;
}
.guide-container .path-box .path-item:nth-child(2) {
  padding: 0 45px;
  margin: 0 45px;
  border-left: 1px solid rgba(0,0,0,0.15);
  border-right: 1px solid rgba(0,0,0,0.15);
}
.guide-container .path-box .mark {
  color: #0a75ff;
  font-weight: bold;
}
.guide-container .link-box {
  padding: 15px 0;
  margin-bottom: 24px;
  border-top: 1px solid rgba(0,0,0,0.15);
  border-bottom: 1px solid rgba(0,0,0,0.15);
}
.guide-container .link-box a {
  display: inline-block;
  width: 110px;
  line-height: 30px;
  margin-right: 40px;
  background-image: linear-gradient(-90deg, rgba(22,183,238,0.76) 0%, rgba(26,111,227,0.76) 100%);
  border-radius: 15px;
  font-size: 14px;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .guide-container .path-box {
    display: block;
  }
  .guide-container .path-box .path-item {
    padding-bottom: 20px;
  }
  .guide-container .path-box .path-item:last-child {
    padding-bottom: 0px;
  }
  .guide-container .path-box .path-item:nth-child(2) {
    padding: 0;
    padding-bottom: 20px;
    margin: 0;
    border-left: none;
    border-right: none;
  }
  .guide-container .table-box {
    font-size: 12px;
    word-break: break-all;
  }
  .guide-container .table-box th,
  .guide-container .table-box td {
    padding: 10px 2px !important;
  }
  .guide-container .table-box .index {
    white-space: pre-wrap !important;
  }
  .guide-container .link-box {
    padding: 10px 0;
    text-align: center;
  }
  .guide-container .link-box a {
    width: 90px;
    margin-right: 20px;
    font-size: 13px;
  }
}
