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

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #ccc;
}

@font-face {
  font-family: "SourceHanSerifCN-Heavy";
  src: url("./fonts/SourceHanSerifCN-Heavy/SourceHanSerifCN-Heavy.otf") format("opentype");
}
@font-face {
  font-family: "SourceHanSansCN-Regular";
  src: url("./fonts/SourceHanSansCN-Regular/SourceHanSansCN-Regular.eot") format("embedded-opentype"), url("./fonts/SourceHanSansCN-Regular/SourceHanSansCN-Regular.ttf") format("truetype"), url("./fonts/SourceHanSansCN-Regular/SourceHanSansCN-Regular.woff") format("woff");
}
@font-face {
  font-family: "wd5";
  src: url("./fonts/wd5.ttf") format("truetype");
}
body {
  /* 主题色（IE不支持css变量，此处仅作颜色参考） */
  --theme-color-1: #1770ea;
  --theme-color-2: #3697ff;
  --theme-color-3: #d7e7ff;
  --theme-color-4: #f2f8ff;
  /* 头部-遮罩渐变色 */
  --header-cover-color-1: #0058d8;
  --header-cover-color-2: rgba(23, 118, 255, .3);
  /* 子页菜单-选项标题默认渐变色 */
  --menu-bg-color-1: rgba(236, 241, 247, .7);
  --menu-bg-color-2: rgba(254, 254, 254, .7);
  /* 子页菜单-选项标题选中渐变色 */
  --menu-bg-color-active-1: #e8efff;
  --menu-bg-color-active-2: #e1edff;
  --menu-bg-color-active-3: #f5f7ff;
  /* 子页菜单-选项标题下拉图标阴影色 */
  --menu-shadow-color: rgba(0, 65, 160, .1);
  /* 子页标题-搜索框阴影色 */
  --title-search-shadow-color: rgba(104, 157, 197, .15);
  /* 列表-图标阴影色 */
  --list-icon-shadow-color: rgba(57, 107, 219, .5);
  min-width: 1600px;
  color: #2f2f2f;
  background-color: #f7f9fa;
}
body.has-footer {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 100vh;
  padding-bottom: 261px;
}
body[data-skin=red] {
  --theme-color-1: #c03339;
  --theme-color-2: #e95a60;
  --theme-color-3: #fff5f5;
  --theme-color-4: #fff5f5;
  --header-cover-color-1: #b2242a;
  --header-cover-color-2: rgba(178, 36, 42, .3);
  --menu-bg-color-1: rgba(247, 236, 237, .7);
  --menu-bg-color-2: rgba(254, 254, 254, .7);
  --menu-bg-color-active-1: #ffe8e9;
  --menu-bg-color-active-2: #ffe1e3;
  --menu-bg-color-active-3: #fff5f5;
  --menu-shadow-color: rgba(143, 0, 7, .1);
  --title-search-shadow-color: rgba(177, 44, 44, .15);
  --list-icon-shadow-color: rgba(159, 3, 11, .5);
}

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

