.edfx-app-org{
    background:#ffffff;
    border:1px solid #d9d9d9;
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 10px;
    left: 0;
    padding:0!important;
    overflow:hidden;

    .vatTaxpayerPopover{
        top:115px!important;
        .ant-popover-inner-content{
            width: 300px;
            padding: 12px;
            border-radius: 3px;
            span{
                font-size:12px;
                color:#585858;
            }
        }
    }
    .vatTaxpayerPopover.vatTaxpayerPopoverHide{
        display: none;
    }
    .accountingStandardsPopover{
        top:254px!important;
        .ant-popover-inner-content{
            width: 300px;
            padding: 12px;
            border-radius: 3px;
            span{
                font-size:12px;
                color:#585858;
            }
        }
    }
    .accountingStandardsPopover.accountingStandardsPopoverHide{
        display: none;
    }
    .shadow{
        position: absolute;
        top:0;
        right:0;
        bottom:0;
        left:0;
        opacity: 0;
    }

    .reinit{
        position:absolute;
        right:20px;
        top:3px;
        font-size: 12px;
        color: #333333;
        line-height:26px;
        i{
            font-size:28px;
            display: inline-block;
            vertical-align: middle;
        }
        span{
            display: inline-block;
            vertical-align: middle;
        }
    }
    .reinit:hover{
        color:@link-color;
        cursor: pointer;
    }
    
    &-main{
        width: 100%;
        height: 100%;
        position: relative;

        .ant-tabs-tabpane:nth-of-type(3),.ant-tabs-tabpane:nth-of-type(4){
            height:100%;
            overflow:hidden;
            position: relative;
            .refreshBtn{
                position: absolute;
                top:0;
                left:10px;
                right:10px;
                height:52px;
                padding-top: 10px;
                i{
                    border: 1px solid #d9d9d9;
                    border-radius: 5px;
                    color:#45ACF7;
                    cursor: pointer;
                    padding:0 1px;
                    margin-right:10px;
                }
                i:hover{
                    border-color:#45ACF7;
                }
            }
            &>div:nth-of-type(2){
                position: absolute;
                top:52px;
                left:10px;
                right:10px;
                bottom:10px;
                .mk-datagrid {
                    border-bottom: 1px solid #d9d9d9 !important;
                    border-left: 1px solid #d9d9d9;
                    border-right: 1px solid #d9d9d9;
                }
            }
        } 
        .ant-tabs-tab{
            padding: 8px 16px 8px 8px;
            margin-left:0;
            margin-right:22px;
        }
        .ant-tabs-bar{
            margin-bottom:0px;
            padding:0 10px;
            border-bottom:none;
            .ant-tabs-nav-container{
                border-bottom: 1px solid #d9d9d9;
            }
        }
        .ant-tabs-content{
            position: absolute;
            top: 37px;
            bottom: 0;
            width: 100%;
            overflow-y: auto;
        }

        .save{
            overflow:hidden;
            button{
                margin: 10px 25px;
                float: right;
            }
        }

        &-content{
            width: 1040px;
            margin:0 auto;
            padding-bottom:20px;
            .blockTitle{
                width:100%;
                height:30px;
                position: relative;
                overflow: hidden;
                span{
                    float: left;
                    background: white;
                    position: absolute;
                    z-index: 1;
                    padding-right: 20px;
                    line-height: 30px;
                }
                .assistLine{
                    height:1px;
                    width:100%;
                    border-top: 1px dashed #d9d9d9;
                    position: absolute;
                    top: 50%;
                }
                .blockTitle-arrow{
                    position: absolute;
                    right:0;
                    top:0;
                    height:30px;
                    width:30px;
                    margin-left:20px;
                    z-index: 1;
                    background:#ffffff;
                    cursor: pointer;
                    i{  
                        font-size: 28px;
                        position: absolute;
                        top:50%;
                        left:50%;
                        transform: translate(-50%,-50%);
                    }
                    i:hover{
                        color:@primary-color;
                    }
                }
            }
            .itemLine{
                text-align: center;
                margin-bottom:5px;

                .mk-btn.ant-btn-primary:disabled:hover{
                    color: rgba(0, 0, 0, 0.25);
                    background-color: #f5f5f5;
                    border-color: #d9d9d9;
                }
                .ant-form-item{
                    display: inline-block;
                    text-align: center;
                    height:45px;
                    margin-bottom:0px;
                    .ant-form-item-label{
                        display: inline-block;
                        width: 120px;
                        height: 40px;
                        line-height: 35px;
                        padding: 0;
                        font-size:12px;
                    }
                    .ant-form-item-control-wrapper{
                        display: inline-block;
                        width: 300px;
                        height: 40px;
                        line-height: 35px;
                        margin-right: 50px;
                        .ant-form-explain{
                            font-size: 12px;
                            top: 37px;
                            position: absolute;
                        }
                        .ant-calendar-picker,.ant-select-selection{
                            width:300px;
                        }
                        .ant-input,.ant-select{
                            font-size:12px;
                        }
                    }
                }
                //即征即退
                .jzjt{
                    text-align: left;
                    .ant-checkbox-wrapper{
                        margin-left:-26px;
                        &>span:nth-of-type(2){
                            padding-left:10px;
                            color: rgba(0, 0, 0, 0.85);
                        }
                    }
                }
                .more{
                    width: 70px;
                    height: 26px;
                    border: none;
                    background: #F9F8FA;
                    display: inline-block;
                    font-size: 12px;
                    line-height: 26px;
                    cursor: pointer;
                }
                .more:hover{
                    color:@primary-color;
                }
            }
            .itemLine.textarea{
                .ant-form-item{
                    height:102px;
                }
                .ant-form-item-label{
                    margin-top:-94px;
                }
                .ant-form-item-control-wrapper{
                    width:770px;
                    textarea{
                        height:80px;
                        resize: none;
                    }
                    .ant-form-explain{
                        top:83px;
                    }
                }
            }
            .itemLine.readOrgBtn{
                .edficon-bangzhutishi{
                    color:@primary-color;
                    font-size: 26px;
                    transform: translate(4px,4px);
                }
                .ant-popover-inner{
                    font-size:12px;
                }
            }
            //CA登录
            .caHandle{
                font-size:12px;
                padding-left:169px;
                .stepName{
                    margin-left:-19px;
                }
                i{
                    font-size:20px;
                }
                .CATitle:hover{
                    color:@primary-color;
                }
            }
        }
    }
}