@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, Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px;
}

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;
}

html,
body {
  height: 100%;
}

body {
  min-width: 1200px;
  color: #333;
  background-color: #F5F6F8;
}

/* 页面主容器 */
.main {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 300px;
  min-height: 100%;
}

/* 容器 */
.container {
  margin: 0 auto;
  width: 1200px;
}

/* 头部 */
.header-top {
  background-color: #F7F7F7;
}
.header-top-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 36px;
}
.header-top-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-top-link {
  color: #999;
  font-size: 12px;
  line-height: 18px;
}
.header-top-link:hover {
  color: #DE281F;
}
.header-top-link.with-sub {
  padding-right: 15px;
  background: url("../images/header_top_link_icon.png") no-repeat right center;
}
.header-top-link.with-split {
  position: relative;
}
.header-top-link.with-split::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -8px;
  width: 1px;
  height: 10px;
  background-color: rgba(153, 153, 153, 0.2);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header-top-link + .header-top-link {
  margin-left: 16px;
}
.header-middle {
  background-color: #fff;
}
.header-middle-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100px;
}
.header-middle-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-middle-link {
  position: relative;
  color: #333;
  line-height: 21px;
}
.header-middle-link:hover {
  color: #DE281F;
}
.header-middle-link + .header-middle-link {
  margin-left: 16px;
}
.header-middle-link + .header-middle-link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -8px;
  width: 1px;
  height: 10px;
  background-color: rgba(51, 51, 51, 0.2);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 32px;
  width: 248px;
  height: 34px;
}
.header-search-textbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 12px;
  width: 0;
  border: 1px solid rgba(153, 153, 153, 0.2);
  border-right: none;
  border-radius: 4px 0 0 4px;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.header-search-textbox:focus {
  border-color: #DE281F;
}
.header-search-textbox::-webkit-input-placeholder {
  color: #BAC4CE;
}
.header-search-textbox::-moz-placeholder {
  color: #BAC4CE;
}
.header-search-textbox:-ms-input-placeholder {
  color: #BAC4CE;
}
.header-search-textbox::-ms-input-placeholder {
  color: #BAC4CE;
}
.header-search-textbox::placeholder {
  color: #BAC4CE;
}
.header-search-btn {
  margin-left: -3px;
  width: 34px;
  border-radius: 4px;
  background: url("../images/header_search_icon.png") no-repeat center, #DE281F;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.header-search-btn:hover {
  opacity: 0.8;
}
.header-menu {
  background-color: #DE281F;
}
.header-menu-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 65px;
}
.header-menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 16px;
  width: 0;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 27px;
}
.header-menu-item:hover, .header-menu-item.current {
  font-weight: bold;
  background-color: rgba(255, 255, 255, 0.2);
}

/* 底部 */
.footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 282px;
  background-color: #1e2736;
}
.footer-inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 40px;
}
.footer-combobox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-combobox-item {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
  height: 38px;
  background-color: #fff;
}
.footer-combobox-item + .footer-combobox-item {
  margin-left: 20px;
}
.footer-combobox-text {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 48px 0 16px;
  height: 100%;
  color: #666;
  font-size: 16px;
  line-height: 38px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.footer-combobox-text::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 100%;
  background: url("../images/footer_link_icon.png") no-repeat center;
}
.footer-combobox-menu {
  position: absolute;
  bottom: calc(100% + 2px);
  left: 0;
  z-index: 999;
  width: 100%;
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
.footer-combobox-link {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 10px;
  height: 32px;
  color: #333;
  line-height: 32px;
}
.footer-combobox-link:hover, .footer-combobox-link.active {
  color: #DE281F;
  background-color: rgba(222, 40, 31, 0.1);
}
.footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 25px;
}
.footer-text-item {
  color: #fff;
  line-height: 21px;
}
.footer-text-item + .footer-text-item {
  margin-top: 16px;
}
.footer-link {
  color: #fff;
}
.footer-link:hover {
  color: #DE281F;
}
.footer-link:hover.with-underline {
  text-decoration-color: #DE281F;
}
.footer-link.with-underline {
  -webkit-text-decoration: underline #fff;
          text-decoration: underline #fff;
}
.footer-img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 32px;
  width: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer-panel-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 10px 3px;
  color: #fff;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.06);
}
.footer-panel-item + .footer-panel-item {
  margin-top: 10px;
}
.footer-panel-title {
  line-height: 21px;
}
.footer-panel-text {
  font-size: 18px;
  font-weight: bold;
  line-height: 27px;
}

