html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
cite,
em,
img,
strong,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
footer,
header,
menu,
nav,
section,
summary,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}

a {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
    color: #666;
}

html {
    font-size: 16px;
    /* 设置根元素的字体大小，这将作为REM的基准 */
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "PingFang SC", "Microsoft YaHei", 微软雅黑;
    background: #FAFAFA;
}

.page-container {
    width: 100%;
    /* 宽度设置为100%，以便在手机设备上全屏显示 */
    box-sizing: border-box;
}
@media screen and (min-width: 600px) {
    .page-container {
        width: 600px;
        /* 设置一个固定的宽度 */
        margin: 0 auto;
        /* 水平居中 */
    }
}

/** 分享页面样式**/
.app-banner{
    display: flex;
    padding: 0.8125rem 0.9375rem;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
    flex-wrap: wrap;
    font-size: 0.8125rem;
    font-weight: 500;
    background: #fff;
    position: fixed;
    width: 92.5%;
    top: 0;
    z-index: 110;
}
.logo-img img {
    width: 2.77rem;
    height: 2.77rem;
}
.open-app{
    display: flex;
    width: 4rem;
    height: 1.4rem;
    padding: 0.5625rem 1.375rem;
    justify-content: center;
    align-items: center;
    gap: 0.625rem;
    flex-shrink: 0;
    border-radius:2.125rem;
    background: #3DDBC1;
    color: #FFF;
}
.logo-img {
    float: left;
    margin-right: 0.5rem;
}

.logo-text {
    float: left;
    padding-top: 0.14rem;
}

.logo-sub-title {
    color: #999;
    font-size: 0.75rem;
    margin-top: 0.35rem;
}

.logo-title {
    font-size: 0.85rem;
    padding-top:0.2rem;
}

.tx-body-container,.tp-body-container,.qm-body-container,.wm-body-container,.bz-body-container {
    padding: 0 0.38rem 0.38rem;
    background-color: #FFF;
    margin-top: 5.2rem;
}
.qm-body-container, .wm-body-container,.bz-body-container{
    padding:0 0 0.38rem;
}
/*图片选择两边居中*/
.choose-img-size {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.size-select,.shape-select {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 0.375rem;
    background: #F5F5F5;
    width: 48%;
    height: 2rem;
}

.size-select div,.shape-select div {
    width: 50%;
    text-align: center;
    color: #333;
    height: 100%;
    line-height: 2rem;
    font-size: 0.8125rem;
}
.size-select .big-size-img,.shape-select .square-img {
    border-radius: 0.375rem;
    background: rgba(61, 219, 193, 0.10);
    color: #3DDBC1;
}
/*每行显示四个 每个图片之间有0.38rem的间距*/
.tx-img-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 0.5rem;
}
.tp-body-container .tx-img-list {
    margin-top:0;
}
.tx-img-item {
    width: 5.6rem;
    height: 5.6rem;
    margin-bottom: 0.38rem;
    margin-right: 0.38rem;
}

.tp-body-container .tx-img-item {
    width: 11.4rem;
    height: 11.4rem;
    margin-bottom: 0.38rem;
    margin-right: 0.38rem;
}

.tx-img-item img {
    width: 100%;
    height: 100%;
    border-radius: 0.18144rem;
}

/*每行最后一个tx-img-item容器 margin-right：0*/
.tx-img-item:nth-child(4n) {
    margin-right: 0;
}
.tp-body-container .tx-img-item:nth-child(2n) {
    margin-right: 0;
}

.user-pic img {
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 2.25rem;
}
.share-user-info {
    display: flex;
    justify-content: space-between;
    margin-top: 1rem;
}

.user-name-pic {
    display: flex;
}

.share-user-name {
    margin-left: 0.5rem;
}

