.side-wrap h1{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mapBtn {
    font-size: .12rem;
    display: block;
    width: .72rem;
    height: .26rem;
    line-height: .26rem;
    color: #005596;
    text-align: center;
    padding: .02rem;
    border-radius: .05rem;
    border:1px solid #005596;
}
.mapBtn:hover{
    color: #fff;
    background: #005596;
}

.tips{
    display: flex;
    align-items: center;
    font-size: .14rem;
    margin-top: .05rem;
}
.tips .up{
    display: block;
    font-size: inherit;
    margin-top: -.02rem;
}

.list-logo{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: .1rem;
    margin-top: .1rem;
}
.list-logo img {
    width: calc(24% - .1rem);
    border: .02rem solid #ecebeb;
    border-radius: .05rem;
    cursor: pointer;
}
.list-logo img.slected{
    border: .02rem solid #005596;
}

.slide-disclaimer{
    padding: .05rem .2rem;
    font-size: .14rem;
    background-color:#fff;
}


/* tiandi */
/*.tdt-infowindow-content{
    margin: .22rem .22rem 0!important;
}*/
.mark-detail{
    width: 2.30rem;
    padding: .22rem .22rem 0;
    background: #fff;
    box-shadow: 0 0 .10rem #cbcbcd;
    border-radius: .06rem;
    line-height: .6rem;
    min-width: 1.4rem;
    text-align: center;
    position: relative;
    bottom: .1rem;
}
.mark-detail a{
    display: block;
}
.mark-detail .topLogo {
    width: .36rem;
    height: .36rem;
    border-radius: .20rem;
    border: 1px solid #f7f7f7;
    box-shadow: 0 0 .05rem #888888;
    position: absolute;
    top: -.19rem;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 100;
}
.mark-detail .mark-title {
    padding-bottom: .08rem;
    border-bottom: 1px solid #f7f7f7;
    text-align: center;
}
.mark-detail .mark-title h4 {
    color: #333;
    line-height: .3rem;
    text-align: center;
    font-weight: bold;
    padding-top: .08rem;
    margin-bottom: .08rem;
}
.mark-detail .mark-title .mark-content {
    font-size: .10rem;
    line-height: .22rem;
    color: #999;
}

.mark-detail .mark-contain {
    padding: .18rem 0 .20rem;
    text-align: center;
}
.mark-detail .mark-contain .accept {
    font-size: .14rem;
    color: #666666;
    margin-bottom: .10rem;
    line-height: .20rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mark-detail .mark-contain .feedback {
    -webkit-text-size-adjust: none;
    font-size: .14rem;
    line-height: .28rem;
    color: #568be0;
    transform: scale(0.87);
    vertical-align: middle;
    text-align:left;
    width: 2.5rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.mark-detail .mark-contain .feedback span{
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}
.mark-detail .mark-contain .feedback:last-of-type{
    margin-bottom: .14rem;
}
.mark-detail .mark-contain .feedback .text {
    margin-left: .07rem;
}
.mark-detail .mark-contain .feedback .up {
    color: red;
}
.mark-detail .mark-contain .info-link {
    display: inline-block;
    font-size: .14rem;
    line-height: .32rem;
    color: #fa8718;
    font-weight: bold;
    border: 1px solid #fa8718;
    border-radius: .05rem;
    padding: .02rem .12rem;
    transform: scale(0.87);
    text-decoration: none;
}
.mark-detail .more {
    margin-top: .1rem;
    border-top: 1px solid #f7f7f7;
    position: relative;
}
.mark-detail .more .title {
    font-size: .12rem;
    color: #999;
    position: absolute;
    top: -.12rem;
    left: 50%;
    background: #fff;
    padding: 0 .04rem;
    margin-left: -.70rem;
    line-height: .24rem;
}
.mark-detail .more .view {
    width: calc(100% - .44rem);
    overflow: hidden;
    padding: .12rem .22rem;
}
.mark-detail .more .view .list {
    width: 200%;
    height: .38rem;
    line-height: .36rem;
    padding: .02rem 0 0 .04rem;
    list-style: none;
    text-align: left;
}
.mark-detail .more .view .list li {
    float: left;
    margin-right: .08rem;
}
.mark-detail .more .view .list img {
    width: .31rem;
    border: 1px solid #f7f7f7;
    border-radius: .20rem;
    box-shadow: 0 0 .05rem #888888;
}
.mark-detail .more .arrow {
    line-height: .6rem;
    position: absolute;
    top: 0;
    color: #999;
}
.mark-detail .more .left {
    left: .10rem;
}
.mark-detail .more .right {
    right: .10rem;
}
.amap-info .current {
    transform: translate(-50%, 0);
}


/* message */
.el-message {
    display: none;
    min-width: 300px;
    box-sizing: border-box;
    border-radius: 4px;
    border: 1px solid #ebeef5;
    box-shadow: 0 0 1px #909399;
    position: fixed;
    left: 50%;
    top: 80px;
    transform: translateX(-50%);
    background-color: #edf2fc;
    transition: opacity .3s,transform .4s,top .4s;
    overflow: hidden;
    padding: 15px 15px 15px 20px;
    /*text-align: center;*/
    z-index: 1;
}
.el-message__content {
    padding: 0;
    font-size: 14px;
    line-height: 1;
    color: #909399;
}
.el-message__content:focus {
    outline-width: 0
}


/* bing */
.InfoboxCustom{
    left: 50%;
    transform: translate(-45%, 0);
}
.NavBar_MapTypeButtonContainerWrapper{
    display: none;
}


