
html {
    margin: 0 auto;
}

body {
    font-family: -apple-system-font, "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
    line-height: inherit;
    color: #666666;
}


h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    font-size: 16px;
}

* {
    margin: 0px;
    padding: 0px;
}

a {
    text-decoration: none;
}

/*头部图片*/
.header{
	width: 1200px;
	height: 120px;
	background: url(../images/header1.jpg) no-repeat center;
	margin: 0px auto;
}

/*中间输入*/
.content{
	width: 100%;
	height: 615px;
	padding-top: 85px;
	background: #ff9172;
}

.login-middle{
	width: 1200px;
	height: 530px;
	margin: 0px auto;
}

.login-middle .login-xcx{
	float:left;
	width: 685px;
	height: 578px;
	margin-top:1px;
	background: url(../images/bg2.png) no-repeat center;
}

.login-m{
	float:right;
	width: 485px;
	height: 530px;
	margin: 0px auto;
	background: url(../images/dl.png) no-repeat center;
}

.login-m .fillout1{
	float: left;
	width: 562px;
	height: 50px;
	margin-top: 45px;
	line-height: 50px;
}

.login-m .errer{
	float: left;
	width: 320px;
	height: 20px;
	margin-left: 140px;
	line-height: 20px;
	margin-top: 10px;
	font-size: 14px;
	color: #e34a4d;
}

.login-m .errer1{
	float: left;
	width: 220px;
	height: 20px;
	margin-left: 140px;
	line-height: 20px;
	margin-top: 10px;
	font-size: 14px;
	color: #e34a4d;
}

.login-m .fillout{
	float: left;
	width: 562px;
	height: 50px;
	margin-top: 10px;
	line-height: 50px;
}

.login-m .fillout label.tag-m{
	float: left;
	width: 83px;
	height: 50px;
	line-height: 50px;
	margin-right: 20px;
	text-align: right;
	font-size: 16px;
}

.login-m .fillout input.fill-in{
	float: left;
	width: 296px;
	height: 48px;
	line-height: 48px;
	margin-right: 12px;
	text-align: left;
	font-size: 16px;
	border: 1px solid #c4c4c4;
	text-indent: 20px;
}

.login-m .fillout .see{
	float: left;
	width: 48px;
	height: 48px;
	background: url(../images/2.png) center center no-repeat;
	cursor: pointer;
}

.login-m .fillout .no-see{
	float: left;
	width: 48px;
	height: 48px;
	background: url(../images/1.png) center center no-repeat !important;
	cursor: pointer;
}

.login-m .forget{
	float: right;
	width: 80px;
	height: 20px;
	text-align: right;
	margin-right: 83px;
	line-height: 20px;
	margin-top: 15px;
	font-size: 14px;
}

.login-m .forget a{
	width: 320px;
	height: 20px;
	color: #666666;
}

.login-m  input.present{
	float: left;
	width: 298px;
	height: 50px;
	margin-left: 103px;
	margin-top: 20px;
	background: url(../images/dlbut.png);
	border: 0px;
	cursor: pointer;
}

.login-m  .skip{
	float: left;
	width: 298px;
	height: 50px;
	margin-left: 103px;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	color: #333333;
}

.login-m  .skip a{
	font-size: 16px;
	color: #ff7300;
}

/*底部*/
.base{
	width: 1200px;
	height: 166px;
	margin: 0px auto;
	background: url(../images/dibu.png) no-repeat center center;
}
/*聚商汇*/
.advertise {
	width: 100%;
	position: relative;
	overflow: hidden;
	height: 70px;
}
.pic {
	width: 1920px;
	position: absolute;
	left: 50%;
	margin-left: -960px;
}