@charset "utf-8";
html, body {
    -webkit-text-size-adjust: 100% !important;
    text-rendering: optimizelegibility;
}

body, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, menu, nav, section {
    margin: 0;
    padding: 0;
}

body, button, input, select, textarea {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Hiragino Sans GB", "Microsoft Yahei", Arial, Helvetica, STHeiti, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

html {
    font-size: 12px;
    background-color: #fff;
    height: 100%;
}

.page-share {
    background-color: #FAFAFF;
    min-height: 100%;
    padding-bottom: 2rem;
}

.header-box {
    height: 12.3067rem;
    box-sizing: border-box;
    text-align: center;
    color: #fff;
    padding: 0.4rem 0.2133rem 0;
    position: relative;
}

.logo-box {
    display: flex;
    align-items: center;
    font-size: 0.44rem;
    color: #fff;
}

.logo-box img {
    width: 0.9467rem;
    margin-right: 0.2667rem;
}

.logo-box span {
    color: #fff;
    font-weight: bold;
    text-shadow: 0 0.0533rem 0.1333rem rgba(169, 33, 34, 0.48);
}

.header-box .h1 {
    text-align: center;
    font-size: 0.46rem;
    text-shadow: 0 0.0533rem 0.1333rem rgba(169, 33, 34, 0.48);
    color: #fff;
    font-weight: bold;
    margin-top: 0.32rem;
}

.header-box .money {
    text-align: center;
    font-size: 1.4rem;
    text-shadow: 0 0.1067rem 0.2267rem rgba(195, 40, 5, 0.6);
    font-weight: bold;
    color: #FFF28B;
    line-height: 1;
    margin-top: 0.2rem;
}

.header-box .user-head {
    text-align: center;
    margin-top: 0.5334rem;
}

.header-box .user-head img {
    width: 1.5333rem;
    height: 1.5333rem;
    border-radius: 50%;
    background-color: #eee;
    border: 0.08rem solid #FCD0B6;
}

.header-box .message {
    font-size: 0.36rem;
    color: #fff;
    margin: 0.1333rem .5667rem 0;
    line-height: 1.5;
}

.header-box .message span {
    color: #F8F63A;
    margin: 0 0.08rem;
    font-weight: bold;
}

.header-box .down-btn-box {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.header-box .down-btn {
    margin: 0 auto;
    width: 7rem;
    height: 1.7467rem;
    background: url(./receive.png) no-repeat;
    background-size: 100% 100%;
    color: #ab6721;
    font-size: 0.5067rem;
    font-weight: bold;
    line-height: 1.6067rem;
}

.header-box .down-btn:active {
    transform: scale(.95);
}

.invite-code {
    margin: 0 1.3467rem;
    font-size: 0.36rem;
    color: #BD7C5A;
    text-align: center;
}

.invite-code span {
    color: #FF3631;
    margin: 0 0.1067rem;
}

.success-box {
    margin: 0.88rem 0.4rem 0;
}

.success-box .label {
    font-size: 0.32rem;
    font-weight: bold;
    color: #A8450F;
}

.success-box .label img {
    width: 1.7733rem;
}

.success-box .label span {
    margin: 0 0.2667rem;
}

.success-box .list-box {
    height: 5.3333rem;
    overflow: hidden;
    border-radius: 0.1333rem;
    margin-top: 0.4rem;
    border: 1px solid #F4E5DD;
    padding: 0.2667rem 0.3467rem;
    box-shadow: inset 0 -0.1067rem 0.0133rem #F9F4F4;
    background-color: #fff;
}

.success-box .list {
}

.success-box .list .item {
    border-bottom: 1px solid #E5E5E5;
    display: flex;
    align-items: center;
    height: 1.3867rem;
    font-size: 0.3333rem;
}

.success-box .list .item:last-child {
    border-bottom: none;
}

.success-box .list .item .logo {
    width: 0.8267rem;
    height: 0.8267rem;
    border-radius: 50%;
}

.success-box .list .item .center {
    flex: 1;
    padding-left: 0.24rem;
}

.success-box .list .item .center .top-text {
    display: flex;
    align-items: center;
}

.success-box .list .item .text {
    color: #A8450F;
}

.success-box .list .item .money {
    margin-left: 0.1067rem;
    color: #FF3631;
    font-weight: bold;
    flex: 1;
}

.success-box .list .item .time {
    color: #BD7C5A;
    opacity: .9;
    margin-top: 0.1067rem;
}

.agreement {
    text-align: center;
    margin-top: 0.4rem;
    font-size: 0.3333rem;
    color: #C4784F;
}

.agreement a {
    text-decoration: underline;
    color: #C4784F;
}

.footer-box {
    position: fixed;
    width: 100%;
    bottom: 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    background-color: #000;
    padding: 0.2133rem 0.4rem;
}

.footer-box .logo {
    width: 1.0933rem;
}

.footer-box .center {
    flex: 1;
    color: #fff;
    padding: 0 0.2933rem;
}

.footer-box .center .name {
    font-size: 0.4rem;
    font-weight: bold;
}

.footer-box .center .desc {
    font-size: 0.2667rem;
    margin-top: 0.0533rem;
}

.footer-box .btn {
    min-width: 2.64rem;
    height: 0.8267rem;
    background: url(./bottom.png) no-repeat;
    background-size: 100% 100%;
    font-size: 0.2667rem;
    color: #A4461C;
    font-weight: bold;
    line-height: 0.7467rem;
    text-align: center;
}

.footer-box .btn:active {
    transform: scale(.95);
}

