/* 屏幕小于等于1522px */
.bigScreen{
    display: none;
}

.smallScreen{
    display: block;
}

.complexContentBox{
    width: 1200px;
    background-color: #fff;
    display: flex;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    position: relative;
    min-height: 321px;
}
.detailImg{
    width: 220px;
}
.l-product {
    margin: 0;
    padding-bottom: 10px;
}
.picBox {
    width: 200px;
    height: 200px;
    box-sizing: border-box;
    border: 1px solid #E8E8E8;
    margin: 10px;
    position: relative;
}
.m-media--product__img{
    width: 200px;
    height: auto;
    margin: 0;
    padding-right: 0;
}
.m-media--product__img .mc-img {
    max-width: 150px;
    max-height: 150px;
}
.m-media--product__img .current,
.m-media--product__img .curImage{
    margin: 20px 25px 4px;
}
#dmm .threeHundredAndSixty {
    visibility: hidden;
}
.threeHundredAndSixty, 
.Magnifier-tip,
.Magnifier-tip_partNum {
    cursor: pointer;
}
#dmm .mod18 .listBox {
    width: 198px;
    height: 46px;
    overflow: hidden;
    margin: 0 11px;
    position: relative;
    /* padding: 0 1px; */
}
.mod18 .listBox .cfFather {
    width: 170px;
    height: 100%;
    margin: 0 14px;
    position: relative;
    overflow: hidden;
}
.mod18 .listBox .cf {
    display: flex;
    flex-wrap: nowrap;
    height: 46px;
    position: absolute;
    padding: 0 8px;
    margin: 0;
}
#dmm .mod18 .listBox li.on {
    border: 1px solid #003399;
}
#dmm .mod18 .listBox li {
    width: 46px;
    height: 100%;
    position: relative;
    cursor: pointer;
    margin-right: 8px;
    flex-shrink: 0;
    border: 1px solid #e8e8e8;
    box-sizing: border-box;
}
.mod18 .listBox li img {
    max-width: 32px;
    max-height: 32px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.mod18 .btnb {
    width: 14px;
    height: 14px;
    display: block;
    position: absolute;
    cursor: pointer;
    z-index: 999;
    font-size: 18px;
    font-weight: bold;
    top: 0;
    bottom: 0;
    margin: auto;
    line-height: 14px;
}
.mod18 #prevb {
    left: 0;
}
.mod18 #nextb {
    right: 0;
}
.detail-sprites.previcon {
    width: 16px;
    height: 16px;
    transform: rotate(180deg);
    background-position: -36px -61px;
}
.detail-sprites.previcon.able{
    transform: rotate(0deg);
}
.detail-sprites.nexticon {
    width: 16px;
    height: 16px;
    background-position: -10px -36px;
}
.detail-sprites.nexticon.able{
    transform: rotate(180deg);
}
.tipBox {
    display: flex;
    justify-content: space-between;
    line-height: 16px;
    height: 16px;
    padding: 0 10px;
    color: #003399;
}
.detailInfo .topBox {
    display: flex;
    align-items: center;
    font-size: 0;
    min-height: 25px;
    margin-bottom: 15px;
}
.detailInfo {
    padding: 10px 20px 20px 0;
    box-sizing: border-box;
    width: calc(100% - 220px - 330px);
}
.detailInfo .middleBox {
    display: flex;
    padding-top: 5px;
    justify-content: space-between;
    height: 100%;
    box-sizing: border-box
}
.detailInfo .services-and-purchases .rightbox{
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.detailInfo .middleBox .topBox{
    margin-bottom: 15px;
}
.detailSimilar {
    width: 330px;
    min-height: 278px;
    position: relative;
    box-sizing: border-box;
    margin-top: 8px;
}
.r-goodsDiscount {
    padding-left: 10px;
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.r-goodsDiscount .annotation {
    margin: 0 5px 0 0;
}
.Discount {
    min-width: 256px;
    max-width: 259px;
    background: #FFFFFF;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    z-index: 4000;
}
.DiscountDefault .ds_tips {
    height: 16px;
    font-size: 12px;
    color: #999999;
    line-height: 16px;
}
.add-area {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    flex-wrap: wrap;
}
.detailInfo .r-goodsNumer {
    display: flex;
    align-items: center;
}
.AddTocart, 
.ImmediatePurchase,
.checkOutBtn {
    width: 176px;
    height: 50px;
    line-height: 48px;
    text-align: center;
    background: #FFCC00;
    font-size: 18px;
    color: #333333;
    margin-right: 10px;
    cursor: pointer;
}
.AddTocart.mgt,
.ImmediatePurchase.mgt,
.checkOutBtn.mgt{
    margin-top: 15px;
}
.ImmediatePurchase,
.checkOutBtn {
    background: #FFFFFF;
    border: 1px solid #FFCC00;
    box-sizing: border-box;
    margin-right: 0;
}
.detailInfo .r-goodsNumer>p {
    line-height: 38px;
    text-align: right;
    color: #666666;
    align-self: baseline;
    word-break: keep-all;
}
.r-goodsNumber-con>.stock-num {
    line-height: 28px;
    color: #333333;
    font-size: 12px;
    clear: both;
}
.volumecharge-info, 
.orderdeadline-info {
    line-height: 16px;
    font-size: 12px;
}
.stock-info,
.error-info,
.volumecharge-info,
.orderdeadline-info {
    width: 274px;
    padding: 0 0 8px 0;
}

.error-info .error-wos:not(.na) {
    margin-top: 10px;
}

.stock-numwb, 
.stock-numText, 
.error-info .unfitErrorMsg {
    line-height: 16px;
    font-size: 12px;
}

.errorTipbox{
    align-self: flex-start;
    margin-left: 20px;
    margin-top: 10px;
}
.r-goodsNumber-con .clear, 
.l-goodsFather-box .clear {
    clear: both;
}
.bigdiv{
    width: 1200px;
    overflow-x: hidden;
}
.s-detailSimilar{
    width: 532px;
    height: 321px;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    display: none;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    box-sizing: border-box;
}
#dmm{
    position: relative;
}

.contentLeft>.notice-tit li.selected,
.left-wysiwygB .notice-tit li.selected {
    color: #003399;
    border-top: 4px solid #003399;
    line-height: 36px;
    height: 36px;
    border-bottom: 1px solid #fff;
    background-color: #fff;
    border-right: 1px solid #003399;
    font-weight: bold;
}
.contentLeft>.notice-tit li:nth-child(6n),
.left-wysiwyg .notice-tit li:nth-child(6n){
    border-right: none!important;
}
.contentLeft>.notice-tit li,
.left-wysiwygB .notice-tit li {
    width: 164px;
    height: 39px;
    background: #F3F3F3;
    text-align: center;
    line-height: 39px;
    color: #666666;
    font-weight: bold;
    font-size: 14px;
    border-right: 1px solid #999;
}
.notice-tit li a,
.notice-tit li a:link{
    color: #666666;
}
.notice-tit li.selected a,
.notice-tit li.selected a:link{
    color: #003399;
}
#notice-con .show-div {
    padding: 20px 13px 10px 10px;
    /* height: 619px;
    overflow-y: auto; */
}
#notice-conB .show-div{
    padding: 20px 13px 10px 10px;
}

