@charset "UTF-8"; body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
    vertical-align: top;
}

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

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before, q:after {
    content: "";
}

abbr, acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    *font-size: 100%;
}

legend {
    color: #000;
}

iframe {
    display: block;
}

/* yui3 fonts */
body {
    color: #333333;
    font-family: system-ui, -apple-system, Segoe UI, Rototo, Helvetica, Arial, sans-serif;
    font-size: 14px;
}

table {
    font-size: inherit;
    font: 100%;
}

pre, code, kbd, samp, tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%;
}

a {
    color: #333333;
    text-decoration: none;
}

input, button, textarea {
    outline: 0;
}

input[type=text]::-ms-clear, input[type=password]::-ms-reveal {
    display: none;
}

textarea::-webkit-input-placeholder, input::-webkit-input-placeholder {
    color: #999;
}

textarea::-moz-placeholder, input::-moz-placeholder {
    color: #999;
}

textarea:-moz-placeholder, input:-moz-placeholder {
    color: #999;
}

textarea:-ms-input-placeholder, input:-ms-input-placeholder {
    color: #999;
}

.placeholder {
    color: #999;
}

/* utilities */
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.clearfix {
    *zoom: 1; }

.clearfix:before, .clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}

.l {
    float: left !important;
}

.r {
    float: right !important;
}

.hidden {
    display: none !important;
}

.invisible {
    visibility: hidden !important;
}

.trans {
    -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
}

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

@font-face {
    font-family: "YouSheBiaoTiHei";
    src: url("../../css/fonts/YouSheBiaoTiHei.eot") format("woff"), url("../../css/fonts/YouSheBiaoTiHei.ttf") format("truetype"), url("../../css/fonts/YouSheBiaoTiHei.eot") format("embedded-opentype");
}

@font-face {
    font-family: "D-DIN";
    src: url("../../css/fonts/D-DIN.eot") format("woff"), url("../../css/fonts/D-DIN.ttf") format("truetype"), url("../../css/fonts/D-DIN.eot") format("embedded-opentype");
}

/* 通用样式 */
.container {
    width: 1280px;
    margin: 0 auto;
}

html {
    height: 100%;
}

body {
    min-width: 1400px;
    font-size: 14px;
    margin: 0;
}

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

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

.header {
    position: relative;
    z-index: 999;
    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;
}

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

.footer {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    box-sizing: border-box;
    height: 360px;
    background: #fff;
}

.footer-top {
    height: 100px;
    border-bottom: 1px solid #e1251b;
}

.footer-top ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.footer-top li {
    width: 184px;
    height: 44px;
    box-sizing: border-box;
    padding-left: 58px;
}

.footer-top li h4 {
    line-height: 24px;
    font-size: 16px;
    color: #000;
}

.footer-top li p {
    font-size: 12px;
    color: #999;
}

.footer-top li:nth-child(1) {
    background: url("../../images/jxsqydzmc/public/slogan_bg1.png") no-repeat left center;
}

.footer-top li:nth-child(2) {
    background: url("../../images/jxsqydzmc/public/slogan_bg2.png") no-repeat left center;
}

.footer-top li:nth-child(3) {
    background: url("../../images/jxsqydzmc/public/slogan_bg3.png") no-repeat left center;
}

.footer-top li:nth-child(4) {
    background: url("../../images/jxsqydzmc/public/slogan_bg4.png") no-repeat left center;
}

.footer-top li:nth-child(5) {
    background: url("../../images/jxsqydzmc/public/slogan_bg5.png") no-repeat left center;
}

.footer-center {
    border-bottom: 1px solid #d1d1d1;
}

.footer-center > .container {
    display: flex;
    justify-content: space-around;
    padding-top: 30px;
    height: 150px;
    box-sizing: border-box;
}

.footer-center-left .footer-logo {
    width: 177px;
    height: 62px;
    margin-bottom: 16px;
    background: url("../../images/jxsqydzmc/public/footer_logo.png") no-repeat;
}

.footer-center-left p {
    line-height: 24px;
    font-size: 16px;
    color: #2e3033;
}

.footer-center-left p + p {
    margin-top: 4px;
}

.footer-center-right {
    display: flex;
}

.footer-center-right > div {
    margin-right: 64px;
}

.footer-center-right > div h4 {
    font-size: 24px;
    height: 36px;
    font-weight: 600;
    margin-bottom: 8px;
}

.footer-center-right > div .link-list li {
    height: 21px;
    line-height: 21px;
}

.footer-center-right > div .link-list li + li {
    margin-top: 4px;
}

.footer-center-right > div .link-list li a {
    color: #666;
}

.footer-center-right > div:last-child {
    margin-right: 0;
}

.footer-bottom {
    padding-top: 30px;
    text-align: center;
}

.footer-bottom p {
    line-height: 24px;
    font-size: 16px;
    color: #999;
}

.footer-bottom p a {
    color: #999;
}

.sidebar {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    padding: 10px 0;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.08);
    z-index: 99;
    width: 86px;
}

.sidebar li {
    width: 56px;
    height: 56px;
    margin: 0 auto;
}

.sidebar li + li {
    margin-top: 19px;
}

.sidebar li a {
    position: relative;
    display: block;
    padding-top: 32px;
    height: 100%;
    line-height: 24px;
    box-sizing: border-box;
    text-align: center;
    color: #666;
}

.sidebar li a .num {
    position: absolute;
    left: 33px;
    top: -6px;
    padding: 0 7px;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    background: #e73e3e;
    border-radius: 10px;
}

