body { background: #F1F1F1 }
.wrap { width: 1400px; min-height: 925px; margin: 10px auto 0 auto;}
/* 主要部分css */
main { background: white; padding-bottom: 40px; border-radius: 5px; margin-top: 1%; min-height: inherit; }
.nav_input { padding: 2% 3%; box-sizing: border-box; }
.nav_input>* { display: inline-block; }
.nav_input ul>* { display: inline-block; font-size: 16px; margin: 0 10px; }
.nav_input ul b { font-size: 20px; }
.nav_input ul>li {
    width: 125px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 25px;
    cursor: pointer;
    user-select: none;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}
/* 选中的css */
.nav_input_active { background: orange; color: white; }

/* table数据 */
.table_content{
    width: inherit;
    padding: 0px 50px 40px;
}
.table_content table td {
    width: 1%;
}
.table_content table tbody{
    font-size: 14px;
}