body,
html {
    height: 100%;
}

main {
    padding: 0 0.2rem 0.4rem;
    box-sizing: border-box;
}

.bgfff {
    background: #fff;
    height: 100%;
}
/* 搜索页 */
.searchBox {
    padding: 0.12rem 0 0.4rem;
}

.searchBar {
    background: #f5f5f5;
    border-radius: 2rem;
    height: 0.68rem;
    position: relative;
    display: flex;
    align-items: center;
    margin: 0 0.34rem 0.12rem;
    box-sizing: border-box;
    padding-left: 0.34rem;
}

.searchclass {
    width: 1.63rem;
    position: relative;
    border-right: 1px solid #d2d2d2;
    height: 0.38rem;
    display: flex;
    align-items: center;
    padding-right: 0.12rem;
}

.searchInput {
    display: flex;
    align-items: center;
}

.searchclass span {
    width: 1.7rem;
    height: 0.38rem;
    line-height: 0.38rem;
    font-size: 0.28rem;
    display: block;
    text-align: center;
}

    .searchclass span i {
        margin: 0 0 0 0.1rem;
        position: relative;
        background: url(../../../images/mobile/common/icon_select_down1.png) no-repeat;
        background-size: 100% 100%;
        display: inline-block;
        width: 0.24rem;
        height: 0.2rem;
    }

.ani-trform {
    animation: ani-trform 0.2s linear forwards;
}

@keyframes ani-trform {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(180deg);
    }
}

.searchclass span i img {
    float: left;
}

.searchclass .selectBox {
    position: absolute;
    left: -0.12rem;
    border: 0.02rem solid #ff8b0d;
    border-radius: 0.14rem;
    top: 0;
    background: #fff;
    width: 1.68rem;
    display: none;
    z-index: 1;
}

    .searchclass .selectBox a {
        display: block;
        line-height: 0.7rem;
        font-size: 0.24rem;
        color: #333;
        padding-left: 0.18rem;
        width: 1.68rem;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        box-sizing: border-box;
    }

        .searchclass .selectBox a.on::before {
            background-color: #ff8b0d;
        }

        .searchclass .selectBox a::before {
            display: inline-block;
            width: 0.1rem;
            height: 0.1rem;
            content: ' ';
            background-color: #ececec;
            border-radius: 100%;
            margin: 0 0.08rem 0.04rem 0;
        }

.searchBtn {
    padding: 0.54rem 0.76rem;
}

.shopSearchBtn {
    border-top: 0.01rem solid #d9d9d9;
}

.searchBtn .searchBtn-submit {
    width: 2.8rem;
    display: inline-block;
    border-radius: 0.1rem;
    text-align: center;
    line-height: 0.84rem;
    height: 0.84rem;
    color: #fff;
    font-size: 0.36rem;
}

.searchBtn .searchBtn-submit01 {
    width: 100%;
    background: #ff8b0d;
}

.searchBtn .searchBtn-submit02 {
    background: #4dbc43;
}

.searchBtn .searchBtn-submit03 {
    background: #ff8b0d;
}

.searchBtn .searchBtn-submit04 {
    background: #50b347;
    width: 100%;
}

.searchBar .icon_search {
    background: url(../../../images/mobile/common/editico02.png) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    width: 0.42rem;
    height: 0.4rem;
    margin: 0 0.1rem 0 0.2rem;
}

.searchBar input[type='text'] {
    height: 0.54rem;
    line-height: 0.54rem;
    font-size: 0.28rem;
    width: 3.6rem;
    background-color: transparent;
    -webkit-box-shadow: 0 0 0 1000px #f5f5f5 inset;
}

    .searchBar input[type='text']::placeholder {
        color: #999;
    }

.searchBar button {
    width: 1.08rem;
    height: 0.86rem;
    position: absolute;
    right: 0;
    top: 0;
    background: #fe6d14;
    border: 0;
}

    .searchBar button img {
        width: 0.39rem;
        height: 0.39rem;
    }

