* {
    margin: 0;
    padding: 0;
}

body {
    width: 100%;
    height: auto;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    color: inherit;
}

.container_zlk {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}

.switcher_tag {
    width: 1200px;
    height: 50px;
    background-color: #f5f5f5;
    display: flex;
    padding: 0;
}

.zlk_class {
    width: 600px;
    height: 50px;
    background-color: #04bbbe;

}

.zlk_class a {
    width: 600px;
    display: block;
    font-size: 18px;
    color: #ffffff;
    cursor: pointer;
    text-align: center;
    letter-spacing: 10px;
    line-height: 50px;
}

.zlk_teacher {
    width: 600px;
    height: 50px;
}

.zlk_teacher a {
    width: 600px;
    display: block;
    font-size: 18px;
    color: #04bbbe;
    cursor: pointer;
    text-align: center;
    letter-spacing: 10px;
    line-height: 50px;
}

.container_class_all {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
    grid-gap: 13.3px;
    justify-content: space-evenly;
    align-content: space-evenly;
    width: 1200px;
    margin: 0 auto;
}

.item_class {
    width: 290px;
    height: 430px;
    border: 1px solid #ececec;
    box-sizing: border-box;
    margin-top: 20px;
}

.class_cont {
    width: 275px;
    height: auto;
    margin: 0 auto;
}

.class_img {
    width: 275px;
    height: 184px;
    margin-top: 7.5px;
}

.class_img img {
    width: 275px;
    height: 184px;
}

.class_name {
    width: 265px;
    height: 50px;
    margin: 10px auto;
}

.class_name p {
    display: inline;
    font-size: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.class_time {
    width: 265px;
    height: 22px;
    margin: 0 auto;
}

.class_time p {
    display: inline;
    font-size: 14px;
}

.class_address {
    width: 265px;
    height: 22px;
    margin: 0 auto;
}

.class_address p {
    display: inline;
    font-size: 14px;
}

.class_price {
    width: 265px;
    height: 22px;
    margin: 0 auto;
    margin-top: 5px;
}

.class_price p {
    display: inline;
    font-size: 14px;
}

.class_price_vip {
    width: 265px;
    height: 22px;
    margin: 0 auto;
    margin-top: 5px;
}

.class_price_vip p {
    display: inline;
    font-size: 14px;
}

.class_price_vip span {
    font-size: 16px;
    color: #ff4e00;
}

.class_booking {
    width: 265px;
    height: 35px;
    margin: 0 auto;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}

.class_booking_btn {
    width: 125px;
    height: 35px;
    background-color: #ff4e00;
    text-align: center;
    line-height: 35px;
    color: #ffffff;
    border-radius: 4px;
}

.class_booking_btn_finish {
    width: 125px;
    height: 35px;
    background-color: #04bbbe;
    text-align: center;
    line-height: 35px;
    color: #ffffff;
    border-radius: 4px;
}

.class_booking_state {
    width: auto;
    height: 35px;
}

.class_booking_state p {
    display: inline;
    font-size: 14px;
    color: #ff4e00;
    line-height: 35px;
}

.class_booking_state_finish {
    width: auto;
    height: 35px;
}

.class_booking_state_finish p {
    display: inline;
    font-size: 14px;
    color: #707070;
    line-height: 35px;
}

/* 条件选择 */
.case_cont_condition {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}

.case_choose_train {
    width: 1200px;
    height: auto;
    float: left;
    display: inline;
}

dl.case_choose_train dt {
    font-size: 14px;
    color: #333333;
    text-align-last: justify;
}

dl.case_choose_train dt,
dl.case_choose_train dd {
    float: left;
    overflow: hidden;
    display: inline;
    margin-top: 15px;
    padding: 2px 5px;
    font-size: 14px;
}

dd {
    margin-inline-start: 5px;
    cursor: pointer;
}

.on {
    background-color: #14b4b1;
    color: #ffffff;
}

dl.case_choose_train dd:hover {
    background-color: #14b4b1;
    color: #ffffff;
}

.class_more {
    width: 1200px;
    height: 50px;
    margin: 0 auto;
    background-color: #eeeeee;
    margin-top: 15px;
    margin-bottom:15px;
}

.class_more p {
    font-size: 16px;
    color: #a4a4a4;
    line-height: 50px;
    text-align: center;
    letter-spacing: 2px;
}