/*列表页*/
.searchWrap {
    width: 1200px;
    margin: 0 auto;
}

.searchContainer {
    padding: 15px 0;
    margin-bottom: 15px;
    border: 1px solid #ccc;
}

.searchWrap_title {
    font-size: 24px;
    text-align: center;
}

.searchWrap_title span {
    color: #ea3e3e;
    padding-bottom: 5px;
    border-bottom: 4px solid #ea3e3e;
    display: inline-block;
}

.searchWrap_form {
    border-collapse: collapse;
    width: 1000px;
    line-height: 40px;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
}

.searchWrap_form tr th {
    text-align: right;
    font-weight: normal;
    width: 200px;
}

.searchWrap_form tr td {
    padding: 5px 0;
}

.searchWrapper {
    height: 40px;
    padding-right: 80px;
    position: relative;
}

.searchTxt {
    display: block;
    width: 100%;
    height: 40px;
    border: 1px solid #ccc;
    padding: 0 10px;
}

.searchButton {
    width: 80px;
    height: 40px;
    color: #fff;
    background-color: #ea3e3e;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.codeWrapper {
    width: 400px;
    height: 40px;
    position: relative;
    padding-right: 118px;
    display: inline-block;
}

.codeTxt {
    display: block;
    border: 1px solid #ccc;
    width: 100%;
    height: 40px;
    padding: 0 10px;
}

.creditQueryTxt {
    padding: 0 15px 15px 0;
    width: 1000px;
    margin: 0 auto;
}

table.creditQueryResultTable {
    border-collapse: collapse;
    table-layout: fixed;
    line-height: 40px;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

table.creditQueryResultTable tr:hover {
    background: #eee;
}

table.creditQueryResultTable tr th {
    font-weight: normal;
    color: #fff;
    background-color: #ea3e3e;
    text-align: center;
    border-right: 1px solid #fff;
}

table.creditQueryResultTable tr td {
    padding: 5px;
    word-break: break-all;
    height: 84px;
    text-align: center;
    line-height: 21px;
    border: 1px solid #ccc;
    font-size: 14px;
}

table.creditQueryResultTable tr td a,
a:visited {
    color: #333;
    font-size: 14px;
}

/*分页*/
#fpage {
    text-align: center;
    padding-top: 15px;
    color: #333;
}

.page .lh23:nth-of-type(1) {
    padding-right: 20px;
}

.page .lh28 {
    margin-top: 10px;
    display: block;
    height: 28px;
    line-height: 28px;
    color: #333;
    font-size: 14px;
}

.page .lh28 span {
    display: inline-block;
    margin-left: -5px;
}

.page .lh28 span:nth-of-type(1) {
    border-left: 1px solid #e2e2e2;
}

.page .lh28 span a {
    padding: 0 15px;
    background: #fff;
    border-top: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    height: 28px;
    line-height: 28px;
    display: block;
    color: #333;
}

.page .lh28 span a:hover {
    color: #FF0000;
}

#_gotoPage {
    width: 40px;
    text-align: center;
}

#_goto {
    background: #fff;
    border: 1px solid #e2e2e2;
    padding: 0 15px;
    height: 28px;
    line-height: 28px;
    cursor: pointer;
}

#_goto:hover {
    color: #FF0000;
}


/*企业详情页*/
.detailWrap {
    width: 1200px;
    margin: 0 auto;
    min-height: 507px;
    color: #333;
    font-size: 12px;
    position: relative;
    overflow: hidden;
}

.companyMsgBox {
    padding: 20px 15px;
    background: #fff;
    border: 1px solid #e0e3ec;
    margin-bottom: 10px;
    /*overflow: hidden;*/
    position: relative;
}

.companyMsgBox .companyName {
    font-size: 20px;
    line-height: 34px;
}

.companyMsgBox .companyName > * {
    display: inline-block;
    vertical-align: middle;
}

.companyName strong {
    margin-right: 15px;
    font-size: 26px;
    max-width: 650px;
}

