
.container {
    margin-left: 5px;
    max-width: 151px;
    padding: 10px;
    background-color: #ffffee;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.jphp-group {
    margin-bottom: 2px;
}

.jphp-header {
    display: table;
    width: 100%;
    margin-bottom: 2px;
}

.jphp-title {
    text-align: center;
    background-color: black;
    color: #ffffff;
    font-weight: 600;
    font-size: 12px;
}
.jphp-bottom {
    text-align: center;
    color: black;
    font-weight: 600;
    font-size: 12px;
    margin-top: 10px;
}
.jphp-bottom a {
    color: black;
}
.jphp-race {
    display: table-cell;
    color: #34495e;
    font-weight: 600;
    font-size: 12px;
}

.jphp-value {
    display: table-cell;
    text-align: right;
    font-weight: bold;
    font-size: 12px;
    color: #2c3e50;
}

.jphp-bar {
    height: 12px;
    background-color: #f0f0f0;
    border-radius: 50px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08) inset;
}

.jphp-fill {
    height: 100%;
    width: 0%;
    /* IE9+支持transition，更低版本会忽略 */
    transition: width 0.6s ease;
}

.jphp-fill.bhp {
    /* 使用纯色替代渐变，渐变在旧版浏览器中支持不佳 */
    background-color: #0396ff;
}

.jphp-fill.chp {
    background-color: #f83600;
}

.jphp-fill.ahp {
    background-color: #0acffe;
}

.loading {
    text-align: center;
    color: #7f8c8d;
    padding: 10px 0;
    font-size: 14px;
}