market.css 2.61 KB
.container{
	font-family: "微软雅黑";
	min-height: 620px;
}
.container.position{
	position: relative;
}
/*页面头部*/
.hd{
	position: relative;
	height: 34px;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	background: #f4f4f4;
}
.nav{
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -500px;
	width: 1000px;
}
.nav li{
	position: relative;
	float: left;
	height: 34px;
	line-height: 34px;
	border-bottom: 1px solid #DDDDDD;
}
.nav li.current{
	border-bottom: 1px solid #fff;
	background: #fff;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
}
.nav li a{
	display: block;
	padding: 0 15px;
	font-size: 12px;
	color: #000;
}

/*页面主体*/
.bd{
	height: 562px;
	margin: 0 auto;
	width: 1000px;
	padding-top: 22px;
}
.market-hd{
	position: relative;
	height: 58px;
	background: url(../img/market-title-bg.png) no-repeat top center;
	border-bottom: 4px solid #41a698;
}
.market-hd .user-pic{
	position: absolute;
	width: 40px;
	height: 40px;
	background: url(../img/user-pic.png);
	top: -2px;
	right: 0;
}

/*success*/
.market-tip{
	margin: 50px auto 0;
	padding-left: 60px;
	width: 215px;
	height: 40px;
	line-height: 40px;
	background: url(../img/market-icon.png) no-repeat left center;
	font-size: 24px;
	color: #41a698;
}

/*reset*/
.reset-wrap{
	margin-top: 98px;
}
.reset-wrap h2{
	margin: 0 auto;
	width: 240px;
	height: 18px;
	line-height: 18px;
	font-size: 18px;
	color: #41A698;
}
.reset-wrap h2 span{
	display: inline-block;
	margin-left: 15px;
	padding-left: 15px;
	border-left: 2px solid #41A698;
}
.reset-wrap p{
	margin: 40px 0 0 0;
	font-size: 14px;
	color: #41A698;
	text-align: center;
}
.reset-wrap .input-wrap{
	margin: 20px auto 0;
	text-align: center;
}
.reset-wrap #password-input{
	width: 360px;
	height: 48px;
	border: 1px solid #cccccc;
	padding-left: 18px;
	outline: none;
}
.reset-wrap .comfirm-btn a{
	margin: 20px auto 0;
	display: block;
	width: 380px;
	height: 50px;
	line-height: 50px;
	background: #41A698;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
}

/*页面底部*/
.ft{
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -500px;
	height: 100px;
	padding: 15px 0 0 0;
	width: 1000px;
	border-top: 2px solid #41A698;
}
.ft-list{
	margin: 0 auto;
	width: 496px;
}
.ft-list li{
	float: left;
	height: 25px;
	background: url(../img/ft-line.png) no-repeat left center;
}
.ft-list li:first-child{
	background: none;
}
.ft-list li a{
	display: block;
	font-size: 18px;
	color: #41A698;
	line-height: 25px;
	padding: 0 10px;
}
.ft-list li a:hover{
	text-decoration: underline;
}

.ft p{
	line-height: 20px;
	font-size: 14px;
	color: #999999;
	text-align: center;
}