html, body, div, span,
h1, h2, h3, h4, h5, h6, p, em, img,  strong, sub, sup,
b, i,
dl, dt, dd, ol, ul, li,
form, label,
table, tbody, tfoot, thead, tr, th, td,
article, aside, canvas,
footer, header, nav, section,
audio, video {
 /*font-size:12px;*/
 /*line-height:40px;*/
 margin:0;
 padding:0;
 border:0;
 outline:0;
 vertical-align:baseline;
 background:transparent;
 color:#666;
 font-family:"微软雅黑",Verdana, Microsoft YaHei, Simsun;
}
body,html{
 min-height: 100%;
 background: #f1f1f1;
}
nav,ul {
 list-style:none;
}

table {
 border-collapse:collapse;
 border-spacing:0;
}


a {
 margin:0;
 padding:0;
 border:0;
 /*font-size:100%;*/
 vertical-align:baseline;
 background:transparent;
 text-decoration: none;
 color: #666;
}
a:hover {
 color:#666;
 text-decoration:none;
}





input, select,button,select{
 vertical-align:middle;
 outline:none;
}
*{box-sizing:border-box;}
.lf{float:left;}
.rt{float:right;}
.none{display:none;}
/*附加*/
/*去除ios下默认样式*/
input[type="button"], input[type="submit"], input[type="reset"] {
 -webkit-appearance: none;
}
textarea { -webkit-appearance: none;}

/*网页左键选择 页面原色*/
::selection {
 background-color: #b24040;
 color: #FFF;
}



/*盒子模型*/
.container-fluid{
 width: 100%;
}
.container{
 width: 1200px;  /*更具网站需求设置大小*/
 margin: 0 auto;
}
.container-fluid:after,.container:after{
 display: table;
 content: '';
 clear: both;
}
/*间隔*/
.box_spacing{
 margin: 15px 0;
}
.pd-15{
 padding: 15px;
}
.btn{
 margin: 10px;
 display: inline-block;
 width: 80px;
 text-align: center;
 border:1px solid #d8d8d8 ;
 height: 32px;
 line-height: 32px;
 cursor: pointer;
 *display:inline;
 *zoom:1;
}
.btn:hover{
 opacity: 0.95;
 filter: opacity(0.95);
}
.btn-block{
 display: block;
 text-align: center;
 border:1px solid #d8d8d8 ;
 height: 32px;
 line-height: 32px;
 cursor: pointer;
}
.success{
 background: #449D44;
 color: #fff;
}
.success{
 background: #449D44;
 color: #fff;
}
.info{
 background: #5BC0DE;
 color: #fff;
}
.primary{
 background: #337AB7;
 color: #fff;
}
/*表单*/
input{
 height: 30px;
 line-height: 30px;
 padding: 0 10px;
 border: 1px solid #e5e5e5;
}
input[type=submit],input[type=reset]{
 width: 80px;
 color: #fff;
 background: #35A3EA;
 cursor: pointer;
}
select{
 width: 120px;
 height: 32px;
 line-height: 32px;
}
textarea{
 border: 1px solid #e5e5e5;
 padding: 10px;
 resize: none;
 outline: none;
 vertical-align: top;
}

/*表格*/
table{
 width: 100%;
 text-align: center;
 border-collapse: collapse;
}
table thead{
 font-weight: 600;
 background: #e4e4e4;
}
table td{
 padding: 10px;
 vertical-align: middle;
}
table tr{
 border-bottom: 1px solid #d8d8d8;
}
table tbody tr:hover{
 background: #ececec;

}
.tb_border td{
 border: 1px solid #d8d8d8;
}
/*紧缩表格*/
.table-condensed td{
 padding: 5px 0;
}






