/* ------- This is the CSS Reset ------- */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}


/* ------- HTML5 display-role reset for older browsers ------- */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	background: #111;
	height: 100%;
}

img {
	border: none;
}

body {
	background: #fff;
	font: 14px/1.42858 'microsoft yahei', sans-serif;
	text-align: center;
	color: #fff;
}

.logo {
	font-size: 32px;
	font-weight: 300;
	float: left;
	padding-top: 10px;
}

form {
	position: relative;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

input {
	width: 100%;
	margin-top: 20px;
	padding: 15px;
	background: rgba(0,0,0,0.5);
	/* browsers that don't support rgba */
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font: 14px/1.42858 'microsoft yahei', sans-serif;
	color: #fff;
	border: none;
	padding-left: 32px;
}

input.username{
	box-shadow: inset 1px 2px 2px rgba(0,0,0,0.2),inset -1px -2px 2px rgba(255,255,255,0.2);
	border-radius: 5px;
	background: rgba(0,0,0,0.65) url(../img/iocn_name.png) no-repeat left 10px center;
}

input.password{
	background: rgba(0,0,0,0.25) url(../img/iocn_pass.png) no-repeat left 10px center;
	box-shadow: inset 1px 2px 2px rgba(0,0,0,0.2),inset -1px -2px 2px rgba(255,255,255,0.2);
}

input:-moz-placeholder {
	color: #999;
}

input:-ms-input-placeholder {
	color: #999;
}

input::-webkit-input-placeholder {
	color: #999;
}

input:focus {
	outline: none;
	-moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .1) inset, 0 2px 7px 0 rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .1) inset, 0 2px 7px 0 rgba(0, 0, 0, .2);
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .1) inset, 0 2px 7px 0 rgba(0, 0, 0, .2);
}

input.submit {
	cursor: pointer;
	width: 100%;
	margin-top: 15px;
	padding: 10px 20px;
	background: #d9810c;
	background: linear-gradient(#dcb430,#c86c08);
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	font: 22px/1.42858 'microsoft yahei', sans-serif;
	font-weight: 400;
	color: #fff;
}

.error {
	display: none;
	position: absolute;
	top: 27px;
	right: -55px;
	width: 40px;
	height: 40px;
	background: #2d2d2d;
	/* browsers that don't support rgba */
	background: rgba(45, 45, 45, .25);
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.error span {
	display: inline-block;
	margin-left: 2px;
	font-size: 40px;
	font-weight: 700;
	line-height: 40px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .1);
	-o-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}

.copyright {
	font-size: 12px;
	position: relative;
	margin: 60px auto 0;
	padding: 7px 0 9px;
	border-top: 1px solid #ddd;
	width: 1170px;
	color: #333;
	text-align: left;
}

.copyright a {
	display: inline;
	margin: 0 4px;
	white-space: nowrap;
	color: #6c6c6c;
}

.copyright .link {
	margin-bottom: 8px;
	line-height: 27px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 8px;
	overflow: hidden;
}

.home-link {
	display: block;
	height: 70px;
	margin-right: 25px;
	line-height: 70px;
	text-decoration: none;
	color: #999;
	padding: 0 10px;
}

.contentwarp {
	width: 100%;
	position: relative;
}

.contentwarp .imgbg {
	position: absolute;
	z-index: 9;
	top: 0;
	left: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	background-image: url(../img/bg.jpg);
	height: 700px;
}

.contentwarp .textwarp {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	height: 700px;
	z-index: 999;
}

.contentwarp .textwarp .text {
	position: absolute;
	top: 120px;
	right: 60px;
	width: 350px;
}

.contentwarp .textwarp .loginwarp {
	width: 350px;
	height: 360px;
	padding: 20px 25px 20px 25px;
	color: #6c6c6c;
	background: rgba(8, 7, 7, .6);
	position: relative;
	margin: 0 auto;
}

.contentwarp .textwarp .loginwarp .loginp {
	font-size: 22px;
	font-weight: 400;
	text-align: center;
	color: #fff;
	margin-bottom: 6px;
	letter-spacing: 1px;
}

.contentwarp .textwarp .loginwarp .verify {
	width: 120px;
	height: 35px;
	display: inline-block;
	float: left;
}

.contentwarp .textwarp .loginwarp .verifyimg {
	display: inline-block;
	float: right;
	margin-top: 20px;
}

.contentwarp .textwarp .loginwarp .verifyimg img {
	height: 30px;
	vertical-align: middle;
	border-radius: 5px;
}

.contentwarp .textwarp .loginwarp .verifyimg span {
	display: inline-block;
	color: #333;
	padding: 0 5px;
	margin-left: 5px;
	height: 35px;
	line-height: 35px;
	*display: inline;
	*zoom: 1;
	font-size: 12px;
}

.contentwarp .textwarp .regbtn {
	font-size: 12px;
	color: #f2f2f2;
	float: right;
}