.main {
    /*margin-left: 260px;*/
    background: #fff;
    /*height: 100%;*/
    border-top: 1px solid #F1F1F1;
}

.main .content {
    background: #fff;
    height: 76%;
}

.main .content>label {
    display: inline-block;
    width: 120px;
    height: 38px;
    line-height: 38px;
    border-radius: 6px;
    background: #1459F4;
    /* margin: 2px 0 0 4.5%; */
    cursor: pointer;
}

.main .content>label img {
    width: 17px;
    height: 17px;
    margin: 10px 3px 0 18px;
}

.main .content .addGuZhi {
    color: #fff;
    text-align: center;
    vertical-align: top;
    font-size: 16px;
}

.myReport {
    display: flex;
    justify-content: space-between;
    margin-top: 75px;
    margin-bottom: 100px;
}

.main .content .headCategory {
    width: 194px;
}

.main .content .headCategory .reportCatalog {
    background: #F4F7FA;
    border: 2px solid #FFFFFF;
    box-shadow: 0px 0px 13px 0px rgba(98, 136, 200, 0.23);
}

.main .content .reportCatalog p {
    height: 81px;
    line-height: 81px;
    padding-left: 20px;
    font-size: 20px;
    font-weight: bold;
    color: #1459F4;
}

.main .content .headCategory .reportCatalog span {
    height: 63px;
    line-height: 63px;
    font-size: 16px;
    cursor: pointer;
    display: block;
    padding-left: 31px;
}

.main .content .reportCatalog span.select {
    border-left: 2px solid #1459F4;
    color: #1459F4;
    background: #EBF2FE;
}

.main .content .headCategory+div {
    width: 976px;
}

.searchBox {
    height: 78px;
    padding: 0 30px;
    background: #FFFFFF;
    box-shadow: 0px 0px 13px 0px rgba(98, 136, 200, 0.23);
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    position: relative;
}

.searchBox>p {
    font-size: 18px;
    font-weight: bold;
    color: #282828;
}

.searchBox .statusBar {
    font-size: 14px;
    position: relative;
    display: flex;
    position: absolute;
    right: 20px;
    top: 20px;
}

.searchBox .statusBar .payStatus {
    width: 78px;
    height: 20px;
    background: #fff;
    padding: 0 21px;
    cursor: pointer;
    margin-right: 10px;
    margin-top: 11px;
}

.myReport .statusBar .payStatus p {
    color: #1459F4;
}

.myReport .statusBar .payStatus p .icon-xiangyou {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    color: #CACACA;
    margin-left: 7px;
}

.myReport .statusBar .payStatus span {
    display: none;
    margin: 7px 0;
}

.myReport .statusBar .payStatus span.select {
    color: #1459F4;
}

.myReport .statusBar .flexible {
    height: 110px;
    border: 1px solid rgba(202, 202, 202, 1);
    top: 1px;
    padding: 10px 21px;
    margin-top: 0;
}

.myReport .statusBar .flexible p .icon-xiangyou {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}

.searchBox .statusBar .search {
    width: 184px;
    height: 39px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(226, 226, 226, 1);
    line-height: 39px;
    padding: 0 13px;
}

.searchBox .statusBar .search img {
    position: absolute;
    top: 13px;
    right: 13px;
    cursor: pointer;
}

.moduleList {
    width: 190px;
    margin-right: 10px;
}