.sidebar li.sidebar-cart {
    background: url("../../images/jxsqydzmc/public/sidebar_bg1.png") no-repeat center top;
}

.sidebar li.sidebar-message {
    background: url("../../images/jxsqydzmc/public/sidebar_bg2.png") no-repeat center top;
}

.sidebar li.sidebar-help {
    background: url("../../images/jxsqydzmc/public/sidebar_bg3.png") no-repeat center top;
}

.sidebar li.sidebar-service {
    background: url("../../images/jxsqydzmc/public/sidebar_bg4.png") no-repeat center top;
}

.sidebar li.sidebar-return {
    background: url("../../images/jxsqydzmc/public/sidebar_bg5.png") no-repeat center top;
}

/* header */
.header2 {
    height: 141px;
    background: #fff;
    position: relative;
}

.header2-top {
    height: 32px;
    background: #f3f3f3;
}

.header2-top .split {
    width: 1px;
    height: 17px;
    background: #e4e4e4;
    margin: 0 12px;
}

.header2-login {
    display: flex;
    align-items: center;
    color: #999;
}

.header2-login-btn {
    color: #e1251b;
    margin-left: 10px;
}

.header2-links {
    display: flex;
    align-items: center;
}

.header2-links-login {
    display: flex;
    align-items: center;
}

.header2-link {
    color: #5c5c5c;
}

.header2-phone {
    color: #5c5c5c;
}

.header2-phone > span {
    color: #e1251b;
}

.header2-nav {
    height: 109px;
}

.header2-nav-list {
    display: flex;
}

.header2-nav-item {
    height: 109px;
    font-size: 16px;
    line-height: 109px;
    padding: 0 22px;
    border-bottom: 2px solid transparent;
    box-sizing: border-box;
}

.header2-nav-item > a {
    display: block;
    color: #333;
    width: 100%;
    height: 100%;
}

.header2-nav-item.current {
    background: linear-gradient(2deg, rgba(25, 122, 255, 0.2) 3.93%, rgba(25, 122, 255, 0) 82.72%);
    border-bottom: 2px solid #e1251b;
    font-weight: 700;
}

.header2-nav-item.current > a {
    color: #e1251b;
}

.header2 .container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header2-logo {
    display: flex;
    align-items: center;
}

.header2-logo .sub-title {
    display: flex;
    font-size: 28px;
    font-weight: 700;
}

.header2-logo .sub-title:before {
    content: "";
    width: 1px;
    height: 34px;
    background: #c2c2c2;
    margin: 0 30px;
}

/*公共*/
.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;
}

.public-tag {
    position: absolute;
    right: -1px;
    top: -1px;
    width: 52px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
    color: #fff;
    font-weight: 700;
    border-radius: 0 0 0 10px;
}