.companyName small {
    vertical-align: top;
    display: inline-block;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    padding: 0 10px;
    border-radius: 2px;
    margin-right: 15px;
    margin-top: 5px;
    font-weight: normal;
}

.companyName .save {
    background: #fff;
    border: 1px solid #6cab08;
    color: #6cab08;
    margin-top: 0;
}

.companyName .obj {
    background: #fff;
    border: 1px solid #e22323;
    color: #e22323;
    margin-top: 0;
}

.companyName .join {
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    padding: 0 10px;
    border-radius: 2px;
    margin-right: 15px;
    margin-top: 5px;
    font-weight: normal;


    background: #fff;
    border: 1px solid #ea9f57;
    color: #ea9f57;
    margin-top: 0;
    border-radius: 50px;
    transition: all .2s;
}

.companyName .join:hover {
    background: #ea9f57;
    color: #fff;
}

.companyName .store {
    text-align: center;
    font-size: 16px;
    line-height: normal;
    color: #333;
}

.companyName .store:hover > p {
    color: #f67675;
    text-decoration: underline;
}

.companyName .QRcodeBox {
    float: right;
    display: block;
    cursor: pointer;
    margin-left: 20px;
    position: relative;
    text-align: center;
}

 .companyName .QRcodeBox .downloadPic {
    color: #333;
    cursor: pointer;
    font-size: 14px;
    display: block;
    padding: 5px 10px;
    border: 1px solid #e22323;
    border-radius: 50px;
    text-align: center;
    color: #e22323;
    line-height: 1.6;
    transition: all .2s;
}

.companyName .QRcodeBox .downloadPic:hover {
    border-color: #fff;
    background: #e22323;
    color: #fff;
}

.bigPicBox {
    position: absolute;
    display: none;
    width: 150px;
    height: 150px;
    border-radius: 5px;
    overflow: hidden;
    -webkit-box-shadow: 5px 5px 5px 5px hsla(0, 0%, 5%, 1.00);
    box-shadow: 5px 5px 5px 0px hsla(0, 0%, 5%, 0.3);
}

