.DCKJTECH {
	width: 100%;
	height: 100%;
}
.DCKJTECH .logo {
	top: 40px;
	left: 60px;
}
.DCKJTECH .logo .img {
	width: 195px;
	height: 60px;
	background: url(./imgs/logo-white.png) no-repeat;
	background-size: 100% 100%;
	display: block;
	text-indent: -999px;
	overflow: hidden;
}
.DCKJTECH .logo .img img,
.DCKJTECH .out-wrap-enword .logo img {
	display: none;
}
.DCKJTECH .bg {
	width: 100%;
	min-width: 1200px;
	height: 100%;
	background: transparent;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
}
.DCKJTECH .bg:after {
	content: "";
	background: url("./imgs/login-bg1.jpg") no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-size: cover;
}

.DCKJTECH .footer {
	height: auto;
	padding: 30px 0;
	background: transparent;
}
.DCKJTECH .footer .download,
.DCKJTECH .footer .other-info {
	display: none;
}
.DCKJTECH .footer .copyright,
.DCKJTECH .footer .copyright b,
.DCKJTECH .footer .copyright a,
.DCKJTECH .footer .copyright a:hover {
	text-align: right;
	color: #fff;
	font-size: 12px;
	margin-top: 0;
	line-height: 20px;
}

.DCKJTECH .wrapper {
	padding-top: 15%;
	width: 100%;
	padding-right: 10%;
	box-sizing: border-box;
	min-width: 1280px;
	max-width: 1920px;
	margin: 0 auto;
}
.DCKJTECH .wrapper .form {
	clear: both;
}

.DCKJTECH .u-header .logo {
	padding-top: 8px;
	top: 0 !important;
	left: 35px !important;
}
.DCKJTECH .u-header .logo a {
	width: 130px;
	height: 40px;
	background: url(./imgs/logo-color.png) no-repeat;
	background-size: cover;
	display: block;
	text-indent: -999px;
	overflow: hidden;
}
.DCKJTECH .ui-header .logo a,
.DCKJTECH .ui-header .logo a:hover {
	display: none;
}
.DCKJTECH .u-header .options-wrap .options-item:first-child {
	display: none;
}
.DCKJTECH .out-wrap-enword .logo {
	width: 195px;
	height: 60px;
	background: url(./imgs/logo-white.png) no-repeat;
	background-size: 100% 100%;
	display: block;
	text-indent: -999px;
	overflow: hidden;
}
