.search_cont img {
    position: absolute;
    left: 0.24rem;
    top: 0.14rem;
}
body{
    background: #F5F5F5;
}

#ych_concert_items_coming_1{
    max-height:3.25rem;
    overflow:hidden;
}


.artical_title{
        
        margin-bottom:0.22rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    
    .artical_title_left{
        color: #333333;
        font-family: "PingFang SC";
        font-size: 0.3rem;
        font-style: normal;
        font-weight: 700;
    }
    .artical_title_right{
        display: flex;
        align-items: center;
    }
    .artical_title_right .more_text{
        color: #666666;
        text-align: justify;
        font-family: "PingFang SC";
        font-size: 0.26rem;
        font-style: normal;
        font-weight: 500;
        line-height: normal;

    }
    .artical_title_right img{
        width:0.29rem;
        height:0.29rem;
        position: relative;
        top:0.03rem;
    }
    .artical_detail{
        /* width: 628px; */
        display:block;
        color: #525252;
        font-family: "PingFang SC";
        font-size: 0.28rem;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-overflow: ellipsis;
        overflow: hidden;
        word-break: break-all;
        white-space: nowrap;
        width:calc(100% - 0.25rem);
        margin-bottom:0.16rem;
        position: relative;
        padding-left:0.25rem;
    }
    .artical_detail:last-child{
        margin-bottom:0;
    }
    .artical_detail:before{
        content:'';
        position: absolute;
        top:0.16rem;
        left:0;
        width: 0.08rem;
        height: 0.08rem;
        flex-shrink: 0;
        border-radius: 100%;
        background: var(--Linear, linear-gradient(293deg, #6A70FF 0%, #E477FF 100%));
    }

    .content_detail{
        background: #fff;
        padding:0.3rem 0.26rem;
    }

    .concert_item_img {
        position: relative;
        width: 1.58rem;
        height: 2.10rem;
        border-radius: 0.12rem;
        overflow: hidden;
        margin-right:0.24rem;
    }


    .item_bug {
        position: absolute;
        top: 0;
        right: 0;
        font-size: 0.21rem;
        color: #FFFFFF;
        /* width: 0.7rem; */
        padding: 0.03rem 0.1rem;
        line-height: 0.34rem;
        /* height: 0.33rem; */
        border-radius: 0 0.12rem;
        border: 0.01rem solid #ECE8FF;
        background: #ED3D72;
        text-align: center;
        line-height: 0.34rem;
    }

    .battle_title{
        flex-shrink: 0;
        color: #333333;
        font-family: "PingFang SC";
        font-size: 0.32rem;
        font-style: normal;
        font-weight: 700;
        line-height: 0.44rem;
        margin-bottom:0.08rem;
    }
    .battle_tag{
        padding: 0.02rem 0.22rem;
        justify-content: center;
        align-items: center;
       
        flex-shrink: 0;
        border-radius:0.04rem;
        background: #ECE8FF;
        margin-right:0.08rem;
        color: #6849e9;
        font-family: "PingFang SC";
        font-size: 0.24rem;
        font-style: normal;
        font-weight: 500;
        line-height: 0.34rem;
        margin-bottom:0.2rem;
    }
    .flex_wrap{
        display:flex;
        flex-wrap:wrap;
    }
    .battle_time{
        color: #999999;
        font-family: "PingFang SC";
        font-size: 0.24rem;
        font-style: normal;
        font-weight: 500;
        line-height: 0.34rem;
        margin-bottom:0.25rem;
    }
    .bottom_item_price {
        height: 0.45rem;
        word-break: break-all;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .bottom_item_price .price{
        line-height: 0.45rem;
    }
    .flex{
        display:flex;
    }
    .tiyu_wrap{
        margin-bottom:0.23rem;
    }
    .tiyu_wrap_a{
        display:block;
    }
   
    .hot_name{
        color: #999999;
        font-family: "PingFang SC";
        font-size: 0.26rem;
        font-style: normal;
        font-weight: 500;
        line-height: 0.36rem;
        letter-spacing: 1rpx;
        
    }
    .hot_name_a{
        margin-bottom:0.06rem;
        margin-right:0.32rem;
    }
    .hot_title{
        margin-right:0.63rem;
    }
    .hot_wrap{
        margin:0.24rem 0 0.38rem 0;
    }
    .hot_wrap>div:nth-child(2){
        margin-top:0.17rem
    }
    .tiyu_month_item_last{
        margin-right:0;
        background:  var(--Linear, linear-gradient(293deg, #6A70FF 0%, #E477FF 100%));
    }
    .tiyu_month_item_last img{
        width: 0.69rem;
        height:0.59rem;
    }
 