/* CSS Document */

/*首次认证右侧弹出布局样式*/

.firstAuthen {
	width: 376px;
	right: 65px;
	position: fixed;
	bottom: 30px;
	min-height: 100px;
	z-index: 100000000;
	background: #fff;
	border-radius: 16px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
}
.firstAuthen .authenContent {
	background: #fff;
	border-radius: 16px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	overflow: hidden;
}
.firstAuthen .hideBtn {
	position: absolute;
	right: 5px;
	top: -45px;
	width: 36px;
	height: 36px;
	border: none;
	background: url("../images/firstAuthentication/arrowDownBtn.png") no-repeat center;
}
.firstAuthen .hideBtnActive {
	background: url("../images/firstAuthentication/arrowUpBtn.png") no-repeat center;
}
.firstAuthen .headerEle {
	height: 60px;
	line-height: 70px;
	color: #fff;
	font-size: 20px;
	padding: 0 0 0 128px;
	background: url("../images/firstAuthentication/titleBg.png") no-repeat center;
}
.firstAuthen .countEle {
	border-bottom: dashed 1px #dae1e8;
	background: #fff;
}
.firstAuthen .countEle .countItem01 {
	line-height: 100%;
	padding: 15px 0;
	text-align: center;
	color: #999;
}
.firstAuthen .countEle .countItem01 span {
	position: relative;
	font-size: 14px;
}
.firstAuthen .countEle .countItem01 span strong {
	color: #333;
}
/*.firstAuthen .countEle .countItem01 span:before,
.firstAuthen .countEle .countItem01 span:after {
	display: block;
	content: " ";
	position: absolute;
	width: 36px;
	height: 1px;
	top: 49.5%;
	background: #dae1e8;
}*/
/*.firstAuthen .countEle .countItem01 span:before {
	right: 105%;
}
.firstAuthen .countEle .countItem01 span:after {
	left: 105%;
}*/
.firstAuthen .countEle .countItem02 {
	line-height: 100%;
	padding: 15px 0 0 0;
	text-align: center;
	color: #212121;
	font-size: 16px;
}
.firstAuthen .countEle .countItem02 span {
	display: inline-block;
	width: 42%;
	height: 24px;
	line-height: 24px;
	margin: 0 1.5%;
}
.firstAuthen .countEle strong {
	color: #ff0000;
}

/*二维码*/
.firstAuthen .grayBackground {
	background: #e9eff5;
}
.firstAuthen .qrcodeInforBox .inforItem01 {
	text-align: center;
	font-weight: normal;
	padding: 15px 0;
}
.firstAuthen .qrcodeInforBox .inforItem01 span {
	color: #005bac;
}
.firstAuthen .qrcodeInforBox .inforItem01 a {
	color: #ff0000;
}
.firstAuthen .qrcodeInforBox .inforItem01 h3 {
	color: #333;
	font-size: 16px;
	line-height: 24px;
}
.firstAuthen .qrcodeInforBox .inforItem01 h4 {
	color: #666;
	font-size: 14px;
	line-height: 24px;
}
.firstAuthen .qrcodeInforBox .inforItem02 {
	position: relative;
}
.firstAuthen .qrcodeInforBox .inforItem02 .kefuPic {
	width: 66px;
	height: 66px;
	position: absolute;
	right: 22px;
	top: 18px;
}
.firstAuthen .qrcodeInforBox .inforItem02 .boxEle {
	padding: 0 0 0 25px;
}
.firstAuthen .qrcodeInforBox .inforItem02 .itemBox {
	float: left;
	margin: 0 0 0 18px;
	width: 130px;
	text-align: right;
}
.firstAuthen .qrcodeInforBox .inforItem02 .itemBox .item01 {
	font-size: 18px;
	color: #333333;
	padding: 30px 0 8px 0;
}
.firstAuthen .qrcodeInforBox .inforItem02 .itemBox .item02 {
	color: #005bac;
	font-size: 16px;
}
.firstAuthen .qrcodeInforBox .inforItem02 .qrPic {
	float: left;
	width: 100px;
	height: 100px;
	position: relative;
}
.firstAuthen .qrcodeInforBox .inforItem02 .qrPic .guideIcon {
	position: absolute;
	top: -38px;
	left: 25px;
}
.firstAuthen .qrcodeInforBox .inforItem02 .qrPic img {
	max-width: 100%;
}
.firstAuthen .submitBtnBox {
	text-align: center;
	padding: 15px 0;
}
.firstAuthen .submitBtnBox a {
	display: inline-block;
	cursor: pointer;
	width: 170px;
	height: 46px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-size: 16px;
	background: url("../images/firstAuthentication/btnBg.png") no-repeat center;
}
.firstAuthen .submitBtnBox a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