/* .wysAndspecBox {
    margin-top: 10px;
} */

.right-elseBox {
    float: right;
    width: 205px;
}

#newaddS{
    width: 205px;
    min-height: 930px;
    background: #FFFFFF;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    overflow: hidden;
    margin-bottom: 10px;
    display: none;
}

#newaddS .tab-click{
    width: 231px;
    height: 55px;
    background: #F3F3F3;
    text-align: center;
    line-height: 55px;
    color: #666;
    font-weight: bold;
    font-size: 18px;
    border-left: 1px solid #003399;
    border-bottom: 1px solid #003399;
    cursor: pointer;
}

#newaddS .tab-click.tab-active{
    width: 236px;
    color: #003399;
    border-top: 4px solid #003399;
    line-height: 51px;
    height: 51px;
    border-bottom: 1px solid #fff;
    background-color: #fff;
    font-weight: bold;
    border-left: none;
}

.awseeitem_btnup{
    left: 194px;
}

.awseeitem_btndown{
    left: 244px;
}


.awseeitemBox .itemConName{
    width: 298px;
}

.awseeitemBox .itemCon{
    width: 298px;
}

.awseeitemBox .itemConBrand,
.awseeitemBox .itemConReview{
    width: 153px;
    padding-bottom: 0;
    flex-shrink: 0;
}
.awseeitemBox .itemConDay{
    font-size: 14px;
    height: 19px;
    line-height: 19px;
}

.detailInfo .middleBox .leftbox{
    width: 578px;
}

.login-area {
    width: 100%;
    height: 71px;
    background: #FFF7D6;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    font-size: 18px;
    line-height: 24px;
}

.notice-tit .div-flex {
    border-bottom: 1px solid #003399;
    height: 40px;
    background: #FFFFFF;
    box-sizing: border-box;
}

.u-review-txt{
    width: auto;
    max-width: 432px;
}

#newaddS .tab-click:nth-child(1){
    border-left: none;
    border-right: 1px solid #003399;
}

#newaddS .tab-click:nth-child(1).tab-active{
    border-right: none;
}

.no-evaluate{
    line-height: 16px;
}

