
.toll{
    width: 600px;
    height: 48px;
    margin: 0px auto 30px;
    padding-top: 50px;


}
.toll 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;
    float: left;
 margin: 0 18px;
    cursor: pointer;
}
.toll li:hover{
    background-position: 0 -96px !important;
    color:#ffffff !important;
}

.toll .actived{
    background-position: 0 -96px !important;

    color:#ffffff !important;
}
.tables{
    width: 733px;
    min-height: 500px;
    margin: 0 auto;
    position: relative;
}

.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;
    width: 733px;

}
table p{
    line-height: 1.5;
}
.table_main {
    border: solid #cd8b6b 2px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 10px;
    font-size: 16px;
    text-indent: 2em;

}
.table_main.actived{
    display: block;
}


.table_main td, .table_main th {
    border-left: 1px solid #cd8b6b;
    border-top: 1px solid #cd8b6b;
    text-align: center;
    line-height: 2;
    font-size: 14px;
    padding: 10px;
}


/* .table_main td:first-child, .table_main th:first-child {
    border-left: none;

} */

.table_main th {
    border-top: none;
    color: #ffae75;
    font-size: 22px;
    line-height: 1.5;

}
.tr2{
font-weight: 600;
}
.table ul li{
     font-size: 14px;
 }
.table ul li p{
    text-indent: 14px;
}
.table  h4 {
margin-bottom:4px;
    font-size: 14px;

}
.table_main 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 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 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 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;
}
.table_main 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;
}
 table .td_last  {
font-weight: 600;

}
table .td_last span  {
    font-weight: 600;
    color: #ff6b43;
}
.table_main2 td{
    padding: 24px;
}
.table_main3 td{
    padding: 24px;
}
.color_yellow{
    color: #cd8b6b;
}
.color_green{
    color: #75b688;
}
.color_blue{
    color: #98bfe9;
}