.box {
    position: relative;
    width: 690rpx;
    background: #FFFFFF;
    border-radius: 16rpx;
    margin: 20rpx auto 0;
    box-sizing: border-box;
    padding: 20rpx;
    padding-left: 24rpx;

    >view {
        margin-top: 20rpx;
        font-size: 24rpx;
        font-family: PingFang SC-Regular, PingFang SC;
        color: #333333;
    }

    .title {
        display: flex;
        height: 40rpx;
        font-size: 28rpx;
        font-family: PingFang SC-Bold, PingFang SC;
        font-weight: bold;
        color: #333333;
        margin-top: 0;

        .line-1 {
            width: 400rpx;
        }

        text {
            line-height: 44rpx;
            width: 130rpx;
            display: block;
            font-size: 20rpx;
            text-align: center;
            font-weight: 400;
            color: #3131FA;
        }
    }

    /* 右上 */
    .r-t-state {
        position: absolute;
        width: 112rpx;
        height: 48rpx;
        border-radius: 8rpx;
        text-align: center;
        line-height: 48rpx;
        font-size: 24rpx;
        font-family: PingFang SC-Regular, PingFang SC;
        color: #FFFFFF;
        top: 0rpx;
        right: 20rpx;
    }

    .fff {
        font-size: 24rpx;
        font-family: PingFang SC-Regular, PingFang SC;
        color: #666666;
        background: #FFFFFF;
        border-radius: 8rpx;
        border: 1px solid #CCCCCC;
        box-sizing: border-box;
    }

    /* 右下 */
    .r-b-state {
        position: absolute;
        width: 112rpx;
        height: 48rpx;
        line-height: 44rpx;
        text-align: center;
        background: #FFFFFF;
        border-radius: 8rpx;
        border: 1px solid #CCCCCC;
        box-sizing: border-box;
        font-size: 24rpx;
        font-family: PingFang SC-Regular, PingFang SC;
        color: #666666;
        right: 20rpx;
        bottom: 20rpx;
    }
}