﻿.info_bg{
    width:100%;
    min-width:1200px;
    height:100%;
    background-color:rgba(0,0,0,.5);
    position:fixed;
    top:0;
    z-index:1000;
}
.info_container {
    box-sizing: border-box;
    background-color: #fff;
    position: fixed;
    z-index: 1000;
    left: 50%;
    top: 50%;
    margin-left: -300px;
    margin-top: -365px;
    padding: 42px 35px;
}
    .info_container table {
        display: block;
        width: 528px;
        table-layout: fixed;
        border-collapse: collapse;
        border-spacing: 0;
    }
        .info_container table tr {
            width: 528px;
            line-height: 35px;
            border: 1px solid #797979;
        }
            .info_container table tr td {
                width: 132px;
                text-align: center;
                border-right: 1px solid #797979;
                color: #333;
                font-size: 16px;
            }
.table_close {
    display: block;
    width: 40px;
    height: 40px;
    background-image: url('../images/table_close.png');
    cursor:pointer;
    position: absolute;
    top: -20px;
    right: -20px;
}
span.employ_btn{
    float:right;
    cursor:pointer;
}

.tag_container{
    display:flex;
    display:-webkit-flex;
    flex-wrap:wrap;
    padding-top:10px;
}
    .tag_container a {
        height: 28px;
        line-height: 28px;
        font-size: 12px;
        color: #666;
        padding: 0 10px;
        margin-bottom: 12px;
        margin-right: 12px;
        background-color: #f5f5f5;
    }
        .tag_container a:hover {
            color: #fff;
            background-color: #00aa5f;
        }