@charset "UTF-8";

body{
	margin: 0;
	padding: 0;
	overflow: hidden;
}


input{
	outline: none;
}

.loginPage:before{
	content: ' ';
	background:url(image/login2_bg1.jpg) no-repeat;
	background-size:cover;
	background-attachment: fixed;
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

/*  */

.cover .gifStyle{
  height: 100vh;
  overflow: hidden;
  display: flex;
  font-family: 'Anton', sans-serif;
  z-index: 99;
  /* justify-content: space-between;
  align-items: center; */
}

.night {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}

/* .shooting_star {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 2px;
  background: linear-gradient(-45deg, #1ADCFF, rgba(0, 0, 255, 0));
  border-radius: 999px;
  -webkit-filter: drop-shadow(0 0 6px #699bff);
          filter: drop-shadow(0 0 6px #699bff);
  -webkit-animation: tail 3000ms ease-in-out infinite, shooting 3000ms ease-in-out infinite;
          animation: tail 3000ms ease-in-out infinite, shooting 3000ms ease-in-out infinite;
}
.shooting_star::before, .shooting_star::after {
  content: '';
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  height: 2px;
  background: linear-gradient(-45deg, rgba(0, 0, 255, 0), #1ADCFF, rgba(0, 0, 255, 0));
  -webkit-transform: translateX(50%) rotateZ(45deg);
          transform: translateX(50%) rotateZ(45deg);
  border-radius: 100%;
  -webkit-animation: shining 3000ms ease-in-out infinite;
          animation: shining 3000ms ease-in-out infinite;
}
.shooting_star::after {
  -webkit-transform: translateX(50%) rotateZ(-45deg);
          transform: translateX(50%) rotateZ(-45deg);
}
.shooting_star:nth-child(1) {
  top: calc(50% - 500px);
  left: calc(50% - -105px);
  -webkit-animation-delay: 9592ms;
          animation-delay: 9592ms;
}
.shooting_star:nth-child(1)::before, .shooting_star:nth-child(1)::after, .shooting_star:nth-child(1)::after {
  -webkit-animation-delay: 9592ms;
          animation-delay: 9592ms;
}
.shooting_star:nth-child(2) {
  top: calc(50% - -180px);
  left: calc(50% - 870px);
  -webkit-animation-delay: 5908ms;
          animation-delay: 5908ms;
}
.shooting_star:nth-child(2)::before, .shooting_star:nth-child(2)::after, .shooting_star:nth-child(2)::after {
  -webkit-animation-delay: 5908ms;
          animation-delay: 5908ms;
}
.shooting_star:nth-child(3) {
  top: calc(50% - 831px);
  left: calc(50% - 381px);
  -webkit-animation-delay: 1191ms;
          animation-delay: 1191ms;
}
.shooting_star:nth-child(3)::before, .shooting_star:nth-child(3)::after, .shooting_star:nth-child(3)::after {
  -webkit-animation-delay: 1191ms;
          animation-delay: 1191ms;
}
.shooting_star:nth-child(4) {
  top: calc(50% - 98px);
  left: calc(50% - -10px);
  -webkit-animation-delay: 9638ms;
          animation-delay: 9638ms;
}
.shooting_star:nth-child(4)::before, .shooting_star:nth-child(4)::after, .shooting_star:nth-child(4)::after {
  -webkit-animation-delay: 9638ms;
          animation-delay: 9638ms;
}
.shooting_star:nth-child(5) {
  top: calc(50% - 154px);
  left: calc(50% - 5px);
  -webkit-animation-delay: 2554ms;
          animation-delay: 2554ms;
}
.shooting_star:nth-child(5)::before, .shooting_star:nth-child(5)::after, .shooting_star:nth-child(5)::after {
  -webkit-animation-delay: 2554ms;
          animation-delay: 2554ms;
}
.shooting_star:nth-child(6) {
  top: calc(50% - 50px);
  left: calc(50% - 875px);
  -webkit-animation-delay: 2165ms;
          animation-delay: 2165ms;
}
.shooting_star:nth-child(6)::before, .shooting_star:nth-child(6)::after, .shooting_star:nth-child(6)::after {
  -webkit-animation-delay: 2165ms;
          animation-delay: 2165ms;
}
.shooting_star:nth-child(7) {
  top: calc(50% - -23px);
  left: calc(50% - -99px);
  -webkit-animation-delay: 9997ms;
          animation-delay: 9997ms;
}
.shooting_star:nth-child(7)::before, .shooting_star:nth-child(7)::after, .shooting_star:nth-child(7)::after {
  -webkit-animation-delay: 9997ms;
          animation-delay: 9997ms;
}
.shooting_star:nth-child(8) {
  top: calc(50% - 326px);
  left: calc(50% - 433px);
  -webkit-animation-delay: 422ms;
          animation-delay: 422ms;
}
.shooting_star:nth-child(8)::before, .shooting_star:nth-child(8)::after, .shooting_star:nth-child(8)::after {
  -webkit-animation-delay: 422ms;
          animation-delay: 422ms;
}
.shooting_star:nth-child(9) {
  top: calc(50% - -456px);
  left: calc(50% - 35px);
  -webkit-animation-delay: 2714ms;
          animation-delay: 2714ms;
}
.shooting_star:nth-child(9)::before, .shooting_star:nth-child(9)::after, .shooting_star:nth-child(9)::after {
  -webkit-animation-delay: 2714ms;
          animation-delay: 2714ms;
}
.shooting_star:nth-child(10) {
  top: calc(50% - -614px);
  left: calc(50% - 32px);
  -webkit-animation-delay: 6136ms;
          animation-delay: 6136ms;
}
.shooting_star:nth-child(10)::before, .shooting_star:nth-child(10)::after, .shooting_star:nth-child(10)::after {
  -webkit-animation-delay: 6136ms;
          animation-delay: 6136ms;
}
.shooting_star:nth-child(11) {
  top: calc(50% - 555px);
  left: calc(50% - 53px);
  -webkit-animation-delay: 9617ms;
          animation-delay: 9617ms;
}
.shooting_star:nth-child(11)::before, .shooting_star:nth-child(11)::after, .shooting_star:nth-child(11)::after {
  -webkit-animation-delay: 9617ms;
          animation-delay: 9617ms;
}
.shooting_star:nth-child(12) {
  top: calc(50% - -345px);
  left: calc(50% - 300px);
  -webkit-animation-delay: 8175ms;
          animation-delay: 8175ms;
}
.shooting_star:nth-child(12)::before, .shooting_star:nth-child(12)::after, .shooting_star:nth-child(12)::after {
  -webkit-animation-delay: 8175ms;
          animation-delay: 8175ms;
}
.shooting_star:nth-child(13) {
  top: calc(50% - 50px);
  left: calc(50% - 535px);
  -webkit-animation-delay: 2715ms;
          animation-delay: 2715ms;
}
.shooting_star:nth-child(13)::before, .shooting_star:nth-child(13)::after, .shooting_star:nth-child(13)::after {
  -webkit-animation-delay: 2715ms;
          animation-delay: 2715ms;
}
.shooting_star:nth-child(14) {
  top: calc(50% - 158px);
  left: calc(50% - 366px);
  -webkit-animation-delay: 9024ms;
          animation-delay: 9024ms;
}
.shooting_star:nth-child(14)::before, .shooting_star:nth-child(14)::after, .shooting_star:nth-child(14)::after {
  -webkit-animation-delay: 9024ms;
          animation-delay: 9024ms;
}
.shooting_star:nth-child(15) {
  top: calc(50% - -20px);
  left: calc(50% - 265px);
  -webkit-animation-delay: 4994ms;
          animation-delay: 4994ms;
}
.shooting_star:nth-child(15)::before, .shooting_star:nth-child(15)::after, .shooting_star:nth-child(15)::after {
  -webkit-animation-delay: 4994ms;
          animation-delay: 4994ms;
}
.shooting_star:nth-child(16) {
  top: calc(50% - -347px);
  left: calc(50% - 20px);
  -webkit-animation-delay: 6546ms;
          animation-delay: 6546ms;
}
.shooting_star:nth-child(16)::before, .shooting_star:nth-child(16)::after, .shooting_star:nth-child(16)::after {
  -webkit-animation-delay: 6546ms;
          animation-delay: 6546ms;
}
.shooting_star:nth-child(17) {
  top: calc(50% - -649px);
  left: calc(50% - 240px);
  -webkit-animation-delay: 895ms;
          animation-delay: 895ms;
}
.shooting_star:nth-child(17)::before, .shooting_star:nth-child(17)::after, .shooting_star:nth-child(17)::after {
  -webkit-animation-delay: 895ms;
          animation-delay: 895ms;
}
.shooting_star:nth-child(18) {
  top: calc(50% - 471px);
  left: calc(50% - 3px);
  -webkit-animation-delay: 4390ms;
          animation-delay: 4390ms;
}
.shooting_star:nth-child(18)::before, .shooting_star:nth-child(18)::after, .shooting_star:nth-child(18)::after {
  -webkit-animation-delay: 4390ms;
          animation-delay: 4390ms;
}
.shooting_star:nth-child(19) {
  top: calc(50% - -757px);
  left: calc(50% - 58px);
  -webkit-animation-delay: 5414ms;
          animation-delay: 5414ms;
}
.shooting_star:nth-child(19)::before, .shooting_star:nth-child(19)::after, .shooting_star:nth-child(19)::after {
  -webkit-animation-delay: 5414ms;
          animation-delay: 5414ms;
}
.shooting_star:nth-child(20) {
  top: calc(50% - 509px);
  left: calc(50% - 174px);
  -webkit-animation-delay: 9384ms;
          animation-delay: 9384ms;
}
.shooting_star:nth-child(20)::before, .shooting_star:nth-child(20)::after, .shooting_star:nth-child(20)::after {
  -webkit-animation-delay: 9384ms;
          animation-delay: 9384ms;
}

@-webkit-keyframes tail {
  0% {
    width: 0;
  }
  30% {
    width: 100px;
  }
  100% {
    width: 0;
  }
}

@keyframes tail {
  0% {
    width: 0;
  }
  30% {
    width: 100px;
  }
  100% {
    width: 0;
  }
}
@-webkit-keyframes shining {
  0% {
    width: 0;
  }
  50% {
    width: 30px;
  }
  100% {
    width: 0;
  }
}
@keyframes shining {
  0% {
    width: 0;
  }
  50% {
    width: 30px;
  }
  100% {
    width: 0;
  }
}
@-webkit-keyframes shooting {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(300px);
            transform: translateX(300px);
  }
}
@keyframes shooting {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(300px);
            transform: translateX(300px);
  }
}
@-webkit-keyframes sky {
  0% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  100% {
    -webkit-transform: rotate(405deg);
            transform: rotate(405deg);
  }
}
@keyframes sky {
  0% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  100% {
    -webkit-transform: rotate(405deg);
            transform: rotate(405deg);
  }
} */

.loginPage .rightContent{
	display: flex;
	position: absolute;
	left:50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 600px;
	height: 400px;
	/* min-height: 300px; */
	background-color: rgba(255,255,255,0.3);
	margin-top: 50px;
	padding: 15px;
	border-radius: 10px;
	z-index: 999;
	text-align: center;
	box-shadow: 0 2px 5px #e4e4e4;
}

.loginPage .login
{
    position: relative;
	display: flex;
	flex-direction: row;
	width: 100%;
	min-height: 320px;
	background-color: #fff;
	border-radius: 15px;
	box-shadow: 0 2px 5px #d2d2d2;
}

.loginPage .right_box>img{
	width: 135px;
	height: 76px;
	margin: 0 auto;
}

.validation-box {
	flex: 1;
}

.loginPage .login div{
	margin: 10px 0;
}

.user,
.password,
.verification {
	position: relative;
	height: 35px;
	line-height: 35px;
	border: 1px solid #ccc;
	border-radius: 5px;
}

.validation-box input{
	flex: 1;
	border: 0;
	padding-left: 40px;
	filter: none;
}

.user::before,
.password::before,
.verification::before {
	content: '';
	position: absolute;
	left: 5px;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
}

.user::before {
	background: url(image/login-user.png) no-repeat;
	background-size: 100% 100%;
}

.password::before {
	background: url(image/login-psw.png) no-repeat;
	background-size: 100% 100%;
}

.verification::before {
	background: url(image/login-ver.png) no-repeat;
	background-size: 100% 100%;
}

.loginPage .login .user,.login .password,.login .remember{
	display: flex;
	align-items: center;
	justify-content: center;
}

.loginPage .login .user span:nth-child(1),.login .password span:nth-child(1){
	flex: 1;
	text-align: center;
}

.loginPage .login .user span:nth-child(2),.login .password span:nth-child(2){
	flex: 3;
}

.loginPage .login .user span:nth-child(2) input,.login .password span:nth-child(2) input{
	width: 90%;
	background: transparent;
	border: 0;
	border-bottom: 1px solid #444;
}

.loginPage .login .hint{
	height: 10px;
	line-height: 10px;
	font-size: 12px;
	color: red;
	justify-content: flex-end;
}

.loginPage .login .remember input{
	width: 10px;
	margin-right: 5px;
}



.loginPage .login  .verification{
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.loginPage .login  .verification div,.loginPage .login  .verification input,.loginPage .login  .verification div .ehong-idcode-val.ehong-idcode-val1{
	flex: 1;
}

.loginPage .login  .verification input{
	background-color: transparent;
}

#idcode {
	text-align: right;
}

.ehong-idcode-val{
	padding: 2px 4px 2px 4px !important;
    top: 0 !important;
}

.loginPage .login  .verification input{
	border: 0;
}

.loginPage .login .btn
{
    position: absolute;
    bottom: 15px;
    left: 15px;
	width: 92%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-weight: bold;
	border-radius: 5px;
	background: #00458b;
	border-radius: 5px;
	-webkit-filter: drop-shadow(0 0 6px #699bff);
			filter: drop-shadow(0 0 6px #699bff);
	color: #fff;
	cursor: pointer;
	margin: 0 auto;
	border:0;
	transition: background 1s;
	-webkit-transition:background 1s;
	font-size: 16px;
	margin-top: 0;
}

.loginPage .login .btn:hover{
	background: #0461bf;
	/* background: linear-gradient(60deg, #21AF46, rgba(0, 0, 255, 0));
	-webkit-filter: drop-shadow(0 0 6px #699bff);
			filter: drop-shadow(0 0 6px #699bff); */
	transition: background 1s;
	-webkit-transition:background 1s;
}

/* ilogo */
.loginPage .company{
	display: flex;
	align-items: center;
	position: absolute;
	right:2%;
	bottom: 2%;
	color: #333;
}

.loginPage .company img{
	width: 45px;
	height: 45px;
	margin-right: 10px;
	animation:run 7s linear 1s 100;
	-webkit-animation:run 7s linear 1s infinite;
}

 @keyframes run{     
	from{    
		transform: rotateY(0deg);
		-webkit-transform:rotateY(0deg);     
	}     
	to{     
		transform: rotateY(360deg);
		-webkit-transform:rotateY(360deg);     
	}     
}

.loginPage .company .companyName{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.loginPage .company .companyName .CHN{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}

.loginPage .company .companyName .ENG{
	font-size: 12px;
}


.loginPage .bottomText{
	width: 100%;
	position: absolute;
	bottom: 0;
	font-size: 14px;
	color: #888;
	text-align: center;
}

.robot{
	position: absolute;
	left: 100px;
	bottom: 50px;
}

.login-title {
	font-size: 50px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	margin-top: 6%;
	letter-spacing: 10px;
	text-shadow: 2px 5px 0 #1c5fa2;
}

.login-txt {
	width: 240px;
	min-height: 320px;
	background:url(image/login-txt.png) no-repeat;
	background-size: 100% 100%;
	margin: 0 !important;
	border-radius: 10px 0 0 10px;
}

.agvImage 
{
    position: absolute;
    left: -80px;
    bottom: -45px;
    width: 240px;
}

.agvImage img 
{
    display: block;
}

.agvImage img:nth-child(1)
{
    width:48px;
    height: 27px;
    float: right;
    margin-top: -50px; 
    margin-right: -60px;
    opacity: 0.3;
}

.agvImage img:nth-child(2)
{
    width:96px;
    height: 54px;
    float: right;
    margin-right: -27px;
    opacity: 0.7;
}

.agvImage img:nth-child(3)
{
    width:216px;
    height: 121px;
    margin-left: 20px;
}

.right_box 
{
    position: relative;
	flex: 1;
	display: flex;
	flex-direction: column;
	padding: 15px;
	margin: 0 !important;
	min-height: 320px;
}