.moduleList .combo-select {
    border: 1px solid rgba(226, 226, 226, 1);
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

ul.table_title {
    height: 50px;
}

ul.table_title>li {
    float: left;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    font-weight: bold;
    background-color: #1459F4;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    box-sizing: border-box;
}

ul.table_title>li:not(:last-child) {
    border-right: 1px solid #fff;
}

.valuationList>ul:not(.dataPricing)>li>div {
    float: left;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: rgba(40, 40, 40, 1);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    border-right: 1px solid #E0E0E0;
    padding: 0 10px;
    box-sizing: border-box;
}

ul.table_item>li>div:last-child {
    border-right: none;
}

ul.table_item>li .company-name {
    width: 20%;
}

ul.table_item>li .industryContent {
    width: 23%;
    text-align: left;
}

ul.table_item>li .valution-money {
    width: 7%;
    text-align: left;
}

img.no-data-default {
    display: block;
    width: 242px;
    margin: 0 auto;
    margin-top: 50px;
}

.none-show>p {
    font-size: 20px;
    color: #282828;
    text-align: center;
    margin-top: 20px;
}

.main ul.table_item li {
    height: 82px;
    display: flex;
    align-items: center;
    box-shadow: 0px 0px 13px 0px rgba(98, 136, 200, 0.23);
    margin-bottom: 10px;
}

.main ul.dataPricing li {
    height: auto;
    justify-content: space-between;
    padding: 20px;
}

.main ul.table_item.evaluation li {
    height: 119px;
}

.main ul.table_item li:first-child {
    margin-top: 20px;
}

.main ul li.liSelect {
    box-shadow: 0 0 10px 3px #cccccc70;
}

.main ul li.liSelect .baseName {
    color: #1459F4;
}

.main ul li .baseShow {
    display: inline-block;
    min-height: 95px;
    /*    width: 90%;*/
    width: 85%;
}

.main ul li .baseShow .baseName {
    min-width: 36%;
    height: 37px;
    line-height: 37px;
    font-size: 16px;
    font-weight: bold;
    /*margin-bottom: 7px;*/
    margin: 10px 0;
}

/* 数据定价 */
.dataPricing .productName_ {
    font-size: 16px;
    color: #1459F4;
    font-weight: bold;
    margin-bottom: 11px;
}

.dataPricing .productName_+div {
    display: flex;
}

.dataPricing .productInfo {
    display: flex;
    align-items: center;
}

.dataPricing .productInfo:not(:last-child) {
    margin-right: 60px;
}

.dataPricing .productInfo img {
    margin-right: 5px;
}

.dataPricing .productInfo span {
    font-size: 14px;
}

.pricingRecord {
    width: 142px;
    height: 36px;
    line-height: 36px;
    background: #1459F4;
    font-size: 14px;
    color: #FFF;
    text-align: center;
    cursor: pointer;
}

.AIData span {
    font-size: 16px;
    margin-right: 50px;
    margin-bottom: 20px;
    font-weight: bold;
    cursor: pointer;
}

.AIData .select,
.AIData span:hover {
    color: #1459F4;
}

/* 审核状态 2018.7.16 Hong*/

.audit {
    width: 11%;
}

.examineState {
    color: #1459F4;
}

.isExamine {
    color: #009933;
}

.noExamine {
    color: #EB0000;
}

.examineing {
    color: #ECC641;
}

.main ul li .baseShow .baseDiv {
    display: inline-block;
    font-size: 0;
    vertical-align: top;
    width: 30%;
    margin-right: 2%;
    width: 28%;
}

.main ul li .baseShow .baseDiv:first-of-type {
    width: 34%;
}

.main ul li .baseShow .baseDiv:last-child {
    margin-right: 0;
}

.main ul li .baseShow .baseDiv img,
.main ul li .baseShow .baseDiv label {
    vertical-align: middle;
    font-size: 14px;
    margin-right: 10px;
}

.main ul li .baseShow .baseDiv span {
    font-size: 14px;
}

.valuationList>ul:not(.dataPricing)>li>.operationIcon {
    display: inline-block;
    vertical-align: middle;
    width: 12%;
    height: auto;
    text-align: right;
    position: relative;
}

.main ul li .operationIcon a {
    width: 90px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    background-color: #1459F4;
    color: #fff;
    cursor: pointer;
    display: block;
    margin: 0 auto;
}

.main ul li .operationIcon a:nth-of-type(2) {
    margin-top: 10px;
}

.testCertificate {
    margin-top: 10px !important;
}

.main ul li .operationIcon a.edit {
    background: #FFA14C;
}

.main ul li .operationIcon a.del {
    background: #B3B3B3;
}

.main ul li .operationIcon img {
    margin-right: 15%;
    cursor: pointer;
}

.table-main {
    background: #fff;
    padding-bottom: 40px;
}

.table-main:last-child {
    padding-bottom: 0;
}

table.table {
    width: 100%;
}

.major-balance table#tableOne {
    width: 526px;
    float: left;
}

.major-balance table#tableTwo {
    width: 594px;
    float: left;
}