.public-tag[data-type="1"] {
    background: linear-gradient(180deg, #e1251b 0%, #83b7ff 100%);
}

.public-tag[data-type="2"] {
    background: linear-gradient(180deg, #26d969 0%, #78e3a0 100%);
}

.public-tag[data-type="3"] {
    background: linear-gradient(180deg, #34d3f5 0%, #21c7eb 0.01%, #97d8f4 100%);
}

.public-deal {
    display: flex;
    flex-wrap: wrap;
}

.public-deal > li {
    position: relative;
    width: 267px;
    height: 257px;
    padding: 0 12px;
    box-sizing: border-box;
    margin-right: 16px;
    background: #fff;
    box-shadow: 0 0 8px 0 rgba(209, 209, 209, 0.25);
    margin-top: 16px;
}

.public-deal > li:nth-child(5n) {
    margin-right: 0;
}

.public-deal > li[data-state="1"] .state {
    color: #1970fa;
    background: #e5f0ff;
}

.public-deal > li[data-state="1"] .time {
    color: #e1251b;
}

.public-deal > li[data-state="1"] .time span {
    border: 1px solid #e1251b;
}

.public-deal > li[data-state="1"] .detail {
    display: none;
}

.public-deal > li[data-state="2"] .state {
    background: #f0f0f0;
}

.public-deal > li[data-state="2"] .time {
    color: #999;
}

.public-deal > li[data-state="2"] .time span {
    border: 1px solid #999;
}

.public-deal > li[data-state="2"] .offer {
    display: none;
}

.public-deal > li[data-state="3"] .state {
    color: #a16000;
    background: #ffecda;
}

.public-deal > li[data-state="3"] .name {
    padding-bottom: 16px;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 10px;
}

.public-deal > li[data-state="3"] .detail {
    color: #a16000;
    background: linear-gradient(0deg, rgba(255, 224, 177, 0) 0%, #ffd89e 100%);
}

.public-deal > li .state {
    display: block;
    margin: 0 auto;
    width: 69px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    border-radius: 0 0 10px 10px;
}

.public-deal > li .name {
    height: 43px;
    line-height: 21.5px;
    color: #222;
    margin-top: 8px;
}

.public-deal > li .time {
    display: flex;
    align-items: center;
    font-size: 14px;
    margin-top: 8px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 10px;
}

.public-deal > li .time span {
    font-size: 13px;
    font-weight: 700;
    width: 22px;
    height: 26px;
    box-sizing: border-box;
    line-height: 24px;
    background: #fff;
    text-align: center;
    margin: 0 6px;
}

.public-deal > li .time span:first-child {
    margin: 0 6px 0 0;
}

.public-deal > li .infos {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #999;
    line-height: 20px;
    margin-bottom: 8px;
}

.public-deal > li .infos span {
    color: #5c5c5c;
}

.public-deal > li .infos:last-child {
    margin-bottom: 0;
}

.public-deal > li .offer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 36px;
    line-height: 36px;
    color: #1970fa;
    text-align: center;
    background: linear-gradient(0deg, rgba(229, 240, 255, 0) 0%, #e5f0ff 100%);
}

.public-deal > li .detail {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 36px;
    line-height: 36px;
    color: #333333;
    text-align: center;
    background: linear-gradient(0deg, rgba(235, 235, 235, 0) 0%, #eaeaea 100%);
}

.public-deal > li .unit {
    margin-left: 4px;
}

.public-goods {
    display: flex;
    flex-wrap: wrap;
}

.public-goods > li {
    position: relative;
    width: 338px;
    height: 412px;
    box-sizing: border-box;
    padding: 10px;
    background: #fff;
    margin-right: 16px;
    margin-top: 16px;
}

.public-goods > li:nth-child(4n) {
    margin-right: 0;
}

.public-goods > li img {
    width: 100%;
    height: 185px;
    margin-bottom: 11px;
}

.public-goods > li .name {
    font-size: 16px;
    height: 44px;
    line-height: 22px;
    overflow: hidden;
    margin-bottom: 8px;
}

.public-goods > li .infos {
    line-height: 22px;
    color: #999;
}

.public-goods > li .infos + .infos {
    margin-top: 4px;
}

.public-goods > li .sell {
    display: flex;
    justify-content: space-between;
    line-height: 27px;
    margin-top: 13px;
}

.public-goods > li .sell-num {
    color: #646464;
}

.public-goods > li .price-box .unit {
    color: #e1251b;
    font-size: 24px;
}

.public-goods > li .price-box .price {
    color: #e1251b;
    font-size: 26px;
    font-weight: 700;
}

.public-goods > li .price-box .num-unit {
    font-size: 14px;
    color: #686868;
}

.public-goods > li .btns {
    position: absolute;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    bottom: 10px;
    left: 10px;
    width: calc(100% - 20px);
}

.public-goods > li .btns a {
    width: 153px;
    color: #e1251b;
    text-align: center;
    height: 42px;
    line-height: 42px;
    border-radius: 2px;
    background: #e0edff;
    margin-top: 12px;
    box-sizing: border-box;
}

.public-goods > li .btns .buy {
    color: #fff;
    background: #e1251b;
}

.public-goods > li .btns .add-cart {
    padding-left: 53.5px;
    text-align: left;
    background: #e0edff url("../../images/jxsqydzmc/service/cart_bg.png") no-repeat 29.5px center;
}

.public-pager {
    margin-top: 23px;
    padding: 0;
    text-align: center;
}

.public-pager .m-pagination-group > input {
    border-radius: 1px;
}

.public-pager .m-pagination-size > select {
    height: 32px;
    line-height: 30px;
}

.public-pager .m-pagination-jump {
    width: auto;
}

.public-pager .m-pagination-group > input {
    float: none;
    width: 34px;
    height: 34px;
    box-sizing: border-box;
    border: 1px solid #dde4ed;
    margin: 0 5px;
}

.public-pager .m-pagination-group > input:focus {
    border-color: #e1251b;
}

.public-pager .m-pagination-group > button {
    float: right;
    width: 34px;
    height: 34px;
    line-break: 32px;
    margin-left: 5px;
}

.public-pager .m-pagination-page > li {
    margin-right: 7px;
}

.public-pager button[data-page-btn=jump] {
    display: none;
    float: right;
    margin-left: 20px;
    height: 34px;
    padding: 0 5px;
}

.public-pager .m-pagination-page > li > a {
    padding: 0 8.5px;
    color: #2e3032;
    min-width: 15px;
    height: 32px;
    line-height: 32px;
}

.public-pager .m-pagination-page > li.active > a {
    border-color: #e1251b;
    color: #fff;
    background-color: #e1251b;
}

.public-pager .m-pagination-page > li:hover > a, .public-pager .m-pagination-group > button:hover {
    border-color: #e1251b;
}

.public-pager .next, .public-pager .prev {
    display: block;
    width: 100%;
    height: 100%;
    background: no-repeat center;
    background-size: 6px 9px;
    pointer-events: none;
}

.public-pager .next {
    background-image: url("../images/public/next.png");
}

.public-pager .prev {
    background-image: url("../images/public/prev.png");
}

.public-pager .m-pagination-page > li:hover .next {
    background-image: url("../images/public/next_h.png");
}

.public-pager .m-pagination-page > li:hover .prev {
    background-image: url("../images/public/prev_h.png");
}

.public-pager .m-pagination-info {
    height: 34px;
    color: #333333;
    font-size: 16px;
    line-height: 34px;
    margin-right: 10px;
}

.public-pager .m-pagination-page > li > a, .public-pager .m-pagination-size > select {
    border-radius: 1px;
}

.public-sort {
    display: flex;
    font-size: 16px;
}

.public-sort .sort-item {
    cursor: pointer;
    padding-right: 13px;
    height: 24px;
    line-height: 24px;
    margin-right: 21px;
    background-repeat: no-repeat;
    background-position: right center;
}

.public-sort .sort-item.active, .public-sort .sort-item:hover {
    color: #e1251b;
}

.public-sort .sort-item.sort-toggle {
    background-image: url("../../images/jxsqydzmc/public/sort.png");
}

.public-sort .sort-item.sort-toggle.down {
    background-image: url("../../images/jxsqydzmc/public/sort_down.png");
}

.public-sort .sort-item.sort-toggle.up {
    background-image: url("../../images/jxsqydzmc/public/sort_up.png");
}

.public-select-address {
    position: relative;
    z-index: 99;
    width: 100%;
}

.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 {
    width: 100%;
    padding-right: 36px;
    border: 1px solid #d6d6d6;
}

.public-select-address input.focus {
    border-color: #e1251b;
}

.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/jxsqydzmc/public/close.png") no-repeat center;
    background-size: 10px 10px;
    z-index: 99999;
    cursor: pointer;
}

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

.public-select-address-level .level.active {
    border-bottom-color: #e1251b;
}

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

.public-select-address-list .item:hover, .public-select-address-list .item.active {
    background-color: #e1251b;
    color: #fff;
}

.public-select-address-list .item.disabled {
    color: #999;
    pointer-events: none;
}

.public-menu {
    margin-right: 16px;
    float: left;
    width: 200px;
    min-height: 20px;
}

.public-menu .first {
    margin-top: 16px;
    border: 2px solid #fff;
    background: #fff;
    border-radius: 10px;
}

.public-menu .first.down h4::after {
    background: url("../../images/jxsqydzmc/public/arrow_up.png") right center no-repeat;
}

.public-menu .first.down .menu-second {
    display: block;
}

.public-menu .first:first-child {
    margin-top: 0;
}

.public-menu .first h4 {
    position: relative;
    padding: 0 18px;
    line-height: 44px;
    font-size: 18px;
    background: linear-gradient(180deg, #fff 34.09%, #f4f4f4 100%);
    cursor: pointer;
}

.public-menu .first h4::after {
    position: absolute;
    content: "";
    right: 21px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background: url("../../images/jxsqydzmc/public/arrow_down.png") right center no-repeat;
}

.public-workbench-title {
    position: relative;
    padding-left: 10px;
    font-size: 18px;
    font-weight: 700;
}

.public-workbench-title::after {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 15px;
    background: #e1251b;
}

.public-workbench-mod {
    padding: 16px 20px 20px;
    border-radius: 10px;
    background: #fff;
    margin-top: 16px;
    box-sizing: border-box;
}

.public-workbench-mod:first-child {
    margin-top: 0;
}

.public-table {
    width: 100%;
    table-layout: fixed;
}

.public-table th {
    box-sizing: border-box;
    padding: 0 12px;
    background: #fafafa;
    height: 48px;
    text-align: center;
}

.public-table td {
    box-sizing: border-box;
    padding: 0 12px;
    height: 50px;
}

.public-table tbody tr {
    border-bottom: 1px dashed #d3d3d3;
}

.public-table .center {
    text-align: center;
}

.public-table .check {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url("../../images/jxsqydzmc/public/check.png") no-repeat center;
    background-size: 100% 100%;
    cursor: pointer;
}

.public-table .check.active {
    background-image: url("../../images/jxsqydzmc/public/check_h.png");
}

.public-condition {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 34px;
    margin-top: 19px;
}

.public-condition-box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.public-condition-box .item {
    display: flex;
    align-items: center;
}

.public-condition-box .item-label {
    flex-shrink: 0;
}

.public-condition-box .item:nth-child(2n) {
    margin-left: 10px;
}

.public-condition-box .item:nth-child(n+3) {
    margin-top: 10px;
}

.public-condition > .item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
}

.public-condition .item-label {
    padding-right: 10px;
    box-sizing: border-box;
}

.public-condition .item-con {
    position: relative;
    width: 422px;
    height: 100%;
    z-index: 1;
}

.public-condition .item-con input {
    height: 34px;
    line-height: 32px;
    padding: 0 10px;
}

.public-condition .item-input {
    width: 100%;
    height: 100%;
    line-height: 32px;
    padding: 0 10px;
}

.public-condition .item-input:focus {
    border-color: #e1251b;
}

.public-condition .item-input-value {
    display: none;
}

.public-condition .item-btn {
    width: 60px;
    height: 100%;
    text-align: center;
    line-height: 34px;
    border-radius: 2px;
}

.public-condition .item-pop::after {
    position: absolute;
    right: 0;
    top: 0;
    width: 34px;
    height: 100%;
    font-family: "ActionIcon" !important;
    font-size: 16px;
    text-align: center;
    line-height: 34px;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #999;
    transition: all 0.15s linear;
    content: "\e7b2";
}

.public-condition .item-pop.open::after {
    transform: rotate(180deg);
}

.public-condition .item-popup {
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateY(100%);
    width: 100%;
    height: 430px;
    padding: 4px 4px 0 4px;
    box-sizing: border-box;
}

.public-condition .item-popup-con {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 10px 0;
    border-radius: 2px;
    border: 1px solid #fff;
    background: #fff;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.08);
    box-sizing: border-box;
}

.public-condition .item-popup-con .pop-search {
    width: 98%;
    height: 34px;
    line-height: 32px;
    padding: 0 10px;
    margin: 0 auto;
}

.public-condition .item-popup-con .pop-search:focus {
    border-color: #e1251b;
}

.public-condition .item-popup-con .pop-ztree {
    padding: 8px 0;
    box-sizing: border-box;
}

.public-condition .item-popup-con .pop-ztree li {
    position: relative;
    list-style: none;
    z-index: 1;
}

.public-condition .item-popup-con .pop-ztree li > a {
    display: block;
    width: 100%;
    padding-left: 28px;
    box-sizing: border-box;
    cursor: pointer;
}

.public-condition .item-popup-con .pop-ztree li > a.curSelectedNode {
    color: #e1251b;
    background: #f2f8ff;
}

.public-condition .item-popup-con .pop-ztree li > a:hover {
    color: #e1251b;
}

.public-condition .item-popup-con .pop-ztree ul {
    padding-left: 0;
}

.public-condition .item-popup-con .pop-ztree > li > a {
    padding-left: 28px;
}

.public-condition .item-popup-con .pop-ztree > li > ul > li a {
    padding-left: 50px;
}

.public-condition .item-popup-con .pop-ztree .switch {
    position: absolute;
    left: 0;
    top: 0;
    width: 28px;
    height: 30px;
}

.public-condition .item-popup-con .pop-ztree .roots_close, .public-condition .item-popup-con .pop-ztree .center_close, .public-condition .item-popup-con .pop-ztree .bottom_close {
    background: url("../../images/jxsqydzmc/public/ico_close.png") no-repeat center;
    background-size: 4px 8px;
}

.public-condition .item-popup-con .pop-ztree .roots_open, .public-condition .item-popup-con .pop-ztree .center_open, .public-condition .item-popup-con .pop-ztree .bottom_open {
    background: url("../../images/jxsqydzmc/public/ico_open.png") no-repeat center;
    background-size: 8px 4px;
}

.public-condition .item-popup-con .pop-ztree .light {
    color: #e1251b;
}

.public-btn {
    display: inline-block;
    height: 34px;
    color: #fff;
    line-height: 32px;
    background-color: #e1251b;
    border: 1px solid #e1251b;
    padding: 0 11px;
    box-sizing: border-box;
    border-radius: 2px;
    cursor: pointer;
}

.public-btn.ghost {
    color: #e1251b;
    background-color: #fff;
    border-color: #e1251b;
}

.public-btn.normal {
    color: #555;
    background-color: #fff;
    border-color: #d6d6d6;
}

.public-btn.disabled {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc;
    pointer-events: none;
}

.public-btn.gray {
    color: #999;
    border-color: #d6d6d6;
    background-color: transparent;
}

.public-btn:hover {
    opacity: 0.8;
    color: #fff;
}

.public-btn:hover.ghost, .public-btn:hover.normal {
    opacity: 1;
    border-color: #e1251b;
    background-color: #e1251b;
}

.public-btn:hover.gray {
    color: #999;
}

.public-crumb {
    position: relative;
    box-sizing: border-box;
    padding-left: 28px;
    height: 24px;
    font-size: 16px;
    line-height: 24px;
}

.public-crumb::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 17px;
    height: 20px;
    background: url("../../images/jxsqydzmc/public/crumb_icon.png") no-repeat center;
    transform: translateY(-50%);
}

.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-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: 38px;
    font-size: 16px;
    color: #333;
    line-height: 36px;
    padding: 0 11px;
    border: 1px solid #d6d6d6;
    box-sizing: border-box;
    margin: 0 14px 20px 0;
    border-radius: 5px;
    cursor: pointer;
}

.public-radiobuttonlist .list-item:first-child {
    margin-left: 0;
}

.public-radiobuttonlist .list-item:hover, .public-radiobuttonlist .list-item.active {
    color: #e1251b;
    border-color: #e1251b;
}

.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-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/jxsqydzmc/public/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/jxsqydzmc/public/star_full.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: #ffeff0;
    color: #e50012;
}

.public-row-table {
    display: flex;
    flex-wrap: wrap;
    border-right: 1px solid #e7e7e7;
}

.public-row-table li {
    display: flex;
    height: 50px;
    border: 1px solid #e7e7e7;
    box-sizing: border-box;
    border-right: 0;
    border-bottom: 0;
}

.public-row-table li:last-child {
    border-bottom: 1px solid #e7e7e7;
}

.public-row-table li span {
    width: 130px;
    line-height: 50px;
    text-align: center;
    color: #888;
    background: #f9f9f9;
    border-right: 1px solid #e7e7e7;
}

.public-row-table li div {
    width: 0;
    flex: 1;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 12px;
    color: #555;
}

.public-row-table li.full {
    width: 100%;
}

.public-row-table li.half {
    width: 50%;
}

.public-radios {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 24px;
    line-height: 24px;
}

.public-radios .item {
    height: 100%;
    color: #555;
    padding-left: 22px;
    box-sizing: border-box;
    background: url("../../images/jxsqydzmc/public/radio.png") no-repeat left center;
    background-size: 14px 14px;
    margin-left: 20px;
    cursor: pointer;
}

.public-radios .item:first-child {
    margin-left: 0;
}

.public-radios .item.active {
    background-image: url("../../images/jxsqydzmc/public/radio_h.png");
}

.public-title {
    height: 36px;
    color: #e1251b;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    padding-bottom: 11px;
    border-bottom: 1px solid #d6d6d6;
    box-sizing: border-box;
}

.public-title .subhead {
    margin-right: 10px;
}

.public-compare {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 180px;
    width: 100%;
    z-index: 999;
}

.public-compare .expend-compare {
    display: block;
    margin: 0 auto;
    width: 124px;
    height: 35px;
    padding-left: 26px;
    box-sizing: border-box;
    line-height: 35px;
    border-radius: 6px 6px 0 0;
    background: #fff url("../../images/jxsqydzmc/public/switch_up.png") no-repeat 85px center;
    box-shadow: 0 -1px 20px 0 rgba(10, 103, 188, 0.1);
}

.public-compare-wrap {
    position: relative;
    height: 225px;
    box-sizing: border-box;
    padding: 22px 0 32px;
    background: #fff;
    box-shadow: 0px -13px 47.7px 0px rgba(0, 0, 0, 0.05);
}

.public-compare .hiden-compare {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 124px;
    height: 35px;
    box-sizing: border-box;
    line-height: 35px;
    padding-left: 26px;
    border-radius: 0 0 6px 6px;
    color: #fff;
    background: #ddd url("../../images/jxsqydzmc/public/compare_down.png") no-repeat 85px center;
}

.public-compare .compare-btns {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 16px;
}

.public-compare .clear-compare {
    margin-left: 12px;
}

.public-compare .compare-list {
    display: flex;
}

.public-compare .compare-list > li {
    display: flex;
    width: 343px;
    height: 126px;
    background: #eff5ff;
    padding: 12px;
    box-sizing: border-box;
}

.public-compare .compare-list > li + li {
    margin-left: 10px;
}

.public-compare .compare-list > li img {
    width: 125px;
    height: 102px;
    margin-right: 13px;
}

.public-compare .compare-list > li .name {
    margin-top: 14px;
    height: 44px;
    line-height: 22px;
    overflow: hidden;
    font-size: 16px;
    margin-bottom: 11px;
}

.public-compare .compare-list > li .price {
    font-size: 18px;
    color: #e1251b;
    font-weight: 700;
}

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

.menu-second > li {
    margin-top: 10px;
}

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

.menu-second > li.has-children .second {
    width: 100%;
    box-sizing: border-box;
    padding-right: 24px;
    background: url("../../images/jxsqydzmc/public/arrow_down.png") right 2px center no-repeat;
    background-size: 12px 12px;
}

.menu-second > li.has-children.down .second {
    background-image: url("../../images/jxsqydzmc/public/arrow_up.png");
}

.menu-second > li.active .second {
    color: #e1251b;
}

.menu-second > li .second {
    margin: 10px 0;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
}

.menu-second > li .second:hover {
    color: #e1251b;
}

.menu-third {
    margin-left: 20px;
    padding-left: 16px;
    display: none;
    line-height: 24px;
    border-left: 1px solid #e2e2e2;
}

.menu-third > li {
    line-height: 38px;
}

.menu-third > li.active .third {
    color: #e1251b;
}

.menu-third > li .third {
    color: #666;
}

.menu-third > li .third:hover {
    color: #e1251b;
}

.panel.workbench {
    padding: 0;
}

.panel.workbench .panel-hd {
    padding: 0 20px;
    line-height: 40px;
    height: 40px;
    border-radius: 50px;
    border-bottom: 1px solid #e2e2e2;
    background: linear-gradient(180deg, #f4f4f4 0%, #fff 100%);
}

.panel.workbench .panel-bd {
    padding: 0 20px;
}

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

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

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

/*弹框*/
.layui-layer-btn {
    text-align: center;
    border-top: 1px solid #d6d6d6;
}

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

.select-area {
    position: relative;
    margin-left: 10px;
    background: url("../../images/jxsqydzmc/public/loc.svg") no-repeat left center;
    background-size: 14px 14px;
}

.select-area-text {
    position: relative;
    padding-left: 20px;
    display: inline-block;
    line-height: 32px;
    cursor: pointer;
}

.select-area-text::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    background: url("../../images/jxsqydzmc/public/switch_down.png") no-repeat left center;
}

.select-area-wrap {
    position: absolute;
    display: flex;
    left: 0px;
    background: #fff;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    z-index: 999;
}

.select-area-wrap ul {
    width: 126px;
    height: 260px;
    flex-shrink: 0;
    overflow-y: auto;
}

.select-area-wrap ul li {
    height: 32px;
    line-height: 32px;
    box-sizing: border-box;
    padding: 0 10px 0 26px;
    cursor: pointer;
}

.select-area-wrap ul li:hover, .select-area-wrap ul li.selected {
    background-color: #f7f7f7;
}

.select-area-wrap ul li:hover a, .select-area-wrap ul li.selected a {
    color: #e1251b;
}

.banner-zone {
    position: relative;
    width: 296px;
    overflow: hidden;
    text-align: center;
    pointer-events: all;
    z-index: 2;
}

.banner-zone-top {
    padding: 20px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 6px;
}

.banner-zone-user {
    display: flex;
    align-items: center;
    height: 55px;
}

.banner-zone-user .register {
    margin-left: 10px;
}

.banner-zone-user .btns {
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
}

.banner-zone-user .btns a {
    width: 79px;
    height: 26px;
    line-height: 24px;
}

.banner-zone.logined .exit-btn {
    display: block;
    width: 100%;
}

.banner-zone.logined .login, .banner-zone.logined .register {
    display: none;
}

.banner-zone .avatar {
    height: 50px;
    width: 50px;
    margin-right: 20px;
}

.banner-zone .welcome {
    font-size: 12px;
    color: #333;
    font-weight: 600;
    line-height: 21px;
}

.banner-zone .notice-mod {
    background: #fff;
    border-radius: 6px;
    padding: 12px;
    margin-top: 16px;
    height: 243px;
}

.banner-zone .notice-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 20px;
    margin-bottom: 12px;
}

