@import url("public.css");

#header .top p{
	color: #666;
}
/*login*/
.login{
	padding: 90px 0 120px;
}
.login form{
	width: 415px;
	margin: 0 auto;
}
.login form h2{
	color: 1c1c1c;
	font-size: 24px;
	line-height: 32px;
	font-weight: normal;
	text-align: center;
	margin: 0 0 50px;
}
.login form input[type=text]{
	display: block;
    border: 1px solid #dcdcdc;
    font-size: 14px;
    width: 365px;
    height: 64px;
    margin: 30px auto 0;
    padding: 0 0 0 50px;
    background: url(../images/username.png) no-repeat 20px center;
}
.login form input[type=password]{
	display: block;
    border: 1px solid #dcdcdc;
    font-size: 14px;
    width: 365px;
    height: 64px;
    margin: 30px auto 0;
    padding: 0 0 0 50px;
    background: url(../images/password.png) no-repeat 20px center;
}
.login form input[type=checkbox]{
	margin: 2px 10px 0 2px;
    float: left;
}
.login form button{
	background: #285DAB;
	color: #FFFFFF;
	width: 415px;
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	border: none;
}
.login form p{
	color: #7e8080;
	padding: 30px 0 35px;
}
.login form a{
	color: #7e8080;
	float: right;
	padding: 0 8px;
	font-size: 14px;
}
.login form a:hover{
	color: #285dab;
}
/*register*/
.register{}
.register table{
	width: 470px;
	margin:  0 auto;
	border-collapse: separate; 
	border-spacing: 22px;
}
.register table tr{
	margin: 15px 0;
}
.register table th{
	font-size: 15px;
    color: #979797;
    width: 70px;
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: right;
    font-weight: normal;
    padding: 0 20px 0 0;
}
.register table td{
	font-size: 15px;
	color: #979797;
}
.register table td p{
	color: #666666;
	font-size: 14px;
	text-align: center;
}
.register table td a{
	color: #275dab;
}
.register table input{
	font-size: 15px;
	width: 340px;
	height: 44px;
	padding: 2px 10px;
	border: 1px solid #dcdcdc;
	color: #979797;
	margin: 5px 0;
}
.register table input[type=checkbox]{
	width: 15px;
	height: 15px;
	margin: 3px 15px 0 0;
	float: left;
}
.register button{
	background: #285DAB;
	font-size: 14px;
	color: #FFFFFF;
	border: none;
	width: 100%;
	padding: 15px 0 14px;
}
/*member_center*/
.member_center{}
.member_center .left{
	width: 260px;
	padding: 25px 0 224px;
	background: #f5f5f5;
}
.member_center .left img{
	width: 170px;
	height: 220px;
	padding: 15px 10px;
	border-bottom: 1px solid #dcdcdc;
	margin: 0 40px;
}
.member_center .left ul{
	padding: 20px 0;
}
.member_center .left li{
	text-align: center;
	height: 40px;
	line-height: 40px;
}
.member_center .left li a{
	font-size: 16px;
	line-height: 26px;
	display: block;
    padding: 7px 0;
	color: #666;
}
.member_center .left li a.on{
	background: #285DAB;
	color: #FFFFFF;
	border-left: 6px solid #0a3974;
}
.member_center .right{
	width: 890px;
}
.member_center .right h3{
	color: #454646;
	font-size: 20px;
	font-weight: normal;
	padding: 0px 0 0px 18px;
	border-left: 3px solid #285DAB;
}
.member_data .right form{
	padding: 40px 0;
}
.member_data .right li{
	height: 48px;
	line-height: 48px;
	padding:  15px 0;
}
.member_data .right li p{
	font-size: 15px;
	color: #979797;
}
.member_data .right li span{
	width: 100px;
	display: block;
	float: left;
}
.member_data .right li input{
	color: #666666;
	font-size: 15px;
	height: 46px;
	width: 380px;
	padding: 0 10px;
	border: 1px solid #dcdcdc;
}
.member_data .right button{
	background: #285DAB;
	font-size: 14px;
	color: #FFFFFF;
	border: none;
	width: 402px;
	padding: 15px 0 14px;
	margin: 30px 0 0 100px;
}
/*mod_password*/
.mod_password .right form{
	padding: 40px 0;
}
.mod_password .right li{
	height: 48px;
	line-height: 48px;
	padding:  15px 0;
}
.mod_password .right li p{
	font-size: 15px;
	color: #979797;
}
.mod_password .right li span{
	width: 100px;
	display: block;
	float: left;
}
.mod_password .right li input{
	color: #666666;
	font-size: 15px;
	height: 46px;
	width: 380px;
	padding: 0 10px;
	border: 1px solid #dcdcdc;
}
.mod_password .right button{
	background: #285DAB;
	font-size: 14px;
	color: #FFFFFF;
	border: none;
	width: 402px;
	padding: 15px 0 14px;
	margin: 30px 0 0 100px;
}
/*demand*/
.demand h3 a{
	font-size: 16px;
	color: #FFFFFF;
	float: right;
	background: #285DAB;
	border-radius: 5px;
	padding: 11px 25px;
}
.demand table:first-child{
	margin: 30px 0 0;
	display: block;
}
.demand table:last-child{
	padding: 15px 0;
	display: block;
	border: 1px solid #dcdcdc;
}
.demand table:last-child tr:hover{
	background: #f5f5f5;
}
.demand table td{
	font-size: 14px;
	line-height: 40px;
	padding: 0 0 0 10px;
	text-align: center;
}
.demand table td.title{
	text-align: left;
}
.demand table td a{
	padding: 0 5px;
}
.demand table td a.del:hover{
	color: #f90a0a;
}
.demand table td a.edit:hover{
	color: #285DAB;
}
.demand .pages{
	text-align: left;
	
}
.demand .right form{
	padding: 40px 0;
}
.demand .right li.no{
	height: 48px;
	line-height: 48px;
	padding:  15px 0;
}
.demand .right li p{
	font-size: 15px;
	color: #979797;
}
.demand .right li span{
	width: 60px;
	display: block;
	float: left;
}
.demand .right li input.title,.demand .right li input.des{
	color: #666666;
	font-size: 15px;
	height: 46px;
	width: 380px;
	padding: 0 10px;
	border: 1px solid #dcdcdc;
}
.demand .right button{
	background: #285DAB;
    font-size: 14px;
    color: #FFFFFF;
    border: none;
    width: 150px;
    padding: 10px 0;
    margin: 30px 0 0 60px;
    border-radius: 5px;
}

