﻿
/**
 *
 * @authors Your Name (you@example.org)
 * @date    2018-06-11 17:13:53
 */

/* css 初始化样式 */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td { margin:0; padding:0;box-sizing: border-box; -moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
h1, h2, h3, h4, h5, h6 { font-weight:normal;}
img { border:none;}
ol,ul,li { list-style:none;}
table { border-collapse:collapse; }
*{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
body, html {font-size:16px;font-family:"微软雅黑","Microsoft YaHei",Helvetica,"Helvetica Neue",Tahoma,Arial,sans-serif;}
a {text-decoration:none;}
a:link, a:visited, body, html {color: #bbb6b6;}
a:hover {
    color: #cc3a3a;
}
body { background: #fff;font-size: 1rem;}
/* css common */
.clearfix:after {content: "."; display: block; height:0; clear:both; visibility: hidden;}
.clearfix { *zoom:1; }

.content {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    background-size: 100%;
    padding-bottom: 0.3rem;
}

.head {
    text-align: center; position:fixed; top:0px; width:100%; max-width:800px; z-index:90;
    color: #000;
    font-size: 0.1rem;
    padding: 0.03rem 0.05rem;
    background:#4ea45d; 
    background-size: 100%;
}
.img-responsive {
    width: 100%;
    display: block;
}
.img-center {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.color-005e15 {
    color: #005e15;
}

.cl-255{
	color:rgb(255, 0, 0)!important;
}

