.payResults-wrap{
    width: 900px;
    padding-bottom: 30px;
    background-color: #fff;
    border-radius: 6px;
    border:1px solid #D9D9D9;
    margin: 0 auto;
}
.payResults-wrap h2{
    width: 100%;
    height: 47px;
    line-height: 47px;
    font-size: 16px;
    color: #333333;
    text-align: center;
    border-bottom:1px solid #cfcfcf ;
}
.payResults-wrap h2 span{
    float: right;
    margin-right: 16px;
    color: #7D7D7D;
    cursor: pointer;
}
.payResults-content {
    padding-top: 32px;
}
.payResults-content h3{
    text-align: center;
    font-size: 16px;
    color: #333;
    margin-bottom: 30px;
}
.payResults-content ul{
    padding: 0 20px ;
}

.payResults-content ul li{
    font-size: 14px;
    margin-bottom: 20px;
    color: #666666;
    line-height: 16px;
}
.payResults-content  .li-right{
    float: right;
    margin-top: -36px;
    margin-right: 55px;
}
.payResults-content .fy{
    margin-right: 134px;
}
.payResults-content .zt{
    margin-right: 118px;
}
.payResults-content .text-red{
    display: inline-block;
    margin-right: 20px;
    color: red;
}
.payResults-content .pay{
    width: 80px;
    height: 28px;
    margin-right:-20px ;
    font-size: 12px;
    color: #FFFFFF;
    background-image: linear-gradient(0deg, #2673E5 0%, #4C93FA 100%);
    background-color:#2673E5;
    border: 1px solid #2673E5;
    border-radius: 4px;
}

.table-wrap td{
    padding-left: 90px !important;
    width: 300px;
}
.table-wrap .add{
    padding-left: 0 !important;
}

.payResults-content .table-wrap{
    width: 860px;
    margin-left: 20px;
    border-bottom: 1px solid #ddd;
}
.table-wrap .table{
    margin-bottom: 0;
}
.payResults-content .style-blue{
    width: 100%;
    background: #DAE7FC;
    font-size: 14px;
    color: #2673E5;
}
/*确认缴费底下按钮*/
.goPayResults-btn{
    padding-left: 310px;
    margin-top: 20px;
}
.goPayResults-btn button{
    width: 110px;
    height: 40px;
    margin-right: 20px;
    font-size: 14px;
    border-radius: 4px;
}
.goPayResults-btn .preStep{
    border: 1px solid #2673E5;
    color: #2673E5;
    background-color: #fff;
}
.goPayResults-btn .goPay{
    font-size: 14px;
    color: #FFFFFF;
    background-image: linear-gradient(0deg, #2673E5 0%, #4C93FA 100%);
    background-color: #2673E5;
    border: 1px solid #2673E5;
}


