/*reset*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,
address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,
var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
    margin: 0;
    padding: 0;
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html,body {
    font-family: -apple-system-font,Helvetica Neue,Helvetica,sans-serif;
    color: #333;
    font: 14px/1.5 -apple-system-font,Helvetica Neue,Helvetica,sans-serif;
    overflow-x: hidden;
}
body{
    font: 14px/1.5 -apple-system-font,Helvetica Neue,Helvetica,sans-serif;
    color: #333;
    overflow: hidden;
}
h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block;
    box-sizing: border-box;
}

input,textarea{
    margin: 0;
    padding: 0;
    outline: 0;
    -webkit-appearance: none;
    border-radius: 0;
    font-family: -apple-system-font;
    box-sizing: border-box;
}

a,a:link,a:visited,a:hover,a:active {
    text-decoration: none;
    color: #333;
    -webkit-tap-highlight-color: transparent;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

ol,ul {
    list-style: none;
}

hr {
    margin: 0;
    padding: 0;
    border: 0;
    color: #000;
    background-color: #000;
    height: 1px
}

em,span,i {
    font-style: normal;
}

body {
    background: #f6f5f5;
}

body.home-body {
    background: #fff;
}

* {
    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;
}

::-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;
}

.swiper-slide {
    display: block;
}

.cursor-pointer {
    cursor: pointer;
}

/*公共部分*/
.pa {
    position: absolute;
}

.pr {
    position: relative;
}

.pf {
    position: fixed;
}

.tr {
    text-align: right;
}

.tc {
    text-align: center;
}

.strong {
    font-weight: 700;
}

.block {
    display: block;
}

/*主色调*/
.m-c {
    color: #009944!important;
}

.m-bg {
    background-color: #009944!important;
}

.m-pale-c {
    color: #808281!important;
}

.m-price {
    color: #d60808;
}

.m-bg-wrap {
    background-color: #fff;
}

/*提示*/
.h-tip {
    padding: 5px 15px;
    margin: 0 -15px;
    color: #d60808;
    background: #eee;
}

/*列表页下边框*/
/*.list-item + .list-item {*/
/*    border-top: 1px solid #eee;*/
/*}*/

.border-bottom {
    border-bottom: 1px solid #eee;
}

/*封面图*/
.cover-wrap {
    position: relative;
    overflow: hidden;
    background: #ececec;
}
.cover-wrap > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.cover-wrap.m-vertical > img {
    position: absolute;
    top: 50%;
    height: auto;
    transform: translateY(-50%);
}

.cover-wrap .voide-ctrl {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/icon-audio-play-5.png) no-repeat center;
    background-size: 56px;
}

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

.cover-wrap.no-img > img,
.cover-wrap.no-img.m-vertical > img {
    position: absolute;
    top: 10%;
    left: 50%;
    width: auto;
    height: 80%;
    transform: translateX(-50%) translateY(0);
}

/*输入框透明*/
.inp-unset {
    width: 100%;
    background: transparent;
    outline: none;
    border: 0;
    line-height: 1;
}

/*弹性盒子*/
.flex-box {
    display: -webkit-flex;
    display: flex;
    align-items: center;
}
.flex-box>.flex-left,
.flex-box>.flex-right {
    flex-shrink: 0;
}
.flex-box>.flex-center {
    flex: 1;
}

/*弹性盒子左侧flex为1*/
.flex-box-left {
    display: -webkit-flex;
    display: flex;
    align-items: center;
}
.flex-box-left>.flex-left {
    flex: 1;
}
.flex-box-left>.flex-right {
    flex-shrink: 0;
    padding-left: 5px;
}