.banner-zone .notice-title h4 {
    font-family: YouSheBiaoTiHei;
    font-size: 16px;
    padding-left: 22px;
    background: url("../../images/jxsqydzmc/public/notice_icon.png") no-repeat left center;
}

.banner-zone .notice-title .more {
    color: #999;
}

.banner-zone .notice-list li {
    display: flex;
    align-items: center;
    height: 21px;
}

.banner-zone .notice-list li + li {
    margin-top: 16.2px;
}

.banner-zone .notice-list li:hover a, .banner-zone .notice-list li:hover span {
    color: #e1251b;
}

.banner-zone .notice-list li a {
    flex-shrink: 1;
    color: #333;
}

.banner-zone .notice-list li span {
    padding: 0 4px;
    height: 20px;
    line-height: 20px;
    border-radius: 0 6px 0 6px;
    margin-right: 6px;
    flex-shrink: 0;
    font-size: 12px;
}

.banner-zone .notice-list li span[data-state="1"] {
    background: #dcefff;
    color: #007aff;
}

.banner-zone .notice-list li span[data-state="2"] {
    background: #e1f7e6;
    color: #26a872;
}

.banner-zone .notice-list li span[data-state="3"] {
    background: #ffe2e0;
    color: #e1251b;
}

.banner-zone-entrance {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: 24px;
}

