body,div, p, img, ul, li, form, input, label, span, dl, dt, dd, h1, h2, h3, h4, h5, h6{
	margin:0px;
	padding:0px;
	font-family: "微软雅黑";
}
.bg {
    background: url("/Public/common/images/code.jpg") no-repeat center;
    height: 460px;
    width: 100%;
}
.return-box{
	width:100%;
	height:65px;
}
.return {
	float:right;
	margin-right:5%;
	border:none;
    margin-top: 15px;
}
.return-btn {
    text-align: center;
}
button {
    color: #fff;
    background: #6fba48;
    border: none;
    border-radius: 5px;
	margin:25px auto 30px;
    padding: 8px 15px;
    font-weight: bold;
    cursor: pointer;
}
.logo {
    background: url("/Public/common/images/marketlogo.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    height: 40px;
    width: 255px;
}

.title {
    color: #515151;
    font-size: 22px;
    margin-top: 305px;
    text-align: center;
}
.one{
	background:#f9fafa;
	width:100%;
	text-align:center;
}
h2{
	padding-top:10px;
	font-size: 24px;
    font-weight: normal;
}
h1 {
    font-size: 24px;
    font-weight: normal;
	padding-top:50px;
}
.code1 {
    background: url("/Public/common/images/code1.png") no-repeat center;
    height: 388px;
    padding:50px 0px;
    width: 100%;
}
.two{
	background:#fff;
	width:100%;
	text-align:center;
}
.code2 {
    background: url("/Public/common/images/code2.png") no-repeat center;
    height: 389px;
    padding:50px 0px;
    width: 100%;
}
.code3 {
    background: url("/Public/common/images/code3.png") no-repeat center;
    height: 373px;
    padding:50px 0px;
    width: 100%;
}
a{
	text-decoration:none;
}
.x {
    background: none repeat scroll 0 0 #fff;
    display: block;
    float: left;
    height: 42px;
    width: 1px;
	margin-left:10px;
}