/*全局CSS初始化*/
*{-webkit-appearance: none;}
a:visited,a,a:hover,.am-titlebar-multi a{text-decoration:none;cursor:pointer;color:#575757;}
.am-navbar a,.am-navbar a:visited{color:#fff;}
input[type="checkbox"]{-webkit-appearance: checkbox;}
body,html,h1,h2,h3,h4,p,ul,li,form{margin:0;padding:0;list-style:none;}
body,input,textarea,select{font-size:14px;font-family:微软雅黑,雅黑;color:#575757;}
a img{border:0;}
ul li{list-style: none;}
table,.am-table{border-collapse: collapse;}
body{background: url(../bg.jpg) no-repeat center;background-size:100% 100%;font-family: "Lantinghei SC", "Microsoft Yahei", "Hiragino Sans GB", "Helvetica Neue", Helvetica, Arial, sans-serif;   -webkit-font-smoothing: antialiased;}

.mz-header{
	height: 80px;
	background:rgba(255,255,255,0.85);
	-webkit-box-shadow: 0px 0px 3px #ccc;
	-moz-box-shadow: 0px 0px 3px #ccc;
	-o-box-shadow: 0px 0px 3px #ccc;
	-ms-box-shadow: 0px 0px 3px #ccc;
	position: relative;
	z-index:2;
}

.mz-header-inner{width:85%;margin: auto;position: relative;text-align: right;padding-top:20px;}
.mz-header-logo{position: absolute;top:22px;left:0;}

.am-user-wrap{
	width: 700px;
	margin: 70px auto 0 auto;
	position: relative;
	z-index:2;
}

.am-user-bd{
	background:rgba(255,255,255,0.85);
	padding:30px;
	box-shadow: 0px 0px 3px #ccc;
	-webkit-box-shadow: 0px 0px 3px #ccc;
	-moz-box-shadow: 0px 0px 3px #ccc;
	-o-box-shadow: 0px 0px 3px #ccc;
	-ms-box-shadow: 0px 0px 3px #ccc;
}

.am-form-group{position: relative;}
.am-form-field,.am-form-group .am-btn{height: 50px;}
.mz-group-btn{position: absolute;bottom:1px;right:1px;z-index:1;height:48px;background: #ddd;line-height:48px;min-width: 95px;text-align: center;}

.am-lefter{width:370px;border-right:1px dashed #ddd;padding-right:30px;}
.am-righter{width:270px;padding-left:30px;}
.am-righter h3{font-size:18px;margin-bottom: 10px;}

.am-weixin-header{margin-top: 20px;}
.am-weixin-head,.am-weixin-img{
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	border-radius:100%;
	-o-border-radius:100%;
	-ms-border-radius:100%;
}
.am-weixin-img{
	height: 120px;
	width: 120px;
	margin: auto;
	background: #eee;
	line-height: 120px;
	margin-bottom: 20px;
	box-shadow: 0px 0px 10px #999;
	-webkit-box-shadow: 0px 0px 10px #999;
	-moz-box-shadow: 0px 0px 10px #999;
	-o-box-shadow: 0px 0px 10px #999;
	-ms-box-shadow: 0px 0px 10px #999;
	overflow: hidden;
}
.am-weixin{
	position: relative;
	text-align: center;
	margin-top: 10px;
}

.am-weixin-head{
	width: 40px;
	height: 40px;
	background: #aaa;
	position: relative;
	z-index:1;
	vertical-align: top;
}

.am-weixin-msg{
	background: #ddd;
	padding:2px 15px;
	line-height:30px;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	border-radius:15px;
	-o-border-radius:15px;
	-ms-border-radius:15px;
	display: inline-block;
	vertical-align: top;
	margin-top: 5px;
}

.am-progress ul{position: absolute;left:0;top:0;width: 100%;text-align: center;line-height:30px;}
.am-progress ul li{float:left;}
.am-progress .am-step-active{color: #fff;}

.mz-footer{padding:25px 0;}