/* 表格 */
.datagrid {
  table-layout: fixed;
  width: 100%;
}
.datagrid > thead > tr {
  height: 40px;
  background-color: #FFEDEC;
}
.datagrid > thead > tr > th {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 10px;
  color: #DE281F;
}
.datagrid > tbody {
  background-color: #fff;
}
.datagrid > tbody > tr {
  height: 40px;
}
.datagrid > tbody > tr:hover {
  background-color: rgba(222, 40, 31, 0.05);
}
.datagrid > tbody > tr:hover > td {
  border-color: #DE281F;
}
.datagrid > tbody > tr:hover .datagrid-link {
  color: #DE281F;
}
.datagrid > tbody > tr > td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
  overflow: hidden;
}
.datagrid-tag {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 12px;
  height: 20px;
  font-size: 12px;
  line-height: 18px;
  border: 1px solid #D2DAEA;
  border-radius: 4px;
  background-color: #EEF0F4;
}
.datagrid-link {
  color: #333;
}
.datagrid-text.orange-text {
  color: #FF8C39;
}
.datagrid-text.gray-text {
  color: #999;
}

/* 面包屑导航 */
.crumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  padding: 18px 23px;
  background: url("../images/crumb_icon.png") no-repeat left center;
}
.crumb-item {
  position: relative;
  color: #A8B6C1;
  line-height: 21px;
}
.crumb-item:hover, .crumb-item.current {
  color: #DE281F;
}
.crumb-item + .crumb-item {
  margin-left: 23px;
}
.crumb-item + .crumb-item::before {
  content: "/";
  position: absolute;
  top: 50%;
  left: -14px;
  height: 100%;
  color: #A8B6C1;
  line-height: 18px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}

