body{background: #fff;}
ul{margin: 0;padding: 0;}
li{list-style: none}
a{text-decoration: none}
body,a,p,span,h1,h2,h3,h4,h5,h6,b{color: #222;font-size: 14px;}
/*背景颜色*/
.an-bg-brown{background: #af8052;}/*棕色*/
/*文字颜色*/
.an-text-brown{color: #af8052;}/*棕色*/
/*其他*/
.an-inline{display: inline-block;}
.an-img{width: 100%!important;}
.an-radius{border-radius: 50%}