/*********************************/



















/****************************/


.backstage-account-safety-container {
	
	
}

.safety-status-bar-container {
	width:900px;
	height:20px;
	line-height: 20px;
	padding:5px;
	margin:10px;
	background: #eee;
}

.safety-status-bar-container span {
	float:left;
	margin-right:10px;
}

.safety-status-bar-container .safety-status-bar-outer {
	width:120px;
	height:10px;
	position: relative;
	background:#fff;
	float:left;
	margin-top:6px;
	margin-right:10px;
}

.safety-status-bar-inner {
	width:60%;
	height:10px;
	position: absolute;
	top:0;
	left:0;
	background:#234388;
}

.login-history {
	display: inline-block;
	float:right !important;
	color:#234388;
}

.safety-options-container {

}

.safety-options-container li {
	width:100%;
	height:70px;
	border-bottom: 1px solid #eee;
}

.safety-options-container li div, .safety-option-name {
	float: left;
}

.safety-option-status {
	width:70px;
	height:50px;
	margin:10px 20px;
	text-align: center;
	line-height: 50px;
	font-size:30px;
}

.safety-option-name {
	line-height: 65px;
	width:100px;
	height:70px;
	font-size:22px;
}

.safety-option-info {
	width:600px;
	height:20px;
	line-height: 20px;
	padding-left:10px;
	margin:25px 10px;
	border-left:1px solid #ccc;
	font-size:12px;
	color:#333;
}

.safety-option-modify {
	float:right;
	line-height: 60px;
	cursor: pointer;
}






#pop-outer-container {
	width:100%;
	height:100%;
	position: fixed;
	left:0;
	top:0;
	display: none;
	z-index: 1;
}

#pop-bg {
	width:100%;
	height:100%;
	position: absolute;
	left:0;
	top:0;
	background:rgba(0,0,0,0.7);
}

.verify-container {
	width:400px;
	height:300px;
	position: absolute;
	top:50%;
	margin-top:-150px;
	left:50%;
	margin-left:-200px;
	background:#fff;
	box-shadow:0 0 10px rgba(250,250,200,0.3);
	z-index: 2;
}

#pop-mobile-verify, #pop-email-verify, #pop-pay-pwd-verify, #pop-id-card-verify {
	display: none;
	opacity: 0;
	transition: opacity 0.3s ease;
}

#pop-id-card-verify {
	width:500px;
}

#pop-pay-pwd-verify {
	height:340px;
}

#pop-mobile-verify {
	
}

#pop-email-verify {

}

#pop-id-card-verify .pop-content {
	width:450px;
}


#pop-outer-container .pop-title{
	width:90%;
	margin:0 auto;
	font-size:18px;
	height:50px;
	line-height: 50px;
	border-bottom:1px solid #ccc;
	margin-bottom: 20px;
}

#pop-id-card-verify .pop-title {
	margin-bottom: 5px;
}


.pop-content {
	padding-top:10px;
	width:300px;
	margin:0 auto;
	text-align: center;
}

#pop-outer-container h3 {
	font-size:16px;
	margin-bottom: 10px;
	text-indent: 2em;
	text-align: left;
}

#pop-outer-container input[type="text"] {
	height:25px;
	border:1px solid #999;
	padding-left:4px;
	margin-bottom:10px;
}

.main-input {
	width:232px;
	margin:0 auto;
}

.middle-input {
	width:120px;
}

.large-input {
	width:180px;
}

.small-input {
	width:50px;
	margin-left:5px;
	height:20px !important;
}

.send-btn {
	width:108px;
	height:28px;
	background:transparent;
	border:1px solid #ccc;
	line-height: 25px;
	color:#333;
	outline:none;
}

.submit-btn {
	width:80px;
	height:20px;
	line-height: 20px;
	/*border:1px solid #ccc;*/
	border:none;
	color:#fff;
	background:#f33;
	margin-right:20px;
	outline: none;
	box-sizing: border-box;
	margin-top:10px;
}

.cancel-btn {
	width:80px;
	height:20px;
	line-height: 18px;
	border:1px solid #999;
	box-sizing: border-box;
	color:#333;
	background:transparent;
	margin-right:20px;
	outline: none;
	margin-top:10px;
}

.submit-btn:active, .cancel-btn:active, .send-btn:active {
	box-shadow: 0 3px 3px rgba(66,66,66,0.5) inset;
}

.blue-tip {
	margin:20px 0;
	display: inline-block;
	font-size: 12px;
	color:#33c;
}

.tip {
	font-size:12px;
	color:#999;
}

#mobile-front-no {
	font-size:12px;

}

.left-pop {
	width:50%;
	box-sizing: border-box;
	float:left;
	text-align: left;
}

.left-pop h4 {
	margin-bottom: 5px;
	text-indent: 1em;
}

.right-pop {
	width:50%;
	box-sizing: border-box;
	float: left;
}

.id-card-upload-container {
	width:200px;
	height:90px;
	text-align: center;
	border:1px solid #ccc;
	margin-top: 10px;
}

input[type="file"] {
	display: none;
}

.upload-btn {
	width:80px;
	height:22px;
	line-height: 20px;
	border-radius: 2px;
	display: inline-block;
	border:1px solid #33c;
	background:none;
	color:#33c;
	margin-top:23px;
	margin-bottom: 5px;
}


