html {
    height: 100%;
}
.authenticity-of-report-bg {
    background-color: rgba(247, 248, 248, 1);
}
.authenticity-of-report-infos{
    width: 1350px;
    min-height: 800px;
    margin: 0px auto;
    box-sizing: border-box;
    box-shadow: 0px 1px 1px rgb(233 233 233);
    position: relative;
    padding-top: 2%;
    padding-bottom: 2%;
}
.authenticity-of-report-big-title-div{
    width: 100%;
    height: 100px;
    position: relative;
    text-align: center;
    line-height: 100px;
}
.authenticity-of-report-big-title {
    font-family: 'Microsoft YaHei', sans-serif;
    font-weight: 400;
    font-size: 28px;
    color: #0C5B9E;
}
.authenticity-of-report-select-div {
    display: flex;
    height: 60px;
    justify-content: center;
    align-items: center;
}
.authenticity-of-report-input {
    width: 600px;
    height: 50px;
    padding: 3px 2px 3px 2px;
    font-family: 'Microsoft YaHei', sans-serif;
    font-weight: 400;
    font-size: 16px;
    border: 1px solid #d7d7d7;
    border-radius: 4px;
}
.authenticity-of-report-select-btn {
    font-family: 'Microsoft YaHei', sans-serif;
    width: 150px;
    height: 60px;
    background-color: #3498f6;
    color: #fff;
    border: none;
    border-radius: 3px;
    margin-left: 20px;
    cursor: pointer;
}
.authenticity-of-report-tips {
    display: flex;
    flex-direction: column;
    width: 700px;
    margin: 0 auto;
    margin-top: 50px;
}
.select-mode-title {
    color: #666666;
    font-size: 14px;
    font-family: 'Microsoft YaHei Bold', 'Microsoft YaHei Regular', 'Microsoft YaHei', sans-serif;
    line-height: 32px;
}
.select-mode-text {
    font-family:'Microsoft YaHei', sans-serif;
    font-weight:400;
    color:#999999;
    line-height: 32px;
}
.select-mode-spec-div {
    display: flex;
}
.select-mode {
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 10px;
}
/*分辨率自适应 start */
@media screen  and (max-device-width: 1280px) {
    .authenticity-of-report-infos {
        width: 100% !important;
        height: auto !important;
        min-height: 500px !important;
    }
    .authenticity-of-report-select-div {
        height: 50px !important;
    }
    .authenticity-of-report-input {
        height: 40px !important;
    }
    .authenticity-of-report-select-btn {
        height: 50px !important;
    }
    .query-result {
        width: 700px !important;
    }
}
@media screen  and (min-device-width: 1281px)  and (max-device-width: 1400px) {
    .query-result {
        width: 800px !important;
    }
}
@media screen  and (min-device-width: 1440px)  and (max-device-width: 1440px) {
    .query-result {
        width: 900px !important;
    }
}
@media screen  and (min-device-width: 1281px)  and (max-device-width: 1366px) {
    .authenticity-of-report-infos {
        width: 100% !important;
        height: auto !important;
        min-height: 550px !important;
    }
    .authenticity-of-report-select-div {
        height: 50px !important;
    }
    .authenticity-of-report-input {
        height: 40px !important;
    }
    .authenticity-of-report-select-btn {
        height: 50px !important;
    }
}
.query-report-statement-parent-div {
    margin-top: 20px;
    line-height: 25px;
}
/*报告真伪table 样式*/
.query-result {
    margin: 0 auto;
    width: 100%;
    margin-top: 2%;
}
.query-result-table {
    width: 100%;
}
.query-result-table-detail {
    width:90%;
    margin: 0 auto;
    margin-top: 3%;
}
.query-result-table thead tr {
    background-color:#f5f7f9;
    height: 40px;
    line-height: 40px;
}

.query-result-table tr td,tr th{
    /*border: 1px solid #dcdcdc;*/
}
.query-report-statement  {
    color: #FF001F;
    font-weight: 700;
}

/* 2022-05-19 yuanna add */
.query-result-table {
    table-layout: fixed;
}
.query-result-table  tbody{
    display: inline-block;
    width: 100%;
    max-height: 200px;
    min-height: 37px;
    overflow-y: overlay;
}
.query-result-table tr {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    line-height: 20px;
    min-height: 35px;
    text-align: center;
    border-bottom: 1px solid #e9e4e4;
}
.query-result-table td,.query-result-table th {
    display: inline-flex;
    flex: 1;
    min-height: 35px;
    justify-content: center;
    align-items: center;
    word-break: break-all;
    /*padding: 3px;*/
}
.result-detail-table th {
    background-color: #f5f7f9;
}
.result-detail-table tbody {
    height: 240px;
    min-height: unset;
    max-height: unset;
}
.result-detail-table tr:first-child {
    border-top: 1px solid #d5cccc;
}
.authenticity-of-report-exclude-querydata {
    background-color: #fff;
    height: 350px;
}
.authenticity-of-report-datail-bg {
    min-height: 580px;
    background-color: #fff;
    padding-bottom: 2%;
}
.queryResultDetailTbody {
    text-align: center;
}
.query-result-table-detail td,.query-result-table-detail th {
    border:1px solid #dcdcdc;
}
.return-btn-div {
    height: 80px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
}
.return-btn {
    display: block;
    width: 120px;
    height: 40px;
    background: #548fff;
    border-radius: 4px;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
}
.return-btn:hover,.return-btn:active,.return-btn:visited {
    color: #fff;
}