
.contentRow{
    display: flex;
    margin-bottom: 12px;
}
.contentRow span.title{
    display: inline-block;
    min-width: 56px;
    margin-right: 12px;
}
.contentRow input[type='text']{
    width:150px;
    padding: 0 12px;
    min-width: 120px;
}
.selectWrap{
    position: relative;
    margin-right: 12px;
}

.dropdown-menu{
    width: auto;
    max-height: 500px;
    overflow-y: scroll;
}

.dropdown-menu::-webkit-scrollbar {
    display:none;
}

.wrSelect-primary+.dropdown-menu li{
    line-height: 34px;
    padding-left: 20px;
    color: rgba(96,98,102,1);
    cursor: pointer;
}
.wrSelect-primary+.dropdown-menu li:hover{
    background: rgba(245,247,250,1);
    color:rgba(46,109,241,1)
}
/*底部搜索栏*/
.btmContainerFixed{
    background-color: #fff;
    height: 56px;
    line-height: 56px;
    position: fixed;
    bottom: 0;
    width: 100%;
}
.btmContainerFixed .btmFixedContent{
    display: flex;

}
.btmContainerFixed .btmFixedContent .btmTips{
    color: rgba(96,98,102,1);
    font-size: 16px;
    flex: 1;
}
.btmContainerFixed .btmFixedContent .btmTips span{
    color: #FFA800;
}

.btmContainerFixed button{
    width: 96px;
    height: 40px;
    line-height: 40px;
}
.btmContainerFixed button:nth-child(1){
    margin-right: 32px;
}
.btmContent{
    display: none;
}
.btmContent .countWrap {
    margin-top: 0px;
}
.resultNav{
    display: none;
}
.btmContent .countWrap{
    height: auto;
}
.editorFactor{
    width: 96px;
    height: 40px;
    line-height: 40px;
}
.countNumWrap{
    display: flex;
    justify-content: space-between;
}
.factorSelectedWrap{
    display: flex;
    flex-wrap: wrap;
    padding-left: 15px;
}
.factorTips{
    color: rgba(48,49,51,1);
    font-weight: bold;
    font-size: 14px;
}

.factorSelected{
    display: inline-block;
    color: rgba(10,188,135,1);
    font-size: 12px;
    line-height: 26px;
    padding: 0 10px;
    border-radius: 2px;
    border: 1px solid rgba(10,188,135,1);
    margin-right: 12px;
}



.btmContent .showContent .searchTipWrap{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content:center;
    align-items: center;

}
.tipText{
    margin-top: 18px;
    color: rgba(96,98,102,1);
}

.searchTipWrap{
    min-height: 558px;

}
.btmContent .countWrap{
    height: auto;
}

.btmContent .countWrap{
    display: none;
    font-size: 14px;
    height: auto;
    padding: 15px;
    line-height: 52px;
    background-color: #fff;
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.05);
    margin-bottom: 16px;
    /*margin-top: 32px;*/
    color: rgba(96,98,102,1);
}
.countWrap::after{
    clear: both;

}
.btmContent .countNum{
    color: rgba(235,87,87,1);
}

