body {
  background-color: #F1F1F1;
}
.find-ad {
  width: 100%;
  padding-top: 10px;
  background-color: white;
}
.find-ad img {
  width: 100%;
}
.find-ad ul {
  margin-top: 10px;
  height: 70px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.find-ad ul li {
  width: 33%;
  height: 60px;
}
.find-ad ul li img {
  height: 100%;
}
.line {
  height: 20px;
}
.mui-slider #back {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 20%;
  height: 30%;
  z-index: 999;
}
.temai {
  width: 100%;
  background-color: white;
  padding: 10px;
}
.temai img {
  width: 40%;
}
.temai dl {
  width: 100%;
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}
.temai dl dd {
  width: 32%;
  float: left;
  text-align: center;
}
.temai dl dd img {
  width: 100%;
  margin-bottom: 10px;
}
.temai dl dd p {
  width: 100%;
  font-size: 14px;
  color: black;
  font-weight: bold;
  margin-bottom: 5px;
}
.temai dl dd span {
  display: block;
  font-size: 16px;
  color: #FF8300;
  float: left;
}
.temai dl dd s {
  float: left;
  text-decoration: line-through;
}
.hot-travel .hot-tra {
  height: 40px;
  width: 100%;
  text-align: center;
}
.hot-travel .hot-tra img {
  height: 50%;
  margin: 10px auto;
}
.hot-travel .tab-hot {
  background-color: white;
  height: 500px;
}
.hot-travel .tab-hot ul {
  width: 100%;
  height: 40px;
}
.hot-travel .tab-hot ul li {
  width: 33%;
  float: left;
  height: 100%;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  font-weight: bold;
}
.hot-travel .tab-hot ul .on {
  border-bottom: 2px solid #00B9D2;
  color: #00B9D2;
}
.hot-travel .tab-hot .hot-item {
  height: 80px;
  padding: 10px;
}
.hot-travel .tab-hot .hot-item img {
  width: 100%;
}
.hot-travel .tab-hot .hot-item .box {
  margin-top: 10px;
  float: left;
}
.hot-travel .tab-hot .hot-item .box img {
  width: 25%;
  float: left;
}
.hot-travel .tab-hot .hot-item .box .box-r {
  width: 73%;
  float: right;
}
.hot-travel .tab-hot .hot-item .box .box-r h4 {
  color: black;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
}
.hot-travel .tab-hot .hot-item .box .box-r p {
  margin-top: 10px;
}
.hot-travel .tab-hot .hot-item .box .box-r p img {
  width: 15px;
  height: 15px;
  margin-right: 5px;
}
.hot-travel .tab-hot .hot-item2,
.hot-travel .tab-hot .hot-item3 {
  display: none;
}
.hot-travel .tab-hot .hot-item3 .box .box-r p img {
  width: 15px;
  height: 20px;
  margin-right: 5px;
}