/* 头部 */
#header {
  position: relative;
  height: 288px;
  /*background: url("../images/header_img.png") no-repeat center;*/
}
#header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(28.65%, #0058d8), to(rgba(23, 118, 255, 0.3)));
  background-image: linear-gradient(180deg, #0058d8 28.65%, rgba(23, 118, 255, 0.3) 100%);
  pointer-events: none;
}
.header {
  position: relative;
  height: 288px;
}
.header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(28.65%, #0058d8), to(rgba(23, 118, 255, 0.3)));
  background-image: linear-gradient(180deg, #0058d8 28.65%, rgba(23, 118, 255, 0.3) 100%);
  pointer-events: none;
}
.header__top {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 40px;
  width: 100%;
  height: 102px;
}
.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 94px;
}
.header__menu {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: 20px;
}
.header__menu:first-child {
  margin-left: 0;
}
.header__menu:hover .header__menu-con {
  display: block;
}
.header__menu:hover .header__menu-link, .header__menu.current .header__menu-link {
  color: #fff;
  font-weight: bold;
  border-bottom-color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.47)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.47) 0%, rgba(255, 255, 255, 0) 100%);
}
.header__menu-link {
  display: block;
  padding: 0 10px;
  height: 100%;
  color: #fff;
  font-size: 18px;
  line-height: 92px;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.header__menu-con {
  position: absolute;
  top: 100%;
  left: 50%;
  display: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 4px;
  width: 116px;
}
.header__menu-sub {
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 16px 0 rgba(77, 77, 77, 0.1);
          box-shadow: 0 4px 16px 0 rgba(77, 77, 77, 0.1);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  overflow: hidden;
}
.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-sizing: border-box;
          box-sizing: border-box;
  padding: 8px 12px;
  color: #4e5463;
  text-align: center;
  line-height: 20px;
}
.header__menu-item:hover {
  color: #1770ea;
  background-color: #f2f8ff;
}
.header__search {
  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;
  margin-left: 30px;
  padding: 0 16px 0 12px;
  width: 330px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.15);
}
.header__search-combobox {
  display: none;
}
.header__search-combobox + .chosen-container {
  width: 85px;
}
.header__search-combobox + .chosen-container.chosen-with-drop .chosen-single, .header__search-combobox + .chosen-container-active .chosen-single {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.header__search-combobox + .chosen-container .chosen-single {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  height: 24px;
  line-height: 24px;
  border: none;
  background: none;
}
.header__search-combobox + .chosen-container .chosen-single span {
  margin-right: 12px;
  color: #fff;
  text-align: center;
}
.header__search-combobox + .chosen-container .chosen-single div {
  margin-right: 0;
  width: 7px;
}
.header__search-combobox + .chosen-container .chosen-single div b {
  background: url("../images/header_combobox_icon.png") no-repeat center;
}
.header__search-combobox + .chosen-container .chosen-drop {
  top: calc(100% + 18px);
  left: 50%;
  width: calc(100% + 20px);
  border: none;
  border-radius: 2px;
  -webkit-box-shadow: 0 4px 16px 0 rgba(77, 77, 77, 0.1);
          box-shadow: 0 4px 16px 0 rgba(77, 77, 77, 0.1);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  overflow: hidden;
}
.header__search-combobox + .chosen-container .chosen-results {
  margin: 0;
  padding: 0;
}
.header__search-combobox + .chosen-container .chosen-results li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 11px;
  color: #4e5463;
  text-align: center;
  line-height: 1;
}
.header__search-combobox + .chosen-container .chosen-results li.highlighted {
  color: #1770ea;
  background: none;
  background-color: #f9f9f9;
}
.header__search-con {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 24px;
  width: 0;
  height: 100%;
}
.header__search-con::before {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(100% + 11px);
  width: 1px;
  height: 16px;
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header__search-input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 12px;
  width: 0;
  height: 100%;
  color: #fff;
  background: none;
}
.header__search-input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.68);
}
.header__search-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.68);
}
.header__search-input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.68);
}
.header__search-input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.68);
}
.header__search-input::placeholder {
  color: rgba(255, 255, 255, 0.68);
}
.header__search-btn {
  width: 18px;
  height: 18px;
  background: url("../images/header_search_icon.png") no-repeat center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.header__slogan-item {
  position: absolute;
  top: 55.5%;
   left: 50%;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: opacity 0.5s, top 2s, -webkit-transform 2s;
  transition: opacity 0.5s, top 2s, -webkit-transform 2s;
  transition: transform 2s, top 2s, opacity 0.5s;
  transition: transform 2s, top 2s, opacity 0.5s, -webkit-transform 2s;
  will-change: transform;
  pointer-events: none;
}
.header__slogan-item.show {
  opacity: 1;
  pointer-events: initial;
}
.header__slogan-item.stacked {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 120px;
}
.header__slogan-title {
  color: #fff;
  font-family: "wd5", "STXingkai", "KaiTi", cursive;
  font-size: 56px;
  line-height: 1.2;
  white-space: nowrap;
  letter-spacing: 10px;
  display: inline-block;
  -webkit-transform: skewX(-6deg);
          transform: skewX(-6deg);
  text-shadow:
    1px 0 0 rgba(255, 255, 255, 0.7),
    -1px 0 0 rgba(255, 255, 255, 0.5),
    0 1px 0 rgba(255, 255, 255, 0.7),
    0 -1px 0 rgba(255, 255, 255, 0.3),
    2px 2px 6px rgba(0, 0, 0, 0.25),
    3px 1px 1px rgba(255, 255, 255, 0.2),
    -2px -1px 1px rgba(255, 255, 255, 0.15);
  -webkit-filter: contrast(1.2);
          filter: contrast(1.2);
  -webkit-transition: all 2s;
  transition: all 2s;
}
.header__slogan-title-img {
  display: block;
  height: 100px;
  width: auto;
  -webkit-transition: -webkit-transform 2s, height 2s, margin-top 2s;
  transition: transform 2s, height 2s, margin-top 2s;
  transition: transform 2s, height 2s, margin-top 2s, -webkit-transform 2s;
  margin-top: -20px;
  will-change: transform;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.header__slogan-text {
  margin: 0 0 0 100px;
  color: #fff;
  font-family: "SourceHanSansCN-Regular";
  font-size: 46px;
  line-height: 66px;
  white-space: nowrap;
  -webkit-transition: all 2s;
  transition: all 2s;
}
.header__swiper {
  height: 100%;
}
.header__img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* 底部 */
#footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.footer {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 16px;
  height: 261px;
  background-color: #171d25;
}
.footer .container {
  width: 1200px;
}
.footer__combobox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__combobox-item {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 37px;
  width: 0;
}
.footer__combobox-item:first-child {
  margin-left: 0;
}
.footer__combobox-item.opened .footer__combobox-text {
  color: #fff;
  border-color: #1770ea;
}
.footer__combobox-item.opened .footer__combobox-text::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.footer__combobox-item.opened .footer__combobox-menu {
  display: block;
}
.footer__combobox-text {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 34px 0 12px;
  height: 34px;
  color: #aaa;
  text-overflow: ellipsis;
  line-height: 32px;
  white-space: nowrap;
  border: 1px solid #686868;
  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: 34px;
  height: 100%;
  background: url("../images/footer_combobox_icon.png") no-repeat center;
}
.footer__combobox-menu {
  position: absolute;
  bottom: calc(100% + 2px);
  left: 0;
  z-index: 999;
  display: none;
  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);
  overflow: hidden;
}
.footer__combobox-link {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 10px;
  height: 32px;
  color: #2f2f2f;
  line-height: 32px;
}
.footer__combobox-link:hover, .footer__combobox-link.active {
  color: #1770ea;
  background-color: #f2f8ff;
}
.footer__bottom {
  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;
  margin-top: 40px;
}
.footer__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 22px;
  color: #aaa;
  line-height: 32px;
}
.footer__text:first-child {
  margin-left: 0;
}
.footer__text--gray {
  color: #aeaeae;
}
.footer__num {
  width: 74px;
  color: #d77070;
  text-align: right;
}
.footer__info {
  margin-top: 19px;
}
.footer__code {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
}
.footer__code-img {
  margin-left: 53px;
  width: 100px;
  height: 100px;
}
.footer__code-img:first-child {
  margin-left: 0;
}

