body,html{
	margin: 0;
	font-size: 12px;
	height: 100%;
	width:100%;
}
.header {
    height: 10em;
    width: 100%;
   position: absolute;
   top:0;
}
.footer{
    bottom: 1em;
    position: absolute;
    text-align: center;
    width: 100%;
}

 a{
    color: #000;
    text-shadow: none;
    font-size: 12px;
    text-decoration: none;
}
.logo-2016 {
    float: left;
    margin:0 0 0 10em;
    position: absolute;
    bottom: 0;
}
.loginBox{
	background-color: #fff;
    color: #353535;
    font-size: 14px;
    margin: 0 auto;
    height: 100%;
}

.loginBox .bg{
	background: url("/resources/common/img/bj.jpg") no-repeat scroll center center;
	position: relative;
	height: 600px;
}

.whiteBox{
	position:absolute;
	background-color:white;
	display: block;
	width:100%;
	height:300px;
	top: 150px;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.6
}
.topDiv{
	height: 100%;
	width:100%;
}

.centerBox{
	position:absolute;
	top:0;
	display: block;
	width: 400px;
	height: 100%;
	right: 0em;
}

.centerBox .leftBox{
	position:absolute;
	background-color:#07ace6;
	display: block;
	opacity:0.8;
	width: 100%;
	height:100%;
}

.centerBox .leftBox a{
	 display: block;
	 background: url("/resources/common/img/logo.png") no-repeat scroll 0 0;
	 width: 332px;
	 height: 65px;
	 margin-top: 13%;
	 margin-left: 15%;
}

.centerBox .rightBox{
	position:absolute;
	background-color:white;
	display: block;
	width: 100%;
	height:48rem;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.9;
	color: black;
	border-radius: 15px;
	box-shadow: 0 0 30px 0 #7aaad4;
	margin-top: 20rem;
	right: 10rem;
}

.centerBox .rightBox ul{
	margin-top: 30px;
}

.centerBox .rightBox li{
	margin-top: 2rem;
}

.centerBox .rightBox span.remember{
	  display: block;
    float: left;
    font-size: 15px;
    color:#9c9999;
}
.centerBox .rightBox a.register{
    margin-left: 58px;
}
.centerBox .rightBox li.label{
	font-size: 14px;
}
  
.centerBox .rightBox input.input{
	border: none;
    padding: 8px 12px;
    font-size: 20px;
    width: 265px;
    margin: 0;
    color: #676a6c;
    border-bottom: 1px solid #d9d9d9;
    outline: none;
}
.centerBox .rightBox input.input:hover{
	border-color: #10aeff!important;
}

.loginBtn{
	display: inline-block;
	background-color:#10aeff!important;
	width: 300px;
	height: 40px;
	text-align: center;
	line-height: 35px;
	color: white;
	border-radius: 30px;
	cursor: pointer;
	margin-top: 20px;
	font-size: 17px;
	margin-left: 18px;
}

.bottom{
	display: block;
	width: 100%;
	text-align: center;
	font-size: 12px;
	margin-bottom: 40px;
	margin-top: 40px;
}

.loginTitle{
	font-size: 30px;
    font-weight: normal;
    padding: 0;
    text-align: center;
    margin-top: 1rem;
    color:#8d8e92;
}
.topTitle{
	font-size: 30px;
    font-weight: normal;
    padding: 0;
    text-align: center;
    margin-top: 3rem;
    color:#8d8e92;
}
.schoolMotto{
    left: 8em;
    top: 16em;
    position: absolute;
}

.userNameText{
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #999;
    font-size: 14px;
    height: 40px;
    width: 320px;
    line-height: 40px;
    padding-left: 5px;
    padding-right: 5px;
}

.passwordText{
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #999;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    padding-left: 5px;
    padding-right: 5px;
    width: 320px;
}

.loginBox li{
	font-size: 13px;
    font-weight: normal;
    padding: 0;
	list-style-type: none;
	margin-top: 8px
}


.registBtn{
	background-color:rgb(131,155,27);
	display: inline-block;
	width: 330px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: white;
	border-radius: 5px;
	cursor: pointer;
}

.loginBox li a{
	color: #2ca4de;
}
.loginBackground{
	background-size:100% 100%;
}
.auth_icon {
    background-color: rgb(242, 242, 242);
    border: none;
    border-right: none;
    width: 32px;
    height: 35px;
    float: left;
    margin-top: 4px;
}
.auth_icon_pwd {
    background: url(../image/icons.png) -19px -73px no-repeat;
/*     border-bottom: 1px solid #d9d9d9; */
}
.auth_icon_user {
    background: url(../image/icons.png) 6px -73px no-repeat;
/*     border-bottom: 1px solid #d9d9d9; */
}

.login_logo{
    background: url(../image/login-logo.png) no-repeat left center;
    width: 172px;
    height: 41px;
    line-height: 300px;
    text-indent: -9999px;
    position: absolute;
    bottom: 0;
    right: -175px;
}

.slide-x {
            width: 100%;
            height: 100%;
            /* background: lightblue; */
        }

        .slide {
            width: 100%;
            height: 100%;
            color: whitesmoke;
            display: flex;
            justify-content: center;
            align-items: center;
        }
       

        .container {
            width:100%;
            height: 89.8%;
            padding-top: 9rem
        }
         .container:after {
	         position: absolute;
				content: '';
				width: 100%;
				height: 90%;
				top: 9rem;
				left: 0;
        	 box-shadow:inset 0 15px 30px #fff, 
        	 			inset 0 50px 40px #fff, 
        	 			inset 0 -25px 35px #fff, 
        	 			inset 0 0px 0px #fff;
        }
        .backgroundImg{
			width: 100%;height: 100%;
		}
		
.appDownload{
	position: absolute;
	width:40px;
	bottom: 50px;
	right: 70rem;
}
.android_icon{
	width:80px;
}
.android_img{
	display:none;
	position: absolute;
	width:300px;
	height:300px;
	bottom: 50px;
	right: 74rem;
}

.boxs{position: absolute;top: 209px;left: 800px;}
	ul, ol, li {padding-left: 15px;list-style-type: none;}
	.top_change{
		position: absolute;
		top: 0;
		right: 0;
		width: 40px;
		height: 40px;
		border-bottom-left-radius: 40px;
		overflow: hidden;
		border-top-right-radius: 15px
	}
	.top_change img{width: 100%;height: 100%;}
	.erImg {width: 100%;height: 180px;margin-top: 20px;text-align: center;}
	.erImg img{width: 270px;height: 270px;}
	.codeInput{width: 49%;float: left;}
	.codeInput input{width: 100px;border: none;height: 33px;font-size: 16px;
    border-bottom: 1px solid #d9d9d9;outline: none;}
	.codeImage{width: 49%;float: right;}
.example {width: 624px;height: 336px;font-size: 40px;text-align: center;margin: 20px auto;background-color: #464576;}
.carousel-item{line-height: 336px;color: #fff;font-family:  Arial Black}