body,html{
	width:100%;
	font-family:"微软雅黑";
	background-color:#FFFFFF;
}
*{
	font-size:13px;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	-webkit-user-select:none;
	-moz-user-select:none;
}
#mu_loading{
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 10000;
	margin-top: 0px;
	top: 0px;
}
#mu_loading-center{
	width: 100%;
	height: 100%;
	position: relative;
	}
#mu_loading-center-absolute {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 200px;
	width: 200px;
	margin-top: -100px;
	margin-left: -100px;
	-ms-transform: rotate(-135deg); 
   	-webkit-transform: rotate(-135deg); 
    transform: rotate(-135deg);

}
.mu_object{
	-moz-border-radius: 50% 50% 50% 50%;
	-webkit-border-radius: 50% 50% 50% 50%;
	border-radius: 50% 50% 50% 50%;
	position: absolute;
	border-top: 5px solid #FFF;
	border-bottom: 5px solid transparent;
	border-left:  5px solid #FFF;
	border-right: 5px solid transparent;	
	-webkit-animation: animate 2s infinite;
	animation: animate 2s infinite;	
}
#mu_object_one{
	left: 75px;
	top: 75px;
	width: 50px;
	height: 50px;
	}
							
#mu_object_two{
	left: 65px;
	top: 65px;
	width: 70px;
	height: 70px;
	-webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
	}
		
#mu_object_three{
	left: 55px;
	top: 55px;
	width: 90px;
	height: 90px;
	-webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
	}
#mu_object_four{
	left: 45px;
	top: 45px;
	width: 110px;
	height: 110px;
	-webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
@-webkit-keyframes animate {
	50% {
		-ms-transform: rotate(360deg) scale(0.8); 
		-webkit-transform: rotate(360deg) scale(0.8); 
		transform: rotate(360deg) scale(0.8); 
	}
}
@keyframes animate {
	50% {
		-ms-transform: rotate(360deg) scale(0.8); 
		-webkit-transform: rotate(360deg) scale(0.8); 
		transform: rotate(360deg) scale(0.8); 
	}
}
.WX-window-shade{
	background-color: rgba(0, 0, 0, 0.5);
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999;
	display: table;
	animation-duration: 0.6s;
}
.WX-window-box{
    display: table-cell;
    vertical-align: middle;
    animation-duration: 0.3s;
}
.WX-Window-main{
	margin:auto;
	max-width:360px;
	background-color:#FFF;
	border-radius:5px;
	overflow:hidden;
}
.WX-window-box h2{
	height:40px;
	line-height:40px;
	text-align:center;
	font-size:1rem;
	position:relative;
	background-color:#FAFAFA;
	border-bottom:1px solid #CCC;
	margin: 0;
}
.WX-window-box h2 button{
	width:30px;
	height:30px;
	background-color:#f74550;
	color:#FFFFFF;
	outline:none;
	border:none;
	padding:0;
	font-size:1.5rem;
	position:absolute;
	top:5px;
	right:5px;
	line-height:30px;
}
.WX-window-box .WX-Window-body{
	padding:10px;
}
.WX-Window-footer{
	height:50px;
	border-top:1px solid #CCC;
	background-color:#FAFAFA;
	text-align:center;
}
.WX-Window-footer .WX-Window-btn{
	line-height:30px;
	margin-top:9px;
	border-radius:5px;
	text-align:center;
	border:1px solid #CCCCCC;
	color:#777777;
	height:30px;
	margin-right:10px;
	display:inline-block;
}
.WX-Window-footer .WX-Window-btn:last-child{
	margin-right:0;
}
.WX-Window-footer .WX-Window-btn.cannel{
	background-color:#f74550;
	border:1px solid #f74550;
	color:#FFF;
}
.WX-Window-footer .WX-Window-btn.enter{
	border:1px solid #13ce66;
	background-color:#13ce66;
	color:#FFF;
}
.WX-Page-box{
	width:100%;
	height:100%;
	background-color:#FFFFFF;
	position:fixed;
	top:0;
	left:0;
	z-index:100;
}
.WX-Page-title{
	height:50px;
	line-height:50px;
	border-bottom:1px solid #666;
	position:fixed;
	width:100%;
	top:0;
	left:0;
	z-index:2;
	background-color:#FEFEFE;
	text-align:center;
}
.WX-Page-title i{
	position:absolute;
	left:0;
	height:50px;
	width:50px;
	text-align:center;
	line-height:50px;
}
.WX-Page-title span{
	display:block;
	width:calc(100% - 10px);
	overflow:hidden;
	white-space:nowrap;
	margin:auto;
	text-overflow:ellipsis;
}
.WX-Page-body{
	overflow-y:auto;
	overflow-x:hidden;
	height:calc(100% - 20px);
	padding:50px 15px 0px 15px;
}