/* 右侧边栏 */
#sidebar {
  position: fixed;
  top: 50%;
  right: 15px;
  z-index: 1000;
  width: 78px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.sidebar__list {
  border-radius: 4px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3697ff), to(#1770ea));
  background-image: linear-gradient(180deg, #3697ff 0%, #1770ea 100%);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.sidebar__link {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 12px;
  height: 78px;
}
.sidebar__link:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.sidebar__link:hover .sidebar__con {
  display: block;
}
.sidebar__icon {
  display: block;
  margin: 0 auto;
  width: 26px;
  height: 26px;
}
.sidebar__text {
  margin-top: 8px;
  color: #fff;
  font-size: 13px;
  text-align: center;
  line-height: 16px;
}
.sidebar__con {
  display: none;
}
.sidebar__qrcode {
  position: absolute;
  top: 50%;
  right: calc(100% + 15px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  width: 162px;
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.sidebar__qrcode::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  width: 0;
  height: 0;
  border-width: 12px 0 12px 11px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.sidebar__qrcode-img {
  display: block;
  width: 100%;
}
.sidebar__qrcode-text {
  color: #2f2f2f;
  text-align: center;
  line-height: 21px;
}
.sidebar__return {
  margin-top: 10px;
  height: 28px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  line-height: 28px;
  border-radius: 4px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3697ff), to(#1770ea));
  background-image: linear-gradient(180deg, #3697ff 0%, #1770ea 100%);
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/* 机器人 */
#robot {
  position: fixed;
  bottom: 300px;
  right: 80px;
  z-index: 1000;
  width: 120px;
}
.robot__info {
  position: absolute;
  top: -3px;
  right: 90%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 120px;
  padding: 6px 10px;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  background-color: #fff;
}
.robot__info-close {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 20px;
  height: 20px;
  line-height: 18px;
  text-align: center;
  color: #fff;
  background-color: #999;
  border: 1px solid #fff;
  border-radius: 50%;
  font-size: 14px;
  cursor: pointer;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  z-index: 3;
}
.robot__info-close:hover {
  background-color: #2f2f2f;
}
.robot__info::before, .robot__info::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.robot__info::before {
  z-index: 1;
  border-width: 9px 0 9px 10px;
  border-color: transparent transparent transparent #e2e2e2;
}
.robot__info::after {
  z-index: 2;
  border-width: 8px 0 8px 8px;
  border-color: transparent transparent transparent #fff;
}
.robot__info-text {
  color: #2f2f2f;
  font-size: 12px;
  line-height: 16px;
  white-space: normal;
  word-break: break-all;
}

/* 面包屑导航 */
.com-crumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 21px 26px;
  background: url("../images/crumb_icon.png") no-repeat left center;
}
.com-crumb + .com-sub {
  padding-top: 0;
}
.com-crumb__link {
  position: relative;
  margin-left: 14px;
  color: #666;
}
.com-crumb__link:first-child {
  margin-left: 0;
}
.com-crumb__link:first-child::before {
  display: none;
}
.com-crumb__link:hover, .com-crumb__link.current {
  color: #1770ea;
}
.com-crumb__link::before {
  content: "/";
  position: absolute;
  top: 50%;
  left: -9px;
  color: #666;
  line-height: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}

/* 子页容器 */
.com-sub {
  min-height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 0;
}

/* 子页菜单 */
.com-menu {
  margin-right: 10px;
  width: 220px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 20px 0 rgba(1, 71, 154, 0.05);
          box-shadow: 0 1px 20px 0 rgba(1, 71, 154, 0.05);
}
.com-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 15px;
  height: 78px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  border: 2px solid #fff;
  background-image: linear-gradient(93deg, #3697ff -1.73%, #1770ea 99.09%);
  -webkit-box-shadow: 0 2px 8px 0 rgba(222, 229, 235, 0.65);
          box-shadow: 0 2px 8px 0 rgba(222, 229, 235, 0.65);
}
.com-menu__hd::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 12px;
  width: 34px;
  height: 40px;
  background: url("../images/menu_hd_icon.png") no-repeat center;
}
.com-menu__list {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px;
}
.com-menu__item {
  margin-top: 2px;
}
.com-menu__item:first-child {
  margin-top: 0;
}
.com-menu__item.with-sub > .com-menu__title {
  padding-right: 50px;
}
.com-menu__item.with-sub > .com-menu__title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: url("../images/menu_arrow_icon.png") no-repeat center;
  -webkit-box-shadow: 0 3px 14px 0 rgba(0, 65, 160, 0.1);
          box-shadow: 0 3px 14px 0 rgba(0, 65, 160, 0.1);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.com-menu__item.current > .com-menu__title {
  color: #1770ea;
  font-weight: bold;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e8efff), color-stop(55.77%, #e1edff), to(#f5f7ff));
  background-image: linear-gradient(180deg, #e8efff 0%, #e1edff 55.77%, #f5f7ff 100%);
}
.com-menu__item.expand > .com-menu__title::after {
  background-image: url("../images/menu_arrow_icon_expand.png");
}
.com-menu__title {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 15px;
  color: #2f2f2f;
  font-size: 16px;
  text-overflow: ellipsis;
  line-height: 20px;
  white-space: nowrap;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(236, 241, 247, 0.7)), to(rgba(254, 254, 254, 0.7)));
  background-image: linear-gradient(180deg, rgba(236, 241, 247, 0.7) 0%, rgba(254, 254, 254, 0.7) 100%);
  overflow: hidden;
}
.com-menu__title:hover {
  color: #1770ea;
}
.com-menu__con {
  display: none;
  margin-top: 2px;
}
.com-menu__link {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 2px;
  padding: 15px 20px 15px 30px;
  color: #666;
  text-overflow: ellipsis;
  line-height: 20px;
  white-space: nowrap;
  overflow: hidden;
}
.com-menu__link:first-child {
  margin-top: 0;
}
.com-menu__link:hover {
  color: #1770ea;
}
.com-menu__link:hover::before {
  background-color: #1770ea;
}
.com-menu__link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #c7c7c7;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.com-menu__link.current {
  color: #1770ea;
  font-weight: bold;
}
.com-menu__link.current::before {
  background-color: #1770ea;
}

