
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;
}
/* html body{
	width: 100%;
	height: 100%;
	overflow: hidden;
} */
/* 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;
}
a {
color: inherit;
  text-decoration: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
img{
	display: block;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
div img input{
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}


textarea,input,select:focus{

outline: 0;

}
html {
	scroll-behavior: smooth;
}
div {

}
div::selection {
	background-color: transparent;
}
img{
	display: block;
}
/*weiui========================================*/

.custom-toast div:nth-child(2) {
	transform: scale(1.5);
	top: 45%
}
.custom-toast .weui-toast__content{
	padding: 0px 10px;
}
.custom-toast .weui-dialog__ft {
	transform: scale(1) !important;
	top: 45% !important
}

.custom-loading {}

.custom-loading div:nth-child(2) {
	transform: scale(2);
	top: 45%
}
.custom-loading .weui-toast__content{
	margin: 0 0 20px;
}