body{
    background: linear-gradient(180deg, #FFF 25.24%, #F5F5F5 85.47%);
}
.nodata {
    display: flex;
   
    justify-content: center;
    align-items: center;
    position: relative;
}
.nodata img{
    width: 3.79rem;
    height: 3.79rem;
}
.nodata_text{
    position: absolute;
    bottom: 0.42rem;
    color: #999999;
    text-align: justify;
    font-family: "PingFang SC";
    font-size:0.28rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.content_detail_top_content_title{
    margin-top:0.1rem
}

.content_detail_top{
    display:flex;
    border-bottom:0.01rem solid rgba(0,0,0,.05);
    justify-content: space-between;
}
.content_detail_top_title{
    color: #333;
    font-family: "PingFang SC";
    font-size: 0.3rem;
    font-style: normal;
    font-weight: 500;
    line-height: 0.42rem;
    position: relative;
    height:0.62rem;
   
}
.content_detail_top_title.select{
    color: #6849e9;
    font-family: "PingFang SC";
    font-size: 0.3rem;
    font-style: normal;
    font-weight: 500;
}
.content_detail_top_title.select:after{
    content:'';
    position: absolute;
    top:0.54rem;
    left:0;
    width: 1.28rem;
    height: 0.04rem;
    flex-shrink: 0;
    border-radius: 0.52rem;
    /* background: #009FE3; */
    background: var(--Linear, linear-gradient(293deg, #6A70FF 0%, #E477FF 100%));
}
.content_detail_top_title_fir.select:after{
    width: 0.7rem;
}
.content_detail_top_content{
    width:100%;
    overflow:hidden;
    /* display:none; */
    color: #333333;
    font-family: "PingFang SC";
    font-size: 0.3rem;
    font-style: normal;
    font-weight: 400;
    line-height: 0.5rem;
    padding:0.2rem 0  0 0;
}
.content_detail_top_content.select{
    display:block;
}
.star_page {
    width: 100%;
    height: 100%;
    font-size: 0.25rem;
    color: #333333;
    min-height: 100vh;
    background-color: #F5F5F5;
}

.star_top {
    position: relative;
}

.star_msg {
    position: relative;
    margin: -2.68rem auto 0.29rem;
    width: 6.82rem;
    /* height: 1.93rem; */
    border-radius: 0.14rem;
    background: #FFF;
    padding: 0.29rem 0.25rem;
}

.star_msg img {
    width: 0.92rem;
    height: 0.92rem;
}

.star_msg_text {
    margin-left: 0.2rem;
}

.star_name {
    font-weight: 700;
    font-size: 0.29rem;
    margin-bottom: 0.08rem;
}

.star_num {
    color: #999999;
    font-size: 0.27rem;
    margin-bottom: 0.1rem;
}

.star_citys {
    flex-wrap: wrap;
}

.star_city {
    padding: 0.04rem 0.21rem;
    border-radius: 0.04rem;
    background: #ECE8FF;
    color: #6849E9;
    font-size: 0.23rem;
    margin-right: 0.12rem;
    margin-bottom: 0.1rem;
}

.star_city:last-child {
    margin-right: 0;
}

.star_main {
    padding: 0.1rem 0.25rem 1.6rem 0.25rem;
}

.star_msg_title {
    font-size: 0.29rem;
    font-weight: 700;
}

#message_more_closed {
    display: none;
}

.star_msg_cont {
    max-height: 2.7rem;
    overflow: hidden;
}

.star_msg_cont li {
    display: flex;
    align-items: center;
    font-size: 0.27rem;
    margin: 0 0 0.16rem;
}

.star_msg_cont .li_circle {
    display: inline-block;
    margin-right: 0.1rem;
    width: 0.08rem;
    height: 0.08rem;
    border-radius: 50%;
    background: linear-gradient(293deg, #6A70FF 0%, #E477FF 100%);
}

.star_msg_cont .li_text {
    width:6.23rem;
    display: inline-block;
    line-height: 0.38rem;
    color: #525252;

    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.star_city_item{
    margin-bottom: 0.32rem;
}
.star_city_item:last-child{
    /* margin-bottom: 0; */
}
.star_city_item_title,
.star_city_item_date {
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.star_city_item_img {
    display: inline-block;
    margin-right: 0.23rem;
    width: 1.58rem;
    height: 2.10rem;
    border-radius: 0.12rem;
    overflow: hidden;
}

.star_city_item_cont {
    width: 4.77rem;
}

.star_city_item_tags {
    margin-bottom: 0.1rem;
    flex-wrap: nowrap;
    overflow: hidden;
}

.star_city {
    white-space: nowrap;
}

.star_city_item_title {
    color: 0.31rem;
    color: #333333;
    font-size: 0.31rem;
    font-weight: 700;
    margin-bottom: 0.14rem;
}

.star_city_item_date {
    margin-bottom: 0.24rem;
    color: #999999;
    font-size: 0.23rem;
}
#star_city_ing,
#star_city_twice,
#star_city_coming,
#star_city_live,
#star_city_past{
    max-height: 4.94rem;
    overflow: hidden;
}
.star_city_item_title_new{
    color: #333333;
    font-family: "PingFang SC";
    font-size: 0.32rem;
    font-style: normal;
    font-weight: 700;
    line-height: 0.44rem;
    margin-bottom: 0.12rem;
}
.ych_detail_top{
    margin-bottom: 0;
    padding-bottom: 0;
}

.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;
}
.sc_wrap{
    display:flex;
    
}
.sc_wrap_r{
    padding-bottom:0.32rem;
    position: relative;
}
.sc_wrap_r_yuan1{
    position: absolute;
    left:-0.3rem;
    top:0.13rem;
    width: 0.18rem;
    height: 0.18rem;
    flex-shrink: 0;
    border-radius: 0.1rem;
    background: rgba(153, 153, 153, 0.2);
}
.sc_wrap_r_yuan2{
    position: absolute;
    left:0.04rem;
    top:0.04rem;
    width: 0.1rem;
    height: 0.1rem;
    flex-shrink: 0;
    border-radius: 0.1rem;
    background: #999;
}

.sc_wrap_l{
    width:0;
    height:auto;
    border-left:0.01rem dashed rgb(0, 0,0,0.2);
    margin-left:0.08rem;
    margin-right:0.21rem;
    position: relative;
    top:0.2rem;
}
.sc_wrap:last-child .sc_wrap_l{
    border-left:none;
}
.sc_wrap_r_name{
    flex-shrink: 0;
    color: #666666;
    font-family: "PingFang SC";
    font-size: 0.28rem;
    font-style: normal;
    font-weight: 500;
    line-height: 0.45rem;
}
.sc_wrap_r_time{
    flex-shrink: 0;
    color: #999999;
    font-family: "PingFang SC";
    font-size: 0.26rem;
    font-style: normal;
    font-weight: 500;
    line-height: 0.34rem;
}
.sc_wrap_r_remark{
    flex-shrink: 0;
    color: #999999;
    font-family: "PingFang SC";
    font-size: 0.26rem;
    font-style: normal;
    font-weight: 500;
    line-height: 0.34rem;
    margin-top:0.1rem;
}
.green .sc_wrap_r_time{
    color: rgba(33, 210, 94, 1);
}
.blue .sc_wrap_r_time{
    color:rgba(104, 73, 233, 1);
}
.green .sc_wrap_r_yuan1{
    background: rgba(33, 210, 94, 0.2);
}
.blue .sc_wrap_r_yuan1{
    
    background: rgba(104, 73, 233, 0.2);
}
.green .sc_wrap_r_yuan2{
    background: #21D25E;
}
.blue .sc_wrap_r_yuan2{
    background:#6849E9;
}
.zhibo img{
    width: 0.31rem;
    height: 0.2rem;
}
.zhibo {
    color: rgb(104, 73, 233);
    text-align: right;
    font-family: "PingFang SC";
    font-size: 0.26rem;
    font-style: normal;
    font-weight: 500;
    line-height: 0.36rem;
    display:block
}
.ych_detail_top_text{
    display:flex;
    justify-content: space-between;

}
.star_city_item_cont{
    width:5.43rem
}
.daofen-box{
    background: #E7E7E7 !important;
}
.daofen-box-content{
    background: #E7E7E7!important;
}