/* 
 * 信用信息查询
 * author: zsy
 * date:2022-05-16
 */

.ewb-com {
    padding: 10px 10px 30px;
    overflow: inherit;

    min-height: 400px;
    height: 100%;
}

.electro-hd {
    height: 50px;
    line-height: 50px;
    padding-left: 34px;
    font-weight: 600;
    font-size: 20px;
    color: #fff;
    background: url("../images/electro_tt.png") no-repeat;
}

.condition-wrap {
    text-align: center;
    font-size: 0;
}

.condition-row {
    display: inline-block;
    vertical-align: top;
}

.condition-select {
    width: 110px;
}

.condition-sel {
    display: none;
    width: 110px;
    height: 35px;
    line-height: 33px;
    border-color: #d1d7dc;
    border-radius: 3px 0 0 3px;
    font-size: 16px;
	padding-left: 20px;
}
.mr10{	
	margin-right:10px;
}

.condition-select .chosen-single {
    height: 35px;
    line-height: 33px;
    border-color: #d1d7dc;
    border-radius: 3px 0 0 3px;
    text-align: left;
    font-size: 16px;
}

.condition-select .chosen-single div {
    right: 1.5px;
}

.condition-select .chosen-single div b {
    background: url("../images/creditinfo_search/sel_down.png") no-repeat center;
}

.condition-select .chosen-with-drop .chosen-single div b,
.condition-select .chosen-container-active .chosen-single div b {
    background-image: url("../images/creditinfo_search/sel_up.png");
}

.condition-select .chosen-container-active.chosen-with-drop .chosen-single,
.condition-select .chosen-container .chosen-drop {
    border-color: #d1d7dc;
}

.condition-select .chosen-container .chosen-results li {
    text-align: left;
    font-size: 16px;
}

.condition-search {
    position: relative;
    width: 550px;
    height: 35px;
    border: 1px solid #d1d7dc;
    /*border-left: none;*/
    border-radius: 0 3px 3px 0;
    box-sizing: border-box;
    margin: 0 auto;
    font-size: 16px;
}

.condition-search .input-placeholder {
    position: absolute;
    left: 12px;
    top: 0;
    height: 33px;
    line-height: 33px;
    color: #c2c7cb;
}

.condition-search .input-box {
    width: 100%;
    height: 33px;
    line-height: 33px;
    border: 0;
    background: 0 0;
    padding: 0 53px 0 17px;
    box-sizing: border-box;
}

.condition-search .btn {
    position: absolute;
    width: 53px;
    height: 100%;
    right: 0;
    top: 0;
    background: url("../images/search_icon_02.png") no-repeat center;
    cursor: pointer;
}

.credit-search {
    padding: 15px 20px 0;
}

.search-result {
    position: relative;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
}

.search-result .result {
    color: #1b7cf1;
}

.search-result .source {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 0 125px 0 86px;
    color: #ff8400;
}

.search-result .source>a {
    color: #ff8400;
}

.search-result .datas>span {
    color: #1b7cf1;
    font-weight: 800;
}

.table-head,
.body-item {
    height: 40px;
    line-height: 40px;
}

.table-head {
    background-color: #e8f2fe;
}

.table-head .table-item {
    color: #1b7cf1;
}

.table-item {
    color: #333;
    text-align: center;
    padding: 0 5px;
    box-sizing: border-box;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor:pointer;
}

.table-item:nth-child(1),
.table-item:nth-child(2) {
    width: 80%;
}

.table-item:nth-child(3) {
    width: 14.6%;
}

.table-item:nth-child(4),
.table-item:nth-child(5) {
    width: 16.6%;
}

.table-item:nth-child(6),
.table-item:nth-child(7) {
    width: 10.4%;
}

.table-item span {
    color: #1b7cf1;
}

.table-item:nth-child(1) {
    text-align: left;
    padding-left: 14px;
}

.body-item {
    margin-top: 4px;
    border: 1px solid #f7fafe;
    box-sizing: border-box;
    background-color: #f7fafe;
}

.body-item:hover {
    border-color: #1b7cf1;
}