@charset "utf-8";


/* 弹窗 */
.use_instruct_bg{position:fixed; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,0.5); z-index:100}
.use_instruct{
	width:90%;
	background: #fff;
	border-radius: .5rem;
	position: fixed;
	left: 50%; 
	top: 50%;
	transform:translateX(-50%) translateY(-50%);
	box-sizing: border-box;
	padding:3.0rem .5rem 3rem 1.25rem;
	color: #333;
	font-size: .7rem;
}
.use_instruct .close{
	width: 2.2rem;
	height: 2.8rem;
	background:url(../images/new/use_close.png) center center no-repeat;
  background-size:1.4rem 1.4rem;
	position: absolute;
	top:0;
	right: 0;
	text-indent: -9999999px;
}
.use_instruct h2{
	font-size: 1rem;
	text-align:center;
	font-weight: bold;
	color: #101827;
}
.use_instruct .txt{
	max-height: 25.0rem;
	margin-top:.2rem;
	overflow-y: scroll;
	padding-right: .75rem;
}
.use_instruct .txt p{
	line-height: 1.0rem;
	margin-top: 1rem;
}

/* 温馨提示 */
.kind_reminder{
	margin: .5rem .8rem 1rem;
	background: #FFFFFF;
	border-radius: .1rem;
	background: rgba(255,255,255,0.4);
	font-size: .55rem;
	color: #000;
	padding: .5rem;
}
.kind_reminder span{
	display: inline-block;
	height: .7rem;
	line-height: .7rem;
	background: rgba(223,195,158,0.4);
	color: #970000;
	padding: 0 .1rem;
}

