@Color: #fff;
.ttk-gl-app-financeinit-uploaddata {
    width: 100%;
    height: 100%;
    background: @Color;
    padding: 0px 50px;

    .checkedResult{
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        height: 100%;

        &-checkedItem{
            display: flex;
            margin-top: 5px;

            &-icon{
                margin-right: 5px;
                margin-top: 2px;
                font-size: 16px;
                color: #00b38a;
            }
            &-icon-jinggao{
                margin-right: 5px;
                margin-top: 2px;
                font-size: 16px;
                color: #FA954C;
            }
            &-icon-cuowutishi{
                margin-right: 5px;
                margin-top: 2px;
                font-size: 16px;
                color: #E94033;
            }
            &-content{
                font-size: 12px;
            }
        }
    }

    .leadInModle{
        color: @primary-color;
        &:hover{
            cursor: pointer;
        }
    }

    &-body{
        &-content{
            border: 1px dashed #d9d9d9;
            // height: 280px;
            &-header{
                font-size: 12px;
                display: flex;
                flex-direction: row;
                justify-content: space-between;
                background: #f3f3f3;
                height: 40px;
                padding: 0px 8px;
                .mk-form-item{
                    font-size: 12px;
                }
                .ant-calendar-picker{
                    input{
                        font-size: 12px;
                        width: 80px;
                    }
                }
                .ant-select-selection__rendered{
                    font-size: 12px;
                }
                .ant-select-selection-selected-value{
                    padding-right: 15px;
                }
                .itemIcon{
                    font-size: 24px;
                    color: @primary-color;
                    height: 40px;
                    line-height: 40px;
                    &:before{
                        color: @primary-color;
                    }
                    &:hover{
                        cursor: pointer;
                    }
                }
                .saveBtn{
                    color: @primary-color;
                    margin-top: 5px;
                    border-color: @primary-color;
                    &:hover{
                        background: @primary-color;
                        color: #fff;
                    }
                }
                .mk-form-item:first-child{
                    .ant-form-item-control-wrapper{
                        max-width: 225px;
                    }
                    .ant-form-item-control{
                        white-space: nowrap;
                        text-overflow: ellipsis;
                        overflow: hidden;
                    }
                }
                &-accountingStandards{
                    .ant-select{
                        width: 155px;
                    }
                }
                &-vatTaxpayer, &-accountingStandards{
                    .ant-select-dropdown-menu-item{
                        font-size: 12px;
                    }
                }
            }
            &-middle{
                padding: 20px 0px;
                // height: 240px;
                display: flex;
                flex-direction: row;
                &-item{
                    width: 50%;
                    height: 150px;
                    border-right: 1px dashed #d9d9d9;
                    display: flex;
                    flex-direction: row;
                    justify-content: center;
                    align-items: center;
                    .formItem{
                        margin-bottom: 8px;
                        input{
                            font-size: 12px;
                        }
                    }

                    .formItem:nth-child(2){
                        .uploadFile{
                            color: @primary-color;
                            border-color: @primary-color;
                        }
                        .uploadFile[disabled]{
                            color: rgba(0, 0, 0, 0.25);
                            background-color: #f5f5f5;
                            border-color: #d9d9d9;
                        }
                        .uploadFile:hover{
                            background: @primary-color;
                            color: #fff;
                        }
                        .uploadFile[disabled]:hover{
                            background-color: #f5f5f5;
                        }
                    }
                    .itemContainer{
                        height: 100%;
                        .img{
                            width: 130px;
                            height: 130px;
                            margin: 0 auto;
                            img{
                                width: 100%;
                            }
                        }
                        .fileText{
                            font-size: 12px;
                            text-align: center;
                        }
                    }
                    .text{
                        font-size: 12px;
                    }
                    .ant-select{
                        width: 100%;
                        font-size: 12px;
                    }
                }

                &-item:last-child{
                    border-right: none;
                }
            }
        }
        &-tips{
            margin-top: 10px;
            .title{
                font-size: 12px;
            }
            .uploadTip{
                font-size: 12px;
                padding-left: 65px;

                .tipItem{
                    display: flex;
                    align-items: center;
                }
            }
        }
    }
    &-footer{
        display: flex;
        height: 58px;
        flex: 0 0 58px;
        align-items: center;
        justify-content: center;
        .ant-btn{
            min-width: 80px;
        }
    }
}
