@charset "UTF-8";
body {
    background-color: #faf3ff;
    opacity: 0;
}
.last-sec {
    margin-bottom: 0;
    padding-bottom: 1.5rem;
    background-color: #faf3ff;
}

.bottom-single-btn {
    background: rgba(250, 242, 255, 0.8);
}
.bottom-single-btn a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border-bottom: 0.06rem  solid #ffe4d1;
    background: linear-gradient(to bottom, #ff9141, #eb6d12);
    min-height: 0.48rem;
    border-radius: 1rem;
}
/* .bottom-single-btn a:after {
    content: '';
    position: absolute;
    right: 0.5rem;
    bottom: -0.5rem;
    width: 1.5rem;
    height: 1.25rem;
    background: url("../images/pointer.gif") left top/100% auto no-repeat;
} */