li {
    list-style: none;
}

.table_architecture {
    padding: 0;
    margin: 0;
    width: 100%;
}

.table_header {
    height: 30px;
    background-color: #eeeeee;
}

.table_header li,
.table_content li {
    text-align: center;
    margin-left: 15px;
    float: left;
    line-height: 30px;
    width: 12%;
}

.table_header:nth-child(1) {
    padding-left: 90px;
}

.table_content {
    height: 30px;
    position: relative;
}

.table_content:nth-child(1) {
    padding-left: 90px;
}

.bd_style {
    border-bottom: 1px solid #cfd9db;
}


/*
已写入行内样式
.tb_checkout {
    position: absolute;
    top: -3px;
    left: 100px;
    width: 14px;
    height: 32px;
} */