html, body {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

body {
    --hoo-main-bg: #FFFCF1;
    --hoo-page-bg: #f5fbf1;
    --hoo-btn-bg: #20B988;
    --hoo-main-c: #119A8E;
    --hoo-c0: #000;
    --hoo-c3: #333;
    --hoo-c6: #666;
    --hoo-c9: #999;
    --hoo-ca: #aaa;
    --hoo-ce: #eee;
    --hoo-cf: #fff;
    --hoo-jb-tb: linear-gradient(0deg, #11998E, #38EF7D);
    --hoo-shadow: 0px 4px 10px 0px rgba(35, 192, 134, 0.35);
}

.page-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 999;
    overflow: hidden;
    transform: translateX(200%);
    transition: transform .2s;
}

.page-wrap.show {
    transform: translateX(0);
}

.page-top {
    width: 100%;
    height: 42px;
    background: var(--hoo-page-bg);
    z-index: 99;
}

.page-wrap.no-top .page-top {
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
}

.page-capsule {
    top: 50%;
    left: 15px;
    width: 40px;
    height: 30px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 14px;
    box-shadow: 0px 0px 0px 1px rgb(0 0 0 / 30%);
    transform: translateY(-50%);
    cursor: pointer;
}
.icon-back {
    width: 30px;
    height: 30px;
    background: url(../images/icon-back-000.png) no-repeat center;
    background-size: 9px;
}
.audio-item + .audio-item {
    margin-left: 56px;
}
.icon-check {
    margin-right: 6px;
    width: 17px;
    height: 17px;
    background: url(../images/icon-radio.png) no-repeat center;
    background-size: 100%;
}
.checked .icon-check {
    background-image: url(../images/icon-radio-checked.png);
}
.page-content {
    width: 100%;
    height: calc(100% - 42px);
    background: var(--hoo-page-bg);
}

.page-body {
    width: 100%;
}

.page-wrap.no-top .page-content {
    height: 100%;
}

.page-wrap.no-top .page-capsule {
    top: 6px;
    transform: translate(0);
    box-shadow: none;
    background: rgba(0, 0, 0, 0.3);
}

.page-wrap.no-top .icon-back {
    background-image: url(../images/icon-back-fff.png);
}

.msgs-list {
    padding: 15px;
}

.msgs-title {
    padding: 0 18px;
    width: 100%;
    min-height: 48px;
    background: linear-gradient(90deg, #FFFFFF 0%, #FFFFFF 0%, #FFFCF1 100%);
    box-shadow: 0px 5px 14px 0px rgba(210, 224, 200, 0.34);
    border-radius: 9px;
}

.msgs-title + .msgs-title {
    margin-top: 15px;
}

.icon-msg-text {
    margin-right: 8px;
    width: 42px;
    height: 20px;
    border-right: 1px solid #E5E5E5;
    background: url(../images/icon-msg-text.png) no-repeat center left;
    background-size: 34px 14px;
}

.msgs-text {
    font-size: 13px;
    color: var(--hoo-c0);
}

.msgs-more {
    margin-left: 8px;
    width: 11px;
    height: 11px;
    background: url(../images/icon-more-666.png) no-repeat center;
    background-size: contain;
}

#pageMsgDetailTitle {
    padding: 15px;
    font-size: 21px;
    font-weight: 700;
    color: var(--hoo-c0);
}

#pageMsgDetailContent {
    padding: 0 15px;
}

#pageMsgDetailContent img {
    max-width: 100%;
}

#mapWrap,
#map {
    position: relative;
    width: 100%;
    height: 100%;
}

.top-nav-wrap {
    width: 100%;
    height: 58px;
    background: var(--hoo-main-bg);
    overflow: hidden;
}

