* {
	/*-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box*/
}

html {
	overflow-x:hidden;
	overflow-y:hidden;
}



em {
	font-style: normal
}

ul,
ol {
	margin: 0;
	padding: 0;
	list-style: none
}

a {
	color: #fff;
	text-decoration: none
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family:"微软雅黑";
	font-weight: 500;
	line-height: 15px;
	color: inherit;
	margin:0px;
	padding:0px;
}


body {
	width:100%;
	height:100%;
	overflow: hidden;
	background:#fff;
}

html {
	height: 100%;
}

.samebox{
	position: absolute;
	top:50%;
	left:0;
	width:100%;
	height:530px;
	margin-top:-280px;
}

.header {
	height: 90px;
	overflow: hidden;
	z-index: 2;
	margin:0 auto;
	text-align:center;
}
.header span{
	font-size:65px;
	color:#47a2dd;
	vertical-align:top;
	line-height:90px;
	font-family:"楷体";
	font-weight:bold;
}
.waibox{

}
css3-container{
	z-index:999;
}
.box1{
	z-index:0;
	width:100%;
	background-image:url(../../images/login/bgce3.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
} 


.aw-login-box {
	width: 766px;
	margin: 0 auto;
	border-radius: 10px;
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
	display: table;
	content: " "
}

.aw-login-box .mod-body {
	position:relative;
	z-index:999;
	padding: 20px 20px;
	overflow: hidden;
	background:#fff;
	border-radius:5px;
	transition:border linear .2s,box-shadow linear .5s;
    -moz-transition:border linear .2s,-moz-box-shadow linear .5s;
    -webkit-transition:border linear .2s,-webkit-box-shadow linear .5s;
    outline:none;
	border-color:rgba(93,149,242,1) ;
    box-shadow:0px 0px 15px rgba(93,149,242,1) ;
    -moz-box-shadow:0 0 15px rgba(93,149,242,1) ;
    -webkit-box-shadow:0 0 15px rgba(93,149,242,3);
	behavior:url(/InDigLib/css/login/PIE.htc);
	/**rgba(93,149,242,1) */
}

.pull-left {
	float: left!important
}

.aw-login-box .mod-body .content {
	width: 370px;
	border-right: 1px solid #d2d0d0;
}

.btn-weibo:hover {
	background-color: #FF4D4D;
	color: #fff
}

.btn-qq:hover {
	background-color: #2D7FE2;
	color: #fff
}

.login_form {
	margin-top: 25px;
	display:flex;
	justify-content:center;
	align-items:center;
}

form {
	margin: 0;
}
.topbox{
	width:360px;
	margin-top:60px;
	margin-left:-8px;
}
.topleft{
	text-align:center;
	height:100px;
}
.topleftbot{
	text-align:center;
	height:90px;
}

.aw-login-box .mod-body .side-bar ul li {
	border: 1px #ccc solid;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	list-style:none;
	margin-bottom:12px;
	background:#fff;
	width:291px;
	height:40px;
	overflow:hidden;
}
.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius:25px;
	outline:none;
}
.aw-login-box .mod-body .form-control {
	height: 40px;
	line-height: 28px\0;
	padding-left: 15px !important;
	box-shadow: none;
	border-color: #e6e6e6
}
.aw-login-box .mod-body .side-bar ul li:focus{
	transition:border linear .2s,box-shadow linear .5s;
    -moz-transition:border linear .2s,-moz-box-shadow linear .5s;
    -webkit-transition:border linear .2s,-webkit-box-shadow linear .5s;
    outline:none;
	border-color:rgba(93,149,242,.75);
    box-shadow:0 0 8px rgba(93,149,242,.105);
    -moz-box-shadow:0 0 8px rgba(93,149,242,.5);
    -webkit-box-shadow:0 0 8px rgba(93,149,242,3);

}

.alert-danger,
.alert-error {
	color: #B94A48
}

[class^="icon-"],
[class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.aw-login-box .mod-body .side-bar ul li.last {
	font-size: 12px;
	margin-bottom:10px;
	background:none;
	border:none;
}

.btn-primary {
	border: none;
	background-color: #47a2dd;
}

.pull-right {
	float: right!important
}

.btn-primary:hover {
	background-color: #298dce;
}

.aw-login-box .mod-body .side-bar ul li .btn-primary {
	width: 291px;
	color: #fff !important
}

.aw-login-box .mod-body .side-bar ul li.last a {
	color: #666666
}

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 700
}

label {
	margin: 0;
	font-weight: normal
}

.aw-login-box .mod-body .side-bar ul li.last input {
	vertical-align: text-top;
}

.aw-login-box .mod-body .side-bar {
	/*width:340px;
	border-left: 1px solid #e6e6e6;*/
	height: 236px;
	padding: 20px 0 0px 30px;
	position:absolute;
	top:10px;
	left:50%;
}

.aw-login-box .mod-body .side-bar h3 {
	margin-bottom: 27px;
	color: #666666;
	text-align: center
}
.aw-login-box .mod-body .side-bar h1{
	font-size:24px;
	color:#000;
	text-align:left;
	height:40px;
	line-height:40px;
	margin:0px;
	padding:0px;
}
.aw-login-box .mod-body .side-bar em{
	color:#CCC;
	font-size:18px;
	margin-left:10px;
}

