﻿html, body, form, div, span, label, input, select
{
	font-family: \5FAE\8F6F\96C5\9ED1,\5B8B\4F53,Arial,arial,sans-serif;
	font-size: 13px;
}
body
{
	overflow: hidden;
}
.loginmain
{
	width: 1000px;
	height: 600px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -500px;
	margin-top: -300px;
	background: url(images/lgbg.jpg) center center no-repeat;
}
.loginform
{
	height:310px;
	width:403px;
	background: url(images/login_m_bg.png) center center no-repeat;
}
.loginform div{height:45px;margin:0 0 20px 45px; position:relative}
.loginform .text
{
	border: 1px solid #bbb;
	border-radius: 5px;
	padding-left: 10px;
	box-sizing: border-box;
	height: 45px;
	margin-bottom: 20px;
	width:310px;
	line-height: 40px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.loginform .text:focus
{
	transition: border linear .2s,box-shadow linear .2s;
	-moz-transition: border linear .2s,-moz-box-shadow linear .2s;
	-webkit-transition: border linear .2s,-webkit-box-shadow linear .2s;
	outline: none;
	border-color: rgba(173,173,173.75);
	box-shadow: 0 0 8px rgba(173,173,173,.5);
	-moz-box-shadow: 0 0 8px rgba(173,173,173,.5);
	-webkit-box-shadow: 0 0 8px rgba(173,173,173,3);
	border: 1px solid #7cccec;
}
.loginform .text-color
{
	color: #666;
}

.l-l-title
{
	color: #fff;
	font-size: 36px;
	font-weight: bold;
}
.l-l-title label
{
	color: #ccc;
	font-size: 16px;
}
.l-l-btn
{
    display: block;
	width:150px;
	text-align: center;
	cursor: pointer;
	height: 45px;
	line-height: 45px;
	background: #4dd17d;
	border: 1px solid #48c073;
	box-sizing: border-box;
	color: #fff;
	border-radius: 3px;
	transition: 0.2s;
}
.l-l-copy
{
	color: White;
	font-size: 16px;
	text-align: center;
}
.l-l-copy a
{
	color: White;
	text-decoration: none;
}
.l-l-rem{color:#c1c1c1; vertical-align:middle}
.l-l-rem input,.l-l-rem label{vertical-align:middle}
.l-l-copy{color:White;font-size:16px; text-align:center; position:absolute;width:100%; bottom:50px}
.l-l-copy a{color:White; text-decoration:underline; }
#l-l-msg{height:20px;font-size:16px;color:#fff;margin:0 0 100px 0; display:none;}
.l-l-ph{position:absolute;left:11px;top:0px;font-size:16px;height:45px;width:100px;color:#c3c3c3;line-height:45px}
.l-dl-title{color:#157FCC;font-size:30px; font-weight:bold; text-align:center;margin:0px!important;padding-top:20px}

