/*
+----------------------------------------------------------------------
| 呵呵移动 [ He he Mobi ]
+----------------------------------------------------------------------
| Copyright (c) 2017-07-11 http://www.hehemobi.com All rights reserved.
+----------------------------------------------------------------------
| Author: Gordon-Guo <1553420481@qq.com> <http://www.guoliping.com>
+----------------------------------------------------------------------
*/
html{font-size:12px;}
body{ font-size:100%;}
body,h1,h2,h3,h4,h5,h6,p,span,font,img{padding: 0; margin: 0;}
ul,li{list-style: none;}
a,a:hover{text-decoration: none;}
img{border: 0px;}

/*颜色设置*/
.app-bg{background: #673bb7;}
.app-color{color:#673bb7;}
.white-bg{background: #fff;}
.white-color{color:#fff;}

/*浮动设置*/
.pull-left{float: left;}
.pull-right{float: right;}
.clear{clear: both;}

/*对齐设置*/
.text-center{text-align: center;}
.text-right{text-align: right;}
.text-left{text-align: left;}

/*清除浮动*/
.clear{clear: both;}
/*div居中*/
.auto{margin:0 auto;}
/*不定义宽度,元素居中*/
.autos{text-align:left; display:inline-block;*display:inline;}
/*新元素浮动*/
.dib{display:inline-block;zoom:1;}



