html {
  color: #000;
  background: #fff;
}



*,
:before,
:after {
  background-repeat: no-repeat;
  box-sizing: border-box;
}

* {
  padding: 0;
  margin: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
i {
  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%;
}

button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

legend {
  color: #000;
}

iframe {
  display: block;
}

body {
  font-family: system-ui, -apple-system, Segoe UI, Rototo, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #333;
}



select,
input,
button,
textarea {
  font-family: inherit;
  font-size: 99%;
  line-height: inherit;
}

table {
  font-size: inherit;
  font: 100%;
}

pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

a {
  text-decoration: none;
  color: inherit;
}

::-webkit-input-placeholder {
  color: #999;
}

:-moz-placeholder {
  color: #999;
}

::-moz-placeholder {
  color: #999;
}

:-ms-input-placeholder {
  color: #999;
}

.placeholder {
  color: #999;
}

.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;
}

html {
  background: #f5f5f5;
  height: 100%;
}

body {
  min-height: 100%;
  padding-bottom: 100px;
  position: relative;
  min-width: 1366px;
  height: auto;
}

@font-face {
  font-family: "PangMenZhengDao";
  src: url("./fonts/PangMenZhengDao/PangMenZhengDao.woff") format("woff"), url("./fonts/PangMenZhengDao/PangMenZhengDao.ttf") format("truetype"), url("./fonts/PangMenZhengDao/PangMenZhengDao.eot") format("embedded-opentype");
}
.container {
  width: 1280px;
  margin: 0 auto;
}

#header {
  height: 206px;
  background: #fff;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.06);
}

#organization-header {
  height: 164px;
  background: #fff;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.06);
}
#organization-header .main-search {
  margin-right: 30px;
}
#organization-header .header-content {
  padding-top: 40px;
}
#organization-header .header-content > .l {
  width: auto;
}
#organization-header .model-title {
  font-size: 26px;
  font-weight: bold;
}
#organization-header .home {
  color: #e1251b;
  font-size: 20px;
  font-weight: bold;
  margin-left: 118px;
  margin-top: 3px;
}

