@charset "utf-8";
body,p{
	margin:0;
	padding:0;
}
body{
	font:18px Microsoft YaHei,arial, sans-serif,HELVETICA;
	-webkit-text-size-adjust:100%;
} 
.extension{
	/* background-image: url(../img/bg.jpg);
	background-repeat: no-repeat; */
	position: relative;
}
.extension_bg{
	width: 100%;
	height: auto;
	z-index: -1;
}
.extension_code{
	position: absolute;
	top: 9.5%;
	left: 33%;
	color: white;
	font-size: 20px;
	font-size: 1.25rem;
	-webkit-user-select: auto;
	-webkit-touch-callout: all;
	-webkit-user-select: all;
	-moz-user-select: all;
	-ms-user-select: all;
	user-select: all;
}
.operationProcess{
	position: absolute;
	top: 16.8%;
	left: 5%;
	width: 79%;
	min-height: 192px;
	min-height: 12rem;
	background-color: white;
	box-shadow: 0 0 10px #585858;
	border-radius: 5px;
	border-radius: 0.3125rem;
	color: #2477e8;
	padding: 15px 20px;
	padding: 0.9375rem 1.25rem;
}
.op_title{
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
	margin-bottom: 0.9375rem;
}
.op_titcon{display: inline-block;}
.op_titcon img{width: 50px;width: 3.125rem;}
.op_content{
	line-height: 24px;
	line-height: 1.5rem;
	overflow: auto;
}
