﻿/**公共css**/
@charset "utf-8";
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
p {
  margin: 0;
  padding: 0;
  outline: none;
}
input,
select,
textarea {
  font-size: 12px;
  line-height: 16px;
}
img {
  border: 0;
}
ul,
li {
  list-style-type: none;
}
a {
  color: rgba(46, 17, 8, 0.8);
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
.cl {
  clear: both;
}
.none {
  display: none;
}
.r-0 {
  padding-right: 0px;
}
.l-0 {
  padding-left: 0px;
}
.rl-0 {
  padding-right: 0px;
  padding-left: 0px;
}
.lr-15 {
  margin: 0 15px;
}
.lt-50 {
  margin-top: 50px;
}
.lt-60 {
  margin-top: 60px;
}
.lt-80 {
  margin-top: 80px;
}
.lt-30 {
  margin-top: 30px;
}
.lt-24 {
  margin-top: 24px;
}
.lt-20 {
  margin-top: 20px;
}
@font-face {
  font-family: "DFPL";
  /*src: url("../fonts/DFPLiJinHeiW8-GB.ttf");*/
}
body {
  font-family: DFPL, "微软雅黑";
  font-size: 16px;
  color: rgba(46, 17, 8, 0.8);
  background: #ffffff;
  -webkit-text-size-adjust: none;
}
input, textarea {
  font-family: DFPL, "微软雅黑" !important;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #c6ced4;
}
input:-moz-placeholder, textarea:-moz-placeholder{
  color: #c6ced4;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #c6ced4;
}
.container {
  width: 100%;
  min-width: 1350px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.reset {
    background-color: #487eea;
    border: #487eea;
}
.container-body {
  width: 100%;
  background-color: #f8f8f8;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  box-sizing: border-box;
}

.default-width {
  width: 1350px !important;
}

.red-bg {
  border: 1px solid #ff3f3f !important;
  background-color: #ff3f3f !important;
}
.green-bg {
  border: 1px solid #22ac38 !important;
  background-color: #22ac38 !important;
}
.blue-bg {
  border: 1px solid #00a0e9 !important;
  background-color: #00a0e9 !important;
}
.page-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 22px;
}
.page-container .page{
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.page-container .page-total{
  display: flex;
  align-items: center;
  font-size: 10px;
  color: #0012ff;
}
.page-container .page-num {
  margin-left: 15px;
}
.select2-results__option {
  min-height: 21px;
}