.describe,
.commonBox {
    box-sizing: border-box;
    width: 100%;
}

.describe {
    background: #fff;
}

.commonBox {
    margin-bottom: 0.44rem;
}

    .commonBox .head {
        display: flex;
        align-items: center;
        padding: 0rem 0 0.2rem;
    }

        .commonBox .head h1 {
            font-weight: 600;
            font-size: 24px;
            line-height: 22px;
            margin: 0 8px 0 16px;
        }

        .commonBox .head h2 {
            font-weight: 600;
            font-size: 0.32rem;
            line-height: 22px;
            margin: 0 8px 0 16px;
            display: flex;
            align-items: center;
            color: #333;
        }

            .commonBox .head h2 span {
                max-width: 4.4rem;
                display: inline-block;
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden;
                margin-right: 0.08rem;
            }

        .commonBox .head p {
            color: #999999;
        }

.describe .body {
    display: flex;
    padding: 0.32rem 0.54rem;
    box-sizing: border-box;
    border-bottom: 0.01rem solid #e6e6e6;
}

.replace_model {
    padding: 0.4rem 0.24rem;
}

    .replace_model .body {
        display: flex;
        box-sizing: border-box;
        margin-bottom: 0.26rem;
        padding-bottom: 0.32rem;
        border-bottom: 0.01rem solid #e6e6e6;
    }

        .replace_model .body:last-child {
            border-bottom: none;
            margin-bottom: 0;
            padding-bottom: 0;
        }

        .describe .body .modelImg,
        .replace_model .body .modelImg {
            background: rgba(255, 255, 255, 0);
            border-radius: 0.06rem;
            border: 0.02rem solid #eeeeee;
            width: 1.66rem;
            height: 1.66rem;
            box-sizing: border-box;
            flex-shrink: 0;
            margin-right: 0.42rem;
        }

            .describe .body .modelImg img,
            .replace_model .body .modelImg img {
                width: 100%;
                height: 100%;
                object-fit: contain;
            }

.describe .body .promotion-title {
    flex: 1;
    overflow: hidden;
}

    .describe .body .promotion-title h1,
    .replace_model .body .promotion-title h3 {
        font-size: 0.4rem;
        display: inline-block;
        line-height: 0.47rem;
        color: #222222;
        width: 100%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

.replace_model .body .promotion-title h3 {
    font-size: 0.32rem;
    line-height: 0.38rem;
    margin: 0.08rem 0 0.1rem 0;
}

    .replace_model .body .promotion-title h3 a {
        color: #222222;
    }

        .replace_model .body .promotion-title h3 a:hover {
            color: #ff8b0d;
        }

.describe .body .promotion-title .price {
    font-weight: 600;
    font-size: 0.24rem;
    color: #adadad;
    margin: 0.12rem 0 0.24rem 0;
}

    .describe .body .promotion-title .price b {
        color: #ff730d;
    }

.describe .body .promotion-title a {
    padding: 0px 0.24rem;
    height: 0.4rem;
    line-height: 0.4rem;
    display: inline-block;
    background: #f2f2f2;
    border-radius: 0.2rem;
    margin-right: 0.24rem;
    font-weight: 600;
    font-size: 0.24rem;
    color: #ff730d;
    white-space: nowrap;
    max-width: 3rem;
    overflow: hidden;
    text-overflow: ellipsis;
}

.replace_model .body .promotion-title .label a {
    padding: 0px 0.24rem;
    height: 0.4rem;
    line-height: 0.4rem;
    background: #f2f2f2;
    border-radius: 0.2rem;
    color: #707070;
    font-size: 0.24rem;
    display: inline-block;
    margin-right: 0.12rem;
}

.replace_model .body .promotion-title .des {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    margin-top: 0.2rem;
    font-size: 0.24rem;
    color: #222;
}

.searchList {
    margin-top: 0.44rem;
}

    .searchList .more {
        font-size: 0.28rem;
        color: #ff730d;
        display: inline-block;
        font-weight: 600;
        width: 100%;
    }

        .searchList .more i {
            display: inline-block;
            width: 8px;
            height: 8px;
            background: url(../../../images/mobile/page/modelPromotion/more.png) no-repeat;
            background-size: 100% 100%;
            margin-left: 3px;
        }

.moreLine {
    width: 100%;
    box-sizing: border-box;
    border-top: none;
    line-height: 0.54rem;
    text-align: center;
}

.describe .body .product-introduction p {
    color: #888888;
    width: 100%;
    /* white-space: nowrap; */
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 20px;
    display: inline-block;
    word-break: break-all;
}

.describe .body ul,
.attr-paramete ul,
.relatepro ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    box-sizing: border-box;
}

