pre{
    font-family: "PingFang SC";
}
::-webkit-input-placeholder {
    color:#999;
    font-size: 0.24rem;
    position: absolute;
top: 50%;
transform: translate(0px, -50%);
    }
body{
    display: flex;
    justify-content: center;
}
.city{
    font-size: 0.24rem !important;
}

.box {
width: 7.5rem;
margin: 0px !important;
background: #F9F9F9;
min-height: 100vh;
overflow: hidden;

}

.other-city{
    flex: 1;
    height: 0.7rem;
    flex-shrink: 0;
    border-radius: 0.49rem;
    background: var(--Linear, linear-gradient(131deg, #FF9142 26.93%, #FF5E26 100%));
    text-align: center;
    font-size: 0.27rem;
    line-height: 0.7rem;
    border: 0;
    border-radius: 1.5625rem;
    margin-left: 0.275rem;
    margin-right: 0.275rem;
    margin-top: 0.1rem;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.single-card {
width: 7rem;
flex-shrink: 0;
border-radius: 10px;
background: #FFF;
padding: 0.24rem 0.22rem;
box-sizing: border-box;
margin: auto;
margin-bottom: 0.21rem;
position: relative;
z-index: 1;
}
.single-card a{
display: flex;
}
.single-card-p1 {
    position: relative;
width: 4rem;
color: #333333;
text-align: justify;
font-family: "PingFang SC";
font-size: 0.3rem;
font-style: normal;
font-weight: 600;
line-height: 0.4rem;
display: flex;
justify-content: space-between;
overflow: hidden;/*隐藏多出部分文字*/
text-overflow: ellipsis;/*用省略号代替多出部分文字*/
display: -webkit-box;/* 显示多行文本容器 */
-webkit-box-orient: vertical;
-webkit-line-clamp:1;/*显示行数*/
}
::-webkit-input-placeholder {
    color:#999;
    font-size: 0.24rem;
    position: absolute;
top: 50%;
transform: translate(0px, -50%);
    }
    .single-card-p2 {
color: #ff5e26;
text-align: justify;
font-family: "PingFang SC";
font-size: 0.24rem;
font-style: normal;
font-weight: 400;
line-height: normal;
display: flex;
align-items: center;
margin-top: 0.24rem;
}.single-card-p3s{
font-size: 0.21rem;
width: 1.04rem;
height: 0.33rem;
display: flex;
justify-content: center;
align-items: center;
margin-left: auto;
border-radius: 0.12rem 0;
}
.single-card-p3{
font-size: 0.21rem;
width: 1.04rem;
height: 0.33rem;
display: flex;
justify-content: center;
align-items: center;
position: absolute;
top: 0px;
left: 0px;
border-radius: 0.12rem 0;
}
.single-card-p3-color1{
background: #FF9650;
color: #fff;
}
.single-card-p3-color2{
background: #3793C7;
color: #fff;
}
.single-card-p3-color3{
background: #65C737;
color: #fff;
}
.single-card-p3-color4{
background: #F94B4B;
color: #fff;
}
.single-card-p3-color5{
background-color: #999;
color: #fff;
}
.single-card-p2 img {
width: 0.3rem;
height: 0.3rem; 
margin-right: 0.1rem;
}
.fans{
    width: 351px;
    height: 90px;
    flex-shrink: 0;
    background: #FFF;
    margin: auto;
    margin-top: 20px;
}
.nav-head{
    color: #fff !important;
    text-align: center;
     font-family: "PingFang SC";
     font-size: 14px;
     font-style: normal;
     font-weight: 400;
     line-height: normal;
     letter-spacing: 0.5px;
     line-height: 22px;
}
.detail-card{
    background-color: #fff;
    width: 7rem;
    flex-shrink: 0;
    border-radius: 10px;
    background: #FFF;
    margin: auto;
    padding: 0.25rem;
    margin-bottom: 20px;
    margin-top: 0.2rem;
    position: relative;
    z-index: 2;
}
.detail-head-text{
    color: #333333;
    font-family: "PingFang SC";
    font-size: 0.35rem;
    font-style: normal;
    font-weight: 700;
    line-height: 0.49rem;
}
.single-decoration{
    display: flex;
    align-items: start;
    font-size: 0.24rem;
    color: #333;
    margin-top: 0.3rem;
    line-height: 0.40rem;
}
.single-decoration :first-child{
    color: #999;
    font-size: 0.24rem;
    display: block;
    flex-shrink:0
}
.single-decoration .line{
    height: 10px;
    width: 1px;
    background-color: #999;
    margin: 0.14rem 10px;
    opacity: 0.2;
}

.notice{
    color: #FF9142;
    font-size: 0.27rem;
    margin: -20px 0.23rem 20px 0.23rem;
}
.daofen-box2{
margin-top: 0.1rem;
padding: 0.4rem 0.4rem;
font-size: 0.24rem !important;
line-height: 0.35rem !important;
background: #fff;
width: 7rem;
margin: auto;
letter-spacing: 0.02rem;
}
.daofen-box2 img{
width: 100% !important;
height: 100%;
margin-top: 0.2rem;
}
.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;
}
.group{
    
}
.group-head{
    color: #333333;
    font-family: "PingFang SC";
    font-size: 0.29rem;
    font-style: normal;
    font-weight: 700;
    line-height: 0.45rem;
    margin-bottom: 0.2rem;
}
.group-content{
    display: flex;
}
.group-content div :not(button){
    margin-right: 0.2rem;
}
.group-content-part1 img{
    width: 1.04rem;
    height: 1.04rem;
}
.group-content-part2{
    width: 4.5rem;
}
.group-content-part2 p:first-of-type{
    color: #555555;
font-family: "PingFang SC";
font-size: 0.25rem;
font-style: normal;
font-weight: 700;
margin-bottom: 0.05rem;
}
.group-content-part2 p:last-of-type{
    color: #999999;
    font-family: "PingFang SC";
font-size: 0.25rem;
font-style: normal;
}
.group-content-part3{
    flex-shrink: 0;
    display: flex;
align-items: center;
}
.group-content-part3 button{
    width: 1.46rem;
height: 0.49rem;
flex-shrink: 0;
border-radius: 0.5rem;
border: 0.01rem solid #FFF;
background: var(--1, linear-gradient(131deg, #FF9142 26.93%, #FF5E26 100%));
color: #ffffff;
font-family: "PingFang SC";
font-size: 0.23rem;
font-style: normal;
font-weight: 500;
line-height: 0.45rem;
}
.single-card-left{
    position: relative;
    width: 2rem;
    height: 2rem;
    border-radius: 0.12rem;
    /* display: flex;
    justify-content: center;
    align-items: center; */
    overflow: hidden;
}
.single-card-left .img_cover{
    border-radius: 0.12rem;
    height: 100%;
}
.single-card-right{
    width: 4.37rem;
    margin-left: 0.2rem;
    position: relative;
}
.receivebutton{
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 1.62rem;
    height: 0.57rem;
    flex-shrink: 0;
    border-radius: 0.5rem;
    border: 0.01rem solid #FFF;
    background: var(--Linear, linear-gradient(131deg, #FF9142 26.93%, #FF5E26 100%));
    color: #fff;
    font-size: 0.23rem;
}
.tag-wrap{
    display: flex;
}
.tag-wrap div{
    background: linear-gradient(101deg, #FFE9D5 4.2%, #FFF7F3 113.98%);
    color: #FF6600;
    padding: 0.1rem 0.21rem;
    height: 0.38rem;
    flex-shrink: 0;
    border-radius: 0.04rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.15rem;
    margin-right: 0.2rem;
    font-size: 0.23rem;
}
.msgsource{
    margin-top: 0.25rem;
    color: #999999;
    font-family: "PingFang SC";
    font-size: 0.23rem;
    overflow: hidden; /* 隐藏溢出的文本 */
    white-space: nowrap; /* 禁止文本换行 */
    text-overflow: ellipsis; /* 显示省略号 */
    width: 2.5rem;
    
}   
/* .msgsources{
    color: #999999;
    font-family: "PingFang SC";
    font-size: 0.23rem;
    font-style: normal;
    font-weight: 500;
    line-height: 0.45rem;
    margin-top: 0.14rem;
    margin-bottom: 0.2rem;
} */
.sketchs{
    width: 4.48rem;
    color: #feab14;
    font-size: 0.25rem;
    font-weight: 700;
    line-height: 0.45rem;
    margin-top: 0.08rem;
overflow: hidden; /* 隐藏溢出的文本 */
    white-space: nowrap; /* 禁止文本换行 */
    text-overflow: ellipsis; /* 显示省略号 */
}
.sketch{
    width: 4.43rem;
    margin-top: 0.14rem;
    color: #FEAB14;
    font-family: "PingFang SC";
    font-size: 0.25rem;
    font-weight: 700;
    overflow: hidden; /* 隐藏溢出的文本 */
    white-space: nowrap; /* 禁止文本换行 */
    text-overflow: ellipsis; /* 显示省略号 */
}
.head-text .headtextimg{
    width: 1.41rem;
    height: 0.37rem;
}
.head-text p{
    color: #ff660099;
    font-family: "PingFang SC";
    font-size: 0.23rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.01rem;
    margin-top: 0.13rem;
}
.headtag{
    width: 1.64rem;
    height: 0.93rem;
    margin-right: 0.3rem;
    margin-top: 0.13rem;
}
.group-dialog{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 5.86rem;
    flex-shrink: 0;
    border-radius: 0.2rem;
    background: #FFF;
    background-color: #fff;
    border: 1px solid #999;
    display: none;
    font-size: 0.24rem;
    color: #333;
    z-index: 9999;
}
.group-dialog p {
    text-align:  center;
}
.lingqutiaojian{
    white-space: pre-wrap;
word-wrap: break-word;
}
.detail-content{
    margin-top: 0.21rem;
    width: 6.5rem;
    color: #555555;
    font-family: "PingFang SC";
    font-size: 0.25rem;
    font-style: normal;
    font-weight: 500;
    line-height: 0.45rem;
    white-space: pre-wrap;
word-wrap: break-word;
}
.group-dialog-img img{
    display: block;
    margin: auto;
    width: 2.34rem;
    height: 2.34rem;
    margin-top: 0.29rem;
    margin-bottom: 0.19rem;
}
.group-dialog-head{
    font-size: 0.34rem;
}
.group-dialog-end{
    color: #999;
    font-size: 0.25rem;
}
.single-text-head{
    color: #999;
    font-size: 0.27rem;
    margin-bottom:0.21rem;
    display: flex;
}
.single-text-head div{
    flex-shrink: 0;
}
.single-text-head span{
    font-size: 0.26rem;
    color: #666;
}
.single-text-head pre{
    font-size: 0.26rem;
    color: #666;
}
.content-head-detail{
    color: #333333;
    font-family: "PingFang SC";
    font-size: 0.29rem;
    font-style: normal;
    font-weight: 700;
    line-height: 0.45rem;
}
.graytext{
    display: flex;
padding: 0.15rem 0.25rem 0.15rem 0.24rem;
justify-content: start;
align-items: center;
flex-shrink: 0;
border-radius: 0.1rem;
background: #F8F8F8;
color: #999999;
font-family: "PingFang SC";
font-size: 0.25rem;
font-style: normal;
font-weight: 500;
}
.tuijian-head{
    color: #333333;
font-family: "PingFang SC";
font-size: 0.31rem;
font-style: normal;
font-weight: 700;
line-height: 0.45rem;
margin-left: 0.35rem;
}
.tuijian-head::after{
    content: '';
    display: block;
    width: 1.7rem;
    height: 0.12rem;
    flex-shrink: 0;
    border-radius: 0.42rem;
    background: linear-gradient(90deg, #F60 0%, #ffffff00 101.96%);
    margin-top: -0.12rem;
    margin-left:-0.08rem;
    margin-bottom: 0.26rem;
}
.white_rect{
    position: absolute;
    width:100%;
height: 1.13rem !important;
bottom: 0px;
}
.sketchs-wrap{
    display: flex;
    margin-top: 0.21rem;
    align-items: center;
}
.bottom-description{
    width: 1.71rem; /* 设置容器的宽度 */
    overflow: hidden; /* 隐藏溢出的文本 */
    white-space: nowrap; /* 禁止文本换行 */
    text-overflow: ellipsis; /* 显示省略号 */
    margin: auto;
}
.share{
    line-height:0.25rem;
    border-radius: 0px;
    background-color: #fff;
    display: block;
}
.share div{
    display: block;
}
.group-dialog-head{
    width: 95%;
    overflow: hidden; /* 隐藏溢出的文本 */
    white-space: nowrap; /* 禁止文本换行 */
    text-overflow: ellipsis; /* 显示省略号 */
}
.group-dialog-headwrap{
    width: 100%;
    height: 1.55rem;
    background: linear-gradient(259deg, #FE9F47 18.37%, #FF773D 82.99%);
    border-radius: 0.2rem 0.2rem 0 0;
    color: #ffffff;
    padding: 0.28rem 0.15rem;
    
}
.group-dialog-headwrap2{
    margin-top: -0.63rem;
    background-color: #fff;
    position: relative;
    padding: 0.29rem 0.31rem;
    border-radius: 0 0.59rem 0.2rem 0.2rem;
}
.headwrap2fuli{
    width: 4.1rem;
flex-shrink: 0;
color: #ff6600;
text-align: justify;
font-family: "PingFang SC";
font-size: 0.27rem;
font-style: normal;
font-weight: 700;
line-height: 0.38rem;
text-align: center;
margin: auto;
}
.dialogIcon{
    position: absolute;
    top: 0.74rem;
    right: 0.04rem;
    width: 0.76rem;
    height: 0.76rem;
    display: block;
}
.Maskgroup{
    position: absolute;
    top: 0px;
}
.closeIcon{
    position: absolute;
    bottom: -0.8rem;
    left: 50%;
    transform: translateX(-50%);
    width: 0.61rem;
}
#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;
}

/* .msgsources2::before{
    content: '';
    display: block;
    height: 0.01rem;
    flex-shrink: 0;
    background: #EBEBEB;
    margin-bottom: 0.08rem;
}
.msgsources2{
    margin-top: 0.25rem;
    color: #999999;
    font-family: "PingFang SC";
    font-size: 0.23rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 2.5rem; 
    text-align: right;
} */
.card-price{
    /* margin-bottom: 0.08rem; */
	margin-top: 0.06rem;
}
.card-price1{
    display: inline-flex;
padding: 0 0.06rem 0 0.04rem;
justify-content: center;
align-items: center;
border-radius: 0.05rem;
border: 0.01rem solid #FFA061;
color: #ff6600;
 font-size: 0.2rem;
}
.card-price2{
    color: #ff6600;
 font-size: 0.2rem;
 font-weight: 700;
}
.receivebutton{
    width:100%;
    height: 0.62rem;
    flex-shrink: 0;
    border-radius: 1.18rem;
    border: 0.01rem solid #ff660099;
    background: #FFF5EE;
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0.28rem;
    margin-top: 0.17rem;
    bottom: 0px;
}
.receivebuttonimg{
    position: absolute;
    top:-0.08rem;
    right: -0.05rem;
    z-index: 1;
    width: 1.91rem;
    height: 0.68rem;
}
.price-wrap{
    font-family: 'PingFang SC';
	width: 7rem;
	margin: auto;
	height: 1.18rem;
	border-radius: 0.16rem 0.16rem 0 0;
	background: var(--999, linear-gradient(140deg, #FF9142 7.89%, #FF5E26 67.97%));
	margin-bottom: -0.3rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 0.22rem;
}
.price-wrap div{
	transform: translateY(-0.05rem);
}
.pricetext1{
	width: 0.66rem;
	height: 0.36rem;
	flex-shrink: 0;
	border-radius: 0.18rem 0.18rem 0.18rem 0;
	background: #ffffffcc;
	color: #ff6c2d;
 font-size: 0.21rem;
 display: inline-block;
 line-height: 0.36rem;
 text-align: center;
 margin-right: 0.12rem;
 transform: translateY(-0.05rem);
}
.pricetext2{
	display: inline-flex;
height: 0.32rem;
padding: 0 0.05rem 0 0.06rem;
justify-content: center;
align-items: center;
flex-shrink: 0;
border-radius: 0.05rem;
border: 0.01rem solid #FFF;
color: #ffffff;
 font-size: 0.23rem;
 margin-right: 0.1rem;
}
.price-wrap-img{
	position: absolute;
	right: 0px;
	top: 0px;
	width: 2.67rem;
height: 1.18rem;
}
#xcx-dialog{
	position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
	width: 4.56rem;
    min-height: 2.8rem;
    padding: 0.32rem 0.32rem 0.84rem 0.32rem;
    flex-shrink: 0;
    background: #FFF;
    background-color: #fff;
	border-radius: 0.12rem;
    border: 1px solid #999;
    display: none;
    font-size: 0.24rem;
    color: #333;
    z-index: 9999;
    overflow: hidden;
}
.xcx-button{
	display: flex;
    justify-content: space-around;
    position: absolute;
    bottom: 0;
    left: 0px;
    width: 100%;
}
.xcx-button div{
    padding: 0.2rem 0.75rem;
    text-align: center;
    width: auto;
    flex: 1;
    font-size: 0.24rem;
    border: 0.01rem solid #acacac50;

}
.successdialog-head{
	margin-top: 0.29rem;
	width: 7rem;
flex-shrink: 0;
border-radius: 0.16rem;
background: #FFF;
margin: auto;
padding-top: 0.6rem;
padding-bottom: 0.6rem;
}
.successdialog-head .img1{
	width: 0.55rem;
	height: 0.55rem;
}
.successdialog-head .img2{
	display: block;
	margin-top: 0.63rem;
	width: 7rem;
	height: 0.32rem;
}
.price-descriptionwrap{
    width: 2.3rem;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.price-description1{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    flex-shrink: 0;
    max-width: 2.3rem;
}
.price-description2{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.button-wrapss a {
	display: block;
	width: 5.47rem;
height: 0.78rem;
flex-shrink: 0;
border-radius: 0.98rem;
font-size: 0.29rem;
margin: auto;
text-align: center;
line-height: 0.78rem;
}
.button-wrapss a:first-of-type{
	background: var(--112, linear-gradient(180deg, #FF8A00 0%, #F60 100%));
	color: #fff;
	margin-top: 0.78rem;
	
}
.button-wrapss a:last-of-type{
	border: 0.01rem solid #F60;
background: #FFF;
color: #F60;
margin-top: 0.39rem;
margin-bottom: 0.78rem;

}
.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);
}



.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;

}

.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;
}



.msgsources{
    color: #999999;
    font-family: "PingFang SC";
    font-size: 0.24rem;
     color: #555;
    display: flex;
    justify-content: space-between;
    
    padding-top: 0.16rem;
    margin-top: 0.24rem;
    border-top: 0.01rem solid #EBEBEB; 
 }
 .msgsources .pingtai-icon{
     width: 0.3rem;
     height: 0.3rem;
     margin-right: 0.07rem;
 }
 
 .msgsources .left,
 .msgsources .right
 {
     display: flex;
     align-items: center;
 }
 
 
.msgsources .left a .flex_end,
.msgsources .right  a .flex_end {
    display: flex;
    align-items: center;
}

 .msgsources .shangjia_name{
     max-width: 2.05rem;
     color: #666;
     overflow: hidden;
     white-space: nowrap;
     text-overflow: ellipsis;  
 }
 
 .msgsources .left .tips{
     font-size: 0.2rem;
     color: #999;
     margin-left: 0.08rem;
 }
 
 .flex_end{
     display: flex;
     align-items: flex-end;
 } 




 .single-card-left{
    min-width: 2rem;
    max-width: 2rem;
}
.single-card-left .left-title{
    max-width: 1.7rem;
    padding: 0.05rem 0.14rem;
    font-size: 0.18rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: absolute;
    bottom: 0.5rem;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(255,255,255,0.8);
    border-radius: 1rem;
}
.single-card-left .left-title.color1 {
    color: #216de8;
}
.single-card-left .left-title.color2 {
    color: #ff7800;
}
.single-card-left .left-title.color3 {
    color: #9644e5;
}
.single-card-left .left-title.color4 {
    color: #1cb97c;
}
.single-card-left .left-title.color5 {
    color: #f64181;
}

 

.banners{
    height: 3.23rem;
    margin: auto;
    margin-top: 0.42rem;
    margin-bottom: 0.32rem;	
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.banners img {
    border-radius: 0.2rem;
    height: 100%;
}

.banners.default{
    position: relative;
    height: 4rem;
    width: 100%;
    max-width: 12rem;
    margin-top: 0;
    margin-bottom: 0;	
}
.banners.default img{
    border-radius: 0;	
}

.banners.default .big_title{
    max-width: 3.7rem;
    padding: 0.08rem 0.32rem;
    font-size: 0.30rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: absolute;
    bottom: 1.1rem;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(255,255,255,0.8);
    border-radius: 2rem;
    font-weight: 600;
}
.banners.default .big_title.color1 {
    color: #216de8;
}
.banners.default .big_title.color2 {
    color: #ff7800;
}
.banners.default .big_title.color3 {
    color: #9644e5;
}
.banners.default .big_title.color4 {
    color: #1cb97c;
}
.banners.default .big_title.color5 {
    color: #f64181;
}

.radius_line{
    width: 100%;
    max-width: 12rem;
    background-color: #f9f9f9;
    border-top-left-radius: 0.2rem;
    border-top-right-radius: 0.2rem;
    height: 0.24rem;
    margin-bottom: -0.1rem;
    transform: translateY(-0.2rem);
}





.small_title{
    font-size: 0.28rem;
}

.shangjia_box{
    /* color: red; */
    padding: 0.25rem;
}
.shangjia_box .head{
    display: flex;
    justify-content: space-between; 
    align-items: center;
    font-size: 0.32rem;
    font-weight: bold;
    margin-bottom: 0.24rem;
}
.shangjia_box .right_action{
    font-size: 0.24rem;
    color: #999;
    font-weight: 400;
}

.shangjia_card{
    position: relative;
    background-color: white;
    border-radius: 0.16rem;
    display: flex;
    align-items: center;
    padding: 0.33rem 0.24rem;
    margin-bottom: 0.24rem; 
    font-size: 0.28rem;
    color: #333;
}
.shangjia_card .profile{
    max-width: 0.84rem;;
    min-width: 0.84rem; 
    height: 0.84rem;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 0.16rem;
}
.shangjia_card .abs{
    position: absolute;
    right: 0.24rem;
    bottom: 0rem;
    width: 0.94rem;
    height: 0.86rem;
}

.shangjia_tehui{
    margin-top: 0.4rem;
}

.shangjia_box .all_btn{ 
    margin-top: 0.4rem;
    margin-bottom: 0.4rem; 
    display: flex;
    justify-content: center;
}
.shangjia_all{
    display: block;
    background-color: #fff7f3;
    border: 1px solid #f60;
    border-radius: 0.8rem;
    height: 0.66rem;
    width: 2.55rem;
    line-height: 0.66rem;
    text-align: center;
    color: #f60;
    font-size: 0.24rem;
}

.big_bottom{
    padding-bottom: 0.60rem !important;
}




#bottom_menu {
    width: 7.5rem !important;
    font-size: 0.2rem; 
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: space-around;
    bottom: -2px !important;
    padding: 0.11rem 0.24rem 0.13rem 0.24rem ;
    box-shadow: 0px 0px 25px -6px rgba(0,0,0,0.1);
}

#bottom_menu a {
    font-size: 0.2rem;
}

#bottom_menu .newshare:first-child{
	margin-left: 0;
}


.newshare{
    width: 0.55rem;
	height: fit-content !important;
    /* height: 0.55rem; */
    flex-shrink: 0;
    font-size: 0.27rem;
    font-weight: 500;
    margin-left: 0.275rem;
    display: block;
    color: #999999;
    font-family: "PingFang SC";
    font-size: 0.2rem;
    text-align: center;
    background: none;
    line-height: normal;
    margin-top: 0;
	/* background-color: pink; */
    flex: 0;
}
 
.bottom-button{
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1;
	/* margin-right: 0.2rem; */
	margin-left: 0.2rem;
	/* background-color: skyblue; */
}

.main_btn{
	flex: 1;
	width: 100%;
}

.link_btn{ 
    border: 0px;
    color: #fff;
    font-size: 0.25rem;
    display: inline-flex;
    padding: 0.21rem 0.37rem 0.21rem 0.38rem;
    justify-content: center;
    align-items: center;
    border-radius: 0.85rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.bottom-button-class1{
    background: linear-gradient(116deg, #ffeee2cc 31.68%, #ffe7d7cc 106.67%);
    color: #FF9142 !important;
}
.bottom-button-class2{
    background: linear-gradient(140deg, #FF9142 7.89%, #FF5E26 67.97%);
    padding: 0rem;
    /* width: 2.79rem; */
    height: 0.76rem;
    margin-left: 0.18rem;
}
.bottom-button-class3{
    background: #D7D7D7;
    padding: 0rem;
    /* width: 2.79rem; */
    height: 0.76rem;
    margin-left: 0.18rem;
}






.msgsources_detail{
    color: #999999;
    font-family: "PingFang SC";
    font-size: 0.24rem;
    font-style: normal;
    font-weight: 500;
    line-height: 0.45rem;
    margin-top: 0.14rem;
    margin-bottom: 0.2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.msgsources_detail .right{
    display: flex;
    align-items: center;
}
.msgsources_detail .pingtai_name{
    max-width: 2.05rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;  
    font-size: 0.24rem;
    color: #999;
}

.msgsources_detail .pingtai-icon{
    width: 0.3rem;
    height: 0.3rem;
    margin-right: 0.07rem;
}

.msgsources{ 
   color: #999999;
   font-family: "PingFang SC";
   font-size: 0.24rem;
    color: #555;
   display: flex;
   justify-content: space-between;
   
   padding-top: 0.16rem;
   margin-top: 0.24rem;
   border-top: 0.01rem solid #EBEBEB; 
}
.msgsources .pingtai-icon{
    width: 0.3rem;
    height: 0.3rem;
    margin-right: 0.07rem;
}

.msgsources .left,
.msgsources .right
{
    display: flex;
    align-items: center;
}

.msgsources .shangjia_name{
    max-width: 2.05rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;  
}

.msgsources .left .tips{
    font-size: 0.2rem;
    color: #999;
    margin-left: 0.08rem;
}










/* 海报 */
.haibao_mask{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1001;
    background-color: rgba(0,0,0,0.5);
} 

.haibao_main{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%); 
    z-index: 1002;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.haibao_main .haibao_box{ 
    width: 6.3rem;
    /* height: 8rem; */
    font-size: 0.30rem; 
    background: linear-gradient(140deg, #FF5E26 7.89%, #FF9142 64.06%);
    max-width: 1200px;  
    padding: 0.22rem 0.18rem;
    box-sizing: border-box;   
}

.haibao_main .head_bg{  
    display: flex;
    align-items: flex-end;
    margin-bottom: 0.24rem;
    color: white;
}
.haibao_main .head_bg .top_tips{
    font-size: 0.18rem;  
    margin-bottom: 0.05rem;
    margin-left: 0.18rem;
}
.haibao_main .head_bg .haibao_logo{
    width: 2.43rem;
    height: 0.47rem; 
}


.haibao_content{
    background-color: #fff;
    border-radius: 0.14rem;
    min-height: 6.76rem;
    padding: 0.2rem 0.18rem;
    box-sizing: border-box;
}
.haibao_content .cover{
    position: relative;
    width: 100%;
    height: 2.67rem; 
    /* background-color: rgb(236, 236, 236); */
    display: flex;
    align-items: center;
    justify-content: center;
}
.haibao_content .cover .haibao_self_cover{
    /* display: block; */
    /* width: 100%;   */
    height: 100%;
    max-width: 100%;
    /* object-fit: contain;  */
    border-radius: 0.12rem;
}

.haibao_content .title{
    font-size: 0.3rem;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; 
    font-weight: 600; 
    margin-top: 0.22rem;
    margin-bottom: 0.14rem;
}

.haibao_content .tips{
    color: #FEAB14;
    font-size: 0.26rem;
    margin-bottom: 0.2rem;
}
.price_box{
    display: flex;
    justify-content: space-between;
    align-items: center; 
    margin-bottom: 0.14rem;
}
.price_box .price{
    font-size: 0.22rem;
} 
.price_box  .price_num{
    font-size: 0.34rem;
}
.price_box  .orange{
    color: #f60;
}
.price_box  .grey{
    color: #aaa;
    text-decoration: line-through;
}
.price_box  .grey.nothrough{
    color: #aaa;
    text-decoration: none;
}
.price_box .count { 
    border-radius: 0.05rem;
    border: 1px solid #f60;
    font-size: 0.22rem;
    height: 0.34rem; 
    line-height: 0.34rem;
    display: flex;
}
.price_box .count .zhe{ 
    color: white;
    background-color: #f60;
    padding: 0 0.12rem;
    line-height: 0.34rem;
    border-radius: 0.04rem 0 0 0.04rem;
}
.price_box .count .orange{   
    padding: 0 0.12rem;
    line-height: 0.34rem;
}
.code_info{
    position: relative; 
    height: 2rem;
    display: flex;
    align-items: center;
    font-size: 0.24rem;
    line-height: 0.38rem;
    color: #666; 
}
#haiabo_code{
    width: 1.8rem;
    height: 1.8rem;
    margin-right: 0.12rem;
}

.code_info .logoimg{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 1.6rem;
    height: 1.6rem;
}
.haibao_main .save_haibao{
    border-radius: 3rem;
    height: 0.8rem;
    width: 3.3rem;
    text-align: center;
    line-height: 0.8rem;
    color: white;
    font-size: 0.32rem; 
    background:   linear-gradient(131deg, #FF9142 26.93%, #FF5E26 100%);
    margin-top: 0.55rem;
}
.haibao_main .big_title{
    position: absolute;
    max-width: 3.7rem;
    padding: 0.08rem 0.32rem;
    font-size: 0.26rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: absolute;
    top: 67%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: rgba(255,255,255, 0.8);
    border-radius: 2rem;
    font-weight: 600;
}
.haibao_main .big_title.color1 {
    color: #216de8;
}
.haibao_main .big_title.color2 {
    color: #ff7800;
}
.haibao_main .big_title.color3 {
    color: #9644e5;
}
.haibao_main .big_title.color4 {
    color: #1cb97c;
}
.haibao_main .big_title.color5 {
    color: #f64181;
}


.channel_ziying{
    background-color: #FF3939;
    color: #fff;
    font-size: 0.18rem;
    padding: 0.00rem 0.06rem;
    border-radius: 0.04rem;
    display: inline-block;
    font-weight: 500;
    line-height: 0.28rem;
    margin-top: -0.05rem;
    height: fit-content;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 0.12rem;
    width: fit-content;
    text-align: left;
    text-indent: 0; 
}   
/* 行首空两格 */
.indent_2{ 
    text-indent: 2em;
}

.channel_ziying.detail{
    font-size: 0.22rem;
    padding: 0.05rem 0.08rem;
    border-radius: 0.07rem;
    position: relative;
    left: unset;
    top: unset;
}





/* 购买步骤 */

.buy_step_out{
    margin-bottom: 0.28rem;
    /* background-color: rgb(255, 229, 233);  */
    border-left: 1px solid rgb(235, 235, 235);
    
}
.buy_step_out .step{
    display: flex;
    line-height: 0.44rem;
    /* align-items: center; */
    position: relative;
    padding-left: 0.34rem;
    margin-bottom: 0.32rem;
    font-size: 0.28rem;
    color: #777;
}
.buy_step_out .step .step_num{
    width: 0.32rem;
    height: 0.32rem;
    text-align: center;
    line-height: 0.32rem; 
    background-color: rgb(235, 235, 235);
    font-size: 0.20rem;
    color: #999;
    position: absolute;
    left: -0.17rem;
    top: 0.06rem;
    /* transform: translateY(-50%); */
    border-radius: 50%;
}
.buy_step_out .step .step_num.first::before{
    content: "";
    display: block;
    position: absolute;
    background-color: rgb(255, 255, 255);
    width: 0.1rem;
    height: 0.1rem;
    left: 50%;
    top: -0.11rem;
    transform: translateX(-50%);
}
.buy_step_out .step .step_name{
    margin-right: 0.2rem;
    font-size: 0.28rem;
    flex-shrink: 0;
}
.pingzheng img{
    width: 1.2rem;
    height: 1.2rem;
    object-fit: cover;
}
.step_con_1{
    display: inline-flex;
    padding:0 0.14rem;
    line-height: 0.44rem;
    align-items: center;
    border-radius: 0.1rem;
    background: linear-gradient(93deg, #ff8737d9 1.42%, #ff6600d9 98.33%);
    font-size: 0.22rem;
    color: #fff;
}

.step_con_1 .con{
    display: block;
    max-width: 3.7rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}
/* 领 */
.step_con_1 .ling{
    padding-left: 0.28rem;
    position: relative;
}
.ling::after{
    content: "";
    display: block;
    width: 0.09rem;
    height: 0.55rem;
    position: absolute;
    background-image: url("https://imgbdb4.bendibao.com/xcxbdb/20247/22/2024722160542_90979.png");
    background-repeat: no-repeat;
    background-size: 0.09rem 0.55rem;
    top: -0.05rem;
    left: 0.09rem;
} 
.step_con_2{
    background-color: #fff6f1;
    color: #f60;
    font-size: 0.26rem;
    padding: 0.06rem 0.18rem;
    border-radius: 1rem;
    max-width: 4.5rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; 
    display: flex;
    align-items: center;
}
.step_con_2 a{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; 
}
.step_con_2 img{
    width: 0.26rem;
    height: 0.26rem;
    margin-right: 0.1rem;
}
.step_con_3{
    color: #333;
}



.show_img_mask{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.4rem;
    z-index: 9;
    overflow-y: auto;
    display: none;
}
.show_img_mask img{
    width: 100%;
    height: auto;
    margin-bottom: 1rem;
}



/* <!-- 详情页的banner 新封面样式 --> */
 
    .banner_cover_youhui{
        background-repeat: no-repeat;
        background-position: center center;
        background-size: auto 100%; 
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: relative;
    }
    .banner_cover_youhui [class^=info_]{
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    
    .banner_cover_youhui{
        background-image: url("https://imgbdb4.bendibao.com/xcxbdb/20247/23/2024723163014_41661.png");
    }
    .banner_cover_youhui .info_1{  
        color:#FE7800;
        max-width: 5.2rem;
        font-size: 0.56rem;
        font-weight: 600; 
        
        position: absolute;
        top:22%;
        left: 50%;
        transform: translate(-50%,-50%); 
    }
    .banner_cover_youhui .info_2{ 
        color:#fff; 
        font-size: 0.44rem;
        font-weight: 600; 
        max-width: 3.1rem;

        position: absolute;
        top:48%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
    .banner_cover_youhui .info_3{
        color:#FE7800; 
        max-width: 5.2rem;
        font-size: 0.40rem;

        position: absolute;
        top:74%;
        left: 50%;
        transform: translate(-50%,-50%); 
        
    }
    .banner_cover_youhui.blue{
        background-image: url("https://imgbdb4.bendibao.com/xcxbdb/20247/23/2024723163026_32643.png");
    }
    .banner_cover_youhui.blue .info_1{
        color:#488AF7; 
    }
    .banner_cover_youhui.blue .info_2{
        color:#fff; 
    }
    .banner_cover_youhui.blue .info_3{
        color:#488AF7; 
        
    }
 
/* <!-- 新封面样式 --> */


  
/* <!-- 列表卡片新封面样式 --> */

.cover_left{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
    height: 2rem;
    width: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.cover_left [class^=info_]{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cover_left{
    background-image: url("https://imgbdb4.bendibao.com/xcxbdb/20247/23/2024723163014_41661.png");
}
.cover_left .info_1{
    color:#FE7800;
    max-width: 1.8rem;
    font-size: 0.26rem;
    font-weight: 600; 
    position: absolute;
    top:22%;
    left: 50%;
    transform: translate(-50%,-50%); 
}
.cover_left .info_2{
    color:#fff;
    font-size: 0.22rem;
    font-weight: 600;  
    max-width: 1.6rem; 
    position: absolute;
    top:48%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.cover_left .info_3{
    color:#FE7800;
    max-width: 1.8rem;
    font-size: 0.20rem;
    transform: translateY(-0.05rem); 
    position: absolute;
    top:74%;
    left: 50%;
    transform: translate(-50%,-50%); 
}
.cover_left.blue{
    background-image: url("https://imgbdb4.bendibao.com/xcxbdb/20247/23/2024723163026_32643.png");
}
.cover_left.blue .info_1{
    color:#488AF7; 
}
.cover_left.blue .info_2{
    color:#fff; 
}
.cover_left.blue .info_3{
    color:#488AF7; 
    
}

/* <!-- 新封面样式 --> */





/* 面包屑 */
.bread_link{
    padding: 0 0.2rem;
    color: #888;
    margin-bottom: 0.24rem;
    font-size: 0.26rem;
}
.bread_link a{
    font-size: 0.26rem;
    color: #333;
}


.msgsources  .flex_end{
    position: relative;
}
 .msgsources .flex_end::after{
    content: ""; 
    background-image: url("https://imgbdb4.bendibao.com/xcxbdb/20247/29/2024729161020_95559.png");
    width: 0.24rem;
    height: 0.24rem;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-left: 0.05rem;
 }


 a,a:hover,a:active,a:visited,a:link,a:focus{
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-select: none;
    -moz-user-focus: none;
    -moz-user-select: none;
 }