﻿@charset "utf-8";
/*滚动页面*/
html,body{overflow-x:hidden;}
.go {
    position: fixed;
    display: none;
    bottom: 60px;
    left: 50%;
    margin-left: 550px;
    z-index: 9999;
}
.go a {
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    white-space: nowrap;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    color: #fff;
    background: rgba(0,0,0,0.4);
    font-size: 24px;
}

.gotop {
    display: none;
}

.gobottom {
}
@media only screen and (max-width: 992px) {
	.go {
	    left: auto;
	    right: 0;
	    margin-left: 0;
	}
	.go a {
	    width: 40px;
	    height: 40px;
	    line-height: 40px;
	    font-size: 20px;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
	.go {
		left: auto;
		right: 0;
		margin-left: 0;
	}
}
/*列表块长度自动截取*/

.auto_list {
    overflow: hidden;
}
.auto_list .title a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.auto_list .time {
    float: right;
}

.auto_list .ding {
    float: left;
}

.auto_list .sort {
    float: left;
}

*html .auto_list .title {
    float: inherit;
}

*html .auto_list .title a {
    width: 100%;
}

@-moz-document domain() {
    .auto_list {
        overflow: hidden;
    }
    .auto_list .title a {
        display: block;
        text-overflow: clip;
        position: relative;
        white-space: normal;
        padding-right: 1.2em;
        display: block;
        max-height: 3em;
        word-wrap: break-word;
        width: 100%;
        -moz-box-sizing: border-box;
        text-align: justify;
    }
    .auto_list .title a:after {
        position: absolute;
        right: 0;
        bottom: 1.5em;
    }
}

.time,
.more {
    float: right;
}

/* header */

.tool-bar {
    max-width: 1000px;
    height: 30px;
    line-height: 30px;
    margin: 0 auto;
    background: #f4f4f4;
}

.tool-bar>.left ,
.tool-bar>.right{
    width: 50%;
    display: block;
}

.tool-bar>.left a{
	float: left;
}
.tool-bar>.right a{
	float: right;
}

.top-bar{display: block;}
.top-bar .top-nav a.active:after,
.top-bar .top-nav a:hover:after{
	content: '';
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-bottom-color:#fff;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.mobile{
	display: none;
}
.nav-box{
	display: none;
}
.bg-reveal{
    background-color: rgba(0, 0, 0, 0.3) !important;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 101;
    display: none;
}
.bg-reveal.show{display: block;}
.bg-reveal.bg-black {background-color: rgba(0, 0, 0, 0.8) !important;}
.over-hidden{
	overflow: hidden;
}
.share-box{
	display: none;
}
.tool-share-box{
	display: none;
}
@media only screen and (width: 992px) {
	.top-bar li{
		padding: 0 16px;
	}
}
@media only screen and (min-width: 769px) and (max-width: 991px) {
	.top-bar li{
		padding: 0 10px;
	}
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
	.off-canvas-wrap.move-right, .off-canvas-wrap.move-left {
	    min-height: 100%;
	    -webkit-overflow-scrolling: touch;
	    -webkit-backface-visibility: hidden;
	    position: relative;
	    width: 100%;
	    overflow: hidden;
	}
	.move-right > .inner-wrap {
	    background: #efefef;
	    position: relative;
	    width: 100%;
	    height: 100%;
	    -webkit-transform: translateX(13.88889rem);
	    -moz-transform: translateX(13.88889rem);
	    -ms-transform: translateX(13.88889rem);
	    -ms-transform: translateX(13.88889rem);
	    -o-transform: translateX(13.88889rem);
	    transform: translateX(13.88889rem);
	    -webkit-transition: -webkit-transform 500ms ease;
	    -moz-transition: -moz-transform 500ms ease;
	    -ms-transition: -ms-transform 500ms ease;
	    -o-transition: -o-transform 500ms ease;
	    transition: transform 500ms ease;
	}
	.tool-bar-bg{
		display: none;
	}
	.top-bar{
		display: none;
	}
	.mobile{
		display: block;
	    position: absolute;
	    top: 0px;
	    left: 0;
	    width: 100%;
	    height: 45px;
	    line-height: 45px;
	    text-align: center;
	}
	.mobile-menu{
    	position: absolute;
	    left: 0;
    	top: 0;
	    display: block;
	    width: 45px;
	    height: 45px;
	    line-height: 40px;
	    text-align: center;
	    z-index: 551;
	    cursor: pointer;
    }
    .menu-patty {
	    margin: -2px auto;
	    width: 25px;
	    height: 3px;
	    display: block;
	    position: absolute;
	    top: 50%;
	    right: 0;
	    left: 0;
	    -webkit-transition: -webkit-transform 0.2s ease;
	    -o-transition: -o-transform 0.2s ease;
	    transition: transform .2s ease;
	}
	.menu-patty:first-child {
	    -webkit-transform: translateY(-9px);
	    -ms-transform: translateY(-9px);
	    -o-transform: translateY(-9px);
	    transform: translateY(-9px);
	}
	.menu-patty:last-child {
	    -webkit-transform: translateY(9px);
	    -ms-transform: translateY(9px);
	    -o-transform: translateY(9px);
	    transform: translateY(9px);
	}
	.mobile-title{
		font-size: 1.25rem;
	    width: 100%;
	    display: block;
	    border-bottom: 2px solid #333;
	    padding: 10px 0;
	}
	.mobile-share{
		position: absolute;
	    right: 0;
	    top: 0;
	    display: block;
	    width: 45px;
	    height: 45px;
	    z-index: 2;
	    cursor: pointer;
	    font-size: 1.5rem;
	}
	.banner .p-title {
	    font-size: 1.3rem;
	}
	.banner .s-title {
	    font-size: 0.9rem;
	}
	.nav-box{
		display: block;
	    box-shadow: rgb(238, 238, 238) 0px 0px 10px;
	    background: #fafafa;
	    border-right: 1px solid rgb(238, 238, 238);
	    padding: 0;
	    top: 0;
	    left: 0;
	    bottom: 0;
	    height: 100%;
	    width: 70%;
	    overflow-x: hidden;
	    overflow-y: auto;
	    position: fixed;
	    z-index: 1001;
	    box-sizing: content-box;
	    -webkit-backface-visibility: hidden;
	    -webkit-overflow-scrolling: touch;
	    -ms-overflow-style: -ms-autohiding-scrollbar;
	    transition: transform 500ms ease 0s;
	    transform: translateX(-100%);
	    -webkit-transform: translateX(-100%);
	    -moz-transform: translateX(-100%);
	    -ms-transform: translateX(-100%);
	    -ms-transform: translateX(-100%);
	    -o-transform: translateX(-100%);
	    transform: translateX(-100%);
	}
	.nav-box li{
		padding: 5px 0;
	}
	.nav-box li.active{
		background: #fff;
	}
	.tool-bar>.right{
		display: none;
	}
	.share-box{
		display: none;
	    box-shadow: rgb(206, 203, 203) 3px 3px 5px;
	    position: absolute;
	    top: 45px;
	    right: 5px;
	    z-index: 550;
	    background: rgb(255, 255, 255);
	    opacity: 0;
	    padding: 5px 10px;
	    text-align: left;
	}
	.share-box:before{
		content: '';
	    margin: 0 auto;
	    width: 0;
	    height: 0;
	    border: 8px solid transparent;
	    border-bottom-color: #fff;
	    position: absolute;
	    top: -16px;
    	right: 10px;
	}
	.share-box.show{
		display: block;
		opacity: 1;
	}
	.tool-share-box{
		display: block;
	}
	.share-box a{
		display: block;
    	line-height: 2rem;
	}
}
@media only screen and (min-width: 641px) and (max-width: 768px) {
	.top-bar li{
		padding: 0 6px;
	}
}

/*footer*/
.footer{
  text-align: center;
  margin: 0 auto;
  line-height: 24px;
  font-size: 12px;
}
.footer .copyright{
    padding: 20px 0;
    position: relative;
}
.footer .subnav a{
  padding: 0 10px;
}
#_ideConac{
	position: absolute;
	left: calc(50% + 210px);
	top: 16px;
}
#_ideJiucuo{
	position: absolute;
	left: calc(50% + 282px);
	top: 28px;
}
@media only screen and (min-width: 320px) and (max-width: 639px) {
  .footer{
    margin: 0 auto;
  }
  .footer .subnav a{
    padding: 0 5px;
  }
  .footer .copyright{padding: 0;}
  .footer .copyright span{
    display: none;
  }
}