.commonBody {
    background: #fff;
    font-size: 0.28rem;
    padding: 0.38rem 0.4rem;
    box-shadow: 0px 0.02rem 0.1rem 0px #f1f1f1;
    border-radius: 0.12rem;
    border: 0.01rem solid #f1f1f1;
}

.relatepro {
    padding: 0.4rem 0.4rem 0.12rem 0.4rem;
}

.data_book_table {
    padding: 0.22rem 0.24rem;
}

.describe .body ul {
    height: 80px;
}

.attr-paramete ul {
    max-height: 5.86rem;
    overflow: auto;
}

    .attr-paramete ul::-webkit-scrollbar {
        width: 0.12rem;
        height: 6px;
    }

    .attr-paramete ul::-webkit-scrollbar-track {
        background: #fff;
        border-radius: 0.14rem;
        border: 0.02rem solid #d9d9d9;
    }

    .attr-paramete ul::-webkit-scrollbar-thumb {
        background: #d9d9d9;
        border-radius: 0.14rem;
    }

    .attr-paramete ul li {
        width: 100%;
        line-height: 0.6rem;
    }

.relatepro ul li {
    width: 47%;
    display: flex;
    height: 0.68rem;
    line-height: 0.68rem;
    justify-content: center;
    margin: 0 0.26rem 0.28rem 0;
    border-radius: 0.08rem;
    border: 0.02rem solid #ff8b0d;
}

    .relatepro ul li a {
        width: 100%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        padding: 0 0.3rem;
        color: #222222;
        font-size: 0.28rem;
    }

        .relatepro ul li a:hover {
            color: #ff8b0d;
        }

    .relatepro ul li:nth-child(2n) {
        margin-right: 0;
    }

.attr-paramete ul li span {
    color: #888888;
}

.searchList {
    display: flex;
    justify-content: space-between;
}

    .searchList .searchTable {
        width: 100%;
        box-sizing: border-box;
        position: relative;
    }

.page {
    position: relative;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
}

.supplierList {
    padding: 0;
}

    .supplierList li {
        border-bottom: 0.01rem solid #e6e6e6;
        padding: 0.3rem 0.56rem;
        overflow: hidden;
    }

        .supplierList li:last-child {
            border-bottom: none;
        }

        .supplierList li h3 {
            display: flex;
            align-items: center;
        }

            .supplierList li h3,
            .supplierList li h3 a {
                color: #ff8b0d;
                font-size: 0.32rem;
                line-height: 0.38rem;
            }

                .supplierList li h3 a {
                    max-width: 68%;
                    white-space: nowrap;
                    text-overflow: ellipsis;
                    overflow: hidden;
                }

.ic_icon {
    height: 0.33rem;
    display: inline-block;
    font-size: 0.24rem;
    color: #fff;
    text-align: center;
    line-height: 0.33rem;
    box-sizing: border-box;
    white-space: nowrap;
    padding-top: 0.01rem;
    margin-left: 0.14rem;
}

.spotType1 {
    background: url(../../../images/mobile/common/spotTypeBg1.png) no-repeat;
    background-size: 100% 100%;
    height: 0.33rem;
    width: 1.31rem;
    padding-left: 0.3rem;
}

.spotType2 {
    background: url(../../../images/mobile/common/spotTypeBg2.png);
    background-size: 100% 100%;
    height: 0.33rem;
    width: 0.98rem;
    padding-left: 0.41rem;
}

.supplierList li p,
.supplierList li p a {
    font-size: 0.28rem;
    color: #444444;
    line-height: 0.32rem;
}

.supplierList li p {
    margin-top: 0.12rem;
}

