/* 相关信息描述 */
.describe {
    padding: 20px;
    background-color: #fff;
    box-sizing: border-box;
    margin-bottom: 10px;
}

    .describe .head {
        border-left: 4px solid #ff8b0d;
        background: #fff6ec;
        display: flex;
        align-items: center;
        padding: 4px 0;
    }

        .describe .head h1 {
            font-weight: 600;
            font-size: 16px;
            line-height: 22px;
            margin: 0 8px 0 16px;
        }

        .describe .head p {
            color: #999999;
        }

    .describe .body {
        margin-top: 20px;
        display: flex;
        justify-content: space-between;
    }

        .describe .body .b_left {
            width: 220px;
            height: 220px;
            border: 1px solid #eeeeee;
            position: relative;
        }

            .describe .body .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;
            }

            .describe .body .b_left img {
                width: 220px;
                height: 220px;
                object-fit: contain;
            }

        .describe .body .no_img {
            width: 220px;
            height: 220px;
            box-sizing: border-box;
            border: 1px solid #eeeeee;
        }

            .describe .body .no_img img {
                width: 220px;
                height: 220px;
                object-fit: contain;
            }

        .describe .body .b_right {
            background: #f5f5f5;
            padding: 12px 20px 0px;
            width: 1110px;
            height: 220px;
            box-sizing: border-box;
            display: flex;
            justify-content: space-between;
        }

            .describe .body .b_right ul {
                display: flex;
                flex-direction: column;
                flex-wrap: wrap;
            }

                .describe .body .b_right ul li {
                    width: 360px;
                    white-space: nowrap;
                    text-overflow: ellipsis;
                    overflow: hidden;
                    margin: 0 20px 4px 0;
                    line-height: 16px;
                    height: 16px;
                }

                    .describe .body .b_right ul li span {
                        color: #888888;
                    }

            .describe .body .b_right dt a {
                display: flex;
                align-items: center;
                max-width: 300px;
            }

            .describe .body .b_right dt .pdf {
                background: url(../../images/common/pdf.png);
                background-size: 100% 100%;
                display: inline-block;
                width: 20px;
                height: 20px;
                margin-right: 8px;
                flex-shrink: 0;
            }

            .describe .body .b_right dd {
                width: 100%;
                height: 80px;
                text-align: center;
                margin-top: 12px;
            }

                .describe .body .b_right dd img {
                    width: 80px;
                    height: 80px;
                    object-fit: contain;
                    background: #ffffff;
                    border: 1px solid #dddddd;
                }

.searchList {
    display: flex;
    justify-content: space-between;
}
    /* 左侧表单 */
    .searchList .searchTable {
        background: #ffffff;
        padding: 20px;
        width: 1140px;
        box-sizing: border-box;
        position: relative;
    }

.page {
    position: relative;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
}

