.putaway {
    padding: 15rpx 22rpx;
    .custom-switch {
        width: 74rpx;
        transform: scale(0.5);
    }
    .android-switch {
        transform: scale(0.7);
    }
    .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: 150rpx;
        flex-wrap: wrap;
        .box {
            position: relative;
            padding: 15rpx 17rpx 17rpx 17rpx;
            width: 345rpx;
            background: #ffffff;
            box-shadow: 0px 3rpx 3rpx 0px rgba(198, 199, 204, 0.3);
            border-radius: 10rpx;
            margin-right: 15rpx;
            margin-bottom: 15rpx;
            border: 1px solid transparent;
            &.box-width {
                width: 345rpx;
            }
            .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;
                }
            }
            &:nth-of-type(2n) {
                margin-right: 0;
            }
            .bor {
                height: 1px;
                background-color: #f0f0f2;
                margin-bottom: 10rpx;
            }
            .text-item {
                margin-bottom: 11rpx;
            }
            .label {
                width: 98rpx;
                font-size: 16rpx;
                color: #919399;
            }
            .t1 {
                font-size: 16rpx;
                color: #1969f9;
            }
            .tt {
                width: calc(100% - 93rpx);
                font-size: 16rpx;
                color: #484b59;
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden;
            }
            .desc {
                width: calc(100% - 93rpx);
                font-size: 16rpx;
                color: #484b59;
                word-break: break-all;
                text-overflow: ellipsis;
                overflow: hidden;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 2;
            }
            .btn-box {
                justify-content: flex-end;
                .btn {
                    width: 68rpx;
                    height: 30rpx;
                    background: #1969f9;
                    border-radius: 8rpx;
                    font-size: 15rpx;
                    color: #ffffff;
                }
            }
        }
    }
    .fix-btn {
        position: fixed;
        bottom: 0;
        width: 100%;
        left: 0;
        z-index: 999;
        .btn1 {
            width: 150rpx;
            height: 75rpx;
            background: #ffffff;
            .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;
            }
        }
        .btn3 {
            width: 200rpx;
            height: 75rpx;
            background: #1e9fff;
            font-size: 23rpx;
            color: #ffffff;
        }
        .btn2 {
            width: calc(100% - 350rpx);
            height: 75rpx;
            background: #1969f9;
            font-size: 23rpx;
            color: #ffffff;
        }
    }
}

::v-deep .uni-drawer__content {
    width: 85% !important;
}

.uni-drawer-pack {
    width: 100%;
    background-color: #ffffff;
    padding: 22rpx 22rpx 0 22rpx;
    .title {
        position: relative;
        .iconfont {
            position: absolute;
            left: 0;
            top: 0;
            font-size: 30rpx;
            color: #292b33;
        }
        .text {
            font-size: 23rpx;
            color: #292b33;
            font-weight: bold;
        }
    }
    .p-text {
        margin-top: 38rpx;
        margin-bottom: 25rpx;
        .tt {
            font-size: 20rpx;
            color: #484b59;
        }
        .ed {
            font-weight: bold;
            font-size: 20rpx;
            color: #1969f9;
        }
    }
    .pack {
        .h2 {
            font-size: 17rpx;
            color: #484b59;
            font-weight: bold;
            margin-bottom: 10rpx;
            .tt {
                font-size: 17rpx;
                color: #919399;
                font-weight: normal;
            }
            .num {
                .t1 {
                    font-size: 13rpx;
                    color: #1969f9;
                }
                .t2 {
                    font-size: 13rpx;
                    color: #919399;
                }
            }
        }
        .search {
            padding-right: 18rpx;
            width: 398rpx;
            height: 55rpx;
            background: #ffffff;
            border-radius: 10rpx;
            border: 1px solid #1969f9;
            .icon-juxing1 {
                font-size: 30rpx;
                color: #919399;
                margin-left: 17rpx;
                margin-right: 13rpx;
            }
            .icon-a-juxing11 {
                font-size: 30rpx;
                color: #c6c7cc;
            }
            .uni-input {
                height: 100%;
                font-size: 18rpx;
                color: #484b59;
            }
            .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;
            }
        }
        .tip-box {
            margin-top: 18rpx;
            .iconfont {
                font-size: 23rpx;
                color: #c6c7cc;
            }
            .t1 {
                font-size: 16rpx;
                color: #484b59;
                margin-left: 5rpx;
            }
            .t2 {
                font-size: 16rpx;
                color: #1969f9;
            }
        }
    }
    .btn {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 99;
        .btn1 {
            width: 50%;
            height: 75rpx;
            background: #ffe0d7;
            font-size: 23rpx;
            color: #ff3700;
            font-weight: bold;
        }
        .btn2 {
            width: 50%;
            height: 75rpx;
            background: #1969f9;
            font-size: 23rpx;
            color: #ffffff;
        }
    }
}