/* 子页内容 */
.com-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-height: 400px;
}
.com-content__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;
  padding: 0 20px;
  height: 80px;
  background: url("../images/content_hd_bg.png") no-repeat center/cover;
}
.com-content__title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 14px;
  width: 0;
  font-size: 20px;
  font-weight: bold;
  text-overflow: ellipsis;
  line-height: 30px;
  white-space: nowrap;
  background: url("../images/content_title_icon.png") no-repeat left center;
  overflow: hidden;
}
.com-content__search {
  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;
  margin-left: 20px;
  padding: 0 22px;
  width: 280px;
  height: 48px;
  border: 1px solid #fff;
  border-radius: 24px;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: 0 14px 14px 0 rgba(104, 157, 197, 0.15);
          box-shadow: 0 14px 14px 0 rgba(104, 157, 197, 0.15);
}
.com-content__search-input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 22px;
  width: 0;
  height: 100%;
  font-size: 16px;
  background: none;
}
.com-content__search-btn {
  width: 18px;
  height: 18px;
  background: no-repeat center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.com-content__search-btn.icon-glass {
  background-image: url("../images/content_search_icon_glass.png");
}
.com-content__search-btn.icon-calendar {
  background-image: url("../images/content_search_icon_calendar.png");
}
.com-content__bd {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  background-color: #fff;
}
.com-content__bd.more-padding {
  padding: 40px;
}
.com-content__bd.more-Vpadding {
  padding: 40px 20px;
}
.com-content__bd.more-padding-top {
  padding-top: 40px;
}
.com-content__bd.no-padding-top {
  padding-top: 0;
  min-height: 600px;
}
.com-content__bd + .com-content__bd {
  margin-top: 10px;
}

/* 筛选条件 */
.com-condition {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 4px;
}
.com-condition__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 10px;
}
.com-condition__line:first-child {
  margin-top: 0;
}
.com-condition__label {
  margin-right: 10px;
  text-align: right;
  line-height: 30px;
}
.com-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-bottom: -10px;
  width: 0;
}
.com-condition__item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 10px 10px 0;
  padding: 0 16px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 4px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.com-condition__item:hover {
  background-color: #d7e7ff;
}
.com-condition__item.current {
  color: #fff;
  background-color: #1770ea;
}
.com-condition__date {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 240px;
  height: 30px;
  border: 1px solid #c2c2c2;
  border-radius: 2px;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.com-condition__date:focus-within {
  border-color: #1770ea;
}
.com-condition__date:focus-within::after {
  background-image: url("../images/content_search_icon_calendar.png");
}
.com-condition__date::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 20px;
  height: 20px;
  background: url("../images/condition_date_icon.png") no-repeat center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: background-image 0.3s;
  transition: background-image 0.3s;
  pointer-events: none;
}
.com-condition__date-input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 40px 0 10px;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  cursor: pointer;
}

