    /* html {
        font-size: 13.33333vw;
    } */
    .flex {
        display: flex;
    }

    .ych_bottom {
        display: flex;
        flex-wrap: wrap;
        margin-top: 0.33rem;
    }
    .ych_bottom a {
        margin-right: 0.18rem;
        color: #666;
        display: block;
        font-size: 0.25rem;
        padding: 0 0.1rem;
        margin-bottom: 0.2rem;
    }
    .ych_bottom a:nth-child(5n){
        margin-right: 0;

    }
    .ych_bottom a:nth-child(4n){
        margin-right: 0.18rem;

    }
    .concert.main_item{
        height:auto
    }
    .exhibition_items{
        flex-wrap:wrap
    }
    .exhibition_items a{
        display:block;
        margin-bottom:0.2rem;
    }
    * {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    display: inline-block;
}

ul {
    list-style-type: none;
}

.flex {
    display: flex;
}

.col {
    flex-direction: column;
}

.center {
    justify-content: center;
}

.inline {
    display: inline-block;
}

.around {
    justify-content: space-around;
}

.event {
    justify-content: space-evenly;
}

.between {
    justify-content: space-between;
}

.align-start {
    align-items: flex-start;
}

.align-center {
    align-items: center;
}

.align-end {
    align-items: flex-end;
}

.just-start {
    justify-content: flex-start;
}

.just-end {
    justify-content: end;
}

.pointer {
    cursor: pointer;
}


.all {
    width: 100%;
    height: 100%;
    background-color: #f5f5f5;
    font-size: 0.27rem;
    color: #333333;
    padding-bottom: 1.6rem
}

div {
    box-sizing: border-box;
}

img {
    width: 100%;
    height: 100%;
}