.header-model .top {
  height: 44px;
  line-height: 44px;
  background: #f4f4f4;
  font-size: 13px;
  color: #858585;
}
.header-model .top .r a {
  float: left;
}
.header-model .top .drop-sit ul {
  display: none;
}
.header-model .top .side > * {
  float: left;
  position: relative;
}
.header-model .top .side > * + * {
  margin-left: 20px;
}
.header-model .top .side > * + *:before {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 10px;
  background: #ccc;
}
.header-model .top .logon {
  color: #222;
}
.header-model .top .logon a {
  color: #d01f25;
}
.header-model .top .drop-sit p {
  padding-right: 13px;
  color: #333;
  cursor: pointer;
  background: url(../images/arrow.png) no-repeat right center;
}
.header-model .top .drop-sit p.active + ul {
  display: block;
}
.header-model .top .drop-sit ul {
  position: absolute;
  width: 80px;
  padding: 4px;
  left: 0px;
  top: 38px;
  z-index: 10;
  border-radius: 2px;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.header-model .top .drop-sit ul li {
  line-height: 26px;
  text-align: center;
  cursor: pointer;
}
.header-model .top .drop-sit ul li a {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.header-model .top .drop-sit ul li:hover {
  color: #d01f25;
}
.header-model .header-content {
  padding-top: 21px;
}
.header-model .header-content > div > * {
  display: flex;
  justify-content: space-between;
}
.header-model .header-content .chn {
  font-family: "SourceHanSansCN-Regular";
  font-size: 34px;
  color: #d01f25;
  margin-top: 0px;
  font-weight: bold;
  letter-spacing: -2px;
}
.header-model .header-content .eng {
  font-size: 18px;
  color: #9f9f9f;
  margin-top: 5px;
  text-align: center;
  letter-spacing: 8px;
}
.header-model .header-content .shop-car {
  width: 144px;
  height: 42px;
  line-height: 42px;
  border-radius: 4px;
  border: 1px solid #d9d9d9;
  cursor: pointer;
  padding-left: 52px;
  background: url(../images/shop-cart.png) no-repeat 20px center;
}
.header-model .header-content .shop-car .count {
  display: inline-block;
  height: 16px;
  min-width: 16px;
  border-radius: 8px;
  background: #f7382c;
  color: #fff;
  padding: 0 5px;
  vertical-align: middle;
  line-height: 16px;
  font-size: 12px;
  position: relative;
  bottom: 2px;
  margin-left: 10px;
  text-align: center;
}
.header-model .main-search {
  width: 573px;
}
.header-model .main-search .inner {
  height: 42px;
  border: 1px solid #d01f25;
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
}
.header-model .main-search .hot-word {
  margin-top: 4px;
  line-height: 24px;
  height: 24px;
}
.header-model .main-search .hot-word li {
  float: left;
  margin-right: 16px;
  color: #969696;
  cursor: pointer;
}
.header-model .main-search .type {
  width: 78px;
  height: 40px;
  position: relative;
}
.header-model .main-search .type p {
  width: 100%;
  height: 100%;
  line-height: 40px;
  padding-left: 12px;
  position: relative;
  cursor: pointer;
  background: url(../images/arrow.png) no-repeat right 12px center;
}
.header-model .main-search .type p:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 10px;
  background: #ccc;
}
.header-model .main-search .type p.active + ul {
  display: block;
}
.header-model .main-search .type ul {
  display: none;
  position: absolute;
  width: 78px;
  left: 0;
  top: 43px;
  z-index: 10;
  border-radius: 2px;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 4px;
  max-height: 164px;
  overflow-y: auto;
}
.header-model .main-search .type ul li {
  line-height: 26px;
  text-align: center;
  cursor: pointer;
}
.header-model .main-search .type ul li:hover {
  color: #d01f25;
}
.header-model .main-search .main-search-btn {
  width: 96px;
  height: 40px;
  border-radius: 0px 4px 4px 0px;
  background: #d01f25;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}
.header-model .main-search .search-txt {
  width: calc(100% - 174px);
  border: none;
  outline: none;
  padding-left: 12px;
}
.header-model .main-nav {
  margin-top: 12px;
  padding-top: 20px;
}
.header-model .main-nav.fix {
  width: 100%;
  position: fixed;
  top: 0;
  left: 50%;
  margin-top: 0px;
  transform: translateX(-50%);
  z-index: 1000000;
  background: #fff;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.06);
}
.header-model .main-nav.fix > ul {
  width: 1280px;
}
.header-model .main-nav > ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.header-model .main-nav > ul > li {
  height: 40px;
  font-size: 18px;
}
.header-model .main-nav > ul > li a {
  display: block;
  height: 100%;
  border-bottom: 2px solid transparent;
}
.header-model .main-nav > ul > li a.active {
  color: #d01f25;
  border-bottom: 2px solid #d01f25;
  font-weight: bold;
}
.header-model .main-nav .drop {
  position: relative;
}
.header-model .main-nav .drop span {
  cursor: pointer;
  padding-right: 15px;
  background: url(../images/arrow.png) no-repeat right center;
}
.header-model .main-nav .drop span.active + ul {
  display: block;
}
.header-model .main-nav .drop ul {
  display: none;
  position: absolute;
  z-index: 10;
  left: 50%;
  transform: translateX(-50%);
  top: 40px;
  padding: 5px 0;
  width: 150px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
}
.header-model .main-nav .drop ul li {
  height: 30px;
  line-height: 30px;
}
.header-model .main-nav .drop ul li a {
  display: block;
  height: 100%;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.header-model .main-nav .drop ul li a:hover {
  color: #d01f25;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  height: 162px;
  background: #242424;
  padding-top: 30px;
  text-align: center;
}
.footer .container {
  display: flex;
  justify-content: space-around;
}
.footer .footer-inf {
  width: 550px;
}
.footer .links {
  font-size: 16px;
  color: #fff;
}
.footer .links p {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.footer .links p + p {
  margin-left: 40px;
}
.footer .links p + p:before {
  content: "";
  position: absolute;
  left: -22px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 12px;
  background: #fff;
}
.footer .qrcode-content {
  color: #a4a4a4;
}
.footer .qrcode-content p {
  margin-top: 5px;
}
.footer .footer-detail {
  color: rgba(255, 255, 255, 0.6);
  margin-top: 24px;
}
.footer .footer-detail p + p {
  margin-top: 10px;
}
.footer .footer-detail span + span {
  margin-left: 30px;
}

.flex-content {
  display: flex;
  justify-content: space-between;
}

.slidebar {
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 80px;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.08);
  background: #fff;
  border-radius: 10px;
}
.slidebar li {
  height: 80px;
}
.slidebar li a {
  display: block;
  height: 100%;
  position: relative;
  padding-top: 50px;
  color: #7d7d7d;
}
.slidebar li a > img {
  position: absolute;
  left: 50%;
  top: 35%;
  transform: translate(-50%, -50%);
}
.slidebar li a > img.active {
  display: none;
}
.slidebar li a .xcx {
  display: none;
  position: absolute;
  left: -160px;
  top: 0;
  width: 138px;
  height: 138px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.08);
}
.slidebar li a .xcx img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.slidebar li a .xcx:before {
  content: "";
  position: absolute;
  left: 100%;
  top: 30%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #fff;
}
.slidebar li a:hover {
  background: #f7f7f7;
  color: #d01f25;
}
.slidebar li a:hover > img.normal {
  display: none;
}
.slidebar li a:hover > img.active {
  display: block;
}
.slidebar li a:hover .xcx {
  display: block;
}
.slidebar li a p {
  text-align: center;
}
.slidebar li a .count {
  position: absolute;
  left: 38px;
  top: 14px;
  height: 16px;
  min-width: 16px;
  border-radius: 8px;
  background: #f7382c;
  color: #fff;
  padding: 0 5px;
  vertical-align: middle;
  line-height: 16px;
  font-size: 12px;
  bottom: 2px;
  margin-left: 10px;
  text-align: center;
  z-index: 10;
}
.slidebar li + li {
  border-top: 1px solid rgba(52, 114, 215, 0.08);
}

.local {
  margin-top: 1px;
  height: 54px;
  line-height: 54px;
  padding-left: 28px;
  background: url(../images/local.png) no-repeat 0 center;
}
.local a {
  color: #666666;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  bottom: 1;
  padding-right: 13px;
  margin-right: 6px;
  background: url(../images/arrow-right.png) no-repeat right center;
}

.layui-layer {
  border-radius: 5px !important;
  overflow: hidden;
}
.layui-layer .layui-layer-content {
  height: calc(100% - 42px) !important;
}
.layui-layer .btns {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin-top: 20px;
  height: 54px;
  border-top: 1px solid #d6d6d6;
  text-align: center;
  padding-top: 10px;
}
.layui-layer .btns .btn {
  display: inline-block;
  height: 34px;
  padding: 0 20px;
  line-height: 34px;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
  vertical-align: middle;
}
.layui-layer .btns .btn.submit {
  background: #e1251b;
  color: #fff;
  margin-right: 20px;
}
.layui-layer .btns .btn.cancel {
  color: #e1251b;
  padding-left: 20px;
  border: 1px solid #e1251b;
}

.com-btns {
  width: 100%;
  margin-top: 20px;
  text-align: center;
}
.com-btns span {
  display: inline-block;
  height: 32px;
  padding: 0 12px;
  line-height: 32px;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
  vertical-align: middle;
}
.com-btns span.full {
  background: #d01f25;
  color: #fff;
  margin-right: 20px;
}
.com-btns span.empty {
  color: #d01f25;
  padding-left: 20px;
  border: 1px solid #d01f25;
}
.com-btns span.txt {
  margin-left: 30px;
}

.treegrid .tree-folder {
  background: url(../images/folder.png) no-repeat 0 center;
}
.treegrid .tree-file {
  background: url(../images/file.png) no-repeat 0 center;
}
.treegrid .datagrid-row-selected {
  background: transparent;
}
.treegrid.table .panel-header,
.treegrid.table .panel-body {
  border: none !important;
}
.treegrid.table .datagrid-header-row {
  background: #fafafa;
}
.treegrid.table .datagrid-header-row,
.treegrid.table .datagrid-row {
  height: 48px;
}
.treegrid.table .datagrid-header-row .datagrid-cell {
  padding-left: 12px;
}
.treegrid.table .datagrid-header-row .datagrid-cell span {
  font-size: 15px;
}
.treegrid.table .tree-title {
  font-size: 15px;
}
.treegrid.table .tree-checkbox {
  margin: 0 5px;
  width: 16px;
  height: 16px;
}
.treegrid.table .tree-checkbox.tree-checkbox2, .treegrid.table .tree-checkbox.tree-checkbox0 {
  background: url(../images/checkbox1.png) no-repeat center;
}
.treegrid.table .tree-checkbox.tree-checkbox1 {
  background: url(../images/checkbox-active.png) no-repeat center;
}
.treegrid.table .datagrid-header td.datagrid-header-over {
  background: transparent;
}
.treegrid.table .datagrid-header td,
.treegrid.table .datagrid-body td,
.treegrid.table .datagrid-footer td {
  border: none;
  border-bottom: 1px dashed #d3d3d3;
}
.treegrid.table .addorg {
  padding-left: 9px;
}
.treegrid.table .addorg span {
  display: inline-block;
  padding-left: 24px;
  cursor: pointer;
  background: url(../images/add-new.png) no-repeat 0 center;
}
.treegrid.table .addorg span + span {
  margin-left: 30px;
}
.treegrid.table .toperate {
  padding-left: 10px;
}
.treegrid.table .toperate span {
  cursor: pointer;
}
.treegrid.table .toperate span .view, .treegrid.table .toperate span.edit {
  color: #2395ff;
}
.treegrid.table .toperate span.cancel {
  color: #e1251b;
}
.treegrid.table .toperate span + span {
  margin-left: 30px;
}

.tree .tree-folder {
  background: url(../images/folder.png) no-repeat 0 center;
}
.tree .tree-file {
  background: url(../images/file.png) no-repeat 0 center;
}
.tree .tree-node-selected {
  background: transparent;
}
.tree .tree-node-selected .tree-title {
  color: #e1251b;
}
.tree .tree-node-hover {
  background: #fdf6f5;
}
.tree .tree-node {
  height: 32px;
  line-height: 32px;
}
.tree .tree-node > span {
  vertical-align: middle;
}

.combo-panel .tree .tree-icon {
  display: none;
}
.combo-panel .tree .tree-node {
  padding-left: 10px;
}
.combo-panel .tree .tree-node-hover {
  color: #e1251b;
}
.combo-panel .tree .tree-collapsed {
  background: url(../images/arrow-right.png) no-repeat 0 center;
}
.combo-panel .tree .tree-expanded {
  background: url(../images/arrow.png) no-repeat 0 center;
}

.droptree + span {
  border: 1px solid #d6d6d6;
  height: 34px;
  border-radius: 2px;
  box-shadow: none !important;
}
.droptree + span .combo-arrow {
  width: 26px !important;
  background: url(../images/arrow.png) no-repeat center !important;
}
.droptree + span .textbox-text {
  height: 32px;
  line-height: 32px;
  padding-left: 10px;
}

.form-content .row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.form-content .row.two .item {
  width: 50%;
}
.form-content .item {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
.form-content .item.required .name:before {
  content: "*";
  color: #e1251b;
  margin-right: 5px;
}
.form-content .item .name {
  height: 34px;
  line-height: 34px;
  text-align: right;
  width: 140px;
  color: #555;
}
.form-content .item .val {
  width: calc(100% - 140px);
  display: flex;
  justify-content: space-between;
  position: relative;
}
.form-content .item .val.radio {
  justify-content: flex-start;
  line-height: 34px;
}
.form-content .item .val .success-icon {
  width: 18px;
  height: 18px;
  position: absolute;
  right: 10px;
  top: 8px;
  display: none;
  background: url(../images/success.png) no-repeat center;
}
.form-content .item .val.code input {
  width: calc(100% - 220px);
}
.form-content .item .val.code p {
  width: 110px;
}
.form-content .item .val.code p span {
  color: #e1251b;
}
.form-content .item .val.code .code-img {
  width: 91px;
  height: 34px;
  cursor: pointer;
}
.form-content .item .val > p {
  line-height: 34px;
}
.form-content .item .val .btn {
  display: inline-block;
  height: 34px;
  border: 1px solid #e1251b;
  text-align: center;
  line-height: 32px;
  padding: 0 16px;
  color: #e1251b;
  cursor: pointer;
}
.form-content .item .val .add-btn {
  position: absolute;
  width: 14px;
  height: 14px;
  right: -20px;
  top: 10px;
  cursor: pointer;
  background: url(../images/add-btn.png) no-repeat center;
}
.form-content .item select {
  width: 100%;
}
.form-content .item .val > input[type=text] {
  width: 100%;
  height: 34px;
  border-radius: 2px;
  border: 1px solid #d6d6d6;
  padding-left: 10px;
  outline: none;
}
.form-content .item textarea {
  width: 100%;
  height: 150px;
  border-radius: 2px;
  border: 1px solid #d6d6d6;
  padding: 10px;
  outline: none;
  resize: none;
}
.form-content .get-code-btn {
  width: 128px;
  height: 34px;
  line-height: 34px;
  border-radius: 2px;
  text-align: center;
  background: #e1251b;
  color: #fff;
  cursor: pointer;
}
.form-content .get-code input {
  width: calc(100% - 138px);
}
.form-content.condition .row.two .item {
  width: calc(50% - 78px);
}
.form-content.condition .item .name {
  text-align: left;
  color: #555;
  width: 80px;
}
.form-content.condition .item .val {
  width: calc(100% - 80px);
}
.form-content.condition .item + .item {
  margin-left: 20px;
}
.form-content.condition .btn {
  background: #e1251b;
  height: 34px;
  line-height: 34px;
  padding: 0 16px;
  text-align: center;
  color: #fff;
  cursor: pointer;
}

.common-table {
  width: 100%;
  table-layout: fixed;
}
.common-table .t-checkbox {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 auto;
  cursor: pointer;
  background: url(../images/checkbox1.png) no-repeat center;
}
.common-table .t-checkbox.active {
  background: url(../images/checkbox-active.png) no-repeat center;
}
.common-table .switch {
  width: 32px;
  height: 16px;
  display: inline-block;
  background: rgb(214, 214, 214);
  border-radius: 8px;
  cursor: pointer;
  position: relative;
}
.common-table .switch:before {
  content: "";
  width: 14px;
  height: 14px;
  background: #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  left: 1px;
  top: 1px;
}
.common-table .switch.open {
  background: rgb(229, 37, 27);
}
.common-table .switch.open:before {
  left: 17px;
}
.common-table .radio {
  width: 16px;
  height: 16px;
  display: inline-block;
  background: #fff;
  border: 2px solid #d6d6d6;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
}
.common-table .radio:before {
  content: "";
  width: 8px;
  height: 8px;
  background: rgb(229, 37, 27);
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  left: 2px;
  top: 2px;
  display: none;
}
.common-table .radio.active:before {
  display: block;
}
.common-table th {
  height: 48px;
  background: #fafafa;
  text-align: left;
  padding: 0 5px;
}
.common-table tbody tr {
  border-bottom: 1px dashed #d3d3d3;
}
.common-table .oper {
  padding-left: 10px;
  text-align: left;
}
.common-table .t-checkbox {
  margin-left: 5px;
}
.common-table td {
  height: 50px;
  text-align: left;
  padding: 0 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.common-table td > p {
  padding-left: 10px;
}
.common-table td.auto {
  overflow: visible;
  white-space: normal;
  text-overflow: clip;
}
.common-table td.oper span {
  cursor: pointer;
}
.common-table td.oper span + span {
  margin-left: 20px;
}
.common-table .blue {
  color: #2395ff;
}
.common-table .red {
  color: #e1251b;
}
.common-table .status {
  display: inline-block;
  position: relative;
}
.common-table .status p {
  cursor: pointer;
  padding-right: 20px;
  padding-left: 10px;
  background: url(../images/arrow.png) no-repeat right center;
}
.common-table .status p.active {
  background: url(../images/arrow-active.png) no-repeat right center;
}
.common-table .status ul {
  position: absolute;
  width: 80px;
  padding: 4px;
  top: 25px;
  left: 0;
  display: none;
  background: #fff;
  z-index: 1000;
  border-radius: 2px;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.08);
}
.common-table .status ul li {
  height: 26px;
  line-height: 26px;
  text-align: center;
  cursor: pointer;
}
.common-table .status ul li:hover {
  color: #d01f25;
}

.chosen-container {
  border: 0px !important;
  /* margin-top: 5px; */
  width: 120px !important;
}

.chosen-disabled {
  opacity: 1 !important;
}

.chosen-single {
  height: 34px;
  line-height: 34px;
  border-radius: 2px;
  border: 1px solid #d6d6d6;
  padding-left: 10px;
  outline: none;
  background: none !important;
}

.chosen-container-active .chosen-single {
  border: 1px solid #d6d6d6;
  box-shadow: none;
}

.chosen-container-single .chosen-single div b {
  background: url(../images/arrow.png) no-repeat;
  background-position: center !important;
}

.chosen-drop ul {
  padding: 4px;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.08);
}
.chosen-drop ul li {
  height: 26px;
  line-height: 26px;
  cursor: pointer;
}
.chosen-drop ul li.highlighted {
  background-color: transparent !important;
  background-image: none !important;
  background-image: none !important;
  color: #d01f25 !important;
}

input.date {
  background: url(../images/date.png) no-repeat right 10px center;
}

.item-content {
  margin-top: 50px;
}
.item-content .item-title {
  margin-bottom: 30px;
  border-bottom: 1px solid #d6d6d6;
}
.item-content .item-title:after {
  content: "";
  display: block;
  clear: both;
}
.item-content .item-title .txt {
  float: left;
  font-size: 18px;
  color: #e1251b;
  padding-bottom: 12px;
  font-weight: bold;
  padding-left: 10px;
  position: relative;
}
.item-content .item-title .txt:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 4px;
  width: 4px;
  height: 15px;
  background: #d01f25;
}

.hide {
  display: none;
}

.flow {
  text-align: center;
}
.flow li {
  display: inline-block;
  text-align: center;
  margin: 0 50px;
  position: relative;
  min-width: 60px;
}
.flow li.finish .txt {
  color: #e1251b;
}
.flow li.finish .num {
  position: relative;
  border: 2px solid #e1251b;
}
.flow li.finish .num:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #fff url(../images/finish.png) no-repeat center;
}
.flow li.cur .num {
  background: #e1251b;
  color: #fff;
  border: 2px solid #e1251b;
}
.flow li.cur .txt {
  color: #e1251b;
}
.flow li + li:before {
  content: "";
  position: absolute;
  top: 15px;
  left: -95px;
  width: 80px;
  height: 2px;
  background: #e2e2e2;
}
.flow li + li.active:before {
  background: #e1251b;
}
.flow .num {
  margin: 0 auto;
  width: 28px;
  height: 28px;
  line-height: 26px;
  border-radius: 50%;
  border: 2px solid #e2e2e2;
}
.flow .txt {
  margin-top: 10px;
  color: #999;
}

