﻿a.forget-pw{color: #999;}
a.forget-pw:hover{color: #2a6496;}
/*login*/
.uk-panel {
	display: block;
	position: relative
}
.uk-panel-box-primary {
	background-color: #ebf7fd;
	color: #2d7091;
	border-color: rgba(45, 112, 145, .3)
}
.uk-badge-notification {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	min-width: 18px;
	border-radius: 500px;
	font-size: 12px;
	line-height: 18px
}
.uk-badge {
	display: inline-block;
	padding: 0 5px;
	background: #00a8e6;
	font-size: 12px;
	font-weight: 700;
	line-height: 16px;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	text-transform: none;
	border: 1px solid rgba(0, 0, 0, .06);
	border-radius: 2px;
	text-shadow: 0 1px 0 rgba(0, 0, 0, .1)
}
.uk-panel-badge {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1
}
.uk-form {
	width: 80%;
	height: 80%;
	margin: 50px 20px 50px 20px;
	text-align: center;
}
.uk-form-stacked .uk-form-label {
	display: block;
	margin-bottom: 5px;
	font-weight: 700
}
select.uk-form-large,
textarea.uk-form-large,
input[type].uk-form-large,
input:not([type]).uk-form-large {
	height: 40px;
	font-size: 16px;
	line-height: 40px\9;
}
.uk-form input[type=text],
.uk-form input[type=password]{
	max-width: 100%;
	border: 1px solid #ddd;
	background: #fff;
	color: #444;
	-webkit-transition: all linear .2s;
	transition: all linear .2s;
	border-radius: 4px;
	position: relative;
	behavior: url(../pie.htc);
	z-index: 2;
	line-height: 40px\9;
	height: 40px;
	padding-left: 10px;
}			
.uk-width-1-2{
	width: 50%;
}
.uk-form-row+.uk-form-row {
	margin-top: 15px
}
.uk-button-primary,
.uk-button-success,
.uk-button-danger {
	box-shadow: inset 0 0 5px rgba(0, 0, 0, .05);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .1)
}
.uk-button-large {
	min-height: 40px;
	padding: 0 15px;
	line-height: 38px;
	font-size: 16px;
	border-radius: 5px
}
.uk-button-primary {
	background-color: #00a8e6;
	color: #fff
}
.uk-button {	
	border: none;
}
.uk-form-help-inline {
	display: inline-block;
	margin: 0 0 0 10px
}
.uk-form-help-inline a{
	color: #39f;
}
.uk-form-help-inline a:hover{
	color: #276FA9;
}

.uk-panel:before,
.uk-panel:after {
	content: " ";
	display: table
}

/*register*/
.uk-form-icon {
	position: relative;
	display: inline-block;
	max-width: 100%
}
.uk-form-icon>[class*=uk-icon-] {
	position: absolute;
	top: 50%;
	width: 30px;
	margin-top: -5px;
	font-size: 14px;
	color: #999;
	text-align: center;
	pointer-events: none;
	z-index: 999;
}
[class*=uk-icon-] {
	font-family: FontAwesome;
	display: inline-block;
	font-weight: 400;
	font-style: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.uk-form-icon input {
	padding-left: 30px !important;
}
button,
input:not([type=radio]):not([type=checkbox]),
select {
	vertical-align: middle
}
.uk-form select{
	max-width: 100%;
	padding-left: 6px;
	border: 1px solid #ddd;
	background: #fff;
	color: #444;
	-webkit-transition: all linear .2s;
	transition: all linear .2s;
	border-radius: 4px;
	/*behavior: url(../pie.htc);*/
	line-height: 40px\9;
	width: 252px;
	height:42px;
	text-align:left;
	float:left;
	margin-left:18%;
}
.uk-form-row:before,
.uk-form-row:after {
	content: " ";
	display: table
}
.uk-form-row:after {
	clear: both
}
.uk-button-primary:hover,
.uk-button-primary:focus {
	background-color: #35b3ee;
	color: #fff
}

.uk-button-primary:active,
.uk-button-primary.uk-active {
	background-color: #0091ca;
	color: #fff
}
.uk-icon-user:before {
	content: "\f007"
}
.uk-icon-lock:before {
	content: "\f023"
}


.theme-popover1{
	z-index:9999;
	position:fixed;
	top:50%;
	left:50%;
	width:600px;
	height:310px;
	margin:-155px 0 0 -300px;
	display:none;
}
.theme-popover2{
	z-index:9999;
	position:fixed;
	top:45%;
	left:50%;
	width:650px;
	height:628px;
	margin:-264px 0 0 -325px;
	display:none;
}

.theme-poptit1 .close1, .theme-poptit2 .close2, .find-pw-close i{
	position: absolute;
	right: 0px;
	top: 0px;
	background: #00A8E6;
	/*opacity:0.4;*/
	/*filter:alpha(opacity=40);*/
	/*border-radius: 50%;*/
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	z-index: 2;
	/*behavior: url(../pie.htc);*/
	color: #FFF;
}
.theme-poptit1 .close1:hover, .theme-poptit2 .close2:hover ,.find-pw-close:hover{
	cursor: pointer;
	color: #FFF;
}
.theme-popover-mask1, .theme-popover-mask2, .find-pw-bg {
	z-index: 9998;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#000;
	opacity:0.4;
	filter:alpha(opacity=40);
	display:none
}

.find-pw{
	z-index:9999;
	position:fixed;
	top:50%;
	left:50%;
	width:650px;
	height:470px;
	margin:-235px 0 0 -325px;
	display:none;
	background: #EBF7FD;
}
.find-pw-title{width: 60px; height: 16px; line-height: 16px; background: #00A8E6; color: #FFF; text-align: center; font-weight: 600;}
.find-pw-con{padding: 50px;}
.find-pw-step{width: 550px; height: 30px; background: #D6F0FA; line-height: 30px; padding-top: 10px;}
.find-pw-step span{padding: 0 10px; display: inline-block; height: 30px; margin-left: 3px;}
.find-pw-step span.active{background: #EBF7FD;}
.find-pw-tab tr td{padding: 10px 0;}
.find-pw-tab tr td select{width: 80px; height: 30px; border: 1px solid #ddd; line-height: 30px\9;}
.find-pw-tab tr td:first-child{text-align: right; padding-right: 20px;}
.find-pw-tab tr td input{width: 200px; height: 30px; border: 1px solid #ddd;line-height: 30px\9;}
.find-pw-tab tr.identify-code td input{width: 95px;}
.find-pw-tab tr.identify-code td img{width: 95px; height: 30px; overflow: hidden;}
.find-pw-tab tr.find-pw-btn td input{width: 80px; margin-right: 20px; border: none;}
.red-star{color: red;}

.find-pw-mail{display: none; margin-top: 50px;}
.find-pw-mail p{padding-left: 10px; line-height: 20px;}
.find-pw-mail p.mail-notice{width: 550px; height: 50px; background: #FFF5D8; line-height: 50px; overflow: hidden;}
.mail-ques{font-weight: 600; margin-top: 20px;}
