/* 手机端适配 */
html {
	font-size: -webkit-calc(13.33333333vw);
	font-size: calc(13.33333333vw);
}

@media screen and (max-width: 320px) {
	html {
		font-size: 42.667px;
		font-size: -webkit-calc(13.33333333vw);
		font-size: calc(13.33333333vw);
	}
}

@media screen and (min-width: 321px) and (max-width: 360px) {
	html {
		font-size: 48px;
		font-size: -webkit-calc(13.33333333vw);
		font-size: calc(13.33333333vw);
	}
}

@media screen and (min-width: 361px) and (max-width: 375px) {
	html {
		font-size: 50px;
		font-size: -webkit-calc(13.33333333vw);
		font-size: calc(13.33333333vw);
	}
}

@media screen and (min-width: 376px) and (max-width: 393px) {
	html {
		font-size: 52.4px;
		font-size: -webkit-calc(13.33333333vw);
		font-size: calc(13.33333333vw);
	}
}

@media screen and (min-width: 394px) and (max-width: 412px) {
	html {
		font-size: 54.93px;
		font-size: -webkit-calc(13.33333333vw);
		font-size: calc(13.33333333vw);
	}
}

@media screen and (min-width: 413px) and (max-width: 414px) {
	html {
		font-size: 55.2px;
		font-size: -webkit-calc(13.33333333vw);
		font-size: calc(13.33333333vw);
	}
}

@media screen and (min-width: 415px) and (max-width: 480px) {
	html {
		font-size: 64px;
		font-size: -webkit-calc(13.33333333vw);
		font-size: calc(13.33333333vw);
	}
}

@media screen and (min-width: 481px) and (max-width: 540px) {
	html {
		font-size: 72px;
		font-size: -webkit-calc(13.33333333vw);
		font-size: calc(13.33333333vw);
	}
}

@media screen and (min-width: 541px) and (max-width: 640px) {
	html {
		font-size: 85.33px;
		font-size: -webkit-calc(13.33333333vw);
		font-size: calc(13.33333333vw);
	}
}

@media screen and (min-width: 641px) and (max-width: 720px) {
	html {
		font-size: 96px;
		font-size: -webkit-calc(13.33333333vw);
		font-size: calc(13.33333333vw);
	}
}

@media screen and (min-width: 721px) and (max-width: 768px) {
	html {
		font-size: 102.4px;
		font-size: -webkit-calc(13.33333333vw);
		font-size: calc(13.33333333vw);
	}
}

@media screen and (min-width: 769px) {
	html {
		font-size: 102.4px;
		font-size: -webkit-calc(13.33333333vw);
		font-size: calc(13.33333333vw);
	}
}

.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.cf:after {
	content: "";
	height: 0;
	line-height: 0;
	display: block;
	visibility: hidden;
	clear: both;
}

.cf {
	zoom: 1;
}

html a {
	color: #303030;
}


/* 主体部分 */
.gossip-Detail {
	padding-bottom: 0.81rem;
}


.detail {
	padding: 0.25rem 0.3rem;
	background-color: #fff;
}

.detail .l-title {
	margin: 0;
	font-weight: normal;
	font-size: 0.24rem;
}

.detail .l-title .l-t-l {
	float: left;
}

.detail .l-title .l-t-l img {
	width: 0.8rem;
	height: 0.8rem;
	margin-right: 0.16rem;
	float: left;
	border-radius: 50%;
}

.detail .l-title .l-t-l .l-t-info {
	float: left;
}

.detail .l-title .l-t-l .l-t-info .name {
	height: 0.3rem;
	line-height: 0.3rem;
	font-size: 0.28rem;
	color: #949494;
	margin-bottom: 0.13rem;
	margin-top: 0.07rem;
}

.detail .l-title .l-t-l .l-t-info .date {
	height: 0.3rem;
	line-height: 0.3rem;
	font-size: 0.22rem;
	color: #7A7A7A;
	margin-bottom: 0;
}

.detail .l-title .look-num {
	float: right;
	line-height: 0.32rem;
	color: #949494;
}

.detail .l-title .look-num i {
	margin-right: 0.1rem;
	vertical-align: middle;
}

.detail .l-desc {
	line-height: 0.42rem;
	font-size: 0.3rem;
	color: #333E48;
	margin: 0.12rem 0 0.16rem;
	overflow-wrap: break-word;
	white-space: pre-wrap;
	word-break: break-word;
}

.detail .l-desc a {
	color: #333E48;
}

.detail .l-img {
	margin-top: 0.16rem;
	line-height: 0;
}

