#software {
    position: relative;
    width: 660px;
    margin: 0 auto;
    /*height: 420px;*/
    padding: 10px;
    /*background-color: #efefef;*/
    /*border: 1px solid rgba(0,0,0,.1);*/
    font-size: 12px;
    /*margin-top: 50px;*/
    margin-top: -25px;
}

.table_title_item_circle {
    width: 40px;
    height:40px;
    float: left;
    margin-left: 268px;
    margin-top: 36px;
}

.table_title_item_circle_a {
    width: 7px;
    height: 7px;
    float: left;
    margin-top: 2px;
    margin-left: 10px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background-color: #ffffff;
    border: 3px solid #ffb442;
    box-shadow: 0 0 0 1px #fff;
}

.table_title_item_circle_b {
    width: 3px;
    height: 3px;
    float: left;
    margin-top: 5px;
    margin-left: -10px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background-color: #ffb442;
    border: 2px solid #ffb442;
    box-shadow: 0 0 0 2px #fff;
}

.table_style {
    display: table;
    width: 600px;
    margin: 0 30px;
}

.table_title {
    width: 100px;
    margin-top: 30px;
    margin-left: -36px;
    display: table-caption;
    text-align: center;
    color: #ffb442;
    padding: 6px;
    font-size: 16px;
    font-family: "PingFang TC";
}

.table_head {
    display: table-row;
    text-align: center;
    background-color: #727171;
    color: #dddddd;
}

.table_row {
    display: table-row;
}

.table_cell_title {
    display: table-cell;
    padding-left: 93px;
    font-size: 14px;
    color: #ffb442;
}

.table_cell_content {
    display: table-cell;
    font-size: 14px;
    float: left;
    color: #8f8e8e;
    margin-top: 5px;
    cursor: pointer;
}

.table_cell_content a,
.table_cell_content a:visited,
.table_cell_content a:active {
    color: #8f8e8e;
    text-decoration: none;
}

.table_cell_content a:hover {
    color: #8f8e8e;
}

.table_cell_title {
    color: #ffb442;
}

.hr_line {
    margin-top: -15px;
    margin-bottom: 25px;
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}


.row_line {
    margin-top: 70px;
    margin-bottom: 100px;
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.table_cell_content_item_circle {
    width: 30px;
    height: 30px;
    float: left;
    margin-left: 80px;
    margin-top: 5px;
}

.table_cell_content_item_circle_a {
    width: 6px;
    height: 6px;
    float: left;
    margin-top: 2px;
    margin-left: 10px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background-color: #ffffff;
    border: 1.5px solid #8f8e8e;
    box-shadow: 0 0 0 1px #fff;
}

.table_cell_content_item_circle_b {
    width: 1.5px;
    height: 1.5px;
    float: left;
    margin-top: -7px;
    margin-left: 12px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background-color: #8f8e8e;
    border: 1.5px solid #8f8e8e;
    box-shadow: 0 0 0 1px #fff;
}

.maintain_msg {
    margin: 0 auto;
    text-align: center;
    margin-top: -20px;
}