.accordion {
  border: none;
}
.accordion .panel {
  margin-top: 20px;
}

.accordion .panel-body {
  font-size: 14px;
}

.accordion .panel-last > .accordion-header-selected,
.accordion .panel-last > .accordion-header-border {
  border-bottom: none;
}

.accordion .accordion-header {
  height: 40px;
  line-height: 40px;
  border-radius: 50px;
  border-bottom: 1px solid #e2e2e2;
  background: linear-gradient(180deg, #f4f4f4 0%, #fff 100%);
  padding: 0 20px;
}

.accordion .accordion-header-selected {
  background: linear-gradient(180deg, #f4f4f4 0%, #fff 100%);
}

.panel-title {
  font-size: 16px;
  height: 40px;
  color: #e1251b;
  line-height: 40px;
}

.panel-tool {
  right: 20px;
}

.accordion-collapse.accordion-expand {
  background: url(../images/accordion-arrow1.png) no-repeat center !important;
}

.accordion-collapse {
  background: url(../images/accordion-arrow2.png) no-repeat center !important;
}

.accordion .accordion-body {
  border: none !important;
  padding: 20px;
}

.mt20 {
  margin-top: 20px;
}

.upload-btn {
  position: relative;
}
.upload-btn .btn {
  display: inline-block;
  width: 88px;
  border-radius: 2px;
  border: 1px solid #d6d6d6;
  background: #f9f9f9;
  height: 32px;
  line-height: 30px;
  text-align: center;
  position: relative;
}
.upload-btn .btn.active {
  color: #fff;
  border: 1px solid #e1251b;
  background: #e1251b;
}
.upload-btn > input {
  position: absolute;
  left: 0;
  top: 0;
  width: 88px;
  height: 32px;
  opacity: 0;
  cursor: pointer;
  z-index: 10;
}
.upload-btn .txt {
  color: #999;
}

.operate span {
  padding: 0 16px;
  height: 26px;
  line-height: 24px;
  border-radius: 2px;
  border: 1px solid #d01f25;
  color: #d01f25;
  cursor: pointer;
}
.operate span.sty1 {
  background: #d01f25;
  color: #fff;
}
.operate span.sty1:before {
  display: inline-block;
  vertical-align: middle;
  content: "+";
  margin-right: 5px;
  font-size: 22px;
  position: relative;
  bottom: 2px;
}
.operate span.sty3 {
  border: 1px solid #d6d6d6;
  color: #555;
}
.operate .l {
  margin-right: 10px;
}
.operate .r {
  margin-left: 10px;
}

.panel {
  z-index: 10000000000000000000 !important;
}

.m-pagination-page {
  padding-right: 0;
}
.m-pagination-page > li {
  margin-right: 8px;
}
.m-pagination-page > li > a {
  min-width: 34px;
  height: 34px;
  line-height: 32px;
  box-sizing: border-box;
  border-color: #efefef;
  color: #5c5c5c;
  font-size: 14px;
}
.m-pagination-page > li.active > a, .m-pagination-page > li:hover > a {
  border-color: #d01f25;
  color: #d01f25;
  font-weight: normal;
  background: #fff;
}
.m-pagination-size {
  padding-right: 12px;
}
.m-pagination-size > select {
  height: 30px;
  line-height: 28px;
  box-sizing: border-box;
  border-radius: 4px;
  border-color: #d6d6d6;
  color: #5c5c5c;
}
.m-pagination-group > input, .m-pagination-group > button {
  height: 30px;
  line-height: 28px;
  box-sizing: border-box;
  border-color: #d6d6d6;
  color: #333;
}
.m-pagination-group > input {
  width: 30px;
  border-radius: 4px;
  border-right: 1px solid #d6d6d6;
}
.m-pagination-group > button {
  border-radius: 4px;
  margin-left: 5px;
  line-height: 30px;
}
.m-pagination-info {
  height: 30px;
  line-height: 30px;
  padding: 0 4px;
  color: #333;
}
.m-pagination-jump {
  width: 100px !important;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background: transparent;
}

::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.2);
}

