@keyframes animateF {
	0%{
        transform:rotate(0deg);
        -ms-transform:rotate(0deg); /* Internet Explorer */
        -moz-transform:rotate(0deg); /* Firefox */
        -webkit-transform:rotate(0deg); /* Safari 鍜� Chrome */
    }
    100%{
        transform:rotate(360deg);
        -ms-transform:rotate(360deg); /* Internet Explorer */
        -moz-transform:rotate(360deg); /* Firefox */
        -webkit-transform:rotate(360deg); /* Safari 鍜� Chrome */
    }
}
html,
body {
	width: 100%;
	min-width: 1280px;
}

img, input, button {
	border: none;
	padding: 0;
	margin: 0;
	outline-style: none;
}

img {
	border: 0;
	vertical-align: middle;
}

select, input {
	vertical-align: middle;
}

input::-webkit-input-placeholder {
	color: #fff;
}

input::-moz-input-placeholder {
	color: #fff;
}

input::-ms-input-placeholder {
	color: #fff;
}

.ft12 {
	font-size: 12px;
}

.ft14 {
	font-size: 14px;
}

.ft16 {
	font-size: 16px;
}

.ft18 {
	font-size: 18px;
	font-weight: bold;
}

.ft22 {
	font-size: 22px;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.txt-center {
	text-align: center;
}

.mr10 {
	margin-right: 10px;
}

.mr20 {
	margin-right: 20px;
}

.animation {
	position: fixed;
	height: 100%;
	width: 100%;
	text-align: center;
	line-height: 15;
	font-size: 34px;
	color: #359ed5;
	z-index: -1;
}

.animation img {
	margin-top: 18%;
	animation: animateF infinite 1.5s;
}

.panel {
	border: 0 none;
	overflow: hidden;
	margin-bottom: 12px;
	box-shadow: 0 8px 40px rgba(0, 0, 0, .4);
}

.main {
	position: fixed;
	left: 50%;
	top: 50%;
	height: 470px;
	width: 1000px;
	margin-top: -235px;
	margin-left: -500px;
	border-radius: 6px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}


.bg-center {
	width: 1200px;
	margin: 0 auto;
}

.bg-img {
	position: relative;
	width: 100%;
}

.bg-center-logo {
	height: 76px;
}

.bg-center-content {
	position: relative;
	top: 0;
	left: 0;
	z-index: 9;
	width: 100%;
	height: 612px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url("../img/bg_content.jpg");
}

.bg-center-logo img {
	height: 54px;
	margin-top: 13px
}

.bg-center-footer {
	position: relative;
	margin: 50px auto;
	margin-bottom: 0px;
	padding: 7px 0 9px;
	width: 1200px;
	text-align: center;
	font-size: 14px;
}

.bg-img {
	position: relative;
	width: 100%;
	height: 100%;
}

.left-logo {
	padding-top: 40px;
    padding-left: 40px;
}

.left-span {
    line-height: 40px;
	font-weight: bold;
}

.right-copy {
	position: absolute;
	top:600px;
	right: 140px;
	color: #efefef;
	font-size: 14px锛�
}

.login-content{
	position: absolute;
	background:#fff;
	border-radius: 10px;
	padding:30px 30px 20px 30px;
    bottom:110px;
    right: 150px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
}

.login-content-div {
    width: 300px;
}

.login-input-base {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 45px;
	margin-top: 25px;
}

.login-input-base-ico {
	position: absolute;
	left: 20px;
	top: 14px;
}

.login-password-tip{
	font-size: 12px;
	margin: 8px 0px -14px 0;
	padding: 0;
	padding-right: 10px;
	text-align: right;
	color: #85acbf;
	/* display: none; */
}

.login-password {
	margin-top: 15px;
}

.login-input-split {
	position: absolute;
	left: 50px;
	top: 10px;
	height: 25px;
	width: 1px;
	background: #ffffff;
}

.login-input {
	position: absolute;
	left: 54px;
	top: 7px;
	width: 160px;
	height: 24px;
}

.login-input input {
	width: 100%;
	height: 32px;
    line-height: 32px;
	margin: 0;
	font-size: 14px;
	padding: 0 5px;
	border: none;
	color: #fff;
	background:none;
	background:#cfd5db\9;
}

.login-captcha {
	padding-top:15px
}

.login-captcha span {
	background: #cfd5db;
	display: inline-block;
	border-radius: 6px 2px 2px 6px;
	color: #ffffff;
	position: relative;
}

.login-captcha span input {
	width:185px;
	padding: 4px 10px;
	height: 38px;
	border: 1px solid #ececec; 
	background: url('../img/login-captcha.png') no-repeat 18px 8px;
	background-size:14px;
	padding-left: 58px;
	border-radius: 6px 2px 2px 6px;
}

.login-forget {
	margin: 10px 0;
}

.login-forget a {
	color: #cfd5db;
	font-size: 14px;
	text-decoration: none;
}

.login-forget a:hover{
	color: #077dc5;
} 

.login-div-btn {
	margin-top: 10px;
}

.login-btn {
	position: relative;
	top:0;
	left:0;
	float:left;
	width: 140px;
	height: 40px;
	border-radius: 10px;
	font-size: 14px;
	color: #fff;
	cursor: pointer;
}

.login-btn span{
	position: absolute;
	top: 10px; 
	left: 56px;
	width: 100%; 
}

.capslock {
	position: absolute;
	top: 25px;
	left: 0;
	display: block;
	z-index: 4;
	width: 150px;
	padding-right: 27px;
	font-size: 12px;
	padding-left: 26px;
	height: 26px;
	line-height: 30px;
	overflow: hidden;
	display: none;
	background: url(../img/capslock.png) no-repeat;
}

.capslock b {
	display: block;
	position: absolute;
	top: 7px;
	left: 10px;
	width: 10px;
	height: 14px;
	overflow: hidden;
	background: url(../img/pwd-icons-new.png) -104px -133px no-repeat;
}

.litte-pro {
	font-size: 12px;
	margin-top: 25px;
	color: #8c999c;
	text-align: right;
}

.litte-pro a {
	cursor: pointer;
	padding: 0 2px;
	color: #85adc0;
	padding: 0 2px;
	text-decoration: none;
}

.alertnew {
	position: fixed;
	z-index: 999;
	bottom: 10px;
    right: 10px;
	width: 260px;
    min-height: 50px;
}
.alertnew > p {
	line-height: 25px;
}

.login_count_a_l {
	width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: flex-end;
}
.login_a_l_t {
	color: white;
	font-size: 12px;
	padding: 3px;
	background: linear-gradient(to right, #26CBD6, #3EE1E2);
}
.triangle {
	float: left;
	width: 0;
	height: 0;
	border-width: 11px;
	border-style: solid;
	border-color: transparent #3EE1E2 transparent transparent;
	transform: rotate(180deg);
}
.icon_z {
	height: 18px;
}

.qr-container {
	caret-color: transparent;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 338px;
	flex-direction: column;
	text-align: center;
	/*pointer-events: none;*/
}
.qr-code {
	width: 200px;
	height: auto;
}