.diagnoseFinance table#tableOne,
.diagnoseFinance table#tableTwo {
    width: 50%;
}

table.table>thead {
    text-align: center;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
}

table.table>thead th {
    background: #1459F4;
    border-right: 1px solid #fff;
}

.major-balance table.table>tbody td:nth-child(n+2) {
    width: 128px;
}

.major-profit table.table>tbody td:nth-child(n+2) {
    width: 252px;
}

.diagnoseProfit table.table>thead th:nth-child(n+2) {
    width: 370px;
}

.diagnoseProfit table input[type='number'],
.diagnoseProfit table input[type='text'] {
    width: 80%;
}

.major-income table.table>thead th:nth-child(-n+6) {
    width: 140px;
}

.major-income table.table>thead th:nth-child(7) {
    border: none;
}

.major-policy table.expendTable>thead tr:first-child th:first-child {
    width: 40%;
}

.major-policy table.expendTable>thead th:nth-child(2),
.major-policy table.expendTable>thead th:nth-child(3),
.major-policy table.expendTable>thead th:nth-child(4) {
    /* width: 210px; */
}

.major-policy table.table>thead th:nth-child(5) {
    border: none;
}

.major-policy table.taxTable>thead th:nth-child(-n+2),
.major-policy table.taxPolicy>thead th:nth-child(-n+2) {
    width: 50%;
}

.major-policy table.taxTable>thead th:nth-child(3) {
    padding-right: 110px;
}

.diagnoseFinance table.table>thead th:first-child {
    width: 36%;
}

.diagnoseFinance table.table>thead th:nth-child(n+2) {
    width: 32%;
}

.diagnoseFinance #tableOne thead {
    border-right: 1px solid #fff;
}

table.table tr {
    height: 40px;
}

/* 财务指标——————专业*/

.finance-nav {
    background: #fff;
    position: relative;
    transition: top 0.3s ease-in-out;
    -webkit-transition: top 0.3s ease-in-out;
    -moz-transition: top 0.3s ease-in-out;
    -ms-transition: top 0.3s ease-in-out;
    -o-transition: top 0.3s ease-in-out;
}

.fixed-thead {
    width: 100%;
    z-index: 9;
    position: fixed;
    top: 0;
}

.major-finance-nav {
    height: 125px;
}

.finance-nav>ul {
    margin: 0 auto;
    overflow: hidden;
}

.major-finance-nav>ul.financeDiagnose {
    width: 378px;
}

.major-finance-nav>ul.financeDiagnose>li {
    width: 50%;
}

.major-finance-nav>ul {
    width: 950px;
}

.major-finance-nav>ul>li {
    float: left;
    width: 20%;
    text-align: center;
    cursor: pointer;
}

.major-finance-nav>ul.fast {
    display: none;
}

.major-finance-nav>ul.major {
    display: block;
}


/* 财务指标——快速*/

.fast-finance-nav>ul {
    width: 570px;
    margin-bottom: 57px;
}

.fast-finance-nav>ul.fast {
    display: block;
}

.fast-finance-nav>ul.major {
    display: none;
}

.fast-finance-nav>ul>li {
    float: left;
    width: 33.3%;
    text-align: center;
    cursor: pointer;
}

.finance-nav>ul>li>div,
.online-finance-list>ul>li>div {
    display: block;
    position: relative;
}

.finance-nav>ul>li>div>img,
.online-finance-list>ul>li>div>img {
    display: block;
    margin: 0 auto;
    width: 50px;
    height: 50px;
}

.finance-nav>ul>li>div>span,
.online-finance-list>ul>li>div>span {
    height: 1px;
    width: 70px;
    position: absolute;
    border-bottom: 1px solid #1459F4;
}

.finance-nav>ul>li>div>span:first-of-type,
.online-finance-list>ul>li>div>span:first-of-type {
    top: 50%;
    left: 0;
}

.finance-nav>ul>li>div>span:last-of-type,
.online-finance-list>ul>li>div>span:last-of-type {
    top: 50%;
    right: 0;
}

.finance-nav>ul>li:first-of-type>div>span:first-of-type,
.online-finance-list>ul>li:first-of-type>div>span:first-of-type {
    display: none;
}

