.productDetail {
    display: flex;
}

.product_detail {
    display: flex;
    background-color: #fff;
    flex-flow: column;
    padding: 20px;
    box-sizing: border-box;
    margin-right: 10px;
}

    .product_detail h1 {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 12px;
    }

.product_left {
    margin-right: 20px;
}

    .product_left .no_img {
        width: 300px;
        height: 300px;
        box-sizing: border-box;
    }

        .product_left .no_img img {
            width: 300px;
            height: 300px;
            object-fit: contain;
        }

    .product_left .magnifier-assembly {
        display: none;
    }

    .product_left p.tips {
        font-size: 12px;
        color: #999999;
        width: 300px;
        margin-top: 12px;
    }

.company-info {
    margin-top: 0;
    width: 300px;
    background: #fff;
    min-height: 426px;
    padding-bottom: 20px;
    box-sizing: border-box;
}

    .company-info h2 {
        height: 82px;
        width: 300px;
        font-weight: 600;
        font-size: 16px;
        color: #ff8b0d;
        background: url(../../images/common/company_title_bg.png);
        background-size: 100% 100%;
        text-align: center;
        padding: 19px 19px 0;
        box-sizing: border-box;
    }

        .company-info h2 a {
            color: #ff8b0d;
        }

.company-archives {
    border-bottom: 1px dashed #dddddd;
    margin: 0 20px;
    padding-bottom: 20px;
    margin-top: -16px;
}

.company-contact p {
    display: flex;
}

    .company-contact p:last-child,
    .company-archives p:last-child {
        margin-bottom: 0;
    }

    .company-contact p.h20 {
        height: 20px;
    }