/*弹性盒子右侧flex为1*/
.flex-box-right {
    display: -webkit-flex;
    display: flex;
    align-items: center;
}
.flex-box-right>.flex-left {
    flex-shrink: 0;
    /*padding-right: 5px;*/
}
.flex-box-right>.flex-right {
    flex: 1;
}
.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;
}
/*头像*/
.h-avatar {
    display: inline-block;
    margin-right: 5px;
    width: 24px;
    height: 24px;
    overflow: hidden;
    border-radius: 100%;
    vertical-align: middle;
}

.h-avatar img {
    width: 100%;
    height: 100%;
}

/*单行文本省略号*/
.words {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/*多行文本省略号*/
.words2 {
    display: -webkit-box;
    display: box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.words2.open {
    -webkit-line-clamp: unset;
}
.words3 {
    display: -webkit-box;
    display: box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
        
body {
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.map-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*padding: 0 0 49px 0;*/
    overflow: hidden;
}

/*body.device-iphone-x .map-wrap {*/
/*    padding: 0 0 79px 0;*/
/*}*/

#container {
    width: 100%;
    height: 100%;
}

.header-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    background: #fff;
    z-index: 200;
}

body.device-iphone-x .amap-touch-toolbar .amap-zoomcontrol {
    bottom: -16px;
}

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

.navbar-left {
    width: 100%;
    height: 100%;
}

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

.nav-swiper {
    width: 100%;
    height: 39px;
}

.nav-swiper .swiper-slide {
    padding: 4px 18px;
    width: auto;
    height: 39px;
}

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

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

.nav-text {
    padding: 8px 0px;
    font-size: 14px;
    text-align: center;
    line-height: 1;
    white-space: nowrap;
    word-break: keep-all;
}

.icon-show {
    display: none;
}

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

.list-btn-play,
.list-btn-go {
    margin-left: 15px;
    font-size: 9px;
    color: #999;
    text-align: center;
    line-height: 1;
}

.icon-default {
    display: block;
}

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

.btn-icon {
    position: relative;
    color: #333;
    cursor: pointer;
}

.btn-icon.show::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg,#6ad149,#25ba4a);
    border-radius: 2px;
}

.icon-btn-go {
    margin: 0 auto 6px;
    width: 24px;
    height: 24px;
    background: url(../images/icon-go2.png) center no-repeat;
    background-size: 100%;
}

.icon-btn-play {
    margin: 0 auto 6px;
    width: 24px;
    height: 24px;
    background: url(../images/icon-play2.png) center no-repeat;
    background-size: 100%;
}

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

.btn-more-wrap {
    width: 38px;
    height: 38px;
    border-radius: 38px;
    box-shadow: rgb(0 0 0 / 16%) 0px 0px 6px 2px;
    transition: width 0.25s;
}
.btn-more {
    display: block;
    top: 0;
    right: 0;
    width: 38px;
    height: 38px;
    border-radius: 38px;
    cursor: pointer;
    background: #fff url(../images/icon-more.png) no-repeat center;
    background-size: 125%;
    transition: transform .25s;
    z-index: 99;
}
.btn-more-wrap.open:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -12.5px;
    right: 11.5px;
    width: 0;
    height: 0;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
}
.btn-more-wrap.open .btn-more {
    background: #fff url(../images/icon-more-open.png) no-repeat center;
    background-size: 125%;
    transform: rotate(45deg);
}
.weather-local {
    top: 0;
    right: 0;
    width: 38px;
    height: 100%;
    color: #fff;
    overflow: hidden;
    transition: width 0.25s;
    border-radius: 38px;
    background: rgb(167, 215, 252);
}
.btn-more-wrap.show,
.btn-more-wrap.show .weather-local {
    width: 135px;
}
.weather-local .icon-weather {
    margin: 0 5px 0 8px;
    font-size: 27px;
}
.weather-local .weather-tempare {
    margin: 0;
    color: #fff;
    font-size: 16px;
}
.more-wrap {
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: rgba(25,25,25,.5);
    z-index: 9999;
}
.more-panel {
    top: 115px;
    left: 18px;
    right: 18px;
    padding: 0 30px;
    border-radius: 15px 0 15px 15px;
    background-color: #fff;
}
.more-block + .more-block {
    border-top: 1px dashed #d8d8d8;
}
.more-local {
    padding-top: 20px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
}
.more-weather {
    width: 100%;
    height: 80px;
    justify-content: space-around;
}
.icon-weather {
    margin-right: 5px;
    font-size: 33px;
}
.weather-day {
    font-weight: 600;
    text-align: center;
}
.weather-tempare {
    margin-left: 5px;
    color: #666;
    text-align: center;
}
.more-tools {
    height: 120px;
    justify-content: space-around;
    text-align: center;
}
.more-btn {
    padding: 8px;
    margin: 0 auto 8px;
    width: 48px;
    height: 48px;
    background: #f3f3f3;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 50%;
}
.more-text {
    font-size: 12px;
    line-height: 1;
}
.more-btn>img {
    width: 100%;
    height: 100%;
}

