.banner-exhibition-hall {
    height: 300px;
    background: url(../images/exhibition/banner.png) repeat-x center;
    background-size: cover;
    margin-bottom: 30px;
}

.hall-list-container {
    width: 100%;
    margin: 0 auto;
    padding: 30px 20px;
    box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.15);
}

    .hall-list-container .hall-item {
        display: flex;
        line-height: 24px;
        margin-bottom: 20px;
    }

        .hall-list-container .hall-item:last-child {
            margin-bottom: 0px;
        }

        .hall-list-container .hall-item .label {
            color: #333;
            width: 70px;
            font-size: 14px;
            text-align: right;
            margin-right: 6px;
            flex-shrink: 0;
        }

            .hall-list-container .hall-item .label.en {
                width: 146px;
            }

        .hall-list-container .hall-item .item-list {
            font-size: 14px;
            display: flex;
            flex-wrap: wrap;
        }

            .hall-list-container .hall-item .item-list a {
                color: #333;
                cursor: pointer;
                margin-right: 20px;
            }

                .hall-list-container .hall-item .item-list a.active {
                    color: #0077FF;
                }

.search-box .item-list {
    position: relative;
}

    .search-box .item-list input {
        width: 300px;
        height: 40px;
        border-radius: 4px;
        border: 1px solid #ccc;
        padding-left: 40px;
        box-sizing: border-box;
    }

    .search-box .item-list .search {
        position: absolute;
        left: 10px;
        top: 10px;
        width: 20px;
        height: 20px;
    }

        .search-box .item-list .search img {
            width: 100%;
            height: 100%;
            cursor: pointer;
        }

.empty-list {
    display: flex;
    flex-direction: column;
    width: 400px;
    margin: 30px auto 80px;
}

    .empty-list img {
        width: 100%;
    }

    .empty-list .text {
        color: #666;
        text-align: center;
        font-size: 18px;
    }

/* 商品列表 exhibitor-list */
.exhibitor-list {
    width: 100%;
    margin: 30px auto;
    display: flex;
    flex-wrap: wrap;
}

    .exhibitor-list .exhibitor-item {
        width: calc(25% - 15px);
        border-radius: 6px;
        margin-right: 20px;
    }

        .exhibitor-list .exhibitor-item:nth-child(4n) {
            margin-right: 0px;
        }

        .exhibitor-list .exhibitor-item:nth-child(n + 5) {
            margin-top: 30px;
        }

        .exhibitor-list .exhibitor-item .img-box {
            overflow: hidden;
            border: 1px solid #ccc;
        }


            .exhibitor-list .exhibitor-item .img-box img {
                width: 100%;
                border-radius: 6px;
            }

        .exhibitor-list .exhibitor-item .title {
            font-size: 16px;
            color: #333;
            margin-top: 16px;
            margin-bottom: 14px;
        }

        .exhibitor-list .exhibitor-item .bottom-box {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

            .exhibitor-list .exhibitor-item .bottom-box .company {
                padding: 4px 10px;
                background: #F1F2F5;
                color: #666;
                font-size: 12px;
                line-height: 12px;
            }

            .exhibitor-list .exhibitor-item .bottom-box .text {
                font-size: 16px;
                color: #333;
            }

            .exhibitor-list .exhibitor-item .bottom-box.exhibit .text {
                display: flex;
                align-items: center;
            }

                .exhibitor-list .exhibitor-item .bottom-box.exhibit .text img {
                    cursor: pointer;
                    width: 20px;
                    height: 20px;
                    margin-right: 6px;
                }

.tips-down {
    color: #666;
    font-size: 18px;
    text-align: center;
    margin-bottom: 80px;
}

@media (max-width:750px) {
    .banner-exhibition-hall {
        /* width: 100%; */
        height: 120px;
        margin-bottom: 20px;
    }


    .hall-list-container {
        width: 90%;
        padding: 20px 10px;
    }

        .hall-list-container .hall-item {
            display: flex;
            flex-direction: column;
            margin-bottom: 16px;
        }

            .hall-list-container .hall-item:last-child {
                margin-bottom: 0px;
            }

            .hall-list-container .hall-item .label {
                margin-bottom: 6px;
                text-align: left;
            }

            .hall-list-container .hall-item .item-list a {
                margin-right: 16px;
            }

    .empty-list {
        display: flex;
        flex-direction: column;
        width: 240px;
        margin: 30px auto 80px;
    }
    /* 展品列表 */
    .exhibitor-list {
        width: 90%;
        margin: 30px auto 80px;
        display: flex;
        flex-wrap: wrap;
    }

        .exhibitor-list .exhibitor-item {
            width: 100%;
            border-radius: 6px;
            margin-right: 0px;
        }

            .exhibitor-list .exhibitor-item:nth-child(4n) {
                margin-right: 0px;
            }

            .exhibitor-list .exhibitor-item:nth-child(n + 2) {
                margin-top: 30px;
            }
}
