html {
    color: #000;
    background: #fff;
}

.slidebar a,
: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: 200px;
    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");
}

/*
 *重构后头部的宽度为1280px,所以，其他页面样式不太好看再调吧
 */
.container {
    width: 1280px;
    margin: 0 auto;
}

#header {
    height: 185px;
    background: #fff;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.06);
}

.top {
    height: 44px;
    line-height: 44px;
    background: #f4f4f4;
    font-size: 13px;
    color: #858585;
}

.top .r a {
    float: left;
}

.top .drop-sit ul {
    display: none;
}

.top .side > * {
    float: left;
    position: relative;
}

.top .side > * + * {
    margin-left: 20px;
}

.top .side > * + *:before {
    content: "";
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 10px;
    background: #ccc;
}

.top .logon {
    color: #222;
}

.top .drop-sit p {
    padding-right: 13px;
    color: #333;
    cursor: pointer;
    background: url(../images/arrow.png) no-repeat right center;
}

.top .drop-sit p.active + ul {
    display: block;
}

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

.top .drop-sit ul li {
    line-height: 26px;
    text-align: center;
    cursor: pointer;
}

.top .drop-sit ul li a {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.top .drop-sit ul li:hover {
    color: #e50012;
}

.header-content {
    padding-top: 21px;
}

.header-content > .l {
    width: 1061px;
}

.header-content > .l > * {
    display: flex;
    justify-content: space-between;
}

.header-content .title {
    cursor: pointer;
}

.header-content .chn {
    font-family: "PangMenZhengDao";
    font-size: 40px;
    margin-top: -5px;
}

.header-content .eng {
    font-size: 18px;
    color: #9f9f9f;
    margin-top: 5px;
    text-align: center;
    letter-spacing: 8px;
}

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

.main-search {
    width: 573px;
}

.main-search .inner {
    height: 42px;
    border: 1px solid #e1251b;
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
}

.main-search .hot-word {
    margin-top: 4px;
    line-height: 24px;
    height: 24px;
}

.main-search .hot-word a {
    float: left;
    margin-right: 16px;
    color: #969696;
    cursor: pointer;
}

.main-search .type {
    width: 100px;
    height: 40px;
    position: relative;
}

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

.main-search .type p:before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 10px;
    background: #ccc;
}

.main-search .type p.active + ul {
    display: block;
}

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

.main-search .type ul li {
    line-height: 26px;
    text-align: center;
    cursor: pointer;
}

.main-search .type ul li:hover {
    color: #e50012;
}

.main-search .main-search-btn {
    width: 96px;
    height: 40px;
    border-radius: 0px 4px 4px 0px;
    background: #e50012;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}

.main-search .search-txt {
    width: calc(100% - 174px);
    border: none;
    outline: none;
    padding-left: 12px;
}

.main-nav {
    display: flex;
    justify-content: space-between;
    margin-top: 32px;
    float: left;
}

.main-nav li {
    height: 40px;
    font-size: 18px;
}

.main-nav li:not(:first-child) {
    margin-left: 50px;
}

.main-nav li a {
    display: block;
    height: 100%;
    border-bottom: 2px solid transparent;
}

.main-nav li a.active {
    color: #e50012;
    border-bottom: 2px solid #e50012;
    font-weight: bold;
}

.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;
    overflow: hidden;
}

.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: #e50012;
}

.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;
    display: flex;
}

.local a {
    color: #666666;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-right: 14px;
    margin-right: 6px;
    background: url(../images/arrow-right.png) no-repeat right center;
    flex-shrink: 0;
}

.layui-layer {
    border-radius: 5px !important;
    overflow: hidden;
}

.layui-layer.layui-layer-tips {
    overflow: visible !important;
}

/*搜索模板*/
#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;
}

/*grid树*/
.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;
}

.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;
    cursor: pointer;
}

.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 select {
    width: 100%;
}

.form-content .item input {
    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-btn.disabled {
    background: #f2f2f2;
    cursor: default;
    color: #555;
}

.form-content .get-code input {
    width: calc(100% - 138px);
}

.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 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: #e50012;
}

.chosen-container {
    width: 100% !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: #e50012 !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: #e50012;
}

.hide {
    display: none;
}

.side-nav {
    width: 200px;
}

.side-nav .column {
    padding-bottom: 6px;
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
}

.side-nav .column + .column {
    margin-top: 22px;
}

