@charset "utf-8";

body{
	width: 100%; height: 100%; min-height: 478px; overflow: hidden;
}
.logo{
	position: absolute; top: 20px; left: 0; width: 100%;
}
.logo .logo_img{
	margin-left: 20px;
}

.schoolLogo{
	position: absolute;
    bottom: 50px;
    width: auto;
    height: 75px;
}
.school_logo_div{
	width: 100%;
	height: 100%;
	text-align: center;
}
/* .schoolLogo span{
	color: #fff;
    font-size: 25px;
} */
.project_name{ 
	position: absolute; top: 35px; left: 0; width: 100%; text-align: center; min-width: 850px; 
}
.login_all_bg{
	height: 100%; 
	width: 394px; 
	position: absolute; 
	top:0; 
	right: 12%; 
	min-height: 395px; 
}
.login_all_bg .login_bg{
	width: 384px; 
	height: 226px; 
	position: absolute; 
	bottom: 35%; 
	left: 0; 
	border: 1px #5DAAD6 solid;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px; 
	border-radius: 10px;
	-webkit-box-shadow:0 0 10px rgba(165, 165, 165, .5); 
	-moz-box-shadow:0 0 10px rgba(165, 165, 165, .5);  
    box-shadow:0 0 10px rgba(165, 165, 165, .5);  
} 
.login_all_bg .login_bg .title{
	background-color: #4483AC; 
	color: #FFFFFF; text-align: 
	center; height: 50px; 
	line-height: 50px;
	font-family: SimHei; 
	font-size: 1.7em; 
	width: 100%;
	-webkit-border-radius: 10px 10px 0 0; 
	-moz-border-radius: 10px 10px 0 0; 
	border-radius: 10px 10px 0 0;
}

