.all-stores-main{
    height: auto;
    max-width: 1200px;
    margin:0 auto;
    padding-bottom: 40px;
}
/*冲掉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;
}
.deals-layout{
    display: flex;
    background-color: #ffffff;
    padding: 20px;
}
.bj-color-fff{
    background-color: #ffffff;
}
.dealsLeft {
    max-width: 440px;
    flex-shrink: 0;
    margin-right: 60px;
    position: relative;
}
.dealsLeft img{
    width: 100%;
    min-width: 240px;
    max-width: 400px;
    border-radius: 4px;
    border: 1px solid rgba(28,32,30,0.18);
}
.dealsRight{
    width: 60%;
}
.deal-expired-tips{
    background: #D2D2D2;
    font-size: 16px;
    font-weight: 600;
    color: #1C201E;
    line-height: 16px;
    padding: 4px 10px;
    border-radius: 2px;
    overflow: hidden;
    margin-right: 8px;
}
.dealsStoresLogo {
    width: 200px;
    max-height: 50px;
}
.dealsStoresLogo img {
    width: 100%;
}
.dealsRight-f1{
    justify-content: space-between;
    align-items: center;
}
.dealsRight-f2{
    display: flex;
    justify-content: space-between;
    width: 700px;
}
.dealsStoresTop{
    /*padding-top: 20px;*/
}
.dealsStoresName{
    font-weight: 400;
    color: #1C201E;
    line-height: 20px;
    font-size: 16px;
}
.expiredStoresName{
    font-weight: 400;
    color: #8F9391;
    text-decoration: line-through;
}
.dealsStoresBtn {
    width: 168px;
    height: 48px;
    background: #008750;
    box-shadow: 0px 6px 13px 0px rgb(8 45 30 / 22%);
    border-radius: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #ffffff;
    cursor: pointer;
}
.dealsStoresBtn:hover{
    color: #FFFFFF;
}
.dealsRight-item2{
    padding-top: 20px;
}
.d-item{
    display: flex;
    align-items: end;
    padding-top: 30px;
}
.d-item1{
    display: flex;
    align-items: center;
}
.d-item1 b.b1 {
    font-weight: 500;
    color: #1C201E;
    line-height: 30px;
    font-size: 36px;
    padding-right: 20px;
}
.d-item1 b.b2 {
    font-weight: 400;
    color: #8F9391;
    line-height: 14px;
    font-size: 14px;
    text-decoration: line-through;
    padding-right: 20px;
}
.d-item1 b.b3{
    width: 66px;
    height: 24px;
    font-size: 12px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    background: #FFE5DA;
    border-radius: 16px;
    color: #FF5306;
}
.d-item2 {
    font-weight: normal;
    color: #FF5306;
    line-height: 20px;
    font-size: 20px;
    font-style: oblique;
    padding: 20px 0 10px 0;
}
.d-item2 small {
    color: #1C201E;
    font-size: 14px;
    text-decoration: underline;
    cursor: pointer;
}
.dealsStores_new__title {
    font-size: 18px;
    font-weight: 600;
    color: #1C201E;
    line-height: 25px;
}
.coupon_code_item ul li {
    padding-top: 15px;
    color: #555856;
    font-size: 20px;
    line-height: 24px;
    overflow: hidden;
    clear: both;
    display: flex;
    align-items: center;
}
.codeitem-code-desc {
    font-size: 14px;
    font-weight: 400;
    color: #1C201E;
    line-height: 20px;
    padding-left: 10px;
}
.coupon_code_item ul li label{
    float: left;
    margin: 4px 0 0 0;
}
.coupon_code_item ul li .codeitem-code-width{
    float: left;
}
.coupon_code_item ul li b{
    font-weight: 400 !important;
}
.coupon_code_item ul li b:first-child{
    font-weight: 600 !important;
    color: #1C201E;
}
.coupon_code_item ul li .code {
    border-radius: 2px;
    border: 1px dashed #008750;
    font-weight: 400;
    color: #008750;
    font-size: 12px;
    display: inline-block;
    margin: 0 20px 0 10px;
    height: 22px;
    line-height: 18px;
    padding: 1px 8px;
    cursor: pointer;
}
.coupon_code_item ul li .d-item3{
    line-height: 36px;
}
.coupon_code_item ul li .d-item3 span{

}
.coupon_code_item ul li .d-item3 i{
    cursor: pointer;
    font-size: 20px;
    color: #008750;
}
.coupon_code_item ul li .codeitem-code{
    border-radius: 2px;
    border: 1px dashed #008750;
    padding: 0px 4px;
    font-weight: 400;
    color: #008750;
    font-size: 14px;
    height: 32px;
    min-width: 100px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 6px;
}
.coupon_code_item ul li .codeitem-code i{
    cursor: pointer;
    font-size: 20px;
    color: #008750;
    margin-left: 4px;
}
.dealsRight-item4 {
    font-size: 16px;
    font-weight: 400;
    color: #555856;
    line-height: 24px;
    padding-top: 20px;
}
.dealsRight-item5{
    font-size: 14px;
    font-weight: 400;
    color: #555856;
    line-height: 18px;
    padding-top: 8px;
}
.dealsRight-item5 a{
    color: #1C201E;
    text-decoration: underline;
}
.dealsRight-item6{
    padding-top: 20px;
    padding-bottom: 20px;
}
.dealsStores_new__title {
    font-size: 18px;
    font-weight: 600;
    color: #1C201E;
    line-height: 25px;
}

