.stockRecheck-record {
    padding: 15rpx 22rpx;
    .search-box {
        height: 60rpx;
        background: #ffffff;
        border-radius: 10rpx;
        padding: 0 18rpx 0 0;
        .sn {
            width: 164rpx;
            height: 35rpx;
            border-right: 1px solid #f0f0f2;
            .uni-input {
                font-size: 18rpx;
                color: #292b33;
                font-weight: bold;
            }
            .uni-arrow {
                width: 14rpx;
                height: 9rpx;
                background: url('https://img.ichunt.com/images/ichunt/202304/10/e4c72319ad41ce1425f71cc6ec35f111.png') no-repeat center;
                background-size: contain;
                margin-left: 12rpx;
            }
        }
        .search-bar {
            width: calc(100% - 164rpx);
            .icon-juxing1 {
                font-size: 30rpx;
                color: #919399;
                margin-left: 17rpx;
                margin-right: 13rpx;
            }
            .uni-input {
                font-size: 18rpx;
                color: #484b59;
            }
            .icon-a-juxing11 {
                font-size: 30rpx;
                color: #c6c7cc;
            }
        }
    }
    .list {
        margin-top: 15rpx;
        padding-bottom: 100rpx;
        .box {
            position: relative;
            padding: 15px 17rpx;
            background: #ffffff;
            box-shadow: 0px 3rpx 3rpx 0px rgba(198, 199, 204, 0.3);
            border-radius: 10rpx;
            margin-bottom: 15rpx;
            flex-wrap: wrap;
            border: 1px solid transparent;
            .check-box-icon {
                position: absolute;
                right: 18rpx;
                top: 17rpx;
                width: 20rpx;
                height: 20rpx;
                background: url('https://img.ichunt.com/images/ichunt/202304/11/0bf30da3e8ce6c476c210173b5f13d51.png') no-repeat center;
                background-size: contain;
                display: block;
            }
            &.curr {
                border: 1px solid #1969f9;
                .check-box-icon {
                    background: url('https://img.ichunt.com/images/ichunt/202304/11/71a74e52e94bcf2e89f8df9817d494c6.png') no-repeat center;
                    background-size: contain;
                }
            }
            .input-box {
                margin-bottom: 11rpx;
                flex: 0 0 50%;
                .label {
                    width: 114rpx;
                    font-size: 17rpx;
                    color: #919399;
                    white-space: nowrap;
                }
                .text {
                    font-size: 17rpx;
                    color: #484b59;
                    white-space: nowrap;
                    text-overflow: ellipsis;
                    overflow: hidden;
                }
                .tt {
                    font-size: 17rpx;
                    color: #1969f9;
                }
                .pick_img_list {
                  flex-wrap: wrap;
                  .default {
                      width: 120rpx;
                      height: 120rpx;
                      background: #f5f5f7;
                      border-radius: 10rpx;
                      margin-right: 15rpx;
                      .iconfont {
                          font-size: 60rpx;
                          color: #c6c7cc;
                      }
                  }
                  .img_list {
                    position: relative;
                    width: 120rpx;
                    height: 120rpx;
                    background: #f5f5f7;
                    border-radius: 10rpx;
                    margin-right: 15rpx;
                    margin-bottom: 15rpx;
                    image {
                        width: 120rpx;
                        height: 120rpx;
                    }
                    .iconfont {
                        position: absolute;
                        right: 0;
                        top: 0;
                        font-size: 30rpx;
                        color: #ff3700;
                        z-index: 9;
                    }
                  }
                }
            }
        }
    }
    .fix-btn {
        position: fixed;
        bottom: 0;
        width: 100%;
        left: 0;
        z-index: 999;
        .btn1 {
            width: 128rpx;
            height: 75rpx;
            background: #ffffff;
            border-right: 1px solid #f0f0f2;
            .check-box-icon {
                width: 20rpx;
                height: 20rpx;
                background: url('https://img.ichunt.com/images/ichunt/202304/11/0bf30da3e8ce6c476c210173b5f13d51.png') no-repeat center;
                background-size: contain;
                display: block;
                &.curr {
                    background: url('https://img.ichunt.com/images/ichunt/202304/11/71a74e52e94bcf2e89f8df9817d494c6.png') no-repeat center;
                    background-size: contain;
                }
            }

            .text {
                margin-left: 10rpx;
                font-size: 20rpx;
                color: #484b59;
            }
        }
        .btn2 {
            width: calc(100% - 128rpx);
            height: 75rpx;
            background: #fff;
            font-size: 23rpx;
            color: #ff3700;
            font-weight: bold;
        }
    }
}