﻿@charset "utf-8";
html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6 {
	-webkit-text-size-adjust: none;
}
* {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	color: #535353;
	font-family: "arial", "微软雅黑";
}
html {
	overflow-x: hidden;
	width: 100%;
	height: 100%;
}
body {
	color: #535353;
	font-size: 12px;
	font-family: "arial", "微软雅黑";
	background: #f0f1f1;
}
input, textarea {
	outline: none;
}
a, body {
	font-family: "微软雅黑"/9;
}
img {
	border: 0;
}
.fl {
	float: left;
}
.fl img {
	width: 66px;
	height: 66px;
}
.fr {
	float: right;
}
.clear {
	clear: both;
}
.pd20 {
	padding: 30px 50px;
}
.pd50 {
	padding: 50px;
}
#loginframe {
	width: 440px;
	background: #fff;
	margin: 80px auto;
	z-index: 99;
	display: block;
}
.loginpd {
	border-bottom: 1px solid #ecf2f5;
}
.loginh {
	height: 65px;
	margin-top: 10px;
}
.loginh .fl {
	font-size: 30px;
	line-height: 65px;
	color: #292929;
}
.loginh .fr {
	font-size: 18px;
	line-height: 70px;
	color: #707070;
	margin-right: 20px;
}
.loginh .fr a {
	font-size: 18px;
	line-height: 50px;
	color: #FF4200;
	margin-left: 5px;
}
.loginwrap h3 {
	font-size: 14px;
	font-weight: 500;
	height: 20px;
	margin-top: 15px;
	color: #292929
}
.loginwrap h3 span {
	font-size: 14px;
	font-weight: 500;
	height: 26px;
	color: #292929;
	display: block;
	float: left;
	line-height: 26px;
	margin-top: 5px;
	margin-bottom: 0px;
}
.loginbtn {
	line-height: 70px;
	color: #6B6A6A;
}
.logininput input {
	display: block;
	height: 14px;
	line-height: 14px;
	width: 100%;
	border: #DAE2E5 1px solid;
	text-indent: 10px;
	overflow: hidden;
	color: #979696;
	padding-top: 13px;
	padding-bottom: 13px;
}
.logininput .loginusername {
	margin-top: 15px;
	margin-bottom: 10px;
}
.logininput .orcinput {
	margin-top: 10px;
	width: 50%;
	display: inline-block;
	float: left;
}
.ocrpic {
	float: left;
	display: inline-block;
	margin-top: 15px;
	margin-left: 8px;
	clear: right;
	vertical-align: middle;
	cursor: pointer;
}
.loginsubmit button, .loginx {
	width: 130px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	background: #70CA10;
	display: block;
	text-align: center;
	font-size: 20px;
	border: none;
	font-family: '微软雅黑';
	cursor: pointer;
}
.loginsubmit {
	width: 130px;
	height: 40px;
	margin: 15px -40px 0 0;
	position: relative;
}
.loginsubmiting {
	height: 40px;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	width: 130px;
	opacity: 0.8;
	filter: alpha(opacity=80);
	display: none;
}
.loginsubmiting_inner {
	height: 40px;
	background: url('loading.gif') no-repeat 50% 50%;
	width: 130px;
	position: absolute;
	top: 0;
	left: 0;
}
.logininput input {
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.logininput input:focus {
	border-color: #ff9600;
}
.loginwrap {
	width:  calc(100% - 100px);
}
.loginwrap .login_warning {
	display: block;
	height: 20px;
	line-height: 20px;
	background: #ff7200;
	color: #fff;
	padding: 0 4px;
	float: left;
	text-align: center;
	font-size: 12px;
	margin-left: 14px;
	margin-top: 5px;
	display: none;
}
.loginwrap .login_warning.show {
	display: inline-block;
}
::-webkit-scrollbar-button {
 display: none;
}
::-webkit-scrollbar-thumb {
 background: #808080;
 border-radius:100px;
 -webkit-border-radius:100px;
}
.logininfo .pd50 {
	font-size: 14px;
	padding-top: 30px;
	padding-bottom: 10px;
	margin-left: 5px;
}
.logininfo h4 {
	color: #6B6A6A;
	font-weight: 500;
	margin-bottom: 20px;
}
.logininfo a {
	line-height: 20px;
}
.logininfo a:hover {
	color: #FF4200;
}
#shadown1 {
	top: 0;
	left: 0;
	position: absolute;
	z-index: 1000000000;
	width: 100%;
	height: 100%;
	padding-top: 120px;
	line-height: 34px;
	background-color: #949494;
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	color: #FFF;
}
#shadown1 .desc {
	font-size: 16px;
	text-align: left;
	padding: 20px;
	line-height: 20px;
}
.loginwrap h3 .pt.selx {
	background-color: #BBB;
	color: #fff;
	padding: 0 5px;
}
.loginwrap h3 .pt {
	height: 26px;
	line-height: 26px;
	display: inline-block;
	margin: 0;
	position: relative;
}
.loginwrap h3 .pt input {
	position: relative;
	top: 2px;
}
#body.mini #loginframe {
	width: 440px;
}
#body.mini #loginleft {
	display: none;
}
#body.mini #loginright {
	padding: 0;
	width: 100%;
}
#body.mini #loginframe {
	margin: 0 auto;
}
#body.mini .loginwrap {
	margin: 0 auto;
}
#body.mini .loginh {
	display: none;
}
#body.mini .orcinput {
	width: 30%;
}
#body.mini {
	background-color: #fff;
}

.login-toCode {
    float: right;
    margin-right: 60px;
    margin-top: -20px;
    cursor: pointer;
}
@media screen and (min-width: 200px) and (max-width: 240px) {
    .loginh .fr {
        font-size: 14px;
    }
}

@media screen and (min-width: 200px) and (max-width: 480px) {
    #loginframe {
        width: 100%;
        margin: 10px auto;
    }

    .loginh .fr {
        line-height: auto;
        margin-right: 5px;
    }

    .pd20 {
        padding: 10px 20px;
    }

}
#loginleft {
	display: none;
}

@media screen and (min-width: 1097px) and (max-width: 9999px){
    #loginframe {
        width: 1096px;
        height: 502px;
    }

    #loginleft {
        background-image: url(../img/login_body_bg_school.jpg);
        width: 691px;
        height: 502px;
        float: left;
        display: inline-block;
    }

    #loginright {
        float: right;
        height: 520px;
        display: inline-block;
        width: 36.9%;
        padding: 0;
    }

    .loginwrap {
        margin: 16% auto;
        width: 80%;
        height: 68%;
    }
    .login-toCode {
        float: right;
        margin-right: 10px;
        margin-top: 10px;
        cursor: pointer;
    }
}


.login-qrCode {
    cursor: pointer;
    margin-top: 10px;
    margin-left: 45px;
}

.login-qrMsg {
    text-align: center;
    margin-top: 20px;
}

/* gds 2020-8-31 改成教务系统一样*/
#loginleft {
    display: none;
}
#loginframe{
    width: 440px;
}
#loginright{
    width: 100% !important;
}
.logininput input {

}