.tool-open,
.more-btn.close .tool-close {
    display: block;
}
.tool-close,
.more-btn.close .tool-open {
    display: none;
}
.voice-item {
    height: 65px;
}
.voice-avatar {
    margin-right: 9px;
    width: 30px;
    height: 30px;
}
.voice-avatar > img {
    display: block;
    width: 100%;
    height: 100%;
}
.voice-name {
    font-size: 15px;
    line-height: 1.5;
}
.voice-select {
    position: relative;
    width: 60px;
    height: 24px;
    line-height: 24px;
    border-radius: 12px;
    border: 1px solid #0c9;
    color: #0c9;
    position: relative;
    font-size: 11px;
    text-align: center;
    text-indent: 10px;
    visibility: hidden;
}
.voice-select::before {
    content: "";
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    background-color: #0c9;
    border-radius: 50%;
}
.voice-item.selected .voice-select {
    visibility: visible;
}
.copyright-text {
    padding: 15px 0;
    color: #999;
    font-size: 11px;
    font-weight: 400;
    text-align: center;
}
.line-item {
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

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

.scenic-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}

.scenic-wrap::-webkit-scrollbar {
    display: none;
}

#audio {
    width: 0;
    height: 0;
    opacity: 0;
}

.left-bottom-wrap {
    left: 15px;
    bottom: 15px;
}

body.device-iphone-x .left-bottom-wrap {
    bottom: 45px;
}

.left-top-wrap {
    top: 65px;
    left: 15px;
}

.right-top-wrap {
    top: 65px;
    right: 15px;
    z-index: 999999;
}

.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;
    /*opacity: 0.8;*/
    z-index: 99;
    border-radius: 100%;
    cursor: pointer;
}

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

.btn-local {
    background: #fff 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-back {
    background: #fff url(../images/icon-back.png) no-repeat center;
    background-size: 10px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 0px 6px 2px;
}

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


.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-introduce {
    background: #fff url(../images/icon-introduce.png) no-repeat center;
    background-size: 22px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 0px 6px 2px;
}

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

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

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

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

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

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

.voice-wrap .layui-m-layercont,
.line-wrap .layui-m-layercont,
.quality-wrap .layui-m-layercont {
    padding: 15px 30px;
}

.voice-wrap .voice-item,
.line-wrap .line-item,
.quality-wrap .quality-item {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    height: 49px;
    cursor: pointer;
}

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

.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%;
}

.detail-close {
    top: 7px;
    right: 10px;
    width: 20px;
    height: 20px;
    background: url(../images/icon-close-3.png) no-repeat center;
    background-size: 100%;
}

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

.btn-audio.hide,
.btn-indoor.hide {
    display: none;
}
.btn-indoor::after,
.btn-audio::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
    width: 1px;
    height: 20px;
    background-color: #e5e5ee;
}
.icon-audio {
    margin-right: 10px;
    width: 24px;
    height: 24px;
    background: url(../images/icon-play3.png) no-repeat center;
    background-size: 100%;
}

