
/*冲掉bootstrap面包屑的样式*/
.breadcrumb{
    margin-bottom: 0;
    background: none;
    padding:0.75rem 0;
}
.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: ">";
}
.breadcrumb-item.active,.breadcrumb-item a{
    color: #555856;
}
/*冲cardTable组件样式*/
.all-stores-main{
    height: auto;
    max-width: 1720px;
    margin:0 auto;
    padding-bottom: 40px;
}
.all-stores-main h3{
    font-size: 18px;
    color: #1C201E;
    font-weight: 800;
}
.merchant-list-div{
    padding-top: 22px;
}
.double-activity-ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-row-gap: 30px;
    grid-column-gap: 66px;
}
.double-activity-ul li {
    height: 140px;
    background: #FFFFFF;
    box-shadow: 0px 2px 4px 0px rgba(18, 23, 21, 0.18);
    border-radius: 10px;
    overflow: hidden;
}
.double-activity-ul li a {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
}
.new-double-item {
    display: flex;
    align-items: center;
}
.double-activity-ul li img {
    width: 140px;
}
.new-double-r {
    padding-left: 20px;
}
.all-stores-main h3 {
    font-size: 18px;
    color: #1C201E;
    font-weight: 800;
}
.n-double-cb {
    font-weight: 600;
    font-size: 16px;
    color: #FF5306;
    line-height: 16px;
    padding-top: 14px;
}
.n-double-was {
    font-weight: 400;
    font-size: 12px;
    color: #8F9391;
    line-height: 12px;
    padding-top: 14px;
}
.cpcTextTopDoms {
    font-weight: 600;
    font-size: 30px;
    color: #1C201E;
    line-height: 30px;
    padding-top: 16px;
}
.cpcTextDesc {
    font-weight: 400;
    font-size: 14px;
    color: #1C201E;
    line-height: 14px;
    padding-top: 22px;
}
.cpcTextDesc h2{
    font-size: 14px;
    display: inline;
}
.nextPageClickDiv {
    padding-top: 20px;
}
.nextPageClickItem{
    font-weight: 400;
    font-size: 16px;
    color: #1C201E;
    line-height: 16px;
    display: flex;
    justify-content: flex-end;
    cursor: pointer;
}
.nextPageClickItem:hover{
    color: #008750;
}
.nextPageClickItem i{
    font-size: 1.4rem;
}
.cpcTermsList {
    color: #6F6F6F;
    font-size: 16px;
    padding-top: 12px;
}
.cpcTermsList p {
    padding: 4px 0;
}
#cpcMerchantTerms {
    font-size: 20px;
    color: #1C201E;
}
.cpcMerchant-terms-item {
    padding-top: 30px;
}


@media screen and (min-width: 1721px) {
    .all-stores-main{
        width: 1720px;
    }
    .double-activity-ul li{
        height: 140px;
        background: #FFFFFF;
        box-shadow: 0px 2px 4px 0px rgba(18, 23, 21, 0.18);
        border-radius: 10px;
        overflow: hidden;
    }
}
@media screen and (max-width: 1720px) {
    .all-stores-main{
        width: 1440px;
    }
    .double-activity-ul{
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }

}
@media screen and (max-width: 1450px) {
    .all-stores-main{
        width: 1200px;
    }
    .double-activity-ul{
        grid-template-columns: 1fr 1fr 1fr;
    }
    .all-stores-content .left-div{
        width: 240px;
    }
    .right-cell{
        padding-right: 30px;
    }

}
@media screen and (max-width: 1200px) {
    .all-stores-main{
        width: 960px;
    }
    .featured-deals-ul li:last-child{
        display: none;
    }
    .featured-deals-ul li{
        width: 18%;
    }
    .all-stores-content .left-div{
        width: 240px;
    }
    .fs-30{
        font-size: 20px;
    }
    .right-cell{
        padding-right: 20px;
    }
    .double-activity-ul{
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 100px;
        grid-row-gap: 30px;
    }
}









