
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote {
	margin: 0;
	padding: 0;
}
body {
	padding-bottom: 30px;
	font-size: 12px;
	font-family: "微软雅黑", "Helvetica", "Tahoma, Arial", "sans-serif";
	color: #656565;
	background-color: #ffffff;
}
a { text-decoration: none; color:#000; }
ul, li { list-style: none; }
input[type="text"],select {
	height: 25px;
	border: 1px solid #bcbcbc;
}
textarea { border: 1px solid #bcbcbc; }

/*通用*/
.areaTips {
	text-align: center;
	padding: 100px 0px 100px 0px;
	color: #999;
	font-size: 20px;
}
.tipsNumber {
	top: 10px;
	right: 10px;
	width: 0px;
	height: 0px;
	border-radius: 50%;
	border: solid 10px #f00;
	position: absolute;
}
.tipsNumber i {
	color: #fff;
	line-height: 12px;
	font-size: 10px;
	position: absolute;
	top: -4px;
	left: -3px;
}
.fontRed {
	color: red;
}.fontGrey{ color:grey;}
/*head*/
.wtop {
	width: 100%;
	overflow: auto;
}
.wtop li {
	width: 33%;
	height: 40px;
	background-color: #e75024;
	float: left;
	line-height: 40px;
	text-align: center;
	color: #ffffff;
}
.wtop li.wtopli {
	background-color: #ee8566;
	width: 34%;
}
/*from*/
.moblieButton {
	line-height: 40px;
	height: 40px;
	/*
    padding: 10px 10px;*/
	border-radius: 5px;
	background-color: #F30;
	color: #fff;
	font-size: 18px;
	width: 220px;
	text-align: center;
	margin: 0 auto;
	margin-top: 10px;
	border: 0px;
	display: block;
}
.linput {
	margin: 20px 30px 20px 30px;
	text-align: center;
}
.minput {
	padding: 5px;
	border: 1px solid #fad2c6;
	height: 28px;
	background-color: #fbece7;
	width: 80%;
}
.ibutton {
	border: 0px;
	border-radius: 5px;
	background-color: #F30;
	width: 30%;
	font-size: 20px;
	line-height: 40px;
	text-align: center;
	margin: 0 auto;
	color: #fff;
	float: right;
	margin-right: 5%;
}
/*login*/
.loginLogo {
	text-align: center;
	width: 150px;
	margin: 0 auto;
	margin-top: 20px;
}
.memberlogin {
	border: 0px;
	border-radius: 5px;
	background-color: #F30;
	width: 50%;
	font-size: 20px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin: 0 auto;
	margin-top: 20px;
	color: #fff;
}
/*用户中心*/
.memberHead {
	padding: 20px;
	background-color: #e84a1b;
	color: #fff;
	overflow: auto;margin-bottom:10px;
}
.userFace {
	float: left;
	width: 75px;
	height: 75px;
	border-radius: 50px;
	margin: 0px 20px 0px 10px;
	background-size: 100%; background-repeat:no-repeat; background-position:center;
}
.memberFcode {
	float: left;
	font-size: 16px; line-height:150%;
}
.memberFcode span{ font-size:12px;}
/*底部*/

.downline {
	height: 3px;
	background-color: #e74b1d;
	margin-bottom: 5px;
}
.down {
	text-align: center;
	line-height: 24px;
	margin-top: 35px;
	padding-bottom: 35px;
	color: #666;
}
.footerMoblie {
	border-top: 1px solid #dcdcdc;
	width: 100%;
	z-index: 99;
	background-color: #fff;
	/*overflow: auto;*/
	bottom: 0px;
	position: fixed;
}
.footerMoblie ul {
	margin: 0px;
	padding: 0px;
}
.footerMoblie li {
	width: 25%;
	float: left;
	padding-top: 5px;
	height: 50px;
	text-align: center;
	list-style: none;
}
.footerMoblie img {
	/*
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	*/
	height: 60%;
	margin-bottom: 2%;
}
.footerMoblie span { display: block; }
.noNow { color: #666; }
