.service-detail h3 {
    margin-top: 26px;
    margin-bottom: 18px;
    height: 24px;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    line-height: 24px;
}

.info {
    width: 1160px;
    padding-top: 30px;
    background: rgba(245, 246, 250, 1);
}

.pay-info {
    margin: 20px;
}

.pay-info .total {
    margin-bottom: 20px;
}

.pay-info .total .unit {
    color: #9b9b9b;
}

.pay-info .total .num {
    font-size: 30px;
}

.pay-btn {
    height: 40px;
    width: 150px;
}