.searchList .searchTable .filter {
    padding: 8px 12px;
    background: #f5f5f5;
}

    .searchList .searchTable .filter span {
        font-size: 14px;
    }

    .searchList .searchTable .filter form {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .searchList .searchTable .filter .filter_warehouse {
        margin-right: 10px;
    }

.searchList .searchTable .newSelect .newSelectTitle {
    height: 36px;
    line-height: 36px;
    box-sizing: border-box;
    background-color: #fff;
}

.searchList .searchTable .newOptions li {
    line-height: 36px;
    font-size: 14px;
    box-sizing: border-box;
    width: 100%;
}

.searchList .searchTable .newSelectTitle .fa-angle-down:before {
    vertical-align: text-top;
}
/*
.searchList .searchTable .filter_warehouse .custom_select .option {
  top: 38px;
  width: 158px;
  max-height: 360px;
}
.searchList .searchTable .filter_warehouse .custom_select .option ul {
  width: 158px;
}
.searchList .searchTable .filter_warehouse .custom_select .option ul li {
  font-size: 14px;
  line-height: 36px;
  height: 36px;
}
.searchList .searchTable .filter_warehouse .custom_select .arrow {
  top: 11px;
}
.searchList .searchTable .filter_warehouse .custom_select .arrow img {
  height: 12px;
  width: 12px;
} */
.searchList .searchTable .filter input {
    padding: 8px 12px;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    font-size: 14px;
    margin-right: 10px;
    box-sizing: border-box;
    width: 160px;
    height: 36px;
}

.searchList .searchTable .filter button {
    padding: 8px 16px;
    box-sizing: border-box;
    border-radius: 4px;
    line-height: 20px;
    margin-left: 8px;
    cursor: pointer;
}

.searchList .searchTable .filter .submit {
    font-size: 14px;
    background: #ff8b0d;
    color: #ffffff;
}

    .searchList .searchTable .filter .submit:hover {
        background: #ffab50;
    }

.searchList .searchTable .filter .reset {
    font-size: 14px;
    background: #ffffff;
    color: rgba(0, 0, 0, 0.85);
}

.s_table {
    min-height: 834px;
}

    .s_table table {
        width: 100%;
        text-align: left;
        border-collapse: collapse;
        border-spacing: 0;
    }

        .s_table table th {
            padding: 12px 6px;
            border-bottom: 1px solid #dddddd;
            font-weight: 400;
            color: #666;
        }

        .s_table table tr:nth-child(odd) {
            background: #f5f5f5;
        }

        .s_table table tr:hover {
            background: rgba(255, 153, 0, 0.15);
        }

        .s_table table tr.th:hover {
            background: #f5f5f5;
        }

        .s_table table th:first-child {
            padding-left: 12px;
        }

        .s_table table th:last-child {
            padding-right: 12px;
        }

        .s_table table td {
            padding: 7px 6px;
        }

        .s_table table p {
            line-height: 14px;
        }

        .s_table table td:nth-child(8) p {
            display: inline-block;
            width: 140px;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
        }

        .s_table table td:nth-child(8) p {
            display: inline-block;
            width: 140px;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
        }

        .s_table table td:first-child {
            padding-left: 12px;
            position: relative;
        }

        .s_table table td:last-child {
            padding-right: 12px;
        }

        .s_table table .model {
            line-height: 16px;
            position: relative;
        }

            .s_table table .model p a {
                max-width: 166px;
                line-height: 16px;
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden;
                display: inline-block;
            }

            .s_table table .model .edit {
                background: url(../../images/common/inquiry_edit.png);
                background-size: 100% 100%;
                display: inline-block;
                width: 16px;
                height: 16px;
                cursor: pointer;
                margin-left: 4px;
            }

        .s_table table .company a {
            margin-right: 4px;
            max-width: 160px;
        }

        .s_table table .company .icobg {
            display: inline-block;
            width: 8px;
            height: 8px;
            cursor: pointer;
        }

        .s_table table .company .up {
            background: url(../../images/common/jia.png);
            background-size: 100% 100%;
        }

        .s_table table .company .down {
            background: url(../../images/common/jian.png);
            background-size: 100% 100%;
        }

        .s_table table .company .xhrz {
            background: url(../../images/common/icon_xianhuo.png);
            background-size: 100% 100%;
            width: 42px;
            height: 16px;
            display: inline-block;
        }
/* .s_table table .connect {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.s_table table .xintalk {
  background: url(../../images/common/xintalk.gif);
  background-size: 100% 100%;
  display: inline-block;
  width: 32px;
  height: 32px;
}
.s_table table .qq {
  background: url(../../images/common/qq.gif);
  background-size: 100% 100%;
  display: inline-block;
  width: 23px;
  height: 16px;
  margin-top: 8px;
  margin-left: 4px;
}

.s_table table .wechatpic {
  background: url(../../images/common/wx.jpg);
  background-size: 100% 100%;
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
  margin-top: 8px;
  margin-left: 6px;
  cursor: pointer;
}
.wechat-big-img-box {
  position: absolute;
  left: -100px;
  top: 25px;
  border: 0;
  margin-right: 0;
  box-shadow: 0 0 10px #888;
  z-index: 9;
}

.wechat-big-img-box img {
  max-height: 300px;
  max-width: 300px;
} */

/* 右侧广告 */
.searchList .adList p {
    margin-bottom: 10px;
}

    .searchList .adList p:last-child {
        margin-bottom: 0px;
    }

.searchList .adList img {
    width: 240px;
    height: 240px;
    object-fit: cover;
}

.magnifier-assembly {
    display: none;
}

/* 筛选弹框 */
.selector {
    color: #ff8b0d;
    font-size: 14px;
    padding: 0 10px;
    cursor: pointer;
}

    .selector .icon_sx {
        background: url(../../images/common/icon_sx.png) no-repeat;
        background-size: 100% 100%;
        display: inline-block;
        width: 12px;
        height: 11px;
        vertical-align: middle;
    }

.selectorProp {
    background: #ffffff;
    box-shadow: 0px 0px 14px 0px #f8ba81;
    border-radius: 1px 1px 1px 1px;
    padding: 32px 20px;
    width: 1140px;
    box-sizing: border-box;
    position: absolute;
    top: 40px;
    z-index: 2;
    display: none;
}

.conditionRes {
    display: inline-block;
}

.selectResult {
    color: #666666;
    line-height: 25px;
    font-size: 14px;
}

.selectCondition {
    margin-top: 20px;
}

.selectResult .condition {
    border: 1px solid #dadada;
    display: inline-block;
    background: #f4f4f4;
    line-height: 25px;
    padding: 0 8px;
    margin: 0 4px;
    font-size: 14px;
}

    .selectResult .condition span {
        color: #ff8b0d;
    }

    .selectResult .condition i {
        background: url(../../images/common/icon_sx_close.png) no-repeat;
        background-size: 100% 100%;
        display: inline-block;
        width: 8px;
        height: 8px;
        cursor: pointer;
        margin: 0 0 1px 12px;
    }

.selectCondition > div {
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    font-size: 14px;
    display: flex;
}

    .selectCondition > div label {
        width: 122px;
        background: #f3f3f3;
        display: block;
        text-align: right;
        color: #666666;
        font-weight: 500;
    }

.selectCondition .advancedFilter {
    margin-top: -1px;
}

.selectCondition .brandFilter label {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.selectCondition .advancedFilter label {
    line-height: 64px;
}

.selectCondition .brandFilter > div {
    padding: 19px 15px;
    position: relative;
    flex: 1;
}

.selectCondition .advancedFilter > div {
    padding: 15px;
}

.selectCondition .brandFilter ul {
    width: 846px;
    max-height: 103px;
    padding-top: 1px;
    overflow: hidden;
}

    .selectCondition .brandFilter ul::-webkit-scrollbar {
        width: 6px;
        height: 6px;
    }

    .selectCondition .brandFilter ul::-webkit-scrollbar-track {
        border-radius: 6px;
        background: #fff;
        border: 1px solid #d9d9d9;
    }

    .selectCondition .brandFilter ul::-webkit-scrollbar-thumb {
        background: rgb(201, 201, 202);
        border-radius: 6px;
    }

        .selectCondition .brandFilter ul::-webkit-scrollbar-thumb:hover {
            background: rgb(162, 162, 163);
        }

    .selectCondition .brandFilter ul li {
        border: 1px solid #dddddd;
        float: left;
        width: 138px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: -1px -1px 0 0;
        cursor: pointer;
    }

        .selectCondition .brandFilter ul li img {
            width: 120px;
            height: 38px;
            object-fit: contain;
        }

.advancedFilter .newSelect .newSelectTitle span {
    color: #2653ff;
    font-size: 14px;
}

.advancedFilter .newSelect .newSelectTitle {
    border-radius: 0;
    border: 1px solid #dddddd;
    width: 138px;
    height: 32px;
    padding-left: 12px;
    box-sizing: border-box;
}

.advancedFilter .newSelect {
    line-height: 32px;
    margin-right: 4px;
}

    .advancedFilter .newSelect .arrow {
        margin-right: 15px;
    }

.advancedFilter .newOptions li {
    font-size: 14px;
    padding-left: 5px;
    box-sizing: border-box;
}

.selectCondition .brandFilter .more {
    border: 1px solid #dddddd;
    height: 32px;
    line-height: 32px;
    color: #2653ff;
    padding: 0 10px;
    position: absolute;
    right: 0;
    top: 19px;
    cursor: pointer;
}

    .selectCondition .brandFilter .more i {
        content: ' ';
        height: 12px;
        width: 12px;
        background: url(../../images/common/down.png) no-repeat;
        background-size: 100% 100%;
        display: inline-block;
        vertical-align: middle;
        margin-left: 8px;
    }

.selectCondition .brandFilter .zk i {
    transform: rotate(180deg);
    transition: transform 0.3s;
}