.banner-zone-entrance li a {
    display: block;
    height: 51px;
    width: 68.67px;
    padding-top: 32px;
    box-sizing: border-box;
    color: #5c5c5c;
}

.banner-zone-entrance li a:hover {
    color: #e1251b;
}

.banner-zone-entrance li:nth-child(1) {
    background: url("../../images/jxsqydzmc/index/login_bg1.png") no-repeat center top;
}

.banner-zone-entrance li:nth-child(2) {
    background: url("../../images/jxsqydzmc/index/login_bg2.png") no-repeat center top;
}

.banner-zone-entrance li:nth-child(3) {
    background: url("../../images/jxsqydzmc/index/login_bg3.png") no-repeat center top;
}

.banner-zone-entrance li:nth-child(4) {
    background: url("../../images/jxsqydzmc/index/login_bg4.png") no-repeat center top;
}

.banner-zone-entrance li:nth-child(5) {
    background: url("../../images/jxsqydzmc/index/login_bg5.png") no-repeat center top;
}

.banner-zone-entrance li:nth-child(6) {
    background: url("../../images/jxsqydzmc/index/login_bg6.png") no-repeat center top;
}

.banner-zone-entrance li:nth-child(n+4) {
    margin-top: 16px;
}

.banner-zone .exit-btn {
    display: none;
}

