/*热点编辑组件补充样式*/
.base-info {
    font-size: 16px;
}
.hot-image{
    position: relative;
}
.hot-image>.spot {
     cursor: pointer;
     padding: 2px;
     border: 2px solid rgba(78,222,218,.8);
     color: #666;
     background: #fff;
     position: absolute;
     transition: all .3s;
 }
.hot-image>.spot.active {
    border-color: #f00;
}
.group-title {
    color: #0000ff;
}
.group-title>.control-label>span {
    display: inline-block;
    text-align: center;
    width: 168px;
}
[data-has-spot]>.ace-icon {
    cursor: pointer;
}