.row {max-width: 1000px;}
.main{
	max-width: 1000px;
	margin: 0 auto;
	background: #fff;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
	.main{
		background: none;
	}
}

/*滚动条*/
@media only screen and (min-width: 640px) {
  .list::-webkit-scrollbar {  
    width: 14px;  
    height: 14px;  
  }  

  .list::-webkit-scrollbar-track,  
  .list::-webkit-scrollbar-thumb {  
    border-radius: 999px;  
    border: 5px solid transparent;  
  }  

  .list::-webkit-scrollbar-track {  
    box-shadow: 1px 1px 5px rgba(0,0,0,.2) inset;  
  }  

  .list::-webkit-scrollbar-thumb {  
    min-height: 20px;  
    background-clip: content-box;  
    box-shadow: 0 0 0 5px rgba(0,0,0,.2) inset;  
  }  

  .list::-webkit-scrollbar-corner {  
    background: transparent;  
  } 
}
/* ------header-----*/
.header .left-box,
.header .center-box {float: left;}
.header .right-box {float: right;}
.banner {
    height: 80px;
    line-height: 80px;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}
.logo {
    display:block;
    width: 52px;
    height: 52px;
    float: left;
    margin-top: 14px;
    margin-right: 9px;
    border-radius: 100%;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(255,255,255,.8);
}
.logo h1 {display: none;}
.header .center-box span {
    color: #fff;
    font-size: 24px;
    border-left: 1px solid #fff;
    padding-left: 20px;
    margin-left: 20px;
}
.banner .right-box .fa {
    font-size: 22px;
    color: #fff;
    padding: 10px;
    cursor: pointer;
}
.header.open {
    position: relative;
    z-index: 102;
}
@media only screen and (max-width: 639px) {
    .banner {
        height: 50px;
        line-height: 50px;
    }
    .banner {padding: 0 10px;}
    .banner .right-box {
        position: absolute;
        right: 10px;
        z-index: 3;
    }
    .logo {
        width: 40px;
        height: 40px;
        margin-top: 5px;
    }
    .s-logo,.t-logo {display: none;}
    .header .center-box span {
        font-size: 16px;
        padding-left: 13px;
        margin-left: 6px;
    }
}
/*top-bar*/
.top-bar {
    background-color: inherit;
    padding: 0 0 0 20px;
}
.top-bar a {
    color: #fff;
    font-size: 18px;
    padding: 0 10px;
}
/*footer*/
.footer {
    font-size: 12px;
}
@media only screen and (max-width: 639px) {
    .footer br {display: none;}
}