/* 选型处*/
.right-spec{
    width: 205px;
    /* height: 700px; */
    background: #FFFFFF;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    overflow: inherit;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}
.spec-partnumber-span {
    font-size: 12px;
    font-weight: bold;
    color: #333333;
    line-height: 16px;
}

.select_box {
    width: 138px;
    height: 28px;
    box-sizing: border-box;
    border: 1px solid #CDCDCD;
    color: #333;
    position: relative;
    cursor: pointer;
    font-size: 12px;
    background: #FFFFFF;
    margin-right: 5px;
}

.select_box:hover {
    border: 1px solid #003399;
}

.select_box .select_txt {
    width: 138px;
    display: flex;
    line-height: 16px;
    height: 100%;
    padding: 0 10px;
    color: #333333;
    overflow: hidden;
    box-sizing: border-box;
    word-break: break-all;
    white-space: nowrap;
    text-overflow: ellipsis;
    align-items: center;
}

.options-filter-list .select_txt, 
.speclist-after-process .select_txt {
    outline: none;
    border: none;
    font-size: 12px;
    height: 100%;
    line-height: 16px;
}

.spec-partnumber-title .select_txt{
    padding: 0 5px;
}

.spec-partnumber-title .detail-sprites.selectOpen {
    right: 5px;
}

.spec-partnumber-title .select_spec_text {
    outline: none;
    border: none;
    font-size: 12px;
    height: 100%;
    line-height: 16px;
    padding: 0 5px;
    line-height: 28px;
    color: #333333;
    overflow: hidden;
    box-sizing: border-box;
    word-break: break-all;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.select_option_box p,
.select_box_options p {
    font-size: 12px;
    color: #333333;
    line-height: 16px;
    padding: 6px 10px;
    box-sizing: border-box;
    word-break: break-all;
    cursor: pointer;
}

.select_option_box p:hover,
.select_box_options p:hover{
    background: #DFEEFF;
    color: #003399;
}

.select_box_options {
    width: 100%;
    left: 0;
    z-index: 999;
    line-height: 28px;
    display: none;
    position: relative;
    top: 1px;
    box-shadow: 0 0 16px rgb(0 0 0 / 10%);
    background: #FFFFFF;
}

.select_sepc .select_box_options{
    max-height: 318px;
}

.select_option_box {
    position: absolute;
    left: -1px;
    z-index: 4999;
    line-height: 28px;
    display: none;
    top: 0;
    overflow-y: auto;
    box-shadow: 0 0 16px rgb(0 0 0 / 10%);
    background: #FFFFFF;
    max-height: 318px;
}

.spec-partnumber-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 10px 5px;
    box-sizing: border-box;
    position: relative;
}
.select_box.unableState .detail-sprites.selectOpen {
    width: 16px;
    height: 16px;
    display: inline-block;
    position: absolute;
    right: 18px;
    top: calc(50% - 4px);
    background-position: -40px -62px;
    transform: rotate(90deg) translateY(-50%);
}
.detail-sprites.selectOpen {
    width: 16px;
    height: 16px;
    background-position: -36px -10px;
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.select_box.selectedState {
    background: #FFFFFF;
}

.is-selected:not(.spec-checked) .select_box {
    background: #FFFFFF;
}

.is-selected:not(.spec-checked) .select_box:hover {
    border: 1px solid #003399;
}

.select_box.selectedState .select_txt {
    color: #003399 !important;
}

.select_box.selectedState .detail-sprites.selectOpen{
    background-position: -36px -322px;
}

.select_box.selectedState .detail-sprites.selectOpen:hover,
.is-specInputItem .detail-sprites.clearSpecIcon:hover{
    background-position: -62px -322px;
}

.select_box.openingState {
    border: 1px solid #003399!important;
}

.select_box.openingState .detail-sprites.selectOpen{
    background-position: -36px -36px;
}

.spec-tab-title .detail-sprites.afterProcessIcon {
    width: 18px;
    height: 18px;
    background-position: -38px -2609px;
    margin-right: 10px;
}

.spec-tab-title.setable .detail-sprites.afterProcessIcon {
    width: 18px;
    height: 18px;
    background-position: -10px -2609px;
    margin-right: 10px;
}

.detail-sprites.sureIcon {
    width: 20px;
    height: 20px;
    background-position: -36px -520px;
    margin-right: 5px;
}

.tab-surePartNumber {
    font-size: 12px !important;
    margin: 0 5px 0 10px !important;
    font-weight: bold;
    color: #333333;
    line-height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.tab-clearPartNumber {
    font-size: 12px;
    color: #003399;
    line-height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
    margin: 0 0 0 5px;
}

.select_box.unableState {
    background: #F3F3F3;
    border: 1px solid #CDCDCD;
}

.select_box.unableState .select_txt {
    color: #CDCDCD !important;
    background: #F3F3F3;
    pointer-events: none;
}

.m-inputText.unableState {
    background: #F3F3F3;
    border: 1px solid #CDCDCD;
}

.m-inputText.unableState:focus,
.m-inputText.unableState:hover {
    background: #F3F3F3;
    border: 1px solid #CDCDCD !important;
}

.m-inputText.unableState:-moz-placeholder{ 
    color: #CDCDCD !important;
}
.m-inputText.unableState:-ms-input-placeholder { 
    color: #CDCDCD !important;
}
.m-inputText.unableState::-webkit-input-placeholder { 
    color: #CDCDCD !important;
}
.detail-sprites.clearSpecIcon{
    width: 16px;
    height: 16px;
    position: absolute;
    background-position: -36px -322px;
    display: inline-block;
    left: 130px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.spec-input-error {
    width: 100%;
    font-size: 12px;
    color: #E52F2C;
    line-height: 16px;
    margin-bottom: 5px;
}

.morePartNumber {
    width: 100%;
    line-height: 28px;
    font-size: 12px;
    color: #003399 !important;
    text-align: center;
    cursor: pointer;
    letter-spacing: 0;
    white-space: normal;
}

.spec-partnumber-choosed {
    display: inline-block;
    flex: 1;
    font-size: 0;
}

.spec-partnumber-choosed .pn_choosed {
    font-weight: bold;
    color: #333333;
    font-size: 12px;
    line-height: 16px;
    word-break: break-all;
}
.msp_copy .copied,
.l-goodsptn-ml .copied {
    display: none;
    position: absolute;
    width: 56px;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    top: 21px;
    left: -14px;
    text-align: center;
    font-size: 12px;
    height: 22px;
    line-height: 22px;
    z-index: 10000;
}

.msp_copy .copied {
    top: -26px !important;
}

.msp_copy .copied::after {
    content: '';
    border-top: 6px solid rgba(0, 0, 0, 0.8);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
    bottom: -8px;
    transform: translate(-50%, -50%);
    left: 50%;
}

.l-goodsptn-ml .copied::after {
    content: '';
    border-bottom: 6px solid rgba(0, 0, 0, 0.8);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
    top: -3px;
    transform: translate(-50%, -50%);
    left: 50%;
}

.l-goodsptn-m{
    margin-right: 5px;
}

.l-goodsptn-ml,.l-goodsptn-m{
    font-size: 12px;
    color: #003399;
    line-height: 16px;
    cursor: pointer;
    margin-left: 10px;
    display: inline-block;
    position: relative;
}

.nofix {
    padding: 1px 5px;
    background-color: #E52F2C;
    word-wrap: break-word;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 16px;
    cursor: pointer;
}

.cadStr {
    font-size: 12px;
    color: #FFFFFF;
    pointer-events: none;
}

.detail-sprites.hinticon {
    width: 16px;
    height: 16px;
    background-position: -36px -114px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    z-index: 100;
}

.detail-sprites.cadDLicon {
    width: 20px;
    height: 20px;
    margin: 10px 8px 10px 0;
    background-position: -34px -190px;
    pointer-events: none;
}

.detail-sprites.chaticon {
    width: 20px;
    height: 20px;
    margin: 10px 8px 10px 0;
    background-position: -10px -2394px;
    pointer-events: none;
}

.m-btn--comm {
    width: 95px;
    height: 28px;
    display: flex;
    font-size: 12px;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    box-shadow: none;
    border-radius: 0 !important;
}

.m-btn--cadDL {
    color: #FFFFFF;
    background-color: #003399;
    background-image: none;
}

.pnbox_btns .m-btn--cadDL{
    width: 195px;
    height: 28px;
    padding: 0;
}

.CAD-download {
    margin-bottom: 5px;

}

.m-btn--consult {
    color: #003399;
    background-color: #FFFFFF !important;
    background-image: none;
    border: 1px solid #003399;
    box-sizing: border-box;
}

.m-btn--consult:hover,
.l-goodsSDS:hover {
    background-color:#EEF4FC !important;
}

.spec-options-list {
    box-sizing: border-box;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    position: relative;
}

.spec-filter-tab-box {
    height: 41px;
    width: 100%;
}

.partnumberTipbox .spec-filter-tab-box {
    height: 41px;
    box-shadow: none;
}

.options-tab-head {
    display: flex;
    /* box-sizing: border-box; */
    background: #FFFFFF;
    border-right: 1px solid #003399;
    border-bottom: 1px solid #003399;
    cursor: pointer;
    height: 41px;
}

.options-tab-head.setable {
    background: #F8F8F8;
    border-bottom: 1px solid #F8F8F8;
}

.tab-scPartNumber {
    width: 76px !important;
    height: 41px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: bold;
    color: #666;
    line-height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.options-tab-head.setable .tab-scPartNumber{
    color:#003399;
}

.options-tab-head.setable .tab-scPartNumber::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 4px;
    background: #003399;
}

.detail-sprites.filterIcon {
    width: 18px;
    height: 18px;
    background-position: -10px -242px;
    margin-right: 9px;
}
.tab-unscPartNumber {
    font-size: 12px !important;
    margin: 16px 0 14px 5px !important;
    font-weight: bold;
    color: #E52F2C;
    line-height: 16px;
}

.tab-lastOptions {
    width: 105px !important;
    position: relative;
    border: 1px solid #FFCC00;
    background: #FFF7D6;
    height: 28px;
    padding: 6px;
    box-sizing: border-box;
    font-size: 12px !important;
    color: #333333;
    line-height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    margin-left: 10px;
    -webkit-animation: fadelogIn;
    animation: fadelogIn;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    cursor: pointer;
}

.tab-lastOptions::before {
    content: "";
    height: 7px;
    width: 7px;
    position: absolute;
    transform: rotate(45deg);
    border-right: 1px solid #FFCC00;
    border-bottom: 1px solid #FFCC00;
    background: #FFF7D6;
    bottom: -4px;
}

.tab-lastOptions:hover {
    background: #FCE27C;
}

.tab-lastOptions:hover:before {
    background: #FCE27C;
}

.options-tab-body {
    background-color: #F8F8F8;
    box-sizing: border-box;
    min-height: 360px;
    display: flex;
    flex-direction: column;
    /* overflow-y: auto; */
     /* 隐藏滚动条 */
     scrollbar-width: none;
     /* firefox */
     -ms-overflow-style: none;
     /* IE 10+ */
     flex: 1 1 auto;
}

.options-tab-body::-webkit-scrollbar {
    display: none;
    /* Chrome Safari */
}

.options-filter-list {
    /* flex: 1 1 auto; */
    width: 100%;
    /* background-color: #F8F8F8; */
    padding: 5px 0 10px 0;
    box-sizing: border-box;
    overflow-y: auto;
    /* 隐藏滚动条 */
    scrollbar-width: none;
    /* firefox */
    -ms-overflow-style: none;
    /* IE 10+ */
    /* min-height: 304px; */
}

.options-filter-list::-webkit-scrollbar {
    display: none;
    /* Chrome Safari */
}

.options-filter-list>li, .speclist-after-process>li{
    box-sizing: border-box;
    margin-bottom: 10px !important;
    padding: 0;
    position: relative;
}

.options-filter-list>li.img_spec_block {
    margin-bottom: 5px !important;
}

.modify_spec_line.red_case {
    background-color: #FFD8D7!important;
    width: 100%;
    padding: 0 10px !important;
}

.options-filter-list>li:last-child, 
.speclist-after-process>li:last-child {
    margin-bottom: 0;
}

.modify_spec_left {
    display: flex;
    align-items: center;
}

.modify_spec_disp {
    width: 100%;
    font-size: 12px;
    color: #333333;
    line-height: 16px;
    padding: 5px 0;
}

.modify_spec_right {
    display: flex;
    align-items: center;
    flex: 1;
}

.select_sepc {
    width: 100%;
    margin-right: 0;
}

.select_spec_text {
    width: calc(100% - 20px) !important;
    color: #999999 !important;
}

.after-process {
    flex: 1;
    display: none;
}

.modify_spec_line {
    display: block;
    align-items: center;
    padding: 0 10px !important;
    box-sizing: border-box;
}

.spec_view_type3 {
    display: block;
}

.spec_view_type9 {
    display: block;
}

.lc-box {
    width: 100%;
}

.is-specInputItem {
    display: block;
    align-items: center;
    position: relative;
}

.modify_spec_block .red_case .m-inputText{
    border: 1px solid #E52F2C !important;
    color: #E52F2C;
}

.modify_spec_block .red_case .m-inputText:focus,
.modify_spec_block .red_case .m-inputText:hover {
    border: 1px solid #E52F2C !important;
    color: #E52F2C;
}

.modify_spec_block .red_case .select_box  {
    border: 1px solid #E52F2C !important;
    color: #E52F2C;
}

.modify_spec_block .red_case .select_boxt:hover {
    border: 1px solid #E52F2C !important;
    color: #E52F2C;
}

.m-inputText {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #CDCDCD;
    height: 28px;
    box-sizing: border-box;
    outline: none;
    font-size: 12px;
    color: #003399;
    line-height: 16px;
    padding: 0 10px;
}

.m-inputText:focus,
.m-inputText:hover {
    border: 1px solid #003399 !important;
}

.m-inputText__range {
    font-size: 14px;
    color: #999999;
    line-height: 19px;
    flex: 1;
    margin-top: 5px;
    margin-bottom: 5px;
}

.spec_img_box {
    display: flex;
    flex-wrap: wrap;
}

.spec_img_box>li {
    display: inline-block;
    box-sizing: border-box;
    margin-right: 10px;
    vertical-align: top;
    font-size: 12px;
    text-align: center;
}

.spec_img_box>li .spec_img_i {
    width: 80px;
    height: 80px;
    background: #FFFFFF;
    border: 1px solid #CDCDCD;
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    margin: 0 auto;
}

.spec_img_box>li .spec_img_i>img {
    width: 60px;
    max-height: 60px;
}

.spec_img_box>li .spec_img_t {
    color: #333333;
    line-height: 16px;
    margin-top: 5px;
    margin-bottom: 5px;
    cursor: pointer;
    display: inline-block;
    padding: 2px 0;
}

.msl_img_disp {
    height: auto;
}

.spec_img_box>li.on .spec_img_i {
    border: 1px solid #003399;
}

.extra_line {
    padding: 0 10px 0 10px !important;
}

.extra_line .modify_spec_left .modify_spec_disp {
    padding: 0 !important;
    min-height: 5px;
}

.detail-sprites.mc_i_checked {
    display: none;
    position: absolute;
    z-index: 10;
    width: 16px;
    height: 16px;
    right: 0;
    bottom: 0;
    background-position: -10px -496px;
}

.detail-sprites.mc_t_checked {
    display: none;
    width: 10px;
    height: 10px;
    margin-left: 5px;
    background-position: -10px -2647px;
}

.spec_img_box>li.on .spec_img_t {
    background: #FFFFFF;
    padding: 2px 5px;
    color: #003399;
    max-width: 100px
}

.spec_img_box>li.on .detail-sprites.mc_i_checked {
    display: block;
}

.spec_img_box>li.on .detail-sprites.mc_t_checked {
    display: inline-block;
}

.spec-partnumber-title .div-flex-center {
    flex-wrap: wrap;
}

.after-process-spec-tab{
    height: 41px;
    position: relative;
    box-sizing: border-box;
    background: #FFFFFF;
    border-right: 1px solid #E8E8E8;
    border-bottom: 1px solid #003399;
    cursor: pointer;
    margin-right: 12px;
}

.after-process-spec-tab.setable{
    background: #F8F8F8;
    border-right: 1px solid #003399;
    border-bottom: 1px solid #F8F8F8;
}

.after-process-spec-tab.setable .spec-tab-title {
    color: #003399;
}

.spec-tab-title{
    width: 76px !important;
    height: 41px;
    font-size: 14px !important;
    font-weight: bold;
    color: #666;
    line-height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.after-process-spec-body {
    background: #F8F8F8;
    box-sizing: border-box;
    /* min-height: 304px; */
}

.after-process-spec-tab.setable .spec-tab-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 4px;
    background: #003399;
}

.speclist-after-process {
    padding: 12px 0px 13px 0px;
    box-sizing: border-box;
    overflow-y: auto;
    /* 隐藏滚动条 */
    scrollbar-width: none;
    /* firefox */
    -ms-overflow-style: none;
    /* IE 10+ */
}

.speclist-after-process::-webkit-scrollbar {
    display: none;
    /* Chrome Safari */
}
/* 选型完成遮罩层 */
.float-spec-info {
    width: 100%;
    height: calc(100% - 47px);
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    box-sizing: border-box;
    z-index: 5000;
    text-align: center;
    top: 40px;
}

.detail-sprites.specFinishIcon {
    width: 50px;
    height: 50px;
    background-position: -65px -1040px;
    margin-right: 10px;
}

.float-cad-info,.float-alter-info {
    font-size: 24px;
    font-weight: bold;
    color: #FFCC00;
    line-height: 31px;
}

.float-cad-info {
    margin-top: 56px;
}

.float-hide-info {
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 31px;
    margin-top: 60px;
    margin-bottom: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.detail-sprites.specUpIcon {
    width: 50px;
    height: 60px;
    background-position: -10px -2959px;
    margin: 0 auto 10px auto;
}

.detail-sprites.specDownIcon {
    width: 50px;
    height: 60px;
    background-position: -80px -2959px;
    margin: 10px auto 0 auto;
}

.after-process-clearPN {
    font-size: 14px;
    color: #003399;
    line-height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
    padding: 0 10px 0 15px;
}

.after-process-lastOptions {
    min-width: 182px;
    position: absolute;
    border: 1px solid #FFCC00;
    background: #FFF7D6;
    height: 36px;
    padding: 8px 20px 8px 20px;
    box-sizing: border-box;
    font-size: 16px;
    color: #333333;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -1px;
    left: 253px;
}

.after-process-lastOptions::before {
    content: "";
    height: 10px;
    width: 10px;
    position: absolute;
    transform: rotate(45deg);
    border-right: 1px solid #FFCC00;
    border-bottom: 1px solid #FFCC00;
    background: #FFF7D6;
    bottom: -6px;
}

/* 追加工报错 */
.m-balloonBox--codeOption.error-m-balloonBox {
    position: absolute;
    right: calc(100% + 5px);
    width: 320px;
    border: none;
    top: 0;
    padding: 0;
    box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.1);
    border-radius: 2px;
    background: #fff;
    box-sizing: border-box;
}

.m-balloonBox--codeOption.error-m-balloonBox .new-error-list{
    min-height: 18px;
    max-height: 166px;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 10px;
    /* 隐藏滚动条 */
    scrollbar-width: none;
    /* firefox */
    -ms-overflow-style: none;
    /* IE 10+ */
}

/* CN_EC_REQ-12011 start */
.m-balloonBox--codeOption.error-m-balloonBox .new-error-list::-webkit-scrollbar {
    width: 0px;  /* 隐藏垂直滚动条 */
    height: 0px; /* 隐藏水平滚动条 */
}

.m-balloonBox--codeOption.error-m-balloonBox::before,
.m-balloonBox--codeOption.error-m-balloonBox::after {
    top: 15px;
    content: " ";
    border-left: 10px solid #E8E8E8;
    border-right: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    position: absolute;
    pointer-events: none;
    width: 0;
    height: 0;
    left: calc(100% + 10px);
}

.m-balloonBox--codeOption.error-m-balloonBox::after {
    top: 14px;
    content: " ";
    border-left-color: #fff;
    left: calc(100% + 7px);
}

.fixed_partNumberInfo .m-balloonBox--codeOption.error-m-balloonBox::before,
.fixed_partNumberInfo .m-balloonBox--codeOption.error-m-balloonBox::after {
    top: 16px;
    content: " ";
    border-left: 10px solid #E8E8E8;
    border-right: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    position: absolute;
    pointer-events: none;
    width: 0;
    height: 0;
    left: calc(100% + 10px);
}

.fixed_partNumberInfo .m-balloonBox--codeOption.error-m-balloonBox::after {
    top: 15px;
    content: " ";
    border-left-color: #fff;
    left: calc(100% + 7px);
}

/* CN_EC_REQ-12011 end */

.modify_basic_icon {
    margin-top: 0;
    margin-bottom: 0;
}

.hideiconimg.detail-sprites.closeicon {
    width: 12px;
    height: 12px;
    background-position: -38px -708px;
    position: absolute;
    margin: 0;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.new-error-m-balloonBox .m-unit .m-alert {
    margin: 0 !important;
}

.new-error-m-balloonBox .m-unit {
    margin: 0 15px 0 0;
    line-height: 18px;
}

.m-balloonBox--codeOption.error-m-balloonBox .m-alert{
    margin: 10px 15px 0 0;
    line-height: 16px;
    color: #E52F2C;
}
/* 选型处e*/
/*规格尺寸同类品*/
#more-problome .customers td.alt{
    width: 160px;
}

#more-problome .customers td{
    height: 36px;
    width: 183px;
}
/*规格尺寸同类品e*/
.b-Othergoods{
    padding: 20px 10px 0;
}

.b-Othergoods a, .b-Othergoods a:link {
    width: 100%;
}

.b-RelatedSeoKeyWords {
    padding: 20px 10px 0;
}

.b-RelatedSeoKeyWords a, .b-RelatedSeoKeyWords a:link {
    width: 100%;
}

.s-detailSimilarBtn{
    position: absolute;
    right: 0px;
    top: 0;
    width: 127px;
    height: 29px;
    background: #FFCC00;
    border-radius: 4px 4px 0px 0px;
    font-size: 14px;
    display: none;
}
.s-detailSimilarBtn .s-dsbBox{
    display: flex;
    line-height: 20px;
    height: 20px;
    justify-content: center;
    padding-top: 5px;
    cursor: pointer;
}
.s-detailSimilarBtn .blefticon,
.s-detailSimilarBtn .brighticon
{
    margin-top: 4px;
    margin-right: 5px;
}
/* .buyConditions{
    padding-left: 10px;
} */
.group-goods .new-swiper {
    width: 320px;
}

/* 悬浮层 */
.fixed_priceInfo {
    background: #FFFFFF;
    /* box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.3); */
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    z-index: 50002;
    box-sizing: border-box;
    padding-left: calc((100% - 1200px)/2);
}

.fp_left_box {
    box-sizing: border-box;
    /* margin-left: calc((100% + 468px - 1200px)/2); */
    /* border-bottom: 1px solid #003399; */
}

.fixed_partNumberInfo {
    background: #FFFFFF;
    /* box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.3); */
    position: fixed;
    top: 0;
    right: 0;
    display: flex;
    z-index: 50002;
    box-sizing: border-box;
    padding-right: calc((100% - 1200px)/2);
}

.fp_right_box {
    box-sizing: border-box;
    background: #DFEEFF;
    width: 205px;
}

.fixed_priceInfo .spec-partnumber-title {
    width: 468px;
    box-sizing: border-box;
}

.fixed_priceInfo .allPriceInfobox {
    font-size: 12px;
    color: #666666;
    line-height: 20px;
    align-items: flex-start;
    width: 990px;
    padding: 0 5px 0 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    height: 110px;
}

.fixed_priceInfo .allPriceInfobox p {
    line-height: 16px;
    flex-shrink: 0;
    margin: 0;
    height: 16px;
}

.fixed_priceInfo .stock-numText,
.detailInfo .stock-numText{
    padding-left: 0!important;
}

.fixed_priceInfo .all-price-div{
    margin-bottom: 30px;
}

.fixed_priceInfo .all-price-div,
.fixed_priceInfo .allPriceInfo-div {
    line-height: 19px;
}

.fixed_priceInfo .all-price {
    width: 180px;
    box-sizing: border-box;
    height: 19px;
}

.fixed_priceInfo .allPriceInfobox .allPriceInfo, 
.fixed_priceInfo .allPriceInfobox .no-totalprice {
    width: 165px;
    box-sizing: border-box;
    font-size: 18px;
    line-height: 20px;
}

.fixed_priceInfo .add-area {
    justify-content: flex-start;
    margin-left: 40px;
    margin-top: 0;
    align-items: center;
    align-self: flex-start;
    margin-top: 10px;
}

.fixed_priceInfo .r-goodsNumer{
    display: flex;
}

.fixed_priceInfo .r-goodsNumer p{
    display: flex;
    align-items: center;
    height: 28px;
    width: 60px;
}

.fixed_priceInfo .AddTocart{
    margin-bottom: 10px;
}

.fixed_priceInfo .notice-tit {
    width: 990px;
    box-sizing: border-box;
    bottom: 0;
}

.fixed_priceInfo .notice-tit li {
    width: 164px;
    height: 39px;
    background: #F3F3F3;
    text-align: center;
    line-height: 40px;
    color: #666666;
    font-weight: bold;
    font-size: 14px;
    border-right: 1px solid #999;
}

.fixed_priceInfo .notice-tit li:first-child {
    border-left: 1px solid #999;
}

.fixed_priceInfo .notice-tit li.selected {
    color: #003399;
    border-top: 4px solid #003399;
    line-height: 36px;
    height: 36px;
    border-bottom: 1px solid #fff;
    background-color: #fff;
    border-right: 1px solid #003399;
    font-weight: bold;
}

.fixed_priceInfo .notice-tit li.selected:first-child {
    border-left: 1px solid #003399;
}

.fixed_priceInfo .notice-tit .div-flex{
    height: 40px;
}

.fixed_priceInfo .stock-info, 
.fixed_priceInfo .error-info{
    width: 320px;
    padding:0;
}

.fixed_priceInfo .volumecharge-info, 
.fixed_priceInfo .orderdeadline-info {
    width: 320px;
    padding:0;
    margin-bottom: 10px;
}

.fixed_priceInfo .right-small-btn{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-left: auto;
}
.fixed_priceInfo .AddTocart, 
.fixed_priceInfo .ImmediatePurchase,
.fixed_priceInfo .checkOutBtn{
    width: 150px;
    height: 40px;
    line-height: 38px;
    font-size: 16px;
    margin-right: 0;
}
/* 筛选列表状态改变 */
.detail-sprites.specChkIcon {
    width: 10px;
    height: 10px;
    background-position: -10px -475px;
    margin-left: 3px;
    margin-right: 2px;
}

.detail-sprites.specChkIcon.ni {
    display: none;
}

.spec-checked:not(.img_spec_block) .modify_spec_line,
.is-selected:not(.notmust,.img_spec_block) .modify_spec_line{
    background: #DFEEFF;
}

.spec-checked .modify_spec_line:not(.extra_line) .ni,
.is-selected:not(.notmust) .modify_spec_line:not(.extra_line) .ni  {
    visibility: visible;
    display: block;
}

.spec-checked .modify_spec_line.red_case .ni{
    visibility: hidden!important;
}

.is-selected.img_spec_block:not(.notmust) .msl_img_disp {
    background: #DFEEFF;
}

.img_spec_block .modify_spec_line {
    padding: 0 !important;
}

.img_spec_block .modify_spec_line .modify_spec_left {
    padding: 0 10px;
}

.img_spec_block .modify_spec_line .modify_spec_right {
    padding: 0 10px;
}

/* 筛选列表状态改变ed */
.spec-partnumber-title .Model-hint-box{
    max-width: 390px;
}
.of-review-txt{
    width: 504px;
}
/* cad */
.c-balloonBoxWrap--cadDL {
    position: absolute;
    top: 62px;
    right: 0;
    padding-top: 2px;
    z-index: 5002;
}

.cad-wrap-dialog {
    top: 35px;
    right: 0;
    left: auto;
}

.c-balloonBoxWrap--cadDL:before {
    border-bottom-color: #e8e8e8 !important;
}

.c-balloonBoxWrap--cadDL:after {
    top: -16px !important;
    border-bottom-color: #FFFFFF !important;
}

.c-balloonBoxWrap--cadDL:after,
.c-balloonBoxWrap--cadDL:before {
    left: 115px;
    right: 96px;
    top: -17px;
    content: " ";
    border: solid transparent;
    border-width: 10px;
    position: absolute;
    pointer-events: none;
    width: 0;
    height: 0;
}

.c-balloonBox--cadDL {
    min-width: 370px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    border: 1px solid #E8E8E8;
    box-sizing: border-box;
    position: relative;
    border-radius: 2px;
    background: #fff;
    display: inline-block;
    max-width: 900px;
    max-height: 390px;
    overflow-y: auto;
}

.c-balloonBoxInner--cadDL {
    padding: 10px;
}
/* CAD使用规则 start */
.c-balloonBoxWrap--cadDL:after,
.c-balloonBoxWrap--cadDL:before {
    right: 94px;
    left: auto;
}
/* CAD使用规则 end */
.fixed_priceInfo .has-unfitmsg{
    position: absolute;
    margin-left: 70px;
}

.unfitErrorMsg .error-wos {
    color: #003399;
    text-decoration: underline;
    cursor: pointer;
}

#Tab_catalog{
    width: 100%;
    height: 50px;
    display: block;
}

.wysAndelseBox{
    margin-top: 10px;
}

.contentLeftCd{
    margin-right: 5px;
    width: 990px;
}

.partnumberTipbox{
    width: 205px;
    background: #FFFFFF;
    display: flex;
    display: flex;
    flex-direction: column;
    position: relative;
}

.partnumberTipbox .tab-scPartNumber{
    width: 101px;
}

.fixed_priceInfo .left-small-price{
    align-self: flex-start;
    padding-top: 16px;
    width: 250px;
}

.fixed_box{
    display: flex;
    width: 998px;
    background: #FFFFFF;
    box-shadow: 0px 14px 14px -14px rgba(0,0,0,0.3);
    /* min-height: 150px; */
    z-index: 900;
    /* padding-left: calc((100% - 1200px)/2); */
}


/* 产品目录图片 */
.VN_catImageWrapper > .VN_catImage.imageLarge > img,
.VN_catImageWrapper > .VN_catImage.imageLarge > a {
    width: 100% !important;
}

#Tab_container {
    width: 990px;
}

#Tab_containerB-float {
    position: absolute;
    bottom: -51px;
    width: 724px;
    background:#FFFFFF;
    left: calc((100% - 1200px)/2);
    z-index: 1;
    box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.4)
}