.btn {
	display: inline-block;
	padding: 0px;
	margin-bottom: 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius:5px;
	font-family:"微软雅黑";
}

.btn-block {
	display: block;
	width: 100%
}

.btn-weibo {
	background-color: #ff6666;
	color: #fff
}

.aw-login-box .mod-body .side-bar .btn {
	position: relative;
	width: 291px;
	height: 40px;
	line-height: 40px;
}

.aw-login-box .mod-body .side-bar .btn i {
	position: absolute;
	left: 15px;
	top: 10px;
	font-size: 18px;
	color: #fff
}

.btn-qq {
	background-color: #418ae2;
	color: #fff;
	color: #fff
}
.error{
	width:291px;
	height:40px;
	line-height:40px;
	color:red;
	font-size:14px;
	background:#fef2f2;
	border:1px #ffb4a8 solid;
	color:#6C6C6C;
	font-family:"微软雅黑";
}
.error .iconero{
	background:url(../../images/login/iconero.png);
	width:20px;
	height:20px;
	float:left;
	margin-right:6px;
	margin:10px 0px 0px 10px;
}
.circle{
	background:url(../../images/login/lbt.png) 190px no-repeat;
}
.erfot{
	font-size:14px;
	color:#e60012;
	padding:50px 0px 5px 0px;
	text-align:center;
	display: inline-block;
	width:780px;
	font-family:"微软雅黑";
}


/*login2*/

.icon{
	background:url(../../images/login/icons.png) no-repeat 0px 0px;
	height:30px;
	width:30px;
	display: block;
	float: right;
	margin: 12px 9px 9px 0px;
}
.icon_v1{
	background:url(../../images/login/icons_n.png) no-repeat 0px 0px;
	width:77px;
	height:25px;
	display: block;
	float: right;
	margin: 6px 0px 9px 0px;
}
.icon_nzm{
	width:77px;
	height:25px;
	display: block;
	float: right;
	margin-top:-32px;
}
.user{
	background:url(../../images/login/icons.png) no-repeat 15px 1px;
	display:inline-block; 
}
.lock{
	background:url(../../images/login/icons.png) no-repeat -18px 1px;
	display:inline-block; 
}
.lock_v1{
	background:url(../../images/login/lbt.png) no-repeat;
	display:inline-block; 
}

input[type="text"], input[type="password"] {
	font-family: "微软雅黑";
	width:242px;
	padding: 0px 0px 0px 10px;
	color: #535252;
	font-size:28px;
	outline: none;
	background: none;
	border:none;
	height:40px;
	line-height:40px;
	float:left;
}
input[type="text"]:focus, input[type="password"]:focus{
	transition:border linear .2s,box-shadow linear .5s;
    -moz-transition:border linear .2s,-moz-box-shadow linear .5s;
    -webkit-transition:border linear .2s,-webkit-box-shadow linear .5s;
    outline:none;
	/*border-color:rgba(93,149,242,.75);
    box-shadow:0 0 8px rgba(93,149,242,.105);
    -moz-box-shadow:0 0 8px rgba(93,149,242,.5);
    -webkit-box-shadow:0 0 8px rgba(93,149,242,3);*/

}
input[type="text_v1"]{
	font-family: 'Droid Sans', sans-serif;
	width:70%;
	padding: 0px 0px 0px 10px;
	color: #535252;
	font-size:28px;
	outline: none;
	background: none;
	border:none;
	height:40px;
	line-height:40px;
}
.foot {
	text-align:center;
}
.copyright {
	font-size: 14px;
	font-family: "微软雅黑";
	height:60px;
	line-height:60px;
}

/*弹出层*/
.reveal-modal-bg {
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: 100;
	display: none;
	top: 0;
	left: 0;
	background:#000;
	-moz-opacity:0.5;
	opacity: 0.5;
	filter: alpha(opacity=50) !important;

}


.reveal-modal {
	visibility: hidden;
	top: 100px;
	left: 50%;
	margin-left: -450px;
	width: 520px;
	position: absolute;
	z-index: 101;
	padding: 20px 0px 40px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
	-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
	background-color: #FFF;
}

.reveal-modal h2{
	font-size: 24px;
    color: #000;
    text-align: left;
    height: 40px;
	line-height:30px;
	margin:0px;
	padding:0px;
	text-indent:15px;
	border-bottom:1px #ccc solid;
	font-family:"微软雅黑";
}

.reveal-modal p{
	font-size:24px;
	color:red;
	text-align:center;
	font-weight:bold;
	font-family:"微软雅黑";
}
.reveal-modal.small {
	width: 200px;
	margin-left: -140px;
}

.reveal-modal.medium {
	width: 400px;
	margin-left: -240px;
}

.reveal-modal.large {
	width: 600px;
	margin-left: -340px;
}

.reveal-modal.xlarge {
	width: 800px;
	margin-left: -440px;
}

.reveal-modal .close-reveal-modal {
	font-size: 22px;
	line-height: 0.5;
	position: absolute;
	top: 8px;
	right: 11px;
	color: #333;
	text-shadow: 0 -1px 1px rbga(0, 0, 0, .6);
	font-weight: bold;
	cursor: pointer;
}







