@charset "UTF-8";
/* yui3 reset.css */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
  vertical-align: top;
}

address,
caption,
cite,
code,
dfn,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
    list-style: none;
}

caption,
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: #333;
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
    font-size: 14px;
}

table {
    font-size: inherit;
    font: 100%;
}

pre,
code,
kbd,
samp,
tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%;
}

a {
    text-decoration: none;
}

input,
button,
textarea {
    border: 0;
    outline: 0;
}

input[type=text]::-ms-clear,
input[type=password]::-ms-reveal {
    display: none;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    color: #999;
}

textarea::-moz-placeholder,
input::-moz-placeholder {
    color: #999;
}

textarea:-moz-placeholder,
input:-moz-placeholder {
    color: #999;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
    color: #999;
}

.placeholder {
    color: #999;
}

/* utilities */
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}

.l {
    float: left !important;
}

.r {
    float: right !important;
}

.hidden {
    display: none !important;
}

.invisible {
    visibility: hidden !important;
}

.trans {
    -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
}

.text-overflow {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

@font-face {
font-family: "Alimama_ShuHeiTi_Bold";
src: url("./fonts/Alimama_ShuHeiTi_Bold/Alimama_ShuHeiTi_Bold.ttf") format("truetype");
}
@font-face {
font-family: "D-DIN-Bold";
src: url("./fonts/D-DIN-Bold/D-DIN-Bold.woff") format("woff"), url("./fonts/D-DIN-Bold/D-DIN-Bold.ttf") format("truetype"), url("./fonts/D-DIN-Bold/D-DIN-Bold.eot") format("embedded-opentype");
}
/* 通用样式 */
.container {
    width: 1200px;
    margin: 0 auto;
}
/* 滚动条问题 */
body,html {
    overflow: unset;
}

/* 当前位置位置 */
.location {
    min-width: 1200px;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    color: #5f646e;
    background: #ececec;
}
.location.fixed {
    position: fixed;
    left: 0;
    right: 0;
    top: 87px;
    z-index: 119;
}

.location a {
    color: #27313d;
}

/*header*/
#header {
    height: 123px;
    min-width: 1200px;
}

