/* 
 * 信用信息查询
 * author: zsy
 * date:2022-05-16
 */

.ewb-com {
    padding: 10px 10px 30px;
    overflow: inherit;
}

.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;
}

.table-item:nth-child(1),
.table-item:nth-child(2) {
    width: 20%;
}

.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;
}


/*tab切换高亮-start*/
.ewb-work-tt {
    cursor:pointer;
}
.ewb-work-tt.cur{ 
    color: #f00;
}

.ewb-work-tt a {
    color: #ed1d00;
}

.ewb-work-tt2 {
    height: 30px;
    line-height: 29px;
    padding: 0 15px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}
/*tab切换高亮-end*/

.input-box {
    position: relative;
    width: 300px;
    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;
    padding-left:20px;
    padding-right:20px;
}

.search-main{
    width:700px;
    margin:50px auto 0 auto;
    height: 45px;
}
.search-area{
    margin-bottom:20px;
    margin-right:20px;
}
.btn {
    width: 53px;
    height: 35px;
    right: 0;
    top: 0;
    background: url("../images/search_icon_02.png") no-repeat center;
    cursor: pointer;
}
.width1{
    width:694px;
}

.search-area div{
    height:35px;
    line-height:35px;
}
.gy-sel{
    width:100px;
    height: 35px;
    line-height: 33px;
    border-color: #d1d7dc;
    border-radius: 3px 0 0 3px;
    text-align: left;
    font-size: 16px;
}
a.linkshow:link{
    cursor:pointer;
    color:#333;
    font-size:14px;
}

.tishi{
height:30px;
line-height:30px;
text-align:center;
}
.tishi span{
padding-right:20px;
}

.sidebar {
    box-sizing: border-box;
    position: fixed;
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
    width: 118px;
    background: #fcfdff;
    border: 1px solid #b5d7ff;
    box-shadow: 0px 1px 7px rgba(43, 140, 249, 0.14);
    border-radius: 6px;
    padding: 4px;
    z-index: 99;
}
.sidebar-item {
    position: relative;
}
.sidebar-item .link {
    display: block;
    box-sizing: border-box;
    height: 100px;
    padding: 58px 12px 12px;
    background-repeat: no-repeat;
    background-position: center 10px;
    transition: background-color 0.1s linear;
}
.sidebar-item .link:hover {
    background-color: rgba(61, 146, 243, 0.1);
}
.sidebar-item + .sidebar-item {
    margin-top: 4px;
}
.sidebar-item .link > p {
    color: #333;
    font-size: 12px;
    line-height: 16px;
    height: 32px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.sidebar-item:nth-child(1) .link {
    background-image: url('../images/ic_ksrylxdh.png');
}
.sidebar-item:nth-child(2) .link {
    background-image: url('../images/side_ico2.png');
}
.sidebar-item:nth-child(3) .link {
    background-image: url('../images/side_ico3.png');
}
.sidebar-item:nth-child(4) .link {
    background-image: url('../images/side_ico4.png');
}
.sidebar-item:nth-child(5) .link {
    background-image: url('../images/side_ico5.png');
}
.sidebar-item:nth-child(6) .link {
    background-image: url('../images/side_ico6.png');
}
.sidebar-item:nth-child(7) .link {
    background-image: url('../images/side_ico7.png');
}
.sidebar-wrap {
    display: none;
    box-sizing: border-box;
    position: absolute;
    width: 217px;
    padding-right: 13px;
    top: 0;
    right: 108px;
}
.sidebar-info {
    padding: 8px;
    max-height: 434px;
    background: #ffffff;
    border: 1px solid #b5d7ff;
    box-shadow: 0px 1px 7px rgba(43, 140, 249, 0.14);
    border-radius: 6px;
    overflow: auto;
}

.contact-tt {
    height: 31px;
    line-height: 31px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    background: linear-gradient(
        270deg,
        rgba(20, 146, 255, 0) 0%,
        rgba(20, 146, 255, 0.66) 52.08%,
        rgba(20, 146, 255, 0) 100%
    );
}
.contact-items {
    padding: 2px 0;
}
.contact-item {
    display: flex;
    align-items: center;
    margin: 2px 0;
    display: flex;
    color: #333;
    padding: 6px 0 6px 12px;
    line-height: 16px;
    font-size: 12px;
}
.contact-item > label {
    width: 72px;
    margin-right: 10px;
}
.contact-item > p {
    white-space: nowrap;
}
.sidebar-item:hover .sidebar-wrap {
    display: block;
}
.code-img > img {
    width: 100%;
}
@media (max-width: 1370px) {
    .sidebar {
        right: -20px;
        transform: translateY(-50%) scale(0.65);
    }
}