.company-archives p,
.company-contact p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 8px;
    position: relative;
    overflow: hidden;
}

    .company-contact p label {
        width: 58px;
        flex-shrink: 0;
        text-align: right;
    }

    .company-archives p label,
    .company-contact p label {
        color: #666;
        margin-right: 4px;
    }

    .company-archives p a {
        color: #0ac626;
    }

    .company-archives p .document {
        background: url(../../images/common/icon_document.png) no-repeat;
        background-size: 100% 100%;
        display: inline-block;
        width: 20px;
        height: 20px;
        vertical-align: bottom;
        cursor: pointer;
    }

    .company-archives p .ic_icon {
        min-width: 58px;
        height: 18px;
        display: inline-block;
        font-size: 0.66rem;
        color: #fff;
        border-radius: 2px 2px 2px 2px;
        text-align: center;
        line-height: 14px;
        letter-spacing: 1px;
        padding: 2px;
        box-sizing: border-box;
        white-space: nowrap;
        vertical-align: bottom;
    }

    .company-archives p .vipType1 {
        background: linear-gradient(176deg, #ff4242 0%, #fa005a 100%);
    }

    .company-archives p .vipType2 {
        background: linear-gradient(174deg, #628eff 0%, #2f6aff 100%);
    }

    .company-archives p .spotType1 {
        background: url(../../images/common/spotTypeBg.png) no-repeat;
        background-size: 100% 100%;
        width: 69px;
        height: 18px;
        padding-left: 16px;
        letter-spacing: 1px;
    }

    .company-archives p .spotType2 {
        background: url(../../images/common/spotTypeBg2.png);
        background-size: 100% 100%;
        height: 17px;
        width: 57px;
        letter-spacing: 3px;
        padding-left: 24px;
    }

.company-contact {
    width: 260px;
    margin: 0 auto;
    padding-top: 20px;
}

    .company-contact p i {
        position: absolute;
        right: 0;
        top: 4px;
        color: #a9a9a9;
        background: url(../../images/common/zk_down.png) no-repeat;
        display: inline-block;
        width: 14px;
        height: 14px;
        cursor: pointer;
    }

        .company-contact p i.zk {
            background: url(../../images/common/zk_up.png) no-repeat;
        }

    .company-contact p span {
        display: block;
        word-break: break-all;
        width: 200px;
    }

        .company-contact p span a {
            margin-right: 4px;
        }

.parameter_list_box {
    display: flex;
    width: 720px;
    height: 254px;
}

.parameter_list ul {
    border-left: 1px solid #ddd;
    display: flex;
    flex-wrap: wrap;
}

    .parameter_list ul li {
        float: left;
        text-align: center;
        line-height: 36px;
        border-right: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        box-sizing: border-box;
        display: flex;
    }

        .parameter_list ul li:nth-child(-n + 2) {
            border-top: 1px solid #ddd;
        }

        .parameter_list ul li div {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            padding: 0 12px;
            font-size: 14px;
        }

        .parameter_list ul li .fl {
            width: 164px;
            height: 36px;
            background: #f5f5f5;
            opacity: 1;
            border-right: 1px solid #ddd;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            box-sizing: border-box;
            color: #666;
            text-align: right;
        }

        .parameter_list ul li .fr {
            width: 190px;
            height: 36px;
            background: #fff;
            opacity: 1;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            box-sizing: border-box;
            color: #222;
            text-align: left;
        }

.inquiry-btn {
    display: flex;
    margin-bottom: 12px;
}

    .inquiry-btn a {
        display: inline-block;
        width: 148px;
        height: 46px;
        border: 1px solid #d9d9d9;
        border-radius: 6px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 12px;
        font-weight: 500;
        font-size: 16px;
        position: relative;
        z-index: 2;
    }

        .inquiry-btn a:hover {
            border: 1px solid #ff8b0d;
            background: linear-gradient(180deg, #fff2e4 0%, #ffffff 100%);
        }

        .inquiry-btn a i {
            display: inline-block;
            margin-right: 4px;
            width: 20px;
            height: 20px;
        }

    .inquiry-btn .wechat:hover .sys {
        display: block;
    }

    .inquiry-btn .xintalk {
        background: url(../../images/common/ask_xintalk.png);
        background-size: 100% 100%;
        bottom: 0;
    }

    .inquiry-btn .qqTalk {
        background: url(../../images/common/ask_qq.png);
        background-size: 100% 100%;
    }

    .inquiry-btn .wechatTalk {
        background: url(../../images/common/ask_wx.png);
        background-size: 100% 100%;
    }

    .inquiry-btn .sys {
        position: absolute;
        top: 0;
        left: 162px;
        max-width: 240px;
        max-height: 240px;
        background: rgba(102, 85, 66, 0.85);
        border-radius: 7px 7px 7px 7px;
        padding: 18px;
        box-sizing: border-box;
        display: none;
    }

.inquiry-guarantee {
    display: flex;
    align-items: center;
}

    .inquiry-guarantee label {
        color: #999999;
    }

    .inquiry-guarantee i {
        display: inline-block;
        width: 16px;
        height: 16px;
        margin: 0 4px 0 16px;
    }

    .inquiry-guarantee .buyer_protection {
        background: url(../../images/common/buyer_protection.png);
        background-size: 100% 100%;
    }

    .inquiry-guarantee .delivery_guarantee {
        background: url(../../images/common/delivery_guarantee.png);
        background-size: 100% 100%;
    }

.searchList {
    margin-top: 10px;
}

.slideBanner .hd {
    height: 46px;
    line-height: 46px;
    border: 1px solid #f0f0f0;
    position: relative;
    background: #f8f8f8;
}

    .slideBanner .hd ul {
        float: left;
        position: absolute;
        left: 0;
        top: -1px;
        height: 46px;
    }

        .slideBanner .hd ul li {
            float: left;
            cursor: pointer;
            height: 46px;
            text-align: center;
            font-size: 16px;
            font-weight: 400;
            color: #666;
            line-height: 46px;
            padding: 0 30px;
        }

            .slideBanner .hd ul li.on {
                border-top: 2px solid #ff8b0d;
                background-color: #fff;
                color: #ff8b0d;
                font-weight: 500;
                border-left: 1px solid #f0f0f0;
                border-right: 1px solid #f0f0f0;
                margin-left: -1px;
            }

.slideBanner .bd {
    background-color: #fff;
    border: 1px solid #f0f0f0;
    border-top: none;
    padding: 20px;
}

    .slideBanner .bd .flex-c-both h2 {
        font-size: 14px;
    }

    .slideBanner .bd .full-view {
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #ff8b0d;
        border-radius: 4px;
        width: 98px;
        height: 28px;
        color: #ff8b0d;
        cursor: pointer;
    }

        .slideBanner .bd .full-view i {
            background: url(../../images/common/fullView.png);
            background-size: 100% 100%;
            display: inline-block;
            width: 14px;
            height: 14px;
            margin-right: 4px;
        }

    .slideBanner .bd .pdfView {
        margin-top: 14px;
    }

.searchList .s_table table {
    width: 100%;
    text-align: left;
    border: 1px solid #dddddd;
    border-collapse: collapse;
    border-spacing: 0;
}

    .searchList .s_table table th {
        padding: 12px 6px;
        border-bottom: 1px solid #dddddd;
        font-weight: 400;
        color: #666;
        background: #f5f5f5;
    }

    .searchList .s_table table .notes {
        text-align: center;
    }

    .searchList .s_table table tr {
        /* border-bottom: 1px solid #dddddd; */
    }

        .searchList .s_table table tr:nth-child(odd) {
            background: #f5f5f5;
        }

        .searchList .s_table table tr.th:hover {
            background: #f5f5f5;
        }

        .searchList .s_table table tr:hover {
            background: rgba(255, 153, 0, 0.15);
        }

    .searchList .s_table table th:first-child {
        padding-left: 33px;
    }

    .searchList .s_table table th:last-child {
        padding-right: 12px;
    }

    .searchList .s_table table td {
        padding: 12px 6px;
        word-break: break-all;
    }

        .searchList .s_table table td:first-child {
            padding-left: 12px;
            position: relative;
        }

        .searchList .s_table table td:last-child {
            padding-right: 12px;
            /* align-items: flex-end;
  display: flex;
  justify-content: flex-end; */
        }

    .searchList .s_table table .model {
        line-height: 16px;
        position: relative;
    }

        .searchList .s_table table .model .edit {
            background: url(../../images/common/inquiry_edit.png);
            background-size: 100% 100%;
            display: inline-block;
            width: 16px;
            height: 16px;
            vertical-align: middle;
            cursor: pointer;
            margin-left: 4px;
        }

    .searchList .s_table table .picture a {
        margin-right: 4px;
        width: 60px;
        height: 60px;
        border: 1px solid #eeeeee;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #fff;
    }

        .searchList .s_table table .picture a img {
            max-width: 60px;
            max-height: 60px;
        }

    .searchList .s_table table .connect {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
/* .searchList .s_table table .xintalk {
  background: url(../../images/common/xintalk.gif);
  background-size: 100% 100%;
  display: inline-block;
  width: 32px;
  height: 32px;
}
.searchList .s_table table .qq {
  background: url(../../images/common/qq.gif);
  background-size: 100% 100%;
  display: inline-block;
  width: 23px;
  height: 16px;
  margin-top: 14px;
  margin-left: 4px;
}

.searchList .s_table table .wechatpic {
  background: url(../../images/common/wx.jpg);
  background-size: 100% 100%;
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
  margin-left: 6px;
  cursor: pointer;
} */
.searchReminder {
    display: flex;
    border: 1px solid #ffaa1d;
    background: #fff9f0;
    align-items: center;
    margin-top: 10px;
}

    .searchReminder img {
        height: 78px;
        width: 86px;
    }

    .searchReminder > div {
        padding: 20px 20px 20px 10px;
        line-height: 20px;
    }

.product_left .b_left {
    width: 300px;
    height: 300px;
    border: 1px solid #eeeeee;
    position: relative;
}

    .product_left .b_left i.player {
        background: url(../../images/common/videoPlayer.png) no-repeat;
        background-size: 100% 100%;
        display: inline-block;
        width: 40px;
        height: 40px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        pointer-events: none;
    }

    .product_left .b_left img {
        width: 300px;
        height: 300px;
        object-fit: cover;
    }