body,ul,li,p,h1,h2,h3,h4,h5,h6,img,br,hr,table,tr,td,dl,dt,dd,form{
    margin: 0;
    padding: 0;
}
*{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
html, body {
    height: 100%;
}

input, textarea, keygen, select, button, span, p, strong{
    font-family:'\5FAE\8F6F\96C5\9ED1',"microsoft yahei";
}
input, button {
    cursor: pointer;
    cursor: -ms-pointer;
}
ul,li {
    list-style: none;
}
ul,
ol {
    margin-top: 0;
}
ul ul,
ol ul,
ul ol,
ol ol {
    margin-bottom: 0;
}
em,i {
    font-style: normal;
}
img {
    border: none;
}
hr {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 0;
    border-top: 1px solid #eee;
}
a {
  color: #007eb2;
}
/* text */
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-justify {
    text-align: justify;
}
.text-nowrap {
    white-space: nowrap;
}
.text-lowercase {
    text-transform: lowercase;
}
.text-uppercase {
    text-transform: uppercase;
}
.text-capitalize {
    text-transform: capitalize;
}

/* 默认样式 链接 */
a:link{text-decoration:none;}
a:visited{text-decoration:none;}
a:hover{text-decoration:none;}
a:active{text-decoration:none;}
a:focus{outline:0}

/* 功能 显示隐藏 */
.f-hidden {
    display: none !important;
}
.f-show {
    display: block !important;
}
.f-opacity-mask {
    position: absolute;
    left: 8px;
    top: 0;
    width: 100%;
    height: 44px;
    cursor: pointer;
}
.f-cursor-hand {
    cursor: pointer !important;
}
/* 功能 清除浮动 */
.f-clearfloat{
    zoom:1;
}
.f-clearfloat:after{
    display:block;
    clear:both;
    content:"";
    visibility:hidden;
    height:0;
}
.f-clearboth {
    clear: both;
    font-size: 0;
}

/* 功能 浮动 */
.f-fl{
    float: left;
}
.f-fr{
    float: right;
}

/**********  文字颜色样式  start   ***********/
/*主要内容文字*/
.f-color-333{
    color: #333 !important;
}
.f-color-777{
    color: #777;
}

/*弱化内容文字*/
.f-color-a6{
    color: #A6A6A6;
}
.f-color-d9{
    color: #d9d9d9;
}

/*文字大小*/
.f-size-12{
	font-size: 16px;
}
.f-size-14{
	font-size: 16px;
}
.f-size-16{
	font-size: 16px;
}
.f-size-18{
	font-size: 16px;
}
.f-size-20{
	font-size: 16px;
}
.f-size-22{
	font-size: 16px;
}
.f-size-24{
	font-size: 16px;
}
.f-size-26{
	font-size: 16px;
}
.f-size-28{
	font-size: 16px;
}
.f-size-30{
	font-size: 16px;
}


/*突出的文字*/
.f-color-f61{
    color: #FF6B12;
}

/*蓝色连接文字*/
.f-color-07b{
    color: #007EB2;
}

/*提示文字颜色*/
.f-color-c8{
    color: #c8c8c8;
}
/*input与textarea的placeholder颜色设置*/
::-webkit-input-placeholder { /* WebKit browsers */
    color:#c8c8c8;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:#c8c8c8;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:#c8c8c8;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:#c8c8c8;
}
/**********  文字颜色样式  end  ***********/