.supplierList li p {
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.supplierList li .params {
    font-size: 0.24rem;
    color: #999999;
    line-height: 0.32rem;
    margin-top: 0.18rem;
    display: flex;
}

    .supplierList li .params span {
        display: flex;
        align-items: center;
    }

        .supplierList li .params span i {
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            display: inline-block;
        }

            .supplierList li .params span i.brand {
                width: 1.08rem;
                margin-right: 0.08rem;
            }

            .supplierList li .params span i.pack,
            .supplierList li .params span i.dc {
                max-width: 1.36rem;
            }

.supplierList li .moreLine {
    line-height: 0.36rem;
}
/* .s_table {
  box-shadow: 0px 0.02rem 0.1rem 0px #f1f1f1;
  border-radius: 0.12rem;
  border: 0.01rem solid #f1f1f1;
}
.s_table table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.28rem;
}
.s_table thead {
  background: #e6e6e6;
}
.s_table thead th {
  line-height: 0.8rem;
  color: #444444;
  font-weight: 400;
  text-align: left;
}
.s_table tbody {
  background-color: #fff;
}
.s_table thead tr th:last-child {
  border-radius: 0 0.12rem 0 0;
  padding-left: 0.12rem;
}
.s_table thead tr th:first-child {
  border-radius: 0.12rem 0 0 0;
  padding-left: 0.48rem;
}
.s_table tr:last-child td:first-child {
  border-radius: 0 0 0 0.12rem;
}
.s_table tr:last-child td:last-child.moreSupplier {
  border-radius: 0 0 0.12rem 0.12rem;
  padding: 0.36rem;
}
.s_table tr:last-child td:last-child {
  border-radius: 0 0 0.12rem 0;
}
.s_table tbody tr {
  border-bottom: 0.01rem solid #e6e6e6;
  line-height: 1rem;
  font-size: 0.28rem;
  color: #444444;
}
.s_table tbody tr a {
  color: #444444;
}
.s_table tr .model {
  display: block;
  width: 2.6rem;
  padding-right: 0.2rem;
  box-sizing: border-box;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-left: 0.56rem;
}
.s_table tr .manufacturer {
  display: block;
  width: 3rem;
  padding-right: 0.2rem;
  box-sizing: border-box;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.s_table tbody tr:last-child {
  border-bottom: none;
}

.s_table tbody tr .down {
  padding: 0.04rem 0.2rem;
  border-radius: 0.19rem;
  background: #f44848;
  font-size: 0.24rem;
  color: #ffffff;
}
.s_table .no_result {
  border-radius: 0 0 0.12rem 0.12rem !important;
  text-align: center;
  padding-left: 0 !important;
  padding-bottom: 4.4rem;
}
.s_table .no_result img {
  width: 4.67rem;
  height: 3.51rem;
  display: block;
  margin: 2rem auto 0.32rem;
}
.s_table .no_result p {
  color: #b5b5b5;
  font-size: 0.28rem;
  line-height: 0.32rem;
}

.icTable thead tr th:last-child {
  padding-left: 0;
}
.icTable tbody tr {
  line-height: 0.32rem;
}
.icTable tr th {
  padding: 0rem 0.09rem;
}
.icTable tr th.brand {
  padding-left: 0.2rem;
}
.icTable tr td span.brand {
  padding-left: 0.1rem;
}
.icTable tr td {
  padding: 0.36rem 0.09rem 0.2rem;
  vertical-align: text-top;
}
.icTable tr td span {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  font-size: 0.28rem;
}
.icTable tr td .brand {
  max-width: 1rem;
}
.icTable tr td .pack {
  max-width: 1rem;
}
.icTable tr td .dc {
  max-width: 0.8rem;
  margin-top: 0.14rem;
}
.icTable tr td:first-child {
  padding-left: 0.46rem;
}
.icTable tr .model {
  line-height: 0.33rem;
  width: 2.48rem;
  color: #ff8b0d;
  padding-right: 0;
  font-weight: 500;
  padding-left: 0rem;
  display: inline-block;
  font-size: 0.28rem;
}
.icTable tr .company {
  display: inline-block;
  font-size: 0.24rem;
  margin: 0.14rem 0 0 0;
  max-width: 2.48rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #999999;
  border-radius: 0.17rem;
  border: 0.01rem solid #ff8b0d;
  padding: 0 0.2rem;
  box-sizing: border-box;
}
.icTable tr .company:hover {
  color: #ff8b0d;
}
.icTable tr td p {
  display: flex;
  align-items: center;
}
*/
.magnifier-assembly {
    display: none;
}

.describe .relatepro {
    background: #f5f5f5;
    padding: 12px 20px 0px;
    width: 1100px;
    height: 220px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

    .describe .relatepro ul {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
    }

        .describe .relatepro ul li {
            width: 200px;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            margin: 0 20px 4px 0;
            line-height: 16px;
            height: 16px;
        }

.images-cover img {
    object-fit: contain;
}

.magnifier {
    height: 166px;
    width: 220px;
}

.magnifier-container {
    width: 220px;
    height: 166px;
}

.move-view {
    height: 166px;
}

.ic-list .operation,
.ic-list .ic-list-con .operation {
    width: 132px;
}

.ic-list .explain {
    width: 136px;
}
/* 产品简介 */
.productIntroduction {
    width: 100%;
    margin: 0.48rem auto 0;
    background-color: #fff;
    border-top: 0.02rem solid #e6e6e6;
    padding-top: 0.58rem;
}

    .productIntroduction h2 {
        font-weight: 600;
        background: #f5f5f5;
        height: 0.64rem;
        line-height: 0.64rem;
        box-sizing: border-box;
        padding-left: 0.34rem;
        font-size: 0.32rem;
        color: #222;
        margin-bottom: 0.14rem;
    }

    .productIntroduction .productIntroCon {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        overflow: hidden;
        line-height: 0.52rem;
        box-sizing: border-box;
        font-size: 0.28rem;
    }

    .productIntroduction .productIntroZk .productIntroCon {
        -webkit-line-clamp: inherit;
    }

    .productIntroduction .moreLine {
        border: none;
        background-color: transparent;
        height: 0.52rem;
        line-height: 0.52rem;
        cursor: pointer;
        margin-top: 0.18rem;
    }

.data_book_table li {
    display: flex;
    align-items: center;
    height: 1.14rem;
    border-bottom: 1px solid #efefef;
}

    .data_book_table li:last-child {
        border-bottom: none;
    }

.data_book_table .model-data {
    flex: 1;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0 0.26rem 0 0.18rem;
    font-size: 0.28rem;
}

    .data_book_table .model-data img {
        width: 0.4rem;
        height: 0.4rem;
        margin-right: 0.16rem;
        vertical-align: text-bottom;
    }

.data_book_table .view_btn {
    width: 1.6rem;
    height: 0.6rem;
    text-align: center;
    line-height: 0.6rem;
    border-radius: 0.08rem;
    background: #ff8b0d;
    display: inline-block;
    font-weight: 600;
    font-size: 0.26rem;
    color: #ffffff;
    margin-right: 0.28rem;
}

.circuit_diagram .commonBody {
    padding: 0.24rem 0.4rem;
}

.circuit_diagram .circuit {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0.02rem solid #ececec;
    width: 6.2rem;
    height: 3.46rem;
    box-sizing: border-box;
    text-align: center;
}

    .circuit_diagram .circuit img {
        width: 4.72rem;
        height: 3.28rem;
        object-fit: contain;
    }

.circuit_diagram1 .circuit img {
    margin: 0 18px 0 76px;
}

.technical_articles ul {
    display: flex;
    flex-wrap: wrap;
}

    .technical_articles ul li {
        width: 100%;
        height: 1.66rem;
        border: 0.02rem solid #ececec;
        box-sizing: border-box;
        margin: 0px 0px 0.14rem 0;
    }

        .technical_articles ul li:last-child {
            margin-bottom: 0;
        }

        .technical_articles ul li p {
            font-size: 0.28rem;
            flex: 1;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            text-overflow: ellipsis;
            overflow: hidden;
            word-break: break-all;
            padding-right: 0.28rem;
            color: #222;
        }

.technical_articles1 ul li p {
    width: 367px;
    word-break: break-all;
}

.technical_articles ul li a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 1.66rem;
}

    .technical_articles ul li a:hover p {
        color: #ff8b0d;
    }

.technical_articles ul li img {
    width: 2.38rem;
    height: 1.38rem;
    border: 0.01rem solid rgba(236, 236, 236, 0);
    object-fit: contain;
    margin-right: 0.18rem;
    margin-left: 0.18rem;
}

.menu-wrap-box {
    height: 0.92rem;
}

.menu-wrap {
    height: 0.92rem;
    box-sizing: border-box;
    width: 100%;
    padding: 0.3rem 0;
    background-color: #fff;
}

.menu_wrap_fixed {
    position: fixed;
    top: 0.96rem;
    z-index: 99;
    box-shadow: 0px 0.02rem 0.1rem 0px #f1f1f1;
}

.menu-wrap li {
    height: 0.34rem;
    box-sizing: border-box;
    line-height: 0.34rem;
    border-right: 0.02rem solid #cccccc;
    font-size: 0.28rem;
    text-align: center;
    float: left;
}

    .menu-wrap li:last-child {
        border-right: none;
    }

    .menu-wrap li a {
        display: inline-block;
        width: 100%;
        height: 100%;
        padding: 0 0.4rem;
        box-sizing: border-box;
        color: #444444;
        font-weight: 600;
    }

    .menu-wrap li .icon,
    .commonBox .head .icon {
        width: 0.36rem;
        height: 0.34rem;
        display: inline-block;
        margin-right: 0.04rem;
        vertical-align: text-bottom;
    }

.commonBox .head .icon {
    margin: 0 0.08rem 0.06rem 0;
}

.menu-wrap li .icon1,
.icon_supplier {
    background: url(../../../images/mobile/page/modelPromotion/icon_supplier.png) no-repeat;
    background-size: 100% 100%;
}

.menu-wrap li .icon2,
.icon_params {
    background: url(../../../images/mobile/page/modelPromotion/icon_params.png) no-repeat;
    background-size: 100% 100%;
}

.menu-wrap li .icon3,
.icon_manual {
    background: url(../../../images/mobile/page/modelPromotion/icon_manual.png) no-repeat;
    background-size: 100% 100%;
}

.menu-wrap li .icon4 {
    background: url(../../../images/mobile/page/modelPromotion/icon_related.png) no-repeat;
    background-size: 100% 100%;
}

.icon_circuit_diagram {
    background: url(../../../images/mobile/page/modelPromotion/icon_circuit_diagram.png) no-repeat;
    background-size: 100% 100%;
}

.icon_technical {
    background: url(../../../images/mobile/page/modelPromotion/icon_technical.png) no-repeat;
    background-size: 100% 100%;
}

.icon_alternative_model {
    background: url(../../../images/mobile/page/modelPromotion/icon_alternative_model.png) no-repeat;
    background-size: 100% 100%;
}

.menu-wrap li.active a {
    color: #ff730d;
}
/* .menu-wrap li:hover a {
  color: #ff730d;
} */
/* .menu-wrap li:hover .icon1, */
.menu-wrap li.active .icon1,
.icon_supplier_h {
    background: url(../../../images/mobile/page/modelPromotion/icon_supplier_hover.png) no-repeat;
    background-size: 100% 100%;
}
/* .menu-wrap li:hover .icon2, */
.menu-wrap li.active .icon2,
.icon_params_h {
    background: url(../../../images/mobile/page/modelPromotion/icon_params_hover.png) no-repeat;
    background-size: 100% 100%;
}
/* .menu-wrap li:hover .icon3, */
.menu-wrap li.active .icon3,
.icon_manual_h {
    background: url(../../../images/mobile/page/modelPromotion/icon_manual_hover.png) no-repeat;
    background-size: 100% 100%;
}
/* .menu-wrap li:hover .icon4, */
.menu-wrap li.active .icon4,
.icon_related {
    background: url(../../../images/mobile/page/modelPromotion/icon_related_hover.png) no-repeat;
    background-size: 100% 100%;
}

/* .menu-wrap li.active:hover a {
  color: #ff730d;
} */

.searchList .more .icon_text_less {
    background: url(../../../images/mobile/page/modelPromotion/up.png) no-repeat;
    background-size: 100% 100%;
    width: 0.23rem;
    height: 0.16rem;
    margin-bottom: 2px;
}

.searchList .more .icon_text_more {
    display: inline-block;
    width: 0.23rem;
    height: 0.2rem;
    background: url(../../../images/mobile/page/modelPromotion/more.png) no-repeat;
    background-size: 100% 100%;
    margin-left: 0.08rem;
}