.sidebar {
  position: fixed;
  top: 222px;
  width: 70px;
  right: 50%;
  margin-right: -750px;
  z-index: 11;
}

.sidebar ul {
  border: 1px solid #fff;
  background: #fff;
  box-shadow: 0px 2.1828727722px 1.4113007784px 0px rgba(0, 0, 0, 0.02), 0px 4.0968618393px 3.3915519714px 0px rgba(0, 0, 0, 0.02), 0px 5.9432659149px 6.3859915733px 0px rgba(0, 0, 0, 0.02), 0px 8.1192617416px 11.3915176392px 0px rgba(0, 0, 0, 0.03), 0px 11.6379423141px 21.3065814972px 0px rgba(0, 0, 0, 0.04), 0px 22px 51px 0px rgba(0, 0, 0, 0.07);
}

.sidebar ul li {
  position: relative;
}

.sidebar ul li:hover {
  background: #f8f8f8;
}

.sidebar ul li:hover .sidebar-pop {
  display: block;
}

.sidebar ul li:nth-child(1) .icon {
  background-image: url("../images/zjgjzcyhlw/side_ico1.png");
}

.sidebar ul li:nth-child(2) .icon {
  background-image: url("../images/zjgjzcyhlw/side_ico2.png");
}

.sidebar ul li:nth-child(3) .icon {
  background-image: url("../images/zjgjzcyhlw/side_ico1.png");
}