.bottom-line-wrap {
    margin-top: -9px;
    width: 100%;
    height: 0;
    border-radius: 9px 9px 0 0;
    background: linear-gradient(180deg, #F1FFE4 0%, #FFFCF1 100%);
    z-index: 99;
}

.marker-list {
    top: 58px;
    left: 0;
    bottom: 0;
    right: 0;
    background: var(--hoo-main-bg);
    overflow: hidden;
    transform: translateX(200%);
    transition: transform 0.25s;
}

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

.marker-list .swiper-slide.show {
    display: block;
}
body.hoo-status-init .rb-wrap {
    transform: translateX(150%);
}
body.hoo-status-list .marker-list {
    transform: translateX(0);
}

body.hoo-status-init .top-nav-wrap,
body.hoo-status-line .top-nav-wrap {
    height: 0;
}

body.hoo-status-line .bottom-line-wrap {
    height: 150px;
}

.top-guide-wrap {
    position: absolute;
    top: 0;
    left: 0;
    padding-right: 58px;
    width: 100%;
    height: 100%;
    z-index: 99;
    background: var(--hoo-main-bg);
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    transform: translateY(-200%);
    transition: transform 0.25s;
}

body.hoo-status-guide .top-guide-wrap {
    transform: translateY(0);
}

.top-guide-return {
    width: 58px;
    height: 58px;
    cursor: pointer;
    background: url(../images/icon-back-000.png) no-repeat center;
    background-size: 9px;
    background-position: 15px center;
}

.map-container {
    width: 100%;
    height: 100%;
    background: var(--hoo-main-bg);
}

.nav-left,
.nav-right {
    width: 60px;
    height: 100%;
}

.nav-center {
    width: 100%;
    height: 100%;
}

.nav-item {
    display: inline-block;
    padding: 0 15px;
    text-align: center;
    color: var(--hoo-c9);
    cursor: pointer;
}

.nav-icon {
    margin: 5px auto 4px;
    width: 30px;
    height: 30px;
    background-image: url(../images/icon-search.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.nav-text {
    line-height: 1;
}

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

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

.nav-swiper .swiper-slide {
    display: inline-block;
    width: auto;
}

.nav-item.show {
    color: var(--hoo-main-c);
}

.nav-item.show .nav-icon,
.nav-item .nav-icon.nav-icon-acitve {
    display: none;
}

.nav-item.show .nav-icon.nav-icon-acitve {
    display: block;
}

.gps-wrap {
    left: 12px;
    bottom: 8px;
    margin-bottom: 14px;
    width: 42px;
    height: 42px;
    border-radius: 100%;
    background: var(--hoo-main-bg);
    box-shadow: 0px 1px 8px 0px rgba(66, 82, 120, 0.26);
    overflow: hidden;
    transform: translateY(0);
    transition: transform 0.25s;
}

.switch-wrap {
    right: 12px;
    bottom: 8px;
    margin-bottom: 14px;
    width: 42px;
    height: 42px;
    border-radius: 100%;
    background: var(--hoo-main-bg);
    box-shadow: 0px 1px 8px 0px rgb(66 82 120 / 26%);
    overflow: hidden;
    transform: translateY(0);
    transition: transform 0.25s;
    z-index: 99;
}

.icon-gps {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/icon-gps.png) no-repeat center;
    background-size: 100%;
}

.icon-switch {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/icon-switch-list.png) no-repeat center;
    background-size: 55%;
}

body.hoo-status-list .icon-switch {
    background-image: url(../images/icon-switch-map.png);
}

.icon-gps.locating {
    background-image: url(../images/waiting.gif);
}

.icon-gps.gpsfail {
    opacity: 0.28;
}

.menu-wrap {
    bottom: 8px;
    left: 50%;
    margin-left: -105px;
    width: 210px;
    height: 70px;
    background: url(../images/bg-menu.png) no-repeat center;
    background-size: 100%;
    justify-content: space-around;
    transform: translateY(0);
    transition: transform 0.25s;
}

.menu-item {
    color: var(--hoo-c0);
    text-align: center;
    width: 60px;
}

.menu-icon {
    margin: 16px auto 5px;
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

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

.menu-overview .menu-icon {
    background-image: url(../images/icon-overview.png);
}

.menu-line .menu-icon {
    background-image: url(../images/icon-line.png);
}

.menu-msg {
    margin: 5px -15px;
    width: 60px;
    height: 60px;
    color: var(--hoo-cf);
    background: var(--hoo-jb-tb);
    box-shadow: 0px 4px 9px 0px rgba(41, 179, 168, 0.44);
    border-radius: 100%;
}

.menu-msg .menu-icon {
    margin: 10px auto 8px;
    background-image: url(../images/icon-msg.png);
}

.rb-wrap {
    top: calc(58px + 14px);
    right: 10px;
    transform: translateX(0);
    transition: transform 0.25s;
}

.rb-item {
    width: 40px;
}

.rb-item + .rb-item {
    margin-top: 10px;
}

.icon-weather {
    width: 40px;
    height: 40px;
    background-color: var(--hoo-main-bg);
    border-radius: 5px;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
    background-image: url(../images/icon-weather.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.menu2-list {
    padding: 0 5px;
    background: var(--hoo-main-bg);
    box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    font-size: 10px;
    line-height: 1;
    text-align: center;
    color: var(--hoo-c0);
}

.menu2-item {
    padding: 8px 0;
    cursor: pointer;
}

.menu2-item + .menu2-item {
    border-top: 1px solid #F1ECD9;
}

.menu2-icon {
    margin: 0 auto 4px;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.audio-wrap {
    padding: 0 1px 0 6px;
    top: calc(58px + 14px);
    left: 13px;
    right: 13px;
    height: 34px;
    align-items: center;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    transform: translateX(-110%);
    transition: transform 0.25s;
    z-index: 999;
    box-sizing: border-box;
    border-radius: 38px;
}

body.hoo-status-audio .audio-wrap {
    transform: translateX(0);
}

.audio-wrap .btn-audio-ctrl {
    width: 36px;
    height: 36px;
    background: url(../images/music01.gif) no-repeat center;
    background-size: 16px;
    flex-shrink: 0;
}

.audio-wrap .audio-info {
    line-height: 1;
}

.audio-wrap .audio-info span {
    margin: 0 4px;
    font-weight: 700;
}

.audio-wrap .btn-close {
    margin-left: 10px;
    width: 36px;
    height: 36px;
    background: url(../images/icon-close-2.png) no-repeat center;
    border-radius: 100%;
    background-size: 12px;
}

.icon-set {
    background-image: url(../images/icon-set.png);
}

.icon-list {
    background-image: url(../images/icon-list.png);
}

.icon-service {
    background-image: url(../images/icon-service.png);
}

.icon-ticket {
    background-image: url(../images/icon-ticket.png);
}

.msg-wrap {
    top: calc(58px + 14px);
    left: 13px;
    transform: translateX(0);
    transition: all 0.25s;
}

body.hoo-status-guide .msg-wrap,
body.hoo-status-init .msg-wrap,
body.hoo-status-line .msg-wrap {
    transform: translateX(-200%);
}

body.hoo-status-audio .msg-wrap {
    top: calc(58px + 14px + 34px + 13px);
}

.msg-item {
    padding: 5px;
    max-width: calc(100vw - 13px - 60px);
    background: rgba(0, 0, 0, 0.5);
    color: var(--hoo-cf);
    font-size: 13px;
    line-height: 1;
    border-radius: 5px;
}

.msg-item + .msg-item {
    margin-top: 9px;
}

.msg-text {
    padding: 3px 5px;
    margin-right: 9px;
    font-size: 12px;
    border-radius: 3px;
    background: var(--hoo-btn-bg);
}

.msg-more {
    margin-left: 8px;
    width: 6px;
    height: 10px;
    background: url(../images/icon-more-fff.png) no-repeat center;
    background-size: 100%;
}

.marker-wrap {
    left: 50%;
    bottom: 15px;
    padding: 10px;
    margin-left: -180px;
    width: 360px;
    height: 150px;
    border-radius: 10px;
    background: linear-gradient(0deg, #F1FFE4 0%, #FFFCF1 100%);
    line-height: 1;
    transform: translateY(200%);
    transition: transform 0.25s;
}

body.hoo-status-marker .marker-wrap {
    transform: translateY(0);
}


body.hoo-status-guide .menu-wrap,
body.hoo-status-guide .switch-wrap,
body.hoo-status-init .menu-wrap,
body.hoo-status-init .gps-wrap,
body.hoo-status-init .switch-wrap,
body.hoo-status-line .menu-wrap,
body.hoo-status-line .gps-wrap,
body.hoo-status-line .switch-wrap,
body.hoo-status-marker .menu-wrap,
body.hoo-status-marker .gps-wrap,
body.hoo-status-marker .switch-wrap {
    transform: translateY(200%);
}

.marker-cover-wrap {
    margin-right: 15px;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
}

.marker-cover-wrap .marker-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--hoo-ce) url(../images/waiting.gif) no-repeat center;
    background-size: cover;
}

.marker-cover-wrap .marker-audio-pause,
.marker-cover-wrap .marker-audio-play {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/icon-audio-play-0.png) no-repeat center;
    background-size: 100% 100%;
    z-index: 10;
}

.marker-cover-wrap .marker-audio-pause {
    background-image: url(../images/icon-audio-pause-0.png);
}

.marker-cover-wrap.has-audio .marker-audio-play,
.marker-cover-wrap.pause .marker-audio-play {
    display: block;
}

.marker-cover-wrap.playing .marker-audio-pause {
    display: block;
}

.marker-cover-wrap.playing .marker-cover {
    animation: rotation 8s linear infinite;
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.marker-info {
    height: 80px;
    justify-content: space-around;
}

.marker-title {
    padding-right: 35px;
    font-size: 19px;
    font-weight: 700;
    color: var(--hoo-c0);
}

.icon-address,
.icon-distance {
    margin-right: 7px;
    width: 14px;
    height: 14px;
    background: url(../images/icon-distance.png) no-repeat center;
    background-size: 100%;
}

.icon-address {
    background-image: url(../images/icon-address.png);
}

.marker-distance,
.marker-address {
    font-size: 12px;
    color: var(--hoo-c6);
}

.marker-detail {
    top: -10px;
    right: 0;
    padding: 19px 9px 19px 0;
    font-size: 13px;
    color: var(--hoo-main-c);
    background: url(../images/icon-more-main.png) no-repeat right center;
    background-size: 6px 10px;
    z-index: 99;
    cursor: pointer;
}

.marker-btns {
    padding-bottom: 2px;
    justify-content: space-between;
}

.btn-share,
.btn-marker {
    padding: 7px;
    font-size: 12px;
    color: var(--hoo-c3);
}

.icon-share,
.icon-clock,
.icon-go {
    margin-right: 6px;
    width: 15px;
    height: 15px;
    background: url(../images/icon-share.png) no-repeat center;
    background-size: 100%;
}

.icon-clock {
    background-image: url(../images/icon-clock.png);
}

.icon-go {
    margin-right: 9px;
    background-image: url(../images/icon-go.png);
}

.btn-go {
    width: 200px;
    height: 38px;
    font-size: 16px;
    color: var(--hoo-cf);
    background: linear-gradient(-90deg, #11998E 0%, #38EF7D 100%);
    box-shadow: 0px 4px 10px 0px rgba(35, 192, 134, 0.35);
    border-radius: 19px;
}

.lines-list {
    padding: 15px;
}

.lines-wrap {
    box-shadow: 0px 5px 14px 0px rgba(210, 224, 200, 0.34);
    border-radius: 9px;
    overflow: hidden;
    background: var(--hoo-cf);
    color: var(--hoo-c0);
}

.lines-wrap + .lines-wrap {
    margin-top: 15px;
}

.lines-cover {
    width: 100%;
    height: 155px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: var(--hoo-ce);
}

.lines-info {
    padding: 14px;
    width: 100%;
    height: 70px;
}

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

.lines-markers {
    font-size: 12px;
    color: var(--hoo-c9);
}

.lines-tags {
    margin-top: 4px;
}

.lines-tag {
    display: inline-block;
    padding: 4px 7px;
    font-size: 11px;
    line-height: 1;
    color: var(--hoo-c9);
    background: #F8FAF7;
    border-radius: 3px;
}

.lines-dis {
    font-size: 12px;
    color: #666;
}

.lines-tag + .lines-tag {
    margin-left: 7px;
}

.overview-covers {
    position: relative;
    width: 100%;
    height: 255px;
}

.marker-detail-swiper,
.overview-cover,
.marker-detail-cover,
.line-detail-cover {
    top: 0;
    left: 0;
    width: 100%;
    height: 255px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: var(--hoo-ce);
}

.line-detail-info {
    left: 0;
    bottom: 0;
    padding: 57px 15px 0;
    width: 100%;
    height: 138px;
    background: linear-gradient(0deg, rgba(3, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    color: var(--hoo-cf);
}

.line-detail-title {
    font-size: 21px;
    font-weight: 700;
}

.line-detail-markers {
    font-size: 12px;
}

.line-detail-list {
    position: relative;
    margin-top: -9px;
    padding: 15px 15px 100px 50px;
    min-height: calc(100% - 255px + 9px);
    border-radius: 9px 9px 0 0;
    background: var(--hoo-cf);
    z-index: 9;
}

.marker-detail-list {
    position: relative;
    margin-top: -9px;
    padding-bottom: 100px;
    border-radius: 9px 9px 0 0;
    min-height: calc(100% - 255px + 9px);
    background: var(--hoo-cf);
    z-index: 9;
}

.overview-list {
    position: relative;
    margin-top: -9px;
    border-radius: 9px 9px 0 0;
    min-height: calc(100% - 255px + 9px);
    background: var(--hoo-cf);
    z-index: 9;
}

.overview-bg,
.marker-detail-bg,
.line-detail-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 89px;
    background: linear-gradient(180deg, #F1FDE5 0%, #FFFFFF 100%);
    border-radius: 9px 9px 0 0;
}

.line-detail-item {
    padding: 9px;
    box-shadow: 0px 5px 14px 0px rgba(210, 224, 200, 0.54);
    border-radius: 9px;
    background: var(--hoo-cf);
}

.line-detail-m-cover {
    margin-top: 12px;
    width: 100%;
    height: 115px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: var(--hoo-ce);
    border-radius: 9px;
}

.line-detail-m-title {
    font-size: 15px;
    font-weight: 700;
}

.line-detail-m-distance {
    font-size: 12px;
    color: var(--hoo-c9);
}

.line-detail-item + .line-detail-item {
    margin-top: 14px;
}

.line-detail-m-num {
    top: 4px;
    left: -40px;
    width: 29px;
    height: 29px;
    font-size: 14px;
    font-weight: 700;
    color: var(--hoo-cf);
    background: var(--hoo-btn-bg);
    border-radius: 100%;
}

.line-detail-m-num::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 38px;
    height: 38px;
    background: var(--hoo-btn-bg);
    opacity: 0.1;
    border-radius: 100%;
    transform: translate(-50%, -50%);
}

.line-detail-m-line {
    top: calc(38px + 4px);
    left: -40px;
    margin-left: 14px;
    width: 0;
    height: calc(100% - 38px + 4px);
    border-left: 1px dashed var(--hoo-btn-bg);
}

.line-detail-bottom {
    bottom: 0;
    left: 0;
    padding: 9px 35px;
    width: 100%;
    height: 84px;
    background: var(--hoo-cf);
    box-shadow: 0px -3px 8px 0px rgba(207, 207, 207, 0.22);
    border-radius: 9px 9px 0px 0px;
    z-index: 99999;
}

.marker-detail-bottom {
    bottom: 0;
    left: 0;
    padding: 9px 15px;
    width: 100%;
    height: 84px;
    background: var(--hoo-cf);
    box-shadow: 0px -3px 8px 0px rgba(207, 207, 207, 0.22);
    border-radius: 9px 9px 0px 0px;
    z-index: 99999;
}

.marker-detail-bottom .btn-go {
    height: 42px;
}

.line-detail-btn {
    width: 100%;
    line-height: 42px;
    background: linear-gradient(-90deg, #11998E 0%, #38EF7D 100%);
    box-shadow: 0px 4px 9px 0px rgba(35, 192, 134, 0.35);
    border-radius: 21px;
    font-size: 15px;
    font-weight: 700;
    color: var(--hoo-cf);
    text-align: center;
}

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

.line-info-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--hoo-c0);   
}

.line-info-btn {
    padding: 5px 15px;
    margin-left: 15px;
    font-size: 14px;
    line-height: 1;
    background: var(--hoo-btn-bg);
    color: var(--hoo-cf);
    border-radius: 12px;
}

.line-info-descs {
    margin: 6px -10px 0;
    height: 12px;
}

.line-info-desc {
    display: inline-block;
    position: relative;
    padding: 0 10px;
    font-size: 11px;
    color: var(--hoo-c6);
    line-height: 1;
}

.line-info-desc + .line-info-desc::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: var(--hoo-c6);
}

.line-info-wrap {
    padding: 15px 0px;
    width: 100%;
    height: 100%;
}

.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: -50px;
    position: absolute;
    border-top: 1px dashed #C3DBAD;
}

.line-marker-index {
    margin: 2px auto 6px;
    width: 33px;
    height: 33px;
    text-align: center;
    border-radius: 100%;
    border: 1px solid var(--hoo-btn-bg);
    font-size: 14px;
    font-weight: 700;
    color: var(--hoo-btn-bg);
}

.line-marker-item.active .line-marker-index {
    color: var(--hoo-cf);
    background: linear-gradient(0deg, #11998E, #38EF7D);
    box-shadow: 0px 4px 8px 0px rgba(41, 179, 168, 0.44);
    border: none;
}

.line-marker-name {
    font-size: 11px;
    color: var(--hoo-c0);
}

#pageOverview .page-content,
#pageMarker .page-content {
    background: var(--hoo-cf);
}

.overview-title,
.marker-detail-title {
    padding: 20px 110px 0 15px;
    font-size: 21px;
    color: var(--hoo-c0);
    font-weight: 700;
}

.marker-detail-tags {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
}

.marker-detail-tag {
    min-width: 112px;
    height: 37px;
    background: linear-gradient(270deg, #CBF6CD 0%, #D3F3E9 100%);
    border-radius: 0px 9px 0px 9px;
    font-size: 18px;
    font-weight: 700;
    color: var(--hoo-main-c);
}

.marker-detail-tag span {
    display: inline-block;
    margin-right: 7px;
    padding-right: 6px;
    border-right: 1px solid var(--hoo-cf);
    font-size: 11px;
    line-height: 1;
    font-weight: 400;
}

.overview-distance,
.marker-detail-distance {
    padding: 10px 15px 15px;
    font-size: 12px;
    color: var(--hoo-c6);
}

.overview-block,
.marker-detail-block {
    padding: 15px;
}

.overview-block-title,
.marker-detail-block-title {
    padding-bottom: 5px;
    font-size: 18px;
    color: var(--hoo-c0);
    font-weight: 700;
}

.overview-block-body,
.marker-detail-block-body {
    font-size: 16px;
    line-height: 20px;
    color: var(--hoo-c3);
}

.overview-block-body img,
.marker-detail-block-body img{
    max-width: 100%;
}

.overview-item {
    display: inline-block;
    width: 25%;
    line-height: 30px;
    position: relative;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
}

.overview-item.active {
    color: var(--hoo-main-c);
    font-weight: 700;
}

.overview-item.active::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -14px;
    width: 28px;
    height: 3px;
    border-radius: 3px;
    background: linear-gradient(270deg, #11998E, #38EF7D);;
}

.overview-remarks {
    padding-top: 10px;
}

.overview-remark {
    display: none;
    font-size: 16px;
}

.overview-remark.active {
    display: block;
}
.overview-tel {
    top: 50%;
    right: 0;
    font-size: 12px;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 1;
    white-space: normal;
    word-break: keep-all;
}
.icon-tel {
    margin: 0 auto 5px;
    width: 22px;
    height: 22px;
    background: url(../images/icon-tel.png) no-repeat 50%;
    background-size: 100% 100%;
}

.marker-detail-block-list {
    padding-top: 10px;
}

.marker-detail-block-item {
    height: 40px;
    font-size: 14px;
}

.marker-detail-block-dl {
    color: var(--hoo-main-c);
    font-weight: 700;
}

.marker-star {
    width: 21px;
    height: 21px;
    background: url(../images/icon-star.png) no-repeat center;
    background-size: 100%;
}

.marker-star.active {
    background-image: url(../images/icon-star-active.png);
}

.marker-star + .marker-star {
    margin-left: 14px;
}

.marker-detail-block-item + .marker-detail-block-item {
    border-top: 1px solid #F8F8F8;;
}

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

.ztoo-marker-div {
    top: -19px;
    left: -2px;
    width: 30px;
    height: 35px;
    z-index: 9;
    background: url(../images/icon-marker.png) no-repeat center;
    background-size: 100%;
}

.ztoo-marker-img {
    top: 2px;
    left: 2px;
    width: 26px;
    height: 26px;
    z-index: 9;
    border-radius: 100%;
    overflow: hidden;
}

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

.ztoo-marker-close {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 26px;
    height: 26px;
    transform: translate(-50%, -50%) scale(.75);
    line-height: 1;
    z-index: 9;
    white-space: pre;
    color: var(--hoo-main-c);
    font-size: 12px;
    font-weight: 700;
    text-align: center;
}

.ztoo-marker-close span {
    display: inline-block;
    margin: 0;
    font-size: 18px;
}

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

.ztoo-marker.selected .ztoo-label {
    background: var(--hoo-main-c);
    color: var(--hoo-cf);
}

.ztoo-line-marker .ztoo-marker-div {
    top: -4px;
    left: -4px;
    width: 32px;
    height: 32px;
    background-image: url(../images/icon-line-marker.png);
}

.ztoo-line-marker .ztoo-marker-img {
    top: 0;
    left: 0;
    width: 32px;
    height: 32px;
    line-height: 32px;
    color: #11998E;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
}

.line-popup {
    margin-bottom: 20px;
    padding: 8px;
    border-radius: 8px;
    background: #fff;
    color: #333;
    box-shadow: 0 3px 14px rgb(0 0 0 / 40%);
}

.line-popup::after {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -9px;
    margin-top: -1px;
    width: 0;
    height: 0;
    border-width: 9px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}

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

.line-popup .marker-cover {
    width: 37px;
    height: 37px;
    border-radius: 100%;
    z-index: 99;
    overflow: hidden;
}

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

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

.line-popup .info-desc {
    font-size: 10px;
    color: var(--hoo-c9);
}

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

.line-popup .btn-desc {
    margin: 0 auto;
    width: 148px;
    line-height: 28px;
    background: linear-gradient(270deg, #11998E, #38EF7D);
    box-shadow: 0px 4px 8px 0px rgba(41, 179, 168, 0.44);
    border-radius: 5px;
    font-size: 14px;
    text-align: center;
    font-weight: 700;
    color: var(--hoo-cf);
}

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

.icon-locate-wrap {
    position: relative;
    display: block;
    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%;
}

.search-wrap {
    background: var(--hoo-page-bg);
}

.search-input {
    padding: 0 15px;
    height: 58px;
    box-shadow: rgb(0 0 0 / 16%) 0px 0px 6px 2px;
    z-index: 99;
}

.search-box {
    padding-right: 12px;
    height: 42px;
    background: #E9EDE6;
    border-radius: 9px;
}

.search-icon {
    width: 40px;
    height: 30px;
    background: url(../images/icon-search.png) no-repeat center;
    background-size: 28px;
}

.search-input input {
    width: 100%;
    border: none;
    outline: none;
    background: transparent;
    font-size: 14px;
}

.search-cancel {
    padding-left: 18px;
}
.search-list-wrap {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.search-item {
    padding: 0 18px;
    height: 45px;
}
.search-item.hide {
    display: none;
}
.search-item + .search-item {
    border-top: 1px solid #eee;
}
.search-item-icon {
    margin-right: 8px;
    width: 22px;
    height: 22px;
    border-radius: 4px;
    overflow: hidden;
    background: #f7f7f7;
}

.search-item-icon>img {
    width: 100%;
    height: 100%;
}

.search-tag {
    font-size: 12px;
    color: #808281;
}

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