.share-user-name .user-name-text {
    color: #000;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.share-user-name .info-add-time {
    color: #999;
    font-size: 0.6875rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.follow-btn {
    width: 3.4rem;
    height: 1.7rem;
    flex-shrink: 0;
    border-radius: 0.75rem;
    background: rgba(61, 219, 193, 0.10);
    display: block;
    text-align: center;
    line-height: 1.5rem;
    margin-top: 0.5rem;
}

span.follow-btn-text {
    color: #3DDBC1;
    font-size: 0.6875rem;
}
.share-info-title {
    color: #333;
    font-size: 0.9375rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0.5rem 0.75rem;
}
.share-info-no {
    color:#999;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 0.75rem 0.3rem;
}
.share-info-no {
    color:#999;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 0.75rem 0.3rem;
}
.share-info-label {
    margin: 0.7rem 0.75rem;
}
.share-info-label span{
    height: 1.5rem;
    flex-shrink: 0;
    display:inline-block;
    border-radius: 1.2rem;
    background: #F5F5F5;
    color:#999;
    padding:0.1rem 0.8rem;
    font-size:0.75rem;
    line-height: 1.5rem;
    margin-bottom: 0.5rem;
}
.share-info-label span.info-category-name{
    border-radius: 0.6875rem;
    background: #EBFAF7;
    color:#3DDBC1
}
.share-comment-module{
    padding: 0 0.75rem 1rem;
    background-color: #FFF;
    margin-bottom: 0.7rem;
}
.share-comment-module .share-total-comment{
    color: #333;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.share-comment-item {
    display: flex;
    justify-content: flex-start;
    margin-top: 0.7rem;
}

.comment-user-pic img {
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 2.25rem;
}

.comment-user-info {padding-top: 0.18rem;}

.comment-user-info .share-user-name {
    color: #999;
    font-size: 0.875rem;
    padding-left: 0;
}

.comment-user-info .comment-content {
    font-size: 0.875rem;
    margin: 0.3rem 0 0.3rem 0.5rem;
    color: #333;
}

.comment-user-info .info-add-time {
    font-size: 0.625rem;
    color: #999;
    margin-left: 0.5rem;
}
.share-comment-none {
    text-align: center;
    padding-top: 2rem;
    font-size: 0.85rem;
    color: #999;
}
.share-comment-more {
    text-align: center;
    color: #3DDBC1;
    font-size: 0.875rem;
    padding-top: 0.8rem;
}
.open-app-btn {
    display: inline-flex;
    padding: 0.8125rem 3.125rem;
    justify-content: center;
    align-items: center;
    gap: 0.625rem;
    flex-shrink: 0;
    border-radius: 1.5625rem;
    background: #3DDBC1;
    color:#FFF;
    font-size: 1.0625rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-left: 18%;
    margin-top: 7rem;
}
.open-app-body {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 55%;
    /*background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#ebebeb));*/
    /*background-image: linear-gradient(-180deg, rgba(243, 243, 243, 0) 0%, #ebebeb 100%);*/
}


.open-app-body-wx{
    position: fixed;
    bottom: 0;
    width: 100%;
    height:35%;
    padding-left: 20%;
    z-index: 110;
}

.tools-bar {
    display: flex;
    margin: 0.8rem 0 0 0.35rem;
}

.tools-btn {
    height: 1.625rem;
    flex-shrink: 0;
    border-radius: 0.8125rem;
    border: 1px solid #3DDBC1;
    color: #3DDBC1;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.625rem;
    padding: 0 0.5rem;
    margin-right: 0.5rem;
}
.tools-btn svg {
    float: left;
    margin-top: 0.4rem;
    margin-right: 0.25rem;
}
.text-content-box,.wm-text-content-box {
    width: 100%;
    height: 24.375rem;
    background-size: cover;
    text-align: center;
}
.text-content-box p {
    height: 100%;
    padding: 0 1rem;
    background-color: rgba(0, 0, 0, 0.5);
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.text-content-box p.text-qm {
    background-color: #FFF;
    color: #333;
}

.wm-text-content-box p {
    height: 100%;
    width: 100%;
    background-color: #FFF;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}
.text-p2-body{
    padding-left:0.38rem;
    padding-right:0.38rem;
}

.data-list,.recommend-data-list {
    display: flex;
    justify-content: flex-end;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    clear: both;
    gap: 0.37rem;
    padding: 0.37rem;
}

.data-list .li-item,.recommend-data-list .li-item {
    width: 11.625rem;
    border-radius: 0.375rem;
    background: #FFF;
    display: inline-block;
}

.data-list .li-item .title-pic,.recommend-data-list .li-item .title-pic {
    border-radius: 0.375rem 0.375rem 0 0;
    width: 11.625rem;
}
.home-page-data-list .li-item .title-pic {
    max-height: 11.625rem;
    object-fit: cover;
}

.data-list .li-item p.title,.recommend-data-list .li-item p.title {
    margin: 0.3rem 0.63rem 0.5rem;
    letter-spacing: 0.03rem;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    font-size: 0.875rem;
}

.data-list .li-item,.recommend-data-list .li-item {
    width: 11.625rem;
    border-radius: 0.375rem;
    background: #FFF;
    display: inline-block;
}
.li-item .user-info .user-name {
    color: #666;
    font-size: 0.6875rem;
    font-weight: 400;
}

.li-item .user-info .user-name img {
    width: 1.125rem;
    height: 1.125rem;
    border-radius: 1.125rem;
    float: left;
    margin-right: 0.36rem;
}


.user-info {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 0 0.63rem 0.7rem;
    align-content: center;
    align-items: stretch;
    line-height: 1.125rem;
}

.li-item .user-info .info-like {
    color: #666;
    font-size: 0.8125rem;
    font-weight: 400;
    background: url(../images/like.png) left center no-repeat;
    background-size: 0.8rem 0.8rem;
    padding-left: 1.08rem;
}
.relation-recommend {
    background: #FFF;
    margin-top: 0.06rem;
}

.relation-recommend .recommend-title {
    margin: 0 0.75rem 0.6rem;
    color: #000;
    font-size: 0.9375rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    height: 1rem;
    padding-top: 1rem;
}

.relation-recommend .recommend-title i {
    width: 0.125rem;
    height: 0.75rem;
    border-radius: 0.0625rem;
    background: #3DDBC1;
    display: inline-block;
    margin-right: 0.5rem;
}
.text-relation-recommend .recommend-title {
    padding: 1rem 0.75rem 0.7rem;
    margin: 0;
    border-bottom: 1px solid #eee;
}

.text-recommend-info {
    display: flex;
    justify-content: space-between;
    color: #999;
    font-size: 0.75rem;
}

.text-recommend-title {
    font-size: 0.875rem;
    color: #333;
    margin-bottom: 0.8rem;
}

.text-recommend-item {
    padding: 0.8rem;
    border-bottom: 1px solid #eee;
}
.bz-image-box img {
    width: 100%;
}
.bz-image-box {
    position: relative;
}

.bz-image-box .bz-image-mask {
    position: absolute;
    top: 8rem;
    left: 30%;
    background-image: url("/sources/images/date-musk.png");
    z-index: 99;
    width: 10.5rem;
    height: 6.81rem;
    background-size: 10.5rem 6.8rem;
}
.top-app-banner{
    display: flex;
    position: fixed;
    top: 0;
    width: 100%;
    height: 68px;
    padding: 6px 0;
    background-color: #FFF;
}