/* 表格 */
.com-table--nowrap .com-table__bd-inner {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.com-table__hd-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #1770ea;
}
.com-table__hd-col {
  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;
}
.com-table__hd-inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 18px 20px;
  width: 100%;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
}
.com-table__bd.str_active {
  background: none;
}
.com-table__bd-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.com-table__bd-row:nth-child(even) {
  background-color: #f9f9f9;
}
.com-table__bd-row:hover {
  background-color: #f2f8ff;
}
.com-table__bd-col {
  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;
}
.com-table__bd-inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 18px 20px;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
   width: 420px;
}

/* 列表 */
.com-list {
  position: relative;
}
.com-list__link {
  position: relative;
  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;
  height: 60px;
  border-bottom: 1px solid #efefef;
}
.com-list__link:hover::after {
  width: 100%;
}
.com-list__link:hover .com-list__title,
.com-list__link:hover .com-list__date {
  color: #1770ea;
}
.com-list__link::before {
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 10px;
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  border-radius: 50%;
  background-image: linear-gradient(132deg, #1770ea 19.02%, #3697ff 90.63%);
  -webkit-box-shadow: 2px 2px 5px 0 rgba(57, 107, 219, 0.5);
          box-shadow: 2px 2px 5px 0 rgba(57, 107, 219, 0.5);
}
.com-list__link::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #1770ea;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
}
.com-list__tag {
  color: #2f2f2f;
  font-size: 16px;
  line-height: 24px;
}
.com-list__tag[data-status="1"] {
  color: #e97c00;
}
.com-list__tag[data-status="2"] {
  color: #008b1e;
}
.com-list__tag[data-status="3"] {
  color: #ca3535;
}
.com-list__title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 30px;
  width: 0;
  color: #2f2f2f;
  font-size: 16px;
  text-overflow: ellipsis;
  line-height: 24px;
  white-space: nowrap;
  overflow: hidden;
}
.com-list__date {
  color: #999;
  font-size: 16px;
  line-height: 18px;
}

