.left {
    width: 240px;
}

.delete-x {
    z-index: 888;
}

.right {
    width: 910px;
    margin-left: 20px;
}

.catalog {
    height: auto;
    margin-bottom: 25px;
    padding: 25px 20px 25px 20px;
    min-height: 234px;
    border: 1px solid #e4e4e4;
    border-radius: 2px;
    background-color: #F6F6F6;
}

.select-warp {
    width: 830px;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    position: relative;
}

span.arrows {
    display: block;
    background-image: url(../img/arrow_carrot-down.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    width: 20px;
    height: 20px;
    text-align: center;
    cursor: pointer;
}
/*向下*/

.select-resize {
    width: 0;
    height: 0;
    border-width: 30px 30px 0;
    border-style: solid;
    border-color: #333 transparent transparent;
    margin: 40px auto;
    position: relative;
}

    .select-resize span.arrows {
        display: block;
        width: 0;
        height: 0;
        border-width: 8px 5px 0;
        border-style: solid;
        border-color: #777 transparent transparent;
        position: absolute;
        top: 8px;
        left: 6.5px;
    }

.name-scroll li:hover {
    color: #0093e6;
}

.select-resize {
    width: 25px;
    height: 25px;
    position: relative;
    padding: 0;
    vertical-align: baseline;
    background: #fff;
    border: 1px solid #bbb;
    text-align: center;
    margin-top: -150px;
    border-radius: 2px;
    margin-right: 0px;
}

.search-k {
    border: 1px solid #ccc;
    background-color: #fff;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    position: relative;
}

    .search-k input {
        border: none;
        text-indent: 8px;
        padding: 0;
        margin: 0;
        height: 24px;
        font-size: 12px;
        color: #222;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
    }

        .search-k input::-webkit-input-placeholder {
            font-size: 12px;
            color: #d1d1d1;
        }

        .search-k input::-moz-placeholder {
            /* Mozilla Firefox 19+ */
            font-size: 12px;
            color: #d1d1d1;
        }

        .search-k input:-moz-placeholder {
            /* Mozilla Firefox 4 to 18 */
            font-size: 12px;
            color: #d1d1d1;
        }

        .search-k input:-ms-input-placeholder {
            /* Internet Explorer 10-11 */
            font-size: 12px;
            color: #d1d1d1;
        }

.name-scroll {
    height: 140px;
    overflow-y: auto;
    overflow-x: hidden;
    transition-property: height;
    transition-duration: .2s;
    transition-delay: 0s;
    transition-timing-function: ease-in-out;
    border: 1px solid #ccc;
    border-bottom: none;
    background-color: #fff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

    .name-scroll::-webkit-scrollbar {
        width: 6px;
        height: 140px;
        background-color: #fff;
        cursor: pointer;
    }

    .name-scroll::-webkit-scrollbar-button {
        display: none;
    }

    .name-scroll::-webkit-scrollbar-track {
        background-color: #fff;
    }

    .name-scroll::-webkit-scrollbar-track-piece {
        background-color: #fff;
    }

    .name-scroll::-webkit-scrollbar-thumb {
        background: #ccc;
        border-radius: 4px;
    }

    .name-scroll::-webkit-scrollbar-corner {
        background: #ccc;
    }

    .name-scroll::-webkit-scrollbar-resizer {
        background: #ccc;
    }

    .name-scroll li {
        font-size: 12px;
        color: #222;
        padding: 4px 4px 4px 8px;
        cursor: pointer;
        display: block;
        white-space: nowrap;
        box-sizing: border-box;
    }

    .name-scroll ul {
        margin-top: 1px;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }

.search-icon {
    display: inline-block;
    width: 23px;
    height: 23px;
    line-height: 23px;
    vertical-align: -5px;
    background-image: url(../img/search.png);
    background-position: center center;
    background-size: 100% 100%;
    cursor: pointer;
    position: absolute;
    right: 2px;
    bottom: 0px;
}

.select {
    margin: 0 3px 0 0;
    padding: 5px 5px 5px 0;
    min-width: 150px;
    display: inline-block;
}

    .select h2 {
        overflow-x: hidden;
        text-overflow: clip;
        white-space: nowrap;
        margin: 0;
        padding: 0 0 10px 0;
        font-size: 14px;
        color: #666;
        font-weight: bold;
    }

.name-scroll.open {
    height: 300px;
}

.check-close.active, .check-more.active {
    display: block;
}

.clear span {
    display: inline-block;
    margin: 10px 0 10px 0px;
    font-size: 14px;
    color: #ccc;
    cursor: pointer;
    pointer-events: none;
}

.clear.g span {
    color: #666;
    pointer-events: all;
}

.clear span:hover {
    color: #279ce2;
}

.keyword {
    margin: 15px 0 10px 45px;
}

button.clear {
    border: 1px solid #fe912a;
    color: #fff;
    background-color: #fe912a;
    height: 30px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    padding: 0 5px;
}

button.apply {
    border: 1px solid #279ce2;
    color: #fff;
    background-color: #279ce2;
    height: 30px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    margin-right: 20px;
    padding: 0 5px;
}

.result {
    margin-left: 20px;
}

    .result span {
        display: inline-block;
        vertical-align: -10px;
    }

.result-title {
    font-size: 14px;
    color: #999;
}

.result-result {
    color: #279ce2;
    font-size: 14px;
}

span.totate {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

.select-name {
    display: inline-block;
    padding: 4px 10px;
    border: 1px solid #ccc;
    position: relative;
    font-size: 12px;
    background: #fff;
    color: #333;
    margin-right: 15px;
    margin-bottom: 10px;
}

.clear-one {
    position: absolute;
    display: inline-block;
    right: 0;
    top: 0;
    background-color: #ccc;
    color: #fff;
    width: 12px;
    height: 12px;
    line-height: 12px;
    text-align: center;
    cursor: pointer;
    z-index: 999;
}

.show-add {
    margin: 20px 0 0 45px;
}

.add-one {
    margin-right: 10px;
}

.select-name:hover {
    border: 1px solid #0093e6;
}

    .select-name:hover i.clear-one {
        background-color: #0093e6;
    }

.false-icon {
    display: inline-block;
    width: 15px;
    height: 15px;
    line-height: 15px;
    vertical-align: -3px;
    margin-left: 8px;
    position: relative;
    background-image: url(../img/delete.png);
    background-position: center center;
    background-size: 100% 100%;
    cursor: pointer;
}

.check-more img, .check-close img {
    width: 20px;
    height: 15px;
    vertical-align: -3px;
}

.check-more, .check-close {
    display: none;
    color: #9a9a9a;
    margin-top: 5px;
    text-align: right;
}

    .check-close.active, .check-more.active {
        display: block;
    }

    .check-close img {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
    }
/* 左边导航代码 */

.one-list > li {
    margin-bottom: 5px;
    border: 1px solid #d1d1d1;
    border-radius: 3px;
    background: linear-gradient(to bottom,#fff 0,#efefef 95%);
    background: -webkit-linear-gradient(to bottom,#fff 0,#efefef 95%);
    background: -o-linear-gradient(to bottom,#fff 0,#efefef 95%);
    background: -moz-linear-gradient(to bottom,#fff 0,#efefef 95%);
}

    .one-list > li > a {
        width: 218px;
        font-weight: bold;
        white-space: nowrap;
        position: relative;
        border: 1px solid #ddd;
        border-left: none;
        border-right: none;
        border-top: none;
        border: none;
        border-radius: 2px;
        display: inline-block;
        margin: 5px 10px;
        color: #555;
        font-size: 12px;
    }

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 0 -15px 15px 0;
    font-size: 13px;
}

.one-list > li > a > span {
    display: inline-block;
    vertical-align: -2px;
    cursor: pointer;
    position: absolute;
    right: 5px;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 2;
    color: #fff;
    background-color: #279ce2;
    border-color: #279ce2;
    cursor: default;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 4px 12px;
    line-height: 1.428571429;
    text-decoration: none;
    color: #279ce2;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
    margin-top: 4px;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.two-list > li.active {
    color: #279ce2;
}

    .two-list > li.active > span {
        color: #279ce2;
    }

.l-name {
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.one-list > li > a > span:nth-child(2) {
    vertical-align: 1px;
}

.one-list > li > a > span > img {
    width: 14px;
    height: 14px;
    background: #ddd;
    border-radius: 50%;
}

.two-list {
    border-top: 1px solid #ddd;
    padding: 5px 0;
}

    .two-list > li {
        height: 24px;
        line-height: 24px;
        padding-left: 10px;
        font-size: 12px;
        cursor: pointer;
    }

        .two-list > li > a {
            display: inline-block;
            max-width: 165px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            color: #444;
        }

        .two-list > li > span {
            display: inline-block;
            vertical-align: 8px;
            color: #444;
            font-size: 12px;
        }

        .two-list > li:hover > a, .two-list > li:hover > span {
            color: #279ce2;
            cursor: pointer;
        }

        .two-list > li.active > a {
            color: #279ce2;
        }

.two-list {
    display: none;
}

    .two-list.active {
        display: block;
        background: #fff;
    }
/* 产品表格代码 */

.ui-widget.ui-widget-content {
    border: none;
}

.ui-tabs .ui-tabs-nav {
    padding: 0;
    background: #fff;
    border: none;
    border-bottom: 2px solid #279ce2;
    height: 39px;
}

    .ui-tabs .ui-tabs-nav li {
        margin: 1px 14px 0 0;
        height: 35px;
    }

        .ui-tabs .ui-tabs-nav li.ui-tabs-active {
            margin-bottom: -1px;
            padding-bottom: 1px;
            background: #279ce2;
            font-weight: normal;
        }

            .ui-tabs .ui-tabs-nav li.ui-tabs-active a {
                color: #fff;
            }

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button, .ui-button {
    color: #333;
    text-decoration: none;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid #e4e4e4;
    color: #666;
    background: -webkit-linear-gradient(#fff,#ececec);
    background: -o-linear-gradient(#fff,#ececec);
    background: -moz-linear-gradient(#fff,#ececec);
    background: linear-gradient(#fff,#ececec);
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    width: 82px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #333;
}

.key .sjx {
    display: inline-block;
    width: 0;
    height: 0;
    border-width: 8px 4px 0;
    border-style: solid;
    border-color: #999 transparent transparent;
}

.key.active .sjx {
    display: inline-block;
    width: 0;
    height: 0;
    border-width: 8px 4px 0;
    border-style: solid;
    border-color: #fff transparent transparent;
}

    .key.active .sjx.n {
        border-color: #fff transparent transparent;
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
    }

.ui-tabs {
    padding: 0;
}

    .ui-tabs .ui-tabs-panel {
        padding: 0;
    }

.dataTables_info {
    font-size: 12px;
    color: #444;
}

.commercial-match {
    display: none;
    position: fixed;
    bottom: 150px;
    left: 570px;
    /* left:340px;
	*/
    width: 40px;
    background: #fff;
    /* height:35px;
	*/
    padding-top: 2px;
    /* vertical-align:28px;
	*/
    text-align: center;
    color: #ff9600;
    font-size: 15px;
    font-weight: bold;
    border: 1px solid #ff9600;
    letter-spacing: 4px;
    /* line-height:30px;
	*/
    border-radius: 4px;
    -moz-box-shadow: 0px 0px 10px #c8c8c8;
    -webkit-box-shadow: 0px 0px 10px #c8c8c8;
    box-shadow: 0px 0px 10px #c8c8c8;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    margin: 10px 45px 10px 10px;
    cursor: pointer;
    z-index: 999;
}

    .commercial-match.active {
        background: #fe912a;
        color: #fff;
    }

    .commercial-match > p {
        margin: 5px 10px;
    }

.totail-search {
    padding: 10px;
    background: #f6f6f6;
    margin: 0;
    width: 100%;
}

.synthesize, .inventory, .price {
    width: 54px;
    height: 24px;
    line-height: 24px;
    border: 1px solid #e4e4e4;
    text-align: center;
    background: #fff;
    cursor: pointer;
}

.inventory, .synthesize {
    border-right: none;
}

.condition-search {
    font-size: 12px;
    color: #222;
    border-bottom: 2px solid #279ce2;
}

.key.active {
    background-color: #279ce2;
    color: #fff;
}

.price-range > span {
    display: inline-block;
}
/* 向上箭头 */

.to_top {
    position: absolute;
    display: inline-block;
    top: -14px;
    width: 0;
    height: 0;
    border-bottom: 6px solid #999;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
}

.line {
    position: absolute;
    display: inline-block;
    width: 2px;
    top: -8px;
    left: 2px;
    height: 10px;
    background-color: #999;
}

.key.active .to_top {
    position: absolute;
    display: inline-block;
    top: -3px;
    left: -5px;
    width: 0;
    height: 0;
    border-bottom: 6px solid #fff;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
}


.condition-search input[type=number] {
    width: 80px;
    height: 24px;
    line-height: 24px;
    border: 1px solid #e4e4e4;
    font-size: 13px;
    text-indent: 15px;
    position: relative;
}

.condition-search input[type=text] {
    width: 100px;
    height: 24px;
    line-height: 24px;
    border: 1px solid #e4e4e4;
    font-size: 12px;
    text-align: center;
}

.condition-search input[type=button] {
    width: 100px;
    height: 26px;
    line-height: 26px;
    color: #fff;
    background: #bbb;
    font-size: 12px;
    border: 1px solid #bbb;
    cursor: pointer;
    margin-left: 8px;
    padding-right: 8px;
}

.to-right img {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

.price-range {
    margin-left: 10px;
}


.in-all {
    font-size: 12px;
    color: #666;
    height: 24px;
    line-height: 24px;
    margin-left: 10px;
}

    .in-all span {
        color: #fe912a;
        font-weight: 600;
    }

.page-search {
    margin-left: 36px;
    height: 24px;
    line-height: 24px;
}

    .page-search > span {
        display: block;
    }

        .page-search > span > i {
            color: #279ce2;
            font-style: normal;
        }

    .page-search > div > span {
        display: inline-block;
        height: 22px;
        border: 1px solid #ccc;
        width: 50px;
        text-align: center;
        cursor: pointer;
        background: #fff;
    }

    .page-search > div {
        margin-left: 10px;
    }

        .page-search > div > span > img {
            height: 14px;
            width: 18px;
            vertical-align: 0px;
        }

.to-right {
    background-color: #fff;
    margin-left: -5px;
}
/* 商品表格代码 */

.data-part {
    padding: 20px 6px;
    border-bottom: 1px solid #d1d1d1;
}

.top-img {
    border: 1px solid #e4e4e4;
    width: 90px;
    height: 90px;
}

    .top-img img {
        width: 87px;
        height: 87px;
    }

.bottom-img > div.db {
    margin-right: 10px;
    cursor: pointer;
}

.bottom-img > div {
    border: 1px solid #e4e4e4;
    color: #898989;
    margin: 10px 0;
    width: 90px;
    text-align: center;
    font-size: 12px;
    padding: 3px 3px;
}

    .bottom-img > div:hover {
        border: 1px solid #279ce2;
        background-color: #fff;
        color: #279ce2;
    }

    .bottom-img > div.btn {
        border: 1px solid #279ce2 !important;
        background-color: #fff;
        color: #279ce2;
    }

.product-img {
    width: 95px;
}

.part-message {
    width: 400px;
    margin-left: 22px;
}

    .part-message > div {
        line-height: 30px;
        font-size: 12px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

        .part-message > div.product-title {
            font-size: 15px;
            font-weight: 600;
            color: #279ce2;
        }

.p-name-title {
    color: #9a9a9a;
}

.left-tiered-title {
    height: 30px;
    line-height: 30px;
    text-align: right;
    color: #444;
    font-weight: bold;
}

.upload-txt > span {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #fe912a;
}

    .upload-txt > span > img {
        vertical-align: -5px;
        margin-right: -4px;
        width: 25px;
    }

.tiered-price {
    margin: 0 20px 0 20px;
    font-size: 12px;
}

.tiered li {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 22px;
    text-align: right;
    /* line-height: 1.5; */
    color: #444;
}

.fr {
    padding: 0;
}

.chinese li {
    color: #ff7900;
    /* margin: 2px 0; */
    width: 100%;
    height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /* line-height: 1.5; */
    padding-left: 18px;
    /* text-align: left; */
}

.condition-search input[type=button]:hover {
    background-color: #279ce2;
    border-color: #279ce2;
}

.left-tiered {
    width: 115px;
    margin-right: 8px;
}

.chinese.active, .tiered.active {
    max-height: none;
    height: auto;
    overflow: visible;
}

.right-tiered {
    width: 115px;
}

.right-tb {
    font-size: 12px;
    color: #444;
    width: 100px;
}

    .right-tb a {
        display: block;
        width: 74px;
        height: 25px;
        line-height: 25px;
        text-align: center;
    }

        .right-tb a.buy {
            background-color: #279ce2;
            color: #fff;
            border: 1px solid #279ce2;
            margin: 8px 0;
            border-radius: 3px;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            -ms-border-radius: 3px;
            -o-border-radius: 3px;
            cursor: pointer;
        }

        .right-tb a:hover {
            background-color: #1688cc;
        }

        .right-tb a.ask {
            background-color: #fff;
            color: #279ce2;
            border: 1px solid #279ce2;
            border-radius: 3px;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            -ms-border-radius: 3px;
            -o-border-radius: 3px;
            cursor: pointer;
        }

            .right-tb a.ask:hover {
                background-color: #ecf8ff;
            }

.data-part:hover {
    background-color: #f7f7f7;
    cursor: pointer;
}
/* 筛选条件代码 */

.filtrate {
    margin-bottom: 30px;
}

.filter-left {
    width: 85px;
    padding-top: 15px;
    text-align: center;
    font-size: 12px;
    color: #717171;
    background: #f3f3f3;
    letter-spacing: 6PX;
}

.filter-right {
    width: 822px;
    background-color: #fff;
    border-left: 1px solid #ddd;
}

.section ul li .section-id {
    vertical-align: -2px;
}

.section ul li {
    display: inline-block;
    font-size: 12.4px;
    color: #444;
    cursor: pointer;
    white-space: nowrap;
    margin: 0px 15px 2px 0;
    width: 22%;
    line-height: 26px;
    position: relative;
}

.section .kk {
    border: 1px solid #ddd;
    width: auto;
    cursor: pointer;
    white-space: nowrap;
    margin: 0px 15px 8px 0;
    display: inline-block;
    font-size: 12px;
}

    .section .kk:hover {
        border: 1px solid #279ce2;
    }

.section ul li:hover {
    color: #279ce2;
}

.btn-select {
    margin: 10px 15px 0 0;
}

.btn-mm {
    border: 1px solid #cdcdcd;
    padding: 2px 5px;
    color: #9a9a9a;
    font-size: 12px;
    cursor: pointer;
    margin-bottom: 10px;
}

.section ul li span {
    vertical-align: bottom;
}

.section-txt {
    display: inline-block;
    max-width: 100px;
    margin-right: -2px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.section-l {
    display: inline-block;
}

.btn-mm:hover {
    border: 1px solid #279ce2;
    color: #279ce2;
}

.no-letter {
    letter-spacing: 0;
}

.eliminate {
    display: none;
}

.section ul li.kk {
    line-height: normal;
}

.section .kk span.delete-x {
    display: inline-block;
    text-align: center;
    width: 20px;
    height: 21px;
    vertical-align: 0px;
    background: -webkit-linear-gradient(#fff,#ececec);
    background: -o-linear-gradient(#fff,#ececec);
    background: -moz-linear-gradient(#fff,#ececec);
    background: linear-gradient(#fff,#ececec);
    border-left: 1px solid #ddd;
    font-size: 14px;
    color: #666;
}

span.delete-x:hover {
    background-color: #279ce2;
}

.rr {
    max-width: 100%;
    margin-right: 5px;
}

.filtrate-one {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background-color: #f3f3f3;
}

.section .kk:hover {
    border: 1px solid #279ce2;
    color: #333;
}

    .section .kk:hover .delete-x {
        text-align: center;
        background: #279ce2;
        border-left: 1px solid #279ce2;
        color: #fff;
    }

.section ul li.kk .section-txt {
    display: inline-block;
    min-width: 50px;
    max-width: none;
    height: 21.5px;
    line-height: 21px;
    margin-right: 5px;
    font-size: 12px;
    color: #333;
}

.selected-condition {
    margin-top: 18px;
}

.selected-content span {
    display: inline-block;
    font-size: 13px;
    color: #279ce2;
}

.select-gou {
    vertical-align: 0px;
    margin-right: 0px;
}

.selected-title {
    width: 75px;
    font-size: 12px;
    color: #999;
    height: 24px;
    line-height: 24px;
}

.selected-content {
    width: 665px;
}

.selected-part {
    margin: 0px 18px 7px 0;
}

.selected-btn {
    text-align: center;
    margin-top: 15px;
    font-size: 13px;
}

    .selected-btn button {
        width: 48px;
        height: 26px;
        margin: 0 10px;
        cursor: pointer;
    }

button.yes {
    background-color: #279ce2;
    color: #fff;
    border: 1px solid #279ce2;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

button.reduce {
    background-color: #fff;
    color: #999;
    border: 1px solid #ccc;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
/* 收起 */

.pack-up {
    display: none;
}

    .pack-up span:nth-child(2) img {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
    }
/* 分页代码 */

.paging {
    margin: 20px 0;
    text-align: right;
    color: #444;
}

    .paging > span {
        font-size: 12px;
        display: inline-block;
        padding: 3px 10px;
        border: 1px solid #ccc;
        margin: 0 3px;
    }

        .paging > span.total-record {
            border: none;
            color: #333;
        }

            .paging > span.total-record.active {
                border: none;
                color: #279ce2;
            }

            .paging > span.total-record:hover {
                border: none;
                color: #279ce2;
                background-color: transparent;
            }

        .paging > span:hover {
            background-color: #279ce2;
            color: #fff;
            border: 1px solid #279ce2;
            cursor: pointer;
        }

        .paging > span.active {
            background-color: #279ce2;
            color: #fff;
            border: 1px solid #279ce2;
            cursor: pointer;
        }

#pageNav {
    display: inline-block;
}

    #pageNav a {
        display: inline-block;
        padding: 2px 10px;
        border: 1px solid #ddd;
        margin: 0 5px;
    }
/* 

/* 顶部厂商信息代码 */

.c-nav {
    margin-bottom: 20px;
}

.c-product-nav-img img {
    width: 185px;
    height: 65px;
    border: 1px solid #ddd;
}

.c-product-nav {
    padding: 30px 25px;
    font-size: 16px;
}

.c-product-nav-introduce {
    margin-left: 30px;
}

.manufacturer-title {
    color: #666;
}

.manufacturer-content {
    color: #333;
}

.f-project-nav {
    border-bottom: 2px solid #FF6700;
}

    .f-project-nav > span {
        display: inline-block;
        color: #808080;
        cursor: pointer;
        /* float: left; */
        font-size: 16px;
        font-weight: bold;
        height: 53px;
        line-height: 60px;
        /* position: relative; */
        text-align: center;
    }

.pdg_top {
    border-bottom: 1px solid #dfdfdf;
    color: #6e6e6e;
    font-family: "微软雅黑";
    font-size: 16px;
    height: auto;
    letter-spacing: 1px;
    margin: 15px 0;
    padding-bottom: 5px;
    padding-left: 1px;
    width: 100%;
}

    .pdg_top a {
        color: #333;
    }

        .pdg_top a:link, .pdg_top a:visited {
            /* color: #fff; */
            text-decoration: none;
            color: #333;
        }
/* 不做任何操作时 */

/* 1，选项框为720px */

/* 多选更多存在 */

/* 纵向滚动条不可行 */

/* 确定取消隐藏 */

.section {
    padding: 0 0 0 30px;
    width: 740px;
    min-height: 31px;
    margin: 10px 0;
}

    .section ul {
        list-style: none;
        max-height: 82px;
        overflow: hidden;
    }

.selected-condition {
    display: none;
}
/* 点击多选时的情况 */

/* 1，多选等全部隐藏 */

/* 2，可纵向滚动条 */

/* 3，选项框宽度变宽 */

/* 添加 more-choice*/

.filter-right.more-choice .section {
    width: 770px;
}

.filter-right.more-choice ul {
    overflow-y: auto;
    max-height: 330px;
}

.filter-right.more-choice .btn-select {
    display: none;
}

.filter-right.more-choice .selected-condition {
    display: block;
}

.filter-right .section-txt.rr {
    display: inline;
    color: #333;
    font-size: 12px;
}

/* 点击确定后 */

/* 1，清除按钮出现，其他隐藏 */

/* 选项框宽度变窄 720px */

/* 确定是否选择了参数，如果没有，则提示 */

/* 增加ensure */

.filter-right.ensure .section {
    width: 715px;
}

.filter-right.ensure ul {
    overflow-y: auto;
}

.filter-right.ensure .selected-condition {
    display: none;
}

.filter-right.ensure .btn-select {
    display: block;
}

    .filter-right.ensure .btn-select > div {
        display: none;
    }

    .filter-right.ensure .btn-select .eliminate {
        display: block;
        padding: 2px 10px;
        z-index: 888;
        cursor: pointer;
    }
/* ×全部点击完以及点击清除时的效果以及点击取消时的效果 */

/* 移除所有的附加class */

/* 点击更多的效果 */

.filter-right.look-more .even-more {
    display: none;
}

.filter-right.look-more .pack-up {
    display: block;
}

.filter-right.look-more ul {
    overflow-y: auto;
    max-height: 330px;
}

.filter-right.look-more .selected-condition {
    display: none;
}

/* 点击收起的效果 */

.filter-right.fewer .even-more {
    display: block;
}

.filter-right.fewer .pack-up {
    display: none;
}

.right-tb > div {
    margin-top: 3px;
    line-height: 20px;
}

.right-tb span.fir {
    width: 50px;
    display: inline-block;
    text-align: right;
}

#pageNav a {
    color: #666;
}

    #pageNav a.active {
        color: #279ce2;
        border-color: #279ce2;
    }

.right span {
    margin-left: 0 !important;
}

.name-scroll li.blue {
    color: #279ce2;
    background: #fff;
}

.name-scroll li.gary {
    color: #ddd;
    pointer-events: none;
    cursor: default;
}

.name-scroll li.active {
    background-color: #0093e6;
    color: #fff;
}

.name-scroll li.blue.active {
    background-color: #0093e6;
    color: #fff;
}

.name-scroll li.gary.active {
    background-color: #0093e6;
    color: #fff;
}

.section .right span {
    margin-left: auto;
}

#tab:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #279ce2;
}

#tab > li {
    display: inline-block;
    width: 100px;
    /*margin-left: -1px;*/
    line-height: 35px;
    text-align: center;
    margin-right: -5px;
    background-color: #fff;
    /* border-radius: 3px; */
    /*border-top-left-radius: 3px;
    border-top-right-radius: 3px;*/
    border: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    color: #666;
    background: -webkit-linear-gradient(#fff,#ececec);
    background: -o-linear-gradient(#fff,#ececec);
    background: -moz-linear-gradient(#fff,#ececec);
    background: linear-gradient(#fff,#ececec);
    cursor: pointer;
}

    #tab > li > a {
        color: #279ce2;
    }

    #tab > li.active {
        background: #279ce2;
        border: 1px solid #279ce2;
    }

    #tab > li > a {
        color: #333;
    }

    #tab > li.active > a {
        color: #fff;
    }

.clearfix::before {
    display: none;
}

.clearfix::after {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}

.p-name-content {
    width: 60%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.add-tool {
    display: none;
    position: absolute;
    left: -5px;
    top: 20px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #666;
    z-index: 999;
    padding: 0px 5px;
    border-radius: 15px;
    color: #666;
    font-size: 12px;
    transform: scale(.9);
}

.section-txt a {
    color: #333;
}

    .section-txt a:hover {
        color: #279ce2;
    }

.add-tool::after {
    content: "";
    position: absolute;
    top: -5px;
    left: 25%;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 5px solid #666;
}

.add-tool.active {
    display: block;
}

.p-name-content a {
    color: #444;
}

.price-range > span {
    position: relative;
}

    .price-range > span > i {
        display: inline-block;
        position: absolute;
        font-size: 14px;
        color: black;
        font-weight: normal;
        height: 100%;
        left: 1px;
        top: 3px;
        z-index: 1;
        font-style: normal;
    }
