
body{
  -moz-user-select: none;
  /*火狐*/
  -webkit-user-select: none;
  /*webkit浏览器*/
  -ms-user-select: none;
  /*IE10*/
  -khtml-user-select: none;
  /*早期浏览器*/
  user-select: none;
  tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
 }

/*美化滚动条效果*/
::-webkit-scrollbar {  
  width: 14px;  
  height: 14px;  
}  
  
::-webkit-scrollbar-track,  
::-webkit-scrollbar-thumb {  
  border-radius: 999px;  
  border: 5px solid transparent;  
}  
  
::-webkit-scrollbar-track {  
  box-shadow: 1px 1px 5px rgba(0,0,0,.2) inset;  
}  
  
::-webkit-scrollbar-thumb {  
  min-height: 20px;  
  background-clip: content-box;  
  box-shadow: 0 0 0 5px rgba(0,0,0,.2) inset;  
}  
  
::-webkit-scrollbar-corner {  
  background: transparent;  
}


/*美化input效果*/
input:-webkit-autofill { box-shadow: 0 0 0px 156493fpx transparent inset !important;}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #8F959E !important; 
}

input:-moz-placeholder, textarea:-moz-placeholder {
  color: #8F959E !important; 
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #8F959E !important; 
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #8F959E !important; 
}



/* 解决浏览器记住账户密码自动填充背景颜色解决办法 */
input:-webkit-autofill, 
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
textarea:-webkit-autofill, 
select:-webkit-autofill {
	-webkit-text-fill-color: #1f2329 !important;
	-webkit-box-shadow: 0 0 0px 1000px transparent  inset !important;
	background-color: rgba(255, 255, 255, 0) !important;
	transition: background-color 500000s ease-in-out 0s; /* 背景色透明  生效时长  过渡效果  启用时延迟的时间 */
}

/* 图标已单独作为元素，不再需要自动填充时的背景图片样式 */




/*.................. 数据加载的loading效果 .............*/
.loading-box{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin: 60px 0;
}
.loading-text{
	font-size: 18px;
	font-weight: bold;
	padding-top: 30px;
	color: #1f2329;
}
.loading{
	height: 40px;
	/* margin: 100px auto; */
	display: flex;
	justify-content: center;
}
.loading span{
	width: 8px;
	height: 100%;
	border-radius: 4px;
	background-color: rgba(255,255,255,0.9);
	animation: load 1s ease infinite;
	margin: 0 2px;
}
@keyframes load{
	0%,
	100% {
		transform: scaleY(1.8);
		background-color: rgba(255,255,255,0.3);
	}
	50% {
		transform: scaleY(1);
		background-color: rgba(255,255,255,0.9);
	}
}

.loading span:nth-child(2){
	animation-delay: 0.2s;
}
.loading span:nth-child(3){
	animation-delay: 0.4s;
}
.loading span:nth-child(4){
	animation-delay: 0.6s;
}
.loading span:nth-child(5){
	animation-delay: 0.8s;
}
.Outer-layer{
	display: flex;
	justify-content: space-evenly;
	gap: 60px;
}






body,html{
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: 'PingFang SC', Arial, 'Microsoft YaHei', sans-serif;
  overflow: hidden;
}