.detail .l-img img {
	width: 4.35rem;
	height: 6.19rem;
}

.detail .l-img-list {
	font-size: 0;
	line-height: 0;
}

.detail .l-img-list img {
	/* margin: 0.1rem 0.1rem 0 0;
	width: 2.23rem;
	height: 2.23rem;
	object-fit: cover; */
	width: 100%;
	margin-bottom: 0.2rem;
}

.detail .l-img-list img:nth-of-type(3n) {
	margin-right: 0;
}

.detail .l-info {
	height: 0.3rem;
	line-height: 0.3rem;
	font-size: 0.22rem;
	color: #7A7A7A;
	margin-top: 0.28rem;
}

.detail .l-info .look-num i {
	margin-right: 0.07rem;
	vertical-align: text-top;
	font-size: 0.26rem;
}


.Advert {
	width: 100%;
	height: 1.46rem;
	background-color: #fff;
	padding: 0.15rem;
	margin-top: 0.16rem;
}

.Advert img {
	width: 100%;
	height: 100%;
}


.article-comments {
	margin-top: 0.16rem;
	background-color: #fff;
}

.article-comments .more-title {
	width: 100%;
	height: 1rem;
	line-height: 1rem;
	font-size: 0.32rem;
	font-weight: 500;
	color: #333E48;
	text-align: center;
	margin: 0;
	border-bottom: 0.5px solid #EFEFF4;
}

.article-comments .more-title::before,
.article-comments .more-title::after {
	content: '';
	width: 0.6rem;
	height: 0.04rem;
	background-color: #D2D2D2;
	display: inline-block;
	margin-right: 0.17rem;
	vertical-align: middle;
}

.article-comments .more-title::after {
	margin-left: 0.17rem;
	margin-right: 0;
}

.article-comments .open-btn {
	margin: 0.25rem auto 0;
	display: block;
	width: 3.38rem;
	height: 0.58rem;
	line-height: 0.58rem;
	border-radius: 0.04rem;
	border: 0.01rem solid rgba(206, 153, 64, 1);
	text-align: center;
	font-size: 0.26rem;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: rgba(206, 153, 64, 1);
}

.article-comments .comments-item {
	display: flex;
	padding: 0.2rem 0.3rem 0.2rem 0;
	border-bottom: 0.5px solid #EFEFF4;
	margin-left: 0.3rem;
}

.article-comments .comments-item .img-avatar {
	width: 0.68rem;
	height: 0.68rem;
}

.article-comments .comments-item .item-main {
	flex: 1;
	margin-left: 0.22rem;
}

.article-comments .comments-item .item-main .item-name {
	line-height: 0.3rem;
	font-size: 0.3rem;
	font-weight: 400;
	color: #333E48;
}

.article-comments .comments-item .item-main .item-creat {
	line-height: 0.3rem;
	font-size: 0.22rem;
	font-weight: 400;
	color: #7A7A7A;
	margin-top: 0.13rem;
}

