body {
	width: 100%;
	height: 100%;
	font-family: "微软雅黑 Regular";
	    background: #F8F8F8;
	font-size: 14px;
}

.contdiv{
	    background: #fff;
    padding: 0px 50px 0px 0;
    box-sizing: border-box;
}

.shuimo {
	width: 673px;
	float: left;
}

.denglu {
	float: right;
	padding-top: 45px;
}

.xian {
	width: 150px;
	height: 1px;
	background: #1772B4;
	float: left;
	margin-top: 20px;
}

.denglup {
	height: 26px;
	font-size: 26px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #1772B4;
	float: left;
	margin-left: 22px;
	margin-right: 22px;
	font-size: 24px;
}

.dltop {
	margin-bottom: 40px;
}

.zh {
	width: 100%;
	height: 56px;
	line-height: 56px;
	margin-top: 21px;
}

.zh p {
	width: 86px;
	text-align: right;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	float: left;
}

.zh input {
	width: 314px;
	height: 56px;
	background: #FFFFFF;
	border: 1px solid #BFBFBF;
	border-radius: 4px;
	padding-left: 36px;
}

.zhinput {
	width: 350px;
	height: 56px;
	position: relative;
	float: left;
}

.zhinput img {
	position: absolute;
	width: 20px;
	height: 22px;
	top: 16px;
	left: 12px;
}

input:focus {
	border: 1px solid #B47773;
}

.yzm {
	width: 100%;
	height: 56px;
	line-height: 56px;
	margin-top: 21px;
}

.yzm p {
	width: 86px;
	text-align: right;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	float: left;
}

.yzminput input {
	width: 132px;
	height: 56px;
	background: #FFFFFF;
	border: 1px solid #BFBFBF;
	border-radius: 4px;
	padding-left: 36px;
}

.yzminput {
	width: 168px;
	height: 56px;
	position: relative;
	float: left;
}

.yzminput img {
	position: absolute;
	width: 20px;
	height: 22px;
	top: 16px;
	left: 12px;
}

input:focus {
	border: 1px solid #B47773;
}

.ma {
	width: 126px;
	height: 56px;
	float: left;
	margin-left: 8px;
}
#randomCode{
	width:100px;
	margin-left:16px;
	vertical-align: middle;
}
.huan {
	display: inline-block;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #1772B4;
	margin-left: 7px;
	float:right;
}

.denglu button {
	width: 100%;
	height: 56px;
	background: #1772B4;
	border-radius: 4px;
	border: none;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 56px;
	margin-top: 17px;
	margin-left: 10px;
	outline: none;
}

.zhuce {
	width: 100%;
	float: right;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	margin-top: 9px;
}

.zhuce a {
	float: right;
	color: #1772B4;
}

.zhuce span {
	float: right;
}

.ljzc {
	color: #1F68BA;
}

@media (max-width: 991px) {
	.m-show{
			display:block;
		}
		.m-hide{
			display:none;
		}
	.contdiv{
		width: 100%;
		padding: 0 2%;
	}
	.shuimo{
		width: 100%;
	}
	.denglu{
		float:inherit;
	}
	.xian{
		width: 24%;
	}
	.zh input{
		width: 84%;
    padding-left: 10%;
}
	.zh p{
		width: 100%;
		text-align: left;
	}
	.yzm p{
		width: 100%;
		text-align: left;
	}
	.denglu button{
		margin-left: 0;
	}
	}