/* ..............分辨率判断 ............*/
 @media screen and (max-width: 750px){
	 .Form-layer{
		 gap: 0px !important;
		 grid-gap: 0px !important;
	 }
	 .Input-include,.Input-Ends{
		 margin-bottom: 15px;
	 }
	 .Login-outer {
	 	padding: 30px 40px 20px 40px;
	     width: calc(100% - 80px);
		 flex-direction: column;
		 gap: 0 !important;
		 border-radius: 15px 15px 0 0 !important;
		 background-color: rgba(255, 255, 255, 0.9) !important;
		 box-shadow: none !important;
	 }
	 .Outer-layer{
		 flex-direction: column;
		 gap: 0 !important;
	 }
	 .l_system, .l_user, .l_password, .l_captcha{
		 height: 35px !important;
		 line-height: 35px !important;
	 }
	 .l_button{
		 height: 40px !important;
		 line-height: 40px !important;
	 }
	 .Oaerweima:hover .Bigimg{
	 	right: 0%;
		bottom: 0px;
		position: fixed !important;
	 }
	 .Framework-left{
	 	width: 100% !important;
		height: 100% !important;
	 	margin: 0 !important;
	 }
	 .Framework-right{
	 	width: 0px !important;
	 }
	 .New-Ejiabox{
		 /* margin-top: 15px !important; */
	 }
	 .Scan-Login,.Password-login{
		 /* display: none !important; */
	 }
    .QRboxone,.New-Ejiabox{
		/* display: none !important; */
	}
	.QR-codeouter {
	    background-color: rgba(255, 255, 255, 0.1);
	    box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.06);
	    border-radius: 10px;
	    padding: 15px 20px 15px 15px;
		width: calc(100% - 35px);
		margin-bottom: 20px;
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
	}
	.QR-codeouterimg{
		width: 140px;
		height: 140px;
		flex-shrink: 0;
		margin-right: 15px;
		background: #1f2329;
		border-radius: 5px;
		padding: 5px;
	}
	.QR-codeouterimg img{
		width: 100%;
		height: 100%;
	}
	.QR-codeoutertext{
		font-size: 15px;
		line-height: 25px;
		text-align: justify;
		color: #1f2329;
	}
	.QR-codeoutertext span{
		color: #3370FF;
	}
	.TFnew-box{
		flex-direction: column;
	}
	.TFnew-boxzy{
		margin-right: 0 !important;
	}
	.QRboxtwo{
		display: none;
	}
	.input-container {
	    background-color: rgba(255, 255, 255, 1) !important;
	}
	.toggle-btn{
		width: 55px !important;
		height: 55px !important;
	}
	.fa-user-circle{
		width: 55px !important;
		height: 55px !important;
	}
	.fa-building{
		width: 55px !important;
		height: 55px !important;
	}
	.toggle-text{
		right: 57px !important;
		padding: 7px 12px !important;
	}
	.toggle-text:after{
		border-width: 6px !important;
	}
}
@media screen and (min-width: 760px) and (max-width: 1279px){
	.Form-layer{
		/* gap: 23px !important;
		grid-gap: 23px !important; */
	}
	.l_system, .l_user, .l_password, .l_captcha{
		 height: 40px !important;
		 line-height: 40px !important;
	}
	.l_button{
		 height: 44px !important;
		 line-height: 44px !important;
	}
	.Login-outer {
		padding: 25px 90px;
		/* width: 40%; 
		left: 50%;
		transform: translatex(-50%);*/
		justify-content: center !important;
		gap: 90px !important;
		border-radius: 12px 12px 0 0 !important;
		background-color: rgba(255, 255, 255, 0.9) !important;
		box-shadow: none !important;
	}
	.Framework-left{
		width: 100% !important;
		height: 100% !important;
		margin: 0 !important;
	}
	.Framework-right{
		width: 0px !important;
	}
	.Login-form{
		/* width: 350px; */
	}
	.QRboxtwo{
		display: none;
	}
	.TFnew-box,.other-newbox{
		flex-direction: column;
	}
	.New-Ejiabox{
		/* display: none !important; */
	}
	.Password-login{
		margin-bottom: 40px !important;
	}
	.other-newbox .othertip{
		text-align: center;
	}
	.TFnew-boxzy{
		margin-right: 0 !important;
	}
	.input-container {
	    background-color: rgba(255, 255, 255, 0) !important;
	}
	.other-newbox{
		/* background-color: rgba(45, 45, 45, 0.15) !important; */
	}
	.opl-button-container{
		margin-left: 0;
		margin-top: 15px;
		align-items: center;
	}
	.opl-button{
		min-width: 120px;
		padding: 10px 20px;
		font-size: 14px;
	}
}
 @media screen and (min-width: 1280px){
	.Login-outer{
		padding: 20px 30px 20px 30px;
	}
	.Oaerweima:hover .Bigimg{
		right: 0%;
		top: 30px;
	}
	.Login-form{
		/* width: 280px; */
	}
	.QRboxtwo{
		display: none;
	}
}

/* ..............框架搭建 ...............*/
.Framework{
	display: flex;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
}
.Framework-left{
	flex: 1;
	display: inline-block;
	width: calc(100% - 0px);
	position: relative;
	overflow: hidden;
	z-index: -1;
	height: calc(100% - 0px);
	margin: 0;
}
.Framework-right{
	width: 420px;
}

