.message-top{
    width: 876px;
    /* height: 178px; */
    padding:24px 24px 1px 24px;
    flex-shrink: 0;
    border-radius: 10px;
    background: #FFF;
    box-sizing: border-box;
    margin-bottom:16px
}
.message-flex{
    display:flex;
    flex-wrap:wrap;
    margin-bottom:16px
}
.message-flex .message-l{
    flex-shrink:0;
    color: #333333;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin-right:16px
}
.message-flex .message-r{
    display:flex;
    color: #333333;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    position: relative;
}
.message-r a{
    color:#FF6600
}
.message-a{
    padding: 3px 8px 3px 8px;
    flex-shrink: 0;
    border-radius: 4px;
    background: #FFF0E5;
    position: relative;
    color: #ff6600;
    font-family: "Microsoft YaHei";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-left: 10px;
    cursor: pointer;
}
.message-center{
    flex-shrink: 0;
    border-radius: 10px;
    background: #FFF;
    box-sizing: border-box;
    padding:24px
}
.title-wrap{
    display:flex;
    align-items: center;
    margin-top:23px;
}
.message-wrap:first-child .title-wrap{
    margin-top:0px;
}
.message-wrap:last-child{
    padding-bottom:0
}

.title-wrap img{
    width: 11px;
    height: 18px;
    flex-shrink: 0;
    display:block;
    margin-right:14px
}
.title-wrap .title-text{
    color: #333333;
    font-family: "Microsoft YaHei";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.tickets-wrap{
display:flex;
justify-content: flex-start;
margin-top:20px;
margin-bottom:28px
}
.tickets-wrap .tickets{
    color: #666666;
    font-family: "Microsoft YaHei";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;	
    line-height: 20px;
    margin-right:24px;
    width:auto;
    cursor: pointer
}
.tickets-wrap .tickets.active{
color: #ff6600;
font-weight: 700;
position:relative
}
.tickets-wrap .tickets.active:after{
position:absolute;
bottom:-4px;
left: 0;
content:'';
width: 100%;
height: 4px;
flex-shrink: 0;
border-radius: 10px;
background: #F60;
}
.tickets-detail{
display:flex;
justify-content: space-between;
align-items: center;
margin-bottom:20px
}
.tickets-detail-l{
margin-right:20px
}
.tickets-detail-r{
display:flex;
justify-content: flex-start;
align-items: center;
flex-shrink: 0
}
.tickets-detail-r .yuding{
box-sizing: border-box;
display:block;
padding:8px 36px;
flex-shrink: 0;
border-radius:8px;
background: #F60;
color: #ffffff;
font-family: "Microsoft YaHei";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 18px;
margin-left:30px
}
.tickets-detail-r .old-price{
    color: #999999;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    text-decoration-line: line-through;
    margin-left:12px
}
.tickets-detail-r .new-price{
    color: #333333;
    font-family: "Microsoft YaHei";
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    margin-left:12px
}
.tickets-detail-l .tickets-detail-title{
    color: #333333;
    font-family: "Microsoft YaHei";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.tickets-detail-l .tickets-detail-tags{
display:flex;
justify-content: flex-start;
margin-top:10px
}
.tickets-detail-l .tickets-detail-tag{
    color: #999999;
    font-family: "Microsoft YaHei";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
    position:relative;
    margin-right:24px
}
.tickets-detail-l .tickets-detail-tag-a{
color: #ff6600;
display:block;
margin-right:0
}
.tickets-detail-l .tickets-detail-tag-a:before{
position:absolute;
top:3px;
left:-12px;
content:'';
width:1px;
height:12px;
background: #0000001a;
}

.tickets-more-wrap{
display:flex;
justify-content: center;
align-items: center;
cursor: pointer
}
.tickets-more-wrap-n{
display:none
}
.tickets-more{
display:inline-block;
flex-shrink: 0;
border-radius: 8px;
padding:7px 49px 7px 55px;
background: #F8F8F8;
color: #999999;
font-family: "Microsoft YaHei";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 18px;

}
.message-wrap{
    border-bottom:1px solid  #0000001a;
    padding-bottom:24px
}
.message-wrap:last-child{
    border-bottom:none
}
.message-detail{
    color: #333333;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-top:20px
}
.message-center{
    margin-bottom:100px
}


.xcx_box_bg{
    background-image: url(https://imgbdb4.bendibao.com/xcxbdb/20241/05/2024105105411_55185.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 220px;
    height: 211px;
    display: none;
    position: absolute;
    bottom: 11px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 16px;
    color: #999;
    z-index: 1001;
    padding-top: 40px;
}
.xcx_box_bg .xcx_code_img{
    width: 130px;
    height: 130px;
    margin-bottom: 10px;
    /* margin: 13px 27px 27px 12px; */
}
.xcx_box_bg .xcx_text{
    margin-bottom: 30px;
}

.loading{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 10001;
    display: none;
}
.loading img {
    width: 1.2rem;
    height:1.2rem;
    animation: rotate 1.5s linear infinite;
}
.weui-masks2{
    position: fixed;
    z-index: 10000;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
}