body {
    padding-top: 0.6rem;
}

.app_body_details {
    position: relative;
    background-color: #f2efe5;
}

.bg_body {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
}

.top_hide_img {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    display: block;
}

.bg_body::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 50%;
    width: 100%;
    padding-top: 0.4rem;
    background-image: linear-gradient(-180deg, rgba(245, 245, 245, 0), rgba(245, 245, 245, 0) 20%, #f2efe5 80%, #f2efe5);
    z-index: 1;
}

.cont_body {
    position: relative;
    z-index: 2;
}

.cont_body_top {
    padding: 0.16rem;
    padding-top: 2rem;
}

.user_desc {
    margin-bottom: 0.45rem;
    padding: 0.17rem 0.24rem;
    padding-bottom: 0.24rem;
    background: #fbfaf6;
    border-radius: 0.13rem;
    border: 1px solid #67553A;
    box-sizing: border-box;
}

.user_desc .name {
    margin-bottom: 0.16rem;
    font-size: 0.24rem;
    color: #000000;
}

.user_desc .tip {
    font-size: 0.17rem;
    color: #000000;
    line-height: 0.24rem;
}

.user_desc .no_data_img {
    display: block;
    width: 2.2rem;
    height: 1.6rem;
    margin: 0.3rem auto;
    object-fit: cover;
}

.work_desc {
    padding: 0.21rem 0.17rem;
    padding-bottom: 0;
    background: #FDFBF7;
    border-radius: 0.13rem;
    box-sizing: border-box;
}

.work_desc .no_data_img {
    display: block;
    width: 2.2rem;
    height: 1.6rem;
    margin: 0.3rem auto;
    object-fit: cover;
}

