﻿/*登录页面样式*/

@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 #17aaff;
	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: 400px;
    height: 420px;
    position: absolute;
    float: right;
    right: 15%;
    top: 5%;
    border-radius: 8px;
    /*background-color: white;*/
    background-color: rgba(255, 255, 255, 0.1);
}

.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: #17aaff;
}

.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: 40px;
}

.jzpwd {
	color: #ababab;
}

.jzpwd a {
	float: right;
	text-decoration: none;
	cursor: pointer;
	color: #17aaff;
}

.jzpwd a:hover {
	color: #1689cc;
}

.logC {
	text-align: center;
}


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

.logDiv .logC button:hover {
	background-color: #4c7eec;
}

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


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

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


/*登录页面样式end*/