.g-container {
    width: 100%;
    line-height: 0.1rem;
    font-size: 0.22rem;
    color: #e3e3e3;
    padding:0.2rem;
}

.g-progress {
    width: 50%;
    margin: auto;
    height: 0.1rem;
    border-radius: 0.1rem;
}

/* 修改前景色 */
progress::-webkit-progress-value {
    background-color: #D1AE52; /* 进度条前景色为绿色 */
    border-radius: 0.1rem;
}

/* 修改背景色 */
progress::-webkit-progress-bar {
    background-color: #e3e3e3; /* 进度条背景色为红色 */
    border-radius: 0.1rem;
}

.TBEN6ItimocPXMsKC0So {
    width: 150%;
    position: relative;
    left: -50%;
}

.TBEN6ItimocPXMsKC0So .g-progress{
    width: 30%;
}

.TBEN6ItimocPXMsKC0So .g-progress-span{
    font-size: 0.16rem;
    color: #e3e3e3;
}