.btn-audio.playing .icon-audio {
    background: url(../images/icon-pause3.png) no-repeat center;
    background-size: 100%;
}

.btn-audio.waiting .icon-audio {
    background: url(../images/waiting.gif) no-repeat center;
    background-size: 100%;
    background-color: #5474f2;
    border-radius: 100%;
}
.icon-indoor {
    margin-right: 10px;
    width: 24px;
    height: 24px;
    background: url(../images/icon-indoor.png) no-repeat center;
    background-size: 100%;
}
.no-goods {
    opacity: 0.58;
}

.copyright {
    position: absolute;
    left: 15px;
    bottom: 15px;
    margin: 10px 0 -6px;
    line-height: 1;
}

.copyright,
.copyright a {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    font-size: 12px;
}

.copyright a>img {
    margin-right: 5px;
    width: auto;
    height: 12px;
    vertical-align: middle;
}

.icon-local {
    display: inline-block;
    margin-right: 10px;
    width: 17px;
    height: 17px;
    background: url(../images/icon-address2.png) no-repeat center;
    background-size: 17px;
}
.content-list {
    padding: 0 15px;
    will-change: auto;
}
.content-item {
    display: none;
}
.content-top {
    padding: 12px 15px;
    margin-bottom: 10px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 5%);
}
.scenic-avatar {
    margin-right: 10px;
    width: 48px;
    height: 48px;
    overflow: hidden;
    border-radius: 100%;
}
.scenic-avatar > img {
    width: 100%;
    height: 100%;
}
.scenic-name {
    font-size: 17px;
    font-weight: 600;
}
.scenic-info {
    margin-top: 5px;
    font-size: 12px;
    color: #999;
    line-height: 1;
}
.scenic-address,
.scenic-opening {
    margin-top: 8px;
    font-size: 12px;
    color: #999;
    line-height: 1;
}
.scenic-phone {
    margin-left: 8px;
    margin-right: 8px;
    font-size: 12px;
    color: #999!important;
    line-height: 1;
}

.marker-list {
    padding: 0 15px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 5%);
}

.marker-list .list-item {
    height: 66px;
}

.marker-list .cover-wrap {
    margin-right: 10px;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: #fafafa url(../images/waiting.gif) no-repeat center;
    background-size: 100%;
}
.marker-list .h-list-title {
    font-size: 15px;
}
.scenic-distance,
.marker-list .h-list-distance {
    margin-top: 5px;
    font-size: 12px;
    color: #999;
    line-height: 1;
}
.scenic-detail-wrap {
    display: none;
    padding: 0 15px;
}
.detail-top {
    margin-bottom: 10px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 5%);
    overflow: hidden;
}

.ztoo-marker {
    width: 24px;
    height: 24px;
    z-index: 9;
}

.ztoo-marker-div {
    top: -18px;
    left: 0;
    width: 24px;
    height: 24px;
    z-index: 9;
}

.ztoo-marker-div::after {
    content: '';
    display: block;
    position: absolute;
    top: 22px;
    left: 50%;
    margin-left: -6px;
    width: 0;
    height: 0;
    border-width: 6px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}

.ztoo-marker-img {
    width: 100%;
    height: 100%;
    z-index: 9;
    border-radius: 100%;
    border: 2px solid #fff;
    overflow: hidden;
    background: #f8f8f8 url(../images/waiting.gif) no-repeat center;
    background-size: 80%;
}

.ztoo-marker-icon {
    width: 100%;
    height: 100%;
    z-index: 9;
    border-radius: 100%;
}

.ztoo-marker.selected .ztoo-marker-div {
    top: -42px;
    left: -12px;
    width: 48px;
    height: 48px;
}

.ztoo-marker.selected .ztoo-marker-div::after {
    top: 46px;
}

