.consoleWrap{
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}
.consoleForm{
    width: 620px;
    /*height: 513px;*/
    background: #FFFFFF;
    position: absolute;
    left:50%;
    top: 50%;
    transform: translate(-50%,-50%);
    padding: 32px 24px;
    padding-bottom: 0;
    color: #333333;
}
.consoleForm .closeImg{
    display: inline-block;
    cursor: pointer;
}
.consoleForm .formHeader{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 18px;
    border-bottom: 1px solid #F2F2F2;
}
.consoleForm .formHeader .title{

    font-size: 18px;
    font-weight: bold;
    color: #333333;
}
.consoleForm img{
    display: inline-block;
}
span.red{

    color: #FF3B30;
}

.formDesc{
    padding:8px;
    background: #F6FBFF;
    margin-top: 20px;
    margin-bottom: 26px;
    font-size: 16px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    color: #666;
    line-height: 3rem;
}
.formContent{
    border-bottom: 1px solid #F2F2F2;
    padding-bottom: 24px;

}
.consoleForm input{
    height: 30px;
}

.consoleForm input:focus,textarea:focus{
    box-shadow: 0 0 0.5rem #c2c2c2;
    border: solid 1px #eee;
    outline:none;

}
.consoleForm input,textarea{
    border: 1px solid #D9D9D9;
    display: block;
    width: 100%;
    font-size: 14px;
    margin-top: 14px;
    padding: 0 10px;
}
.consoleForm textarea{
    padding-top: 6px;
    margin-top: 14px;

}
.consoleForm .inlineForm{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 29px;
}
.consoleForm .inlineForm .formItem{
    flex:1;
    margin-right: 19px;
}
.consoleForm .inlineForm .formItem:last-child{
    margin-right: 0;
}
.formBtnWrap{
    margin-top: 15px;
    display: flex;

}

.formBtn{
    margin-right: 28px;
    border: 1px solid #E5E5E5;
    width: 85px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    display: inline-block;
    border-radius: 2px;
    cursor: pointer;
    text-align: center;
    margin-bottom: 12px;
    transition: all 0.2s ease-in-out;

}

.formBtn:nth-child(1){
    margin-left: auto;

}
.formBtn:last-child{
   margin-right: 0;

}

.cancelBtn{
    color: #626C7B;
}

.confirmBtn{

    background: #248AFF;
    color: #fff;
    border: none !important;
}
.cancelBtn:hover{

    background: #EEEEEE;
}
.confirmBtn:hover{
    background: #066AB8;

}
.formDesc img{
    display: inline-block;
    width: 150px;
    height: 82px;
}
@media (max-width: 768px) {
    .consoleForm{
        width: 100%;

    }
    .formDesc{
        font-size: 12px;
        line-height: normal;
    }
}








/*测*/



 .resultWrap .resultItem{
    border-bottom: 1px solid rgba(235,238,245,1);
    display: flex;
    flex-direction: row;
    padding: 26px 24px;
}
 .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-left: 36px;
}
.resultItem .companyName{
    margin-bottom: 16px;
    color: rgba(48,49,51,1);
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
    display: flex;
}
.secondInfo{
    margin-left: 20px;

}
.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);
}
.firstSpanWrap {
    position: relative;
    display: flex!important;
    align-items: center!important;
}
.secondInfo .companyType{
    background: rgba(255,238,238,1);
    color: rgba(235,87,87,1);
}
.resultItem  .mianInfo{
    margin-left: 20px;
    flex: 1;
    max-width: 85%;
    min-width: 65%;
}
.companyInfo{
    min-width: 548px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.companyInfoItem{
    position: relative;
    flex: 1;

}
.personName{
    color: rgba(46,109,241,1);
}
.infoTitle{
    color: rgba(144,147,153,1);
}
.infoContent{
    color: rgba(96,98,102,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;
}
.focusItem{
    display: flex;
    align-items: center;
    justify-content: center;
}

.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);
}




/*findCompany*/
/*.findCompany{*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    flex-direction: column;*/

/*}*/
.findCompany{
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    min-width: 1070px;
}
/*.findCompanyTitle{*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    flex-direction: column;*/
/*    padding-top: 1%;*/
/*    width: 100%;*/
/*    background: url(../../static/images/img_banner_bg.png) no-repeat;*/
/*    background-size: cover;*/
/*}*/

.findCompanyTitle{
    padding-top: 1%;
    width: 100%;
    background: url(../../static/images/img_banner_bg.png) no-repeat;
    background-size: cover;
    text-align: center;
}