.fixed_priceInfo>#Tab_containerB-float .div-flex {
    height: 50px;
    border-bottom: 1px solid #003399;
}

.fixed_priceInfo>#Tab_containerB-float li {
    width: 119px;
    height: 49px;
    background: #F3F3F3;
    text-align: center;
    line-height: 49px;
    color: #666666;
    font-weight: bold;
    font-size: 14px;
    border-right: 1px solid #999;
}

.fixed_priceInfo>#Tab_containerB-float li.selected {
    color: #003399;
    border-top: 4px solid #003399;
    line-height: 47px;
    height: 47px;
    border-bottom: 1px solid #fff;
    background-color: #fff;
    border-right: 1px solid #003399;
    font-weight: bold;
}

.spec-partnumber-padding {
    padding: 10px 5px;
}

.pnbox_btns {
    padding: 0 5px;
}

/* wysiwyg布局换行切换 */
.m-cols .m-cols__wrap>div {
    width: 100%;
}

.left-wysiwyg, .noticeB {
    max-width: 1253px;
    width: 100%;
}

.discontinued,
.discontinuedB{
    width: 200px;
    left: -26px;
}
.discontinuedB{
    left: -1px;
}

/* #more-problome {
    max-width: 980px;
} */

.Model-fun-box {
    padding: 0 0 20px 15px;
    box-sizing: border-box;
}

