/* 门票预订-门票预订 */
.tickets_body .sele_tab {
    border-bottom: 0.01rem solid #ddd;
    box-sizing: border-box;
    display: flex;
    width: 100%;
    margin-bottom: 0.2rem;
}

.tickets_body .sele_tab .tab_btn {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-size: 0.16rem;
    padding: 0.15rem 0.2rem;
    position: relative;
    white-space: nowrap;
    word-break: break-all;
    color: #333;
    line-height: 0.29rem;
}

.tickets_body .sele_tab .tab_btn.act::before {
    background: #9d2128;
    bottom: 0;
    content: "";
    height: 0.02rem;
    left: 0;
    position: absolute;
    transition: all 1s;
    width: 100%;
}


.tickets_content .tickets_show {
    display: none;
}

.tickets_content .tickets_show.on {
    display: block;
}

.tickets_show .spantime {
    display: flex;
    width: 100%;
    min-height: 0.63rem;
    border: 0.01rem solid #ddd;
    position: relative;
}

.tickets_show .spantime .time_tab {
    border-right: 0.01rem solid #ddd;
    cursor: pointer;
    flex: 1;
    font-size: 0.16rem;
    min-height: 0.63rem;
    min-width: 1.2rem;
    text-align: center;
    white-space: nowrap;
    word-break: break-all;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.tickets_show .spantime .time_tab:last-child {
    border-right: none;
}

.tickets_show .spantime .time_tab .time_data {
    font-size: 0.16rem;
    line-height: 0.2rem;
}

.tickets_show .spantime .time_tab .time_text {
    font-size: 0.14rem;
    line-height: 0.2rem;
}

.tickets_show .spantime .time_tab.act {
    background: #b4343b;
}

.tickets_show .spantime .time_tab.act p {
    color: #fff;
}

.tickets_show .tickets_view {
    border: 0.01rem solid #ddd;
    border-top: none;
    padding: 0.15rem;
    box-sizing: border-box;
}

.tickets_show .tickets_view .view_time {
    line-height: 0.24rem;
    font-weight: 400;
    color: #000;
    font-family: Source Han Sans SC;
    font-size: 0.14rem;
    font-style: normal;
}

.tickets_show .tickets_view .view_body {
    display: flex;
}

.tickets_show .tickets_view .view_body .view_span {
    line-height: 0.24rem;
    font-weight: 400;
    color: #000;
    font-family: Source Han Sans SC;
    font-size: 0.14rem;
    font-style: normal;
    white-space: nowrap;
}

.tickets_show .tickets_view .view_body .view_flex {
    max-height: 0.25rem;
    overflow: hidden;
    display: flex;
    cursor: pointer;
}

.tickets_show .tickets_view .view_body .view_flex.act {
    max-height: initial;
}

.tickets_show .tickets_view .view_body .view_flex .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0.2rem;
    height: 0.2rem;
    background: #b4343b;
    border-radius: 50%;
    overflow: hidden;
}
.tickets_show .tickets_view .view_body .view_flex .icon svg{
    height: 0.2rem;
    width: 0.12rem;
}
.tickets_show .tickets_view .view_body .view_flex .icon svg path{
    color: #fff;
}
.tickets_show .tickets_view .view_body .view_flex .icon img {
    max-width: 0.12rem;
    object-fit: contain;
    filter: brightness(0) invert(1);
    transform: rotate(-90deg);
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}

.tickets_show .tickets_view .view_body .view_flex.act .icon img {
    transform: rotate(0deg);
}

.tickets_show .tickets_view .view_body .view_flex .view_detail,
.tickets_show .tickets_view .view_body .view_flex .view_detail p {
    width: calc(100% - 0.2rem);
    line-height: 0.24rem;
    font-weight: 400;
    color: #000;
    font-family: Source Han Sans SC;
    font-size: 0.14rem;
    font-style: normal;
}

.tickets_show .tableBox {
    margin-bottom: 0
}

.tickets_show .tableBox table {
    background: transparent;
    table-layout: fixed;
    width: 100%;
    border-left: 0.01rem solid #ccc;
    border-top: 0.01rem solid #ccc;
    border-collapse: collapse;
    caption-side: bottom;
}

.tickets_show .tableBox table .primary {
    color: #b4343b;
    font-size: 0.16rem;
}

.tickets_show .tableBox table th {
    color: #303133;
    font-family: Source Han Sans SC
}

.tickets_show .tableBox table tbody {
    font-size: 0.16rem;
    text-align: center
}

.tickets_show .tableBox table tbody th {
    background: transparent !important;
    border-right: 0.01rem solid #ddd;
    font-size: 0.16rem;
    font-weight: 400;
    padding: 0.15rem 0.05rem;
    border-bottom: 0.01rem solid #ccc;
    height: 0.4rem;
}

