﻿
body{
	font-family: "Microsoft YaHei","微软雅黑","宋体","新宋体","\5b8b\4f53","Arial","sans-serif";
}

.wx-modal-footer{
	border-top: 1px solid #e5e5e5;;
	text-align: center;
	margin-top: 15px;
}

.wx-modal-footer button{
	cursor: pointer;
	padding: 15px;
	background: 0 0;
	border: 0;
	height: 100%;
	color: rgb(79, 79, 212);
}

.wx-modal-footer button:hover{
	background-color: rgb(233, 230, 233);
}

.wx-modal-footer button:first-child{
	border-bottom-left-radius: 6px;
}
.wx-modal-footer button:last-child{
	border-bottom-right-radius: 6px;
}
.wx-modal-footer .btn-half{
	width: 49.5%;
}

.wx-modal-footer .btn-all{
	width: 100%;
}

.modal-content{
    max-width: 600px;
    margin: 0 auto;
}

/* ************加载页样式 begin***************  */
.loading-page{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	background-color: #000;
	opacity: .7;
	overflow: hidden;
}

.loading-page > div{ 
	width: 80%;
	margin: 0 auto;
	background-color: rgb(241, 238, 238);
	text-align: center;
	margin-top: 150px;
	padding: 10px 12px;
	color: #060404;
	z-index: 11;
	height: 50px;
	width: 150px;
}
.loading-page > div > i{ 
	width: 32px;
	height: 32px;
	float: left;
	background-image: url("../../../images/Loader.gif");
}

/* ************加载页样式 end***************  */