/********************************/


















/**************************************/


.backstage-account-bind-container {
	width:100%;	/*990*/
}

.backstage-account-bind-title {
	height:30px;
	line-height: 10px;
	margin-top:20px;
	font-size:17px;
	color:#666;
	width:100%;
	text-indent: 2em;
	border-bottom:1px solid #ccc;
}

.backstage-account-bind-container .backstage-account-bind-item {
	width:930px;
	padding:20px;
	margin-top:0px;
	height:30px;
	line-height: 30px;
	border-bottom:1px solid #ccc;
	position: relative;
}

.backstage-account-bind-item img {
	width:30px;
	height:30px;
	display: inline-block;
	float:left;
	margin-right:10px;
	margin-left:10px;
}

.backstage-account-bind-item span {
	display: inline-block;
	width:40px;
	height:14px;
	margin-left:15px;
	font-size:12px;
	border-left:1px solid #ccc;
	padding-left:10px;
	line-height: 14px;
	margin-top:10px;
	color:#999;
}

.backstage-account-bind-item:after {
	
}

.unbind {
	position: absolute;
	right:20px;
	top:20px;
	color:#33f;
	cursor: pointer;
	font-size:12px;
}

.unbind:hover {
	color:#234388;
}

.backstage-account-bind-item:last-child {
	margin-bottom:40px;
}


/*弹出框*/
.pop-outer-container {
	position: fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index: 2;
	display: none;
}

.pop-outer-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	left:0;
	background:rgba(0,0,0,0.6);	
}


.pop-container {
	position: relative;
	width:240px;
	height:200px;
	padding:0px;
	left:50%;
	margin-left:-105px;
	top:50%;
	margin-top:-105px;
	overflow: hidden;
}

.bind-pop {
	position: absolute;
	width:200px;
	height:200px;
	left:-100%;
	background:#ddd;
}

.bind-content {
	width:100%;
	height:40px;
	line-height: 40px;
	text-align: center;
}

.bind-qr-code {
	width:140px;
	height:140px;
	background:#eee;
	margin:0 auto;
}

.unbind-pop {
	position: absolute;
	width:100%;
	height:150px;
	left:0%;
	background:#fff;

}



.close {
	width:20px;
	height:20px;
	float:right;
	line-height: 20px;
	margin-right:4px;
	font-size:18px;
	margin-top:10px;
	font-family: "微软雅黑";
	cursor: pointer;
}

.close:hover {
	color:#f33;
}

.notice-icon {
	/*clear:right;*/
	width:40px;
	height:20px;
	line-height: 20px;
	text-align: center;
	margin-left:5px;
	margin-top:10px;
}

.notice-icon img {
	width:30px;
}

.notice-content {
	width:90%;
	margin:5px auto;
	height:50px;
	line-height: 50px;
	text-align: center;
}

.unbind-btn-group {
	width:90%;
	margin:0 auto;
	height:30px;
	line-height: 30px;
	text-align: center;
}

#unbind-btn {
	width:80px;
	height:22px;
	line-height: 22px;
	text-align: center;
	border:none;
	background:#ddee33;
	border-radius:10px;

}

#cancel-btn {
	width:50px;
	height:22px;
	line-height: 22px;
	text-align: center;
	border:none;
	background:#fff;
	cursor: pointer;
}

#cancel-btn:hover {
	color:#f33;
}







