body,
html {
    height: 100%;
}
@charset "utf-8";
	/* CSS Document */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,button {
	font-family:"微软雅黑","宋体",Arial,Helvetica,sans-serif;
	font-size:14px;
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul,li {
	list-style:none;
}
caption {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
abbr,acronym {
	border:0;
}
a img {
	border:none;
}
ul,ol {
	list-style:none;
}
input,textarea {
	outline:none;
}
a:link,a:visited,a:active {
	text-decoration:none;
}
a {
	cursor:pointer;
}
a {
	color:#575757;
	text-decoration:none;
	cursor:pointer;
}
a:hover {
	text-decoration:none;
}
.clear {
	clear:both;
	overflow:hidden;
	font-size:1px;
}
.left,.fl {
	float:left;
	display:inline;
}
.right,.fr {
	float:right;
	display:inline;
}
/*form {
	display:inline-block;
}
*/
strong,b {
	font-weight:bold;
}
.cl {
	clear:both;
}
.logo{
	position: absolute;
	top: 20px;
	left: 30px;
    font-size: 40px;
}
.logo img{
	width: 60px;
    vertical-align: -15px;
}
.boxer {
    background: #fff url(res/login-bg.png) no-repeat center;
    height: 100%;
    position: relative;
    overflow: hidden;
    background-size: cover;
}
.wrapper {
	position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
	width: 960px;
    height: 500px;
    margin: 0 auto;
	overflow: hidden;
	box-shadow: 0px 0px 13px 5px rgba(14,25,80,.2);
	border-radius: 10px;
}
.middle {
	overflow: hidden;
    height: 500px;
}
.middle_left {
	float: left;
	width: 520px;
    height: 500px;
}
.middle_left img {
	width: 520px;
    height: 500px;
}
.middle_right {
	width: 440px;
    height: 500px;
	float: right;
	background: #fff;
}
.mr_box {
	width: 318px;
	margin: 0 auto;
	margin-top: 60px;
}
.mr_box form{
	text-align: center;
}
.mr_box h2 {
	letter-spacing: 2px;
	margin-bottom: 50px;
	display: block;
	text-align: center;
	color: #0092e7;
	font-size: 30px;
}
input::-webkit-input-placeholder {
	color: #c1c1c1;
}
.form-group {
	margin-bottom: 20px;
	position: relative;
}
.mar_b {
	margin-bottom:20px;
}
.form-control {
	height: 48px;
    width: 278px;
    border: none;
    border-bottom: 1px solid #e6e6e6;
    padding-left: 40px;
}
.login {
	height: 56px;
    line-height: 56px;
    width: 82%;
    border: none;
    border-radius: 60px;
    background: #14a7ff;
    color: #fff;
    font-size: 18px;
    letter-spacing: 2px;
    cursor: pointer;
    transition: .3s all linear;
    margin-top: 40px;
}
.login:hover {
	background:#0a98eb;
	transition: .3s all linear;
}
.copyright {
    width: 100%;
    position: absolute;
    bottom: 20px;
    text-align: center;
    font-size: 12px;
    color: #333;
}
.copyright a {
    color: #333;
}