.md-overlay{
    background: rgba(0,0,0,0.4);
}
.md-content{
    background-color: rgba(0, 0, 0, 0);
}
/* button {
	border: none;
	padding: 0.6em 1.2em;
	background: #ff2677;
	color: #fff;
	font-family: 'Lato', Calibri, Arial, sans-serif;
	font-size: 1em;
	letter-spacing: 1px;
	text-transform: uppercase;
	cursor: pointer;
	display: inline-block;
	margin: 3px 2px;
    border-radius: 2px;
    outline: 0;
}
button:hover {
	background: #ff2677;
} */
.download{
    width: 100%;
}

/* 物流信息弹窗 */
.tracking{
	width: 420px;
	height: 750px;
	margin: 0 auto;
	background-color: #fff;
}

/* 页面加载效果 */
.load,
.load2{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10000;
	display: none;
	background-color: rgba(0, 0, 0, 0.1);
}
.mloader{
	width: 140px;
	height: auto;
	/* border: 1px solid red; */
	text-align: center;
	position: absolute;
	top: calc(50% - 70px);
	left: calc(50% - 70px);
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: rgba(0, 0, 0, 0.3) !important;
	/* background-color: rgba(0, 0, 0, 0.5); */
	border-radius: 5px;
}
#mloader-1{
	width: 60px;
	height: 60px;
}
.load-msg{
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 13px;
	/* margin-top: 20px; */
}
svg path, svg rect {
	fill: #e9004a;
}