.article-comments .comments-item .item-main .item-content {
	max-height: 0.84rem;
	line-height: 0.42rem;
	font-size: 0.3rem;
	font-weight: 400;
	margin-top: 0.07rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.article-comments .comments-item .item-main .pic {
	line-height: 0;
}

.article-comments .comments-item .item-main .pic img {
	max-width: 100%;
	margin-top: 0.1rem;
	max-height: 2.94rem;
}

.article-comments .more-btn {
	width: 1.8rem;
	height: 0.7rem;
	line-height: 0.7rem;
	border-radius: 0.35rem;
	border: 1px solid rgba(187, 144, 72, 1);
	font-size: 0.26rem;
	color: #BB9048;
	text-align: center;
	display: block;
	margin: 0.15rem auto 0;
	padding: 0;
	outline: none;
}

.article-comments .more-btn:enabled:active {
	color: #BB9048;
	background: none;
}


.detail-bar {
	position: fixed;
	z-index: 10;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	background: rgba(251, 251, 251, 1);
	display: flex;
	height: 0.81rem;
	line-height: 0.81rem;
}

.detail-bar span {
	flex: 1;
	font-size: 0.26rem;
	color: #7D7D7D;
	text-align: center;
	position: relative;
}

.detail-bar .thumbs-up {
	color: #656565;
}

.detail-bar .thumbs-up::after,
.detail-bar .comment-on::after {
	content: '';
	width: 0.01rem;
	height: 0.42rem;
	border-left: 0.01rem solid rgba(235, 235, 235, 1);
	position: absolute;
	top: 0.19rem;
	right: 0;
}

.detail-bar i {
	margin-right: 0.08rem;
	vertical-align: top;
	display: inline-block;
	margin-top: 0.275rem;
}

.detail-bar em {
	font-style: normal;
}

.detail-bar .dianzan {
	width: 0.24rem;
	height: 0.25rem;
	background: url(../../images/dianzan.svg) no-repeat;
	background-size: 100% 100%;
}

.detail-bar .ondianzan {
	background: url(../../images/dianzan-2.svg) no-repeat;
	background-size: 100% 100%;
}

.detail-bar .pinglun {
	width: 0.27rem;
	height: 0.25rem;
	background: url(../../images/pinglun.svg) no-repeat;
	background-size: 100% 100%;
}

.detail-bar .shoucang {
	width: 0.27rem;
	height: 0.25rem;
	background: url(../../images/shoucan.svg) no-repeat;
	background-size: 100% 100%;
}

.detail-bar .onshoucang {
	background: url(../../images/shoucan2.svg) no-repeat;
	background-size: 100% 100%;
}


.comment-input {
	background: #fff;
	border-bottom: 1px solid #f8f8f8;
}

.comment-input h3 {
	background: #eee;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #000;
	padding-left: 12px;
}

.comment-input h3 a {
	text-align: right;
	float: right;
	margin: 8px 10px 0px 0px;
}

.comment-input .pub-comment {}

.comment-input .pub-comment textarea {
	border: 0px solid #eee;
	border-radius: 0;
	padding: 8px 10px;
}

.add-popover-tj {
	background: #fff;
	padding: 10px;
	border-top: 1px solid #eee;
}

.add-popover-tj .tjbutton {
	background: #CE9940;
	text-align: center;
	line-height: 40px;
	color: #fff;
	border-radius: 4px;
}


.mui-popover.discl-box {
	width: 5.4rem;
	height: 4.8rem;
	border-radius: 0.14rem;
	padding: 0.42rem 0.42rem 0;
	background-color: #fff !important;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) !important;
}

.discl-box .d-title {
	height: 0.36rem;
	line-height: 0.36rem;
	font-size: 0.36rem;
	font-weight: 400;
	color: #000000;
	text-align: center;
	margin: 0;
}

.discl-box .d-desc {
	line-height: 0.45rem;
	font-size: 0.3rem;
	color: #888888;
	margin: 0.18rem 0 0.5rem;
}

.discl-box .d-enter {
	height: 0.36rem;
	line-height: 0.36rem;
	font-size: 0.36rem;
	color: #CE9940;
	display: block;
	text-align: center;
}

.mui-slider-group {
	touch-action: none;
}

/* 评论 */
.tocomment-box.mui-popover-action {
	width: 100%;
	background: #fff;
	padding: 0.25rem 0.3rem 0.15rem;
}

.tocomment-box .input-box {
	background: #F4F4F4;
	padding: 0.17rem;
}

.tocomment-box .input-box .text {
	font-size: 0.28rem;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: rgba(55, 55, 55, 1);
	line-height: 0.32rem;
	padding: 0;
	margin: 0;
	border: none;
	background: #F4F4F4;
}

.tocomment-box .input-box .text::placeholder {
	color: #BBBBBB;
	font-family: PingFangSC-Regular, PingFang SC;
}

.tocomment-box .input-box .img-list {
	/* margin-top: 0.18rem; */
}

.tocomment-box .input-box .img-list li {
	float: left;
	position: relative;
}

.tocomment-box .input-box .img-list li i {
	width: 0.27rem;
	height: 0.26rem;
	line-height: 0.26rem;
	background-color: #CCCCCC;
	font-size: 0.16rem;
	text-align: center;
	color: #fff;
	position: absolute;
	top: 0;
	right: 0;
	border-top-right-radius: 0.06rem;
	font-style: normal;
}

.tocomment-box .input-box .img-list li img {
	width: 1.28rem;
	height: 1.28rem;
	border-radius: 0.06rem;
	border: 1px solid rgba(221, 221, 221, 1);
}

.tocomment-box .btn-box .add-img {
	width: 0.42rem;
	height: 0.36rem;
	background: url(../../images/tupian.svg) no-repeat;
	background-size: 100% 100%;
	float: left;
	margin-top: 0.25rem;
}

.tocomment-box .btn-box .anonymous-btn {
	width: 1rem;
	height: 0.54rem;
	line-height: 0.54rem;
	background: linear-gradient(139deg, rgba(208, 159, 63, 1) 0%, rgba(215, 158, 44, 1) 100%);
	border-radius: 0.04rem;
	float: right;
	font-size: 0.28rem;
	color: #fff;
	text-align: center;
	margin-top: 0.16rem;
}

/* 无评论样式 */
.no-comment {
	background: #fff;
	padding: 0.69rem 0 0.98rem;
}

.no-comment .infoerror {
	width: 100%;
	text-align: center;
	line-height: 0;
}

.no-comment .infoerror img {
	height: 0.42rem;
}

.no-comment .infoerror .text {
	height: 0.33rem;
	font-size: 0.24rem;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: rgba(106, 106, 106, 1);
	line-height: 0.33rem;
	margin-top: 0.23rem;
	margin-bottom: 0;
}

.no-comment .infoerror .shafa {
	width: 2.42rem;
	height: 0.58rem;
	line-height: 0.58rem;
	border-radius: 0.04rem;
	border: 0.01rem solid rgba(206, 153, 64, 1);
	margin: 0.35rem auto 0;
	font-size: 0.26rem;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: rgba(206, 153, 64, 1);
	display: block;
}


/* 更多八卦 */
.more-gossip {
	margin-top: 0.16rem;
}

.more-gossip .mg-title {
	width: 100%;
	height: 1rem;
	line-height: 1rem;
	font-size: 0.32rem;
	font-weight: 500;
	color: #333E48;
	text-align: center;
	margin: 0;
	border-bottom: 0.5px solid #EFEFF4;
	background-color: #fff;
}

.more-gossip .mg-title::before,
.more-gossip .mg-title::after {
	content: '';
	width: 0.6rem;
	height: 0.04rem;
	background-color: #D2D2D2;
	display: inline-block;
	margin-right: 0.17rem;
	vertical-align: middle;
}

.more-gossip .mg-title::after {
	margin-left: 0.17rem;
	margin-right: 0;
}

.list li {
	padding: 0.3rem;
	background-color: #fff;
	border-bottom: 1px solid #EFEFF4;
}

.list li .l-title {
	margin: 0;
	font-weight: normal;
	font-size: 0.24rem;
}

.list li .l-title .l-t-l {
	float: left;
}

.list li .l-title .l-t-l img {
	width: 0.8rem;
	height: 0.8rem;
	margin-right: 0.16rem;
	float: left;
	border-radius: 50%;
}

.list li .l-title .l-t-l .l-t-info {
	float: left;
}

.list li .l-title .l-t-l .l-t-info .name {
	height: 0.3rem;
	line-height: 0.3rem;
	font-size: 0.28rem;
	color: #949494;
	margin-bottom: 0.13rem;
	margin-top: 0.07rem;
}

.list li .l-title .l-t-l .l-t-info .date {
	height: 0.3rem;
	line-height: 0.3rem;
	font-size: 0.22rem;
	color: #7A7A7A;
	margin-bottom: 0;
}

.list li .l-title .look-num {
	float: right;
	line-height: 0.32rem;
	color: #949494;
}

.list li .l-title .look-num i {
	margin-right: 0.1rem;
	vertical-align: middle;
}

.list li .l-desc {
	line-height: 0.46rem;
	font-size: 0.3rem;
	color: #333E48;
	margin: 0.14rem 0 0.02rem;
	overflow-wrap: break-word;
	white-space: pre-wrap;
	word-break: break-word;
}

.list li .l-desc a {
	color: #333E48;
}

.list li .l-desc a:active {
	color: #333E48;
}

.list li .l-img {
	margin-top: 0.11rem;
	line-height: 0;
}

.list li .l-img img {
	width: 4.35rem;
	height: 6.19rem;
}

.list li .l-img-list {
	font-size: 0;
	line-height: 0;
}

.list li .l-img-list img {
	margin: 0.1rem 0.1rem 0 0;
	width: 2.23rem;
	height: 2.23rem;
	object-fit: cover;
}

.list li .l-img-list img:nth-of-type(3n) {
	margin-right: 0;
}



/* 点赞弹出框 */
.collect-box {
	width: 90px;
	height: 90px;
	background: rgba(0, 0, 0, 0.8);
	border-radius: 5px;
	text-align: center;
	padding-top: 15px;
	top: 50%;
	left: 50%;
	margin-top: -45px;
	margin-left: -45px;
}

.collect-box .cb-img {
	width: 36px;
	height: 36px;
}

.collect-box .cb-text {
	margin-top: 9px;
	height: 14px;
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	line-height: 14px;
}