.detailInfo-left .Model-fun {
    display: flex;
    margin-bottom: 10px;
    align-items: center;
}

.detailInfo .services-and-purchases {
    padding-top: 5px;
}

.complexContentBox .add-area {
    flex-wrap: wrap;
    padding: 0 0 0 10px;
    margin-top: 15px;
    align-items: flex-start;
    justify-content: flex-start;
}

.complexContentBox .AddTocart,
.complexContentBox .ImmediatePurchase,
.complexContentBox .checkOutBtn {
    width: 132px;
    margin-top: 10px;
}

.showDiscountBtn {
    width: 116px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background: #FFCC00;
    font-size: 12px;
    color: #333300;
    margin-right: 10px;
    cursor: pointer;
}

.grouptab {
    background: #FFFFFF;
    box-sizing: border-box;
    color: #666;
    font-size: 14px;
    display: flex;
    border-bottom: 1px solid #003399;
}

.grouptab div {
    width: 165px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    color: #666;
    bottom: -5px;
    position: relative;
    box-sizing: border-box;
    background: #F8F8F8;
}

.grouptab div:first-child {
    border-left: 1px solid #CDCDCD;
    border-top: 1px solid #CDCDCD;
    border-radius: 4px 0px 0px 0px;
}

.grouptab div:last-child{
    border-right: 1px solid #CDCDCD;
    border-top: 1px solid #CDCDCD;
    border-radius: 0px 4px 0px 0px;
}

