body {
    margin: 0;
    height: 100%;
}

* {
    list-style: none;
}

html {
    height: 100%;
}

.nav-header {
    z-index:755;
    position: absolute;
    width: 100%;
    left: 0;
}

.header-form input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#search-span {
    left: 0;
    height: 30px;
    line-height: 30px;
}

#search {
    border-radius: 200px;
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
    font-size: 1.4rem;
    padding: 0 0 0 30px;
    width: 250px;
}

#search[readonly] {
    background: #fff;
}

#footer {
    position: fixed;
    left: 8px;
    right: 8px;
    bottom: 7px;
    z-index: 750;
    overflow: hidden;
    border-radius: 5px;
    padding: 5px 0;
    background:rgba(38,79,145,0.8);
    border:0;
}

#footer .row {
    border: 0;
    height: auto;
}
.navbar-footer{
    display:flex;
}
.navbar-footer .footer-text {
    font-size: 1.4rem;
    width: 100%;
    display: block;
    text-align: center;
    color:#fff;
}

.navbar-footer .col-xs-2 {
    padding: 0;
    cursor: pointer;
}

.navbar-footer .my-life {
    display: block;
    width: 100%;
    height: 20px;
    background: url(../images/life_icon.svg) no-repeat center;
    position: relative;
    text-align: center;
    background-size: 20px;
}

.navbar-footer .my-activity {
    background: url(../images/activity_icon.svg) no-repeat center;
    background-size: 26px;
}

.navbar-footer .my-public {
    background: url(../images/public_icon.svg) no-repeat center;
    background-size: 22px;
}

.navbar-footer .my-unit {
    background: url(../images/unit_icon.svg) no-repeat center;
    background-size: 16px;
}

.navbar-footer .my-user {
    background: url(../images/my_icon.svg) no-repeat center;
    background-size: 22px;
    margin-top:10px;
    margin-bottom:3px;
}

.navbar-link{
    text-align: center;
    flex:1;
}
.navbar-link img{
    display:block;
    margin:0 auto;
    margin-bottom:-5px;
}

.map-icon {
    position: absolute;
    right: 10px;
    top: 80px;
    z-index: 750;
}
.select-map,.explain-icon{
    display: block;
    width: 4rem;
    height: 4.5rem;
    background: url(../images/select-map.svg) no-repeat center 0.5rem;
    background-size: 2rem;
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding-top: 2.5rem;
    text-align: center;
}
.explain-icon{
    background:none;
    padding:0; 
    line-height: 4.5rem;
    background: #fff;
}
.compass {
    width: 4rem;
    position: absolute;
    right: 10px;
    top: 150px;
    z-index: 750;
}
.compass img {
    border-radius: 4px;
}
.audio-explain-icon {
    position: absolute;
    left: 10px;
    top: 80px;
    z-index: 750;
}
.audio-explain-icon .select-map {
    background: url(../images/audio_explain.png) no-repeat center;
    background-size: 100%;
}
/*音频解说样式*/
.audio-explain {
    position: absolute;
    width: 70%;
    height: 50%;
    top: 30%;
    left: 50%;
    margin-left: -40%;
    background-color: #fff;
    border-radius: 5px;
    z-index: 758;
    display: none;
}

.audio-explain .pop-tit {
    background: url(../images/audio_title.png) no-repeat center;
    background-size: cover;
    border-radius: 5px 5px 0 0;
    width: 100%;
    height: 3rem;
    line-height: 3rem;
    color: #fff;
    font-size: 1.6rem;
}
.audio-explain .pop-tit-reset {
    text-align:center; 
}
.audio-content {
    background:#fff; 
}
.ac-title {
    width: 100%;
    /*  height:6.5rem; */
    padding: .5rem 0 0 .5rem;
}

.ac-title-left {
    width:30%;
    /*height: auto!important;*/
    float: left;
    /*min-height:5.2rem;*/
    /*border:1px solid #eee;*/
}

.ac-title-left img {
    width:100%;
    max-width: 100%;
    min-height:5.3rem; 
}

