.progress-btn {
    position: absolute;
    width: 318px;
    height: 46px;
    line-height: 46px;
    background-color: #cccccc;
    border-radius: 5px;
}
.progress {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #00576C;
    border-radius: 5px;
}
.progress-text {
    position: absolute;
    z-index: 1;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    font-family: "微软雅黑";
    font-size: 18px;
    color: #39EED0;
    border-radius: 5px;
}