.grouptab div.on {
    height: 35px;
    line-height: 30px;
    background: #FFFFFF;
    border-radius: 4px 4px 0px 0px;
    border-top: 5px solid #003399;
    border-left: 1px solid #003399;
    border-right: 1px solid #003399;
    border-bottom: 1px solid #FFFFFF;
    font-weight: bold;
    color: #003399;
    box-sizing: border-box;
    bottom: -1px;
    position: relative;
}

.complexContentBox .r-goodsPrice, 
.complexContentBox .all-price-div {
    min-width: 193px;
    padding-right: 40px;
    box-sizing: border-box;
}

.certificateBtn, .fixed_certificateBtn {
    width: 95px;
    height: 28px;
    font-size: 12px;
    margin-left: 5px;
}

.spec-partnumber-choosed .annotation .hinticon {
    margin-top: 0px !important;
}

.partnumberTipbox .options-tab-head, 
.partnumberTipbox .options-tab-head .tab-scPartNumber, 
.partnumberTipbox .after-process-spec-tab, 
.partnumberTipbox .spec-tab-title {
    height: 41px;
}

.div-spec-status {
    height: 46px;
    background-color: #F8F8F8;
    border-bottom: 1px solid #E8E8E8;
    box-sizing: border-box;
}

.smallScreen.spec-partnumber-span {
    display: inline-block;
}

