﻿* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-size: 14px;
    text-decoration: none;
    list-style: none;
}

body {
    background: #EBEFF6 url('/static/img/600/top_bg.png') top left no-repeat;
    background-size: cover;
}

.pageBanner {
    width: 100%;
    height: 200px;
    background-image: url('/static/img/600/banner.png');
    background-size: cover;
    background-position-x: left;
    background-position-y: top;
    background-repeat: no-repeat;
}

.pageContainer {
    height: auto;
    width: 1200px;
    margin: 0 auto;
    margin-top: 16px;
}

.pageBot {
    height: 120px;
    width: 1200px;
    margin: 0 auto;
}

    .pageBot img {
        height: 120px;
        width: 1200px;
        object-fit: cover;
    }

.pageContent {
    width: 1200px;
    height: auto;
}

.pageContainer .pageNavi {
    height: auto;
    width: 1200px;
    margin: 0 auto;
    color: #888888ff;
    font-size: 14px;
    font-face: PingFangSC;
    font-weight: 500;
    text-align: left;
    line-height: 20px;
    padding: 10px 0px;
    font-weight: bold;
}

    .pageContainer .pageNavi ul {
        display: flex;
        flex-direction: row;
    }

    .pageContainer .pageNavi .pageNavi_active {
        text-align: left;
        color: #333333ff;
    }

.nav-front {
    width: 10px;
    height: 10px;
    display: inline-block;
    background-image: url('/static/img/600/ic_1-w.png');
    background-size: cover;
    background-position-x: left;
    background-position-y: top;
    background-repeat: no-repeat;
    margin-right: 4px;
}

.nav_separate {
    display: inline-block;
    padding: 0 5px;
    color: #888888ff;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    margin: 0;
    padding: 0;
    list-style: none; /*去掉li左侧的点*/
    color: #888888ff;
}

a {
    text-decoration: none;
}

    a:hover, a:visited, a:link, a:active {
        color: inherit;
    }

.pageContent-top {
    width: 100%;
    height: auto;
    border-radius: 8px;
    padding: 0px 20px;
    background: #FFFFFF;
    overflow: hidden;
    margin-top: 16px;
}

.pageContent .search_keyWords {
    width: 600px;
    height: 60px;
    box-shadow: 0 0 20px 0 #1f358e29;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin: 0px auto;
    margin-top: 33px;
}

    .pageContent .search_keyWords #KeyWords {
        width: 480px;
        height: 60px;
        background: #FFFFFF;
        padding: 22px 0 22px 16px;
        border-radius: 8px 0 0 8px;
    }

    .pageContent .search_keyWords button {
        width: 120px;
        height: 60px;
        background: #3182FF;
        border-radius: 0 8px 8px 0;
        font-family: PingFangSC-Medium;
        font-weight: 500;
        font-size: 18px;
        color: #FFFFFF;
        letter-spacing: 0;
        text-align: right;
        padding-right: 28px;
        background-image: url('/static/img/202/ic_搜索.png');
        background-size: 20px;
        background-position-x: 26px;
        background-position-y: center;
        background-repeat: no-repeat;
        cursor: pointer;
    }

.search_filter {
    display: flex;
    overflow: hidden;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 20px 0 10px 20px;
    height: auto;
    background-color: #ffffff;
    line-height: 24px;
    width: 100%;
    margin-top: 30px;
}

    .search_filter .tit {
        width: 106px;
        text-align: left;
        height: 26px;
        display: inline-flex;
        flex-shrink: 0;
    }

    .search_filter #filterTags {
        display: inline-flex;
        overflow: hidden;
        flex-direction: row;
        flex-wrap: wrap;
        flex-shrink: 1;
    }

        .search_filter #filterTags .tag {
            display: inline-flex;
            overflow: hidden;
            flex-direction: row;
            flex-wrap: nowrap;
            height: 26px;
            background: #F0F4FF;
            border-radius: 2px;
            padding: 0 10px;
            align-items: center;
            margin-right: 10px;
            margin-bottom: 10px;
            color: #3182FF;
        }

            .search_filter #filterTags .tag a {
                display: inline-block;
                width: 10px;
                height: 10px;
                background-image: url('/static/img/202/s_ic_close.png');
                background-size: cover;
                background-position-x: left;
                background-position-y: top;
                background-repeat: no-repeat;
                margin-left: 6px;
                cursor: pointer;
            }

        .search_filter #filterTags button {
            width: 88px;
            height: 26px;
            line-height: 26px;
            text-align: center;
            background: #3182FF;
            border-radius: 2px;
            font-weight: 400;
            font-size: 14px;
            color: #FFFFFF;
            letter-spacing: 0;
            cursor: pointer;
        }

