html {
	font-family: "Microsoft YaHei", "微软雅黑", "宋体", Arial, Verdana, sans-serif
}

a, abbr, acronym, address, applet, article, aside, audio, b, big,
	blockquote, body, canvas, caption, center, cite, code, dd, del, details,
	dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form,
	h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd,
	label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby,
	s, samp, section, select, small, span, strike, strong, sub, summary,
	sup, tbody, tfoot, thead, time, tt, u, ul, var, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	font-weight: 400
}

button, table, td, th, tr {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline
}

article, aside, details, figcaption, figure, footer, header, hgroup,
	menu, nav, section {
	display: block
}

ol, ul {
	list-style: none
}

blockquote, q {
	quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
	content: '';
	content: none
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%
}

img {
	border: none
}

:focus {
	outline: 0
}

a, a:hover {
	text-decoration: none
}

em {
	font-style: normal
}

.g-clear:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	overflow: hidden
}

.g-clear {
	zoom: 1
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
	display: block
}

.hide {
	display: none
}

.g-left {
	float: left
}

.g-right {
	float: right
}

::-webkit-input-placeholder {
	-webkit-text-fill-color: #999
}

::-moz-placeholder {
	color: #999
}

input:-ms-input-placeholder {
	color: #999
}

input, select {
	border: none
}

html {
	height: 100%
}

body {
	position: relative;
	min-width: 1000px;
	min-height: 570px
}

a {
	cursor: pointer
}

.gp-login {
	background: url(../../images/login2/bg1.jpg) top center no-repeat #000;
	height: 100%;
	position: relative
}

.gp-login .login-content-wrap {
	position: absolute;
	left: 50%;
	margin-left: -385px;
	top: 50%;
	margin-top: -235px
}

.gp-login .login-content {
	width: 770px
}

.gp-login .left-wrap {
	background-color: rgba(21, 35, 51, .76);
	width: 320px;
	height: 470px;
	color: #fff
}

.gp-login .left-wrap .left-wrap-content {
	margin: 22% auto 0
}

.gp-login .left-wrap .logo {
	display: block;
	margin: 0 auto
}

.gp-login .left-wrap h3 {
	font-size: 26px;
	line-height: 70px;
	text-align: center
}

.gp-login .left-wrap .tip {
	font-size: 14px;
	line-height: 44px;
	padding-left: 35px
}

.gp-login .Copyright {
	font-size: 14px;
	color: #fff;
	width: 100%;
	text-align: center;
	margin-top: 30px
}

.gp-login .right-wrap {
	background-color: #fff;
	width: 450px;
	height: 470px;
	text-align: center
}

.gp-login .right-wrap .right-wrap-content {
	width: 300px;
	margin: 10px auto 0
}

.gp-login .right-wrap h2 {
	color: #333;
	font-size: 24px;
	font-weight: 700;
	line-height: 100px
}

.gp-login .right-wrap .form-group {
	margin-bottom: 25px
}

.gp-login .right-wrap .form-control {
	background-color: #f8f9fa;
	border: 1px solid #d4d6d9;
	height: 43px;
	line-height: 43px;
	width: 278px;
	padding-left: 20px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	font-size: 16px
}

.gp-login .right-wrap .confIpt .form-control {
	width: 148px;
	float: left
}

.gp-login .right-wrap .confIpt .code {
	display: inline-block;
	margin-left: 10px
}

.gp-login .right-wrap .btn {
	background-color: #478eef;
	color: #fff;
	line-height: 45px;
	height: 45px;
	font-size: 20px;
	display: block;
	width: 300px;
	border: none;
	cursor:pointer;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px
}

.gp-login .right-wrap .get-pwd {
	color: #333;
	font-size: 14px;
	text-align: left;
	margin-top: 10px;
	display: block;
	padding-left: 5px
}

@media only screen and (min-width:1000px) {
	.gp-login {
		background-size: cover
	}
}