html,
body {
    width: 100%;
    height: 100%;
}

* {
    margin: 0;
}

.container {
    width: 100%;
    /* background: url(/uiFramework/commonResource/zip/fwMap_assets/homebg.png) no-repeat center top;
    background-size: 100% auto; */
}

.navbar {
    width: 100%;
    background: #EB3572;
}

.navbar .nav {
    width: 1200px;
    height: 44px;
    line-height: 44px;
    font-family: PingFangSC-Regular;
    font-size: 20px;
    color: #FFFFFF;
    margin: 0 auto;
}

.contentBg {
    background: #fff;
}

.content {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    padding-bottom: 50px;
    padding-top: 30px;
}
.content .tabs-header {
    width: 322px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    top:  98px;
    left: 24px;
    z-index: 999;
    font-family: PingFangSC-Medium;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
    font-weight: 500;
    background: #FF96B0;
    border-radius: 18px 18px 0px 0px;
}

/* .content .tabs-header::before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 23px;
    background: url(/uiFramework/commonResource/zip/map-icon/xiala.png) no-repeat center left;
    position: absolute;
    right: 36px;
    top: 50%;
    transform: translateY(-50%);
} */

.content .tabs-header .xiala {
    display: inline-block;
    width: 20px;
    height: 18px;
    position: absolute;
    right: 36px;
    top: 14px;
    transform: rotate(180deg);
    transition: all 0.3s ease;
    cursor: pointer;
}
.content .tabs-header .xiala.xiala-icon-active {
    transform: rotate(0deg);
    transition: all 0.3s ease;
}



.content .tabs {
    width: 322px;
    max-height: 510px;
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.1);
    border-radius: 0px 0px 18px 18px;
    overflow-y: scroll;
    position: absolute;
    top:  140px;
    left: 24px;
    z-index: 999;
    backdrop-filter: blur(10px);
    padding: 10px 14px;
    box-sizing: border-box;
}
.content .tabs.tabs-hidden {
    /* 动画实现隐藏 */
    display: none;
    opacity: 0;
    transition: all 0.3s ease;
}

.content .tabs::-webkit-scrollbar {
  display: none;
}

.content .tabs>div {
    height: 33px;
    line-height: 33px;
    font-family: PingFangSC-Medium;
    font-size: 16px;
    color: #303030;
    text-align: center;
    font-weight: 500;
    cursor: pointer;
    display: none;
    white-space: nowrap;
    background: rgba(255,124,158,0.43);
    border-radius: 28px;
    margin-bottom: 12px;
    padding-left: 6px;
    position: relative;
}
.content .tabs>div:last-child {
    margin-bottom: 0;
}
.content .tabs>div::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(/uiFramework/commonResource/zip/map-icon/pink-map-point.png) no-repeat center left;
    position: absolute;
    left: 6px;
    top: 50%;
    transform: translateY(-50%);
}

.content .tabs>div.active {
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 500;
    opacity: 1;
    background-image: linear-gradient(180deg, #FF89AE 0%, #BC133B 100%);
    /* background: linear-gradient(180deg, #FF89AE 0%, #BC133B 100%), url(/uiFramework/commonResource/zip/map-icon/pink-map-point.png) no-repeat center left;
    background-size: 100% 100%, 24px 24px; */
    /* padding-left: 12px; */
}
.content .tabs>div.active::before {
    background: url(/uiFramework/commonResource/zip/map-icon/white-map-point.png) no-repeat center left;
}

.content #map {
    width: 100%;
    height: 630px;
}

.content #map .tdt-infowindow-content-wrapper {
    background: transparent;
    box-shadow: none;
}

.content #map .tdt-infowindow-tip-container, .content #map .tdt-infowindow-close-button {
    display: none;
}

.content #map .tdt-infowindow-content {
    margin: 0;
    background: transparent;
}
.content #map .mapInfoWin {
    width: 270px;
    background-image: linear-gradient(180deg, #FF89AE 0%, #BC133B 100%);
    border-radius: 15px;
    font-family: PingFangSC-Medium;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    font-weight: 500;
    padding: 8px 10px;
    cursor: pointer;
}

