body, html {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	min-width: 1280px;
}

body {
	background: url("../../images/login/bj.jpg") no-repeat;
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	font-size: 14px;
	font-family: "Microsoft YaHei";
}

a, a:hover, a:focus, a:visited {
	text-decoration: none;
}

ul {
	margin: 0;
	padding: 0;
}

li {
	margin: 0;
	padding: 0;
}

.row {
/* 	width: 1280px; */
	width: 100%;
	margin: 0 auto;
}

.icon {
	position: relative;
	display: inline-block;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
	text-rendering: auto;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: url("../../images/login/icon.png");
}

.icon-user {
	width: 20px;
	height: 20px;
	background-position: -30px -62px;
	margin-left: 15px;
}

.icon-pass {
	width: 20px;
	height: 20px;
	background-position: -30px -95px;
	margin-left: 15px;
}

.icon-vify {
	width: 20px;
	height: 20px;
	background-position: -30px -128px;
	margin-left: 15px;
}

.icon-cp-1 {
	width: 350px;
	height: 58px;
	background-position: -30px -304px;
}

.icon-cp-2 {
	width: 240px;
	height: 53px;
	background-position: -30px -255px;
}

.icon-cp-3 {
	width: 170px;
	height: 58px;
	background-position: -30px -150px;
}

.icon-cp-4 {
	width: 170px;
	height: 58px;
	background-position: -30px -202px;
}

.loginWinNone {
	position: absolute;
	top: 18%;
	width: 100%;
	text-align: left;
}

.loginWinNone .bt2 {
	text-align: center;
}

.loginWin {
	display: none;
	position: absolute;
	top: 16%;
	width: 100%;
	height: 34px;
	line-height: 34px;
	text-align: left;
}

.loginWin .bt1 {
	text-align: center;
	margin-bottom: 30px;
}

@media screen and (max-height:850px) {
	.loginWinNone {
		top: 20%;
	}
	.loginWin {
		top: 3%;
	}
	.loginWin .bt1 {
		margin-bottom: 0;
	}
}

.loginWin .panel {
	position: relative;
	float: left;
	clear: both;
	left: 36.5%;
	width: 327px;
	height: 285px;
	background-color: rgba(0, 0, 0, .3);
	border-radius: 4px;
	padding: 15px;
	color: #ffffff;
}

.loginWin .tit {
	font-size: 18px;
	font-weight: lighter;
	margin-bottom: 20px;
}

.loginWin .form-group {
	width: 100%;
	background-color: rgba(0, 0, 0, .2);
	border-radius: 2px;
	height: 34px;
	line-height: 34px;
	margin-bottom: 25px;
}

.loginWin .form-group label {
	display: block;
	float: left;
	width: 45px;
	height: 25px;
	line-height: 25px;
	margin-top: 5px;
	border-right: 1px solid #ffffff;
}

.loginWin .form-group input {
	width: 250px;
	margin: 5px;
	background-color: rgba(0, 0, 0, 0);
	border: 0 solid #ffffff;
	padding: 0 5px;
	outline: none;
	color: #ffffff;
	font-size: 13px;
}

.loginWin .form-group input::placeholder {
	font-weight: lighter;
	color: #ffffff;
}

.loginWin .username {
	
}

.loginWin .imgCode {
	margin-bottom: 0;
}

.loginWin .imgCode .reload-vify {
	margin-top: 2px;
	margin-right: 2px;
	float: right;
}

.loginWin .imgCode .reload-vify img {
	width: 80px;
	height: 30px;
}

.loginWin .imgCode input {
	position: absolute;
	width: 170px;
	margin-top: 10px;
}

.loginWin .form-other {
	margin-top: 8px;
	color: #ffffff;
	font-size: 12px;
	font-weight: lighter;
	clear: both;
}

.loginWin .pull-left {
	float: left;
}

.loginWin .form-other .pull-left .cbt {
	padding-left: 25px;
	height: 15px;
	background-position: -30px -39px;
	cursor: pointer;
}

.loginWin .form-other .pull-left .checked {
	background-position: -30px -11px !important;
}

.loginWin .form-other .pull-left .cbt {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.loginWin .pull-right {
	float: right;
}

.loginWin .pull-right a {
	color: #ffffff;
}

.loginWin .pull-right a:hover {
	text-decoration: underline;
}

.loginWin button {
	margin-top: 5px;
	background-color: #f46d0d;
	border: 0;
	border-radius: 2px;
	outline: none;
	width: 100%;
	/*height: 34px;*/
	line-height: normal;
	padding: 8px 0;
	font-weight: lighter;
	font-size: 16px;
	color: #ffffff;
	cursor: pointer;
}

.loginWin button:hover {
	background-color: #f27c28;
}

.loginWin button[disabled] {
	background-color: #f27c28;
}

.loginOSTab {
	margin-top: 55px;
	width: 100%;
	height: 34px;
	line-height: 34px;
	text-align: center;
	z-index: 2;
}

/*@media screen and (max-height:850px){*/
/*.loginOSTab{*/
/*bottom: 110px;*/
/*}*/
/*}*/
.loginOSTab a {
	margin: 0 30px;
	padding: 10px 23px;
	/*     background-color: rgba(0, 0, 0, .4); */
	/*     border-radius: 4px; */
	/*     font-size: 23px; */
	/*     color: #ffffff; */
	/*     font-weight:lighter; */
	width: 270px;
	height: 80px;
	background: #FFFFFF;
	color: #277be3;
	border: 2px solid #99CBE8;
	opacity: 0.8;
	border-radius: 18px;
	font-size: 28px;
	font-weight: 500;
}

.loginOSTab a:hover {
	/*     background-color: #f46d0d !important; */
	background: #FFFFFF;
	/*     border: 6px solid rgb(255,255,255,0.4400); */
	outline: 8px solid rgb(255, 255, 255, 0.4400);
	box-shadow: 8px solid rgb(255, 255, 255, 0.1700);
}

.loginOSTab .on {
	background-color: #f46d0d !important;
}

.cooperation {
	min-width: 1280px;
	position: absolute;
	bottom: 40px;
	width: 100%;
	text-align: center;
	z-index: 2;
}

.cooperation a {
	margin: 0 30px;
	cursor: default;
}

.wave-warp {
	width: 100%;
}

.wave-warp canvas {
	width: 100%;
	/*     min-width: 1920px; */
	height: 85px !important;
}

.footer {
	min-width: 1280px;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 41px;
	line-height: 41px;
	background-color: #343a40;
	text-align: center;
	z-index: 5;
}

.company-info {
	margin: 0 auto;
	width: 1280px;
	font-size: 12px;
	color: #ffffff;
	font-weight: 500;
}

.company-info span {
	padding: 0 15px;
}