<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
.success-pay-box {
    padding-top: 85px;
}
.success-pay-img {
    width: 160px;
    height: 154px;
    margin: 0 auto;
    display: block;
}
.success-pay-title {
    font-size: 30px;
    color: #616161;
    margin-top: 27px;
    line-height: 1;
}
.success-pay-text {
    font-size: 16px;
    color: #9a9a9a;
    margin-top: 45px;
    line-height: 1;
}
.btn-box {
    margin-top: 36px;
}
.btn-box .layui-btn {
    font-size: 16px;
    color: #9a9a9a;
    line-height: 40px;
    height: 40px;
    padding: 0 17px;
    border: 1px #e0e0e0 solid;
    border-radius: 5px;
    transition: all 0s;
}
.btn-box .layui-btn:hover {
    color: #9a9a9a !important;
}
.btn-box .layui-btn.bg-color-tint:hover {
    color: #ffffff !important;
}</pre></body></html>