﻿@charset "utf-8";
/* CSS Document */
div, address, blockquote, iframe, ul, ol, li, dl, dt, dd, i, em,
h1, h2, h3, h4, h5, h6, p, pre, table, caption, th, td, 
form, legend, fieldset, input, button, select, textarea {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-style: normal;
    font-size: 100%;
    font-family: inherit;
}
html {
    font-size: 100px;
    padding: 0;
    margin: 0;
		-webkit-font-smoothing: antialiased;
}
body{
	margin:0;
	padding:0;
	font-family:-apple-system,SF UI Text,Arial,PingFang SC,Hiragino Sans GB,Microsoft YaHei,WenQuanYi Micro Hei,sans-serif;
	background-color:#faf9fe;
	font-size:.28rem;
	min-width:320px;
	color:#000;
}
ul,li{
	margin:0;
	padding:0;
	list-style:none;
}
a{
	color:#000;
	text-decoration:none;
	margin:0;
	padding:0;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
img{
	border:0;
	vertical-align: top;
}
.clear{
	clear:both;
}

/* clearfix */ 
.clearfix:after{ visibility: hidden;display: block;font-size: 0;content:" ";clear: both;height: 0;}
.clearfix{*zoom:1;}

/* 图片自适应调整 并解决图片缩放的失真问题*/
img{ max-width:100%; height:auto;border:none; width:100%}

/* 禁止webkit横屏改变字体大小 */
html{-webkit-text-size-adjust:100%; -ms-text-size-adjust:100%;}

input, textarea,a,li{outline: 0 none;-webkit-appearance:none}
button,input,textarea,select,label,a,li,div,h1{-webkit-tap-highlight-color:rgba(255,255,255,0);}


*, *:before, *:after {
-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;
}
.ionTool {
	--background: #6bcd2a;
	--color: #fff;
}
.ionBack {
	--color: #fff;
}
ion-toolbar {
	--border-width: 0 !important;
}



