body {
    position: relative;
    background: #f5f5f5;
    padding-bottom: .95rem;
}

.banner {
    box-sizing: border-box;
    padding: .46rem .28rem 0;
    height: 1.73rem;
    color: #ffffff;
    background: url(/images/sign-up-banner.png) no-repeat 0 0/100% 100%;
}

    .banner .title {
        font-size: .20rem;
        font-weight: 600;
        color: #ffffff;
        line-height: .28rem;
        width: 55%;
    }

.content {
    margin: -.19rem .12rem .20rem;
}

.card {
    margin-bottom: .12rem;
    padding: .16rem;
    background: #ffffff;
    border-radius: 0.08rem;
}

    .card .title-box-wrap {
        margin-bottom: .12rem;
        border-bottom: 0.01rem solid #eeeeee;
    }

    .card .title-box {
        margin-bottom: .12rem;
        display: flex;
        align-items: center;
    }

    .card .title-box-wrap .desc {
        margin-bottom: .12rem;
        font-size: .14rem;
        font-weight: 400;
        color: #999999;
        line-height: .20rem;
    }

    .card .icon {
        width: .32rem;
        /*height: 32rem;*/
    }

    .card .title {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: .18rem;
        font-weight: 500;
        color: #333333;
        line-height: .22rem;
    }

        .card .title span {
            margin-left: 0.08rem;
            flex: 1;
        }

    .card .date-box {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: .14rem;
        font-weight: 400;
        color: #999999;
        line-height: .20rem;
    }

        .card .date-box .date {
            color: #1677ff;
        }

.footer {
    position: absolute;
    bottom: .24rem;
    left: 50%;
    transform: translateX(-50%);
    font-size: .11rem;
    font-weight: 400;
    line-height: .15rem;
    text-align: center;
    color: #999999;
}

.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: .84rem;
    height: .29rem;
    background: #ffffff;
    border-radius: 0.04rem;
    border: 0.01rem solid #1677ff;
    font-size: .15rem;
    font-weight: 400;
    color: #1677ff;
    line-height: .21rem;
}