.searchKong {
    text-align: center;
    color: #999;
    font-size: 0.28rem;
    padding: 0.46rem 0 0.68rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .searchKong i {
        background: url(../../../images/mobile/common/editico02.png) no-repeat;
        background-size: 100% 100%;
        width: 0.42rem;
        height: 0.4rem;
        display: inline-block;
        margin-right: 0.04rem;
    }

.searchJilu {
    padding: 0 0.76rem;
}

    .searchJilu h2 {
        font-size: 0.28rem;
        color: #333333;
        line-height: 0.4rem;
        margin-bottom: 0.24rem;
        display: flex;
        justify-content: space-between;
    }

        .searchJilu h2 b .zk {
            background: url(../../../images/mobile/common/more_record_zk.png) no-repeat;
            background-size: 100% 100%;
            display: inline-block;
            width: 0.24rem;
            height: 0.24rem;
            vertical-align: middle;
            margin-left: 0.06rem;
        }

        .searchJilu h2 .del_img {
            width: 0.4rem;
            cursor: pointer;
        }

        .searchJilu h2 span {
            font-weight: 400;
            color: #999999;
            font-size: 0.24rem;
            display: flex;
            align-items: center;
            line-height: 0.4rem;
            display: none;
        }

            .searchJilu h2 span i {
                cursor: pointer;
            }

    .searchJilu ul li {
        display: flex;
        margin: 0 0.18rem 0.2rem 0;
        align-items: center;
        font-size: 0.28rem;
        padding: 0 0 0 0.28rem;
        box-sizing: border-box;
        height: 0.52rem;
        background: #f7f7f7;
        border-radius: 0.08rem;
        word-break: break-all;
        float: left;
    }

        .searchJilu ul li a {
            color: #333333;
            margin-right: 0.24rem;
        }

        .searchJilu ul li i {
            background: url(../../../images/mobile/common/del_record_one.png) no-repeat;
            background-size: contain;
            display: inline-block;
            width: 0.28rem;
            height: 0.29rem;
            padding-right: 0.16rem;
            /* display: none; */
        }

    .searchJilu div {
        padding: 0.25rem 0;
    }

.clearBtn {
    border-radius: 0.1rem;
    width: 2.7rem;
    height: 0.65rem;
    border: 1px solid #bdbdbd;
    display: inline-block;
    line-height: 0.65rem;
    color: #363636;
    font-size: 0.32rem;
    background-image: -moz-linear-gradient( 90deg, rgb(229, 229, 229) 0%, rgb(255, 255, 255) 100% );
    background-image: -webkit-linear-gradient( 90deg, rgb(229, 229, 229) 0%, rgb(255, 255, 255) 100% );
    background-image: -ms-linear-gradient( 90deg, rgb(229, 229, 229) 0%, rgb(255, 255, 255) 100% );
}

.item {
    overflow: hidden;
}

    .item h2 {
        border-bottom: 0.02rem solid #e6e6e6;
        padding-left: 0.76rem;
        line-height: 0.32rem;
        padding-top: 0.16rem;
        color: #333333;
        font-size: 0.28rem;
        padding-bottom: 0.22rem;
        font-weight: 400;
    }

        .item h2 i {
            margin: 0rem 0.12rem 0 0;
            background: url(../../../images/mobile/common/fire1.png) no-repeat;
            display: inline-block;
            background-size: 100% 100%;
            display: inline-block;
            width: 0.26rem;
            height: 0.31rem;
        }

.item-label {
    padding: 0.28rem 0.76rem 0.27rem;
    display: flex;
    flex-wrap: wrap;
}

    .item-label a {
        display: inline-block;
        padding: 0 0.22rem;
        height: 0.52rem;
        border: 0.02rem solid #333;
        border-radius: 0.1rem;
        line-height: 0.52rem;
        color: #333;
        font-size: 0.28rem;
        margin: 0 0.2rem 0.18rem 0;
        width: 48%;
        box-sizing: border-box;
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

        .item-label a:nth-child(2n) {
            margin-right: 0;
        }
/* 搜索结果 datasheet */
.res_text {
    font-size: 0.24rem;
    color: #999999;
    line-height: 0.28rem;
    padding: 0.2rem 0.22rem 0.14rem;
    box-sizing: border-box;
}

    .res_text span {
        color: #f44848;
    }

.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.56rem;
    }

    .s_table tr:last-child td:first-child {
        border-radius: 0 0 0 0.12rem;
    }

    .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;
        }

