#app main .card {
  padding-bottom: 0.48rem;
}
#app main .card .location-box {
  margin: 0 auto 0.416rem;
  width: 8rem;
  height: 0.48rem;
  line-height: 0.48rem;
  background: #3d88e3;
  padding: 0 0.32rem;
  box-shadow: 0.096rem 0.096rem 0 #81a1c7;
}
#app main .card .location-box div {
  color: #fff;
  font-size: 0.192rem;
}
#app main .card #show_img {
  margin: 0 auto;
  box-shadow: 15px 15px 10px rgba(0, 0, 0, 0.15);
  width: 13.44rem;
  background-color: #eee;
  background-size: 100%;
  position: relative;
}
#app main .card #show_img #HotPintsBox {
  position: relative;
}
#app main .card #show_img #HotPintsBox a {
  position: absolute;
  background: #F00;
  opacity: 0.66;
}
#app main .card #show_img img {
  width: 13.44rem;
  height: auto;
}
#app main .for-review {
  margin-top: 0.36rem;
}
#app main .for-review .title-bar {
  padding-left: 0.28rem;
  background: #fff;
  line-height: 0.704rem;
  font-size: 0.16rem;
  font-weight: 500;
  color: #000000;
  margin-bottom: 0.224rem;
}
#app main .for-review .list {
  margin-bottom: 52px;
}
#app main .for-review .list li {
  display: block;
  width: 3.424rem;
  height: 3.92rem;
  background: #fff;
  padding: 0.296rem;
  border-radius: 0.08rem;
}
#app main .for-review .list li:hover .img-box img {
  transform: scale(1.1);
}
#app main .for-review .list li:hover .time-btn .btn {
  opacity: 1;
}
#app main .for-review .list li .img-box {
  height: 1.816rem;
  border-radius: 0.08rem;
  background: #eee;
}
#app main .for-review .list li .img-box img {
  width: 100%;
  height: 1.84rem;
  object-fit: cover;
}
#app main .for-review .list li .title {
  margin-top: 0.28rem;
  height: unset;
  line-height: 0.28rem;
  color: #333333;
  font-size: 0.176rem;
  margin-bottom: 0.336rem;
}
#app main .for-review .list li .time-btn .time {
  font-size: 0.144rem;
  line-height: 0.36rem;
  color: #bababa;
}
#app main .for-review .list li .time-btn .btn {
  width: 1.16rem;
  height: 0.36rem;
  color: #fff;
  font-size: 0.144rem;
  border-radius: 0.04rem;
  border: 0.008rem solid #ff6400;
  text-align: center;
  line-height: 0.36rem;
  opacity: 0;
}
#app main .for-review .list li .time-btn .btn:hover {
  background: #fff;
}
/*# sourceMappingURL=index.css.map */