@charset "utf-8";
/*全流程电子标操作指南start*/
.qlc-guide-btn {
	display: inline-block;
	font-size: 14px;
	height: 28px;
	line-height: 28px;
	color: #165dff;
	padding-left: 24px;
	background: url(../images/qlcGuideBox/qlcdzscbtn.png) no-repeat left center;
	background-size: 16px 16px;
	position: absolute;
	right: 0px;
	cursor: pointer;
}
.qlcguide-box {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 1000;
	display: none;
}
.qlcguide-main {
	width: 800px;
	height: 560px;
	background: #fff;
	z-index: 101;
	border-radius: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -400px;
	margin-top: -280px;
}
.qlcguide-close {
	width: 36px;
	height: 36px;
	background: url(../images/qlcGuideBox/qlcclose.png) no-repeat center center;
	background-size: 36px 36px;
	position: absolute;
	right: -36px;
	top: -30px;
	cursor: pointer;
}
.qlcguide-tit {
	font-size: 28px;
	font-weight: normal;
	line-height: 50px;
	text-align: center;
	color: #333333;
	padding: 40px 0;
}
.qlcguide-center {
	padding: 0 120px;
}
.qlcguide-center li {
	height: 100px;
	position: relative;
	padding-left: 100px;
	margin-bottom: 20px;
}
.qlcguide-center li img {
	width: 70px;
	height: 70px;
	position: absolute;
	left: 0px;
	top: 15px;
}
.qlcguide-center li .tit {
	height: 50px;
	line-height: 50px;
	font-size: 26px;
	font-weight: normal;
	color: #666666;
}
.qlcguide-center li .cont {
	height: 50px;
	line-height: 50px;
}
.qlcguide-center li .cont .link {
	font-size: 22px;
	line-height: 50px;
	text-decoration: underline;
	color: #5381ff;
	margin-right: 30px;
}
.qlcguide-phone {
	font-size: 16px;
	line-height: 50px;
	color: #999999;
	text-align: right;
	padding: 0 45px;
}