.header {
    height: 123px;
    background: #de0029;
    padding-top: 87px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.header .top {
    height: 87px;
    position: fixed;
    top: 0;
    width: 100%;
    min-width: 1200px;
    background: #de0029;
    z-index: 199;
}
.header .top > .container {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.header-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 40px;
    line-height: 40px;
    border-radius: 0 3px 3px 0;
}
.header-search .chosen-container {
    position: relative;
    width: 110px !important;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 40px;
}
.header-search .chosen-container.chosen-with-drop .chosen-single {
    background: #fff;
}
.header-search .chosen-container.chosen-with-drop .chosen-drop {
    top: 44px;
}
.header-search .chosen-container-active .chosen-single {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.header-search .chosen-container .chosen-single {
    padding: 0 0 0 16px;
    height: 40px;
    line-height: 40px;
    color: #8b949e;
    border: none;
    border-radius: 0;
}
.header-search .chosen-container .chosen-single span {
    margin-right: 22px;
}
.header-search .chosen-container .chosen-single div {
    width: 22px;
}
.header-search .chosen-container .chosen-single div b {
    background: url("../images/chosen.png") no-repeat left center;
}
.header-search .chosen-container .chosen-drop {
    border-color: #c7d5e0;
}
.header-search .chosen-container .chosen-results {
    margin: 0;
    padding: 0;
}
.header-search .chosen-container .chosen-results li {
    padding: 6px 16px;
    line-height: 22px;
}
.header-search .chosen-container .chosen-results li.highlighted {
    color: #de0029;
    background: #f5f7fa;
}
.header-search-input {
    width: 350px;
    padding: 0 16px;
    height: 100%;
}
.header-search-btn {
    width: 64px;
    height: 40px;
    background: #27313d;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 0 3px 3px 0;
}
.header-login {
    color: #fff;
    line-height: 30px;
}
.header-login > div {
    cursor: pointer;
}
.header-login .avatar {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 7px;
}
.header-login .login{
    color: #fff;
    line-height: 30px;
}
.header-login .register{
    color: #fff;
    line-height: 30px;
}
.header-login .exit{
    color: #fff;
    line-height: 30px;
}
.header-login .logined {
    display: none;
}
.header-login.logined .logined {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.header-login.logined .login,
.header-login.logined .register {
    display: none;
}

.nav-box {
    height: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.nav-box .mro {
    width: 240px;
    line-height: 36px;
    background: #fff;
    color: #de0029;
    font-weight: 700;
    text-align: center;
    position: relative;
    z-index: -1;
    z-index: 1;
}
.nav-box .mro span {
    padding-left: 32px;
    background: url("../images/mro_office.png") no-repeat left center;
}
.nav-box.noMro .mro {
    z-index: -1;
}
.nav-box .nav {
    padding-left: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
}

.nav {
    padding-left: 240px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 36px;
    line-height: 36px;
    color: #fff;
}
.nav-item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
	max-width: 14.2857%;
    text-align: center;
    font-size: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.nav-item span {
    position: relative;
}
.nav-item.new span {
    padding-right: 35px;
}
.nav-item.new span:after {
    position: absolute;
    content: "";
    width: 30px;
    height: 14px;
    background: url("../images/nav_new.png") no-repeat;
    background-size: 100%;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.nav-item:hover .sub-nav {
    display: block;
}
.nav-item.active, .nav-item:hover {
    border-bottom: 6px solid #fff;
    font-weight: bold;
    background: rgba(255, 255, 255, 0.1);
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(255, 255, 255, 0.2)));
    background: linear-gradient(180deg, transparent 0%, rgba(255, 255, 255, 0.2) 100%);
}
.nav .sub-nav {
    position: absolute;
    min-width: 100%;
    left: 0;
    top: 100%;
    padding: 10px 0;
    background: #fff;
    -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    z-index: 99;
    border-radius: 5px;
    color: #333;
    display: none;
}
.nav .sub-nav > div {
    height: 35px;
    line-height: 35px;
    padding: 0 20px;
}
.nav .sub-nav > div:hover {
    color: #de0029;
}
.nav-top {
    width: 34px;
    height: 50px;
    margin-left: 15px;
    background: url("../images/nav_top.png") no-repeat center;
    cursor: pointer;
    position: relative;
    opacity: 0;
    pointer-events: none;
}
.nav-top.show {
    opacity: 1;
    pointer-events: all;
}
.nav-top > div {
    position: absolute;
    right: 0;
    top: 100%;
    width: 200px;
    background: #fff;
    padding: 10px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.14);
    display: none;
}
.nav-top:hover > div {
    display: block;
}
.nav-top .nav-item {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    text-align: left;
    width: 100%;
    max-width: 100%;
    background: transparent;
    border-bottom: 1px solid #e6ebf5;
}
.nav-top .nav-item > span {
    font-weight: bold;
}
.nav-top .nav-item:hover > span, .nav-top .nav-item.active > span {
    color: #de0029;
}
.nav-top .nav-item .sub-nav {
    padding-left: 10px;
}
.nav-top .nav-item .sub-nav > div:hover {
    color: #de0029;
}

/*footer*/
#footer {
    height: 108px;
    min-width: 1200px;
}

.footer {
    height: 108px;
    background: #27313d;
}
.footer > .container {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.footer .path {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
}
.footer .path > div {
    padding: 0 20px;
    border-left: 1px solid #c6c6c6;
    cursor: pointer;
}
.footer .path > div:first-child {
    border-left: none;
}
.footer .info {
    font-size: 12px;
    color: #767a81;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
    margin-left : -20px;
}
.footer .info a {
    color: #767a81;
}
.footer .info > * {
    margin: 0 20px 0 20px;
}
.footer .program-qrcode {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.footer .program-qrcode > div {
    width: 100px;
    color: #c6c6c6;
    text-align: center;
    font-size: 12px;
}
.footer .program-qrcode img {
    width: 60px;
    height: 60px;
    margin-bottom: 5px;
}

html {
  height: 100%;
}

.has-footer {
  position: relative;
  min-height: 100%;
  height: auto;
  padding-bottom: 108px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.has-footer #footer {
  height: auto;
}
.has-footer .footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

/*side*/
#sidebar[tenant] .no-tenant {
    display: none;
}

.side {
    position: fixed;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 80px;
    z-index: 999;
}
.side .service {
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e8ecf0));
    background: linear-gradient(180deg, #ffffff 0%, #e8ecf0 100%);
    border: 2px solid #ffffff;
    -webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.08);
    border-radius: 8px 0px 0px 8px;
    text-align: center;
    padding: 8px 0;
}
.side .service > a {
    position: relative;
    height: 80px;
    padding-top: 13px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    color: #27313d;
    display: block;
}
.side .service > a .num {
    position: absolute;
    left: calc(50% + 6px);
    top: 10px;
    background: #de0029;
    color: #fff;
    font-size: 12px;
    padding: 0 6px;
    height: 16px;
    line-height: 16px;
    border-radius: 999px;
}
.side .service > a:hover {
    background: #fff;
    color: #DE0029;
}
.side .service img {
    width: 26px;
    height: 26px;
}
.side .service p {
    line-height: 24px;
    margin-top: 4px;
}
.side .service-logined {
    display: none;
}
.side.logined .service-logined {
    display: block;
}
.side-ai {
    width: 52px;
    height: 52px;
    background: url("../images/side_ai.png") no-repeat;
    margin: 16px auto 0;
    -webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.08);
    border-radius: 100px;
    cursor: pointer;
}
.side-ai > a {
    display: block;
    height: 100%;
}

