﻿.main {
    margin-top: 0;
    width: 445px;
    font-family: 微软雅黑;
    -webkit-user-select: none;
}
.contain {
    width: 445px;
    height: 40px;
    background-color: #E8E8E8;
}
.track {
    width: 12px;
    height: 26px;
    position: absolute;
    margin: -3px 0 0 0px;
    background-color: #5894e6;
    cursor: pointer;
}
.progress-bar{
    margin-top: 5px;
    width: 494px;
    position: relative;
}
.progress-bar>ol{
    height: 20px;
    width: 443px;
    border-left:1px solid #999;
    border-right:1px solid #999;
    position: absolute;
    left: 0;
    top:0;
}
.progress-bar>ol>li{
    float: left;
    width: 110px;
    height: 16px;
    border:1px solid #999;
    border-bottom: none;
    margin-left: -1px;
}
.progress-bar>ol .last{
    border-right:none;
}
.progress-bar>ul{
    position: absolute;
    left: -11px;
    top: 25px;
    height: 20px;
}
.progress-bar>ul>li{
    float: left;
    margin-right: 68px;
    color:#666;
    font-size: 14px;
}
.progress-bar>ul .last{
    margin-right: 0;
}