.bigPic {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.companyMsgBox .code {
    font-size: 16px;
    padding-top: 20px;
    color: #333;
    /* padding-right: 25px; */
}

.companyMsgBox .download,
.companyMsgBox .card {
    width: 165px;
    height: 36px;
    border: 1px solid #e22323;
    line-height: 36px;
    background: url('../images/downloadicon-hover.png') #e22323 8px center no-repeat;
    padding-left: 25px;
    font-size: 15px;
    color: #fff;
    float: right;
    border-radius: 2px;
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    background-position: 8px center;
    padding-left: 25px;
}

.companyMsgBox .card {
    display: none;
    text-align: center;
    /* background: url('https://dss1.bdstatic.com/6OF1bjeh1BF3odCf/it/u=829888290,2650878176&fm=74&app=80&f=JPG&size=f121,121?sec=1880279984&t=274501980523d63a7d93c94f85aabbab') #e22323 8px center no-repeat; */
    /* background-size: 20px 20px; */
}

.tips {
    font-size: 14px;
    color: #666666;
    min-height: 54px;
    background: #fff;
    margin-bottom: 10px;
    border: 1px solid #e0e3ec;
    overflow: hidden;
    display: table;
    width: 100%;
    vertical-align: middle;
    box-sizing: border-box;
}

.tips .leftSpan {
    display: table-cell;
    color: #ff2522;
    width: 125px;
    font-weight: bold;
    font-size: 16px;
    border-right: 1px solid #e0e3ec;
    vertical-align: middle;
    text-align: center;
}

.tips .tips_content {
    display: table-cell;
    padding: 0 15px 15px;
}

.tips .tips_content p {
    font-size: 14px;
    color: #333333;
    margin-top: 10px;
}

.tips .tips_content p a {
    font-size: 14px;
    color: #fff;
    background-color: #336db6;
    padding: 5px 10px;
    margin: 0 10px;
    border-radius: 2px;
    transition: all .1s;
}

.tips .tips_content p a:hover {
    background: #235798;
}

.basicInformation {
    background: #fff;
    border: 1px solid #e0e3ec;
    margin-bottom: 10px;
    overflow: hidden;
    font-size: 16px;
    padding: 0 15px 15px;
}

.basicInformation_title {
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #ddd;
}

.basicInformation_title span {
    font-size: 16px;
    font-weight: bold;
    color: #e22323;
    height: 45px;
    line-height: 45px;
    position: relative;
    display: inline-block;
}

.basicInformation_title span::before {
    content: '';
    width: 100%;
    height: 2px;
    background: #e22323;
    position: absolute;
    bottom: 0;
    left: 0;
}

.basicInformation_content_table {
    width: 100%;
    /*background: url('../images/xinyongbg.png') left top repeat;*/
    border: 1px solid #dddddd;
    border-bottom: 0;
    border-right: 0;
    margin-top: 20px;
}

.basicInformation_content_table td {
    border-bottom: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    padding: 12px 20px;
    width: 360px;
    vertical-align: top;
    color: #333;
}

.basicInformation_content_table tr td:nth-child(odd) {
    background-color: rgba(243, 243, 243, 0.5);
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#50f3f3f3', EndColorStr='#50f3f3f3');
    font-weight: bold;
    width: 200px;
    text-align: left;
    vertical-align: top;
}

.tableContent {
    font-size: 16px;
    padding: 0 0 15px;
    background: #fff;
    border: 1px solid #e0e3ec;
    margin-bottom: 10px;
    overflow: hidden;
    box-sizing: border-box;
}

.tableContent .tableUl .item {
    float: left;
    border-right: 1px solid #ddd;
    width: 12.5%;
    /* height: 100px; */
    cursor: pointer;
    text-align: center;
    position: relative;
    border-bottom: 1px solid #ddd;
    color: #333;
}

.tableContent .tableUl .item:last-of-type {
    border-right: none;
}

.tableContent .tableUl .item i.iconfont {
    font-size: 30px;
    margin: 10px 0;
    display: inline-block;
}

.tableContent .tableUl .item p {
    padding: 10px 0;
}

.tableContent .tableUl .item em {
    position: absolute;
    right: 17px;
    top: 8px;
    color: #999999;
    font-size: 15px;
}

.tableContent .tableUl .selectTab {
    background: #e22323;
    color: #fff;
}

.tableContent .tableUl .selectTab em {
    color: #fff;
}

.tableContent .moreData {
    text-align: center;
    padding: 10px 0;
    margin-top: 20px;
}

.tableContent .moreData a {
    color: #333;
}

.tableContent .moreData a:hover {
    text-decoration: underline;
    color: #e22323;
}

.tableContent .tableCon {
    display: none;
}

.tableContent .tableCon:first-child {
    display: block;
}

.tableCon_tabforContainer_item {
    display: none;
}

.tableCon_tabforContainer_item:first-child {
    display: block;
}

.tableContent .tableCon_wrap {
    min-height: 300px;
}

.tableCon_tab {
    border-bottom: 1px solid #ddd;
    padding: 20px 15px;
    font-size: 0;
}

.tableCon_tab_item {
    font-size: 14px;
    display: inline-block;
    padding: 5px 15px;
    margin-right: 30px;
    border: 1px solid #e0e3ec;
    cursor: pointer;
}
.tableCon_tab_item:last-child{
    margin-right: 0;
}

.tableCon_tab_item num {
    padding-left: 10px;
}

.tableCon_tab_item.active {
    color: #fff;
    background: #e22323;
}

.tableContent .tableCon_wrap .option,
.tableContent .credit_commitment .option {
    margin: 24px 15px 15px;
}

.tableContent .tableCon_wrap .appeal,
.tableContent .credit_commitment .question {
    font-size: 14px;
    line-height: 14px;
    font-weight: normal;
    float: left;
    padding: 5px 10px;
    border: 1px solid #e22323;
    color: #e22323;
    transition: all .2s;
}

.tableContent .tableCon_wrap .appeal:hover,
.tableContent .credit_commitment .question:hover {
    background: #e22323;
    color: #fff;
}

.tableContent .tableCon_wrap h3,
.tableContent .credit_commitment h3 {
    font-size: 14px;
    line-height: 14px;
    font-weight: normal;
    color: #333;
    float: right;
}

.tableContent .tableCon_wrap .tableCon_wrap_box,
.tableContent .credit_commitment .tableCon_wrap_box {
    margin: 0 15px;
}

.tableContent .credit_commitment .tableCon_wrap_box {
    border: 1px solid #ddd;
}

.tableContent .credit_commitment .tableCon_wrap_box .picWrap {
    width: 40%;
    position: relative;
    box-sizing: border-box;
    float: left;
    /* display: table-cell; */
}

.tableContent .credit_commitment .tableCon_wrap_box .picWrap img {
    width: 80%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: 10px;
}

.tableContent .tableCon_wrap .tableCon_wrap_box table {
    width: 100%;
    background: url(../images/xinyongbg.png) left top repeat;
    border: 1px solid #dddddd;
    border-bottom: 0;
    border-right: 0;
    margin-top: 0;
}

.tableContent .credit_commitment .tableCon_wrap_box table {
    width: 60%;
    background: url(../images/xinyongbg.png) left top repeat;
    box-sizing: border-box;
    border-left: 1px solid #ddd;
    float: right;
    /* display: table-cell; */
}

.tableContent .tableCon_wrap .tableCon_wrap_box table td,
.tableContent .credit_commitment .tableCon_wrap_box table td {
    border-bottom: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    padding: 12px 20px;
    width: 360px;
    vertical-align: top;
    color: #333;
}

.tableContent .credit_commitment .tableCon_wrap_box table td {
    width: 70%;
}

.tableContent .tableCon_wrap .tableCon_wrap_box table td:nth-child(odd),
.tableContent .credit_commitment .tableCon_wrap_box table td:nth-child(odd) {
    width: 20%;
    background-color: rgba(243, 243, 243, 0.5);
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#50f3f3f3', EndColorStr='#50f3f3f3');
    font-weight: bold;
    width: 200px;
    text-align: left;
    vertical-align: top;
}

.tableContent .credit_commitment .tableCon_wrap_box table td:nth-child(odd) {
    width: 30%;
}

.tableContent .credit_commitment .tableCon_wrap_box table tr td:last-of-type {
    border-right: none;
}

.tableContent .credit_commitment .tableCon_wrap_box table tr:last-of-type td {
    border-bottom: none;
}

.no-data {
    width: 100%;
    background: url('../images/no-more.png') no-repeat center 40px;
    padding-top: 250px;
    margin: 100px 0 50px;
}

.no-data .no-data-text {
    text-align: center;
    font-size: 16px;
    color: #333333;
}




/*  2020/6/28  */
#app{
    min-height: 100%;
}
.main{
    background: #f7f7f7;
}
.main-wrapper{
    width: 1200px;
    margin: 0 auto;
    padding: 10px;
    min-height: 470px;
}
.breadcrumb{
    padding: 5px 0 20px 0;
    font-size: 15px;
}
.breadcrumb li{
    display: inline-block;
    color: #7e8c8d;
}
.breadcrumb li a{
    color: #7e8c8d;
}
.body-part{
    margin-bottom: 40px;
}
.body-part-top{
    padding: 20px;
    width: 100%;
    border: 1px solid #bebebe;
    margin-bottom: 20px;
}
.body-part-top .company-name{
    letter-spacing: 1px;
    font-size: 28px;
    font-weight: 500;
    color: #2e2825;
    margin-bottom: 25px;
}
.body-part-top  .li-div{
    margin-bottom: 15px;
}
.body-part-tip{
    padding: 0 0 20px;
    width: 100%;
}
.body-part-tip p{
    font-size: 12px;
}
.body-part-tip p span.red{
    color: #f00;
}
.body-part-left{
    overflow: hidden;
    width: 100%;
}
.body-part-left .resoult-wrapper{
    padding: 5px;
    border: 1px solid #bebebe;
    height: 1000px;
}
.body-part-left .resoult-wrapper img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