/* 分页 */
.pager {
    text-align: right;
}

.m-pagination-page > li > a,
.m-pagination-size > select,
.m-pagination-group > input,
.m-pagination-group > button,
.m-pagination-info {
    color: #5f646e;
}

.m-pagination-page > li > a,
.m-pagination-size > select,
.m-pagination-group > input,
.m-pagination-group > button {
    border-color: #ddd;
}

.m-pagination-info {
    color: #27313d;
}
.m-pagination-info > span {
    margin: 0 16px;
    color: #8b949e;
    font-weight: normal;
}

.m-pagination-page > li:hover > a,
.m-pagination-group > button:hover {
    border-color: #de0029;
}

.m-pagination-page > li > a {
    padding: 0 8px;
}
.m-pagination-page > li.active > a {
    border-color: #de0029;
    color: #de0029;
    background-color: #fff;
}

.container.main {
    border: 1px solid #ededed;
    background: #fff;
    margin: 20px auto;
}
.container.main .main-hd {
    height: 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #F2F2F2;
    border-bottom: 1px solid #EDEDED;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.container.main .main-hd-tt {
    height: 38px;
    padding: 0 26.5px;
    background: #fff;
    line-height: 38px;
    font-size: 16px;
    color: #de0029;
    border-bottom: 3px solid #de0029;
}
.container.main .btn {
    display: inline-block;
    background: #de0029;
    color: #fff;
    padding: 0 21px;
    height: 42px;
    line-height: 42px;
    cursor: pointer;
}
.container.main .btn span {
    padding-left: 22px;
}
.container.main .btn.dark {
    background: #27313d;
}
.container.main .btn.icon-redo span {
    background: url("../images/redo.png") no-repeat left center;
}
.container.main .btn.icon-file span {
    background: url("../images/file.png") no-repeat left center;
}
.container.main .btn.icon-search span {
    background: url("../images/search.png") no-repeat left center;
}

