.left {
	width: 330px;
}

.export-login {
	border-top: 1px solid #ebebeb;
	padding: 0 20px;
	overflow: hidden
}

.input-idCode {
	width: 100%;
	height: 40px;
	margin: 30px 0 20px;
	border: 1px solid #ddd;
	border-radius: 2px;
	position: relative;
	transition: all ease-in-out .3s
}

.input-idCode input {
	width: 100%;
	height: 100%;
	font-size: 0;
}

.input-idCode i {
	position: absolute;
	top: 50%;
	margin-top: -8px;
	left: 10px;
	border-left: 1px solid #333;
	height: 16px;
	display: none
}

.input-idCode span {
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	line-height: 38px;
	padding-left: 10px;
	cursor: text
}

.button-orange {
	width: 100%;
	margin-bottom: 30px;
}

.scan-result {
	height: 212px;
	border-top: #ebebeb 1px solid;
	position: relative
}

.scan-tip {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -20px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #ababab;
	font-size: 36px;
}

.result-content {
	padding: 30px 20px;
	position: relative;
	z-index: 2;
	background: #fff
}

.result-content img {
	width: 120px;
	height: 150px;
	float: left;
}

.result-text {
	padding-top: 20px;
}

.result-text p {
	padding-left: 20px;
	line-height: 38px;
}

.result-text span {
	color: #f00
}

.right {
	width: 830px;
}

.scan-video {
	height: 447px;
	border-top: 1px solid #ebebeb;
	position: relative
}

.video {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -175px 0 0 -255px;
	width: 510px;
	height: 351px;
	background: #fff url('../images/videobg.png') no-repeat;
}

.login-input {
	width: 924px;
	height: 500px;
	background: #fff;
	display: none
}

.login-input .layer-close {
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
	height: 30px;
	background: url('/images/icon-smallClose.png?v=1') no-repeat center;
	cursor: pointer
}

.login-input h2 {
	height: 40px;
	padding-left: 16px;
	line-height: 40px;
	background: #268ff0;
	color: #fff;
}

.login-input h3 {
	height: 146px;
	line-height: 146px;
	text-align: center;
	font-size: 26px;
}

.login-inputlw {
	width: 924px;
	height: 420px;
	margin-left: 130px;
	clear: both;
}

#gif {
	margin: 0 auto;
	width: 680px;
	height: 450px;
	margin-top: 30px;
	background-image: url(/images/idcardScan.gif);
	background-size: cover;
	position: relative;
	z-index: -1;
}

#gif p {
	font-size: 18px;
	position: absolute;
	top: 100px;
	padding-left: 43px;
	text-align: center;
	width: 100%;
	color: rgba(54, 100, 204, 1);
}

.inputList {
	margin-top: 40px;
	padding: 0 26px;
}

.inputList input {
	width: 38px;
	height: 46px;
	margin-right: 8px;
	border: 1px solid #c3c3c3;
	background: #fafafa;
	border-radius: 6px;
	text-align: center;
	line-height: 44px;
	font-size: 28px;
	color: #1d4f9b;
	float: left;
	ime-mode: disabled;
}

.inputList input:focus {
	border-color: #268ff0
}

.inputList input:nth-child(6), .inputList input:nth-child(14) {
	margin-right: 30px;
}

.login div {
	margin-top: 18px;
}

.user span, .password span {
	display: inline-block;
	text-align: right;
	vertical-align: middle;
	font-size: 14px;
}

.user input, .password input {
	height: 34px;
	line-height: 34px;
	border: 1px solid #ddd;
	border-radius: 2px;
	font-size: 14px;
	padding: 0px 5px;
	vertical-align: middle;
	width: 220px;
}

.loginbutton, .cancelbutton {
	margin: 10px 0px;
	width: 110px;
	height: 36px;
	background: #ff9425;
	border-radius: 2px;
	line-height: 34px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
}

.loginbutton:hover, .cancelbutton:hover {
	background: #ff7725;
}

.cancelbutton {
	margin-left: 50px;
}

body {
    background: white;
}

#face-image {
    margin: 0 auto;
    width: 100%;
    height: 100%;
}

.tip {
    margin-top: 75px;
    margin-left: 16px;
}

.tip span {
    display: inline-block;
    font-size: 22px;
    width: 78%;
    color: #555555;
}

.disabled {
    pointer-events: none;
}

.content {
    padding-top: 46px;
}