﻿/*--------------------------------- Common Element --------------------------*/
* {
	padding:0px;
	margin:0px;
	list-style-type:none;
}
body {
	background:#fff;
	color:#333;
	font-size:14px;
	line-height:24px;
	text-align:left;
	font-family:\5FAE\8F6F\96C5\9ED1;
}
img {
	border:none
}
/*--------------------------------- 登录页内容 --------------------------*/
	.dl_bj {
	width:100%;
	height:100%;
	background:url(../images/dly.jpg) no-repeat top center;
	background-attachment:fixed;
    background-size:cover;
    -moz-background-size:cover;
    -webkit-background-size:cover;
	overflow:hidden
}

.dl_nr {
	width:818px;
	padding-top:175px;
	margin:0 auto;
	overflow:hidden
}
.dl_nr .title {
	height:58px;
	background:url(../images/logo.png) no-repeat top center;
	padding-bottom:35px;
	overflow:hidden
}
.dl_nr .dl_db {
	height:355px;
	padding:5px;
	background:url(../images/dl_nr.png) no-repeat top center;
	overflow:hidden
}
.dl_lfnr {
	float:left;
	width:210px;
	height:190px;
	padding:79px 0 0 46px;
	overflow:hidden
}
.dl_rfnr {
	float:right;
	padding:51px 86px 0 0;
	width:356px;
	overflow:hidden
}
.dl_rfnr .nra {
	width:356px;
	height:50px;
	background:url(../images/srk.png) no-repeat top center;
	line-height:50px;
	margin-bottom:18px;
	overflow:hidden
}
.dl_rfnr .nra input {
	background:none;
	line-height:30px;
	color:#333;
	width:296px;
	border:none;
	font-size:16px;
	font-family:\5FAE\8F6F\96C5\9ED1;
	padding:10px 30px;
}
.nrb_nr {
	margin-bottom:18px;
	overflow:hidden
}
.dl_rfnr .nrb {
	float:left;
	width:249px;
	height:50px;
	background:url(../images/srkb.png) no-repeat top center;
	line-height:50px;
}
.dl_rfnr .nrb input {
	background:none;
	line-height:30px;
	width:189px;
	color:#333;
	border:none;
	font-size:16px;
	font-family:\5FAE\8F6F\96C5\9ED1;
	padding:10px 30px;
}
.dl_rfnr .yzm {
	width:93px;
	height:48px;
	float:right;
	margin-top:1px;
	overflow:hidden;
    background: #cacaca;
    line-height: 48px;
    text-align: center;
    cursor: pointer;
}
.dlan {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	height:50px;
	background:#f8a912;
	cursor:pointer;
	line-height:50px;
	color:#fff;
	font-size:18px;
	text-align:center;
	overflow:hidden;
}
input::-moz-placeholder { /* Mozilla Firefox 4 to 18 */
 color: #6a6a6a;
opacity:1;
}
.dl_lfnrb {
	float:left;
	width:199px;
	padding:0 0 0 58px;
	overflow:hidden;
}
.dl_lfnrb .shang{
	padding:50px 0 10px 0; 
	overflow:hidden;
}
.dl_lfnrb .xia img{ 
	width:81px; 
	height:81px; 
	display:block;
    margin: 0 auto;
}
.dl_lfnrb .lf{
	/*float:left;*/
	text-align:center;
	overflow:hidden;
}
.dl_lfnrb .rf{
	float:right; 
	text-align:center;
	overflow:hidden;
}


 input::-moz-placeholder { /* Mozilla Firefox 19+ */
 color: #6a6a6a;
opacity:1;
}
 input:-ms-input-placeholder {
 color: #6a6a6a;
opacity:1;
}
 input::-webkit-input-placeholder {
 color: #6a6a6a;
opacity:1;
}
