body {
    background-color: #F5F5F5;
}

.bandRow {
    position: relative;
    height: 64px;
    width: 1200px;
    overflow: hidden;
    background-color: #FFFFFF;
}

.bandRow .bandRowName {
    width: 1119px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    font-size: 14px;
    color: #010101;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}

.bandRow .bandRowNames {
    width: auto;
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 0;
}

.bandRow .bandRowNames span {
    margin-left: 10px;
    cursor: pointer;
}

.bandRow .bandRowLeft {
    position: absolute;
    top: 12px;
    left: 0;
    width: 20px;
    height: 41px;
    cursor: pointer;
}

.bandRow .bandRowRight {
    position: absolute;
    top: 12px;
    right: 0;
    width: 20px;
    height: 41px;
    cursor: pointer;
}

.bandShops {
    min-width: 1200px;
    max-width: 1920px;
    margin-top: 20px;
}

.bandShop {
    display: inline-block;
    width: 380px;
    background-color: #FFFFFF;
    margin: 20px 26px 0 0;
}

.bandShop:nth-child(3n+3) {
    margin-right: 0;
}

.bandShop .bandShopTop {
    width: 380px;
    height: 120px;
    cursor: pointer;
}

.bandShop .bandShopTop img {
    width: 100%;
    height: 100%;
}

.bandShopCenter {
    height: 177px;
    align-items: center;
    border-bottom: 1px solid #D4D3D9;
}

.bandShopCenter > div {
    display: inline-block;
    margin-left: 30px;
}

.bandShopBox img {
    width: 80px;
    height: 80px;
}

.bandShopBox .bandShopBoxText {
    width: 82px;
    color: #555555;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 10px;
    text-align: center;
}

.bandShopBottom {
    height: 40px;
    background-color: #FFFFFF;
    text-align: right;
    padding: 10px;
    font-size: 16px;
    color: #555555;
}

.bandShopBottom span {
    color: #3DBB2B;
}

/* 分页 */
.pageNums {
    min-width: 1200px;
    max-width: 1920px;
    margin-top: 30px;
}

.pageNum {
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pageNum .pageCenter {
    margin: 0 20px;
}

.pageNum .pageCenter span {
    margin-right: 10px;
}

.pageNum .pageCenter span:last-child {
    margin-right: 0;
}

.pageNum .pageNumText {
    width: 30px;
    height: 30px;
    border-radius: 10px;
    line-height: 30px;
    text-align: center;
    background-color: #E9E9E9;
    color: #555555;
    font-weight: bold;
}

.pageNum .pageLast {
    background-color: #E9E9E9;
    color: #CACACA;
}

.pageNum .pageCurrent {
    background-color: #3DBB2B;
    color: #FFFFFF;
}

.page .page-r ul {
    margin: 0 auto !important;
    white-space: nowrap;
    padding-left: 45px;
}