html{
    width:100%;
    min-height:100%;
    color: #333;
    font-size: 14px;
}
body{
    color: #333;
    font-size: 14px;
    font-weight:normal;
    font-family:"Microsoft Yahei","Helvetica Neue",Helvetica,Arial,sans-serif;
    width:100%;
    height:100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing:grayscale;
}
input,a,textarea,select{
	outline: none;
	border: 0px;
}
/*公共样式*/
*{ margin:0;padding:0;}
a { text-decoration: none; cursor: pointer;}
a:hover, a:active, a:visited, a:link{ text-decoration: none; cursor:pointer;}
*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
i{ font-style:normal}
ul li{ list-style:none;}
img { border: 0 none; display:block;}
.noData{
	width: 98%;
	margin: 10px auto;
	font-size: 14px;
	color: red;
	text-align: center;
	line-height: 60px;
	height: 60px;
	border: none;
}
.empty{
    width: 98%;
    font-size: 14px;
    text-align: center;
    border: none;
    color: gray;
}
.empty img{
    margin: 10px auto 20px;
    width: 100px;
    height: auto;
}
#wrap{
	overflow-y:hidden;
	width: 100%;
    height:auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-flex-flow: column;
           flex-flow: column;
}
#main{
    -webkit-box-flex: 1; 
    -webkit-flex: 1;
    flex: 1;
}
.clear {clear: both;}