/* .login_all_bg {
    height: 100%; 
	width: 394px;
    position: fixed;
    left: auto;
    right: 1.9rem;
    top: 33vh;
    margin: auto;
    text-align: center;
}
.login_all_bg .login_bg {
	width: 100%;
    height: 0.5rem;
    color: #fff;
    line-height: 0.5rem;
    background: #DD4F45;
    border-radius: 0.08rem 0.08rem 0 0;
    box-shadow: 3px 2px 5px 2px rgba(51,51,51,0.35);
    position: relative;
}
.login_all_bg .login_bg .title{
	background-color: #4483AC; 
	color: #FFFFFF; text-align: center; 
	height: 50px; 
	line-height: 50px;
	font-family: SimHei; 黑体 
	font-size: 1.7em; 
	width: 100%;
	-webkit-border-radius: 10px 10px 0 0; 
	-moz-border-radius: 10px 10px 0 0; 
	border-radius: 10px 10px 0 0;
}
 */.login_all_bg .login_bg .content{
	background-color: rgba(158, 208, 235, 0.8); width: 100%; height: 175px; 
	-webkit-border-radius: 0 0 10px 10px; -moz-border-radius: 0 0 10px 10px; border-radius: 0 0 10px 10px;
	position: relative;  margin-top: -12px;
}
.login_all_bg .login_bg .content .input_div{
	height: 85px; width: 282px; margin-top: 30px; float: left; text-align: center;
}
.login_all_bg .login_bg .content .input_div input{
	background-color: rgba(86, 134, 170, 0.5); 
	width: 210px; 
	height: 35px; 
	line-height: 35px; 
	border: 0;
	color: #fff;
	margin-left: 35px; 
	/* -webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	border-radius: 5px; */
}
@media \0screen\,screen\9 {/* 只支持IE6、7、8 */
  .login_all_bg .login_bg .content .input_div input{
  	color: #000;
  }
}
.login_all_bg .login_bg .content .input_div input::-moz-placeholder {color: #eee; }
.login_all_bg .login_bg .content .input_div input::-webkit-input-placeholder {color: #eee; }
.login_all_bg .login_bg .content .input_div input:-ms-input-placeholder {color: #eee; }

/* .login_all_bg .login_bg .content .input_div input.account{
	background: url("images/icon_account.png") 8px 5px no-repeat rgba(86, 134, 170, 0.8);
}
.login_all_bg .login_bg .content .input_div input.password{
	background: url("images/icon_psw.png") 8px 9px no-repeat rgba(86, 134, 170, 0.8);
	margin-top: 13px;
} */

.username_input,.password_input{
	border-radius: 10px;
	width: 90%;
	margin: 0 auto 10px;
	position: relative;
}

.username_input{
	background: url("images/icon_account.png") 8px 5px no-repeat #5987A9;
}

.password_input{
	background: url("images/icon_psw.png") 8px 9px no-repeat #5987A9;
}

.login_all_bg .login_bg .content .btn_div{
	height: 85px; width: 85px; margin-top: 30px; float: left; position: relative;
}
.login_all_bg .login_bg .content .btn_div button{
	width: 82px; height: 82px; 
	border: 1px #E5F2F8 solid; margin: auto;
	background: url("images/icon_btn.png") center 8px no-repeat #ED8933;
	-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
	color: #FFFFFF; text-align: center; padding-top: 48px; font-family: SimHei;
	font-size: 1.5em; letter-spacing: 2px;
	position: relative;z-index: 11;
	cursor: pointer;
}
.login_all_bg .login_bg .content .btn_div button:HOVER{
	background-color: #E97A2B; 
}
.login_all_bg .login_bg .content .btn_div:HOVER::before,   
.login_all_bg .login_bg .content .btn_div:HOVER::after{
	width: 85px; height: 85px; 
	position: absolute; 
	left: 0; top: 0px; right: 0; bottom: 0px;  
	content:""; 
	border: 2px #FFFF00 solid; 
	margin: -1%; 
	z-index: 10; 
	border-radius: 10px;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	animation: clipMe 3s infinite; 
	box-shadow: outset 0 0 0 2px;
	-moz-animation: clipMe 3s infinite; /* Firefox */
	-webkit-animation: clipMe 3s infinite; /* Safari and Chrome */
	-o-animation: clipMe 3s infinite; /* Opera */
}
.login_all_bg .login_bg .content .btn_div:HOVER::before{
	animation-delay: -1.5s;
}
@keyframes clipMe {
  0%, 100% {
    clip: rect(0px, 84.0px, 2px, 0px);
  }
 25% {
    clip: rect(0px, 2px, 84.0px, 0px);
  }
  50% {    
    clip: rect(82.0px, 84.0px, 84.0px, 0px);
  }
  75% {
    clip: rect(0px, 84.0px, 84.0px, 82.0px);
  }  
}
@keyframes mymove{
	from {left: 0px;}
	to {left:82px;}
}
@-moz-keyframes mymove{ /* Firefox */
	from {left: 0px;}
	to {left: 82px;}
}
@-webkit-keyframes mymove{ /* Safari and Chrome */
	from {left: 0px;}
	to {left: 82px;}
}
@-o-keyframes mymove{ /* Opera */
	from {left: 0px;}
	to {left: 82px;}
}
*,
        *::before,
        *::after {
          box-sizing: border-box;
        }
.login_all_bg .login_bg .content .error{
	width: 85%;
	margin: auto;
	color: red;
	clear: both;
	text-align: left;
	line-height: 30px;
}
.login_all_bg .login_bg .content .memo{
	width: 100%; color: #FFFFFF; clear: both; text-align: center; line-height: 20px;
	position: absolute; 
	left: 0;
	bottom: 0;
}
.third_logo{
	position: absolute; bottom: 35px; left: 0; height: 50px; line-height: 50px; width: 100%; 
	color: white; text-align: center;
}
.copy_right{
	text-align: center; position: absolute; bottom: 0; left: 0; height: 35px; line-height: 35px;
	color: white; width: 100%; background-color: rgba(28, 118, 170, 0.5); overflow: hidden;
}
.copy_right span{
	margin: 1%;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus {
	box-shadow: 0 0 0 60px #5987A9 inset;
}
/* 人脸识别&机器人 */ #scanFace {
    opacity: 0;
    width: 360px;
    height: 360px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
}
#scanFace.active {
    opacity: 1;
    z-index: 10;
}

/* .login_all_bg {
    width: 3.76rem;
    height: 2.84rem;
    position: fixed;
    left: auto;
    right: 1.9rem;
    top: 33vh;
    margin: auto;
    text-align: center;
}
.login_all_bg .login_bg {
	width: 100%;
    height: 0.5rem;
    color: #fff;
    font-size: 0.2rem;
    line-height: 0.5rem;
    background: #DD4F45;
    border-radius: 0.08rem 0.08rem 0 0;
    box-shadow: 3px 2px 5px 2px rgba(51,51,51,0.35);
    position: relative;
} */
.login_all_bg .login_bg .title span {
	width: 50%;
	height: 0.3rem;
	font-size: 0.2rem;
	line-height: 0.3rem;
	display: inline-block;
	color: rgba(255,255,255,0.5);
	transition: 0.2s all;
}
.login_all_bg .login_bg .title .icon-face{
    opacity: 0.5;
    width: 0.23rem;
    height: 0.23rem;
    cursor: pointer;
    display: inline-block;
    background: url(images/login/icon-face.png) center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: auto;
    right: 0.1rem;
    bottom: 0;
    margin: auto;
    transition: 0.2s all;
    
    /* 新 添加  内容 */
    margin-top: 5;
}
#rightAside {
    width: 0.44rem;
    height: 0.89rem;
    position: fixed;
    top: calc(33vh + 1rem);
    right: 0.12rem;
}
#rightAside ul {
	width: 100%;
	height: 100%;
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
}
#rightAside li {
	width: 0.44rem;
	height: 0.44rem;
	cursor: pointer;
	background: #fff;
	display: inline-block;
	position: absolute;
	right: 0;
	transition: 0.2s all;
}
#rightAside li:nth-child(1) {
	top: 0;
	background: #fff url("images/login/icon-QRcode1.png") center no-repeat;
	background-size: 0.25rem 0.25rem;
}
#rightAside li.active:nth-child(1) {
	background: #1f8dbb url("images/login/icon-QRcode2.png") center no-repeat;
	background-size: 0.25rem 0.25rem;
}
#rightAside li:nth-child(2) {
	bottom: 0;
	background: #fff url("images/login/icon-robot.png") center no-repeat;
	background-size: 0.32rem 0.28rem;
}
#rightAside li:nth-child(2) span {
	opacity: 0;
	color: #fff;
	width: 100%;
	height: 100%;
	display: block;
	font-size: 0.12rem;
	text-align: center;
	background: #1f8dbb;
	line-height: 0.16rem;
	padding: 0.06rem 0;
	position: relative;
	z-index: -1;
}
#rightAside li.active:nth-child(2) span  {
	opacity: 1;
	z-index: 10;
}
/* loginBox loginConBox*/