.ztoo-marker.selected .ztoo-marker-img {
    border: 3px solid #fff;
}

.ztoo-marker.playing .ztoo-marker-img {
    background: #ff544c;
}

.ztoo-marker-play {
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    background: rgb(0 0 0 / 25%);
}

.ztoo-marker.playing .ztoo-marker-play {
    display: block;
}

.ztoo-marker-play>img {
    top: 50%;
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    width: 20px;
    height: 20px;
}

.ztoo-label {
    position: absolute;
    top: 14px;
    left: -50%;
    padding: 3px 6px;
    margin-left: 24px;
    z-index: 2;
    white-space: nowrap;
    cursor: default;
    background: #fff;
    color: #333;
    border-radius: 9px;
    font-size: 12px;
    line-height: 1;
    transform: translateX(-50%);
}

.ztoo-label.hide {
    display: none;
}

.btn-audio-ctrl {
    display: none;
}

.audio-info {
    padding-left: 8px;
}
.marker-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 10px;
    overflow: hidden;
    background: #f8f8f8 url(../images/waiting.gif) no-repeat center;
    background-size: 80%;
}
.marker-img>img {
    width: 100%;
    height: 100%;
}
.marker-title {
    font-size: 17px;
    font-weight: 600;
}
.detail-btn {
    width: 100%;
    line-height: 48px;
    background: linear-gradient(225deg,#f3f3f3,#fafafa);
}
.detail-bottom {
    margin-bottom: 10px;
    padding: 20px 25px;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 5%);
}
.detail-desc {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}
.detail-scnice-content {
    font-size: 14px;
    font-weight: 400;
    line-height: 2;
    text-indent: 30px;
}
.detail-more {
    margin: 10px auto 0;
    width: 80px;
    height: 24px;
    line-height: 24px;
    border-radius: 12px;
    border: 1px solid #0c9;
    color: #0c9;
    position: relative;
    font-size: 14px;
    text-align: center;
}
.marker-audio {
    margin-top: 10px;
    color: #999;
    font-size: 9px;
}
.marker-audio.hide {
    display: none;
}
.audio-wrap {
    margin: 0 12px;
    width: 100%;
    height: 3px;
    background: #f4f4f4;
    border-radius: 2px;
}

.audio-bar {
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    border-radius: 2px;
    background: rgb(0, 204, 153);
    transition: width .25s;
}

.audio-item {
    top: 50%;
    right: 0;
    margin-left: -5px;
    margin-top: -5px;
    width: 10px;
    height: 10px;
    background: rgb(0, 204, 153);
    border-radius: 10px;
    box-shadow: 0 0 4px rgb(0 0 0 / 20%);
}

.introduce-wrap {
    top: 150%;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: #2a2d3b;
    color: #fff;
    overflow: hidden;
    transition: top 0.25s;
}

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