.side-nav h2 {
    height: 46px;
    line-height: 46px;
    font-size: 18px;
    font-weight: bold;
    padding-left: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: linear-gradient(180deg, #fff 0%, #f4f4f4 100%);
}

.side-nav .item-name {
    cursor: pointer;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    padding-left: 20px;
}

.side-nav .item-name.active {
    color: #e1251b;
    font-weight: bold;
}

.side-nav .item-name.active span:before {
    transform: rotate(180deg);
}

.side-nav .item-name span {
    position: relative;
}

.side-nav .item-name span:before {
    content: "";
    position: absolute;
    right: -19px;
    top: 50%;
    transform: translateY(-50%);
    width: 7px;
    height: 4px;
    background: url(../images/arrow.png) no-repeat center;
}

.side-nav ul {
    display: none;
    margin-left: 40px;
    border-left: 1px solid #e2e2e2;
}

.side-nav li {
    height: 38px;
    line-height: 38px;
    cursor: pointer;
}

.side-nav li a {
    padding-left: 16px;
    display: block;
    height: 100%;
}

.side-nav li:hover, .side-nav li.active {
    color: #e1251b;
}

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

.mt10 {
    margin-top: 10px;
}

.mb10 {
    margin-bottom: 10px;
}

.ml10 {
    margin-left: 10px;
}

.mr10 {
    margin-right: 10px;
}

/* 列表无数据展示提示语 */
.searchno .serh-ns {
    text-align: center;
    height: 32px;
    line-height: 32px;
    width: 266px;
    margin: 25px auto;
}

.searchno .ns-icon {
    float: left;
    height: 32px;
    margin-right: 10px;
}

.searchno .ns-content {
    float: left;
    font-size: 16px;
    font-weight: 700;
    color: #f60;
}

/* 统一颜色 */
.top .logon a, .top .logout a {
    color: #e50012;
}

.header-content .chn {
    color: #e1251b;
}
/* 处理历史 */
.history-bd {
	margin-top: 25px;
	margin-bottom: 40px;
	margin-right: 10%;
}
ol, ul {
	list-style: none
}

.node-item {
	overflow: hidden;
	line-height: 28px;
}

.node-item .date {
	width: 80px;
}

.node-item .week {
	width: 28px;
}

.node-item .time {
	width: 56px;
}

.node-item>span {
	float: left;
	margin-right: 20px;
	font-size: 14px;
}

.node-item .node-text {
	padding-left: 15px;
	border-left: 1px solid #e8e8e8;
}

.node-item .node-text:before {
	content: url(../images/dott.png);
	position: relative;
	left: -19.5px;
	top: -2px;
}

.node-first .node-text:before {
	position: relative;
	left: -19.5px;
	display: inline-block;
	height: 11px;
	width: 8px;
	background-color: #fff;
	top: -2px;
}

.node-last .node-text:before {
	top: -1px;
}

/* 工作流*/
.order-msg {
  overflow: hidden;
  padding-bottom: 28px;
}

.order-msg-lt {
  float: left;
  width: 345px;
  border-right: 1px solid #e6e6e6;
}
.num-tip {
  margin: 15px 0 0 28px;
  color: #999;
}
.order-msg-lt .returnsign {
  margin: 40px 0;
  text-align: center;
  font-size: 24px;
}
.order-msg-rt .workflowstep {
	margin: 40px 0;
	text-align: center;
	font-size: 24px;
}


.order-msg-opt {
	margin-top: 70px;
}

.order-msg-opt span {
	float: left;
	cursor: pointer;
}

.order-msg-opt i {
	float: left;
	height: 15px;
	width: 15px;
	margin-right: 10px;
	background: url(../images/opticons.png) no-repeat 0 0;
}

.order-msg-opt .print {
	margin: 0 74px 0 30px;
}

.order-msg-opt .quit i {
	background-position-x: -15px;
}

.order-msg-rt {
	margin-top: 20px;
	margin-left: 20px;
	float: left;
}

.order-state li {
	float: left;
}

.order-state .stateicon {
	display: block;
	height: 23px;
	width: 22px;
	background: url(../images/stateicons.png) no-repeat;
}

.order-state .text {
	width: 70px;
	text-align: center;
}

.order-process-box {
	margin-left: 55px;
}

.order-process-wrap {
	width: 602px;
	overflow-x: auto;
	overflow-y: hidden;
	margin-top: 30px;
}

.order-process {
	height: 112px;
	margin-left: 5px;
}

.order-process .node {
	position: relative;
	float: left;
	width: 65px;
	height: 43px;
}

.order-process .node .node-icon {
	position: absolute;
	display: block;
	left: 20px;
	top: 0;
	width: 22px;
	height: 23px;
	background: url(../images/stateicons.png) no-repeat 0 0;
	overflow: hidden;
}

.order-process .node .node-icon-cur {
	background-position-y: -23px;
}

.order-process .node .node-icon01 {
	background-position-x: 0px;
}

.order-process .node .node-icon02 {
	background-position-x: -22px;
}

.order-process .node .node-icon03 {
	background-position-x: -44px;
}

.order-process .node .node-icon04 {
	background-position-x: -66px;
}

.order-process ul {
	position: absolute;
	width: 100%;
	margin-top: -40px;
	text-align: center;
}

.order-process .node ul {
	z-index: 1;
	width: 189px;
	margin-left: -62px;
}

.order-process .txt1 {
	height: 36px;
	margin-bottom: 53px;
	font-size: 12px;
}

.order-process .txt2 {
	line-height: 25px;
	color: #999;
}

.order-process .txt3 {
	color: #999;
	line-height: 15px;
}

.order-process .proce {
	position: relative;
	float: left;
	width: 114px;
	height: 10px;
	background: url(../images/jtou.png) no-repeat;
}

.order-process .done {
	background-position: 0 -10px;
	margin-top: 9px;
}

.order-process .line-cur {
	background-position-y: 0;
}

.order-process .line-done {
	background-position-y: -20px;
}
.ellicape {
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}


.good-table {
	width: 100%;
	border: 1px solid #e5e5e5;
	table-layout: fixed;
}

.good-table .space {
	width: 180px;
}

.good-table thead tr {
	height: 31px;
	background-color: #f5f5f5;
}

.good-table thead .col01 {
	text-align: center;
}

.good-table tbody tr {
	height: 91px;
	border-bottom: 1px solid #e5e5e5;
}

.good-table .col01 {
	width: 380px;
}

.good-table .col02, .good-table .col03, .good-table .col04 {
	width: 80px;
	text-align: center;
}

.good-table .col05 {
	width: 380px;
	text-align: center;
}

.good-table .col06 {
	width: 120px;
	text-align: center;
}

.good-table .price {
	width: 80px;
	height: 26px;
}

.good-table .quantity {
	width: 80px;
	height: 26px;
}

.good-detail .img {
	float: left;
	height: 62px;
	width: 62px;
	margin-right: 14px;
	margin-left: 15px;
}

.good-text {
	float: left;
	width: 242px;
}

.good-text .line2 {
	margin-top: 5px;
	color: #999;
}

.good-text .line3 {
	margin-top: 5px;
	color: blue;
}

.good-table .num {
	display: inline-block;
	padding: 0 10px;
	height: 21px;
	line-height: 21px;
	margin: 0 auto;
	border: 1px solid #dddddd;
	color: #999;
}

.good-table .opt a {
	display: block;
	color: #333;
	margin: 0 auto 8px;
}
//个性化header

.header {
  position: relative;
  z-index: 9;
  background: #fff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.06);
}
.header a {
  color: #fff;
}
.header-hasline {
  position: relative;
  margin-right: 24px;
}
.header-hasline::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -12px;
  content: "";
  width: 1px;
  height: 9px;
  background: #e4e4e4;
}
.header-register::after {
  content: none;
}
.header.nonav {
  padding-bottom: 20px;
}
.header.nonav .header-nav {
  display: none;
}
.header-top {
  height: 44px;
  background: #000;
  color: #fff;
}
.header-top > .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.header-top-left {
  display: flex;
  align-items: center;
}
.header-top .site-choose {
  background-color: transparent;
  border: 0;
  height: 100%;
  padding: 0;
  display: flex;
  align-items: center;
}
.header-top .site-choose > .layui-icon {
  position: relative;
  width: 11px;
  height: 6px;
  margin-left: 2px;
}
.header-top .site-choose > .layui-icon::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url("../../images/jxsqydzmc/public/loc_icon.png") no-repeat;
}
.header-loc {
  display: flex;
  align-items: center;
  color: #fff;
}
.header-loc a {
  color: #fff;
}
.header .help-about {
  display: inline-block;
}
.header .help-about a {
  position: relative;
   margin-left: 24px; 
   color: #fff; 
}
.header .help-about a:first-child:before {
  display: none;
}
.header .help-about a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -11px;
  display: inline-block;
  height: 14px;
  border-left: 1px solid #fff;
  transform: translateY(-50%);
}
.header-bottom {
  position: relative;
  z-index: 99;
  margin: 31.5px auto;
}
.header-bottom > .container {
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-bottom h1 {
  font-size: 36px;
  font-weight: 700;
}
.header-bottom .simple-sub-title {
  position: relative;
  margin-left: 48px;
  display: none;
  line-height: 120px;
  font-size: 30px;
  font-weight: 500;
  color: #666;
}
.header-bottom .simple-sub-title::after {
  position: absolute;
  left: -24px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  height: 42px;
  width: 1px;
  background: #b6b6b6;
}
.header-bottom .shopping-cart {
  margin-left: 30px;
  padding: 0 0 0 40px;
  display: inline-block;
  height: 42px;
  line-height: 42px;
  width: 130px;
  box-sizing: border-box;
  color: #333333;
  background: url("../../images/jxsqydzmc/public/cart.png") 12px center no-repeat;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  vertical-align: top;
}
.header-bottom .shopping-cart .cart-count {
  display: inline-block;
  box-sizing: border-box;
  min-width: 16px;
  padding: 0 4px;
  margin-left: 10px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  border-radius: 8px;
  background: #f7382c;
}
.header-bottom .logo {
  display: flex;
  align-items: center;
  padding-left: 78px;
  background: url("../../images/jxsqydzmc/public/logo1.png") no-repeat left center;
  height: 80px;
  width: 520px;
  background-size: 80% 80%;
}
.header-bottom .logo p {
  position: relative;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  margin-left: 32px;
}
.header-bottom .logo p::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: -17px;
  width: 1px;
  height: 19px;
  background: #000;
}
.header-search {
  position: relative;
  display: inline-block;
  width: 416px;
  height: 42px;
  border: 1px solid #e1251b;
  border-radius: 4px;
}
.header-search-cot {
  display: flex;
}
.header-search .search-ipt {
  padding: 0 12px;
  width: 246px;
  height: 100%;
  line-height: 42px;
  font-size: 14px;
  border: 0;
  outline: none;
  box-sizing: border-box;
}
.header-search .search-ipt::placeholder {
  color: #c1c1c1;
}
.header-search .search-btn {
  margin: -1px -1px 0 0;
  width: 96px;
  height: 44px;
  font-size: 16px;
  line-height: 44px;
  color: #fff;
  text-align: center;
  background: #e1251b;
  border-radius: 0 4px 4px 0;
}
.header-search .search-type {
  padding-right: 13px;
  display: inline-block;
  line-height: 42px;
  color: #333333;
  background: url("../../images/jxsqydzmc/public/arrow_down1.png") right center no-repeat;
}
.header-search .search-type:hover {
  color: #333333;
}
.header-search .search-pop {
  top: calc(100% + 3px);
  width: 75px;
  text-align: left;
}
.header-select {
  position: relative;
  width: 75px;
  text-align: center;
}
.header-select:hover .search-pop {
  display: block;
}
.header.simple-header .simple-sub-title {
  display: block;
}
.header.simple-header .work-header-bottom h1 {
  margin-right: 0;
}
.header.simple-header .workbench-nav,
.header.simple-header .work-header-search,
.header.simple-header .shopping-cart {
  display: none;
}
.header-nav > .container {
  height: 13px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-nav .nav {
  display: flex;
}
.header-nav .nav li {
  height: 50px;
  font-size: 18px;
  margin-right: 68px;
  border-bottom: 2px solid transparent;
  box-sizing: border-box;
}
.header-nav .nav li a {
  display: block;
  height: 100%;
  line-height: 50px;
  color: #333333;
}
.header-nav .nav li.active {
  border-bottom: 2px solid #e1251b;
}
.header-nav .nav li.active a {
  color: #e1251b;
  font-weight: 700;
}

.header-search .search-btn{
    position:absolute;
    right: 0;
    top: -1px;
    margin: 0;
    height: 42px;
    line-height: 42px;
}
.header-search{
    margin-top:0;
    box-sizing: border-box;
    vertical-align: top;
}
.header-search-cot .shopping-cart{
    margin-left:12px;
}
.local span{
     display: inline-block;
     vertical-align: middle;
     overflow: hidden;
     text-overflow: ellipsis;
     white-space: nowrap;
     /* width: 0; */
     /* flex: 1; */
}
.local a:hover{
    color: #ca1c24;
}
.public-select {
  position: absolute;
  left: 50%;
  display: none;
  text-align: center;
  transform: translateX(-50%);
  background: #fff;
  border: 1px solid #fff;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.08);
}
.public-select li.active a {
  color: #e1251b;
  background: #f8f8f8;
}
.public-select li:hover a {
  color: #e1251b;
}
.public-select li a {
  padding: 0 8px;
  display: block;
  line-height: 36px;
  color: #666;
}
.header-search .search-pop{
    top:100%;
}
  .layer-notitle .layui-layer-setwin .layui-layer-close2 {
  	display: none;
  }
  
 .topwebsitelist {
  position: absolute;
  right: -14px;
  top: 99%;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
  z-index: 999;
  padding: 4px;
  border-radius: 2px;
  width: 80px;
}

.topwebsitelist {
	display:none;
}

.topwebsitelist li {
  padding: 0 5px;
  text-align: center;
  line-height: 32px;
}

.topwebsitelist li a {
  color: #333;
}

.topwebsitelist li:hover {
  background: #fae8e9;
}

.topwebsitelist a:hover {
  color: #e1251b;
}

.header-hasline > span {
  cursor: pointer;
}

.header-hasline > span {
  cursor: pointer;
}

.header-hasline span.active + ul {
    display: block;
}
.top-menu {
    /* position: fixed!important; */
}

.z-x-l-p:hover>li>ul {
    color: #BD261D !important;
    display: block;
}

.z-x-line {
    height: auto!important;
}

ul,li {
    list-style: none;
    padding-left: 0
}

.z-x-m {
    /* background: #f5f5f5; */
    height: 30px;
    padding-left: 30px;
    display: flex;
}

.z-x-m li a {
    font-size: 14px !important;
    text-align: left !important;
    color: #424242 !important;
    cursor: pointer;
    height: 30px !important;
    line-height: 30px !important;
}

.z-x-m>li>a {
    text-align: center !important;
    display: block;
    color: #fff !important;
    text-decoration: none;
}

.z-x-m a:hover {
    color: #e1251b !important;
    border-bottom: 2px solid #BD261D;
}

.z-x-m>li:hover>a {
    border-bottom: 2px solid #e1251b;
}

.z-x-m li .z-x-m-p {
    position: absolute;
    width: calc(100% - 40px);
    left: 50%;
    top: 40px;
    transform: translateX(-50%);
}

.z-x-m li:hover .z-x-m-p {
    display: flex;
    padding-bottom: 50px;
    background-repeat: no-repeat;
    background-position: 94% 96%;
    background-image: url(data:image/png;base64,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);
    box-shadow: 0 1px 10px 13px rgba(0, 0, 0, 0.08);
    border-radius: 6px;
}

.z-x-m-p li.na {
    width: 20%;
    opacity: 0.9;
    margin-left: 20px;
    margin-right: auto;
}

.z-x-m-p a:hover {
    border-bottom: 2px solid #ffffff;
}

.nocursor {
    cursor: default !important;
}

.z-x-m-p>li>ul {
    margin-top: 20px;
}

.top-menu {
    /* position: relative; */
    /* top: 0; */
    /* width: 100%; */
    /* z-index: 110; */
    /* box-shadow: 29px 1px 10px 13px rgba(0, 0, 0, 0.08); */
}

.z-x-m-p li:nth-child(5) {
    width: 30%;
}

.z-x-m-p>li:nth-child(5)>ul>li {
    float: left;
}

.top-menu .z-x-m>li {
    /* width: 10%; */
    transition: all .3s;
}

.z-x-m-p {
    background: #ffffff;
    /* background: #fafafa; */
    z-index: 1001;
    display: none;
}

.z-x-m-p-p li {
    width: 33.333%;
    margin-left: 0;
    margin-right: 0;
}

.z-x-m-p-p-p li {
    width: 100%;
}

.z-x-w-100 {
    width: 80% !important
}

.z-x-m-p-p>li:last-child .z-x-w-50 {
    width: 100% !important;
}

.z-x-t-1 {
    font-size: 24px;
    margin-top: 16px;
    color: #333;
    margin-left: 24px;
}

.z-x-t-2 {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.z-x-line {
    line-height: 40px;
    width: 100%;
    height: 40px;
    padding-bottom: 15px;
    padding-top: 5px;
    overflow: hidden;
    background: #f5f5f5;
}

.z-x-line:hover {
    height: auto;
}

.z-x-l-p>li>ul {
    display: none;
    overflow: hidden;
}

.z-x-l-p {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.z-x-l-p li {
    float: left;
}

.z-x-l-p span {
    display: none
}

.z-x-l-p>li:hover>div {
    color: #BD261D !important;
}

.z-x-l-p li:hover span {
    display: inline-block !important;
}

.z-x-l-p>li:hover>ul {
    display: block;
}

.z-x-l-p>li>ul>li {
    font-size: 14px;
    padding-top: 10px;
}

.z-x-l-p>li>ul>li>a>img {
    width: 100px;
    display: none;
}

.z-x-l-p>li>ul>li>a:hover>img {
    display: block;
}

.z-x-l-p>li>div {
    font-size: 14px;
    color: #9a9a9a !important
}

.z-x-l-p ul {
    margin-top: 20px;
}

.z-x-clear {
    clear: both;
}

  