/*返利规则弹窗*/
.rebate-pop {
    box-shadow: none !important;
    border: none !important;
    background: none !important;
    width: 6rem;
    max-height: 100vh !important;
    overflow: auto;
    color: #323232;
}

.rebate-pop .box {
    width: 100%;
    padding: 0.32rem;
    background-color: #fff;
    border-radius: 0.08rem;
    box-sizing: border-box;
}

.rebate-pop .box .title {
    position: relative;
    height: 0.48rem;
    line-height: 0.48rem;
    font-size: 0.32rem;
    text-align: center;
    margin-bottom: 0.16rem;
}

.rebate-pop .title .close {
    position: absolute;
    top: 0;
    right: 0;
    width: 0.32rem;
    height: 0.32rem;
    background-image: url('/h5/activity/images/special/weekly/icon_close.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.rebate-pop .info {
    text-align: center;
    font-size: 0.24rem;
}

.rebate-pop table {
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    line-height: 0.6rem;
    margin-top: 0.16rem;
}

.rebate-pop table td {
    width: 30%;
    font-size: 0.22rem;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.rebate-pop table td:nth-child(-n+2) {
    width: 20%;
}

/*活动细则弹窗*/
.active-pop {
    box-shadow: none !important;
    border: none !important;
    background: none !important;
    width: 6rem;
    max-height: 100vh !important;
    overflow: auto;
    color: #323232;
}

.active-pop .box {
    width: 100%;
    padding: 0.32rem;
    background-color: #fff;
    border-radius: 0.08rem;
    box-sizing: border-box;
}

.active-pop .box .title {
    position: relative;
    height: 0.48rem;
    line-height: 0.48rem;
    font-size: 0.32rem;
    text-align: center;
    margin-bottom: 0.16rem;
}

.active-pop .title .close {
    position: absolute;
    top: 0;
    right: 0;
    width: 0.32rem;
    height: 0.32rem;
    background-image: url('/h5/activity/images/special/weekly/icon_close.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.active-pop table {
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    line-height: 0.6rem;
    margin-top: 0.16rem;
}

.active-pop table td {
    width: 15%;
    font-size: 0.2rem;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    line-height: 0.28rem;
}

.active-pop table td:first-child {
    width: 25%;
}
/*默认弹窗*/
.defult-pop {
    box-shadow: none !important;
    border: none !important;
    background: none !important;
    width: 5.8rem;
}

.defult-pop .box {
    width: 100%;
    padding: 0.48rem 0.4rem 0.32rem;
    background-color: #fff;
    border-radius: 0.08rem;
    box-sizing: border-box;
}

.defult-pop .box .title {
    position: relative;
    height: 0.5rem;
    line-height: 0.48rem;
    font-size: 0.36rem;
    margin-bottom: 0.32rem;
    color: #000;
}

.defult-pop .box .text {
    font-size: 0.28rem;
    line-height: 0.38rem;
    color: #909090;
    margin-bottom: 0.32rem;
}

.defult-pop .box .cancel-btn {
    font-size: 0.32rem;
    line-height: 0.42rem;
    color: #909090;
    text-align: right;
}

.defult-pop .box .confirm-btn {
    font-size: 0.32rem;
    line-height: 0.42rem;
    color: #0089FF;
    margin-left: 0.56rem;
}

/*活动细则弹窗*/
.active-pop {
    box-shadow: none !important;
    border: none !important;
    background: none !important;
    width: 6rem;
    max-height: 100vh !important;
    overflow: auto;
    color: #323232;
}

.active-pop .box {
    width: 100%;
    padding: 0.32rem;
    background-color: #fff;
    border-radius: 0.08rem;
    box-sizing: border-box;
}

.active-pop .box .title {
    position: relative;
    height: 0.48rem;
    line-height: 0.48rem;
    font-size: 0.32rem;
    text-align: center;
    margin-bottom: 0.16rem;
}

.active-pop .title .close {
    position: absolute;
    top: 0;
    right: 0;
    width: 0.32rem;
    height: 0.32rem;
    background-image: url('/h5/activity/images/special/weekly/icon_close.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.active-pop table {
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    line-height: 0.6rem;
    margin-top: 0.16rem;
}

.active-pop table td {
    width: 15%;
    font-size: 0.2rem;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    line-height: 0.28rem;
}

.active-pop table td:first-child {
    width: 25%;
}