﻿@charset "utf-8";
/*登录页面样式*/
* {
	padding: 0;
	margin: 0;
	font-family: "Microsoft YaHei";
}
.logHead {
	width: 100%;
	height: 70px;
	line-height: 70px;
}
#hides{display: none;}
.logimg{
	margin-left: 10%;
	margin-top: 5px;
	height: 60px;
}
.logtext{
	float: right;
	margin-right: 10%;
}
.logtext a{
	color: red;
	text-decoration: none;
}
.logDiv {
	width: 100%;
	position: relative;
}

.logDiv img.logBanner {
	width: 100%;
	overflow: hidden;
}
.logDiv .logGet {
	width: 368px;
	height: 360px;
	background-color: white;
	position: absolute;
	top: 25%;
	right: 20%;
        border-radius: 5px;
}
.logDiv .logGet .logDtip {
	width: 88%;
	margin: 0px auto;
	margin-bottom: 40px;
	text-align: center;
}
.logDiv .logGet .lgD {
	width: 86%;
	margin: 0px auto;
	position: relative;
	margin-bottom: 20px;
}
.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: 18px;
}
.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;
}
.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: 30px;
}
.logF{
	width: 86%;
    margin: 0px auto;
    position: relative;
}
.logG{
margin-bottom: -20;
}
.logFleft:hover{
	color: red;
}
.logFright a:hover{
	color: red;
	text-decoration: none;
}
.logFright a{
	color: #969696;
	text-decoration: none;
}
.logFleft a{
	color: #969696;
	text-decoration: none;
}
.logFleft a:hover{
	color: red;
	text-decoration: none;
}
.logFleft{
	float: left;
	color: #969696;
	margin-top: 10px;
}
.logFright{
	float: right;
	color: #969696;
	margin-top: 10px;
}


.logDiv .logC button {
	width: 100%;
	height: 40px;
	background-color: #e60012;
	border: none;
	color: white;
	font-size: 18px;
	border-radius:5px;
}

.logFoot {
	width: 100%;
	text-align: center;
}

.logFoot{
	padding-top: 0px;
	font-size: 14px;
	color: #969696;
	margin-bottom: 5px;
	margin-top: 5PX;
}
/*登录页面样式end*/