.sidebar .link-item {
  padding-top: 8px;
  display: block;
  color: #666;
  text-align: center;
  height: 72px;
  box-sizing: border-box;
}

.sidebar .link-item:hover {
  color: #d01f25;
}

.sidebar .link-item .icon {
  margin: 0 auto;
  display: block;
  width: 34px;
  height: 35px;
  background-size: 100% 100%;
}

.sidebar .top-back {
  margin-top: 6px;
  display: block;
  height: 40px;
  background: #fff url("../images/zjgjzcyhlw/top.png") center no-repeat;
  background-size: 18px 18px;
  box-shadow: 0px 2.1828727722px 1.4113007784px 0px rgba(0, 0, 0, 0.02), 0px 4.0968618393px 3.3915519714px 0px rgba(0, 0, 0, 0.02), 0px 5.9432659149px 6.3859915733px 0px rgba(0, 0, 0, 0.02), 0px 8.1192617416px 11.3915176392px 0px rgba(0, 0, 0, 0.03), 0px 11.6379423141px 21.3065814972px 0px rgba(0, 0, 0, 0.04), 0px 22px 51px 0px rgba(0, 0, 0, 0.07);
}

.sidebar .top-back:hover {
  background-color: #f8f8f8;
  background-image: url("../images/zjgjzcyhlw/top_h.png");
}

