/*reset*/


/*! minireset.css v0.0.2 | MIT License | github.com/jgthms/minireset.css */

html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal
}

ul {
	list-style: none
}

button,
input,
select,
textarea {
	margin: 0
}

html {
	box-sizing: border-box
}

* {
	box-sizing: inherit
}

*:before,
*:after {
	box-sizing: inherit
}

img,
embed,
object,
audio,
video {
	height: auto;
	max-width: 100%
}

iframe {
	border: 0
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

td,
th {
	padding: 0;
	text-align: left
}

html,
body,
input,
textarea,
h1,
h2,
h3,
h4,
h5,
h6,
p {
	font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Microsoft YaHei", "WenQuanYi MicroHei", sans-serif;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	color: #ccc;
	font-size: 14px;
}
input:-moz-placeholder, textarea:-moz-placeholder {
	color: #ccc;
	font-size: 14px;
}
input::-moz-placeholder, textarea::-moz-placeholder {
	color: #ccc;
	font-size: 14px;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	color: #ccc;
	font-size: 14px;
}

input,textarea,select {
	border: 1px solid #ccc;
	border-radius: 4px;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	/*box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);*/
}
input[type="text"]:focus,textarea:focus,input[type="password"]:focus,input[type="url"]:focus,select:focus{
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	border-color: #71bbfe;
	outline: 0;
	/*-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(113, 187, 254, 0.6);*/
	/*box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(113, 187, 254, 0.6);*/
}

input[type="button"],
input[type="submit"],
input[type="reset"],
textarea {
	-webkit-appearance: none;
}

img {
	border: none;
	max-width: 100%;
}

a {
	text-decoration: none;
}




html,body{
	min-height:100% ;
	height: inherit;
	width: 100%;
	min-width: 1200px;
}

body{
	background-image: url("../imgs/login/logoin_bg.jpg");
	background-repeat: no-repeat;
	background-position:center bottom ;
	background-size: 100% 70%;
	background-color:#12449B ;
}
header{
	background: #12449B;

}
.header-con{
	padding: 10px 50px ;
	max-width: inherit;
}

.main-con{
	width: 1200px;
	margin: 0 auto;
}
.header-con .heaer-logo{
	width: 180px;
	margin-right: 60px;
}

.main{
	/*background: #00693e;*/
	width: 100%;
	height: 85%;
	min-height: 300px;
}
.main-con{
	height: 100%;
	position: relative;
	padding-top: 3%;
}
.main-con .login-title{
	font-weight: bold;
	color: #fff;
	font-size:35px;
	text-align: center;
	letter-spacing: 2px;
	margin-bottom: 15px;
}
.main-con .login-des{
	color: #fff;
	font-size:17px ;
	text-align: center;
	margin-bottom: 15px;
	word-spacing: 7px;
}


.login-content{
	width:460px ;
	margin: 0 auto;
	margin-top: 50px;
	height:340px ;
	overflow: hidden;
	box-sizing: border-box;
	background: #fff;
	border-radius: 5px;
	position: relative;
	margin-bottom:20px ;
}

.login-header{
	padding: 4px;
	overflow: hidden;
	clear: both;
	margin-bottom: 10px;
}
.login-con .qr-bg {
	background: url(../imgs/login/qr.png) no-repeat left top;
}
.login-con .pc-bg {
	background: url(../imgs/login/CombinedShape.png) no-repeat right top;
}
.login-con .icon-bg {
	display: inline-block;
	float: right;
	width: 50px;
	height: 50px;
	cursor: pointer;
	background-size: cover;
}

.login-con .change-logintype {
	position: relative;
	display: inline-block;
	float: right;
	padding: 6px 14px;
	margin: 2px 10px 0 0;
	border: solid 1px #E0E0E0;
	-webkit-border-radius: 5px;
	border-radius: 5px;

	font-size: 12px;
	color: #999;
}

.login-con .change-logintype.active {
	display: none;
}

.login-con .change-logintype:before {
	right: -10px;
	border-color: transparent transparent transparent #ccc;
}
.login-con .change-logintype:after {
	right: -9px;
	border-color: transparent transparent transparent #fff;
}
.login-con .change-logintype:before, .login-con .change-logintype:after {
	content: '';
	position: absolute;
	top: 8px;
	border-width: 5px;
	border-style: solid;
}

.login-con .icon-bg.active {
	display: none;
}
.logo-box{
	display: block;
}
.logo-box.active{
	display: none;
}

.logo-box{
	width:330px ;
	margin: 0 auto;
}
.logo-box .input-box{
	width: 100%;
}
.logo-box .input-box input{
	width: 100%;
	height: 40px;
	border: 1px solid #D7D7D7;
	color: #202220;
	border-radius: 0;
	padding-left: 15px;
	margin-bottom: 15px;
	font-size: 15px;
	border-radius: 3px;
}
.errITaccount{
	position: relative;
	top:-5px;
}
.login-con .logo-box .user-type .forge-pass {
	font-size: 14px;
	color: #A1A1A1;
	position: relative;
	top: -8px;
}
.login-con .logo-box .user-type .forge-pass:hover{
	color: #0059A9;
	text-decoration: underline;
}
.login-con .logo-box .user-type .sub {
	width: 100%;
	height: 42px;
	font-size: 15px;
	box-sizing: border-box;
	color: #fff;
	cursor: pointer;
	background: #0059A9;
	border-radius: 3px;
	border: 0;
}
.login-con .logo-box .user-type .sub:hover{
	background:#0364BC ;
}
.input-box.idencode-box{
	position: relative;
}
.input-group-addon{
	position: absolute;
	right: 1px;
	top: 1px;
	height: 38px;
	border-left:1px solid #D7D7D7;
	width:85px ;
	text-align: center;
	cursor: pointer;
}
.input-group-addon img{
	position: relative;
	top: 5px;
}

.info-mess{
	text-align: center;
	color: #B6C4DF;
	font-size: 12px;
	margin-bottom: 20px;
}
.title-box{
	height:90px ;
	background-position: center;
	background-repeat: no-repeat;
	background-size:auto 100%;
}
@media (max-width: 1480px) {
	body{
		background-position: center 305px;
	}
	.main-con {
		padding-top: 1%;
	}
	.header-con .heaer-logo {
		width: 160px;
	}
	.login-content{
		margin-top: 20px;
	}
}
body.custom-bg{
	background-position:inherit;
	background-size:cover ;
}
body.custom-bg header{
	background-color: transparent;
}
body.custom-bg .info-mess{
	color: #fff;
}