

.energy-tabs {
}
.energy-tabs .nav-link {
    color: #000;
}
.energy-tabs .nav-link.active {
    color: #00C87A;
}


.energy-box {
    text-align: center;
}
.energy-box .qrcode {
    margin-top: 1.5rem;
}
.energy-box .qrcode .img-qrcode {
    margin: 0 auto;
    padding: 1rem;
    border: 1px solid #ccc;
    border-radius: 1rem;
    width: 15rem;
    height: 15rem;
}
.energy-box .qrcode .img-qrcode span {
    line-height: 13rem;
    font-size: 0.8rem;
}

.energy-box .address {
    margin-top: 0.5rem;
    font-weight: bold;
}
.energy-box .price_text {
    margin-top: 0.5rem;
    font-weight: bold;
    color: red;
}
.energy-box .price_list {
    margin-top: 1rem;
}
.energy-box .price_list .price {
    font-weight: bold;
    color: red;
}

.energy-box .tip {
    margin-top: 1rem;
}

.hr {
    opacity: 0.15;
}
.bottom-tip {
    margin-top: 1rem;
    text-align: center;
}


@media only screen and (max-width: 995px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 450px) {
    .energy-box .address {
        font-size: 0.8rem;
    }
}



.help-list {
}
.help-list .item {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px dashed #46475e;
}
.help-list .item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}
.help-list .item .question {
    font-weight: bold;
}
.help-list .item .answer {
    margin-top: 0.5rem;
    color: #ccc;
}




