::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    overflow: auto;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(180,180,180,0.2);
    border-radius: 12px;
    background-clip: padding-box;
    border: 1px solid rgba(180,180,180,0.4);
    min-height: 28px;
}

::-webkit-scrollbar-track-piece {
    background-color: rgba(180,180,180,0.06);
    border-radius: 3px;
}

* {
    margin: 0;
    padding: 0;
    /*去掉禁用文字或者在其他地方用类添加，否则input禁掉文字，ios输入不了文字*/
    /*-webkit-user-select:none;*/
    /*-moz-user-select:none;*/
    /*-ms-user-select:none;*/
    /*user-select:none;*/
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    outline: none;
    border: none;
}

.select-none {
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}

html, body, .map-wrap, #map {
    margin:0;
    padding:0;
    width:100%;
    height:100%;
    background-color: #fafada;
    font-family: Helvetica, "Microsoft YaHei", Arial, sans-serif;
    color: #333;
    font: 14px/1.5 Helvetica, "Microsoft YaHei", Arial, sans-serif;
}

body.device-iphone-x {
    padding-bottom: 30px;
}

html, body {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width:100%;
    height:100%;
    overflow: hidden;
}

.cursor-pointer {
    cursor: pointer;
}

.cursor-pointer.help-status,
.help-status .cursor-pointer,
.cursor-pointer .help-status {
    cursor: auto;
}

.pr {
    position: relative;
}

.pa {
    position: absolute;
}

.pf {
    position: fixed;
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

.flex-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    flex-direction: row;
}

.flex-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    flex-direction: column;
}

.flex-grow-0 {
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.flex-grow-1 {
    min-width: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
}

.flex-x-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-y-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}

.flex-y-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end;
}
.text-more {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
}

