.Event{
    cx: 0;
    cy: 0;
    r: 36px;
    fill: rgba(255,159,35,1);
    stroke: rgba(255,159,35,0.40);
    stroke-width: 6px;

}

.Tags{
    cx: 0;
    cy: 0;
    r: 36px;
    fill: rgba(252,106,175,1);
    stroke: rgba(252,106,175,0.50);
    stroke-width: 6px;
}

.Company{
    cx: 0;
    cy: 0;
    r: 36px;
    fill: rgba(0,201,141,1);
    stroke: rgba(0,201,141,0.40);
    stroke-width: 6px;
}

.Investor{
    cx: 0;
    cy: 0;
    r: 36px;
    fill: rgba(99,150,236,1);
    stroke: rgba(99,150,236,0.40);
    stroke-width: 6px;
}

.News{
    cx: 0;
    cy: 0;
    r: 36px;
    fill: rgba(107,79,247,1);
    stroke: rgba(107,79,247,0.50);
    stroke-width: 6px;
}

.tags_item{
    padding: 5px 15px;
    font-family: PingFangSC-Medium;
    font-size: 12px;
    line-height: 18px;
    margin-right: 10px;

}
.tags_item img{
    width: 15px;
    height: 15px;
    margin-right: 5px;
}

.invest{
    background: rgba(99, 150, 236, 0.1);
    color: #6396EC;
}
.events{
    background: rgba(255,159,35,0.1);
    color: #FF9F23;
}

.companys{
    background: rgba(0,201,141,0.1);
    color: #00C98D;
}
.new{
    background: rgba(107,79,247,0.1);
    color: #6B4FF7;
}
.tag{
    background: rgba(252,106,175,0.1);
    color: #FC6AAF;
}
