html,body{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    background: #cccccc;
    font-family: Arial;
}
@font-face {
    font-family: 'Glyphicons Halflings';

    src: url('/fonts/glyphicons-halflings-regular.eot');
    src: url('/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('/fonts/glyphicons-halflings-regular.woff') format('woff'), url('/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
*,:after,:before{
    box-sizing: border-box;

}
img {
    vertical-align: middle;
}
a img, img {
    border: none;
    text-decoration: none;
}


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

/*footer*/
.footer {
    bottom: 0;
    width: 100%;
    color: #4b475a;
    position: relative;
}

.footer-bar {
    background: #8c90bc;
    color: #fff;
    bottom: 0;
    width: 100%;
}

.footer-bar ul {
    display: inline-block;
    margin-left: 10%;
}
.copy-right {
    float: right;
    margin-right: 5%;
}
.footer p {
    line-height: 20px;
}
.footer h2, .footer p {
    text-align: center;
    font-size: 14px;
    letter-spacing: .05em;
}
.footer-bar ul li {
    float: left;
    padding-left: 8px;
}
li, ul {
    list-style: none;
}
.footer-bar ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}


/*Loading*/
#loading_bg_cover {
    top: 0;
    left: 0;
    z-index: 1120;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(16,12,12,.3);
    display: none;
}
#loading {
    border: 5px;
    border-radius: 20px;
    height: 210px;
    width: 240px;
    margin: 0 auto;
    margin-top: -170px;
    display: block;
    background: #fff;
    position: relative;
    top: 50%;
}
#loading h3 {
    text-align: center;
    color: #8c90bc;
    font-weight: 700;
    font-size: 16px;
    padding-top: 25px;
    padding-bottom: 10px;
}
#loading img {
    height: 128px!important;
    width: 128px!important;
}


/*  弹框   */
#go-s-box {
    z-index: 10100000;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3);
    position: fixed;
    top: 0;
    left: 0;
    display: none;
}
#top-show-v2 {
    width: 770px;
    max-width: 85%;
    position: relative;
    margin: 0 auto;
    top: 50%;
    margin-top: -280px;
    z-index: 20;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
}

#search-result-map{
    width: 100%;
    height: 330px;
}
#boxbingmap ,#streetmap{
    width: 100%;
    height: 100%;
    border: 1px solid #e5e5e5;
    position: absolute;
    left: 0;
    top:0;
}

#streetmap{
    display: none;
}

#street-view-icon{
    width: 36px;
    height: 36px;
    position: absolute;
    bottom: 20px;
    left: 20px;
    cursor: pointer;
}

#no-streetview{
    z-index: 10;
    position: absolute;
    background: #dddddd88;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    height: 30px;
    padding: 0 30px;
    line-height: 30px;
    border-radius: 15px;
    display: none;
}

#box_content2 {
    color: #000;
    width: 100%;
    text-align: center;
    line-height: 1.1;
    margin-top: 0;
}
.box_amaz_content {
    border-top: 1px solid #e5e5e5;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 6px;
}
.box_ads_content {
    width: 100%;
    border: 1px solid #c2c2c2;
    display: none;
}
#box_content2 h2 {
    color: #000;
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
}
#box_content2 p {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    line-height: 20px;
}

#gotoplay {
    display: inline-block;
    width: 340px;
    height: 80px;
    background: #0066cc;
    border-radius: 12px;
    color: white;
    line-height: 80px;
    font-size: 28px;
    cursor: pointer;
}
#hideadBox {
    display: block;
    color: #999999;
    height: 20px;
    margin-right: -20px;
    float: right;
    width: 20px;
    font-size: 22px;
    padding-right: 1px;
    line-height: 20px;
    margin-top: -19px;
    border-radius: 0 10px 0 20px;
    text-decoration: none;
}

#gads_one {
    right: 20px;
    position: absolute;
    bottom: 30px;
    width: 302px;
    z-index: 5;
    counter-reset: x 8;
}

.ads_head, .ads_head_mobile {
    height: 60px;
    position: absolute;
}
.ads_head {
    width: 470px;
    top: 0;
    right: 130px;
    margin-left: -235px;
}
.hidden {
    display: none!important;
}
.mapboxgl-control-container{
    display: none !important;
}