/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  outline: none;
}
body{
  width:100%;
  height:100%;
}
input{
  outline: none;
}

label{
  display: inline-block;
  margin-bottom:0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  background-color: #efefef;
}
button{
  outline: none;
}
label{
  display: inline-block;
}
blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* custom */
a {
  color: #7e8c8d;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
}

li {
  list-style: none;
}

::-webkit-scrollbar {
  display:none;
}

::-webkit-scrollbar-track-piece {
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
}

::-webkit-scrollbar-thumb:vertical {
  height: 5px;
  background-color: rgba(125, 125, 125, 0.7);
  -webkit-border-radius: 6px;
}

::-webkit-scrollbar-thumb:horizontal {
  width: 5px;
  background-color: rgba(125, 125, 125, 0.7);
  -webkit-border-radius: 6px;
}

html, body {
  width: 100%;
  height: 100%;
}

body {
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}



/*显示省略号*/
.ellipsis{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.clearfix{
  clear:both;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
  z-index: 1;
  color: #fff!important;
  cursor: default;
  background-color: #FD6A6A!important;
  border-color: #FD6A6A!important;
}

.pagination>li>a, .pagination>li>span {
  position: relative;
  float: left;
  padding: .8vw 1.6vw;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #FD6A6A!important;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  content: "viewport-units-buggyfill; padding: 0.8vw 1.6vw";
}

@font-face {
  font-family: "PingFangSC-Regular";
  src: url('PingFang-Regular.ttf');
  font-weight: 400;
  font-style: normal;
}

.d-date-time-contain{width:316px!important;}
.d-date-time{z-index:99!important;}
.clearfix{clear:both}
.public-table {width:100%;}
.public-table thead tr {height:30px;background-color: #efefef;}
.public-table thead tr th{font-size:12px;text-align:center;vertical-align:middle;border-right:1px solid #cfcfcf;}
.public-table thead tr th:last-child{border-right:none;}
.public-table tbody tr td{height:40px;font-size:12px;text-align:center;vertical-align:middle;border-right:1px solid #cfcfcf;border-bottom:1px solid #eee;}
.public-table tbody tr td:last-child{border-right:none;}
