@charset "utf-8";
/* CSS Document */
* {
	padding: 0;
	margin: 0;
}

body {
	margin: 0 auto;
	font-family: "Microsoft Yahei";
}

div, form, img, ul, ol, li, dl, dt, dd, input, button, p, h1, h2, h3, h4, h4, h5
	{
	border: 0;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.logodl {
	text-align: center;
	padding-top: 80px;
	padding-bottom: 50px;
}

.dlbox {
	background: url("login_dlboxbg.jpg") no-repeat left center;
	height: 354px;
	width: 777px;
	margin: 0 auto;
}

.picpc {
	width: 255px;
	float: left;
	text-align: center;
	padding-top: 65px;
}

.dltext {
	width: 455px;
	float: left;
	padding-left: 67px;
}

.dltitile {
	padding-top: 35px;
	font-size: 26px;
	color: #bf9453;
}

.dltitile span {
	font-size: 16px;
	color: #c6c8ca;
	padding-left: 5px;
}

.yhm {
	padding-top: 30px;
}

.yhm label {
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	color: #000;
	padding-right: 5px;
}

.input {
	height: 48px;
	width: 298px;
	border: 1px solid #becad4;
	background: #ecf5fa;
	line-height: 48px;
	border-radius: 5px;
	font-size: 16px;
	color: #000;
	padding: 0 10px;
	font-family: Consolas, "Microsoft Yahei";
}

.botton {
	padding-top: 30px;
}

.dlbut {
	width: 110px;
	height: 38px;
	line-height: 38px;
	background: #3b95c8;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	border-radius: 5px;
	margin-left: 55px;
	cursor: pointer;
}

.czbut {
	width: 110px;
	height: 38px;
	line-height: 38px;
	background: #3b95c8;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	border-radius: 5px;
	margin-left: 65px;
	cursor: pointer;
}