@charset "UTF-8";
a {
    color: #5c5c5c;
}
.red{
    color:#e50012;
}

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

::-webkit-scrollbar-button {
    width: 0;
    height: 0;
}

::-webkit-scrollbar-button:end:increment,
::-webkit-scrollbar-button:start:decrement {
    display: block;
}

::-webkit-scrollbar-button:vertical:end:decrement,
::-webkit-scrollbar-button:vertical:start:increment {
    display: none;
}

::-webkit-scrollbar-thumb:horizontal,
::-webkit-scrollbar-thumb:vertical,
::-webkit-scrollbar-track:horizontal,
::-webkit-scrollbar-track:vertical {
    border-color: transparent;
    border-style: solid;
}

::-webkit-scrollbar-track:vertical::-webkit-scrollbar-track:horizontal {
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

::-webkit-scrollbar-thumb {
    min-height: 28px;
    padding-top: 100;
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 5px;
    -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07);
}

::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.25);
}

::-webkit-scrollbar-thumb:active {
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.35);
}

::-webkit-scrollbar-thumb:horizontal,
::-webkit-scrollbar-thumb:vertical,
::-webkit-scrollbar-track:horizontal,
::-webkit-scrollbar-track:vertical {
    border-width: 0;
}

::-webkit-scrollbar-track:hover {
    background-color: rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-track:active {
    background-color: rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.14), inset -1px -1px 0 rgba(0, 0, 0, 0.07);
}

.scrollbar-hover::-webkit-scrollbar,
.scrollbar-hover::-webkit-scrollbar-button,
.scrollbar-hover::-webkit-scrollbar-thumb,
.scrollbar-hover::-webkit-scrollbar-track {
    visibility: hidden;
}

.scrollbar-hover:hover::-webkit-scrollbar,
.scrollbar-hover:hover::-webkit-scrollbar-button,
.scrollbar-hover:hover::-webkit-scrollbar-thumb,
.scrollbar-hover:hover::-webkit-scrollbar-track {
    visibility: visible;
}

::-webkit-scrollbar-corner {
    background: 0 0;
}

body,
div,
html,
li,
ul {
    scrollbar-arrow-color: #ccc;
    scrollbar-face-color: #d6d6d6;
    scrollbar-highlight-color: #fff;
    scrollbar-shadow-color: #fff;
    scrollbar-shadow-color: rgba(255, 255, 255, 0.3);
    scrollbar-track-color: #f2f2f2;
    scrollbar-color: #ccc #f2f2f2;
    scrollbar-width: thin;
}

address,
caption,
cite,
code,
dfn,
em,
i,
strong,
th,
var {
    font-weight: 400;
    font-style: normal;
}

::-webkit-input-placeholder {
    color: #b6b6b6;
}

::-moz-placeholder {
    color: #b6b6b6;
}

input:-ms-input-placeholder {
    color: #b6b6b6;
}

input::-webkit-input-placeholder {
    color: #b6b6b6;
}

input::-moz-placeholder {
    color: #b6b6b6;
}

:-ms-input-placeholder {
    color: #b6b6b6;
}

.text-ellipsis {
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

textarea {
    font-size: 14px;
    line-height: 24px;
    padding: 10px;
    box-sizing: border-box;
}

html {
    height: 100%;
}

body {
    font-size: 14px;
    margin-bottom: 0;
}

.page-loading {
    position: absolute;
    z-index: 1000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #f4f4f4;
}

.container {
    width: 1200px;
    margin: 0 auto;
}


.has-footer {
    position: relative;
    min-height: 100%;
    padding-bottom: 103px;
    background-color: #f4f4f4 !important;
    box-sizing: border-box;
    z-index: 1;
}

.nothas-footer {
	min-width: 654px;
    padding-bottom: 2px;
}

.radius {
    padding: 20px;
    background: #fff;
    border-radius: 10px;
}

.has-order .work-header-search-cot {
    display: none;
}
.has-order .header-order {
    display: inline-block !important;
}

.has-pay .work-header-search-cot {
    display: none;
}
.has-pay .header-pay {
    display: inline-block !important;
}

.has-pay-success .work-header-search-cot {
    display: none;
}
.has-pay-success .header-pay-success {
    display: inline-block !important;
}

.no-nav .zjg-header .nav {
    display: none;
}

.zjg-header {
    background: #fff;
}
.zjg-header .header-pay-success,
.zjg-header .header-pay,
.zjg-header .header-order {
    position: relative;
    margin-left: 48px;
    display: none;
    line-height: 120px;
    color: #666;
    font-size: 30px;
    font-weight: 500;
}
.zjg-header .header-pay-success:before,
.zjg-header .header-pay:before,
.zjg-header .header-order:before {
    content: '';
    position: absolute;
    left: -24px;
    top: 50%;
    display: inline-block;
    height: 34px;
    border-left: 1px solid #b6b6b6;
    transform: translateY(-50%);
}
.zjg-header .header-register {
    position: relative;
    margin-left: 24px;
    color: #333;
    margin-right: 16px;
}
.shop-header .header-register {
    position: relative;
    margin-left: 24px;
    color: #333;
    margin-right: 16px;
}
.shop-header .header-login {
    color: #e50012;
}
.zjg-header .header-register::after {
    position: absolute;
    content: '';
    width: 1px;
    height: 9px;
    background: #a8a8a8;
    right: -8px;
    top: 50%;
    transform: translateY(-50%);
}
.zjg-header .header-login {
    color: #e50012;
}
.zjg-header .title {
    color: #e50012;
    font-size: 40px;
    font-weight: bold;
    line-height: 120px;
}
.zjg-header .nav {
    position: relative;
    margin-top: 3px;
    border-bottom: 1px solid #e2e2e2;
}
.zjg-header .nav > .container {
    display: flex;
}
.zjg-header .nav .header-classify {
    width: 201px;
    height: 60px;
    font-size: 20px;
    color: #fff;
    line-height: 60px;
    text-align: center;
    background: #e50012;
    cursor: pointer;
}
.zjg-header .nav-list {
    margin-top: 0;
    display: flex;
}
.zjg-header .nav-list li {
    margin-left: 60px;
}
.zjg-header .nav-list li a {
    display: block;
    font-size: 17px;
    line-height: 56px;
    color: #333;
}
.zjg-header .nav-list li.active {
    position: relative;
}
.zjg-header .nav-list li.active a {
    color: #e50012;
}
.zjg-header .nav-list li.active::after {
    position: absolute;
    content: '';
    width: 23px;
    height: 4px;
    background: #e50012;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.zjg-drop {
    position: relative;
}
.zjg-drop .zjg-header-tab {
    position: absolute;
    display: flex;
    z-index: 10;
}
.zjg-drop .left-type {
    border: 1px solid #fff;
    background: #fff;
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.08);
}
.zjg-drop .left-type > li {
    width: 310px;
    box-sizing: border-box;
    padding: 16px 16px 0;
    border-bottom: 1px solid #eaeaea;
}
.zjg-drop .left-type > li:last-child {
    border-bottom: 0;
}
.zjg-drop .left-type > li h4 {
    color: #e50012;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 16px;
}
.zjg-drop .left-type > li:hover {
    background: #f9f9f9;
}
.zjg-drop .second-type {
    display: flex;
    flex-wrap: wrap;
}
.zjg-drop .second-type li {
    min-width: 76px;
    margin-right: 24px;
    margin-bottom: 16px;
    color: #666;
}
.zjg-drop .second-type li a:hover {
    color: #e50012;
}
.zjg-drop .second-type li:nth-child(3n) {
    margin-right: 0;
}
.zjg-drop .tab-bd .tab-bd-item {
    width: 890px;
    min-height: 626px;
    padding: 16px;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.08);
    overflow-y: auto;
}
.zjg-drop .tab-bd .top {
    height: 92px;
    padding: 20px 20px 0;
    margin-bottom: 16px;
    box-sizing: border-box;
    background: url('../../images/zjgjzcyhlw/header_drop_top.png') no-repeat;
}
.zjg-drop .tab-bd .top .title {
    display: flex;
    justify-content: space-between;
    height: 24px;
    line-height: 24px;
}
.zjg-drop .tab-bd .top .title h4 {
    color: #333;
    font-size: 20px;
    font-weight: 500;
}
.zjg-drop .tab-bd .top .title a {
    font-size: 14px;
    font-weight: normal;
}
.zjg-drop .tab-bd .top p {
    margin-top: 10px;
    line-height: 24px;
}
.zjg-drop .tab-bd .right-row {
    display: flex;
    margin-bottom: 24px;
}
.zjg-drop .tab-bd .right-row:last-child {
    margin-bottom: 0;
}
.zjg-drop .tab-bd .right-row .row-item {
    width: 50%;
}
.zjg-drop .tab-bd .right-row h5 {
    margin-bottom: 6px;
    font-size: 16px;
}
.zjg-drop .tab-bd .right-row .item-list {
    display: flex;
    flex-wrap: wrap;
}
.zjg-drop .tab-bd .right-row .item-list li {
    margin-right: 24px;
    margin-top: 6px;
}
.zjg-drop .tab-bd .right-row .item-list li a {
    line-height: 24px;
    color: #999;
}
.zjg-drop .tab-bd .right-row .item-list li a:hover {
    color: #e50012;
}

.workbench-nav {
    margin-left: 113px;
}

