/**** map ***/
.BMap_pop > div:nth-child(9){
    overflow: scroll !important;
}
.BMap_bubble_title{
    overflow: scroll !important;
}
 .map-canvas {
    width: 100%;
    height: 37vw;
    display: none;
    box-shadow: 1rem 1rem 1rem rgba(0,0,0,.15)!important
}

 .map-canvas.active {
    display: block;
}

 .map-canvas img {
    max-width: none;
}

 .map-canvas .map-info-wrapper {
    padding: 0 1vw 0 1vw ;
    width: 100%;
    height: auto;
    color: #666666;
    font-size: 0.9em;
}

.map-canvas .BMap_bubble_content .map-info-wrapper {
    padding: 5px 5px 0;
    /* width: 17vw; */
    height: auto;
    color: #666666;
    font-size: 0.9em;
}
.BMap_bubble_content{
    font-size: 14px;
}
.map-canvas .map-info-wrapper span {
    font-size: 1.1em;
}

 .map-canvas .map-info-wrapper .title .name {
    color:#2A74DC !important;
    background-color: white !important;
    font-size: 1.2em;
    font-weight: 900;
    font-family: var(--bs-body-font-famile);
}

 content-wrapper-pt .map-canvas .map-info-wrapper .title .name {
    margin: 0 0 5px 0;
    font-size: 1.2rem;
}


 .map-canvas .map-info-wrapper a{
    margin: 10px 0 0 0;
    padding: 8px 20px;
    display: block;
    /*background: #37bbf2;*/
    color: #ffffff;
    text-decoration: none;
    text-align: center;
}

 .map-canvas .map-info-wrapper a.vr-hotsports{
    margin: 10px 0 0 0;
    padding: 5px 20px;
    display: block;
    /*background: #F49C23;*/
    color: #ffffff;
    text-decoration: none;
    text-align: center;
}

 .map-canvas .map-info-wrapper a span.icon {
    margin: -2px 0 0 0;
    width: 22px;
    height: 15px;
    display: inline-block;
    background: url("../../images/map_icon.png") 0px 2px no-repeat;
}
.map-title{
    font-size: 1.5em;
    margin-bottom: 0;
    /* margin-top: 2em; */
    /* position: absolute;
    top: -3em; */
}
 .map-switch {
    display: inline-block;
}

 .map-switch button {
    border: none;
    background-color: transparent;
    display: inline-block;
    cursor: pointer;
    color: #494949;
}

 .map-switch button.active {
    color: #1A74DB;
    cursor: initial;
}

#mobile-display .map-switch {
    display: inline-block;
    float: right;
}

#mobile-display .map-switch span {
    display: inline-block;
    cursor: pointer;
    color: #1c94c4;
}

#mobile-display .map-switch span.active {
    color: #494949;
    cursor: initial;
}

#mobile-display .map-canvas-mobile {
    width: 100%;
    height: 400px;
    display: none;
}

#mobile-display .map-canvas-mobile.active {
    display: block;
}

#mobile-display .map-canvas-mobile img {
    max-width: none;
    width: initial;
    height: initial;
}

#mobile-display .map-canvas-mobile .map-info-wrapper {
    padding: 10px 5px;
    width: 340px;
    height: auto;
    color: #494949;
    font-size: 1.2rem;
}

#mobile-display .map-canvas-mobile .map-info-wrapper .title {
    width: 100%;
}

#mobile-display .map-canvas-mobile .map-info-wrapper .title .name {
    margin: 0 0 5px 0;
    font-size: 1.4rem;
}

#mobile-display content-wrapper-pt .map-canvas-mobile .map-info-wrapper .title .name {
    margin: 0 0 5px 0;
    font-size: 1.2rem;
}

#mobile-display .map-canvas-mobile .map-info-wrapper .title p.description {
    /*display: none;*/
}

#mobile-display .map-canvas-mobile .map-info-wrapper .images img {
    width: 150px;
    height: 110px;
    margin-right: 5px;
}

#mobile-display .map-canvas-mobile .map-info-wrapper a {
    margin: 10px 0 0 0;
    padding: 5px 20px;
    display: block;
    /*background: #37bbf2;*/
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    height: 35px;
    line-height: 35px;
}

#mobile-display .map-canvas-mobile .map-info-wrapper a span.icon {
    margin: -2px 0 0 0;
    width: 22px;
    height: 15px;
    display: inline-block;
    background: url('../../images/map_icon.png') 0px 2px no-repeat;
}
 .map-canvas .map-info-wrapper p {
    margin-bottom: 0;
}
 .map-canvas .map-info-wrapper .normal{
    background: url("../../images/newVersion/ic_normal.png");
    background-repeat: no-repeat;
    background-size: 0.9em;
    width: 0.9em;
    background-position: center;
}
 .map-canvas .map-info-wrapper span.hotspotsStatus{
    color:#DC6826;
}
 .map-canvas .map-info-wrapper p.description{
    margin: 1% 0;
    color: #666666;
}
 .map-canvas .map-info-wrapper .ssid{
    margin-bottom: 1%;
}
 .map-canvas .map-info-wrapper .images {
    width: 100%;
    max-height: 170px;
    margin: 3% 0;
    overflow: hidden;
}

