.mExperienceHall {
  width: 100%;
}
.mExperienceHall .page-img {
  flex-direction: column;
  width: 100%;
  height: 12.5rem;
  color: #ffffff;
  text-align: center;
  background: url("../img/experienceHall/page-img.png") no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
}
.mExperienceHall .page-img .img-cover {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.mExperienceHall .page-img .page-cover {
  width: 21.875rem;
  height: 6.25rem;
  background-color: rgba(0, 0, 0, 0.3);
  padding-top: 1.125rem;
  box-sizing: border-box;
  margin: 3.125rem auto;
}
.mExperienceHall .page-img .page-cover .title1 {
  font-size: 1.5rem;
}
.mExperienceHall .page-img .page-cover .title2 {
  margin-top: 0.375rem;
  font-size: 0.9375rem;
}
.mExperienceHall .map-address {
  margin: 0.75rem auto;
}
.mExperienceHall .map-address #container {
  width: 100%;
  height: 9.375rem;
}
.mExperienceHall .address {
  width: 100%;
  background-color: #f7f7f7;
  margin: 0 auto;
  margin-bottom: 0.75rem;
}
.mExperienceHall .address .shop {
  width: 10.625rem;
  margin: 0.5625rem auto;
}
.mExperienceHall .address .shop .shopimg {
  width: 10.625rem;
  height: 7.625rem;
  margin: 0 auto;
}
.mExperienceHall .address .shop .shopimg img {
  width: 100%;
  height: 100%;
}
.mExperienceHall .address .shop .shopadr {
  color: #0b3b30;
  text-align: left;
}
.mExperienceHall .address .shop .shopadr .name {
  font-size: 0.75rem;
  color: #0b3b30;
  line-height: 0.9375rem;
  margin-top: 0.3125rem;
}
.mExperienceHall .address .shop .shopadr .adrdetails {
  font-size: 0.625rem;
  color: #0b3b30;
  margin-top: .375rem;
}
.mExperienceHall .address .shop .shopadr .tel {
  line-height: 0.9375rem;
  font-size: 0.625rem;
  margin-top: .3125rem;
}
.mExperienceHall .address .shop .shopadr .time {
  line-height: 0.9375rem;
  font-size: 0.625rem;
  margin-top: .3125rem;
}
.mExperienceHall .address .shop .shopadr button {
  display: block;
  position: relative;
  left: 5rem;
  width: 4.6875rem;
  height: 1.25rem;
  text-align: center;
  line-height: 1.25rem;
  background: #0b3b30;
  font-size: 0.625rem;
  color: #ffffff;
  border-radius: 0.3438rem;
  margin-top: 0.3125rem;
}
.mExperienceHall .youlike-l {
  width: 100%;
  background-color: #f7f7f7;
  margin: 0 auto;
  padding-bottom: 1.3125rem;
  margin-bottom: 0.75rem;
}
.mExperienceHall .youlike-l .titlec {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 3.125rem;
}
.mExperienceHall .youlike-l .likemodels {
  flex-wrap: wrap;
}
.mExperienceHall .youlike-l .likemodels .model {
  width: 11rem;
  background: #ffffff;
  border-radius: 0.3438rem;
  margin-bottom: 0.5rem;
  padding: 0.625rem;
  box-sizing: border-box;
}
.mExperienceHall .youlike-l .likemodels .model .model-img {
  width: 9.75rem;
  height: 7.375rem;
  margin-bottom: 0.3125rem;
}
.mExperienceHall .youlike-l .likemodels .model .model-img img {
  width: 100%;
  height: 100%;
}
.mExperienceHall .youlike-l .likemodels .model .tag {
  text-align: left;
  margin-bottom: .375rem;
}
.mExperienceHall .youlike-l .likemodels .model .tag span {
  display: inline-block;
  height: 1rem;
  text-align: center;
  line-height: 1rem;
  font-size: 0.375rem;
  color: #ffffff;
  background: #0c624f;
  border-radius: 0.3125rem;
  padding: 0 0.3125rem;
  margin-right: 0.3125rem;
}
.mExperienceHall .youlike-l .likemodels .model .model-introduce .title {
  font-size: 0.5rem;
  font-weight: 500;
  color: #1e1e1e;
  margin-top: 0.4375rem;
}
.mExperienceHall .youlike-l .likemodels .model .model-introduce .modelstyle {
  font-size: 0.375rem; 
  color: #999999;
}
.mExperienceHall .youlike-l .likemodels .model .model-introduce .text {
  color: #000000;
  font-size: 0.4375rem;
  line-height: 0.75rem;
  margin-top: 0.3125rem;
}
.mExperienceHall .youlike-l .more {
  display: block;
  width: 9.9375rem;
  height: 2.125rem;
  background: #0c624f;
  border-radius: 1.7188rem;
  font-size: 0.75rem;
  color: #ffffff;
  margin: 0 auto;
  margin-top: 1.3125rem;
}
