.indeustry-search{
    flex-direction: column;
}
.indeustry-search .item{
    font-size: 14px;
    color: #333;
    /*border: 1px solid #e4e0ef;*/
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}
.indeustry-search .item a{
    padding-right: 20px;
    cursor: pointer;
    user-select: none;
    color: #333;
}
.indeustry-search .item a.active{
    color: #259b24;
}
.order{
    margin-top: 10px;
    justify-content: flex-start;
    height: 54px;
    border: 1px solid #e4e0ef;
    font-size: 14px;
    padding-left: 15px; 
}
.order > .orderZone{
    height: 100%;
    width: 116px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: #333;
    cursor: pointer;
}
.order > .orderZone a{color: #333333;margin: 0 3px}
.order > .orderZone a .active{color: #259b24}
.order > div:not(:last-child)::after{
    position: absolute;
    width: 1px;
    height: 14px;
    content: " ";
    top: 19;
    right: 0px;
    background: #797979;
}
.order > div span{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.order > div span i{
    font-size: 16px;
    width: 14px;
    height:14px;
    display: flex;
    align-items: flex-start;
    cursor: pointer;
}
.order > a span i:nth-child(2){    
    align-items: flex-end;
}
.order > .orderZone > .adropdown{
    height: 100%;
    width: 116px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: #333;
    cursor: pointer;
}
.order > .adropdown{
    position: relative;
} 
.order > .adropdown i{
    position: absolute;
    top: 15px;
    right: 0;
}
.order > .adropdown > .droplist{
    position: absolute;
    top: 45px;
    left: 0;
    flex-direction: column;
    width: 100%;
    background: #fff;
    border: 1px solid #e4e0ef;
    padding: 10px;
    border-radius: 5px;
    display: none;
}
.order > .adropdown:hover > .droplist{
    display: flex;
}
.order > .adropdown > .droplist a{
    color: #333;
    padding: 5px 0;
}
.order i.active{
    color: #259b24;
}

.tableBox{
    margin-top: 50px;
    color: #696969;
}
.tableBox .table>tbody>tr>td{
    border: none;
    border-bottom: 1px solid #ddd;
    vertical-align: middle;
    text-align: center;
}
.tableBox .table>tbody>tr>td a{
    color: #4e4e4e;
}

.tableBox .table>tbody>tr>td:first-child{
    width: 340px;
}
.tableBox .caizhi{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.tableBox .caizhi div{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    padding-left: 10px 
}
.tableBox .caizhi div span{
    font-size: 12px;
    text-align: left;
    line-height: 20px;
}
.tableBox .star{
    color: yellow;
}
.tableBox .nlogin{
    color: #259b24;
    height: 22px;
    line-height: 22px;
    border: 1px solid #259b24;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    width: 80px;
    font-size: 12px;
}
