html,body {
			margin: 0;
			padding: 0  ;
			font-family: 黑体, SimHei;
		}
		body{
			padding: 0 0 60px 0 ;
		}
		.open-app-content{
			position: fixed;
			bottom: 0;
			z-index: 99999;
		}
		.content-header {
			font-size: 1.24rem;
			padding: 0 .6rem;
			margin-top: .9rem;
		}

		.text-from {
			color: #8e96a9;
			font-size: 1rem;
			margin-bottom: .66rem;
			margin-top: .66rem;
			padding: 0 .6rem;
		}

		.newshare-content {
			font-size: 1rem;
			padding-left: .7rem;
			padding-right: .7rem;
			letter-spacing: .0018rem;
			line-height: 1.8rem;

			word-break: normal;
			word-wrap: break-word;
		}

		.newshare-content img {
			max-width: 100% !important;
			height: auto !important;
			border-radius: 5px;
			position: relative;
			z-index: unset !important;
		}