.findCompanyTitle:after{
    content: "";
    display: block;
    padding-bottom: 3%;
}
.findCompanyTitleSign{
    opacity: 1;
    color: #ffffffff;
    font-size: 32px;
    font-weight: 700;
    font-family: "Inter";
    margin-bottom: 20px;
}
/*.findCompanyTitleQuery{*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    width: 50%;*/
/*    height: 46px;*/
/*    border-radius: 4px;*/
/*    opacity: 1;*/
/*    background: #ffffffff;*/
/*}*/

.findCompanyTitleQuery{
    display: flex;
    justify-content: space-between;
    width: 50%;
    height: 46px;
    border-radius: 4px;
    opacity: 1;
    background: #ffffffff;
    margin: 0 auto;
}
.findCompanyTitleQueryOne,
.findCompanyTitleQueryTwo
{
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}
.findCompanyTitleQueryOne{
    flex: 1;
}
.findCompanyTitleQueryTwo{
    width: 83px;
    height: 46px;
    border-radius: 0 4px 4px 0;
    opacity: 1;
    background: #2ba7fbff;
    cursor: pointer;
}


.findCompanyTitleQueryOneBox{

    font-size: 14px;
    text-align: center;
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}


.findCompanyTitleQueryOneBox label{
    z-index: 2;
    position: absolute;
    left: 9%;
    color: #B2B2B2;
    top: 0.8rem;
    font-weight: normal;
}

.findCompanyTitleQueryOneBox input{
    text-indent: 10px;
    border: none;
    outline: none;
    flex: 1;
    height: 40px;
}

.findCompanyTitleQueryOneBox img{
    color: #B2B2B2;
    margin-left: 20px;
    margin-right: 20px;
}
.findCompanyBody{
    width: 100%;
    height: 100%;
    opacity: 1;
    background: #f7f8faff;
}
.findCompanyBodyBigBox{
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    display: flex;
    flex-direction: column;
    height: 95%;
}
.findCompanyBodyTitle{
    border-radius: 4px 4px 0px 0px;
    opacity: 1;
    background: #ffffffff;
    box-shadow: 0 4px 4px 0 #0000001a;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    border-bottom: 1px solid #E8E8E8;
    padding: 23.5px 0;
    min-width: 1070px;
}

.findCompanyBodyTitleLeft{
    display: flex;
    align-items: center;
    margin-left: 40px;

}
.selectItem{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
    color: #0088FF;
    font-size: 14px;

}

