@media screen and (max-width: 769px) {
  .player-footnote_container {
    bottom: 0%;
    z-index: 50;
  }
  .player-footnote_container .player-footnote {
    width: 100%;
  }
  .player-footnote_container .player-footnote .footnote_buttons {
    width: 0;
    min-width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .matchMedia_container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
  }
  .matchMedia_container .matchMedia-footnote--dialog {
    opacity: 1;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: opacity 0.3s ease-in-out 0s;
    transition: opacity 0.3s ease-in-out 0s;
    height: auto;
    width: 100%;
    border-radius: 5px 5px 0 0;
    background: #fff;
    position: absolute;
    bottom: 0;
  }
  .matchMedia_container .matchMedia-footnote--dialog .footnote--dialog_title {
    height: 50px;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  .matchMedia_container .matchMedia-footnote--dialog .footnote--dialog_title .footnote--dialog_name {
    font-size: 16px;
  }
  .matchMedia_container .matchMedia-footnote--dialog .footnote--dialog_title::after {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #efefef;
    content: "";
  }
  .matchMedia_container .matchMedia-footnote--dialog .footnote--dialog_title .footnote_close {
    cursor: pointer;
    height: 16px;
    width: 16px;
    display: inline-block;
    background: url(../img/custom/close.png) no-repeat;
    background-size: 100% 100%;
  }
  .matchMedia_container .matchMedia-footnote--dialog .footnote--dialog_content {
    padding: 5px 0;
  }
  .matchMedia_container .matchMedia-footnote--dialog .footnote--dialog_content .footnote--dialog_item {
    cursor: pointer;
    height: 40px;
  }
  .matchMedia_container .matchMedia-footnote--dialog .footnote--dialog_content .footnote--dialog_item span {
    display: block;
    width: 16px;
    height: 16px;
    background: url(../img/custom/right-arrow.png) no-repeat;
    background-size: 100% 100%;
  }
  .player_header .logo {
    right: 15px;
    top: 1px;
    left: auto;
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
  }
  .player_header .logo img {
    width: 100%;
    height: 100%;
  }
  .player_header .header_auther {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .player-operation .operation_container .operation_buttons:hover .operation_hover {
    display: none;
  }
  .messageBox {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
  .messageBox .messageBox_container {
    width: 100% !important;
  }
  #messageBox_textdocument .messageBox_container .messageBox_content,
  #messageBox_phone .messageBox_container .messageBox_content {
    overflow-y: auto;
  }
  .dialog .backList {
    padding: 0;
    margin-right: 0;
  }
  .dialog_content {
    max-height: calc(100vh - 90px);
  }
  .dialog_content.list {
    width: 100%;
    row-gap: 0;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 10px;
  }
  .dialog_content.list::after {
    display: none;
  }
  .dialog_content.list .list_content {
    width: 48%;
  }
  .dialog_content.list .list_content:nth-child(3n+2) {
    margin-right: 0;
    margin-left: 0;
  }
  .falls {
    width: 100vw;
  }
  .falls .falls_content {
    width: 47.5%;
    margin-bottom: 7px;
  }
  #dialog_article .list_content {
    width: 100%;
    height: 300px;
  }
  .linkname {
    background: none;
    text-align: left;
    width: 80px;
  }
  #image_text_audio {
    background: none;
  }
  #image_text_swiper .image_text_style {
    height: 100%;
  }
  #image_text_swiper .image_text_style .f-panzoom__content {
    margin: 0;
  }
  #image_text_swiper .image_text_style img {
    width: 100%;
    height: 100%;
  }
  #image_text_swiper .image_text_style p {
    width: 100%;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    bottom: 15%;
  }
  #video_swiper .video_style {
    width: 100%;
    height: auto;
    max-height: 80vh;
  }
  .swiper-button-next,
  .swiper-button-prev {
    background-size: 24px;
  }
  .share_container {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    margin: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .share_container input {
    position: absolute;
    bottom: 999%;
  }
  .share_container img {
    width: 160px;
    height: 160px;
    margin-right: 0;
  }
  .share_container .share_content {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .share_container .share_content p {
    display: none;
  }
  .share_container .share_content .copy {
    margin-top: 25px;
    height: 27px;
    line-height: 27px;
    padding: 0px 10px;
    background: rgb(96, 96, 96);
    color: rgb(255, 255, 255);
    font-size: 12px;
    border-radius: 5px;
  }
  .share_container .share_content .share_tips {
    font-size: 12px;
    margin-top: 10px;
  }
  .share_container .share_content .flex_between {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .Operation_prompt {
    width: 200px;
    height: 200px;
  }
  .Opening_start {
    width: 100vw;
    height: 100vh;
  }
  .Opening_start .location_full {
    max-width: 100vw;
    max-height: 100vh;
  }
}/*# sourceMappingURL=mobile.css.map */