.finance-nav>ul>li:last-of-type>div>span:last-of-type,
.online-finance-list>ul>li:last-of-type>div>span:last-of-type {
    display: none;
}

.finance-nav>ul>li>span,
.online-finance-list>ul>li>span {
    font-size: 14px;
    margin-top: 18px;
    line-height: 1;
    font-weight: bold;
}

.finance-nav>ul>li.active>span,
.online-finance-list>ul>li.active>span {
    /*border-bottom: 6px solid #ECC641;*/
    color: #1459F4;
}


/* 表格*/


/* 表名*/

div.table-name {
    text-align: center;
}

div.table-name>span {
    font-size: 18px;
    font-weight: bold;
    color: #282828;
}


/*表单位*/

span.unit {
    font-size: 14px;
    margin: 20px 0 24px;
    line-height: 1;
    display: block;
    text-align: right;
}

table input {
    background: transparent;
}


/* 表格*/


/* 2018.6.22*/

table input[type='text'],
table input[type='number'] {
    color: #282828;
    width: 152px;
    height: 30px;
    display: block;
    margin: 5px auto;
    border: 1px solid #D5D5D5;
    text-align: left;
    padding-left: 8px;
    font-size: 14px;
}

table.table input[data-type='number'] {
    text-align: right;
    padding-right: 8px;
    padding-left: 0;
}

.major-balance table input[data-type='number'] {
    width: 80%;
    padding-right: 6px;
}

.major-income table input[type='number'],
.major-income table input[type='text'] {
    width: 118px;
}

table input[data-type='number']:disabled {
    background: #E5E5E5;
}

table input[data-type='number']:focus,
table input[type='text']:focus {
    border-color: #1459F4 !important;
}


/*table>tbody>tr.even{
	background: #fff;
}
table>tbody>tr.total{
	background: #FFF1C1;
}

table>tbody>tr.odd{
	background: #FEFAEB;
}*/

.tableXian {
    border-bottom: 2px solid #1459F4;
    margin-top: 12px;
}

table>tbody>tr>td {
    height: 40px;
}

table>tbody>tr.trOne>td:first-of-type {
    padding-left: 20px;
}

.major-balance table>tbody>tr.trOne>td:first-of-type {
    padding-left: 10px;
}

.major-balance table>tbody>tr.trTwo>td:first-of-type {
    padding-left: 24px;
}

.major-profit table>tbody>tr.trOne>td:first-of-type {
    padding-left: 24px;
}

.major-profit table>tbody>tr.trTwo>td:first-of-type {
    padding-left: 40px;
}

.major-profit table>tbody>tr.trThree>td:first-of-type {
    padding-left: 60px;
}

.major-profit table>tbody>tr.trFour>td:first-of-type {
    padding-left: 80px;
}


/*table>tbody>tr.trThreeOther>td:first-of-type{
	padding-left: 80px;
	font-size: 14px;
	color: #282828;
}*/

.fast-balance table>tbody>tr.trTwo>td:first-of-type {
    padding-left: 40px;
}

.fast-profit table>tbody>tr.trTwo>td:first-of-type {
    padding-left: 92px;
}

table>tbody>tr>td.required::after {
    content: '*';
    color: red;
    position: relative;
    left: 5px;
}

table>tbody>tr.testing {
    border-top: 2px solid #fff;
    background: #FFF1C1;
}

table>tbody>tr.testing>td>img {
    display: none;
}

table>tbody>tr.testing>td>img.show {
    display: block;
    margin: 0 auto;
}

table>tbody>tr {
    font-size: 14px;
    color: #282828;
}

table>tbody>tr.trOne {
    font-weight: bold;
}

table>tbody>tr>td>span.must {
    padding-left: 10px;
    font-size: 24px;
    color: #EC4141;
}

.save-container {
    margin: 56px auto;
    width: 46.5%;
    overflow: hidden;
}

.saveBox {
    text-align: center;
}

.saveBox span {
    width: 160px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    margin: 80px auto 100px;
    display: inline-block;
}

.saveBox span.lastStep {
    background: #fff;
    border: 1px solid #1459F4;
    color: #1459F4;
    margin-right: 86px;
}