.tickets_show .tableBox table thead {
    font-size: 0.16rem;
    text-align: center;
    width: 100%
}

.tickets_show .tableBox table thead th {
    background: #e7e2dc;
    color: #303133;
    font-size: 0.16rem;
    font-weight: 400;
    padding: 0.15rem 0.05rem;
    border-bottom: 0.01rem solid #ccc;
    border-right: 0.01rem solid #ccc;
    height: 0.4rem;
}

.tickets_show .buy {
    border: 0.01rem solid #b4343b;
    color: #b4343b;
    cursor: pointer;
    flex-shrink: 0;
    font-size: 0.18rem;
    font-style: normal;
    font-weight: 700;
    height: 0.44rem;
    line-height: 0.44rem;
    margin-top: 0.2rem;
    text-align: center;
    width: 100%;
}




/* 二维码弹窗 */
.code_pop {
    background-color: #00000080;
    bottom: 0;
    height: 100%;
    left: 0;
    overflow: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2006;
    /*display: none;*/
    
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
}

.code_pop.act {
    opacity: 1;
    visibility: visible;
}

.code_pop .code_litpic {
    bottom: 0;
    left: 0;
    overflow: auto;
    position: fixed;
    right: 0;
    top: 0;
    display: flex;
    justify-content: center;
}

.code_pop .code_litpic .code {
    width: 3.2rem;
    margin-top: 15vh;
    height: fit-content;
    padding: 0.16rem;
    border-radius: 0.02rem;
    background-color: #fff;
     opacity: 0;
    transform: translateY(-20px); /* 初始位置 */
    transition: transform 0.3s, opacity 0.3s;
}
.code_pop.act .code_litpic .code{
    opacity: 1;
    transform: translateY(0); 
}
.code_pop .code_litpic .code img {
    width: 2.4rem;
    height: 2.4rem;
    object-fit: contain;
    margin: 0 auto;
}

.code_pop .code_litpic .code p {
    width: 100%;
    text-align: center;
    line-height: 0.29rem;
    font-size: 0.14rem;
    color: #606266;
}

@media only screen and (max-width: 767px) {
    .tickets_show .spantime:hover {
        overflow-y: auto;
    }

    .tickets_show .spantime::-webkit-scrollbar {
        height: 0.06rem;
    }

    .tickets_show .spantime::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
        background: rgba(0, 0, 0, 0.2);
    }

    .tickets_show .spantime::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0);
        border-radius: 0;
        background: rgba(0, 0, 0, 0);
    }

}




/* 门票预订-导游预约 */
.daoyou_body .daoyou_txt {
    padding-bottom: 0.2rem;
    font-family: Inter;
    font-size: 0.16rem;
    line-height: 0.29rem;
    color: #333;
}

.daoyou_body .daoyou_list {
    display: flex;
    flex-wrap: wrap;
}

.daoyou_body .daoyou_list .daoyou_item {
    margin: 0 0.05rem 0.2rem;
    flex: 0 0 29.1666666667%;
    max-width: 29.1666666667%;
    padding: 0.2rem;
    box-sizing: border-box;
    background: #eee;
    border-radius: 0.05rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
}

.daoyou_body .daoyou_list .daoyou_item:hover .daoyou_popper {
    display: block;
}

.daoyou_body .daoyou_list .daoyou_item .daoyou_popper {
    position: absolute;
    padding: 0.12rem;
    background: #fff;
    width: 3rem;
    border: 0.01rem solid #ebeef5;
    border-radius: 0.04rem;
    box-shadow: 0 0 0.12rem #0000001f;
    color: #606266;
    font-size: 0.14rem;
    line-height: 1.4;
    top: 50%;
    left: 103%;
    transform: translateY(-50%);
    z-index: 9;
    display: none;
}

.daoyou_body .daoyou_list .daoyou_item .daoyou_popper::before {
    width: 0px;
    height: 0px;
    position: absolute;
    top: 50%;
    left: -15px;
    transform: translateY(-50%) rotate(90deg);
    display: inline-block;
    content:
        "";
    border: 8px solid transparent;
    border-top-color: #ffffff;
}

.daoyou_body .daoyou_list .daoyou_item .daoyou_popper p {
    color: #606266;
    font-size: 0.14rem;
    line-height: 1.4;
}

.daoyou_body .daoyou_list .daoyou_item .daoyou_img {
    width: auto;
    max-width: 100%;
    height: 1.8rem;
    margin: 0 auto 0.1rem;
}