.header.header-subsite .header-bottom {
    align-items: center;
    height: 120px;
    margin: 0;
}

.header.header-subsite .header-bottom > .container {
    height: 100%;
}

.header.header-subsite .header-nav {
    margin-top: 0;
}

.header.header-subsite .header-loc a {
    color: #1677e4;
}

.header.header-subsite .search-ipt {
    width: 357px;
}

/*  */
.footer {
    padding-top: 0;
    text-align: justify;
    color: #333;
}

.footer .footer-bottom {
    display: block;
}

.banner-zone-user .btns span {
    min-width: 79px;
    flex: 1;
    height: 26px;
    line-height: 24px;
}

.sidebar {
    padding: 24px 0;
}

/* 2024.11.14调整 */
.sidebar {
    padding: 24px 0;
}

.sidebar-supervise {
    position: relative;
    background: url('../../images/jxsqydzmc/public/sidebar_bg6.png') no-repeat center top;
    transition: all .3s;
}

.sidebar-supervise:hover {
    background-image: url("../../images/jxsqydzmc/public/sidebar_bg6-a.png");
}

.sidebar-supervise:hover .supervise-box {
    display: block;
}

.sidebar-supervise .supervise-box {
    width: 187px;
    position: absolute;
    bottom: -10px;
    left: -182px;
    background: transparent;
    display: none;
}