.map-canvas .map-info-wrapper .images img{
    width: 100%;
    object-fit: cover;
}

.map-canvas .map-info-wrapper .images .map_default_img{
    margin-top: -2.1vw;
}
 .map-canvas .map-info-wrapper a.open-signal-images-box{
    color: white;
    background-image: linear-gradient(#4A5BE5, #348DFC);
    border-radius: 2em;
    font-weight: bold;
}
 .map-canvas .map-info-wrapper a.vr-hotsports{
    color: white;
    background-image: linear-gradient(#D64001, #E87401);
    border-radius: 2em;
    font-size: 1.1em;
    font-weight: bold;
    padding: 8px 20px;
}

 .hotspotsList{
    height: 33vw;
    width: 18vw;
    max-width: 362px;
    overflow: scroll;
    border-radius: 1em;
    padding: 1%;
    background-color: white;
    z-index: 1;
    position: absolute;
    top: 2vw;
    left: 3vw;
    overflow-x: hidden;
}
 .hotspotsList .hotspots_item{
    border: 1px solid #959595;
    border-radius: 0.875em;
    margin-bottom: 2%;
    padding: 3%;
    line-height: 1.2em;
    font-size: 1em;
}
.hotspotsList .hotspots_item .hotspots-box{
    text-decoration: none;
    color: #333333;
}
.hotspotsList .hotspots_item .hotspots-box:focus-visible{
    outline-color: #1A74DB;
    border-radius: 8px;
}
.hotspotsList .hotspots_item:hover{
    background-color: #e7efff9e;
}
 .hotspotsList .hotspots_item .hotspots_Title{
    text-decoration: none;
    font-weight: 700;
    color: #1A74DB;
}
 .hotspotsList .hotspots_item .hotspots_boby{
    font-size: 0.7em;
}

 .hotspotsList .hotspots_item .hotspots_boby .body_org::before{
    display: flex;
    content: "";
    background: url("../../images/newVersion/ic_agency.png");
    background-repeat: no-repeat;
    background-size: 0.8vw;
    width: 1vw;
    height: 1vw;
    background-position: center;
    margin: auto 0;
    margin-right: 1%;
    flex-shrink: 0;
}
 .hotspotsList .hotspots_item .hotspots_boby .body_cat::before{
    display: flex;
    content: "";
    background: url("../../images/newVersion/ic_sort.png");
    background-repeat: no-repeat;
    background-size: 0.8vw;
    width: 1vw;
    height: 1vw;
    background-position: center;
    margin: auto 0;
    margin-right: 1%;
    flex-shrink: 0;
}
 .hotspotsList .hotspots_item .hotspots_boby .body_reg::before{
    display: flex;
    content: "";
    background: url("../../images/newVersion/ic_area.png");
    background-repeat: no-repeat;
    background-size: 0.8vw;
    width: 1vw;
    height: 1vw;
    background-position: center;
    margin: auto 0;
    margin-right: 1%;
    flex-shrink: 0;
}
.hotspotsList .hotspots_item .hotspots_boby .body_highSpeedIcon{
    height: 1.7em;
    display: inline-block;
}
.hotspotsList .hotspots_item .hotspots_boby .body_highSpeedIcon img{
    height: 100%;
    float: right;
}
 .hotspotsList .hotspots_item .hotspots_boby .body_status span.normal{
    background: url("../../images/newVersion/ic_normal.png");
    background-repeat: no-repeat;
    background-size: 0.8em;
    width: 0.8em;
    background-position: center;
}
 .hotspotsList .hotspots_item .hotspots_boby .body_status span.hotspotsStatus{
    color:#d64001;
}
 .hotspotsList .hotspots-box .hotspots_boby .body_status p{
    margin-bottom: 0;
    flex-shrink: 0;
}
 .hotspotsList .hotspots_item .hotspots_boby .body_ssid{
    color: #666666;
}
.hotspotsList .hotspots_item .hotspots_boby .body_ssid p {
    margin-bottom: 0;
}

.gmnoprint{
    /* display: none; */
}



@media(max-width: 985px){
    #formMobileDesktop .page_banner p{
        margin-left: 1.5em;
        margin-top: 0.5em;
        font-size: 3.2vw;
        width: 70%;
    }
    
    #formMobileDesktop .page_banner p::after{
        /* left: 15vw !important; */
    }
    #formMobileDesktop .mobile_padding4{
        padding: 0 4%;
    }
    #formMobileDesktop .map-title{
        font-size: 0.85em;
        margin-left: 4%;
    }

    #formMobileDesktop .switchBtn{
        margin: 0 4% !important;
        /* right: 4%; */
        height: 8vw;
        width: 20vw;
    }
    #formMobileDesktop .switchBtn .switch_L{
        border-radius: 7px 0 0 7px;
    }
    #formMobileDesktop .switchBtn .switch_L img{
        height: 4vw;
        width: 4vw;
    }
    #formMobileDesktop .switchBtn .switch_R{
        border-radius: 0 7px 7px 0;
    }
    #formMobileDesktop .switchBtn .switch_R img{
        height: 4vw;
        width: 4vw;
    }
    #formMobileDesktop .map-canvas{
        height: 176vw;
    }
    .map-canvas .map-info-wrapper{
        width: 100%;
        font-size: 0.9em;
    }
    .map-canvas .BMap_bubble_content .map-info-wrapper{
        width: 240px;
    }
    .map-canvas .map-info-wrapper .images{
        /* max-height: 45vw; */
    }
    #formMobileDesktop .map-canvas .map-info-wrapper .title .name{
        font-size: 1.1em;
    }
    #formMobileDesktop .map-canvas .BMap_bubble_content {
        font-size: 14px;
    }
    .map-canvas .map-info-wrapper .normal{
        background-size: 0.9em;
        width: 0.9em;
        margin-left: 4%;
    }
    #formMobileDesktop .hotspotsList{
        max-width: 100%;
        height: auto;
        width: 100%;
        background-color: transparent;
        /* top: 120vw;
        left: 10px; */
        position: relative;
        display: flex;
    }
    #formMobileDesktop .shadow{
        box-shadow:none !important;
    }
    #formMobileDesktop .hotspotsList .hotspots_item{
        width: 90vw;
        background: white;
        line-height: 5vw;
        margin-right: 1.5%;
        font-size: 1em;
        /* line-height: 1.5em; */
    }
    #formMobileDesktop .hotspots_Title{
        width: 85vw;
        line-height: 1.125em;
    }
    #formMobileDesktop .hotspotsList .hotspots_item .hotspots_boby{
        font-size: 0.8em;
        line-height: 1.3em;
        margin-top: 1%;
    }
    #formMobileDesktop .wifiPasswordList {
        background-size: 1em;
        width: 1em;
        height: 1em;
        margin-right: 1%;
    }
    #formMobileDesktop .body_ssid .col-1 {
        width: 1em !important;
    }
    #formMobileDesktop .hotspotsList .hotspots_item .hotspots_boby .body_org::before{
        background-size: 1em;
        width: 1em;
        height: 1em;
    }
    #formMobileDesktop .hotspotsList .hotspots_item .hotspots_boby .body_cat::before{
        background-size: 1em;
        width: 1em;
        height: 1em;
    }
    #formMobileDesktop .hotspotsList .hotspots_item .hotspots_boby .body_reg::before{
        background-size: 1em;
        width: 1em;
        height: 1em;
    }
    #formMobileDesktop .hotspotsList .hotspots_item .hotspots_boby .body_ssid{
        font-size: 1em;
        line-height: 2em;
    }
    #formMobileDesktop .hotspotsList .hotspots_item .hotspots_boby .col-1{
        width: 5%;
    }
    #formMobileDesktop .hotspotsList .hotspots_item .hotspots_boby .body_status span.normal{
        background-size: 1em;
        width: 1em;
        margin-left: 2%;
    }
    #formMobileDesktop .hotspotsList{
        overflow-x: scroll;
    }
    #formMobileDesktop .hotspotsList::-webkit-scrollbar {
        display: none;
    }
    #formMobileDesktop .mapFooter{
        font-size: 2.7vw;
        margin-right: 2%;
        width: 100%;
        justify-content: flex-end;
    }
    #formMobileDesktop .mapFooter span.HrLocationIcon{
        width: 2.5vw;
        height: 1.5vw;
        background-image: url("../../images/newVersion/24HrServiceLocation.png");
        background-repeat: no-repeat;
        background-size: 1.5vw;
        /* margin-top: 2.5%; */
    }
    #formMobileDesktop .mapFooter span.NormalLocationIcon{
        width: 2.5vw;
        height: 1.5vw;
        background-image: url("../../images/newVersion/normalServiceLocation.png");
        background-repeat: no-repeat;
        background-size: 1.5vw;
        /* margin-top: 2.5%; */
    }
    #formMobileDesktop .mapFooter p{
        margin-left: 2%;
    }
    .map-canvas{
        box-shadow: 1rem 0.1rem 1rem rgba(0,0,0,.15)!important
    }

    @media(max-width: 720px){
        
    }

}