.top-swiper {
  width: 100%;
  overflow: hidden;
}
.top-swiper .swiper-slide {
  width: 100%;
}
.top-swiper .swiper-slide .pic {
  height: 250px;
  width: 100%;
  position: relative;
}
.top-swiper .swiper-slide .pic h4 {
  color: #fff;
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  padding: 5px;
  line-height: 25px;
}
.top-info {
  width: 100%;
  overflow: hidden;
  padding: 0 10px;
  margin-top: 20px;
}
.spot-recommond {
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}
.spot-recommond ul {
  overflow: hidden;
}
.spot-recommond ul li {
  overflow: hidden;
  margin-top: 20px;
}
.spot-recommond ul li .pic {
  width: 100%;
  height: 190px;
  position: relative;
}
.spot-recommond ul li .pic span {
  position: absolute;
  left: 0;
  top: 10px;
  background: #e2b22a;
  color: #fff;
  padding: 3px 10px;
  font-size: 20px;
  line-height: 23px;
  display: inline-block;
}
.spot-recommond ul li .pic span i {
  vertical-align: middle;
  margin-right: 5px;
  position: relative;
  top: 0px;
  float: left;
}
.spot-recommond ul li .pic p {
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  margin-bottom: 0;
  font-size: 14px;
  padding: 0 10px;
  line-height: 25px;
  padding-bottom: 5px;
  font-family: PingFangSC-Regular, sans-serif, "Droid Sans", "Droid Sans Fallback", "Helvetica Neue", Helvetica, STHeiTi, sans-serif;
}
.hot-address {
  margin-bottom: 33px;
}
.hot-address-item {
  margin-top: 20px;
}
.hot-address-item .pic {
  width: 100%;
  height: 130px;
}
.hot-address-item .pic p {
  color: #fff;
  text-align: center;
  width: 100%;
  height: 100%;
  margin: 0;
  line-height: 130px;
  background: rgba(0, 0, 0, 0.2);
  position: relative;
}
.hot-address-item .pic p:before {
  content: '';
  display: block;
  width: 60%;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 20%;
  top: 35%;
}
.hot-address-item .pic p:after {
  content: '';
  display: block;
  width: 60%;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 20%;
  bottom: 35%;
}
.strategy-wrap {
  margin-bottom: 33px;
}
.strategy-item {
  overflow: hidden;
  margin-top: 20px;
}
.strategy-item a {
  text-decoration: none;
}
.strategy-item .pic {
  width: 100%;
  height: 180px;
}
.strategy-item .pic span {
  display: block;
  width: 30px;
  height: 40px;
  color: #fff;
  background: url(../images/icon-bg.png) no-repeat left bottom;
  text-align: center;
  line-height: 30px;
  margin-left: -1px;
}
.strategy-item h3 {
  font-size: 16px;
  margin: 0 auto;
  line-height: 25px;
  color: #3F4146;
}
.strategy-item span.iconEle {
  color: #9B9EA3;
  margin-right: 10px;
}
.strategy-item span.iconEle i {
  margin-right: 5px;
  font-size: 15px;
}
.travel-list {
  margin-bottom: 36px;
}
.travel-item {
  overflow: hidden;
  margin-top: 20px;
}
.travel-item a {
  text-decoration: none;
}
.travel-item .pic {
  width: 100%;
  height: 180px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.travel-item .pic .mask {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.2);
}
.travel-item .pic p {
  color: #fff;
  font-size: 16px;
  margin-bottom: 0px;
  padding: 0 10px;
}
.travel-item .pic p span:nth-of-type(1) {
  font-size: 24px;
  color: #0c91e5;
}
.travel-item .pic h3 {
  font-size: 18px;
  padding: 0 10px;
  color: #fff;
}
.question-answer {
  padding: 0 10px;
  overflow: hidden;
  margin-bottom: 36px;
}
.question-answer ul {
  overflow: hidden;
  margin-top: 20px;
}
.question-answer ul li {
  overflow: hidden;
  border-bottom: 1px dashed #eee;
  margin-bottom: 10px;
}
.question-answer ul li h3 {
  color: #3F4146;
  font-size: 18px;
}
.question-answer ul li p {
  padding-left: 50px;
  color: #9B9EA3;
  overflow: hidden;
  max-height: 50px;
  text-overflow: ellipsis;
}
.question-answer ul li p img {
  width: 40px;
  margin-left: -50px;
  border-radius: 50%;
  margin-right: 10px;
  float: left;
}
.route-list {
  overflow: hidden;
}
.route-list ul {
  overflow: hidden;
  padding: 0 10px;
  margin-top: 20px;
}
.route-list ul li {
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
}
.route-list ul li .route-left {
  width: 70%;
  float: left;
  height: 100%;
}
.route-list ul li .route-left h3 {
  font-size: 18px;
  color: #404040;
}
.route-list ul li .route-left span {
  font-size: 14px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.route-list ul li .pic {
  width: 30%;
  float: right;
  height: 80px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
/*# sourceMappingURL=index.css.map */