*{
	margin: 0 auto;
	padding: 0;
}

/*全局动画*/
* {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: opacity 0.6s ease;
    -moz-transition: opacity 0.6s ease;
    -ms-transition: opacity 0.6s ease;
    -o-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
    transition: height 0.1s linear;
    -webkit-transition: height 0.1s linear;
    -moz-transition: height 0.1s linear;
    -ms-transition: height 0.1s linear;
    -o-transition: height 0.1s linear;
    }

*,*:after,*:before{
-webkit-box-sizing: inherit;	
box-sizing: inherit;
}

/*font*/
body{
	font-size: 9pt;
	font-family: Helvetica Neue,Helvetica,PingFang SC,  "微软雅黑" , Arial;
}

a{
	text-decoration: none;
}

a{
	color: #888;
}

a:hover{
	color: black;
}

i{
	opacity: .5;
}

li,ul{
	list-style: none;
}

button{
	background: none;
	border: none;
}


/*阴影*/
.shadow{
	box-shadow: 0px 8px 20px rgba(0,0,0,.2);
}