.saveBox span.save {
    background: #1459F4;
    color: #fff;
}


/* 上传下载*/

.down-up-container {
    height: 90px;
    position: absolute;
    top: 0;
    right: 0;
    width: 340px;
    font-size: 0;
    margin-top: 65px;
    /* display: none; */
}

.down-up-container>span,
.down-up-container>a {
    width: 158px;
    height: 38px;
    border-radius: 6px;
    line-height: 38px;
    font-size: 14px;
    position: relative;
    text-align: center;
    border: 1px solid #1459F4;
}

.down-up-container>a {
    color: #1459F4;
    margin-right: 20px;
}

.down-up-container>span {
    background: #1459F4;
    color: #FFFFFF;
    cursor: pointer;
}

.down-up-container>span input {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
}


/* 填表说明*/

.operatingReceiptName {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 30px !important;
}

.inputTabDesc {
    padding: 18px 12px;
    background: #f1f1f1;
    /*border-radius: 10px;*/
    margin: 0 auto 30px;
}

.inputTabDesc img {
    vertical-align: middle;
}

.inputTabDesc>ul {
    margin-left: 8px;
}

.table-desc-tit {
    height: 18px;
    margin-bottom: 16px;
}

.table-desc-tit>img {
    width: 18px;
    height: 18px;
    margin-right: 18px;
    float: left;
}

.table-desc-tit>span {
    font-size: 14px;
    height: 18px;
    line-height: 18px;
    color: #282828;
    font-weight: bold;
}

.inputTabDesc>ul>li span {
    font-size: 12px;
    line-height: 22px;
}

.inputTabDesc>ul>li>span.red {
    color: red;
}

.table-title {
    font-size: 16px;
    color: #282828;
    font-weight: bold;
    text-align: center;
    margin-top: 75px;
}

.table-main>div:nth-child(2) {
    margin-top: 0;
}

table.table>tbody>tr>td>input[type='button'] {
    width: 88px;
    margin: 0 auto;
    height: 28px;
    display: block;
    border-radius: 6px;
    border: 1px solid;
    cursor: pointer;
    text-align: center;
    line-height: 28px;
}

table.table>tbody>tr>td>input[type='button'].delete {
    border-color: #FFA14C;
    color: #FFA14C;
}

table.table>tbody>tr>td>input[type='button'].add {
    border-color: #1459F4;
    color: #1459F4;
}

.major-income table tr.majorOther>td:first-of-type,
.major-income table tr.majorTotal>td:first-of-type,
.major-policy table tr.majorTotal>td:first-of-type {
    padding-left: 20px;
}

table.taxTable>tbody>tr>td.merge {
    text-align: center;
    padding-left: 0;
}

table.taxTable>tbody>tr>td,
table.taxPolicy>tbody>tr>td {
    text-align: center;
}

table.taxTable {
    margin-top: 60px;
}

table.taxPolicy {
    margin-top: 30px;
}


/*.guzhiAside li.liClicks{
	background: #626262;
	color:#fff;
}*/

.mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}


@media only screen and (max-width: 1323px) {
    .finance-nav>ul>li>span {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        max-width: 168px;
    }
}



tr>td {
    position: relative;
}