/* 顶部彩色背景部分 */
.top {
    padding: 0.2rem 0.25rem;
    height: 3.55rem;
    background: linear-gradient(180deg, #6849e9 0%, #f5f5f5 100%);
    position: relative;
}

.top-title {
    height: 0.99rem;
}

.search_cont {
    position: relative;
    width: 4.16rem;
    height: 0.68rem;
    border-radius: 0.49rem;
    background: #fff;
    padding-left: 0.12rem;
    padding-right: 0.03rem;
}

.search {
    width: 4.09rem;
    border: 0;
    padding-left: 0.43rem;
    font-size: 0.27rem;
    outline: none;
}

.search_cont img {
    position: absolute;
    left: 0.24rem;
}

.nav {
    flex-wrap: wrap;
    width: 94%;
    height: 3.4rem;
    border-radius: 0.16rem;
    background: #fff;
    z-index: 2;
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
    margin: 0.24rem 0 0 0;
    padding: 0.3rem 0.3rem;
}

.nav_item img {
    width: 0.74rem;
    height: 0.74rem;
}

.nav_item {
    color: #666666;
    font-size: 0.23rem;
    width: 1rem;
}

.nav a {
    display: inline-block;
    /* flex: 1; */
    margin-right: 1.6rem;
    /* width: calc(25% - 20px); */
}

.nav a:nth-child(3n) {
    margin-right: 0;
}

.main {
    background: #f5f5f5;
    height: 100%;
    margin-top: 1rem;
    padding: 0.25rem;
}

.main_top .ticketsing {
    width: 3.31rem;
    height: 2.32rem;
    border-radius: 0.16rem;
    background: #fff;
}

.main_top_right {
    width: 3.31rem;
    height: 2.32rem;
    border-radius: 0.16rem;
    background-color: #fff;
}

.ticketsing_title {
    width: 100%;
    height: 0.5rem;
    border-radius: 0.16rem 0 0 0;
    background: linear-gradient(90deg, #f1eeff 4.42%, #ffffff00 98.23%);
    padding-left: 0.18rem;
}

.ticketsing_img {
    width: 1.11rem;
    height: 1.47rem;
    border-radius: 0.12rem;
    margin-right: 0.16rem;
    overflow: hidden;
}

.price {
    color: #ed3d72;
    font-weight: 700;
    font-size: 0.31rem;
}

.price_low {
    color: #999999;
    font-size: 0.2rem;
    font-style: normal;
    font-weight: 500;
}

.price_text {
    font-size: 0.25rem;
    color: #ed3d72;
    height: 0.36rem;

    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.main_top_right img {
    width: 100%;
    height: 100%;
}

.main_top_right .title {
    color: #ffffff;
    font-weight: 500;
    width: 3.31rem;
    height: 0.64rem;
    line-height: 0.64rem;
    padding: 0 0.18rem;
    border-radius: 0 0 0.16rem 0.16rem;
    background: linear-gradient(180deg, #ffffff00 -62.12%, #000000b3 154.55%);
}

/* 活动日历 */
.month_item {
    color: #666666;
    font-size: 0.25rem;
    background-color: #ebebeb;
    width: 1.05rem;
    height: 0.55rem;
    border-radius: 0.98rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0.12rem;
}

.month_item_active {
    background: #e5dfff;
    color: #6849e9;
}

.month_more {
    color: #666666;
    font-size: 0.25rem;
}

/* 热门活动 */
.hot_events {
    width: 100%;
    border-radius: 0.16rem;
    background: linear-gradient(117deg, #b4fbf2 -17.99%, #fff 15.33%);
    padding: 0.25rem;
    position: relative;
}

.hot_events_item {
    width: 1.6rem;
}

.hot_events_item_img {
    position: relative;
    border-radius: 0.12rem;
    overflow: hidden;
}

.hot_events_item_img img {
    width: 1.6rem;
    height: 2.12rem;

}

.hot_events_item_bug {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0.21rem;
    color: #ffffff;
    width: 0.7rem;
    height: 0.33rem;
    border-radius: 0 0.12rem;
    border: 0.01rem solid #ece8ff;
    background: #ed3d72;
    text-align: center;
    line-height: 0.33rem;
}

.hot_events_item_text {
    color: #333333;
    font-size: 0.25rem;
    width: 100%;
    height: 0.67rem;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.hot_events_item3 {
    width: 2.9rem;
    /* height: 2.12rem; */
}

.hot_events_item_img3 img {
    width: 2.9rem;
    height: 2.12rem;
}

.hot_events_item_text3 {
    width: 2.9rem;
}

.price_text3 {
    width: 2.9rem;

}

.main_item {
    width: 100%;
    border-radius: 0.16rem;
    background: #fff;
    padding: 0.29rem 0.25rem;
    margin-top: 0.2rem;
}

.main_item_title {
    font-size: 0.33rem;
    font-weight: 700;
    margin-bottom: 0.23rem;
}

/* 演唱会 */
.concert {
    height: 4.5rem;
}

.concert_item {
    width: 1.49rem;
}

.sy_concert_item_ych {
    margin: 0.1rem 0.11rem 0 0;
}

.concert_item_img {
    position: relative;
    width: 1.49rem;
    height: 1.98rem;
    border-radius: 0.12rem;
    overflow: hidden;
}


.item_bug {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0.21rem;
    color: #ffffff;
    /* width: 0.7rem; */
    padding: 0.01rem 0.1rem;
    line-height: 0.33rem;
    /* height: 0.33rem; */
    border-radius: 0 0.12rem;
    border: 0.01rem solid #ece8ff;
    background: #ed3d72;
    text-align: center;
    line-height: 0.33rem;
}

.item_text {
    color: #333333;
    font-size: 0.25rem;
    width: 100%;
    height: 0.65rem;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.card_item_text {
    color: #333333;
    font-size: 0.25rem;
    width: 100%;
    line-height: 0.35rem;
    height: 0.7rem;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.new_card_item_text {
    color: #333333;
    font-size: 0.25rem;
    width: 100%;
    line-height: 0.35rem;
    height: 0.35rem;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* 展览 */
.exhibition_item {
    width: 3.1rem;
}

.exhibition_item_img {
    position: relative;
    width: 3.1rem;
    height: 1.98rem;
    border-radius: 0.12rem;
    overflow: hidden;
}

.exhibition_item_img img {
    width: 3.1rem;
    height: 1.98rem;
}

/* 市集 */
.bazaar_items{
    flex-wrap: wrap;
}
.bazaar_item {
    width: 2.03rem;
    height: 1.32rem;
    border-radius: 0.12rem;
    background: #0000004d;
    position: relative;
    overflow: hidden;
}

.sy_bazaar_item_sj {
    margin: 0.1rem 0.11rem 0 0;
}

.bazaar_item img {
    width: 2.03rem;
    height: 1.32rem;
}

.bazaar_item_text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #ffffff;
    padding: 0.1rem 0;
}

.bazaar_item_text_title {
    font-size: 0.27rem;
    font-weight: 700;
    margin: 0 0.16rem;

    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.bazaar_item_text_date {
    color: #ffffffe6;
    margin: 0 0.16rem 0 0.16rem;
    font-size: 0.21rem;
    font-weight: 500;
    height: 0.3rem;

    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.bazaar_item_text_link {
    width: 1.05rem;
    height: 0.3rem;
    background-color: #ffffffb3;
    color: #ed3d72;
    font-size: 0.23rem;
    line-height: 0.3rem;
    padding: 0 0 0 0.16rem;
}

.bazaar_item_text_link_triangle {
    width: 0;
    height: 0;
    border-top: 0.16rem solid transparent;
    border-right: 0.16rem solid transparent;
    border-bottom: 0.16rem solid transparent;
    border-left: 0.16rem solid #ffffffb3;
}

/* 周末活动 */

.bottom {
    padding: 0.2rem 0.25rem 0;
}

.bottom_title {
    height: 0.33rem;
    line-height: 0.33rem;
    margin: 0 0.54rem 0.39rem 0;
    color: #6849e9;
}

.bottom_title_item {
    color: #999999;
    font-size: 0.29rem;
}

.bottom_title_item_active {
    position: relative;
    font-size: 0.33rem;
    font-weight: 700;
    padding-left: 0.11rem;
    color: #6849e9;
}

.bottom_title_item_active:after {
    content: "";
    position: absolute;
    bottom: -0.05rem;
    left: 0;
    width: 1.56rem;
    height: 0.14rem;
    border-radius: 0.51rem;
    background: var(--2, linear-gradient(90deg, #f0cffc 0%, #f0cffc00 122.58%));
}

.bottom_main {
    column-count: 2;
    column-gap: 0;
}

.bottom_main_two {
    display: flex;
    justify-content: space-between;
}

.bottom_item {
    width: 3.14rem;
    border-radius: 0.12rem;
    overflow: hidden;
    background-color: #fff;
    margin-top: 0.14rem;
}

.bottom_item_img {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.exhibition_item_img_sy {
    position: relative;
    overflow: hidden;
    border-radius: 0.12rem;
    width: 3.14rem;
    height: 2.24rem;
}

.exhibition_item_img_sy img {
    width: 3.14rem;
    height: 2.24rem;
}


.bottom_item_text {
    color: #333333;
    font-size: 0.25rem;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0.08rem;
    height: 0.7rem;
}
.new_bottom_item_text {
    color: #333333;
    font-size: 0.25rem;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0.08rem;
    line-height: 0.35rem;
    height: 0.35rem;
}

.bottom_item_date {
    color: #999999;
    font-size: 0.23rem;
    height: 0.36rem;

    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.bottom_item_img_sy {
    overflow: hidden;
    position: relative;
    width: 3.14rem;
    height: 4.46rem;
    border-radius: 0.12rem 0.12rem 0 0;
}

.bottom_item_date_sy {
    color: #999999;
    font-size: 0.23rem;
    height: 0.33rem;

    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;

}

.bottom_item_price {
    height: 0.41rem;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}



/* 行业 场馆 */
.hangye_wrap {
    position: absolute;
    width: 7.5rem;
    left: -0.26rem;
    z-index: 999;
    top: 0.51rem;

    /* width: 100%; */
    max-height: 6.66rem;
    /* padding-top: 0.26rem; */
    flex-shrink: 0;
    /* border-radius: 0.2rem; */
    background: #fff;
    display: flex;
    border-top: 0.05rem solid #fff;

    /* box-shadow: 0 0.15rem 0.15rem 0 #0000001a; */

    /* box-shadow: 0 0 0.15rem 0 #0000001a; */
}

.hangye {
    color: #333333;
    font-family: "pingfang sc";
    font-size: 0.28rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.01rem;

}

.hangye_wrap {
    color: #333333;
    font-family: "pingfang sc";
    font-size: 0.28rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.01rem;

    flex-shrink: 0;
    border-radius: 0 0 0.24rem 0.24rem;
    background: #fff;
    /* box-shadow: 0 0 0.15rem 0 #0000001a; */
    /* background-color: rgb(248,248,248) */

    display: none;
}

.hangyes_wrap.selected {
    display: flex;
}

.hangyes_wrap {
    /* position: relative; */
}

.changguan_wrap {
    border-top: 0.01rem solid rgba(0, 0, 0, .05)
}

.changguan_wrap.selected {
    display: block;
}

.hangye_wrap .select {
    display: block
}

.hangye_left_wrap {
    /* padding-top: 0.26rem; */
    flex-shrink: 0;
    width: 3.5rem;
    border-radius: 0 0 0 0.24rem;
    background-color: rgb(248, 248, 248);

    max-height: 6.6rem;
    overflow-y: scroll;
}

.hangye_left {

    background-color: #fff;
}

.hangye_left_son {
    color: #525252;
    font-family: "pingfang sc";
    font-size: 0.26rem;
    font-style: normal;
    font-weight: 400;
    line-height: 0.36rem;
    padding: 0.19rem 0.29rem 0.19rem 0.34rem;
    letter-spacing: 0.01rem;
    background-color: #f5f5f5;

    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.hangye_left_son.select {
    background-color: #fff;
    position: relative;


}



.hangye_right_wrap {
    /* padding-top: 0.26rem; */
    flex-shrink: 0;
    width: calc(100% - 3.5rem);
    border-radius: 0 0 0.24rem 0;
    background-color: #fff;
    max-height: 6.6rem;
    overflow-y: scroll;
}

.hangye_right {

    background-color: #fff;
}

.hangye_right_son {
    color: #525252;
    font-family: "pingfang sc";
    font-size: 0.26rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 0.21rem 0.2rem 0.17rem 0.32rem;
    background-color: #fff;

    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.hangye_right_son.disable {
    color: #999999 !important;
}

.changguan_son.disable {
    color: #999999 !important;
}

.hangye_right_son.select {
    /* background-color: #fff; */

    color: rgba(104, 73, 233, 1);
    font-family: "pingfang sc";
    font-size: 0.26rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.01rem;
    background: rgba(104, 73, 233, 0.08);
    position: relative;

}



.select_wrap.no-border {
    border-radius: 0.2rem 0.2rem 0 0;
}

.hangye_select_wrap {
    display: flex;

}

.hangye_select_wrap .hangye {
    width: 50%;
    padding: 0.26rem 0.24rem 0.25rem 0.24rem;
    text-align: center;
}

.hangye_select_wrap .hangye .span {
    display: inline-block;
    margin: 0 0.24rem 0 0;
    max-width: 2.5rem;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
}

.hangye_select_wrap .hangye img {
    position: relative;
    width: 0.2rem;
    height: 0.1rem;
    top: -0.12rem;
}

.hangye_select_wrap .hangye .fir_img {

    display: inline-block;
}

.hangye_select_wrap .hangye .sec_img {
    display: none
}

.hangye_select_wrap .hangye.selected .fir_img {
    display: none
}

.hangye_select_wrap .hangye.selected .sec_img {
    display: inline-block;
}


.changguan_all {
    width: 100%;
    max-height: 6.6rem;
    overflow-y: scroll;
    padding: 0.16rem 0;
    background: #fff;
    border-radius: 0 0 0.24rem 0.24rem;
}

.changguan_all .changguan_son {
    color: #333333;
    font-family: "pingfang sc";
    font-size: 0.26rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.01rem;
    padding: 0.19rem 0.37rem;
    text-align: center;

}

.changguan_all .changguan_son.select {
    color: rgba(104, 73, 233, 1);

    background: rgba(104, 73, 233, 0.08);
    position: relative;


}



.content_wrap {
    margin-top: 0.45rem;
    background: #fff;
}

.content_son {
    display: block;
    width: 100%;
    flex-shrink: 0;
    border-radius: 0.2rem;
    padding: 0.28rem 0.24rem;
    box-sizing: border-box;
    background: #fff;

    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    margin-bottom: 0.16rem;
}

.content_son_left {
    width: 2.2rem;
    height: 1.6rem;
    flex-shrink: 0;
    border-radius: 0.16rem;
    background: #d9d9d9;
}

.content_son_right {
    width: 4.1rem;

}

.content_son_right_title {
    height: 0.84rem;
    color: #333333;
    text-align: justify;
    font-family: "pingfang sc";
    font-size: 0.3rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;

    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* 这里是超出几行省略 */
    overflow: hidden;

}

.content_son_right img {
    width: 0.3rem;
    height: 0.3rem;
    position: relative;
    top: 0.06rem
}

.content_son_right_icon_fir,
.content_son_right_icon_src {
    color: #666666;
    text-align: justify;
    font-family: "pingfang sc";
    font-size: 0.26rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;

    position: fixed;
    font-size: 0.27rem;
    bottom: 0;
    width: 100%;
    /* height: 1.74rem; */
    background: #fff;
    box-shadow: 0.04rem 0 0.08rem 0 #0000000d;
    padding: 0.37rem 0.29rem;
}

.bottom_share_item {
    display: flex;
    align-items: center;
    padding: 0.22rem 0.41rem;
    height: 0.7rem;
    border-radius: 0.49rem;
    border: 0.01rem solid #6849e9;
    background: #fff;
    color: #6849e9;
}

.bottom_share_item img {
    width: 0.25rem;
    height: 0.25rem;
    margin-right: 0.14rem;
}

.bottom_share_last {
    width: 4.7rem;
    text-align: center;
    border: 0;
    color: #ffffff;
    background: var(--linear, linear-gradient(293deg, #6a70ff 0%, #e477ff 100%));
}

.bottom_share_last a {
    display: block;
    width: 3.88rem;
    color: #fff;
    text-align: center;
}

.weui-mask {
    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: #6849e9;
}

.mobile-mask {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    background-color: rgba(0, 0, 0, .6);
    display: none;
    max-width: 15rem;
    width: 100%;
    margin: auto;
}

.fenxiang {
    padding: 0.2rem 0 0 0.2rem;
    background: #fff;
    font-size: 0.2rem;
    margin: 0
}

.c-img img {
    width: 100%;
    height: auto;
}

.bazaar_item_sy {
    width: 3.14rem;
    height: 2.18rem;
    border-radius: 0.12rem;
    background: #0000004d;
}

.bazaar_item_sy img {
    width: 3.14rem;
    height: 2.18rem;
}

#free_cont {
    display: none;
}

.item_name{
    position: absolute;
    top: 0.55rem;
    left: 0;
    color: #ffffff;
    font-family: "pingfang sc";
    font-size: 0.28rem;
    font-style: normal;
    font-weight: 700;
    line-height: 0.32rem;
    width:1.23rem;
    height: 1.2rem;
    box-sizing: border-box;
    padding:0 0.26rem;
    writing-mode: vertical-lr;
    overflow: hidden;
    text-orientation:mixed;
    /* writing-mode: tb-rl; */
}

.big_item_name{
    position: absolute;
    top: 1.1rem;
    left: 0;
    color: #ffffff;
    font-family: "pingfang sc";
    font-size: 0.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 0.6rem;
    width: 3rem;
    height: 2.7rem;
    box-sizing: border-box;
    padding: 0  0.46rem;
    writing-mode: vertical-lr;
    overflow: hidden;
    text-orientation: mixed;
    /* writing-mode: tb-rl; */
}
.body_body_wrap .wrap_state {
    width: 1.22rem;
    height: 0.34rem;
    flex-shrink: 0;
    border-radius: 0 0.12rem;
    border: 0.01rem solid #ece8ff;
    background: #ed3d72;
    padding: 0.02rem 0.1rem;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    right: 0;
    color: #ffffff;
    font-family: "pingfang sc";
    font-size: 0.22rem;
    font-style: normal;
    font-weight: 500;
    line-height: 0.31rem;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.wrap_state img {
    width: 0.12rem;
    height: 0.12rem;
    position: absolute;
    top: 0.11rem;
    right: 0.05rem;


}
.body_body_wrap_otner {
    width: 1.53rem;
    padding-bottom: 0.36rem;
}

.body_body_wrap_otner img {
    width: 1.53rem;
    height: 1.1475rem;
}

.body_body_wrap_otner_text {
    width: 1.53rem;
    color: #333333;
    font-family: "pingfang sc";
    font-size: 0.26rem;
    font-style: normal;
    font-weight: 500;
    line-height: 0.36rem;
    margin-top: 0.06rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.body_body_wrap {
    width: 3.04rem;
    display:block;
    box-shadow:  2px 1px 15px #00000020;
    margin-bottom: 0.2rem;
}

.body_body_wrap .wrap_img {
    position: relative;
    width: 3.14rem;

}

.body_body_wrap .wrap_img .back_img {
    width: 3.14rem !important;
    height: 4.46rem !important;
    display: block;
    height: auto;
    flex-shrink: 0;
    border-radius: 0.12rem 0.12rem 0 0;
    background: , lightgray -0.3865rem 0 / 113.666% 100% no-repeat;
}

.body_body_wrap .wrap_state {
    width: 1.22rem;
    height: 0.34rem;
    flex-shrink: 0;
    border-radius: 0 0.12rem;
    border: 0.01rem solid #ece8ff;
    background: #ed3d72;
    padding: 0.02rem 0.1rem;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    right: 0;
    color: #ffffff;
    font-family: "pingfang sc";
    font-size: 0.22rem;
    font-style: normal;
    font-weight: 500;
    line-height: 0.31rem;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.wrap_bottom{
    width:3.14rem;
    flex-shrink: 0;
    border-radius: 0 0 0.12rem 0.12rem;
    background: #fff;
    padding:0.11rem 0.18rem 0.17rem 0.18rem;
    box-sizing: border-box;
}
.wrap_bottom .wrap_bottom_title{
    color: #333333;
    font-family: "pingfang sc";
    font-size: 0.26rem;
    font-style: normal;
    font-weight: 500;
    line-height: 0.36rem;    
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.wrap_bottom .wrap_bottom_time{
    color: #999999;
    font-family: "pingfang sc";
    font-size: 0.24rem;
    font-style: normal;
    font-weight: 500;
    line-height: 0.34rem;
    margin-top:0.08rem;
    word-break: break-all;
}
.wrap_bottom .wrap_bottom_price{
    color: #ed3d72;
    font-family: "pingfang sc";
    font-size: 0.26rem;
    font-style: normal;
    font-weight: 500;
    line-height: 0.36rem; 
    margin-top:0.13rem;

    /* line-height: normal; */
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
}
.main-single-block-ticket-time{
    margin-top:0.05rem
}