@charset "utf-8";
/* CSS Document */
* {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
  margin: 0;
  padding: 0;
}
input:focus {
  outline: none;
}
.main-container table,
.main-container tr,
.main-container td {
  vertical-align: middle;
}
body {
  font: 12px "Microsoft Yahei", "Arial Narrow", HELVETICA;
  background: #fff;
  -webkit-text-size-adjust: 100%;
}
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #2b86ef;
  text-decoration: none;
}
li {
  list-style: none;
}
img {
  border: 0;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
p {
  word-wrap: break-word;
  color: #666;
}
.g-wp p {
  color: #000;
}
.clearfix:after {
  clear: both;
  height: 0;
  overflow: hidden;
  display: block;
  visibility: hidden;
  content: ".";
}
body,
html {
  width: 100%;
  height: 100%;
}
.hidden {
  display: none !important;
}
.notvisibility {
  visibility: hidden;
}
.loading-wrapper {
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.loading-wrapper .loading-content-wrapper {
  text-align: center;
  padding: 80px 0;
}
.loading-wrapper .loading-content-wrapper img {
  width: 84px;
}
.loading-wrapper .loading-content-wrapper .loading-text {
  line-height: 36px;
  font-size: 18px;
  margin-top: 15px;
  color: #ccc;
}
.loading-wrapper .loading-content-wrapper .loading-text-waiting {
  line-height: 36px;
  font-size: 18px;
  color: #ccc;
}
.no-content-data-box {
  width: 100%;
  padding: 80px 0;
  text-align: center;
}
.no-content-data-box img {
  width: 240px;
}
select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: none;
}
select option {
  width: 500px;
}
select::-ms-expand {
  display: none;
}
select {
  background: url(../images/xiala.png) no-repeat right 13px center transparent;
}
.search-his {
  width: 94.5%;
  background-color: #fff;
  border: 1px solid #B4CAE0;
  border-radius: 0 0 5px 5px;
  position: relative;
  z-index: 100;
  margin-top: 43px;
  padding: 15px;
}
.search-his li {
  height: 36px;
  line-height: 36px;
  border-bottom: 1px solid #ccc;
  font-size: 16px;
  padding: 0 10px;
  cursor: pointer;
}
.search-his li:last-child {
  border-bottom: 0;
}
.search-his li .search-title {
  float: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  width: 92%;
  text-align: left;
}
.search-his li .del-icon {
  float: right;
  display: inline-block;
  width: 40px;
  text-align: center;
}
@media (max-width: 768px) {
  body span,
  body a,
  body p {
    font-size: 0.24rem;
  }
}