.work-header {
    position: relative;
    min-height: 164px;
    z-index: 10;
}
.work-header-top {
    position: relative;
    height: 44px;
    line-height: 43px;
    color: #858585;
    background: #f4f4f4;
    z-index: 100;
}
.work-header-top .back-index {
    display: inline-block;
}
.work-header-top .back-index:hover {
    color: #e50012;
}
.work-header-top .r a {
    margin-left: 10px;
}
.work-header-top .r a:hover {
    color: #e50012;
}
.work-header-top .help-about {
    display: inline-block;
}
.work-header-top .help-about a {
    position: relative;
    margin-left: 20px;
}
.work-header-top .help-about a:first-child:before {
    display: none;
}
.work-header-top .help-about a:before {
    content: '';
    position: absolute;
    top: 50%;
    left: -11px;
    display: inline-block;
    height: 9px;
    border-left: 1px solid #a8a8a8;
    transform: translateY(-50%);
}
.work-header-top .work-header-message i {
    color: #e50012;
}
.work-header-bottom {
    position: relative;
    height: 120px;
    background: #fff;
    z-index: 99;
}
.work-header-bottom h1 {
    line-height: 120px;
    color: #e50012;
    font-size: 36px;
    font-weight: bold;
}
.work-header-bottom .simple-sub-title {
    position: relative;
    margin-left: 48px;
    display: none;
    line-height: 120px;
    font-size: 30px;
    font-weight: 500;
    color: #666;
}
.work-header-bottom .simple-sub-title::after {
    position: absolute;
    left: -24px;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    height: 34px;
    width: 1px;
    background: #b6b6b6;
}
.work-header-bottom .shopping-cart {
    margin-top: 42px;
    padding: 0 12px 0 30px;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    color: #666;
    background: url('../../images/zjgjzcyhlw/shopping_cart.png') 12px center no-repeat;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    vertical-align: top;
}
.work-header-bottom .shopping-cart:hover {
    color: #e50012;
    border-color: #e50012;
    background-image: url('../../images/zjgjzcyhlw/shopping_cart_h.png');
}
.work-header-search {
    margin: 42px 7px 0 0;
    display: inline-block;
    width: 425px;
    height: 36px;
    border: 1px solid #e50012;
    border-radius: 4px;
}
.work-header-search .search-ipt {
    padding: 0 12px;
    width: 280px;
    height: 100%;
    line-height: 34px;
    font-size: 14px;
    border: 0;
    outline: none;
    box-sizing: border-box;
}
.work-header-search .search-btn {
    margin: -1px -1px 0 0;
    width: 59px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    text-align: center;
    background: #e50012;
    border-radius: 0 4px 4px 0;
}
.work-header-search .search-btn:hover {
    color: #fff;
    background: #e50012;
}
.work-header-search .search-type {
    padding-right: 13px;
    display: inline-block;
    line-height: 34px;
    color: #333;
    background: url('../../images/zjgjzcyhlw/arrow_down1.png') right center no-repeat;
}
.work-header-search .search-type:hover {
    color: #333;
}
.work-header-search .search-pop {
    top: calc(100% + 3px);
    width: 75px;
    text-align: left;
}
.work-header-select {
    position: relative;
    width: 75px;
    text-align: center;
}
.work-header-select:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 3px;
}
.work-header-select:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    display: inline-block;
    height: 9px;
    border-left: 1px solid #a8a8a8;
    transform: translateY(-50%);
}
.work-header-select:hover .search-pop {
    display: block;
}
.work-header.simple-header .simple-sub-title {
    display: block;
}
.work-header.simple-header .work-header-bottom h1 {
    margin-right: 0;
}
.work-header.simple-header .workbench-nav,
.work-header.simple-header .work-header-search,
.work-header.simple-header .shopping-cart {
    display: none;
}

.shop-header .shop-name {
    color: #333 !important;
    background: #fff url('../../images/zjgjzcyhlw/shop_name_bg.png') no-repeat;
}
.shop-header .shop-name > .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100px;
}
.shop-header .shop-name > .container h2 {
    font-size: 36px;
}
.shop-header .shop-name .right {
    display: flex;
}
.shop-header .shop-name .right > a {
    margin-left: 40px;
}
.shop-header .header-service {
    padding-left: 24px;
    background: url('../../images/zjgjzcyhlw/service.png') no-repeat left center;
}
.shop-header .header-attention {
    padding-left: 22px;
    background: url('../../images/zjgjzcyhlw/attention_ico.png') no-repeat left center;
}
.shop-header .nav {
    background: #e50012;
}
.shop-header .nav-list {
    float: none;
    height: 56px;
}
.shop-header .nav-list li {
    height: 56px;
    margin-right: 0;
}
.shop-header .nav-list li a {
    display: block;
    padding: 0 38px;
    font-size: 18px;
    line-height: 56px;
}

.workbench-nav {
    margin-top: 38px;
}
.workbench-nav .work-nav-item {
    position: relative;
    margin-left: 40px;
    display: inline-block;
    line-height: 46px;
    border-bottom: 1px solid transparent;
}
.workbench-nav .work-nav-item:after {
    content: '';
    position: absolute;
    display: inline-block;
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 5px;
}
.workbench-nav .work-nav-item:first-child {
    margin-left: 0;
}
.workbench-nav .work-nav-item:hover .first,
.workbench-nav .work-nav-item.active .first {
    color: #e50012;
    font-weight: bold;
}
/*.workbench-nav .work-nav-item.active .first {*/
/*    background-image: url('../../images/zjgjzcyhlw/arrow_down_h.png');*/
/*}*/
.workbench-nav .work-nav-item:hover {
    border-color: #e50012;
}
/*.workbench-nav .work-nav-item:hover .first {*/
/*    background-image: url('../../images/zjgjzcyhlw/arrow_up_h.png');*/
/*}*/
.workbench-nav .work-nav-item:hover .sub-nav {
    display: block;
}
.workbench-nav .work-nav-item .first {
    /*padding-right: 22px;*/
    display: inline-block;
    font-size: 20px;
    /*background: url('../../images/zjgjzcyhlw/arrow_down.png') right center no-repeat;*/
    background: url('../../images/zjgjzcyhlw/arrow_down.png') right center no-repeat;
    background-size: 12px 12px;
}
.workbench-nav .work-nav-item .first.nochild {
    background: none;
    padding-right: 0;
}
.workbench-nav .work-nav-item .public-select {
    top: calc(100% + 5px);
}
.workbench-nav .sub-nav {
    width: 100px;
}

/*.zjg-footer {*/
/*    position: absolute;*/
/*    left: 0;*/
/*    bottom: 0;*/
/*    width: 100%;*/
/*    height: 103px;*/
/*    line-height: 43px;*/
/*    color: rgba(255, 255, 255, 0.8);*/
/*    text-align: center;*/
/*    background: #242424;*/
/*}*/
.zjg-footer {
    padding: 10px 0;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    line-height: 30px;
    height: 80px;
    color: rgba(255, 255, 255, 0.8);
    text-align: center;
    background: #242424;
}
.zjg-footer-txt {
    margin: 0 15px;
    display: inline-block;
}

.public-empty {
    padding: 203px 0 40px;
    line-height: 34px;
    color: #666;
    text-align: center;
    background: url('../../images/zjgjzcyhlw/no_data.png') center 46px no-repeat;
}
.public-comboipt {
    position: relative;
    width: 420px;
    height: 34px;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #d6d6d6;
    border-radius: 2px;
}
.public-comboipt input {
    padding-left: 10px;
    width: 330px;
    box-sizing: border-box;
    border: 0;
    height: 32px;
    line-height: 32px;
}
.public-comboipt .chosen-single {
    height: 32px;
    line-height: 32px;
    padding-left: 0;
    border: 0 !important;
}
.public-comboipt .chosen-container {
    position: absolute;
    top: 0;
    right: 0;
}
.public-comboipt .chosen-container::after {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    width: 1px;
    height: 18px;
    background: #e4e4e4;
}
.public-success {
    padding-top: 148px;
    background: url('../../images/zjgjzcyhlw/success_icon.png') center top no-repeat;
}
.public-manage-con {
    display: none;
    justify-content: flex-start;
    align-items: center;
    min-height: 0;
}
.public-manage-select {
    font-size: 14px;
    color: #333;
    padding-left: 22px;
    box-sizing: border-box;
    background: url('../../images/zjgjzcyhlw/checkbox.png') no-repeat left center;
    background-size: 15px 15px;
    margin-right: 24px;
    cursor: pointer;
}
.public-manage-select.active {
    background-image: url('../../images/zjgjzcyhlw/checkbox_checked.png');
}
.public-manage-tips {
    font-size: 14px;
    color: #333;
    padding-left: 24px;
    box-sizing: border-box;
    background: url('../../images/zjgjzcyhlw/star_full.png') no-repeat 3px center;
    background-size: 14px 14px;
    margin-right: 20px;
    cursor: pointer;
}
.public-manage-cart {
    font-size: 14px;
    color: #333;
    padding-left: 24px;
    box-sizing: border-box;
    background: url('../../images/zjgjzcyhlw/shopping_cart_r.png') no-repeat 3px center;
    background-size: 20px 20px;
    margin-right: 20px;
    cursor: pointer;
}
.public-manage[data-manage='true'] .public-manage-btn {
    display: none;
}
.public-manage[data-manage='true'] .public-manage-con {
    display: flex;
}
.public-supplier {
    padding: 0 18px 20px;
}
.public-supplier.manage .item-model {
    display: block;
}
.public-supplier > li {
    position: relative;
    height: 136px;
    box-sizing: border-box;
    padding: 16px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    margin-top: 20px;
}
.public-supplier > li .cancel-attention {
    position: absolute;
    top: 27.5px;
    right: 16px;
    width: 98px;
    height: 34px;
    line-height: 32px;
    box-sizing: border-box;
    border-radius: 2px;
    padding-left: 32px;
    border: 1px solid #dedede;
    background: #fff url('../../images/zjgjzcyhlw/star_full.png') no-repeat 10px center;
}
.public-supplier .item-top {
    display: flex;
}
.public-supplier .item-top > div {
    max-width: 800px;
}
.public-supplier .item-top img {
    display: block;
    width: 149px;
    height: 57px;
    margin-right: 16px;
    border: 1px solid #e1e1e1;
}
.public-supplier .item-top .title-box {
    margin-top: 4px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}