.ac-title-right {
    float: left;
    width: 70%;
    padding-left:1rem;
    box-sizing: border-box;
}

.title-right-top {
    text-align: left;
    line-height: 30px;
    width: 100%;
}

.ac-content {
    height: 25%;
}

.ac-content-left,
.ac-content-right {
    /*   width: 60%;
    height: 16rem;
    float: left;
    text-align: left;
    box-sizing: border-box;
    overflow-y: auto;
    font-size: 1.4rem;
    color: #333;
    font-weight: bold;
    padding: 0 10px;
        letter-spacing: 1px;*/

    /*APP端语音解说由原来的两列并排改为两行并排
    width: 100%;
    */
    width:100%;
    height: 50%;
    float: left;
    text-align: left;
    box-sizing: border-box;
    font-size: 1.4rem;
    color: #333;
    font-weight: bold;
    padding: 0 10px;
    letter-spacing:-1px;
}

.ac-content-left {
    border-right: 1px solid #eee;
    /*padding-left: 0;*/
}

.ac-content-right {
    padding-left: 1rem;
    /*width: 40%;*/
    /*padding-right: 0;*/
}

.ac-content-explain,.ac-content-detail {
    height: 90%;
    overflow-y: auto;
    font-size:1.2rem;
    font-weight: normal;
}
.ac-footer {
    width: 100%;
    padding:0 1rem;
    height: 3rem;
    margin-top: .5rem;
}
.geo-icon {
    position: relative;
    display: inline-block;
    padding: 0 .5rem;
    width: 2rem;
    height: 2.5rem;
    background: url(../images/icon_map.png) no-repeat center top;
    color: red;
    text-align: center;
    font-size: 1.2rem;
    cursor: pointer;
    background-size: contain;
    margin-right: .5rem;
    float: left;
}
.geo-icon img {
    vertical-align: middle;
}
.geo-icon span {
    position: absolute;
    /* top: -0.3rem; */
    left: 0;
    color: red;
    font-weight: 700;
    font-size: 14px;
    display: inline-block;
    width: 2rem;
    line-height: 1.8rem;
}
#explainTitle {
    font-size: 1.8rem;
    font-weight: bold;
    width: 77%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    float: left;
}
.right-bottom-option {
    display: inline-block;
    margin: 0 1rem 0 0rem;
    font-size: 1.2rem;
/*    font-weight: bold;*/
}
.right-bottom-option:nth-child(2) {
    margin: 0;
}
.pop-close {
    position: absolute;
    top: 0;
    right: 10px;
    float: right;
    padding-right: 10px;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    cursor: pointer;
}
.audio-close {
    display: inline-block;
    position: absolute;
    width: 2.5rem;
    height: 2.5rem;
    right: 0;
    top: -3rem;
    z-index: 758;
}

.audio-back {
    margin-left: 2rem;
}
.audio-tit {
    float: right;
    margin-right: 2rem;
}
.audio-tit-reset{
   float:none;
   margin:0;  
}
.clearfix:after {
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}
.clearfix {
    zoom: 1;
}
.ac-item {
    width: 100%;
    height: 3.5rem;
    line-height: 3.5rem;
    border-bottom: 1px solid #eee;
    background: url(../images/go_detail.png) no-repeat 95% center;
    padding: 0 1rem;
    background-size: .8rem;
}
.geo-num {
    position: absolute;
    left: 0;
    color: red;
    font-weight: 700;
    font-size: 14px;
    display: inline-block;
    width: 2rem;
    text-align: center;
    line-height: 3rem;
}
.list-icon {
    display: inline-block;
    position: relative;
    width: 2rem;
    height: 3rem;
    margin-right: 1rem;
}
audio {
    width: 100%;
}
.btn-audio {
    margin: 90px auto;
    width: 186px;
    height: 186px;
    background: url(images/voice_stop.png) no-repeat center bottom;
    background-size: cover;
}
/*首页头部设置是否有返回按钮*/
.hasGoBack .header-wrap{ width:90%;}
.hasGoBack .header-form{width:61%;}
.hasGoBack .back{ width:10%;}