.sidebar-pop {
  display: none;
  position: absolute;
  top: -1px;
  right: 77px;
  font-size: 13px;
  padding: 10px 10px 0;
  background: #fff;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.08);
}

.sidebar .wechat-pop {
  line-height: 34px;
  color: #666;
  text-align: center;
}

.sidebar .wechat-pop .wechat {
  width: 147px;
  height: 147px;
  vertical-align: top;
}

.sidebar .contact-pop {
  padding: 16px 16px 0;
  width: 226px;
  color: #999;
  box-sizing: border-box;
}

.sidebar .contact-pop .work-time {
  line-height: 46px;
}

.sidebar .contact-way {
  margin-top: 16px;
  padding-left: 40px;
  line-height: 22px;
}

.sidebar .contact-way:first-child {
  margin-top: 0;
}

.sidebar .contact-way:nth-child(1) {
  background: url("../images/zjgjzcyhlw/contact_ico1.png") 0 center no-repeat;
}

.sidebar .contact-way:nth-child(2) {
  background: url("../images/zjgjzcyhlw/contact_ico2.png") 0 center no-repeat;
}

.sidebar .contact-way:nth-child(3) {
  background: url("../images/zjgjzcyhlw/contact_ico3.png") 0 center no-repeat;
}

.sidebar .contact-way .label {
  color: #666;
}

