* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
html,
body {
	width: 100%;
	height: 100%;
}
body {
	background-attachment: fixed;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.head {
	padding-top: 126px;
	width: 100%;
	text-align: center;
	line-height: 100%;
}
.head .title {
	margin: 0;
	padding: 0 35px;
	position: relative;
	display: inline-block;
	line-height: 10px;
	border-left: 5px solid #fff;
	border-right: 5px solid #fff;
	font-size: 32px;
	color: #fff;
}
.head .title:before,
.head .title:after {
	position: absolute;
	top: 4px;
	content: '';
	display: block;
	width: 48px;
	height: 1px;
	background-color: #fff;
}
.head .title:before {
	left: -53px;
}
.head .title:after {
	right: -53px;
}
.login-wrap {
	width: 790px;
	margin: 120px auto;
}
.login-content:after,
.login-content:before {
	content: '';
	display: table;
}
.login-content:before {
	clear: both;
}
.login-content {
	min-height: 468px;
	box-shadow: 0 0 5px #3f51b5;
}
.login-intro {
	position: relative;
	float: left;
	width: 328px;
	min-height: 468px;
	background-color: #3f51b5;
}
.login-intro .circle {
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -74px;
	width: 148px;
	height: 74px;
	border-radius: 0 0 74px 74px;
	background-color: #2d40a9;
}
.login-intro .logo {
	position: absolute;
	left: 50%;
	top: -55px;
	margin-left: -55px;
	width: 110px;
	height: 110px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-color: #fff;
	border-radius: 50%;
}
.login-intro .title {
	margin-top: 82px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
}
.login-intro .desc {
	margin: 0;
	line-height: 100%;
	font-size: 16px;
	color: #fff;
	text-align: center;
}
.login-intro .user-bg {
	margin-top: 42px;
	width: 100%;
	height: 115px;
	background-image: url(../images/user.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.login-intro .user-btns {
	margin-top: 36px;
}
.login-intro .user-btns .btn {
	margin: 0 auto 12px;
	padding: 12px 0 12px 54px;
	display: block;
	width: 162px;
	text-decoration: none;
	border: 1px solid rgba(255, 255, 255, .6);
	border-radius: 4px;
	background-color: rgba(255, 255, 255, .5);
	font-size: 16px;
	color: #fff;
}
.login-intro .user-btns .btn:last-child {
	margin-bottom: 0;
}
.login-intro .user-btns .item-1 {
	background: url(../images/icon_1_white.png) no-repeat 16px center;
}
.login-intro .user-btns .item-2 {
	background: url(../images/icon_2_white.png) no-repeat 16px center;
}
.login-intro .user-btns .btn:hover {
	background-color: #fff;
	color: #3f51b5;
}
.login-intro .user-btns .item-1:hover {
	background: url(../images/icon_1_blue.png) no-repeat 16px center #fff;
}
.login-intro .user-btns .item-2:hover {
	background: url(../images/icon_2_blue.png) no-repeat 16px center #fff;
}
.login-form {
	padding: 85px 72px 50px;
	float: left;
	min-height: 468px;
	background-color: #fff;
}
.login-form .inp-box {
	margin-bottom: 34px;
	width: 336px;
	height: 46px;
	overflow: hidden;
	border: 1px solid #f3f4f4;
	border-radius: 4px;
	background-color: #f3f4f4;
}
.login-form .inp-box .iconfont {
	float: left;
	width: 43px;
	height: 46px;
	border-right: 1px solid #fff;
}
.login-form .inp-box .icon-user {
	background: url(../images/user_icon.png) no-repeat center center;
}
.login-form .inp-box .icon-password {
	background: url(../images/password.png) no-repeat center center;
}
.login-form .inp-box .inp-text {
	float: left;
	padding-left: 20px;
	width: 290px;
	height: 46px;
	line-height: 46px;
	border: 0;
	outline: none;
	background-color: transparent;
}
.login-form .inp-error {
	margin-top: -34px;
	height: 34px;
	line-height: 34px;
	font-size: 16px;
	color: #ff8a00;
}
.login-form .inp-error span {
	padding-left: 20px;
	background: url(../images/error.png) no-repeat left center;
}
.login-form .login-btn {
	margin-top: 10px;
	display: block;
	width: 100%;
	height: 48px;
	line-height: 48px;
	text-align: center;
	border: 0;
	outline: none;
	cursor: pointer;
	border-radius: 4px;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
}
.login-form .login-up {
	background-color: #3f51b5;
}
.login-form .login-authen {
	background-color: #01c853;
}
.login-other:after,
.login-other:before {
	content: '';
	display: table;
}
.login-other:before {
	clear: both;
}
.login-other {
	margin-top: 16px;
}
.login-other .forget {
	float: left;
	text-decoration: none;
	font-size: 16px;
	color: #3f51b5;
}
.login-other .forget:hover {
	text-decoration: underline;
}
.login-other .check-box {
	float: right;
}
.login-other .check-box input[type='checkbox'] {
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	border: 1px solid #c1c1c1;
	border-radius: 0;
	outline: none;
}
.login-other .check-box .label {
	vertical-align: middle;
	font-size: 16px;
	color: #666;
}
.footer {
	margin-top: 32px;
	width: 100%;
	text-align: center;
	font-size: 16px;
	color: rgba(255, 255, 255, .56);
}
.footer .text {
	margin-left: 30px;
}
.footer .text a{
	text-decoration: none;
	color: rgba(255, 255, 255, .86);
}
