[v-cloak]{
    display: none;
}
.active{
    height: 2800px;
    background: url("/pc/activity/images/active_double/bg.jpg") no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}
.activity-pic{
    position: relative;
}
.activity-pic img{
    width: 100%;
    height: 100%;
    display: block;
}
.active-content{
    width: 1200px;
    margin: 530px auto 0;
    padding: 40px 40px 80px 40px;
    background-color: #fff;
    border-radius: 10px;
}
.active-calendar{
    overflow: hidden;
    padding: 40px 15px;
}
.active-calendar li:nth-child(7){
    margin: 0 0 30px 0 !important;
}
.active-calendar li:nth-child(14){
    margin: 0 0 30px 0 !important;
}
.sign{
    width: 130px;
    height: 160px;
    background: url("/pc/activity/images/active_double/active_bg.png") no-repeat;
    background-size: 100% 100%;
    float: left;
    margin: 0 30px 30px 0;
    position: relative;
}
.sign .redpage{
    color: #FF481B;
    font-size: 18px;
    position: absolute;
    bottom: 8px;
    display: block;
    width: 100%;
    text-align: center;
}
.sign p{
    font-size: 22px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    font-weight: 500;
}
.sign .tag{
    position: absolute;
    top: -30px;
    background-color: #FF481B;
    padding: 0 10px;
    left: 30px;
    color: #fff;
    font-size: 18px;
    display: block;
    height: 30px;
    line-height: 30px;
    border-radius: 15px 15px 15px 2px;
}
.sign .tag-hb{
    position: absolute;
    top: -30px;
    left: 30px;
    display: block;
    background: url("/pc/activity/images/active_double/tag_hb.png") no-repeat;
    background-size: 100% 100%;
    width: 80px;
    height: 30px;
}
.sign-over{
    background: url("/pc/activity/images/active_double/active_over.png") no-repeat;
    background-size: 100% 100%;
}
.sign-hb{
    background: url("/pc/activity/images/active_double/active_hb.png") no-repeat;
    background-size: 100% 100%;
}
.sign-hbbg{
    background: url("/pc/activity/images/active_double/active_hbbg.png") no-repeat;
    background-size: 100% 100%;
}
.sign-over p{
    color: #FFEA78 !important;
}
.sign-hb p{
    color: #FFEA78 !important;
}
.active-bigbtn{
    width: 400px;
    height: 60px;
    background: linear-gradient(90deg, #FF5500, #FF4243);
    border-radius: 30px;
    margin: 0 auto;
    display: block;
    border: none;
    color: #fff;
    font-size: 32px;
    cursor: pointer;
}
.active-text{
    color: #312E2E;
    font-size: 26px;
    text-align: center;
    padding: 20px 0;
}
.active-red{
    color: #FF481B;
    font-size: 28px;
}
.active-signin{
    width: 710px;
    height: 470px;
    margin: 0 auto 30px;
    background: url("/m/activity/images/active_double/active.png") no-repeat;
    background-size: 100% 100%;
    position: relative;
}
.active-signin p:nth-child(1){
    position: absolute;
    top: 190px;
    font-size: 45px;
    font-weight: 500;
    color: #FF481B;
    text-align: center;
    width: 100%;
}
.active-signin p:nth-child(2){
    position: absolute;
    top: 250px;
    font-size: 22px;
    font-weight: 500;
    color: #FF481B;
    text-align: center;
    width: 100%;
}
.active-shadow{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,.6);
    z-index: 9;
}
.wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.dialog-text{
    background-color: #fff;
    border-radius: 6px;
    font-size: 26px;
    color: #FF412A;
    font-weight: bold;
    text-align: center;
    padding: 15px 20px;
}
.dialog-img{
    width: 720px;
    background-color: #fff;
    border-radius: 20px;
    position: relative;
}
.dialog-img p{
    font-size: 30px;
    text-align: center;
    margin-top: 20px;
    color: #333;
    font-weight: 600;
}
.dialog-img .close{
    position: absolute;
    bottom: -50px;
    font-size: 50px;
    left: 46%;
    color: #fff;
    cursor: pointer;
}
.active-dialog{
    width: 600px;
    padding: 30px;
    background: #FFFFFF;
    border-radius: 30px;
}
.active-title{
    color: #FF481B;
    font-size: 40px;
    text-align: center;
    font-weight: bold;
    padding: 20px 0;
}
.active-foot{
    padding: 20px 0;
}
.active-foot .cancelbtn{
    width: 240px;
    height: 60px;
    border: 1px solid #FF481B;
    border-radius: 40px;
    font-size: 32px;
    color: #FF481B;
    margin: 0 15px;
    background-color: #fff;
    cursor: pointer;
}
.active-foot .confirmbtn{
    width: 240px;
    height: 60px;
    border: none;
    background: linear-gradient(90deg, #FF3833, #FF5938);
    border-radius: 40px;
    font-size: 32px;
    color: #fff;
    cursor: pointer;
}
.to-fixed{
    position: fixed !important;
    z-index: 10;
    top: 0;
    width: 100%;
}
/**/
.active-head{
    position: relative;
    height: 120px;
    background: url("/pc/activity/images/active_double/active_head.png") no-repeat;
    background-size: 100% 100%;
    font-size: 28px;
    font-weight: bold;
    line-height: 138px;
    text-align: center;
    color: #fff;
}
.active-goods-content{
    width: 1200px;
    margin: 30px auto;
    border-radius: 6px;
}
.timer{
    position: absolute;
    top: 18px;
    right: 18%;
    width: 110px;
    height: 110px;
    line-height: 95px;
    text-align: center;
    display: block;
    background: url(/pc/activity/images/active_double/timer.png) no-repeat;
    background-size: 100% 100%;
    font-size: 24px;
    color: #FFEA00;
}
.active-goodslist{
    overflow: hidden;
}
.active-goodslist li{
    float: left;
    background-color: #FB5A49;
    padding: 20px;
    width: 285px;
    border-radius: 10px;
    margin-right: 20px;
    margin-bottom: 20px;
}
.active-goodslist li:nth-child(4n){
    margin-right: 0;
}
.goods-pic{
    height: 265px;
    background-color: #fff;
    position: relative;
    border-radius: 8px;
    padding: 10px;
}
.goods-pic img{
    width: 100%;
    height: 100%;
    display: block;
    margin: 0 auto;
}
.goods-info{
    font-weight: bold;
    font-size: 22px;
    color: #fff;
    height: 60px;
    overflow: hidden;
    margin: 10px 0;
    word-break: break-all;
    cursor: pointer;
}
.goods-price{
    color: #FFE431;
    margin: 10px 0;
    font-size: 30px;
}
.goods-price i{
    font-size: 20px;
}
.goods-storename{
    font-size: 22px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 10px;
}
.active-cart{
    border: none;
    color: #E40606;
    font-size: 16px;
    font-weight: bold;
    background-color: #FFE431;
    border-radius: 6px;
    padding: 5px 10px;
    vertical-align: bottom;
    cursor: pointer;
}
.nomore{
    font-size: 20px;
    text-align: center;
    color: #000;
}
/**/
.active-formal-content{
    width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
    overflow: hidden;
}
.active-quan-big{
    background: url("/pc/activity/images/active_double/quan_big.png") no-repeat;
    background-size: 100% 100%;
    position: relative;
    height: 148px;
    padding: 20px;
}
.active-quan{
    background: url("/pc/activity/images/active_double/quan1.png") no-repeat;
    background-size: 100% 100%;
    position: relative;
    height: 148px;
    padding: 20px 65px 20px 20px;
}
.active-quan-store{
    background: url("/pc/activity/images/active_double/quan2.png") no-repeat;
    background-size: 100% 100%;
    position: relative;
    height: 148px;
    padding: 12px 65px 20px 20px;
}
.quan-details{
    color: #D50000;
    font-size: 46px;
    font-weight: bold;
    margin: 10px 0 0 20px;
}
.quan-details i{
    font-size: 26px;
    margin: 0;
}
.quan-details span{
    font-size: 20px;
    font-weight: 500;
    border: 1px solid #BF2206;
    border-radius: 20px;
    padding: 2px 15px;
    vertical-align: middle;
}
.quan-info{
    color: #666666;
    font-size: 18px;
    margin-left: 20px
}
.quan-btn-big{
    position: absolute;
    top: 55px;
    right: 16px;
    width: 135px;
    color: #FFDC82;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}
.quan-details-small{
    color: #D50000;
    font-size: 36px;
    font-weight: bold;
    line-height: 38px;
}
.quan-details-small i{
    font-size: 26px;
    margin: 0;
}
.quan-details-small span{
    font-size: 20px;
    font-weight: 500;
    border: 1px solid #BF2206;
    border-radius: 20px;
    padding: 2px 15px;
    vertical-align: middle;
}
.quan-info-small{
    color: #666666;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 2px;
}
.quan-btn{
    position: absolute;
    color: #D50000;
    font-size: 28px;
    font-weight: 500;
    cursor: pointer;
    top: 0;
    right: 8px;
    width: 46px;
    text-align: center;
    line-height: 42px;
    padding: 10px 0;
}
.more{
    font-size: 26px;
    font-weight: 500;
    color: #FFFFFF;
    border-radius: 25px;
    border: 1px solid #fff;
    padding: 6px 0;
    margin: 30px auto;
    width: 230px;
    text-align: center;
    cursor: pointer;
}
.active-goodslist-formall{
    overflow: hidden;
}
.active-goodslist-formall li{
    float: left;
    background-color: #fff;
    padding: 20px;
    width: 285px;
    border-radius: 10px;
    margin-right: 20px;
    margin-bottom: 20px;
    position: relative;
}
.active-goodslist-formall li:nth-child(4n){
    margin-right: 0;
}
.goods-pic-formall{
    height: 265px;
    background-color: #fff;
    position: relative;
    border-radius: 8px;
    padding: 10px;
    cursor: pointer;
}
.goods-pic-formall img{
    width: 100%;
    height: 100%;
    display: block;
    margin: 0 auto;
}
.goods-info-formall{
    font-weight: bold;
    font-size: 24px;
    color: #333333;
    height: 30px;
    overflow: hidden;
    margin: 10px 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}
.goods-price-formall{
    color: #E90D00;
    margin: 10px 0;
    font-size: 28px;
}
.goods-price-formall i{
    font-size: 20px;
    margin: 0;
}
.goods-price-formall .del{
    color: #999999;
    text-decoration: line-through;
    font-size: 16px;
}
.goods-storename-formall{
    font-size: 22px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 10px;
}
.active-cart-formall{
    font-size: 26px;
    font-weight: bold;
    border-radius: 50%;
    cursor: pointer;
    text-align: center;
    background-color: #FF5938;
    width: 60px;
    height: 60px;
    line-height: 60px;
    color: #fff;
    position: absolute;
    bottom: 10px;
    right: 22px;
}
.store_tag{
    height: 202px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
}
.go{
    background: url("/pc/activity/images/active_double/store_go.png") no-repeat;
    background-size: 100% 100%;
}
.go2{
    background: url("/pc/activity/images/active_double/store_go2.png") no-repeat;
    background-size: 100% 100%;
}
.store-model1{
    background: url("/pc/activity/images/active_double/store_model1.png") no-repeat;
    background-size: 100% 100%;
}
.store-model2{
    background: url("/pc/activity/images/active_double/store_model2.png") no-repeat;
    background-size: 100% 100%;
}
.store-model3{
    background: url("/pc/activity/images/active_double/store_model3.png") no-repeat;
    background-size: 100% 100%;
}
.store_tag img{
    position: absolute;
    width: 120px;
    height: 120px;
    top: 30px;
    left: 130px;
    border-radius: 10px;
}
.store_tag p{
    font-size: 25px;
    color: #fff;
    width: 250px;
    margin: 50px 0 0 200px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    height: 45px;
}
.store_tag span{
    font-size: 20px;
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 5px 20px;
    color: #fff;
    text-align: center;
    margin: 5px 0 0 200px;
    max-width: 250px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    background: linear-gradient(0deg, #FF2E00, #FF5E24);
}
.store-img{
    height: 150px;
    padding: 10px;
    background-color: #fff;
    border-radius: 6px 6px 0px 0px;
}
.store-img img{
    width: 100%;
    height: 100%;
}
.store-info{
    color: #FF432D;
    font-size: 28px;
    text-align: center;
    padding: 5px 0;
    font-weight: bold;
    background-color: #FFCCC6;
    border-radius: 0px 0px 6px 6px;
}
.store-active{
    color: #fff;
    background-color: #FF5844;
}
.store-title{
    background: linear-gradient(0deg, #FF694E, #FF4137);
    border: 1px solid #FFFED6;
    border-radius: 30px;
    width: 400px;
    font-size: 30px;
    font-weight: 800;
    color: #FFFFFF;
    text-align: center;
    padding: 10px 0;
    margin: 20px auto;
}

.is-over{
    color: #333;
}
.is-none{
    color: #fff;
}
.isline{
    line-height: 32px;
}
/**/
.el-input-number__decrease,.el-input-number__increase{
    padding: 10px 0;
}
/*活动角标*/
.sale-info{
    color: #E40606;
    font-weight: bold;
    font-size: 18px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #FCED48;
    border-radius: 0 20px 0 0;
    padding: 5px 10px;
    z-index: 9;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
}
.icon-miaosha{
    position: absolute;
    top: 3px;
    left: -5px;
    background: url("/pc/img/goods_badge/icon_badge.png") no-repeat;
    background-position: 0 -600px;
    display: block;
    width: 150px;
    height: 50px;
    z-index: 9;
    background-size: 100%;
}
.icon-dpby{
    position: absolute;
    top: 3px;
    left: -5px;
    background: url("/pc/img/goods_badge/icon_badge.png") no-repeat;
    background-position: 0 -1000px;
    display: block;
    width: 200px;
    height: 50px;
    z-index: 9;
    background-size: 100%;
}
.icon-temai{
    position: absolute;
    top: 3px;
    left: -5px;
    background: url("/pc/img/goods_badge/icon_badge.png") no-repeat;
    background-position: 0 0;
    display: block;
    width: 150px;
    height: 50px;
    z-index: 9;
    background-size: 100%;
}
.icon-manze{
    position: absolute;
    top: 3px;
    left: -5px;
    background: url("/pc/img/goods_badge/icon_badge.png") no-repeat;
    background-position: 0 -450px;
    display: block;
    width: 150px;
    height: 50px;
    z-index: 9;
    background-size: 100%;
}
.icon-manjian{
    position: absolute;
    top: 3px;
    left: -5px;
    background: url("/pc/img/goods_badge/icon_badge.png") no-repeat;
    background-position: 0 -150px;
    display: block;
    width: 150px;
    height: 50px;
    z-index: 9;
    background-size: 100%;
}
.icon-manzeng{
    position: absolute;
    top: 3px;
    left: -5px;
    background: url("/pc/img/goods_badge/icon_badge.png") no-repeat;
    background-position: 0 -300px;
    display: block;
    width: 150px;
    height: 50px;
    z-index: 9;
    background-size: 100%;
}
.icon-kongxiao{
    position: absolute;
    top: 3px;
    left: -5px;
    background: url("/pc/img/goods_badge/icon_badge.png") no-repeat;
    background-position: 0 -900px;
    display: block;
    width: 150px;
    height: 80px;
    z-index: 9;
    background-size: 100%;
}
