.time {
    width: 350px;
    height: 48px;
    margin: 0px auto 30px;
    padding-top: 50px;
    display: flex;
    justify-content: space-between;
}

.time li {
    width: 164px;
    height: 46px;
    background: url("../images/time_btn.png") center 0 no-repeat;
    background-position: 0 -142px;
    text-align: center;
    line-height: 46px;
    font-size: 20px;
    color: #c96118;
    /*font-weight: 500;*/
    cursor: pointer;
}

.time li:hover {
    background-position: 0 -96px !important;
    color: #ffffff !important;
}

.table_main {
    display: none;
    font-size: 20px;
}


.time .actived {
    background-position: 0 -96px !important;
    color: #ffffff !important;
}

.tables {
    min-height: 500px;
    margin: 0 auto;
    position: relative;
    max-width: 800px;
}


.table {
    margin: 0 auto;
    max-width: 100%;
    display: none;
}

.table.actived {
    display: block;
}

table {
    *border-collapse: collapse;
    /* IE7 and lower */
    border-spacing: 0;
    margin: 0 auto;
    word-wrap: break-word;
    word-break: break-all;
}

.table_main table {
    min-width: 800px !important;
    border: solid #cd8b6b 2px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 10px;
}

.table_main table.actived {}

.table_main table td,
.table_main table th {
    border-left: 1px solid #cd8b6b;
    border-top: 1px solid #cd8b6b;
    text-align: center;
    font-size: 16px;
    padding: 10px 0;
}

.table_main table td:first-child,
.table_main table th:first-child {
    border-left: none;
}

.table_main table1 td:first-child {
    width: 142px;
}

.table_main table1 td:last-child {
    width: 400px;
}

.table_main table1 th {
    border-top: none;
    width: 160px;
}

.table_main table .tr2 .tr2_boreder {
    border-left: 1px solid #cd8b6b;
}

.table_main table th:first-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
}

.table_main table th:last-child {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}

.table_main table th:only-child {
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}

.table_main table tr:last-child td:first-child {
    -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
    -ms-border-radius: 0 0 0 6px;
    -o-border-radius: 0 0 0 6px;
}

.table_main table tr:last-child td:last-child {
    -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
}

.tr1 {
    height: 70px;
}

.tr2 {
    height: 80px;
}

.tr3 {
    height: 70px;
}

.tr4 {
    height: 90px;
}

.tr5 {
    height: 65px;
}

.table_main table2 td {
    height: 60px;
    color: #a2a2a2;
    padding: 10px 0;
}

td {
    color: #a2a2a2;
}

.table_main table2 td:first-child {
    width: 140px !important;
    font-size: 18px;
    color: #c96118;
}

.table_main table2 th {
    border-top: none;
    height: 70px;
    font-size: 18px;
    color: #c96118;
}

.color_yellow {
    color: #ff976b;
}

.color_green {
    color: #75b688;
}

.color_blue {
    color: #98bfe9;
}