.qd_img {
    opacity: 0;
    width: 229px;
    height: 265px;
    background-image: url(../../images/给前端/签到.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99999999;
    box-shadow: 0px 1px 10px 1px rgba(118, 118, 118, 0.1);
    z-index: -1;
}


.success {
    font-size: 26px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;

}

.qd_jinbi_img {
    width: 56px;
    height: 56px;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.qd_jinbi_img>img {
    width: 100%;
    height: 100%;
}

.get_jf {
    width: 156px;
    font-size: 13px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 20px;
    text-align: center;
    margin: 0 auto;
    margin-top: 10px;
}

.button {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translate(-50%, -30%);
    height: 48px;
    width: 228px;
    background-image: url(../../images/给前端/button.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin: auto;
    line-height: 40px;
    cursor: pointer;
}

.button>p {
    font-size: 17px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #9C4A0A;
    margin: auto 0;
    text-align: center;
}

@keyframes myAnim {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}

@keyframes myAnimnone {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 0;
    }
}

#iframe {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100vh;
    display: none;
}

.showload {
    display: show;
    /* animation: myAnim 2s 1; */
}

.noneload {
    display: none;
    animation: myAnimnone 2s 1;
}

.qd_button {
    position: absolute;
    top: 88%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.addNum {
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FDC72F;
    position: absolute;
    top: 72%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.completeTask {
    z-index: 9999;
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 158px;
    height: 120px;
    background: #FFFFFF;
    border-radius: 5px;
    box-shadow: 0px 1px 10px 1px rgba(118, 118, 118, 0.1);
}


.completeTask_img {
    width: 60px;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.completeTask_box {
    text-align: center;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.completeTask_text {
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #4389EE;
    margin: auto;
}

.completeTask_addNum {
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #FDC72F;
    margin: auto;
    margin-top: 5px;
}