.content #map .mapInfoWin>div {
    font-size: 16px;
}
.content #map .mapInfoWin>div.sub-info {
    padding: 10px 16px  0;
    text-align: left;
}
.content #map .mapInfoWin>div.sub-info .sub-title {
    font-size: 14px;
    color: #fff2cc;
}

.content #map .mapInfoWin>p {
    text-align: left;
    text-indent: 2em;
    margin-bottom: 0;
}

.content #map .mapInfoWin>p:empty {
    margin: 0;
}

.content #map .mapInfoWin>button {
    margin-top: 15px;
    width: 96px;
    height: 28px;
    line-height: 28px;
    background: linear-gradient(146deg, #BCCBFF 0%, #F5A4D7 100%);
    border-radius: 14px;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: 500;
    text-align: center;
    border: none;
    outline:none;
    cursor: pointer;
}

.content #map .mapInfoWin .maplist {
    position: absolute;
    left: 11%;
    bottom: 64%;
    width: 240px;
    background: #FFF;
    box-shadow: 0px 2px 14px 5px rgba(0, 0, 0, 0.22);
    display: flex;
    flex-direction: column;
    font-size: 16px;
    color: #303030;
    line-height: 45px;
    text-align: center;
    display: none;
}

.content #map .mapInfoWin .maplist>span {
    cursor: pointer;
}

.content #map .mapInfoWin .maplist>span:first-child {
    border-bottom: 1px solid #d8d8d8;
}

.content #map .mapInfoWin .maplist:after {
    position: absolute;
    display: inline-block;
    bottom: -8px;
    left: calc(50% - 10px);
    width: 0px;
    height: 0px;
    content: '';
    border-style: solid;
    border-width: 10px;
    border-color: #fff #fff transparent transparent;
    transform: rotate(135deg);
    box-shadow: 2px -2px 2px rgba(0, 0, 0, 0.1);
}

