/*当前路径的css样式*/
.current-path li {
    display: inline-block;
}
.current-path li a{
    line-height: 45px;
    font-weight: bold;
    font-size: 14px;
    color: #494949;
}
.current-path li.current a {
    color: #E60012;
}
.title-mark {
    font-weight: bold;
    position: relative;
    padding: 15px 0 15px 20px;
    border-bottom: 1px solid #F2F2F2;
    margin-bottom: 20px;
}
.title-mark:before {
    position: absolute;
    content: '';
    display: block;
    width: 8px;
    height: 20px;
    background-color: #E60012;
    left: 0;
}
.todo-list>ul>li {
    border: 1px solid #eaeaea;
    overflow: hidden;
    margin-top: -1px;
}

.todo-list dl ul li a{
    /*display: block;*/
    line-height: 40px;
    font-size: 14px;
    color:#333333;
}

.todo-list dt {
    text-align: center;
    font-size: 16px;
    line-height: 80px;
    border-right: 1px solid #eaeaea;
    font-weight: normal;
}
table td,table th,table {
    text-align: center;
    font-weight: normal;
}
.num{
    display: inline-block;
    width: 16px;
    height: 16px;
    position: relative;
    z-index: 2;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    line-height:14px;
    text-align: center;
    background-color: #D8232a;
    color: #fff!important;
    margin-left:2px;
    behavior: url(../../PIE.htc);
}
.con-btn{
    text-align: center;
    padding-top: 50px;
}
/*.con-btn .btn {
    margin-right: 20px;
}*/
table tr td a {
    margin:0 10px;
}
#bill-count {
    margin-top: -19px;
}

.table th {
    background-color: #F2F2F2;
}
a.btn {
    color: #ffffff;
}
.nav-tabs{
    margin-bottom: 10px;
}
.nav-tabs>li>a,
.nav-tabs>li>a:hover,
.nav-tabs>li>a:focus{
    border: none;
    background: none;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #555;
    border: none;
    border-bottom: 2px solid #d8232a;
    cursor: default;
}
.col-xs-4 {
    width: 33.33333333333333%;
    text-align: right;
}
.address .row{
    margin-top: 15px;
    margin-bottom: 15px;
}
.address .pre{
    color: #333333;
    font-size: 14px;
    font-weight: bold;
}
.address .current{
    color: #d8232a;
    font-size: 14px;
    font-weight: bold;
}
.title{
    position: relative;
    padding-bottom: 15px;
    border-bottom: 1px solid #eaeaea;
}
.block{
    display: inline-block;
    width: 6px;
    height: 20px;
    background-color: #d8232a;
    position: absolute;
    top: 2px;
}
.dd{
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    margin-left: 10px;
}
table td input{
    border: none;
    text-align: center;
}
.zj li,.dx li{
    height: 80px;
    line-height: 80px;
}