/* 子页 */
.sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 20px;
}
.sub-menu {
  width: 220px;
}
.sub-menu-hd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 30px;
  height: 86px;
  color: #DE281F;
  font-size: 22px;
  font-weight: bold;
  line-height: 33px;
  border: 2px solid #fff;
  border-radius: 4px;
  background: url("../images/sub_menu_bg.png") no-repeat center/cover;
  -webkit-box-shadow: 0 2px 14px 0 rgba(4, 44, 101, 0.1);
          box-shadow: 0 2px 14px 0 rgba(4, 44, 101, 0.1);
}
.sub-menu-bd {
  margin-top: 10px;
  -webkit-box-shadow: 0 2px 14px 0 rgba(4, 44, 101, 0.1);
          box-shadow: 0 2px 14px 0 rgba(4, 44, 101, 0.1);
}
.sub-menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 24px;
  height: 60px;
  color: #333;
  font-size: 16px;
  line-height: 20px;
  border-bottom: 1px solid rgba(153, 153, 153, 0.1);
  background-color: #fff;
}
.sub-menu-item:first-child {
  border-radius: 4px 4px 0 0;
}
.sub-menu-item:last-child {
  border-radius: 0 0 4px 4px;
}
.sub-menu-item.current {
  color: #fff;
  border-color: #DE281F;
  background-color: #DE281F;
}
.sub-con {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: 20px;
  padding: 8px 20px 24px;
  width: 0;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 14px 0 rgba(4, 44, 101, 0.1);
          box-shadow: 0 2px 14px 0 rgba(4, 44, 101, 0.1);
}
.sub-hd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 54px;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
}
.sub-hd-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sub-hd-title::before {
  content: "";
  position: absolute;
  top: -4px;
  left: -7px;
  z-index: 1;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-image: linear-gradient(134deg, #DE281F 7.58%, rgba(222, 40, 31, 0) 84.35%);
  opacity: 0.34;
}
.sub-hd-title-chinese {
  z-index: 2;
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
}
.sub-hd-title-english {
  position: relative;
  margin-left: 15px;
  color: rgba(186, 196, 206, 0.5);
  text-transform: uppercase;
  line-height: 21px;
}
.sub-hd-title-english::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -7px;
  width: 1px;
  height: 16px;
  background-color: rgba(153, 153, 153, 0.2);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.sub-hd-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sub-hd-search {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sub-hd-search + .sub-hd-search {
  margin-left: 12px;
}
.sub-hd-search-label {
  margin-right: 12px;
  color: #666;
  font-size: 13px;
  line-height: 20px;
}
.sub-hd-search-textbox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 40px 0 12px;
  width: 248px;
  height: 34px;
  font-size: 13px;
  border: 1px solid rgba(153, 153, 153, 0.2);
  border-radius: 17px;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.sub-hd-search-textbox:focus {
  border-color: #DE281F;
}
.sub-hd-search-textbox::-webkit-input-placeholder {
  color: #BAC4CE;
}
.sub-hd-search-textbox::-moz-placeholder {
  color: #BAC4CE;
}
.sub-hd-search-textbox:-ms-input-placeholder {
  color: #BAC4CE;
}
.sub-hd-search-textbox::-ms-input-placeholder {
  color: #BAC4CE;
}
.sub-hd-search-textbox::placeholder {
  color: #BAC4CE;
}
.sub-hd-search-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
  background: url("../images/sub_search_icon.png") no-repeat center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.sub-bd {
  margin-top: 20px;
}
.sub-main {
  padding: 36px;
  border-radius: 4px;
  background-color: #FFF;
  -webkit-box-shadow: 0 2px 14px 0 rgba(4, 44, 101, 0.1);
          box-shadow: 0 2px 14px 0 rgba(4, 44, 101, 0.1);
}
.sub-main-title {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  line-height: 38px;
}
.sub-main-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 16px;
  height: 32px;
  line-height: 32px;
  background-color: #F7F7F7;
}
.sub-main-info-item {
  color: #666;
}
.sub-main-info-item + .sub-main-info-item {
  margin-left: 30px;
}
.sub-main-content {
  margin-top: 32px;
}
.sub-main-file {
  margin-top: 32px;
}
.sub-main-file-title {
  line-height: 21px;
}
.sub-main-file-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  margin-top: 8px;
}
.sub-main-file-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 8px 0 0 8px;
  padding: 7px 7px 7px 52px;
  width: calc((100% - 8px) / 2.0001);
  height: 59px;
  border: 1px solid transparent;
  border-radius: 4px;
  background: no-repeat 8px center, #F7F7F7;
}
.sub-main-file-item.file-docx {
  background-image: url("../images/file_icon_docx.png");
}
.sub-main-file-item.file-ppt {
  background-image: url("../images/file_icon_ppt.png");
}
.sub-main-file-item.file-pdf {
  background-image: url("../images/file_icon_pdf.png");
}
.sub-main-file-item.file-jpg {
  background-image: url("../images/file_icon_jpg.png");
}
.sub-main-file-item.file-xlsx {
  background-image: url("../images/file_icon_xlsx.png");
}
.sub-main-file-item.file-zip {
  background-image: url("../images/file_icon_zip.png");
}
.sub-main-file-item:nth-child(-n+2) {
  margin-top: 0;
}
.sub-main-file-item:nth-child(2n+1) {
  margin-left: 0;
}
.sub-main-file-item:hover {
  border-color: #DE281F;
  background-color: #fff;
}
.sub-main-file-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #333;
  line-height: 21px;
}
.sub-main-file-name {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.sub-main-file-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4px;
  line-height: 18px;
}
.sub-main-file-size {
  color: #B1B6CC;
  font-size: 12px;
}
.sub-main-file-icon {
  margin-left: 12px;
  width: 14px;
  height: 16px;
  background: url("../images/download_icon.png") no-repeat center;
}
.sub-condition {
  margin-bottom: 14px;
}
.sub-condition.full-radius .sub-condition-item {
  border-radius: 13px;
  background-color: transparent;
}
.sub-condition.full-radius .sub-condition-item.current {
  background-color: #DE281F;
}
.sub-condition-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.sub-condition-line + .sub-condition-line {
  margin-top: 6px;
}
.sub-condition-label {
  color: #666;
  line-height: 26px;
}
.sub-condition-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 6px;
  width: 0;
  overflow: hidden;
}
.sub-condition-item {
  margin: 0 6px 6px 0;
  padding: 0 12px;
  color: #666;
  line-height: 26px;
  border-radius: 4px;
  background-color: #F7F7F7;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.sub-condition-item.current {
  color: #fff;
  font-weight: bold;
  background-color: #DE281F;
}
.sub-condition-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 26px;
}
.sub-condition-date-item {
  position: relative;
  height: 100%;
}
.sub-condition-date-item::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 38px;
  height: 100%;
  background: url("../images/datepicker_icon.png") no-repeat center;
  pointer-events: none;
}
.sub-condition-date-input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 38px 0 12px;
  width: 130px;
  height: 100%;
  font-size: 13px;
  border: 1px solid rgba(153, 153, 153, 0.2);
  border-radius: 4px;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.sub-condition-date-input:focus {
  border-color: #DE281F;
}
.sub-condition-date-input::-webkit-input-placeholder {
  color: #BAC4CE;
}
.sub-condition-date-input::-moz-placeholder {
  color: #BAC4CE;
}
.sub-condition-date-input:-ms-input-placeholder {
  color: #BAC4CE;
}
.sub-condition-date-input::-ms-input-placeholder {
  color: #BAC4CE;
}
.sub-condition-date-input::placeholder {
  color: #BAC4CE;
}
.sub-condition-date-split {
  margin: 0 6px;
  width: 12px;
  height: 1px;
  background-color: #E6E6E6;
}
.sub-condition-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #DE281F;
  line-height: 26px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.sub-condition-more.unfold::before {
  content: "展开";
}
.sub-condition-more.unfold::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.sub-condition-more.fold::before {
  content: "收起";
}
.sub-condition-more.fold::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.sub-condition-more::after {
  content: "";
  margin-left: 6px;
  width: 12px;
  height: 13px;
  background: url("../images/more_icon.png") no-repeat center;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

/* pagination分页 */
.pagination {
  padding: 20px 0 0;
  text-align: center;
}
.pagination .m-pagination-page {
  padding: 0;
}
.pagination .m-pagination-page li {
  margin-right: 6px;
}
.pagination .m-pagination-page li:hover a, .pagination .m-pagination-page li.active a {
  color: #DE281F;
  font-weight: normal;
  border-color: #DE281F;
  background-color: #fff;
}
.pagination .m-pagination-page li a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 5px;
  min-width: 34px;
  height: 34px;
  color: #666;
  text-align: center;
  line-height: 30px;
  border: 2px solid #ecedf2;
}
.pagination .m-pagination-size {
  position: relative;
  margin-right: 6px;
  padding: 0;
}
.pagination .m-pagination-size::after {
  content: "条/页";
  position: absolute;
  top: 0;
  right: 20px;
  height: 100%;
  color: #666;
  line-height: 34px;
  pointer-events: none;
}
.pagination .m-pagination-size select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 85px;
  height: 34px;
  color: #666;
  border: 2px solid #ecedf2;
}
.pagination .m-pagination-jump {
  width: auto;
}
.pagination .m-pagination-group::before, .pagination .m-pagination-group::after {
  float: left;
  height: 34px;
  color: #666;
  line-height: 34px;
}
.pagination .m-pagination-group::before {
  content: "到第";
}
.pagination .m-pagination-group::after {
  content: "页";
}
.pagination .m-pagination-group input {
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 6px;
  width: 34px;
  height: 34px;
  border: 2px solid #ecedf2;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.pagination .m-pagination-group input:focus {
  border-color: #DE281F;
}
.pagination .m-pagination-group button {
  display: none;
}
.pagination .m-pagination-info {
  padding: 0;
  height: 34px;
  color: #666;
  line-height: 34px;
}

/* layui日期选择 */
.layui-laydate-content {
  border-left: none !important;
}