.mayorsplaza-info {
  margin-top: 2.5rem;
}
.mayorsplaza-info .logo {
  text-align: center;
}
.mayorsplaza-info .logo img {
  max-width: 28.125rem;
}
.mayorsplaza-info .desc .module {
  margin-top: 1.25rem;
  box-shadow: 0rem 0rem 1.3125rem 0rem rgba(50, 44, 14, 0.26);
  background-color: #fff;
  border-radius: 1.25rem;
  overflow: hidden;
}
.mayorsplaza-info .desc .module .img {
  max-height: 28.875rem;
  overflow: hidden;
}
.mayorsplaza-info .desc .module .img img {
  width: 100%;
  position: relative;
}
.mayorsplaza-info .desc .module .btm {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 2.1875rem 1.25rem;
}
.mayorsplaza-info .desc .module .btm .text {
  width: 47.5rem;
  font-size: 0.875rem;
}
.mayorsplaza-info .desc .module .btm .more {
  flex: 1;
  display: flex;
  justify-content: center;
}
.mayorsplaza-info .desc .module .btm .more .def-btn {
  margin: auto;
}
.video {
  /*margin-top: 5rem;*/
  max-width: 1170px;
  margin: 5rem auto 0;
}
.video video {
  width: 100%;
}
.discounts .module {
  height: 37.1875rem;
  box-shadow: 0rem 0rem 1.3125rem 0rem rgba(50, 44, 14, 0.26);
  margin-top: 1.875rem;
  border-radius: 1.25rem;
  background-color: #fff;
  padding: 3.125rem 2.375rem;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.discounts .module > .img {
  flex: 1;
  height: 30.5rem;
  border-radius: 0.9375rem;
  overflow: hidden;
  position: relative;
}
.discounts .module > .img img {
  width: 42.25rem;
  object-fit: cover;
  position: relative;
  left: -2.375rem;
}
.discounts .module > .img .desc {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #b88c24;
  opacity: 0.85;
  width: 100%;
  height: 4.625rem;
  font-size: 1.0625rem;
  padding: 0.875rem 1.25rem;
  color: #ffffff;
}
.discounts .module .list {
  flex: 1;
  padding-left: 1.25rem;
  height: 30.9375rem;
  overflow: hidden;
  overflow-y: auto;
}
.discounts .module .list::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 0.3125rem;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 0.3125rem;
}
.discounts .module .list::-webkit-scrollbar-track {
  border-radius: 0.625rem;
}
.discounts .module .list .item {
  display: flex;
  padding-bottom: 1rem;
  padding-top: 1rem;
  padding-right: 0;
  border-bottom: 0.0625rem solid #999999;
  font-size: 0.9375rem;
}
.discounts .module .list .item:hover {
  color: #b88c24;
}
.discounts .module .list .item:first-child {
  padding-top: 0;
}
.discounts .module .list .item:last-child {
  border-bottom: none;
}
.discounts .module .list .item .image {
  width: 8.875rem;
  min-width: 8.875rem;
  border-radius: 1.25rem;
  overflow: hidden;
  height: 8.875rem;
  object-fit: cover;
  margin-right: 0.625rem;
}
.discounts .module .list .item .other {
  flex: 1;
}
.discounts .mobile {
  padding: 1.225rem 0.875rem;
  height: auto;
}
.discounts .mobile .list {
  flex: 1;
  padding-left: 0.25rem;
  height: 25.9375rem;
  overflow-y: auto;
}
.discounts .mobile .list .item {
  display: flex;
  flex: 1;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  border-bottom: 0.0625rem solid #999999;
  font-size: 0.9375rem;
}
.discounts .mobile .list .item:hover {
  color: #b88c24;
}
.discounts .mobile .list .item:first-child {
  padding-top: 0;
}
.discounts .mobile .list .item:last-child {
  border-bottom: none;
}
.discounts .mobile .list .item .image {
  width: 6.875rem;
  min-width: 6.875rem;
  border-radius: 0.5rem;
  overflow: hidden;
  height: 6.875rem;
  object-fit: cover;
}
.room {
  margin-top: 5rem;
  position: relative;
}
.room #wrap {
  position: relative;
  margin: 1.25rem auto 0;
  height: 32rem;
}
.room #wrap .swiper-container {
  padding-bottom: 60px;
  height: 31rem !important;
}
.room #wrap .swiper-container .swiper-slide {
  width: 720px !important;
  height: 30rem;
  border-radius: 0.625rem;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 8px 30px #ddd;
}
.room #wrap .swiper-container .swiper-slide img {
  display: block;
  width: 720px;
  height: 22.5rem;
  object-fit: cover;
}
.room #wrap .swiper-container .swiper-slide-prev,
.room #wrap .swiper-container .swiper-slide-next {
  pointer-events: none;
}
.room #wrap .swiper-pagination {
  width: 100%;
}
.room #wrap .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
  border: 3px solid #b88c24;
  background-color: #fff;
  width: 10px;
  height: 10px;
  opacity: 1;
}
.room #wrap .swiper-pagination-bullets .swiper-pagination-bullet-active {
  border: 3px solid #b88c24;
  background-color: #b88c24;
}
.room #wrap .swiper-button-prev {
  left: 15.625rem;
}
.room #wrap .swiper-button-prev .iconfont {
  font-size: 1.875rem;
  color: #ffffff;
}
.room #wrap .swiper-button-prev::after {
  display: none;
}
.room #wrap .swiper-button-next {
  transform: rotate(180deg);
  right: 15.625rem;
}
.room #wrap .swiper-button-next .iconfont {
  font-size: 1.875rem;
  color: #ffffff;
}
.room #wrap .swiper-button-next::after {
  display: none;
}
.room .module {
  margin-top: 1.25rem;
  margin: auto;
  background-color: #fff;
  overflow: hidden;
  border-radius: 10px;
}
.room .module .img {
  height: 23.125rem;
  overflow: hidden;
}
.room .module .img img {
  position: relative;
}
.room .module .btm {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0.8125rem 1.25rem;
}
.room .module .btm .text {
  flex: 0 0 75%;
  position: relative;
  top: -0.9375rem;
  font-size: 0.875rem;
}
.room .module .btm .more {
  flex: 1;
  display: flex;
  justify-content: center;
}
.room .module .btm .more .def-btn {
  margin: auto;
}
.room .mobile {
  margin-top: 1.875rem;
}
.room .mobile .module {
  box-shadow: none;
}
.room .mobile .module .img {
  height: 18.75rem;
}
.room .mobile .module .img img {
  top: 0;
}
.room .mobile .module .text {
  text-align: center;
  flex: 0 0 100%;
  padding-top: 0.9375rem;
}
.room .mobile .module .text .line2 {
  text-align: left;
}
.room .mobile .swiper-pagination-bullets {
  bottom: inherit;
}
.room .swiper {
  overflow: hidden;
}
.conference {
  margin-top: 5.125rem;
}
.conference .list {
  margin-top: 2.5rem;
  display: flex;
  flex-wrap: wrap;
}
.conference .list::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 0.3125rem;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 0.3125rem;
}
.conference .list::-webkit-scrollbar-thumb {
  background: #535353;
}
.conference .list::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow: inset 0 0 0.3125rem rgba(0, 0, 0, 0.2);
  border-radius: 0.625rem;
  background: #ededed;
}
.conference .list li {
  flex: 0 0 25%;
  padding-left: 0.625rem;
  box-sizing: border-box;
  min-width: 18.25rem;
  margin-top: 1.25rem;
}
.conference .list li:nth-child(4n) > div {
  margin-right: 0;
}
.conference .list li > div {
  overflow: hidden;
  border-radius: 1.25rem;
  position: relative;
  height: 18.9375rem;
}
.conference .list li > div > .name {
  width: 100%;
  height: 2.9375rem;
  line-height: 2.8125rem;
  text-align: center;
  font-size: 1.125rem;
  color: #ffffff;
  font-weight: 700;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(184, 140, 36, 0.7);
}
.conference .list li .remark {
  display: none;
}
.conference .list li:hover > div > .name {
  display: none;
}
.conference .list li:hover .remark {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 18.9375rem;
  width: 100%;
  padding: 1rem 0.9375rem;
  background-color: rgba(184, 140, 36, 0.7);
  color: #ffffff;
}
.conference .list li:hover .remark .name {
  margin: 2.5rem 0 1.25rem;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
}
.conference .list li:hover .remark .desc {
  font-size: 1rem;
}
.equipment {
  margin-top: 3.125rem;
}
.equipment .container {
  height: 34.375rem;
  margin-top: 1.875rem;
  padding: 0 1.875rem;
  background-color: #f6e8df;
}
.equipment .container .equipment-tab {
  padding-top: 3.125rem;
  border-bottom: 0.25rem solid #b88c24;
  display: flex;
  justify-content: center;
}
.equipment .container .equipment-tab a {
  width: 11.1875rem;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  z-index: 999;
  padding: 0.3em 1em 0;
  text-decoration: none;
  display: inline-block;
  color: #fff;
}
.equipment .container .equipment-tab a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #999999;
  border-bottom: none;
  transform: perspective(0.8em) scale(1.02, 1.3) rotateX(5deg);
  z-index: -1;
  transform-origin: bottom;
  border-radius: 0.1875rem;
}
.equipment .container .equipment-tab a.active::before {
  background: #b88c24;
}
.equipment .container.mobile {
  margin-top: 6.375rem;
  height: auto;
  position: relative;
  padding: 20px;
}
.equipment .container.mobile .tabs {
  position: absolute;
  top: -4.25rem;
  left: 0;
}
.others .box {
  height: 37.375rem;
  background-color: #fff;
  border: 0.0625rem solid #eee;
  border-radius: 0.9375rem;
  overflow: hidden;
  box-shadow: 0 0 0.625rem 0.0625rem #ccc;
}
.others .box .hx {
  width: 160%;
  margin-left: -30%;
  border-radius: 0 0 50% 50%;
  height: 90%;
  background-color: #b88c24;
}
.others .box .hx > div {
  width: 120%;
  margin-left: -10%;
  border-radius: 0 0 50% 50%;
  height: 96%;
  overflow: hidden;
  padding-bottom: 2.5rem;
  background-color: #f6efea;
}
.others .box .hx > div .content {
  height: 100%;
  margin: auto;
  padding: 0 1.25rem;
  padding: 0 26%;
}
.others .box .hx > div .content .text {
  overflow: auto;
  height: 90%;
}
.others .box .hx > div .content .text::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 0.3125rem;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 0.0625rem;
}
.others .box .hx > div .content .text::-webkit-scrollbar-thumb {
  background: transparent;
}
.others .box .hx > div .content .text::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  border-radius: 0.625rem;
}
.others .box .hx > div .content .text .item {
  padding: 0.625rem 0;
  border-bottom: 0.0625rem solid #bbb;
}
.others .box .hx > div .content .text .item .label {
  font-size: 1.125rem;
  font-weight: 700;
  color: #222;
  padding: 0;
}
.firstwin{
  position: fixed;
  width: 90%;
  max-width: 900px;
  height: 80%;
  max-height: 1000px;
  left: 0;
  right: 0;
  top: 10%;
  margin: 0 auto;
  background: #fff;
  border-radius: 10px;
  z-index: 99999999;
  overflow-y: scroll;
}
.firstbg{
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000;
  opacity: 0.7;
  z-index: 99999998;
}
.firstclose{
  position: absolute;
  right: 10px;
  top: 10px;
}
.firstdesc{
  padding: 40px 20px;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1180px;
  }
}