.title_cont {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.title_cont .title {
    font-size: 0.24rem;
    color: #000000;
}

.title_cont .go {
    font-size: 0.16rem;
    color: #6F6960;
}

.work_desc .work_list {
    margin-top: 0.21rem;
    padding-bottom: 0.3rem;
    display: flex;
    align-items: center;
    gap: 0.15rem;
}

.work_desc .work_item {
    flex: 1;
    flex-shrink: 0;
}

.work_desc .work_img {
    height: 1.77rem;
    border-radius: 0.13rem;
    overflow: hidden;
    object-fit: cover;
}

.work_desc .work_name {
    padding: 0.13rem 0;
    text-align: center;
    font-size: 0.17rem;
    color: #000000;
}

.work_desc .work_name span {
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.experience_desc {
    margin-top: 0.66rem;
    padding: 0.21rem 0.17rem;
    padding-bottom: 0.36rem;
    background: #FDFBF7;
    border-radius: 0.13rem;
    box-sizing: border-box;
}

.experience_list .no_data_img {
    display: block;
    width: 2.2rem;
    height: 1.6rem;
    margin: 0.3rem auto;
    margin-top: 0.51rem;
    object-fit: cover;
}

.experience_list {
    margin-top: 0.32rem;
}

.experience_item {
    display: flex;
    gap: 0.36rem;
    margin-bottom: 0.36rem;
}

.experience_list .experience_item:last-child {
    margin-bottom: 0;
}

.experience_item .experience_img {
    width: 1.4rem;
    height: 1.55rem;
    border-radius: 0.13rem;
    overflow: hidden;
    object-fit: cover;
}

.experience_item .experience_item_cont {
    flex: 1;
}

.experience_item_cont .experience_name {
    margin-bottom: 0.23rem;
    padding-top: 0.1rem;
    font-size: 0.21rem;
    color: #000000;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.experience_item_cont .experience_tip {
    font-size: 0.17rem;
    color: #999999;
    line-height: 0.24rem;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.commodity_body {
    margin-top: 0.2rem;
    padding: 0 0.17rem;
    padding-top: 0.26rem;
    padding-bottom: 0.67rem;
    background: #FDFBF7;
    border-radius: 0.2rem 0.2rem 0px 0px;
}

.commodity_body .title_cont {
    padding: 0 0.17rem;
    margin-bottom: 0.32rem;
}

.commodity_list {
    display: grid;
    grid-column-gap: 0.19rem;
    grid-row-gap: 0.19rem;
    grid-template-columns: 1fr 1fr;
}

.commodity_body .no_data_img {
    display: block;
    width: 2.2rem;
    height: 1.6rem;
    margin: 0.3rem auto;
    object-fit: cover;
}

.commodity_list .commodity_img_cont {
    position: relative;
}

.commodity_list .commodity_img {
    height: 2.25rem;
    border-radius: 0.13rem;
    overflow: hidden;
    object-fit: cover;
}

.commodity_list .commodity_name {
    margin-top: 0.11rem;
    margin-bottom: 0.11rem;
    font-weight: bold;
    font-size: 0.2rem;
    color: #000000;
    line-height: 0.2rem;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.commodity_list .commodity_num {
    display: flex;
    align-items: center;
}

.commodity_list .commodity_num span {
    font-weight: bold;
    font-size: 0.18rem;
    color: #B10005;
    line-height: 0.22rem;
}

.commodity_list .commodity_num .num {
    font-weight: bold;
    font-size: 0.27rem;
    color: #B10005;
    line-height: 0.22rem;
}

.work_body {
    min-height: calc(100vh - 0.6rem);
    padding: 0.34rem;
    padding-top: 0.29rem;
    border-top: 0.1rem solid #f3f3f3;
    background-color: #fff;
    box-sizing: border-box;
}

.work_body .work_list {
    padding-bottom: 0.3rem;
    display: grid;
    grid-column-gap: 0.15rem;
    grid-row-gap: 0.37rem;
    grid-template-columns: 1fr 1fr 1fr;
}

.work_body .work_item {
    flex: 1;
    flex-shrink: 0;
}

.work_body .work_img {
    height: 1.77rem;
    border-radius: 0.13rem;
    overflow: hidden;
    object-fit: cover;
}

.work_body .work_name {
    padding: 0.13rem 0;
    text-align: center;
    font-size: 0.17rem;
    color: #000000;
}

.work_body .work_name span {
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.experience_body {
    min-height: calc(100vh - 0.6rem);
    padding: 0.45rem;
    padding-top: 0.19rem;
    border-top: 0.1rem solid #f3f3f3;
    background-color: #fff;
    box-sizing: border-box;
}

.experience_body .experience_list {
    margin-top: 0;
}

.experience_details_body {
    min-height: calc(100vh - 0.6rem);
    padding: 0.2rem;
    padding-top: 0.19rem;
    border-top: 0.1rem solid #f3f3f3;
    background-color: #fff;
    box-sizing: border-box;
}

.experience_details_body .title {
    margin-bottom: 0.15rem;
    font-weight: bold;
    font-size: 0.24rem;
    color: #000000;
    line-height: 0.34rem;
}

.experience_details_html p {
    font-size: 0.17rem;
    color: #000000;
    line-height: 0.34rem;
}

.spaceProductList_body {
    min-height: calc(100vh - 0.6rem);
    padding: 0.17rem;
    border-top: 0.1rem solid #f3f3f3;
    background-color: #fff;
    box-sizing: border-box;
}

.product_presell .commodity_img_cont::before {
    content: '预售中';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1rem;
    height: 1rem;
    background: #B10005;
    border-radius: 50%;
    font-weight: bold;
    font-size: 0.24rem;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 4;
}

.product_presell .commodity_img_cont::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.56);
    border-radius: 0.08rem;
}

.product_none .commodity_img_cont::before {
    content: '已售罄';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1rem;
    height: 1rem;
    background: #8d8d8d;
    border-radius: 50%;
    font-weight: bold;
    font-size: 0.24rem;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 4;
}

.product_none .commodity_img_cont::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.56);
    border-radius: 0.08rem;
}

.no_data_img_box {
    min-height: calc(100vh - 1.38rem);
    padding-bottom: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.no_data_img_box .no_data_img {
    display: block;
    width: 2.2rem;
    height: 1.6rem;
    object-fit: cover;
}
