@charset "UTF-8";
/* yui3 reset.css */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

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

fieldset,
img {
  border: 0;
  vertical-align: top;
}

address,
caption,
cite,
code,
dfn,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

legend {
  color: #000;
}

iframe {
  display: block;
}

/* yui3 fonts */
body {
  color: #333;
  font-family: system-ui, -apple-system, Segoe UI, Rototo, Helvetica, Arial, sans-serif;
  font-size: 14px;
  min-width: 1200px;
  background-color: #fff;
}

table {
  font-size: inherit;
  font: 100%;
}

pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

a {
  text-decoration: none;
}

input,
button,
textarea {
  border: 0;
  outline: 0;
}

input[type=text]::-ms-clear,
input[type=password]::-ms-reveal {
  display: none;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: #999;
}

textarea::-moz-placeholder,
input::-moz-placeholder {
  color: #999;
}

textarea:-moz-placeholder,
input:-moz-placeholder {
  color: #999;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  color: #999;
}

.placeholder {
  color: #999;
}

/* utilities */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

.l {
  float: left !important;
}

.r {
  float: right !important;
}

.hidden {
  display: none !important;
}

.invisible {
  visibility: hidden !important;
}

.trans {
  -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
}

.text-overflow {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* 通用样式 */
.container {
  width: 1200px;
  margin: 0 auto;
}

#header {
  min-height: 78px;
}

/* 底部 */
.footer {
  margin-top: 32px;
  padding: 20px 0 30px;
  background-color: #2F3F51;
}

.footer-info {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  line-height: 21px;
  margin-top: 10px;
}
.footer-info a {
  color: #fff;
}
.footer-info > p:not(:first-child) {
  margin-left: 20px;
}

/* 子页头部 */
.header {
  min-height: 78px;
  background-color: #1D8EEA;
}

.page-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 78px;
}

.page-logo {
  height: 31px;
}
.page-logo > img {
  max-width: 100%;
  max-height: 100%;
}

.page-navs {
  display: flex;
}
.page-navs .page-nav:not(:first-child) {
  margin-left: 32px;
}
.page-navs .page-nav > a {
  font-size: 18px;
  color: #fff;
}
.page-navs .page-nav.current > a {
  font-weight: 700;
}

/* 分页 */
.pager {
  margin-top: 24px;
  text-align: right;
}

.m-pagination-info {
  float: left;
}

.m-pagination-info > span {
  font-weight: normal;
}

.m-pagination-page > li > a {
  border-radius: 1px;
  height: 28px;
  line-height: 28px;
  border: 2px solid #ECEDF2;
}

.m-pagination-group > input {
  height: 30px;
}

.m-pagination-group > button,
.m-pagination-size > select {
  height: 32px;
}

.m-pagination-info {
  height: 32px;
  line-height: 32px;
}

.m-pagination-page > li.active > a {
  border-color: #1D8EEA;
  color: #1D8EEA;
  background-color: #fff;
}

/* 日历公共样式 */
.layui-laydate-footer span:hover {
  color: #1D8EEA !important;
}

/* 下拉公共样式 */
.chosen-container-single .chosen-single {
  height: 46px;
  border: 1px solid #e1e8ef;
  background-color: #fff;
  color: #999;
  line-height: 44px;
  border-radius: 4px;
  font-size: 18px;
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #e1e8ef;
  background: #fff;
  box-shadow: none;
}

.chosen-container-single .chosen-single div {
  width: 20px;
  right: 12px;
}

.chosen-container-single .chosen-single div b {
  background: url("../images/down_ico.png") center no-repeat;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: center;
  transform: rotateZ(180deg);
}

.chosen-container-active .chosen-single {
  box-shadow: none;
}

.chosen-container-single .chosen-single span {
  margin-right: 32px;
}

.chosen-container .chosen-results li {
  padding: 5px 6px;
  line-height: 30px;
}

.chosen-container .chosen-drop {
  border: 1px solid #e1e8ef;
}

.chosen-container .chosen-results li.highlighted {
  background: #1D8EEA;
}