main {
  background: url(../../img/retailShops/module-1-bg.png) no-repeat top center / cover;
}
.retail-shops-1 .list {
  margin: 30px auto 0;
  padding: 0 15px;
  width: 100%;
  max-width: 1550px;
}
.retail-shops-1 .row {
  --bs-gutter-x: 28px;
  --bs-gutter-y: 28px;
}
@media screen and (max-width: 768px) {
  .retail-shops-1 .row {
    --bs-gutter-x: 15px;
    --bs-gutter-y: 15px;
  }
}
.retail-shops-1 .row .box {
  border-radius: 10px;
  background-color: #fff;
  position: relative;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-end;
}
.retail-shops-1 .row .box .tag {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 2;
  border-radius: 17px;
  padding: 8px 20px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 14px;
  line-height: 1.125;
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  .retail-shops-1 .row .box .tag {
    top: 20px;
    left: 20px;
    padding: 8px 14px;
    font-size: 12px;
  }
}
.retail-shops-1 .row .box .pic {
  width: 100%;
  overflow: hidden;
  position: relative;
  transform: scale(1);
  transition: transform 0.35s ease-in-out;
}
.retail-shops-1 .row .box .pic .ele {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  max-width: 100%;
}
.retail-shops-1 .row .box .pic::after {
  content: '';
  padding-top: 115.7458%;
  background-color: rgba(0, 0, 0, 0.3);
  display: block;
  position: relative;
  z-index: 1;
}
.retail-shops-1 .row .box .text-box {
  padding: 0 33px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .retail-shops-1 .row .box .text-box {
    padding: 0 20px;
  }
}
.retail-shops-1 .row .box .text-box h5 {
  margin-bottom: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 15px 0;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 600;
}
@media screen and (max-width: 1200px) {
  .retail-shops-1 .row .box .text-box h5 {
    padding: 8px 0;
    font-size: 18px;
  }
}
.retail-shops-1 .row .box .text-box .more-address {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0;
  width: 100%;
  font-size: 16px;
}
@media screen and (max-width: 1200px) {
  .retail-shops-1 .row .box .text-box .more-address {
    padding: 12px 0;
    font-size: 14px;
  }
}
.retail-shops-1 .row .box .text-box .more-address .address-info {
  font-weight: 500;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.retail-shops-1 .row .box .text-box .more-address .address-info .iconfont {
  margin-right: 10px;
  font-size: 18px;
}
@media screen and (max-width: 1200px) {
  .retail-shops-1 .row .box .text-box .more-address .address-info .iconfont {
    font-size: 16px;
  }
}
.retail-shops-1 .row .box .text-box .more-address .more-btn {
  font-weight: 500;
  display: flex;
  flex-direction: row;
  align-items: baseline;
  justify-content: flex-start;
}
.retail-shops-1 .row .box .text-box .more-address .more-btn .iconfont {
  margin-left: 14px;
  font-size: 12px;
  line-height: 1;
}
.retail-shops-1 .row .box:hover .pic {
  transform: scale(1.1);
}
.retail-shops-1 .btn-list {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
}
.retail-shops-1 .btn-list .more-btn {
  all: unset;
  margin-top: 82px;
  border-radius: 10px;
  padding: 0 100px;
  line-height: 75px;
  height: 75px;
  color: #000;
  background-color: #fff;
  font-size: 18px;
  transition: all 0.35s ease-in-out;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  .retail-shops-1 .btn-list .more-btn {
    margin-top: 66px;
    font-size: 16px;
    line-height: 65px;
    height: 65px;
  }
}
@media screen and (max-width: 768px) {
  .retail-shops-1 .btn-list .more-btn {
    margin-top: 46px;
    line-height: 55px;
    height: 55px;
  }
}
@media screen and (max-width: 576px) {
  .retail-shops-1 .btn-list .more-btn {
    padding: 0;
    width: 100%;
  }
}
.retail-shops-1 .btn-list .more-btn:hover {
  background-color: #1B499A;
  color: #fff;
}