#loginBox .loginConBox {
	opacity: 0;
	width: 100%;
	height: 2.04rem;
	position: absolute;
	top: 0.5rem;
	left: 0;
	z-index: -9;
	transition: 0.2s all;
}
#loginBox .loginConBox.active {
	opacity: 1;
	z-index: 10;
}
/* loginBox loginCon face */ 
#loginFace.active{
	opacity: 1;
    z-index: 10;
}
#loginFace{
	opacity: 0;
    height: 4.1rem;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}   
#loginFace > div  {
	width: 1.41rem;
	height: 1.34rem;
	background: url("images/login/facebg.png")  center  no-repeat;
	background-size: 100% 100%;
	margin: 0.12rem auto 0 auto;
	position: relative;
}
#loginFace > div:before {
	content: " ";
	width: 3rem;
	height: 0.11rem;
	display: inline-block;
	background: url("images/login/Shine.png")  center  no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 0;
	left: calc(50% - 1.5rem);
	animation: scanning 5s infinite;
}
@keyframes scanning
{
from { top: 0rem; }
to {top: 1.23rem;}
}
#loginFace > p {
	color: #34e3ff;
	font-size: 0.14rem;
	line-height: 0.3rem;
	padding: 0.05rem 0;
	text-align: center;
}
#loginFace button {
	color: #fff;
	width: 2.95rem;
	height: 0.4rem;
	cursor: pointer;
	font-weight: 400;
	font-size: 0.16rem;
	line-height: 0.38rem;
	background: #1dbed8;
	border-radius: 0.05rem;
	border: 2px solid transparent;
	border-bottom: 2px solid #007588;
	transition: 0.2s all;
}
#loginFace button:hover {
	background: #09a4bd;
	border-bottom: 2px solid #007588;
}
/* 扫描遮罩框 */
#scanMask {
	opacity: 0;
	width: 100%;
	height: 100%;
	background: rgba(3,14,36,0.9);
	position: fixed;
	top: 0;
	left: 0;
	z-index: -99;
	transition: 0.2s all;
}
#scanMask.active {
	opacity: 1;
	z-index: 10000;
}
#scanMask .closeBtn {
	width: 0.45rem;
	height: 0.45rem;
	cursor: pointer;
	position: absolute;
	top: 0.2rem;
	right: 0.22rem;
}
#scanMask .closeBtn:before, 
#scanMask .closeBtn:after {
	content: "";
	width: 100%;
	height: 0.02rem;
	display: inline-block;
	background: #1dbed8;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	transition: 0.2s all;
}
#scanMask .closeBtn:hover:before,
#scanMask .closeBtn:hover:after {
	background: #fff;
}
#scanMask .closeBtn:before {
	transform: rotate(45deg);
}
#scanMask .closeBtn:after {
	transform: rotate(-45deg);
}
#scanMask canvas {
	width: 310px;
	height: 294px;
	background: url("images/login/facebg.png") no-repeat;
	background-size: 100% 100%;
	margin-bottom: 36px;
}
#scanMask div p {
	color: #34e3ff;
	font-size: 14px;
}
/* 机器人对话 */
/* #dialogueMask {
	opacity: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.35);
	position: fixed;
	top: 0;
	left: 0;
	z-index: -99;
	transition: 0.2s all;
}
#dialogueMask.active {
	opacity: 1;
	z-index: 10000;
}
#dialogueMask > section {
	width: 4.8rem;
	height: calc(100% - 1.2rem);
	border: 0.04rem solid #1dbad3;
	border-radius: 0.08rem;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background: #fff;
	padding: 0.1rem 0.15rem;
}
#dialogueMask > section > header {
	color: #1dbad3; 
	width: 100%;
	height: 0.36rem;
	font-size: 0.16rem;
	line-height: 0.34rem;
	font-weight: 600;
	border-bottom: 0.02rem solid #1dbad3;
	position: relative;
}
#dialogueMask > section > header .closeBtn {
	width: 0.3rem;
	height: 0.3rem;
	cursor: pointer;
	border-radius: 50%;
	display: inline-block;
	position: absolute;
	right: 0;
	bottom: 0.05rem;
	transition: 0.2s all;
}
#dialogueMask > section > header .closeBtn:hover {
	background: #1dbad3;
	transform: rotate(90deg);
}
#dialogueMask > section > header .closeBtn:before, 
#dialogueMask > section > header .closeBtn:after {
	content: "";
	width: 0.22rem;
	height: 2px;
	displya: inline-block;
	background: #1dbad3;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	transition: 0.2s all;
}
#dialogueMask > section > header .closeBtn:hover:before,
#dialogueMask > section > header .closeBtn:hover:after  {
	background: #fff;
}
#dialogueMask > section > header .closeBtn:before {
	transform: rotate(45deg);
}
#dialogueMask > section > header .closeBtn:after {
	transform: rotate(-45deg);
}
#dialogueMask > section > div {
	width: 100%;
	height: calc(100% - 1.72rem);
	margin-top: 0.12rem;
	overflow:auto;
}
#dialogueMask > section > div dl {
	width: 100%;
	font-size: 0;
	position: relative;
	padding: 0.3rem 0.1rem 0 0.1rem;
}
#dialogueMask > section > div dl + dl {
	margin-top: 0.12rem;
}
#dialogueMask > section > div dl:before {
	color: #fefefe;
	content: attr(data-time);
	background: #efefef;
	width: 0.8rem;
	height: 0.24rem;
	font-size: 0.14rem;
	line-height: 0.24rem;
	border-radius: 0.08rem;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: auto;
	margin: auto;
	text-align: center;
}
#dialogueMask > section > div dl.robotDialogue > * {
	float: left;
	margin: 0px;
}
#dialogueMask > section > div dl.myDialogue > * {
	float: right;
}
#dialogueMask > section > div dl dt {
	width: 0.4rem;
	height: 0.4rem;
	display: inline-block;
	border-radius: 0.05rem;
	position: relative;
	overflow: hidden;
}
#dialogueMask > section > div dl.robotDialogue dt {
	margin-right: 0.16rem;
	background: #1dbad3 url("images/login/bitRobot.png") center no-repeat;
	background-size: auto 0.32rem;
}
#dialogueMask > section > div dl.myDialogue dt {
	margin-left: 0.16rem;
	background: #1dbad3 url("images/login/myface.png") center no-repeat;
	background-size: auto 0.32rem;
	
}
#dialogueMask > section > div dl.robotDialogue dt img,
#dialogueMask > section > div dl.myDialogue dt img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
#dialogueMask > section > div dl dd {
	min-height: 0.4rem;
	max-width: calc(100% - 1.12rem);
	font-size: 0.12rem;
	display: inline-block;
	border-radius: 0.05rem;
	padding: 0.1rem 0.12rem;
	position: relative;
}
#dialogueMask > section > div dl dd:before {
	content: "";
	width: 0;
	height: 0;
	line-height: 0;
	font-size: 0;
	display: inline-block;
	border-top: 0.08rem solid transparent;
	border-bottom: 0.08rem solid transparent;
	position: absolute;
	top: 0.12rem;
}
#dialogueMask dl.robotDialogue dd {
	color: #fff;
	background: #1dbad3;
}
#dialogueMask dl.myDialogue dd {
	color: #666;
	border: 1px solid #1dbad3;
	background: #fff;
}
#dialogueMask dl.robotDialogue dd:before {
	border-right: 0.1rem solid #1dbad3;
	left: -0.1rem;
}
#dialogueMask dl.myDialogue dd:before {
	border-left: 0.1rem solid #1dbad3;
	right: -0.1rem;
}
#dialogueMask > section > aside {
	height: 0.9rem;
    width: 100%;
    margin-top: 0.12rem;
    border-top: 0.02rem solid #1dbad3;
    text-align: right;
}
#dialogueMask > section > aside textarea {
	width: 100%;
	height: 0.68rem;
	padding: 0.05rem;
	bordere: 1px solid #999;
	border-radius: 0.03rem;
	text-aling: left;
	margin-top: 0.1rem;
	margin-bottom: 0.08rem;
	resize: none;
}
#dialogueMask > section > aside textarea:focus {
	border: 1px solid #1dbad3;
}

#dialogueMask > section form span {
    height: 0.24rem;
    font-size: 0.12rem;
    line-height: 0.24rem;
    border-radius: 0.12rem;
    display: inline-block;
    padding: 0 0.12rem;
    text-align: center;
    min-width: 0.5rem;
    cursor: pointer;
    margin-left: 0.12rem;
    
    color: #1dbad3;
    box-shadow: 0 0 0 1px #1dbad3 inset;
    transition: 0.2s all;
}
#dialogueMask > section form span:hover {
	color: #fff;
	background: #1dbad3;
}
#dialogueMask > section form span.btnTranslation, #dialogueMask > section form span.btnTest{
	float: left;
} */
#rightAside .QRCodeBox {
	width: 1.05rem;
	height: 1.38rem;
	background: #fff;
	display: inline-block;
	padding-top: 1.05rem;
	border-radius: 0.05rem;
	position: absolute;
	bottom: -0.06rem;
	right: 0.58rem;
	margin: 0px;
}
#rightAside .QRCodeBox img {
	width: 0.95rem;
	height: 0.95rem;
	display: inline-block;
	position: absolute;
	top: 0.05rem;
	left: 0.05rem;
}
#rightAside .QRCodeBox:before {
	content: " ";
	width: 1.05rem;
	height: 1.05rem;
	border-radius: 0.05rem;
	background: url("images/login/QRcode.jpg") no-repeat;
	background-size: 100% 100%;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
}
#rightAside .QRCodeBox figcaption {
	cursor: default;
	color: #333;
	width: 100%;
	display: block;
	font-size: 0.12rem;
	line-height: 0.16rem;
	text-align: center;
}
#rightAside .QRCodeBox:after {
	content: "";
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	display: inline-block;
	border-top: 0.09rem solid transparent;
	border-bottom: 0.09rem solid transparent;
	border-left: 0.1rem solid #fff;
	position: absolute;
	right: -0.1rem;
	top: 0;
	bottom: 0;
	margin: auto;
}
#rightAside .robotBox {
	z-index: -99;
	width: 0.56rem;
	height: 0.72rem;
	cursor: pointer;
	background: url("images/login/bitRobot.png") no-repeat;
	background-size: 100% 100%;
	position: absolute;
	bottom: -0.06rem;
	right: 0.58rem;
	margin: 0px;
}
#rightAside figure {
	opacity: 0;
	z-index: -1;
	transition: 0.2s all;
}
#rightAside figure.active {
	opacity: 1;
	z-index: 9;
}
#loginBox[state="state1"]:after {
	content: attr(data-info);
	width: 100%;
	height: 30px;
	display: inline-block;
	line-height: 30px;
	color: #000;
	font-size: 12px;
	text-align: center; 
	position: absolute;
	left: 0; 
	bottom: 15px;
}