/*搜索和分享*/
.search .search-menu li {
    display: inline-block;
    font-size: 14px;
    padding: 5px 6px;
}
.search input {
    width: 400px;
    display: inline-block;
    float: left;
    border-radius: 5px 0 0 5px;
    padding-left: 30px;
}
.search button {
    width: 80px;
    padding: 0;
    height: 37px;
    border-radius: 0 3px 3px 0;
}
.search button.advanced {border-radius:3px;margin-left:10px;}
.search button.advanced a{color:#fff;}
.search.open,.share.open {
    display: block;
    opacity: 1;
    background-color: #fff;
}
.icon-search,
.icon-share {
    position: relative;
    top: 4px;
    display: inline-block;
    width: 44px;
    height: 44px;
    overflow: hidden;
    white-space: nowrap;
    color: transparent;
    z-index: 3;
}
.icon-share:before,
.icon-share:after {content: "\f1e0";}
.icon-share:after {opacity: 0;}
.icon-search:before,
.icon-search:after {
    content: '';
    position: absolute;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.icon-search:before {
    top: 11px;
    left: 11px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid #fff;
}
.icon-search:after {
    height: 2px;
    width: 8px;
    background: #fff;
    bottom: 14px;
    right: 11px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.icon-search span {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.icon-search span:before,
.icon-search span:after,
.icon-share span:before,
.icon-share span:after {
    content: '';
    position: absolute;
    display: inline-block;
    height: 2px;
    width: 22px;
    top: 50%;
    margin-top: -2px;
    left: 50%;
    margin-left: -11px;
    background: #fff;
    opacity: 0;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.3s,-webkit-transform 0.3s;
    -moz-transition: opacity 0.3s,-moz-transform 0.3s;
    transition: opacity 0.3s,transform 0.3s;
}
.icon-search span:before,
.icon-share span:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.icon-search span:after,
.icon-share span:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.icon-search.icon-is-visible span:before,
.icon-share.icon-is-visible span:before {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
.icon-search.icon-is-visible span:after,
.icon-share.icon-is-visible span:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.icon-search.icon-is-visible:before,
.icon-search.icon-is-visible:after,
.icon-share.icon-is-visible:before,
.icon-share.icon-is-visible:after {opacity: 0;}
.icon-search.icon-is-visible span:before,
.icon-search.icon-is-visible span:after,
.icon-share.icon-is-visible span:before,
.icon-share.icon-is-visible span:after {opacity: 1;}
@media only screen and (min-width: 640px) and (max-width: 767px) {
    .search input,.ac_result {width: 340px;}
    .search button {width: 70px;}
}
@media only screen and (max-width: 639px) {
    .search span.selected,.search button,.icon-search {display: none;}
.search button.advanced{display:block;background:none;    position: absolute;  right: 10px;}
.search button.advanced a{color:#333;}
    .search .search-menu li {
        font-size: 13px;
        padding: 5px 3px;
    }
    .search,.share {
        height: 85px;
        z-index: 5;
        padding: 5px 0;
        width: 100%;
    }
    .search input {
        width: 100%;
        border-radius: 5px;
    }
}
@media only screen and (max-width: 375px) {
	.search .search-menu li {
        font-size: 13px;
        padding: 5px 1px;
    }
}
@media only screen and (max-width: 320px) {
	.search .search-menu li {
	    font-size: 12px;
	    padding: 5px 1px;
	}
}									   

/*suggesstion*/
.ac_result{
    margin: 0;
    position: absolute;
    z-index: 10;
    opacity: 0;
    left: 16px;
    top: 37px;
    width: 400px;
    transition: opacity 0.2s;
    background: rgba(255,255,255,0.8); 
    border: 1px solid #ddd;
    display: none;
}
.ac_result.is-open{
    opacity: 1;
     display: block;
}
.ac_desc{
    float: right;
    display: inline-block;
    width: 36%;
    text-align: right;
    color: #B2B2B2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ac_word{
    width: 60%;
    display: inline-block;
    padding: 0;
    padding-top: 2px;
    padding-left: 6px;
    margin: 0;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ac_word-1{
    width: 60%;
    display: inline-block;
    padding: 0;
    padding-top: 2px;
    padding-left: 26px;
    margin: 0;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ac_word em,.ac_word-1 em{
    font-style: normal;
    font-weight: 700;
}
.ac_result li{
    font-size: 12px;
    list-style: none;
    height: 30px;
    line-height: 30px;
    padding:0 10px;
    cursor: pointer;
}
@media only screen and (max-width: 639px) {
    .ac_result {
       	top: 36px;
	    width: calc(100% - 1.3rem);
	    left: 0.7rem;
    }
    .ac_result li:hover {background-color: inherit;}
}
/*搜索页*/
.map-box .columns {padding:0;}
.map-box .list {
    height: calc(520px - 45px);
    overflow-x: hidden;
    overflow-y: auto;
}
.map-box .list li:last-child {border: none;}
.map-box .list li {
    position: relative;
    padding: 5px;
    border-bottom: 1px solid #ddd;
	cursor: pointer;
}
.map-box .list.load li {
  transform: translateY(60px);
}
.map-box li .detailed {padding: 0 5px 0 35px;}
.swiper-box .detailed {padding: 0 30px 0 54px;}
.map-box li .detailed .title,
.swiper-box .detailed .title {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.map-box li .time,
.map-box li .distance,
.swiper-box .time,
.swiper-box .distance {
    color: #8f8f8f;
    font-size: 12px;
}
.map-box li .time,
.swiper-box .time {float: none;}
.map-box li .distance {
    max-width: 54px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: absolute;
    right: 10px;
    bottom: 5px;
}
.swiper-box .distance {float: right;}
.map-box li:hover .fa-angle-right,
.map-box .list li.active .fa-angle-right {display: block;}
.map-box .list li .magnitude.autoinfo {
    background-color: yellow;
    height: 45px;
}
.map-box .list li .magnitude.autoinfo:after {
    background-color: hotpink;
    height: 14px;
    width: 14px;
    line-height: 13px;
    content: "A";
    font-size: 10px;
    text-align: center;
    color: #fff;
    float: left;
    position: relative;
    bottom: 44px;
    display: block;
}
.map-box .list li .detailed a.autoinfo {
    position: absolute;
    display: inline-block;
    height: 18px;
    width: 18px;
    line-height: 16px;
    font-size: 12px;
    background: yellow;
    color: red;
    font-weight: bolder;
    text-align: center;
    cursor: help;
    /*right: 0;*/
    left: 0;
    top: 0;
}
.swiper-box .detailed a.autoinfo {
    position: absolute;
    display: inline-block;
    height: 24px;
    width: 24px;
    line-height: 23px;
    font-size: 20px;
    background: yellow;
    color: red;
    font-weight: bolder;
    text-align: center;
    cursor: help;
    right: 0;
    /* left: 0; */
    top: 0;
}

.map-box .list li .title .autoinfo, .swiper-box .title .autoinfo {
    font-size: 13px;
    font-weight: bold;
    color: #1f83d8;
}
.anchorBL{display:none;}
.BMap_scaleCtrl {display: block;}
.BMap_pop img,.BMap_shadow img {max-width: inherit;}
.BMap_bubble_content .info {
    width: 300px;
    height: 140px;
    position: relative;
    overflow-y:hidden;
}
.BMap_scaleCtrl {
    left: auto !important;
    right: 10px !important;
    bottom: 80px !important;
}
.map-box .coordinate {
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 2px;
    position: absolute;
    bottom: 5px;
    right: 10px;
    width: 110px;
    height: 36px;
    padding: 2px 7px;
    line-height: 16px;
    font-size: 12px;
}
.map-tip {
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 2px;
    padding: 0;
    position: absolute;
    bottom: 5px;
    left: 50%;
    width: 370px;
    height: 64px;
    margin-left: -200px;
}
.map-tip .title {
    text-align: center;
    font-size: 12px;
    font-weight: bold;
}
.map-box .map-tip li:hover .title {
    color: inherit;
}
.map-tip ol {
    margin: 0;
    line-height: 14px;
    text-align: center;
    display: flex;
    webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}
.map-tip ol li {
    margin: 0 1px;
    position: relative;
    font-size: 12px;
}
.map-tip .eq-mag {margin-top: 5px;}
.map-tip .eq-mag:before {
    content: "2";
    font-size: 14px;
    padding: 0 10px;
}
.map-tip .eq-mag:after {
    content: "7+";
    font-size: 14px;
    padding: 0 10px;
}
.circle {
    border: 1px solid #333;
    border-radius: 50%;
    display: inline-block;
}
.eq-mag-0 {
    width: 5px;
    height: 5px;
}
.eq-mag-1 {
    width: 7px;
    height: 7px;
}
.eq-mag-2 {
    width: 9px;
    height: 9px;
}
.eq-mag-3 {
    width: 11px;
    height: 11px;
}
.eq-mag-4 {
    width: 13px;
    height: 13px;
}
.eq-mag-5 {
    width: 17px;
    height: 17px;
}
.eq-mag-6 {
    width: 21px;
    height: 21px;
}
.eq-mag-7 {
    width: 25px;
    height: 25px;
}
.map-tip .eq-time li {
    width: 20%;
    text-align: center;
}
.map-tip .eq-time span {white-space: nowrap;}
.eq-time-hour,
.eq-time-day,
.eq-time-week,
.eq-time-month,
.eq-time-year {
    width: 20px;
    height: 20px;
}
.eq-time-hour {background-color: red;}
.eq-time-day {background-color: #f90;}
.eq-time-week {background-color: #ff0;}
.eq-time-month {background-color: #fff;}
.eq-time-year {background-color: #aaa;}
.small-info {
    width: 100%;
    min-height: 140px;
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 1px 8px rgba(0,0,0,.5);
    padding: 10px;
    position: fixed;
    bottom: 0;
    transition-property: transform;
    transition-duration: 0.3s;
    transition-delay: 0.3s;
    transform: translate3d(0, 100%, 0);
    z-index: 5;
}
.small-info .info {
    font-size: 14px;
    line-height: 20px;
    padding-right: 25px;
    z-index: 1;
}
.small-info .close {
    width: 25px;
    text-align: center;
    height: 25px;
    line-height: 25px;
    font-size: 24px;
    font-weight: bold;
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 99;
}
.small-info .info > div {font-size: 14px;}
.small-info .info > div a {white-space: nowrap;}
.small-info .info span {
    color: #777;
    margin-right: 5px;
}
@media only screen and (max-width: 639px) {
	.sidenav-1{height:calc(100% - 120px);}
    .map-box {border: none;padding-top: 40px;}
    .map-box .large-3,
    .map-box .large-9 {border: none;}
    .map-box li .detailed .title {font-size: 14px;}
    .s-select {
      padding-top: 40px;
      height: calc(100vh - 50px);
      overflow: hidden;
    }
    .BMap_bubble_content .info {
        width: 200px;
        min-height: 100px;
        font-size: 12px;
        line-height: 18px;
    }
    #allMap {height: calc(100vh - 50px) !important;}
    .map-tip {display: none;}
    .small-info.open {
        transform: translate3d(0, 0, 0);
        transition-delay: 0s;
    }
.map-box .list {height:calc(100vh - 220px);}
.map-box li .magnitude {
    width: 46px;
}
}
@media only screen and (max-width: 1023px) {
  .map-box li:hover .fa-angle-right, .map-box .list li.active .fa-angle-right {display: none;}
}
@media only screen and (max-width: 639px) {
    .map-box li .detailed {padding: 0 10px 0 54px;}
    .map-box li .detailed .txt,
    .swiper-box .detailed .txt {line-height: 18px;}
    .swiper-box .title {
      font-size: 14px;
      line-height: 1.6;
    }
    /*.map-box .list-box {height: calc(100vh - 140px) !important;}*/
}
@media only screen and (min-width: 769px) {
  .list-box {min-height:520px;}
}
/*搜索页*/
.mobile{
  display: none;
}
.all-btn {display: none;}
@media only screen and (max-width: 1023px) {
  .all-btn {
    position: relative;
    top: 2px;
    display: inline-block;
    width: 44px;
    height: 44px;
    overflow: hidden;
    white-space: nowrap;
    color: transparent;
    z-index: 3;
    text-align: center;
  }
}
@media only screen and (max-width: 639px) {
  .mobile{
    display: block;
      position: absolute;
      top: 0px;
      left: 0;
      width: 100%;
      height: 50px;
      line-height: 50px;
      text-align: center;
  }
  .mobile-menu{
      position: absolute;
      left: 0;
      top: 0;
      display: block;
      width: 50px;
      height: 50px;
      line-height: 50px;
      text-align: center;
      z-index: 551;
      cursor: pointer;
    }
    .menu-patty {
      margin: -2px auto;
      width: 25px;
      height: 3px;
      display: block;
      position: absolute;
      top: 50%;
      right: 0;
      left: 0;
      background-color: #fff;
      -webkit-transition: -webkit-transform 0.2s ease;
      -o-transition: -o-transform 0.2s ease;
      transition: transform .2s ease;
  }
  .menu-patty:first-child {
      -webkit-transform: translateY(-9px);
      -ms-transform: translateY(-9px);
      -o-transform: translateY(-9px);
      transform: translateY(-9px);
  }
  .menu-patty:last-child {
      -webkit-transform: translateY(9px);
      -ms-transform: translateY(9px);
      -o-transform: translateY(9px);
      transform: translateY(9px);
  }
  .mobile-title{
    font-size: 1.25rem;
      width: 100%;
      display: block;
      padding: 10px 0;
  }
  .mobile-share{
    position: absolute;
      right: 0;
      top: 0;
      display: block;
      width: 45px;
      height: 45px;
      z-index: 2;
      cursor: pointer;
      font-size: 1.5rem;
  }
  .mobile-menu.open > .menu-patty:first-child {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
  }
  .mobile-menu.open > .menu-patty {
      -webkit-transform: scale(0);
      -ms-transform: scale(0);
      -o-transform: scale(0);
      transform: scale(0);
  }
  .mobile-menu.open > .menu-patty:last-child {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
  }
  .top-nav a {display: block;}
}
/*loading*/
.loading {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
  background-color: rgba(255,255,255,0.9);
  background-image: url(../images/loading.gif;vpn_img);
  background-repeat: no-repeat;
  background-position: center;
  display: none;
}
.loading.show {
  display: block;
}
/*reveal modal*/
.reveal {
    position: absolute;
    top: 50% !important;
    left: 5%;
    margin-top: -75px;
    height: auto;
    min-height: 150px;
    width: 90%;
    transform: scale3d(0,0,0);
    transition-delay: 0.2s;
    transition-duration: 0.2s;
}
.is-reveal-open .reveal {
  transform: scale3d(1,1,1);
}
.reveal .info {
  font-size: 12px;
  line-height: 20px;
}
.reveal .close-button {
    background: none;
    font-size: 18px;
    color: #333;
    font-weight: 600;
    padding: 10px;
}
.swiper-box {
  position: absolute;
  bottom: 10px;
  padding: 0 10px;
}
.swiper-box, .swiper-container {
    width: 100%;
}
.swiper-box .con,
.swiper-box .slide-goon,
.swiper-box .slide-review {
  min-height: 64px;
  padding: 10px 0;
  background-color: #fff;
  border-radius: 5px;
}
.swiper-box .slide-goon,
.swiper-box .slide-review {
  font-size: 12px;
  text-align: center;
  line-height: 44px;
}
@media only screen and (min-width:641px) and (max-width:768px){
.f-classify .f1-cla li{    padding: 3px 15px 3px 0;}
}
/*网站地图*/
.card {border: none;}
.card li {
    padding: 5px 0 5px 43px;
    margin-bottom: 10px;
    background-image: url(../images/icon.png;vpn_img);
    background-repeat: no-repeat;
    min-height: 52px;
}
.card li:last-child {margin-bottom: 0;}
.card li a {
    font-size: 14px;
    line-height: 1.4;
    width: 126px;
    display: block;
}
.card li.card-museum a,
.card li.card-consulting a {line-height: 42px;}
.card li.card-share a {width: 115px;}
.card li.card-museum {background-position: -10px -248px;}
.card li.card-consulting {background-position: -10px 3px;}
.card li.card-refuge {background-position: -10px -63px;}
.card li.card-share {background-position: -10px -130px;}
.card li.card-server {background-position: -10px -192px;}
.BMap_noprint.anchorTL lable{
    display: inline-block;
}