.introduce-info-block {
    margin-top: 24px;
    color: #cfcfcf;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.8;
}
.introduce-info-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 6px;
}
.introduce-info-a {
    padding-right: 10px;
    color: #ffd98c!important;
}
.icon-scenic-go {
    margin-right: 5px;
    width: 16px;
    height: 16px;
    background: url(../images/icon-go4.png) no-repeat center;
    background-size: 100%;
}
.introduce-cover-wrap {
    margin-right: 10px;
    width: 88px;
}
.introduce-tag {
    display: inline-block;
    padding: 4px 10px;
    margin: 6px 10px 0 0;
    color: #ffd98c;
    font-size: 10px;
    background-color: #22242f;
    border-radius: 5px;
}
.scenic-go {
    bottom: 0;
    right: 0;
    width: 80px;
    height: 35px;
    background-color: #fff;
    color: #2a2d3b;
    font-size: 14px;
    font-weight: 600;
    border-radius: 18px;
    border: 3px solid #c1c1c1;
}
#introduceInfo {
    padding: 18px 15px;
}
#introduceContWrap {
    padding: 18px 15px;
    background: #fff;
    border-radius: 15px 15px 0 0;
    z-index: 99999999;
}
.introduce-cont-title {
    margin-bottom: 20px;
    font-size: 17px;
    font-weight: 600;
    color: #000;
}
.introduce-cont {
    font-size: 14px;
    color: #333;
    font-weight: 400;
    line-height: 2.2;
    letter-spacing: 1px;
    text-align: justify;
}
.introduce-voice {
    padding: 0 20px;
    margin-bottom: 15px;
    height: 80px;
    border-radius: 43px;
    background-color: #f7f7f7;
}
.voice-status {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 5%);
}
.voice-title {
    color: #131313;
    font-size: 15px;
    font-weight: 600;
    width: 100%;
}
.voice-progress {
    margin: 13px 0 7px;
    height: 2px;
    background-color: #dfdfdf;
}
.voice-progress .audio-item {
    margin-top: -3px;
    margin-left: -3px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #fff;
}
.voice-time {
    color: #858896;
    font-size: 12px;
    justify-content: space-between;
}
.introduce-cover {
    position: relative;
    left: 0;
    top: 0;
    width: 88px;
    height: 88px;
    background-color: #ececec;
    border-radius: 5px;
    overflow: hidden;
    z-index: 99;
}
.voice-status {
    background: #fff url(../images/icon-voice2.png) no-repeat center;
    background-size: 100%;
}
.introduce-voice.playing .voice-status {
    background-image: url(../images/playing.gif);
    background-size: 100%;
}
.introduce-voice.waiting .voice-status {
    background-image: url(../images/waiting.gif);
    background-size: 100%;
}
.introduce-cover img {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

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

.introduce-title {
    font-size: 20px;
    font-weight: 600;
}

.introduce-close {
    top: 16px;
    right: 16px;
    width: 28px;
    height: 28px;
    background: url(../images/icon-close.png) no-repeat center;
    background-size: 16px;
    z-index: 99;
}
.more-close {
    top: 14px;
    right: 25px;
    width: 28px;
    height: 28px;
    background: url(../images/icon-close.png) no-repeat center;
    background-size: 15px;
    z-index: 99;
}
.icon-address {
    display: inline-block;
    margin-right: 5px;
    width: 20px;
    height: 14px;
    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;
}

.icon-opening {
    display: inline-block;
    margin-right: 5px;
    width: 20px;
    height: 14px;
    background: url(../images/icon-opening.png) no-repeat center;
    background-size: 13px;
}

.icon-phone {
    margin: 0 auto 8px;
    width: 16px;
    height: 16px;
    background: url(../images/icon-phone2.png) no-repeat center;
    background-size: 16px;
}

.introduce-phone {
    color: #ff544c;
}

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

.cluster-marker.playing > img {
    width: 50px;
    height: 24px;
}

    
.detail-wrap {
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.7);
    z-index: 999999;
}

.detail-content {
    top: 5%;
    left: 5%;
    width: 90%;
    height: 90%;
    overflow: hidden;
    background: #fff;
}

.detail-c-title {
    display: -webkit-flex;
    display: flex;
    padding: 0 48px;
    margin: 0;
    width: 100%;
    height: 48px;
    line-height: 48px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: solid 1px #e8e8e8;
    background: #f9f9f9;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
    z-index: 99;
    align-items: center;
    justify-content: center;
}

.icon-close {
    display: block;
    top: 0;
    right: 0;
    width: 48px;
    height: 48px;
    background: url(../images/icon-close.png) no-repeat center;
    background-size: 13px;
    cursor: pointer;
}

.detail-c-cont {
    padding: 64px 15px 15px;
    width: 100%;
    height: 100%;
    word-break: break-all;
    overflow-x: hidden;
    overflow-y: auto;
}

.detail-c-cont img {
    width: 100%;
    height: auto;
}

.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%;
}