.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;
    padding-bottom: 10px;
    margin-bottom: 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;
}

.bg-fff {
    background-color: #fff !important;
}

.pr20 {
    padding-right: 20px !important;
}

.pl20 {
    padding-left: 20px !important;
}

body {

    background-color: #f4f4f7;

}

.color-f85252 {
    color: #f85252 !important;
}
.f14{
    font-size: 14px !important;
}