html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

div {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

select {
	border: 0;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: none;
}

/*weiui========================================*/

.custom-toast div:nth-child(2) {
	top: 45%
}

.custom-toast .weui-toast__content {
	padding: 0.2rem;
	font-size: 0.3rem;
	line-height: 0.45rem;
}

.custom-toast .weui-dialog__ft {
	transform: scale(1) !important;
	top: 45% !important
}
.custom-toast .weui-toast{
	min-width: 3em;
	left: 50%;
	transform: translateX(-50%);
	margin-left: 0;
}
.custom-loading {}

.custom-loading div:nth-child(2) {
	transform: scale(1);
	top: 45%
}

.custom-loading .weui-toast__content {
	margin: 0 0 0.35rem;
}
.custom-loading .weui-loading{
	width: 0.8rem;
	height: 0.8rem;
}
.custom-loading .weui-toast__content{
	font-size: 0.3rem;
}
.custom-loading .weui-toast{
	min-width: 3em;
	left: 30%;
	margin-left: 0;
}