body {
	background-color: #FFFFFF;
	font-family: "微软雅黑";
	padding: 0;
	margin: 0;
}
body * {
	box-sizing: border-box;
}
.clear:after,
.clear:before {
	content: "";
	display: table;
}
.clear:after {
	clear: both;
}
.float-left{
	float: left;
}
.algobricks-login.none,
.common-login.none {
	display: none;
}
#header,
#login,
#footer {
	margin-left: auto;
	margin-right: auto;
}
#header {
	width: 960px;
	height: 90px;
	background: url(img/logo.png?v=1.0) no-repeat left center;
	background-size: 172px auto;
}
#loginwrapper {
	width: 100%;
	background: #3087C4;
	min-width: 960px;
}
#login {
	width: 960px;
}
#footer {
	width: 590px;
	font-size: 12px;
	color: #999999;
}
#footer >p{
	margin: 0;
	text-align: center;
}
#footer >p:first-child{
	margin-top: 50px;
	font-size: 14px;
}
#login-intro {
    height: 540px;
	width: 640px;
	position: absolute;
}
#login-intro-img{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	height: 380px;
	background: url(img/login-left.png?v=1.2) no-repeat;
}
#login-form {
	width: 320px;
	height: 380px;
	background-color: #FFFFFF;
	margin: 80px 0;
	float: right;
}
#login-nav {
    height: 70px;
    line-height: 70px;
    text-align: center;
    letter-spacing: 5px;
    color: var(--text-color-3);
	font-size: 18px;
	font-weight: 600;
}
#login-content {
	margin: 0 25px;
}
#login-content>div {
	position: relative;
	background: #FFFFFF;
}
#login-content>div>i {
    position: absolute;
    top: 0px;
    left: 10px;
    font-size: 20px;
    color: #737373;
    line-height: 40px;
    font-size: 16px;
}
#login-content>div>input {
    outline: none;
    width: 100%;
    height: 40px;
    border: 1px solid var(--split-line-color);
    padding-left: 32px;
    line-height: 40px;
	font-family: "微软雅黑";
	color: var(--text-color-3);
}
#deleteUsername > i {
	line-height: 40px;
	font-size: 16px;
}
#deleteUsername {
	line-height: 40px;
}
#login-content .loginPWD{
	margin-top: 20px;
}
#login-content .obligate{
	height: 42px;
}
#login-content .forgetPwd{
    font-size: 14px;
    margin-top: 10px;
    color: var(--primary-bg);
    float: right;
    cursor: pointer;
}
#usernamelist {
	position: absolute;
	z-index: 1;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	background: #fff;
	border-radius: 4px;
	border: 1px solid #E6E4E4;
	font-size: 12px;
	color: #717a97;
	border-top: none;
	display: none;
}
#usernamelist li {
	padding-left: 30px;
	line-height: 34px;
	cursor: pointer;
}
#usernamelist li:hover {
	background: #ecf7fc;
}
#deleteUsername,
#deletePwd,
#deleteYzm,
#deletePhone {
	position: absolute;
	top: 0px;
	right: 5px;
	display: none;
	line-height: 40px;
}
#login-content .loginBtn {
	display: block;
	width: 100%;
	height: 40px;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	line-height: 40px;
	font-size: 14px;
	cursor: pointer;
}
#login-content .loginBtn:first-child{
	background-color: var(--primary-bg);
}
#login-content .loginBtn:last-child{
	background: #E5AD03;
	margin-top: 10px;
}
#login-content .loginBtn:hover {
	background-color: var(--primary-hover-bg);
}
#loginBtn2{
	background-color: #20D4AE;
    margin-top: 10px;
}
/*#login-content .loginBtn:active {
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
	text-decoration: none;
	opacity: 0.8;
	border-color: #cfcfcf;
	color: #d4d4d4;
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	transition-duration: 0s;
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
}*/
#login_Loading {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 99;
	opacity: 0.5;
	filter:alpha(opacity=50);  
	background-color: #000000;
	display: none;
}
#login_Loading_center {
	text-align: center;
	position: absolute;
	top: calc(50% - 25px);
	width: 100%;
}
#login_Loading_center .circular {
	height: 42px;
	width: 42px;
	animation: loading-rotate 2s linear infinite;
}
#login_Loading_center .path {
	animation: loading-dash 1.5s ease-in-out infinite;
	stroke-dasharray: 90,150;
	stroke-dashoffset: 0;
	stroke-width: 2;
	stroke: #FFFFFF;
	stroke-linecap: round;
}
@keyframes loading-rotate {
	100% {
		transform: rotate(1turn);
	}
}
@keyframes loading-dash {
	0% {
		stroke-dasharray: 1,200;
		stroke-dashoffset: 0;
	}
	50% {
		stroke-dasharray: 90,150;
		stroke-dashoffset: -40px;
	}
	100% {
		stroke-dasharray: 90,150;
		stroke-dashoffset: -120px;
	}
}
#errorInfo,  #errorloginInfo{
	display: none;
    color: #F56C6C;
	font-size: 14px;
	margin-bottom: 6px;
	margin-top: -4px;
}

