@charset "UTF-8";
*{
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family:"黑体";
	font-size: 0.3rem;
    /*-webkit-tap-highlight-color:rgba(0,0,0,0);*/
}
body{
    height: 100%;
}
html {
    overflow-y: scroll;
    height: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
	-webkit-overflow-scrolling: touch;
    touch-action: pan-y;
}
img{
    border: none;
}
ul,li{
    list-style: none;
}
a{
    text-decoration: none;
    color: #333;
}
input,textarea{
	border: 0;
	font-size: 15px;
	-webkit-appearance: none;
}
.container{
}
