#ticket_con {
    width: 1200px;
    margin: 200px auto 0;
    padding: 1px;
    /* border: 1px solid red; */


}


.image_text,
.buy_ticket,
.buyTicketNotice {
    width: 1200px;
    margin: 50px auto 0;
    padding: 1px;
    /* border: 1px solid red; */

}

#ticket_list {

    width: 1100px;

    margin: 50px auto 0;
}

body {

    background: linear-gradient(to bottom, #fff 0%, #d4e5ef 20%, #fff 40%) no-repeat;
}

.qr {

    width: 300px;
    height: 300px;
    margin: 50px auto 0;
    text-align: center;
}

.desc {

    font-size: 20px;
    color: #333;

}

.desc p {
    text-indent: 40px;
    line-height: 40px;

}

.desc h3 {
    text-align: center;
}

.ticket_desc_box {
    display: flex;
    justify-content: center;

}

.ticket_desc_img {
    width: 647px;
    height: 381px;
}

.ticket_desc_text {
    width: 530px;
    margin-left: 40px;
    /* border: 1px solid red; */
}

.ticket_desc_text_title {
    font-size: 38px;
    line-height: 1;

    margin: 0;
    color: #333;
}

.ticket_desc_text_labels {
    width: 360px;

    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.label {
    padding: 3px 12px 3px 12px;
    font-size: 14px;
    color: #fa6910;
    border: 1px solid #fa6910;
    
}

.address {
    font-size: 20.91px;
    display: flex;
    align-items: center;
    margin-top: 30px;
    color: #8C8C8C;
}

.address img {
    margin-right: 10px;
}

.price_box {
    width: 500px;
    height: 105px;
    background: #f6f6f68e;
    margin-top: 30px;
}

.price {
    font-size: 40px;
    color: #FF6800;
    line-height: 105px;
    margin-left: 30px;
}

.notice {
    font-size: 14px;
    margin-top: 20px;
    color: #686868;
}

.image-text {
    margin-top: 50px;
}

.ticket_item {
    padding: 20px;
    box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.05);
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.ticket_item_title {
    font-size: 30px;
    margin-left: 10px;
    list-style: 1;
    font-weight: 600;
    color: #333;
}

.ticket_item_desc {
    font-size: 20px;
    font-weight: 550;
    margin-top: 18px;
    color: #333;
}

.ticket_item_label {
    width: 100px;
    color: #77ABE5;
    padding: 2px 5px;
    border: 1px solid #77ABE5;
    margin-top: 10px;
}

.ticket_item_notice {
    color: #9B9B9B;
    margin-top: 10px;
    display: block;
    cursor: pointer;
    text-decoration: none;
}

.ticket_item_notice:hover {
    color: #FF6E12;
}

.ticket_item_price {
    color: #FF6E12;
    font-size: 30px;
    margin-top: 15px;
}

.ticket_item_booked_btn {
    background: #FF6E12;
    color: #fff;
    width: 136px;
    height: 59px;
    text-align: center;
    font-size: 28px;
    border-radius: 10px;
    line-height: 59px;
    margin-top: 10px;
    cursor: pointer;
    ;
}

.notice_weight {
    font-weight: 600;

}

.notice_text {
    line-height: 40px;
    width: 1100px;
    margin: 30px auto 0;
    color: #333;
    font-size: 20px;
}

