.addReceiving {
    margin-top: 24rpx;
    padding: 0 24rpx;
    .receiving-information {
        padding: 24rpx;
        background: #ffffff;
        border-radius: 4rpx;
        margin-bottom: 48rpx;
        .top {
            margin-bottom: 24rpx;
            .title {
                .arrow {
                    width: 12rpx;
                    height: 12rpx;
                    background: #197adb;
                    margin-right: 16rpx;
                    border-radius: 50%;
                }
                .tt {
                    font-size: 32rpx;
                    color: #1e2021;
                    font-weight: bold;
                }
            }
        }
        .box {
            height: 80rpx;
            border-bottom: 1px solid #e6edf0;
            .label {
                width: 156rpx;
                font-size: 24rpx;
                color: #6e767a;
            }
            .tab {
                .tab-panel {
                    width: 120rpx;
                    height: 48rpx;
                    background: #9ca8ad;
                    border-radius: 4rpx;
                    font-size: 24rpx;
                    color: #ffffff;
                    margin-right: 24rpx;
                    &.curr {
                        background: #197adb;
                    }
                }
            }
            .uni-list-cell-db {
                width: calc(100% - 160rpx);
                position: relative;
                .icon-sanjiaoxing1 {
                    position: absolute;
                    right: 0;
                    top: 15rpx;
                    font-size: 17rpx;
                    color: #9ca8ad;
                }
            }
            .uni-input {
                font-size: 24rpx;
                color: #404547;
                font-weight: bold;
            }
            .uni-input-box {
                width: calc(100% - 160rpx);
                .uni-input {
                    font-size: 24rpx;
                    color: #404547;
                    font-weight: bold;
                }
                .scan-view {
                    .iconfont {
                        font-size: 48rpx;
                        color: #197adb;
                        margin-right: 10rpx;
                    }
                    .tt {
                        font-size: 24rpx;
                        color: #197adb;
                    }
                }
            }
        }
        .upload-box {
            padding-top: 23rpx;
            padding-bottom: 24rpx;
            .title {
                margin-bottom: 24rpx;
                .tt-l {
                    font-size: 24rpx;
                    color: #6e767a;
                }
                .tt-r {
                    font-size: 24rpx;
                    color: #404547;
                }
            }
            .upload-list {
                padding-bottom: 48rpx;
                border-bottom: 1px solid #e6edf0;
                .default {
                    width: 144rpx;
                    height: 144rpx;
                    background-color: #f1f4f6;
                    border: 1rpx solid #e6edf0;
                    .iconfont {
                        font-size: 48rpx;
                        color: #d8d8d8;
                    }
                }
                .pic-box {
                    position: relative;
                    flex: 0 0 25%;
                    margin-right: 10rpx;
                    &:nth-of-type(4n) {
                        margin-right: 0;
                    }
                    image {
                        width: 144rpx;
                        height: 144rpx;
                    }
                    .delete {
                        position: absolute;
                        right: 10rpx;
                        top: -13rpx;
                        width: 30rpx;
                        height: 30rpx;
                        border-radius: 50%;
                        background-color: #bb3434;
                        z-index: 999;
                        .iconfont {
                            font-size: 20rpx;
                            color: #ffffff;
                        }
                    }
                }
            }
            .textarea-box {
                position: relative;
                padding-top: 23rpx;
                height: 80rpx;
                textarea {
                    height: 100%;
                    font-size: 24rpx;
                    color: #6e767a;
                }
                .text {
                    position: absolute;
                    right: 0;
                    bottom: 0;
                    font-size: 24rpx;
                    color: #9ca8ad;
                }
            }
        }
    }
    .btn {
        height: 88rpx;
        background: #197adb;
        border-radius: 4rpx;
        font-size: 28rpx;
        color: #ffffff;
    }
}