
.map_marking,.BMap_Marker.BMap_noprint{

text-align: center; background: url(icon_masker_big.png); background-size: contain; width:100%; height:100%; line-height: 30px; font-size: 14px;
	background-image: url(cd-icon-location.png); 
}
.BMap_Marker{
	display: none;
}
.BMap_mask div{
	
}

#map_box {
    height: 100%; overflow: hidden;
}
#map_box .map_inner_box {
    height: auto;
    overflow: hidden;
    height: 100%;
}

#map_intro,#map_detail {
    height: 100%; overflow: hidden; position: relative;
}

#map_intro .img_box {
    height: auto; overflow: hidden; position: relative; padding: 15px 15px 0 15px;
}
#map_intro .img_box img {width: 100%;}
#map_intro .img_box h1 {
    position: absolute;
    bottom: 15px;
    right:15px;
    font-size: 24px;
}

#map_intro {background: #fff}
#map_intro p {
    padding: 15px;
    font-size: 16px;
    line-height: 2em;
}
#map_intro a {
    width: 100%; text-align: center;
    font-size: 16px; color:#0092d7; display: block;
    position: absolute; bottom:15px;
}
#map_intro a i {
    display: block;
    margin: auto;
    height: 30px;
    width: 30px;
}
#map_intro a i .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0px;
    vertical-align: middle;
    border-top: 8px solid;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}


#map_detail {background: #fff}
#map_detail #baidu_map {
    height: 100%;
    width: 100%;
    overflow: hidden;
    background: #FFFFFF;
    position: relative;
    z-index: 0;
    background-image: url(img/bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
}
#map_detail .BMap_pop div {
 border-color: #d6d6d6 !important;
}

.BMap_shadow{
   display:none
}
#map_detail .BMap_pop  {

 box-shadow: 0px 2px 15px -2px rgba(0,0,0,0.3); 
}
#map_detail #arrow {
    width: 60px;
    height: 60px;
    position: absolute;
    z-index: 33;
    top:0px;
    left: 50%;
    margin-left: -30px;
    -webkit-animation:yoyo_y 2s infinite linear;
}
@-webkit-keyframes yoyo_y {
    0%{
        -webkit-transform: translateY(0px);
    }
    50%{
        -webkit-transform: translateY(5px);
    }
    100%{
        -webkit-transform: translateY(0px);
    }

}


#map_detail .masker {
    background: rgba(0,0,0,0.7); width: 100%; height: 100%; z-index: 32; position: absolute;
    top:0; left:0; display: none;
}
#map_detail .masker.open {
    display:block;
}


#results_bottom_box {
    width: 100%;
    height: 150px;
    position: absolute;
    bottom: 80px;
    z-index: 36;
    /* display: none; */
}
#results_bottom_box ul {width:999999px;}
#results_bottom_box li {
    list-style: none;
    display: block;
    padding: 10px 15px;
    border:1px solid #ccc;
    border-radius: 4px;
    margin:0 0 0 15px;
    height: 128px;
    float: left;
    color: #666;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
}
#results_bottom_owl {
    width: 100%;
    height: 160px;
    position: absolute;
    bottom: 80px;
    z-index: 25;
    /* display: none; */
}
#results_bottom_owl .owl-item{
   border-radius: 4px;
   /* margin: 15px; */
   height: 158px;
   color: #666;
}
#results_bottom_owl .owl-item div{
   padding: 10px 15px;
   border:1px solid #ccc;
   border-radius: 4px;
   margin: 15px;
   height: 80%;
   color: #666;
   background: #fff;
   box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
}

#results_bottom_box li p {margin:5px 0 0 0; line-height: 20px; font-size: 14px;}
#results_bottom_box li .title {
    padding:0 0 15px 0;
    overflow: hidden;
    font-size: 18px;
    color:#333;
    line-height: 22px;
    height: 30px;
}

#results_bottom_owl div .title i {
    float: left;
    width: 19px;
    height: 26px;
    background: url("icon_masker.png") no-repeat;
    font-size: 11px;
    text-align: center;
    margin-right:5px;
    font-weight: bold;
    color: #FF0000;
    line-height: 18px;
    font-style: normal;
}





#map_control {
    width: 100%;
    background: #FFF;
    height: 80px;
    position: fixed;
    bottom: 0;
    border-top:1px solid #0092d7;
    z-index: 100000;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

#map_control.open {
    height: 500px;
}
.anchorBL{
display:none;
    
}

#map_control .begin_title,#map_control .end_title,#map_control .mini_title {
    line-height: 80px;
    font-size: 20px;
    color:#0092d7;
    text-align: center;
    /* height: 80px; */
}


#map_control.open .begin_title,
#map_control .end_title,
#map_control .mini_title {
    display: none;
}

#map_control .begin_title,
#map_control.open  .end_title,
#map_control .mini_title {
    display:block;
}