.sidebar .contact-way .txt {
  color: #333;
}

.zjg-footer {
  padding: 10px 0;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  background: #242424;
}

.zjg-footer-txt {
  margin: 0 15px;
  display: inline-block;
}

.side-nav {
  width: 220px;
}
.side-nav .third,
.side-nav .second {
  display: none;
}
.side-nav .first > li {
  background: #fff;
}
.side-nav .first > li + li {
  border-top: 1px solid #f5efef;
}
.side-nav .first > li > h3 {
  display: block;
  height: 56px;
  line-height: 56px;
  border-radius: 4px;
  background: #fff;
  font-size: 18px;
  padding-left: 50px;
  position: relative;
  cursor: pointer;
}
.side-nav .first > li > h3 i {
  position: absolute;
  width: 24px;
  height: 24px;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.side-nav .first > li > h3 i img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.side-nav .first > li > h3 i img.highlight {
  display: none;
}
.side-nav .first > li > h3 i img.normal {
  display: block;
}
.side-nav .first > li > h3:before {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 21px;
  height: 20px;
  background: url(../images/left-nav-btn-arrow.png) no-repeat center;
}
.side-nav .first > li > h3.active {
  color: #fff;
  background: url(../images/left-nav-btn1.png) no-repeat center;
}
.side-nav .first > li > h3.active:before {
  background: url(../images/left-nav-btn-arrow-active.png) no-repeat center;
}
.side-nav .first > li > h3.active .normal {
  display: none;
}
.side-nav .first > li > h3.active .highlight {
  display: block;
}
.side-nav .second > li {
  /* margin-top: 10px; */
}
.side-nav .second > li > h3 {
  font-size: 15px;
  height: 46px;
  line-height: 46px;
  border-left: 2px solid transparent;
  position: relative;
  cursor: pointer;
  background: #fff;
}
.side-nav .second > li > h3 a {
  padding-left: 50px;
  display: block;
  height: 100%;
}
.side-nav .second > li > h3.active {
  border-left: 2px solid #d01f25;
  background: #d4e8e1;
}
.side-nav .second > li > h3.haschild:before {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/nav-arrow-second.png) no-repeat center;
}
.side-nav .second > li > h3.haschild.active:before {
  background: url(../images/nav-arrow-second-active.png) no-repeat center;
}
.side-nav .third > li {
  height: 50px;
  line-height: 50px;
  font-size: 16px;
}
.side-nav .third > li a {
  display: block;
  height: 100%;
  padding-left: 70px;
  background: #fff;
}
.side-nav .third > li.active {
  color: #d01f25;
}