table>tbody>tr>td>span.showInput {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    margin-top: -14px;
    font-size: 13px;
    display: none;
    text-align: right;
    color: #282828;
    overflow: hidden;
    height: 28px;
    background: #fff;
    line-height: 28px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

table input[data-type='number']:disabled+span.showInput {
    background: #E5E5E5;
}

.major-balance table>tbody>tr>td>span.showInput {
    width: 79%;
    padding-right: 5px;
}

.major-profit table>tbody>tr>td>span.showInput {
    width: 152px;
    padding-right: 6px;
}

.diagnoseProfit table>tbody>tr>td>span.showInput {
    width: 79%;
}


/*.guzhiHeader .guzhiHeaderRight label:last-child div:first-of-type{
	padding: 0 10px;
	width: 100%;
}*/


/*表格中 名词解释*/

.desc-container {
    position: relative;
}

.desc-container>span {
    width: 12px;
    height: 12px;
    background: url(../../img/guzhi/desc-tip@2x.png);
    display: inline-block;
    border-radius: 50%;
    position: relative;
    top: -8px;
    left: 5px;
}

.desc-main {
    position: absolute;
    top: 0;
    line-height: 1;
    width: 275px;
    /*z-index: 2;*/
    z-index: 0;
}

.desc-container .desc-main>span:before {
    content: "";
    position: absolute;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    /*border-bottom: 9px solid #ECC641;*/
    border-bottom: 9px solid #FEEEB4;
    border-top: 9px solid transparent;
    top: 5px;
    left: 4px;
    z-index: 7;
    display: none;
}

.desc-container .desc-main>span:after {
    content: "";
    position: absolute;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-bottom: 8px solid #FEEEB4;
    border-top: 6px solid transparent;
    top: 10px;
    left: 5px;
    z-index: 45;
    display: none;
}

.desc-container .desc-main>p {
    background: #FEEEB4;
    padding: 13px 10px 13px 15px;
    position: absolute;
    top: 23px;
    left: 4px;
    line-height: 24px;
    border-radius: 4px;
    border-top-left-radius: 0;
    font-size: 14px;
    display: none;
    color: #585858;
    text-align: left;
}

.desc-container:hover .desc-main>span:after {
    display: block;
}

.desc-container:hover .desc-main>span:before {
    display: block;
}

.desc-container:hover .desc-main>p {
    display: block;
}

.desc-container:hover div.desc-main {
    z-index: 2;
}

.table-container {
    overflow: hidden;
}

.information>p.title {
    margin-top: 70px;
    /* margin-left: 6%; */
    margin-right: 4.4%;
    border-bottom: none;
}

.information {
    /* margin: 0 auto 100px; */
}


/*快速资产/利润*/

.fast-balance span.showInput,
.fast-profit span.showInput {
    width: 152px;
    margin-right: -80px;
    padding-right: 8px;
}

.major-income span.showInput {
    width: 113px;
    padding-right: 8px;
    margin-right: -61px;
}

.major-income table td span:not(.showInput) {
    position: absolute;
    top: 50%;
    right: 50%;
    width: 100%;
    margin-top: -14px;
    font-size: 13px;
    display: block;
    text-align: right;
    color: #282828;
    overflow: hidden;
    height: 28px;
    background: #fff;
    line-height: 28px;
    width: 117px;
    padding-right: 8px;
    margin-right: -62px;
}

.major-income table td span.sum {
    background: #E5E5E5;
}

.major-policy span.showInput {
    width: 152px;
    margin-right: -80px;
    padding-right: 8px;
}

.major-policy table td span:not(.showInput):not(.must) {
    position: absolute;
    top: 50%;
    right: 50%;
    width: 100%;
    margin-top: -14px;
    font-size: 13px;
    display: block;
    text-align: right;
    color: #282828;
    overflow: hidden;
    height: 28px;
    background: #fff;
    line-height: 28px;
    width: 152px;
    margin-right: -80px;
    padding-right: 8px;
}

/* 预测表 */
.forecastingBasis {
    position: relative;
}

.forecastingBasis .storyDescLength {
    font-size: 14px;
    position: absolute;
    bottom: 7px;
    right: 42px;
}

.forecastingBasis span {
    width: 280px;
    font-size: 14px;
    color: #282828;
}

.forecastingBasis textarea {
    width: 91%;
    padding: 14px;
    min-height: 224px;
    line-height: 22px;
    margin: 10px auto;
    font-size: 14px;
    text-align: justify;
    border-color: #D5D5D5;
    outline: none;
    /*去除非IE右下角三角黑点*/
    resize: none;
    /*去除IE浏览器的滚动条*/
    overflow: hidden;
    display: block;
}

.forecastingBasis textarea:focus {
    border-color: #1459F4;
}

.forecastingBasis textarea::placeholder {
    line-height: 22px;
    text-align: justify;
    color: #666;
}

/* 折旧摊销政策统计表 */

table.depreciation input[data-type='number'],
table.taxTable>tbody>tr>td>input[type='number'],
table.taxPolicy>tbody>tr>td>input[type='number'] {
    border-color: #1459F4;
    background: #F0F6FF !important;
}

table.depreciation input[data-type='number']+span {
    background: #F0F6FF;
}

.depreciation:nth-of-type(2) {
    margin-top: 60px;
}

.depreciation thead tr:first-child {
    border-bottom: 1px #fff solid;
}

.depreciation thead th {
    width: 20%;
}

.expendTable thead th {
    width: 20%;
}

.depreciation tbody tr:nth-child(even),
table.taxTable tbody tr:nth-child(even) {
    background: #F0F6FF;
}

input.ageLimit[data-type='number']:disabled,
table.taxPolicy>tbody>tr>td>input.RDCost[type='number']:disabled {
    background: #B9D5FF !important;
    border-color: #1459F4 !important;
}

.depreciation .majorTotal input[data-type='number'] {
    border-color: #1459F4 !important;
}

.depreciation tr td:first-child input {
    border: none;
}

.depreciation tr.majorTotal>td:first-of-type {
    padding: 0 !important;
}

.depreciation tbody tr:nth-child(even) span {
    background: #F0F6FF !important;
}

.depreciation tbody tr.majorTotal span {
    background: #B9D5FF !important;
    /* color: #1459F4 !important; */
}


/* 成本支出 */

table.disburse>tbody>tr>td {
    width: 50%;
}

table.disburse>thead>tr>th:last-of-type>span:first-of-type {
    width: 160px;
    height: 40px;
    margin-top: 0;
    margin-left: 160px;
    line-height: 40px;
    font-weight: bold;
}

table.disburse>thead>tr>th:last-of-type>span:last-of-type {
    float: right;
    margin-right: 16%;
    margin-top: 0;
    color: #DB0000;
    line-height: 40px;
}

table.disburse>tbody>tr>td:last-of-type>span:first-of-type {
    float: right;
    margin-right: 16%;
    color: #DB0000;
}

table.disburse>tbody>tr>td:last-of-type>span {
    margin-top: 10px;
}

table.disburse>tbody>tr:last-of-type>td:last-of-type>span:first-of-type {
    opacity: 0;
}


/*收入构成表*/

.table-name.income_title {
    margin-top: 40px;
}

.table-name.income_title>span {
    font-size: 18px;
    font-weight: bold;
    color: #282828;
    padding-bottom: 5px;
    border-bottom: 4px solid #1459F4;
}

table.income,
table.disburse {
    width: 967px;
    margin: 20px auto 0;
    border-bottom: 4px solid #1459F4;
}

table.table.income>tbody>tr>td {
    width: 33.3%;
    text-align: center;
}



table.disburse input[type='text'] {
    float: left;
    width: 40%;
    margin-left: 30%;
    text-align: center;
    font-size: 14px;
    border-bottom: 1px solid #BFBFBF;
    margin-right: 10px;
}

table.income>thead>tr>th {
    border-right: 1px solid #fff;
}

table.disburse span {
    display: inline-block;
    float: left;
}

table.income td .quantity,
table.income td .earning {
    width: 154px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #BFBFBF;
    position: relative;
}


table.income td .quantity::after {
    content: '*';
    position: absolute;
    right: -13px;
    color: red;
}

table.income td .earning {
    left: 50%;
    transform: translateX(-50%);
}

table.income td .measureUnit {
    width: 100px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #BFBFBF;
    margin-left: 20px;
}

table.by_commodity div.showInput {
    width: 40%;
    height: 28px;
    top: 50%;
    line-height: 28px;
    font-size: 13px;
    left: 50%;
    margin-left: -19%;
    margin-top: -14px;
    position: absolute;
    background: #fff;
}


/* 价值演示 */

table.turnover {
    border-bottom: 4px solid #1459F4;
    padding-bottom: 20px;
}

table.turnover th:first-child,
table.turnover td:first-child {
    width: 13%;
}

table.turnover tbody tr:first-child td {
    padding-top: 19px;
}

table.turnover td:first-child {
    padding-left: 20px;
}

table.turnover input {
    width: 128px;
}

table.turnover>tbody>tr>td>span.showInput {
    width: 128px;
    right: 11%;
}

table.turnover>tbody>tr:first-child>td>span.showInput {
    top: 66%;
}

.scaleTable {
    text-align: center;
}

tfoot tr td:first-of-type {
    padding-left: 20px;
}