.banner img{
    width: 100%;
    height: auto;
    display: block;
}
.banner{
    position: relative;
}
.tubiao{
    position: absolute;
    top: 0;
    left: 0;
}
.tubiao .logo{
    width: 0.7rem;
    height: 0.28rem;
    margin:0.23rem 0 0 0.27rem;
    display: block;
}
.tubiao .tubiaotitle{
    color: #ffffff;
    text-shadow: 0 0.04rem 0.08rem rgb(152,221,248);
    font-family: "PingFang SC";
    font-size: 0.54rem;
    font-style: normal;
    font-weight: 700;
    line-height: 0.76rem;
    margin:0.14rem 0 0 0.31rem
}
.tubiao .description{
    margin:0.14rem 2.4rem 0 0.35rem;
    flex-shrink: 0;
    border-radius: 0.06rem;
    padding:0.06rem 0.14rem 0.1rem 0.14rem;
    box-sizing: border-box;
    background: #FFF;
    color: rgb(54,156,234);
    font-family: "Microsoft YaHei";
    font-size: 0.18rem;
    font-style: normal;
    font-weight: 400;
    line-height: 0.24rem;
    letter-spacing: 1.44px;
}
.content{
    flex-shrink: 0;
    border-radius: 0.2rem 0.2rem 0 0;
    background: #FFF;
    margin-top:-0.19rem;
    padding:0.17rem 0.25rem;
    position: relative;
    z-index: 999;
}
.top{
    
    display: flex;
    align-items: center;
    margin-top: 0.14rem;
}
.top:first-child{
    margin-top: 0.14rem;
}
.top img{
    width: 0.39rem;
    margin-right: 0.14rem;
    height: 0.28rem;
}
.top .name{
    color: #333333;
    font-family: "PingFang SC";
    font-size: 0.36rem;
    font-style: normal;
    font-weight: 700;
    line-height: 0.5rem;
}

.data{
    width: 100%;
    flex-shrink: 0;
    border-radius: 0.2rem;
    /*background: #FFF5EA;*/
    margin-top: 0.27rem;
   
}
.ing{
    background: #FFC281 !important;
}
.now{
    background: #FF992F!important;
}
.ed{
    background: #FF6C3E!important;
}


.data .tag{
    /*padding:0.09rem 0.26rem 0.1rem 0.23rem;*/
    flex-shrink: 0;
    /*border-radius: 0.2rem 0;*/
    margin-bottom: 0.25rem;
    color: #333;
    font-family: "PingFang SC";
    font-size: 0.24rem;
    font-style: normal;
    font-weight: 700;
    line-height: 0.34rem;
    width: fit-content;
    border-left: 8px solid rgb(46, 161, 232);
    border-radius: 0.04rem;
    margin-right: 0.1rem;
    padding: 0px 12px;
}
.table-br{
    padding: 0 0.11rem 0 0.25rem;
    display: flex;
    align-items: center;
}

.table-tr{
    margin:0 0.05rem;
    color: #666666;
    font-family: "PingFang SC";
    font-size: 0.24rem;
    font-style: normal;
    font-weight: 500;
    line-height: 0.34rem;
    text-align: center;
    margin-bottom: 0.24rem;
}
.table-br .table-tr:first-child{
    width: 0.92rem;
    margin-right: 0.2rem;
}
.table-br .table-tr:nth-child(4n-2){
    width: 2.44rem;
}
.table-br .table-tr:nth-child(4n-1){
    width: 2.84rem;
}
.table-br .table-tr:nth-child(4n){
    width: 1.34rem;
}
body{
    display: block;
}
.table-br .table-dr{
    overflow: hidden;  
    text-overflow: ellipsis; 
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

}
.table-br .table-dr:first-child{

    color: #333333;
    text-align: center;
    font-family: "PingFang SC";
    font-size: 0.24rem;
    font-style: normal;
    font-weight: 500;
    line-height: 0.34rem;

}
.table-br .table-dr:nth-child(4n-2){
    color: #333333;
    text-align: center;
    font-family: "PingFang SC";
    font-size: 0.24rem;
    font-style: normal;
    font-weight: 500;
    line-height: 0.34rem;
}
.table-br .table-dr:nth-child(4n-1){
    color: #999999;
    font-family: "PingFang SC";
    font-size: 0.24rem;
    font-style: normal;
    font-weight: 500;
    line-height: 0.34rem;
}
.table-br .table-dr:nth-child(4n){
    color: #ff862c;
    font-family: "PingFang SC";
    font-size: 0.24rem;
    font-style: normal;
    font-weight: 500;
    line-height: 0.34rem;
}

