body {
	overflow: hidden;
	height:100%;
	width:100%;
	font-family: '微软雅黑'
}

#particles-js {
	background: url("../../component/system/images/login/login_bg.png") no-repeat center center;
	background-size: 100% 100%;
}
.title {
	width: 100%;
    height: calc(50% - 280px);
    
}
.title div:FIRST-CHILD{
	width: 325px;
    height: 39px;
	background: url("../../component/system/images/login/title.png") no-repeat center center;
	background-size: 100% 100%;
	margin: 0px auto;
	top: calc(100% - 80px);
    position: relative;
}

.top_div {
	height:560px;
	position: absolute;
	z-index: 2;
	width:100%;
	top:calc(50% - 280px);
}
.login_card{
	height:560px;
	width:1000px;
	margin: 0 auto;
	display: flex;
	display: -webkit-flex;
	box-shadow: 0 0 10px #888888;
	border-radius: 10px;
	background: #FFFFFF;
}
.card_left{
	height:100%;
	width:400px;
	background:url("../../component/system/images/login/card_left.png") no-repeat center center;
	background-size: 440px 605px;
	border-radius: 10px 0px 0px 10px;
}
.card_left div{
	width: 100%;
    height: 100%;
	background:url("../../component/system/images/login/card_left.png") no-repeat center center;
	background-size: 100% 100%;
}
.card_right{
	flex:1;
	justify-content: center;
	align-items: center;
	display: flex;
	background: #FFFFFF;
    border-radius: 0px 10px 10px 0px;
}
.crptSearch{
	border-bottom: 3px solid #EAEEF1;
	padding-bottom:15px;
}
.crptSearch a{
	padding: 36px;
	font-size: 22px;
	line-height: 22px;
	color:#BABDCB;
	font-weight: bold;
}
.personSearch{
	border-bottom: 3px solid #3062F7;
}
.personSearch a{
	padding: 36px;
	font-size: 22px;
	line-height: 22px;
	color:#3A416F;
	font-weight: bold;
}
.top-table {
	margin:0px auto;
}
.rightDiv table {
	width: 510px;
	display: flex;
	display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
}

.rightDiv table td input {
	height: 44px;
	background-color: #ffffff;
	padding: 0px 4px !important;
	box-shadow:none !important
}

.rightDiv table td input:HOVER,.rightDiv table td input:FOCUS {
	border: solid 1px #4c90f1;
}

.rightDiv table tr td {
	padding-top:29.3px;
	width:100%;
}

.rightDiv table tr:last-child td{
	padding-top:40.5px;
}

.rightDiv table tr:nth-child(2) td {
	padding-top: 29px;
}
.div_input{
	background-color: #ffffff;
	border: solid 1px #dedede;
	width:320px;
	margin:0px auto;
	height: 44px;
	border-radius: 3px;
}
.div_input input{
	border: none !important
}
.div_input:HOVER,.div_input:FOCUS {
	border: solid 1px #4c90f1;
}
.div_input div:FIRST-CHILD{
	width:40px;
	vertical-align: middle;
	text-align: center;
	background-color: #F8F9FD;
	border-radius: 3px 0px 0px 3px;
	border-right: solid 1px #dedede;
}
.div_input div:LAST-CHILD input {
	width:270px !important;
	margin-left:0px;
	box-shadow:none;
	border: none !important
}

.verifyCode div{
	border: none !important
}

.verifyCode div:FIRST-CHILD input {
	width:190px !important;
}

.loginBtn {
	width: 320px;
  	height: 48px;
  	border-radius: 3px;
 	background-color: #5E87FD;
 	display: block;
	margin: 0px auto;
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	color: #ffffff;
	line-height: 45px;
}

.loginBtn:HOVER {
	background-color: #4373FA;
	cursor: pointer;
}

.login_foot {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  font-size: 14px;
  line-height: 14px;
  color:#A0A2AD;
  letter-spacing: 0.28px;
  height: 60px;
  align-items: center;
  -webkit-align-items: center;
}

.login_foot span {
	margin:0px 10px;
	height:10px;
	width:1px;
	background:#dedede 50% 50%;
	display: inline-block;
	vertical-align: middle;
}

!***** 消息提示 ************!
!***** 消息提示 ************!
.ui-growl-item-container{
	
}

.ui-growl-item-container{
	-webkit-box-shadow:none !important;
	box-shadow:none !important;
	-moz-box-shadow:none !important;
	border: 1px solid #5e5e5e !important;
    background: #5e5e5e 50% 50% repeat-x !important;
    color: #FFFFFF !important;
    border-radius:6px;
    opacity: 100;
}

.ui-growl-item-container .ui-growl-image-error {
	background:url("../../images/hethqg/growl_error_icon.svg") no-repeat 50% 50% !important;
}

.ui-growl-item-container .ui-growl-image-info {
	background:url("../../images/hethqg/growl_success_icon.svg") no-repeat 50% 50% !important;
}


.ui-growl-item-container .ui-growl-message {
	padding:0px !important;
	height:32px;
	display: table-cell;
	vertical-align: middle;
	float: none !important;
}
.ui-growl-item-container .ui-growl-message .ui-growl-title{
	padding:0px !important;
	margin-left: 5px;
}

.ui-growl-item-container .ui-icon {
	background: url("../../images/hethqg/growl_close_icon.svg") no-repeat !important;
	background-size:100% !important
}

.ui-growl-icon-close {
    top: 18px !important;
    right: 8px !important;
}
