html{font-size:37.5px;font-family: "微软雅黑"}
.modal_container{
	color: #c0c0c0;
	line-height: 0.7rem;
	font-size: 0.3rem;
}
.modal_down{
	width:100%;
	margin-top: 0.3rem;
	border-top: none;
}
.confirm{
	background: #f6921d;
	width:45%;
	float: left;
	border:none;
}
.cancle{
	width:45%;
	border:none;
	background: #f5f5f5;
}
.confirm:hover,.btn_weixin:hover{
	background: #f6921d;
	color: #fff;
}
.modal_where{
	margin-top: 50%;
}
.btn_weixin{
	background: #f6921d;
	color: #fff;
}