﻿body {

}
.font_red {
    color: #ff0000;
    font-weight: bold;
}
.bill_con {
    width: 1150px;
    margin: 0 auto;
    overflow: hidden;
    height: 103px;
    /*padding: 5px 130px 0;*/
}
.bill_top {
    height: auto;
    overflow: hidden;
    float: left;
}
.bill_top li{
    font-size: 16px;
    float: left;
    margin-left: 150px;
}
.bill_top li label {
    margin: 0 3px 0 5px;
}
.bill_top li p {
    line-height: 30px;
}
.pay_btn {
    float: left;
    margin-left: 50px;
}
.pay_btn a {
    width: 92px;
    height: 34px;
    display: inline-block;
    line-height: 34px;
    text-align: center;
    background: #55a5f6;
     color: #fff;
    margin-top: 5px;
    margin-bottom: 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;

}


.bill_top02 { float: left;}
.bill_top02 li{overflow: hidden;}
.bill_top02 p{ float: left;line-height: 30px;padding-left: 26px;}
.font_style{ font-weight: bold;color: #ca4341;}
.bill_top02_btn{ float:left;padding-left: 145px;margin-top: 5px;}
.bill_top02_btn a{
    width:70px;
    height:30px;
    display: inline-block;
    line-height:30px;
    text-align: center;
    background: #55a5f6;
    color: #fff;
    margin-top: 5px;
    margin-bottom:10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}


#tbComfirm {
    border: 1px solid #696969;
    margin: 20px auto;
    width: 650px;
}

    #tbComfirm tr td {
        border: 1px solid #696969;
        text-align: center;
    }

    #tbComfirm tr th {
        border: 1px solid #696969;
        text-align: center;
        font-size: 16px;
        font-weight: bold;
        line-height: 25px;
    }

#confirmPage {
    position: relative;
}