*{
	margin: 0px;
	padding: 0px;
}
img{
	vertical-align: middle;
	border: none;
}
ul,li{
list-style: none;	
}
body {
	background: #f1f1f1;
	position: relative;
}
input{
   	outline: none;
}
#page {
	width: 100%;
}

#page>.content {
	width: 100%;
}
#main {
	width: 100%;
	height: auto;
	position: relative;
	top: 0px;
	left: 0px;
	background: #1398C2;
	background: -webkit-linear-gradient(bottom right, #409eff, #409eff);
	background: -o-linear-gradient(bottom right, #409eff, #409eff);
	background: -moz-linear-gradient(bottom right, #33dac5, #409eff);
	background: linear-gradient(to bottom right, #33dac5, #0072C1);
}

#main>.content {
	width: 100%;
	height: 100%;
	position:reletive;
}


.middleBox{
	width: 100%;
	height: 444px;
	padding: 130px 0;
	box-sizing: border-box;
	background: #e2e2e2;
} 


*+html .middleBox{
	height:140px;
}
 
.loginBox{
	width: 800px;
	min-height: 394px;
	position: relative;
	top: 50%;
	left: 50%;
	margin-left: -400px;
	margin-top: -197px;
	padding: 26px 0;
	box-sizing: border-box;
} 


*+html .loginBox{
	top:70px;
}

.box{
	width: 100%;
	height: 340px;
	background: white;
	border-radius: 10px;
	box-shadow: 0 0 5px rgb(190, 190, 190);
}

.clearfix::after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix{
	z-index:1;
}
 
#main .loginForm {
	
}

#main .loginForm .left {
	width: 360px;
	height: 257px;
	margin: 20px;
	box-sizing: border-box;
	float: right;
}

#main .loginForm .left .loginForm_title {
	width: 100%;
	font-size: 16px;
	color: white;
}

#main .loginForm .left .loginForm_title>.bg {
	width: 434px;
	height: 82px;
	background-image: url('../image/seven.png');
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	left: -27px;
}

#main .loginForm .left .loginForm_title>.content {
	width: 100%;
	position: relative;
}

#main .loginForm .left .loginForm_title>.content .loginlitter {
	position: absolute;
	top: 0px;
	right: 0px;
}

#main .loginForm .left .loginForm_title>.content .text {
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	
	font-weight: bold;
	color: black;
	margin: 0px;
	border-bottom: 2px solid rgb(139, 139, 139);
}

#main .formItem {
	
	width: 80%;
	margin: auto;
}

#main .formItem .label {
	width: 25%;
	float: left;
	text-align: right;
	overflow: hidden;
	margin: 0px;
	height: 40px;
	line-height: 40px;
	color: #606266;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-right: 1%;
}

#main .formItem .value {
	
	outline: none;
	width: 100%;
	height: 30px;
	border: none;
    	border-bottom-color: currentcolor;
    	border-bottom-style: none;
    	border-bottom-width: medium;
	border-bottom: 2px solid #a02a30;
	margin-top: 15px;
	background: none;
	color: #a02a30;
}


#main .formItem .sendRandomCodeBtn {
	position: absolute;
	width: 80px;
	height: 100%;
	top:0px;
	right:0px;
	background: #0f94d5;
	
	text-align: center;
	line-height: 40px;
	color:#fff;
	cursor: pointer;
}

#main .formItem .captchaBox {
	position: absolute;
	width: 100px;
	top: 234px;
    right: 56px;
	background: #0f94d5;
	
	text-align: center;
	line-height: 37px;
	color:#fff;
	cursor: pointer;
}

#main .formItemsub{
	border: none;
}
#main .formItem .submitBtn {
	outline: none;
	width: 100%;
	height: 40px;
	border: none;
	background: #a02a30;
	color: white;
	margin-top: 20px;
	cursor: pointer;
}
#main .formItem .submitBtn:hover{
	background-color: #a02a30;
}

#main .moreFunctionBox {
	height: 40px;
	text-align: left;
	line-height: 40px;
	font-size: 14px;
	width: 80%;
    	margin: auto;
}

#main .moreFunctionBox .rememberMe_label {
	cursor: pointer;
}

.otherLoginBox{
	margin-left: 24px;
	font-size: 14px;
}
.otherLoginBox a{
	color:#0072c1;
}
.otherLoginBox a:hover{
	text-decoration:underline;
}
#savePassword{
	vertical-align: middle;
}

