.xc-container {
    position: relative;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.xc-axis text,
.xc-legend-item text {
    font-size: 14px;
    fill: #a2a2a2;
    stroke: none;
}

.xc-axis path {
    stroke: #a2a2a2;
}

.xc-axis.yAxis-1 > .domain {
    display: none;
}



.xc-axis > .tick:first-child > line {
    opacity: 0;
}

.xc-axis.xc-bar-axis > .tick:first-child > line {
    opacity: 0.2;
}

.xc-legend-group {
    cursor: pointer;
}

.xc-tooltip {
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    border: 1px solid #000;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    visibility: hidden;
    padding: 10px;
    text-align: left;
    pointer-events: none;
}

.xc-tooltip > p {
    margin: 0;
}

/* 雷达图样式 */
.xc-radar-web,
.xc-radar-line {
    fill: #fff;
    fill-opacity: 0.5;
    stroke: rgb(223, 223, 223);
    /*stroke-dasharray: 10 5;*/
}

.xc-radar-web:nth-child(odd) {
    fill: rgb(238, 238, 238);
}

.xc-radar-area polygon {
    fill-opacity: 0.5;
    fill: none;
    stroke-width: 3;
}

.xc-radar-area-point {
    fill: white;
    stroke-width: 3;
    r: 3;
}

.xc-radar-coverPolygon {
    fill-opacity: 0;
}

.xc-radar-tooltip-line {
    stroke: #008ACD;
    stroke-width: 2;
}

.xc-tooltip h3 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.xc-tooltip div {
    padding: 5px 0;
}

.hidden {
    visibility: hidden;
}

/* 饼图样式 */
.xc-pie-textLine {
    fill: none;
    stroke: #000;
    stroke-width: 2px;
    stroke-dasharray: 5px;
    opacity: 0.5;
}

/* 柱状图样式 */
.xc-bar-rect {
    /*rx: 5;*/
    /*ry: 5;*/
}
