﻿* {
    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: 100%;
}

.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: fit-content;
    overflow: hidden;
    margin-top: 16px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    grid-gap: 16px 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: initial;
    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: initial;
        flex-direction: row;
        flex-wrap: nowrap;
        width: 100%;
        align-items: center;
    }

    .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;
    }

        .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;
            }

            .search_filterDetails .tabContent .tabItem #priceRange {
                color: #5E667D;
            }

                .search_filterDetails .tabContent .tabItem #priceRange span {
                    margin-right: 20px;
                }

                .search_filterDetails .tabContent .tabItem #priceRange i {
                    padding: 0 6px;
                }

                .search_filterDetails .tabContent .tabItem #priceRange input {
                    width: 100px;
                    height: 26px;
                    background: #FFFFFF;
                    border: 1px solid #CDCFE5;
                    border-radius: 2px;
                    font-family: PingFangSC-Regular;
                    font-weight: 400;
                    font-size: 14px;
                    color: #5E667D;
                    letter-spacing: 0;
                    line-height: 26px;
                    padding-left: 10px;
                }

                    .search_filterDetails .tabContent .tabItem #priceRange input::placeholder {
                        color: #C8C8C8;
                    }

.topToolBar {
    display: flex;
    height: auto;
    padding: 25px 20px;
    flex-direction: row;
    justify-content: space-between;
    background: #FFFFFF;
    margin: 16px 0px;
    border-radius: 8px 8px 0 0;
}

    .topToolBar .topToolBar-left ul, .topToolBar .topToolBar-right ul {
        display: inline-flex;
        height: 26px;
        line-height: 26px;
        flex-direction: row;
    }

        .topToolBar .topToolBar-left ul li, .topToolBar .topToolBar-right ul li {
            display: inline-flex;
            flex-direction: row;
            align-items: center;
        }

            .topToolBar .topToolBar-left ul li:not(:last-child) {
                margin-right: 50px;
            }

            .topToolBar .topToolBar-right ul li i {
                color: #F85252;
                margin: 0px 5px;
                font-size: 16px;
            }

    .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;
    width: 592px;
    border-radius: 8px;
    overflow: hidden;
    flex-direction: row;
    flex-wrap: nowrap;
    border-radius: 8px;
    padding: 20px 20px;
    background: #FFFFFF;
}

    .pageContent-top .pageListRow .pageListImg {
        width: 160px;
        height: 160px;
        overflow: hidden;
        margin-right: 15px;
        border-radius: 7px;
        border: 1px solid #E8E8E8;
    }

        .pageContent-top .pageListRow .pageListImg img {
            width: 140px;
            width: 140px;
            object-fit: cover;
            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: 18px;
            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: 100%;
            height: auto;
        }

        .pageContent-top .pageListRow .pageListRowCont .row-info {
            width: 100%;
            height: auto;
            font-family: PingFangSC-Regular;
            font-weight: 400;
            font-size: 14px;
            color: #999999;
            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: 100%;
            }

            .pageContent-top .pageListRow .pageListRowCont .row-info ul li {
                line-height: 24px;
                display: block;
                min-height: 24px;
            }

                .pageContent-top .pageListRow .pageListRowCont .row-info ul li:last-child {
                    line-height: 36px;
                    display: block;
                    min-height: 36px;
                }

                .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-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;
}

.form-flag-success {
    padding: 3px 6px;
    background: #E2F6ED;
    border-radius: 4px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    font-size: 12px;
    color: #47B370;
    letter-spacing: 0;
}

.form-flag-warring {
    padding: 3px 6px;
    background: #FDEDEF;
    border-radius: 4px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    font-size: 12px;
    color: #E87672;
    letter-spacing: 0;
}

.form-flag-primary {
    padding: 3px 6px;
    background: #EEF2FF;
    border-radius: 4px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    font-size: 12px;
    color: #3182FF;
    letter-spacing: 0;
}

.row-info .row-info-left .form-flag-primary:not(:first-child) {
    margin-left: 20px;
}

.row-info .row-info-left .price {
    font-family: PingFangSC-Medium;
    font-weight: bold;
    font-size: 18px !important;
    color: #F85252;
    letter-spacing: 0;
    margin-left: 8px;
}

.pageContent-top .pageListRow .pageListRowCont .row-info-left .btn-details {
    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;
    width: 92px;
    text-align: left;
    padding: 0 20px;
    background-image: url(/static/img/202/m_ic_more.png);
    background-size: 14px;
    background-position-x: 58px;
    background-position-y: center;
    background-repeat: no-repeat;
    float: right;
}

.form-flag-default {
    padding: 3px 6px;
    background: #F0F2F6;
    border-radius: 4px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    font-size: 12px;
    color: #797A7C;
    letter-spacing: 0;
}
/*
.pageContent .pageSearchPanel .formSelectContainer {
    width: 300px;
    height: 30px;
    background: #FFFFFF;
    display: inline-flex;
    flex-direction: row;
    align-items: start;
    margin-right: 8px;
}

    .pageContent .pageSearchPanel .formSelectContainer .select2-selection--single {
        border: 1px solid #CDCFE5;
        border-radius: 2px;
    }

        .pageContent .pageSearchPanel .formSelectContainer .select2-selection--single .select2-selection__rendered {
            font-family: PingFangSC-Regular;
            font-weight: 400;
            font-size: 14px;
            color: #7B86A0;
            letter-spacing: 0;
        }*/