#main .moreFunctionBox .savepwdbtn {
	cursor: pointer;
}

#main .moreFunctionBox a {
	color: #a02a30;
	text-decoration: none;
}

#main .loginForm> form >.right {
	width: 360px;
	height: 257px;
	margin: 20px;
	box-sizing: border-box;
	float: left;
}

#main .loginForm>form >.right>.content {
	width: 100%;
	height: 100%;
}

#main .loginForm>form >.right>.content .link {
	font-size: 20px;
	color: #892e2e;
	text-align: center;
	line-height: 40px;
	text-decoration: none;
	text-align: center;
}

#main .loginForm>form >.right>.content .link a {
	color: #892e2e;
	text-decoration: none;
}

#main .loginForm>form >.right>.content .schoolMotto {
	height: 40px;
	font-size: 20px;
	color: #000;
	text-align: center;
	line-height: 40px;
	text-decoration: none;
}

#main .loginForm>form >.right>.content .schoolMotto a {
	color: #000;
	text-decoration: none;
}

#main .loginForm>form >.right>.content .schoolImg {
	width: 100%;
	height: 100%;
	text-align: center;
	
	
}
#rememberMe{
	vertical-align: middle;
}

#main .loginForm>form >.right>.content .schoolImg img {
	height: 100%;
}

.ui-helper-hidden-accessible {
	display: none;
}


.ui-autocomplete {
	font-size: 15px;
	text-align: left;
	max-height: 100px;
	overflow-y: auto;
	
	overflow-x: hidden;
}

.ui-autocomplete {
	
}
#main .loginForm .floatleft{
	float: left;
}

#header {
	position: absolute;
	z-index: 20;
	background: none !important;
	display: none ! important;
}

#footer {
	position: fixed;
	bottom: 0px;
	z-index: 20;
	background: none !important;
	display: none ! important;
}

#footer span, #footer a {
	color: #fff !important;
}

html {
	height: 100%;
}

body {
	height: 100%;
}

#page {
	height: 100%;
	background-color: white;
}

#page>.content {
	height: 100%;
	background-color: white;
}

#page>.content>#main {
	background: none;
}

#page>.content>#main>.content {

}

.mui-header {
	width: 800px;
	height: 100px;
	line-height: 100px;
	position: relative;
	left: 50%;
	margin-left: -400px;
}

.mui-logo {
	height: 70px;
}

.mui-header-title {
	width: 200px;
	height: 65px;
	margin-left: 45px;
	line-height: 65px;
	float: left;
	position: relative;
	font-size: 24px;
	font-weight: bolder;
	letter-spacing: 5px;
	color: #862019;
	
	font-family: "宋体";
	
	
}

#main .formItem .label {
	text-align: center;
}

#main .formItem input.value {
	outline: none;
	width: 100%;
	height: 30px;
	border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
	border-bottom: 2px solid #a02a30;
	margin-top: 15px;
	background: none;
	color: #a02a30;
}

#main .formItem select.value {
	width: 100%;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
}

.Tips {
    width: 100%;
    min-height: 50px;
    line-height: 50px;
    border-top: 2px solid rgb(190, 190, 190);
    box-sizing: border-box;
    float: right;
}

.Tips .operatPassword {
    width: 200px;
    float: left;
    color: #a02a30;
    font-weight: bolder;
    margin-left:20px;
}

.Tips .notes{
	float: right;
	color: #3f3e3e;
	margin-right: 20px;
	line-height: 21px;
}


.mui-footer {
	width: 100%;
	height: 60px;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	position: fixed;
	bottom: 0;
}

#fm1 span, #fm1 a, #fm1 label, #fm1 div {
	
}

.blur-container.blur-3 { -
	-bg: url("background.jpg");
	background-image: var(- -bg);
}

.blur-container.blur-3 .blur-box {
	color: #31405e;
	width: 100%;
	height: 100%;
	max-height: 300px;
	overflow: hidden;
}

.blur-container.blur-3 .blur-box h2 {
	font-size: 37px;
}

.blur-container.blur-3 .blur-box::before {
	z-index: 10;
	opacity: 0.3;
	background-color: #fff;
}

.blur-container.blur-3 .blur-box::after {
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	-webkit-filter: blur(15px) brightness(110%);
	filter: blur(15px) brightness(110%);
	background-image: var(- -bg);
}