/*------------------大背景图效果----------------*/
.Back-image{
	background-image:url(../images/bg01.png?v=2.2);
	background-position:50%;
	background-repeat:no-repeat;
	background-size: cover;
}
.Back-image.has-bg{
	background-image:url(../images/bg01.png?v=2.2);
	background-position:50%;
	background-repeat:no-repeat;
	background-size: cover;
}
.kenburns-top {
	-webkit-animation: kenburns-top 2s ease-out both;
	        animation: kenburns-top 2s ease-out both;
}
@-webkit-keyframes kenburns-top {
  0% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  100% {
    -webkit-transform: scale(1.05) translateY(-15px);
            transform: scale(1.05) translateY(-15px);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
}
@keyframes kenburns-top {
  0% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  100% {
    -webkit-transform: scale(1.04) translateY(-15px);
            transform: scale(1.04) translateY(-15px);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
}
 @media screen and (max-width: 750px){
    .Back-image{
    	background-image:url(../images/bg03.png?v=2.1);
    	background-position:50% 0;
    	background-repeat:no-repeat;
    	background-size: cover;
    }
}
@media screen and (min-width: 760px) and (max-width: 1023px){
	.Back-image{
		background-image:url(../images/bg02.png?v=2.1);
		background-position:50% 0;
		background-repeat:no-repeat;
		background-size: cover;
	}
}
@media screen and (min-width: 1024px) and (max-width: 1680px){
	.Back-image{
		background-image:url(../images/bg01.png?v=2.1);
	}
}
@media screen and (min-width: 1921px){
    .Back-image{
    	background-image:url(../images/bg01.png?v=2.2);
 }
}

/*------------------logo----------------*/
.l_logo{
	position: fixed;
	top: 50px;
	left: 3%;
	z-index: 999;
  width: 220px;
  height: 62px;
 background-image: url(../images/oppein.png);
  background-repeat: no-repeat;
  background-position:0%;
  background-size: 100%;
  /* margin-bottom: 30px; */
}
.fade-in-top {
	-webkit-animation: fade-in-top 2s ;
	        animation: fade-in-top 2s ;
}
@-webkit-keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

.slide-in-right {
	-webkit-animation: slide-in-right 1.2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	animation: slide-in-right 1.2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
@-webkit-keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
            transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
            transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}





 @media screen and (max-width: 750px){
	 .l_logo{
		/* display: none; */
		/* background-image: url(../images/oppein.png) !important; */
		 width: 140px !important;
		 height: 40px !important;
		 left: 20px !important;
		 top: 20px !important;
	 }
}
@media screen and (min-width: 760px) and (max-width: 1279px){
	.l_logo{
		/* display: none; */
		width: 180px !important;
		height: 51px !important;
		top: 25px;
		left: 35px !important;
		background-size: cover !important;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1680px){
	.l_logo{
		left: 3%;
	}
}
@media screen and (min-width: 1681px) and (max-width: 1920px){
	.l_logo{
		left: 4%;
	}
}
@media screen and (min-width: 1921px){
    .l_logo{
    	left: 8%;
    }
}



/*------------------logo----------------*/
.w_text{
	position: fixed;
	bottom: 15%;
	left: 10%;
	z-index: 999;
  width: 95px;
  height: 140px;
  background-image: url(../images/w04.png);
  background-repeat: no-repeat;
  background-position:0%;
  background-size: 100%;
  /* margin-bottom: 30px; */
}
 @media screen and (max-width: 750px){
	 .w_text{
		display: none;
		 background-image: url(../images/oppein1.png) !important;
		 width: 180px !important;
		 height: 30px !important;
		 left: 20px !important;
		 top: 20px !important;
	 }
}
@media screen and (min-width: 760px) and (max-width: 1279px){
	.w_text{
		display: none;
		width: 180px !important;
		height: 45px !important;
		background-size: cover !important;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1680px){
	.w_text{
		left: 3%;
	}
}
@media screen and (min-width: 1681px) and (max-width: 1920px){
	.w_text{
		left: 7%;
	}
}
@media screen and (min-width: 1921px){
    .w_text{
    	left: 10%;
    }
}




/*------------------登录位置的设计----------------*/
.Login-location{
	position: fixed;
	border-radius: 15px !important;
	background-color: rgba(255, 255, 255, 0.95) !important;
	box-shadow: none !important;
	/* background-color: rgba(255,255,255,0.9);
	box-shadow: 0px 0px 30px 5px rgba(0,0,0,0.4);
	border-radius: 10px; */
}
.slide-in-bottom {
	-webkit-animation: slide-in-bottom 1.5s ;
	        animation: slide-in-bottom 1.5s ;
}
@-webkit-keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
            transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
            transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}


@media screen and (max-width: 750px){
    .Login-location{
    	bottom: 0;
    	width: 100%;
    	border-radius: 15px 15px 0 0 !important;
		background-color: rgba(255, 255, 255, 1) !important;
    }
	.login-forms{
		height: 450px !important;
	}
	.form-container{
		width: calc(100% - 70px) !important;
		padding: 20px 35px 0 35px !important;
	}
}
@media screen and (min-width: 760px) and (max-width: 1279px){
	.Login-location{
		width: 450px !important;
		border-radius: 12px !important;
		background-color: rgba(255, 255, 255, 0.95) !important;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
	}
}
@media screen and (min-width: 1280px) and (max-width: 1680px){
	.Login-location{
		right: 8%;
		top:50%;
		transform:translateY(-50%);
		width: 450px;
		border-radius: 15px !important;
	}
}
/* @media screen and (min-width: 1681px) and (max-width: 1920px){
	.Login-location{
		right: 8%;
		top:50%;
		transform:translateY(-50%);
		width: 650px;
		height: 100%;
		border-radius: 15px 15px 0 0 !important;
	}
} */
@media screen and (min-width: 1681px){
    .Login-location{
    	right: 8%;
    	top:50%;
    	transform:translateY(-50%);
    	width: 450px;
		border-radius: 15px !important;
    }
}

.TFnew-box{
	display: flex;
	flex-direction: column;
}
.TFnew-boxzy{
	margin-right: 0px;
}
.TFnew-boxzy:last-child{
	margin-right: 0;
}


.Login-outer{
	/* position: relative; */
	display: flex;
	justify-content: space-evenly;
	gap: 60px;
	background-color: rgba(255, 255, 255, 0.9);
	box-shadow: 0px 0px 15px 5px rgba(168,159,154,0.15);
	border-radius: 10px;
}
.Login-tui{
	/* text-align: center; */
	font-size: 14px;
	/* margin-top: 17px; */
	/* color: rgba(0,0,0,1); */
	color: #1f2329;
}
 @media screen and (max-width: 1024px){
	.Login-tui{
		display: none;
	}
 }
.Form-layer{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	/* gap: 23px;
	grid-gap: 23px; */
	flex-direction: column;
	/* margin-top: 5px; */
}
.Input-include{
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 3px;
	grid-gap: 3px;
	margin-bottom: 15px;
}


/*............. input的特效 ........*/
.input-container {
  position: relative;
  height: 40px;
  line-height: 40px;
  border: 1px solid #D0D3D6;
  border-radius: 5px;
  background-color: rgba(255, 255,255, 0);
}
.input-icon {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
}
.user-icon {
  background-image: url("../images/user.png");
}
.password-icon {
  background-image: url("../images/Password.png");
}
.captcha-icon {
  background-image: url("../images/shu01.png");
}
.system-icon {
  background-image: url("../images/domain.png");
}
.animated-input {
  position: relative;
  padding: 10px;
  width: calc(100% - 20px);
  font-size: 16px;
  /* font-weight: bold; */
  border: none;
  background-color: transparent;
  color: #1f2329;
  outline: none;
  z-index: 1;
  text-indent: 50px;
}
.input-line {
  position: absolute;
  bottom: 0.5px;
  left: 0;
  width: 100%;
  height: 1.5px;
  background-color: #3370FF;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s;
}
.animated-input:focus + .input-line,
.animated-input:hover + .input-line {
  transform: scaleX(1);
}
.input-label {
	display: none !important;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  text-indent: 50px;
  color: #1f2329;
  /* font-weight: bold; */
  pointer-events: none;
  transition: transform 0.3s, color 0.3s;
}
.animated-input:focus + .input-line + .input-label,
.animated-input:not(:placeholder-shown) + .input-line + .input-label {
  transform: translateY(-55%);
  color: #1f2329;
  font-size: 14px;
  text-indent: 0px;
  font-weight: normal;
}
/*............. input的特效 ........*/


.Input-Ends{
	width: 100%;
	height: 30px;
	display: flex;
	justify-content: space-between;
	gap: 3px;
	grid-gap: 3px;
	align-items: center;
	margin-bottom: 15px;
}

.error{
  color: #ff343a;
  display: none;
  font-size: 12px;
}
.vibrate-1 {
	/* -webkit-animation: vibrate-1 0.8s linear infinite both;
	animation: vibrate-1 0.8s linear infinite both; */
}
@-webkit-keyframes vibrate-1 {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  20% {
    -webkit-transform: translate(-2px, 2px);
            transform: translate(-2px, 2px);
  }
  40% {
    -webkit-transform: translate(-2px, -2px);
            transform: translate(-2px, -2px);
  }
  60% {
    -webkit-transform: translate(2px, 2px);
            transform: translate(2px, 2px);
  }
  80% {
    -webkit-transform: translate(2px, -2px);
            transform: translate(2px, -2px);
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@keyframes vibrate-1 {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  20% {
    -webkit-transform: translate(-2px, 2px);
            transform: translate(-2px, 2px);
  }
  40% {
    -webkit-transform: translate(-2px, -2px);
            transform: translate(-2px, -2px);
  }
  60% {
    -webkit-transform: translate(2px, 2px);
            transform: translate(2px, 2px);
  }
  80% {
    -webkit-transform: translate(2px, -2px);
            transform: translate(2px, -2px);
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}


.l_system,.l_user,.l_password,.l_captcha{
	padding: 0;
	width: 100%;
	height: 100%;
	border: none;
	/*font-size: 18px;
	 font-weight: bold; 
	height: 45px;
	line-height: 45px;	
	color: #1f2329;color: rgba(0, 0, 0, 0.85); 
	transition: all 0.3s;
	background-color: rgba(255,255,255,0.1);
	border: 1px solid rgba(255,255,255,0.7);
	border-radius: 5px;*/
	text-indent: 50px;
}

.l_system:hover,
.l_system:focus,
.l_user:hover,
.l_user:focus,
.l_password:hover,
.l_password:focus,
.l_captcha:hover,
.l_captcha:focus{
  transition: all 0.3s;
  outline:none;
  /* border:1px solid #1f2329; */
  border: none;
  /* box-shadow: 0 0 0 2px rgba(255, 253, 203, 0.2); */
  outline: 0;
}



.showCaptcha {
    display: none;
	position: relative;
}
.showCaptcha img{
  width: 93px;
  height: 35px;
  vertical-align: -12px;
  position: absolute;
  right: 2px;
  top: 2.2px;
}
@media screen and (max-width: 750px){
	.showCaptcha img{
		top: 0;
	}
}


/* ............登录按钮 .............*/
.l_button{
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  text-align:center;
  /* color: #1f2329; */
  font-size: 16px;
  /* font-weight: bold;
  letter-spacing: 7px; */
  /* cursor: pointer; */
  outline:none;
 /* background: #3370FF; */
 /* background-color: rgba(238, 120, 30, 0.85); */
  /* border: none; */
   /* transition: all 1.2s; */
}
/* .l_button:focus,.l_button:hover{
	opacity: 0.9;
	webkit-box-shadow: 0 0px 11px 0px rgba(215, 58, 48, 0.4);
	-moz-box-shadow: 0 0px 11px 0px rgba(215, 58, 48, 0.4);
	box-shadow: 0 0px 11px 0px rgba(215, 58, 48, 0.4);
	border-radius: 55px;
	transition: all 1s;
} */
.animated-button {
  display: inline-block;
  /* padding: 10px 20px; */
  background-color: #3370FF;
  color: #fff;
  /* font-size: 16px; */
  border: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.animated-button::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.18);
  opacity: 0;
  transition: height 0.3s, opacity 0.3s;
}

.animated-button:hover::before {
  height: 100%;
  opacity: 1;
}

.animated-button::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.5);
  bottom: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s;
}

.animated-button:hover::after {
  transform: scaleX(1);
}




.Invalid{
	text-align: left;    
	width: 100%;    
	display: flex;
	color: #ff8325;
	font-size: 12px;
}

/* ..........记住账号................ */
.check{
  font-size: 14px;
}
 .check a{
  color: #3370FF;
  float: left;
  margin:0 0 0 26px;
  text-decoration: none;
  line-height: 20px;
  transition: all 1s;
}
.check a:hover {
  color: #3370FF;
  text-decoration: underline;
}
.check div{
  color:#1f2329;
  padding: 0 0 0 22px;
  cursor: pointer;
  background-image: url(../images/checkbox.png?v=1.0);
  background-repeat: no-repeat;
  background-position: center left;
  transition: all 1s;
  cursor: pointer;
}
.check div:hover{
	color: #1f2329;
}
.check div.is-check {
  background-image: url(../images/checkbox02.png);
}
.ckbRemenber{
  display: none;
}


/* ................E家安装指南 ...........*/
.New-Ejiabox{
	/* width: 100%;
	margin-top: 25px; */
	/* margin-left: 40px; */
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 6px;
	grid-gap: 6px;
}
.New-Ejiabox i{
	display: flex;
	justify-content: center;
	align-items: center;
}
.New-Ejiabox a{
	color: #3370FF;
	font-size: 14px;
	transition: all 1s;
	text-decoration: none;
}
.New-Ejiabox a:hover{
	color: #3370FF;
	text-decoration: underline;
}
.Oaerweima{
	display: block;
	width: 25px;
	height: 25px;
	cursor: pointer;
	background-color: #1f2329;
	background: url(../images/erweima01.png) !important;
	background-size: 100% !important;
	background-repeat: no-repeat;
	background-position: 50%;
	transition: all 1s ease-in-out;
	position: relative;
}
.Oaerweima:hover .Bigimg{
	overflow: visible;
	/* position: fixed; */
	width: 175px;
	height: 195px;
	opacity: 1;
	transition: all 0.8s ease-in-out;
	background: url(../images/erweima.png) !important;
	background-size: 100%;
	background-repeat: no-repeat !important;
	background-position: 50%;
	position: absolute;
	top: -165px;
	left: 30px;
	transition: all 1s ease-in-out;
}
.Bigimg{
	opacity: 0;
	overflow: hidden;
	transition: all 1s ease-in-out;
}

/* 微信二维码的位置 */
.ErcodeSignBox{
	display: none;
}
.Ercode_tab{
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}
.Ercode_tab img{
	width: 70px;
}

.saoma,.mima{
	position: absolute;
	top: 16px;
	right: 60px;
	height: 29px;
	background-repeat: no-repeat;
	background-size: cover;
	transition: all 1s;
	opacity: 1;
}
.saoma{
	width: 123px;
	background-image:url(../images/sao.png);
}
.mima{
	width: 83px;
	background-image:url(../images/mima.png);
}
/* .swicth-ercode .saoma,.switch-input .mima{
	opacity: 0.7;
	transition: all 1.2s;
}
.swicth-ercode:hover .saoma,.switch-input:hover .mima{
	position: absolute;
	top: 18px;
	right: 60px;
	width: 138px;
	height: 35px;
	background-repeat: no-repeat;
	transition: all 1s;
	opacity: 1;
}
.swicth-ercode:hover .saoma{
	background-image:url(../images/sao.png);
}
.switch-input:hover .mima{
	background-image:url(../images/mima.png);
}
 @media screen and (max-width: 1024px){
	 .swicth-ercode:hover .saoma,.switch-input:hover .mima{
		 display: none;
	 }
 } */



/* 企业微信绑定账号 */
.Binding{
	background-image: url(../images/bg01.png);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
.Binding-mark {
	width: 100%;
	height: 100%;
    background: rgba(0,0,0,0.35);
    -webkit-backdrop-filter: saturate(180%) blur(50px);
    backdrop-filter: saturate(180%) blur(50px);
}
.Binding-show{
	position: fixed;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 90;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	background-color: rgba(255,255,255,1);
	border-radius: 10px;
	padding: 60px;
	width: 400px;
}
 @media screen and (max-width: 750px) {
	.Binding-show{
		width: 60% !important;
		padding: 40px !important;
	}
}
.Binding-tip{
	margin-bottom: 20px;
	color: #666;
	text-align: center;
	font-size: 15px;
	line-height: 25px;
}
.Binding_logo{
  width: 100%;
  height: 35px;
  background-image: url(../images/oppein2.png);
  background-repeat: no-repeat;
  background-position:50%;
  margin-bottom: 15px;
}
.Input-Binding{
	width: 100%;
	display: flex;
	gap: 20px;
	grid-gap:20px
	padding-top: 25px;
}
.Input-Binding input{
	width: 50%;
}
.Bind_button{
	background-color: #1f2329 !important;
	color: #3370FF !important;
	border: 1px solid #3370FF;
}

.other-newbox{
	display: flex;
	/* background-color: rgba(0, 0, 0, 0.22);
	box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.06);
	border-radius: 10px;
	padding: 10px 15px 10px 10px; */
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	align-items: center;
}
.other-newbox .ercodeContent{
	flex-shrink: 0;
}
.other-newbox .othertip{
	display: flex;
	flex-direction: column;
	margin-left: 10px;
}
.other-newbox .divfont{
	flex-shrink: 0;
}
.other-newbox .divfont:first-child{
	margin-bottom: 5px;
}
.other-newbox .divfont span{
	color: #ff8325;
}

.opl-button-container{
	display: flex;
	flex-direction: column;
	/* margin-left: 15px; */
	justify-content: center;
	width: 100%;
}

.opl-button{
	/* background: linear-gradient(135deg, #3370FF 0%, #ff8325 100%); */
	height: 45px;
	line-height: 45px;
	border-radius: 5px;
	background-color: #3370FF;
	border: none;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	/* padding: 12px 24px; */
	cursor: pointer;
	transition: all 0.3s ease;
	/* box-shadow: 0 4px 15px rgba(238, 120, 30, 0.3); */
	/* min-width: 140px; */
	width: 100%;
}

.opl-button:hover{
	background: linear-gradient(135deg, #ff8325 0%, #3370FF 100%);
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(238, 120, 30, 0.4);
}

.opl-button:active{
	transform: translateY(0);
	box-shadow: 0 2px 10px rgba(238, 120, 30, 0.3);
}

.othertip{
	display: flex;
	width: 100%;
	padding-top: 18px;
	/* justify-content: center; */
	color: #1f2329;
}
.othertip font{
	font-size: 15px;
}
.othertip span{
	font-size: 15px;
}
.othertip font span{
	color: #3370FF;
	margin-right: 10px;
	font-weight: bold;
}
.othertext{
	display: flex;
	gap: 15px;
	grid-gap: 15px;
	justify-content: center;
	padding-top: 18px;
}
.othertext span{
	font-size: 14px;
	color: #1f2329;
}


.Password-login{
	display: flex;
	font-size: 22px;
	/* width: 100%; */
	justify-content: center;
	color: #1f2329;
	font-weight: bold;
	margin-bottom: 40px;
}
.Scan-Login{
	display: flex;
	font-size: 22px;
	width: 100%;
	justify-content: center;
	color: #1f2329;
	font-weight: bold;
	margin-bottom: 40px;
}
.QR-code{
	background-color: rgba(255, 255, 255, 1);
	/* box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.08); */
	border: solid 1px #d0d3d6;
	border-radius: 5px;
	/*padding: 10px;
	 margin-top: 25px; */
	width: 184px;
	height: 184px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 40px;
}
.QR-code img{
	width: 130px;
	height: 130px;
}




/* 欧派的故事 */
.op-box{
	position: fixed;
	height: calc(100% - 347px);
	padding: 50px 80px 20px 80px;
	width: calc(100% - 160px);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.op-top{
	display: flex;
	justify-content: space-between;
}
.op-top .op-one img{
	width: 100%;
}
.op-top .op-two img{
	margin-top: 20px;
	width: 100%;
}
.op-conten{
	display: flex;
	justify-content: end;
}
.op-conten .op-three img{
	width: 100%;
}
.op-bottom{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.op-bottom .op-four img{
	width: 100%;
}
.op-bottom .op-five img{
	width: 100%;
	vertical-align: bottom;
}
 @media screen and (max-width: 750px){
   .op-box{
	   display: none;
   }
}
@media screen and (min-width: 760px) and (max-width: 1023px){
	.op-box{
		   display: none;
	}
}
@media screen and (min-width: 1024px) and (max-width: 1680px){
	.op-top .op-one{
		width: 400px;
	}
	.op-top .op-two{
		width: 180px;
	}
	.op-conten .op-three{
		width: 12px;
	}
	.op-bottom .op-four{
		width: 220px;
	}
	.op-bottom .op-five{
		width: 330px;
	}
}
@media screen and (min-width: 1681px) and (max-width: 1900px){
	.op-top .op-one{
		width: 450px;
	}
	.op-top .op-two{
		width: 200px;
	}
	.op-conten .op-three{
		width: 16px;
	}
	.op-bottom .op-four{
		width: 260px;
	}
	.op-bottom .op-five{
		width: 390px;
	}
}
@media screen and (min-width: 1901px){
	 .op-top .op-one{
	 	width: 530px;
	 }
	 .op-top .op-two{
	 	width: 220px;
	 }
	 .op-conten .op-three{
	 	width: 16px;
	 }
	 .op-bottom .op-four{
	 	width: 280px;
	 }
	 .op-bottom .op-five{
	 	width: 420px;
	 }
 }
 
 
 
/* .................... 2026年优化 .................... */
/* .login-container {
	width: 450px;
	height: 540px;
	background-color: rgba(255, 255, 255, 0.9);
	border-radius: 8px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	position: fixed;
	transition: all 0.4s ease;
} */

.login-header {
	/* background-color: #f8f9fa; */
	padding: 20px;
	text-align: center;
	/* border-bottom: 1px solid #e9ecef; */
	position: relative;
}

.toggle-btn {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 72px;
	height: 72px;
	/* background-color: #3370FF;
	border: 1px solid #ddd; */
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	transition: all 0.3s ease;
	z-index: 10;
	opacity: 0.8;
}

.toggle-btn:hover {
	/* background-color: #f5f5f5;
	border-color: #ccc; */
	opacity: 1;
}

.toggle-btn i {
	/* color: #666;
	font-size: 18px; */
	transition: color 0.3s ease;
}

.toggle-text {
	position: absolute;
	top: 5px;
	right: 77px;
	background-color: #3370FF;
	color: white;
	padding: 12px 14px;
	border-radius: 6px;
	font-size: 14px;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	white-space: nowrap;
	transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
	/* transform: translateY(-10px) scale(0.95);
	transform-origin: top right; */
	transform: translateX(10px) scale(0.95); /* 改为水平方向移动 */
	transform-origin: left center; /* 调整变换原点 */
	box-shadow: 0 1px 12px rgba(51,112,255,0.3);
	z-index: 20;
}

.toggle-text:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 100%; /* 移动到右侧 */
	transform: translateY(-50%);
	border-width: 8px;
	border-style: solid;
	border-color: transparent transparent transparent #3370FF; /* 左侧边框有颜色，指向右侧 */
}

.toggle-btn:hover .toggle-text {
	opacity: 1;
	visibility: visible;
	transform: translateY(0) scale(1);
	transition-delay: 0.1s;
}

.login-forms {
	position: relative;
	height: 500px;
	overflow: hidden;
}

.form-container {
	position: absolute;
	width: calc(100% - 140px);
	padding: 30px 70px;
	transition: all 0.4s ease;
	opacity: 1;
}

.opl-login-form {
	transform: translateX(0);
}

.account-login-form {
	transform: translateX(100%);
}

.fa-user-circle{
	width: 72px;
	height: 72px;
	background-image: url(../images/Log-in.png);
	background-size: cover;
	outline: none;
	user-select: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-webkit-tap-highlight-color: transparent;
	outline: none;
}
.fa-building{
	width: 72px;
	height: 72px;
	background-image: url(../images/oplink02.png);
	background-size: cover;
	user-select: none;
	-webkit-user-select: none;
	-webkit-tap-highlight-color: transparent;
	outline: none;
}
.fa-user-circle:active,.fa-building:active {
	background-color: transparent;
	opacity: 1;
}

/* 切换状态 - 保持01版本的切换方式 */
.login-container.account-mode .opl-login-form {
	transform: translateX(-100%);
}

.login-container.account-mode .account-login-form {
	transform: translateX(0);
}