.search_filterDetails {
    display: flex;
    overflow: hidden;
    flex-direction: column;
    flex-wrap: nowrap;
    padding: 20px 0 10px 20px;
    height: auto;
    background-color: #ffffff;
    line-height: 24px;
    width: 100%;
    margin-top: 10px;
}

    .search_filterDetails .industryDetails {
        display: flex;
        overflow: hidden;
        flex-direction: row;
        flex-wrap: nowrap;
        width: 100%;
    }

    .search_filterDetails .tit {
        width: 106px;
        text-align: left;
        height: 26px;
        display: inline-flex;
        flex-shrink: 0;
    }

    .search_filterDetails .industryDetails .chks {
        color: #5E667D;
        display: inline-flex;
        overflow: hidden;
        flex-direction: row;
        flex-wrap: wrap;
        flex-shrink: 1;
    }

        .search_filterDetails .industryDetails .chks .layui-form-checkbox {
            margin-bottom: 10px !important;
            width: 265px !important;
        }

    .search_filterDetails .tabContent {
        display: flex;
        overflow: hidden;
        flex-direction: row;
        flex-wrap: nowrap;
        width: 100%;
        margin-top: 20px;
        align-items: center;
    }

        .search_filterDetails .tabContent .tabItem {
            display: flex;
            overflow: hidden;
            flex-direction: row;
            flex-wrap: nowrap;
            width: 100%;
        }

            .search_filterDetails .tabContent .tabItem a {
                display: inline-block;
                height: 26px;
                background: #ffffff;
                border-radius: 2px;
                text-align: center;
                line-height: 26px;
                margin-right: 10px;
                cursor: pointer;
                padding: 0 10px;
                color: #5E667D;
            }

            .search_filterDetails .tabContent .tabItem .active {
                background: #F0F4FF;
                color: #3182FF;
            }

.pageContent-top .topToolBar {
    display: flex;
    height: auto;
    padding: 20px 0;
    flex-direction: row;
    justify-content: space-between;
    background: #FFFFFF;
}

    .pageContent-top .topToolBar .topToolBar-left ul, .pageContent-top .topToolBar .topToolBar-right ul {
        display: inline-flex;
        height: 26px;
        line-height: 26px;
        flex-direction: row;
    }

        .pageContent-top .topToolBar .topToolBar-left ul li, .pageContent-top .topToolBar .topToolBar-right ul li {
            display: inline-flex;
            flex-direction: row;
            align-items: center;
        }

            .pageContent-top .topToolBar .topToolBar-right ul li button {
                width: 88px;
                height: 26px;
                background: #3182FF;
                border-radius: 2px;
                font-family: PingFangSC-Regular;
                font-weight: 400;
                font-size: 14px;
                color: #FFFFFF;
                letter-spacing: 0;
                line-height: 26px;
            }

                .pageContent-top .topToolBar .topToolBar-right ul li button:hover {
                    cursor: pointer;
                }

            .pageContent-top .topToolBar .topToolBar-left ul li:not(:last-child) {
                margin-right: 50px;
            }

.topToolBar .sort {
    display: flex;
    align-items: center;
    cursor:pointer;
}


.topToolBar .sort .sort_state {
    display: inline-flex;
    width: 16px;
    height: 16px;
    flex-direction: column;
    position: relative;
    justify-content: space-between;
}

.topToolBar .sort i {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    margin-left: 5px;
}
.topToolBar .sort[data-order="asc"] i:first-child  {
    border-bottom: 5px solid #3383FF;
}
.topToolBar .sort[data-order="asc"] i:nth-child(2) {
    border-top: 5px solid #D9D9D9;
}
.topToolBar .sort[data-order="desc"] i:first-child  {
    border-bottom: 5px solid #D9D9D9;
}
.topToolBar .sort[data-order="desc"] i:nth-child(2) {
    border-top: 5px solid #3383FF;
}