#map_control .end_title,
#map_control .mini_title {
    text-align: left;
    line-height: 40px;
    padding:15px;
    height: 70px;
}
#map_control .mini_title {display: none}
#map_control .end_title i,
#map_control .mini_title i
{font-size: 30px; font-weight: normal}

#map_control .select_box {padding: 0 15px;padding-bottom: 15px;display:none;}

#map_control.open .select_box {display:block;}


#map_control .select_item {
    border:1px solid #ccc; border-radius: 5px;
    overflow: hidden; display: block; padding:10px; margin-bottom:10px;
}
#map_control .select_item select {
    border:0; padding:0; margin:0;
    width: 100%; height: 100%; font-size: 16px; background-color: transparent;
    background-image:url(map_img_select.png);
    background-position: right center; background-repeat: no-repeat;
    background-size: contain;
}
#map_control .select_btn a {
    width: 100%; border-radius: 5px; padding:10px; font-size: 24px;
}

#map_control .result_box {

display: none;

border-radius: 5px;

border:1px solid #ccc;

background: #f9f9f9;

margin: 0px 15px 15px 15px;

overflow-y: auto;

height: 400px;
}

#map_control.open .result_box {

display:block;

}


#map_control .result_box li {
    list-style: none;
    display: block;
    padding: 15px;
    border-bottom:1px solid #ccc;
    color: #666;
    background: #fff;
    cursor: pointer;
}
#map_control .result_box li p {margin:5px 0 0 0; line-height: 22px; font-size: 16px;}
#map_control .result_box li .title {
    padding:0 0 15px 0;
    overflow: hidden;
    font-size: 20px;
    color:#333;
    line-height: 22px;
    height: 30px;
}
#map_control .result_box li .title span {
    float: right;
    color:#999;
    font-size: 16px;
}
#map_control .result_box li .title i {
    float: left;
    width: 19px;
    height: 26px;
    background: url("icon_masker.png") no-repeat;
    font-size: 11px;
    text-align: center;
    margin-right:5px;
    font-weight: bold;
    color: #FF0000;
    line-height: 18px;
    font-style: normal;
}






#map_box .loader {
    box-sizing: border-box;
    display: block;

    height: 20px;
    align-items: center;
    justify-content: center;
}
@-webkit-keyframes scale {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; }

    45% {
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
        opacity: 0.7; }

    80% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }
@keyframes scale {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; }

    45% {
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
        opacity: 0.7; }

    80% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }

.ball-pulse > div:nth-child(0) {
    -webkit-animation: scale 0.75s 0s infinite cubic-bezier(.2, .68, .18, 1.08);
    animation: scale 0.75s 0s infinite cubic-bezier(.2, .68, .18, 1.08); }
.ball-pulse > div:nth-child(1) {
    -webkit-animation: scale 0.75s 0.12s infinite cubic-bezier(.2, .68, .18, 1.08);
    animation: scale 0.75s 0.12s infinite cubic-bezier(.2, .68, .18, 1.08); }
.ball-pulse > div:nth-child(2) {
    -webkit-animation: scale 0.75s 0.24s infinite cubic-bezier(.2, .68, .18, 1.08);
    animation: scale 0.75s 0.24s infinite cubic-bezier(.2, .68, .18, 1.08); }
.ball-pulse > div:nth-child(3) {
    -webkit-animation: scale 0.75s 0.36s infinite cubic-bezier(.2, .68, .18, 1.08);
    animation: scale 0.75s 0.36s infinite cubic-bezier(.2, .68, .18, 1.08); }
.ball-pulse > div {
    background-color: #fff;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block; }

@-webkit-keyframes ball-pulse-sync {
    33% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px); }

    66% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px); }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0); } }

@keyframes ball-pulse-sync {
    33% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px); }

    66% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px); }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0); } }

.ball-pulse-sync > div:nth-child(0) {
    -webkit-animation: ball-pulse-sync 0.6s 0s infinite ease-in-out;
    animation: ball-pulse-sync 0.6s 0s infinite ease-in-out; }
.ball-pulse-sync > div:nth-child(1) {
    -webkit-animation: ball-pulse-sync 0.6s 0.07s infinite ease-in-out;
    animation: ball-pulse-sync 0.6s 0.07s infinite ease-in-out; }
.ball-pulse-sync > div:nth-child(2) {
    -webkit-animation: ball-pulse-sync 0.6s 0.14s infinite ease-in-out;
    animation: ball-pulse-sync 0.6s 0.14s infinite ease-in-out; }
.ball-pulse-sync > div:nth-child(3) {
    -webkit-animation: ball-pulse-sync 0.6s 0.21s infinite ease-in-out;
    animation: ball-pulse-sync 0.6s 0.21s infinite ease-in-out; }
.ball-pulse-sync > div {
    background-color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block; }