.findCompanyBodyTitleLeft input{
    width: 18px;
    height: 18px;
    opacity: 1;
    /*float: left;*/
    /*margin-top: 8px;*/
}
.findCompanyBodyTitleRight{
    opacity: 1;
    color: #000000ff;
    font-size: 14px;
    font-weight: 400;
    font-family: "Source Han Sans SC";
    text-align: right;
    line-height: 14px;
    display: flex;
    align-items: center;
    margin-right: 40px;
}
.findCompanyBodyTitleRight span{
    color: #ff5c5cff;
    font-weight: 600;
}
.findCompanyBodyTitleLeftButton{
    width: 100px;
    height: 30px;
    border-radius: 2px;
    opacity: 1;
    background: #0088ffff;
    float: left;
    margin-left: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.findCompanyBodyTitleLeftButton:hover{
    background: rgba(0, 136, 255, 0.87);

}
.findCompanyBodyTitleLeftButton:active{
    box-shadow: 0px 0px 5px #1239bd;
    -webkit-box-shadow: 0px 0px 5px #1946b9;
}
.findCompanyBodyTitleLeftButton span{
    /*width: 80px;*/
    /*height: 14px;*/
    opacity: 1;
    color: #ffffffff;
    font-size: 14px;
    font-weight: 400;
    font-family: "Source Han Sans SC";
    line-height: 14px;
}

.findCompanyBodyTitleLeft::after{
    content:"";
    display: block;
    clear:both;
}
.findCompanyBodyTitleLeftMore{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 108px;
    height: 30px;
    border-radius: 2px;
    opacity: 1;
    border: 1px solid #d9d9d9ff;
    float: left;
    margin-left: 30px;
    cursor: pointer;
    position: relative;
}
.marketingReachs{
    margin-left: 10px!important;
}

.findCompanyBodyTitleLeftMore ul{
    position: absolute;
    left: 0px;
    top: 31px;
    width: 108px;
    background-color: white;
    display: none;
    list-style-type: none;
    padding: 4px 0;
    margin: 0;
    text-align: left;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 2px 8px rgb(0 0 0 / 15%);
    background-clip: padding-box;
    -webkit-transform: translateZ(0);

}

.findCompanyBodyTitleLeftMore ul li{
    padding: 5px 12px;
    margin: 0;
    clear: both;
    font-size: 13px;
    font-weight: 400;
    color: #5a5a5a;
    white-space: nowrap;
    cursor: pointer;
    transition: all .3s;
    line-height: 22px;
}

.findCompanyBodyTitleLeftMore ul li:hover{
    background-color: #ebf6ff;
}

.findCompanyBodyTitleLeftMore:hover{
    border: 1px solid #0088ffff;

}
.findCompanyBodyTitleLeftMore:hover span{
    color: #0088ffff;
}

.findCompanyBodyTitleLeftMore:hover img{
    color: #0088ffff;
}
.findCompanyBodyTitleLeftMore:hover ul{
    display: block;
    z-index: 1;
}
.findCompanyBodyTitleLeftMore:active {
    border: 1px solid rgba(10, 10, 10, 0.88);

}
.findCompanyBodyTitleLeftMore:active span{
    color: #0C0C0C;
}
.findCompanyBodyTitleLeftMore{
    border: 1px solid rgba(217, 217, 217, 0.98);
}
.findCompanyBodyTitleLeftMore span{
    opacity: 1;
    color: #676767ff;
    font-size: 14px;
    font-weight: 400;
    font-family: "Source Han Sans SC";
    text-align: left;
    line-height: 14px;
}
.findCompanyBodyTitleLeftMore img{
    width: 9px;
    height: 8px;
    margin-left: 5px;

}
.findCompanyBodyContent{

    flex: 1;
    background-color: white;
    text-align: center;
    border-radius: 0px 0px 4px 4px;
    margin-bottom: 15px;
    min-width: 1070px;

}
.findCompanyBodyContents{
    display: flex;
    justify-content: center;
    align-items: center;
}


.resultWrap{
    text-align:initial!important;
    min-width: 1070px;
}
.resultItem{
    position: relative;
}
.resultItem:hover{
    background: #ebf6ffff;
}
.oneSelect{
    width: 18px;
    height: 18px;
    margin-left: 16px;
}

.pageLimits{
    display: none;
    float: right;
    padding-right: 20px;
}


/*修改分页器样式*/
.layui-laypage a{
    width: 28px;
    height: 28px!important;
    padding-left: 0px!important;
    padding-right: 0px!important;
    margin-left: 10px!important;
    margin-right: 10px!important;
    border-radius: 4px;

}
.layui-laypage-curr{
    width: 28px;
    height: 28px;
    padding-left: 0px!important;
    padding-right: 0px!important;
    margin-left: 10px!important;
    margin-right: 10px!important;
    border-radius: 4px;

}
.layui-laypage .layui-laypage-curr .layui-laypage-em {
    position: absolute;
    left: 0px;
    width: 28px;
    height: 28px;
    background-color: #0088ffff;

}
.layui-laypage{
    padding: 0px!important;
}

.layui-laypage span {
    padding: 0 0px;
    height: 28px;
    line-height: 28px;
    margin: 0 1px 5px 0;
    background-color: #fff;
    color: #333;
    font-size: 12px;
}

.pageLimits:after{
    content: '';
    display: block;
    clear: both;
}
.layui-laypage .layui-laypage-curr:after{
    content: '';
    display: block;
    clear: both;
}

.layui-laypage .layui-laypage-spr {
    width: 28px;
    height: 28px;
    text-align: center!important;
}

.layui-laypage a:hover{
    color: #0088ffff;
    border: 1px solid  #0088ffff;
}

.layui-laypage select:hover{
    border: 1px solid #0088ffff;
}





/*layui-rl*/

@keyframes layui-rl{
    from{transform:translateX(0px);}to{transform:translateX(0%);}
}

@-webkit-keyframes layui-rl{
    from{transform:translateX(0px);}to{transform:translateX(0%);}
}

.layui-anim {
    -webkit-animation-duration: .9s;
    animation-duration: .9s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.layui-anim-rl {
    -webkit-animation-name: layui-rl;
    animation-name: layui-rl;
}

.layui-layer-adminRight {
    box-shadow: 1px 1px 10px rgba(0,0,0,.1);
    border-radius: 0;
    overflow: auto;
}

.layui-layer-adminRight .layui-layer-setwin{
    width: 30px;
    height: 30px;
}
.layui-layer-adminRight .layui-layer-setwin:hover{
    color: blue;
}
.advancedSearchMaxBox .reset-filter{
    width: 84px;
    height: 30px;
    border-radius: 2px;
    color: #0C0C0C;
    opacity: 1;
    border: 1px solid #b7b7b7ff;
    opacity: 1;
    color: #a7a7a7ff;
    font-size: 14px;
    font-weight: 400;
    font-family: "Source Han Sans SC";
    line-height: 14px;
}