<!--
.ProductListFrame {
    margin-left: 0px;
    padding-left: 0px;
    list-style-type: none;
}
.ProductListFrame li {
    margin-left: 0px;
    padding-left: 0px;
    list-style-type: none;
    float: left;
    width: 50%;
    overflow: hidden;
}
body, td, th {
    font-size: 14px;
}
body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-image: url(../img/nybj.jpg);
}
-->
<!--
.progress-container::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #ccc;
    z-index: 1;
}
.progress-step {
    text-align: center;
    position: relative;
    z-index: 2;
}
.step-icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    background-color: #ccc;
    color: #fff;
    font-size: 14px;
    position: relative;
    z-index: 2;
    float: left;
    text-align: center;
}
.step-label {
    font-size: 14px;
    color: #666;
    float: left;
    clear: right;
    height: 30px;
    line-height: 30px;
    margin-left:10px;
}
.step-line {
    height: auto;
    width: 3px;
    margin-left: 12px;
    margin-right: 12px;
    background-color: #ccc;
}
.progress-step.active .step-icon {
    background-color: #007bff;
}
.progress-step.active .step-line {
    background-color: #007bff;
}
.progress-step.active .step-label {
    color: #007bff;
}
-->