.public-supplier .item-top .title-box .tag {
    height: 20px;
    line-height: 20px;
    padding: 0 6px;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    border-radius: 2px;
    background: #e50012;
    margin-right: 10px;
}
.public-supplier .item-top .info-box {
    color: #999;
    line-height: 24px;
    margin-top: 6px;
}
.public-supplier .item-top .info-box span {
    margin-right: 30px;
}
.public-supplier .item-top .info-box span:last-child {
    margin-right: 0;
}
.public-supplier .product-box {
    display: flex;
    align-items: center;
    height: 37px;
    padding: 0 10px 0 33px;
    background: #f8f8f8 url('../../images/zjgjzcyhlw/product_icon.png') no-repeat 10px center;
    margin-top: 10px;
}
.public-supplier .product-list {
    display: flex;
}
.public-supplier .product-list li {
    height: 25px;
    box-sizing: border-box;
    padding: 0 10px;
    line-height: 23px;
    border-radius: 2px;
    border: 1px solid #dbdbdb;
    background: #fff;
    margin-right: 6px;
}
.public-supplier .product-list li:last-child {
    margin-right: 0;
}
.public-material {
    margin-right: -20px;
    display: flex;
    flex-wrap: wrap;
}
.public-material > li {
    margin-right: 20px;
    width: calc((100% - 100px) / 5);
}
.public-material .material-item {
    position: relative;
    display: block;
    line-height: 22px;
}
.public-material .material-item.access .mask {
    position: absolute;
    top: 4px;
    right: 0;
    padding: 0 8px;
    display: inline-block;
    height: 22px;
    line-height: 22px;
    color: #fff;
    font-size: 12px;
    background: linear-gradient(270deg, #94c93b -15.46%, #13a761 100.58%);
    border-radius: 4px 0px 0px 4px;
}
.public-material .material-item .mask {
    display: none;
}
.public-material .material-item .price {
    margin: 2px 0 6px;
    display: inline-block;
    color: #f94811;
    font-weight: bold;
}
.public-material .material-item .tag-list {
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
}
.public-material .material-img {
    margin-bottom: 9px;
    height: 142px;
}
.public-material .material-img img {
    width: 100%;
    height: 100%;
}
.public-material .public-unit {
    display: inline-block;
    max-width: 100%;
}
.public-unit {
    padding-left: 18px;
    display: inline-block;
    color: #999;
    font-size: 13px;
    background: url('../../images/zjgjzcyhlw/unit.png') 0 center no-repeat;
    background-size: 14px 14px;
    box-sizing: border-box;
}
.public-pager {
    margin-bottom: 0 !important;
    text-align: right;
}
.public-pager .m-pagination-page {
    padding-right: 0;
}
.public-pager .lastpage {
    margin-right: 0;
}
.public-pager .m-pagination-jump {
    display: none !important;
}
.public-pager .m-pagination-info {
    float: left;
}
.public-cv {
    margin-top: 6px;
}
.public-cv > li {
    margin-top: 10px;
    padding-top: 10px;
    display: flex;
    align-items: center;
    line-height: 22px;
    border-top: 1px solid #e9ecf0;
}
.public-cv > li:first-child {
    margin-top: 0;
    border-top: 0;
}
.public-cv > li .photo {
    width: 60px;
    height: 60px;
}
.public-cv > li .photo img {
    width: 100%;
    height: 100%;
}
.public-cv > li .txt {
    flex: 1;
    width: 0;
}
.public-cv > li .title {
    margin-bottom: 8px;
    display: inline-block;
    max-width: 100%;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: top;
}
.public-cv > li .title:hover {
    color: #e50012;
}
.public-interest {
    display: inline-block;
    padding-left: 22px;
    background: url('../../images/zjgjzcyhlw/attention_ico.png') 0 center no-repeat;
}
.public-interest.interested {
    background-image: url('../../images/zjgjzcyhlw/attention_ico_h.png');
}
.public-check-more {
    margin: 0 auto;
    display: block;
    width: 118px;
    height: 34px;
    line-height: 34px;
    color: #666;
    text-align: center;
    border: 1px solid #cdcdcd;
    border-radius: 2px;
}
.public-prompt-cot {
    margin-top: 16px;
    padding: 10px 16px;
    background: #f8f8f8;
    border-radius: 10px;
}
.public-prompt-title {
    padding-left: 22px;
    display: block;
    color: #e50012;
    font-weight: 600;
    background: url('../../images/zjgjzcyhlw/prompt_ico.png') 0 center no-repeat;
}
.public-prompt-txt {
    color: #666;
    line-height: 24px;
}
.public-tip {
    display: inline-block;
    color: #999;
}
.public-row {
    height: 48px;
    line-height: 48px;
    border-bottom: 1px solid #d6d6d6;
}
.public-row h6 {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
}
.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: #e50012;
    background: #f8f8f8;
}
.public-select li:hover a {
    color: #e50012;
}
.public-select li a {
    padding: 0 8px;
    display: block;
    line-height: 36px;
    color: #666;
}
.public-crumb {
    position: relative;
    box-sizing: border-box;
    padding-left: 28px;
    height: 50px;
    font-size: 14px;
    line-height: 50px;
}
.public-crumb.hasSel {
    display: flex;
    margin: 16px 0;
}
.public-crumb.hasSel .chosen-single {
    background-color: #ffffff !important;
    margin-top: 8px;
}
.public-crumb.hasSel .combobox {
    margin-top: 8px;
    height: 34px;
    width: 120px;
    padding-right: 30px;
    line-height: 32px;
    padding-left: 10px;
    cursor: pointer;
}
.public-crumb.hasSel .combobox.down {
    background: #fff url('../../images/zjgjzcyhlw/arrow_down.png') no-repeat right 8px center;
}
.public-crumb.hasSel .combobox.up {
    background: #fff url('../../images/zjgjzcyhlw/arrow_up.png') no-repeat right 8px center;
}
.public-crumb.hasSel .combobox-drop {
    display: flex;
    flex-wrap: wrap;
    width: 599px;
    box-sizing: border-box;
    padding: 7px 6px;
    background: #fff;
    border: 1px solid #e50012;
    border-radius: 4px;
}
.public-crumb.hasSel .combobox-drop li {
    height: 21px;
    line-height: 21px;
    margin: 5px 10px;
    cursor: pointer;
}
.public-crumb.hasSel .combobox-drop li:hover,
.public-crumb.hasSel .combobox-drop li.active {
    color: #e50012;
}
.public-crumb::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 17px;
    height: 20px;
    background: url('../../images/zjgjzcyhlw/crumb_icon.png') no-repeat center;
    transform: translateY(-50%);
}
.public-crumb .chosen-container-single .chosen-single span {
    padding-left: 0;
}
.public-crumb > a {
    position: relative;
    display: inline-block;
    margin-right: 22px;
    color: #666;
}
.public-crumb > a:last-child::after {
    content: '';
}
.public-crumb > a::after {
    content: '>';
    position: absolute;
    top: 50%;
    right: -6px;
    transform: translate(11px, -50%);
    color: #333;
    line-height: 1;
}
.public-crumb > a.current {
    color: #333;
}
.public-box {
    background: #fff;
    border-radius: 10px;
}
.public-menu {
    margin-right: 20px;
    float: left;
    width: 200px;
    min-height: 20px;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 20px;
    background: #fff;
}
.public-menu .first {

}
.public-menu .first:first-child {
    margin-top: 0;
}
.public-menu .first h4 {
    padding: 0 18px 0 38px;
    line-height: 56px;
    font-size: 18px;
    position: relative;
    /* background: linear-gradient(180deg, #ffffff 34.09%, #f4f4f4 100%); */
    background: #fff;
    cursor: pointer;
    border-bottom: 1px solid #e0dcdc;
}

.public-menu .first h4:after{
    position: absolute;
    content: '';
    width: 24px;
    height: 24px;
    left:10px;
    top:50%;
    transform: translateY(-50%);
    background-size: 100% 100%;
    bgackground-repeat: no-repeat;
    bgackground-position: center;
}
.public-menu .first h4:after{
    background-image:url('../../images/zjgjzcyhlw/side-nav-icon.png') ;
}
.public-menu .first h4.active:after{
    background-image:url('../../images/zjgjzcyhlw/side-nav-active-icon.png') ;
}
.public-menu .first.icon1 h4:after{
    background-image:url('../../images/zjgjzcyhlw/side-nav-icon1.png') ;
}
.public-menu .first.icon1 h4.active:after{
    background-image:url('../../images/zjgjzcyhlw/side-nav-active-icon1.png') ;
}
.public-menu .first.icon2 h4:after{
    background-image:url('../../images/zjgjzcyhlw/side-nav-icon2.png') ;
}
.public-menu .first.icon2 h4.active:after{
    background-image:url('../../images/zjgjzcyhlw/side-nav-active-icon2.png') ;
}
.public-menu .first.icon3 h4:after{
    background-image:url('../../images/zjgjzcyhlw/side-nav-icon3.png') ;
}
.public-menu .first.icon3 h4.active:after{
    background-image:url('../../images/zjgjzcyhlw/side-nav-active-icon3.png') ;
}
.public-menu .first.icon4 h4:after{
    background-image:url('../../images/zjgjzcyhlw/side-nav-icon4.png') ;
}
.public-menu .first.icon4 h4.active:after{
    background-image:url('../../images/zjgjzcyhlw/side-nav-active-icon4.png') ;
}
.public-menu .first.icon5 h4:after{
    background-image:url('../../images/zjgjzcyhlw/side-nav-icon5.png') ;
}
.public-menu .first.icon5 h4.active:after{
    background-image:url('../../images/zjgjzcyhlw/side-nav-active-icon5.png') ;
}
.public-menu .first.icon6 h4:after{
    background-image:url('../../images/zjgjzcyhlw/side-nav-icon6.png') ;
}
.public-menu .first.icon6 h4.active:after{
    background-image:url('../../images/zjgjzcyhlw/side-nav-active-icon6.png') ;
}
.public-menu .first.icon7 h4:after{
    background-image:url('../../images/zjgjzcyhlw/side-nav-icon7.png') ;
}
.public-menu .first.icon7 h4.active:after{
    background-image:url('../../images/zjgjzcyhlw/side-nav-active-icon7.png') ;
}
.public-menu .first.icon8 h4:after{
    background-image:url('../../images/zjgjzcyhlw/side-nav-icon8.png') ;
}
.public-menu .first.icon8 h4.active:after{
    background-image:url('../../images/zjgjzcyhlw/side-nav-active-icon8.png') ;
}
.public-menu .first.icon9 h4:after{
    background-image:url('../../images/zjgjzcyhlw/side-nav-icon9.png') ;
}
.public-menu .first.icon9 h4.active:after{
    background-image:url('../../images/zjgjzcyhlw/side-nav-active-icon9.png') ;
}