.daoyou_body .daoyou_list .daoyou_item .daoyou_text {
    align-self: stretch;
}

.daoyou_body .daoyou_list .daoyou_item .daoyou_text p {
    display: flex;
}

.daoyou_body .daoyou_list .daoyou_item .daoyou_text label {
    font-family: Inter;
    font-size: 0.16rem;
    line-height: 0.29rem;
    color: #333;
}

.daoyou_body .daoyou_list .daoyou_item .daoyou_text .name {
    white-space: nowrap;
}

.daoyou_body .daoyou_yuyue {
    border: 0.01rem solid #b4343b;
    color: #b4343b;
    cursor: pointer;
    flex-shrink: 0;
    font-size: 0.18rem;
    font-style: normal;
    font-weight: 700;
    height: 0.44rem;
    line-height: 0.44rem;
    margin-top: 0.2rem;
    text-align: center;
    width: 100%;
}
.daoyou_body .daoyou_litpic{
    margin-top: 0.3rem;
    max-width: 100%;
}
/* 图片弹窗 */
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    justify-content: center;
    align-items: center;
}

.modal-content {
    position: relative;
    max-width: 90%;
    max-height: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-img {
    max-width: 100%;
    max-height: 90vh;
    transition: transform 0.3s;
}

.close-btn {
    position: absolute;
    top: 0.4rem;
    right: 0.4rem;
    color: white;
    font-size: 0.24rem;
    font-weight: 300;
    cursor: pointer;
    background: #606266;
    width: 0.44rem;
    height: 0.44rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    z-index: 1001;
}

.controls {
    position: absolute;
    bottom: 0.3rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    background: rgba(96,98,102,0.8);
    padding: 0 0.23rem;
    border-radius: 0.22rem;
    z-index: 1001;
}

.control-btn {
    background: none;
    border: none;
    width: 0.44rem;
    height: 0.44rem;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background 0.3s;
    color: #fff;
    font-size: 0.3rem;
    font-weight: 300;
}

.control-btn:hover {
    background: #ddd;
}

.fullscreen .modal-content {
    max-width: 100%;
    max-height: 100%;
}

.fullscreen .modal-img {
    max-height: 100vh;
}

@media only screen and (max-width: 990px){
    .daoyou_body .daoyou_list .daoyou_item{
        flex: 0 0 48%;
        max-width: 48%;
    }
}
@media only screen and (max-width: 767px){
    .daoyou_body .daoyou_list .daoyou_item{
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0 0 0.2rem;
    }
}





/* 门票预订-文创商城 */
.wenchuang .btn_hd{
    border-bottom: 0.01rem solid #ddd;
    box-sizing: border-box;
    display: flex;
    width: 100%;
    margin-bottom: 0.2rem;
}
.wenchuang .btn_hd .btn_li{
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-size: 0.16rem;
    padding: 0.15rem 0.2rem;
    position: relative;
    white-space: nowrap;
    word-break: break-all;
}
.wenchuang .btn_hd .btn_li.act::before{
    background: #9d2128;
    bottom: 0;
    content: "";
    height: 0.02rem;
    left: 0;
    position: absolute;
    transition: all 1s;
    width: 100%;
}
.wenchuang .item_bd .item_li{
    display: none;
}
.wenchuang .item_bd .item_li.on{
    display: block;
}
.wenchuang .item_bd .item_list{
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    gap: 0.2rem;
    margin-bottom: 0.4rem;
}
.wenchuang .item_bd .item_li .item_item{
    flex: 0 0 31%;
    max-width: 31%;
}
.wenchuang .item_bd .item_li .item_item .item_img{
    align-items: center;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    margin-bottom: 0.2rem;
    margin-right: 0.2rem;
    width: 100%;
    height: 2.65rem;
    overflow: hidden;
    border-radius: 0.08rem;
}
.wenchuang .item_bd .item_li .item_item .item_txt{
    font-family: Inter;
    font-size: 16px;
    line-height: 29px;
    color: #333;
    margin-top: 0.2rem;
    text-align: center;
}

@media only screen and (max-width: 990px){
    .wenchuang .item_bd .item_li .item_item{
        flex: 0 0 48%;
        max-width: 48%;
    }
}
@media only screen and (max-width: 767px){
    .wenchuang .item_bd .item_li .item_item{
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.wenchuang .item_bd .item_li .buy {
    border: 0.01rem solid #b4343b;
    color: #b4343b;
    cursor: pointer;
    flex-shrink: 0;
    font-size: 0.18rem;
    font-style: normal;
    font-weight: 700;
    height: 0.44rem;
    line-height: 0.44rem;
    margin-top: 0.2rem;
    text-align: center;
    width: 100%;
}