.table-dr .botton{
    flex-shrink: 0;
    border-radius: 0.25rem;
    background: #FFA13E;
    padding: 0.04rem 0.24rem 0.03rem 0.25rem;

    color: #ffffff;
    font-family: "PingFang SC";
    font-size: 0.24rem;
    font-style: normal;
    font-weight: 500;
    line-height: 0.34rem;

    width: fit-content;
    margin: 0 auto;
    
}
.title-wrap{
    margin:0.44rem 0 0.3rem 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.title-wrap img{
    width: 0.23rem;
    height: 0.34rem; 
    margin-right: 0.2rem;
}

.title-wrap .title-detail{
    color: #333333;
    font-family: "PingFang SC";
    font-size: 0.36rem;
    font-style: normal;
    font-weight: 700;
    line-height: 0.5rem;
}

.article-wrap{
    flex-shrink: 0;
    border-radius: 0.2rem;
    padding: 0.27rem 0.29rem 0.35rem 0.29rem;
    box-sizing: border-box;
    background: #FFF5EA;
}
.article-wrap a{
    color: #333333;
    font-family: "PingFang SC";
    font-size: 0.28rem;
    font-style: normal;
    font-weight: 500;
    line-height: 0.39rem;
    margin-bottom: 0.26rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    position: relative;
    /* display: block; */
    padding-left: 0.34rem;
}

.article-wrap a:last-child{
    margin-bottom: 0;
}

.article-wrap a::before{
    content: '';
    position: absolute;
    top: 0.11rem;
    left: 0rem;
    width: 0.16rem;
    height: 0.16rem;
    z-index: 9999;
    border-radius: 50%;
    flex-shrink: 0;
    background: linear-gradient(293deg, #ffa13ecc 0%, #ff8300cc 100%);
}

.other-wrap{
    flex-shrink: 0;
    border-radius: 0.2rem;
    padding: 0.27rem 0.29rem 0.09rem 0.29rem;
    box-sizing: border-box;
    background: #FFF5EA;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.other-wrap a{
    color: #333333;
    font-family: "PingFang SC";
    font-size: 0.28rem;
    font-style: normal;
    font-weight: 500;
    line-height: 0.39rem;
    margin-right: 0.2rem;
    margin-bottom: 0.3rem;

}

.other-wrap a:nth-child(3n){
    
    margin-right: 0;

}



.xcx_code_mask {
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    display: none;
}

.xcx_code_dialog{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 5.9rem;
    min-height: 2.8rem;
    padding: 0.65rem 0.4rem 0.57rem;
    padding-top: 0.6rem;
    flex-shrink: 0;
    background: #FFF;
    background-color: #fff;
    border-radius: 0.2rem;
    border: 1px solid #999; 
    font-size: 0.28rem;
    color: #333;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* overflow: hidden; */
}

.xcx_code_dialog .xcx_code_img{
    width: 2.84rem;
    height: 2.84rem;
    margin-bottom: 0.46rem;
}
.xcx_code_dialog .close_icon{
    position: absolute;
    bottom: -1.2rem;
    width: 0.62rem;
    height: 0.62rem;
}

.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;
}
@keyframes rotate {
	from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.weui-masks2{
	position: fixed;
    z-index: 10000;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
}




#ticket-wraps{
    display: none;
}
.ticket-wrap {
    background-color: #fff;
    font-family: "PingFang SC";
    padding: 0.2rem 0.35rem;
    font-size: 0.24rem;
    width: 6.54rem;
    height: 8.37rem;
    border-radius: 0.19rem;
    border: 0.04rem solid #FFF;
    background: var(--135, linear-gradient(151deg, #FFECE4 -2.56%, #FFF 33%));
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    box-sizing: border-box;
}

.ticket-head {
    font-size: 0.33rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.57rem;
}

.ticket-description span {
    display: inline-block;
    text-align: center;
    line-height: 0.42rem;
    width: 0.42rem;
    height: 0.42rem;
    border-radius: 0.49rem;
    background: var(--999, linear-gradient(140deg, #FF9142 7.89%, #FF5E26 67.97%));
    color: #fff !important;
    margin-right: 0.28rem;
}

.ticket-description div {
    margin-bottom: 0.32rem;
    color: #666666;
    font-size: 0.29rem;
    display: flex;
    align-items: center;
}

.ticket-toast {
    color: #999999;
    font-size: 0.25rem;
}

.ticket-line {
    width: 100%;
    border: 0.01rem dashed #ccc;
    margin: 0.32rem 0;
}

.ticket-head2 {
    color: #333333;
    font-size: 0.33rem;
    font-weight: 700;
}

.ticket-input {
    margin: 0.31rem 0 0.51rem 0;
}

.ticket-input>div>span {
    margin-right: 0.19rem;
}

.ticket-input>div {
    margin-bottom: 0.39rem;
    display: flex;
    align-items: center;
}
.ticket-rect input{
    height: 0.24rem;
    width: 2rem;
}
.ticket-rect {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 4.63rem;
    height: 0.66rem;
    padding: 0.12rem 0.29rem 0.13rem 0.17rem;
    border-radius: 0.06rem;
    border: 0.01rem solid #D4D4D4;
}

.ticket-button button {
    font-size: 0.29rem;
    color: #fff;
    outline: none;
}

.ticket-button {
    display: flex;
    justify-content: space-around;
}

.ticket-button button:first-of-type {
    display: flex;
    width: 1.76rem;
    color: #888888;
    justify-content: center;
    align-items: center;
    border-radius: 0.86rem;
    border: 0.01rem solid #E8E8E8;
}

.ticket-button button:last-of-type {
    display: flex;
    width: 3.64rem;
    padding: 0.15rem 0 0.22rem 0;
    justify-content: center;
    align-items: center;
    border-radius: 0.86rem;
    background: var(--999, linear-gradient(140deg, #FF9142 7.89%, #FF5E26 67.97%));
    border: 0px;
}

.ticket-head-img {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
    width: 2.5rem;
    height: 0.86rem;
}
.link_animation{
    /* margin: auto; */
    /* margin-top: 5.8rem; */
    position: fixed;
    top: 5.8rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1001;
}

.gif{
    width: 5.62rem;
    height: 1.86rem;

}

.weui-mask {
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
}
.weui-masks {
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
}

.weui-dialog {
    position: fixed;
    z-index: 5000;
    width: 80%;
    max-width: 750px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #FFFFFF;
    text-align: center;
    border-radius: 0.06rem;
    overflow: hidden;
}

.weui-dialog__hd {
    padding: 1.3em 1.6em 0.5em;
}

.weui-dialog__title {
    font-weight: 400;
    font-size: 0.36rem;
}

.weui-dialog__bd {
    padding: 0 1.6em 0.8em;
    min-height: 0.8rem;
    font-size: 0.3rem;
    line-height: 1.3;
    word-wrap: break-word;
    word-break: break-all;
    color: #808080;
text-align:left;
}

.weui-dialog__bd  img{ max-width:100%;}

.weui-dialog__bd:first-child {
    padding: 2.7em 0.4rem 1.7em;
    color: #353535;
}

.weui-dialog__ft {
    position: relative;
    line-height: 0.96rem;
    font-size: 0.36rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

.weui-dialog__ft:after {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 0.02rem;
    border-top: 0.02rem solid #D5D5D6;
    color: #D5D5D6;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}

.weui-dialog__btn {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    color: #09BB07;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    position: relative;
}

.weui-dialog__btn:active {
    background-color: #EEEEEE;
}

.weui-dialog__btn:after {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 0.02rem;
    bottom: 0;
    border-left: 0.02rem solid #D5D5D6;
    color: #D5D5D6;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5);
}

.weui-dialog__btn:first-child:after {
    display: none;
}

.weui-dialog__btn_default {
    color: #353535;
}

.weui-dialog__btn_primary {
    color: #09BB07;
}
.tag-wrap{
    display: flex;
    flex-wrap: wrap;
}
.sketch{
    margin-top: 0.08rem !important;
}
.mainblock{
    width: 7rem;
    margin: auto;
    background-color: #fff;
    border-radius: 10px;
    background: #FFF;
    margin: auto;
    padding: 0.25rem;
    margin-bottom: 20px;
}


.daofen-box2{
    margin-top: 0.1rem;
    padding: 0.4rem 0.1rem;
    font-size: 0.28rem !important;
    line-height: 0.35rem !important;
    background: #fff;
    width: 6.6rem;
    margin: auto;
    letter-spacing: 0.02rem;
}
.daofen-box2 img{
    width: 100% !important;
    height: 100%;
    margin-top: 0.2rem;
}
.big_bottom{
    padding-bottom: 0.48rem!important;
    padding-top: 0rem!important;
    height: 1.5rem!important;
   } 
   .big_bottom2{
    padding-bottom: 0.48rem!important;
    padding-top: 0.3rem!important;
    height: 1.5rem!important;
   }


    
   .data .tag{
       border-left:none;
       position:relative;
       padding:0.1rem  0 0.1rem  0.23rem;
       color: #333333;
       font-family: "PingFang SC";
       font-size: 0.28rem;
       font-style: normal;
       font-weight: 700;
       line-height: 0.39rem;            
   }
   .data .tag::before{
       position: absolute;
       content: "";
       width: 0.06rem;
       height: 0.34rem;
       flex-shrink: 0;
       border-radius: 0.2rem 0;
       background: b(46, 161, 232);
       top:0.12rem;
       left: 0rem;
   }
   .table-br-wrap{
       position: relative;
   }
   .table-br .table-tr{
       color: #666666;
       text-align: center;
       font-family: "PingFang SC";
       font-size: 0.24rem;
       font-style: normal;
       font-weight: normal;
       line-height: 0.34rem;
   }

   .table-br .table-tr.sec {
       display: flex;
       align-items: center;
       justify-content: flex-start;
   }
   .table-br .table-tr.sec .text{
       text-align: left;
       width: 1.6rem;
       overflow: hidden;           /* 隐藏溢出的文本 */
       display: -webkit-box;       /* 必须设置为弹性盒子布局 */
       -webkit-box-orient: vertical; /* 设置盒子的排列方式为垂直 */
       -webkit-line-clamp: 2;      /* 设置显示的行数为2行 */
   }
   .table-br .table-tr.sec img{
       width: 0.56rem;
       height: 0.56rem;
       flex-shrink: 0;
       border-radius: 0.08rem;
       margin-right:0.15rem
   }
   .table-br .table-tr:nth-child(4n-2) {
       width: 2.24rem;
   }
   .table-br .table-dr:nth-child(4n-1){
       font-weight:normal
   }
   .table-br .table-dr:nth-child(4n-2){
       font-weight:normal
   }
   .table-br .table-dr:nth-child(4n-3){
       font-weight:normal
   }
   .table-br .table-dr:nth-child(4n){
       font-weight:normal
   }

   .outer-circle {
       position: absolute;
       top: 0.18rem;
       left: 0rem;
       width: 0.11rem;
       height: 0.11rem;
       background-color: #fff;
       border: 0.03rem solid rgb(46, 161, 232);
       border-radius: 50%;
       z-index: 9;

   }
   .outer-line{
       position: absolute;
       top: 0.34rem;
       left: 0.06rem; 
       height: calc(100% - 0.1rem);
       width: 0.03rem;
       background-color: rgb(231,231,231);
       z-index: 8;
   }
   .more-wrap{
       display: flex;
       align-items: center;
       position: absolute;
       bottom:0.04rem
   }
   .data{
       position: relative;
   }
   .more-wrap img{
       width: 0.15rem;
       height: 0.3rem;
       margin-right:0.2rem;
   }
   .more-wrap .text{

       color: rgb(46, 161, 232);
       text-align: center;
       font-family: "PingFang SC";
       font-size: 0.22rem;
       font-style: normal;
       font-weight: normal;
       line-height: 0.32rem;


   }
   .detail-a{
       display: flex;
       justify-content: center;
       align-items: center;
       
       color: rgb(46, 161, 232);
       text-align: center;
       font-family: "PingFang SC";
       font-size: 0.26rem;
       font-style: normal;
       font-weight: 500;
       line-height: 0.36rem;
       margin-bottom: 0.33rem;
   }
   .detail-a img{
    width: 0.3rem;
    height: auto;
    position: relative;
    top: 0.02rem;
    margin-left: 0.05rem;


   }
   .back{
       height: 0.14rem;
       flex-shrink: 0;
       background: #F4F4F4;
   }

   .moretj{
       margin-top: 0.1rem;
       width: 100%;
       flex-shrink: 0;
       border-radius: 0.16rem;
       background: #FFF;
       display: flex;
       justify-content: space-around;
       align-items: center;
   }
   .moretj img{
       width: 0.92rem;
       display: block;
       height: 0.92rem;
       margin: auto;
   }
   .moretj p{
       color: #666666;
   font-size: 0.23rem;
   margin-top: 0.08rem;
   text-align: center;
   }
   .fixed {
       position: fixed;
       bottom: 0;
       z-index: 999;
       display: flex;
       align-items: flex-end;
       justify-content: center;
       width: 100%;
       max-width: 7.5rem;
       margin: auto;
       padding: 0.22rem 0;
       background: #fff;
   }

   .share div ,.guanzhu div{
       display: flex;
       justify-content: center;
       align-items: center;
   }

   .share-icon {
       width: 0.28rem;
       height: 0.3rem;
   }
   .list-title-tag{
       padding: 5px 10px;
       border: 1px solid #78e000;
       color:#78e000;
       font-size: 12px;
       font-weight: 500;
       border-radius: 5px;
   }

   .other-city {
       width: 60%;
       height: 0.76rem;
       line-height: 0.76rem;
       text-align: center;
       font-size: 0.26rem;
       border: 0;
       border-radius: 1.5625rem;
       margin-left: 0.2rem;
       margin-right: 0.275rem;
       margin-top: 0.1rem;
       color: #ffffff;
       background: rgb(46, 161, 232);
   }

   .share,.other_btns {
       width: 40%;
       height: 0.76rem;
       line-height: 0.76rem;
       border-radius: 0.39rem;
       color: rgb(46, 161, 232);
       font-size: 0.26rem;
       font-weight: 500;
       background-color: rgb(46, 161, 232);
       margin-left: 0.2rem;
   }
   .guanzhu{
       width: 40%;
       height: 0.76rem;
       line-height: 0.76rem;
       border-radius: 0.39rem;
       color: rgb(46, 161, 232);
       font-size: 0.26rem;
       font-weight: 500;
       background-color: #fff;
       margin-left: 0.2rem; 

       border-radius: 0.39rem;
       border: 0.01rem solid rgb(46, 161, 232);
   }

   .back_to_feed {
       display: none !important;
   }

   .center {
       display: flex;
       justify-content: center;
   }


 
   .daoyu{
    background-color: rgb(0,0,0,.03);
    font-size: 0.26rem;
    padding: 0.24rem;
    color: #666;
    /* text-indent: 2em; */
}

.fixed a{
    font-size: 0.32rem;
}