﻿@charset "utf-8";
/* CSS Document */
body, html {
	height: 100%;
	width: 100%;
}
body {
	margin: 0;
	padding: 0;
	font-family: Gotham, Helvetica, Arial, "微软雅黑";
}
div {
	float: left;
	width: 100%;
}
* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
}
input, ul, li, img, p, hr, span, textarea {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
}
input, select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
	outline: none;
	background: transparent;
	border: none;
}
/*placehoder属性*/
input::placeholder, textarea::input-placeholder {
 opacity: 0.5;
 filter: alpha(opacity=50);
 -moz-opacity: 0.5;
 -khtml-opacity: 0.5;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
 opacity: 0.5;
 filter: alpha(opacity=50);
 -moz-opacity: 0.5;
 -khtml-opacity: 0.5;
}
input::-moz-placeholder, textarea::-moz-input-placeholder {
 opacity: 0.5;
 filter: alpha(opacity=50);
 -moz-opacity: 0.5;
 -khtml-opacity: 0.5;
}
/* logo */
.logo{
	display: block;
    position: fixed;
    z-index: 1;
    right: 860px;
    top: 30px;
    height: 60px;
}
/* 主题装饰性img */
.derecimg {
	display: block;
	position: fixed;
	z-index: 1;
	width: 60%;
	left: 5%;
	bottom: 10%;
}
/* 页面局中 */
.logmainbox {
	width: 80%;
	min-width: 900px;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 2;
	transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
}
/* 左边字组 */
.log_font {
	width: 55%;
}
/* 标题 */
.log_font .title {
	display: inline-block;
	font-size: 48px;
	letter-spacing: 2px;
}
.log_font .title::before, .log_font .title::after {
	content: '';
	display: block;
	height: 20px;
	width: 40px;
	opacity: 0.2;
	filter: alpha(opacity=20);
	-moz-opacity: 0.2;
	-khtml-opacity: 0.2;
}
.log_font .title::before {
	float: left;
	margin-top: -20px;
}
.log_font .title::after {
	float: right;
	margin-top: 60px;
}
/* 英文标题 */
.log_font .tit_en {
	font-size: 16px;
	opacity: 0.2;
	filter: alpha(opacity=20);
	-moz-opacity: 0.2;
	-khtml-opacity: 0.2;
	margin-top: 20px;
	padding-left: 40px;
}
/* 此项目简介 */
.log_font .intro {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	font-size: 18px;
	line-height: 32px;
	margin-top: 20px;
	padding-left: 40px;
}
/* 右边登录 */
/* 框 */
.logbox {
	float: right;
	width: 35%;
	position: relative;
	padding-left: 40px;
	padding-right: 40px;
}
/* 装饰：下2 */
.logbox::before, .logbox::after {
	content: '';
	display: block;
	height: 25px;
	width: 25px;
	position: absolute;
	bottom: -1px;
}
.logbox::before {
	left: -1px;
}
.logbox::after {
	right: -1px;
}
/* 请登录 */
.logbox .title {
	text-align: center;
	font-size: 24px;
	line-height: 80px;
}
/* 装饰：上2 */
.logbox .title::before, .logbox .title::after {
	content: '';
	display: block;
	height: 25px;
	width: 25px;
	margin-top: -1px;
}
.logbox .title::before {
	float: left;
	margin-left: -41px;
}
.logbox .title::after {
	float: right;
	margin-right: -41px;
}
/* 登录form */
.logbox .logbox_1,.logbox .logbox_2 {
	height: 60px;
	margin-bottom: 20px;
}
.logbox .logbox_2 {
	width: calc(100% - 130px);
	width: -moz-calc(100% - 130px);
	width: -webkit-calc(100% - 130px);
}
/* icon1 */
.logbox .icon1 {
	height: 30px;
	margin: 15px 10px 15px 15px;
	display: block;
	float: left;
}
/* text */
.logbox .logtext {
	float: right;
	width: calc(100% - 60px);
	width: -moz-calc(100% - 60px);
	width: -webkit-calc(100% - 60px);
	padding-right: 20px;
	line-height: 60px;
	font-size: 18px;
}
/* 验证码 */
.logbox .veri{
	height: 60px;
	width: 120px;
	float: right;
	text-align: center;
	letter-spacing: 10px;
	font-size: 18px;
	font-style: italic;
	line-height: 60px;
	cursor: pointer;
}
/* 忘记密码 */
.fontleft{
	font-size: 14px;
	float: left;
	margin-bottom: 20px;
	line-height: 16px;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	cursor: pointer;
}
.fontleft:hover{
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
}
/* 忘记密码 */
.fontright{
	font-size: 14px;
	float: right;
	margin-bottom: 20px;
	line-height: 16px;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	cursor: pointer;
}
.fontright:hover{
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
}
/* 提示 */
.fontcenter{
	line-height: 16px;
	font-size: 14px;
	float: right;
	overflow: hidden;
	white-space: nowrap;
	text-align: center;
}
/* 登陆按钮 */
.logbox .btn{
	height: 60px;
	font-size: 20px;
	text-align: center;
	line-height: 60px;
	margin-bottom: 30px;
	cursor: pointer;
}






