
/*page*/
.lotteryPage .taskWrap {
    margin: 0 0 0.3rem!important;
    padding: 0.4rem 0.25rem 0;box-sizing: border-box;
    position: relative;
}

/*activeConts*/
.activeConts {
    width: 100%;
    padding: 0.8rem 0.4rem 0.6rem;
    border: 0.12rem solid #B7FF8F;
    background: #47C769;
    border-radius: 0.5rem;
}

.activeConts .taskList {
    background: none;
}

.taskWrap .taskWrapTitle {
    width: 4rem;
    height: 0.94rem;
    line-height: 0.94rem;
    background: url(../images/task_title.png) no-repeat left center;
    background-size: 100%;
    font-size: 0.38rem;color: #C05E26;font-weight: 700;text-align: center;position: absolute;top: 0;left: 50%;transform: translateX(-50%);
}

.activeConts .taskList {
    background: none;
}
/*应用体验*/
.activeConts .conts{width: 100%;overflow: hidden;}
.activeConts .conts .cont{width: 100%;border-radius: 0.17rem;background: #DBFFC7;position: relative;overflow: hidden;padding: 0.23rem 1.8rem 0.23rem 0.2rem;box-sizing: border-box;margin-bottom: 0.2rem;}
.activeConts .conts .cont .name{font-size: 0.32rem;line-height: 0.4rem;color: #136E2C;font-weight: 700;letter-spacing: 1px;}
.activeConts .conts .cont .btns{width: 1.4rem;height: 0.4rem;border-radius: 0.2rem;line-height: 0.4rem;text-align: center;font-size: 0.26rem;color: #A94811;background: #FFDE5D;position: absolute;top: 0.23rem;right: 0.2rem;}
.activeConts .conts .cont .btns.select{background: #E6DDBC;color: #8F845B;}
/*好友*/
.activeConts  .add {
    width: 100%;
    min-height: 1.32rem;
    background: #DBFFC7;
    border-radius: 0.17rem;
    box-sizing: border-box;
    position: relative;
    clear: both;
    padding: 0.24rem;
}

.activeConts .add:before {
    content: '';
    width: 0.36rem;
    height: 0.36rem;
    background-size: 100%;
    position: absolute;
    top: -0.19rem;
    left: -0.19rem;
}

.activeConts .add .tip {
    width: 38%;
    float: left;
    overflow: hidden;
    font-size: 0.32rem;
    line-height: 0.42rem;
    color: #136E2C;
    text-align: center;
    box-sizing: border-box;
}

.activeConts .add .lines {
    width: auto;
    box-sizing: border-box;
    overflow: hidden;
}

.activeConts .add .lines .line {
    width: 33.33%;
    height: 0.86rem;
    overflow: hidden;
    float: left;
    background: url(../images/add.png) no-repeat right center;
    background-size: 90% 90%;
}

/*规则*/
.ruleWrap{padding: 0 0.25rem;box-sizing: border-box;}

.ruleCont {
    color: #E5FFD7;
    text-align: justify;
}

.popShow{width: 100%;overflow: hidden;background: rgba(0,0,0,0.6);position: fixed;top: 0;left: 0;right: 0;bottom: 0;display: none;}
.popShow .popShowCont{width: 88%;margin: 2rem auto 0;box-sizing: border-box;overflow: hidden;position: relative;padding: 1rem 0.14rem 0;}
.popShow .popShowCont .prize{width: 1.52rem;height: 1.84rem;position: absolute;top: 0;left: 50%;transform: translateX(-50%);background: url("../images/popPic.png") no-repeat left center;background-size: 100%;}
.popShow .popShowCont .false{width: 0.48rem;height: 0.48rem;position: absolute;top: 0.86rem;right: 0;background: url("../images/close.png") no-repeat left center;background-size: 100%;}
.popShow .popShowCont .conts{width: 100%;border: 0.12rem solid #B7FF8F;border-radius: 0.5rem;background: #47C769;box-sizing: border-box;padding: 1rem 0.2rem 0.9rem;}
.popShow .popShowCont .conts .name{font-size: 0.46rem;font-weight: 700;color: #FFECBB;text-align: center;line-height: 0.82rem;letter-spacing: 1px;}
.popShow .popShowCont .conts .cont{font-size: 0.32rem;line-height: 0.52rem;color: #FFECBB;font-weight: 700;text-align: center;}
.popShow .popShowCont .conts .cont.sel{text-align: justify;font-weight: 700;line-height: 0.44rem;margin-top: 0.2rem;}
.popShow .popShowCont .conts .btns{width: 3.3rem;overflow: hidden;background: linear-gradient(0deg, #FFEA7A, #FFD132);box-shadow: 0px 0.06rem 0px 0px #D18D3C;line-height: 0.7rem;border-radius: 0.35rem;text-align: center;font-size: 0.3rem;color: #C05E26;font-weight: 700;letter-spacing: 1px;margin: 0.6rem auto 0;}
