.activityPage {
    background-image: url('../../images/activity/page_bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 1691px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.activityPage main {
    background-image: url('../../images/activity/piaofu.png');
    background-repeat: no-repeat;
    height: 880px;
    width: 1000px;
    display: flex;
    padding-top: 50px;
    flex-direction: column;
    align-items: center;
}
.activityPage main .zhuzi {
    width: 575px;
    height: inherit;
    background-image: url('../../images/activity/zhuzi.png');
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.activityPage main .egg-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 70px;
}
.activityPage .egg-container .egg {
    cursor: pointer;
    width: 332px;
    height: 291px;
}
.activityPage .egg-container .egg-num {
    color: #efe2bf;
    font-size: 27px;
    display: flex;
    align-items: center;
}
.activityPage .inquiry-qualification {
    width: 500px;
    height: 127px;
    background-image: url('../../images/activity/inquiry_qualifications_bg.png');
    background-repeat: no-repeat;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 20px;
}
.activityPage .inquiry-qualification button {
    width: 134px;
    height: 56px;
    background: linear-gradient(
        90deg,
        rgba(249, 232, 214, 1) 0%,
        rgba(242, 209, 168, 1) 100%
    );
    outline: none;
    border-radius: 28px;
    border: none;
    color: #994047;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    cursor: pointer;
}
.activityPage main .tasks {
    background-image: url('../../images/activity/task_bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 1199px;
    height: 400px;
    position: relative;
    top: -165px;
}
.activityPage .tasks .tasks-head {
    position: relative;
    color: #efe2bf;
    font-size: 24px;
    margin-top: 40px;
}
.activityPage .tasks .tasks-title {
    display: flex;
    align-items: center;
    height: 50px;
    margin-top: 20px;
    justify-content: center;
}
.activityPage .tasks .tasks-title-text {
    margin: -5px 10px 0;
}
.activityPage .tasks .toGiftList {
    position: absolute;
    right: 50px;
    top: 5px;
    border-radius: 18px;
    width: 133px;
    height: 35px;
    color: #fff;
    border: solid 1px;
    font-size: 14px;
    text-align: center;
    line-height: 35px;
}
.activityPage .tasks .taskList {
    display: flex;
    color: #af7946;
    padding: 0 40px;
    justify-content: center;
    margin-top: 30px;
}
.activityPage .taskList .task {
    width: 354px;
    height: 106px;
    background: rgba(244, 206, 168, 1);
    border-radius: 6px;
    display: flex;
    padding: 0 10px;
    box-sizing: border-box;
    align-items: center;
}
.activityPage .taskList .task-name {
    width: 24px;
    margin-right: 10px;
    border: 1px solid rgba(175, 121, 70, 1);
    border-radius: 2px;
    height: 64px;
    font-size: 14px;
    text-align: center;
}
.activityPage .taskList .task-info {
    flex: 1;
}
.activityPage .taskList .task-title {
    color: #b03830;
    font-size: 20px;
    font-weight: 700;
}
.activityPage .taskList .task-desc {
    color: #af7946;
    font-size: 16px;
}
.activityPage .taskList .toBuy {
    width: 80px;
    height: 36px;
    background: rgba(214, 58, 62, 1);
    border-radius: 18px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 36px;
}
.activityPage .rules {
    background-image: url('../../images/activity/rules_bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 1199px;
    height: 554px;
    padding: 0 30px;
    box-sizing: border-box;
    position: relative;
    top: -100px;
}
.activityPage .rules .rules-title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px 0;
    font-size: 24px;
    color: #f4cea8;
}
.activityPage .rules .rules-title-text {
    margin: -3px 10px 0;
}
.activityPage .rules .rules-content {
    padding: 0 90px;
    font-size: 14px;
    color: #f4cea8;
}
.activityPage .rules-content > p {
    margin-bottom: 10px;
}
.indent2 {
    text-indent: 24px;
}
/* 查询抽奖资格弹窗 */
.layer {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.pop {
    background-color: #fff;
    width: 520px;
    height: 390px;
    position: absolute;
    top: 50%;
    left: 50%;
    box-shadow: 0 2px 8px 0px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    transform: translate(-260px, -195px);
}
.pop .pop_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: solid 2px #e9e9e9;
    height: 48px;
    font-size: 14px;
    color: #666666;
    padding: 0 15px;
    box-sizing: border-box;
}
.pop .pop_head .close {
    font-size: 24px;
    cursor: pointer;
}
.pop .content {
    height: 286px;
    font-size: 14px;
    padding: 30px;
    box-sizing: border-box;
}
.pop .content .required {
    color: #e74c3c;
}
.pop .content .labelName {
    color: #666666;
}
.pop .content input {
    border: 1px solid rgba(217, 217, 217, 1);
    width: 240px;
    padding: 0 6px;
    box-sizing: border-box;
    outline: none;
    height: 32px;
}
.pop .content .tips {
    color: #e74c3c;
    font-size: 12px;
    margin-top: 10px;
    margin-left: 70px;
    display: none;
}
.pop .pop_foot {
    border-top: solid 2px #e9e9e9;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 51px;
    font-size: 14px;
    box-sizing: border-box;
}
.pop .pop_foot .btn {
    width: 65px;
    height: 32px;
    border: none;
    outline: none;
    cursor: pointer;
    color: #fff;
}
.pop .pop_foot .confirm {
    background: rgba(246, 171, 0, 1);
}

/* 礼品弹窗 */
.giftLayer {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: none;
}
.giftLayer .gift-layer-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 380px;
    text-align: center;
}
.giftLayer .gift-layer-content .gift-egg {
    height: 485px;
    background-image: url('../../images/activity/gift_egg.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 80px;
    box-sizing: border-box;
    position: relative;
}
.giftLayer .gift-layer-content .closeGiftLayer {
    cursor: pointer;
}
.giftLayer .gift-layer-content .gift-info {
    padding-top: 30px;
}
.giftLayer .gift-layer-content .gift-title {
    color: #c68512;
    font-size: 20px;
    margin-bottom: 30px;
}
.giftLayer .gift-layer-content .gift-name {
    color: #e8541e;
    font-size: 28px;
    font-weight: 700;
    height: 120px;
}
.giftLayer .gift-layer-content .gift-tips {
    color: #c97305;
    font-size: 14px;
}
.gift-layer-content .viewBtn {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
}
