.company_page{
    display: none;
}
.search_line{
    box-shadow: 0px 1px 10px #E7E7E7;
    overflow: hidden;
    position: relative;
}
.search_line .close{
    background: url("../image/pxb/signup/select_company.png") no-repeat;
    background-position: 0px 0px;
    float: left;
    width: 34px;
    height:34px;
    background-size: 212px 48px;
}
.right_arrow{
    background: url("../image/pxb/signup/select_company.png") no-repeat;
    background-position: -78px -14px;
    float: left;
    width: 27px;
    height:16px;
    background-size: 212px 48px;
    display: inline-block;
}
.company_page .company_list{
    padding-bottom: 60px;
}
.company_page .nav_lamp{
    padding:10px 10px;
    background: #f7f7f7;

}
.company_page .company_list ul{
    margin:0 10px;
}
.company_page .company_list li{
    border-bottom: 1px solid #E9E9E9;
    position: relative;
    overflow: hidden;
}
.company_page .company_list li .company_line{
    line-height: 45px;
}
.company_page .company_list li:last-child{
    border-bottom: none;
}
.company_page .company_list li .circle{
    border-radius:10px;
    float:left;
    width:14px;
    height:14px;
    border: 1px solid #666666;
    margin-top:15px;
    margin-left:8px;
    margin-right:22px;
}

.company_page .company_list li .sel_circle{
    background: url("../image/pxb/signup/select_company.png") no-repeat;
    background-position:-122px -16px;
    width: 16px;
    height:16px;
    background-size: 212px 48px;
    border:none
}
.company_page .company_list li .name{
    color:#333333;
    width:65%;
    float:left;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    display: inline-block;
}

.company_page .company_list li .num{
    position: absolute;
    width:35px;
    color:#999999;
    right:40px;
    text-align: right;
    overflow: hidden;
}

.company_page .company_list li .right_arrow{
    background: url("../image/pxb/signup/select_company.png") no-repeat;
    background-position: -175px -7px;
    width: 50px;
    height: 40px;
    background-size: 212px 48px;
    position: absolute;
    top: 5px;
    right: -10px;
}
.company_page .company_list li .lamp_line{
    clear: both;
    color: #999999;
    font-size: 14px;
    line-height: 30px;
    position: relative;
    top:-6px;
}
.company_page .company_list .lamp_arrow{
    background: url("../image/pxb/signup/select_company.png") no-repeat;
    background-position:-84px -12px;
    width: 20px;
    height:16px;
    background-size: 212px 48px;
    display: inline-block;
}

.company_page .cancel_div{
    color:#10C090;
    position: absolute;
    right:10px;
    top:10px;
}
.lamp_span, .no_search span{
    color:#10c090;
}
.no_search{
    margin-top:30px;
    text-align: center;
    width:100%
}
.select_department{
    position:relative;
}
.select_department  .sel_right_img{
    background: transparent url("../image/pxb/signup/select_company.png") no-repeat;
    background-size: 212px 48px;
    background-position: -149px -11px;
    position: absolute;
    right: -7px;
    top: 7px;
    width: 40px;
    height: 26px;
    border-left: 1px solid #CCCCCC;
}
.select_company .sel_right_img{
    background: transparent url("../image/pxb/signup/select_company.png") no-repeat;
    background-size: 212px 48px;
    background-position: -149px -11px;
    position: absolute;
    right: -7px;
    top: 7px;
    width: 40px;
    height: 26px;
    border-left: 1px solid #CCCCCC;
}
