/*
@font-face {
    font-family: "ChantelliAntiquaRegular";
    src: url("Chantelli_Antiqua-webfont.eot"); /* IE9 Compat Modes * /
    src: url(//:) format("no404"),  /* IE6-IE8 * /
    	url("Chantelli_Antiqua-webfont.woff") format("woff"),  /* Modern Browsers * /
    	url("Chantelli_Antiqua-webfont.ttf") format("truetype"), /* Safari, Android, iOS * /
    	url("Chantelli_Antiqua-webfont.svg#webfontMFqI76bT") format("svg");/* Legacy iOS * /
    font-weight: normal;
    font-style: normal;
}
*/

*::-webkit-scrollbar{
	width:0;
}
/*placeholder鏍峰紡*/
::-moz-placeholder,
::-webkit-input-placeholder{
}
select::-ms-expand { display: none; }
html,body {width: 100%; height: 100%;}
body {
	margin: 0;
	padding: 0;
	display:flex;
	overflow:hidden;
	flex-direction:column;
	font-family: Arial;
	font-size:0.407rem;
	-background: #F3F3F3;
	background-repeat:no-repeat;
	-webkit-user-select: none;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-text-size-adjust:auto;
	border:0px solid #00FF00;
}

a {text-decoration:none;}
ul{list-style-type:none;}
/*杩欓噷濡傛灉娌℃湁璁剧疆锛孲afari 鏃犳硶鏄剧ず杈撳叆*/
input,textarea {
	-webkit-user-select: auto;
	outline:none;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
button{
	-webkit-appearance: none;
	appearance: none;
}
textarea {
	resize:none;
	vertical-align:middle;
}
.text-center {text-align:center}

main{
	overflow-y:auto;
	-webkit-box-flex:1;
	-ms-flex-positive:1;
	flex-grow:1;
}
