.settingList {
    background-color: #F0F0F5;

    >div {
        padding: 0 10px;
        background-color: white;
        min-height: 46px;
        line-height: 46px;
        border-bottom: 1px solid #f3f3f3;
        font-size: 15px;
        width: 100%;
        box-sizing: border-box;
        align-items: center;

        .am-checkbox {
            width: 15px;
            height: 15px;

            .am-checkbox-inner {
                border-radius: 2px;
                width: 15px;
                height: 15px;
            }

            .am-checkbox-inner:after {
                top: -1px;
                right: 3px;
            }
        }
    }

    .classifyetting {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 8px;

        .moreIcon {
            width: 20px;
            height: 20px;
        }

        .selectBox {
            width: 40%;
            margin-left: 20px;
            position: relative;

            >div.dropdown {
                border-bottom: unset;
                line-height: 26px;
                display: flex;
                justify-content: flex-end;

                >span.title {
                    right: 50px;
                }

                >span.icon {
                    font-size: 30px !important;
                    right: 0;
                    top: 2px;
                }
            }
        }
    }

    .checkoutItem {
        line-height: unset;
        .checkoutBody {
            display: flex;
            justify-content: flex-start;
            padding-top: 15px;
            box-sizing: border-box;
            align-items: flex-end;

            .tittle {
                margin-left: 10px;
            }
            .selectBox {
                width: 40%;
                margin-left: 20px;
                position: relative;
                >div.dropdown {
                    border-bottom: unset;
                    line-height: 38px;
                    display: flex;
                    justify-content: flex-end;

                    >span.title {
                        right: 50px;
                    }
    
                    >span.icon {
                        font-size: 30px !important;
                        right: 0;
                        top: 2px;
                    }
                }
            }
        }
    
        .tipText {
            font-size: 12px;
            color: #999;
            margin-top: 7px;
            margin-bottom: 15px;
            margin-left: 25px;
        }
    }

    .checkoutItem:last-child {
        margin-top: 8px;
    }

    .special {
        .checkoutBody {
            padding-top: unset;
            justify-content: space-between;

            .specialleft {
                display: flex;
                .labelName {
                    margin-left: 10px;
                }
            }
        }
    }

    .headlength {
        display: flex;

        .title {
            font-family: PingFangSC-Regular;
            font-size: 15px;
            margin-right: 20px;
        }
    
        .numInput {
            width: 200px;
            height: 30px;
            font-size: 15px;
        }
    }
}