/* 登录框的提示信息  */
#toast {
	position: fixed;
    top: 60%;
    left: 50%;
    width: 300px;
    margin-left: -150px;
    z-index: 9998;
    color: #000;
    text-align: center;
    background: burlywood;
    border-radius: 4px;
	display: none;
	font-size: 14px;
}
#loginErrorModal{
	display: none;
}
#loginErrorModal .loginErrorTips{
	width: 380px;
	height: 190px;
	background-color: #ffffff;
	border-radius: 6px;
	margin: auto;
	z-index: 9997;
	position: fixed;
	top: 30%;
	left: 0;
	right: 0;
}
#loginErrorModal .loginErrorTips-title{
	height: 48px;
	line-height: 48px;
	color: white;
	background-color: var(--primary-bg);
	padding-left: 20px;
	border-radius: 4px 4px 0 0;		
}
#loginErrorModal .loginErrorTips-body{
	height: 90px;
	padding: 10px 20px;
	color: #4c4c4c;
	font-size: 12px;
}
#loginErrorModal .loginErrorTips-footer{
	height: 52px;
	line-height: 52px;
	text-align: right; 
	border-radius: 0 0 4px 4px;
	background-color: #F0F0F0;
	border-top: 1px solid #DDD;
}
#loginErrorModal .loginErrorTips-footer-btn {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    border: 1px solid transparent;
    padding: 1px 14px;
    line-height: 1.846153846;
    border-radius: 4px;
    color: #ffffff;
    background-color: var(--primary-bg);
    border-color: var(--primary-bg);
    margin-right:10px;
    cursor: pointer;
}
#loginErrorModal .loginErrorMasker{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9996;
	background-color: #000000;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
