@lineBorderColor: #ECECEC;
@fontColor: #515151;
@Color: #fff;
.ttk-taxapply-app-financialtaxrpt{
    width: 100%;
    height: 100%;    
    overflow: auto; 
    &-step1content{
        display: flex;
        flex-direction: row;
        background: #fff;
        //update start
    .ttk-taxapply-app-financialtaxrpt-leadIn {
        width: 552px;
        margin: 0 auto;
        position: relative;
        padding-top: 143px;
        .ttk-taxapply-app-financialtaxrpt-leadIn-care {
            position: absolute;
            font-size: 14px;
            color: #F56F23;
            left: -144px;
            width: 840px;
            top: 60px;
            p {
                margin-bottom: 0;
            }
        }
        .update-balancesheet-item {
            display: flex;
            margin-bottom: 17px;
            .update-balancesheet-item-title {
                width: 109px;
                display: inline-block;
                height: 38px;
                line-height: 38px;
                text-align: right;
            }
            .update-balancesheet-item-content {
                display: inline-block;
                flex: 1;
                .update-balancesheet-item-content-input {
                    line-height: 38px;
                    padding-left: 10px;
                    .update-shanchu-icon {
                        display: none;
                        float: right;
                        width: 22px;
                        height: 22px;
                        font-size: 22px;
                        margin-top: 7px;
                        margin-right: 3px;
                        cursor: pointer;
                        color: #ccc;
                        &:hover {
                            color: #999;
                        }
                    }
                    
                    &:hover .update-shanchu-icon {
                        display: block;
                    }
                }
            }
        }
        .ttk-taxapply-app-financialtaxrpt-leadIn-localRpt {
            margin-top: 11px;
            width: 100%;
            height: 55px;
            border: none;
            font-size: 18px;
            &[disabled]:hover {
                color: rgba(0, 0, 0, 0.25);
                background-color: #f5f5f5;
                border-color: #d9d9d9;
            }
        }
        .ttk-taxapply-app-financialtaxrpt-leadIn-next {
            margin: 20px 0 20px;
            display: block;
            margin-left: 454px;
            i {
                display: inline-block;
                line-height: 26px !important;
                font-size: 20px;
                width: 26px;
                height: 26px;
                box-sizing: border-box;
                background: #FFFFFF;
                position: relative;
                top: 2px;
                cursor: pointer;
            }
            span {
                display: inline-block;
                line-height: 26px !important;                
            }
            &:hover span {
                text-decoration: underline;
            }
        }
    }
    .update-balancesheet-item-content-input-text {
        display: inline-block;
        width: 285px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    //update end
    }   
    &-step2content{       
        overflow: hidden;
        background: #fff;
        height: 100%;       
        &-header {           
            flex-direction: column;          
            padding: 10px 10px 0px 10px;      
            height: 118px;
            border: 1px solid #d9d9d9;
            border-bottom: none;
            &-rpttype{                
                display: flex;
                justify-content: space-between;
                height: 30px;
                &-rightcontent{
                    display: flex;
                    flex: 1;
                    flex-direction: row;
                    justify-content: space-between;    
                    margin-left: 10px;
                            &-left{
                                    display: flex;
                                    align-items: center;
                                    font-family: 'MicrosoftYaHei';
                                    font-size: 12px;
                                    color: #FF7E3B;
                                    letter-spacing: -0.44px;              
                                }
                            &-right{
                                &-generatebtn {                    
                                    width: 80px;
                                    // height: 40px !important;
                                    // line-height: 40px !important;
                                    font-size: 14px;
                                    background-color: @primary-color;
                                    color: #fff;
                                    border: none;
                                    border-radius: 3px;                                    
                                    &:hover {
                                            background-color: @button-hover-color;
                                            border-color: transparent;
                                    color: #fff;
                                }
                            &:focus {
                                    background-color: @button-hover-color;
                                    border-color: transparent;
                                    color: #fff;
                                }
                        }
                        &-otherbtn{
                            width: 80px;
                            margin-right: 8px;
                        }                
                    }
                }
            }
            &-maintitle{ 
                font-size: 18px;
                color: #333333;
                letter-spacing: -0.01px;
                text-align: center;               
                height: 35px;
            }
            &-subtitle{    
                font-family: MicrosoftYaHei;
                font-size: 12px;
                color: #666666;
                letter-spacing: -0.01px;            
                text-align: center;
            }
            &-rpttopdesc{
                display: flex;
                flex-direction: row;                
                justify-content: space-between;
                height: 20px;
            }
            &-rptbottomdesc{                
                display: flex;
                flex-direction: row;                
                justify-content: space-between;    
                 height: 30px;            
            }
        }
        &-content{          
            overflow-y: hidden !important;        
            flex: 1; 
            border: 1px solid #d9d9d9; 
            border-top: none !important;            
            background: #fff;           
            .ant-table-placeholder{
                border-right: none !important;
                border-left: none !important;
            } 
             .ant-table-fixed tr td{
                    text-overflow: ellipsis;           
                    line-height: 3;        
            } 
        }
       

         &-tablecellinput {
            padding-right: 8px;                   
            font-size: 12px;
            color: rgba(0, 0, 0, 0.65);
            height: 26px;            
            overflow: hidden;
            text-align: right;
            text-overflow: ellipsis;
        }
        .tablecellinputtotal{
            line-height: 26px;
        }

    }    
    .celltext{
        white-space:pre;
    }
    .rptHeaderLeft{
        // width: 30%;
        // min-width: 30%;
        flex:1;
        font-size: 12px;
        color: #666666;
        letter-spacing: -0.01px;      
    }
    .rptHeaderCenter{
        flex:1;        
        text-align: center;
        font-size: 12px;
        color: #666666;
        letter-spacing: -0.01px;      
    }    
    .rptHeaderRight{
        // width: 20%;
        text-align: right;
        flex:1;
        font-size: 12px;
        color: #666666;
        letter-spacing: -0.01px;      
    }
    .rptHeaderbottomLeft{
        // width: 30%;
        // min-width: 30%;
        flex:1;
        font-size: 12px;
        color: #666666;
        letter-spacing: -0.01px;      
    }
    .rptHeaderbottomCenter{
        flex:2;
        // width: 60%;
        //  min-width: 60%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        font-size: 12px;
        color: #666666;
        letter-spacing: -0.01px;      
    }
    .rptHeaderbottomRight{
        // width: 30%;
        // min-width: 30%;
        flex:1;
        font-size: 12px;
        color: #666666;
        letter-spacing: -0.01px;      
    }
    .rptHeaderbottomSpace{
        padding-right: 15px;
    }
    .ant-radio-button-wrapper{
        font-family: MicrosoftYaHei;
        font-size: 12px;       
        letter-spacing: -0.01px;
        height: 30px;
    }
}

.tranreport-generate-modal {
    .ant-modal-body {
        padding: 0;
        .anticon  {
            display: none;
        }
        .ant-confirm-content {
            margin:0;
        }
        .tranreport-generate-modal-header {
            font-size: 14px;
            color: #252525;
            height: 47px;
            line-height: 47px;
            padding-left: 12px;
            border-bottom: 1px solid #e8e8e8;
        }
        .tranreport-generate-modal-content {
            margin-left: 12px;
            margin-right: 12px;
            margin-top: 12px;
        }
        .tranreport-generate-modal-content-title {
            font-size: 14px;            
            color: #252525;
            line-height: 24px;          
            height: 24px;           
        }
        .tranreport-generate-modal-content-item {
            font-size: 12px;  
            line-height: 22px;          
            // height: 22px;          
            color: #515151;
            
        }
        .ant-confirm-btns {
            margin: 12px auto;
            // display: block;
            // width: 74px;
            // margin-top: 24px;
            float: none;
            text-align: center;
        }
    }
}
