html{
	height:100%;
	margin: 0;
	padding: 0;	
}
body {
	/* font:normal 14px/1.5 Arial,-apple-system,Helvetica,sans-serif; */
	font-family: "微软雅黑";
	color:#444;
	background-color:#fff;
	-webkit-text-size-adjust:none;
	word-break:break-all
}
body,div,dl,dt,dd,del,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,figure {
	margin:0;
	padding:0
}
input[type="text"],input[type="number"],input[type="password"],input[type="submit"],input[type="button"],textarea {
	-webkit-appearance:none;
	outline-style:none;
	resize:none;
	border:0
}
table {
	border-collapse:collapse;
	border-spacing:0
}
fieldset,img {
	border:0
}
address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal
}
ol,ul {
	list-style:none
}
caption,th {
	text-align:left
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
	font-style:normal
}
q:before,q:after {
	content:''
}
abbr,acronym {
	border:0
}
header,section {
	display:block;
	margin:0;
	padding:0
}
a {
	text-decoration:none
}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	font-size:0
}
.unl {
	text-decoration:underline
}
.tl {
	text-align:left
}
.tc {
	text-align:center
}
.tr {
	text-align:right
}
.bc {
	margin-left:auto;
	margin-right:auto
}
.fl {
	float:left
}
.fr {
	float:right
}
.vm {
	vertical-align:middle
}
.vt {
	vertical-align:top
}
.pr {
	position:relative
}
.pa {
	position:absolute
}
.none {
	display:none
}
.scrollBox {
	width:15rem;
	overflow-y:auto;
	overflow-x:hidden;
	-webkit-overflow-scrolling:touch;
	position:fixed;
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin:auto
}
#editHTML {
	overflow:hidden;
	line-height:1.2rem;
	font-size:0.72rem;
	color:#3e4145;
	clear:both
}
#editHTML * {
	max-width:100% !important;
	box-sizing:border-box !important;
	-webkit-box-sizing:border-box !important;
	word-wrap:break-word !important
}
#editHTML ol {
	padding-left:20px;
	list-style-type:decimal
}
#editHTML ol li {
	list-style-type:decimal
}
#editHTML ul {
	padding-left:20px;
	list-style-type:disc
}
#editHTML ul li {
	list-style-type:disc
}
#editHTML em {
	font-style:italic
}
#editHTML p {
	clear:both
}
#editHTML img {
	max-width:100% !important;
	height:100% !important
}
#editHTML h1 {
	margin-top:0 !important
}
.yj_main {
	width:100%;
	margin:0 auto;
	padding-bottom:4rem
}
.yj_main img {
	display:block
}
.yj_top {
	width:100%;
	position: relative;
}
.yj_top h3 {
	font-size:2.8rem;
	text-align:center;
	color:#fff;
	padding-top:4rem;
}
.yj_top p {
	font-size:.9rem;
	height:1.3rem;
	line-height:1.3rem;
	color:#fff;
	text-align:center
}
.yj_top p em {
	background:#ed7d31;
	padding:0 .4rem;
	display:inline-block
}
.yj_top .yj_link {
	text-align:center;
	margin-top:1rem
}
.yj_top .yj_link a {
	font-size:21px;
	color:#fff;
	margin:0 .6rem
}
.yj_top .yj_link em {
	font-size:.4rem;
	color:#fff
}
.yj_foot {
	margin:.3rem auto 0
}
.yj_foot h3 {
	font-size:1.8rem;
	text-align:center
}
.yj_foot img {
	display:block;
	width:6rem;
	height:6rem;
	margin:0 auto
}
.yj_foot p {
	margin-top:.4rem;
	font-size:.6rem;
	color:#000;
	text-align:center
}
/*pc -end*/
/*mobile -start*/
.new_link{
	width: 100%;
	text-align: center;
	color: rgb(166,89,35);
	padding-bottom: .8rem;
	font-size: .36rem;
}
.new_link a {
	font-size: .36rem;
	padding:.1rem;
	display: inline-block;
	color: rgb(166,89,35);
}
.new_link em{}