.content .mapSearch {
    width: 350px;
    height: 44px;
    background-color: #FFF;
    background-image: url(/uiFramework/commonResource/zip/fwMap_assets/searchbg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    position: absolute;
    top:  45px;
    left: 24px;
    z-index: 999;
    border-radius: 8px;
    display: flex;
    align-items: center;
}

.content .mapSearch input {
    width: calc(100% - 47px);
    height: 44px;
    border: none;
    outline: none;
    background: transparent;
    color: #fff;
    font-size: 18px;
    padding-left: 20px;
}

.content .mapSearch input::placeholder {
    color: #fff;
}

.content .mapSearch img.search {
    width: 30px;
    height: 30px;
    margin: 7px;
    cursor: pointer;
}

.content .showMapInfo {
    display: none;
    position: absolute;
    top:  50px;
    right: 24px;
    cursor: pointer;
    background: linear-gradient(146deg, #BCCBFF 0%, #F5A4D7 100%);
    z-index: 999;
    border-radius: 8px;
    color: #fff;
    padding: 6px 10px;
    text-align: center;
}

.content .mapInfo {
    display: none;
    width: 1082px;
    height: 510px;
    background: #FFFFFF;
    border-radius: 15px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    padding: 50px 40px 50px 40px;
    box-sizing: border-box;
}

.content .mapInfo>.close {
    position: absolute;
    right: 25px;
    top: 20px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #555656;
    border-radius: 50%;
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
}

.content .mapInfo>.close::before,
.content .mapInfo>.close::after {
    position: absolute;
    content: "";
    width: 2px;
    height: 20px;
    background: #fff;
    transform: rotate(45deg);
    top: 5px;
    left: 14px;
}

.content .mapInfo>.close::after {
    transform: rotate(-45deg);
}

.content .mapInfo .title {
    line-height: 30px;
    text-align: center;
}

.content .mapInfo .title>a {
    font-size: 20px;
    color: #303030;
    font-weight: bold;
}

.content .mapInfo .content {
    width: 100%;
    font-size: 14px;
    color: #353A42;
    line-height: 22px;
    height: calc(100% - 35px);
    overflow-y: auto;
    padding: 20px 0 0 0;
}


.dataHTML {
    display: none;
}

/* ---------------------- */
.content .secMapInfo {
    display: none;
    width: 500px;
    height: 510px;
    background: #FFFFFF;
    border-radius: 15px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    padding: 50px 20px 20px 20px;
    box-sizing: border-box;
}

.content .secMapInfo>.close {
    position: absolute;
    right: 25px;
    top: 20px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #555656;
    border-radius: 50%;
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
}

.content .secMapInfo>.close::before,
.content .secMapInfo>.close::after {
    position: absolute;
    content: "";
    width: 2px;
    height: 20px;
    background: #fff;
    transform: rotate(45deg);
    top: 5px;
    left: 14px;
}

.content .secMapInfo>.close::after {
    transform: rotate(-45deg);
}

.content .secMapInfo .main-content .btns {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
}

.content .secMapInfo .main-content .btns>button {
    width: 138px;
    height: 40px;
    line-height: 40px;
    background: linear-gradient(146deg, #BCCBFF 0%, #F5A4D7 100%);
    border-radius: 20px;
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 500;
    text-align: center;
    border: none;
    cursor: pointer;
}

.content .secMapInfo .main-content .btns>button img {
    margin-right: 10px;
    vertical-align: middle;
}

.content .secMapInfo .main-content .btns>button.close {
    background: #A7A7A7;
    opacity: 0.7;
}

.content .secMapInfo .main-content .maplist {
    position: absolute;
    left: 11%;
    bottom: 14%;
    width: 240px;
    background: #FFF;
    box-shadow: 0px 2px 14px 5px rgba(0, 0, 0, 0.22);
    display: flex;
    flex-direction: column;
    font-size: 16px;
    color: #303030;
    line-height: 45px;
    text-align: center;
    display: none;
}

.content .secMapInfo .main-content .maplist>span {
    cursor: pointer;
}

.content .secMapInfo .main-content .maplist>span:first-child {
    border-bottom: 1px solid #d8d8d8;
}

.content .secMapInfo .main-content .maplist:after {
    position: absolute;
    display: inline-block;
    bottom: -8px;
    left: calc(50% - 10px);
    width: 0px;
    height: 0px;
    content: '';
    border-style: solid;
    border-width: 10px;
    border-color: #fff #fff transparent transparent;
    transform: rotate(135deg);
    box-shadow: 2px -2px 2px rgba(0, 0, 0, 0.1);
}

.content .secMapInfo .main-content {
    width: 100%;
    /* margin-left: 14px; */
}

.content .secMapInfo .main-content .title {
    font-size: 20px;
    color: #303030;
    font-weight: bold;
    line-height: 30px;
}

.content .secMapInfo .main-content .address {
    font-size: 14px;
    color: #333333;
    line-height: 30px;
}

.content .secMapInfo .main-content .audio {
    width: 270px;
    height: 32px;
    line-height: 32px;
    background: url(/uiFramework/commonResource/zip/friendlyMap/bf.png) no-repeat 12px center, linear-gradient(146deg, #BCCBFF 0%, #F5A4D7 100%);
    background-size: 21px 21px, 100% 100%;
    border-radius: 8px;
    margin-bottom: 8px;
    font-size: 14px;
    color: #333;
    padding: 0 50px;
    cursor: pointer;
}

.content .secMapInfo .main-content .audio.playing {
    background: url(/uiFramework/commonResource/zip/friendlyMap/zt.png) no-repeat 12px center, linear-gradient(146deg, #BCCBFF 0%, #F5A4D7 100%);
}

.content .secMapInfo .main-content .audio audio {
    display: none;
}

.content .secMapInfo .main-content .text {
    font-size: 14px;
    color: #353A42;
    line-height: 22px;
}

.content .secMapInfo .main-content .desc {
    font-size: 14px;
    color: #353A42;
    line-height: 22px;
    height: calc(100% - 170px);
    margin: 10px 0 20px;
    overflow-y: auto;
    text-align: justify;
}