.count {
    height: 60px;
    background-color: #fff;
}
.count span {
    font-size: 12px;
}
.count .info {
    width: 90px;
    display: -webkit-box;     
    display: -ms-flexbox;
    display: flex;     
    -moz-justify-content: center;     
    -ms-justify-content: center;     
    -o-justify-content: center;     
    -webkit-box-pack: center;     
        -ms-flex-pack: center;     
            justify-content: center;

    padding-left: 5px;
    cursor: pointer;
}
.count .info span {
    margin: 5px 0;
}
.count .info img {
    max-height: 12px;
    margin: 0 5px;
}

.count .tmp-icon-text {
    border-left: 2px solid #eee;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

/* 地图组件 */
.map {
    height: calc(100vh - 170px);
    width: 100vw;
}

/* 附件工具 */
.tools {
    position: fixed;
    right: 15px;
    top: calc(50% - 155px);
}
.tools > .tmp-icon-text {
    height: 60px;
    width: 60px;
    margin-top: 5px;
    background-color: rgb(54, 126, 239);
    border-radius: 3px;
}
.tools span {
    color: #fff;
}

/* 地址描述 */
.desc {
    display: -webkit-box;     
    display: -ms-flexbox;
    display: flex; 

    -webkit-box-orient: vertical; 

    -webkit-box-direction: normal; 

            flex-direction: column;     
    -moz-flex-direction: column;     
    -ms-flex-direction: column;     
    -o-flex-direction: column;     
    -moz-justify-content: center;     
    -ms-justify-content: center;     
    -o-justify-content: center;     
    -webkit-box-pack: center;     
        -ms-flex-pack: center;     
            justify-content: center;

    height: 60px;
    padding-left: 15px;
    position: relative;
    background-color: #fff;
}
.desc .name {
    font-size: 15px;
    font-weight: bold;
}
.desc .address {
    font-size: 12px;
    color: #999;
    margin-top: 5px;
}
.desc .icon {
    height: 40px;
    width: 40px;
    position: absolute;
    right: 15px;
    top: 10px;
}