﻿/*登录页面样式*/

@charset "utf-8";
* {
	padding: 0;
	margin: 0;
	font-family: "Microsoft YaHei";
}

body {
	padding: 0;
	margin: 0;
}

.body_bg {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1
}

.body_bg img {
	position: fixed;
	height: 100%;
	width: 100%;
}

input {
	border: 1px solid #e5e5e5;
	border-radius: 3px;
}

input:focus {
	outline: none;
	border: 1px solid #ffd318;
	border-radius: 3px;
}

.logtext {
	float: right;
	margin-right: 10%;
}

.logtext a {
	color: red;
	text-decoration: none;
}

#box {
	width: 100%;
	height: 400px;
	position: absolute;
}


/*右侧登录区域*/

.logDiv .logGet {
	width: 385px;
	height: 420px;
	position: absolute;
	float: right;
	right: 15%;
    top: 20%;
	border-radius: 5px;
	background-color: white;
	background-color: rgba(255, 255, 255, 1);
	/* IE9、标准浏览器、IE6和部分IE7内核的浏览器(如QQ浏览器)会读懂 */
}

.logDiv .logGet .logDtip {
	width: 88%;
	margin: 0px auto;
	margin-bottom: 30px;
	text-align: center;
}

.logDiv .logGet .lgD {
	width: 86%;
	margin: 0px auto;
	position: relative;
	margin-bottom: 30px;
}

.logDiv .logGet .lgD img.img1 {
	position: absolute;
	top: 12px;
	left: 8px;
}

.logDiv .logGet .lgD input {
	width: 100%;
	height: 42px;
	text-indent: 2.5rem;
}

.logDiv .logGet .lgD input.getYZM {
	width: 25px;
	display: inline-block;
	float: left;
	height: 20px;
	margin-top: 2px;
}

.getYZM input {
	border: 1px solid #e5e5e5;
	border-radius: 3px;
}

.logDiv .logGet .lgD .logYZM {
	width: 100px;
	height: 46px;
	overflow: hidden;
	display: inline-block;
	position: relative;
	top: 18px;
}

.logDiv .logGet .lgD .logYZM img.yzm {
	width: 100%;
}

.logDiv .logGet .logD2 {
	margin-top: 20px;
}

.logDiv .logGet .logD .p1 {
	display: inline-block;
	font-size: 28px;
	margin-top: 30px;
	color: #1a93ff;
}

.logDiv .logGet .logD .p2 {
	display: inline-block;
	font-size: 18px;
	margin-top: 40px;
	float: right;
	color: #e60012;
}

.logDiv .logC {
	width: 86%;
	margin: 0px auto;
	margin-top: 20px;
}

.jzpwd {
	color: #ababab;
}

.logDiv .logC button {
	cursor: pointer;
	width: 100%;
	height: 40px;
	background-color: #1a93ff;
	border: none;
	color: white;
	font-size: 18px;
	border-radius: 5px;
}

.logDiv .logC button:hover {
	opacity: .8;
}

.logDiv .logC button:focus {
	outline: none;
}

.logFoot {
	width: 100%;
	text-align: center;
}

.logFoot {
	padding-top: 0px;
	font-size: 14px;
	color: #969696;
	margin-bottom: 5px;
	margin-top: 5PX;
}


/*右侧登录区域结束*/

.logbottom {
	position: absolute;
	bottom: 0px;
	width: 100%;
	font-size: 14px;
	text-align: center;
	color: white;
}


/*登录页面样式end*/