.text-more-2 {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.text-more-3 {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

/*
 leaflet.responsive.popup 0.6.4
 (c) 2019 https://github.com/yafred
*/

/* North */
.leaflet-resp-popup-north .leaflet-popup-tip {
    box-shadow: none;
}


/* South */
.leaflet-resp-popup-south .leaflet-popup-tip-container {
    top: 0;
    margin-top: -20px;
}

.leaflet-resp-popup-south .leaflet-popup-tip {
    margin: 11px auto 0;
    box-shadow: none;
}


/* West */
.leaflet-resp-popup-west .leaflet-popup-tip-container {
    right: 0;   
    margin-right: -20px;
    left: 100%;
    margin-left: -2px;
    top: 50%;
    margin-top: -11px;
}

.leaflet-resp-popup-west .leaflet-popup-tip {
    margin: 1px -8px 0 -8px;
    box-shadow: none;
}


/* East */
.leaflet-resp-popup-east .leaflet-popup-tip-container {
    width: 20px;
    left: 2px;
    top: 50%;
    margin-top: -11px;
}

.leaflet-resp-popup-east .leaflet-popup-tip {
    margin: 0 11px;
    box-shadow: none;
}


/* South-East */
.leaflet-resp-popup-south-east .leaflet-popup-tip-container {
    left: 0;
    margin-left: 0;
    top: 0;
    margin-top: -20px;
}

.leaflet-resp-popup-south-east .leaflet-popup-tip {
    margin: 11px 11px 11px -8px;
    box-shadow: none;
}

.leaflet-resp-popup-south-east .leaflet-popup-content-wrapper {
    border-radius: 0 20px 20px 20px;
}

.leaflet-popup.line-popup.leaflet-resp-popup-south-east .leaflet-popup-content-wrapper {
    border-radius: 0 8px 8px 8px;
}


/* East-South */
.leaflet-resp-popup-east-south .leaflet-popup-tip-container {
    width: 20px;
    left: 0;
    top: 0;
}

.leaflet-resp-popup-east-south .leaflet-popup-tip {
    margin: -8px 11px;
    box-shadow: none;
}

.leaflet-resp-popup-east-south .leaflet-popup-content-wrapper {
    border-radius: 0 20px 20px 20px;
}

.leaflet-popup.line-popup.leaflet-resp-popup-east-south .leaflet-popup-content-wrapper {
    border-radius: 0 8px 8px 8px;
}


/* North-East */
.leaflet-resp-popup-north-east .leaflet-popup-tip-container {
    left: 0;
    margin-left: 0;
    margin-top: -1px;
}

.leaflet-resp-popup-north-east .leaflet-popup-tip {
    margin: -8px 11px 11px -8px;
    box-shadow: none;
}

.leaflet-popup.line-popup.leaflet-resp-popup-north-east .leaflet-popup-content-wrapper {
    border-radius: 8px 8px 8px 0;
}


/* East-North */
.leaflet-resp-popup-east-north .leaflet-popup-tip-container {
    left: 0;
    margin-left: -20px;
    margin-top: -20px;
}

.leaflet-resp-popup-east-north .leaflet-popup-tip {
    margin: 11px 11px 11px 11px;
    box-shadow: none;
}


/* North-West */
.leaflet-resp-popup-north-west .leaflet-popup-tip-container {
    width: 20px;
    margin-right: 0;
    margin-top: -1px;
    left: 100%;
    right: 0;
}

.leaflet-resp-popup-north-west .leaflet-popup-tip {
    margin: -8px 11px 11px 11px;
    box-shadow: none;
}

.leaflet-resp-popup-north-west .leaflet-popup-content-wrapper {
    border-radius: 20px 20px 0 20px;
}

.leaflet-popup.line-popup.leaflet-resp-popup-north-west .leaflet-popup-content-wrapper {
    border-radius: 8px 8px 0 8px;
}


/* West-North */
.leaflet-resp-popup-west-north .leaflet-popup-tip-container {
    margin-left: 0;
    margin-top: -20px;
    left: 100%;
    right: 0;
}

.leaflet-resp-popup-west-north .leaflet-popup-tip {
    margin: 11px 11px 0px -8px;
    box-shadow: none;
}

.leaflet-resp-popup-west-north .leaflet-popup-content-wrapper {
    border-radius: 20px 20px 0 20px;
}

.leaflet-popup.line-popup.leaflet-resp-popup-west-north .leaflet-popup-content-wrapper {
    border-radius: 8px 8px 0 8px;
}



/* South-West */
.leaflet-resp-popup-south-west .leaflet-popup-tip-container {
    width: 20px;
    left: 100%;
    top: 0;
    margin-top: -20px;
}

.leaflet-resp-popup-south-west .leaflet-popup-tip {
    margin: 11px 11px 11px 11px;
    box-shadow: none;
}

.leaflet-resp-popup-south-west .leaflet-popup-content-wrapper {
    border-radius: 20px 0 20px 20px;
}

.leaflet-popup.line-popup.leaflet-resp-popup-south-west .leaflet-popup-content-wrapper {
    border-radius: 8px 0 8px 8px;
}


/* West-South */
.leaflet-resp-popup-west-south .leaflet-popup-tip-container {
    margin-left: 0;
    margin-right: -20px;
    left: 100%;
    right: 0;
    top: 0;
}

.leaflet-resp-popup-west-south .leaflet-popup-tip {
    margin: -8px;
    box-shadow: none;
}

.leaflet-resp-popup-west-south .leaflet-popup-content-wrapper {
    border-radius: 20px 0 20px 20px;
}

.leaflet-popup.line-popup.leaflet-resp-popup-west-south .leaflet-popup-content-wrapper {
    border-radius: 8px 0 8px 8px;
}

.leaflet-popup.line-popup .leaflet-popup-content-wrapper {
    padding: 8px;
    border-radius: 8px;
    box-shadow: 0 3px 14px rgba(0,0,0,0.4);
}

.leaflet-popup.line-popup .marker-cover {
    width: 56px;
    height: 56px;
    border-radius: 6px;
    z-index: 99;
}

.leaflet-popup.line-popup .loading {
    top: 50%;
    left: 50%;
    margin-top: -24px;
    margin-left: -24px;
    width: 48px;
    height: 48px;
}

.leaflet-popup.line-popup .info-name {
    padding-left: 8px;
    width: 152px;
}

.leaflet-popup.line-popup .info-title {
    font-size: 16px;
    font-weight: 700;
}

.leaflet-popup.line-popup .info-date {
    font-size: 12px;
}

.leaflet-popup.line-popup .info-desc {
    font-size: 12px;
    color: #808281;
}

.leaflet-popup.line-popup .desc-bottom {
    margin: 10px -8px -8px;
}

.leaflet-popup.line-popup .leaflet-popup-tip-container {
    z-index: 999;
}

.leaflet-popup.line-popup .leaflet-popup-content {
    margin: 0;
}

.leaflet-popup.line-popup a.leaflet-popup-close-button {
    display: none;
}

.leaflet-line-marker {
    width: 24px;
    height: 24px;
    background: #ff544c;
    color: #fff;
    border-radius: 100%;
    border: 1.5px solid #fff;
}

.line-index {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.line-label {
    padding: 5px;
    line-height: 1;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.78);
    color: #fff;
    border: none;
}

.leaflet-tooltip-left {
    margin-left: -18px;
}

.leaflet-tooltip-right {
    margin-left: 18px;
}

.leaflet-tooltip-top {
    margin-top: -18px;
}

.leaflet-tooltip-bottom {
    margin-top: 18px;
}

.leaflet-tooltip-right:before {
    border-right-color: rgba(0, 0, 0, 0.78);
}

.leaflet-tooltip-left:before {
    border-left-color: rgba(0, 0, 0, 0.78);
}

.leaflet-tooltip-bottom:before {
    border-bottom-color: rgba(0, 0, 0, 0.78);
}

.leaflet-tooltip-top:before {
    border-top-color: rgba(0, 0, 0, 0.78);
}

.tip-wrap {
    z-index: 999999999;
}

.tip-main {
    display: table;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.tip-section {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.tip-msg {
    position: relative;
    display: inline-block;
    text-align: left;
    background-color: #fff;
    font-size: 14px;
    border-radius: 5px;
    box-shadow: 0 0 8px rgba(0,0,0,.1);
    pointer-events: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    width: auto;
    max-width: 90%;
    margin: 0 auto;
    bottom: -150px;
    background-color: rgba(0,0,0,.7);
    color: #fff;
}

.tip-content {
    padding: 10px 18px;
    line-height: 22px;
    text-align: center;
}

.left-top-wrap {
    top: 65px;
    left: 15px;
    z-index: 1010;
    transition: all .25s;
}

.left-top-wrap.line-selected {
    left: -200%;
}

.right-top-wrap {
    top: 65px;
    right: 15px;
    z-index: 1010;
    transition: all .25s;
}

.right-top-wrap.line-selected {
    right: -200%;
}

.author-wrap {
    display: block;
}

.author-wrap > img {
    max-width: 98px;
    max-height: 38px;
}

.compass-wrap > img {
    max-width: 58px;
    max-height: 58px;
}

.bg-music-wrap {
    display: block;
    width: 38px;
    height: 38px;
    z-index: 99;
    border-radius: 100%;
    background: #fff;
}

.bg-music-wrap.help-status {
    /* opacity: .38; */
    background: #888;
    box-shadow: none;
}

.bg-music {
    position: relative;
    width: 38px;
    height: 38px;
}

.icon-bg-music {
    position: relative;
    width: 38px;
    height: 38px;
    border-radius: 100%;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 0px 6px 2px;
    background: url(../images/icon-music-close.png) no-repeat;
    background-size: 28px;
    background-position: 6px 7px;
}

.bg-music.playing .icon-bg-music {
    background: url(../images/icon-music-open.png) no-repeat;
    background-size: 22px;
    background-position: 7px 8px;
    animation: rotating 6s linear infinite;
    animation-delay: 2s;
}

@keyframes rotating {
      0%{-webkit-transform:rotate(0deg);}
      25%{-webkit-transform:rotate(90deg);}
      50%{-webkit-transform:rotate(180deg);}
      75%{-webkit-transform:rotate(270deg);}
      100%{-webkit-transform:rotate(360deg);}
}

.icon-music-note {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 22px;
    height: 22px;
    background: url(../images/icon-music-note.png) no-repeat center;
    -webkit-animation: falling 6s 0s infinite;
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
    opacity: 0;
    background-size: 100%;
}

.bg-music.playing.note-open .icon-music-note {
    display: block;
}

.icon-music-note:nth-of-type(2n) { -webkit-animation: falling2 6s 0s infinite; }
.icon-music-note:nth-of-type(3n) { -webkit-animation: falling3 6s 0s infinite; }

.icon-music-note:nth-of-type(n)   { -webkit-animation-delay: 2s;}
.icon-music-note:nth-of-type(2n)  { -webkit-animation-delay: 4s;}
.icon-music-note:nth-of-type(3n)  { -webkit-animation-delay: 6s;}

@-webkit-keyframes falling {
    0% { -webkit-transform: translate3d(0, 0, 0) rotate(0deg) scale(1); opacity: 0.8;}
    100% { -webkit-transform: translate3d(45px, -10px, 0) rotate(90deg) scale(0.9); opacity: 0;}
}

@-webkit-keyframes falling2 {
    0% { -webkit-transform: translate3d(0,0,0) rotate(0deg) scale(1); opacity: 0.8;}
    100% { -webkit-transform: translate3d(40px, -20px, 0) rotate(0deg) scale(0.8); opacity: 0;}
}

@-webkit-keyframes falling3 {
    0% { -webkit-transform: translate3d(0,0,0) rotate(0deg) scale(1); opacity: 0.8;}
    100% { -webkit-transform: translate3d(30px, -15px,0) rotate(-70deg) scale(0.7); opacity: 0;}
}

.btn-wrap {
    width: 38px;
    height: 38px;
    background: #fff;
    border-radius: 100%;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 0px 6px 2px;
}

.btn-item {
    display: block;
    width: 38px;
    height: 38px;
    z-index: 99;
    border-radius: 100%;
    background: #fff;
}

.btn-item + .btn-item {
    margin-top: 15px;
}

.btn-local {
    background: url(../images/icon-local.png) no-repeat center;
    background-size: 28px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 0px 6px 2px;
}

.btn-local.error {
    opacity: 0.2;
}

.btn-quality {
    background: url(../images/icon-quality.png) no-repeat center;
    background-size: 22px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 0px 6px 2px;
}

.btn-introduce {
    background: url(../images/icon-introduce.png) no-repeat center;
    background-size: 24px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 0px 6px 2px;
}

.btn-phone {
    background: url(../images/icon-phone.png) no-repeat center;
    background-size: 24px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 0px 6px 2px;
}

.btn-voice {
    background: url(../images/icon-voice.png) no-repeat center;
    background-size: 24px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 0px 6px 2px;
}

.btn-line {
    background: url(../images/icon-line.png) no-repeat center;
    background-size: 24px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 0px 6px 2px;
}

.btn-auto {
    background: url(../images/icon-auto-close.png) no-repeat center;
    background-size: 24px;
    background-position: 50% 9px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 0px 6px 2px;
}

.btn-auto.open {
    background: url(../images/icon-auto.png) no-repeat center;
    background-size: 24px;
    background-position: 50% 9px;
}

.right-bottom-wrap,
.left-bottom-wrap {
    bottom: 84px;
    left: 18px;
    z-index: 1010;
    transition: left .25s;
}

body.device-iphone-x .right-bottom-wrap,
body.device-iphone-x .left-bottom-wrap {
    bottom: 114px;
}

.left-bottom-wrap.line-selected {
    left: -200%;
}

.right-bottom-wrap {
    left: unset;
    right: 18px;
}

.right-bottom-wrap.line-selected {
    right: -200%;
}

.btn-gps-wrap {
    width: 38px;
    height: 38px;
    border-radius: 100%;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 0px 6px 2px;
}

.btn-item-icon.gpsfail,
.btn-gps-wrap.gpsfail {
    opacity: 0.38;
}

.btn-gps {
    width: 38px;
    height: 38px;
    z-index: 99;
}

.btn-gps {
    background: url(../images/icon-gps.png) no-repeat center;
    background-size: 24px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 0px 6px 2px;
    opacity: 0.96;
}

.btn-gps-wrap.locating .btn-gps {
    display: none;
}

.btn-gps-wrap .loading {
    display: none;
    top: 0;
    left: 0;
}

.btn-gps-wrap.locating .loading {
    display: block;
}

.btn-gps-wrap.locking .btn-gps {
    background: url(../images/icon-lock-local.png) no-repeat center;
    background-size: 24px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 0px 6px 2px;
    opacity: 0.96;
}

.icon-locate-wrap {
    position: relative;
    display: block;
    margin: -12px 0 0 -12px!important;
    width: 24px!important;
    height: 24px!important;
    border-radius: 100%;
    border: 3px solid #fff;
    background-color: #e63b33;
    z-index: 9999;
}

.icon-locate-wrap.orientation {
    border: 0;
    background-color: transparent;
}

.icon-locate-wrap.orientation .icon-locate {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -18px;
    margin-top: -18px;
    width: 36px;
    height: 36px;
    background: url(../images/icon-orientation-local-2.png) no-repeat center;
    background-size: 100%;
    z-index: 99;
}
/*icon-orientation-2带箭头, icon-orientation-4不带箭头*/
.icon-locate-wrap.orientation .icon-orientation {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -18px;
    margin-top: -18px;
    width: 36px;
    height: 36px;
    background: url(../images/icon-orientation-4.png) no-repeat center;
    background-size: 100%;
    border-radius: 100%;
}

.bg-wrap {
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0);
    transition: background .25s;
    z-index: 9999999;
}

.bg-wrap.show {
    background: rgba(0,0,0,0.7);
}

.bg-in-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.content-wrap {
    top: 18px;
    left: 18px;
    right: 18px;
    bottom: 18px;
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
}

.introduce-wrap {
    bottom: 0;
    left: 0;
    right: 0;
    top: auto;
    z-index: 999999;
    background: #fff;
    transform: translateY(200%);
    transition: transform .25s, top .25s;
}

.introduce-wrap.open {
    transform: translateY(0);
}

.introduce-wrap.unfold {
    top: 0;
}

.introduce-info {
    padding: 13px 18px 5px;
}

.introduce-cover-wrap {
    margin-right: 10px;
    width: 68px;
}

.introduce-cover {
    position: absolute;
    left: 0;
    top: -50px;
    width: 68px;
    height: 68px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 0px 6px 2px;
    background-color: #ececec;
    border-radius: 100%;
    overflow: hidden;
    z-index: 99;
    /*图片img用了transform动画，导致safari的显示bug*/
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
}

.introduce-cover img {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 68px;
    height: 68px;
    border-radius: 50%;
}
.pie-left,
.pie-right {
    width: 68px;
    height: 68px;
    position: absolute;
    top: 0;
    left: 0;
}
.border-left,
.border-right {
    position: absolute;
    top: 0;
    left: 0;
    width: 68px;
    height: 68px;
    border: 6px solid #ff544c;
    border-radius: 50%;
    transform: rotate(180deg);
}
.pie-right,
.border-right {
    clip: rect(0, auto, auto, 34px);
}
.pie-left,
.border-left {
    clip: rect(0, 34px, auto, 0);
}

.introduce-cover.playing .btn-audio-pause,
.btn-audio-play {
    display: block;
}

.introduce-cover.playing .btn-audio-play,
.btn-audio-pause {
    display: none;
}

.introduce-wrap.unfold .introduce-cover {
    position: relative;
    top: 0;
}

.introduce-touch {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    touch-action: none;
}

.introduce-title {
    padding: 0 5px;
    font-size: 16px;
}

.introduce-close {
    margin-right: -7px;
    width: 28px;
    height: 28px;
    background: url(../images/icon-close.png) no-repeat center;
    background-size: 13px;
    z-index: 99;
}

.introduce-info-item {
    min-height: 30px;
}

.introduce-info-2 {
    padding: 0 18px;
}

.introduce-context-wrap {
    padding: 8px 0;
    height: 79px;
    overflow: hidden;
    border-top: 8px solid #f8f8f8;
}

.introduce-context {
    padding: 0 18px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.introduce-switch-wrap {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    background-color: #fff;
}

.blurry-block {
    top: -40px;
    width: 100%;
    height: 40px;
    background: linear-gradient(180deg,rgba(255,255,255,0) 0,#fff 100%);
}

.introduce-wrap.unfold .introduce-context-wrap {
    height: 100%;
    padding-bottom: 30px;
}

.introduce-wrap.unfold .introduce-context-wrap .introduce-touch,
.introduce-wrap.unfold .blurry-block {
    display: none;
}

.introduce-wrap.unfold .introduce-switch-wrap {
    position: relative;
}

.introduce-wrap.unfold .introduce-switch {
    background: url(../images/icon-wrap-close.png) no-repeat center;
    background-size: 38px;
}

.introduce-switch {
    margin: 0 auto;
    width: 100px;
    height: 30px;
    background: url(../images/icon-wrap-open.png) no-repeat center;
    background-size: 38px;
    opacity: 0.56;
}

.icon-address {
    display: inline-block;
    width: 21px;
    height: 21px;
    background: url(../images/icon-address.png) no-repeat center;
    background-size: 13px;
}

.icon-phone-2 {
    display: inline-block;
    width: 21px;
    height: 21px;
    background: url(../images/icon-phone-2.png) no-repeat center;
    background-size: 13px;
}

.introduce-phone {
    color: #ff544c;
}

.phone-wrap,
.detail-wrap,
.locate-tip-wrap,
.voice-wrap,
.line-wrap,
.line-detail-wrap {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    transform: translateY(200%);
    transition: transform .25s;
}

.phone-wrap.open,
.detail-wrap.open,
.locate-tip-wrap.open,
.voice-wrap.open,
.line-wrap.open,
.line-detail-wrap.open {
    transform: translateY(0);
}
.bg-wrap.line-show {
    z-index: 999999999;
    background: rgba(0,0,0,0.7);
}
.detail-wrap.line-open {
    z-index: 999999999;
    transform: translateY(0);
}
.desc-bottom {
    border-top: 1px solid #eee;
}

.btn-desc {
    margin: 10px 0;
    text-align: center;
}

.line-detail-wrap .content-wrap {
    top: 108px;
    left: 0;
    right: 0;
    bottom: 0;
    padding-bottom: 10px;
    background: #f9f9f9;
    border-radius: 6px 6px 0 0;
}

.line-detail-wrap .title-wrap {
    padding: 15px;
    height: auto;
    font-size: 18px;
    border: none;
    text-align: left;
    line-height: unset;
    background: #f9f9f9;
}

.line-detail-close {
    padding-left: 15px;
    font-size: 14px;
    color: #808281;
}

.icon-toggle-b {
    display: inline-block;
    margin-left: 6px;
    width: 13px;
    height: 8px;
    background: url(../images/icon-triangle-b.png) no-repeat center;
    background-size: 13px;
}

.line-info-list-wrap {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.line-info-list {
    padding: 0 15px 10px;
}

.line-list-item {
    padding: 10px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 0px 6px 0px;
    border-radius: 6px;
}

.line-marker-cover {
    margin-right: 10px;
    width: 80px;
    height: 80px;
    background: #ececec;
    overflow: hidden;
    border-radius: 6px;
}

.line-marker-title {
    font-size: 16px;
    font-weight: 700;
}

.line-marker-date {
    font-size: 12px;
}

.line-marker-desc {
    font-size: 12px;
    color: #808281;
}

.line-list-tip {
    padding: 15px 0 15px 20px;
    margin: 0 15px;
    border-left: 1px solid #ececec;
    font-size: 12px;
}

.line-list-tip:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 10px;
    height: 10px;
    border: 2px solid #ff544c;
    background: #fff;
    border-radius: 100%;
    box-sizing: border-box;
    margin-top: -5px;
    transform: translateX(-50%);
    z-index: 99;
}

.phone-wrap .content-wrap,
.voice-wrap .content-wrap,
.line-wrap .content-wrap {
    top: 50%;
    left: 18px;
    right: 18px;
    margin-top: -140px;
    height: 280px;
}

body.device-iphone-x .phone-wrap .content-wrap,
body.device-iphone-x .voice-wrap .content-wrap,
body.device-iphone-x .line-wrap .content-wrap {
    margin-top: -155px;
}

.locate-tip-wrap .content-wrap {
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    margin-top: -190px;
    margin-left: -160px;
    width: 320px;
    height: 380px;
    font-size: 16px;
}

.title-wrap {
    padding: 0 48px;
    margin: 0;
    width: 100%;
    height: 48px;
    line-height: 48px;
    border-bottom: solid 1px #e8e8e8;
    background: #f9f9f9;
    box-sizing: border-box;
    font-size: 16px;
    text-align: center;
}

.icon-close {
    top: 0;
    right: 0;
    width: 48px;
    height: 48px;
    background: url(../images/icon-close.png) no-repeat center;
    background-size: 13px;
    z-index: 99;
}

.btn-gohere {
    top: 5px;
    left: 5px;
    width: 38px;
    height: 38px;
    background: #dbdada url(../images/icon-go.png) no-repeat center;
    background-size: 16px;
    z-index: 99;
    opacity: 0.78;
    border-radius: 100%;
}

.detail-content {
    padding: 15px;
    overflow-x: hidden;
    overflow-y: auto;
    /*touch-action: none;*/
}

.detail-content img,
.detail-content video {
    width: 100%;
}

.phone-wrap .detail-content,
.voice-wrap .detail-content,
.line-wrap .detail-content {
    padding: 15px 30px;
}

.phone-item,
.voice-item,
.line-item {
    min-height: 49px;
}

.icon-phone-3 {
    display: block;
    margin-right: 20px;
    width: 24px;
    height: 24px;
    background: url(../images/icon-phone-3.png) no-repeat center;
    background-size: 100%;
}

.phone-text {
    text-decoration: none;
    color: #333;
}

.phone-num {
    font-size: 12px;
    color: #808281;
}

.line-num {
    margin-right: 10px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    font-size: 12px;
    border-radius: 100%;
    background: #ff544c;
    color: #fff;
}

.phone-name,
.voice-name,
.line-name {
    padding-right: 28px;
}

.icon-voice {
    margin-right: 20px;
    width: 24px;
    height: 24px;
}

.icon-male {
    margin-right: 20px;
    width: 24px;
    height: 24px;
    background: url(../images/icon-male.png) no-repeat center;
    background-size: 100%;
}

.icon-female {
    margin-right: 20px;
    width: 24px;
    height: 24px;
    background: url(../images/icon-female.png) no-repeat center;
    background-size: 100%;
}

.voice-wrap .voice-item.selected,
.line-wrap .line-item.selected {
    background: url(../images/icon-selected.png) no-repeat;
    background-position: right center;
    background-size: 18px 18px;
}

.line-list-wrap {
    width: 100%;
    height: 49px;
    overflow: hidden;
}

.line-list-wrap.no-marker {
    height: 0;
}

.line-list-wrap.no-marker.open,
.line-list-wrap.open {
    height: auto;
    min-height: 156px;
}

.line-list-wrap .content-wrap {
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
    margin: 0;
    width: 100%;
    border-radius: 0;
}

.line-list-wrap .title-wrap {
    padding: 0 48px 0 15px;
    text-align: left;
    background: #fff;
}

.line-list-wrap .line-info {
    padding: 15px 15px 5px;
}

.line-info-wrap {
    font-size: 12px;
}

.line-info {
    padding: 0 15px 15px;
    line-height: 1;
}

.line-info-item {
    color: #808281;
}

.icon-triangle-r {
    display: inline-block;
    margin-left: 8px;
    width: 8px;
    height: 13px;
    background: url(../images/icon-triangle-r.png) no-repeat center;
    background-size: contain;
}

.line-marker-list-wrap {
    padding: 10px 0;
    width: 100%;
    overflow: hidden;
}

.line-marker-list {
    width: 10000px;
    height: 56px;
    white-space: nowrap;
}

.line-marker-item {
    display: inline-block;
    width: 90px;
    padding: 0 15px;
    text-align: center;
}

.line-marker-item + .line-marker-item .line-marker-index:after {
    content: "";
    display: block;
    width: 40px;
    top: 50%;
    left: -53px;
    position: absolute;
    border-top: 1px dashed #929592;
}

.line-marker-index {
    margin: 0 auto 6px;
    width: 28px;
    height: 28px;
    text-align: center;
    border-radius: 100%;
    border: 1px solid #ff544c;
    font-size: 18px;
    font-weight: 700;
    color: #ff544c;
    background: #fff;
}

.line-marker-item.active .line-marker-index {
    color: #fff;
    background: #ff544c;
}

.footer-wrap {
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    background: #fff;
    z-index: 9999;
    transform: translateY(0);
    transition: transform .25s;
}

.footer-wrap.line-selected {
    transform: translateY(200%);
}

body.device-iphone-x .footer-wrap {
    bottom: 30px;
}

body.device-iphone-x .footer-wrap::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -30px;
    left: 0;
    height: 30px;
    width: 100%;
    background: #fff;
    z-index: 999;
}

.navbar-wrap {
    width: 100%;
    height: 49px;
    background: #fff;
    overflow: hidden;
}

.navbar-wrap.help-status {
    background: #888;
}

.navbar-wrap.help-status .nav-icon {
    opacity: 0.38;
}

.navbar-wrap.help-status .nav-text {
    color: #666;
}

.navbar-left {
    padding-right: 55px;
    width: 100%;
    height: 100%;
}

.btn-toggle-box {
    top: 0;
    right: 0;
    width: 55px;
    height: 49px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 0px 6px 2px;
    z-index: 9;
}

.btn-toggle {
    width: 55px;
    height: 49px;
    background: url(../images/icon-triangle-t.png) no-repeat center;
    background-size: 15px 7.5px;
    transform: rotate(0deg);
    transition: transform 0.3s;
}

.footer-wrap.open .btn-toggle {
    transform: rotate(180deg);
}

.list-wrap {
    height: 0;
    transition: height 0.3s;
}

.footer-wrap.open.amap .list-wrap {
    height: 308px;
}

.footer-wrap.open .list-wrap {
    height: 68%;
    height: 68vh;
    background: #fff;
}

.nav-swiper {
    width: 100%;
    height: 49px;
    overflow: hidden;
}

.nav-swiper .swiper-slide {
    padding: 4px 12px;
    width: auto;
    height: 49px;
}

.nav-swiper .swiper-slide:first-child {
    padding-left: 18px;
}

.nav-icon {
    margin: 0 auto;
    width: 24px;
    height: 24px;
}

.icon-marker {
    width: 24px;
    height: 24px;
    bottom: 0;
}

.nav-text {
    margin-top: 2.5px;
    font-size: 12px;
    text-align: center;
    line-height: 1;
}

.icon-show {
    display: none;
}

.btn-icon.show .icon-show {
    display: block;
}

.icon-default {
    display: block;
}

.btn-icon.show .icon-default {
    display: none;
}

.btn-icon {
    color: #808281;
}

.btn-icon.show {
    color: #333;
}

.list-swiper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.list-search {
    padding: 0 15px;
    width: 100%;
    height: 48px;
    line-height: 48px;
    font-size: 14px;
    background: #fff;
    border-bottom: solid 1px #eee;
}

.input-wrap {
    padding: 0 10px;
    background: #eee;
    height: 36px;
    border-radius: 36px;
}

.input-wrap img {
    width: 16px;
    height: 16px;
    z-index: 10;
}

.input-wrap input {
    padding: 0 0 0 6px;
    width: 100%;
    height: 26px;
    line-height: 26px;
    border: none;
    outline: none;
    background: transparent;
}

.no-marker-tip {
    text-align: center;
    font-size: 12px;
    line-height: 28px;
    color: #999;
}

.list-item + .list-item {
    border-top: 1px solid #eee;
}

.list-swiper .swiper-wrapper {
    width: 100%;
    height: 100%;
}

.list-swiper .swiper-slide {
    display: none;
    padding: 0 15px;
}

.list-swiper .swiper-slide .list-item {
    position: relative;
    padding: 7.5px 20px 7.5px 0;
    min-height: 45px;
}

.list-swiper .swiper-slide .list-item.hide {
    display: none;
}

.no-data {
    padding: 18px 0;
    text-align: center;
    opacity: 0.58;
}

.list-swiper .swiper-slide .list-item.selected {
    padding-right: 26px;
    background: url(../images/icon-selected.png) center right no-repeat;
    background-size: 18px 18px;
}

.list-swiper .swiper-slide .list-item .list-icon {
    margin-right: 7.5px;
    width: 18px;
    height: 18px;
}

.list-icon.has-voice.playing > .icon-playing,
.list-icon.has-voice > .icon-has-voice {
    display: block;
}

.list-icon.has-voice.playing > .icon-has-voice,
.list-icon.has-voice > .icon-playing {
    display: none;
}

.list-swiper .swiper-slide .list-item .list-text {

}

.list-swiper .swiper-slide .list-item .list-icon img {
    width: 100%;
    height: 100%;
}

.list-block {
    position: relative;
    padding: 28px 15px 0;
    margin: 0 -15px;
}

.list-block > .list-category {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 28px;
    line-height: 28px;
    padding: 0 15px;
    background: #f6f6f6;
    color: #808281;
    white-space: pre;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    z-index: 99;
}

.cover-wrap {
    position: relative;
    overflow: hidden;
    background: #ececec;
}

.cover-wrap > img {
    position: relative;
    width: 100%;
    height: 100%;
}

.nav-swiper .swiper-wrapper {
    width: 10000px;
    height: 49px;
    white-space: nowrap;
}

.nav-swiper .swiper-slide {
    position: relative;
    display: inline-block;
    width: auto;
    height: 49px;
    line-height: 49px;
    text-align: center;
}

.help-wrap {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.7);
    color: #fff;
    overflow: hidden;
    z-index: 1005;
}

.help-title {
    padding: 18px;
    line-height: 38px;
    font-size: 20px;
    font-weight: 700;
}

.btn-item.help-status {
    /*opacity: .38;*/
    background: #888;
    box-shadow: none;
}

.btn-item-icon {
    width: 38px;
    height: 38px;
    border-radius: 100%;
}

.help-step-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.help-step-wrap.help-step-1 .help-step:nth-child(1),
.help-step-wrap.help-step-2 .help-step:nth-child(2),
.help-step-wrap.help-step-3 .help-step:nth-child(3),
.help-step-wrap.help-step-4 .help-step:nth-child(4),
.help-step-wrap.help-step-5 .help-step:nth-child(5),
.help-step-wrap.help-step-6 .help-step:nth-child(6),
.help-step-wrap.help-step-7 .help-step:nth-child(7),
.help-step-wrap.help-step-8 .help-step:nth-child(8),
.help-step-wrap.help-step-9 .help-step:nth-child(9) {
    display: block;
}

.help-step {
    display: none;
    top: 0;
    left: 0;
    padding: 0 68px;
    width: 100%;
    height: 100%;
}

.help-step:nth-child(1),
.help-step:last-child {
    top: 50%;
    left: 50%;
    height: auto;
    transform: translate(-50%, -50%);
}

.help-tip {
    line-height: 1.6;
}

.help-btns {
    margin-top: 18px;
    margin-bottom: 10px;
    justify-content: space-between;
}

.help-btn {
    width: 42%;
    line-height: 34px;
    text-align: center;
    border: 1px solid #eee;
}

.help-btn.btn-next {
    background: #ff544c;
}

.help-hand {
    display: block;
    margin: 0 auto 18px;
    width: 77px;
}

.help-avatar {
    display: block;
    margin: 0 auto 18px;
    width: 88px;
    border-radius: 6px;
}

.help-line {
    top: 0;
    right: 39px;
    width: calc(50% - 36px);
    height: 66px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
}

.help-step.help-left .help-line {
    right: unset;
    left: 39px;
    border-left: none;
    border-right: 2px solid #fff;
}

.help-step.help-bottom .help-line {
    top: auto;
    border-top: none;
    border-bottom: 2px solid #fff;
}

.help-step-wrap.help-step-2 .help-step:nth-child(2) .help-line {
    top: 35px;
}

.help-step-wrap.help-step-3 .help-step:nth-child(3) .help-line {
    top: 142px;
}

.help-step-wrap.help-step-4 .help-step:nth-child(4) .help-line {
    top: 195px;
}

.help-step-wrap.help-step-5 .help-step:nth-child(5) .help-line {
    top: 248px;
}

.help-step-wrap.help-step-6 .help-step:nth-child(6) .help-line {
    top: 301px;
}

.help-step-wrap.help-step-6 .help-step.help-bottom:nth-child(6) .help-line {
    top: 238px;
}

.help-content {
    top: 100%;
    left: 0;
    width: calc(200% - 58px);
    border-top: 2px solid #fff;
    transform: translateX(-50%);
}

.help-step.help-left .help-content {
    left: unset;
    right: 0;
    transform: translateX(50%);
}

.help-step.help-bottom .help-content  {
    top: unset;
    bottom: 100%;
    border-top: none;
    border-bottom: 2px solid #fff;
}

.help-content .help-tip {
    margin-top: 10px;
}

.help-tip.help-ps {
    color: #ff0;
}

@media (min-width: 970px) {
    
    .content-wrap {
        top: 16%;
        left: 50%;
        right: unset;
        bottom: 16%;
        margin-left: -290px;
        width: 580px;
    }

    .phone-wrap .content-wrap,
    .voice-wrap .content-wrap,
    .line-wrap .content-wrap {
        left: 50%;
        right: auto;
        margin-top: -190px;
        height: 380px;
    }

    .line-detail-wrap .content-wrap {
        left: 0;
        margin: 0;
        width: 100%;
    }

    .introduce-wrap.unfold {
        top: 18px;
    }

    .introduce-wrap {
        left: 50%;
        right: unset;
        bottom: 68px;
        margin-left: -290px;
        width: 580px;
        border-radius: 6px;
    }

    .help-line {
        width: 151.5px;
    }

    .help-step:nth-child(1),
    .help-step:last-child {
        left: 50%;
        padding: 0;
        width: 241px;
        transform: translate(-50%, -50%);
    }
}

.loading {
    padding: 6px;
    width: 100%;
    height: 100%;
}

.loading-bar {
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    background-color: transparent;
    border: 2px solid #808281;
    border-bottom-color: transparent;
    background: transparent !important;
    -webkit-animation: loading 0.75s 0s linear infinite; 
    animation: loading 0.75s 0s linear infinite; 
}

.data-empty {
    opacity: 0.58;
}

@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    }
}

.s-popup .leaflet-popup-content-wrapper,
.min-popup .leaflet-popup-content-wrapper {
    padding: 0;
    overflow: hidden;
}

.s-popup .leaflet-popup-content {
    position: relative;
    width: 280px;
    height: 160px;
    padding: 0;
    margin: 0;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0 0.02rem 0.05rem 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.02rem 0.05rem 0 rgba(0, 0, 0, 0.1);
}

.s-popup a.leaflet-popup-close-button {
    position: absolute;
    padding: 0;
    top: 0;
    right: 0;
    width: 38px;
    height: 38px;
    line-height: 38px;
    z-index: 1;
    text-align: center;
    color: transparent;
    font-size: 20px;
    background: url(../images/icon-close.png) no-repeat center;
    background-size: 13px;
}

.btn-gohere-s {
    position: absolute;
    top: 0;
    right: 38px;
    width: 38px;
    height: 38px;
    background: url(../images/icon-gohere.png) no-repeat center;
    background-size: 16px;
}

.leaflet-container .s-popup a.leaflet-popup-close-button:hover {
    color: transparent;
}

.s-popup .info-name {
    padding: 0 38px 0 10px;
    height: 38px;
    line-height: 38px;
    border-bottom: solid 1px #e8e8e8;
    background: #f9f9f9;
}

.s-popup .info-wrap {
    padding: 10px;
}

.s-popup .info-cover-wrap {
    width: 102px;
    height: 102px;
    background: #f9f9f9;
}

.s-popup .info-right-wrap {
    padding-left: 108px;
    width: 100%;
    height: 102px;
}

.s-popup .marker-cover {
    width: 102px;
    height: 102px;
    z-index: 99;
}

.s-popup .marker-video {
    top: 0;
    left: 0;
    width: 102px;
    height: 102px;
    z-index: 199;
    background: url(../images/icon-audio-play-5.png) no-repeat center;
    background-size: 38px;
}

.s-popup .info-btn-wrap {
    width: 100%;
    height: 42px;
}

.info-brief {
    height: 60px;
}

.btn-info-item {
    display: inline-block;
    width: 72px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border-radius: 6px;
    background: #333;
    color: #fff;
}

.btn-info-icon {
    margin: 3px auto 4px;
}

.btn-info-text {
    font-size: 12px;
    line-height: 1;
}

.btn-info-item + .btn-info-item {
    margin-left: 5px;
}

.btn-audio-ctrl {
    width: 18px;
    height: 18px;
    background: url(../images/icon-audio-play-3.png) no-repeat center;
    background-size: 18px;
}

.btn-play.pause .btn-audio-ctrl {
    background: url(../images/icon-audio-pause-3.png) no-repeat center;
    background-size: 16px;
}

.btn-play.playing .btn-audio-ctrl {
    background: url(../images/music.gif) no-repeat center;
    background-size: 16px;
}

.btn-detail-ctrl {
    width: 18px;
    height: 18px;
    background: url(../images/icon-detail.png) no-repeat center;
    background-size: 17px;
}

.btn-go-ctrl {
    width: 18px;
    height: 18px;
    background: url(../images/icon-go2.png) no-repeat center;
    background-size: 17px;
}

.min-popup .leaflet-popup-content {
    position: relative;
    width: 186px;
    height: 60px;
    padding: 0;
    margin: 0;
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0 0.02rem 0.05rem 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.02rem 0.05rem 0 rgba(0, 0, 0, 0.1);
}

.min-popup a.leaflet-popup-close-button {
    display: none;
}

.min-popup .info-wrap {
}

.min-popup .info-cover-wrap {
    width: 60px;
    height: 60px;
    background: #f9f9f9;
}

.min-popup .marker-cover {
    width: 60px;
    height: 60px;
    z-index: 99;
}

.min-popup .marker-video {
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    z-index: 199;
    background: url(../images/icon-audio-play-5.png) no-repeat center;
    background-size: 38px;
}

.min-popup .info-name {
    padding: 0 5px;
}

.min-popup .btn-min-gohere {
    width: 38px;
    height: 60px;
    background: #f9f9f9 url(../images/icon-go.png) no-repeat center;
    background-size: 20px;
    z-index: 99;
    opacity: 0.8;
}

.leaflet-marker-icon.no-voice .marker-icon {
    width: 24px;
    height: 24px;
    background: url(../images/icon-map-scenic.png) no-repeat center;
    background-size: 24px;
}

.leaflet-marker-icon.has-voice .marker-icon {
    width: 24px;
    height: 24px;
    background: url(../images/icon-map-scenic-video.png) no-repeat center;
    background-size: 24px;
}

.leaflet-marker-icon.cluster-marker .marker-icon {
    width: 50px;
    height: 24px;
    background: url(../images/icon-map-scenic-video-cluster.png) no-repeat center;
    background-size: 24px;
}

.leaflet-marker-icon.cluster-marker.hide {
    display: none;
}

.leaflet-marker-icon.playing .marker-icon {
    width: 50px;
    height: 24px;
    background: url(../images/scenic-playing-2.gif) no-repeat center;
    background-size: 50px 24px;
}

.leaflet-marker-icon.cluster-marker.playing .marker-icon {
    width: 50px;
    height: 24px;
    background: url(../images/scenic-playing-cluster-2.gif) no-repeat center;
    background-size: 50px 24px;
}

.marker-label {
    top: -26px;
    left: 50%;
    padding: 3px;
    line-height: 1;
    transform: translate(-50%, 0);
    font-size: 12px;
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.8);
    color: #333;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 0px 6px 2px;
    border: 1px solid #ffffff;
}