#loginCamModal,#loginModal{
	display: none;
}
#loginCamModal .loginCamTips, #loginModal .loginTips{
	width: 520px;
	height: 310px;
	background-color: #ffffff;
	border-radius: 4px;
	margin: auto;
	z-index: 9997;
	position: fixed;
	top: 30%;
	left: 0;
	right: 0;
	user-select: none;
}
#loginModal .loginTips{
	width: 380px;
	height: 260px;
	border-radius: 12px;
}
#loginCamModal .loginCamTips-title, #loginModal .loginTips-title{
	height: 48px;
	line-height: 48px;
	background-color: #fff;
	padding-left: 20px;
	border-radius: 4px 4px 0 0;	
	text-align: center;	
	border-bottom: 1px solid #E5E6EB;
	color: #333333;
	font-size: 16px;
	font-weight: 500;
	position: relative;
}
#loginModal .loginTips-title{
	border-bottom: 0;
	border-radius: 12px 12px 0 0;
	font-weight: bold;	
	padding-top: 10px;
}
#loginCamModal .loginCamTips-close, #loginModal .loginTips-close{
	position: absolute;
	right: 10px;
	font-size: 20px;
	top: 0;
	cursor: pointer;
}
#loginModal .loginTips-close{
	top: -5px;
}
#loginCamModal .loginCamTips-body, #loginModal .loginTips-body{
	height: 210px;
	padding: 12px 20px;
	color: #333333;
	font-size: 14px;
	overflow: auto;
}
#loginModal .loginTips-body{
	height: 140px;
	overflow: hidden;
}
#loginCamModal .loginCamTips-body::-webkit-scrollbar {
	width: 9px;
	height: 9px;
}
#loginCamModal .loginCamTips-body::-webkit-scrollbar-track {
	border-radius: 3px;
	background: rgba(0,0,0,0.06);
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.08)
}
#loginCamModal .loginCamTips-body::-webkit-scrollbar-thumb {
	border-radius: 3px;
	background: rgba(0,0,0,0.12);
	-webkit-box-shadow: inset 0 0 10px rgba(0,0,0,0.2);
}
#loginCamModal .loginCamTips-body .loginCam-item {
	height: 40px;
	width: 100%;
	background: #F6F8FD;
	border-radius: 4px 4px 4px 4px;
	padding: 9px 12px;
	font-size: 14px;
	color: #333;
	margin: 8px 0;
	cursor: pointer;
	position: relative;
}
#loginCamModal .loginCamTips-body .loginCam-item.active {
	color: #1979FF;
	background: #E8F3FF;
}
#loginCamModal .loginCamTips-body .loginCam-item.active::after{
	content: '';
    top: 15px;
    right: 19px;
    position: absolute;
    background: transparent;
    border: #fff solid 2px;
    border-top: none;
    border-right: none;
    height: 4px;
    width: 6px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); 
    transform: rotate(-45deg);
}
#loginCamModal .loginCamTips-body .loginCam-item.active::before{
	content: '';
    position: absolute;
    background: #1979FF;
	border-radius: 50%;
	width: 16px;
	height: 16px;
	right: 15px;
	top: 11px;
}
#loginCamModal .loginCamTips-body .loginCam-item .loginCam-item-fullname {
	float: right;
	padding-right: 30px;
	color: #999;
}
#loginCamModal .loginCamTips-body .loginCam-item.active .loginCam-item-fullname{
	color: #225ce3;
}
#loginCamModal .loginCamTips-footer, #loginModal .loginTips-footer{
	height: 52px;
	line-height: 52px;
	text-align: right; 
	border-radius: 0 0 4px 4px;
	background-color: #fff;
	border-top: 1px solid #E5E6EB;
}
#loginModal .loginTips-footer{
	border-top: 0;
	text-align: center;
}
#loginCamModal .loginCamTips-footer-btn, #loginModal .loginTips-footer-btn{
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    border: 1px solid transparent;
    padding: 1px 14px;
    line-height: 1.846153846;
    border-radius: 4px;
    margin-right:10px;
    cursor: pointer;
}
#loginCamModal .btn-default {
    color: #4E5969;
    background-color: #F2F3F5;
}
#loginCamModal .btn-primary {
    color: #fff;
    background-color: #1979FF;
}
#loginModal .btn-primary {
    color: #fff;
    background-color: #1979FF;
	width: 100px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding: 0;
}
#loginCamModal .loginCamMasker, #loginModal .loginMasker{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9996;
	background-color: #000000;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