.detailinfo-partnumber .annotation, .spec-partnumber-title .annotation {
    vertical-align: top;
}

.float-cad-info-all {
    width: 126px;
    font-size: 24px;
    margin: 10px auto 0 auto;
    line-height: 31px;
}

.intelligent-selection {
    padding: 10px;
}

.options-filter-list>li:has(.is-specInputItem), 
.speclist-after-process>li:has(.is-specInputItem) {
    margin-bottom: 5px !important;
}

.spec-tab-tip::before {
    left: calc(50% - 0px);
}

.spec_option_nodata {
    font-size: 12px;
    line-height: 16px;
}

.partnumberTipbox .tab-lastOptions {
    margin-top: 10px;
}

.fixed_priceInfo .r-goodsNumber-con {
    width: 95px;
    display: flex;
    flex-wrap: wrap;
}

.spec-options-list .is-specInputItem .detail-sprites.clearSpecIcon {
    right: 10px;
    top: 6px;
    transform: none;
    left: auto;
}

#notice-conB {
    overflow: hidden;
}

/* H品样式 start */
.box-h-series {
    width: 630px;
    min-height: 162px;
    box-sizing: border-box;
    margin-top: 10px;
    padding: 10px;
}
/* H品样式 end */

#selectionTool-btn {
    display: block;
    background-image: url('/vcommon/theme/detail/img/zxdjmz3-xp.png');
    background-repeat: no-repeat;
    width: 640px;
    height: 213px;
    background-size: 100%;
}
#selectionTool-btn.claw {
    background-image: url('/linked/archive/ec/img/2024/11/dz-xp.png');
}
.a-intelligent {
    display: block;
    cursor: pointer;
    background-image: url('/linked/archive/ec/img/2024/11/banner-xp.png');
    background-repeat: no-repeat;
    width: 195px;
    height: 60px;
    background-size: 100%;
    margin: 0 auto 9px auto;
}