.marker-label::after {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    width: 2px;
    height: 8px;
    background: #fff;
    transform: translateX(-50%);
    overflow: hidden;
}

.marker-icon {
    top: 0;
    left: 50%;
    width: 24px;
    height: 24px;
    transform: translateX(-50%);
}

.marker-num {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    text-align: center;
    color: #fff;
    z-index: 99;
}

.video-wrap {
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #333;
    z-index: 99999998;
}

.video-wrap>div{
    width: 100%;
    height: 100%;
}

.video-title {
    top: 0;
    left: 0;
    padding: 0 49px;
    width: 100%;
    height: 49px;
    z-index: 999;
    color: #fff;
    text-align: center;
    font-size: 16px;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
}

.video-close {
    top: 0;
    right: 0;
    width: 49px;
    height: 49px;
    background: url(../images/icon-close-2.png) no-repeat center;
    background-size: 13px;
    z-index: 9999;
}

.video-content {
    position: relative;
    width: 100%;
    height: 100%;
}

.video-content video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*amap 样式补充*/
.amap-popup a.leaflet-popup-close-button {
    display: none;
}
.amap-popup .leaflet-popup-content-wrapper {
    border-radius: 0;
}
.amap-popup .leaflet-popup-content {
    margin: 0;
    padding: 10px 10px 0 10px;
}
.amap-popup .info-cover {
    width: 200px;
    height: 120px;
}
.amap-popup .cover-wrap .loading {
    display: none;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    width: 80px;
    height: 80px;
}
.amap-popup .cover-wrap.m-vertical > img {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: auto;
    transform: translateY(-50%);
}
.amap-popup .info-cont {
    padding: 8px 0;
    width: 200px;
}
.amap-popup .info-bottom {
    display: -webkit-flex;
    display: flex;
    margin: 0 -10px;
    align-items: center;
    border-top: 1px solid #eee;
}
.amap-popup .info-item {
    margin: 8px 0;
    flex: 1;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
}
.amap-popup .info-item + .info-item {
    border-left: 1px solid #eee;
}

