/* CSS Document */

.hide {display: none;}
.lc_publicPop {
	display: none;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: fixed;
	z-index: 9999;
	background: rgba(0,0,0,0.6);
}
.lc_publicPop .lc_popContainer {
	position: absolute;
	width: 7rem;
	left: 50%;
	top: 50%;
	min-height: 80px;
	background: #fff;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	/*overflow: hidden;*/
}
.lc_publicPop .lc_popContainer .closeBtnItem {
	width: 30px;
	height: 30px;
	background: url("../images/pop/closeBtn.png") no-repeat center;
	background-size: auto;
	position: absolute;
	z-index: 10;
	bottom: -50px;
	left: 50%;
	margin: 0 0 0 -15px;
	transition: linear 0.3s;
	-webkit-transition: linear 0.3s;
	-moz-transition: linear 0.3s;
}
.lc_publicPop .lc_popContainer .closeBtnItem:hover {
	transform:rotate(180deg);
	-ms-transform:rotate(180deg); 	/* IE 9 */
	-moz-transform:rotate(180deg); 	/* Firefox */
	-webkit-transform:rotate(180deg); /* Safari 和 Chrome */
	-o-transform:rotate(180deg);
}
.lc_publicPop .popHeader {
	border-top-left-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	-moz-border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-top-right-radius: 6px;
	position: relative;
	padding: 10px 5px;
	line-height: 20px;
	font-size: 16px;
	color: #fff;
	text-align: center;
}
.lc_publicPop .popHeader .icon01 {
	left: 0;
	top: 20px;
}
.lc_publicPop .popHeader .icon02 {
	right: 0;
	bottom: 5px;
}
.lc_publicPop .btnGroup {
	text-align: center;
	padding: 10px 0;
}
.lc_publicPop .btnItem {
	display: inline-block;
	width: 120px;
	text-align: center;
	height: 36px;
	line-height: 36px;
	border-radius: 18px;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	font-size: 14px;
	color: #fff;
	margin: 0 6px;
}
.lc_publicPop .btnItem:hover {
	opacity: 0.8;
}
.lc_publicPop .btnItemSure {
	background: #da4b4b;
}
.lc_publicPop .btnItemCancel {
	background: #c8c8c8;
}
/*base style end*/


/*=================== EFP专题 弹出 ===================*/
.special_efp_pop .popHeader {
	background: #00418f;
}
/*.special_efp_pop .lc_popContainer {
	top: 50%;
}*/
.special_efp_pop .efp_popContent {
	max-height: 8rem;
	overflow: auto;
	padding: 0px 0.2rem;
	margin: 15px 0 0 0;
	font-size: 14px;
}
.special_efp_pop .efp_popContent h3 {
	padding: 0 0 10px 0;
	color: #212121;
	font-size: 14px;
}
.special_efp_pop .efp_popContent p {
	line-height: 150%;
	color: #999;
	padding: 0 0 10px 0;
}
.special_efp_pop .efp_popContent a {
	color: #3bb1e2;
}
.special_efp_pop .btnGroup .btnItemSure {
	background: #00418f;
}
.special_efp_pop .btnGroup .disabled {
	background: #ccc;
}



/* 桌面电脑布局: 769px 至最高 1232px。样式继承自: 移动设备布局和平板电脑布局。 */
@media only screen and (min-width: 769px) {
	html {font-size: 42px!important;}
	/*base style start*/
	.hide {
		display: none;
	}
	.lc_publicPop {
		display: none;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		position: fixed;
		z-index: 9999;
		background: rgba(0,0,0,0.6);
	}
	.lc_publicPop .lc_popContainer {
		position: absolute;
		width: 550px;
		left: 50%;
		top: 45%;
		min-height: 80px;
		background: #fff;
		border-radius: 6px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		/*overflow: hidden;*/
	}
	.lc_publicPop .lc_popContainer .closeBtnItem {
		width: 30px;
		height: 30px;
		background: url("../images/pop/closeBtn.png") no-repeat center;
		background-size: auto;
		position: absolute;
		z-index: 10;
		bottom: -50px;
		left: 50%;
		margin: 0 0 0 -15px;
		transition: linear 0.3s;
		-webkit-transition: linear 0.3s;
		-moz-transition: linear 0.3s;
	}
	.lc_publicPop .lc_popContainer .closeBtnItem:hover {
		transform:rotate(180deg);
		-ms-transform:rotate(180deg); 	/* IE 9 */
		-moz-transform:rotate(180deg); 	/* Firefox */
		-webkit-transform:rotate(180deg); /* Safari 和 Chrome */
		-o-transform:rotate(180deg);
	}
	.lc_publicPop .popHeader {
		border-top-left-radius: 6px;
		-webkit-border-top-left-radius: 6px;
		-moz-border-top-left-radius: 6px;
		border-top-right-radius: 6px;
		-webkit-border-top-right-radius: 6px;
		-moz-border-top-right-radius: 6px;
		position: relative;
		padding: 15px 5px;
		line-height: 24px;
		font-size: 18px;
		color: #fff;
		text-align: center;
	}
	.lc_publicPop .popHeader .icon01 {
		left: 0;
		top: 20px;
	}
	.lc_publicPop .popHeader .icon02 {
		right: 0;
		bottom: 5px;
	}
	.lc_publicPop .btnGroup {
		text-align: center;
		padding: 10px 0;
	}
	.lc_publicPop .btnItem {
		display: inline-block;
		width: 150px;
		text-align: center;
		height: 36px;
		line-height: 36px;
		border-radius: 18px;
		-webkit-border-radius: 18px;
		-moz-border-radius: 18px;
		font-size: 14px;
		color: #fff;
		margin: 0 20px;
	}
	.lc_publicPop .btnItem:hover {
		opacity: 0.8;
	}
	.lc_publicPop .btnItemSure {
		background: #da4b4b;
	}
	.lc_publicPop .btnItemCancel {
		background: #c8c8c8;
	}
	/*base style end*/


	/*=================== EFP专题 弹出 ===================*/
	.special_efp_pop .popHeader {
		background: #00418f;
	}
	/*.special_efp_pop .lc_popContainer {
		top: 50%;
	}*/
	.special_efp_pop .efp_popContent {
		max-height: 500px;
		overflow: auto;
		padding: 0px 35px;
		margin: 15px 0 0 0;
		font-size: 14px;
	}
	.special_efp_pop .efp_popContent h3 {
		padding: 0 0 10px 0;
		color: #212121;
		font-size: 14px;
	}
	.special_efp_pop .efp_popContent p {
		line-height: 150%;
		color: #999;
		padding: 0 0 10px 0;
	}
	.special_efp_pop .efp_popContent a {
		color: #3bb1e2;
	}
	.special_efp_pop .btnGroup .btnItemSure {
		background: #00418f;
	}
	.special_efp_pop .btnGroup .disabled {
		background: #ccc;
	}



}