#loginModal .entry-item {
	position: relative;
	margin-bottom: 12px;
	text-align: center;
}
#loginModal .entry-item>input {
	display: inline-block;
	width: 240px;
	height: 40px;
	padding: 0 12px;
	border-radius: 4px;
	border: 1px solid var(--split-line-color);
	color: var(--text-color-6);
	font-size: 14px;
	line-height: 20px;
	caret-color: #1979FF;
	outline: 0;
}
#loginModal .entry-item.el-input-group{
	position: relative;
    display: flex;
    width: 100%;
	justify-content: center;
}
#loginModal .entry-item.el-input-group>input{
	float: left;
    width: 140px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
	border-right: 0;
}
#loginModal .entry-item.el-input-group .el-group-append{
	display: inline-block;
    min-width: 100px;
    width: 100px;
    height: 40px;
    line-height: 40px;
    padding: 0 3px;
    text-align: center;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
	border: 1px solid #DCDFE6;;
	border-left: 0;
    border-left: 0;
    cursor: pointer;
	font-size: 14px;
	color: #2878E8;
	position: relative;
	user-select: none;
}
#loginModal .entry-item.el-input-group .el-group-append::before{
	content: '';
	position: absolute;
	left: 0;
	top: 10px;
	height: 20px;
	width: 1px;
	background: #DCDFE6;;
}
#loginModal .entry-item>input::placeholder {
	color: #C0C4CC;
}
/* 新版通用登录样式 */
.common-login{
	position: absolute;
    width: 100%;
    height: 100%;
    min-height: 600px;
	min-width: 1000px;
    overflow: auto;
	display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F5F5F5;
	/* background-image: url(https://cdn01.xiaogj.com/uploads/w1-pc/release/1.0.0/images/login/login-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed; */
}
.common-login .common-login-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;    
	height: 100%;
	overflow: hidden;
	z-index: 2;
}
.common-login .common-login-bg .bg-coverage .coverage-image-list{
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	animation: cardAnimation 150s linear infinite;
}
.common-login .common-login-bg .bg-coverage .coverage-image-list .person-image {
	flex: 0 0 auto;
	width: 200px;
	height: 269px;
	margin: 0 10px 10px 0;
	background-size: cover;
	background-position: center center;
}
.common-login .common-login-form {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;    
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(181deg, rgba(9,30,73,0.42) 0%, #000000 100%);
	z-index: 3;
}
.common-login .login-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
    width: 1000px;
    height: 500px;
    margin: auto;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 5%);
}
.common-login .login-wrapper .login-banner,
.common-login .login-wrapper .login-entry {
	display: inline-block;
	width: 480px;
	height: 500px;
	background-size: cover;
}
.common-login .login-wrapper .login-entry{
	width: 520px;
}
.common-login .login-wrapper .login-banner {
	position: relative;
	background-image: url('https://cdn01.xiaogj.com/uploads/w1-pc/release/1.0.0/images/login/common-banner-left.png');
}
.common-login .login-wrapper .login-banner .banner-switch-btn {
	display: none;
	position: absolute;
	top: calc((100% - 48px) / 2);
    width: 48px;
    height: 48px;
    line-height: 48px;
    border-radius: 50%;
    background: rgba(0,0,0, 0.2);
    text-align: center;
    color: #fff;
    font-size: 12px;
	cursor: pointer;
}
.common-login .login-wrapper .login-banner .banner-switch-btn.btn-left {
	left: 24px;
}
.common-login .login-wrapper .login-banner .banner-switch-btn.btn-right {
	right: 24px;
}
.common-login .login-wrapper .login-banner:hover .banner-switch-btn {
	display: inline-block;
}
.common-login .login-wrapper .login-banner .banner-images {
	width: 480px;
	height: 500px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: background-image 1s;
	/* background-image: url(https://cdn01.xiaogj.com/uploads/w1-pc/release/1.0.0/images/login/finance-banner.png); */
}
.common-login .login-wrapper .login-banner .banner-images>img {
	width: 480px;
	height: 500px;
}
.common-login .login-wrapper .login-banner .banner-dots {
	display: flex;
    justify-content: center;
	position: absolute;
	bottom: 16px;
	left: 0;
	right: 0;
	text-align: center;
}
.common-login .login-wrapper .login-banner .banner-dots .circle-dot {
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 0 4px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.3);
	cursor: pointer;
}
.common-login .login-wrapper .login-banner .banner-dots .circle-dot.active {
	background: #fff;
}
.common-login .login-wrapper .login-entry {
	padding: 0 74px 0 114px;
	background-color: #fff;
	background-image: url('https://cdn01.xiaogj.com/uploads/w1-pc/release/1.0.0/images/login/common-banner-right.png');
}
.common-login .login-wrapper .login-entry .customer-logo {
	margin: 12px auto auto;
    /* width: 96px; */
    height: 50px;
    background-size: contain !important;
}
.common-login .login-wrapper .login-entry .login-entry-title {
	line-height: 1;
	margin-top: 70px;
	margin-bottom: 28px;
	color: #333333;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
.common-login.has-logo .login-wrapper .login-entry .login-entry-title {
	margin-top: 8px;
}
.common-login .login-wrapper .login-entry .login-tap{
	display: flex;
	justify-content: space-between;
	width: 200px;
	margin-bottom: 20px;
}
.common-login .login-wrapper .login-entry .login-tap .tap-pane{
	color: #666;
	font-size: 16px;
	line-height: 19px;
	padding-bottom: 20px;
	position: relative;
	cursor: pointer;
}
.common-login .login-wrapper .login-entry .login-tap .active{
	color: #333;
	font-size: 16px;
	font-weight: 500;
}
.common-login .login-wrapper .login-entry .login-tap .active::after{
	content: '';
	position: absolute;
	top: 30px;
	right: auto;
	height: 4px;
	width: 24px;
	left: 50%;
    transform: translate(-50%, -50%);
	background: #1979FF;
	border-radius: 2px;
}
.common-login .login-wrapper .login-entry-content .entry-item {
	position: relative;
	margin-bottom: 12px;
}
.common-login .login-wrapper .login-entry-content .entry-item>input {
	display: inline-block;
	width: 100%;
	height: 40px;
	padding: 0 12px;
	background-color: #fff;
	border-radius: 4px;
	border: 1px solid var(--split-line-color);
	color: var(--text-color-6);
	font-size: 14px;
	line-height: 20px;
	caret-color: #1979FF;
	outline: 0;
}
.common-login .login-wrapper .login-entry-content .entry-item.el-input-group{
	position: relative;
    display: flex;
    width: 100%;
    height: 100%;
}
.common-login .login-wrapper .login-entry-content .entry-item.el-input-group>input{
	float: left;
    width: 80%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
	border-right: 0;
}
.common-login .login-wrapper .login-entry-content .entry-item.el-input-group .el-group-append{
	display: inline-block;
    min-width: 100px;
    width: 20%;
    height: 40px;
    line-height: 40px;
    padding: 0 3px;
    text-align: center;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
	border: 1px solid #DCDFE6;;
	border-left: 0;
    border-left: 0;
    cursor: pointer;
	font-size: 14px;
	color: #2878E8;
	position: relative;
	user-select: none;
}
.common-login .login-wrapper .login-entry-content .entry-item.el-input-group .el-group-append::before{
	content: '';
	position: absolute;
	left: 0;
	top: 10px;
	height: 20px;
	width: 1px;
	background: #DCDFE6;;
}
.common-login .login-wrapper .login-entry-content .entry-item>input::placeholder {
	color: #C0C4CC;
}
.common-login .login-wrapper .login-entry-content .entry-item>input:focus{
	border-color: #C0C4CC;
}
.common-login .login-wrapper .login-entry-content .entry-item.user-name>input {
	padding-right: 30px;
}
.common-login .login-wrapper .login-entry-content .entry-item.text-right {
	line-height: 1;
	float: right;
	padding-top: 4px;
}
.common-login .login-wrapper .login-entry-content .entry-item.text-left {
	line-height: 1;
	text-align: left;
	font-size: 14px;
	font-weight: 400;
	color: #666666;
	line-height: 16px;
	display: inline-block;
	user-select: none;
}
.common-login .login-wrapper .login-entry-content .entry-item.text-left #nologinBtn {
	width: 16px;
	height: 16px;
	border-radius: 2px 2px 2px 2px;
	opacity: 1;
	border: 1px solid #DCDFE6;
	margin: 0;
	vertical-align: top;
	cursor: pointer;
	outline: none;
	background-color: #fff;
 	-webkit-appearance:none;
}
.common-login .login-wrapper .login-entry-content .entry-item.text-left #nologinBtn:checked {
    background: #3190e8;
	border: none;
}
.common-login .login-wrapper .login-entry-content .entry-item.text-left #nologinBtn::after{
    content: '';
    top: 3px;
    left: 3px;
    position: absolute;
    background: transparent;
    border: #fff solid 2px;
    border-top: none;
    border-right: none;
    height: 5px;
    width: 8px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); 
    transform: rotate(-45deg);
}
.common-login .login-wrapper .login-entry-content .entry-item .operation-link {
    font-size: 14px;
	color: #1979FF;
	text-decoration: none;
}
.common-login .login-wrapper .login-entry-content .entry-item .remove-icon {
	right: 12px !important;
	top: 50% !important;
	transform: translateY(-50%);
	line-height: 40px !important;
}
#deleteYzm{
	right: 110px !important;
}
.common-login .login-wrapper .login-entry-content .entry-item .remove-icon>.iconfont {
	color: #C0C4CC;
}
.common-login .login-wrapper .login-entry-content .entry-operate {
	margin-top: 14px;
	font-size: 14px;
	min-height: 90px;
}
.common-login .login-wrapper .login-entry-content .entry-operate .entry-operate-btn {
	display: inline-block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	margin-top: 0 !important;
	text-align: center;
	background-color: #1979FF;
	color: #fff;
	border-radius: 4px;
	text-decoration: none;
}
.common-login .login-wrapper .login-entry-content .entry-operate .entry-operate-btn:not(:last-child) {
	margin-bottom: 16px;
}
.common-login .login-wrapper .login-entry-content .entry-operate .entry-operate-btn.ssx-login-button {
	border: 1px solid #1979FF;
	color: #1979FF;
	background-color: #fff !important;
}
.common-login .login-wrapper .login-entry-footer {
	margin-top: 35px;
	font-size: 14px;
	line-height: 1;
	color: #666666;
	text-align: center;
}
.common-login .login-wrapper .login-entry-footer .color-red {
	margin: 5px;
	color: #F56C6C;
}
.common-login .login-footer {
	display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 16px;
    font-size: 14px;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2%;
}
.common-login .login-footer .hori-line {
	width: 1px;
	height: 14px;
    margin: 0 10px;
	background-color: #fff;
}
.common-login .login-footer>p {
	margin: 0;
}
.common-login .login-footer .footer-txt .underline{
	border-bottom: 1px solid #666;
}
.common-login .login-footer .footer-txt .underline>span {
	font-size: 12px;
}
.common-login .login-footer .footer-txt .new-tel .tel-conn {
	margin: 0 4px;
}
.common-login .login-footer .footer-remark {
	position: fixed;
    bottom: 2%;
    right: 40px;
    opacity: 0.5;
}
.hidden {
	display: none !important;
}
@keyframes cardAnimation {
	0% {
		transform: translate3d(0, 0, 0);
	}
	100% {
		transform: translate3d(0, -2002px, 0);
	}
}
@media (max-width: 1366px) {
	#login{
		width: 740px;
	}
	#header{
		height: 70px;
		width: 740px;
		background-size: 135px auto;
	}
	#login-intro{
		height: 400px;
		width: 490px;
	}
	#login-nav{
		height: 55px;
		line-height: 55px;
		font-size: 16px;
	}
	#login-intro-img{
		height: 294px;
		/*background: url(img/login-left.png) no-repeat;*/
		background-size:490px 340px ;
	}
	#login-form{
		width: 250px;
		height: 294px;
		margin: 53px 0;
	}
	#login-content{
		margin: 0 20px;
	}
	#login-content>div>input{
		height: 30px;
		line-height: 30px;
	}
	#deleteUsername > i ,
	#deletePwd>i{
		line-height: 30px;
		font-size: 16px;
	}
	#deleteUsername ,
	#deletePwd{
		line-height:30px;
	}
	#login-content>div>i{
		line-height: 30px;
		top: 0;
		font-size: 16px;
	}
	#login-content .loginPWD{
		margin-top: 15px;
	}
	#login-content .obligate{
		height: 36px;
	}
	#login-content .forgetPwd{
		margin-top: 8px;
	}
	#login-content .loginBtn{
		height: 30px;
		line-height: 30px;
		font-size: 12px;
	}
	#deleteUsername,
	#deletePwd {
		top: 0px;
	}
}
@media (max-width: 1024px) {
	#login{
		width: 624px;
	}
	#header{
		height: 60px;
		width: 624px;
		background-size: 110px auto;
	}
	#login-intro{
		height: 344px;
		width: 398px;
	}
	#login-nav{
		height: 49px;
		line-height: 49px;
		font-size: 14px;
	}
	#login-intro-img{
		height: 266px;
		/*background: url(img/login-left.png) no-repeat;*/
		background-size:398px 292px ;
	}
	#login-form{
		width: 226px;
		height: 266px;
		margin: 38px 0;
	}
	#login-content{
		margin: 0 18px;
	}
	#login-content>div>input{
		height: 28px;
		line-height: 28px;
	}
	#deleteUsername,
	#deletePwd {
		line-height: 26px;
	}
	#deleteUsername > i,
	#deletePwd>i {
		font-size: 14px;
		line-height: 26px;
	}
	#login-content>div>i{
		line-height: 28px;
		top: 0;
		font-size: 14px;
	}
	#login-content .loginPWD{
		margin-top: 12px;
	}
	#login-content .loginBtn{
		height: 28px;
		line-height: 28px;
		margin-top: 5px !important;
	}
	#loginBtn2{
		margin-top: 5px;
	}
	#login-content .obligate{
		height: 32px;
	}
	#login-content .forgetPwd{
		margin-top: 8px;
	}
}