.spec-partnumber-title .div-flex-center{
    padding-bottom: 5px !important;
}

/* 代替品浮窗 start */
.complexnew_big_unfit_hover {
    background: url('/vcommon/theme/detail/img/cps_recomd_hover_box.png') no-repeat;
    background-size: 100% 100%;
    width: 341px;
    height: 133px;
    z-index: 50000;
    top: 0;
    position: absolute;
}

.complexnew_big_unfit_hover .recomd_info{
    padding: 10px 10px 10px 22px !important;
}

.complexnew_big_unfit_hover .recomd_icons {
    padding-left: 12px;
    box-sizing: border-box;
}

.complexnew_big_unfit_hover .recomd_icon_close {
    right: -7px;
}

.fixed_priceInfo .complexnew_big_unfit_hover {
    background: #FFFFFF;
    box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.1);
    border: 1px solid #003399;
    width: 330px;
    height: 133px;
    z-index: 50050;
    top: calc(100% + 8px);
    right: auto;
    position: absolute;
}

.fixed_priceInfo .complexnew_big_unfit_hover .recomd_icons {
    padding-left: 0;
    box-sizing: border-box;
}

.fixed_priceInfo .complexnew_big_unfit_hover .recomd_info{
    padding: 10px 10px 10px 11px !important;
}
/* 代替品浮窗 end */