body {
	font-family: "微软雅黑", "宋体";
	font-size: 13px
}

h1,
h2,
h3 {
	margin: 0
}

ol,
ul {
	list-style: none
}

.logon_headWrap {
	background-color: #FFF;
	height: 112px;
}

.span12 {
	margin-left: 0
}

.logo {
	width: 243px;
	height: 84px;
	background: url("../images/logo.png") no-repeat;
	margin: 15px 30px 15px 0;
	float: left
}

.headTitle {
	float: right
}

.appTitle {
	margin: 36px 0
}

.contentWrapBig {
	padding: 30px 0;
	position: absolute;
	top: 112px;
	bottom: 0px;
	width: 100%;
	
}

.contentWrapSmall {
	width: 650px;
	margin: 0 auto;
	min-height: 400px;
	background-color: #FFF	
}
/*
.contentWrapSmall {
	width: 950px;
	margin: 0 auto;
	min-height: 470px;
	background-color: #FFF	
}
*/

#welcome,
.cassuccess {
	width: 620px;
	margin: 100px auto
}

.title {
	margin-bottom: 30px
}

.title h3 {
	float: left;
	line-height: 50px;
	padding: 0 25px;
	text-align: center;
	color: #FFF;
	background-color: #c31516
}

.errors {
	text-align: center;
	background: #fed url(../images/error.gif) no-repeat 100px 4px
}

.form-actions {
	background-color: transparent;
	border-top: 0
}

.form-actions input {
	height: 30px
}

.signIn,.signInOther {
	/*float: left*/
}

.signInOtherContent {
	margin-left: 40px;
	margin-top: 20px
}

.tips {
	width: 280px
}

.qqLogin {
	background: url(../images/3dp/Q.png) no-repeat;
	width: 40px;
	height: 40px;
	display: block;
	float: left
}

.qqLogin:hover {
	background: url(../images/3dp/Q1.png) no-repeat
}

.weiboLogin {
	background: url(../images/3dp/S.png) no-repeat;
	width: 40px;
	height: 40px;
	display: block;
	float: left;
	margin-left: 10px
}

.weiboLogin:hover {
	background: url(../images/3dp/S1.png) no-repeat
}

.weixinLogin {
	background: url(../images/3dp/V.png) no-repeat;
	width: 40px;
	height: 40px;
	display: block;
	float: left;
	margin-left: 10px
}

.weixinLogin:hover {
	background: url(../images/3dp/V1.png) no-repeat
}

.alipayLogin {
	background: url(../images/3dp/A.png) no-repeat;
	width: 40px;
	height: 40px;
	display: block;
	float: left;
	margin-left: 10px
}

.alipayLogin:hover {
	background: url(../images/3dp/A1.png) no-repeat
}

@media screen and (max-width:949px) {
	.logon_headWrap,
	.footerWrap {
		display: none
	}
	.contentWrapSmall {
		margin: 0 auto;
		min-height: 500px;
		width: 400px
	}
	.signIn,
	.signInOther {
		float: none;
		width: 100%
	}
	.form-horizontal .control-label {
		width: 100px
	}
	.form-horizontal .controls {
		margin-left: 120px
	}
	.form-horizontal .form-actions {
		padding-left: 120px
	}
	.input-large {
		width: 150px
	}
}

.footerWrap {
	background-color: #d13b20
}

.footer {
	height: 80px;
	padding: 10px 0;
	background-color: #d13b20
}

.footer p {
	text-align: center;
	color: #FFF
}

.footer p a {
	color: #FFF
}