.pagination {
  display: block;
  padding: 20px 0px;
  text-align: center;
}

.pagination > li {
  display: inline-block;
  padding: 0px;
  margin: 0px 3px;
}

.pagination > li > a,
.pagination > li > span {
  position: relative !important;
  float: left !important;
  padding: 6px 12px !important;
  margin-left: -1px !important;
  line-height: 1.42857143 !important;
  text-decoration: none;
  color: #204564;
  background: #e6eff7;
  border: 0px;
  border-radius: 3px;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  z-index: 2;
  color: #fff;
  background-color: #3a648a;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #3a648a;
}

.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
  cursor: not-allowed;
  color: #204564;
  background: #e6eff7;
}

.pager {
  background: url(../m_images/pagebg.jpg) no-repeat center center;
  background-size: 100%;
  width: 7.6rem;
  height: 1.2rem;
  margin: 0.5333125rem auto;
  font-size: 0.32rem;
  color: #666;
  padding: 0.19375rem 0.1333125rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pager li:nth-child(1) {
  border-right: 1px dashed #ccc;
  display: inline-block;
  line-height: 0.8125rem;
  height: 0.8125rem;
  width: 1.66875rem;
  text-align: center;
  background: url(../m_images/arrow02.jpg) no-repeat center center;
  background-size: 0.3466875rem 0.5333125rem;
}

.pager li:nth-child(3) {
  border-left: 1px dashed #ccc;
  display: inline-block;
  line-height: 0.8125rem;
  height: 0.8125rem;
  width: 1.66875rem;
  text-align: center;
  background: url(../m_images/arrow03.jpg) no-repeat center center;
  background-size: 0.3466875rem 0.5333125rem;
}

.pager li:nth-child(1) span,
.pager li:nth-child(3) a,
.pager li:nth-child(1) a,
.pager li:nth-child(3) span {
  font-size: 0px;
  display: block;
  border: 0px;
  background: none;
}

.pager li:nth-child(2) {
  font-size: 0.32rem;
}

.pager li:nth-child(2) span strong:nth-child(1) {
  color: #539ddb !important;
}

/* .pagination{display:inline-block;padding-left:0;margin:20px 0;  border-radius:4px}
.pagination>li{display:inline!important}
.pagination>li>a,.pagination>li>span{position:relative!important;float:left!important;padding:6px 12px!important;margin-left:-1px!important;line-height:1.42857143!important;text-decoration:none;background-color:#fff;border:1px solid #ddd}
.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}
.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}
.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{z-index:2;color:#23527c;background-color:#eee;border-color:#ddd}
.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:3;color:#fff;cursor:default;background-color:#3a648a;border-color:#3a648a}
.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}
.pager{padding-left:0;margin:20px 0;text-align:center;list-style:none}
.pager li{display:inline} */
/*.pager li:first-child a{background-image:url("/m_images/arrow02.jpg") ;background-repeat:no-repeat;  }
.pager li:last-child a{background-image:url("/m_images/arrow03.jpg") ;background-repeat:no-repeat;  }*/
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger.focus,
.btn-danger:focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger.active,
.btn-danger:active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open > .dropdown-toggle.btn-danger.focus,
.open > .dropdown-toggle.btn-danger:focus,
.open > .dropdown-toggle.btn-danger:hover {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

.btn-danger.active,
.btn-danger:active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}

.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}