@charset "UTF-8";
/* reset */
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; }

/* blockquote标签内部的元素显示的时候都会向后缩进一个单位长度（通常是4个空格的长度*/
.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

img {
  border: none;
  /*max-width: 100% !important;*/ }

li {
  list-style: none; }

b, strong {
  font-weight: bold; }

/* font.css */
h1, .h1 {
  font-size: 36px; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 12px; }

a {
  color: #000;
  text-decoration: none;
  /* 手机端取消点击后的边框 */
  border: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline: none; }

a cite {
  font-style: normal;
  *cursor: pointer; }

a:active, a:hover {
  outline: 0; }

small {
  font-size: 12px; }

/* 小于 12px 的中文很难阅读，让 small 正常化 */
address, cite, dfn, em, var, i {
  font-style: normal; }

/* 将斜体扶正 */
/* layout.css */
.hundred {
  width: 100%; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.hide {
  display: none; }

.show {
  display: block; }

.invisible {
  visibility: hidden; }

.affix {
  position: fixed; }

.relative {
  position: relative; }

.clear:after {
  content: '';
  clear: both;
  display: block; }

.hidden {
  overflow: hidden; }

hr {
  height: 1px;
  border: 0;
  border-top: 1px solid #000; }

/* custom.css */
.bold {
  font-weight: bold; }

.text-elip {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.vertical-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }

/* 按钮 */
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  border-radius: 4px; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }

/* 列表组 */
.list-group {
  padding-left: 0;
  margin-bottom: 20px; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }

.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

/* 取消icon x*/
.close {
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  margin-top: -2px; }

/* 三角形icon */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

/*# sourceMappingURL=rest.css.map */
