* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  word-break: break-all;
}
html,
body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
img,
div,
dl,
dt,
dd,
input {
  padding: 0;
  margin: 0;
}
body {
  font: 14px "微软雅黑" !important;
}
img {
  border: none;
}
li {
  list-style: none;
}
input,
select,
textarea {
  outline: none;
}
div {
  margin: 0 auto;
}
strong,
th,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
em {
  font-style: normal;
}
a,
u {
  text-decoration: none;
}
a:hover {
  text-decoration: none !important;
}
i {
  font-style: normal;
}
/* 清除浮动*/
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.clearfix {
  zoom: 1;
}
* {
  word-wrap: break-word;
  word-break: break-all;
}
/* ps-scrollbar-x-rail */
.ps-scrollbar-x-rail {
  display: none !important;
}
.ps-container .ps-scrollbar-y-rail,
.ps-container .ps-scrollbar-y {
  width: 5px !important;
}
.alert {
  width: 100%;
  height: auto;
}
.alert .alert-box {
  position: fixed;
  left: 0;
  top: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 3px;
  line-height: 24px;
  font-size: 12px;
  z-index: 999;
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert .alert-box .close {
  display: inline-block;
  float: right;
  width: 12px;
  height: 12px;
  line-height: 12px;
  background: url("../../images/icon-close.png") no-repeat center;
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: pointer;
  margin-top: 6px;
}
.alert .alert-box .close:hover,
.alert .alert-box .close:focus {
  cursor: pointer;
  filter: alpha(opacity=100);
  opacity: 1;
}
.pull-left {
  float: left !important;
}
.pull-right {
  float: right !important;
}
.page {
  height: auto;
}
.hide {
  display: none !important;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 992px) {
  .container {
    padding: 0 20px;
  }
  .row {
    margin-right: 0px;
    margin-left: 0px;
  }
  .list-head {
    padding: 0 20px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1200px !important;
    padding-right: 15px;
    padding-left: 15px;
  }
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
  .list-head {
    padding: 0 53px;
  }
}