.public-menu .first h4.active{
    color: #fff;
    background:url('../../index_new/images/left-nav-btn.png') no-repeat center;
    background-size: 100% 100%;
}
.public-menu .first h4:before{
    position: absolute;
    content: '';
    width: 21px;
    height: 21px;
    right:16px;
    top:50%;
    transform: translateY(-50%);
    background:url('../../images/zjgjzcyhlw/left-nav-btn-arrow.png') no-repeat center;
}
.public-menu .first h4 .menu-ico{
    display:none;
}
.public-menu .first h4.active:before{
    background:url('../../images/zjgjzcyhlw/left-nav-btn-arrow-active.png') no-repeat center;
}
.public-content {
    background: #fff;
    border: 2px solid #fff;
    border-radius: 10px;
}
.public-hd {
    display: flex;
    height: 52px;
    box-sizing: border-box;
    padding: 0 20px;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(180deg, #f4f4f4 0%, #fff 90.63%);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.08);
}
.public-bd {
    padding: 6px 20px 20px;
}
.public-title {
    color: #636363;
    font-size: 20px;
    font-weight: bold;
    margin-right: 40px;
}
.public-title.active {
    color: #e50012;
}
.public-title-row {
    padding-left: 16px;
    line-height: 46px;
}
.public-sub-title {
    position: relative;
    font-size: 18px;
    font-weight: bold;
    color: #e50012;
    height: 24px;
    line-height: 24px;
    padding-left: 10px;
}
.public-sub-title.grey {
    color: #333;
}
.public-sub-title.grey:after {
    display: none;
}
.public-sub-title::after {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    width: 4px;
    height: 15px;
    background: #e50012;
}
.public-btn {
    display: inline-block;
    padding: 0 16px;
    line-height: 30px;
    color: #e50012;
    background: #fff;
    border: 1px solid #e50012;
    border-radius: 2px;
    transition: all 0.3s ease;
    cursor: pointer;
}
.public-btn + .public-btn {
    margin-left: 12px;
}
.public-btn:hover {
    color: #e50012;
    background: #dfeee9;
}
.public-btn.red {
    color: #fff;
    background: #e50012;
}
.public-btn.red:hover {
    background: #a14332;
}
.public-btn.gradient {
    border: 0;
    color: #fff;
    height: 32px;
    line-height: 32px;
    background: linear-gradient(89.81deg, #95462052 0.18%, #ca3333 99.86%);
}
.public-btn.grey {
    color: #333;
    background: #fff;
    border-color: #d9d9d9;
}
.public-btn.grey:hover {
    color: #e50012;
    border-color: #e50012;
}
.public-more {
    float: right;
    padding-right: 13px;
    color: #666;
    background: url('../../images/zjgjzcyhlw/more_ico2.png') right center no-repeat;
    background-size: 9px 8px;
}
.public-more:hover {
    color: #e50012;
    background-image: url('../../images/zjgjzcyhlw/more_ico2_h.png');
}
.public-search {
    position: relative;
}
.public-search .search-ipt {
    box-sizing: border-box;
    height: 32px;
    border: 1px solid #d6d6d6;
    width: 178px;
    border-radius: 2px;
    padding-left: 10px;
    padding-right: 40px;
    font-size: 14px;
    outline-style: none;
}
.public-search-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    width: 16px;
    height: 16px;
    background: url('../../images/zjgjzcyhlw/search_btn.png') no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}
.public-del-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    width: 16px;
    height: 16px;
    background: url("../../images/zjgjzcyhlw/delete.png") no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}
