@charset "utf-8";

.warper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: rgba(0, 0, 0, .7);
}

.warper .xmsg {
	position: fixed;
	width: 200px;
	height: 80px;
	left: 50%;
	top: 50%;
	transform: translate(-100px, -40px);
	background: white;
	line-height: 80px;
	text-align: center;
	border-radius: 10px;
	display: none;
}

.warper .xnote {
	position: fixed;
	width: 720px;
	height: 60px;
	left: 50%;
	bottom: 10px;
	transform: translateX(-400px);
	background: white;
	line-height: 60px;
	text-align: center;
	border-radius: 10px;
	font-size: 28px;
	display: none;
}

.html2img {
	height: 0;
	overflow: scroll;
}

.htmltarget {
	position: absolute;
	top: 20px;
	left: 65%;
	transform: translateX(-400px);
	/* background: #eee; */
	/* width: 720px; */
	height: calc(100% - 40px);
	overflow-y: scroll;
	border-radius: 5px;
	display: none;
}

.htmltarget img {
	/* width: 100%; */
	height: 100%;
}

.html2img::-webkit-scrollbar {
	display: none
}

.htmltarget::-webkit-scrollbar {
	display: none
}

.html2img .toimger {
	position: relative;
	width: 750px;
	background: #FFF;
}

.html2img .toimger .top {
	height: 338px;
    width: 750px;
}

.html2img .toimger .tocontent {
	position: relative;
	margin: 10px 50px 0;
	background: white;
	width: 650px;
	text-align: justify;
	-webkit-box-orient: vertical;
  word-break: break-all;
}

.html2img .toimger .tocontent h1 {
	font-size: 36px;
	line-height: 50px;
	font-weight: bold;
    color: #333;
}

.html2img .toimger .tocontent .time {
	color: #484848;
	background: url(/chiguaqunzhong/html2canvas/time2023.png) no-repeat 0px 2px;
	background-size: 28px;
	padding-left: 1px;
	height:45px;
	line-height:45px;
	background-position: 2px 5px;
	margin-top: 15px;
}

.html2img .toimger .tocontent .xouter {
	line-height: 55px;
    color: #484848;
}

.html2img .toimger .tocontent .time img {
	display: inline-block;
}

.html2img .toimger .tocontent .time span {
	padding: 0px;
	font-size: 24px;
	line-height: 35px;
	/*font-family: Sim sun;*/
    padding-left: 40px;
}

.html2img .toimger .tocontent .xc {
	font-size: 30px;
	margin: 20px 0;
}

.html2img .toimger .tocontent .xc img {
	max-width: 100%;
	padding: 10px;
	text-align: center;
	vertical-align: top;
	-webkit-tap-highlight-color: transparent;
	box-sizing: border-style: none;
	display: block;
	margin: 10px auto;
}

/* .html2img .toimger .bott {
	height: 250px;
	width:720px;
} */
@media screen and (max-width:720px) {
	.htmltarget {
		width: calc(100% - 20px);
		position: fixed;
		top: 10px;
		left: 10px;
		transform: translateX(0);
		height: calc(100% - 70px);
	}
	.warper .xnote {
		width: 100%;
		position: fixed;
		bottom: 0;
		left: 0;
		transform: translateX(0);
		height: 50px;
		line-height: 50px;
		font-size: 18px;
		border-radius: 0;
	}
	.html2img {
		position: fixed;
		top: 0;
		left: 0;
		transform: translateX(0);
		width: 0;
		height: 0;
		overflow: scroll;
		border-radius: 0;
	}
}