.btmContent .resultWrap{
    width: 100%;
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.05);


}
.btmContent .showContent{
    background-color: #fff;
}
.btmContent .resultWrap .resultItem{
    /*width: 100%;*/
    /*height: 202px;*/
    border-bottom: 1px solid rgba(235,238,245,1);
    display: flex;
    flex-direction: row;
    padding: 26px 24px;
}
.btmContent .resultWrap .resultItem .firstSpan{
    display: inline-block;
    width: 54px;
    min-height: 54px;
    line-height: 54px;
    text-align: center;
    color: rgba(96,98,102,1);
    font-weight: bold;
    font-size: 24px;
    border-radius: 2px;
    background: rgba(255,255,255,1);
    border: 1px solid rgba(235,238,245,1);
    margin-right: 36px;
}
.resultItem .companyName{
    margin-bottom: 16px;
    color: rgba(48,49,51,1);
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;

}
.secondInfo{
    margin-bottom: 12px;

}
.secondInfo span{
    height: 20px;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    line-height: 20px;
    border-radius: 2px;
    padding: 0 8px;
    margin-right: 10px;
}
.secondInfo .openStatus{
    background: rgba(236,250,239,1);
    color: rgba(10,188,135,1);
}
.secondInfo .companyType{
    background: rgba(255,238,238,1);
    color: rgba(235,87,87,1);
}
.resultItem  .mianInfo{
    flex: 1;
}
.companyInfo{
    min-width: 548px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.companyInfoItem{
    position: relative;
    flex: 1;

}
.companyInfoItem::after{
    content: "";
    width: 1px;
    height: 24px;
    background: #ebeef5;
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.companyInfoItem:last-child::after{
    display: none;
}
.focusSpan{
    display: inline-block;
    cursor: pointer;
    color: #ffffffff!important;
    width: 100px;
    height: 30px;
    border-radius: 2px;
    opacity: 1;
    background: #0088ffff;

    font-size: 14px;
    font-weight: 400;
    font-family: "Source Han Sans SC";
    line-height: 30px;
    text-align: center;
}
.infoTitle{
    color: rgba(144,147,153,1);
}
.infoContent{
    color: rgba(96,98,102,1);
}
.personName{
    color: rgba(46,109,241,1);
}
.contactWays{
    color: rgba(96,98,102,1);
    display: flex;
    align-items:center;
    margin-top: 12px;
}
.contactWays .wayItem{
    width: 33%;
    display:inline-block;
    overflow:hidden;
    text-overflow: ellipsis;
    white-space:nowrap;
}
.contactWays .wayName{
    display: inline-block;
    width: 80px;
    /*margin-left: 70px;*/
    color: rgba(144,147,153,1);
}
.pageNavDisplayWrap{
    display: none;
    color: #606266;
}
.pageNavWrap{
    padding-top: 32px;
    display: flex;
    background: #f5f7fa;
    align-items: center;
    justify-content: center;

}
.pageNavWrap div{
    height: 32px;
    min-width:32px;
    text-align: center;
    line-height: 32px;
    opacity: 1;
    background: #ffffff;
    border: 1px solid #e4e7ed;
    border-radius: 3px;
}
.pageNavWrap .pageNumWrap{
    margin: 0 8px;
    padding: 0 8px;
}
.pageNavWrap  .prevBtn,.nextBtn{
    cursor: pointer;
}


.findCompanyOfSelect{
    width: 98%;
    border-radius: 4px;
    opacity: 1;
    background: #ffffffff;
    box-shadow: 0 4px 4px 0 #0000001a;
    margin-top: 20px;
}
.findCompanyOfSelectContent{
    margin: 20px;

}

.layui-input-block-findArea ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.layui-input-block-findArea ul li{
    width: auto;
    height: 27px;
    border-radius: 4px;
    opacity: 1;
    line-height: 27px;
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 13px;
    font-weight: 400;
    font-family: "Source Han Sans SC";
    opacity: 1;
    cursor:pointer;
    margin: 5px 18px;
    color: #5a5a5a;
}

.layui-input-block-findArea .layui-form-checkbox span{
    color: #5a5a5a;
}


.layui-input-block-findArea ul li:hover{
    /*color: #2690feff;*/
    /*color: #b5deffff;*/
    /*background: #ebf6ffff;*/
    color: #2690feff!important;
    background: #ebf6ffff;;
}
.active{
    width: auto;
    height: 27px;
    border-radius: 4px;
    opacity: 1;
    line-height: 27px;
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 13px;
    font-weight: 400;
    font-family: "Source Han Sans SC";
    opacity: 1;
    cursor:pointer;
    color: #2690feff!important;
    background:#ebf6ffff;;
    margin: 5px 5px;
}

.findCompanyOfSelectContent label{
    opacity: 1;
    color: #a7a7a7ff;
    font-size: 13px;
    font-weight: 400;
    font-family: "Source Han Sans SC";
    line-height: 13px;
    margin-top: 5px;
    padding-right: 0px;
}

.listContact{
    margin-left: 33px;
}

.layui-form-checked[lay-skin=primary] i {
    border-color: #2690feff!important;
    background-color: #2690feff;
    color: #fff;
}