/* 分页（样式1） */
.com-pagination {
  padding: 20px 0 0;
  text-align: center;
}
.com-pagination .m-pagination-page {
  margin-right: 16px;
  padding: 0;
}
.com-pagination .m-pagination-page li {
  margin-right: 6px;
}
.com-pagination .m-pagination-page li:last-child {
  margin-right: 0;
}
.com-pagination .m-pagination-page li.prev-btn:hover a {
  background-image: url("../images/pagination_prev_icon_active.png");
}
.com-pagination .m-pagination-page li.prev-btn a {
  background: url("../images/pagination_prev_icon.png") no-repeat center;
}
.com-pagination .m-pagination-page li.next-btn:hover a {
  background-image: url("../images/pagination_next_icon_active.png");
}
.com-pagination .m-pagination-page li.next-btn a {
  background: url("../images/pagination_next_icon.png") no-repeat center;
}
.com-pagination .m-pagination-page li:hover a, .com-pagination .m-pagination-page li.active a {
  color: #fff;
  font-weight: normal;
  border-color: #1770ea;
  background-color: #1770ea;
}
.com-pagination .m-pagination-page li a {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 5px;
  min-width: 34px;
  height: 34px;
  color: #2f2f2f;
  text-align: center;
  line-height: 32px;
  border: 1px solid #e2e2e2;
  border-radius: 2px;
}
.com-pagination .m-pagination-size {
  position: relative;
  margin-right: 6px;
  padding: 0;
}
.com-pagination .m-pagination-size::after {
  content: "条/页";
  position: absolute;
  top: 0;
  right: 20px;
  height: 100%;
  color: #2f2f2f;
  line-height: 34px;
  pointer-events: none;
}
.com-pagination .m-pagination-size select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 85px;
  height: 34px;
  color: #2f2f2f;
  border: 1px solid #e2e2e2;
}
.com-pagination .m-pagination-jump {
  margin-right: 16px;
  width: auto;
}
.com-pagination .m-pagination-group::before, .com-pagination .m-pagination-group::after {
  float: left;
  height: 34px;
  color: #2f2f2f;
  line-height: 34px;
}
.com-pagination .m-pagination-group::before {
  content: "到第";
}
.com-pagination .m-pagination-group::after {
  content: "页";
}
.com-pagination .m-pagination-group input {
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 6px;
  width: 34px;
  height: 34px;
  color: #2f2f2f;
  border: 1px solid #e2e2e2;
  border-radius: 2px;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.com-pagination .m-pagination-group input:focus {
  border-color: #1770ea;
}
.com-pagination .m-pagination-group button {
  display: none;
}
.com-pagination .m-pagination-info {
  padding: 0;
  height: 34px;
  color: #2f2f2f;
  line-height: 34px;
}

/* 分页（样式2） */
.com-pagination2 {
  padding: 40px 0 0;
  text-align: center;
}
.com-pagination2 .m-pagination-page {
  margin-right: 16px;
  padding: 0;
}
.com-pagination2 .m-pagination-page li {
  margin-right: 16px;
}
.com-pagination2 .m-pagination-page li:last-child {
  margin-right: 0;
}
.com-pagination2 .m-pagination-page li.prev-btn a, .com-pagination2 .m-pagination-page li.next-btn a {
  width: 120px;
  border-color: #c2c0be;
}
.com-pagination2 .m-pagination-page li.prev-btn {
  margin-right: 30px;
}
.com-pagination2 .m-pagination-page li.prev-btn:hover a {
  background-image: url("../images/pagination_prev_icon_active.png");
}
.com-pagination2 .m-pagination-page li.prev-btn a {
  background: url("../images/pagination_prev_icon.png") no-repeat center;
}
.com-pagination2 .m-pagination-page li.next-btn {
  margin-left: 14px;
}
.com-pagination2 .m-pagination-page li.next-btn:hover a {
  background-image: url("../images/pagination_next_icon_active.png");
}
.com-pagination2 .m-pagination-page li.next-btn a {
  background: url("../images/pagination_next_icon.png") no-repeat center;
}
.com-pagination2 .m-pagination-page li:hover a, .com-pagination2 .m-pagination-page li.active a {
  color: #fff;
  font-weight: normal;
  border-color: #c03339;
  background-color: #c03339;
}
.com-pagination2 .m-pagination-page li a {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 5px;
  min-width: 50px;
  height: 50px;
  color: #333;
  font-size: 18px;
  text-align: center;
  line-height: 50px;
  border: 1px solid transparent;
  border-radius: 25px;
  background-color: #f5f5f5;
}

/* layui弹窗 */
.com-layer {
  border-radius: 10px;
  overflow: hidden;
}
.com-layer .layui-layer-setwin {
  top: 10px;
  right: 10px;
}
.com-layer .layui-layer-setwin .layui-layer-close2 {
  top: 0;
  right: 0;
  padding: 0;
  width: 24px;
  height: 24px;
  color: #888;
  font-size: 14px;
  text-align: center;
  line-height: 24px;
  border: none;
  border-radius: 6px;
  background-color: #e9e9e9;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.com-layer .layui-layer-setwin .layui-layer-close2:hover {
  color: #fff;
  background-color: #ea1c25;
}

/* layui日期选择框 */
.com-laydate .layui-laydate-header i:hover,
.com-laydate .layui-laydate-header span:hover {
  color: #1770ea;
}
.com-laydate .layui-this {
  background-color: #1770ea !important;
}
.com-laydate .layui-this > div {
  background-color: #1770ea !important;
}
.com-laydate .layui-laydate-footer span:hover {
  color: #1770ea;
}
.com-laydate .layui-laydate-preview {
  color: #2f2f2f !important;
}

/* 空状态 */
.com-empty {
  position: relative;
  height: 168px;
  background: no-repeat center 35px;
  background-size: auto 70px;
}
.com-empty[data-empty-type="1"] {
  background-image: url("../images/empty_img1.png");
}
.com-empty[data-empty-type="1"]::after {
  content: "暂无相关信息";
}
.com-empty[data-empty-type="2"] {
  background-image: url("../images/empty_img2.png");
}
.com-empty[data-empty-type="2"]::after {
  content: "所选条件下暂无信息发布，请重新选择查询条件";
}
.com-empty::after {
  position: absolute;
  top: 110px;
  left: 50%;
  color: #b1b6cc;
  line-height: 24px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.com-empty + .com-pagination {
  display: none;
}

/* 换肤 */
body[data-skin=red] #header::before {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(28.65%, #b2242a), to(rgba(178, 36, 42, 0.3)));
  background-image: linear-gradient(180deg, #b2242a 28.65%, rgba(178, 36, 42, 0.3) 100%);
}
body[data-skin=red] .header::before {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(28.65%, #b2242a), to(rgba(178, 36, 42, 0.3)));
  background-image: linear-gradient(180deg, #b2242a 28.65%, rgba(178, 36, 42, 0.3) 100%);
}
body[data-skin=red] .header__menu-item:hover {
  color: #c03339;
  background-color: #f9f9f9;
}
body[data-skin=red] .header__search-combobox + .chosen-container .chosen-results li.highlighted {
  color: #c03339;
}
body[data-skin=red] .footer__combobox-item.opened .footer__combobox-text {
  border-color: #c03339;
}
body[data-skin=red] .footer__combobox-link:hover, body[data-skin=red] .footer__combobox-link.active {
  color: #c03339;
  background-color: #fff5f5;
}
body[data-skin=red] .sidebar__list {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e95a60), to(#c03339));
  background-image: linear-gradient(180deg, #e95a60 0%, #c03339 100%);
}
body[data-skin=red] .sidebar__return {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e95a60), to(#c03339));
  background-image: linear-gradient(180deg, #e95a60 0%, #c03339 100%);
}
body[data-skin=red] .com-crumb {
  background-image: url("../images/red/crumb_icon.png");
}
body[data-skin=red] .com-crumb__link:hover, body[data-skin=red] .com-crumb__link.current {
  color: #c03339;
}
body[data-skin=red] .com-menu__hd {
  background-image: linear-gradient(93deg, #e95a60 -1.73%, #c03339 99.09%);
}
body[data-skin=red] .com-menu__hd::before {
  background-image: url("../images/red/menu_hd_icon.png");
}
body[data-skin=red] .com-menu__item.with-sub > .com-menu__title::after {
  background-image: url("../images/red/menu_arrow_icon.png");
  -webkit-box-shadow: 0 3px 14px 0 rgba(143, 0, 7, 0.1);
          box-shadow: 0 3px 14px 0 rgba(143, 0, 7, 0.1);
}
body[data-skin=red] .com-menu__item.current > .com-menu__title {
  color: #c03339;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffe8e9), color-stop(55.77%, #ffe1e3), to(#fff5f5));
  background-image: linear-gradient(180deg, #ffe8e9 0%, #ffe1e3 55.77%, #fff5f5 100%);
}
body[data-skin=red] .com-menu__item.expand > .com-menu__title::after {
  background-image: url("../images/red/menu_arrow_icon_expand.png");
}
body[data-skin=red] .com-menu__title {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(247, 236, 237, 0.7)), to(rgba(254, 254, 254, 0.7)));
  background-image: linear-gradient(180deg, rgba(247, 236, 237, 0.7) 0%, rgba(254, 254, 254, 0.7) 100%);
}
body[data-skin=red] .com-menu__title:hover {
  color: #c03339;
}
body[data-skin=red] .com-menu__link:hover {
  color: #c03339;
}
body[data-skin=red] .com-menu__link:hover::before {
  background-color: #c03339;
}
body[data-skin=red] .com-menu__link.current {
  color: #c03339;
}
body[data-skin=red] .com-menu__link.current::before {
  background-color: #c03339;
}
body[data-skin=red] .com-content__hd {
  background-image: url("../images/red/content_hd_bg.png");
}
body[data-skin=red] .com-content__title {
  background-image: url("../images/red/content_title_icon.png");
}
body[data-skin=red] .com-content__search {
  -webkit-box-shadow: 0 14px 14px 0 rgba(177, 44, 44, 0.15);
          box-shadow: 0 14px 14px 0 rgba(177, 44, 44, 0.15);
}
body[data-skin=red] .com-content__search-btn.icon-glass {
  background-image: url("../images/red/content_search_icon_glass.png");
}
body[data-skin=red] .com-content__search-btn.icon-calendar {
  background-image: url("../images/red/content_search_icon_calendar.png");
}
body[data-skin=red] .com-condition__item:hover {
  background-color: #fff5f5;
}
body[data-skin=red] .com-condition__item.current {
  background-color: #c03339;
}
body[data-skin=red] .com-condition__date:focus-within {
  border-color: #c03339;
}
body[data-skin=red] .com-condition__date:focus-within::after {
  background-image: url("../images/red/content_search_icon_calendar.png");
}
body[data-skin=red] .com-table__hd-row {
  background-color: #c03339;
}
body[data-skin=red] .com-table__bd-row:hover {
  background-color: #fff5f5;
}
body[data-skin=red] .com-list__link:hover .com-list__title,
body[data-skin=red] .com-list__link:hover .com-list__date {
  color: #c03339;
}
body[data-skin=red] .com-list__link::before {
  background-image: linear-gradient(132deg, #c03339 19.02%, #e95a60 90.63%);
  -webkit-box-shadow: 2px 2px 5px 0 rgba(159, 3, 11, 0.5);
          box-shadow: 2px 2px 5px 0 rgba(159, 3, 11, 0.5);
}
body[data-skin=red] .com-list__link::after {
  background-color: #c03339;
}
body[data-skin=red] .com-pagination .m-pagination-page li:hover a, body[data-skin=red] .com-pagination .m-pagination-page li.active a {
  border-color: #c03339;
  background-color: #c03339;
}
body[data-skin=red] .com-pagination .m-pagination-page li.prev-btn:hover a {
  background-color: #c03339;
}
body[data-skin=red] .com-pagination .m-pagination-page li.next-btn:hover a {
  background-color: #c03339;
}
body[data-skin=red] .com-pagination .m-pagination-group input:focus {
  border-color: #c03339;
}
body[data-skin=red] .com-laydate .layui-laydate-header i:hover,
body[data-skin=red] .com-laydate .layui-laydate-header span:hover {
  color: #c03339;
}
body[data-skin=red] .com-laydate .layui-this {
  background-color: #c03339 !important;
}
body[data-skin=red] .com-laydate .layui-this > div {
  background-color: #c03339 !important;
}
body[data-skin=red] .com-laydate .layui-laydate-footer span:hover {
  color: #c03339;
}
body[data-skin=red] .com-empty[data-empty-type="1"] {
  background-image: url("../images/red/empty_img1.png");
}
body[data-skin=red] .com-empty[data-empty-type="2"] {
  background-image: url("../images/red/empty_img2.png");
}