
.all{
    background:none;
}
.top{
    background:none;
}
.amap-controls{
    display: none;
}
.tops{
    height: auto;
    background-size: cover;
    position: relative;
    background: none;
    height: 2.8rem;
    padding: 0.2rem;
}
.amap-marker-label{ border:none !important;padding:5px;}
.close-btn{ width: 0.4rem;margin-top: -0.2rem;float: right;}

.main-title {
	width: 7.5rem;
	text-align:left;
}
.area_id_wrap,.big_id_wrap, .small_id_wrap {
	width: 1.5rem;	
}
.nav-undersearch a{margin-top: 0.2rem;}




.address_wrap{
    position: fixed;
    bottom: 1rem;
    width: 7rem;
    background-color: #fff;
    margin-left: 0.25rem;
    border-radius: 0.16rem;
    padding: 0.25rem;
    display: none;
}

.list-item {
    margin-bottom:0;
    font-size: .29rem;
    font-weight: bold;
}

.list-item {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 0.2rem;
}
.guide5-content .list-title {
    font-size: .29rem;
    font-weight: bold;
    color: black;
}

.list-img{
    position: absolute;
    top: 0.3rem;
    right: 0.3rem
}

.list-img img {
    width: 0.4rem;
    height: auto;
    margin-top: -0.2rem;
 
}

.list-detail-title {
    width: 20%;
    display: block;
    flex-shrink: 0;
    color: #666;
    vertical-align: top;
    margin-bottom: .10rem;
}

.list-detail-content {
    /* width: 65%; */
    display: block;
    /* text-indent: .27rem; */
    margin-bottom: .22rem;
}

.fixed {
    position: fixed;
    bottom: 0;
    z-index: 999;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    max-width: 7.5rem;
    margin: auto;
    padding: 0.1rem 0;
    background: #fff;
}

.share div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.share-icon {
    width: 0.3rem;
    height: 0.3rem;
    margin-left: 0.1rem;
}
.list-title-tag{
    padding: 5px 10px;
    border: 1px solid #78e000;
    color:#78e000;
    font-size: 12px;
    font-weight: 500;
    border-radius: 5px;
}
.other-city {
    width: 65%;
    height: 0.8rem;
    line-height: 0.8rem;
    text-align: center;
    font-size: 0.32rem;
    border: 0;
    border-radius: 1.5625rem;
    margin-left: 0.275rem;
    margin-right: 0.275rem;
    margin-top: 0.1rem;
    color: #ffffff;
    background: #FF7F50;
}

.share,.other_btns {
    width: 35%;
    height: 0.8rem;
    line-height: 0.8rem;
    border-radius: 1.5625rem;
    color: #ffffff;
    font-size: 0.3rem;
    font-weight: 500;
    background-color: #FF7F50;
    margin-left: 0.275rem;
	text-align: center;
}

.weui-mask {
position: fixed;
z-index: 1000;
top: 0;
right: 0;
left: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.6);
}
.weui-masks {
position: fixed;
z-index: 1000;
top: 0;
right: 0;
left: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.6);
}

.weui-dialog {
position: fixed;
z-index: 5000;
width: 80%;
max-width: 750px;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
background-color: #FFFFFF;
text-align: center;
border-radius: 0.06rem;
overflow: hidden;
}

.weui-dialog__hd {
padding: 1.3em 1.6em 0.5em;
}

.weui-dialog__title {
font-weight: 400;
font-size: 0.36rem;
}

.weui-dialog__bd {
padding: 0 1.6em 0.8em;
min-height: 0.8rem;
font-size: 0.3rem;
line-height: 1.3;
word-wrap: break-word;
word-break: break-all;
color: #808080;
text-align:left;
}

.weui-dialog__bd  img{ max-width:100%;}

.weui-dialog__bd:first-child {
padding: 2.7em 0.4rem 1.7em;
color: #353535;
}

.weui-dialog__ft {
position: relative;
line-height: 0.96rem;
font-size: 0.36rem;
display: -webkit-box;
display: -webkit-flex;
display: flex;
}

.weui-dialog__ft:after {
content: " ";
position: absolute;
left: 0;
top: 0;
right: 0;
height: 0.02rem;
border-top: 0.02rem solid #D5D5D6;
color: #D5D5D6;
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
-webkit-transform: scaleY(0.5);
transform: scaleY(0.5);
}

.weui-dialog__btn {
display: block;
-webkit-box-flex: 1;
-webkit-flex: 1;
flex: 1;
color: #09BB07;
text-decoration: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
position: relative;
}

.weui-dialog__btn:active {
background-color: #EEEEEE;
}

.weui-dialog__btn:after {
content: " ";
position: absolute;
left: 0;
top: 0;
width: 0.02rem;
bottom: 0;
border-left: 0.02rem solid #D5D5D6;
color: #D5D5D6;
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
-webkit-transform: scaleX(0.5);
transform: scaleX(0.5);
}

.weui-dialog__btn:first-child:after {
display: none;
}

.weui-dialog__btn_default {
color: #353535;
}

.weui-dialog__btn_primary {
color: #09BB07;
}