.public-red,
.public-grey {
    display: inline-block;
    padding: 0 6px;
    line-height: 22px;
    color: #fff;
    font-size: 12px;
    vertical-align: top;
}
.public-red {
    background: #e50012;
}
.public-grey {
    background: #b7b7b7;
}
.public-activation {
    margin-left: 16px;
    width: 68px;
    height: 25px;
    line-height: 23px;
    color: #f57f01;
    text-align: center;
    font-size: 14px;
    background: #fff7ee;
    border-radius: 2px;
    border: 1px solid #f57f01;
}
.public-work-state {
    font-size: 16px;
    font-weight: bold;
}
.public-work-state[data-workState='4'] {
    color: #71a600;
}
.public-work-state[data-workState='3'] {
    color: #00c1b6;
}
.public-work-state[data-workState='2'] {
    color: #5c7df4;
}
.public-work-state[data-workState='1'] {
    color: #b5b5b5;
}
.public-bid-state {
    font-size: 16px;
    font-weight: bold;
}
.public-bid-state[data-suState='7'],
.public-bid-state[data-suState='11'],
.public-bid-state[data-dwState='7'],
.public-bid-state[data-dwState='5'] {
    color: #b5b5b5;
}
.public-bid-state[data-suState='100'],
.public-bid-state[data-dwState='100'] {
    color: #2ba600;
}
.public-bid-state[data-dwState='6'] {
    color: #2395ff;
}
.public-bid-state[data-dwState='99'] {
    color: #0085a6;
}
.public-bid-state[data-dwState='97'] {
    color: #2ba600;
}
.public-bid-state[data-dwState='98'] {
    color: red;
}
.public-bid-state[data-dwState='11'] {
    color: rgba(0, 153, 255, 0.514);
}
.public-bid-state[data-suState='1'],
.public-bid-state[data-dwState='1'] {
    color: #f57f01;
}
.public-recruit-state {
    font-size: 16px;
    font-weight: bold;
}
/* .public-recruit-state[data-recruitState="4"] {
  color: #2ba600;
} */
.public-recruit-state[data-recruitState="2"] {
    color: red;
}
.public-recruit-state[data-recruitState="1"] {
    color: #f57f01;
}
/* .public-recruit-state[data-recruitState="1"] {
  color: #2395ff;
} */
.public-recruit-state[data-bidState='1'] {
    color: #f57f01;
}
.public-recruit-state[data-bidState='100'] {
    color: #2ba600;
}
.public-recruit-state[data-bidState='97'] {
    color: #2ba600;
}
.public-deadline[data-bidState='1'] {
    color: #e50012;
}
.public-deadline[data-bidState='100'] {
    color: #999;
}
.public-team-head {
    box-sizing: border-box;
    padding-left: 23px;
    color: #ff8a00 !important;
    background: url('../../images/zjgjzcyhlw/team_head_bg.png') no-repeat left center;
    background-size: 16px 17px;
}
.public-address {
    box-sizing: border-box;
    padding-left: 23px;
    background: url('../../images/zjgjzcyhlw/address_bg.png') no-repeat left center;
    background-size: 16px 17px;
}
.public-address-list {
    margin: 0 -10px -10px 0;
    display: flex;
    flex-wrap: wrap;
}
.public-address-list .address-item {
    margin: 0 10px 10px 0;
    padding: 0 10px;
    width: calc((100% - 40px) / 4);
    line-height: 21px;
    border-radius: 2px;
    border: 1px solid #d6d6d6;
    box-sizing: border-box;
    cursor: pointer;
}
.public-address-list .address-item.active {
    background: rgba(41, 139, 106, 0.05);
    border-color: #e50012;
}
.public-address-list .address-item .address-hd {
    line-height: 39px;
    border-bottom: 1px solid #e3e3e3;
}
.public-address-list .address-item .address-info {
    padding: 8px 0;
    color: #999;
}
.public-address-list.control {
    padding: 20px 18px 0;
}
.public-address-list.control li {
    position: relative;
    width: 300px;
    height: 156px;
    margin-right: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
}
.public-address-list.control li:nth-child(3n) {
    margin-right: 0;
}
.public-address-list.control li:hover {
    border-color: #e50012;
}
.public-address-list.control li.active {
    background: #fff;
}
.public-address-list.control li.active .default-address {
    display: none;
}
.public-address-list.control li.active .tag {
    display: block;
}
.public-address-list.control li .tag {
    display: none;
    position: absolute;
    top: 12px;
    right: 16px;
    padding: 0 6px;
    height: 26px;
    line-height: 26px;
    color: #e50012;
    border-radius: 2px;
    background: rgba(41, 139, 106, 0.05);
}
.public-address-list.control li .btn-box {
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 34px;
    background: #f8f8f8;
    border-radius: 0 0 10px 10px;
}
.public-address-list.control li .address-hd {
    font-weight: 600;
    height: 46px;
    line-height: 46px;
}
.public-address-list.control li .change-address,
.public-address-list.control li .delete-address {
    margin: 0 16px;
}
.public-address-list.control li .detailed-address {
    max-height: 42px;
}
.public-address-list.control li .detailed-address .phone {
    margin-left: 5px;
}
.public-address-list.control li .delete-address {
    position: relative;
    color: #e50012;
}
.public-address-list.control li .delete-address::after {
    position: absolute;
    content: '';
    left: -16px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 12px;
    background: #d0d0d0;
}
.public-profile {
    box-sizing: border-box;
    padding-left: 23px;
    margin-right: 0 !important;
    background: url('../../images/zjgjzcyhlw/profile_bg.png') no-repeat left center;
    background-size: 16px 15px;
}
.public-code {
    padding-left: 23px;
    background: url('../../images/zjgjzcyhlw/code_bg.png') no-repeat left center;
    background-size: 16px 16px;
    box-sizing: border-box;
}
.public-release-person {
    padding-left: 23px;
    background: url('../../images/zjgjzcyhlw/release_person.png') no-repeat left center;
    background-size: 16px 16px;
    box-sizing: border-box;
}
.public-time {
    padding-left: 23px;
    background: url('../../images/zjgjzcyhlw/time_bg.png') no-repeat left center;
    background-size: 16px 16px;
    box-sizing: border-box;
}
.public-price {
    padding-left: 23px;
    background: url('../../images/zjgjzcyhlw/price_icon.png') no-repeat left center;
    background-size: 16px 16px;
    box-sizing: border-box;
}
.public-attention {
    padding-left: 23px;
    background: url('../../images/zjgjzcyhlw/attention_bg.png') no-repeat left center;
    background-size: 16px 16px;
    box-sizing: border-box;
}
.public-tag-item {
    margin-right: 6px;
    padding: 0 8px;
    height: 29px;
    line-height: 29px;
    color: #32445e;
    background: #f2f5f8;
    border-radius: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.public-tag-item[data-type='assault'],
.public-tag-item[data-type='seniority'],
.public-tag-item[data-type='team'] {
    color: #e50012;
    background: rgba(41, 139, 106, 0.05);
}
.public-tag-item[data-type='realName'] {
    color: #ff6d03;
    background: #fff0e6;
}
.public-star {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 21px;
}
.public-star-label {
    display: block;
    height: 100%;
    font-size: 14px;
    color: #333;
    line-height: 21px;
    margin-right: 6px;
}
.public-star-con {
    position: relative;
    top: -1px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 14px;
}
.public-star-con span {
    position: relative;
    display: block;
    width: 14px;
    height: 100%;
    background: url('../../images/zjgjzcyhlw/star.png') no-repeat center;
    background-size: 14px 14px;
    z-index: 1;
    margin-left: 2px;
    z-index: 1;
}
.public-star-con span i {
    display: none;
}
.public-star-con span:first-child {
    margin-left: 0;
    background-position: 10% center;
}
.public-star-con span i {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url('../../images/zjgjzcyhlw/star_full2.png') no-repeat left center;
    background-size: 14px 14px;
    z-index: 1;
}
.public-star-con span.full i {
    display: block;
}
.public-star .public-star-select span {
    cursor: pointer;
}
.public-star-text {
    width: 20px;
    height: 100%;
    font-size: 14px;
    color: #000;
    text-align: center;
    line-height: 21px;
    margin-left: 4px;
}
.public-star-level {
    display: none;
    width: 36px;
    height: 20px;
    font-size: 12px;
    text-align: center;
    line-height: 20px;
    border-radius: 2px;
    margin-left: 10px;
}
.public-star-level.grey {
    background-color: #f2f2f2;
    color: #666;
}
.public-star-level.yellow {
    background-color: #fff5ed;
    color: #ff6d03;
}
.public-star-level.red {
    background-color: #ffe7e8;
    color: #e50012;
}
.public-account {
    position: relative;
    margin-left: 24px;
    display: inline-block;
}
.public-account:hover .account-name {
    color: #e50012;
    background-image: url('../../images/zjgjzcyhlw/arrow_up1_h.png');
}
.public-account:hover .user-info {
    display: flex;
}
.public-account .account-name {
    padding-right: 14px;
    display: inline-block;
    color: #333;
    background: url('../../images/zjgjzcyhlw/arrow_down1.png') right center no-repeat;
}
.public-account .user-info {
    display: none;
    min-width: 445px;
    padding: 12px 16px;
    position: absolute;
    top: 40px;
    left: -50%;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.08);
}
.public-account .user-info .info-detail {
    margin-right: 40px;
}
.public-account .info-txt {
    white-space: nowrap;
}
.public-operate {
    white-space: nowrap;
}
.public-choose {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: auto;
    border-radius: 6px;
    background: #fff;
    overflow: hidden;
}
.public-choose .service-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.public-choose .service-line:nth-child(1) .service-label {
    height: auto;
}
.public-choose .service-line + .service-line {
    border-top: 1px solid #e6e6e6;
}
.public-choose .service-label {
    width: 122px;
    height: 52px;
    padding-right: 10px;
    line-height: 52px;
    color: #999;
    text-align: right;
    background: linear-gradient(270deg, rgba(244, 244, 244, 0.98) 0%, #fff 50.52%);
}
.public-choose .service-options {
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
    margin-left: 8px;
    overflow: hidden;
    background: #fff;
}
.public-choose .service-option {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 11px 11px 11px 0;
    padding: 0 11px;
    height: 28px;
    color: #333;
    line-height: 28px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.public-choose .service-option.active {
    border-radius: 2px;
    color: #e50012;
}
.public-choose .service-switch {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 15px;
    height: 28px;
    color: #5c5c5c;
    line-height: 28px;
    background: no-repeat right center;
    cursor: pointer;
    margin-top: 11px;
}
.public-choose .service-switch.pack::before {
    content: '展开';
    display: block;
    width: 56px;
    height: 25px;
    line-height: 25px;
    padding-right: 28px;
    box-sizing: border-box;
    background: url('../../images/zjgjzcyhlw/arrow_down.png') no-repeat right 8px center;
}
.public-choose .service-switch.expand::before {
    content: '收起';
    display: block;
    width: 56px;
    height: 25px;
    line-height: 25px;
    padding-right: 28px;
    box-sizing: border-box;
    background: url('../../images/zjgjzcyhlw/arrow_up.png') no-repeat right 8px center;
}
.public-mask {
    position: absolute;
    top: 0;
    right: -5px;
    padding: 5px 9px 5px 15px;
    display: inline-block;
    line-height: 20px;
    min-width: 88px;
    /*max-width: 110px;*/
    color: #fff;
    font-weight: normal;
    border-radius: 20px 0 0 20px;
    box-sizing: border-box;
}
.public-mask:after {
    content: '';
    position: absolute;
    bottom: -4px;
    right: 0;
    display: inline-block;
    width: 0;
    height: 0;
    width: 0;
    border-top: 4px solid;
    border-right: 5px solid transparent;
}
.public-mask[data-recruit="2"] {
    background: linear-gradient(90deg, #f72b3c 100%, #0075e1 0%, #52acff 0%);
}
.public-mask[data-recruit="2"]:after {
    border-top-color: red;
}
.public-mask[data-recruit="1"] {
    background: #ff8b36 linear-gradient(90deg, #ff511b 0%, #ffa336 100%);
}
.public-mask[data-recruit="1"]:after {
    border-top-color: #5f2d09;
}
.public-mask[data-recruit='3'] {
    background: linear-gradient(90deg, #f21122 0%, #ff7245 100%);
}
.public-mask[data-recruit='3']:after {
    border-top-color: #5c1212;
}
.public-mask[data-recruit='4'] {
    background: linear-gradient(90deg, #2ba600 0%, #74c956 100%);
}
.public-mask[data-recruit='4']:after {
    border-top-color: #014d16;
}
.public-mask[data-workState='1'] {
    background: linear-gradient(90deg, #7e7e7e 0%, #bababa 100%);
}
.public-mask[data-workState='1']:after {
    border-top-color: #4f4f4f;
}
.public-mask[data-workState='2'] {
    background: linear-gradient(90deg, #4869de 0%, #88a1fd 100%);
}
.public-mask[data-workState='2']:after {
    border-top-color: #162458;
}
.public-mask[data-workState='3'] {
    background: #ff8b36 linear-gradient(90deg, #04b7ad 0%, #4adfd7 100%);
}
.public-mask[data-workState='3']:after {
    border-top-color: #1a413f;
}
.public-mask[data-workState='4'] {
    background: linear-gradient(90deg, #71a600 0%, #a9ce5b 100%);
}
.public-mask[data-workState='4']:after {
    border-top-color: #2a3e00;
}
.public-mask[data-bidstate='1'] {
    background: #ff8b36 linear-gradient(90deg, #ff511b 0%, #ffa336 100%);
}
.public-mask[data-bidstate='1']:after {
    border-top-color: #5f2d09;
}
.public-mask[data-bidstate='100'] {
    background: linear-gradient(90deg, #2ba600 0%, #74c956 100%);
}
.public-mask[data-bidstate='100']:after {
    border-top-color: #014d16;
}
.public-mask[data-bidstate='97'] {
    background: linear-gradient(90deg, #2ba600 0%, #74c956 100%);
}
.public-mask[data-bidstate='6'] {
    background: linear-gradient(90deg, #3a3b3b 0%, #737a7e 100%);
}
.public-mask[data-bidstate='99'] {
    background: linear-gradient(90deg, #3a3b3b 0%, #737a7e 100%);
}
.public-mask[data-bidstate='5'] {
    background: linear-gradient(90deg, #3a3b3b 0%, #737a7e 100%);
}
.public-mask[data-suState='7'],
.public-mask[data-suState='11'],
.public-mask[data-dwState='7'],
.public-mask[data-dwState='5'] {
    background: linear-gradient(90deg, #7e7e7e 0%, #bababa 100%);
}
.public-mask[data-suState='7']:after,
.public-mask[data-suState='11']:after,
.public-mask[data-dwState='7']:after,
.public-mask[data-dwState='5']:after {
    border-top-color: #4f4f4f;
}
.public-mask[data-suState='100'],
.public-mask[data-dwState='100'] {
    background: linear-gradient(90deg, #2ba600 0%, #74c956 100%);
}

.public-mask[data-suState='98'],
.public-mask[data-dwState='98'] {
    background: linear-gradient(90deg, red 0%, rgba(255, 0, 0, 0.397) 100%);
}
.public-mask[data-suState='97'],
.public-mask[data-dwState='97'] {
    background: linear-gradient(90deg, #2ba600 0%, #74c956 100%);
}
.public-mask[data-suState='99'],
.public-mask[data-dwState='99'] {
    background: linear-gradient(90deg, #0085a6 0%, #0085a680 100%);
}

.public-mask[data-suState='100']:after,
.public-mask[data-dwState='100']:after {
    border-top-color: #014d16;
}
.public-mask[data-dwState='6'] {
    background: linear-gradient(90deg, #0075e1 0%, #52acff 100%);
}
.public-mask[data-dwState='6']:after {
    border-top-color: #082947;
}
.public-mask[data-suState='11'],
.public-mask[data-dwState='11'] {
    background: #0099ff83 linear-gradient(90deg, #ff511b 0%, #ffa336 0%);
}
.public-mask[data-suState='1'],
.public-mask[data-dwState='1'] {
    background: #ff8b36 linear-gradient(90deg, #ff511b 0%, #ffa336 100%);
}
.public-mask[data-suState='1']:after,
.public-mask[data-dwState='1']:after {
    border-top-color: #5f2d09;
}
.public-count {
    display: flex;
}
.public-count a {
    height: 22px;
    line-height: 22px;
    text-align: center;
    width: 22px;
    background: #e5e5e5;
}
.public-count input {
    height: 22px;
    line-height: 21px;
    width: 34px;
    padding: 0;
    text-align: center;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    border-radius: 0;
}
.public-count .text {
    margin-left: 4px;
    color: #999;
}
.public-table {
    display: flex;
    flex-wrap: wrap;
    border-right: 1px solid #e7e7e7;
}
.public-table>li {
    display: flex;
    min-height: 50px;
    border: 1px solid #e7e7e7;
    box-sizing: border-box;
    border-right: 0;
    border-bottom: 0;
}
.public-table li:last-child {
    border-bottom: 1px solid #e7e7e7;
}
.public-table li span {
    width: 130px;
    line-height: 50px;
    text-align: center;
    color: #888;
    background: #f9f9f9;
    border-right: 1px solid #e7e7e7;
}
.public-table>li>div:not(.remark) {
    width: 0;
    flex: 1;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 12px;
    color: #555;
}
.public-table li div.remark{
    width: 0;
    flex: 1;
    padding: 0 12px;
}
.public-table li.full {
    width: 100%;
}
.public-table li.half {
    width: 50%;
}
.public-grid th,
.public-grid td {
    word-wrap: break-word;
    font-size: 15px;
    padding: 0 6px;
}
.public-grid thead {
    height: 48px;
    background: #fafafa;
}
.public-grid tbody tr {
    height: 50px;
    border-bottom: 1px dashed #d3d3d3;
}
.public-add-combobox {
    position: relative;
    z-index: 99;
    width: 100%;
}
.public-add-combobox::after {
    position: absolute;
    right: 10px;
    top: 10px;
    transform: rotate(180deg);
    font-family: 'ActionIcon' !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    transition: all 0.2s ease-in-out;
    content: '\e743';
}
.public-add-combobox input {
    width: 100%;
    padding-right: 36px;
}
.public-add-combobox input.focus {
    border-color: #e50012;
}
.public-add-combobox-model {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 36px;
    background-color: transparent;
    z-index: 9999;
    cursor: pointer;
}
.public-add-combobox-con {
    display: none;
    position: absolute;
    left: 0;
    top: 34px;
    width: 100%;
    padding-top: 10px;
    box-sizing: border-box;
    z-index: 99;
}
.public-add-combobox-list {
    width: 100%;
    max-height: 329px;
    padding: 10px;
    background-color: #fff;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    overflow-y: auto;
}
.public-add-combobox-list .item {
    min-height: 21px;
    line-height: 21px;
    margin-top: 14px;
    cursor: pointer;
}
.public-add-combobox-list .item:first-child {
    margin-top: 0;
}
.public-add-combobox-list .item:hover,
.public-add-combobox-list .item.active {
    color: #e50012;
}
.public-add-combobox-list .item.link {
    height: 26px;
    font-size: 12px;
    text-align: center;
    color: #e50012;
    line-height: 26px;
    background-color: #f2f2f2;
}
.public-work-combobox {
    position: relative;
    z-index: 80;
    width: 100%;
}
.public-work-combobox input {
    width: 100%;
    padding-right: 36px;
}
.public-work-combobox input.focus {
    border-color: #e50012;
}
.public-work-combobox-cot {
    width: 100%;
    height: 360px;
    text-align: left !important;
    background-color: #fff;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
}
.public-work-combobox-list {
    margin-right: 2px;
    padding: 0 10px;
    height: calc(100% - 52px);
    overflow-y: auto;
    overflow-x: hidden;
}
.public-work-combobox-list .work-type-list {
    margin-right: -20px;
}
.public-work-combobox-list .work-type-name {
    line-height: 36px;
    color: #333;
    font-weight: bold;
}
.public-work-combobox-list .work-type-item {
    margin: 8px 20px 8px 0;
    padding-left: 22px;
    display: inline-block;
    color: #5c5c5c;
    background: url('../../images/zjgjzcyhlw/checkbox.png') 0 center no-repeat;
    cursor: pointer;
}
.public-work-combobox-list .work-type-item.checked {
    background-image: url('../../images/zjgjzcyhlw/checkbox_checked.png');
}
.public-work-combobox-operate {
    padding: 10px 14px 0;
    line-height: 36px;
}
.public-select-address {
    position: relative;
    z-index: 99;
    width: 100%;
    height: 34px;
}
.public-select-address::after {
    position: absolute;
    right: 10px;
    top: 10px;
    transform: rotate(180deg);
    font-family: 'ActionIcon' !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    transition: all 0.2s ease-in-out;
    content: '\e743';
}
.public-select-address input {
    height: 100%;
    width: 100%;
    padding-right: 36px;
    padding-left: 10px;
}
.public-select-address input.focus {
    border-color: #a14332;
}
.public-select-address-model {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 36px;
    background-color: transparent;
    z-index: 9999;
    cursor: pointer;
}
.public-select-address-close {
    display: none;
    position: absolute;
    right: 26px;
    top: 10px;
    width: 16px;
    height: 16px;
    background: url('../../images/zjgjzcyhlw/close.png') no-repeat center;
    background-size: 10px 10px;
    z-index: 99999;
    cursor: pointer;
}
.public-select-address-close:hover {
    background-image: url('../../images/zjgjzcyhlw/close_h.png');
}
.public-select-address.has .public-select-address-close {
    display: block;
}
.public-select-address-con {
    display: none;
    position: absolute;
    left: 0;
    top: 34px;
    width: 100%;
    padding-top: 10px;
    box-sizing: border-box;
    z-index: 99;
}
.public-select-address-box {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    width: 100%;
    height: 212px;
    background-color: #fff;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
}
.public-select-address-level {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 44px;
    font-size: 14px;
    line-height: 43px;
    padding: 0 10px;
    border-bottom: 1px solid #d6d6d6;
    box-sizing: border-box;
}
.public-select-address-level .level {
    height: 100%;
    padding: 0 10px;
    border-bottom: 2px solid transparent;
    box-sizing: border-box;
    cursor: pointer;
}
.public-select-address-level .level:hover,
.public-select-address-level .level.active {
    color: #e50012;
}
.public-select-address-level .level.active {
    border-bottom-color: #e50012;
}
.public-select-address-list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-content: start;
    flex: 1;
    height: 0;
    padding: 0 10px 10px 0;
    box-sizing: border-box;
    overflow-y: auto;
}
.public-select-address-list .item {
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    border-radius: 2px;
    cursor: pointer;
    margin-top: 10px;
    margin-left: 10px;
    width: auto !important;
}
.public-select-address-list .item:hover,
.public-select-address-list .item.active {
    background-color: #e50012;
    color: #fff;
}
.public-radiobuttonlist .hidden {
    display: none;
}
.public-radiobuttonlist .list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    min-height: 0;
}
.public-radiobuttonlist .list-item {
    height: 36px;
    font-size: 14px;
    color: #333;
    line-height: 36px;
    padding: 0 9px;
    border: 1px solid #d6d6d6;
    box-sizing: border-box;
    margin-left: 10px;
    border-radius: 2px;
    cursor: pointer;
}
.public-radiobuttonlist .list-item:first-child {
    margin-left: 0;
}
.public-radiobuttonlist .list-item:hover,
.public-radiobuttonlist .list-item.active {
    color: #e50012;
    border-color: #e50012;
}
.public-card-attention {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    min-height: 0;
}
.public-card-attention .item {
    width: 25%;
    height: 158px;
    padding: 8px;
    box-sizing: border-box;
}
.public-card-attention .item-con {
    height: 100%;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px 16px 9px;
    box-sizing: border-box;
}
.public-card-attention .item-header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 30px;
    font-size: 14px;
    color: #999;
    margin-bottom: 12px;
}
.public-card-attention .item-header .portrait {
    display: block;
    width: 30px;
    max-height: 100%;
    margin-right: 10px;
}
.public-card-attention .item-header .name {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-right: 12px;
}
.public-card-attention .item-header .sex {
    margin-right: 12px;
}
.public-card-attention .item-workType {
    display: flex;
    justify-content: flex-start;
    min-height: 0;
    margin-bottom: 12px;
}
.public-card-attention .item-workType .public-tag-item {
    min-width: 74px;
    max-width: 98px;
    box-sizing: border-box;
}
.public-card-attention .item-profile {
    height: 40px;
    font-size: 14px;
    color: #999;
    line-height: 20px;
}
.public-notice {
    margin-top: 6px;
}
.public-notice li {
    margin-top: 10px;
    padding-top: 10px;
    line-height: 24px;
    border-top: 1px solid #e9ecf0;
}
.public-notice li:first-child {
    margin-top: 0;
    border-top: 0;
}
.public-notice li .title {
    display: inline-block;
    max-width: 100%;
    color: #5e5e5e;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: top;
}
.public-notice li .title:hover {
    color: #e50012;
}
.public-notice li .title:hover + .date {
    color: #e50012;
}
.public-notice li .date {
    display: block;
    color: #999;
}
.public-order-table th {
    background: #f6f6f6 !important;
}
.public-order-table .state {
    cursor: pointer;
}
.public-order-table .state-con {
    position: relative;
    width: 100%;
    height: 1px;
    z-index: 1;
}
.public-order-table .state-list {
    display: none;
    position: absolute;
    left: 0;
    top: 4px;
    width: 100%;
    height: auto;
    padding: 4px 0;
    background-color: #fff;
    border-radius: 2px;
    box-sizing: border-box;
}
.public-order-table .state-list .item {
    height: 26px;
    font-size: 14px;
    color: #666;
    line-height: 26px;
    padding-left: 10px;
    box-sizing: border-box;
    margin-top: 4px;
    cursor: pointer;
}
.public-order-table .state-list .item:first-child {
    margin-top: 0;
}
.public-order-table .state-list .item:hover,
.public-order-table .state-list .item.active {
    color: #e50012;
    background-color: #f8f8f8;
}
.public-order-table .state:hover .state-list {
    display: block;
}
.public-order-list .order-title {
    display: flex;
    justify-content: flex-start;
    padding: 0 16px;
}
.public-order-list .order-title > p {
    margin-right: 38px;
    color: #aaa;
}
.public-order-list .order-title > p:last-child {
    margin-right: 0;
}
.public-order-list .order-title .order-dark {
    color: #333;
}
.public-order-list .order-title .date {
    width: 140px;
}
.public-order-list .order-title .type {
    width: 126px;
}
.public-order-list .order-title .number {
    flex: 1;
    width: 0;
}
.public-order-list .order-title .supplier {
    max-width: 250px;
}
.public-order-list .order-title .link-supplier {
    position: relative;
    top: 4px;
    display: inline-block;
    width: 17px;
    height: 17px;
    background: url('../../images/zjgjzcyhlw/phone.png') no-repeat center;
    background-size: 100% 100%;
    margin-left: 10px;
}
.public-order-list tr td {
    padding-right: 20px;
    line-height: 21px;
}
.public-order-list .order-con {
    padding-left: 0;
}
.public-order-list .contract {
    margin: 4px 0;
    line-height: 21px;
}
.public-order-list .price {
    font-weight: 600;
    color: #f94811;
}
.public-order-list .num {
    display: inline-block;
    color: #333;
    font-weight: bold;
}
.public-order-list .unit {
    color: #999;
}
.public-order-list .freight {
    padding: 9px 10px;
    text-align: right;
}
.public-order-list .remark {
    padding: 10px;
    box-sizing: border-box;
}
.public-order-list .remark-con {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 0;
    color: #333;
}
.public-order-list .remark-label {
    color: #999;
    margin-right: 10px;
}
.public-order-list .remark-total {
    height: 27px;
    line-height: 27px;
    padding-left: 20px;
    border-left: 1px solid #e7e7e7;
    box-sizing: border-box;
}
.public-order-list .remark-total .price {
    font-size: 18px;
    margin-left: 4px;
    vertical-align: bottom;
}
.public-order-list .btn {
    display: none;
    height: 21px;
    line-height: 21px;
    margin-bottom: 4px;
}
.public-order-list .btn.cancel-order,
.public-order-list .btn.delete-order,
.public-order-list .btn.rejection {
    color: #e50012;
}
.public-order-list .order-block {
    margin-top: 16px;
}
.public-order-list .order-block[data-orderstate='1'] .detail,
.public-order-list .order-block[data-orderstate='1'] .cancel-order {
    display: block;
}
.public-order-list .order-block[data-orderstate='2'] .detail {
    display: block;
}
.public-order-list .order-block[data-orderstate='3'] .pass,
.public-order-list .order-block[data-orderstate='3'] .rejection,
.public-order-list .order-block[data-orderstate='3'] .detail {
    display: block;
}
.public-order-list .order-block[data-orderstate='4'] .amend,
.public-order-list .order-block[data-orderstate='4'] .cancel-rejection,
.public-order-list .order-block[data-orderstate='4'] .detail {
    display: block;
}
.public-order-list .order-block[data-orderstate='5'] .detail {
    display: block;
}
.public-order-list .order-block[data-orderstate='6'][data-evaluate='false'] .evaluate,
.public-order-list .order-block[data-orderstate='6'][data-evaluate='false'] .detail {
    display: block;
}
.public-order-list .order-block[data-orderstate='6'][data-evaluate='true'] .detail,
.public-order-list .order-block[data-orderstate='6'][data-evaluate='true'] .check-evaluate {
    display: block;
}
.public-order-list .order-block[data-orderstate='7'] .detail,
.public-order-list .order-block[data-orderstate='7'] .delete-order {
    display: block;
}

.user-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
}
.user-info .info-detail {
    display: flex;
    align-items: center;
}
.user-info .info-txt {
    line-height: 22px;
}
.user-info .info-txt h4 {
    margin-right: 12px;
    display: inline-block;
    color: #000;
    font-size: 18px;
    font-weight: 600;
}
.user-info .info-sub {
    margin-top: 12px;
    color: #999;
}
.user-info .info-sub span {
    margin-right: 16px;
}
.user-info .photo {
    margin-right: 16px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
.user-info .photo img {
    width: 100%;
    height: 100%;
}

.mod-hd {
    line-height: 24px;
}
.mod-title {
    position: relative;
    display: inline-block;
    padding-left: 10px;
    color: #e50012;
    font-size: 18px;
    font-weight: bold;
}
.mod-title:before {
    content: '';
    position: absolute;
    display: inline-block;
    left: 0;
    top: 50%;
    width: 4px;
    height: 16px;
    background: #e50012;
    transform: translateY(-50%);
}

.menu-second {
    display: none;
    padding: 6px 0;
}

.menu-second > li:first-child {
    margin-top: 0;
}
.menu-second > li.has-children .second {

    /* background: url('../../images/zjgjzcyhlw/arrow_down.png') right center no-repeat; */
    background-size: 12px 12px;
}
.menu-second > li.has-children .second:hover {
    /* background-image: url('../../images/zjgjzcyhlw/arrow_down_h.png'); */
}
.menu-second > li.has-children.down .second {
    /* background-image: url('../../images/zjgjzcyhlw/arrow_up_h.png'); */
}
.menu-second > li.has-children.down .second:hover {
    /* background-image: url('../../images/zjgjzcyhlw/arrow_up_h.png'); */
}
.menu-second > li .second{
    position: relative;
    cursor: pointer;
border-left: 2px solid transparent;


}
.menu-second > li .second:hover,
.menu-second > li.active .second {
    color: #e50012;
    border-left: 2px solid #e50012;
background: linear-gradient(90deg, #f4ebea 0%, rgba(255, 255, 255, 0.00) 100%);

}


.menu-second > li .second {
    display: block;
    height:52px;
    line-height:52px;
    font-size: 16px;
    padding-left: 35px;
    position: relative;
}
.second-item.has-children .second.has-third:after{
    content: '';
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    background-image: url('../../images/zjgjzcyhlw/nav-arrow-second.png');
    background-size: 100% 100%;

}
.second-item.has-children.down .second.has-third:after{
  background-image: url('../../images/zjgjzcyhlw/nav-arrow-second-active.png');
}

.menu-second > li .second:hover {
    color: #e50012;
}
.menu-third {
    margin-left: 20px;

    display: none;
    line-height: 24px;
}
.menu-third > li {

    line-height: 50px;

}

.menu-third > li .third {
    color: #666;
    display: block;
    height: 50px;
    cursor: pointer;
    padding-left: 22px;
    position: relative;
}


.menu-third > li:hover .third,
.menu-third > li.active .third{
    color: #e50012;
}

.menu-third > li:hover .third:after,
.menu-third > li.active .third:after{
    background-image: linear-gradient(180deg, #C7E34C 0%, #028446 100%);
}
.sidebar {
    right: 20px;
    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("../../index_new/images/slidebar-icon4-active.png");
}
.sidebar>ul li:nth-child(4) .icon {
    background-image: url("../../images/zjgjzcyhlw/side_ico3.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: #e50012;
}
.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(2) {
    background: url('../../images/zjgjzcyhlw/contact_ico1.png') 0 center no-repeat;
}
.sidebar .contact-way:nth-child(1) {
    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-hd {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    padding: 0 20px;
    background: linear-gradient(180deg, #fff 16.15%, #ededed 70.83%);
}
.zjg-hd-title {
    color: #333;
    font-weight: 700;
    font-size: 20px;
}

.pager {
    margin-bottom: 20px;
}

.m-pagination-page {
    padding-right: 8px;
}

.m-pagination-info {
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    padding: 0 8px 0 0;
}

.layui-layer {
    border-radius: 10px;
}

.layui-layer-title {
    font-size: 16px;
    border-radius: 10px 10px 0 0;
}

.layui-layer-btn {
    text-align: center;
}

.layui-layer-btn .layui-layer-btn0 {
    border-color: #e50012;
    background-color: #e50012;
}

.layui-layer-iframe .layui-layer-btn,
.layui-layer-page .layui-layer-btn {
    padding-top: 7px;
    padding-bottom: 7px;
}

.layui-layer-msg {
    min-width: 0;
}
.layui-layer-msg.zjg-layer-red {
    background: rgba(255, 100, 112, 0.9);
    border: 0;
}
.layui-layer-msg.zjg-layer-red > div {
    padding: 10px 20px;
    color: #fff;
}
.layui-layer-msg.zjg-layer-green {
    background: rgba(18, 177, 92, 0.9);
    border: 0;
}
.layui-layer-msg.zjg-layer-green > div {
    padding: 10px 20px;
    color: #fff;
}

.chosen-container .chosen-results {
    padding: 0;
}

.zjg-layer-question,
.zjg-layer-suprise,
.zjg-layer-wx {
    font-size: 14px;
}
.zjg-layer-question .layui-layer-content,
.zjg-layer-suprise .layui-layer-content,
.zjg-layer-wx .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-wx .layui-layer-content .icon {
    display: block;
    width: 172px;
    height: 172px;
    margin: 30px auto 16px;
}
.zjg-layer-question .layui-layer-btn,
.zjg-layer-suprise .layui-layer-btn,
.zjg-layer-wx .layui-layer-btn {
    padding-bottom: 44px;
}

.form-group .form-control,
.form-group .form-control > input,
.form-group .form-control > textarea {
    color: #333;
    font-size: 15px;
}

.form-group input:disabled,
.form-group textarea:disabled {
    background-color: #f5f5f5;
}

.form-group input[readonly] {
    background-color: #ffffff;
    cursor: default;
}
.form-group input[readonly]:focus {
    border-color: #d6d6d6;
}

.contact-title {
    height: 24px;
    text-align: center;
    color: #666;
    font-size: 16px;
    line-height: 24px;
    margin-top: 39px;
    margin-bottom: 20px;
}
.contact-phone {
    height: 38px;
    color: #333;
    font-weight: 600;
    font-size: 26px;
    text-align: center;
    line-height: 38px;
    margin-bottom: 40px;
}
.contact-tips {
    font-size: 14px;
    color: #ff6800;
    line-height: 21px;
    padding: 0 27px;
    box-sizing: border-box;
}

.green .price-confirm {
    background: #028446;
}
.green .sort-box {
    display: flex;
}
.green .sort-item.active,
.green .sort-item:hover {
    background-image: url('../../images/zjgjzcyhlw/down_act.png');
    background-color: #028446;
    border-color: #028446;
    color: #fff;
}
.green .sort-toggle {
    background-image: url('../../images/zjgjzcyhlw/sort.png');
    background-position: right 9px center;
}
.green .sort-toggle:hover {
    background-image: url('../../images/zjgjzcyhlw/sort_act.png');
}
.green .sort-toggle.down {
    background-image: url('../../images/zjgjzcyhlw/down_act.png');
}
.green .sort-toggle.up {
    background-image: url('../../images/zjgjzcyhlw/up_act.png');
}
.green .sort-toggle.up,
.green .sort-toggle.down {
    background-position: right 13px center;
    background-color: #028446;
    border-color: #028446;
    color: #fff;
}
.green .hd-pagination .m-pagination-group > input {
    color: #028446;
}
.green .product-tip {
    background: linear-gradient(270deg, #94c93b 0%, #13a761 100%);
}
.green .product-price {
    color: #028446;
}
.green .m-pagination-page > li.active > a {
    border-color: #028446;
    background-color: #028446;
}
.green .m-pagination-page > li:hover > a,
.green .m-pagination-group > button:hover {
    border-color: #028446;
}
.green .recommend-hd-item.active {
    color: #028446;
}
.green .recommend-hd-item.active::before {
    background-color: #028446;
}
.green .recommend-btn-box > a {
    background-color: #edf5f2;
    color: #028446;
}
.green .recommend-btn-box > a::before {
    background: url('../../images/zjgjzcyhlw/arrow_right3.png') center no-repeat;
    background-size: 100% 100%;
}
.green .public-search-btn {
    background: url('../../images/zjgjzcyhlw/search_btn2.png') no-repeat;
    background-size: 100% 100%;
}
.green .public-crumb::before {
    background: url('../../images/zjgjzcyhlw/crumb_icon2.png') no-repeat center;
}
.green .public-choose .service-option.active {
    color: #028446;
}
.green .multi-item.active {
    background-image: url('../../images/zjgjzcyhlw/checkbox_checked2.png');
}
.green .chosen-container .chosen-drop {
    border: 1px solid #028446;
}
.green .chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #028446;
}
.green .active-result.result-selected {
    color: #fff;
    background-color: #028446;
}
.green .chosen-container .chosen-results li.highlighted {
    background-color: #028446;
    color: #fff;
}
.green .top-title {
    padding-top: 34px;
    box-sizing: border-box;
    height: 180px;
    background: url('../../images/zjgjzcyhlw/top_title_bg2.png') no-repeat center;
    background-size: 100% 100%;
}
.green .top-title h2 {
    color: #fff;
    font-size: 36px;
    height: 53px;
    line-height: 53px;
    margin-bottom: 20px;
}
.green .top-title p {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
}

.mydisable {
    pointer-events: none;
    opacity: 0.6;
}

.main {
    /* 	padding-top: 20px; */
    box-sizing: border-box;
}

.pagetitle {
    font-size: 20px;
    color: #e50012;
    font-weight: 600;
    margin: 10px;
}

.chosen-container-single .chosen-single div {
    width: 24px;
}

.chosen-container-single .chosen-single abbr {
    position: absolute;
    top: 50%;
    right: 24px;
    display: block;
    width: 12px;
    height: 12px;
    background: url('../../images/zjgjzcyhlw/chosen-sprite.png') -42px 1px no-repeat;
    font-size: 1px;
    transform: translateY(-50%);
}

.chosen-container-single .chosen-single abbr:hover {
    background-position: -42px -10px;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
    background-position: -42px -10px;
}

.thumbnail-btn-text {
    position: absolute;
    left: 0;
    top: 63%;
    width: 100%;
    height: 21px;
    color: #666;
    font-size: 14px;
    text-align: center;
    line-height: 21px;
}

.public-request-quotation .list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.public-request-quotation .list-item {
    display: flex;
    justify-content: flex-start;
    font-size: 15px;
    margin-left: 10px;
}
.public-request-quotation .list-item:first-child {
    margin-left: 0;
}
.public-request-quotation .list-item-choice {
    height: 34px;
    line-height: 34px;
    cursor: pointer;
}
.public-request-quotation .list-item-input {
    position: relative;
    display: none;
    margin-left: 10px;
    z-index: 1;
}
.public-request-quotation .list-item-input .has-unit {
    padding-right: 20px;
    box-sizing: border-box;
}
.public-request-quotation .list-item-input .unit {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
}
.public-request-quotation .list-item.active .list-item-input {
    display: block;
}
.public-request-quotation.readonly {
    pointer-events: none;
}
.public-request-quotation.multiple .list-item-choice {
    background: url('../../images/zjgjzcyhlw/checkbox.png') no-repeat left center;
    background-size: 14px 14px;
    padding-left: 24px;
    box-sizing: border-box;
    border: none;
}
.public-request-quotation.multiple .list-item.active .list-item-choice {
    background-image: url('../../images/zjgjzcyhlw/checkbox_checked.png');
}
.public-request-quotation:not(.multiple) .list-item-choice {
    height: 36px;
    padding: 0 9px;
    border: 1px solid #d6d6d6;
    box-sizing: border-box;
}
.public-request-quotation:not(.multiple) .list-item.active .list-item-choice {
    color: #e50012;
    border-color: #e50012;
    background-color: #fff5f6;
}
.zjg-header.fix-nav .nav {
    position: fixed;
    background-color: #fff;
    z-index: 999;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 100%;
    margin-top: 0;
}

/* 20230904 add */
.zjg-header .nav-list li:hover {
    position:relative;
}
.zjg-header .nav-list li:hover a{
    color:#e50012;
}
.zjg-header .nav-list li:hover::after {
    position: absolute;
    content: "";
    width: 23px;
    height: 4px;
    background: #e50012;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);

}
.gren{
    color: #e50012 !important;
}


/* 小桥 */
.fixeditems03 {
	display: none;
	position: relative;
}

.robot {
  position: fixed;
  right: 1%;
  bottom: 5%;
  z-index: 999;
  margin: 0 0 0 600px;
}
  
.xiaoqiao {
  position: relative;
  height: 92px;
  width: 70px;
  margin: 0 auto;
  cursor: pointer;
  background: url(../../images/robot/xiaomeng.png);
  background-size: 100% 100%;
}  

.tip-box.robotinfo {
  position: absolute;
  margin-top: -96px;
  margin-left: -174px;
  z-index: 999;
  background: #fff;
  font-size: 12px;
  line-height: 16px;
  padding: 5px 10px;
  width: 145px;
  display: none;
  box-shadow: initial;
  text-align: left;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  margin-left: -174px;
}
.message-num {
    position: absolute;
    right: 8px;
    top: 4px;
}
.ztree-wrap{
    width: 100%;
}

table .show-more {
    height: 20px;
    line-height: 20px;
    cursor: pointer;
    text-align: center;
}
table .show-more span::before{
    display: inline-block;
    padding-right: 20px;
    content: "展开";
    background: url(../../index_new/images/accordion-arrow1.png) no-repeat right center;
}
table .show-more.active span::before{
    content: "收起";
    background: url(../../index_new/images/accordion-arrow2.png) no-repeat right center;
}


.public-buiding {
    padding-left: 23px;
    background: url('../../images/zjgjzcyhlw/public-buiding.png') no-repeat left center;
    background-size: 16px 16px;
    box-sizing: border-box;
}

.public-local {
    padding-left: 23px;
    background: url('../../images/zjgjzcyhlw/public-local.png') no-repeat left center;
    background-size: 16px 16px;
    box-sizing: border-box;
}
.disabledj {
    pointer-events: none;
    background-color: #e5e5e5 !important;
    border-color: #e5e5e5;
    color: white;
}