.declaration-index {
    .head {
        border-top: 1rpx solid #cad9e0;
        padding: 0 24rpx;
        height: 100rpx;
        background: #ffffff;
        .icon-riqi1 {
            font-size: 36rpx;
            color: #6e767a;
        }
        .tt {
            margin-left: 12rpx;
            font-size: 28rpx;
            color: #1e2021;
        }
        .time-box {
            font-size: 24rpx;
            color: #6e767a;
        }
        .uni-input {
            margin-right: 12rpx;
        }
        .icon-sanjiaoxing3 {
            font-size: 17rpx;
            color: #9ca8ad;
        }
    }
    .content {
        padding-top: 40rpx;
        .t1 {
            font-size: 28rpx;
            color: #404547;
            margin-bottom: 16rpx;
            text-align: center;
        }
        .t2 {
            font-size: 42rpx;
            color: #197adb;
            font-weight: bold;
            text-align: center;
            margin-bottom: 70rpx;
        }
        .btn-box {
            position: relative;
            .btn {
                width: 488rpx;
                height: 128rpx;
                background: #197adb;
                border-radius: 4rpx;
                font-size: 28rpx;
                color: #ffffff;
                margin-bottom: 120rpx;
                font-weight: bold;
                &.curr {
                    background: #cad9e0;
                    color: #404547;
                }
            }
            .is {
                position: absolute;
                bottom: 72rpx;
                left: 0;
                right: 0;
                .time {
                    font-size: 26rpx;
                    color: #404547;
                    margin-right: 36rpx;
                }
                .author {
                    font-size: 26rpx;
                    color: #197adb;
                }
                .status {
                    font-size: 26rpx;
                    color: #404547;
                }
            }
        }
    }
    .fix-btn {
        position: fixed;
        bottom: 110rpx;
        left: 0;
        right: 0;
        width: 100%;
        .entry-btn {
            margin: 0 24rpx;
            height: 88rpx;
            background: #bb3434;
            border-radius: 4rpx;
            font-size: 28rpx;
            color: #ffffff;
        }
        .statistics {
            margin-top: 24rpx;
            padding: 10rpx 0;
            background-color: #ffffff;
            .iconfont {
                font-size: 44rpx;
                color: #404547;
                margin-bottom: 4rpx;
            }
            .tt {
                font-size: 20rpx;
                color: #6e767a;
            }
        }
    }
}