﻿@charset "utf-8";
/* CSS Document */

body { overflow: hidden;}
/*页面背景*/
.body {
	background: url("../images/login_bg.png") top center no-repeat ;
	height: 100%;
	width: 100%;
	position:fixed;
	background-size: auto auto; overflow: hidden;
}
/*标题*/
.header_login {
	height: 226px;
	width: 100%;
	z-index: 999;
	min-width: 1200px;
	text-align: center;
	padding-top: 70px;
}
.header_login h1 {
	margin-top: 10px; font-size: 58px; color: #d15e18; font-weight: 600;
}
.main {
	height: 500px;
	width: 1200px;
	margin: 3% auto 1% auto;
}
.main .left {
	width: 800px;
	display: inline-block;
	vertical-align: bottom;
	text-align: center;
    margin-top: 0px;
	margin-left: -60px
}
/*右侧登录*/
.main .right {
	display: inline-block; 
	vertical-align: top;
	width:519px;
    height: 723px;
    position: absolute;
    background: url("../images/text_bg.png" ) no-repeat ;
    padding-left: 70px;
    padding-top: 30px;
}
	/*background: rgba(255,255,255,0.7); border-radius: 20px; 
	padding: 30px;
    box-shadow: 4px 10px 15px rgba(0,69,104,0.51);

.main .right h2 {
	height: 50px;
	line-height: 40px;
	margin-bottom: 20px
}
.main .right h2 b {
	font-size: 24px;
	color: #1a68e9;
	display: inline-block;
	border-bottom: 3px solid #1a68e9
}*/
	
.main .right .text {
	width: 370px;
	 
}
.main .right .text input {
	border: 1px solid #e79035;
	height: 50px;
	line-height: 50px;
	border-radius: 5px;
	text-indent: 35px;
	color: #333;
	font-size: 16px;
	padding-left: 20px; margin-top: 20px;
}
.main .right .text input:focus {
	box-shadow: 0px 0px 10px #fac8a0;
	border: 1px solid #fac8a0;
	border-radius: 5px;
	outline: none;
	color: #333;
}
.main .right .text .username input {
	width: 340px;
	background: url(../images/icon-1.png) 10px 4px no-repeat #fff;
}
.main .right .text .password input {
	width: 340px;
	background: url(../images/icon-2.png) 10px 4px no-repeat #fff;
}
.main .right .text .code {
	overflow: hidden
}
.main .right .text .code input {
	width: 200px;
	padding-left: 10px;
	text-indent: 15px;
	background: #fff;
	float: left
}
.main .right .text .code .pic {
	width: 143px;
	height: 52px;
	float: left;
	margin-left: 10px; margin-top: 20px;
}
.main .right .text p {
	color: #FF0004;
	height: 20px
}
.key {
	width: 370px;
	margin-top: 40px
}
.key a {
	display: inline-block;
	border-radius: 30px;
	height: 53px;
	width: 370px;
	line-height: 53px;
	font-size: 22px;
	color: #fff;
	letter-spacing: 15px;
	text-align: center;
}
.key .loginkey {
	display: inline-block;
	border-radius: 30px;
	-moz-border-radius:30px; /* 老的 Firefox */
	height: 50px;
	width: 370px;
	line-height: 50px;
	font-size: 22px;
	color: #fff;
	letter-spacing: 15px;
	text-align: center;
	box-shadow: 0px 5px 15px #faaa78;
	border: none;
	background: -webkit-linear-gradient(bottom,#f3681c, #fa8537); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(bottom, #f3681c, #fa8537); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(bottom,#f3681c, #fa8537); /* Firefox 3.6 - 15 */
	background: linear-gradient(to bottom, #f3681c, #fa8537); /* 标准的语法 */ 
	transition: 0.3s transform ease-in;
	/* Firefox 4 */
-moz-transition: 0.3s transform ease-in;
/* Safari and Chrome */
-webkit-transition: 0.3s transform ease-in;
/* Opera */
-o-transition: 0.3s transform ease-in;
	cursor: pointer
}
.key .loginkey:hover {
	transform: translate(0,-5px)
}
.zhuce { width: 350px; margin-top: 20px;  text-align: right; }
.zhuce a {   color:#fa8537 ;font-size: 17px; padding: 3px 20px;}
.zhuce a:hover { background:#fa8537 ; color: #fff; padding: 3px 20px; border-radius: 34px; }
/*.footer { text-align: center; color: #000; padding-top: 1%;  }
.footer p { line-height: 26px;  }*/
