/*全局定义 ===================================================*/
h1,h2,h3,h4,h5,p{ margin: 0px; padding: 0px; }
body{ font-size: 14px; font-family: "微软雅黑"; background: #fff; color: #4f4644;overflow-x: hidden;-ms-overflow-style:scrollbar; }
ul{ padding: 0px; margin: 0px; list-style: none; }
a{ color: #4f4644; }
a:hover{ color: #231815; }
a, a:hover, a:focus{ text-decoration: none; }
a img, img, a:focus{ outline: none; border: none; }
input, textarea, button, a{ outline: none; }

/*清除bootstrap Input输入框在ie下的默认删除按钮 ===================================================*/
/*::-ms-clear{display: none;}
::-ms-reveal{display: none;}*/

/*btn ===================================================*/
.btn{ border-radius: 3px; border: none; }
.btn i{ margin-right: 3px; }

.btn-default{ background: #f5f5f5; }
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default:visited{  }

.btn-primary{ background: #4f4644; }
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:visited{ background: #231815; }

.btn-warning{ background: #f8b62d; }
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning:visited{ background: #dfa328; }

.btn-danger{ background: #ca391c; }
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger:visited{ background: #d94a2d; }

/*text ===================================================*/
.text-danger{ color: #ca391c; }

/*from ===================================================*/
.form-control{ border-color: #d5d5d5; border-radius: 3px; }

/*model ===================================================*/
.modal .modal-header{ background: #ca391c; color: #fff; border-top-left-radius: 5px; border-top-right-radius: 5px; }
.modal .modal-header .close{ color: #fff; opacity: 0.8; }
.modal .modal-header .close:hover{ opacity: 1; }


.pages{ font-size: 12px; margin-top: 10px; }
.pagination{ margin: 0px; float: right;cursor:pointer }
.pagination > li > a{ padding: 5px 10px; font-weight: bold; color: #4f4644; }
.pagination > li > a span{ font-size: 12px; color: #4f4644; }
.pagination > li.active > a, .pagination > li.active > a:hover{ color: #fff; background: #ca391c; border-color: #ca391c; }
