.shopList {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
  flex-wrap: wrap;
}
.shopList__item {
  width: 25%;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 20px;
}
.shopList__item__img {
  position: relative;
  background-size: cover;
  background-position: center center;
  width: 100%;
  padding-bottom: 60%;
}
.shopList__item__content {
  text-align: center;
  padding: 10px 5px 10px 5px;
}
.shopList__item__content .name {
  color: #000;
  font-size: 20px;
  letter-spacing: 0.1em;
  padding: 10px 0 3px 0;
}
@media (max-width: 640px) {
  .shopList__item {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .shopList__item__content .name {
    font-size: 14px;
    letter-spacing: 0.05em;
    padding: 3px 0;
  }
}

.shopList__item__img .more {
  position: absolute;
  width: 80%;
  height: 80%;
  border: 1px solid #fff;
  top: 10%;
  left: 10%;
  background-color: rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  transform: scale(0, 0);
}
.shopList__item__img .more span {
  text-align: center;
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.08em;
}
.shopList__item a:hover .more {
  opacity: 1;
  transform: scale(1, 1);
}

.shop_bannerIMG {
  background-size: contain;
  background-position: center;
}

.shopInfoTop {
  padding: 40px 0;
  display: flex;
}
.shopInfoTop__left {
  width: 50%;
  flex-shrink: 0;
  padding-top: 20px;
}
.shopInfoTop__right {
  width: 50%;
  flex-shrink: 0;
  flex-grow: 0;
  padding-left: 50px;
}
.shopInfoTop__right h3 {
  color: #000;
  font-size: 30px;
  padding: 0 0 7px 0;
  border-bottom: 1px solid #e4b91f;
}
.shopInfoTop__right__content {
  margin-top: 20px;
  padding-top: 5px;
}
@media (max-width: 768px) {
  .shopInfoTop {
    flex-wrap: wrap;
    padding: 30px 0;
  }
  .shopInfoTop__left {
    width: 100%;
  }
  .shopInfoTop__right {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
  .shopInfoTop__left {
    width: 100%;
    margin-left: 0;
  }
  .shopInfoTop__right {
    width: 100%;
    margin-left: 0;
  }
}

.shopimg {
  position: relative;
}
.shopimg .img__main {
  width: 100%;
  padding-bottom: 60%;
  background-size: cover;
  background-position: center;
}
.shopimg .share {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px 0 0 0;
  display: flex;
  justify-content: right;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.shopimg .share a {
  margin-right: 7px;
  opacity: 0.5;
  transition: all 0.5s ease-in;
}
.shopimg .share a:hover {
  opacity: 1;
}
.shopimg .share a img {
  width: 45px;
}
.shopimg .img__list {
  display: flex;
  margin-left: -5px;
  margin-right: -5px;
  padding-top: 5px;
}
.shopimg .img__list li {
  width: 25%;
  padding: 5px;
}
.shopimg .img__list li div.img {
  width: 100%;
  padding-bottom: 100%;
  background-size: cover;
  background-size: center center;
}
@media (max-width: 1024px) {
  .shopimg .img__list {
    margin-left: -5px;
    margin-right: -5px;
    padding-top: 5px;
  }
  .shopimg .img__list li {
    padding: 5px;
  }
}

.shopMap {
  border-top: 1px solid #e4b91f;
  padding-top: 20px;
  padding-bottom: 20px;
}

.shopProduct {
  border-top: 1px solid #e4b91f;
  padding-top: 20px;
}

.shopProduct > a {
  font-size: 15px;
  color: #e4b91f;
  padding: 30px 0;
}

.shopBottom > p {
  font-size: 15px;
  color: #e4b91f;
  padding: 30px 0;
}
.shopBottom .textcontent {
  padding: 35px 0;
  border-top: 1px solid #e4b91f;
}
@media (max-width: 980px) {
  .shopBottom .textcontent {
    padding: 35px;
  }
}
@media (max-width: 640px) {
  .shopBottom .textcontent {
    padding: 35px 0;
  }
}/*# sourceMappingURL=shop.css.map */

.marqueeBox{
  margin-top: 2rem;
}
marquee {
  background-color: #fff;
  padding: 8px 40px;
  font-size: 15px;
  color:#696969;
  box-shadow: 0 0 10px 1px rgba(228, 185, 31, 0.5);
}