.m-pagination-info > span {
  color: #d01f25;
}

.header-model .top .side1 > * {
  float: left;
  position: relative;
  margin-right:10px;
  vertical-align: middle;
}
.loc-select{
  border:0;
  height:44px;
  padding-left:20px;
  line-height:44px;
  background:url('../images/loc_select_bg.png') no-repeat left center;
  outline-style:none;
}

span.txt.active{
  color: #d01f25
}

.zjg-layer-question,
.zjg-layer-suprise {
  font-size: 14px;
}
.zjg-layer-question .layui-layer-content,
.zjg-layer-suprise .layui-layer-content {
  color: #666;
  line-height: 24px;
  padding: 0 40px;
  text-align: center;
}
.zjg-layer-question .layui-layer-content .icon,
.zjg-layer-suprise .layui-layer-content .icon {
  display: block;
  width: 72px;
  height: 72px;
  margin: 30px auto 16px;
}
.zjg-layer-question .layui-layer-btn,
.zjg-layer-suprise .layui-layer-btn {
  padding-bottom: 44px;
}


.loc-select+.chosen-container {
  width: 130px !important;
  background: url(../images/loc_select_bg.png) no-repeat left center;
}


.loc-select {
  border: 0;
  height: 44px;
  padding-left: 20px;
  line-height: 44px;
  background: url('../images/loc_select_bg.png') no-repeat left center;
  outline-style: none;
}

.loc-select option {
  line-height: 44px;
}

.loc-select+.chosen-container {
  width: 130px !important;
  background: url('../images/loc_select_bg.png') no-repeat left center;
}

.loc-select+.chosen-container-single .chosen-single {
  height: 44px;
  line-height: 44px;
  border: none;
  margin-left: 10px;
}

.loc-select+.chosen-container .chosen-drop {
  border-top: 1px solid #aaa;
}

.loc-select+.chosen-container .chosen-results li {
  height: 30px;
  padding: 0 6px;
  line-height: 30px;
}

.loc-select+.chosen-container .chosen-results li.highlighted {
  color: #fff !important;
  background: #d01f25 !important;
}

.header-model .top .side1>*+* {
  margin-left: 20px;
}