.cost-nav {
    padding: 15px 0;
}

.cost-nav li {
    width: 33.333%;
    margin: 15px 0;
}

.cost-nav li img {
    width: 25px;
}

.cost-info-detail img.delete {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 101;
    width: 13px;
}

.cost-id-wrapper .img-container {
    width: 80px;
    float: left;
    height: 80px;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: rgb(51, 51, 51);
}

.cost-id-wrapper .img-container img {
    display: block;
    width: 20px;
    margin-right: 10px;
}

.property-pay-detail {
    width: 100%;
    box-sizing: border-box;
    padding: 0 3%;
}

.property-pay-detail .title {
    height: 40px;
    line-height: 40px;
    float: left;
    width: 100%;
}

.property-pay-detail .item {
    width: 100%;
    float: left;
    font-size:12px;
    color:rgb(153,153,153);
}

.property-pay-detail .item p{
    float:left;
    line-height: 25px;
}

.property-pay-detail .item:last-child{
    border-bottom: 1px solid #eee;
}

.property-pay-detail .item p:first-child {
    margin-right:20px;
}

.cost-pay-now {
    width:94%;
    float:left;
    margin:30px 3%;
    height:45px;
    border:1px solid rgb(173,154,132);
    color:rgb(173,154,132);
    font-size:17px;
    text-align: center;
    line-height: 45px;
    overflow: hidden;
    background: #fff;
    border-radius: 5px;
}

.pay-top-tip{
    padding:20px 0;
    text-align: center;
    font-size:17px;
    color:rgb(51,51,51);
    border-bottom: 1px solid #eee;
}

.pay-top-tip .time{
    color:rgb(153,153,153);
    font-size:12px;
}

.pay-top-tip img{
    display: block;
    width:32px;
    margin:0 auto 5px;
}

.pay-success-info{
    line-height: 25px;
    font-size: 12px;
    color:rgb(102,102,102);
    box-sizing: border-box;
    padding:10px 3%;
    border-bottom: 1px solid #eee;

}

.pay-success-info .item{
    width:100%;
    float:left;
}