.pageContent-top .pageListRow {
    display: flex;
    overflow: hidden;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 20px 0;
    box-shadow: inset 0 1px 0 0 #EDEFF8;
}

    .pageContent-top .pageListRow .pageListImg {
        display: flex;
        width: 160px;
        height: 160px;
        overflow: hidden;
        margin-right: 15px;
        border-radius: 7px;
        border: 1px solid #333333;
        justify-content: center;
        align-items: center;
    }

        .pageContent-top .pageListRow .pageListImg img {
            max-width: 160px;
            max-height: 160px;
            object-fit: contain;
            transition: all .3s;
        }

            .pageContent-top .pageListRow .pageListImg img:hover {
                transform: scale(1.08) translate3d(0, 0, 0);
            }

    .pageContent-top .pageListRow .pageListRowCont {
        flex: 1;
        display: inline-flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
    }

        .pageContent-top .pageListRow .pageListRowCont .row-title {
            width: 100%;
            line-height: 22px;
            font-family: PingFangSC-Medium;
            font-size: 16px;
            color: #333333;
            letter-spacing: 0;
            font-weight: bold;
        }

            .pageContent-top .pageListRow .pageListRowCont .row-title a {
                font-size: inherit;
                font-weight: inherit;
                margin-right: 16px;
            }

        .pageContent-top .pageListRow .pageListRowCont .rowCont-left {
            width: 680px;
            height: auto;
        }

        .pageContent-top .pageListRow .pageListRowCont .row-info {
            width: 100%;
            height: auto;
            font-family: PingFangSC-Regular;
            font-weight: 400;
            font-size: 14px;
            color: #666666;
            letter-spacing: 0;
            margin-top: 8px;
            margin-bottom: 20px;
            display: inline-flex;
            flex-direction: row;
            flex-wrap: nowrap;
        }

            .pageContent-top .pageListRow .pageListRowCont .row-info .row-info-left {
                width: 310px;
                margin-right: 60px;
            }

            .pageContent-top .pageListRow .pageListRowCont .row-info ul li {
                line-height: 24px;
                display: block;
                min-height: 24px;
            }

                .pageContent-top .pageListRow .pageListRowCont .row-info ul li label {
                    font-size: 14px;
                }

                .pageContent-top .pageListRow .pageListRowCont .row-info ul li span:not(.form-flag-primary) {
                    font-size: 14px;
                }

        .pageContent-top .pageListRow .pageListRowCont .rowCont-right {
            padding-top: 30px;
        }

            .pageContent-top .pageListRow .pageListRowCont .rowCont-right .btns a {
                display:block;
                height: 36px;
                line-height: 36px;
                background: #3182FF;
                border-radius: 23px;
                font-family: PingFangSC-Regular;
                font-weight: 400;
                font-size: 16px;
                color: #FFFFFF;
                letter-spacing: 0;
                cursor: pointer;
            }

            .pageContent-top .pageListRow .pageListRowCont .rowCont-right .btns .btn-details {
                width: 124px;
                text-align: left;
                padding: 0 20px;
                background-image: url(/static/img/202/m_ic_more.png);
                background-size: 14px;
                background-position-x: 90px;
                background-position-y: center;
                background-repeat: no-repeat;
                margin-right: 10px;
            }

            .pageContent-top .pageListRow .pageListRowCont .rowCont-right .btns #btn-collect {
                width: 106px;
                text-align: right;
                padding: 0 24px;
                background-image: url(/static/img/202/l_ic_收藏.png);
                background-size: 20px;
                background-position-x: 24px;
                background-position-y: center;
                background-repeat: no-repeat;
            }

                .pageContent-top .pageListRow .pageListRowCont .rowCont-right .btns #btn-collect[data-status='0'] {
                    background-image: url(/static/img/203/ic_收藏.png);
                }

.pageContent-bot {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 50px 0 30px 0;
}

#pagingControl .layui-laypage-count, #pagingControl .layui-laypage-refresh, #pagingControl .layui-laypage-skip {
    background-color: inherit;
}

.layui-form-checked[lay-skin=primary] i {
    border-color: #3182FF !important;
    background-color: #3182FF !important;
    color: #ffffff !important;
    font-weight: bold;
}

.layui-form-checkbox[lay-skin=primary]:hover i {
    border-color: #3182FF !important;
}

.layui-form-radio > i:hover, .layui-form-radioed > i {
    color: #ffffff !important;
}

.tabContent .areaSel {
    display: inline-flex;
    flex-direction: row;
    height: fit-content;
    width: fit-content;
    align-items: center;
}

    .tabContent .areaSel select {
        min-width: 150px;
        height: 36px;
        border: 1px solid #d2d2d2;
        color: #5f5f5f;
        margin-right: 10px;
    }

/*点我求购 按钮弹窗 START*/

.pulish {
    display: none;
}

    .pulish .codeBtn {
        width: 115px;
        height: 36px;
        background: #3182FF;
        border-radius: 2px;
        font-weight: 500;
        font-size: 14px;
        color: #FFFFFF;
        letter-spacing: 0;
        line-height: 16px;
    }

    .pulish .pulish-item {
        display: flex;
        margin-bottom: 16px;
        align-items: center;
    }

    .pulish .pulish-authed {
        display: none;
    }

    .pulish .pulish-item .form-title {
        width: 76px;
        text-align: right;
        font-weight: 500;
        font-size: 14px;
        color: #666666;
        letter-spacing: 0;
        text-align: right;
        line-height: 16px;
        margin-right: 20px;
    }

    .pulish .pulish-item .form-value {
        flex: 1;
    }

    .pulish .pulish-item .pulish-unauth-value,
    .pulish .pulish-item .selectIndustry {
        background: #FFFFFF;
        border: 1px solid #CDCFE5;
        border-radius: 2px;
        font-weight: 400;
        font-size: 14px;
        color: #7B86A0;
        letter-spacing: 0;
        line-height: 16px;
        padding: 10px;
    }

    .pulish .pulish-item textarea {
        height: 160px;
        background: #FFFFFF;
        border: 1px solid #CDCFE5;
        border-radius: 2px;
    }

    .pulish .pulish-footer {
        text-align: center;
    }

        .pulish .pulish-footer button {
            width: 140px;
            height: 50px;
            border-radius: 25px;
            margin: 30px 10px;
            font-weight: 400;
            font-size: 16px;
            letter-spacing: 0;
            text-align: center;
            line-height: 16px;
        }
/*点我求购 按钮弹窗 END*/