/*
* @author: omtech.cn
* @date:   2018-03-14 15:22:01
* @last modified by:   jason
* @last modified time: 2018-07-27 10:50:00
*/
@charset "utf-8";

.user-title { float: left; }

/*user-status*/
.user-status {
	float: right;
	padding-top: 18px;
	padding-right: 100px;
	line-height: 30px;
}
.user-status a { display: inline-block;}
.user-status .btn {
	display: inline-block;
	margin-right: 15px;
	padding: 0 15px;
	font-weight: bold;
	color: #fff;
	background-color: #ea1515;
}
.user-status .btn:hover {
	color: #fff;
	text-decoration: none;
	background-color: #b30000;
}
.user-status .links,
.user-status .links a { color: #ea1515 }
.user-status .links a:hover { color: #b30000; }
.user-status .links i {
	margin: 0 8px;
	font-style: normal;
}
.user-status .text {
	margin-right: 10px;
	font-weight: bold;
	color: #666;
}

/*user-content*/
.user-content {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
}
.user-content-main {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 102;
	width: 520px;
	margin-left: -285px;
	margin-top: -300px;
	padding: 50px 50px 50px 20px;
	background-color: #fff;
	-webkit-box-shadow: 0 5px 10px #666;
	        box-shadow: 0 5px 10px #666;
}
.user-content-mask {
	z-index: 101;
	width: 100%;
	height: 100%;
	background-color: #000;
	filter: alpha(opacity=40);
	-moz-opacity: .4;
	     opacity: .4;
}
.user-form li {
	position: relative;
	overflow: hidden;
	height: 50px;
	padding-left: 120px;
	padding-bottom: 20px;
}
.user-form li label {
	position: absolute;
	top: 0;
	left: 0;
	width: 120px;
	line-height: 50px;
	font-weight: bold;
	text-align: right;
}
.user-form li .item {
	position: relative;
	width: 100%;
	height: 50px;
}
.user-form li .item-code {
	float: left;
	width: 244px;
}
.user-form .btn {
	padding-top: 10px;
	text-align: center;
}
.user-form-text {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	display: block;
	width: 366px;
	height: 26px;
	padding: 10px 15px;
	line-height: 26px;
	border: 2px solid #f0f0f0;
}
.user-form-text:focus { border-color: #c9c9c9; }
.user-form-text::placeholder { color: #ccc; }
.user-form-text-error,
.user-form-text-error:focus { border-color: #f99; }
.user-form-text-disabled { background-color: #ebebe4; }
.user-form .item-code .user-form-text { width: 210px; }
.user-form-error {
	position: absolute;
	top: 2px;
	right: 2px;
	z-index: 2;
	display: none;
	padding: 0 15px;
	line-height: 46px;
	color: #f99;
	background-color: #fff;
}
.user-form-button,
.user-form-img {
	width: 140px;
	height: 50px;
}
.user-form-button {
	margin: 0 15px;
	font-weight: bold;
	color: #ea1515;
	cursor: pointer;
	border: 2px solid #f0f0f0;
	background-color: #fff;
}
.user-form-button:hover { background-color: #f0f0f0; }
.user-form-button-submit,
.user-form-button-code {
	color: #fff;
	background-color: #ea1515;
	border-color: #ea1515;
}
.user-form-button-submit:hover,
.user-form-button-code:hover {
	background-color: #b30000;
	border-color: #b30000;
}
.user-form-button-code,
.user-form-img {
	float: right;
	margin: 0;
}
.user-form-button-code-disabled,
.user-form-button-code-disabled:hover {
	background-color: #999;
	border-color: #999;
}
.user-form-img {
	width: 156px;
	cursor: pointer;
}


/*user-content-login*/
.user-content-login {
	margin-top: -194px;
	padding-top: 80px;
	padding-bottom: 80px;
}
.user-content-login .user-form li { padding-bottom: 35px; }

/*user-content-register*/
.user-content-register { margin-top: -290px; }

/*user-content-forget*/
.user-content-forget { margin-top: -255px; }

/*user-content-modinfo*/
.user-content-modinfo { margin-top: -289px; }

/*user-content-modpassword*/
.user-content-modpassword { margin-top: -184px; }


/* alert */
.alert {
	position: fixed;
	top: 50%;
	right: 10%;
	left: 10%;
	z-index: 999;
	text-align: center;
}
.alert span {
	display: inline-block;
	padding: 12px 20px;
	font-size: 15px;
	line-height: 1.5;
	color: #fff;
	border-radius: 5px;
	background: #333;
	-webkit-box-shadow: inset 0 0 1px #424242, 0 1px 3px rgba(0, 0, 0, .65);
	        box-shadow: inset 0 0 1px #424242, 0 1px 3px rgba(0, 0, 0, .65);
	text-shadow: 0 1px 1px #9d9d9d;
}