body {
    background-color: #f9f9f9;
    min-height: 100vh;
    font-size: 0.30rem;
    background-image: url("https://imgbdb4.bendibao.com/xcxbdb/20241/10/2024110092219_15623.png");
    background-size: 7.5rem 2.7rem;
    background-repeat: no-repeat;
    background-position: center top;
}

.page_top {
    height: 1rem;
    line-height: 1rem;
    text-align: center;
    border-bottom: 1px solid #eeeeee;
    font-size: 0.32rem;
    font-weight: bold;
    background-color: #fff;

}
 

.shagnjia_info {
    background-color: #fff;
    border-top-right-radius: 0.2rem;
    border-top-left-radius: 0.2rem;
    position: relative;
    padding: 0.41rem;
    padding-bottom: 0rem;
    margin-top: 1.8rem;
    height: auto;
}

.shagnjia_info .profile {
    position: absolute;
    top: -0.5rem;
    left: 0.4rem;
    width: 1.47rem;
    height: 1.47rem;
    border-radius: 50%;
    border: 3px solid white;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;

}

.shagnjia_info .profile img {
    width: 1.39rem;
    height: 1.39rem;
}

.shagnjia_info .abs {
    position: absolute;
    right: 0.24rem;
    top: .4rem;
    width: 0.94rem;
    height: 0.86rem;
}

.shagnjia_info .name {
    /* position: absolute; */
    padding-left: 1.7rem;
    font-size: 0.36rem;
    font-weight: 600;
    left: 2rem;
    top: 0.3rem;
    font-family: 'PingFang SC';
    /* max-width: 5rem; */
    margin-bottom: 0.24rem;
}



.sj_info_wrap {
    font-size: 0.26rem;
    color: #444;
    line-height: 0.42rem;
    padding: 0.24rem 0;
    border-bottom: 1px solid rgb(235, 235, 235);
}

.base_info .sj_info_wrap:last-child {
    border-bottom: none;
}

.sj_info_wrap.addr_action {
    width: 100%;
}

.sj_info_wrap.addr_action.flex {
    display: flex;
    justify-content: space-between;
}

.sj_info_wrap.addr_action .addr {
    text-align: left;
   
}

.action_icon {
    width: 1.8rem;
}

.action_icon img { 
    width: 0.64rem;
    height: 0.64rem; 
    margin-bottom: 0.1rem;
}


.action_icon .icon_box{
    margin-left: 0.36rem;
    color: #999;
    font-weight: 500;
    font-size: 0.22rem;
    line-height: 0.32rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}







.part_box {
    padding: 0.24rem;
}

.list_title {
    display: flex;
    font-size: 0.36rem;
    font-weight: 600;
    margin-bottom: 0.24rem;
}

.list_title img {
    width: 0.42rem;
    height: 0.42rem;
    margin-right: 0.15rem;
}

.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;
}

.card {
    display: none;
}

.single-card a {
    display: flex;
}

.single-card-p1 {
    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;
}

.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-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;
}

.detail-card {
    background-color: #fff;
    width: 351px;
    flex-shrink: 0;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 0 7.5px 0 #facc9540;
    margin: auto;
    padding: 10px;
    margin-bottom: 20px;
}

.detail-head-text {
    color: #333333;
    font-family: "PingFang SC";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.5px;
}

.single-decoration {
    display: flex;
    align-items: start;
    margin-top: 0.2rem;
    font-size: 0.26rem;
}

.single-decoration :first-child {
    color: #999;
    font-size: 0.26rem;
    display: block;
    flex-shrink: 0
}

.single-decoration .line {
    height: 10px;
    width: 1px;
    background-color: #999;
    margin: 0.14rem 10px;
    opacity: 0.2;
}

.bottom-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 20px;
}

.bottom-button button {
    padding: 10px 20px;
    border-radius: 8px;
    background: var(--Linear, linear-gradient(131deg, #FF9142 26.93%, #FF5E26 100%));
    border: 0px;
    color: #fff;
}

.single-decoration {
    display: flex;
    align-items: start;
    margin-top: 0.3rem;
    font-size: 0.24rem;
    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;
}

.bottom-button button:first-child {
    margin-right: 15px;
}


.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;
    height: 2rem;
    position: relative;
}


.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.08rem !important;
    color: #FEAB14;
    font-family: "PingFang SC";
    font-size: 0.25rem;
    font-weight: 700;
    overflow: hidden;
    /* 隐藏溢出的文本 */
    white-space: nowrap;
    /* 禁止文本换行 */
    text-overflow: ellipsis;
    /* 显示省略号 */
}

.card-price {
    margin-bottom: 0.08rem;
    margin-top: 0.05rem;
}

.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: 0;
    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;
}




.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 .left a .flex_end,
.msgsources .right  a .flex_end {
    display: flex;
    align-items: center;
}

.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;
 }
.msgsources .shangjia_name {
    color: #666;
    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;
}


.no_data {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 0.28rem;
}

.no_data img {
    width: 5.14rem;
    height: 2.69rem;
}

.temp_info {
    background-color: pink;
    margin-bottom: 12px;
    display: none;
}

.temp_info2 {
    background-color: rgb(196, 228, 255);
    margin-bottom: 12px;
    display: none;
}

.getmore {
    margin: auto;
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
    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;
    display: none;
}

.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;
}


/* <!-- 列表卡片新封面样式 --> */

.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;

}

/* <!-- 新封面样式 --> */



.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;
}



/* 面包屑 */
.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;
}


/* 前往平台的总页面 */
.get_platform {
    margin: auto;
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
    display: block;
    background-color: #fff;
    /* border: 1px solid #f60; */
    border-radius: 0.8rem;
    height: 0.66rem;
    width: 3.2rem;
    line-height: 0.66rem;
    text-align: center;
    color: #f60;
    font-size: 0.24rem;
    box-shadow: 0 0 20px 2px rgba(255,102,0,0.05);
}