.amap-audio-wrap.open {
    transform: translateX(0);
}
.amap-audio-wrap {
    display: -webkit-flex;
    display: flex;
    padding: 5px 15px;
    top: 0;
    left: 0;
    width: 100%;
    align-items: center;
    background: rgba(49, 158, 240, 0.6);
    color: #fff;
    transform: translateX(-100%);
    transition: transform 0.3s;
    z-index: 1010;
}
.amap-audio-wrap .btn-audio-ctrl {
    display: none;
}
.amap-audio-wrap .words {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.amap-audio-wrap .audio-info {
    padding-left: 8px;
    padding-right: 2.5px;
    font-size: 12px;
    flex: 1;
}
.amap-audio-wrap .audio-info-wrap {
    display: -webkit-flex;
    display: flex;
    padding-bottom: 15px;
    flex: 1;
    overflow: unset;
}
.amap-audio-wrap .audio-tip-wrap {
    flex: 1;
}
.amap-audio-wrap .progress-wrap {
    margin-bottom: 2.5px;
    bottom: 0;
    width: 100%;
    height: 5px;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.6);
}
.amap-audio-wrap .progress-bar {
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    transition: width 0.1s;
    border-radius: 5px;
    background: #fff;
}
.amap-audio-wrap .progress-bar:after {
    content: "";
    display: block;
    position: absolute;
    top: -2.5px;
    right: -2.5px;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 10px;
}
.amap-audio-wrap .btn-close {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    background: #227abc url(../images/icon-close-2.png) no-repeat center;
    border-radius: 100%;
    background-size: 9px;
    opacity: 0.88;
    cursor: pointer;
}
.scaleUpDown {
  animation: scaleUpDown 36s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
  animation-iteration-count: infinite;
  animation-delay: 2s;
}
@keyframes scaleUpDown {
  0% { transform: scale(1); }
  12.5% { transform: scale(1.2); }
  25% { transform: scale(1.2); }
  37.5% { transform: scale(1.2) translateX(5%); }
  50% { transform: scale(1.2) translateX(5%); }
  62.5% { transform: scale(1.2) translateX(0); }
  75% { transform: scale(1.2) translateX(0); }
  87.5% { transform: scale(1); }
  100% { transform: scale(1); }
}