input[type=checkbox] {
    width: 16px;
    height: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    cursor: pointer;
    border-radius: 2px;
}
input[type=checkbox]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 2px;
    background: url("../images/checkbox.png") no-repeat center;
    background-size: 100%;
}
input[type=checkbox]:checked::before {
    border-radius: 2px;
    background: url("../images/checkbox_h.png") no-repeat center;
    background-size: 100%;
}

/* ai比质比价 */
@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.ai-compare-banner {
    min-height: 145px;
    padding: 24px;
    color: #fff;
    background: #27313d url("../images/ai_compare_banner_bg.jpg") center center/100% 100% no-repeat;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.ai-compare-banner-icon {
    width: 94px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.ai-compare-banner-content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0 24px 0 16px;
    line-height: 1.5;
}
.ai-compare-banner-title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 4px;
}
.ai-compare-banner-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 8px;
    width: 108px;
    height: 32px;
    color: #fff;
    font-weight: bold;
    line-height: 18px;
    background-color: #DE0029;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.ai-compare-banner-btn:hover {
    background-color: #ff224a;
}
.ai-compare-banner-btn::after {
    content: "";
    margin-left: 6px;
    width: 16px;
    height: 16px;
    background: url("../images/ai_compare_btn_icon.png") no-repeat center;
}
.ai-compare-step {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 720px;
    height: 101px;
    background: url("../productdetail/images/goods_detail/step_bg.png") center center/100% 100% no-repeat;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.ai-compare-step::before, .ai-compare-step::after {
    content: "";
    display: block;
}
.ai-compare-step-icon {
    position: relative;
    display: block;
    width: 48px;
    height: 48px;
    margin: 0 auto;
    background: rgba(5, 41, 120, 0.3);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(5, 41, 120, 0.3)), to(rgba(5, 41, 120, 0.06)));
    background: linear-gradient(180deg, rgba(5, 41, 120, 0.3) 0%, rgba(5, 41, 120, 0.06) 100%);
    border: 1px solid #aadfff;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.ai-compare-step-icon-inner {
    width: 100%;
    height: 100%;
    background: url("../images/ai_compare_step_icon1.png") center center no-repeat;
}
.ai-compare-step-icon.icon2 .ai-compare-step-icon-inner {
    background-image: url("../images/ai_compare_step_icon2.png");
}
.ai-compare-step-icon.icon3 .ai-compare-step-icon-inner {
    background-image: url("../images/ai_compare_step_icon3.png");
}
.ai-compare-step-icon.icon4 .ai-compare-step-icon-inner {
    background-image: url("../images/ai_compare_step_icon4.png");
}
.ai-compare-step-icon.icon5 .ai-compare-step-icon-inner {
    background-image: url("../images/ai_compare_step_icon5.png");
}
.ai-compare-step-circle {
    display: none;
    position: absolute;
    left: -1px;
    top: -1px;
    height: 48px;
    width: 48px;
    background: url("../images/ai_compare_step_circle.png") center center/100% 100% no-repeat;
}
.ai-compare-step-name {
    margin-top: 8px;
    line-height: 1.5;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.ai-compare-step-arrow {
    width: 18px;
    height: 25px;
    background: url(../images/ai_compare_step_arrow.png) center center no-repeat;
}
.ai-compare-step-arrow:last-child {
    display: none;
}
.ai-compare-step-item {
    opacity: 0.5;
}
.ai-compare-step-item.loading {
    opacity: 1;
}
.ai-compare-step-item.loading .ai-compare-step-circle {
    display: block;
    -webkit-animation: rotate 1.5s linear infinite;
    animation: rotate 1.5s linear infinite;
}
.ai-compare-step-item.loading .ai-compare-step-icon {
    border-color: transparent;
}
.ai-compare-step-item.ok {
    opacity: 1;
}
.ai-compare-step-item.ok .ai-compare-step-icon-inner {
    background-image: url("../images/ai_compare_step_ok.png");
}
.ai-compare-step-item.error {
    opacity: 1;
}
.ai-compare-step-item.error .ai-compare-step-icon-inner {
    background-image: url("../images/ai_compare_step_error.png");
}

.layui-layer-iframe .layui-layer-close1 {
    background: url("../images/img_dialog_close.png") no-repeat center !important;
}
.layui-layer-iframe .layui-layer-title {
    height: 48px;
    line-height: 48px;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    position: relative;
    padding-left: 29px;
    background: url("../images/img_dialog_hd.png");
    background-size: 100% 100%;
}
.layui-layer-iframe .layui-layer-title::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 15px;
    background: #de0029;
    width: 4px;
    height: 17px;
}
.layui-layer-iframe .layui-layer-content {
    height: calc(100% - 48px);
}

