.tencent-map-card {
    display: inline-block;
    margin: 50px auto;
    position: absolute;
    width: 200px;
    background-color: #fff;
    color: #000000;
    -moz-box-shadow:7px 7px 6px rgba(0, 0, 0, 0.04);
    -webkit-box-shadow:7px 7px 6px rgba(0, 0, 0, 0.04);
    box-shadow:7px 7px 6px rgba(0, 0, 0, 0.04);
}
.tencent-map-card .title{
    width: 100%;
    height:20px;
    color: #ffffff;
}

.title span.title-name{
    position: relative;
    top: 7px;
    left: 10px;
    font-size: 18px;
}


.tencent-map-card .title .close{
    position: absolute;
    top:10px;
    right: 10px;
    width: 10px;
    height: 10px;
    background-color: #ddd;
    cursor:pointer;
}
.tencent-map-card .title .close .min {
    width: 0;
    height: 0;
    font-size:0;
    overflow:hidden;
    position:absolute;
    border-width:5px;
}

.tencent-map-card .title .close .top-img {
    border-style:solid dashed dashed;
    border-color:#fff transparent transparent transparent;
    top:-2px;
}

.tencent-map-card .title .close .right-img {
    border-style:solid dashed dashed;
    border-color:transparent #fff transparent transparent;
    left:2px;
}

.tencent-map-card .title .close .bottom-img{
    border-style:solid dashed dashed;
    border-color:transparent transparent #fff transparent;
    top:2px;
}

.tencent-map-card .title .close .left-img{
    border-style:solid dashed dashed;
    border-color:transparent transparent transparent #fff;
    left:-2px;
}

.tencent-map-card span.cancle{
    width:0;
    height:0;
    font-size:0;
    overflow:hidden;
    position:absolute;
}

.tencent-map-card span.bot{
    border-width:20px;
    border-style:solid dashed dashed;
    border-color:#ffffff transparent transparent;
    left:80px;
    bottom:-40px;
}
.tencent-map-card span.top{
    border-width:20px;
    border-style:solid dashed dashed;
    border-color:#fff transparent transparent;
    left:80px;
    bottom:-33px;
}
.tencent-map-card .content{
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom:10px;
}
.tencent-map-card .address{
    color:#666;
}
