* {
  box-sizing: border-box;
}
body {
  font-family: 'Microsoft YaHei', 'PingFang SC', 'Hiragino Sans GB', 'Helvetica', 'Tahoma', 'Arial', 'SimSun', 'Heiti', 'sans-serif' !important;
}
ul {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
#app {
  margin: 0 auto;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}
a {
  text-decoration: none !important;
  display: inline-block;
  cursor: pointer;
}
.oneLine {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.twoLine {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.threeLine {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.container {
  width: 1200px;
  margin: 0 auto;
  padding: 0 !important;
}
input {
  border: none;
  outline: none;
  padding-left: 11px;
}
input::placeholder {
  font-size: 14px;
  ;
  color: #999999;
}
thead tr {
  background: #EF2D36;
}
thead tr th {
  color: #fff;
}
.article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  text-align: center;
}
.container:before,
.container::after {
  content: none;
}
th,
td {
  height: 50px;
  line-height: 50px !important;
  padding: 0 !important;
  text-align: center;
  font-weight: bold;
}
.blockSpan {
  padding: 3px 5px;
  background: #EF2D36;
  border-radius: 4px;
  font-size: 0.16px;
  ;
  font-weight: 400;
  color: #fff;
  margin-left: 6px;
  display: inline-block;
  height: 29px;
  line-height: 25px;
}
.empty {
  width: 100%;
  text-align: center;
  color: #666;
  font-size: 20px;
  line-height: 40px;
  margin-top: 20px;
  padding-bottom: 20px;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #EF2D36 !important;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #EF2D36;
  border-color: #EF2D36;
}
.pagination > li > a,
.pagination > li > span {
  color: #333;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #EF2D36;
}
.header {
  width: 100%;
}
.header .header-top {
  height: 41px;
  background: #ffffff;
  background: #F5F2F2;
}
.header .header-top .header-top-content {
  display: flex;
  justify-content: space-between;
  height: 100%;
  align-items: center;
}
.header .header-top .header-top-content ul {
  display: flex;
}
.header .header-top .header-top-content ul li {
  display: flex;
}
.header .header-top .header-top-content ul a {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #626262;
}
.header .header-top .header-top-content .header-top-left li {
  margin-right: 50px;
}
.header .header-top .header-top-content .header-top-right li {
  margin-left: 25px;
}
.header .header-top .header-top-content .header-top-right img {
  margin-right: 10px;
}
.header .header-img-top {
  width: 100%;
}
.header .header-img-top img {
  width: 100%;
  display: none;
}
.header .header-wrapper {
  height: 101px;
}
.header .header-wrapper .header-content {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .header-wrapper .header-content .header-left {
  display: flex;
  align-items: center;
}
.header .header-wrapper .header-content .header-left h2 {
  font-size: 25px;
  font-weight: 500;
  color: #333333;
  margin-left: 17px;
}
.header .header-wrapper .header-right {
  display: flex;
  justify-content: space-between;
  width: 558px;
  height: 100%;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #313131;
  line-height: 60px;
  align-items: center;
}
.header .header-wrapper .header-right a {
  height: 40px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #313131;
  padding: 0 36px;
  line-height: 40px;
}
.header .header-wrapper .header-right a.active {
  color: #ffffff;
  background: #EF2D36;
  border-radius: 4px;
  text-align: center;
}
.head-banner {
  width: 100%;
  height: 62px;
  background: #EF2D36;
  box-shadow: 1px -3px 10px 1px rgba(67, 11, 13, 0.29);
}
.head-banner ul {
  display: flex;
  height: 100%;
  justify-content: space-around;
}
.head-banner ul li {
  display: flex;
  height: 100%;
  align-items: center;
  width: 150px;
  text-align: center;
}
.head-banner ul li a {
  width: 100%;
  text-align: center;
  height: 100%;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 62px;
}
.head-banner ul li.active {
  background: #fff;
}
.head-banner ul li.active a {
  color: #EF2D36;
}
.head-banner ul li:hover {
  background: #fff;
}
.head-banner ul li:hover a {
  color: #EF2D36;
}
.header-top-right li{
  position: relative;
}
.hideMa{
  display: none;
  position: absolute;
  top:20px;
}
.header-top-right li:hover .hideMa{
  display: block;
}