/** 清除内外边距 **/
*, html, body, h1, h2, h3, h4, h5, h6, hr, p, blockquote,
	/* structural elements 结构元素 */ dl, dt, dd, ul, ol, li,
	/* list elements 列表元素 */ pre, /* text formatting elements 文本格式元素 */
	form, fieldset, legend, button, input, textarea,
	/* form elements 表单元素 */ th, td, /* table elements 表格元素 */ img
	/* img elements 图片元素 */ {
	border: none;
	margin: 0;
	padding: 0;
}

input:focus, button:focus {
	outline: none;
}

html, body, button, input, select, textarea { /** 设置默认字体 **/
	font: 12px/1.5 customfont, 'Microsoft Yahei', Arial, SimHei, SimSun,
		Helvetica;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

i, b, em, big, small {
	font-weight: normal;
	font-style: normal;
} /*斜体,粗体,强调,+1,-1,*/
ul, ol {
	list-style: none;
} /** 重置列表元素 **/
a {
	text-decoration: none;
	color: #333;
	color: inherit;
} /** 重置超链接元素 **/
a:hover {
	text-decoration: none;
	color: #00b4f7;
	color: inherit;
}

img {
	border: 0px;
} /** 重置图片元素 **/
table {
	border-collapse: collapse;
	border-spacing: 0;
} /** 重置表格元素 **/
.clearfix:after {
	content: '';
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}

.clearfix {
	clear: both;
	zoom: 1;
}
/*------------清楚默认end---------------*/
body {
	background-color: #eff4f6;
}

.w-top {
	width: 100%;
	background-color: #FFFFFF;
}

.top {
	width: 1200px;
	margin: 0 auto;
	height: 70px;
}

.topLeft {
	padding: 11.5px 0;
	float: left;
	cursor: pointer;
}
.topLeft img {
	float: left;
	margin-left: 20px;
}

.topLeft span {
	height: 47px;
	line-height: 47px;
	text-align: center;
	float: left;
	margin-left: 15px;
	font-size: 18px;
}

.topRight {
	float: right;
}

.topRight li {
	float: left;
	font-size: 14px;
	height: 70px;
	line-height: 70px;
}

.topRight a {
	color: #666666;
	height: 70px;
	line-height: 70px;
}
/***W-TOP END***/
.zhuceContent {
	width: 1000px;
	margin: 25px auto 0 auto;
}

.zTop {
	background: url(../images/zc.jpg) repeat-x;
	background-size: 100% 100%;
	margin:0 auto;
}

.zTop span {
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	display:block;
}

.information {
	width: 940px;
	padding: 0 30px;
	background-color: #FFFFFF;
}

.basics, .company, .bankCard {
	padding: 30px 0;
	box-sizing: border-box;
	border-bottom: 1px solid #dddddd;
}

.basTop p, .bankTop p, .comTop p {
	float: left;
	margin-left: 20px;
	font-size: 16px;
}

.basTop h2, .bankTop h2, .comTop h2 {
	float: right;
	font-size: 14px;
	margin-right: 20px;
	color: #00b4f7;
	height: 24px;
	line-height: 24px;
	cursor: pointer;
}

.iconfont {
	color: #999999 !important;
	margin-left: 10px;
	height: 24px;
	line-height: 24px;
}

.informationLeft, .informationCon, .informationRight {
/* 	float: left;
 */	height: 40px;
	line-height: 40px;
	font-size: 14px;
	margin-top: 15px;
}

.basicsContent {
	width: 255px;
	margin: 0 auto;
}

.informationLeft {
	text-align: right;
	margin-right: 10px;
	width: 115px;
}

.informationRight {
	color: #b0b0b0;
	margin-left: 10px;
}

.informationCon input {
	height: 40px;
	box-sizing: border-box;
	width: 260px;
	border: 1px solid #DDDDDD;
	background-color: #fafafa;
	margin:0 auto;
	display:block;
	padding-left: 5px;
}
.commit{width: 425px;
		margin:0 auto;
		padding:20px 0;
}
.commit p{
/* 	margin-left:115px ;
 */		border-radius: 5px;
		background: #00b4f7;
		cursor: pointer;
		color: #FFFFFF;
		width: 260px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		margin:0 auto;
}

#agreement_div{
	font-size: 12px;
    margin: 16px auto 0;
    width: 20%;
}
#agreement{
	margin-right: 2px;
}
#agreement_div a{
	color: #00b4f7;
}
#ag_title_name{
	font-weight: bold;
}
#ag_title{
	margin: 0 auto;
	width: 32%;
	font-size: 13px;
}
#open_agreement{
	font-size: 11px;
}
#agreeMsg{
	background-color: #00b4f7;
    border-radius: 4px;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    margin-bottom: 20px;
    margin-left: 23%;
    margin-top: 15px;
    text-align: center;
    width: 60%;
}