@charset "UTF-8";
.mj-index {
  position: relative; }
  .mj-index .index-banner {
    width: 100%;
    max-height: 5rem;
    display: block;
    object-fit: cover; }
  .mj-index .location-list {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    margin: -2rem auto 0;
    position: relative;
    z-index: 100;
    padding: 0 .5rem .5rem; }
    .mj-index .location-list .location-item {
      margin-right: .66rem;
      width: 2.26rem;
      height: 7.15rem;
      cursor: pointer; }
      .mj-index .location-list .location-item:last-child {
        margin-right: 0; }
      .mj-index .location-list .location-item:hover img {
        transform: scale(1.05); }
      .mj-index .location-list .location-item img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        display: block;
        transition: all .3s ease-in-out; }

.mj-detail {
  width: 100vw;
  height: 100vh;
  position: relative;
  overflow: hidden;
  background-image: url(../images/bg.jpg);
  background-size: 100% 100%;
  background-position: center bottom; }
  .mj-detail .detail-container {
    width: 4724px;
    height: 3543px;
    position: relative;
    margin: 0 auto; }
    .mj-detail .detail-container #bg {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 100; }
    .mj-detail .detail-container #title {
      position: absolute;
      z-index: 10; }
    .mj-detail .detail-container .item {
      position: absolute;
      z-index: 100;
      cursor: pointer; }
      .mj-detail .detail-container .item .area-img {
        width: 100%;
        height: 100%;
        display: block;
        transition: all .3s ease-in-out; }
      .mj-detail .detail-container .item .area-img-mobile {
        opacity: 0;
        z-index: 1000;
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        display: none; }
      .mj-detail .detail-container .item p {
        font-size: 50px;
        position: absolute;
        white-space: nowrap;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        z-index: 101; }
      .mj-detail .detail-container .item .flag {
        width: 75px;
        position: absolute;
        top: -45px;
        left: 50%;
        transform: translate(-50%);
        z-index: 100; }
      .mj-detail .detail-container .item:hover .area-img {
        opacity: 1;
        filter: brightness(0.9);
        /* 亮度降低到70%（值越小越暗） */ }
      .mj-detail .detail-container .item:hover p {
        font-weight: bold; }
    .mj-detail .detail-container .landmark {
      position: absolute;
      z-index: 200; }

/* 通用弹窗样式 */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5); }

.modal-content {
  position: relative;
  padding: 0;
  border: none;
  border-radius: 8px;
  width: 80%;
  height: 80%;
  overflow: auto;
  top: 50%;
  left: 50%;
  text-align: right;
  transform: translate(-50%, -50%); }
  .modal-content::-webkit-scrollbar {
    display: none; }
  .modal-content img {
    max-width: 100%;
    display: block; }

.close {
  color: #aaa;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  position: fixed;
  padding: 10px 30px;
  right: 10%;
  top: 10%;
  z-index: 100; }

.close:hover,
.close:focus {
  color: black;
  text-decoration: none; }

.viewer-footer {
  display: none !important; }

.viewer-transition {
  transition: all 0.1s !important; }

.mobile-title {
  display: none; }

.location-list-mobile {
  display: none; }

@media screen and (max-width: 1000px) {
  .mj-index {
    min-height: 100vh;
    background-image: url(../images/mobile-index-bg.png);
    background-size: 100% 100%; }
    .mj-index .index-banner {
      max-height: unset;
      display: none; }
    .mj-index .mobile-title {
      width: calc(100% - 100px);
      display: block;
      object-fit: contain;
      padding: 60px 0 30px;
      margin: 0 auto; }
    .mj-index .location-list {
      flex-wrap: wrap;
      margin: 0 auto;
      display: none; }
      .mj-index .location-list .location-item {
        width: calc(100% / 3 - 30px);
        height: auto;
        margin: -50px 15px 0;
        position: relative; }
        .mj-index .location-list .location-item:first-child {
          z-index: 5; }
        .mj-index .location-list .location-item:nth-child(2) {
          z-index: 4; }
        .mj-index .location-list .location-item:nth-child(3) {
          z-index: 3; }
        .mj-index .location-list .location-item:nth-child(4) {
          z-index: 2; }
        .mj-index .location-list .location-item:nth-child(5) {
          z-index: 1; }
    .mj-index .location-list-mobile {
      display: block; }
      .mj-index .location-list-mobile .location-item {
        width: 100%;
        display: block;
        padding: 0 55px;
        box-sizing: border-box;
        margin-bottom: 5px; }
        .mj-index .location-list-mobile .location-item img {
          width: 100%;
          height: auto;
          display: block; }

  .mj-detail {
    background-size: cover; }
    .mj-detail .detail-container #title {
      position: fixed;
      max-width: 80% !important;
      width: auto !important;
      max-height: 250px !important;
      object-fit: contain;
      top: 80px !important; }
      .mj-detail .detail-container #title.center {
        left: 50% !important;
        transform: translate(-50%); }
      .mj-detail .detail-container #title.left {
        left: 10% !important; }
      .mj-detail .detail-container #title.right {
        right: 10% !important;
        left: unset !important; }
    .mj-detail .detail-container .item .area-img-mobile {
      display: block; } }

/*# sourceMappingURL=index.css.map */
