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

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

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

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

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


.tables {
    width: 754px;
    margin: 0 auto;

}

.table {
    width: 750px;
    border: 2px solid #cd8b6b;
    border-radius: 10px;
    display: none;

}

table {
    border: 0 solid #cd8b6b;
    border-radius: 10px;
    width: 100%;
    border-collapse: collapse;

}

.table.actived {
    display: block;
}

table span {
    color: #d98a6f;
}

caption {
    color: #ac7f6e;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 22px;
}

th {
    text-align: center !important;
}

table tr th,
table tr td {
    border: 1px solid #cd8b6b;
}

table tr .td1 {
    width: 166px;
    border-left: none;
    font-weight: 600;
}

table tr .td2 {
    width: 380px;
    border-right: none;
    text-align: left;
    padding: 0 46px
}

.tr1 {
    height: 60px;
    text-align: center;
}

.tr2 {
    height: 90px;
    text-align: center;
}

.tr3 {
    height: 120px;
    text-align: center;
}

.tr4 {
    height: 100px;
    text-align: center;
}

.detail_b .table_footer {
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 14px;
}

.detail_b .table_footer2 {
    height: 298px;
    line-height: 298px;
    text-align: center;
    font-size: 14px;
}

.color_r {
    color: #ffa867
}

.color_r {
    color: #2bc674
}

.remind {
    width: 750px;
    margin: 40px auto 0px;
    padding-bottom: 20px;
}

.remind h4 {
    margin: 0;
    padding: 0;
    line-height: 1.5;
    font-size: 16px;
    color: #fe5c3c;
    font-weight: 500;
}

.remind li {
    line-height: 1.5;
    font-size: 14px;
}