.sidebar-supervise .supervise-box:after {
    content: "";
}

.sidebar-supervise .supervise-list {
    width: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    background: #fff;
    border-radius: 4px;
    padding: 0 12px;
}

.sidebar-supervise .supervise-list {
    width: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    background: #fff;
    border-radius: 4px;
    padding: 0 12px;
}

.sidebar-supervise .supervise-list div {
    width: 100%;
    height: 46px;
}

.sidebar-supervise .supervise-list +div {
    border-top: 1px dashed #B9B9B9;
}

.sidebar-supervise .supervise-list a {
    padding: 0;
    line-height: 44px;
    font-size: 14px;
    color: #333;
    padding-left: 24px;
    transition: all .3s;
    text-align: left;
    background: url("../../images/jxsqydzmc/public/sidebar-small-icon.png") no-repeat left center;
}

.sidebar-supervise .supervise-list a:hover {
    color: #E1251B;
    background-image: url("../../images/jxsqydzmc/public/sidebar-small-icon-a.png");
}

.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,iVBORw0KGgoAAAANSUhEUgAAAMUAAAAWCAYAAABwklhxAAABgGlDQ1BzUkdCIElFQzYxOTY2LTIuMQAAKJF1kc8rRFEUxz/zhogRhbKwmDSs/FYTG2WkoSZNY5Rfm5nnvRk1P17vPUm2ylZRYuPXgr+ArbJWikjJxsaa2KDnPKNGMud2z/3c7z3ndO+5oMQzatYq64ZszjZj4ZB/anrGX/GIl0Y8dKEkVMsYikYjlLS3G4kUu+pwa5WO+9eq5zVLBU+l8KBqmLbwqHBkyTZc3hRuUNOJeeFj4XZTLih87erJAj+5nCrwh8tmPDYMSp2wP/WLk79YTZtZYXk5gWxmUf25j/sSn5abnJC1RWYzFjHChPAzxgjDBOlhQHyQDnrplB0l8ru/88fJS64q3mAZkwVSpLFpF3VRqmuy6qJrMjIsu/3/21dL7+stVPeFoPzBcV5aoWIDPtcd533fcT4PwHsPZ7lifn4P+l9FXy9qgV2oXYWT86KW3ILTNWi6MxJm4lvyylR0HZ6PoGYa6i+harbQs59zDm8hviJfdQHbO9Am8bVzXxQXZ8CGWQqpAAAACXBIWXMAAAsTAAALEwEAmpwYAAAE80lEQVR4nO2b6VObNxCHH4wBcyQmgIIgzalOO9N0+v//G51hpk0TJVxJBEq4DDaHj37YfbEDBko68KodPV/8nmZ1rPa3KzOCsEwmk8lkMplMJpPJZDKZTCaTyWQymUwmkymVkcETZ80zYBx470PsOmvqwGMg+hD3yjDwJpw1FpgDgg9xZ8h9h7TpTx9i777tG4az5gegCmz4EDtD7j8CLOB9iKf3bd/34qx5BRz6ELfLtqXAWfMUmAa2fIi7em0JqAHrPsSOs6biQ+wW71QvfEcNqA08UAUeAl/u3PrvZw6Z9MZZMw5sAWPABNAERoFKKg6hfAV+AQ6cNQ8Rm5eBBjCPjEMTmAEuOfp94qyZBB7d8FgVeAD0gBFnzZEP8ejOjbsBZ800YIADoOOsGddFZgp46EP84Kx5DCw6a1Z9iA247BQgDRt6zVkzm1LE0Ak1CawBLeBnoI5MuufAG300CYfQCLCADNIWMmAgNs8CXeCtD7FdjoWX8SG2kL69EmfNA6QtG6lECWfNBPAC+AhsI4vka2fNhj7S0/FYAgKyCAFQVW+a1vNxYFS9h4HrdWfNDOJROz7ED3fZoFuwDOz4EL8AOGu+IINzqPe7V71YBj7EXe3HaR/ie2fNa+AYicRPgHbhEM6aMR/iWYnmfoPK1AZiL0g0XgY2SzPqep4jjrBEP1q0kH4+BCpIG1b0uAYcAVQ1zB2BRAJgpPB2Z808Ik/2NUIk0wHOmgXEaZvqxGPIKvwVOCnTthtoAM+dNaOI03YQiQoiPUaR8P6js2ZtWJ5UEnOItAt6XkNkVY805XUE2kiu2XTWVJH5cYZEZYBTRPbV9Vic4v5t/feozp1CJtUo4gh1pHDQKNG0a9EEbwTp/N+QfKFLPyJPIIWNZUrOJa7gzIf4Fc4lkwV2yzXpSg6AV8hC00Am/yywgTjACOAGnt8vDiq3+SvOmklnza3euSPOfIjryCrV0wpOIZWOr36tXHyIn32In5CJVEFWswr9lbZJf3COEooS/2VaqnyKxfIQcZht4C/gD2DFh/iueKGqHn9+jnhWca2mn5POmi6SuLSdNe/KLBXekIgmkVQPQxO7GfoRegFx5rqeJ5UD/U+YVnk9OM8fIVLwIxKln6pUPQYZnDb9/YpNvVbUznf5NjwW3pTU4KkTF41OpnIzhH3gJf2cZxzYo1/dSTkXAhgfKMLUrn0yHZqIvK7QzyUKqojEKkr3clFLbsD55sssUlqLOtmWkJATU6qGXKCFNO4YadwZoslT2/ia0s89RI/vI1WSInk9JN08rwk0B4owE8gCdETaDlJD5vTkkHvPgDUf4t5gWnB+4KxZRMJKA03ydDNjAylp/ao73MmhcuoNog8f+xAPfIgfUqr3K3XgM/28p4lE3XlgN+Xdax/i6uAehA/xxIf4KeGFsqClxYFLm4k+xHfqEKOIlAV0VXLWGCQibPoQty682HLWeOAn4KWz5veEdod7wJSWkkFKm/POmoBUcgyiGVNJvntINCj+J74LvEVytWTK3f8EnUiFNi8ixaWfrKSAs2aOfp93Bq4/QcakhpT0twEqAzX+lYsOUeBDPATWSU+ORMSxXyAyZBHduPMhHiARr402tmx0ZW2g8k6l6wyyi130bQ8ZuNT6+ht8iB3dNF1FbN4hvfJsBzjVKt4BsO1DPEHmSA+RsEv0f00AwN/ba/WyG4vZQAAAAABJRU5ErkJggg==);
    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: 101;
    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;
}

@media screen and (max-width: 800px) {
    .z-x-m {
        display:none;
    }

    .z-x-line {
        display: none;
    }
}

.top-menu-a {
    color: #fff !important;
}
 .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;
}