
        .header {
            position: relative;
        }

        .map-wrap {
            padding: 49px 0;
            margin-top: -49px;
            width: 100%;
            height: 100%;
            height: 100vh;
            overflow: hidden;
        }

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

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

        .navbar-wrap {
            width: 100%;
            height: 49px;
            background: #fff;
            overflow: hidden;
        }
        
        .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.08) 0px 0px 4px 3px;
            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 .list-wrap {
            height: 280px;
            background: #fff;
        }

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

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

        .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 {
            width: 100%;
            height: 100%;
        }

        .list-swiper .swiper-slide {
            padding: 0 15px;
            overflow-x: hidden;
            overflow-y: auto;
        }

        .list-swiper .swiper-slide>.list-item {
            padding: 7.5px 20px 7.5px 0;
            min-height: 65px;
        }

        .list-swiper .swiper-slide>.list-item .cover-wrap {
            margin-right: 7.5px;
            width: 50px;
            height: 50px;
        }

        .amap-info-content {
            padding: 10px 10px 0 10px;
        }

        .amap-info-close {
            display: none;
        }

        .info-cover {
            width: 200px;
            height: 120px;
        }

        .info-cont {
            padding: 8px 0;
            width: 200px;
        }

        .info-bottom {
            display: -webkit-flex;
            display: flex;
            margin: 0 -10px;
            align-items: center;
            border-top: 1px solid #eee;
        }

        .info-item {
            margin: 8px 0;
            flex: 1;
            text-align: center;
            font-size: 14px;
        }

        .info-item + .info-item {
            border-left: 1px solid #eee;
        }

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

        .audio-wrap {
            display: -webkit-flex;
            display: flex;
            padding: 5px 15px;
            top: 49px;
            left: 0;
            width: 100%;
            align-items: center;
            background: rgba(0, 152, 23, 0.6);
            color: #fff;
            transform: translateX(-100%);
            transition: transform 0.3s;
        }

        .audio-wrap.open {
            transform: translateX(0);
        }

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

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

        .audio-info {
            padding-left: 15px;
            padding-right: 2.5px;
            font-size: 12px;
            flex: 1;
        }

        .audio-info-wrap {
            display: -webkit-flex;
            display: flex;
            padding-bottom: 15px;
            flex: 1;
            overflow: unset;
        }

        .audio-tip-wrap {
            flex: 1;
        }

        .progress-wrap {
            margin-bottom: 2.5px;
            bottom: 0;
            width: 100%;
            height: 5px;
            border-radius: 5px;
            background: rgba(255, 255, 255, 0.6);
        }

        .progress-bar {
            top: 0;
            left: 0;
            height: 100%;
            width: 0;
            transition: width 0.1s;
            border-radius: 5px;
            background: #fff;
        }

        .progress-bar:after {
            content: "";
            display: block;
            position: absolute;
            top: -2.5px;
            right: -2.5px;
            width: 10px;
            height: 10px;
            background: #fff;
            border-radius: 10px;
        }

        .btn-close {
            margin-left: 15px;
            width: 18px;
            height: 18px;
            background: #009944 url(../../images/icon-close-2.png) no-repeat center;
            border-radius: 100%;
            background-size: 9px;
            opacity: 0.88;
        }

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

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

        .right-top-wrap {
            top: 115px;
            right: 15px;
        }

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

        .btn-item {
            display: block;
            width: 38px;
            height: 38px;
            /*opacity: 0.8;*/
            z-index: 99;
            border-radius: 100%;
        }

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

        .btn-local {
            background: #fff url(../../images/icon-local.png) no-repeat center;
            background-size: 28px;
        }

        .btn-local.error,
        .btn-complaint.error,
        .btn-voice.error {
            opacity: 0.2;
        }

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

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

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

        .voice-wrap .voice-item {
            display: -webkit-flex;
            display: flex;
            align-items: center;
            height: 49px;
        }

        .voice-wrap .voice-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-wrap {
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.7);
    z-index: 9999;
}

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

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