* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.content {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.content .icon {
    height: 230px;
}

.content .text {
    font-size: 22px;
    margin-top: -10px;
    text-align: center;
    color: #01bb5e;
}

.content .text2 {
    font-size: 14px;
    color: #999999;
    margin-top: 10px;
    text-align: center;
}

.footer {
    position: fixed;
    bottom: 10px;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

.footer .img-wrapper {
    margin-bottom: 11px;
}

.footer .img-wrapper .icon {
    vertical-align: bottom;
    width: 18px;
    height: 18px;
}

.footer .img-wrapper .text {
    font-weight: 500;
    font-size: 12px;
    color: #56AD77;
}

.footer .text {
    font-weight: 500;
    font-size: 12px;
    color: #979EA8;
    line-height: 14px;
    text-align: center;
}

dot {
    display: inline-block;
    height: 1em;
    line-height: 1;
    text-align: left;
    vertical-align: -.25em;
    overflow: hidden;
}

dot::before {
    display: block;
    content: '...\A..\A.';
    white-space: pre-wrap;
    animation: dot 1s infinite step-start both;
}

@keyframes dot {
    33% {
        transform: translateY(-2em)
    }

    66% {
        transform: translateY(-1em)
    }
}

.magnify_Btn01 {
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    width: 320px;
    height: 45px;
    line-height: 45px;
    background-color: #19d158;
    margin: 10px auto;
    border-radius: 25px;
    animation: magnify 2s ease-out infinite;
    cursor: pointer;
}

.magnify_Btn01 .wxicon {
    margin-right: 8px;
}

.magnify_Btn01 .click-text {
    letter-spacing: 2px
}

.dj-rich-content-mians {
    position: fixed;
    bottom: 70px;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

@keyframes magnify {
    0% {
        transform: scale(0.9)
    }

    50% {
        transform: scale(1)
    }

    100% {
        transform: scale(0.9)
    }
}

@media screen and (min-width:768px) {
    .magnify_Btn01 {
        width: 560px
    }
}

.txtBox {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 25px;
    text-align: center;
    line-height: 25px;
}
.guide-words{
    margin: 0 20px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}
.guide-words img{
    display: none!important;
}