.content {
    padding-top: 10px;
}
.content .title {
    padding: 0 15px;
}
.pay-item-title {
    background: #FBFBFB;
    height: 40px;
    padding: 0 15px;
    margin-bottom: 10px;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.pay-item-title p {
    font-size: 15px;
    color: #333;
}
.pay-item-title .txt {
    font-size: 14px;
    color: #999;
}
.pay-item-title .txt img {
    width: 14px;
    height: 14px;
}
.pay-item-con {
    padding: 0 15px;
}
.pay-item-con .item {
    padding: 15px 10px;
    width: 100%;
    border: 1px solid #DDDDDE;
    border-top: 1px solid #FA3C3C;
    margin-bottom: 10px;
}
.pay-item-con .item .icon {
    text-align: center;
    width: 130px;
}
.pay-item-con .item .icon p:first-child {
    margin-bottom: 10px;
}
.pay-item-con .item .bank {
    width: 37.5px;
    height: 37.5px;
}
.pay-item-con .item .icon a, .pay-item-con .item .icon p:nth-child(2) {
    font-size: 10px;
    color: #999;
}
.pay-item-con .item .info {
    width: calc(100% - 130px);
    padding-left: 10px;
    border-left: 1px solid #DDDDDE;
}
.pay-item-con .item .info p {
    font-size: 12px;
    line-height: 20px;
    color: #555;
    text-indent: -50px;
    padding-left: 60px;
}
.pay-item-con .item .info .qcode {
    text-indent: 0;
    margin: 10px auto 0;
    width: 120px;
    height: 120px;
    padding: 10px;
    background: #01AAEE;
    border-radius: 2px;
}
.pay-item-con .item:last-child .info .qcode {
    background: #51C524;
}