* {
    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_kc {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}

.container_details_top 
{
    margin-top:25px;
    width: 1200px;
    height: 248px;
    display: flex;
    border-bottom: 1px dashed #e4e4e4;
}

.container_details_l {
    width: 700px;
    height: 300px;
}

.container_details_r {
    width: 500px;
    height: 300px;
}

.kc_details_title {
    width: 700px;
    height: auto;
}

.kc_details_title p {
    font-size: 26px;
    color: #404040;
    font-weight: 600;
}

.kc_details_time {
    width: 700px;
    height: auto;
    margin-top: 35px;
}

.kc_details_time p {
    font-size: 16px;
    color: #404040;
}

.kc_details_place {
    width: 700px;
    height: auto;
    margin-top: 10px;
}

.kc_details_place p {
    font-size: 16px;
    color: #404040;
}

.kc_details_zn {
    width: 700px;
    height: auto;
    margin-top: 10px;
}

.kc_details_zn p {
    font-size: 16px;
    color: #404040;
}

.kc_details_yetai {
    width: 700px;
    height: auto;
    margin-top: 10px;
}

.kc_details_yetai p {
    font-size: 16px;
    color: #404040;
}

.kc_details_phone {
    width: 700px;
    height: auto;
    display: flex;
    margin-top: 10px;
}

.kc_details_phone p {
    font-size: 16px;
    color: #404040;
    line-height: 28px;
}

.kc_price {
    width: 240px;
    height: 200px;
    background-color: #f5f5f5;
    overflow: hidden;
    margin-left: 260px;
}

.sc_price {
    width: 240px;
    height: auto;
    margin-top: 50px;
}

.sc_price p {
    font-size: 16px;
    color: #393939;
    text-align: center;
}

.vip_price {
    width: 240px;
    height: auto;
    margin-top: 5px;
}

.vip_price p {
    font-size: 18px;
    color: #ff4e00;
    text-align: center;
}

.vip_price span {
    font-size: 16px;
    color: #393939;
    text-align: center;
}

.kc_book {
    width: 152px;
    height: 40px;
    background-color: #ff8955;
    margin-top: 10px;
    margin-left: 57px;
    border-radius: 5px;
    cursor: pointer;
}

.kc_book p {
    font-size: 18px;
    color: #ffffff;
    line-height: 40px;
    text-align: center;
}

.container_details_cont {
    width: 1200px;
    height: auto;
    margin-top: 25px;
    margin-bottom:25px;
}

.container_details_cont p {
    font-size: 18px;
    color: #404040;
    line-height: 30px;
    padding: 0 20px;
    margin-bottom: 20px;
}

.container_details_cont h3 {
    width: auto;
    margin-left: 20px;
}

.container_details_cont table {
    width: 100%;
    border-collapse: collapse;
}

.container_details_cont th,
td {
    border: 1px solid #6e6e6e;
    padding: 8px;
    text-align: center;
    line-height: 28px;
}