/* ai 弹窗 */
.ai-wrap {
    position: fixed;
    left: 0;
    width: 428px;
    height: 80%;
    top: 50%;
    padding: 0 17px 17px 17px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #fff;
    -webkit-box-shadow: 0px 4px 20px 0px rgba(102, 56, 56, 0.15);
    box-shadow: 0px 4px 20px 0px rgba(102, 56, 56, 0.15);
    border: 3px solid #fff;
    z-index: 978;
}
.ai-wrap.expanded {
    width: 100%;
    height: 100%;
    left: 0 !important;
    top: 0 !important;
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.ai-head {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 17px 17px 16px;
    margin: 0 -17px;
    height: 69px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FFDCDC), to(#fff));
    background-image: linear-gradient(to bottom, #FFDCDC, #fff 100%);
}
.ai-head .head-ico {
    padding-left: 42px;
    height: 36px;
    line-height: 36px;
    background: url("../images/side_ai.png") left center no-repeat;
    background-size: 36px 36px;
    font-weight: 700;
    font-size: 18px;
    color: #27313D;
}

.ai-iframe-wrap {
    height: calc(100% - 69px);
}
.ai-iframe-wrap iframe {
    width: 100%;
    height: 100%;
}

.head-operate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.head-operate > a {
    width: 20px;
    height: 20px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
}
.head-operate > a.expand {
    background-image: url("../images/expand_ico.png");
}
.head-operate > a.expand:hover {
    background-image: url("../images/expand_icoh.png");
}
.head-operate > a.close {
    margin-left: 12px;
    background-image: url("../images/close_ico.png");
}
.head-operate > a.close:hover {
    background-image: url("../images/close_icoh.png");
}

/*购物车表格*/
.cart-table-hd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 26px 0 12px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #A9B2BB;
}
.cart-table-hd .check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.cart-table-hd .check i {
    margin-right: 12px;
}
.cart-table-hd > div {
    display: block;
}
.cart-table .supplier {
    margin-top: 16px;
}
.cart-table .supplier-hd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #F5F6F7;
    line-height: 22px;
    padding: 9px 26px 9px 12px;
}
.cart-table .supplier-hd > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.cart-table .supplier-hd i {
    margin-right: 12px;
}
.cart-table .supplier-hd span {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
    padding-right: 15px;
    padding-left: 24px;
    background: url("../images/sullpier.png") no-repeat left center;
}
.cart-table .product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12.5px 26px 12.5px 12px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 1px solid transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.cart-table .product:nth-child(even) {
    background: #F5F6F7;
}
.cart-table .product:hover {
    border: 1px solid #C7D0D8;
}
.cart-table .product .ai-analysis {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    height: 100%;
    background: url("../images/ai_analysis.png") no-repeat right center;
    background-size: 38px;
    position: absolute;
    left: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none;
    cursor: pointer;
}
.cart-table .product:hover .ai-analysis {
    display: block;
}
.cart-table .result-infor {
    width: 340px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
}
.cart-table .result-img {
    width: 62px;
    height: 58px;
    margin: 0 12px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.cart-table .result-img > img {
    display: block;
    width: 100%;
    height: 100%;
}
.cart-table .result-name {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
    line-height: 24px;
    height: 48px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.cart-table .result-btns {
    width: 142px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 28px;
    text-align: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.cart-table .result-btns > a {
    height: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.cart-table .result-btns > a + a {
    margin-left: 6px;
}
.result-chk {
    cursor: pointer;
    display: block;
    width: 16px;
    height: 16px;
    background: url("../images/check.png") no-repeat;
}
.result-chk.select-all.checked {
    background: url("../images/checked.png");
}

.cart-table .result-btn {
    color: #8B949E;
    padding: 0 12px;
    border: 1px solid #ADB3BB;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.cart-table .result-btn2 {
    color: #FFF;
    width: 142px;
    border: 1px solid #DE0029;
    background: #DE0029;
}
.cart-table .result-size {
    width: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #8B949E;
    font-size: 14px;
    line-height: 21px;
}
.cart-table .result-size > span + span {
    margin-top: 4px;
}
.cart-table .result-price {
    width: 130px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #DE0029;
    font-size: 18px;
    font-family: "D-DIN-Bold";
}
.cart-table .count-con {
    width: 120px;
}
.cart-table .count-con input {
    width: 60px;
    text-align: center;
    height: 32px;
    line-height: 32px;
}
.cart-table .count-con span {
    width: 22px;
    height: 32px;
    line-height: 30px;
    font-size: 20px;
    text-align: center;
    color: #27313D;
    background: #F5F6F7;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.cart-table .count-con span.disabled {
    color: #C7D0D8;
    cursor: not-allowed;
}
.cart-table input[type=number] {
    -webkit-appearance: none;
    -moz-appearance: textfield;
    appearance: textfield;
}
.cart-table input[type=number]::-webkit-outer-spin-button, .cart-table input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/*tenantheader*/
.header.tenant-header {
    background: #fff;
    height: 196px;
    padding-top: 0px;
    padding-top: 160px;
}
.tenant-top {
    height: 40px;
    background: #F4F4F4;
}
.tenant-top > .container {
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 22px;
}
.tenant-top > .container > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.tenant-top .chosen-container-single .chosen-single {
    background: transparent;
    border: none;
}
.tenant-top .chosen-container-active .chosen-single {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.tenant-top .chosen-container .chosen-drop {
    border: none;
}
.tenant-top .chosen-container .chosen-results li {
    line-height: 20px;
}
.tenant-top .chosen-container .chosen-results li.highlighted {
    background: #f5f7fa;
    color: #DE0029;
}
.tenant-top .chosen-container .chosen-single div b {
    background: url("../images/chosen_dark.png") no-repeat left center;
}
.tenant-top i {
    height: 9px;
    width: 1px;
    background: #DFE4ED;
    margin: 0 10px;
}
.tenant-top .username {
    color: #DE0029;
}
.tenant-top .tenant-top-l a {
    color: #27313D;
}
.tenant-top .tenant-top-l i {
    margin: 0 16px;
}
.tenant-top .tenant-top-r a {
    color: #8B949E;
}
.tenant-top .cart {
    padding-left: 26px;
    background: url("../images/tenant_header_cart.png") no-repeat left center;
}
.tenant-top .usercenter {
    position: relative;
}
.tenant-top .usercenter-drop {
    position: absolute;
    width: 100px;
    left: 0;
    top: 100%;
    background: #fff;
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.tenant-top .usercenter-drop a:hover {
    color: #DE0029;
}

.header.tenant-header .top {
    height: 160px;
    background: #fff;
    position: absolute;
}
.header.tenant-header .top > .container {
    height: 120px;
}
.header.tenant-header .logo {
    font-size: 36px;
    line-height: 44px;
    font-weight: 700;
    font-family: "Alimama_ShuHeiTi_Bold";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #DE0029;
}
.header.tenant-header .logo img {
    margin-right: 18px;
}
.header.tenant-header .header-search {
    position: relative;
    border: 1px solid #DE0029;
    margin-right: 50px;
}
.header.tenant-header .header-search-btn {
    background: #DE0029;
}
.header.tenant-header .nav-top {
    display: none;
}
.header.tenant-header .nav-top.show {
    display: block;
    position: absolute;
    left: 100%;
}
.header.tenant-header .nav {
    color: #27313D;
}
.header.tenant-header .nav-box .nav-item {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 15px;
}
.header.tenant-header .nav-box .nav {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.header.tenant-header .nav-item.active,
.header.tenant-header .nav-item:hover {
    border-bottom: 2px solid #DE0029;
}
.header.tenant-header .nav-item.active > span,
.header.tenant-header .nav-item:hover > span {
    color: #DE0029;
    font-weight: 700;
}
.header.tenant-header .nav-box .mro {
    background: #DE0029;
    color: #fff;
}
/* 按钮 */
.mini-button{
    border-color: #DE0029;
    color: #DE0029;
}
.mini-button-state-primary{
    border-color: #DE0029;
    background: #DE0029;
    color:#fff;
}
.mini-messagebox-deny, .mini-messagebox-error, .mini-messagebox-info, .mini-messagebox-question, .mini-messagebox-success, .mini-messagebox-warning{
    color: #DE0029;
}

/* 20250627 红色共用头增加顶部信息条 */
#header {
    height: 163px;
}
.header {
    height: 163px;
    padding-top: 127px;
}
.header .top {
    height: 127px;
}
.header .top > .container {
	position: relative;
    height: calc(100% - 40px);
}
.header:not(.tenant-header) .header-search {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-left: 10px;
}
.header-top {
    height: 40px;
    color: #fff;
    background: #27313D;
}
.header-top > .container {
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 22px;
}
.header-top-link {
    position: relative;
    margin-right: 33px;
    color: #fff;
    cursor: pointer;
}
.header-top-link::after {
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    width: 1px;
    height: 10px;
    margin: -5px 0 0 16px;
    background: #fff;
}
.header-top-link:last-child {
    margin-right: 0;
}
.header-top-link:last-child::after {
    display: none;
}

/* 子页左侧垂直菜单和右侧 */
.subpage-wrap {
  position: relative;
  margin: 30px auto;
}
.subpage-right {
  padding: 15px 20px;
  background: #fff;
  -webkit-box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.left-nav {
  width: 200px;
  overflow: hidden;
}
.left-nav + .subpage-right {
  float: right;
  width: calc(100% - 200px - 20px);
}
.wb-tree-tt {
  display: block;
  padding: 0 40px 0 15px;
  color: #333;
  background: url("../images/leftnav_arrow.png") right 15px center no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.wb-tree-node {
  position: relative;
  height: 56px;
  line-height: 56px;
  font-size: 16px;
  border-radius: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
}
.wb-tree-node:hover .wb-tree-tt {
  color: #de0029;
  font-weight: bold;
}
.wb-tree-subs {
  display: none;
  padding: 10px 0;
}
.wb-tree-sub .wb-tree-item {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
}
.wb-tree-sub .wb-tree-item a {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 24px 0 36px;
  display: block;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.wb-tree-sub .wb-tree-item a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 24px;
  width: 4px;
  height: 4px;
  background-color: #de0029;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.wb-tree-sub .wb-tree-item.active a, .wb-tree-sub .wb-tree-item:hover a {
  color: #de0029;
  font-weight: bold;
}
.wb-tree-sub .wb-tree-item.active a::before, .wb-tree-sub .wb-tree-item:hover a::before {
  background-color: #de0029;
}
.wb-tree-items {
  margin-bottom: 12px;
  background: #fff;
  -webkit-box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.wb-tree-items:last-child {
  margin-bottom: 0;
}
.wb-tree-items.active .wb-tree-node {
  background: #de0029;
}
.wb-tree-items.active .wb-tree-tt {
  color: #fff;
  font-weight: bold;
  background-image: url("../images/leftnav_arrow_h.png");
}
.wb-tree-items.active .wb-tree-subs {
  display: block;
}
.wb-tree-items.hasChild.active .wb-tree-tt {
  background-image: url("../images/leftnav_arrow2_h.png");
}