/* 筛选 */
.filterHeader {
    height: 1.96rem;
}

.shaixuan {
    position: fixed;
    top: 0.96rem;
    width: 100%;
}

.shaixuan-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 0.8rem;
    line-height: 0.8rem;
    background: #ffffff;
    color: #444444;
    font-size: 0.28rem;
}

    .shaixuan-btn i {
        background: url(../../../images/mobile/common/icon_filter.png) no-repeat;
        background-size: 100% 100%;
        display: inline-block;
        width: 0.24rem;
        height: 0.25rem;
        margin-right: 0.04rem;
    }
/* ic元器件 */
.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 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.26rem;
    }

    .icTable tr td .brand {
        max-width: 1.24rem;
    }

    .icTable tr td .pack {
        max-width: 1.4rem;
    }

    .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: 1.68rem;
    color: #ff8b0d;
    padding-right: 0;
    font-weight: 500;
    padding-left: 0rem;
    display: inline-block;
    font-size: 0.26rem;
}

.icTable tr .company {
    display: inline-block;
    border-radius: 0.06rem;
    font-size: 0.24rem;
    margin: 0.14rem 0 0 0;
    max-width: 2.64rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #999999;
}

.icTable tr td span.brand {
    padding-left: 0.3rem;
}

.icTable tr th.brand {
    padding-left: 0.39rem;
}

.icTable tr td p {
    display: flex;
    align-items: center;
}

.icComponents .icTable .page ul {
    padding-bottom: 0.2rem;
}

.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.08rem;
}

.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;
}
/* 相关参数详情 */
.more_info {
    border: 1px solid #f1f1f1;
    background: #ffffff;
    box-shadow: 0px 2px 10px 0px #f1f1f1;
    border-radius: 0.12rem;
    margin-top: 0.1rem;
}

    .more_info .title {
        background: #ffebd6;
        border-radius: 0.12rem 0.12rem 0px 0px;
        padding: 0.08rem 0.32rem;
    }

        .more_info .title h2 {
            color: #222222;
            font-size: 0.32rem;
        }

        .more_info .title p {
            font-size: 0.24rem;
            color: #999999;
            display: inline;
            margin-left: 0.24rem;
            font-weight: 400;
        }

    .more_info .body {
        padding: 0 0.32rem;
    }

    .more_info .describe {
        padding: 0.18rem 0.3rem 0.26rem 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .more_info .b_left img {
        width: 1.5rem;
        height: 1.5rem;
        object-fit: cover;
        background: #ffffff;
        border-radius: 0.04rem;
        border: 0.02rem solid #eeeeee;
    }

.b_right dl {
    max-width: 200px;
    flex-shrink: 0;
    text-align: center;
}

.b_right dd .pdf {
    background: url(../../../images/mobile/common/icon_pdf.png) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    width: 0.33rem;
    height: 0.33rem;
    margin-right: 0.08rem;
    flex-shrink: 0;
    vertical-align: text-bottom;
}

.b_right dd a {
    display: block;
    max-width: 3.4rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    border: 0.02rem solid #ff8b0d;
    border-radius: 0.26rem;
    padding: 0.08rem 0.24rem;
    line-height: 0.28rem;
    color: #222222;
    font-weight: 500;
    margin-top: 0.16rem;
    font-size: 0.24rem;
}

.describe .b_right dt img {
    width: 0.82rem;
    height: 0.82rem;
    object-fit: cover;
    background: #ffffff;
    border: 0.02rem solid #dddddd;
}

.more_info .fixedInfo {
    border-top: 0.01rem solid #e6e6e6;
    padding-top: 0.18rem;
}

    .more_info .fixedInfo li {
        margin-bottom: 0.08rem;
        line-height: 0.32rem;
        color: #222222;
        font-size: 0.24rem;
    }

        .more_info .fixedInfo li:last-child {
            margin-bottom: 0.3rem;
        }

        .more_info .fixedInfo li span {
            display: inline-block;
            color: #888888;
        }