.dealsStores_new_layout {
    border-top: 1px dashed #C5C5CB;
    padding-top: 20px;
    padding-bottom: 20px;
}
.pro_descriptions_desc {
    padding-top: 15px;
    font-size: 16px;
    font-weight: 400;
    color: #555856;
    line-height: 24px;
}
.dealsPlugin {
    height: 158px;
    width: 100%;
    background: #0087501f;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
    display: none;
}
.dealsPlugin img {
    width: 156px;
}
.dealsPlugin .dealsPlugin-d1{
    font-size: 24px;
    font-weight: 500;
    color: #1C201E;
    line-height: 24px;
    padding: 0 84px 0 74px;
}
.dealsPlugin .dealsPlugin-d1 b{
    color: #FF5306;
    font-size: 30px;
}
.dealsPlugin .dealsPlugin-d2{
    width: 136px;
    height: 32px;
    background: #008750;
    box-shadow: 0px 4px 16px 0px rgb(14 32 22 / 24%);
    border-radius: 21px;
    font-weight: 500;
    color: #FFFFFF;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.dealsPlugin .dealsPlugin-d2 a{
    color: #FFFFFF;
}
.dealsPlginMerchant{
    width: 100%;
    height: 98px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #e6e6e69e;;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}
.dealsPlginMerchant img{
    width:200px;
    height: 50px;
}
.dealsPlginMerchant .dealsPlginMerchant-item{
    font-size: 18px;
    font-weight: 400;
    color: #1C201E;
    line-height: 18px;
}
.dealsPlginMerchant .dealsPlginMerchant-item a{
    text-decoration: underline;
    color: #1C201E;
    font-style: oblique;
    font-weight: bold;
}
.dealsPlginMerchant .dealsPlginMerchant-item .iconfont{
    font-size: 1rem;
    padding-left: 12px;
}
.dealsStore-ul{
    overflow: hidden;
}
.dealsStore-ul li{
    background: #FFFFFF;
    box-shadow: 0 2px 6px 1px  rgb(18 23 21 / 18%);
    border-radius: 4px;
    width: 17%;
    float: left;
    margin: 10px 18px;
    overflow: hidden;
}
.dealsStore-ul li img {
    width: 100%;
    /*height: 200px;*/
}
.dealsStore-ul .home-today-deals-list{
    height: 160px;
}
.home-today-deals-tit{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}
.deals-tit1-name{
    font-size: 24px;
    font-weight: 500;
    color: #1C201E;
    line-height: 24px;
}

@media screen and (max-width: 1720px) {
    /*.all-stores-main{*/
    /*    width: 1440px;*/
    /*}*/
    /*.dealsStore-ul li{*/
    /*    width: 14%;*/
    /*    margin: 10px 18px;*/
    /*}*/
}
@media screen and (max-width: 1430px) {
    /*.all-stores-main{*/
    /*    width: 1200px;*/
    /*}*/
    /*.dealsStore-ul li{*/
    /*    width: 17%;*/
    /*    margin: 10px 18px;*/
    /*}*/
}
@media screen and (max-width: 1200px) {
    .all-stores-main{
        width: 960px;
    }
    .dealsStore-ul li{
        width: 18%;
        margin: 10px 9px;
    }
    .dealsStore-ul .home-today-deals-list{
        height: 176px;
    }
}
.notloggedcode{
    border-radius: 2px;
    border: 1px dashed #008750;
    cursor: pointer;
    font-size: 12px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    color: #008750;
    margin-top: 15px;
    width: 120px;
}
/*第一次提醒弹窗*/
.deal-fixed-layout1,.deal-fixed-layout2{
    position: fixed;
    left: 0;
    background-color: #000000b5;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    display: none;
}
.deal-fixed-main{
    width: 460px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    border-radius: 6px;
}
.deal-fixed-close1{
    text-align: right;
    font-size: 1.2rem;
    cursor: pointer;
    padding: 14px 14px 0 0;
    color: #1A1A1A;
}
.deal-fixed-img{
    width: 160px;
    text-align: center;
    margin: 0 auto;
    max-height: 80px;
    margin-top: 30px;
}
.deal-fixed-img img{
    width: 100%;
}
.deal-get-desc{
    text-align: center;
    font-size: 18px;
    color: #1C201E;
    padding-top: 60px;
}
.deal-get-desc span{
    padding: 0 4px;
    font-size: 20px;
    color: #FF5306;
    font-style: oblique;
}
.deal-fixed-yes{
    width: 340px;
    height: 42px;
    background: #008750;
    border-radius: 21px;
    margin: 0 auto;
    font-weight: 600;
    color: #FFFFFF;
    font-size: 14px;
    text-align: center;
    line-height: 42px;
    cursor: pointer;
    margin-top: 72px;
}
.deal-fixed-no{
    font-size: 14px;
    font-weight: 600;
    color: #008750;
    text-align: center;
    padding: 20px 0 40px 0;
    cursor: pointer;
}
/*第2次弹窗*/
.deal-get-desc2{
    text-align: center;
    font-size: 18px;
    color: #1C201E;
    padding-top: 36px;
    width: 88%;
    margin: 0 auto;
    line-height: 26px;
}
.deal-get-desc2 em{
    color: #FF5306;
    font-style:oblique;
    padding: 0 2px;
}
.deal-get-desc2 b em{
    font-style: normal;
}
.deal-get-desc2 b{
    font-weight: 600;
}
.deal-get-desc2 span{
    color: #1C201E;
    font-weight: 600;
}
.deal-fixed-close2{
    text-align: right;
    font-size: 1.2rem;
    cursor: pointer;
    padding: 14px 14px 0 0;
    color: #1A1A1A;
}
.deal-fixed-img2{
    width: 160px;
    text-align: center;
    margin: 0 auto;
    max-height: 80px;
    margin-top: 30px;
}
.deal-fixed-img2 img{
    width: 100%;
}
.deal-fixed-joinnow{
    width: 340px;
    height: 42px;
    background: #008750;
    border-radius: 21px;
    margin: 0 auto;
    font-weight: 600;
    color: #FFFFFF;
    font-size: 14px;
    text-align: center;
    line-height: 42px;
    cursor: pointer;
    margin-top: 60px;
}
.deal-fixed-main .login-agreement{
    text-align: center;
    padding: 12px 10px;
    line-height: 14px;
}
.deal-layer-wrap-foot{
    width: 100%;
    height: 44px;
    background: #F1F1F1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 20px;
}
.deal-layer-wrap-foot a{
    font-size: 12px;
    font-weight: 400;
    color: #666666;
    line-height: 12px;
    display: flex;
    align-items: center;
}
.deal-layer-wrap-foot i.iconfont{
    font-size: 16px;
    margin-left: 4px;
    color: #008750;
}
.deal-layer-wrap-foot span{
    color: #008750;
    padding: 0 2px;
}
.price-details{
    cursor: pointer;
    padding-left: 16px;
}
.price-details i{
    font-size: 12px;
    color: #7E8680;
    padding-left: 4px;
}
.price-details span{
    font-size: 14px;
    font-weight: 400;
}
.price-details-pop{
    font-size: 14px;
    font-weight: 400;
    margin: -10px 0 -15px 0;
}
.price-details-pop ul{
}
.price-details-pop ul li{
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.price-details-pop ul li.pop-li1{
    color: #525855;
}
.price-details-pop ul li.pop-li1 .s2{
    text-decoration:line-through;
}
.price-details-pop ul li.pop-li2{
    color: #1C201E;
}
.price-details-pop ul li.pop-li3{
    padding-bottom: 10px;
}
.price-details-pop ul li.pop-li3 .s2 , .price-details-pop ul li.pop-li3 .s1 span a{
    font-weight: 600;
    color: #FF5306;
}
.price-details-pop ul li.pop-li4{
    font-weight: 600;
    color: #1C201E;
    padding-top: 12px;
}
.price-details-pop ul li.pop-li4 .s1{

}
.price-details-pop ul li.pop-li4 .s2{
    font-size: 20px;
}
.price-details-pop ul li .s2 {
    width: 110px;
    display: flex;
    align-items: center;
}
.price-details-pop ul li .s2 .iconfont{
    font-size: 1.2rem;
    cursor: pointer;
    color: #1C201E;
    margin-left: 4px;
}
.terms-pop-item{
    font-style: normal;
}
.terms-pop-title{
    font-size: 16px;
    font-weight: 600;
    color: #1C201E;
    line-height: 20px;
}
.terms-pop-item .terms-pop-desc{
    font-size: 14px;
    font-weight: 400;
    color: #1C201E;
    line-height: 18px;
    padding-top: 6px;
    padding-bottom: 16px;
    border-bottom: 1px solid #DCDFDE;
}
.terms-pop-item .terms-pop-desc p.istop{
    color: #FF5306;
}
.terms-pop-categories{
    padding-top: 16px;
}
.terms-pop-categories-list{
    background: #FAFAFA;
    border-radius: 4px;
    margin-top: 10px;
}
.terms-pop-categories-list ul{
    padding: 20px;
}
.terms-pop-categories-list ul li{
    font-size: 14px;
    font-weight: 600;
    color: #008750;
    line-height: 20px;
    display: flex;
    justify-content: space-between;
    padding-bottom: 14px;
}
.terms-pop-categories-list ul li .s1{
    width: 30%;
}
.terms-pop-categories-list ul li .s2{
    color: #FF5306;
    width: 20%;
    text-align: left;
}
.terms-pop-categories-list ul li:first-child{
    font-size: 14px;
    font-weight: 400;
    color: #525855;
}
.terms-pop-categories-list ul li:first-child .s1{}
.terms-pop-categories-list ul li:first-child .s2{
    color: #525855;
}
.terms-pop-categories-list ul li:last-child{
    padding-bottom: 0;
}
.terms-pop-item_hide,.price-details-pop-hide{
    display: none;
}
.price-details-pop-list {
    width: 400px;
    background: #FAFAFA;
    border-radius: 4px;
    padding: 20px 20px;
    margin-top: 10px;
}
.deals_part2_layout{
    margin-top: 20px;
    padding-bottom: 20px;
}

