main {
  background: url(../../img/restaurants/module-1-bg.png) no-repeat top center / cover;
}
.restaurants-module-1 .module-tit h2 {
  width: 100%;
  text-align: center;
}
.restaurants-module-1 .list {
  margin: 30px auto 0;
  padding: 0 15px;
  width: 100%;
  max-width: 1550px;
}
.restaurants-module-1 .row {
  --bs-gutter-x: 28px;
  --bs-gutter-y: 28px;
}
.restaurants-module-1 .row .box {
  border-radius: 10px;
  padding: 30px;
  background-color: #fff;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-end;
}
@media screen and (max-width: 1200px) {
  .restaurants-module-1 .row .box {
    padding: 0 20px;
  }
}
.restaurants-module-1 .row .box .tag {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 1;
  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) {
  .restaurants-module-1 .row .box .tag {
    top: 20px;
    left: 20px;
    padding: 8px 14px;
    font-size: 12px;
  }
}
.restaurants-module-1 .row .box .pic {
  position: relative;
  padding-top: 116.8%;
  overflow: hidden;
}
.restaurants-module-1 .row .box .pic .ele {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
  width: auto;
  max-width: 100%;
  max-height: 100%;
  transition: transform 0.35s ease-in-out;
}
.restaurants-module-1 .row .box h5 {
  margin-bottom: 0;
  border-bottom: 1px solid rgba(146, 146, 146, 0.3);
  padding: 16px 0;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  color: #2e2e2e;
}
@media screen and (max-width: 1200px) {
  .restaurants-module-1 .row .box h5 {
    padding: 8px 0;
    font-size: 18px;
  }
}
.restaurants-module-1 .row .box .more-address {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-top: 24px;
  width: 100%;
  font-size: 16px;
  color: #2e2e2e;
}
@media screen and (max-width: 1200px) {
  .restaurants-module-1 .row .box .more-address {
    padding: 12px 0;
    font-size: 14px;
  }
}
.restaurants-module-1 .row .box .more-address .address-info {
  font-weight: 500;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.restaurants-module-1 .row .box .more-address .address-info .iconfont {
  margin-right: 10px;
  font-size: 18px;
}
.restaurants-module-1 .row .box .more-address .more-btn {
  font-weight: 500;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.restaurants-module-1 .row .box .more-address .more-btn .iconfont {
  margin-left: 14px;
  font-size: 12px;
  line-height: 1;
}
.restaurants-module-1 .row .box:hover .pic .ele {
  transform: translate(-50%, -50%) scale(1.1);
}
.restaurants-module-1 .btn-list {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
}
.restaurants-module-1 .btn-list .more-btn {
  all: unset;
  margin-top: 82px;
  border-radius: 10px;
  padding: 0 100px;
  line-height: 75px;
  height: 75px;
  color: #fff;
  background-color: #10519d;
  font-size: 18px;
  transition: all 0.35s ease-in-out;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  .restaurants-module-1 .btn-list .more-btn {
    margin-top: 66px;
    font-size: 16px;
    line-height: 65px;
    height: 65px;
  }
}
@media screen and (max-width: 768px) {
  .restaurants-module-1 .btn-list .more-btn {
    margin-top: 46px;
    line-height: 55px;
    height: 55px;
  }
}
@media screen and (max-width: 576px) {
  .restaurants-module-1 .btn-list .more-btn {
    padding: 0;
    width: 100%;
  }
}
.restaurants-module-1 .btn-list .more-btn:hover {
  background-color: #1B499A;
  color: #fff;
}
.restaurants-module-2 {
  position: relative;
  z-index: 1;
  background: url(../../img/restaurants/module-2-bg.png) no-repeat top center / cover;
}
@media screen and (min-width: 1200px) {
  .restaurants-module-2 {
    padding-top: 173px;
    padding-bottom: 133px;
  }
}
.restaurants-module-2 .module-tit {
  margin: 0 auto;
  text-align: center;
  max-width: 1014px;
}
.restaurants-module-2 .bg-small {
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .restaurants-module-2 .bg-small {
    max-width: 140px;
  }
}
.restaurants-module-2 .bg-small.bg-1 {
  top: 1%;
  left: -2%;
  width: 196px;
}
.restaurants-module-2 .bg-small.bg-2 {
  bottom: -11%;
  right: 11%;
  width: 220px;
}
.restaurants-module-2 .bg-small.bg-3 {
  top: 17%;
  right: -5%;
  width: 163px;
}
.restaurants-module-2 .bg-small.bg-4 {
  width: 235px;
  bottom: -18%;
  left: 8%;
}
.restaurants-inner-1 .module-con .row {
  --bs-gutter-x: 160px;
}
@media screen and (max-width: 1200px) {
  .restaurants-inner-1 .module-con .row {
    --bs-gutter-x: 120px;
  }
}
@media screen and (max-width: 992px) {
  .restaurants-inner-1 .module-con .row {
    --bs-gutter-x: 80px;
  }
}
.restaurants-inner-1 .module-con .left-swiper .swiper-container {
  --swiper-pagination-color: #1B499A;
}
.restaurants-inner-1 .module-con .left-swiper .swiper-container .iconfont {
  position: absolute;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1200px) {
  .restaurants-inner-1 .module-con .left-swiper .swiper-container .iconfont {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .restaurants-inner-1 .module-con .left-swiper .swiper-container .iconfont {
    display: none;
  }
}
.restaurants-inner-1 .module-con .left-swiper .swiper-container .iconfont.icon-left {
  left: 26px;
}
.restaurants-inner-1 .module-con .left-swiper .swiper-container .iconfont.icon-right {
  right: 26px;
}
.restaurants-inner-1 .module-con .left-swiper .swiper-container .swiper-pagination {
  bottom: 10px;
  display: none;
}
@media screen and (max-width: 768px) {
  .restaurants-inner-1 .module-con .left-swiper .swiper-container .swiper-pagination {
    display: block;
  }
}
.restaurants-inner-1 .module-con .left-swiper .swiper-container .swiper-slide .pic {
  width: 100%;
  position: relative;
}
.restaurants-inner-1 .module-con .left-swiper .swiper-container .swiper-slide .pic .ele {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  object-fit: cover;
}
.restaurants-inner-1 .module-con .left-swiper .swiper-container .swiper-slide .pic::after {
  content: '';
  padding-top: 100%;
  display: block;
}
.restaurants-inner-1 .module-con .right-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}
.restaurants-inner-1 .module-con .right-info .restaurant-tit {
  margin-bottom: 50px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  color: #3B3B3B;
  max-width: calc(100% - 150px);
}
@media screen and (max-width: 1200px) {
  .restaurants-inner-1 .module-con .right-info .restaurant-tit {
    max-width: none;
    margin-top: 40px;
    margin-bottom: 30px;
    font-size: 26px;
  }
}
.restaurants-inner-1 .module-con .right-info table {
  max-width: calc(100% - 150px);
}
@media screen and (max-width: 1200px) {
  .restaurants-inner-1 .module-con .right-info table {
    display: block;
    max-width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .restaurants-inner-1 .module-con .right-info table tbody {
    display: block;
  }
}
@media screen and (max-width: 1200px) {
  .restaurants-inner-1 .module-con .right-info table tbody tr {
    padding-bottom: 10px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
  }
}
.restaurants-inner-1 .module-con .right-info table tbody tr td {
  padding-bottom: 26px;
  font-size: 16px;
  line-height: 1.1875;
  color: #1A1A1A;
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  .restaurants-inner-1 .module-con .right-info table tbody tr td {
    padding-bottom: 10px;
  }
}
.restaurants-inner-1 .module-con .right-info table tbody tr td:first-child {
  padding-right: 66px;
  font-weight: 600;
  white-space: nowrap;
}
.restaurants-inner-1 .module-con .right-info table tbody tr td a {
  color: #1A8DD9;
  text-decoration: underline;
  white-space: wrap;
  word-break: break-word;
}
.restaurants-inner-1 .module-con .right-info .btn-list {
  margin-top: 18px;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  gap: 26px;
  flex-wrap: wrap;
  max-width: calc(100% - 150px);
}
@media screen and (max-width: 1200px) {
  .restaurants-inner-1 .module-con .right-info .btn-list {
    max-width: none;
  }
}
.restaurants-inner-1 .module-con .right-info .btn-list a {
  border-radius: 5px;
  padding: 0 32px;
  line-height: 65px;
  height: 65px;
  color: #fff;
  font-size: 18px;
  line-height: 2;
  background-color: #000000;
  transition: background-color 0.35s ease-in-out;
  min-width: 200px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 1200px) {
  .restaurants-inner-1 .module-con .right-info .btn-list a {
    padding: 0 22px;
    font-size: 16px;
    line-height: 45px;
    height: 45px;
    min-width: 160px;
  }
}
.restaurants-inner-1 .module-con .right-info .btn-list a.orange-btn {
  background-color: #FF6633;
  transition: background-color 0.35s ease-in-out;
}
.restaurants-inner-1 .module-con .right-info .btn-list a.orange-btn:hover {
  background-color: rgba(255, 102, 51, 0.8);
}
.restaurants-inner-1 .module-con .right-info .btn-list a .iconfont {
  margin-right: 7px;
  font-size: 28px;
}
.restaurants-inner-1 .module-con .right-info .btn-list a .iconfont.icon-daocha {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background-color: #fff;
  color: #000000;
  font-size: 20px;
}
@media screen and (max-width: 1200px) {
  .restaurants-inner-1 .module-con .right-info .btn-list a .iconfont {
    width: 20px;
  }
}
.restaurants-inner-1 .module-con .right-info .btn-list a:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.restaurants-inner-1 .module-con .right-info .restaurant-logo {
  max-width: 150px;
  position: absolute;
  top: 0;
  right: calc(var(--bs-gutter-x) / 2);
}
@media screen and (max-width: 1200px) {
  .restaurants-inner-1 .module-con .right-info .restaurant-logo {
    margin: 21px;
    position: static;
  }
}
.restaurants-inner-1 .module-con .right-info .restaurant-logo .pic {
  max-width: 100%;
}
.restaurants-inner-2 {
  background: url(../../img/restaurants/module-2-bg.png) no-repeat top center / cover;
}
@media screen and (min-width: 1200px) {
  .restaurants-inner-2 {
    padding-top: 200px;
  }
}
.restaurants-inner-2 ul {
  padding: 0;
}
.restaurants-inner-2 ul li {
  padding-bottom: 108px;
}
@media screen and (max-width: 1200px) {
  .restaurants-inner-2 ul li {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .restaurants-inner-2 ul li {
    padding-bottom: 40px;
  }
}
.restaurants-inner-2 ul li:last-child {
  padding-bottom: 0;
}
.restaurants-inner-2 ul li h5 {
  margin-bottom: 26px;
  font-size: 30px;
  color: #3B3B3B;
  line-height: 1.2;
  font-weight: 700;
}
@media screen and (max-width: 1200px) {
  .restaurants-inner-2 ul li h5 {
    margin-bottom: 16px;
    font-size: 26px;
  }
}
.restaurants-inner-2 ul li p {
  font-size: 16px;
  line-height: 1.3125;
  color: #1A1A1A;
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  .restaurants-inner-2 ul li p {
    font-size: 14px;
  }
}
.restaurants-inner-3 {
  padding-bottom: 0;
}
