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: 0;
	padding: 0;
	border: 0;
	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;
}
html, body {
	height: 100%;
	font-family: "Microsoft YaHei","微软雅黑","Microsoft JhengHei","华文细黑",".PingFangSC";
}

input:focus,
textarea:focus,
button:focus {
    outline: none;
}
button {
    cursor: pointer;
}
input::-ms-clear {
    display: none;
}

textarea {
    resize: none;
}

input,a,label,span,div {
    -webkit-tap-highlight-color:transparent;
}

.left {
	float: left;
}
.right {
	float: right;
}
.clearfix:after {
	display:block;
	clear:both;
	content:"";
	visibility:hidden;
	height:0
}
.clear {
    clear: both;
    opacity: none;
    height: 0;
}
.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.flex-v {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.flex-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.flex-align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.flex-pack-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.flex-pack-right {
    -webkit-box-pack: flex-end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
}
.flex-pack-justify {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.v-modal {
    opacity: .73!important;
}
.ellipsis{
    overflow: hidden;text-overflow: ellipsis;white-space: nowrap;width:100%;display:inline-block;
}
.position-middle-center{
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%,-50%); 
    -webkit-transform:translate(-50%,-50%); 
    -o-transform:translate(-50%,-50%); 
    -moz-transform:translate(-50%,-50%); 
    -ms-transform:translate(-50%,-50%);
}
.position-pos-center{
    position: absolute;
    top: 50%;
    left: 55%;
    transform:translate(-55%,-50%); 
    -webkit-transform:translate(-55%,-50%); 
    -o-transform:translate(-55%,-50%); 
    -moz-transform:translate(-55%,-50%); 
    -ms-transform:translate(-55%,-50%);
}

.userNotSelect {
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}

::-webkit-input-placeholder {
    font-family: "Microsoft YaHei","微软雅黑","Microsoft JhengHei","华文细黑",".PingFangSC";
} 
:-moz-placeholder {
    font-family: "Microsoft YaHei","微软雅黑","Microsoft JhengHei","华文细黑",".PingFangSC";
} 
::-moz-placeholder {
    font-family: "Microsoft YaHei","微软雅黑","Microsoft JhengHei","华文细黑",".PingFangSC";
} 
:-ms-input-placeholder {
    font-family: "Microsoft YaHei","微软雅黑","Microsoft JhengHei","华文细黑",".PingFangSC";
}

#qrcode canvas{
    width: 100%;
    height: 100%;
}
#qrcode img{
    height: 100%;
    width: 100%;
}